/* HEADER ___________________________________________________*/

header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: all 0.35s ease-in-out;
}
.translator{
	position: absolute;
	right: 0;
	top: 0;
	background: #c4c4c7;
}
.translator:hover,
.translator .dropdown.show{
	background: #3a3d44;
}
header .translator .dropdown-toggle::after{
	font-size: 10px;
	top: 16%;
}

header .translator .nav-item > a{
	padding: 0 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
}
header .translator .nav-item > a:hover{
	color: #FFF;

}
header .translator .dropdown-menu{
	min-width: 0;
	width: 100%;
	background: #3a3d44;
	text-transform: uppercase;
}
header .translator .dropdown-menu .dropdown-item{
    padding: 7px 10px;
    font-size: 11px;
}
.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
	background: inherit;
	color: inherit;
}
.dropdown-menu .submenu{
	width: 100%;
}
.dropdown-menu .submenu a{
    position: relative;
    padding: 15px 20px 15px 25px;
    background: rgba(255,255,255,0.1);
}
header .translator .dropdown-menu .dropdown-item:hover{
	background: #54565c;
}
header .navbar-brand{
	padding: 0;
}
header nav.navbar{
	font-size: 16px;
	font-weight: 700;
	padding:0;
}
header .nav-item > a{
	padding: 30px 30px;
	font-size: 18px;
	display: inline-block;
	line-height: 40px;
	transition: all 0.35s ease-in-out;
	/*font-family: 'Oswald';*/
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
}
header nav.navbar > div{
	float: right;
	justify-content: flex-end;
}
header .dropdown-menu{
	padding:0;
	margin-top: 0;
	border-radius: 0;
	border:none;
	float: none;
}
header .dropdown-menu .dropdown-item{
	padding: 15px 20px;
	font-size: 13px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}
header .nav-item.dropdown{
	padding-right: 25px;
	position: relative;
}
header .dropdown-menu .dropdown-item{
	font-weight: 400;
}
header .dropdown-menu .dropdown-item:hover{
	background: rgba(0,0,0, 0.045);
}
header .dropdown-toggle::after {
    content: '\e802';
    font-family: "fontello";
    border:none;
    font-size:11px;
    position: absolute;
    right: 24px;
    top: 10px;
}
.logo-header{
	display: inline-block;
}
.logo-header-img{
	margin: 20px 0;
	max-width: 250px;
}
.short-header header .nav-item > a{
	padding: 10px 25px;
	display: inline-block;
	line-height: 40px;
}
.short-header header .translator{
	display: none;
}
.short-header .logo-header-img{
    margin: 5px 0;
    max-width: 160px;
}
.body-xl header .dropdown-toggle::after,
.body-lg header .dropdown-toggle::after,
.body-md header .dropdown-toggle::after{
	top: 30%;
}
.body-xl.short-header header .dropdown-toggle:after,
.short-header .dropdown-toggle::after{
	top: 20%;
}



/* NEWSLETTER ___________________________________________________*/
.newsletter{
	padding: 35px 0;
	margin-top: 50px;
}
.newsletter .container{
	margin-bottom: 0px;
}
.newsletter label{
	font-size: 21px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.newsletter label b{
	font-weight: 700;
}
.newsletter label i{
	font-size: 30px;
	margin-right: 5px;
}
#frm_news input{
	height: 62px;
	line-height: 62px;
	padding-left: 15px;
	padding-right: 115px;
	font-size: 15px;
	max-width: 100%;
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 0;
	box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.1);
}
#frm_news button{
	position: absolute;
	right: 19px;
	top: 4px;
	height: 54px;
	line-height: 54px;
	width: 98px;
	text-align: center;
	border:none;
	color: #FFF;
	cursor: pointer;
}
#frm_news button i{
	position: relative;
	z-index: 9;
}
#frm_news button:hover .hover{
	left: -4px;
	top: -4px;
	right: -4px;
	bottom: -4px;
}
#frm_news button .hover{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#frm_news .input.email{
	position: relative;
}
#frm_news .input.email div.form-error{
	position: absolute;
	right: 0;
	bottom: -17px;
	font-size: 11px;
	padding: 3px 8px;
	color: #FFF;
	background: #e95f5f;
}
#frm_news input.form-error{
	border:1px solid #e95f5f;
}
/* FOOTER ___________________________________________________*/
.footer{
	background: #000000;
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer a{
	color: #FFF;
}
.business-name{
	font-size: 20px;
	color: #FFF;
	padding-bottom: 15px;
	font-weight: 700;
	
}
.footer-border-bottom{
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 30px;
}
.footer-contact{
	margin-bottom: 30px;
}
.footer-contact li{
	position: relative;
	padding-left: 30px;
	color: #FFF;
	font-size: 20px;
	margin-bottom: 10px;
}
.footer-contact li span{
	font-size: 14px;
}
.footer-contact li i{
	position: absolute;
	left: 0;
	top: 2px;
}
.footer-contact li a{
	font-size: 13px;
}
.footer-contact li p.address{
	font-size: 13px;
	max-width: 240px;
}
.social-icons{
	display: flex;
	justify-content: flex-end;
	font-size: 22px;
}
.social-icons li{
	margin:0 5px;
}
.copyright{
	font-size: 10px;
	text-transform: uppercase;
	line-height: 24px;
	text-align: center;
}
.logo-dev{
	float: right;
}
.logo-dev-img{
	width: 80px;
	height: auto;
}




