/********************************	
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

/* MAIN STYLES *****************************/

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
    font-size:16px;
}
body {
	padding: 0px;
	margin: 0px;
	background:#FFFFFF;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height: 1.6;
	color:#1c3d74;
}
	
/* TEXT & LINK STYLES *****************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
h1{
	font-size:72px;
/*    text-transform: uppercase;*/
}
h2{
	font-size:40px;
	font-weight: 700;
	text-transform: uppercase;
    margin-bottom: 2rem;
    margin-bottom: 1.4rem;
    line-height: 1;
}
h3{
	font-weight: 700;
	font-size:26px;
    margin-bottom: 0px;
    margin-bottom: 4px;
    line-height: 1;
	text-transform: uppercase;
/*	letter-spacing: 2px;*/
}
h4{
    font-weight: 700;
    margin-bottom: 4px;
	font-size:16px;
/*    font-size: 20px;*/
    text-transform: uppercase;
}
h2 span, h3 span{
    color: #2085c4;
}

.italic{
	font-style:italic;
}
p{
    margin-bottom: 3rem;
    margin-bottom: 2.4rem;
}
.lead{
    font-weight: 400;
	font-size: 26px;
    margin-bottom: 1.6rem;
    line-height: 1.4;
}
h3 + .lead{
    margin-top: 1.6rem;    
}
/*
.large-txt{
    font-size: 22px;
}
*/
:focus{
	-moz-outline-style:none;
}	
::selection{
	background-color:#333333;
	color:#fff;
}	
::-moz-selection{
	background-color:#333333;
	color:#fff;
}
img{
	max-width: 100%;
}
input:focus, button:focus {
	outline: none; 
}

a{
    color:#1c3d74;
	border: none;
	outline:0;
	-moz-outline-style:none;
}
a:hover, a:focus, a:active, a:visited{
	text-decoration: none;
	color: inherit;
}
a img {
	border: none;
	outline:0;
	-moz-outline-style:none;
}
input.button, .button, .button:visited, .w-btn, .d-btn{
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #2085c4;
	border-radius: 20px;
	outline: none;
	background: #2085c4;
	text-align: center;
/*    min-width: 140px;*/
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
    text-decoration: none;
}
a.button, .button {
    color: #FFFFFF;
	display: inline-block;
	text-decoration: none!important;
	padding: 9px 40px 9px 40px;
}
.button:hover, .button:active, .button:focus {
    background: #1c3d74;
    border: 1px solid #1c3d74;
    box-shadow: none;
}
.banner-btn:hover, .banner-btn:active, .banner-btn:focus{
    background: none;
    color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 1);  
}
.w-btn, .w-btn:visited {
    display: inline-block;
	text-decoration: none;
	padding: 9px 40px 9px 40px;
    background: none;
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 1);     
}
.w-btn:hover, .w-btn:active, .w-btn:focus {
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.7);
    background: none;
/*
	-webkit-animation: btn-animate 0.2s ease-in-out;
	animation: btn-animate 0.2s ease-in-out;
*/
}
.d-btn, .d-btn:visited {
    display: inline-block;
	text-decoration: none;
	padding: 9px 40px 9px 40px;
	color: #FFFFFF;
    background: #1c3d74;
    border: 1px solid #1c3d74;
}
.d-btn:hover, .d-btn:active, .d-btn:focus {
	color: #FFFFFF;
    background: #2085c4;
    border: 1px solid #2085c4;
}
.btn-clean{
    display: inline-block;
	border: none;
	background: none;
    line-height: 20px;
	font-size: 14px;
	font-weight: 700;
    padding: 10px 40px;
}
.btn-clean.clean-light{
    color:rgba(14,31,59,0.25);
}

a.txt-link,
a.txt-link:visited,
a.txt-link:active{
    display: inline-block;	
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #2085c4;
}
.txt-link:hover{
	color: #1c3d74;
}
.txt-link i{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	margin-left: 16px;
}

/* FORM STYLES *****************************/
.form-wrap{
    position: relative;
    margin-bottom: 80px;
}
.form-wrap h3{
    margin-top: 20px;
    margin-left: 20px;
}

.form-col{
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding: 0px 20px;
}
.row.form-small-row{
    margin: 0;
    width: 100%;
}
.form-group{
    position: relative;
    display: block;
/*    padding: 0px;*/
    margin-bottom: 24px;
}
.row.form-cols{
    margin-left: -40px;
    margin-right: -40px;
}
.form-col h3{
    padding: 0px 20px;
}
.form-matd{
	position: relative;
/*	margin-bottom: 0px;*/
}
.form-group.select-box{
/*    margin-top: 20px;*/
}
h3 + .form-group.select-box{
    margin-top: 20px;
}
.form-matd input, .form-matd textarea{
	padding: 20px 0px 10px 0px;
	border-radius: 0px;
	border: 0px;
	border-bottom:1px solid #aaaaaa;
	border-bottom:1px solid #e8e7ed;
    font-weight: 400;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    height: initial;
}
.form-matd textarea{
    min-height: 80px;
    min-height: 120px;
}
.form-matd input:focus, .form-matd textarea:focus{
/*	border-bottom:1px solid #aaaaaa;*/
    outline: none;
    background: none;
}
.form-matd .form-control:focus{
    box-shadow: none;
    outline: none;
}
.form-matd .form-border{
	position: absolute;
	width: 0;
	height: 2px;
	bottom:-1px;
	bottom:0px;
	left: 50%;
	background: #2085c4;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
input:focus ~ .form-border, textarea:focus ~ .form-border {
	left: 0px;
  	width:100%;
/*  	max-width:calc(100% - 48px);*/
    transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.form-matd label, 
.form-matd input:invalid ~ label,
.form-matd input.input-empty ~ label{
	position:absolute;
	color:#2085c4;
	font-weight:normal;
	pointer-events:none;
	left:0px;
	top:20px;
    font-size: 14px;
    font-weight: 400;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
.form-col input:focus ~ .form-border, .form-col textarea:focus ~ .form-border {
	left: 24px;
    width:calc(100% - 48px);
}
.form-matd.form-col label, .form-matd.form-col input:invalid ~ label {
	left: 24px!important;
}
    
.form-matd input:focus ~ label, 
/*.form-matd input:valid ~ label, */
.form-matd input.input-filled ~ label,
.form-matd input:required:valid ~ label, 
.form-matd textarea:focus ~ label, 
.form-matd textarea.input-filled ~ label,
.form-matd textarea:required:valid ~ label {
	top:0px;
	color:#2085c4;
	font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
/*
.form-matd input:invalid:not(:placeholder-shown) ~ label,
.form-matd #email:invalid:not(:placeholder-shown) ~ label{
	top:0px;
	color:#2085c4;
	font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
.form-matd input:valid:placeholder-shown ~ label,
.form-matd input:valid:placeholder-shown:focus ~ label{
	color:#1c3d74;
	left:20px;
	top:20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.form-matd #email:invalid:not(:placeholder-shown) ~ label{
	top:0px;
	color:#2085c4;
	font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}
*/

.form-matd label.error, #reg-check-error{
    position: absolute;
    top: auto!important;
    bottom: -25px;
    font-weight: 400;
    color: #ee0000!important;
    font-size: 10px!important;
    text-transform: uppercase;
}
.form-matd label.error, .form-matd .error-text, .select-box .error-text, .checkbox .error-text, .form-captcha .error-text{
    position: absolute;
    top: auto!important;
    bottom: -20px;
    bottom: -18px;
    font-weight: 400;
    color: #ee0000!important;
    font-size: 10px!important;
    text-transform: uppercase;
}
.checkbox .error-text{
    bottom: -12px;
}
.form-captcha .error-text{
    
}

.form-btn{
    text-align: right;
    margin-top: 10px;
}
.form-btm{
    margin-top: 10px;
}

.form-btns{
    display: block;
    margin-top: 48px;
    width: 100%;
/*    align-content: flex-end;*/
}
.form-btns .btn-right{
    position: relative;
    display: inline-block;
    float: right;
}

/*
.form-btns{
    display: flex;
    align-content: flex-end;
}
.form-btns .button{
    display: flex;
}
.form-btns .btn-right{
    position: relative;
    display: inline-block;
    align-self:flex-end;
}
*/


.ch-btn{
	position: relative;
	display: inline-block;
	display: block;
	vertical-align: middle;
    
    height: 40px;
    padding-top: 8px;
}
.ch-btn input[type="checkbox"]{
    position: absolute;
    left: 49%;
	visibility: hidden;
    height: 1px;
    z-index: 0;
}
.ch-btn label{
	position: relative;
	display: block;
    font-size: 14px;
    font-weight: 400;
	padding-left: 36px;
    line-height: 24px;
    z-index: 1;
}
.ch-btn label span{
	position: absolute;
	display: block;
	height: 24px;
	width:24px;
	top: 0px;
	left: 0px;
/*	background: #FFFFFF;*/
    border: 1px solid #e8e7ed;
	border-radius: 50%;
	z-index: 1;
	text-align: center;
	font-size: 12px;
/*	color: #CCCCCC;*/
    color: #1c3d74;
}

.ch-btn label:hover span{
/*	border: 1px solid rgba(19,22,48,0.7);*/
	cursor: pointer;
}
.ch-btn input[type="checkbox"]:checked + label span{
	color: #1c3d74;
    border: 1px solid #1c3d74;
}
.ch-btn label i{
	display: none;
	height: 24px;
	line-height: 24px;
}
.ch-btn label:hover i, .ch-btn input[type="checkbox"]:checked + label i{
	display: block;
	opacity: 1;
}
.ch-btn a{
    text-decoration: underline;
}
.ch-btn a:hover{
    text-decoration: none;
}

.box {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 40px;
}
.box .inputfile {
/*    width: 0.1px;*/
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    max-width: 100%;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 9px 30px;
    border-radius: 20px; 
    margin-bottom: 0px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
/*
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
*/
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: #1c3d74;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.inputfile-1 + label {
    color: #1c3d74;
    border: 1px solid #e8e7ed;
}
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    color: #2085c4;
    border: 1px solid #2085c4;
}
.inputfile-1:focus + label svg,
.inputfile-1.has-focus + label svg,
.inputfile-1 + label:hover svg{
    fill: #2085c4;
}

/* WRAPPER STYLES *****************************/

#outer-wrapper{
	position: relative;
	overflow: hidden;
}
#bg-wrapper {
    position: fixed;
	content:'';
	display: none;
	opacity: 0;
	width:100%;
	height:100%;
	z-index: 10;
    background: rgba(14,31,59,0.9);
}
.menu-open #bg-wrapper{
    display: block;
    opacity: 1;
    -webkit-animation: opac-in-animate 0.5s ease-out forwards;
	animation: opac-in-animate 0.5s ease-out forwards;
}
.menu-ani #bg-wrapper {
    display: block;
	opacity: 1;
    -webkit-animation: opac-out-animate 0.3s ease-in forwards;
	animation: opac-out-animate 0.3s ease-in forwards;
}
#main-wrapper{
	position: relative;
}
#content-wrapper{
	position: relative;
    min-height: 72vh;
}
/*
.contact-page #main-wrapper{
    padding-top: 90px;
}
*/
/*
.sub-page #content-wrapper{
	padding-top: 80px;
}
.sub-page.sub-banner #content-wrapper{
	padding-top: 0px;
}
*/
/*
.scroll-top{
	position: fixed;
	right:-50px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	padding: 5px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	z-index: 999;
	background: url(../images/icon-top.png) center center #ed1c24 no-repeat;
	background-size: 26px;
	cursor: pointer;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.scroll-top.affix{
	right:30px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
*/

/* NAVBAR *****************************/	

#navbar {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0px 24px;
	top:0px;
	z-index: 99;
    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
#navbar.sticky {
    position: fixed;
}
/*#navbar.sticky, .sub-page #navbar {*/
#navbar.sticky{
    background: #FFFFFF;
    border-bottom: 1px solid #b8b8bb;
    border-bottom: 1px solid #e8e7ed;
}
.navbar-header{
	position: relative;
}
.logo-main{
	display: inline-block;
	float: left;
    margin: 23px 10px;
    margin: 16px 0px;
	padding: 0px;
}
.logo-main img{
    height: 40px;
    width: auto;
}

.logo-main-white{
    display: block;
}
.logo-main-dark{
    display: none;
}

/*
#navbar.sticky .logo-main-dark, .sub-page #navbar .logo-main-dark{
    display: block;
}
#navbar.sticky .logo-main-white, .sub-page #navbar .logo-main-white{
    display: none;
}
*/
#navbar.sticky .logo-main-dark{
    display: block;
}
#navbar.sticky .logo-main-white{
    display: none;
}
.logo-mob{
    display: none;
}

.nav-toggle {
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 18px 10px;
	background: none;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
    display: none;
}
/*
.nav-toggle:hover {
	color:#ed1c24;
}
*/
/* NAV MAIN *****************************/

#nav-main{
	position: relative;
	display: inline-block;
	float: left;
}
#nav-right{
	position: relative;
	display: inline-block;
	float: right;
}
#nav-main ul, #nav-right ul{
	position: relative;
	margin: 16px 0px;
    margin-left: 24px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#nav-right ul{
    display: inline-block;
    float: left;
	margin: 16px 0px;
}
#nav-main ul li, #nav-right ul li{
	position: relative;
	display: inline-block;
	float: left;
	padding: 0px 12px;
	margin: 0px;
	text-align: center;
}
#nav-main ul li a, #nav-right ul li a{
    position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 0px;
	color: #FFFFFF;
	font-weight: 700;
    font-size: 14px;
/*	letter-spacing: 2px;*/
/*	text-transform: uppercase;*/
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#navbar.sticky #nav-main ul li a,
#navbar.sticky #nav-right ul li a{
/*.sub-page #nav-main ul li a*/
	color: #1c3d74;
}
#nav-main ul li a:hover,
#nav-right ul li a:hover,
#navbar.sticky #nav-main ul li a:hover{
/*.sub-page #nav-main ul li a:hover*/
    color: #2085c4;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

#nav-main ul li a:after{
    position: absolute;
    content:'';
    display: block;
    background: #2085c4;
    width: 4px;
    height: 4px;
    bottom: -16px;
    left: 50%;
    left: calc(50% - 2px);
/*    border-radius: 3px;*/
    opacity: 0;
    -webkit-transition:opacity 0.3s ease-in, width 0.2s ease-in, left 0.2s ease-in;
	transition:opacity 0.3s ease-in, width 0.2s ease-in, left 0.2s ease-in;
}
#nav-main ul li a:hover:after{
    left: 0;
    width: 100%;
    opacity: 1;
	-webkit-transition:opacity 0.1s linear, width 0.5s ease-in-out, left 0.5s ease-in-out;
	transition:opacity 0.1s linear, width 0.5s ease-in-out, left 0.5s ease-in-out;
}
#nav-main ul li.active a:after, #nav-main ul li.active a:hover:after{
    left: 0;
    width: 100%;
    opacity: 1;
	-webkit-transition: none;
	transition:none;
}

#nav-main ul li.n-btn{
    padding: 0px;
    margin-left: 30px;
}
#nav-main .show-mob{
    display: none;
}

#navbar.sticky, .menu-open #navbar{
	position: fixed;
/*    background: #172838;*/

}
.nav-buttons{
    display: inline-block;
	margin: 16px 0px;    
}
.nav-buttons .button{
    margin-left: 24px;
    display: inline-block;
}
.nav-buttons .button i{
    display: none;
}
#navbar.sticky #nav-right .w-btn{
    border: 1px solid #2085c4;
    color: #2085c4;
}
#navbar.sticky #nav-right .w-btn:hover{
    border: 1px solid #1c3d74;
    color: #1c3d74;
}
.navbar-header:after, #nav-main ul:after, .icon-blocks:after{
	content: '';
	display: block;
	clear: both;		
}

/* SIDE NAV *****************************/

#side-nav {
	position: absolute;
	display: block;
	top: 66px;
	left: 15px;
	width: 0px;
	z-index: 99;
	overflow: hidden;
}
.menu-open #side-nav {
	width: 220px;
	width: 100%;
}
#side-nav ul{
	position: relative;
	margin: 0px;
    padding: 0px 20px 0px 22px;
	list-style: none;
/*	width: 220px;*/
}
#side-nav ul li{
	position: relative;
	display: block;
	padding: 0px 0px 0px 14px;
	margin: 0px;
	text-align: left;
	opacity:0;
	-webkit-transition:-webkit-transform 0.25s ease-in,opacity 0.5s;
	transition:transform 0.25s ease-in,opacity 0.5s;
	-webkit-transform:translateY(100%);
	transform:translateY(100%)
}
/*
.menu-ani #side-nav ul li{
	opacity:1;
}
*/
.menu-open #side-nav ul li{
	opacity:1;
	-webkit-transition:-webkit-transform 0.5s,opacity 0.5s;
	transition:transform 0.5s,opacity 0.5s;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.menu-open #side-nav ul li:nth-child(2){
	-webkit-transition-delay:0.1s;
	transition-delay:0.1s;
}
.menu-open #side-nav ul li:nth-child(3){
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.menu-open #side-nav ul li:nth-child(4){
	-webkit-transition-delay:0.3s;
	transition-delay:0.3s
}
.menu-open #side-nav ul li:nth-child(5){
	-webkit-transition-delay:0.4s;
	transition-delay:0.4s;
}
.menu-open #side-nav ul li:nth-child(6){
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
}
.menu-open #side-nav ul li:nth-child(7){
	-webkit-transition-delay:0.6s;
	transition-delay:0.6s;
}
#side-nav .side-nav-blk ul li a{
	position: relative;
	display: inline-block;
	padding: 15px 0px 15px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
}
#side-nav ul li a:after{
	content:'';
	display: block;
	position: absolute;
	left:5px;
	bottom:8px;
	height: 2px;
	background: #2085c4;
	width: 0%;
}
#side-nav ul li a:hover:after{
	width:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#side-nav ul li a span{
	font-weight: 700;
	font-size: 15px;
/*	color: #CCC;*/
}
#side-nav .side-nav-footer{
    margin-top: 20px;
}
#side-nav .side-nav-footer ul{
    color: #EEEEEE;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
#side-nav .side-nav-footer ul a{
    color: #EEEEEE;
    color: rgba(255,255,255,0.7);
}
#side-nav .side-nav-footer .side-nav-footer-links{
    margin: 15px 0px;
}
#side-nav .side-nav-footer .side-nav-footer-links a{
    font-weight: 500;
    color: #FFFFFF;
}
.menu-open #side-nav .side-nav-footer ul li:nth-child(1),
.menu-open #side-nav .side-nav-footer ul li:nth-child(2),
.menu-open #side-nav .side-nav-footer ul li:nth-child(3),
.menu-open #side-nav .side-nav-footer ul li:nth-child(4){
	-webkit-transition-delay:0.7s;
	transition-delay:0.7s;
}
.menu-open #side-nav .side-nav-footer ul li:nth-child(5){
	-webkit-transition-delay:0.8s;
	transition-delay:0.8s;
}
.menu-open #side-nav .side-nav-footer ul li:nth-child(6){
	-webkit-transition-delay:0.9s;
	transition-delay:0.9s
}

/* MAIN BANNER STYLES *****************************/

#banner-wrapper{
	position: relative;
    display: block;
/*    background: #1c3d74;*/
	height: 100%;
/*    min-height: 100vh;*/
	z-index: 1;    
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,42,80,1)), color-stop(100%, rgba(28,60,116,1)));
    background: -webkit-linear-gradient(top, rgba(19,42,80,1) 0%, rgba(28,60,116,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,42,80,1) 0%, rgba(28,60,116,1) 100%);
    background: linear-gradient(to bottom, rgba(19,42,80,1) 0%, rgba(28,60,116,1) 100%);
}
.banner-main-img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
/*    background: url(../images/banner-main.jpg) right center no-repeat #FFFFFF;*/
    background: url(../images/world-map.png) right center no-repeat;
    background-size: cover;
/*    background-size: contain;*/
    opacity: 0.20;
}
/*
#banner-wrapper.sub-banner{
    padding-top: 72px;
}
*/

#banner-wrapper .container{
    position: relative;
    display: block;
/*    min-height: 100vh;*/
    height: 100vh;
    z-index: 2;
}
#banner-wrapper.sub-banner, #banner-wrapper.sub-banner .container{
    min-height: initial;
    height: initial;
}

.banner-text{
	position: absolute;
	display: block;
	text-align: left;
    top: 50%;
    transform: translateY(-50%);
	width: 40%;
	width: calc(50% - 48px);
    left: 48px;
    color: #FFFFFF;
    z-index: 3;
    align-self: center;
}
.banner-text h1, .sub-banner-text h1{
    position: relative;
    display: inline-block;
    line-height: 1.0;
	font-size: 48px;
	font-weight: 700;
	color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-bottom: 48px;
/*    text-shadow: 1px 1px 5px rgba(0,0,0,0.25);*/
}
.banner-text p, .sub-banner-text p{
    position: relative;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 300;
/*
    opacity: 0;
    -webkit-animation: btm-fade-animate 0.8s ease-out forwards;
	animation: btm-fade-animate 0.8s ease-out forwards;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
*/
}

.banner-form-blk{
	position: absolute;
	display: block;
    top: 50%;
    transform: translateY(-50%);
	width: 40%;
/*	width: calc(50% - 48px);*/
    right: 48px;
/*    background: #FFFFFF;*/
    z-index: 3;
    align-self: center;
    height: auto;
}

.banner-form{
    position: relative;
    display: block;
    background: #FFFFFF;
    padding: 48px; 
/*
    height: auto;
    max-height: 800px;
    transition: max-height 0.3s ease-out;
*/
}
/*
.banner-form .carousel-item {
    transition: transform 0.5s ease, opacity .5s ease;
}
*/
.banner-form .select-box{
    margin-bottom: 36px;
}
.banner-form p {
    margin-bottom: 24px;
}

.banner-form .b-form-blk{
/*    padding: 48px;    */
/*    background: #FFFFFF;*/
}

.banner-form p{
    font-size: 14px;
/*    margin: 0;*/
}
.b-form-blk{
    display: none;
    opacity: 0;
    transition: opacity 0.1s ease-out;
}
.b-form-blk.show{
    display: block;
    opacity: 1;
    -webkit-animation: opac-in-animate 0.5s ease;
    animation: opac-in-animate 0.5s ease;
}

/* CONTENT STYLES *****************************/

.content-banner-wrap{
    position: relative;
/*    margin: 120px 0px;*/
    padding: 192px 0px;    
}
.content-banner, .info-blocks{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: -48px;
    margin-right: -48px;
}
.banner-blk-txt, .banner-blk-img, .info-blk-left, .info-blk-right, .content-blk-block{
    position: relative;
    display: flex;
    width: 50%;
    padding: 0px 48px;
    align-content: flex-start;
    align-self: center;
    flex-direction: column;
}
.content-blk-block{
    flex-direction: row;
    justify-content: center;
}

.info-blk-left, .info-blk-right{
    margin-bottom: 48px;
}
.info-blk-img{
    position: relative;
	text-align: center;
}
.info-blk-txt{

}
.banner-blk-img-full{
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
    top: 0px;
}
.banner-blk-img-full img{
    vertical-align: middle;
}

.banner-dark{
    background: #13294d;
    color: #FFFFFF;
}
.home-banner-1{
    background: #dddddd;
    background: url(../images/home-banner-1.jpg) right center no-repeat #dddddd;
/*    background-size: contain;*/
    padding: 240px 0px;
}
.banner-light{
    background: #dddddd;
}

.content-sub-banner-1{
    background: url(../images/sub-banner-1.jpg) right top no-repeat #FFFFFF;
    background-size: cover;
}
.banner-txt-center{
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
.banner-txt-center.txt-center-sm{
    padding-left: 16%;
    padding-right: 16%;	
	margin-bottom: 72px;
}
.banner-txt-center .lead{
    margin-bottom: 3.2rem;
}
.content-blk-color{
    width: 54%;
    padding: 48px;
    background: #2085c4;
    color: #FFFFFF;    
}

.content-banner-1{
    background: #2085c4;
    margin: 0px;
    color: #FFFFFF;
}
.content-banner-2{
    background: #1c3d74;
    margin: 0px;
    color: #FFFFFF;
}
.content-btns{
    display: flex;
}
.content-btns .btn-right{
    position: relative;
    display: inline-block;
    align-self:flex-end;
}
.content-banner .button, .info-blk-txt .button, .banner-blk-txt .button{
    position: relative;
    display: inline-block;
    align-self:flex-start;
}
.content-banner .btn-clean{
    position: relative;
    display: inline-block;
    align-self:flex-start;
}
.content-btn-full{
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
}
.banner-blk-txt p:last-child{
    margin-bottom: 0px;
}

.info-wrap, .info-wrap-sm{
	position: relative;    
    margin: 120px 0px;
}
.info-color{
    background: #1c3d74;
    margin: 0px;
    color: #FFFFFF;  
}
.content-center{
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 40px;
    padding: 0px 10%;
    margin-bottom: 96px;
}
.content-center-title{
    position: relative;
    text-align: center;
}
.content-center-title h2{
/*    margin-bottom: 0px;*/
}
.content-center-title h3{
    margin-bottom: 16px;
}


.content-list-blk{
    position: relative;
    display: flex;
    width: 50%;
    padding: 0px 48px;
    align-content: flex-start;
    align-self: flex-start;
    flex-direction: column;
}

.three-block .content-list-blk{
    width: 33.3333%;
}

.content-list-blk h3{
    margin-bottom: 1.6rem;
}

.content-banner-list{
    display: block;
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 2.4rem 0px;
    margin: 0px;
}
.content-banner-list li{
    position: relative;
    padding-left: 36px;
    font-weight: 500;
/*    line-height: 3.2;*/
    margin-bottom: 16px;
}
.content-banner-list li:before{
    content: "\f105";
    position: absolute;
    left: 0px;
    top: 14px;
    top: 2px;
    height: 100%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #2085c4;
    font-size: 24px;
    line-height: 1;
}

/* SUB CONTENT STYLES *****************************/

.sub-banner-1, .sub-banner-2, .sub-banner-3, .sub-banner-4, .sub-banner-5, .sub-banner-6{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
/*    background: url(../images/intervat-subbanner-1.png) center top no-repeat;*/
    background: url(../images/intervat-subbanner-1.jpg) center top no-repeat;
    background-size: cover;
    
    opacity: 0;
    -webkit-animation: opac-in-animate 0.8s ease-in forwards;
    animation: opac-in-animate 0.8s ease-in forwards;
}
.sub-banner-2{
    background: url(../images/intervat-subbanner-2.jpg) center top no-repeat;
    background-size: cover;
}
.sub-banner-3{
    background: url(../images/intervat-subbanner-3.jpg) center top no-repeat;
    background-size: cover;
}
.sub-banner-4{
    background: url(../images/intervat-subbanner-4.jpg) center top no-repeat;
    background-size: cover;
}
.sub-banner-5{
    background: url(../images/intervat-subbanner-1.jpg) center top no-repeat;
    background-size: cover;
}
.sub-banner-6{
    background: url(../images/intervat-subbanner-2.jpg) center top no-repeat;
    background-size: cover;
}
.sub-banner-world{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/world-map-sub-banner.png) right bottom no-repeat;
/*    background: url(../images/world-map-sub-banner-dark.png) right top no-repeat;*/
/*
    background-size: cover;
    background-size: 1920px 540px;
*/
    background-size: contain;
/*    background-size: 1280px 360px;*/
}
.sub-banner-text{
	position: relative;
	display: block;
	text-align: left;
    padding: 192px 0px 120px 0px;
	width: calc(50% - 48px);
    color: #FFFFFF;
    z-index: 3;
    align-self: center;
}
/*
.sub-banner-text-placeholder{
    position: relative;
	display: block;
	text-align: left;
    padding: 192px 0px 120px 0px;
    height: 80px;
}
*/
.sub-banner-text h1{
    font-size: 40px;
}
.sub-banner-text p{
    margin-bottom: 0px;
}
.sub-banner-text.sbt-float{
    position: absolute;
    color: #FFFFFF;
    text-align: right;
    padding: 0;
}
.sub-banner-text.sbt-float h1{
    margin-bottom: 0;
}
.sbt-float h1:after{
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    right: -48px;
    top: 0;
    height: 100%;
    background: url(../images/sub-banner-location.png) center no-repeat;
    background-size: contain;
}
.sbt-be{
    right: 26%;
    top: 53%;
}
.sbt-ch{
    right: 25%;
    top: 57%;
}
.sbt-de{
    right: 24.5%;
    top: 54%;
}
.sbt-es{
    right: 26.5%;
    top: 65%;
}
.sbt-fr{
    right: 26%;
    top: 57%;
}
.sbt-no{
    right: 24%;
    top: 40%;
}
.sbt-pl{
    right: 24%;
    top: 54%;
}

@media (min-width: 1200px){

.sbt-be{
    right: 26%;
    right: 490px;
    top: 53%;
}
.sbt-ch{
    right: 25%;
    right: 478px;
    top: 57%;
}
.sbt-de{
    right: 24.5%;
    right: 480px;
    top: 54%;
}
.sbt-es{
    right: 26.5%;
    right: 510px;
    top: 65%;
}
.sbt-fr{
    right: 26%;
    right: 495px;
    top: 57%;
}
.sbt-no{
    right: 24%;
    right: 480px;
    top: 40%;
}
.sbt-pl{
    right: 24%;
    right: 465px;
    top: 54%;
}
}
@media (min-width: 1200px) and max-width(1400px){
.sub-banner-world{
    background-size: 105%;
}
}


.content-wrap{
    position: relative;
    padding-bottom: 96px;
    z-index: 2;
}
.content-wrap .content-main{
    width: 66.6667%;
    margin: 0 auto;        
}
.content-breadcrumb{
    border-bottom: 1px solid #e8e7ed;
}
.content-breadcrumb ul{
    position: relative;
    list-style: none;
    width: 66.6667%;
    margin: 0 auto;
    padding: 10px 0px;
    font-size: 14px;
}
.content-breadcrumb ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding: 16px 20px;
    line-height: 20px;
}
.content-breadcrumb ul li:first-child{
    padding-left: 0px;
}
.content-breadcrumb ul li:after{
    content: "\f105";
    position: absolute;
    right: -2px;
    top: 17px;
    height: 100%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}
.content-breadcrumb ul li:last-child:after{
    content: '';
    display: none;
}
.content-breadcrumb ul li a{
    font-weight: 700;
}
.content-breadcrumb ul li.active a{    
    color: #2085c4;
}

.content-main{
    padding: 48px 0px;
}

.content-main h3{
    margin-top: 4.8rem;
}
.content-main h3:first-child{
    margin-top: 0;
}
.content-main a{
    text-decoration: underline;
}
.content-main a:hover{
    text-decoration: none;
}
/*
.content-main ul{
    padding: 0px 0px 0px 14px;
}
*/


.content-list-inline, .content-list-inline-long{
    display: block;
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 2.4rem 0px;
}
.content-list-inline li{
    display: block;
    position: relative;
    font-weight: 700;
}
.content-list-inline li span{
    display: inline-block;
    font-weight: 400;
    width: 40%;
}
/*
.content-list-inline li b{
    flex-grow: 1;
    flex-grow: 2;
}
*/
.content-list-inline-long li{
    display: block;
    position: relative;
    padding-left: 36px;
}
.content-list-inline-long li span{
    display: inline-block;
    font-weight: 700;
}

.content-list-big, .content-list-half{
    display: block;
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 24px 0px;
    margin: 2.4rem 0px;
}
.content-list-half{
    width: 50%;
    float: left;
/*    margin: 0;*/
}
.content-list-big li, .content-list-half li{
    position: relative;
    padding-left: 36px;
    font-weight: 700;
/*    line-height: 3.2;*/
    margin-bottom: 16px;
}
.content-list-big li:before, .content-list-half li:before, .content-list-inline-long li:before{
    content: "\f00c";
    position: absolute;
    left: 0px;
    top: 14px;
    top: 2px;
    height: 100%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #2085c4;
    font-size: 24px;
    line-height: 1;
}

.percent-list{
    display: block;
    list-style: none;
    padding: 0px;
    margin: 48px 0px;
}
.percent-list li{
    width: 50%;
    float: left;
    text-align: center;
}
.percent-list li span{
    color: #2085c4;
    font-size: 26px;
    font-weight: 700;
}
.percent-list li div{
    text-transform: uppercase;
}

.content-list-country{
    display: block;
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 24px 0px;
    margin: 2.4rem 0px;
    width: 50%;
    float: left;
}
.content-list-country li{
    position: relative;
    display: flex;
    padding-right:  36px;
    margin-bottom: 16px;
}
.content-list-country div{
    padding: 0px 8px;
    font-weight: 700;
}

.country-name{
    width: 33.3333%;
    text-align: right;
}
.country-links{
    width: 66.6666%;
    text-align: left;
    padding: 0px 8px;
}
.country-links span{
    position: relative;
    float: left;
    padding: 0px 16px;
}

.country-links span:first-child:after{
    position: absolute;
    display: block;
    content: '';
    height: 70%;
    width: 2px;
    top: 15%;
    right: -1px;
    background: #e8e7ed;
}

.country-links a{
    color: #2085c4;
    text-decoration: none;
}
.country-links a:hover{
    text-decoration: underline;
}

.content-table{
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 48px;
}
.content-table-header,
.content-table-line{
	position: relative;
	display: flex;	
}
.content-table .content-table-line:nth-child(odd){
	background: #e8e7ed;
	background: rgba(14,31,59,0.04);
}
.content-table-header{
	border-bottom: 1px solid #e8e7ed;
}

.content-table-col{
	position: relative;
	display: block;
	padding: 8px 4px;
	line-height: 24px;
	font-size: 14px;
	width: 15%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-table-header .content-table-col{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
	font-size: 12px;
}
.content-table-col.tb-col-lg{
	width: 24%;
}
.content-table-col.tb-col-sm{
	width: 8%;
}
.content-table-col.tb-col-right{
	text-align: right;
}
.content-table-col.tb-col-hover{
	overflow: initial;
}
.table-hover{
	display: block;
}
.table-hover-block{
	position: absolute;
	display: none;
	padding: 8px 16px;
	line-height: 24px;
	font-size: 14px;
	min-width: 200px;
	right: 0%;
	bottom: calc(100% - 4px);
	background: #FFFFFF;
	border-radius: 5px;
	text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
	opacity: 0;
	z-index: 2;
}
.table-hover:hover{
	cursor: pointer;
}
.table-hover:hover .table-hover-block{
	display: block;
	animation: opac-in-animate 0.3s ease-out forwards;
}

/* ICON BLOCK STYLES *****************************/

.icon-blocks-wrap{
    position: relative;
    margin:0px;
    padding: 192px 0px 96px 0px;
}

.icon-blocks{
    position: relative;
    display: flex;
    flex-direction: row;
/*    flex-wrap: nowrap;*/
    flex-wrap: wrap;
    margin-left: -48px;
    margin-right: -48px;
}
.icon-block-wrap{
    position: relative;
    display: flex;
    flex-basis: 50%;
    padding: 0px 48px;
    margin-bottom: 96px;
}
.icon-block{
    position: relative;
    display: flex;
}
.icon-block a{
    position: relative;
    display: flex;
    color: #FFFFFF;
}
.icon-block h3{
    line-height: 1.0;
    margin-bottom: 4px;
}
.icon-block-icon{
    display: flex;
    flex-basis: 33.3333%;
/*    width: 40%;*/
    text-align: center;
    font-size: 72px;
    font-size: 96px;
/*    justify-content: center;*/
    flex-direction: column;
/*    padding-top: 4px;*/
    color: #2085c4;
}
/*
.banner-dark .icon-block-icon{
    color: #2085c4;
}
*/
.banner-light .icon-block a{
    color: #1c3d74;  
}

.icon-block-icon i{
    position: relative;
}
.icon-block-text{
    flex-basis: 66.6666%;
/*    width: 60%;*/
/*    font-size: 16px;*/
}
.icon-block-text p{
    margin-bottom: 0;
}
.icon-block-text .button{
    margin-top: 1rem;
    margin-top: 2rem;
}

.banner-icon-blocks{
    position: relative;
    margin: 24px 0;    
}
.banner-icon-blocks .icon-block{
    margin-bottom: 24px;
}
.banner-icon-blocks .icon-block-icon{
    flex-basis: 48px;
    font-size: 24px;
}
.banner-icon-blocks .icon-block-text{
    flex-basis: 70%;
    padding-left: 16px;
}
.banner-icon-blocks .icon-block h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.0;
    margin-top: 4px;
    margin-bottom: 4px;
}

/* LOGO BLOCKS STYLES *****************************/

#partner-logos.info-wrap{
    margin-bottom: 72px;
}

.info-blk-logos{
    position: relative;
    display: flex;
/*    width: 100%;*/
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
/*    padding: 0px 30px;*/
    margin-left: -24px;
    margin-right: -24px;
}
.info-blk-logo{
    display: block;
    width: 25%;
    padding: 0px 24px;
    margin-bottom: 48px;
    text-align: center;
}
.info-blk-logo div{
    display: block;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid rgba(29,23,82,0.2);
    border: 1px solid #e8e7ed;
/*    padding: 32px;*/
}
.info-blk-logo div img{
/*
    height: 36px;
    width: auto;
*/
    height: auto;
    width: 100%;
}

#partner-logos .info-blk-logo{
    opacity: 0;
}
.info-blk-logos.animate .info-blk-logo{
    -webkit-animation: btm-fade-animate 0.5s ease-out forwards;
	animation: btm-fade-animate 0.5s ease-out forwards;
}
.info-blk-logos.animate .info-blk-logo:nth-child(1){    
}
.info-blk-logos.animate .info-blk-logo:nth-child(2){
    -webkit-animation-delay:0.2s;
	animation-delay:0.2s;
}
.info-blk-logos.animate .info-blk-logo:nth-child(3){
    -webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.info-blk-logos.animate .info-blk-logo:nth-child(4){
    -webkit-animation-delay:0.6s;
	animation-delay:0.6s;
}
.info-blk-logos.animate .info-blk-logo:nth-child(5){
    -webkit-animation-delay:0.8s;
	animation-delay:0.8s;
}
.info-blk-logos.animate .info-blk-logo:nth-child(6){
    -webkit-animation-delay:1.0s;
	animation-delay:1.0s;
}
.info-blk-logos.animate .info-blk-logo:nth-child(7){
    -webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.info-blk-logos.animate .info-blk-logo:nth-child(8){
    -webkit-animation-delay:1.4s;
	animation-delay:1.4s;
}


/* QUOTE STYLES *****************************/

.quote-banner{
    position: relative;
    text-align: left;
    padding: 192px 0px;
}
/*
.quote-banner:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/pattern-cleaning.png) center;
    background-size: 25%;
    opacity: 0.05;
}
*/

.quote-header{
    display: block;
/*    margin-bottom: 96px;*/
}
.quote-wrap{
    display: block;
    position: relative;
    width: 100%;
/*    width: 50%;*/
    padding: 0;
}
#quote-carousel{
    display: block;
    position: relative;
    text-align: left;
}
/*
#quote-carousel .owl-stage-outer {
    padding-bottom: 40px;
}
*/
.quote-big{
    padding: 96px 0;
    background: #FFFFFF;
}
.quote-big-wrap{
    position: relative;
    display:flex;
    z-index: 9;
}
.quote-main{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
/*
    background: url(../images/quote-bg.png) right center no-repeat;
    background-size: contain;
*/
}
.quote-main:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 125%;
    right: 0;
    top: 0;
    z-index: 0;   
    background: url(../images/quote-bg.png) right center no-repeat;
    background-size: contain;
    z-index: 0;
}

.quote-main-wrap{
    position: relative;
    display: flex;
/*    background: #FFFFFF;*/
    flex-direction: row;
    width: 85%;
    z-index: 2;
    padding: 72px 0 120px 0;
    padding: 72px 0px;
}
.quote-img {
    position: relative;
    display: flex;
    border-radius: 50%;
    width: 30%;
    border: 1px solid #cccccc;
    overflow: hidden;
}
.quote-img-empty img{
    opacity: 0;
}
.quote-img-empty span{
    position: absolute;
    display: flex;
    text-align: center;
    justify-content: center;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    font-size: 36px;
    color: #cccccc;
}
.quote-img-empty span i{
    position: relative;
    align-self: center;
}
.quote-name{
    display: flex;
    width: 70%;    
    padding-left: 24px;
    flex-direction: column;
    justify-content: center;
}
.quote-name div{
    color: #2085c4;
    font-weight: 700;
}
.quote-name span{
    line-height: 1.2;
}
/*
.quote-icon{
    position: absolute;
    width: 85%;
    right: 0;
    top: 0;
    z-index: 0;
    color: #2085c4;
    color: rgba(32,133,196,0.2);
    text-align: right;
    font-size: 200px;
}
.quote-icon i{
    vertical-align: top;
}
*/
.quote-txt {
    display: flex;
    width: 70%;
    flex-direction: column;
    justify-content: center;
    padding-left: 96px;
    font-style: italic;
}
.quote-txt .quote-txt-title{
    font-size: 40px;
}
.quote-txt p{
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0;
}

.quote-nav{
    position: relative;
    display: block;
    text-align: center;
    padding: 0 20%;
}
.quote-nav .owl-dot{
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 6px;
    z-index: 1;
/*
    -webkit-transform: scale(1.0);
	transform: scale(1.0);
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
*/
}
.quote-nav .owl-dot span{
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #2085c4;
    z-index: 1;
}
.quote-nav .owl-dot.active span{
    background: #2085c4;
}
.quote-nav .owl-dot.active{
/*
    -webkit-transform: scale(1.2);
	transform:  scale(1.2);
    -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
*/
    z-index: 2;
}
.quote-nav .owl-dot.active span{
    z-index: 2;
}
.quote-nav .owl-dot.active span img{
    opacity: 1;
}

/* NEWS STYLES *****************************/

.news-block-wrapper{
	position: relative;
	padding: 120px 0px;
}
.news-blocks{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.news-block-wrap{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 33.3333%;
	padding: 0 20px;
	margin-bottom: 40px;
}
.news-block{
	position: relative;
	display: flex;
	flex-direction: column;	
	background: #F9F9F9;
	height: 100%;
}

.news-block-content{
	display: flex;
	flex-direction: column;	
	flex: 1;
	padding: 48px;
}
.news-block-txt{
	display: flex;
	flex-direction: column;	
	flex: 1;	
}
.news-block-txt p{
	
}
.news-page-top{
	position: relative;
	margin-bottom: 8px;
	display: flex;
}
.news-block-date{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 16px;
}
.news-page-top .news-block-date{
	
}
.news-block-date i{
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	margin-right: 8px;
	color: #2085c4;
}
.news-block-link{
	margin-top: auto;
}

.news-page-img{
	position: relative;
	display: block;
	margin-bottom: 24px;
}
.news-social{
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}
.article-share {
	position:relative;
	display:flex;
	justify-content:flex-end;
	list-style:none;
	margin:0;
	padding:0;
}
.article-share span{
	font-size: 14px;
	line-height: 24px;	
}
.article-share li {
	padding:0;
	margin:0 0 0 8px;
}
.article-share li a {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	width:24px;
	height:24px;
	font-size:16px;
	color: #2085c4;
	text-decoration: none;
}
.article-share li a:hover {
	color: #1c3d74;
}
	

/* BEL TERUG FORM *****************************/

/*
#call-back-wrapper{
	position: relative;
	display: block;
    padding: 0px 0px;
    margin: 0px 0px;
}
#call-back-wrapper .container{
    position: relative;
    z-index: 1;
}
#call-back-wrapper .content-banner{
    align-items: stretch;
}
#call-back-wrapper .banner-blk-form{
    position: relative;
    display: flex;
    width: 50%;
    margin: 80px 0px;
    padding: 0px 40px;
    padding-right: 80px;
    align-content: flex-start;
    align-self: center;
    flex-direction: column;
}

.banner-color-bg{
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
    background: #2085c4;
}
#call-back-wrapper .banner-blk-color{    
    position: absolute;
    display: flex;
    width: 50%;
    margin: 0px 0px;
    padding: 40px 40px;
    padding: 80px;
    align-self: center;
    justify-content: center;
    flex-grow:0 1;
    flex-direction: column;    
    width: 35%;
    right: 15%;
    height: 100%;
    background: #1c3d74;
    color: #FFFFFF;
}

#call-back-wrapper .container{
    display: block;
}
.call-back-form-wrap{
	position: relative;
    display: block;    
    width: 50%;
    padding: 0px;
    padding-bottom: 0px;
}

.call-back-form{
	position: relative;
    display: block;
}
#call-back-wrapper h3{
    margin-bottom: 1em;
}
.call-back-form-wrap p{
    margin-bottom: 1em;
}

.call-back-privacy a{
    color: #828282;
    text-decoration: underline;
}
.call-back-privacy a:hover{
    text-decoration: none;
}
.call-back-form .form-btns{
    margin-top: 0px;
    text-align: right;
}
.call-back-form .form-btm{
    margin-top: 0px;
}
*/


.captcha-wrap{
	position: relative;
    display: inline-block;
	overflow: hidden;
    margin-bottom: -19px;
    margin-bottom: -9px;
/*    margin-top: 10px;*/
}
#captcha-box, #captcha-box-contact{
	position: relative;
    display: inline-block;
	overflow: hidden;
}
#captcha_check, #captcha_check_contact{
    position: absolute;
	margin-left: -99999px;
    margin-top: -999px;
	opacity:0;
    height: 1px;
    width: 1px;
}
.g-recaptcha, .g-recaptcha-contact{
/*
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
*/
}

/* LOADING STYLES *****************************/

.form-loading{
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255,255,255,0.95);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}
.loading-icon{
    position: relative;
    display: inline-block;
    width: 80px;
    max-width: 25%;
    text-align: center;
    align-self: center;
    margin-top: -10%;
}
.loading-txt{
    display: block;
    font-size: 1.8rem;
}
.form-loading.show{
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


/* CONTACT PAGE *****************************/


.contact-wrap{
    display: flex;
    position: relative;
    padding-top: 120px;
}

.contact-map{
    display: flex;
    position: absolute;
    flex: 1;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: #CCCCCC;
    z-index: 2;
}
#map-canvas{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.gm-style {
    font-size: 16px;
}
.gm-style .gm-style-iw-c {
    max-width: initial!important;
    max-height: initial!important;
    width: 260px;
}
.gm-style .gm-style-iw-d {
    max-width: initial!important;
}
.gm-style .gm-ui-hover-effect{
    top: 8px !important;
    right: 8px !important;
}

.contact-map .address-blk{
/*
    position: absolute;
    top: 168px;
    right: 96px;
    background: #FFFFFF;
    padding: 48px;
    z-index: 99;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
*/
    font-size: 16px;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    padding: 16px;
    line-height: 1.6;
}
.contact-map .address-blk dl{
    margin-bottom: 0;
}
.contact-map .address-blk dd{
    position: relative;
    margin-bottom: 0;
    padding-left: 24px;
    font-weight: 400;
}
.contact-map .address-blk dd i{
    position: absolute;
    left: 0;
    top: 4px;
    vertical-align: top;
}

.contact-left{
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding-right: 60px;
}
.contact-text ul{
    position: relative;
    display: inline-block;
/*    width: 50%;*/
    padding: 0px;
    margin: 0px 0px 40px 0px;
    list-style: none;
/*    float: left;*/
}
.contact-text ul li{
    padding: 0px;
    margin: 0px;
}
.contact-text ul li a{
    color:#1c3d74;
}
.contact-text ul li a:hover{
    color:#1c3d74;
    text-decoration: underline;
}
.contact-text ul li span{
    font-weight: 600;
}


/* FOOTER *****************************/
	
#footer	{
	position:relative;
    display: block;
    background: #0e1f3b;
	padding: 96px 0px 0px 0px;
    color: #FFFFFF;
    font-size: 14px;
}
.footer-logo{
	position:relative;
	display: block;
	text-align: left;
    margin-bottom: 48px;
}
.footer-logo a{
    display: block;
    display: inline-block;
}
.footer-logo img{
	height: 40px;
	width: auto;
	display: inline-block;
    vertical-align: top;
}
.footer-content{
    position: relative;
    display: block;
    margin-bottom: 48px;
/*
    margin-left: -48px;
    margin-right: -48px;
*/
}
.footer-content h4{
    color: #2085c4;
    margin-bottom: 8px;
    font-weight: 700;
	font-size:14px;
}
.footer-left, .footer-right{
    position: relative;
    float: left;
    width: 50%;
    padding: 0px 48px;
    padding: 0px 0px;
}
.footer-menu{
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    width: 23.3333%;
    width: 19%;
    margin: 0px 0px 48px 0px;
}
.footer-menu ul{
	position: relative;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	text-align: left;
}
.footer-menu ul li{
	position: relative;
	display:block;
	padding: 0px 16px 0px 0px;
	margin: 0px;
    line-height: 40px;
}
.footer-menu ul li a{
    position: relative;
	display: block;
    color: #FFFFFF;
	padding: 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-menu ul li a:hover, .footer-social ul li a:hover{
    opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.footer-social{
    position:relative;
	display: inline-block;
	list-style: none;
	text-align: left;
    padding: 0px;
    margin: 0px;
}
ul.footer-social li{
	position: relative;
	display: inline-block;
    float: left;
    margin-right: 10px;
}
.footer-social li a{
    display: block;
    color: #FFFFFF;
    text-align: center;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-social ul li a i{
    font-size: 24px;
}
.footer-form{
	position: relative;
    display: block;
    float: left;
/*
    width: 67%;
    margin-left: 33%;
*/
    width: 25%;
    width: 24%;
}
.footer-form h4{
    margin-bottom: 1.6rem;
}
.footer-form .form-matd label, .footer-form .form-matd input:invalid ~ label {
	color:#6e7989;
    text-transform: uppercase;
}
.footer-form .form-matd input:focus ~ label, .footer-form .form-matd input:valid ~ label, .footer-form .form-matd input:required:valid ~ label{
	color:#6e7989;
}
.footer-form .form-matd input{
    font-size: 14px;
    color: #FFFFFF;
    border-bottom: 1px solid #6e7989;
}
.footer-form .button{
    min-width: 100%;
    padding: 9px 30px;
}
.footer-copyright{
	position: relative;
    display: block;
    padding: 16px 0;
    line-height: 40px;
    color: #6e7989;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright-content{
    position: relative;
    display: block;
}
.footer-copyright a{
    color: #6e7989;    
}
.footer-copyright .footer-right{
    text-align: right;
}
.footer-copyright .nav-lang{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-copyright .nav-lang li{
    display: inline-block;
    margin-left: 16px;
}
.footer-mob{
    display: none;
}

/* MODAL STYLES *****************************/

body.modal-open  {
	padding: 0px!important;
}
.modal-backdrop {
    background-color: #000;
    background: rgba(14,31,59,1);
}
.modal-backdrop.in {
    opacity: 0.85;
}
.modal{
	z-index: 9999;
}
.modal-dialog {
    width: 30%;
	min-width: 200px;
    margin: 10% auto 20px auto;
}
.modal-content {
    position: relative;
    background: #FFF;
/*    border: 1px solid rgba(0, 0, 0, 0.2);*/
	border: 0px;
    border-radius: 0px;
    outline: 0px none;
    box-shadow: none;
}
.modal-content .close {
	position: absolute;
	right:28px;
	top:30px;
	opacity: 1;
	margin: 0px;
	width:22px;
	height:22px;
/*	border-radius: 50%;*/
	font-size: 12px;
	line-height:10px;
	text-align: center;
	font-weight: 400;
	color: #FFF;
	border: 1px solid #FFF;
}
.modal-header {
	padding: 30px 50px 30px 30px;
	border: 0px;
}
.modal-header h2{
	margin-bottom: 0px;
	font-size: 36px;
}
.modal-header p{
    margin: 0;
    margin-bottom: 16px;
}
.modal-body {
	padding: 0px 30px;
}
.modal-body p{
    margin: 0;
    margin-bottom: 16px;
}
.modal-footer {
	padding: 30px;
	border: 0px;
	text-align: left;
}

/* OTHER STYLES *****************************/

#footer:after, .footer-copyright-content:after, .home-center-banner:after, .content-banner:after, .info-blocks:after, .content-blocks:after, .project-blocks:after, .project-blk-txt:after, .footer-menu ul:after, .form-wrap:after, .form-cols:after, .footer-content:after, .footer-left:after, .footer-right:after, .quote-big-wrap:after, .quote-nav:after, .content-breadcrumb ul:after, .percent-list:after, .content-list-half:after{
    content: '';
    display: block;
    clear: both;
}

.clear{
    display: block;
	clear:both;
}	
.no_border{
	border:none!important;
}
.mob-break{
	display: none;
}
.web-break{
	display: inline;
}


/* SCROLL ANIMATION *****************************/


.banner-scroll {
    position: absolute;
    bottom: 40px;
    width: 10%;
    left: 45%;
    text-align: center;
    z-index: 4;
}

.banner-scroll .caption {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
}

.mouse {
    position: relative;
    display: inline-block;
/*
    height: 44px;
    width: 28px;
    border-radius: 12px;
*/
    
    height: 72px;
    width: 48px;
    border-radius: 24px;    
    
    border: 2px solid #FFFFFF;
    text-align: center;
}
.mouse:after {
    position: absolute;
    display: inline-block;
    height: 8px;
    width: 8px;
    top: 6px;
    left: 8px;
    top: 8px;
    left: 18px;
    background-color: #FFFFFF;
    border-radius: 50%;
    content: "";
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
}

/* Loader *****************************************/

.waiting{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);
	z-index: 9;
	text-align: center;
    vertical-align: middle;
}

.loader-wrap{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    opacity: 0;
    -webkit-animation: opac-in-animate 0.3s ease-out forwards;
	animation: opac-in-animate 0.3s ease-out forwards;
}

.lds-ripple {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
/*	top: 150px;*/
    align-self: center;  
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #2085c4;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}


/* ANIMATIONS *****************************/

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes  opac-in-animate {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@-webkit-keyframes opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
@keyframes  opac-out-animate {
	0% { opacity: 1;}
	100% { opacity: 0;}
}

@-webkit-keyframes btn-animate {
	0%, 100% { -webkit-transform:scale(1); }
	50% { -webkit-transform:scale(1.1); }
}
@keyframes btn-animate {
	0%, 100% { transform:scale(1); }
	50% { transform:scale(1.1); }
}
@-webkit-keyframes nav-animate {
	0% { -webkit-transform:translateY(-100%); }
	100% {-webkit-transform:translateY(0%);}
}
@keyframes nav-animate {
	0% { transform:translateY(-100%); }
	100% { transform:translateY(0%);}
}

@-webkit-keyframes left-in-animate {
	0% { -webkit-transform: translateX(-100%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes left-in-animate {
	0% { transform:translateX(-100%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes right-in-animate {
	0% { -webkit-transform: translateX(100%); opacity: 1;}
	100% { -webkit-transform: translateX(0%); opacity: 1;}
}
@keyframes right-in-animate {
	0% { transform:translateX(100%); opacity: 1;}
	100% { transform:translateX(0%); opacity: 1;}
}
@-webkit-keyframes top-in-animate {
	0% { -webkit-transform: translateY(-100%); opacity: 1;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes top-in-animate {
	0% { transform:translateY(-100%); opacity: 1;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes btm-in-animate {
	0% { -webkit-transform: translateY(100%); opacity: 1;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes btm-in-animate {
	0% { transform:translateY(100%); opacity: 1;}
	100% { transform:translateY(0%); opacity: 1;}
}
@-webkit-keyframes zoom-in-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-in-animate {
	0% { transform:scale(0); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}
@-webkit-keyframes zoom-pop-animate {
	0% { -webkit-transform: scale(0); opacity: 1;}
	90% { -webkit-transform:scale(1.2); opacity: 1;}
	100% { -webkit-transform: scale(1); opacity: 1;}
}
@keyframes zoom-pop-animate {
	0% { transform:scale(0); opacity: 1;}
	90% { transform:scale(1.2); opacity: 1;}
	100% { transform:scale(1); opacity: 1;}
}
@-webkit-keyframes btm-fade-animate {
	0% { -webkit-transform: translateY(15%); opacity: 0;}
	100% { -webkit-transform: translateY(0%); opacity: 1;}
}
@keyframes btm-fade-animate {
	0% { transform:translateY(15%); opacity: 0;}
	100% { transform:translateY(0%); opacity: 1;}
}

/*
@keyframes fold-out-animate {
	0% { transform: perspective(800px) rotateX(180deg) ;
        opacity: 0;}
    30%{ opacity: 0; }
    50%{ opacity: 1; }
	100% { transform: perspective(800px) rotateX(0deg); 
        opacity: 1; }
}
@keyframes fold-out-btm-animate {
	0% { transform: perspective(800px) rotateX(-180deg) ;
	   opacity: 0;}
    30%{ opacity: 0; }
    50%{ opacity: 1; }
	100% { transform: perspective(800px) rotateX(0deg);
	   opacity: 1; }
}
@keyframes fold-out-left-animate {
	0% { transform: perspective(800px) rotateY(-180deg) ;
	   opacity: 0;}
    30%{ opacity: 0; }
    50%{ opacity: 1; }
	100% { transform: perspective(800px) rotateY(0deg);
	   opacity: 1; }
}
@keyframes fold-out-right-animate {
	0% { transform: perspective(800px) rotateY(180deg) ;
        opacity: 0;}
    30%{ opacity: 0; }
    50%{ opacity: 1; }
	100% { transform: perspective(800px) rotateY(0deg); 
        opacity: 1;}
}
*/

/*QUOTE ANMIATIONS*/

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale(0.5);
    transform: translate3d(0, 100%, 0) scale(0.5);
  }
  30% { opacity: 0;}
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scale(0.5);
    transform: translate3d(0, 100%, 0) scale(0.5);
  }
  30% { opacity: 0;}
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* RESPONSIVE STYLES *****************************/

.container{
/*    max-width: 1560px;*/
    padding-right: 48px;
    padding-left: 48px;
}

.row {
/*
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
*/
/*
    margin-right: -48px;
    margin-left: -48px;
*/
    margin-right: -24px;
    margin-left: -24px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
/*
    position: relative;
    width: 100%;
    min-height: 1px;
*/
    padding-right: 48px;
    padding-left: 48px;
    padding-right: 24px;
    padding-left: 24px;
}

/*@media (min-width: 767px) {*/
@media (min-width: 1200px) {
/*
    #navbar.sticky .navbar-header {
        -webkit-animation: opac-in-animate 0.3s ease-out;
        animation: opac-in-animate 0.3s ease-out;
    }
*/
    #navbar.sticky-ani {
        position: fixed;
        top: -94px;
/*
        transition:0.3s ease top;
	    -webkit-transition:0.3s ease top;
*/
    }
    #navbar.sticky {
        position: fixed;
        top: 0;
        transition:0.5s ease-out top;
	    -webkit-transition:0.5s ease-out top;
    }
    
}

@media (min-width: 1921px) {

    .sub-banner-1, .sub-banner-2, .sub-banner-3, .sub-banner-4, .sub-banner-5, .sub-banner-6 {
        background-size: cover;    
    }
    
}
@media (min-width: 1600px) {

	.container{
		max-width: 1440px;
        padding-right: 48px;
        padding-left: 48px;
	}
	
}


@media (min-width: 1200px) and (max-width: 1599px) {
    
    body{
/*        font-size: 18px;*/
    }
    h2 {
        font-size: 36px;
    }
    a.button, .button {
/*        padding: 9px 40px 9px 40px;*/
    }

	.container{
		max-width: 1320px;
        padding-right: 48px;
        padding-left: 48px;
	}
    
/*
    .sub-page #main-wrapper, .contact-page #main-wrapper {
        padding-top: 76px;
    }
*/
/*
    .sub-page #content-wrapper {
        padding-top: 40px;
    }
*/
    
    #navbar{
        padding: 0px 20px;
    }
    .logo-main {
/*        margin: 19px 10px;*/
    }
    
    #nav-main ul {
/*        margin: 15px 0px;*/
    }
    #nav-main ul li, #nav-right ul li {
        padding: 0px 8px;
    }
    
    .nav-buttons .button{
        padding: 9px 30px 9px 30px;
        margin-left: 16px;
    }
    .nav-buttons .button i{
        display: block;
        line-height: 20px;
    }
    .nav-buttons .button span{
        display: none;
    }
    
    #banner-wrapper{
/*        margin-bottom: 80px;*/
    }    

/*
    .banner-text h1{
        font-size: 66px;
    }
*/
  
    .content-blk-color {
        width: 60%;
    }

    .home-banner-1 {
/*        background: url(../images/home-banner-1.jpg) right center no-repeat #dddddd;*/
        background-position: 150% 50%;
        background-size: contain;
        background-size: 90%;
    }
    #footer{
/*        padding: 240px 0px 80px 0px;*/
    }
/*
    .footer-menu ul li a {
        padding: 0px 12px;
    }
    .footer-sub-menu {
        width: 70%;
        padding: 0px 12px;
    }
    .footer-copyright {
        width: 30%;
        line-height: 27px;
        margin-top: -10px;
    }
    .footer-copyright span{
        display: block;
    }
*/

}


@media (min-width: 992px) and (max-width: 1199px) {
    body{
/*        font-size: 18px;*/
    }
    .container{
        max-width: 100%;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    #navbar{
        padding: 0px 20px;
    }
    .logo-main {
        margin: 19px 10px;
    }
    a.button, .button {
        padding: 9px 30px 9px 30px;
    }
    .btn-clean{
        padding: 10px 24px;
    }
    
/*
    #nav-main ul {
        margin: 15px 0px;
    }
    
    #nav-main ul li {
        padding: 0px 20px;
    }
*/
    #banner-wrapper{

    } 
    .banner-text h1, .sub-banner-text h1 {
        font-size: 40px;    
    }
    
    .content-banner-wrap {
        padding: 120px 0px;
    }
    
    .icon-blocks-wrap {
        padding: 120px 0px 16px 0px;
    }
    .icon-block-icon {
        font-size: 72px;    
    }
    
    .quote-banner {
         padding: 120px 0px;
    } 
    
 
    .home-banner-1 {
        background-size: 80%;    
    }

    .content-blk-color {
        width: 80%;
    }

    .icon-block-wrap {
/*        flex-basis: 50%;*/
    }
    
    .form-btm, .form-btns {
        flex: 1;
        max-width: 100%;
        
    }
    
    #footer{

    }
    .footer-content .footer-menu:nth-child(3) {
        width: 13.3333%;
        width: 16.3333%;
    }
    .footer-form {
        width: 37%;
    }
	
}
	
@media (min-width: 768px) and (max-width: 991px) {

    .container{
        max-width: 100%;
        padding-left: 32px;
        padding-right: 32px;
    }
    
    body{
        font-size: 16px;
    }    
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 22px;
    }
    
    
/*
    .sub-page #content-wrapper {
        padding-top: 40px;
    }
*/
    
    .lead {
        font-size: 20px;
    }
    .web-break{
        display: none;
    }
    #banner-wrapper{
/*        min-height: 110vh;*/
        margin-bottom: 0px;
    }
    #banner-wrapper .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banner-text {
        left: 32px;
        
        position: relative;
        width: calc(100% - 64px);
        width: 100%;
        transform: none;
        left: initial;
        top: initial;
        margin-bottom: 32px;
    }
    .banner-text h1 {
        line-height: 1;
        font-size: 40px;
        margin-bottom: 24px;
    }
    .banner-text p {
        font-size: 20px;        
    }
    .banner-main-img {
/*        width: 70%;*/
    }
    .banner-form-blk {
        position: relative;
        top: initial;
        bottom: initial;
        right: initial;
        transform: none;
        width: calc(100% - 64px);
        width: 100%;
        transform: none;
        height: auto;
    } 
    .content-banner-wrap {
        padding: 72px 0px;    
    }
    .info-wrap, .info-wrap-sm {
        margin: 72px 0px;
    }
    .content-banner, .info-blocks{
        margin-left: 0px;
        margin-right: 0px;
        flex-direction: column;
    }    
    .banner-blk-txt, .banner-blk-img, .info-blk-left, .info-blk-right{
        position: relative;
        width: 100%;
        padding: 0px 0px;
    }
    .banner-blk-img, .info-blk-img{
        margin-bottom: 20px;
        text-align: center;
        align-self: flex-start;
        order: 1;
    }
    .content-blk-block{
        width: 100%;
        margin-top: 48px;
        padding: 0;
    }
    .content-blk-color {
        width: 100%;
    }
    .home-banner-1{
        background: url(../images/home-banner-1.jpg) -20% center no-repeat #dddddd;
        background-position: 120% 50%;
        background-size: 80%;
    }
    .home-banner-1 .banner-blk-txt{
        width: 50%;
        align-self: flex-start;
    }
    .home-banner-2 .content-banner .banner-blk-txt:first-child{
        margin-bottom: 40px;
    }
    
    .banner-blk-img-full {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0px;
        margin-bottom: 80px;
    }
    .info-blk-txt{
        order: 2;    
        align-self: flex-end;
    }
    .banner-blk-img img, .info-blk-img img{
        width: 60%;    
    }
    
    .sub-banner-text {
/*        padding: 192px 0px 120px 0px;*/
        padding: 120px 0px 72px 0px;
        width: 100%;
    }
    .banner-text h1, .sub-banner-text h1 {
        margin-bottom: 1.2rem; 
        font-size: 36px;
    }
    .banner-text p, .sub-banner-text p {
        font-size: 20px;
    }

    
    .content-breadcrumb ul {
        width: 100%;
        padding: 4px 0px;
    }
    .content-breadcrumb ul li{
        line-height: 16px;    
    }
    .content-wrap{
        padding-bottom: 16px;
        padding-bottom: 0px;
    }
    
    .content-wrap .content-main {
        width: 100%;
        margin: 0 auto;
    }
    
    .content-block-full{
        position: relative;
        display: block;
        width: 100%;
        margin-top: -40px;
        margin-bottom: 40px;
    }
    .content-block-full-txt{
        padding: 40px;        
    }
    .content-block-full-txt p{
        margin-bottom: 0px;
    }
    .info-wrap, .info-wrap-sm {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .content-page{
        margin-bottom: 0px;
    }
    .content-center{
        margin-bottom: 48px;
    }
    .col-left.col-padding {
        padding-right: 40px;
    }
    
    
    .content-banner.two-block{
        flex-direction: row;
    }
    .content-banner.three-block{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .three-block .content-list-blk {
        width: 33.3333%;
        width: 50%;
    }
    .content-list-blk {
        padding: 0;    
    }

    .icon-blocks-wrap {
        padding: 72px 0px 8px 0px;
    }
    .icon-blocks {
        margin-left: -32px;
        margin-right: -32px;
    }
    .icon-block-wrap {
        padding: 0px 32px;
        margin-bottom: 64px;
    }
    .icon-block h3 {
        word-break: break-all;
    }
    .icon-block-icon {
        font-size: 64px;    
    }
    
    .quote-banner {
        position: relative;
        text-align: left;
        padding: 72px 0px;
    }
    .quote-big {
        padding: 96px 0;
        padding: 72px 0px;
    }
    .quote-main {
        width: 40%;    
    }
    .quote-txt{
        padding-left: 48px;
    }

    .content-cols{
        flex-direction: column;
    }
    .content-col {
        width: 100%;
    }
    .contact-left {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .sub-page #content-wrapper.contact-wrap {
        padding-top: 0px;
        display: block;
    }
    .ch-btn{
        height: initial;
    }
    
    .contact-map {
        display: block;
        position: relative;
        width: 100%;
        height: 300px;
        top: initial;
        right: initial;
        margin-bottom: 48px;
    }
    .contact-map .address-blk {
        font-size: 14px;    
    }
    .row.form-small-row {
        margin: 0;
        width: 100%;
    }
    
    .quote-txt .quote-txt-title {
        font-size: 32px;
    }
    
    
    .footer-menu, .footer-form{
        width: 50%;
    }
    .footer-content .footer-menu:nth-child(3) {
        clear: both;    
    }
    
    #newsletter-form .form-col{
        max-width: 50%;
    }
    
}

@media (max-width: 767px) {

    body{
        font-size: 14px;
    }
    
    .container {
        padding-right: 16px;
        padding-left: 16px;
    }
    
    h2{
        font-size: 26px;
    }
    h3{
        font-size: 20px;
        line-height: 1.1;
    }
    h2 br, h3 br{
        display: none;    
    }
    p {
/*        margin-bottom: 16px;*/
        margin-bottom: 1.6rem;
    }
    .lead {
        font-size: 18px;
        margin-bottom: 16px;
        margin-bottom: 1.6rem;
    }
    h3 + .lead {
        margin-top: 16px;
        margin-top: 1.6rem;
    }
    a.button, .w-btn{
/*        display: block;*/
    }
    .btn-clean {
        padding: 10px 20px;    
    }
    .mob-break{
        display: inline;
    }
    .web-break{
        display: none;
    }
    
    #banner-wrapper{
/*
        min-height: 100vh;
        min-height: initial;
*/
        margin-bottom: 0px;
    }    
    #banner-wrapper .container {
        height: initial;
    }
    .home-wrap #banner-wrapper .container {
        height: 100vh;
    }
     
    .banner-text {
        width: 100%;
        left: 0;
        padding: 0px 16px;
        
/*
        top: 72px;
        transform: none;
*/
    }    
    .banner-text h1, .sub-banner-text h1 {
        line-height: 30px;
        font-size: 26px;
        margin-bottom: 16px;
    }
    .banner-text p, .sub-banner-text p {
        font-size: 16px;
    }  
    .banner-text .button {
        display: inline-block;
    }  
    .banner-form-blk {
        display: none;
        
        top: initial;
        bottom: 96px;
        transform: none;
        width: calc(50% - 48px);
        width: calc(100% - 32px);
        right: 16px;
        height: auto;
    } 
    .banner-form {
        padding: 16px;
    }
    .banner-form .select-box {
        margin-bottom: 16px;
    }
    .content-btns {
        display: block;
/*        text-align: center;*/
    }
    
    .form-btns .button {
        margin-top: 8px;    
    }
    
    .form-btns .btn-right {
        float: none;
    }
    
    .banner-scroll {
        position: absolute;
        bottom: 16px;
        width: 10%;
        left: 45%;
    }
    .mouse {
        height: 44px;
        width: 28px;
        border-radius: 12px; 
        border: 2px solid #FFFFFF;
    }
    .mouse:after {
        height: 8px;
        width: 8px;
        top: 6px;
        left: 8px;
    }
    .sub-banner-world {
        background: url(../images/world-map-sub-banner.png) right bottom no-repeat;
        background-size: 150%;
    }
    .sub-banner-placeholder{
        height: 60px;
    }
    .sub-banner-text {
        padding: 192px 0px 120px 0px;
        padding: 96px 0px 48px 0px;
        width: calc(50% - 48px);
        width: 100%;
    }
    .sub-banner-text.sbt-float {
        right:0!important;
        top:96px!important;
        padding: 0px 16px;
        text-align: left;
    }
    .sbt-float h1::after {
        display: none;
    }
    .sub-banner-text.sbt-float br{
        display: none!important;    
    }
    
    .home-banner-1{
/*        padding-top: 0px;*/
    }

    .home-banner-2 .content-banner .banner-blk-txt:first-child{
        margin-bottom: 32px;
    }
    
    .content-banner-wrap {
        padding: 32px 0px;    
        padding: 48px 0px;    
    }
/*
    .sub-page #content-wrapper {
        padding-top: 20px;
    }
*/
    .page-banner {
        padding: 32px 0px;
        padding: 48px 0px;
        margin-bottom: 48px;
    }
    
    .content-breadcrumb ul {
        width: 100%;
        margin: 0 auto;
        padding: 0px 0px;
        font-size: 12px;
    }
    .content-breadcrumb ul li{
        line-height: 16px;    
    }
    .content-wrap {
        padding-bottom: 0px;    
    }
    .content-wrap .content-main {
        width: 100%;
        margin: 0 auto;
    }
    .content-main {
/*        padding: 32px 0px;*/
        padding: 48px 0px;
    }
    .content-main h3{
/*        margin-top: 32px;*/
        margin-top: 2.4rem;
        margin-top: 3.2rem;
    }
    .content-main h3:first-child{
        margin-top: 0;
    }
    
    .content-block-full{
        position: relative;
        display: block;
        width: 100%;
        margin-top: -32px;
        margin-bottom: 40px;
    }
    .content-block-full-txt{
        padding: 32px 16px;        
        padding: 48px 24px; 
    }
    .content-block-full-txt p{
        margin-bottom: 0px;
    }
    .col-left.col-padding {
        padding-right: 32px;
    }
    
   .content-banner, .info-blocks{
        margin-left: 0px;
        margin-right: 0px;
        flex-direction: column;
    }    
    .banner-blk-txt, .banner-blk-img, .info-blk-left, .info-blk-right{
        position: relative;
        width: 100%;
        padding: 0px 0px;
    }
    .banner-blk-img, .info-blk-img{
        margin-bottom: 48px;
        text-align: center;
        align-self: flex-start;
        order: 1;
    }
    .info-blk-txt{
        order: 2;    
        align-self: flex-end;
    }
    .banner-blk-txt, .banner-blk-img, .info-blk-left, .info-blk-right, .content-blk-block {
        position: relative;
        display: flex;
        width: 100%;
        padding: 0px 16px;
        padding: 0px 0px;
    }
    
    .banner-blk-img img, .info-blk-img img{
        width: 60%;    
        width: 100%;    
    }
    .banner-blk-txt{
        margin-bottom: 32px;
    }
    .home-banner-1{
        padding-top: 100%;
/*        background: url(../images/home-banner-1.jpg) right center no-repeat #dddddd;*/
        background-position: 80% 0%;
        background-size: 150%;
    }
    .home-banner-1 .banner-blk-txt{
        margin-bottom: 0px;
    }
    .banner-blk-img-full {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0px;
        margin-bottom: 40px;
    }
    .banner-icon-blocks{
        margin-top: 0;    
    }
    
    .content-blk-color {
        width: 100%;
        padding: 48px;
    }

    .info-wrap, .info-wrap-sm {
        margin: 32px 0px;
        margin: 48px 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #partner-logos.info-wrap{
        margin-bottom: 0;
    }

    .icon-blocks-wrap {
        padding: 48px 0px 0px 0px;
        padding: 72px 0px 16px 0px;
        margin: 0px;
/*        margin-bottom: 32px;*/
    }
/*
    .home-wrap .icon-blocks-wrap {
        margin-bottom: 32px;
    }
*/
 
    .content-page .icon-blocks {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .icon-blocks {
        margin-left: -16px;    
        margin-right: -16px;    
    }
    .icon-block-wrap {
        flex-basis: 100%;
        padding: 0px 16px;
        margin-bottom: 48px;
    }
    .icon-block-icon {
        flex-basis: 30%;
        width: 30%;
        font-size: 48px;
        text-align: center;
    }
    .icon-block-text {
        flex-basis: 70%;
        width: 70%;
        font-size: 14px;
    }
    .icon-block-text .button {
        margin-top: 1rem;
    }
    .info-blk-logos {
        margin-left: -16px;    
        margin-right: -16px;    
        margin-left: -8px;
        margin-right: -8px;    
    }
    .info-blk-logo {
        width: 50%;
        padding: 0px 8px;
        margin-bottom: 16px;
    }
    
    .content-page{
        margin-bottom: 48px;
    }
    .content-cols{
        flex-direction: column;
    }
    .content-col {
        width: 100%;
        margin-bottom: 0px;
    }
    .contact-left {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    .sub-page #content-wrapper.contact-wrap {
        padding-top: 0px;
        display: block;
    }
    .contact-map {
        display: block;
        position: relative;
        width: 100%;
        height: 320px;
        top: initial;
        right: initial;
        margin-bottom: 48px;
    }
    
    .contact-map .address-blk {
        font-size: 14px;
        padding: 8px;
        padding-bottom: 16px;
        padding:0px 4px 4px 4px;
        margin-top: -4px;
    }
    .gm-style .gm-style-iw-c{
        padding: 24px 16px 16px 24px!important;
        padding: 28px 12px 16px 20px!important;
    }
    .gm-style .gm-style-iw-d {
/*        max-width: initial !important;*/
        
        max-height: 96px!important;
    }
    .gm-style .gm-ui-hover-effect {
        top: 8px !important;
        right: 8px !important;
        top: 4px !important;
        right: 4px !important;
    }
    
    
    .row.form-small-row {
        margin: 0;
        width: 100%;
    }
    
    .ch-btn{
        height: initial;
    }
    
    .content-blocks {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 48px;
    }
    
    .content-center {
        padding: 0 0;
        margin-bottom: 48px;
    }
    .banner-txt-center {
        padding: 0;
    }
    .content-list-big, .content-list-half, .content-list-inline-long {
        margin: 24px 0px;            
        margin: 1.6rem 0px;            
    }
    .content-list-big li, .content-list-half li {
        margin-bottom: 8px;    
    }
    .content-list-big li::before, .content-list-half li::before, .content-list-inline-long li::before {
        font-size: 22px;    
    }
    .percent-list {
        margin: 24px 0px;
        margin: 1.6rem 0px;
    } 
    .percent-list li{
        width: 100%;
        float: none;
        margin-bottom: 16px;
    }
    .percent-list li span {
        font-size: 18px;
    }
    .content-list-inline li span {
        width: 60%;
        width: 75%;
    }
    .content-list-half, .content-list-country{
        width: 100%;
        float: none;
    }
    .content-list-country li{
        padding-right: 0px;
    }
    .content-list-country div {
        padding: 0px 4px;
    }
    
    .content-list-blk, .three-block .content-list-blk {
        width: 100%;
        padding: 0px 0px;
    }
    .content-banner-list li {
        padding-left: 28px;
    }
    .content-banner-list li:before {
        top: 0;    
    }
	.banner-txt-center.txt-center-sm{
		padding: 0;
		margin-bottom: 40px;
	}
	
	.content-table-col{
		font-size: 12px;
	}
	.content-table-header .content-table-col{
		font-size: 10px;
	}
	.table-hover-block{
		font-size: 12px;
		right: -100%;
	}
	
	.news-block-wrapper{
		padding: 40px 0px; 
	}
	
	.news-blocks{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		margin-left: 0px;
		margin-right: 0px;
	}
	.news-block-wrap{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.news-block-content{
		padding: 24px;
	}
	.article-share li {
		padding:0;
		margin:0 0 0 4px;
	}

    .close-btn {
        right: 20px;
        top: 20px;
        width: 16px;
        height: 16px;
    }
    
    .contact-form .form-group {
        width: 100%!important;    
    }
    
    .form-group {
        margin-bottom: 16px;
    }
    
    
/*
    .form-btm{
        margin-bottom: 0px;
    }    
    .captcha-wrap {
        margin-top: 5px;
        margin-bottom: 5px;
    }
*/
    .form-btns{
        width: 100%;
        margin-bottom: 0px;
        margin-top: 16px;
    }
    
    .form-btns .button{
        display: block;
        float: right;
/*        width: 100%;*/
    }
    .quote-banner{
        padding: 32px 0px;
        margin-bottom: 0px;
    }

    .quote-banner:before {
        top: 7%;
    }
    .quote-banner:after {
        bottom: -15%;
    }
    .quote-wrap{
        padding: 0px;
    }
    .quote-nav {
        padding: 0px;    
    }
    .quote-big {
        padding: 0px;
    }
    .quote-big-wrap {
        position: relative;
        display: block;
        background: #FFFFFF;
        padding: 16px 0px;
    }
    .quote-big-wrap::before {
        top: 0px;
        left: 20px;
        font-size: 90px;
    }
    .quote-main{
        width: 100%;
    }
    .quote-main::after {
        right: 8px;
    }
    .quote-main-wrap{
        padding: 48px 48px;    
        width: 100%;
/*        padding: 36px 0px;    */
    }
    .quote-txt{
        width: 100%;
        padding-left: 0;
        padding-top: 64px;
    }
    .quote-txt .quote-txt-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 4px;
    }    
    .quote-txt p {
        font-size: 14px;
        margin-bottom: 1rem;
    }


    #footer {
        padding: 32px 0px 0px 0px;       
    } 
        
    .footer-logo {
        display: block;
        float: none;
        padding: 0px;
        text-align: center;
        margin-bottom: 32px;
        width: 100%;
    } 
    .footer-logo img {
        height: 32px;
    }
    .footer-content {
        display: block;
        float: none;
        width: 100%;
        padding-left: 0px;
        margin-bottom: 16px;
    }
    .footer-menu {
        display: block;
/*        float: none;*/
        margin: 0px 0px 32px 0px;
        width: 50%;
    }
    .footer-content .footer-menu:nth-child(3) {
        clear: both;    
    }
    .footer-menu ul{
/*        text-align: center;*/
    }
    .footer-menu ul li{
        float: none;
        line-height: 2;
/*        margin-bottom: 10px;*/
    }
    .footer-menu ul li a{
/*
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
*/
    }
    .footer-social{
        text-align: center;
        display: block;
        width: 100%;
        margin-top: 0px;
    }
    .footer-social ul{
        text-align: center;        
    }
    .footer-social ul li a i{
        vertical-align: middle;
    }
    
    .footer-form {
        clear: both;
        float: none;
        margin: 0%;
        width: 100%;
    }
    .footer-form h4 {
        margin-bottom: 8px;
    }
    #newsletter-form .row{
        margin-left: -8px;    
        margin-right: -8px;    
    }
    .footer-form .form-matd, .footer-form .form-btn {
/*        width: 100%;    */
    }
    .footer-form .form-col {
        width: 55%;
    }
    .footer-form .form-btn {
        width: 45%;
    }
    .footer-form .button {
        padding: 9px 30px 9px 30px;
    }
    .footer-form .form-group{
        padding-left: 8px;
        padding-right: 8px;
    }
   .footer-form .form-matd.form-col label, .footer-form .form-matd.form-col input:invalid ~ label {
        left: 8px !important;
    }
    .footer-form .form-col input:focus ~ .form-border{
        left: 8px;
        width: calc(100% - 16px);
    }
    .footer-left, .footer-right {
        float: none;
        width: 100%;
    }
    
    .footer-left{
        margin-bottom: 8px;
    }
    .footer-copyright{
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1.6;
        padding: 24px 0px;
    }
    .footer-copyright .footer-mob a{
        color: #b0aec3;
    }
    .footer-copyright span{
        display: block;
    }
    .footer-copyright .footer-right {
        text-align: center;
    }
	


}

/*MOBILE NAV*/

/*@media (max-width: 991px) {*/
@media (max-width: 1199px) {

/*
    .sub-page #main-wrapper, .contact-page #main-wrapper {
        padding-top: 56px;
    }
*/
    
    #navbar.sticky-ani {
        position: fixed;
        top: -56px;
    }
    #navbar.sticky {
        position: fixed;
        top: 0;
        transition:0.5s ease-out top;
	    -webkit-transition:0.5s ease-out top;
    }
    
    .menu-open #navbar {
        top: 0!important;    
    }    
    
    #navbar {
        padding: 0px 8px;
    }
    .nav-toggle {
        display: block;
        margin: 13px 6px;
    }
    .nav-trigger-light{
        display: block;
    }
    .nav-trigger-dark{
        display: none;
    }
    .sub-page .nav-toggle .nav-trigger-light{
        
    }
    #navbar.sticky .nav-toggle .nav-trigger-light, .sub-page .nav-toggle .nav-trigger-dark{
        display: none;
    }
    #navbar.sticky .nav-toggle .nav-trigger-dark{
        display: block;
    }
    .logo-main {
        margin: 0;
        margin: 14px 6px;
/*        display: none;*/
    }
    .logo-main img{
        height: 28px;
        width: auto;
        vertical-align: top;
    }
    .logo-mob-dark{
        display: none;
    }
/*
    #navbar.sticky .logo-mob-dark, .sub-page #navbar .logo-mob-dark{
        display: block;
    }
    #navbar.sticky .logo-mob-white, .sub-page #navbar .logo-mob-white{
        display: none;
    }
*/
    .logo-mob{
        display: inline-block;
        margin: 13px 0px 8px 4px;
    }
    .logo-mob img {
/*        height: 18px;*/
        height: 28px;
        width: auto;
        vertical-align: top;
    } 
    
    
    #nav-right .nav-buttons{
        display: none;
    }
    #nav-right ul li {
        padding: 0px 8px;
    }
    #nav-right ul li a {
        padding: 2px 0px;
    }
    
    #nav-main {
        position: absolute;
        display: block;
        float: none;
        top: 56px;
        top: 72px;
        left: -300px;
        z-index: 2;
        -webkit-transition: all 0.2s;
	    transition: all 0.2s;
    }
    
    .menu-open #nav-main {
        display: block;
        left: 8px;
        -webkit-transition: left 0.4s ease-out;
	    transition: all 0.4s ease-out;
    }

    #nav-main ul{
        margin: 0px 0px 0px 0px;   
    }
    #nav-main ul li{
        display: block;
        float: none;
        text-align: left;
        padding: 0px 24px;
    }
    #nav-main ul li.n-btn {
        display: inline-block;
        margin-left: 0px;
    }
    #nav-main ul li a {
        display: block;
        line-height: 20px;
        padding: 12px 15px;
        font-size: 14px;
    }
    #navbar.sticky #nav-main ul li a{
        color: #FFFFFF;
    }
    #nav-main ul li a::after, #nav-main ul li.active a::after, #nav-main ul li.active a:hover::after {
        display: none;    
    }
    
    #nav-main .show-mob{
        display: block;
    }
      
}