
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
  font-family: "Open Sans","Tahoma","Helvetica","Arial",sans-serif;
  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
  background-attachment: fixed;
}

.clear{
	clear:both;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}

img{
	vertical-align: middle !important;

}
a.omw_language_selector img{vertical-align: baseline !important}


h1.header{
	color:#D4D4D0;
	font-size:20px;
	font-weight: 100;
	border:none !important;
}


h1{
	font-size:30px;
	font-family: "Open Sans";
	font-weight: 100;
	border-bottom:1px solid #F0F0F0;
	padding-bottom:15px;
	margin-bottom:15px;
	
}



h2{
	font-family: 'Open Sans';
	font-size:20px;
	text-decoration:none;	
	padding:0px 0 10px 0;
	margin-bottom:20px;
	font-weight:300!important;
	border-bottom:1px solid #F0F0F0;

}

h3{
	font-family: 'Open Sans';
	font-size:15px;
	text-decoration:none;	
	padding:0px 0 10px 0;
	margin-bottom:10px;
	font-weight:400!important;
	border-bottom:1px solid #F0F0F0;

}

h4{color:#CCCCCC;text-transform: uppercase}

h5{text-align: center;font-weight: 100;}

#container{
	clear: both;
    color: #333333;
    font-size: .75em;
    margin: 0px auto;
    padding: 0 0;
    width: 930px;
    overflow:hidden;
}

header{width:100%;margin:0 auto;}

nav{margin-top:35px;margin-right:20px}


#header_contact {
    float: right;
    font-size: 11px;
    margin-bottom: 20px;
    padding: 5px 10px;
    width:730px;
    text-align: right;
}

section.slideshow{
	width:100%;
	height:493px;
}

footer{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    overflow: hidden;
    padding:15px !important;
    color:#999999;
}

footer a{color:#000;font-size:10px}
.padding15{padding:15px !important}

.box {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    overflow: hidden;
}

.white{
	background-color:white;
}

.black{
	background-color:black;
	color:#999999;
}

.slideshow{
	width:740px;
	height:306px;
	overflow:hidden;
}

.banner-rotator{position:relative;z-index: 999}
.slideshow-info{
	background-color:rgba(0,0,0,0.85);
	position:absolute;
	height:56px;
	width: 930px;
	margin-top:436px;
	z-index: 9999 !important;
}

.slideshow-info div.info{height:45px;display:none}
.slideshow-info div.equustravel-link{overflow:hidden;height:53px;padding-top:5px;padding-right:10px;background-color:#000}


.westbutton {
    background: url("/assets/images/WEST_LOGO.png") no-repeat scroll center center #FFDE00;
    border: 2px solid #FFDE00;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    height: 42px;
    right: 4px;
    top: 2px;
    width: 215px;
    margin-left:20px;
}

.westbutton:hover {
    border: 2px solid #fff;
    
}



ul.portfolio{
	list-style: none
}

ul.portfolio li{width:270px;float:left;padding:15px;}
ul.portfolio li a.item{
	-moz-box-sizing: border-box;
    border: 1px solid #F0F0F0;
    border-radius: 3px 3px 3px 3px;
    display: block;
    width:262px;
    height:92px;
    overflow: hidden;
}
ul.portfolio li p{text-align: justify}
ul.portfolio li h3{text-transform: uppercase;margin-top:5px;margin-bottom: 5px;}


ul.portfolio img {
  width: 262px;
  height: 92px;
 -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;	
}

ul.portfolio img:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width: 318px;
  height: 112px;


}


ul.portfolio li.one_quarter a.item{
		-moz-box-sizing: border-box;
    border: 1px solid #F0F0F0;
    border-radius: 3px 3px 3px 3px;
    display: block;
    width:187px;
    height:122px;
    overflow: hidden;
}

ul.portfolio li.one_quarter{
	width:195px;
}
ul.portfolio li.one_quarter img {
	  width: 187px;
	  height: 122px;
	 -webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	  transition: all 1s ease;	
}

ul.portfolio li.one_quarter img:hover {
	 -webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	  transition: all 1s ease;
	  width: 297px;
	  height: 194px;
}

ul.portfolio li.contactos img{
	width:auto;
	height:auto;
}

ul.portfolio li.contactos img:hover{
	width:auto;
	height:auto;

}

.portfolio a{color:#999999}
.portfolio a:hover{color:#666}

.slideshow-info h1{margin-top:8px}

.omw_language_selector{margin-left:10px;padding:2px;border:1px solid transparent;display:block;height:13px;float:left}
.omw_language_selector:hover{border:1px solid #CCCCCC;}

ul.menurodape,.bottom-text{margin:0 !important;font-size:10px;clear:both}
ul.menurodape li{ display: inline;float:left;margin-right:5px;}
ul.menurodape li:before{content:"|";padding-right:5px}
ul.menurodape li:first-child:before{content:"";padding-right:0}

ul.menurodape li a{color:#D4D4D0;text-decoration: none}
ul.menurodape li a:hover{color:#999}

section.rodape {font-size:11px}


.content ul{margin-left:30px}
.content a{color:#12A19A}
.content a:hover{color:#1BB7AF}

.content img {border:4px solid #fafafa;padding:2px !important;margin:5px}
.content #tablecontactos img,.content img.listagem{border:0 !important;padding:0 !important; margin: 0 !important}

.googlemaps iframe{border:4px solid #fafafa;padding:0 !important;}

.content ul.portfolio{margin:0 !important;float:left}
.content ul.portfolio li{float:left;margin-bottom:20px;height:200px}
.content ul.portfolio img{
	width:auto;
	height:auto;
}

.content ul.portfolio img:hover{
	width:auto;
	height:auto;

}

