/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	position:relative;
	overflow:hidden;
	width:100%;
}
/* Global properties ======================================================== */
body, html{
	min-width:970px;
	min-height:875px;
}
body {
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	border:0;
	color:#888888;
	font:12px/23px  Arial, sans-serif;
}
/* Global Structure ============================================================= */
.glob {
	position:absolute;
	top: 0;
	left: 0;
	overflow:hidden;
	width:100%;
	height:100%;
	border:0;
}
.main {
	position:relative;
	margin:0 auto;
	width:940px;
}
.page_spinner {
	position:fixed;
	top:0;
	left:0;
	z-index:399;
	width:100%;
	height:100%;
	background:url(../images/main_spinner.gif) 50% 50% no-repeat #000;
}
/* ============================= main layout ====================== */
a {
	margin-bottom: 15px;
	outline:none;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#eecf21;
}
h1 {
	display:inline-block;
	padding:0;
}
h2 {
	padding-bottom:18px;
	color:#fff;
	letter-spacing: 1px;
	font:35px  Arial, sans-serif;
}
#page_clients h2, #page_contacts h2{
	padding-bottom:23px;
}
#page_clients img{
	padding-bottom:13px;
}
h3 {
	padding-bottom:24px;
	color:#eecf21;
	text-transform: uppercase;
	font:bold 13px/24px  Arial, sans-serif;
}
h4 {
	color:#fff;
	text-transform: uppercase;
	font:16px  Arial, sans-serif;
}
h4:hover{
	color: #eecf21;
}
h5 {
	color:#fff;
	font-weight: bold;
}
h4 span{
	display: inline-block;
	margin-top: -16px;
	margin-left: 10px;
	width: 48px;
	height: 48px;
	background:url(../images/icon_1.png) 0 0 no-repeat;
}
p { 
	padding-bottom:27px;
}
.bold{
	font-weight: bold;
}
.box{
	overflow: hidden;
}
.disp_inl{
	display: inline-block;
}
/* ============================= header ====================== */
#logo {
	position:relative;
	z-index:5;
	display:block;
	overflow:hidden;
	margin:27px 95px 0 0;
	width:350px;
	height:57px;
	background:url(../images/logo.png) 0 0 no-repeat;
	text-indent:100%;
	white-space:nowrap;
}
/* ============================= header ====================== */
header {
	position:relative;
	z-index:300;
	margin-bottom: 10px;
	width:inherit;
	height:173px;
	background:url(../images/header_plane.png) 0 0 repeat-x;
	text-align:center;
	text-transform:uppercase;
}
/*--------------menu------------*/
header nav {
	position:absolute;
}
.menuR {
	top:34px;
	left:50%;
	margin-left:143px;
}
.menuL {
	top:34px;
	right:50%;
	margin-right:193px;
}
.menuL > #menu > li {
	position:relative;
	float:left;
}
#menu, #menu2 {
	position:relative;
	width:100%;
}
#menu > li, #menu2 > li {
	display:inline-block;
}
#menu > li.line, #menu2 > li.line {
	background:url(../images/menu_line.png) right 19px no-repeat;
}
#menu > li > a {
	display: inline-block;
	z-index:10;
	float:left;
	overflow:hidden;
	margin:0 32px;
	margin-top: 14px;
	padding-bottom: 0;
	color:#4b4b4b;
	text-decoration:none;
	font:17px 'Noto Sans', Arial;
}
#menu2 > li > a {
	z-index:10;
	float:left;
	overflow:hidden;
	margin:0 32px;
	margin-top: 14px;
	padding-bottom: 0;
	color:#4b4b4b;
	text-decoration:none;
	font:17px 'Noto Sans', Arial;
}
.submenu_1 {
	position:absolute;
	top:50px;
	left:21px;
	z-index:1215;
	padding:20px 0;
	width:180px;
	/*width:119px;*/
	background:#222;
}
.submenu_1 li {
	position:relative;
	margin-left:15px;
	text-align:left;
	/*text-align:center;*/
}
.submenu_1 a {
	position:relative;
	z-index:1;
	display:inline-block;
	padding:2px 0 !important;
	margin-bottom: 0;
	color:#fff !important;
	text-decoration:none;
	font-size:11px;
}
.submenu_1 a b {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:20px;
}
.submenu_1 a:hover {
	color:#eecf21 !important;
}
/* ============================= bgGall ======================= */
#bgStretch img{
	background:#000;
}
/* ============================= splash ====================== */
#splash{
	position:absolute;
	z-index:10;
	width:100%;
}
/* ============================= content ====================== */
#content{
	position:relative;
	/* overflow:hidden; */
	width:100%;
}
#content > ul > li {
	position:absolute;
	width:100%;
	border: 1px solid #222222;
	background:url(../images/page_bg.png);
    -webkit-box-shadow: 12px 12px 43px rgba(0,0,0,0.9);
	-moz-box-shadow: 12px 12px 43px rgba(0,0,0,0.9);
    box-shadow: 12px 12px 43px rgba(0,0,0,0.9);
}
#content > ul > li > div{
	overflow:hidden;
	padding:80px 80px 35px 77px;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.more{
	display:inline-block;
	color:#eecf21;
	text-decoration:none;
	text-transform:uppercase;
	font:bold 13px/13px 'Arial', sans-serif;
}
.more:hover{
	color:#fff;
}
.google_map{
	width:246px;
	height:335px;
	background:#fff;
}
.address {
	position: relative;
	margin-top: -8px;
	margin-right: -10px;
	margin-bottom: 30px;
	line-height: 29px;
	float:left;
}
.address > span{
	width:160px;
}
.mailLink{
	color: #eecf21;
	text-decoration:underline;
	font-weight: normal;
}
.mailLink:hover{
	color: #fff;
}
/* ============================= lists ====================== */
.listWithMarker li {
	display:block;
	padding-bottom:6px;
}
.listWithMarker li a {
	display:inline-block;
	padding: 12px 10px 13px 14px;
	margin-bottom: 0;
	width: 196px;
	background:#404040;
	color:#fff;
	text-decoration:none;
	font:20px  Arial, sans-serif;
}
.listWithMarker li a:hover {
	background:#eecf21;
	color:#202020;
}
/* ============================= footer ====================== */
footer {
	position:relative;
	z-index:10;
	padding:0;
	padding-top: 22px;
	width:100%;
	color:#fff;
	text-transform: uppercase;
	font-size: 10px;
}
footer a{
	color:#eecf21;
	text-decoration:none;
	font-weight: normal;
}
footer a:hover{
	color:#fff;
	text-decoration: none;
}
footer p {
	padding-top:10px;
	padding-bottom:0;
}

.lang {
	position:relative;
	z-index:10;
	padding:0;
	padding-top: 22px;
	width:100%;
	color:#eecf21;
	text-transform: uppercase;
	font-size: 11px;
}
.lang a{
	color:#eecf21;
	text-decoration:none;
	font-weight: bold;
}
.lang a:hover{
	color:#fff;
	text-decoration: none;
}
/*----*/
.follow-icon {
	position:relative;
	left:0;
	float:right;
	margin-top:7px;
}
.follow-icon li {
	float:left;
	margin-left:6px;
}
.follow-icon .img_act {
	position:absolute;
}
/*----*/
/* ============================= forms ============================= */
#form1 input {
	margin:0;
	padding:7px 10px 7px 10px;
	width:206px;
	background-color:#404040;
	box-shadow:none;
}
#form1 textarea {
	overflow:auto;
	margin:0;
	padding:7px 10px 7px 10px;
	width:206px;
	height:186px;
	background-color:#404040;
	line-height:18px;
	resize:none;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:40px;
}
#form1 .error, #form1 .empty {
	position:absolute;
	top:-1px;
	right: 3px;
	display:none;
	color:#fff;
	text-transform:none;
	font-size:10px;
	line-height:18px;
}
#form1 .success {
	position:absolute;
	z-index: 1;
	width: 302px;
	height: 320px;
	border: 1px solid #333;
	background: #000;
	opacity: 0.9;
}
#form1 .success .success_txt {
	position: relative;
	top: 42%;
	color:#fff;
	text-align: center;
}
.btns a{
	margin:20px 4px 0 16px;
}
.form_label{
	float: left;
	margin-top: 2px;
	width: 75px;
}
/* Form defaults */
input, select, textarea {
	color:#848383;
	font:13px/13px Arial, sans-serif;
}
/* ============================= SPLASH ====================== */
#splash {
	position: absolute;
	top:50px;
	left:0px;
	width: 100%;
}
.splash_menu > li span {
	position: absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	background:url(../images/splash_pic_hover.png) 0 0 no-repeat;
}
.roundabout-holder {
	position:relative;
	top:27px;
	z-index:1;
	margin:0 auto;
	width:708px;
	height:409px;
}
.roundabout-moveable-item img {
	position:relative;
	z-index:1;
	width:100%;
}
.roundabout-in-focus {
	cursor: auto;
}
#gall_nav {
	position:absolute;
	top:213px;
	width:100%;
}
#previous {
	position:relative;
	left:0px;
	width:22px;
	height:35px;
	background:url(../images/splash_gall_prev_arr.png);
}
#next {
	position:relative;
	right:35px;
	width:22px;
	height:35px;
	background:url(../images/splash_gall_next_arr.png);
}
/* ============================= start scroll ====================== */
.scroll {
	margin-bottom:27px;
	height:355px;
}
._track {
	position:relative;
	top:145px;
	right:81px;
	width:24px;
	height:335px;
	background:url(../images/track.png);
}
._shuttle {
	width:24px;
	height:96px;
	background:url(../images/shuttle.png);
	cursor:pointer;
}
/* ============================= end scroll ====================== */