/*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%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	min-width:940px;
	min-height:1050px;
	min-height:608px; /*CRIS 748px;*/
	font:12px/19px Arial, Helvetica, sans-serif;
	color:#c2c2c2;
}

#gspinner{
	width:100%;
	height:100%;
	position:absolute;
	z-index:999;
	left:0;
	top:0;
	background:#000 url(../images/ajax-loader-1.gif) 50% 50% no-repeat;
}

.cntr{
	width:940px;
	position:relative;
	margin:0 auto;	
}
.cntr-menu{
	width: 600px; /*CRIS 720px; */
	position:relative;
	margin:0 auto;	
}

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

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


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

.p1{
	margin-bottom:8px;
}

.p2{
	margin-bottom:38px;
}

/*header */
h1{
	position:absolute;
	left:0;
	top:50px;	
}

h2{
	font:24px/1.2em 'Oswald', sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#141414;
	white-space:nowrap;
	letter-spacing:-1px;
}

h3{
	font-size:16px;
	left:0;
	margin-bottom:10px;	
}



/*#content*/
#content{
	position:absolute;
	top:50px;
	right:0;
	height:772px;		
	overflow:hidden;
	color:#000; /*ORIG #fff;*/
	z-index:1;
	
}

#content>ul{
	position:absolute;
	width:940px; /*CRIS 700px;*/
	left:0;
	top:0;
	height:100%;
	overflow:hidden;
	border-top:8px #000 solid;
	background:#da251c;
	font:15px/24px 'Ubuntu', sans-serif;
}

#content>ul>li{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:860px; /*CRIS 620px;*/
	padding:130px 0 0 80px;	
}


#content>.bg{
	width:100%;
	height:100%;
	left:0;
	top:0;	
	z-index:-1;
	position:absolute;
	/*CRIS border-top:8px #F4F4F4 solid;*/
}

#content .scroll{
	padding-right:80px;/*CRIS 580px;*/
	height:680px;
	width:780px; /*CRIS 580px;*/
}

#content .scroll>div{
	overflow:hidden;
}

.col-0 {
	width:780px;/*CRIS 500px;*/
	text-align:justify;
}
.col-1,.col-2{
	width:390px;/*CRIS 250px;*/
	text-align:justify;
}


._track{	
	background:#202121;
	top:0;
	right:0;
	width:22px;
}

._shuttle{
	background:url(../images/shuttle.png) center center  no-repeat #c8c8c8;
	cursor:pointer;
	height:174px;
	width:22px;
}

.imgs li{
	float:left;
	width:200px;
	margin-right:10px;
	margin-bottom:10px;
}

.imgs li.last{
	margin-right:0;
}

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

.address dd{
	width:210px;
}

/*footer*/
footer{
	position:absolute;
	bottom:30px; /*CRIS 0; */
	left:0;
	width:100%;
	height:120px;
	z-index:1;
	background:url(../images/footer-bg.png) #fff;	
}

footer .nav-panel{
	width:100%;
	height:77px;
	background:url(../images/nav-bg.png);
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

footer nav{
	position:absolute;
	top:12px;
	left:0;
}

footer nav>ul>li{
	float:left;
	/*background:url(../images/v-sep.png) 100% 0 repeat-y;	*/
	z-index:1;	
}

footer nav>ul>li>a{
	font:16px/50px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	padding:0 24px;
	display:block;
	position:relative;
	z-index:3;	
	-webkit-transition: all 0.6s ease-out; 
    -moz-transition: all 0.6s ease-out; 
    -ms-transition: all 0.6s ease-out; 
    -o-transition: all 0.6s ease-out; 
    transition: all 0.6s ease-out;
}

footer nav>ul>li.sfHover>a,footer nav>ul>li.active>a,footer nav>ul>li>a:hover{
	color:#000;
}

footer nav>ul>li>ul{
	z-index:1;
	position:absolute;
	bottom:63px;
	left:77px;
	background:#F4F4F4;
	padding:14px 0 14px 8px;
	width:246px;
	-webkit-border-radius:2px;
    border-radius:2px;
	border:1px #E4E4E4 solid;	
}

footer nav>ul>li>ul>li{
	position:relative;
}

footer nav>ul ul>li a{
	font:12px/36px Arial, Helvetica, sans-serif;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	color:#141414;
	position:relative;
	-webkit-transition: all 0.6s ease-out; 
    -moz-transition: all 0.6s ease-out; 
    -ms-transition: all 0.6s ease-out; 
    -o-transition: all 0.6s ease-out; 
    transition: all 0.6s ease-out;
}

footer nav>ul ul>li a:hover{
	color:#da251c;
}

footer nav a>.mrk{
	position:absolute;
	left:50%;
	margin-left:-3px;
	bottom:10px;	
	z-index:-1;
	width:7px;
	height:4px;
	background:url(../images/nav-mrk.png) 0 0 no-repeat;
}

footer nav>ul ul ul{
	left:100%;
	width:200px;
	top:0;
	margin-left:2px;
	position:absolute;
	background:#F4F4F4;
	padding:0 0 0 8px;
	-webkit-border-radius:2px;
    border-radius:2px;
	border:1px #E0E0E0 solid;
}

footer nav>ul ul ul li{
	float:left;
	margin-right:20px;
}

footer nav>ul ul ul li.last{
	margin-right:0;
}

footer nav .nav-bg{
	width:100px;
	height:50px;
	background:url(../images/nav-sp.png);
	position:absolute;
	z-index:2;
}

footer .privacy{
	font:12px/1.2em 'Ubuntu', sans-serif;
	text-transform:uppercase;
	/*CRIS position:absolute;
	left:0; */
	margin-top:86px;
	color:#141414;
	text-align:center!important;
}

footer .soc-links{
	position:absolute;
	left:0;
	top:148px;
	z-index:1;
}

footer .soc-links li{
	float:left;
	margin-right:12px;
}

footer .soc-links li a{
	font:11px/1.2em Arial, Helvetica, sans-serif;
	color:#6f6f6f;
	text-transform:uppercase;	
}

footer .links{
	font:12px/43px 'Ubuntu', sans-serif;
	color:#616161;
	position:absolute;
	right:0;
	top:98px;
	background:url(../images/v-sep.png) 0 0 repeat-y;
}

footer .links li{
	float:left;
	background:url(../images/v-sep.png) 100% 0 repeat-y;
}

footer .links li a{
	display:block;
	padding:0 18px;
	text-transform:uppercase;
}


#form1{
	position:relative;
}

#form1 .col-1{	
	width:380px;
}


#form1 label{
	position:relative;
	float:left;
}

#form1 input,#form1 textarea{
	background:#fff;
	border:none;
	float:left;	
	color:#a09f9f;
	font:11px 'Ubuntu', sans-serif;
	padding:16px 17px;
	margin-bottom:10px;
	width:345px;
	box-shadow:none;
	outline:none;
	resize:none;
	border:1px #adadad solid;
	border-top:1px #a3a3a3 solid;	
}

#form1 textarea{
	height:80px;
}

#form1 .empty,#form1 .error{
	position:absolute;
	right:0;
	top:0;
	font-size:10px;
	color:#a09f9f;
}

#form1 .btns{
	float:right;	
	padding-top:6px;
}

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

#form1 .success{
	background:#c3c3c3;
	color:#000;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	border:1px #adadad solid;
	height:42px;
	width:350px;
	padding-left:16px;
	padding-top:5px;
}

/*js css*/
/*
.google_map{
	width:612px;
	height:196px;	
}
*/

/*additional classes*/
.f13{
	font-size:13px;
}

.black{
	color:#fff; /*ORIG #000;*/
}

.hblack{
	-webkit-transition: all 0.6s ease-out; 
    -moz-transition: all 0.6s ease-out; 
    -ms-transition: all 0.6s ease-out; 
    -o-transition: all 0.6s ease-out; 
    transition: all 0.6s ease-out;
	color:#c2c2c2;
	text-decoration:none;
}

.hblack:hover{
	color:#000;
}

.border-right{
	background:url(../images/sep.png) 100% 0 repeat-y;
	padding-right:30px;
	margin-right:30px;
}

.fl{float:left;}
.fr{float:right;}
.col-0,.col-1,.col-2,.col-3{float:left;}
.all{text-align:left;}
.alr{text-align:right;}
.alc{text-align:center;}
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*/

.btn{
	font:12px/32px Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	padding:0 14px;
	-webkit-transition: all 0.6s ease-out; 
    -moz-transition: all 0.6s ease-out; 
    -ms-transition: all 0.6s ease-out; 
    -o-transition: all 0.6s ease-out; 
    transition: all 0.6s ease-out;
}

.btn:hover{
	background:#000;
	color:#fff;
}

.list{
	margin-right:40px;
}

.list a{
	font:15px/24px 'Ubuntu', sans-serif;
	color:#000; /*ORIG #fff;*/
	text-decoration:none;
	background:url(../images/mrk.png) 0 50% no-repeat;
	padding-left:17px;
	-webkit-transition: all 0.6s ease-out; 
    -moz-transition: all 0.6s ease-out; 
    -ms-transition: all 0.6s ease-out; 
    -o-transition: all 0.6s ease-out; 
    transition: all 0.6s ease-out;
}

.list a:hover{
	color:#fff; /*ORIG #000;*/
}

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;}


#map {
	/*margin: 30px 0 30px;*/
	display: block;
	width:100%;
	height:180px;
	max-width: 100%;
	border: none;
}
#map img { max-width: none; }

#map-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

#logo{
	position:absolute;
	left:10px;
	top:10px;	
}