/*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-family: 'Varela Round', sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;margin:0;padding:0;}textarea{overflow:auto;}

/*GLOBAL*/
html{min-width:950px;}
body{background:url(../images/body-bg.png);font-family:Arial, Helvetica, sans-serif;font-family: 'Varela Round', 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:950px;
	min-height:800px;
    
    font:10px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#756d6b;
	text-transform:uppercase;
}

#gspinner{
    background-color:#302c2c;
	z-index:999;
}

#main{
	width:950px;
	height:800px;
	position:absolute;
	z-index:1;
	left:50%;
	top:50%;
	margin:-400px 0 0 -470px;
	overflow:hidden;
}

/*ELEMENTS*/
a {color:#eaaa34;outline:none;}
a:hover{text-decoration:none;}


p,.blo{
	line-height:15px;
	margin-bottom:15px;
}

.p2{
	margin-bottom:30px;
}


/*h1 'Chicle', cursive;*/
h1{
	position:absolute;
	left:333px;
	top:14px;
}

nav{	
	position:absolute;
	top:150px;
	left:173px;
	width:541px;
	height:541px;
	z-index:3;
	
	-webkit-transition: all 0.6s ease-out; 
     -moz-transition: all 0.6s ease-out; 
       -o-transition: all 0.6s ease-out; 
          transition: all 0.6s ease-out; 
}

nav>ul>li{
	position:absolute;
	z-index:1;	
	width:264px;
	height:264px;
	
	-webkit-transition: all 0.6s ease-out; 
     -moz-transition: all 0.6s ease-out; 
       -o-transition: all 0.6s ease-out; 
          transition: all 0.6s ease-out; 
}



nav>ul>li>._bg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}

nav>ul>.li-1{
	left:0;
	top:154px;
}

nav>ul>.li-2{
	left:123px;
	top:0px;
}

nav>ul>.li-3{
	right:0px;
	top:124px;
}

nav>ul>.li-4{
	left:154px;
	bottom:0;
}

nav>ul>li>a{
	width:100%;
	height:88px;
	display:block;	
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;	
	font:32px/88px 'Chicle', cursive;
font-family: 'Varela Round', sans-serif;
	margin:88px 0;
	color:#fff;	
	
	-webkit-transition: all 0.6s ease-out; 
     -moz-transition: all 0.6s ease-out; 
       -o-transition: all 0.6s ease-out; 
          transition: all 0.6s ease-out; 
}

nav>ul>li:hover{
	z-index:5;
}

nav>ul>li>a>span{
	font:10px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:rgba(255,255,255,.2);
	position:absolute;
	bottom:106px;
	left:0;
	width:100%;
	text-align:center;
	
	-webkit-transition: all 0.6s ease-out; 
     -moz-transition: all 0.6s ease-out; 
       -o-transition: all 0.6s ease-out; 
          transition: all 0.6s ease-out; 
}

nav>ul>li>a>._bg{
	width:0;
	height:0;
	left:50%;
	top:50%;
	z-index:-1;
	position:absolute;
	
	
	-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>._bg,nav>ul>li.active>a>._bg,nav>ul>li._hover>a>._bg{
	width:100%;
	height:100%;
	left:0;
	top:0;	
}

nav.subs>ul>li{
	width:212px;
	height:212px;
}

nav.subs>ul>li>a{
	line-height:71px;
	margin:70px 0;
}

nav.subs>ul>li>a>span{
	bottom:81px;
}

nav.subs>ul>.li-1{
	left:0;
	top:124px;
}

nav.subs>ul>.li-2{
	left:104px;
	top:0px;	
}

nav.subs>ul>.li-3{
	right:0px;
	top:104px;
}

nav.subs>ul>.li-4{
	left:124px;
	bottom:0;
}

nav.subs{
	width:438px;
	height:438px;
	left:0px;
	top:205px;
}

nav li>ul{
	width:212px;
	height:148px;
	padding-top:64px;
	background:url(../images/dd-bg.png);
	position:absolute;
	z-index:10;
	text-align:center;
	left:0;
	top:160px;
}

nav li>ul a{
	display:inline-block;
	font:13px/20px 'Trebuchet',Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#433f3e;
	
	-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 li>ul a:hover{
	color:#d85a47;
}

/*#content*/

#content{
	width:440px;
	height:522px;
	position:absolute;
	z-index:1;
	right:6px;	
	top:160px;	
	overflow:hidden;
}

#content>ul>li{
	background:url(../images/content-bg.png);
	width:100%;
	width:380px;
	height:100%;
	height:442px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	padding:40px 30px;
}

h2{
	font:42px/1.22em 'Chicle', cursive;
font-family: 'Varela Round', sans-serif;
	color:#fff;
	border-bottom:1px #3e3939 solid;
	margin-bottom:30px;
}

.img-box-set{
	margin-top:-25px;
}

.img-box-set dl{
	padding-top:25px;
}

.img-box-set dt{
	margin-right:12px;
}

.address dd{
	width:186px;
}

.scroll{
	border-bottom:1px #3e3939 solid;
	height:320px;
}


.scroll-btns{
	position:relative;
	display:block;
}

.scroll-btns a{
	width:24px;
	height:19px;
	background:url(../images/scroll-btn-sp.png);
	display:block;
	position:relative;
	z-index:1;
}

.scroll-btns a:hover{
	z-index:2;
	background-position:100% 0;
}

.scroll-btns a[data-type="scrollUp"]:hover{
	background-position:0 100%;
}

.scroll-btns a[data-type="scrollDown"]{
	position:absolute;
	left:0;
	top:16px;
	z-index:1;
}

.scroll-btns a[data-type="scrollUp"]{
	background-position:100% 100%;
	position:absolute;
	left:18px;
	top:16px;
}

/*footer*/
footer{
    width:100%;
	height:64px;
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
}

footer .soc-ico{
	position:absolute;
	left:398px;
	top:0;
	z-index:1;
}

footer .soc-ico li{
	float:left;
	margin:5px;
}

footer .soc-ico a{
	width:22px;
	height:22px;
	display:block;
	position:relative;
	background-repeat:no-repeat;
}

footer .soc-ico .skype a,footer .soc-ico .skype a>span{background-image:url(../images/skype.png);}
footer .soc-ico .vimeo a,footer .soc-ico .vimeo a>span{background-image:url(../images/vimeo.png);}
footer .soc-ico .facebook a,footer .soc-ico .facebook a>span{background-image:url(../images/facebook.png);}
footer .soc-ico .twitter a,footer .soc-ico .twitter a>span{background-image:url(../images/twitter.png);}

footer .soc-ico a>span{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	opacity:0;
	background-position:0 100%;
	background-repeat:no-repeat;
	
	
  -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 .soc-ico a:hover>span{
	opacity:1;
}

footer .privacy{
	color:#494240;
	text-transform:uppercase;
	font:11px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:absolute;
	left:360px;
	top:43px;
}

/*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;
	background:url(../images/blank.gif);
	border:1px #423d3c solid;
	padding:6px 8px;
	color:#756d6b;
	width:168px;
	margin-bottom:11px;
}

#form1 .name{
	margin-right:8px;
}

#form1 textarea{
	resize:none;
	width:362px;
	height:83px;
	margin-bottom:20px;
}

#form1 .btns{
	float:right;
}

#form1 .btns a{
	float:left;
	margin-left:12px;
}

#form1 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	text-transform:none;
}

#form1 .success{
    background:url(../images/content-bg.png);
	width:378px;
	text-align:center;
	padding:6px 0;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	border:1px #423d3c solid;
}


/*js css*/
.spinner{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(../images/ajax-loader.gif);
}

/*additional classes*/
.white{
	color:#fff;
}

.border-bottom{	
	border-bottom:1px #3e3939 solid;
	padding-bottom:30px;
	margin-bottom:15px;
}

.f11{
	font-size:11px;	
}

.f14{
	font-size:14px;	
}

.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*/

.btn{
	font:16px/1.2em 'Chicle', cursive;
font-family: 'Varela Round', sans-serif;
	color:#fff;
	text-decoration:none;
}

.btn:hover{
	text-decoration:underline;
}

.list a{
	color:#eaaa34;	
	background:url(../images/list-mrk.png) 0 50% no-repeat;
	padding-left:14px;
	line-height:28px;
}

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;}

.fa{font-size:50px}
footer .soc-ico a .fa{font-size:30px; color:gray}