@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'gotham-light';
    src: url('../fonts/gotham-light.eot?') format('eot');
    src: url('../fonts/gotham-light.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-light.woff') format('woff'), url('../fonts/gotham-light.ttf') format('truetype'), url('../fonts/gotham-light.svg#gotham-light') format('svg');
}

body {
    background-color: #212121;
    font-family: 'gotham-light', Arial, Verdana, Helvetica, sans-serif;
}

.nav {
    font-size: 22px;
    text-transform: uppercase;
}

#defaultNavbar1 ul {
    margin-top: 60px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-default {
    border: none;
    background-image: url(../img/top.jpg);
    height: 50vw;
    background-size: cover;
    background-repeat: no-repeat
}

.bgWrapper {
    height: 50vw;
    background-image: url(../img/topBg.png);
    background-repeat: repeat;
}

.navbar-brand {
    float: left;
    height: 135px;
    width: 256px;
    padding: 0;
    margin: 15px;
    display: inline-block;
}

.navbar-header {
    margin-top: 10px;
}

.flagWrapper {
    float: right;
    display: inline-block;
}

.flag-m {
    float: right;
    margin-left: 44px;
    display: none;
}

.flag {
    float: right;
    margin-left: 0;
    display: block;
}

/*  -------------   content   ------------*/

.content {
    color: #ffa21f;
}

h1 {
    font-size: 48px;
    margin: 3vw 0;
    color: #f79100;
    text-transform: uppercase;
}

.iconBox {
    text-align: center;
    padding-bottom: 60px;
    border-bottom: 2px solid #2e2e2e;
    min-height: 287px;
    margin-bottom: 30px;
    font-size: 24px;
}

.captchaWrapper {
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 1252px) {
    .iconBox {
        min-height: 304px;
        font-size: 21px;
    }

}

.info .iconBox {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #2e2e2e;
    min-height: 222px;
    margin-bottom: 30px;
}

@media (max-width: 1636px) {
    .info .iconBox {
        text-align: center;
        padding-bottom: 30px;
        border-bottom: 2px solid #2e2e2e;
        min-height: 222px;
        margin-bottom: 30px;
    }

    .textWrapperInfo .title {
        font-size: 21px;

    }
}

.iconBoxBig {
    text-align: center;
    padding-bottom: 60px;
    border-bottom: 2px solid #2e2e2e;
    min-height: 240px;
    margin-bottom: 30px;
}

.iconBoxBg {
    background-image: url(../img/iconBoxBg.png);
    background-repeat: repeat-y;
}

.securityBoxBg {
    background-image: url(../img/securityBg2.jpg);
    background-repeat: repeat-y;
    height: 25vw;
    overflow: hidden;
}

.imgWrapper {
    text-align: center;
    display: inline-block;
}

.textWrapper {
    text-align: center;
}

.index_image {
    width: 52%;
    float: left;
}

.index_image img {
}

.box_text {
    width: 48%;
    float: left;
    text-align: center;
    margin-top: 2vw;
    padding: 0 5px;
}

.box_text .title {
    font-size: 48px;
    margin: 1.5vw 0;
    color: #f79100;
}

.box_text .text {
    color: #dddddd;
    font-size: 17px;
}

.dektop {
    display: block;
}

.mobil {
    display: none;
}

.imgWrapperInfo {
    width: 25%;
    float: left;
}

.textWrapperInfo {
    width: 75%;
    padding-left: 15px;
    float: left;
    text-align: left
}

.textWrapperInfo .title {
    font-size: 21px;
    line-height: 1.3em;
}

.textWrapperInfo .text {
    color: #FFFFFF;
    font-size: 17px;
}

.formBox {
    padding: 30px;
    color: #c8c8c8;
}

.formHeight {
    height: 388px;
}

.formWrapper {
    float: right;
    width: 80%;
}

.formImgWrapper {
    float: left;
    width: 80%;
    background-image: url(../img/kapcsolat.jpg);
    background-size: cover;
}

input {
    width: 100%;
    height: 40px;
    background-color: #5b5b5b;
    border: none;
    color: #a4a4a4;
    padding: 0 20px;
    margin-bottom: 15px;
}

textarea {
    width: 100%;
    height: 90px;
    background-color: #5b5b5b;
    border: none;
    color: #a4a4a4;
    padding: 20px;
    resize: none;
    overflow: auto;
    margin-top: 15px;
}

.formBox button {
    background-color: #4a6aa7;
    width: 304px;
    float: right;
    color: #fff;
    border: none;
    padding: 12px;
    margin-top: 10px
}

.footer {
    width: 100%;
    background-color: #111b2e;
    height: 220px;
    padding: 40px;
    color: #fff;
}

.footer .logo {
    width: 20%;
    float: left;
    text-align: center;
}

.footer .logo img {
    margin-bottom: 15px;
    width: 65%;
}

.footer .links {
    float: left;
    width: 74%;
    padding-top: 66px;
}

.footer .links ul {
    float: right;
}

.footer .links ul a {
    color: #fff;
}

.footer .links ul a:hover {
    background: #1e2d4c;
}

.footer .flag {
    float: right;
    padding-top: 62px;
    text-align: right
}

.g-recaptcha {
    margin: 10px 0 0 0;
    float: right;
}

@media only screen and (max-width: 799px) {
    .row-height {
        display: block;
        height: auto;
        width: 100%;
    }

    .row-height .index_image {
        padding-bottom: 56.5%;
    }

    .col-height {
        display: block;
        float: none;
        height: auto;
    }
}

@media (min-width: 1050px) and (max-width: 1200px) {
    .box_textLong .title {

        margin: 0;

    }
}

@media (max-width: 1049px) {
    .iconBox {
        min-height: 304px;
        font-size: 21px;
    }

    .bgWrapper {
        height: 540px;
    }

    .navbar-brand {
        float: left;
        height: 118px;
        width: 204px;
        padding: 0;
        margin: 15px;
        display: inline-block;
    }

    .flag-m {
        float: right;
        margin-left: 44px;
        margin-top: 72px;
        display: block
    }

    .flag {
        float: right;
        margin-left: 44px;
        display: none;
    }

    .navbar-default {
        border: none;
        background-image: url(../img/top-m.jpg);
        height: 540px;
        background-size: initial;
    }

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF;
        text-align: center;
        margin: 30px 0;
    }
.navbarLighter {
	margin: 10px -50px;
    padding: 1px 50px 0 50px;
   background-size: 100%;
}
    #defaultNavbar1 ul {
        margin-top: 0;
    }

    .box_text .title {
        font-size: 36px;
        margin: 1vw 0;
    }

    .box_text {
        width: 48%;
        float: left;
        text-align: center;
        margin-top: 1vw;
    }

    .box_textLong .title {
        font-size: 30px;
        margin: 1vw 0;
        line-height: 30px !important;
    }

    .securityIconWrapper {
        width: 80px;
    }

    .footer {
        width: 100%;
        background-color: #111b2e;
        height: 300px;
        padding: 40px;
        color: #fff;
    }

    .footer .logo {
        width: 20%;
        float: left;
        text-align: center;
        margin-top: 15px;
    }

    .footer .logo img {
        margin-bottom: 15px;
    }

    .footer .links {
        float: left;
        width: 60%;
        padding-top: 0;
    }

    .footer .links ul {
        text-align: center;
        float: none;
    }

    .footer .links ul a {
        color: #fff;
        font-size: 22px;
    }

    .footer .flag {
        float: right;
        padding-top: 62px;
        text-align: center;
        display: block;
        width: 20%;
        margin-left: 0;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

}

@media (min-width: 1050px) {
    .nav > li > a {
        padding: 10px 0.9vw;
    }

    .nav {
        font-size: 1.2vw;
    }

}

@media (min-width: 992px) {
    .noline8, .noline7, .noline6, .noline5 {
        border-bottom: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1527px) {
    .info .iconBox.topline {
        padding-bottom: 15px;
        min-height: 320px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .info .iconBox.topline {
        padding-bottom: 15px;
        min-height: 383px;
        margin-bottom: 15px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .nav {
        font-size: 20px;
    }

    .noline8, .noline7 {
        border-bottom: none !important;
    }

    .info .iconBox {
        padding-bottom: 15px;
        min-height: 383px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .captchaWrapper {
        text-align: center;
        float: none;
    }

    .g-recaptcha {
        float: none;
        display: block;
        margin: 10px auto;
    }

    .navbar-nav {

        margin-top: 0;
        margin-right: 5px;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .securityBoxBg {

        overflow: inherit;
    }

    .nav {
        font-size: 20px;
    }

    .iconBox {
        text-align: center;
        padding-bottom: 10px;
        border-bottom: none;
        min-height: 0;
    }

    .logoBox {
        width: 40%;
    }

    .info .iconBox {
        padding-bottom: 10px;
        border-bottom: none;
        min-height: 259px;
    }

    h1 {
        font-size: 40px;
        margin: 30px 0;
        color: #f79100;
        display: inline-block;
        max-height: 0;
        padding-bottom: 40px;
    }

    .box_text {
        width: 100%;
        margin-top: 0;
        padding-top: 5vw;
        padding-bottom: 5vw;
        background-image: url(../img/securityBg2.jpg);
        background-repeat: repeat-y;
    }

    .box_text .title {
        margin: 2vw 0;
    }

    .index_image {
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .mobil {
        display: block;
    }

    .formWrapper {
        float: left;
        width: 100%;
    }

    .formImgWrapper {
        float: left;
        width: 100%;
        background-image: url(../img/kapcsolat.jpg);
        background-size: cover;
        margin-top: 15px
    }

    .formBox button {
        background-color: #1737B3;
        width: 100%;
        color: #fff;
        border: none;
        padding: 12px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .footer {
        width: 100%;
        background-color: #111b2e;
        height: 231px;
        padding: 15px;
        color: #fff;
    }

    .footer .logo {
        width: 20%;
        float: left;
        text-align: center;
        margin-top: 15px;
        font-size: 10px;
    }

    .footer .logo img {
        margin-bottom: 15px;
        width: 100%;
    }

    .footer .links {
        float: left;
        width: 60%;
        padding-top: 0;
    }

    .footer .links ul {
        text-align: center;
        float: none;
    }

    .footer .links ul a {
        color: #fff;
        font-size: 13px;
    }

    .footer .flag {
        float: right;
        padding-top: 62px;
        text-align: center;
        display: block;
        width: 20%;
        margin-left: 0;
    }

    .g-recaptcha {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        overflow: hidden;
    }
.navbarLighter {
	margin: 10px -50px;
    padding: 1px 50px 10px 50px;
  }
}

@media (max-width: 656px) {
    .iconBox {
        width: 100%;
        padding-bottom: 15px;
        min-height: 0;
        margin-bottom: 15px;
    }

    .info .iconBox {
        padding-bottom: 15px;
        border-bottom: none;
        min-height: 0;
    }
.navbarLighter {
	margin: 10px -50px;
    padding: 1px 50px 10px 50px;
  }
}

@media (max-width: 490px) {
.navbarLighter {
	margin: 40px -50px;
    padding: 1px 50px 23px 50px;
   background-size: 100%;
}   
   .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-brand {
        float: left;
        height: auto;
        width: 40%;
        padding: 0;
        margin: 8px;
        display: inline-block;
    }

    .navbar-toggle {
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .flag-m {
        margin-left: 15px;
        margin-top: 20px;
    }

}

::-webkit-input-placeholder {
    color: #a4a4a4;
    text-transform: uppercase;
}

:-moz-placeholder {
    color: #a4a4a4;
    text-transform: uppercase;
}

::-moz-placeholder {
    color: #a4a4a4;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    color: #a4a4a4;
    text-transform: uppercase;
}

#messages {
    width: 80%;
    margin: 0 auto;
}
