html{
	height:100%;
}
body{
	height:100%;
	font-family:montserrat,sans-serif;
}
.full{
	height:100%;
	margin-right:0;
}
.topBar{
	background:#242838;	
}
.topBar ul{
	list-style:none;
	padding: 14px 40px 12px 0;
	margin:0;
}
.socialIcon li{
	display:inline-block;
	padding-left:23px;
}
.socialIcon{
	display:inline-block;
}
.socialIcon li a{
	color:#939393;
	font-size:16px;
	text-decoration:none;
}
.socialIcon li a:hover{
	color:#eb9500;
}
.socialIcon li:first-child{
	padding-left:0;
}
.topSecondPart form{
	height:100%;
}
.topSecondPart input{
	height:100%;
	max-height:50px;
	color:#939393;
	background:#242838;
	border:none;
	border-right:1px solid #939393;
	padding:10px;
	width:350px;
	margin-right:80px;
	padding-left:50px;
}
#searchButton{
	background:#242838;
	height:100%;
	border:none;
	border-left:1px solid #939393;
	color:#939393;
	position:absolute;
}
.loginButton{
	border:none;
	background:#242838;
	color:#939393;
}
.loginButton:hover{
	color:#eb9500;
}
.inblock{
	display:inline-block;
}
.h100{
	height:100%;
}
.menuBar{
	min-height:100px;
	width:100%;
	background:#eb9500;
	z-index:99;
}
.topNavBar{
	height:100px;
}
.topNavBar ul{
	list-style:none;
	padding-top:35px;
	padding-left:0;
}
.topNavBar ul a{
	text-decoration:none;
	color:#614100;
	font-size:18px;
	text-transform:uppercase;
	font-weight:400;
	position:relative;
}
.topNavBar ul a:hover{
	color:#320;
}
.topNavBar .menuItem a:hover span::before{
	content:'';
	width:70%;
	height:2px !important;
	background:#242838;
	left:0;
	right:0;
	margin:auto;
	bottom:-10px;
	position:absolute;
}
.menuItem li{
	display:inline-block;
}
.menuItem li a{
	padding:0 18px;
	font-weight:300;
}
.oMenuLeft{
	background:#dd8c00;
  	border-style: solid;
  	border-width: 0px 50px 100px 20px;
  	border-color: transparent #eb9500 transparent transparent;
  	max-height:100px;
}
.title{
	text-align:center;
	padding-top:20px;
	font-size:50px;
}
.title span{
	color:#fff;
}
.mobileMenu{
	display:none;
}
.mobileMenu ul i{
	padding-right:10px;
	padding-left:20px;
}
.downMobileMenu{
	display:none;
	background:#eb9500;
	padding-bottom:20px;
}
.downMobileMenu li{
	text-align:center;
	padding-bottom:10px;
	position:relative;
}
.downMobileMenu li::before{
	content:'';
	width:50%;
	height:2px !important;
	background:rgba(0,0,0,0.2);
	left:0;
	right:0;
	margin:auto;
	bottom:10px;
	position:absolute;
}
.show{
	display:block !important;
}
@media (max-width:1200px){
	.topSecondPart input{
		width:100%;
	}
}
@media (max-width:1000px){
	.topSecondPart input{
		margin:0;
	}
}
@media (max-width:768px){
	.socialPart{
		text-align:center;
	}
	.topSecondPart input{
		width:100%;
	}
	.socialIcon{
		padding-right:0 !important;
	}
	.menuItem{
		text-align:center;
	}
	.centerLogin{
	    position:relative !important;
	    margin-top:50px !important;
	}
	.stayTop{
	    position:relative !important;
	}
}
@media (max-width:990px){
	.menuItem{
		display:none;
	}
	.mobileMenu{
		display:block;
	}
}
.loginBody{
	background-image:url("../img/loginBackgroundcutt.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.centerLogin{
	position:absolute;
	max-width:700px;
	height:500px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.centerLogin label{
	color:#dbdbdb;
}
.loginForm{
	margin:0;
	padding:20px;
	background:#363940;
	box-shadow:0 2px 10px 0 rgba(0,0,0,0.2);
}
.formSize{
	width:100%;
	margin-top:20px;
}
.titleLogin{
	text-align:center;
	color:#fff;
}
.centerLoginForm{
	padding:40px;
}
.centerLoginForm a{
	color:#f7941d;
}
.btnLogin{
	width:100%;
	margin-top:15px;
	margin-bottom:10px;
	background:#f7941d;
	border-color:#f7941d;
}
.btnLogin:hover{
	background:#f7941d;
	opacity:0.8;
}
.noPaddingSide{
    padding-left:0 !important;
    padding-right:0 !important;
}
.stayTop{
    position:fixed;
    top:0;
    z-index:1020;
    width:100%;
}
.loginButton a{
	text-decoration:none;
	color:#939393;
}
.loginButton a:hover{
	color:#eb9500;
}