/*CSS RESET*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,output,section,summary{display:block;}

meter,progress,mark,time{display:inline;}

ol,ul{list-style:none;}

blockquote,q{quotes:none;}

html,body{height:100%;}

img{border:0;vertical-align:top;text-align:left;}

object{vertical-align:top;outline:none;}

ul,ol{
	list-style:none;
	text-align: justify;
}

table,table td{padding:0;border:none;border-collapse:collapse;}

input,select,textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;margin:0;padding:0;}

textarea{overflow:auto;}

/*GLOBAL*/
html{min-width:960px;}
body{background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:100%;line-height:1em;color:#000;overflow:hidden;}

#glob{
	min-width:960px;
	min-height:820px;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	font:12px/18px Arial, Helvetica, sans-serif;
}

#gspinner{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	background:#ddd url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

h1{
	position:absolute;
	left:0;
	top:27px;
	z-index:1;
}

h2{
	font:700 italic 22px/1.2em 'Open Sans', sans-serif;
	text-transform:uppercase;
	background:url(../images/h2-border.png) 0 100% repeat-x;
	padding-bottom:6px;
	margin-bottom:14px;	
}

h3,.h3{
	font:bold 130% Arial,Helvetica,sans-serif;
	margin-bottom:14px;
}

.col{
//	min-height:496px;
	height:494px;
	overflow:hidden;

	-webkit-border-radius:4px;
	border-radius:4px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

.list a{
	font:15px/30px Arial, Helvetica, sans-serif;
	padding-left:22px;
}

.list2 a{
	font-size:12px;
	line-height:20px;
	padding-left:12px;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.btn a{
	font:800 italic 15px/31px 'Open Sans', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	float:left;
	padding:0 10px;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.undn a{
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

footer{
	width:100%;	//950px;
	height:78px;//82px;
	position:absolute;
	//left:50%;
	bottom:0;
	//margin-left:-475px;
}

a:hover{text-decoration:none;}

/*ELEMENTS*/

p,.blo{
	line-height:18px;
	margin-bottom:18px;
	text-indent:40px;
	text-align: justify;
}

.p1{
	margin-bottom:8px;
}

.p2{
	margin-bottom:10px;/*36*/
}

/*header*/
header{
	width:100%;
	height:78px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/header-bg.png);
	z-index:2;
}

header>.inner{
	position:relative;
	width:950px;
	height:100%;
	margin:0 auto;
}

nav{
	position:absolute;
	left:310px;
	top:32px;
	z-index:1;
}

nav li ul{
	position:absolute;
	top:46px;
	left:0;
	width:184px;
	padding:22px 20px;
	z-index:10;

	-webkit-border-radius:2px;
	border-radius:2px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

nav li ul a{
	font:12px/23px Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

nav>ul>li{
	float:left;
//	margin-left:16px;
//	margin:8px;
//	padding:8px;
	position:relative;
}

nav>ul>li>a{
	font:700 italic 15px/1.2em 'Open Sans', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

nav>ul>li>a:hover,nav>ul>li.active>a,nav>ul>li._hover>a{
	border-radius: 5px;
	padding: 8px;
}

/*#content*/
#content{
	width:960px;
	height:496px;
	position:absolute;
	z-index:-1;
	left:50%;
	top:50%;
	margin:-321px 0 0 -475px;
	overflow:hidden;
}

#content>ul{
	width:960px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;	
}

.col>.inner{
	padding:20px;
	overflow:hidden;
}

#about .img-box-set dt{
	margin-right:16px;
}

#about .img-box-set{
	margin-top:-20px;
}

#about .img-box-set dl{
	padding-top:20px;
}

.scroll{
	height:405px;
	padding-right:36px;
}

._track{	
	right:0;
	top:0;
	width:12px;
	height:385px;
	background:#282828;
	padding:10px 0;
}

._shuttle{
	background:#948a82;
	height:58px;
	width:12px;
}

#services .cols, #promo .cols{
	margin-left:-21px;
}

#services .cols li, #promo .cols li{
	width:174px;
	margin-left:21px;
	float:left;
}

#price_list .cols{
	margin-left:-50px;
}

#price_list .cols li{
	width:252px;
	float:left;
	margin-left:50px;
}

#faqs .address dd{
	width:200px;
	line-height:18px;
}

#faqs .list2{
	margin-left:22px;
}

#contacts .address dd{
	width:160px;
}

#privacy .col .mwrap,#readmore .col .mwrap{
	width:710px;
}

.qq{
//	width:412px;
//	height:353px;
//	padding:29px;
//	background:url(../images/qq-bg.png);
//	border:1px #000 solid;
	font:15px/19px Arial, Helvetica, sans-serif;
	color:#83786f;
	
	position:absolute;
	z-index:1;
	left:50%;
//	left:480px;
//	top:50%;
	top:0px; 
//	margin:-300px 0 0 35px;
	
	-webkit-border-radius:3px;
	border-radius:3px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

.qq .hdr{
	margin-bottom:16px;
}

.qq form fieldset{
	width:257px;
	float:left;
}

.qq form fieldset input{
	width:217px;
	padding:7px 14px 8px 14px;
	background:#252525;
	border:1px #363331 solid;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	outline:none;
	margin-bottom:10px;
	
	-webkit-border-radius:2px;
	border-radius:2px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

.qq form>input{
	float:left;
	width:153px;
	height:74px;
	border:none;
	background:url(../images/go-btn.png);
	cursor:pointer;
}

.qq .tel{
	font:700 italic 12px 'Open Sans', sans-serif;
	//text-transform:uppercase;
	margin-top:5px;
}

.qq .tel .num{
	font:700 italic 22px/30px 'Open Sans', sans-serif;
	padding-bottom:7px;
	padding-left:28px;
	float:left;
	margin-right:6px;
	color:#fff;
	background:url(../images/tel.png) 0 50% no-repeat;
}

.qq .pad{
	color:#83786f;
	position:relative;
	top:12px;
}

/*footer*/
.lists{
	width:950px;
	height:115px;
	position:absolute;
	left:50%;
	bottom:112px;
	margin-left:-475px;
}

.lists>ul{
	margin-left:-50px;
}

.lists>ul>li{
	width:116px;
	float:left;
	margin-left:50px;
}

.lists h4{
	font:700 14px/18px 'Open Sans', sans-serif;
	color:#efecea;
	text-transform:uppercase;
	height:46px;
}

.lists .lst a{
	font:11px/19px Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.lists .lst a:hover{
	color:#fff;
}

.privacy{
	color:#333333;
	padding-top:8px;
	//font:11px/1.2em Arial, Helvetica, sans-serif;
	font:12px/18px Arial, Helvetica, sans-serif;
}

.privacy a{
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.privacy a:hover{
	color:#fff;	
}

/*forms css*/
#form1{
	position:relative;
	z-index:1;
}

#form1 label{
	float:left;
	margin-bottom:11px;
	position:relative;
	z-index:1;
}

#form1 input,#form1 textarea{
	width:240px;
	padding:7px 10px;
	background:#fff;
	border:none;
	color:#83786f;
	font:12px Arial, Helvetica, sans-serif;
	outline:none;
	box-shadow:none;
	
	-webkit-border-radius:5px;
	border-radius:5px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

#form1 textarea{
	height:270px;
	resize:none;
	margin-bottom:4px;
}

#form1 .btns{
	float:left;
}

#form1 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	font-size:12px;
	color: red;
	font-weight:bold;
}

#form1 .success{
	background:#fff;
	border:none;
	font:italic 15px/30px Arial, Helvetica, sans-serif;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	padding:30% 10px;
	width:240px;
	height:40%;
	color:green;
	
	-webkit-border-radius:5px;
	border-radius:5px; 
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

#form1 .success2{
	font-size:50px;
	line-height:50px;
	}

/*js css*/
.google_map{
	width:269px;
	height:409px;
}

/*additional classes*/

.fl{float:left;}
.fr{float:right;}
.col-1,.col-2,.col-3{float:left;}
.all{text-align:left;}
.alr{text-align:right;}
.alc{text-align:center;}
.wrapper{width:100%;overflow:hidden;}
a.und,.und a{text-decoration:none;}
a.und:hover,.und a:hover{text-decoration:underline;}
a.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.bold{font-weight:bold;}
.wrap{overflow:hidden;}
.nopa{padding:0;}
.noma{margin:0;}
.nobg{background:none;}
.nobd{border:none;}
.nofl{float:none;}
.dn{display:none;}
.clear{clear:both;line-height:0;}


/*custom boxes*/

.mrk{
	margin:7px 0 0 4px;
}

span.btn{
	float:left;
	padding-right:46px;
	background:url(../images/btn-sp.png);
}

dl.address{overflow:hidden;}
dl.address dd{text-align:right;clear:both;}
dl.address dd span{float:left;}

dl.img-box,.img-box-set dl,dl.img-box dd,.img-box-set dl dd{overflow:hidden;}
dl.img-box dt,.img-box-set dl dt{float:left;}

.arrows{
	cursor:pointer;
	display: block;
	width: 45px;
	height: 300px;
	margin: -300px -23px 0px;
	text-align: center;
	outline: 0px none;
	background: transparent url('../images/arrows-metallic_300.png') no-repeat scroll 0% 0%;
}

.arrows-small{
	cursor:pointer;
	display: block;
	width: 17px;
	height: 35px;
	margin: -35px -23px 0px;
	text-align: center;
	outline: 0px none;
	background: transparent url('../images/arrows-metallic_35.png') no-repeat scroll 0% 0%;
}

.arrow-left{
	float:left;
	background-position: left bottom;
}
.arrow-left:hover{
	float:left;
	background-position: left top;
}

.arrow-right{
	float:right;
	background-position: right bottom
}
.arrow-right:hover{
	float:right;
	background-position: right top
}