html, body{
    height:100%;
}
body{
    max-width: 1920px;
    margin-left:auto;
    margin-right: auto;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
a{
    color:#F0A31E;
}
a:hover{
    color:#2A3441;
}
.data {
    display: table;
}
.data-cell {
    display: table-cell;
    vertical-align: middle;
}
/* input*/
.radiobutton{
    position: relative;
    display:inline-block;
    padding-left:5px;
}
.radiobutton input{
    opacity:0;
}
.radiobutton .empty{
    position: absolute;
    display: inline-block;
    content: "";
    width:22px;
    height:22px;
    top:0px;
    left:0px;
    border-radius: 4px;
    border:1px solid #2A3441;
    pointer-events: none;
}
.radiobutton .check{
    opacity: 0;
    position: absolute;
    display: inline-block;
    width:8px;
    height:8px;
    top:7px;
    left:7px;
    border-radius: 50%;
    pointer-events: none;
}
.radiobutton input:checked ~ .check{
    opacity: 1;
    background-color: #2A3441;
}
/*input*/
/*  mobil menu */
.mmenu-open-close{
    position: absolute;
    right:20px;
    top:50%;
    transform: translateY(-50%);
    width:30px;
    height:30px;
    cursor: pointer;
    background-image: url(/images/sb/mmenu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s;
}
.mmenu-open-close.open{
    background-image: url(/images/sb/mmenu-close.svg);
    width:30px;
    height:30px;
}
.mmenu{
    visibility: hidden;
    position: fixed;
    top:90px;
    right:0px;
    z-index:101;
    width:100%;
    max-width: 350px;
    min-height: calc(100% - 90px);
    transform: translateX(100%);
    background-color:#2A3441;
    transition: all 1s;
}
.mmenu nav ul{
    margin:0px;
    list-style-type:none;
    padding-top:30px;
    padding-inline-start: 0px;
}
.mmenu nav ul li{
    margin:0px;
    padding:0px;
}
.mmenu nav a{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 10px;
    display: block;
    padding-top:10px;
    padding-bottom: 10px;
}
.mmenu.open{
    position: absolute;
    visibility: visible;
    transform: translateX(0%);
}
.mmenu .db_checker_div{
    position: relative;
}
.mmenu .db_checker_div .db_checker{
    position: absolute;
    display: block;
    left:-10px;
    top:-10px;
    border-radius: 50%;
    background-color: #F0A31E;
    font-size: 11px;
    font-weight: bold;
    width:17px;
    height:17px;
    text-align: center;
}
/* /mobil menu */
#header{
    position: relative;
    height:95px;
    border-bottom:5px solid #F0A31E;
    /*overflow: hidden;*/
}
#header .right{
    overflow: hidden;
}
#header .right .bg{
    position: absolute; 
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color: #2A3441;
    transform: skewX(-50deg) translateX(53px);
}
/*top menu*/
#header .menu-container{
    position: absolute;
    right:0px;
    top:0px;
    bottom:0px;
    width:75%;
}
#header .menu-container .menu_contents{
    position: absolute;
    top:50%;
    right:4px;
    transform: translateY(-50%);
    white-space: nowrap;
}
#header .menu-container .menu_contents a{
    text-transform: uppercase;
    color:#fff;
    font-size: 14px;
    padding-left:10px;
    padding-right:10px;
}
#header .menu-container .menu_contents .db_checker_div {
    display: inline;
}
#header .menu-container .menu_contents .db_checker_div{
    position: relative;
}
#header .menu-container .menu_contents .db_checker_div .db_checker{
    position: absolute;
    display: block;
    right:-10px;
    top:-10px;
    border-radius: 50%;
    background-color: #F0A31E;
    font-size: 11px;
    font-weight: bold;
    width:17px;
    height:17px;
    text-align: center;
}
#header .search{
    width:20px;
    height:20px;
    /* background-image: url(/images/sb/search.svg); */
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-right: 100px;
    cursor: pointer;
    position: relative;
}
#header .main_search{   
    position: absolute;
    top:100px;
    right:20px;
    /*z-index: 101;*/
    z-index: 105;
}
#header .main_search.none{  
    display: none;
}
#header .main_search .search_input{
    border:1px solid #F0A31E;
    width:300px;
    padding:3px;
    font-size: 13px;
}
#header .main_search .keresesLenyilo{
    background-color: #fff;
    width:300px;
    overflow: hidden;
    /*padding-left:3px;*/
    /*padding-right:3px;*/
    font-size: 13px;
    border:1px solid #F0A31E;
}
#header .main_search .keresesLenyilo .selected{
    background-color:#222D3B;
    color:#fff;
    /*margin-left:-3px;*/
    /*margin-right:-3px;*/
}
#header .main_search .keresesLenyilo .tartalom_sor_minta{
    padding:5px;
}
.nselect{
    display: inline-block;
    width:50px;
    height:25px;
    position: relative; 
    background-image: url(/images/sb/arrow.svg);
    background-repeat: no-repeat;
    background-position: 33px 5px;
    background-size: 16px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    background-color: #2A3441;
    padding-left:5px;
    padding-right: 5px;
    z-index: 100;
}
.nselect.open{
    height:120px;
    border-radius: 2px;
}
.nselect .sub{
    display: none;
    position: absolute;
    z-index: 100;
    top:30px;
}
.nselect.open .sub{
    display: block; 
}
.nselect .sub .item{
    display: block;
    width:50px;
    height:30px;
    padding:0px !important;
    color:#fff;
}
#language-selector{
    position: absolute;
    top:33px;
    right:0px;
    margin-right:20px;  
    color:#fff;
    /*+*/
    z-index: 105;
}
#header #logo{
    max-width: 100%;
    width:180px;
    margin-left:5%;
}
#header #logo img{
    max-width: 100%;
    width:180px;
    margin-left:5%;
}
#main{
    min-height:100%;
    min-height:calc(100% - 95px);
}
/*profil menu*/
#profile-menu{
    background-color: #2A3441;
    padding-left:10px;
    padding-right:10px;
    flex: 0 0 20%;
    max-width: 20%;
}
#profile-menu .title{
    text-align: center;
    color:#fff;
    font-size: 20px;
    text-transform: uppercase;
    padding-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #3A4655;
    margin-bottom:20px;
}
#profile-menu ul{
    padding: 0px;
    list-style-type: none;
}
/*menu item*/
#profile-menu .item{
    background-repeat: no-repeat;
    background-position: 10px center;   
}
#profile-menu .item:hover{
    background-color: #3A4655;
}
#profile-menu .item a{
    position: relative;
    display:block;
    padding-top:17px;
    padding-bottom:17px;
    padding-left:60px;
    text-transform: uppercase;
    color:#fff;
    font-size: 14px;
}
#profile-menu .item a::after{
    display: none;
    position: absolute;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    content: " ";
    width:10px;
    height:2px;
    background-color: #F0A31E;
}
#profile-menu .item a:hover:after{
    display: block;
}
#profile-menu .item a:hover{
    text-decoration: none;
}
#profile-menu .topb{
    margin-top:20px;
    margin-bottom:20px;
    border-top: 1px solid #3A4655;
}
#profile-menu .kiemelt{
    background-color: #222B36;
    background-size: 18px;
    background-position: 20px;
}
/*submenu item*/
#profile-menu .submenu-act:hover{
    background-color: #3A4655;
}
#profile-menu .submenu-act a{
    position: relative;
    display:block;
    padding-top:12px;
    padding-bottom:12px;
    padding-left:60px;
    /*text-transform: uppercase;*/
    color:#F0A31E;
    font-size: 14px;
    background-color:#222D3B;
}
#profile-menu .submenu-act a::after{
    display: none;
    position: absolute;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    content: " ";
    width:10px;
    height:2px;
    background-color: #F0A31E;
}
#profile-menu .submenu-act a:hover:after{
    display: block;
}
#profile-menu .submenu-act a:hover{
    text-decoration: none;
}
/*  mobil profile */
.mmenu .profile{
    position: relative; 
}
.mmenu .profile.open{
    color:#F0A31E;
}
.mmenu .profile::before{
    position: absolute;
    display: block;
    content: "";
    top:17px;
    left:230px;
    width:16px;
    height:16px;
    background-image:url(/images/sb/arrow.svg);
    background-repeat: no-repeat;
}
.mmenu .lang{
    text-align: center;
}
.mmenu .lang .item{
    display: inline-block;
    padding:10px;
}
#subprofile{
    display: none;
    padding: 0px;
    list-style-type: none;
    margin-left: 35px;
}
#subprofile.open{
    display: block;
}
#subprofile .item{
    background-repeat: no-repeat;
    background-position: 10px center;   
}
#subprofile .item:hover{
    background-color: #3A4655;
}
#subprofile .item a{
    position: relative;
    display:block;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:60px;
    text-transform: uppercase;
    color:#fff;
    font-size: 14px;
}
#subprofile .item a::after{
    display: none;
    position: absolute;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    content: " ";
    width:10px;
    height:2px;
    background-color: #F0A31E;
}
#subprofile .item a:hover:after{
    display: block;
}
#subprofile .item a:hover{
    text-decoration: none;
}
/*submenu item*/
#subprofile .submenu-act:hover{
    background-color: #3A4655;
}
#subprofile .submenu-act a{
    position: relative;
    display:block;
    padding-top:12px;
    padding-bottom:12px;
    padding-left:60px;
    /*text-transform: uppercase;*/
    color:#F0A31E;
    font-size: 14px;
    background-color:#222D3B;
}
#subprofile .submenu-act a::after{
    display: none;
    position: absolute;
    right:0px;
    top:50%;
    transform: translateY(-50%);
    content: " ";
    width:10px;
    height:2px;
    background-color: #F0A31E;
}
#subprofile .submenu-act a:hover:after{
    display: block;
}
#subprofile .submenu-act a:hover{
    text-decoration: none;
}
/* /mobil profile */
#content-right{
    background-color: #111;
    background-image: url(/images/sb/bg1.jpg);
    background-position: right -232px;
    background-repeat: no-repeat;
    /* background-size: cover; */
    overflow: hidden;
}
#content-right .bg{
    display: block;
    z-index: 100;
    position: absolute;
    width:100%;
    height:100%;
    background-color:#fff;
    top: 900px;
    transform: skewY(-15deg);
}
/*slide*/
#slider-container{
    position: relative;
}
#slider-container .hr{
    height:5px;
    background-color: #2A3441;
    position: absolute;
    bottom:300px;
    width:0%;
    transition-property: width;
    transition-duration: 0s;
    transition-timing-function: linear;
    transition-delay: 0s;
    z-index: 100;
}
#slider-container .hr.on{
    transition-duration: 12s;
    width:calc(90% - 90px);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5)
}
#slider-container .prev{
    position: absolute;
    right:10%;  
    bottom:300px;
    width:45px;
    height:45px;
    transform: translateX(-101%) rotate(90deg); 
    background-color: #2A3441;
    background-image: url(/images/sb/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2)
}
#slider-container .next{
    position: absolute;
    right:10%;  
    bottom:300px;
    width:45px;
    height:45px;
    transform: translateX(0%) rotate(-90deg);   
    background-color: #2A3441;
    background-image: url(/images/sb/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2)
}
#slider{
    height:800px;   
}
.slide .sbg{
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow: hidden;
}
.slide .sbg img{
    position: absolute; 
}
.slide{
    position: relative;
    height: 800px;/*670*/
    padding-left:100px;
    background-repeat: no-repeat;
    padding-top:120px;
}
.slide .title{
    /*font-size: 60px;*/
    font-size: 39px;
    font-weight: 600;
    color:#fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)    
}
.slide .intro{
    /*font-size: 14px;*/
    font-size: 16px;
    font-weight: 500;
    width:50%;
    /*color:#2A3441;*/
    color:#fff;
    text-transform: uppercase;
    margin-top:50px;
    margin-bottom:50px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
.slide .button{
    width:200px;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#2A3441;
    color:#fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align:center;
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3);   
}
#inner-content-head nav{
    margin-left:100px;  
}
#inner-content-head nav a{
    display: inline-block;
    color:#F0A31E;
    font-size: 18px;
    margin-bottom: 30px;
    margin-right:7px;
}
#inner-content-head nav a::before{
    content: "/";
    margin-right: 7px;
}
#inner-content-head h1{
    font-size:39px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    color:#fff;
    margin-left:100px;
}
/*content*/
#content{
    position: relative;
    z-index: 100;
    background-color: #fff;
    min-height: calc(100% - 505px); /*#slider height+5*/
    margin-right:10%;
    box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.2);
    font-size: 14px;
    color:#2A3441;
    line-height: 25px;
}
#content.home{
    top:-300px;
    margin-bottom:-300px;
}
#content.inner{
    min-height: calc(100% - 220px); /*#slider height+5*/
}
#content .cont{
    padding-top:100px;
    padding-left: 100px;
    padding-right: 30px;
    padding-bottom: 30px;
}
#content .cont img{
    padding-left:30px;
    padding-bottom:30px;
}
#content .cont p{
    margin-bottom:50px;
}
#content .cont h1{
    font-size:39px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom:50px;
    font-weight: 700;
}
#content .cont h1:after{
    content: ' ';
    display: block;
    position: absolute;
    left:0px;
    top:100px;
    height:44px;
    width:10px;
    background-color:#F0A31E;
}
#content .cont p:first-of-type{
    font-size: 18px;
    line-height: 26px;
}
#content .cont2{
    padding:50px;
    color:#2A3441;
    font-size: 16px;
}
#content .cont2 h2{
    font-size: 20px;
    margin-bottom:25px;
    color:#F0A31E;
}
#content .cont2 h3{
    font-size: 1rem;
}
#content .cont2 p{
    margin-bottom:10px;
}
/*profil*/
#content .profile_content .left{
    width:35%;
    float: left;    
}
#content .profile_content .left .img{
    max-width:100%;
    height:400px;
    background-color: #fff;
    position: relative;
    left:50%;
    transform:translateX(-50%);
}
#content .profile_content .img img{
    position: absolute;
    min-width:200px;
    max-width: 100%;    
    max-height: 100%;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#content .profile_content .right{
    background-color: #F5F5F5;
    height:400px;
    width:65%;
    float:left;
    padding-left:50px;
}
#content .profile_content .right h3{
    font-size:26px;
    margin-bottom:40px;
    font-weight: 700;
}
#content .profile_content .right label{
    margin:0px;
    font-weight: normal;
}
#content .profile_content .right .data {
    margin-bottom:40px;
}
#content .profile_content .right .data input[type="radio"]{
    border:1px solid #2A3441;
}
#content .profile_content .right .anyag{
    font-size: 14px;
    font-weight: 700;
    margin-bottom:20px;
}
#content .profile_content .right .szin {
    font-size: 14px;
    font-weight: 700;
}
#content .profile_content .right .data-cell.cimke{
    width:70px;
}
#content .profile_content .right .data-cell.cimke{
    width:70px;
}
#content .profile_content .right .data-cell .gdata{
    width:135px;
    padding-top:2px;
}
#content .profile_content .right .data-cell .gdata label{
    margin-left:10px;
}
#content .profile_content .right .meter{
    text-align: center;
    background-color: transparent;
    width:60px;
    border-radius: 4px;
    border:1px solid #2A3441;
}
#content .profile_content .right .meter-cimke{
    font-weight: 600;
}
#content .profile_content .right .submit input{
    background-color: #2A3441;
    border: 0px solid #000;
    border-radius: 0px;
    color: #fff;
    width: 200px;
    height: 45px;
    text-transform: uppercase;
    cursor: pointer;
}
#content .lapozo{
    background-color:#F5F5F5;
    text-align: center;
}
#content .lapozo .lapozo_numbers{
    display: inline-block;
    padding:10px;
    font-size:16px;
    font-weight: 700;
    color:#2A3441;
}
#content .lapozo .lapozo_numbers.aktiv{
    border-bottom:4px solid #2A3441;
}
/*profilok lista*/
#profiles-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-around;
    justify-content: space-around;
    align-content: flex-start;
    align-items: flex-start;
    margin-left:-10px;
    margin-right:-10px;
}
#profiles-list .profile-item{
    display: inline-block;
    position: relative;
    width:235px;
    height:377px;
    border-bottom:5px solid #F0A31E;
    box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.1);
    margin:15px;
}
#profiles-list .profile-item.hop{   
    opacity: 0;
    height: 0px !important;
    margin-top: 0px !important;
}
#profiles-list .profile-item img{   
    position: absolute;
    bottom: 20px;
    max-width: 160px;
    max-height: 215px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#profiles-list .profile-item .button{   
    background-color: #2A3441;
    border:0px solid #000;
    border-radius: 0px;
    color:#fff;
    width:200px;
    height:45px;
    position: absolute;
    bottom:30px;
    left:50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
#profiles-list .profile-item .title{
    font-size:16px;
    color:#2A3441;
    font-weight: 700;
    position: absolute;
    top:50px;
    width:100%;
    text-align: center;
}
#content .box{
    position: relative;
    margin-left: 100px;
    height:200px;
    border-left:5px solid #F0A31E;
    margin-bottom:50px;
    box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.2);
    padding-top:25px;
    padding-bottom:25px;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
    line-height: 20px;
}
#content .box h1{
    font-size:26px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom:20px;
}
#content .box .button{
    width:200px;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#F0A31E;
    color:#fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align:center;
}
#content .box::before{  
    position: absolute;
    top:0px;
    right:0px;
    content: "";
    width:calc(25% + 15px);
    height:200px;
    background-color:#F5F5F5;
    transform: skewX(-30deg) translateX(65px);
}
#content .box .image{
    max-width: 293px;
    max-height:153px;
    overflow: hidden;
}
#content .box .image img{
    width:100%;
    height: auto;
}
#content .box .title-intro{
    height:100%;    
}
#content .box .intro{
    padding-right: 10px;
}
/**/
#content .box.inner{
    height: auto;
    margin-left: 50%;
    color:#000;
}
#content .box.inner::before{
    width: 50%;
    height:250px;
}
#content .box.inner .title-intro{
    height:50%;
}
#content .box.inner .title {
    font-size: 18px;
    margin-bottom: 0px;
}
/**/
.hr1{
    border-top: 2px solid #f3f3f3;
}
.hr2{
    position: relative;
    border-top: 2px solid #f3f3f3;
}
.hr2::after{
    content: "";
    position: absolute;
    display: block;
    height:4px;
    background-color:#2A3441;
    width:100px;
    left:50%;
    transform: translateX(-50%);
}
.hr3{
    border-top:1px solid #3A4655;
}
#inner-content-head{
    height:220px;
}
#content .contact-box{
    position: relative;
    margin-top:50px;
}
#content .contact-box .title{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
#content .contact-box .button{
    margin-top:50px;
    margin-bottom:50px;
    width:300px;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#F0A31E;
    color:#fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align:center;
}
#content .contact-box .divider{
    position: absolute;
    bottom:0px;
    height:5px;
    width:100px;
    left:50%;
    transform:translateX(-50%);
    background-color:#2A3441;
}
#content-right.bg1{
    background-color: #fff;
    background-image: url(/images/sb/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#opt{
    position: absolute;
    z-index: 100;
    width:10%;
    bottom:0px;
    right:0px;
    height:100px;
    background-color: #222D3B;
}
/*  ajanlat */
#content .offer_request{
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    width:90%;
}
#content .offer_table {
    margin-top:30px;
    margin-bottom:100px;    
}
#content .offer_table .row_th{
    background-color:#2A3441;
    font-size: 14px;
    font-weight: 600;
    color:#fff;
    text-transform: uppercase;  
}
#content .offer_table .row div{
    padding:10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;  
}
#content .offer_table .row-d:nth-child(even){
    background-color:#F5F5F5;
}
#content .offer_table .row-d:nth-child(odd){
    background-color:#EFEFF0;
}
#content .cont2 h1.uptitle{
    color:#fff;
    position: absolute;
    top:-130px;
    left:50%;
    transform: translateX(-50%);
}
#content .cont2 h1.uptitle::after{
    position: absolute;
    display: block;
    content: "";
    height:60px;
    border-left:1px solid #F0A31E;
    border-right:1px solid #F0A31E;
    left:50%;
    transform: translateX(-50%);
    bottom:-82px;
}
.ajanlatgomb{
    display: inline-block;
    background-color: #2A3441;
    border: 2px solid #2A3441;
    border-radius: 0px;
    color: #fff;
    width: 350px;
    height: 45px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
}
#egyeni_ajanlat_show{
    background-color: #fff;
    color: #2A3441;
}
/* /ajanlat */
/*  ajanlat from */
#content .offer_contact .th{
    font-size:24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:25px;
    margin-top:25px;
    height:50px;
}
#content .offer_contact .tr{
    border-bottom:2px solid #2A3441;
    margin-bottom:30px;
    margin-right:20px;
}
#content .offer_contact .label{
    font-size: 14px;
    text-transform: uppercase;
}
#content .offer_contact .input input{
    width:100%;
    height:40px;
    border:0px solid #000;
    padding-left:10px;
    outline: none;
}
#content .offer_contact textarea{
    height:300px;
    width:100%;
}
#content .offer_contact .ajanlatgomb{
    margin-top:50px;
    margin-bottom:50px;
}
/* /ajanlat form */
/*  contact */
#content .company-info .row{
    padding-top:10px;
    padding-bottom:10px;
}
#content .company-info .colored{
    font-weight: bold;
    font-size: 16px;
}
/* /contact */
#footer{
    height:200px;
    background-color: #222D3B;
    color:#5E6977;
    padding-left:100px;
    padding-right:100px;
}
#footer .logo{
    color:#fff;
}
#footer .logo img{
    width:165px;
}
#footer .logo .kg{
    display:inline-block;
    margin-left:20px;
    padding-left:20px;
    border-left:1px solid #fff;
}
#footer .copy{
    margin-top:30px;
}
#footer .footer-menu{
    margin-bottom:54px;
}
#footer .footer-menu a{
    color:#5E6977;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding:0px 20px 0px 20px;  
}
@media (max-width: 1490px){
    #content .box .img{
        padding-right:10px;
    }
    #content .box img{
        width:100%;
    }
}
#wc{    
    margin-left: 50px;
    margin-right: 50px;
    display: none;

}
#wc .item{
    display: inline-block;
    padding:5px 20px 5px 20px;
    border-radius: 40px;
    border:1px solid #F0A31E;
    text-transform: uppercase;
    margin-left:10px;
    margin-right: 10px;
    margin-bottom:20px;
    color:#F0A31E;
    font-size: 12px;
}
#wc .item:hover{
    text-decoration: none;
    transform: scale(1.1);
    transition: 0.2s;
    color:#F0A31E;
}
.clear{
    clear:both;
}
#partner-logo{
    text-align: center;
}
#partner-logo div{
    display:inline-block;
    padding-left:20px;
    padding-right:20px;
}
#partner-logo div img{
    height:30px;
}
#newtime_logo{
    position: relative;
    left:-58px;
    top:20px;   
}
#newtime_logo{ display: none; }
#newtime_logo svg > g:nth-child(3) > g{
    -webkit-animation: .1s linear newtime_logo-made forwards;
            animation: .1s linear newtime_logo-made forwards;
    visibility:hidden;
}
#newtime_logo svg > g:nth-child(3) > g:nth-child(1){
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
}
#newtime_logo svg > g:nth-child(3) > g:nth-child(2){
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
}
#newtime_logo svg > g:nth-child(3) > g:nth-child(3){
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}
#newtime_logo svg > g:nth-child(1),
#newtime_logo svg > g:nth-child(2){
    opacity:0;
}
#newtime_logo svg > g:nth-child(2){
    -webkit-animation: .5s linear newtime_logo-circle forwards;
            animation: .5s linear newtime_logo-circle forwards;
}
#newtime_logo svg > g:nth-child(1){
    -webkit-animation: 1s linear newtime_logo-circle forwards;
            animation: 1s linear newtime_logo-circle forwards;
}
@media all and (max-width: 574px){
    #newtime_logo svg{
        width:300px
    }
}
@-webkit-keyframes newtime_logo-made{
    from{ visibility:hidden; }
    to{ visibility:visible; }
}
@keyframes newtime_logo-made{
    from{ visibility:hidden; }
    to{ visibility:visible; }
}
@-webkit-keyframes newtime_logo-circle {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 0;
    }
    30% {
        -webkit-transform: perspective(400px) translateX(-50px);
        transform: perspective(400px) translateX(-20px);
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes newtime_logo-circle {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 0;
    }
    30% {
        -webkit-transform: perspective(400px) translateX(-50px);
        transform: perspective(400px) translateX(-20px);
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}