/*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%;
	background-color: #333;
}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{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#000;
	overflow:hidden;
	background-color: #d41e26;
	background-image: url(../images/fundo.jpg);
}

#glob{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	min-width:960px;
	min-height:1000px;
	overflow:hidden;
	color:#600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#gspinner{
    z-index:999;	
	background-color:#FFF;
}

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


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

.p1{
	margin-bottom:10px;
}

span.p1{
	display:block;
}

.lh14 .p1{
	margin-bottom:14px;
}


/*header */
header{
	width:100%;
	height:55px;
	position:absolute;
	left:0;
	top:80px;
	z-index:1;
	background:url(../images/header-bg.png);
}

header nav{
	width:940px;
	margin:0 auto;
	position:relative;	
}

header nav>span{
	font:24px/75px 'Anton', sans-serif;
	color:#db252d;
	text-transform:uppercase;
	background:#fff;
	float:left;
	padding:0 16px;
	margin-left:97px;	
}

header nav li{
	float:left;
	margin-top:7px;
	margin-left:14px;
	padding-left:16px;
	background:url(../images/nav-mrk.png) 0 50% no-repeat;
}

header nav .frst{
	background:none;
}

header nav ul{
	padding-left:82px;
	float:left;	
}

header nav a{
	font:700 14px/52px 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	display:block;	
}

h1{
	position:absolute;
	/*top:591px;
	left:50%;*/
	top:800px;
	left:80%;
	margin-left:-123px;
	z-index:1;
	font-family: "Arial Black", Gadget, sans-serif;
	color:#db252d;
}

nav img{
	position:absolute;
	left:0;
	top:63px;
	z-index:-1;
}

/*#content*/

#content{
	background:url(../images/content-bg.png);
	width:1012px;
	/*height:455px;*/
	height:645px;
	position:absolute;
	z-index:1;
	top:158px;
	left:50%;
	margin-left:-506px;
	overflow:hidden;
}

#content>ul>li{
	padding:60px 0 0 37px;
	position:relative;
	z-index:1;
	width:940px;
}

h2{
	text-transform:none;
	color:#9d0104;
	margin-bottom:20px;
	text-shadow:1px 1px rgba(0,0,0,.26);
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

#about_us .scroll{
	height:288px;
	padding-right:46px;
}
.topico {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: 20px;
}


#about_us .popular{
	margin-top:-20px;
	margin-bottom:7px;
}

#about_us .popular li{
	padding-top:20px;	
}

#about_us .popular li a{	
	position:relative;
	display:inline-block;	
	color:#b0a492;
	text-decoration:none;
}

#about_us .popular li a>span{
	background:url(../images/info-ov.png);
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	padding:26px;	
	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; 

}

#about_us .popular li a:hover span{
	opacity:1;
}


#about_us .popular li a>span>img{
	position:absolute;
	width:0px;
	height:0px;
	right:10px;
	bottom:16px;
	
  -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; 

}

#about_us .popular li a:hover>span>img{
	width:46px;
	height:46px;
	right:-13px;
	bottom:-7px;
}


#about_us .popular .light{
	/*color:#e2c9a4;*/
	color:#693f07;
}

#our_menu .price li{
	background:url(../images/price-sep.png) 0 100% repeat-x;
	line-height:22px;
	color:#d0bc9f;
	text-align:right;
}

#our_menu .price li span{
	float:left;
}

#our_menu .price li.lst{
	background:none;
}

#partry_planner .scroll{
	height:290px;
	padding-right:60px;
}

#locations .img-box>dt{
	margin-right:18px;
}

#locations .address dd{
	width:190px;
}

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

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

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

.imgs{
	margin-top:-20px;
}

.imgs li{
	padding-top:20px;
}

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

footer img.bdr{
	position:absolute;
	left:50%;
	top:0;
	margin-left:-26px;
}

footer .privacy{
	font:700 13px/1.2em 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	color:#2f2119;
	position:absolute;
	left:50%;
	top:32px;
	margin-left:-100px;
}

/*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:none;
	color:#d0bc9f;
	background:#1f1814;
	width:180px;
	float:left;
	margin-bottom:10px;
	font-size:14px;
	padding:14px 20px;
}

#form1 textarea{
	resize:none;
	width:300px;
	height:107px;
	margin-bottom:21px;
	color: #000;
}

#form1 .btns{
	float:right;
}

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

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

#form1 .success{
    width:220px;
	background:#1f1814;
	color:#d0bc9f;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:28px 0;
}
/* form 2*/
/*forms css*/
#form2{
	position:relative;
	z-index:1;
}

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

#form2 input,#form1 textarea{
	outline:none;
	box-shadow:none;
	border:none;
	color:#d0bc9f;
	background:#1f1814;
	width:300px;
	float:left;
	/*margin-bottom:1px;*/
	font-size:14px;
	padding:5px 5px;
}

#form2 textarea{
	resize:none;
	width:300px;
	height:107px;
	/*margin-bottom:21px;*/
}

#form2 .btns{
	float:right;
}

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

#form2 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	font-size:10px;
	color:#fff;
}

#form2 .success{
    width:220px;
	background:#1f1814;
	color:#d0bc9f;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:28px 0;
}
/*fim form 2

/*js css*/
#bgStretch{
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -800px;
	z-index:-1;
}

.bgStretchPag ul{
	position:absolute;
	left:50%;
	bottom:120px;
	margin-left:-22px;
	z-index:10;
}

.bgStretchPag a{
	width:6px;
	height:6px;
	display:block;
	background:url(../images/bg-pags.png) 100% 0;
}

.bgStretchPag  .active a,.bgStretchPag  a:hover{
	background-position:0 0;
}

.bgStretchPag  li{
	float:left;
	margin-left:3px;
}

.google_map{
	width:282px;
	height:450px;
}

._track{
	position:absolute;
	right:0;
	top:0;
	width:19px;
	height:100%;
	z-index:1;
	background:#4a3e34;
	
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

._shuttle{
	width:19px;
	height:69px;
	background:url(../images/track-bg.png);
}

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

/*additional classes*/
.bordered{
	background:url(../images/border-dot.png) 20px 0px repeat-y;
}

#locations .bordered{
	background-position:0 0;
}

.red{
	color:#ff2110;
}

.light{
	/*color:#d0bc9f;*/
	color:#FFFFFF;
	/*color:#693f07;*/
	
}

.lh14{
	line-height: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:bold 14px/34px 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	background:url(../images/ptrn.png);
	float:left;
	padding:0 19px;
	text-shadow:1px 1px rgba(0,0,0,.13);
	position:relative;	
	
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	
	-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:hover{
	opacity:.8;
}

.list a{
}

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;}
textarea {
		outline:none;
	box-shadow:none;
	border:none;
	color:#d0bc9f;
	background:#1f1814;
	width:300px;
	float:left;
	/*margin-bottom:1px;*/
	font-size:14px;
	padding:3px 3px;
	
}
select {
	outline:none;
	box-shadow:none;
	border:none;
	color:#d0bc9f;
	background:#1f1814;
	width:300px;
	float:left;
	margin-bottom:1px;
	font-size:14px;
	padding:3px 3px;
}
.name {
}
.name .formulario {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #1F1814;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border: 0px none #000;
	height: 30px;
	width: 300px;
}
