/*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:940px;}
body{background:#fff;font-family:Arial, Helvetica, sans-serif;font-size:100%;line-height:1em;color:#000;overflow:hidden;}

#glob{
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	position:absolute;
	min-width:998px;
	min-height:758px;
	font:12px/20px 'Droid Sans', sans-serif;
	color:#fff;
}

#gspinner{
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:999;
	position:absolute;
	background:#000 url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

footer>.inner{
	width:940px;
	height:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
}

.bg-spinner{
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:1;
	background:url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

/*ELEMENTS*/
a {color:#f00;outline:none;}
a:hover{text-decoration:none;}


p,.blo{
	line-height:20px;
	margin-bottom:20px;
}


/*aside*/
aside{
	width:240px;
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	bottom:0;
	background:url(../images/aside-bg.png);
}

h1{
	position:absolute;
	left:11%;
	top:23%;
}

aside menu{
	position:absolute;
	top:28%;
	left:27%;
	right:0;
}

aside menu>ul>li{
	display: inline;
	text-align:center;	
}

aside nav{
	position:absolute;
	top:34%;
	left:0;
	right:0;
}

aside nav>ul>li{
	display:block;
	text-align:center;	
}

aside nav a{
	font:22px/33px 'Oswald', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	display:inline-block;	
	background:none;
	padding:0 10px;
	margin-bottom: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;
}

aside nav>ul>li a:hover,aside nav>ul>li.active>a,aside nav>ul>li._hover>a{
	color:#000;
	background:#fff;
}

/*#content*/
#content{
	width:650px;
	height:560px;
	background:url(../images/content-bg.png);
	position:absolute;
	left:11%;
	top:20%;
	left:0;
	margin-left:-651px;
}

#content>ul>li>.inner{
	padding:30px 48px 0 48px;
}

h2{
	font:22px/1.2em 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:20px;
}

.bg-pags{
	width:650px;
	height:108px;
	position:absolute;
	left:11%;
	margin-left:-1px;
	top:79%;
	background:url(../images/thumbs-bg.png);
}

.bg-pags .pags{
	position:absolute;
	left:30px;
	top:21px;
}

.bg-pags .pags li{
	float:left;
	margin-right:14px;
}

.bg-pags .pags li a{
	position:relative;
	display:block;
}

.bg-pags .pags li a>span{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:1px #fff solid;
	z-index:1;
	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;
}

.bg-pags .pags li a:hover span,.bg-pags .pags li.active a span{
	opacity:1;
}

.bg-pags .prevPage,.bg-pags .nextPage{
	width:7px;
	height:13px;
	background:url(../images/carousel-btn-sp.png);
	position:absolute;
	left:8px;
	top:49px;
}

.bg-pags .nextPage{
	right:8px;
	left:auto;
	background-position:100% 0;
}

.bg-pags .prevPage span,.bg-pags .nextPage span{
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	z-index:1;
	background:url(../images/carousel-btn-sp.png) 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;
}

.bg-pags .nextPage span{
	background:url(../images/carousel-btn-sp.png) 100% 100%;
}

.bg-pags .prevPage:hover span,.bg-pags .nextPage:hover span{
	opacity:1;
}

.pers img{
	margin-bottom:20px;
}

.pers .img-box{
	width:104px;
	margin-right:120px;
}

.pers{
	padding-left:40px;
	margin-bottom:20px;
}

/*footer*/
footer{
	width:100%;
	height:52px;
	background:url(../images/footer-bg.png);
	position:absolute;
	z-index:2;
	left:0;
	bottom:0;
}

footer .privacy{
	font:12px/47px 'Droid Sans', sans-serif;
	color:#fff;
	position:absolute;
	top:5px;
	left:0;
	z-index:1;
}

footer .soc-links{
	position:absolute;
	right:0;
	top:12px;
}

footer .soc-links li{
	width:45px;
	height:36px;
	float:left;	
	display:block;
	padding-right:10px;	
	margin-right:8px;
}

footer .soc-links li.lst{
	background:none;
}

footer .soc-links li a{
	font:12px/20px 'Droid Sans', sans-serif;	
	color:#fff;
	text-transform:uppercase;	
	display:block;
}

/*forms css*/

#form1{
	position:relative;
}

#form1 label{
	position:relative;
	float:left;
}

#form1 input,#form1 textarea{
	width:232px;
	background:#242424;
	border:1px #403f3f solid;
	font:12px 'Droid Sans', sans-serif;
	color:#8b8b8c;
	color:rgba(255,255,255,.53);
	float:left;
	box-shadow:none;
	outline:none;
	resize:none;
	padding:7px 4px;
	margin-bottom:10px;
}

#form1 textarea{
	height:129px;
}

#form1 .btns{
	float:right;
}

#form1 .btns a{
	margin-left:4px;
}

#form1 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:10px;
}

#form1 .success{
	width:232px;
	font:12px/20px 'Droid Sans', sans-serif;
	color:#8b8b8c;
	padding:7px 4px;
	background:#242424;
	border:1px #403f3f solid;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}

/*js css*/

.google_map{
	width:241px;
	height:150px;	
	margin-bottom:20px;
}

.google_mapyazi{
	margin-top:-10px;
	margin-bottom:20px;
}
.google_mapyazi a{
	color: #FFF;
	text-decoration:none; 
}

.google_mapyazi a:hover{
	color: #fca30a;
	text-decoration:underline; 
}

.scroll{
	height:394px;
}

._track{
	width:6px;
	right:0;
	top:0;
	background:url(../images/track-bg.png);
}

._shuttle{
	background:#ff4a04;
	height:60px;
	width:6px;
	cursor:pointer;
}

/*additional classes*/
.opa{
	color:#fff;
	color:rgba(255,255,255,255);
	font-size:15px;	
}

.orange{
	color:#fca30a;
}

.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*/
a.btn{
	font:15px/22px 'Oswald', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	float:left;
	display:block;
	padding:0 6px;
	background: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;
}

a.btn:hover{
	background:#fff;
	color:#000;
}

.img-list{
	margin-top:-20px;
}

.img-list>li{
	float:left;
	margin:20px 20px 0 0;
}

.img-list>li>a>span{
	display:block;	
}

.img-list>li>a{
	color:#fff;
	background:#242424;
	display:block;
	padding:10px;
	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;
}

.img-list>li>a:hover{
	background:#333333;
}

.img-list>li>a img{
	margin-bottom:11px;
}

.list a{
}

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;}