@import "../fonts/aeromatics.css";
@import "../fonts/arsenal.css";
@import "../fonts/modernh.css";
@import "../fonts/ptsans.css";

/*
aeromatics_b
aeromatics_bi
aeromatics_di
arsenalbold
arsenalbold_italic
arsenalitalic
arsenalregular
modern_h_bold
modern_h_ecolight
modern_h_light
modern_h_medium
PTSansCaptionBold
PTSansCaption
PTSansNarrowRegular
PTSansNarrowBold
PTSansItalic
PTSansBoldItalic
PTSansBold
PTSansRegular
*/

*{
	outline: none !important;
}

html, body{
	width: 100%;
	height: 100%;
	background: url('../images/bg.jpg') no-repeat;
	background-size: cover;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}

.sidebar{
	width: 20%;
	height: 100%;
	position: fixed;
	left:0;
	background: rgba(255,255,255,0.3);
	min-width: 200px;
}

#left-menu{
	margin-top: 50px;
}

#left-menu a{
	color: #ffffff;
}

#left-menu a:hover, 
#left-menu a:focus, 
#left-menu a:active{
	text-decoration: none;
}

#left-menu .item{
	font-size: 24px;
	padding-left: 20px; 
	margin: 10px 0;
}

#left-menu .item:hover{
	color: #000000;
}

#left-menu .item::after{
	content: '';
	border-bottom: #ffffff solid 3px;
	display: block;
	width: 80%;
	
}

#left-menu .item:hover::after{
	content: '';
	border-bottom: #000000 solid 3px;
	display: block;
	width: 80%;
}

#left-menu .item.active{
	color: #000000;
}

#left-menu .item.active::after{
	content: '';
	border-bottom: #000000 solid 3px;
	display: block;
	width: 80%;
}


#aboutUsModal .modal-content,
#contactUsModal .modal-content{
	border-radius: 0;
	background: rgba(255,255,255,1);
}

#aboutUsModal .modal-body,
#contactUsModal .modal-body{
	padding: 20px 30px;
}

#aboutUsModalLabel{

}

#aboutUsModal .descr{
margin-top: 15px;
}

#aboutUsModal .persona{
	margin-bottom: 10px;
}

#videoPanel{
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
}

#videoPanel:hover{
	cursor: pointer;
}

#videoPanel div{
	width: 25%;
	float: left;
}

.video{
	position: fixed;
	width: 60%;
	height: 60%;
	right: 10%;
	top: 30%;
}

#contactForm .form-control{
	margin: 20px 0;
	border-radius: 0;
}
#contactForm .form-control:focus{
	box-shadow: 0 0 3px #333;
}

#submit{
	padding: 10px 20px;
}

#submit:hover{
	box-shadow: 0 0 3px #333;
}

#galleryWrapper{
	position: fixed !important;
	width: 80%;
	height: 100% !important;
	right: 0;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}
#galleryWrapper img{
	width: 25%;
	float: left;
}

.grid-item{
	width: 25%;
}

.pluso{
	margin: 30px 0;
	padding-left: 52px !important;
}

#preloader{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #ffffff;
}

#preloader img{
	position: absolute;
	width: 128px;
	height: 128px;
	left: 50%;
	margin-left: -64px;
	top: 50%;
	margin-top: -64px;
}