/*
Theme Name: BenSaude
Theme URI: 
Author: Innovagency
Author URI: http://www.innovagency.pt/
Description:
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body 
{
    font-size:100%;
    font-style:normal;
	font-family: 'Titillium Web', Arial;	
    }
    
/* generic */
.fl {float:left;}
.fr {float:right;}
.alignright{float:right;}
.clear {clear:both;}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
img {vertical-align: middle;}

strong {font-weight: bold;}
em {font-style:italic;}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea:focus, input:focus{
    outline: 0;
}     
    
.mainWidth {
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
	width:970px;
}
/* header */
#header {
	background-color:#000;
	height:100px;	
}

#header .inner {
	padding-top:15px;	
}

#header > div > div.logo.fl > a > img {
max-width:175px!important;
margin-top: 5px!important;
}

#header .langs {
	font-size:11px;
	color:#de7c00;
    margin-bottom: 5px;	
}

#header .langs a {
	text-decoration: none;
	color:#de7c00;
}

#header .langs a.selected {
	color:#fff;
}

#header .search,
.searchfilters .search {
	background-color:#fff;
	height:30px;
	width:176px;	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#header .search input,
.searchfilters .search input {
	border:none;		
	width:130px;
	margin-top:8px;
	margin-left:10px;
	font-size:12px;
	height:14px;
	font-family:Arial;
	color:#8b8b8b;
	padding:0px;	
	float:left;
}  

#header .search button,
.searchfilters .search button {
    border: none;
    background: none;    
    cursor: pointer;
    margin-top:7px;    
}  
/* header - menu */
#header .menu {
	font-weight: 600;
	font-size:14px;
	color:#fff;	
	margin-right:25px;
    margin-top: 10px;
}


#header .menu > ul > li {
	position:relative;
	float:left;	
	padding-left:20px;
	padding-right:9px;
	background-image: url(images/menu_sep.png);
	background-repeat: no-repeat;	
	background-position: left center;	
}

#header .menu > ul > li.current-menu-parent a{
	color:#858585;		
}

#header .menu > ul > li:first-child {
	background-image: none;	
}

#header .menu > ul > li > a {
	text-decoration: none;
	color:#fff;	
	text-transform: uppercase;
}
#header .menu > ul > li > a:hover
{
	color:#858585;
}

#header .menu li.selected div.sub-menu {
	display: block;	
}

#header .menu div.sub-menu {	
	display: none;	
	font-size:12px;
	position:absolute;
	z-index:500;
	padding-top:20px;
}

#header .menu div.sub-menu ul {
	padding:10px 20px;
	font-size:12px;
	background-color: #2d2d2d;	
}
#header .menu div.sub-menu ul li {
	border-top: solid 1px #424242;
	line-height:29px;	
	padding:0px 10px;
	white-space: nowrap;
}
#header .menu div.sub-menu ul li:first-child {
	border-top: none;
}


#header .menu div.sub-menu ul li a {
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;	
}
#header .menu div.sub-menu ul li a:hover {	
	color:#de7c00;	
}

.arrow-up {
	margin-left:auto;
	margin-right:auto;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;	
	border-bottom: 15px solid #2d2d2d;
}

#header .menu li.hoteis div.sub-menu {
	width:405px;	
}

#header .menu li.hoteis div.sub-menu .sub-menu-inner {
	background-color: #2d2d2d;
	position:relative;
	width:100%;
	overflow:hidden;
	min-height: 250px;
}

#header .menu li.hoteis div.sub-menu ul {
	width:100%;
	padding-left:20px;
	padding-right: 0px;
	
}
#header .menu li.hoteis .sub-menu-image {
	position:absolute;
	right:-33px;
	top:0px;
	overflow:hidden;
	
	width:225px;
	height:250px;
	
	transform: skew(-15deg, 0deg);
	-ms-transform: skew(-15deg, 0deg);
	-webkit-transform: skew(-15deg, 0deg);
	-webkit-backface-visibility: hidden;
		
}

#header .menu li.hoteis .sub-menu-image img {
	position:absolute;
	right:33px;
	
	transform: skew(15deg, 0deg);
	-ms-transform: skew(15deg, 0deg);
	-webkit-transform: skew(15deg, 0deg);
	-webkit-backface-visibility: hidden;	
}

/* footer */
#footer {
	background-color:#000;		
}

#footer .inner {
	padding-top:25px;	
}

#footer .inner .block:first-child {
	padding-left:0px;
}

#footer .inner .block.last {
	border-right:none;	
}

#footer .inner .block {
	padding-right:20px;
	padding-left:20px;
}

#footer .inner .block.center {
	border-left:dotted 1px #fff;
	border-right:dotted 1px #fff;
	min-height:219px;
}
#footer .inner .block .title {
	color:#fff;	
	font-size:12px;
	font-weight: bold;
	padding-bottom:15px;
	text-transform: uppercase;
}
#footer .inner .block .subtitle {
	color:#fff;
	font-size:12px;
	padding-bottom:10px;
}

#footer .inner .block .title a {
	color:#de7c00;	
	text-decoration: none;
}
#footer .inner .block .title a:hover {
	color:#fff;
}

#footer .inner .block .sep {
	height:1px;
	border-top:dotted 1px #fff;
	width:100%;	
	margin:10px 0px;
}

#footer .inner .block .fb-like {
	color:#fff;	
}

.fb_ltr body {color:#fff;}


#footer ul.links {}
#footer ul.elinks li {
	background-image: url(images/icons/external_link.png);
	background-repeat: no-repeat;
	background-position: left 2px;	
	padding-left:15px;
}

#footer ul.links li {
	font-size:12px;	
	padding-bottom:5px;
	color:#fff;
}
#footer ul.links li a {
	text-decoration:none;
	color:#fff;	
}
#footer ul.links li a:hover {
	color:#de7c00;		
}

#footer .newslist {}
#footer .newslist .news .news-image {
	margin-right:10px;	
	position:relative;
height:85px;
overflow:hidden;
}

#footer .newslist .news .news-image a img {
height:85px;
}

#footer .newslist .news .news-image .clip {
	width:1px;
	border-left: 17px solid transparent;
	border-bottom: 86px solid #000;
	position:absolute;
	right:0px;
	top:0px;
opacity:0.5;
}

#footer .newslist .news .news-content {
	width:100%;
	color:#fff;	
	font-size:12px;
}

#footer .newslist .news .news-content div+div {
	line-height:1.2em;
font-size:14px;
}
#footer .newslist .news .news-title {
	padding-bottom:5px;
}
#footer .newslist .news .news-title a {
	font-size:14px;	
	color:#de7c00;
	text-decoration:none;	
	text-transform: uppercase;
}
#footer .newslist .news .news-title a:hover {
	color:#fff;
}

#footer ul.socialmedia {}
#footer ul.socialmedia li:first-child {
	padding-left:0px;
	border-left:none;
}
#footer ul.socialmedia li {
	float:left;
	padding-left:8px;
	padding-right:8px;
	border-left:dotted 1px #fff;	
}

#footer .newsletter, .columnLeft .box .newsletter {
	font-size:14px;	
}

#footer .newsletter .newsletter-inner {
	background-color:#fff;
	height:30px;
	width:100%;	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#footer .newsletter span, .columnLeft .box .newsletter span {
	margin-top:5px;
}

#footer .newsletter .wpcf7-response-output, .columnLeft .box .newsletter .wpcf7-response-output{
	color:#fff;
	margin-top:5px;	
}
.columnLeft .box .newsletter .wpcf7-response-output,
.columnLeft .box .newsletter .wpcf7-not-valid-tip{
    margin-top:20px;
}

#footer .newsletter input {
	border:none;		
	width:87%;
	margin-top:8px;
	margin-left:10px;
	font-size:12px;
	height:14px;
	font-family:Arial;
	font-color:#8b8b8b;
	padding:0px;	
	float:left;
} 

#footer .newsletter.error {
 	border:solid 1px red;
} 

#footer .newsletter .newsletter_sucess_msg {
	margin-left:10px;
	font-size:12px;
	font-family:Arial;
	color:#8b8b8b;
	line-height:30px;
}

#footer .newsletter button {
    border: none;
    background: none;    
    cursor: pointer;
    margin-top:6px;    
}

#footer .bottom {
	margin-top:25px;
	border-top:solid 1px #363636;
	padding-top: 8px;
	padding-bottom: 15px;
	font-size:12px;
	/*font-family:Arial;*/	
	color:#fff;
}

#footer .bottom a {
	text-decoration: none;
	color:#fff;	
}

#footer .bottom ul.links li {
	float:left;	
	margin-left:50px;
}

/* reservas */
.reservas {
	position: absolute;
	left:0px;
	top:195px;	
	background-color:#fff;
	padding: 15px 15px 7px 15px;
	z-index: 1000;
	width:144px;
	box-shadow: 0 20px 60px -15px #232323;
    -moz-box-shadow: 0 20px 60px -15px #232323;
    -webkit-box-shadow: 0 20px 60px -15px #232323;
}

.reservas .reservas-title {
	color:#939393;
	font-size:16px;
	margin-bottom:10px;	
}

.reservas .select-container {
	text-indent: 10px;
	width:100%;	
	border:solid 1px #939393;
	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
	border-radius: 5px;
    	height:28px;
    	margin-bottom:8px;
    	text-align: center;
	background: #fff url(images/icons/arrow_down_gray.png) no-repeat 95%;
	overflow: hidden;
}
.reservas .select-container1:after {
	content: '';
	width: 30px;
	position: absolute;
	display: inline-block;
	top: 1px;
	bottom: 1px;
	right: 1px;
	background: #fff url(images/icons/arrow_down_gray.png) no-repeat center;
	pointer-events: none;
}

.reservas .select-container select { 
	width:113%;	
	color:#939393;
	height:28px;
	/*background-color: #fff;*/
	background: transparent;
	font-size:12px;
	/*margin-top:5px;*/
	outline: none;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	line-height: 1;
}

.reservas input {
	padding-left:8px;
	width:134px;
	height:28px;	
	background-color: #fff;
	border:solid 1px #939393;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:8px;
    font-size:12px;
	color:#939393;
}

.reservas input.calendar {
	background: url(images/icons/calendar.png) no-repeat 120px center;	
}

.reservas input[type="button"], 
.reservas input[type="submit"],
.reservas button,
#mobilemessage input {
	color:#fff;
	font-size:13px;
	text-transform: uppercase;	
	background: url("images/button_bg.png") no-repeat scroll 0 0 transparent;
	width:143px;
	height: 33px;
	text-align:center;
	border: none;
	cursor:pointer;	
}
.reservas input.on,
.reservas button:hover {
background: url("images/button_bg_on.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* forms */
.select-container {
	position: relative;
	display: inline-block;
}

.select-container select {
	width: 100%;
}
/* datepicker */
.ui-datepicker-header {
	background-color:#de7c00;
	color:#fff;
	font-size:14px;	
	height:35px;
	line-height:35px;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ui-datepicker-title {
	text-align: center;
} 


.ui-datepicker-calendar thead {
	font-size:11px;
	color:#fff;
	background-color:rgba(0, 0, 0, 0.65);
	height:27px;	
}
.ui-datepicker-calendar thead th {
	line-height:27px;	
	width:25px;
	text-transform: uppercase;
}

.ui-datepicker-calendar tbody {
	background-color:rgba(0, 0, 0, 0.9);
	font-size:13px;
	color:#fff;
}

.ui-datepicker-calendar tbody td {
	text-align:center;		
}

.ui-datepicker-calendar tbody a {
	display: block;
	color:#fff;
	text-decoration: none;
	height:25px;
	line-height:25px;
}

.ui-datepicker-calendar tbody a.ui-state-hover {
	background-color: #de7c00;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; 	
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    height: 35px;
    position: absolute;
    top: 10px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
    display: block;    
    width:14px;
    height:16px;
    background-repeat: no-repeat;    
    overflow: hidden;
    text-indent: -99999px;
}
.ui-datepicker .ui-datepicker-next span {
	background-image: url("images/calendar_next.png");		
}
.ui-datepicker .ui-datepicker-prev span {
	background-image: url("images/calendar_prev.png");		
}

.ui-helper-clearfix:after {
    clear: both;
}

#___plusone_0 {
	vertical-align: bottom!important;
}
span.wpcf7-list-item input {
	vertical-align: middle;
	margin-top: 1px;
}

#ui-datepicker-div { display: none; }

@media screen and (min-width : 320px) and (max-width : 480px) {
	
}
#mobilemessage {}
#mobilemessage {  
  text-align:center;
}

#mobilemessage input {
}

a.calltoactionbtn {
    display:inline-block;
    color:#fff !important;
    font-size: 13px;
height: 33px;
margin-bottom:5px;
}

a.calltoactionbtn i{
    display: inline-block;
    vertical-align: top;
}
a.calltoactionbtn .calltoactionbtn-left {
    width: 10px;
    background-image: url('images/button_bg_left.png');
    height: 100%;
}
a.calltoactionbtn:hover .calltoactionbtn-left {
    background-image: url('images/button_bg_on_left.png');
}
a.calltoactionbtn .calltoactionbtn-right {
    width: 10px;
    background-image: url('images/button_bg_right.png');
    height: 100%;
}
a.calltoactionbtn:hover .calltoactionbtn-right{
    background-image: url('images/button_bg_on_right.png');
}

a.calltoactionbtn .calltoactionbtn-middle {
    background-image: url('images/button_bg_middle.png');
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    line-height: 33px;
width:145px;
}

a.calltoactionbtn:hover .calltoactionbtn-middle {
    background-image: url('images/button_bg_on_middle.png');
}

/* tynimce content.css */
.content-text h1 {font-size: 2em; line-height:1.2em;}
.content-text h2 {font-size: 1.5em; line-height:1.2em;}
.content-text h3 {font-size: 1.17em; line-height:1.2em;}
.content-text h4 {font-size: 1em; line-height:1.2em;}
.content-text h5 {font-size: 0.95.em; line-height:1.2em;}
.content-text h6 {font-size: 0.85em; line-height:1.2em;}
.content-text address {font-style: italic;}
.content-text ul {display: block;list-style-type: disc;}
.content-text ol {display: block;list-style-type: decimal;}

.mainWidth.destaques.clearfix {
margin-bottom:20px;
padding-top: 20px;
}

.destaques .box .box-title {
  display: none;
}

.reservas {
  position: fixed;
  top: 216px;
}

#best-price-badge {
position: fixed;
top: 110px;
left: 0px;
background:none;
padding: 0px 0px 0px 0px;
z-index: 1001;
}

#best-price-badge:lang(pt-PT):before {
content:url(http://www.bensaude.pt/wp-content/uploads/2015/08/garantia-melhor-preco.png)!important;
width:174px;
height:120px;
}

#best-price-badge:lang(de-DE):before {
content:url(http://www.bensaude.pt/wp-content/uploads/2015/08/bestpreis-garantie.png)!important;
width:174px;
height:120px;
}

#best-price-badge:lang(en-US):before {
content:url(http://www.bensaude.pt/wp-content/uploads/2015/08/best-price-guaranteed.png)!important;
width:174px;
height:120px;
}

.reservas {
padding-top: 20px;
}

.reservas .reservas-title {
display:none!important;
}

.contact-table {
width:100%;
margin-bottom:10px;
border:1px #000 solid;
border-collapse:collapse;
}

.contact-table th {
background-color: #000;
color: #fff;
padding: 5px 5px;
}

.contact-table tr {
border:1px #000 solid;
}
.contact-table td {
padding: 3px 5px;
}

/* LATEST - Tabelas Promo e Hotel */

#hotel-table {
border-bottom:1px solid #ac9e89;
width:100%;
float: right;
margin-bottom:10px;
}

#hotel-table tr:last-child td {
padding-bottom:15px;
}

#hotel-table td {
padding: 2px 5px;
}

/* LATEST - Esconder campo "numero de adultos" do motor de reservas */
#nrAdults_val {
display:none!important;
}

/* LATEST - Remover Campo de Busca + Header.php */

#header .menu {
    margin-right: 0px;
}
#header .menu > ul > li:last-child {
padding-right: 0px;
}

#breadcrumb {
    height: 25px!important;
opacity:0.6;
}

#breadcrumb > div.mainWidth.inner {
    line-height: 25px;
opacity:0.6;
}

/* Table Promotions */

#promo-table {
margin-bottom:0px;
margin-left:20px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgb(201, 187, 167));
    background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(201, 187, 167));
    background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(201, 187, 167));
    background: linear-gradient(to top, rgba(255,255,255,0), rgb(201, 187, 167));
}

#promo-table tr:first-child td {
padding-top:15px;
padding-bottom:15px;
}

#promo-table tr:last-child td {
padding-bottom:15px;
}

#promo-table td {
text-align: center!important;
}


#promo-table td a {
margin:0px 0px 0px 0px;
}

#promo-table td.desaturate {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 

filter: gray;

-webkit-filter: grayscale(1);
     }

div.homepagetext {
display:none;
}

/* ADROTATOR */

#innerleftbanner {
border-top:3px solid #171717;
border-bottom:3px solid #171717;
}

/* REMAKE FOOTER NEWS */

#footer .inner .block:first-child {
display:none;
}

#footer .inner .block.center {
width: 619px!important;
border-left:none;
padding-left: 0px;
}

#footer .inner .block.last {
padding-right: 0px;
}
