/*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;}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:url(../images/bg-main.jpg);font-size:100%;line-height:1em;color:#000;overflow:hidden;background-size: 100% auto;}

#glob{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
	min-width:960px;
	min-height:980px;
	background:url(../images/top-ptrn.png) 50% 0 repeat-x;   
    font:12px/20px Arial, sans-serif;    
    color:#848484;	
}

#glob>.cntrd{
	width:950px;
	height:100%;
	z-index:1;	
}

#gspinner{    
    background:url(../images/body-bg.png) #efeceb;
	z-index:999;
}

/*ELEMENTS*/
a {color:#B3112C;outline:none;}
a:hover{text-decoration:none;}


p,.blo{
	line-height:20px;
	margin-bottom:15px;
}

.p1{
	margin-bottom:4px;
}
p.justi {
text-align:justify;
color:#333;
}

.p2{
	margin-bottom:27px;
}

.p3{
	margin-bottom:40px;
}

.p4{
	margin-bottom:56px;
}


/*nav */
h1{
	position:absolute;
	left:0;
	top:0;
}

nav{
	position:absolute;
	left:0;
	top:178px;
	
	
  -webkit-box-shadow: 0px 0px 32px 0px #aea6a3;
          box-shadow: 0px 0px 32px 0px #aea6a3;

}

nav li{
	float:left;
}

nav a{
	font:15px/73px 'Armata', sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	width:189px;
	border-left:1px #6e6966 solid;
	text-align:center;
	background:url(../images/nav-sp.png);
	background-position:0 100%;
	
	
  -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 a:hover,nav .active a{
	background-position:0 0%;
}

.splash-menu{
	position:absolute;
	top:330px;
	left:0;
}

.splash-menu li{
	float:left;
	margin-left:1px;
}

.splash-menu a{
	display:block;
	width:236px;
	height:545px;
	position:relative;
	z-index:1;
}

.splash-menu a>span{
	position:absolute;
	left:0;
	bottom:0px;
	width:236px;
	height:63px;
	background:url(../images/splash-nav-sp.png);
	z-index:2;
	font: 18px/26px 'Armata', sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
}
span.txt {
padding-top:10px;
}
.splash-menu a>span .-hvr{
	background:url(../images/splash-nav-sp.png) 0 100%;
	z-index:-1;
}

.splash-menu .img{
	width:100%;
	height:472px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;	
}

.splash-menu .li-1 a .img,.splash-menu .li-1 a .img .-hvr{background-image:url(../images/splash-li-1.jpg);}
.splash-menu .li-2 a .img,.splash-menu .li-2 a .img .-hvr{background-image:url(../images/splash-li-2.jpg);}
.splash-menu .li-3 a .img,.splash-menu .li-3 a .img .-hvr{background-image:url(../images/splash-li-3.jpg);}
.splash-menu .li-4 a .img,.splash-menu .li-4 a .img .-hvr{background-image:url(../images/splash-li-4.jpg);}

.splash-menu .-hvr{
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	background-position:0 100%;
	opacity:0;
	
	
  -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; 

}

.splash-menu a:hover .-hvr{
	opacity:1;
}

.splash-shadow{
	width:947px;
	height:36px;
	background:url(../images/splash-shadow.png);
	left:1px;
	top:874px;
	position:absolute;
	z-index:-1;
}

.start_now{
	font:20px/20px 'Armata', sans-serif;
	text-transform:uppercase;
	position:absolute;
	right:0;
	top:70px;
	z-index:1;
}

.start_now span{
	padding-top:13px;
color:#000000;	
}

.start_now a{
	font-size:14px;
	line-height:53px;
	color:#fff;
	background:url(../images/start-btn.png);
	display:block;
	float:right;
	text-decoration:none;	
	padding:0 28px;
	margin-left:18px;
	letter-spacing:2px;
}

/*#content*/

#content{
	width:950px;
	height:585px;
	position:absolute;
	left:0;
	top:309px;
	z-index:1;	
	overflow:hidden;
}

#content>ul>li{
	position:absolute;
	width:100%;
	min-height:525px;
	left:0%;
	top:0;
	z-index:1;
	padding:0px 0 20px 0;
	background:#fffbf9;
}
.pt80 {
padding-top:70px;
}
.pt40 {
padding-top:45px;
}
h2,h3,h4,.h4{
	font:30px/30px 'Armata', sans-serif;
	text-transform:uppercase;
	color:#4a4746;
	margin-bottom:20px;
	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; 
}

h3{
	font-size:25px;
	line-height:25px;
	margin-bottom:34px;
}

a.h4{
	margin-bottom:6px;
}

a.h4:hover{
	text-decoration:none;
	color:#000;
	display:block;
}

h4,.h4{
	display:block;
	font-size:14px;
	line-height:20px;
	color:#B3112C;
	margin-bottom:6px;
}
h3.baslik{
	display:block;
	font-size:15px;
	line-height:28px;
	color:#B3112C;
	margin-bottom:18px;
}

.img-box-set{
	margin-top:-36px;
}

.img-box-set dl{
	padding-top:36px;
}

.img-box-set dt,.img-box dt{
	margin-right:18px;
}

.img-box.img-box-2 dt{
	margin-right:6px;
}

.img-box-set .bblack{
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	color:#423133;
	text-transform:uppercase;
	display:inline-block;
}

.address dd{
	width:180px;
}

/*footer*/
footer .privacy{
    font:12px/1.2em Arial, Helvetica, sans-serif;
	color:#8b827e;
	position:absolute;
	bottom:4%;
}

/*forms css*/
#form1{
	position:relative;
	z-index:1;
}

#form1 label{
	float:left;
	position:relative;
	z-index:1;
}

#form1 input,#form1 textarea{
	outline:none;
	box-shadow:none;
	border:1px #c2c0bf solid;
	background:#fffbf9;
	width:318px;
	float:left;
	margin-bottom:20px;
	color:#848484;
	padding:12px 15px;
}

#form1 textarea{
	resize:none;
	width:478px;
	height:138px;
	margin-bottom:37px;
}

#form1 .btns{
	float:right;
}

#form1 .btns a{
	float:left;
	margin-left:20px;
}

#form1 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}

#form1 .success{
    width:348px;
	text-align:center;
	z-index:10;
	position:absolute;
	left:0;
	top:0;
	border:1px #c2c0bf solid;
	background:#fffbf9;
	padding:30px 0;
}


/*js css*/
.google_map{
	width:310px;
	height:254px;
}

.spinner{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

/*additional classes*/
.lh22 p,.lh22{
	line-height:22px;
}

.brown{
	color:#a89b96;
}


.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;}
.cntrd{margin:0 auto;position:relative;}
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*/

a.mrk,.list a{
	color:#ff9e2a;
	font:14px/40px 'Armata', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/arrow.png) 0 50% no-repeat;
	padding-left:16px;
	
	-webkit-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

a.mrk{
	line-height:30px;
}

a.mrk:hover,.list a:hover{
	color:#000;
	background-position:5px 50%;
}

a.btn{
	font:14px/33px 'Armata', sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/btn-bg.png);
	float:left;
	padding:0 20px;
	letter-spacing:2px;
	position:relative;
	z-index:1;
	
	-webkit-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

a.btn>span{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
	background:#000;
	opacity:0;
	
	-webkit-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

a.btn:hover>span{
	opacity:1;
}

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;}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 17px 40px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #999;
}
ul.thumbs img {
	border: none;
	display: block;
	height:210px;
}