/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	position:relative;
	overflow:hidden;
	width:100%;
}
.clear {
	clear:both;
	width:100%;
}
/* Global properties ======================================================== */
body, html{
	min-width:990px;
	min-height:810px;
}
body {
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	border:0;
	color:#929292;
	font:12px/20px  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:640px;
}
.page_spinner {
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	z-index: 11000;
	width:100%;
	height:100%;
	background:url(../images/main_spinner.gif) 50% 50% no-repeat #171313;
}
/* ============================= main layout ====================== */
a {
	outline:none;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	font:bold 10px  Arial, sans-serif;
}
a:hover {
	color:#999;
}
h1 {
	display:inline-block;
	padding:0;
}
h2 {
	margin-bottom: 10px;
	color:#fff;
	text-transform:uppercase;
	font:36px 'Josefin Sans', sans-serif;
}
#page_services h2 {
	letter-spacing: -2px;
}
h3 {
	margin-bottom: 2px;
	color:#fff;
	text-transform:uppercase;
	font:13px 'Arial', sans-serif;
}
p { 
	padding-bottom:15px;
}
#page_about img, #page_style img, #page_services img {
	margin-bottom: 16px; 
	border:3px solid #fff;
}
.color1{
	color: #fff;
}
.color2{
	color: #bcbcbc;
}
/* ============================= header ====================== */
header{
	position: relative;
	z-index: 300;
	float: left;
	margin-top: 50px;
	width:235px;
	height:751px;
	background:url(../images/plane_bg.png);
	text-transform:uppercase;
}
#logo {
	position: relative;
	z-index: 5;
	display: block;
	overflow: hidden;
	margin: 77px 0 55px 27px;
	width: 172px;
	height: 94px;
	background: url(../images/logo.png) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
/* ============================= menu ====================== */
#menu{
	position: relative;
	display: inline-block;
	text-align: left;
}
#menu > li {
	position:relative;
	display:block;
	padding-bottom: 7px;
}
#menu > li > a{
	position:relative;
	z-index:1;
	padding: 7px 10px 7px 46px;
	background:url(../images/menu_arrow.png) right 50px no-repeat;
	color:#636363;
	text-align:left;
	text-decoration:none;
	font:bold 10px/22px  Arial, sans-serif;
}
#menu > li > span{
	position:absolute;
	top:-4px;
	left:0;
	z-index: -1;
	width:235px;
	height:100%;
	background: #000;
}
.submenu_1 {
	position:absolute;
	top:-7px;
	left:130px;
	z-index:15;
	padding:10px 0 0 0;
	width:128px;
	border: 1px solid #2d2a2a;
	background:#000;
}
.submenu_1 li {	
	position:relative;
	text-align:left;
}
.submenu_1 a {
	position:relative;
	z-index:1;
	display:block;
	margin-left: 9px;
	padding:2px 0 10px 0 !important;
	color:#999 !important;
	text-decoration:none;
	font:bold 10px  Arial, sans-serif;
}
.submenu_1 a b{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:29px;
}
.submenu_1 li>a:hover,.submenu_1 li.sfHover>a{
	color:#fff !important;
}
.submenu_2 {
	position:absolute;
	top:3px;
	left:110px;
	padding:10px 0 0 0;
	width:110px;
	border: 1px solid #302e2e;
	background:#000;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
/* ============================= bgGall ======================= */
#bgStretch img{
	background:#000;
}
.gall_spinner {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/gallLoader.gif) 50% 40% no-repeat;
}
/* ============================= splash ====================== */
#splash{
	position: absolute;
	z-index: 10;
	margin-top: 620px;
	width: 100%;
}
/* ============================= content ====================== */
#content{
	position:relative;
	top:50px;
	left: 110px;
	z-index: 1000;
	/* overflow:hidden; */
	width:100%;
}
#content > ul > li {
	position:absolute;
	width:100%;
	border: 1px solid #272423;
	background:url(../images/plane_bg.png);
}
#content > ul > li > div{
	overflow:hidden;
	padding:51px 70px 30px 81px;
}
a, img{
	-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;
	margin-right: 7px;
	padding:6px 11px;
	border: 1px solid #323030;
	background:url(../images/more_bg.png);
	color:#82746f;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font:16px 'Josefin Sans', sans-serif;
}
.more:hover{
	border: 1px solid #4b4543;
	background:url(../images/more_bg_hover.png);
	color:#c1b6af;
}
.google_map{
	margin-bottom: 27px;
	width:294px;
	height:181px;
	border:3px solid #fff;
	background:#fff;
}
.address {
	padding-top:17px;
}
.address > span{
	display:block;
	width:155px;
}
.mailLink{
	color: #929292;
	text-transform: none;
	font:12px/20px  Arial, sans-serif;
}
.mailLink:hover{
	color: #fff;
}
/* ============================= footer ====================== */
.footer {
	position: absolute;
	right:10px;
	bottom: 44px;
	z-index:210;
	padding:0;
	width:100%;
	text-align: center;
}
.footer p {
	position: relative;
	display: inline-block;
	color: #c6c5c5;
	text-transform: uppercase;
	font:bold 10px  Arial, sans-serif;
}
.footer p a {
	color: #c6c5c5;
	text-decoration: none;
}
.footer p a:hover {
	color: #fff;
	text-decoration: none;
}
.paginwraper {
	position: relative;
	left:0px;
	margin: 0 auto;
	width: 722px;
	height: 127px;
	background: url('../images/thumbs_plane.png');
}
.txt_nums{
	position: absolute;
	top:-54px;
	right: 0;
	width: 47px;
	height: 47px;
	background: url('../images/nums_plane.png') no-repeat;
	color: #fff;
	text-align: center;
	font:10px/47px  Arial, sans-serif;
}
.pagin {
	margin-left: 32px;
}
.pagin li {
	position: relative;
	display: inline-block;
	margin: 13px 6px 13px 0;
    width: 104px;
    height: 104px;
	border:0px solid #393330;
}
.pagin li>a {
	display: block;
	width: 100%;
	height: 100%;
}
.zoomSp1 {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	display:block;
	width:98px;
	height:98px;
	border:3px solid #fff;
	background:none;
}
.pagin li:hover, .pagin li.active {
	/* border:5px solid #fff; */
}
.navBtns {
	position: absolute;
	bottom: 40px;
	width: 722px;
}
.next, .prev {
	position: relative;
	display:inline-block;
	margin-top: -40px;
	width: 19px;
	height: 32px;
}
.next {
	right: 7px;
	float: right;
	background: url('../images/arrowR.png') center no-repeat;
}
.prev {
	left: 1px;
	float: left;
	background: url('../images/arrowL.png') center no-repeat;
}
.next>span, .prev>span {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}
.next>span {
	background: url('../images/arrowR_over.png') center no-repeat;
}
.prev>span {
	background: url('../images/arrowL_over.png') center no-repeat;
}
/*********************end footer********************/

/* ============================= forms ============================= */
#form1 {
	margin-top: 22px;
}
#form1 input {
	margin:0;
	padding:11px 9px 12px 13px;
	width:345px;
	border:1px solid #4a4a4a;
	background:0;
	box-shadow:none;
}
#form1 textarea {
	float: right;
	overflow:auto;
	margin:0;
	padding:11px 9px 12px 13px;
	width:455px;
	height:83px;
	border:1px solid #4a4a4a;
	background:0;
	line-height:18px;
	resize:none;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:62px;
}
#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: 370px;
	height: 103px;
	border: 1px solid #373332;
	background: #000;
	opacity: 0.9;
}
#form1 .success .success_txt {
	position: relative;
	top: 32%;
	color:#fff;
	text-align: center;
}
.btns{
	margin:30px 0 0 0;
	padding-right: 12px;
}
.btns a{
	margin:0 0 0 13px;
}
/* Form defaults */
input, select, textarea {
	color:#929292;
	font:12px/16px Arial, sans-serif;
}
.box{
	overflow: hidden;
}
.arr_next, .arr_prev{
	display: inline-block;
	margin-left: 18px;
	width: 9px;
	height: 18px;
	background: url('../images/arrow_next.png');
}
.arr_prev{
	background: url('../images/arrow_prev.png');
}
/*----------Slider2--------------*/
.slider2{
	position: relative;
	overflow: hidden;
	margin-top: 22px;
	width: 100%;
}
.slider_nav{
	position: relative;
	right: 10px;
	display: inline-block;
	float: right;
	margin-top: -37px;
	height: 18px;
}
.list-1>li{
	position: relative;
	display: inline-block;
	float: left;
}
