/*
Theme Name: cafedorio
*/

* {
    margin: 0;
    padding: 0;
}
a {
    color: #FFB400;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
}

a.facebook:link, a.facebook:visited {
    background: url("images/facebooka.png") no-repeat 0 0;
    width: 15px;
    height: 15px;
}
a.facebook:active, a.facebook:hover {
    background: url("images/facebookab.png") no-repeat 0 0;
    width: 15px;
    height: 15px;
}

.cycle-prev, .cycle-next {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 800;
}
.cycle-prev {
    background: url("images/prev.png") no-repeat scroll 30% 50% rgba(0, 0, 0, 0);
    left: 0;
}
.cycle-next {
    background: url("images/next.png") no-repeat scroll 70% 50% rgba(0, 0, 0, 0);
    right: 0;
}
.cycle-prev:hover, .cycle-next:hover {
    opacity: 0.3;
}
.cycle-pager {
    float: left;
    overflow: hidden;
    text-align: center;
    top: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin: 20px 0 0px 0;
}
.cycle-pager span {
    color: #D2D0C5;
    cursor: pointer;
    font-size: 55px;
    padding: 0px 0.2%;
    margin: 0px;
}
.cycle-pager span.cycle-pager-active {
	color: #232323;
}
.cycle-pager > * {
    cursor: pointer;
}


h1, h2, h3, h4, h5, h6 {

}
h1 {

}
h2 {

}
h3 {

}
h1 a {
    color: #FFCC00;
}
h1 a:hover {
    color: #999999;
    text-decoration: none;
}
h2 a, h3 a{
    color: #999999;
}
h2 a:hover, h3 a:hover {
    color: #FA5105;
    text-decoration: none;
}
p {

	color:#FF0000;
}
hr {
    border: 0 none;
    clear: both;
    color: #CCCCCC;
    height: 1px;
    margin: 1.5em 0;
    width: 80%;
}
img {
    border: 0 none;
}
.imgheader {
    border: 0 none;
    max-width: 100%;
}
blockquote {
    color: #333333;
	margin:0;
}
.entry cite {
    color: #FF3366;
    display: block;
    margin: 5px 0 0;
    text-align: right;
}
.entry cite:before {
    content: "? ";
}
.post ul, .post ol, .post dl {
    margin: 0 0 0 0;
}
.post ul ul, .post ol ol, .post ul ol, .post ol ul, .post dl dl, .post dl ul, .post dl ol {
    margin: 0;
}
.post li {
    padding: 0 0 0;
}
.post ul li {
    margin-left: 0;
    padding-left: 0;
}
.post ol li li {
    margin-left: 0;
}
.post li li {
    margin: 0;
}
.post li h3 {
    margin: 0;
}
.post dt {
    margin:0;
}
.post dd {
    padding:0;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter, div.aligncenter, img.centered {
    display: block;
    margin: 0;
}
#sitename {
    display: block;
    float: left;
    width: 340px;
}
#searchform {
    width: 200px;
}
#header #searchform {
    float: right;
    margin: 25px 0 0;
    padding-top: 15px;
}
#s {
    color: #888888;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 1%;
    width: 80%;
}
#searchsubmit {
    float: right;
}

.post {
    margin:0px;
}
.post .navigation {
    padding: 0;
}
body {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-style: normal;
}
html, body {
    height: auto;
    margin: 0;
    padding: 0;
}
.top {
    height: auto;
    width: 100%;
    float: left;
    padding: 0px;
    box-shadow: 0px 0px 20px #A5A5A5;
    border-bottom: 1px solid #C0C0C0;
    background: #fff;
    position: fixed;
    z-index: 5000000000000000000000000000000;
    background: #fff;
}
#colunaesquerda {
    height: auto;
    margin: 0px;
    width: 80%;
    padding: 15px 10% 0;
    float: left;
}
#page {
    float: left;
    height: auto;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0 0 0;
    background-position: center bottom, center top;
    background-repeat: repeat-x, no-repeat;
}
.conteudo {
    float: left;
    height: auto;
    margin: 30px 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.logo {
    float: left;
    height: 50px;
    margin: 5px 0 0 0;
    width: 17%;
    padding: 0px;
}
.logo::after {
    content: ".";
    visibility: hidden;
}
.logotipo_proxima {
    float: right;
    height: auto;
    margin: 0 2% 0 0 !important;
    width: 20%;
    padding: 0 2%;
}
.logotipo_proxima img, .logotipo_solar img {
    height:auto;
    width: 100%;
}
.logotipo_solar {
    float: right;
    height: auto;
    margin: 0px;
    width: 20%;
    padding: 0 2%;
}
#colunameio {
	background-color: #3F0;
	float: left;
	height: 500px;
	margin: 130px 1% 10px 0;
	width: 18%;
}
.menumarcas{
	float: left;
	height: auto;
	margin: 0;
	width: 20.3%;
}
#calendar_wrap {
    float: left;
    height: auto;
    width: 95%;
    margin: 20px 0 0 0;
}
#wp-calendar {
    color: #ffffff;
    empty-cells: hide;
    float: left;
    font-size: 12px;
    margin: 0;
    width: 100%;
}
#wp-calendar th {
    color: #000;
    text-align: center;
}

#wp-calendar caption {
    color: #fff;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 11px;
}
#wp-calendar #next a {
    background-color: #f0f0f0;
    color: #0f0b0b;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
#wp-calendar #next a:hover {
    background-color: #ffffff;
    color: #0f0b0b;
}
#wp-calendar #prev a {
    background-color: #fff;
    color: #0f0b0b;
    font-size: 11px;
    text-align: center;
    width: 100%;
}
#wp-calendar #prev a:hover {
    background-color: #ffffff;
    color: #0f0b0b;
}
#wp-calendar a {
    background-color: #ffffff;
    border-radius: 0;
    color: #0f0f0f;
    display: block;
    height: 26px;
    line-height: 24px;
    padding: 0;
    text-decoration: none;
}
#wp-calendar a:hover {
    background-color: #ffb400;
    color: #ffffff;
    display: block;
    padding: 0;
    text-decoration: none;
}
#wp-calendar th {
    text-transform: uppercase;
}
#wp-calendar td {
    background: none repeat scroll 0 0 #000;
    font-size: 11px;
    height: 26px;
    padding: 0;
    text-align: center;
}
#wp-calendar #today {
    background-color: #fff;
    color: #000000;
    padding: 0;
}
#wp-calendar td.pad {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#wp-calendar td.pad:hover {
    background-color: rgba(0, 0, 0, 0);
}
.textwidget {
    color: #DFDF80;
    font-size: 12px;
    height: auto;
    line-height: 17px;
    width: 100%;
}
.nocomments {
    display: none;
}
.tag {
    float: left;
    height: 20px;
    line-height: 22px;
    margin: 0;
    width: 100%;
}
.fn {
}
#links_bar {
    border-bottom: 1px dotted #666666;
    border-top: 1px dotted #666666;
    color: #333333;
    float: left;
    font-size: 11px;
    height: 20px;
    margin: 0 0 20px;
    width: 790px;
}
#links_bar ul {
    line-height: 25px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#links_bar li a, #links_bar li a:visited {
    color: #333333;
    display: block;
    height: 20px;
    line-height: 21px;
    margin: 0 1px 0 0;
    padding: 0 9px 0 0;
    text-decoration: none;
}
#links_bar li a:hover, #links_bar li a:visited:hover {
    background-color: #FFFFFF;
    color: #A12A30;
    text-decoration: none;
}
#links_bar li ul li a, #links_bar li ul li a:visited {
    background-color: #FFFFFF;
    color: #333333;
    display: block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 0 1px 0 0;
    padding: 0 0 0 5px;
    text-align: left;
    text-decoration: none;
    width: 132px;
}
#links_bar li ul li a:hover, #links_bar li ul li a:visited:hover {
    background-color: #FFFFFF;
    color: #FFCC00;
    text-decoration: none;
}
#links_bar li ul {
    list-style: none outside none;
    position: absolute;
    visibility: hidden;
}
#links_bar li:hover ul, #links_bar li.hover ul {
    visibility: visible;
}
#links_bar li:hover ul ul, #links_bar li.hover ul ul {
    visibility: hidden;
}
#links_bar li li:hover ul, #links_bar li li.hover ul {
    visibility: visible;
}
#links_bar li li:hover ul ul, #links_bar li li.hover ul ul {
    visibility: hidden;
}
#links_bar li li li:hover ul, #links_bar li li li.hover ul {
    visibility: visible;
}
#links_bar li {
    float: left;
}
#links_bar li ul li {
    float: none;
}
.divider {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #BDBDBD;
    float: left;
    margin: 10px 0 20px;
    position: relative;
    width: 100%;
}
strong {
}
.contentindex {
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0.5%;
    padding: 0;
    width: 100%;
}
.topcontent {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
}

.nav {
    float: left;
    height: 20px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.imgside {
    background-color: #FFCC00;
    float: left;
    height: 124px;
    margin: 0 0 10px;
    padding: 4%;
    width: 92%;
}
#access ul.menu > li a {
	display: inline-block;
}

ul.menu > li:after {
	content: url("images/dot.png");
	float: right;
	line-height: 20px;
  margin: 17px 0 0 15px
}

ul.menu > li:last-child:after {
	display: none;
}
.sidebar1 {
    float: left;
    font-size: 13px;
    padding: 0px;
    text-transform: uppercase;
    width: 92%;
    margin: 10px 0 0px 0%;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    border: 0px none;
    font-family: "Roboto";
    border-top: 1px solid;
}
.sidebar1 ul, menu, dir {
    display: block;
	width:100%;border:0;
}

.sidebar1 li {
    display: inline-block;
    float: none;
    margin: 0 15px 0 0;border:0;
}


.sidebar1 ul ul ul {
    margin: 0;
    padding: 0;border:0;
}
.sidebar1 ul li {
    list-style: none outside none;border:0;
}
.sidebar1 li li {
    text-align: left;border:0;
}
.sidebar1 > ul li {
    padding: 0px;
    width: auto;border:0;
}
.sidebar1 a {
    color: #BCB5A6;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-weight: 700;
	-webkit-transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-o-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}
.sidebar1 a:hover {
	color: #000;
	-webkit-transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-o-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}
.sidebar1 h4 {
    background-color: #ffb400;
    color: #ffffff;
    display: none;
    float: left;
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    margin: 0 0 1px;
    padding: 0 0 0 5%;
    text-transform: uppercase;
    width: 95%;
	border:0;
}
.sidebar1 .textwidget {
    color: #888888;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin: 20px 0;
	border:0;
}
.sidebar1 li.current-menu-item a, .sidebar1 li.current-page-item a {
    font-weight: 700;
    border: 0px none;
    color: #0B7EFF;
}
.sidebar1 h4 {
background-color : #ffb400;
color : #ffffff;
display : none;
float : left;
font-size : 10px;
height : 30px;
line-height : 30px;
margin : 0;
padding : 0 0 0%;
text-transform : uppercase;
width : 100%;
border:0;
}
.sidebar1 .textwidget {
color : #888888;
float : left;
font-size : 13px;
line-height : 16px;
margin : 20px 0;
border:0;
}
.sidebar2 {
    float: left;
    padding: 20px 10% 0;
    width: 80%;
    height: auto;
    border-top: 1px solid #BFBFBF;
}
.sidebar2 p{
	text-align:left;
}

.sidebar2 ul ul ul {
margin : 0;
padding : 0;
}
.sidebar2 ul li {
    list-style: none;
    margin: 0 0 0 0;
}
.sidebar2 li li {
    float: left;
    font-size: 10px;
    margin: 2px 0 0 5px;
    width: auto;
}
.sidebar2 h2 {
    color: #FFF;
    font-size: 55px;
    padding: 0px;
    text-transform: uppercase;
    width: 30%;
    position: absolute;
    top: 40%;
    left: 35%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
}
.sidebar2 h4 {
    color: #0B7EFF;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.sidebar2 a {
    color: #aa958c;
    height: auto;
    margin: 0;
    width: auto;
}
.sidebar2 a:hover {
	color : #666;
}
.sidebar2 li.current-menu-item a {
color : #ffb400 !important ;
}
.sidebar2 .textwidget {
 color: #918686;
  float: left;
  margin: 0 1% 0 0;
  padding: 0;
  text-transform: uppercase;
  width: auto;
  font-size: 10px;
}
.testimonial_rotator_quote {
    color: #808080;
    float: left;
    font-size: 12px; 
	width:100%;
}
.sidebar2 a {
    color: #577E02;
    padding: 0px;
	
}
.sidebar2 a:hover {
    text-decoration: none;
	color:#fff;
}
.sidebar2 a.cesta {
    color: #7E7E7E;
    display: block;
    float: right;
    height: 17px;
    line-height: 17px;
    margin: 7px 0.5% 0px 0px;
    padding: 0px;
    text-transform: uppercase;
    width: 8.3%;
    background: transparent url("images/carro.png") no-repeat scroll 0px 0;
	max-width: 90px;
}

.sidebar2 a.cesta:hover {
    background: url("images/carro_hover.png") no-repeat scroll 0px 0px;
    text-decoration: none;
	color: #8EC534;
}
.sidebar2 .textwidget {
    color: #666;

    margin: 0px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    font-family: "Roboto";
}
.sidebar2 .textwidget p {
    color: #666;
    font-size: 11px;
    margin: 0px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;

}
.sidebar2 li.current-menu-item a {
    color: #ffb400 !important;
}

.sidebar2 ul ul ul a {
    color: #000000;
    display: block;
    float: left;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    margin: 0;
    padding: 0 0 0 10%;
    text-transform: uppercase;
    width: 90%;
}
.sidebar3 {
    float: left;
    font-size: 10px;
    margin: 0 10%;
    padding: 0;
    width: 80%;
    border-top: 1px dashed;
}
.sidebar3 p{
	text-align:left;
}

.sidebar3 ul ul ul {
margin : 0;
padding : 0;
}
.sidebar3 ul li {
list-style : none;
}
.sidebar3 li li {
    float: left;
    font-size: 10px;
    margin: 2px 3px 0;
    width: auto;
}
.sidebar3 h4 {
    color: #808080;
    float: left;
    font-size: 19px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 1px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
	display:none;
}
.sidebar3 a {
    color: #66612F;
    height: auto;
    margin: 0px;
    width: auto;
    text-decoration: underline;
}
.sidebar3 a:hover {
	color : #000;
}

.sidebar3 .textwidget {
 color: #918686;
  float: left;
  margin: 0 1% 0 0;
  padding: 0;
  text-transform: uppercase;
  width: auto;
  font-size: 10px;
}
.testimonial_rotator_quote {
    color: #808080;
    float: left;
    font-size: 12px; 
	width:100%;
}

.sidebar3 .textwidget, #sidebar3 .textwidget p {
    color: #698C36;
    font-size: 10px;
    height: auto;
    line-height: 17px;
    margin: 0px 0.5% 0px 0px;
    padding: 0px 0px 10px;
    text-transform: uppercase;
    width: 100%;
}
.sidebar3 li.current-menu-item a {
    color: #ffb400 !important;
}

.sidebar3 ul ul ul a {
    color: #000000;
    display: block;
    float: left;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    margin: 0;
    padding: 0 0 0 10%;
    text-transform: uppercase;
    width: 90%;
}
.sidebar4 {
    color: #000;
    float: right;
    margin: 0;
    padding: 0;
    width: 80%;
}
.sidebar4 ul, menu, dir {
	width:100%;
	border:0;
}

.sidebar4 li {
    display: inline-block;
    float: none;
    margin: 0;
	border:0;
}


.sidebar4 ul ul ul {
    margin: 0;
    padding: 0;border:0;
}
.sidebar4 ul li {
    list-style: none outside none;border:0;
}
.sidebar4 li li {
    text-align: left;border:0;
}
.sidebar4 > ul li {
    padding: 0;
    width: 11%;
    border: 0;
    display: inline-block;
    float: right;
    height: 57px;
    line-height: 75px;
}
.sidebar4 a {
    color: #232323;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-weight: 700;
    -webkit-transition: color .35s ease-in-out;
    -moz-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
}
.sidebar4 a:hover {
	color: #000;
	-webkit-transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-o-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}
.sidebar4 h4 {
    background-color: #ffb400;
    color: #ffffff;
    display: none;
    float: left;
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    margin: 0 0 1px;
    padding: 0 0 0 5%;
    text-transform: uppercase;
    width: 95%;
	border:0;
}
.sidebar4 .textwidget {
    color: #888888;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
	border:0;
}
.sidebar4 li.current-menu-item a, .sidebar4 li.current-page-item a {
    font-weight: 700;
    border: 0px none;
    color: #000;
    border-bottom: 2px solid;
}
.sidebar4 h4 {
background-color : #ffb400;
color : #ffffff;
display : none;
float : left;
font-size : 10px;
height : 30px;
line-height : 30px;
margin : 0;
padding : 0 0 0%;
text-transform : uppercase;
width : 100%;
border:0;
}
.sidebar4 .textwidget {
    color: #888888;
    font-size: 13px;
    line-height: 60px;
    margin: 0;
    border: 0;
    height: 60px;
    text-align: center;
}
.sidebar4 .textwidget img {
    width: 80%;
    height: auto;
    margin: 0;
    border-left: 1px dotted;
    padding: 0 0% 0 10%;
}
.sidebar4 .textwidget a {
	opacity:0.7;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;	
}
.sidebar4 .textwidget a:hover {
	opacity:1;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}	
.sidebar5 {
    padding: 0px;
    width: 8%;
    float: right;
    margin: 10px 0 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    border-top: 1px solid;
}
.sidebar5 ul ul ul {
    margin: 0;
    padding: 0;
}
.sidebar5 ul li {
    list-style: none outside none;
}
.sidebar5 li li {
    float: left;
    margin: 0;
    width: 48%;
    text-align: center;
    border-left: 1px dotted;
}
.sidebar5 li li:first-child {
	border:0;
}
.sidebar5 h4 {
    color: #d0c0a6;
    display: block;
    float: left;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}   width: 98%;

.sidebar5 a {
    background: none repeat scroll 0 0 #1a1a1a;
    color: #5f5f5f;
    display: block;
    float: left;
    height: 17px;
    line-height: 17px;
    margin: 0;
    padding: 0 0 0 2%;
    text-transform: uppercase;
    width: 98%;
}
.sidebar5 a:hover {
	color: #5DC6D2;
}

.sidebar5 .textwidget, #sidebar5 .textwidget p, .sidebar3 .textwidget p {
    color: #40b5c1;
    height: auto;
    line-height: 17px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.sidebar5 li.current-menu-item a {
    color: #ffffff !important;
}


.sidebar5 ul ul ul a {
	color: #5f5f5f;
	display: block;
	float: left;
	height: 17px;
	line-height: 17px;
	margin: 0;
	padding: 0 0 0 5%;
	text-transform: uppercase;
	width: 95%;
}






#footer {
    color: #ffffff;
    height: 43px;
    margin: 30px 0 0 0%;
    padding: 10px 0 0;
    text-transform: uppercase;
    width: 76%;
}

#footer a.menutab:link, #footer a.menutab:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: auto;
    margin: 0 0.3%;
    padding: 1%;
    text-align: center;
    text-decoration: none;
    width: auto;
}
#footer a.menutab:active, #footer a.menutab:hover {
    background: none repeat scroll 0 0 #ffb400;
}


.likefacebook {
    float: left;
    height: 20px;
    margin: 40px 0 0 5%;
    padding: 0;
    width: auto;
}
.tituloshome {
    color: #6F655E;
    float: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    padding: 0 0 3px 0;
    text-transform: uppercase;
    width: auto;
    margin: 0;
    border-bottom: 2px solid;
}
.titulosenvolvente {
    color: #0B7EFF;
    float: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-transform: uppercase;
    width: 80%;
    margin: 0 10% 20px;
    text-align: center;
}
.titulosquemsomos {
    color: #6F655E;
    float: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-transform: uppercase;
    width: 80%;
    margin: 0 10% 20px;
    text-align: center;
}
.caixaquemsomos {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px;
}
.caixaquemsomos h1 {
    color: #FFF;
    float: left;
    font-size: 19px;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
}
.quemsomos {
    float: left;
    height: auto;
    padding: 2%;
    width: 96%;
    margin: 30px 5% 0px 0px !important;
    background: rgba(255, 255, 255, 0.5);
}
.quemsomos p {
    float: left;
    height: auto;
    margin: 0px;
    padding: 10px 0 0 !important;
    width: 100%;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    border-top: 1px solid;
}
.quemsomos img {
    height: auto;
    width: 100%;
}
.quemsomos h1 {
    color: red;
    float: left;
    font-size: 15px;
    line-height: 35px;
    margin: 0px;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    border-top: 1px solid #666;
}
.quemsomos h1:last-child {
	border-top: 1px solid #6F655E;
}
.quemsomos h1 a{
	opacity:0.3;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}
.quemsomos h1 a:hover{
	opacity:1;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

.quemsomos p a {
    border-bottom: 1px solid;
	color:#666;
}
.quemsomos p a:hover {
    color: #000;
}
.quemsomos h2 {
    color: #000000;
    font-size: 13px;
    height: auto;
    margin: 0 0 10px;
}
.quemsomos1 h4 {
    color: #cfcfcf;
    float: left;
    font-size: 10px;
    height: auto;
    line-height: 15px;
    margin: 0 0 10px;
    padding: 0;
    width: 93%;
}

.quemsomos1 img {
    float: left;
    height: 100%;
    margin: 0 ;
    padding: 0;
    width: 100%;
}
.quemsomos ul, .quemsomos ol {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 60%;
}
.quemsomos ul li, .quemsomos ol li {
    float: left;
    margin: 0 ;
    padding: 0;
    width: 100%;
    color: #ffb400;
}

.quemsomos ul li h4, .quemsomos ol li h4 {
    color: #000000;
    float: left;
    font-size: 11px;
    height: auto;
    line-height: 15px;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
.eventos {
    float: left;
    height: auto;
    padding: 0%;
    width: 20%;
    margin: 30px 5% 0px 0px !important;
}
.eventos:first-child {
    float: left;
    height: auto;
    padding: 0%;
    width: 44%;
    margin: 30px 5% 0px 0px !important;
}
.eventos:nth-child(2) {
    float: left;
    height: auto;
    padding: 0%;
    width: 19%;
    margin: 30px 3%0px 0 !important;
}
.eventos:nth-child(3) {
    float: left;
    height: auto;
    padding: 0%;
    width: 14%;
    margin: 30px 0px 0px 2% !important;
}
.eventos:last-child {
    float: right;
    height: auto;
    padding: 0%;
    width: 11%;
    margin: 30px 0px 0px 2% !important;
}
.eventos p {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.eventos img {
    height: auto;
    width: 100%;
}
.eventos h1 {
    color: red;
    float: left;
    font-size: 15px;
    line-height: 35px;
    margin: 0px;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #B3B3B3;
}

.eventos h1:last-child {
    border:0;
}
.eventos h1 a{
	opacity:0.3;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}
.eventos h1 a:hover{
	opacity:1;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

.eventos p a {
    color: #00B7FF;
    border-bottom: 1px solid;
}
.eventos p a:hover {
    color: #000;
}
.eventos h2 {
    color: #000000;
    font-size: 13px;
    height: auto;
    margin: 0 0 10px;
}
.eventos1 h4 {
    color: #cfcfcf;
    float: left;
    font-size: 10px;
    height: auto;
    line-height: 15px;
    margin: 0 0 10px;
    padding: 0;
    width: 93%;
}

.eventos1 img {
    float: left;
    height: 100%;
    margin: 0 ;
    padding: 0;
    width: 100%;
}
.eventos ul, .eventos ol {
    float: left;
    padding: 0px;
    width: 94%;
    margin: 0 0 0 6%;
}
.eventos ul li, .eventos ol li {
    float: left;
    margin: 0 ;
    padding: 0;
    width: 100%;
    color: #666;
	font-size:13px;
}

.eventos ul li h4, .eventos ol li h4 {
    color: #000000;
    float: left;
    font-size: 11px;
    height: auto;
    line-height: 15px;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
.conteudo_quemsomos {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
}
.conteudo_quemsomos a {
    color: #D3E491;
    text-decoration: underline;
    font-weight: 400;
}
.conteudo_quemsomos a:hover {
	color:#000;
}
.conteudo_quemsomos p {
    color: #000;
    float: left;
    height: auto;
    margin: 20px 10%;
    padding: 0;
    width: 80%;
    font-size: 13px;
    line-height: 27px;
    font-weight: 300;
}
.conteudo_quemsomos img {
    margin: 0px;
    width: 100%;
}
.conteudo_quemsomos h1 {
    color: #AA963C;
    float: left;
    font-size: 15px;
    margin: 0px 10% !important;
    padding: 0px 0px 40px;
    width: 60%;
    line-height: 28px;
    font-weight: 300;
}
.conteudo_quemsomos h1 a {
    color: #323c2c;
    font-size: 16px;
    text-decoration: underline;
}
.conteudo_quemsomos h1 a:hover {
    color: #5a8b3d;
}
.conteudo_quemsomos h2 {
    color: rgba(213, 255, 0, 0.7);
    float: left;
    font-size: 108px;
    width: 90%;
    position: absolute;
    top: 56px;
    z-index: 100;
    left: 10%;
    text-transform: uppercase;
    font-weight: 900;
    height: auto;
    font-family: "Roboto";
    line-height: 81px;
}
.conteudo_quemsomos h2 a {
	color: rgb(70, 113, 44);
	text-decoration:underline;
	font-size: 14px;
}
.conteudo_quemsomos h2 a:hover {
    color: #000;
}
.conteudo_quemsomos h3 {
    color: #444;
    float: left;
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 60px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.conteudo_quemsomos h3 a {
    color: #444;
	text-decoration:none;
}
.conteudo_quemsomos h3 a:hover {
    color: #000;
}
.conteudo_eventos {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
}
.conteudo_eventos a {
    color: #D3E491;
    text-decoration: underline;
    font-weight: 400;
}
.conteudo_eventos a:hover {
	color:#000;
}
.conteudo_eventos p {
    color: #D3E491;
    float: left;
    height: auto;
    margin: 0px;
    padding: 0;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}
.conteudo_eventos img {
    margin: 0px;
    width: 100%;
}
.conteudo_eventos h1 {
    color: rgba(213, 255, 0, 0.7);
    float: left;
    font-size: 108px;
    width: 90%;
    position: absolute;
    top: 56px;
    z-index: 100;
    left: 10%;
    text-transform: uppercase;
    font-weight: 900;
    height: auto;
    font-family: "Roboto";
    line-height: 81px;
}
.conteudo_eventos h1 a {
    color: #323c2c;
    font-size: 16px;
    text-decoration: underline;
}
.conteudo_eventos h1 a:hover {
    color: #5a8b3d;
}
.conteudo_eventos h2 {
    color: rgba(255, 255, 255, 0.5);
    float: left;
    font-size: 108px;
    width: 100%;
    position: absolute;
    top: 56px;
    z-index: 100;
    left: 10%;
    text-transform: uppercase;
    font-weight: 900;
    height: auto;
    font-family: "Roboto";
    line-height: 81px;
}
.conteudo_eventos h2 a {
	color: rgb(70, 113, 44);
	text-decoration:underline;
	font-size: 14px;
}
.conteudo_eventos h2 a:hover {
    color: #000;
}
.conteudo_eventos h3 {
    color: #444;
    float: left;
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 60px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.conteudo_eventos h3 a {
    color: #444;
	text-decoration:none;
}
.conteudo_eventos h3 a:hover {
    color: #000;
}
.caixavantagens {
    width: 80%;
    margin: 0 10% 0px;
    float: left;
}
.entrada_quemsomos {
    float: left;
    height: auto;
    padding: 0%;
    width: 80%;
    margin: 120px 10% !important;
}
.entrada_eventos {
    float: left;
    height: auto;
    padding: 0%;
    width: 80%;
    margin: 0px 10% !important;
}
.mastercontactos {
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 50px;
    width: 100%;
}
.masterbaresplanada {
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 50px;
    width: 100%;
}
.masterperceiros {
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 50px;
    width: 100%;
}
.masterreservas {
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 50px 0;
    width: 100%;
}
.masterenvolvente {
    float: left;
    height: auto;
    margin: 120px 0 0 0;
    padding: 0 0 30px 0;
    width: 100%;
}
.entrada_contactos {
    float: left;
    height: auto;
    padding: 0 0 80px 0;
    width: 80%;
    margin: 0px 10% !important;
}
.entrada_bareesplanada {
    float: left;
    height: auto;
    padding: 0%;
    width: 80%;
    margin: 120px 10% !important;
}
.entrada_envolventes {
    float: left;
    height: auto;
    padding: 20px 0 80px 0;
    width: 80%;
    margin: 0px 10% 80px !important;
}
.entrada_parceiros {
    float: left;
    height: auto;
    padding: 0%;
    width: 80%;
    margin: 140px 10% !important;
}
.artigo {
    float: left;
    padding: 0px;
    position: relative;
    width: 60%;
    text-align: center;
    margin: 60px 20%;
}
.artigo p {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #FFF;
    font-size: 41px;
    line-height: 51px;
}
.artigo img {
	margin: 0;
	width: 100%;	
}
.artigo h1 {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #66592F;
    font-size: 13px;
    font-weight: 400;
	line-height: 21px;
}
.artigo h1 a {
    color: #FFB400;
    font-size: 12px;
}
.artigo h1 a:hover {
    color: #FFFFFF;
}
.artigo h2 {
    color: #444;
    float: left;
    font-size: 11px;
    height: 25px;
    margin: 0 45%;
    padding: 0;
    width: 10%;
    text-align: center;
    border-top: 1px solid;
    line-height: 25px;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
.artigo h3 {
    border-left: 1px solid;
    color: #444;
    float: left;
    font-size: 10px;
    height: auto;
    margin: 15px 0;
    padding: 0 0 0 2%;
    text-transform: uppercase;
    width: 46%;
}
.parceiro {
    float: left;
    height: auto;
    padding: 1%;
    width: 12.4%;
	margin: 10px 1% 0px !important;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 5px 6px 10px #4e4e4e;
	background:#fff;
	-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}
.parceiro:hover {
	-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
	z-index: 50000;
	
} 
.parceiro img {
	width:100%;
	height:auto;
}
.parceiro a {
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(css/grayscale.svg'');
  filter: gray;
  -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  
}
.parceiro a:hover {
-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;;
  filter: none;
  filter: none;
  -webkit-transform: translate(3em,0);
    -moz-transform: translate(3em,0);
    -o-transform: translate(3em,0);
    -ms-transform: translate(3em,0);
    transform: translate(3em,0);

	

}

.parceiro h1 {
    color: #6F655E;
    float: left;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0 0 3px 0;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
}
.contacto {
    float: left;
    height: auto;
    padding: 0%;
    width: 20%;
    margin: 30px 5% 0px 0px !important;
}
.contacto:first-child {
    float: left;
    min-height: 490px;
    padding: 0 2% 0 0;
    width: 25%;
    margin: 30px 0% 0px 0px !important;
    border-right: 1px dotted;
}
.contacto:nth-child(2) {
	float: left;
    min-height: 490px;
    padding: 0%;
    width: 14%;
    margin: 30px 0px 0px 2% !important;
}
.contacto:nth-child(3) {
    float: left;
    in-height: 490px;
    padding: 0%;
    width: 14%;
    margin: 30px 0px 0px 2% !important;
}
.contacto:last-child {
    float: left;
    min-height: 490px;
    padding: 0 0 0 2%;
    width: 52%;
    margin: 30px 0px 0px 2% !important;
    border-left: 1px dotted;

}
.contacto p {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #6F655E;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}
.contacto strong {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}
.contacto img {
    height: auto;
    width: 100%;
}
.contacto h1 {

    color: #0B7EFF;
    float: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0 0 3px 0;
    text-transform: uppercase;
    width: auto;
    margin: 0 0 10px 0;
    border-bottom: 2px solid;
}

.contacto h1:last-child {
    border:0;
}
.contacto h1 a{
	opacity:0.3;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}
.contacto h1 a:hover{
	opacity:1;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

.contacto p a {
    color: #6F655E;
    border-bottom: 1px solid;
}
.contacto p a:hover {
    color: #232323;
}
.contacto h2 {
    color: #000000;
    font-size: 13px;
    height: auto;
    margin: 0 0 10px;
}
.bareesplanada {
    float: left;
    height: auto;
    padding: 0%;
    width: 19%;
    margin: 30px 0.5% 0px !important;
}
.bareesplanada p {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #6F655E;
    font-size: 10px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
	text-transform:uppercase;
}
.bareesplanada strong {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}
.bareesplanada img {
    height: auto;
    width: 100%;
}
.bareesplanada h1 {
    color: #6F655E;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0 0 3px 0;
    text-transform: uppercase;
    width: auto;
    margin: 0 0 10px 0;
    border-bottom: 2px solid;
}

.bareesplanada h1 a{
	opacity:0.3;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}
.bareesplanada h1 a:hover{
	opacity:1;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

.bareesplanada p a {
    color: #fff;
    background: #0B7EFF;
    padding: 2px 5%;
    border-radius: 5px;
}
.bareesplanada p a:hover {
    color: #fff;
    background: #6F655E;
}
.bareesplanada h2 {
    color: #0B7EFF;
    font-size: 13px;
    height: auto;
    margin: 1px 0;
    float: left;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}
.bareesplanada h3 {
    color: #6F655E;
    float: left;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    height: 17px;
    line-height: 17px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}
.envolvente {
    float: left;
    height: auto;
    padding: 1%;
    width: 16.8%;
    margin: 0px 0.5% 0px !important;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 6px 10px #adadad;
	-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.envolvente:hover {
-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
	z-index: 50000;
	
}
.envolvente p {
    float: left;
    height: auto;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #6F655E;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}
.envolvente strong {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}
.envolvente img {
    height: auto;
    width: 100%;
}
.envolvente h1 {
    color: #232323;
    float: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0 0 3px 0;
    text-transform: uppercase;
    width: 100%;
    margin: 5px 0 0 0;
    text-align: center;
}

.envolvente h1 a{
	color: #0B7EFF;
	-webkit-transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-o-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}
.envolvente h1 a:hover{
	color: #000;
	-webkit-transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-o-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

.envolvente p a {
    color: #6F655E;
    border-bottom: 1px solid;
}
.envolvente p a:hover {
    color: #232323;
}
.envolvente h2 {
    color: #000000;
    font-size: 13px;
    height: auto;
    margin: 0 0 10px;
}





.contacto1 h4 {
    color: #cfcfcf;
    float: left;
    font-size: 10px;
    height: auto;
    line-height: 15px;
    margin: 0 0 10px;
    padding: 0;
    width: 93%;
}

.contacto1 img {
    float: left;
    height: 100%;
    margin: 0 ;
    padding: 0;
    width: 100%;
}
.contacto ul, .contacto ol {
    float: left;
    padding: 0px;
    width: 94%;
    margin: 0 0 0 6%;
}
.contacto ul li, .contacto ol li {
    float: left;
    margin: 0 ;
    padding: 0;
    width: 100%;
    color: #666;
	font-size:13px;
}

.contacto ul li h4, .contacto ol li h4 {
    color: #000000;
    float: left;
    font-size: 11px;
    height: auto;
    line-height: 15px;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background:#101010;
	width: 100%;
	height: 100%;
	text-align: left;
}
.content_high{
	float:left;
	width:100%;
    height: auto;
}
iframe {
border:0;
}

.entrada {
    background-color: rgba(0, 0, 0, 0.1);
    float: left;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin: 0 1% 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 19%;
}
.entrada a {
    color: #000;
    text-decoration: none;
}
.entrada a:hover {
    color: #ffb400;
    text-decoration: none;
}


.mastersingle {
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 50px;
    position: relative;
    width: 100%;
}
.mastersingle img {
    height: auto;
    max-width: 100%;
	
}








/* Begin Comments */		




.commentlist {
    margin: 0;
    float: left;
}
.commentlist li {
    float: left;
    list-style: outside none none;
    margin: 0 0 20px 0px;
    width: 92%;
}

.commentlist li.alt {

	}

	

.commentmetadata, .comment-author {
    font-size: 10px;
    text-transform: uppercase;
}

.commentmetadata a, .comment-author a {
    color: #000;
    text-decoration: none;
}
.commentmetadata a:hover, .comment-author a:hover {
	color:#ffb400;
}
		

.comment-author {
    color: #ffb400;
}

		

	.avatar {

	float:left;

	display:block;

	margin:5px 10px 0 -42px;

	border: 0px;

	padding:0px;

		}



#commentform {
	padding-bottom:10px;
}

#commentform input, #commentform textarea {
    border: 0 none;
    color: #666666;
    font-size: 11px;
    margin: 0 0 2px;
    padding: 0 3px;
    width: 30%;
}

#commentform textarea {
    margin: 0;
    width: 95%;
}
#commentform #submit {
	color: #fff;
    cursor: pointer;
    float: left;
    font-size: 11px;
    margin: 10px 0 0;
    padding: 0 1%;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    background: #ffb400;
    border: 0px;
}
#commentform #submit:hover {
color: #000000;
}

.caixa{
	width:100%;
	float:left;
	height:auto;
	margin:0;
}
.caixaformulario {
    width: 50%;
    float: left;
    height: 500px;
    margin: 0px 0% 70px;
    background: #ccc;
}
.caixaformularioreservas {
    width: 80%;
    float: left;
    height: 500px;
    margin: 120px 10% 70px;
    padding: 20px 0% 30px;
}
.titulosesq {
    color: #6F655E;
    display: block;
    float: left;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin: 10px 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
}
.btsform {
    background-color: #0B7EFF;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 30px;
    margin: 10px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
    font-weight: 500;
    font-family: "Roboto";
}
.btsform:hover, .btsform:focus {
	text-decoration:none;
	background:#000;
}

.grupocaixas{
width:100%;
height:auto;
float:left
}
.grupocaixasreservas {
    width: 24%;
    height: auto;
    float: left;
    margin: 0 1% 0 0;
}
.grupocaixasreservas:nth-child(3) {
    float: right;
    color: red;
    width: 25%;
    margin: 0;
}
.grupocaixasreservas .input01 {
    border: medium none;
    color: #444;
    float: left;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 1%;
    width: 100%;
    border: 1px solid #dad7d3;
    font-family: "Roboto";
    text-transform: uppercase;
}

.input01 {
    border: medium none;
    color: #444;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px 0px 0px 1%;
    width: 98.8%;
	border: 1px solid #dad7d3;
	font-family: "Roboto";
}

.input01 option{
    border: medium none;
    color: #444;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin: 0px;
    padding: 0px 0px 0px 2%;
    width: 980%;
	font-family: "Roboto";
}
.input02 {
    border: 0 none;
    color: #444;
    float: left;
    font-size: 12px;
    height: 100px;
    margin: 0;
    padding: 10px 0 0 1%;
    width: 98.8%;
	border: 1px solid #dad7d3;
	font-family: "Roboto";
}
.input03 {
    border: 0 none;
    color: #444;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 1% 0 0;
    padding: 0;
    text-align: center;
    width: 15%;
	border: 1px solid #dad7d3;
	font-family: "Roboto";
}
.erro {
    color:#F00;
    float: left;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    width: 40%;
}
.tituloform {
    color: #444;
    float: left;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    width: 100%;
}
.imgcap{
float:left;
width: auto;
height:auto;	
margin:0;
}
.seguro {
    float: left;
    margin: 0;
    width: 100%;
}
.etiqueta {
    border-top: 1px dotted #000;
    font-size: 9px;
    height: 5px;
    line-height: 0;
    margin: 10px 0 0;
    padding: 11px 0 0;
    text-transform: uppercase;
    width: 100%;
	float:left;
}

.etiqueta a{
color:#000;
text-decoration:none;	
}

.etiqueta a:hover{
color:#ffb400;
text-decoration:none;	
}


.metas {
    float: left;
    height: auto;
    margin: 0 0 10px;
    width: 100%;
}
.redes {
    float: left;
    height: auto;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
}

.slide{
	width:100%;
	height:100%;
	position: relative;
}

.caixaform {
    float: left;
    height: auto;
    margin: 60px 0;
    width: 100%;
}

.grupotags {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    color: #000;
    float: left;
    height: 157px;
    margin: 0;
    padding: 10px 8% 0;
    width: 84%;
}

.tags {
    color: #202020;
    float: left;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}



.st_facebook_custom {
    
    background: url("images/facebook.png") no-repeat scroll 50% 50%;
    width: 32px;
    height: 32px;
	margin: 0 2px 0 0 !important;
}
.st_twitter_custom {
    
    background: url("images/twitter.png") no-repeat scroll 50% 50%;
    width: 32px;
    height: 32px;
	margin: 0 2px 0 0 !important;
}
.st_linkedin_custom {
    
    background: url("images/linkedin.png") no-repeat scroll 50% 50%;
    width: 32px;
    height: 32px;
	margin: 0 2px 0 0 !important;
}
.st_googleplus_custom {
    
    background: url("images/googleplus.png") no-repeat scroll 50% 50%;
    width: 32px;
    height: 32px;
	margin: 0 2px 0 0 !important;
}
.st_pinterest_custom {
    
    background: url("images/pinterest.png") no-repeat scroll 50% 50%;
    width: 32px;
    height: 32px;
	margin: 0 2px 0 0 !important;
}
.st_email_custom {
   
    background: url("images/email.png") no-repeat scroll 50% 50%;
    width: 32px;
    height: 32px;
	margin: 0 !important;
}
.st_bahance_custom {
   
    background: url("images/behance.png") no-repeat scroll 50% 50%;
    width: 32px;
    height: 32px;
	margin: 0 !important;
}
.st_facebook_custom, .st_twitter_custom, .st_linkedin_custom, .st_googleplus_custom, .st_pinterest_custom, .st_email_custom  {
	display:inline-block;
}

.st_facebook_custom:hover, .st_twitter_custom:hover, .st_linkedin_custom:hover, .st_googleplus_custom:hover, .st_pinterest_custom:hover, .st_email_custom:hover  {
	opacity:0.6;
}



.cycle-slideshow {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
}
.cycle-slideshow img {
    width: 100%;
    height: auto;
    padding: 
}
.cycle-slideshow a {
    border: 0px none;
    width: 100%;
    height: auto;
}
.titulostopo {
    color: #66592F;
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    margin: 10px 0px;
    font-weight: 700;
}
#responsive-menu{
	text-transform:uppercase;
}
.qtranxs_language_chooser a {
	color: #BCB5A6;
}

.qtranxs_language_chooser a:hover {
	color: #232323;
    -webkit-transition: color .35s ease-in-out;
    -moz-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
}	
.qtranxs_language_chooser > .active > a {
    color: #0B7EFF;
    -webkit-transition: color .35s ease-in-out;
    -moz-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
}
.qtranxs{
	width:50%;

}
.current-post-ancestor a{
color: #5a8b3d !important;
    border-bottom: 2px solid;
}
.down {
    float: left;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0px;
    z-index: 50000;
    padding: 0 0 20px 0;
}
.sidebar4 .fa {
    font-size: 25px !important;
    margin: 17px 0% 0 59% !important;
    float: left !important;
    height: 23px !important;
    padding: 0;
    border: 0 !important;
}
.entradamenus {
    float: left;
    width: 94%;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 3%;
    border-top: 1px solid #b5ae9d;
}