@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,800&subset=latin-ext');
html, body, h1, h2, h3, h4, h5, h6, p, div {
    font-family: 'Open Sans', sans-serif;
}

body {
    height: 100%;
    min-height: 100%;
}

.fullScr {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.openScr {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;

    background: url(../img/mecsektex-openScr-T1.jpg) center center no-repeat;
    background-position: fixed;
    background-size: cover;
}

.openScr h2 {
    color: white;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: lighter;
}

.openScr .cShdw {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 4000;

    background: url(img/shadow.png) center center no-repeat;
    background-position: fixed;
    background-size: cover;
}

.navLogo object {
    width: 40px;
    display: block;
    margin: 2em 0 0 1em;
}

.mTLogo {
    width: 280px;
    display: block;
    margin: 14% auto 0 auto;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    z-index: 5000;
}

header.sticky {
    background: rgb( 48, 48, 48 );
    position: fixed;
    z-index: 8000;
}

nav ul {
    display: block;
    margin: 2.8em 1em 0 0;
    padding: 0;
    list-style-type: none;
}

nav ul li {
    display: inline;
    font-size: 1em;
    margin: 0 1em;
    text-transform: uppercase;
}

nav ul li a:link,
nav ul li a:visited {
    color: white;
    text-decoration: none;
    position: relative;
}

nav ul li a:hover {
    color: white;
}

nav ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: ease 300ms all 0s;
    -moz-transition: ease 300ms all 0s;
    -ms-transition: ease 300ms all 0s;
    -o-transition: ease 300ms all 0s;
    transition: ease 300ms all 0s;
}

nav ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.minNav {
    margin: 2em 1em 0 0;
}

.minNav i {
    color: white;
    font-size: 2em;
    cursor: pointer;
}

.minNavActive {
    position: fixed;
    z-index: 6000;
    top: 0;
    right: -100%;

    width: 100%;
    height: 100%;
    min-height: 100%;
    background: white;

    -webkit-transition: ease-in-out 300ms all;
    -moz-transition: ease-in-out 300ms all;
    -ms-transition: ease-in-out 300ms all;
    -o-transition: ease-in-out 300ms all;
    transition: ease-in-out 300ms all;
}

.navAnim {
    right: 0;
}

.closeNav {
    position: absolute;
    right: 1em;
    top: 2em;
    display: block;
}

.closeNav i {
    color: rgb( 153, 153, 153 );
    font-size: 2em;

    -webkit-transition: ease 300ms all;
    -moz-transition: ease 300ms all;
    -ms-transition: ease 300ms all;
    -o-transition: ease 300ms all;
    transition: ease 300ms all;
}

.closeNav:hover i {
    color: rgb( 149, 129, 102 );
}

.minNavLogo {
    margin: 5em auto 1em auto;
}

.minNavLogo object {
    width: 40px;
}

.minNavActive ul {
    display: block;
    list-style-type: none;
    margin: 5em 0 0 0;
}

.minNavActive ul li {
    display: block;
    margin: .2em 0;
    padding: .2em;
    font-size: 2em;
    font-weight: lighter;
}

.minNavActive ul li a:link,
.minNavActive ul li a:visited {
    color: rgb( 77,77,77 );
    text-decoration: none;
    position: relative;
    -webkit-transition: ease 300ms all;
    -moz-transition: ease 300ms all;
    -ms-transition: ease 300ms all;
    -o-transition: ease 300ms all;
    transition: ease 300ms all;
}

.minNavActive ul li a:hover {
    color: rgb( 149, 129, 102 );
}

.minNavActive ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: rgb( 149, 129, 102 );
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: ease 300ms all 0s;
    -moz-transition: ease 300ms all 0s;
    -ms-transition: ease 300ms all 0s;
    -o-transition: ease 300ms all 0s;
    transition: ease 300ms all 0s;
}

.minNavActive ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.ornm-00 {
    width: 1px;
    height: 40px;
    background: white;
    margin: 2em auto;
}

.ornm-01 {
    width: 2px;
    height: 120px;
    display: block;
    margin: 3em auto;
    padding: 0;
    background: rgb( 149, 129, 102 );
}

.scrollDown {
    width: 16px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 5100;
    bottom: -1em;
}

.scrollDown object {
    width: 16px;
}

.prologue h2 {
    color: rgb( 149, 129, 102 );
    font-size: 1.4em;
    text-align: justify;
    padding: 1em;
}

.prologue h3,
.prologue p {
    color: rgb( 149, 129, 102 );
    font-size: 1em;
    text-align: justify;
    padding: 1.4em;
}

input[type="submit"].rmBtn,
button.rmBtn {
    margin: 2em auto;
    background: none;
    border: solid 1px rgb( 149, 129, 102 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.4em;
    color: rgb( 149, 129, 102 );
    padding: .2em 1em;
    display: block;
    font-weight: lighter;
    text-transform: uppercase;

    -webkit-transition: ease 300ms all;
    -moz-transition: ease 300ms all;
    -ms-transition: ease 300ms all;
    -o-transition: ease 300ms all;
    transition: ease 300ms all;
}

input[type="submit"].rmBtn:hover,
button.rmBtn:hover {
    color: white;
    background: rgb( 149, 129, 102 );
}

footer {
    width: 100%;
    height: auto;
    display: block;
    background: rgb( 48, 48, 48 );
}

.wItems {
    background: rgb( 230, 230, 230);
    margin-top: 3em;
    margin-bottom: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
}

.mContact h2,
.wItems h2 {
    color: rgb( 149, 129, 102 );
    font-size: 2em;
    text-transform: uppercase;
    font-weight: lighter;
    margin: 1em 0 2em 0;
}

.wItems h3 {
    color: rgb( 149, 129, 102 );
    font-size: 1.3em;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 1em 0 .2em 0;
}

.wItems p {
    color: rgb( 127, 133, 135 );
    font-size: 1em;
    font-weight: lighter;
}

.wItem {
    margin: 2em 0;
}

.partners {
    padding: .25em 0 2em 0;
}

.partners object {
    height: 20px;
    display: inline-block;
    margin: 1em 2em;
}

.mContact input[type="text"],
.mContact textarea {
    width: 100%;
    margin: 2em auto;
    background: none;
    border: solid 1px rgb( 127, 133, 135 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.4em;
    color: rgb( 127, 133, 135 );
    padding: .2em 1em;
    display: block;
    font-weight: lighter;

    -webkit-transition: ease 300ms all;
    -moz-transition: ease 300ms all;
    -ms-transition: ease 300ms all;
    -o-transition: ease 300ms all;
    transition: ease 300ms all;
}

.mContact textarea {
    height: 5em;
}

.mContact input[type="text"]:focus,
.mContact textarea:focus {
    outline: none;
    border: solid 1px rgb( 149, 129, 102 );
    color: rgb( 149, 129, 102 );
}

footer {
    padding: 2em 0 2em 0;
}

footer object.mTexLogo {
    width: 100px;
    display: block;
    margin: 2em auto 2em auto;
}

.fSep {
    border-top: solid 1px rgb( 51, 51, 51 );
    padding: 1em 0;
}

footer h3 {
    color: rgb( 179, 179, 179 );
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: bold;
    margin: .3em 0 1em 0;
}

footer p {
    color: rgb( 127, 133, 135 );
}

footer ul {
    display: block;
    margin: 0 1em;
    padding: 0;
    list-style-type: none;
}

footer ul li,
footer ul li a:link,
footer ul li a:visited,
footer ul li i {
    color: rgb( 102, 102, 102 );
}

footer ul li a:hover {
    color: white;
}

footer ul li i {
    padding: 0 1em 0 0;
}

footer ul li {
    font-size: 1em;
    margin: .25em 0;
}

footer ul li.fSocial {
    margin: 1em 0;
    color: rgb( 179, 179, 179 );
}

footer ul li.fSocial p {
    margin: 0;
    padding: 0;
    display: inline;
    color: rgb( 179, 179, 179 );
}

footer ul li.fSocial object {
    position: relative;
    top: .5em;
    margin-right: .25em;
}

footer ul li.fSocial a:link p,
footer ul li.fSocial a:visited p {
    color: rgb( 179, 179, 179 );
}

.footerBot {
    margin: 1em 0;
    padding: 1em 0;
    border-top: solid 1px rgb( 51, 51, 51 );
}

.footerBot p {
    color: rgb( 179, 179, 179 );
    font-size: .65em;
    padding: .6em 0;
}

.footerBot p a:link, 
.footerBot p a:visited {
    color: rgb( 179, 179, 179 );
    text-decoration: underline;
}

.footerBot p a:hover {
    color: white;
}

.counter {
    padding: 1em .25em;
}

.counter a:link, 
.counter a:visited {
    color: rgb( 102, 102, 102 );  
}

.counter a:hover {
    color: white;
    text-decoration: none;
}

.szechenyi2020 {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    right: 0;

    width: 240px;
    height: 168px;

    background: url(../img/infoblokk_kedv_final_CMYK_ERFA_240.png) right bottom no-repeat;
    background-size: contain;
}