/*CSS RESET*/
html,body,div,span,applet,object,iframe,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:980px;}
body{background:url(../images/bbg.jpg) 50% -100px;font-family:Arial, Helvetica, sans-serif;font-size:100%;line-height:1em;color:#000; text-align:justify;}

#glob{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	min-width:980px;
	min-height:1000px;
	background:url(../images/bg1.jpg) 50% -100px no-repeat;
	font:14px/20px Arial,Helvetica,sans-serif;
	color:#939182;
}

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

header>.inner{
	width:980px;
	height:100%;
	position:relative;
	margin:0 auto;
	z-index:1;
}

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


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


/*header */
header{
	width:100%;
	height:90px;
	background:url(../images/nav-bg.png);
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	
	-webkit-box-shadow: 0px 0px 100px 0px rgba(185,179,157,1);
	box-shadow: 0px 0px 100px 0px rgba(185,179,157,1);
}

header nav{
	position:absolute;
	left:20px;
	top:5px;
	z-index:10;
}

header nav>ul>li{
	float:left;
	background:url(../images/nav-sep.png) 100% 50% no-repeat;
	background:url(../images/nav-sep.png) 100% 50% no-repeat;
	position:relative;
	z-index:1;
}

header nav>ul>li.last{
	background:none;
}

header nav>ul>li>a{
	padding:0 32px;
	font:22px/1.2em "Times New Roman", Times, serif;
	color:#8d897a;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	position:relative;
	z-index:2;
	height:75px;
	padding-top:33px;
	text-align:center;
	
	text-shadow:1px 1px rgba(255,255,255,0.6);	
	-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;
}

header nav>ul>li>a>.sndln{
	font-size:18px;
	text-transform:lowercase;
	color:#b0aa97;
	text-shadow: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;
}

header nav>ul>li>a>._bg{
	position:absolute;
	z-index:-1;
	left:0;top:0;right:0;bottom:0;
	background:url(../images/nav-hvr.png);
	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;
}

header nav>ul>li.active>a,header nav>ul>li._hover>a,header nav>ul>li>a:hover{
	color:#fff;
}

header nav>ul>li.active>a>.sndln,header nav>ul>li._hover>a>.sndln,header nav>ul>li>a:hover>.sndln{
	color:#cac3ae;
}


header nav>ul>li.active>a>._bg,header nav>ul>li._hover>a>._bg,header nav>ul>li>a:hover>._bg{
	opacity:1;
}

header nav li>ul{
	background:url(../images/ddmenu-lv1-bg.png);
	position:absolute;
	left:21px;
	top:100%;
	margin-top:1px;
	text-align:right;
	padding:22px 0;
	z-index:3;
}

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

header nav li>ul>li>ul{
	background:url(../images/ddmenu-lv2-bg.png);
	left:100%;
	top:-22px;
	text-align:left;
	margin-top:0;
}

header nav li>ul a{
	font:14px/25px "Times New Roman", Times, serif;
	color:#e5e0cc;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 26px;
}

header nav li>ul>li>ul a{
	padding-left:18px;
}

header nav li>ul a:hover,header nav li>ul ._hover>a{
	color:#fff;
}

.logo{
	left:50%;
	top:149px;
	position:absolute;
	z-index:1;
	margin-left:-415px;
}

h1 { /*color: #009045; font-size:36px;*/
	font:40px/1.2em "Times New Roman", Times, serif;
	color:#a6a085;
	text-transform:uppercase;
	text-align:center;
	background:url(../images/h2-sep.png) no-repeat center bottom;
	padding-bottom:20px;
	margin-bottom:18px; }
	
.conteudo {
	overflow:auto;
	height: 450px;
	width: 941px;	
	}
	
.conteudo a{
	color: #009045;
	text-decoration:none;		
	}
	
.conteudo_1 {
	width: 910px;	
	}
	
li { font-size: 18px; line-height: 25px;}

.col-1 { float:left; margin-top: 10px;}

.col-2 { float:right; margin-top: 10px;}

.col-4 { float:right; margin-top: 10px; width: 300px; height: 380px;}

.col-5 { float:left; margin-top: 10px; height: 380px; z-index: -9999999999;}

	
/*#content*/
#content{
	width:622px;
	height:431px;
	background:url(../images/content-bg.png);
	z-index:2;
	position:absolute;
	top:376px;
	left:50%;
	margin-left:-311px;
	top:591px;
	height:0;
}

#content>ul>li{
	width:460px;
	height:377px;
	padding:30px 66px 0 70px;
	border:1px #dbdacf solid;
	position:absolute;
	left:10px;
	top:10px;
	}

h2{
	font:38px/1.2em "Times New Roman", Times, serif;
	color:#a6a085;
	text-transform:uppercase;
	text-align:center;
	background:url(../images/h2-sep.png) no-repeat center bottom;
	padding-bottom:20px;
	margin-bottom:18px;
}

.separador{
	text-align:center;
	background:url(../images/h2-sep.png) no-repeat center bottom;
	padding-bottom:20px;
	margin-bottom:18px;
}

.slider{
	width:941px;
	height:480px;
	background:#fff;
	position:absolute;
	left:50%;
	top:335px;
	margin-left:-486px;
	padding:16px;
	overflow:hidden;
	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.3);
}

.slider>img{
	position:absolute;
	left:16px;
	top:16px;
}

.slider-count{
	width:72px;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-36px;
	top:858px;
	font:20px/1.2em "Times New Roman", Times, serif;
	color:#9a9073;
}

.slider-count>a{
	width:11px;
	height:16px;
	background:url(../images/slider-btn-sp.png);
	position:absolute;
	top:4px;
}

.slider-count>a.prev{
	left:0;
}

.slider-count>a.prev:hover{
	background-position:0 100%;
}

.slider-count>a.next{
	right:0;
	background-position:100% 0;
}

.slider-count>a.next:hover{
	background-position:100% 100%;
}



.sep{
	width:980px;
	height:24px;
	background:url(../images/sep-1.png);
	position:absolute;
	left:50%;
	margin-left:-490px;
}

.sep.sep-1{
	top:283px;
}

.sep.sep-2{
	top:888px;
	background:url(../images/sep-2.png);
}

.img-box dt img{
	border:7px #fff solid;
}

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

.price{
	line-height:30px;
}

.price dt{
	font-weight:bold;
}

.price dd span{
	float:left;
}

.price dd{
	width:100%;
	text-align:right;	
}

/*footer*/
footer{
	width:980px;
	position:absolute;
	left:50%;
	margin-left:-490px;
	top:925px;
	height:74px;
	text-align:center;	
}

footer .privacy{
	font:14px/1.2em "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#8f8b74;
	margin-top:35px;
}

footer .soc-ico{
	position:absolute;
	left:462px;
	
}

footer .soc-ico li{
	float:left;
	margin-right:8px;	
}

footer .soc-ico li a{
	position:relative;
	display:block;
	top: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;
}

footer .soc-ico li a:hover{
	top:-5px;
}

/*forms css*/

/*js css*/

.google_map{
	width:450px;
	height:211px;	
	border:7px #fff solid;
}

/*additional classes*/
.border-bottom{
	background:url(../images/border.png) 50% 100% no-repeat;
	padding-bottom:20px;
}

.fl{float:left;}
.fr{float:right;}
.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{
	height:65px;
	background:url(../images/btn-sp.png);
	font:16px/39px "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:inline-block;	
	padding:0 22px;
	text-shadow:1px 1px rgba(0,0,0,0.1);
}

.btn:hover{
	color:#fcf8e6;
	text-shadow:1px 1px rgba(247,245,239,0.1);
}


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

.galeria {	margin: 0 auto;
			margin-left: 40px;}

/* line 317, ../sass/screen.sass */
.imageRow {
  *zoom: 1;
  margin: 20px 0;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: left;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #8ad459;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #009045;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
