@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(../../../../static/fonts/roboto/v11/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../../../../static/fonts/roboto/v11/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(../../../../static/fonts/roboto/v11/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(../../../../static/fonts/roboto/v11/mnpfi9pxYH-Go5UiibESIj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


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, 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, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', 'sans-serif';
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
	margin: 23px 0px 12px 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
*
*
*/


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { background: url(../images/bg_direction_nav.png) no-repeat 0 0;text-decoration:none; display: block; width: 30px; height: 30px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
text-indent: 9999px; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; background-position: -30px 0px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }



/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/**
*
*
*
**/


/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than whatâ€™s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is â€œactivatedâ€.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only â€œscrollableâ€ top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than whatâ€™s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: all 0.15s ease-out, max-height 0 0.15s, border-width 0 0.15s;
  -moz-transition: all 0.15s ease-out, max-height 0 0.15s, border-width 0 0.15s;
  transition: all 0.15s ease-out, max-height 0 0.15s, border-width 0 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker donâ€™t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: all 0.15s ease-out, max-height 0, border-width 0;
  -moz-transition: all 0.15s ease-out, max-height 0, border-width 0;
  transition: all 0.15s ease-out, max-height 0, border-width 0;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/**
*
*
*
*
**/

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .5em .25em;
  margin-left: .25em;
  margin-right: .25em;
  font-size: .6em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    font-size: .8em;
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  color: #0089ec;
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}
.picker__day--highlighted {
  background: #b1dcfb;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today" and "clear" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
   




/***
DEFAULT FORM STYLES
**/
textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"]{
  display: block;
  border-radius: 4px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,228,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
  border:1px solid #9e9e9e;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  width: calc(100% - 22px);
}
label{
  font-size: 1em;
  display: inline-block;
  position: relative;
  margin-top: 7px;
  text-transform: uppercase;
  margin: 5px 0px;
  font-weight: 300;
}


 #logo div{
     background-repeat: no-repeat;
      text-indent: -9999px;
      float: left;
      margin: 25px 0;
 }

.clear{
	clear:both;
}
.container{
	width:100%;
	max-width:980px;
	margin:0 auto;
  word-wrap: break-word;

}

.container p.text{
  line-height: 1.3em;
  font-size: 0.9em;
}

header h1{
	text-indent: -9999px;
	display: inline;
}
#language{
	background-color: #333;
}
#language li{
  float:right;
  font-size: 0.7em;
  border-left: 1px solid white;
  margin: 9px 0;
  color:white;
  text-transform: uppercase;
  padding: 0 3px 1px;
  display: inline-block;
}
#language li a{
	color:white;
	text-decoration: none;
}
#language li .title{
  display:none;
}
#language li:last-of-type a{
	border-left:0;
}
#language li a:hover{
	text-decoration: underline;
}

#language li.current{
  text-decoration: underline;
}

#header a.logoprice{
  background-image:url('../images/sprite.png');
  background-position: 0px 0px !important;
  width: 72px !important;
  height: 31px !important;
  display: inline-block !important;
  margin-right: 0px;
  vertical-align: middle !important;
  font-size: 10px;
  color:#333;
  text-transform: uppercase;
  text-align: left !important;
  padding-left: 32px;
  padding-top:4px;
  text-indent: inherit !important;
  text-decoration: none;
}
#header .logosWifi{
	background-image:url('../images/sprite.png');
	background-position: -150px -336px;
	width: 68px;
	height: 35px;
	display: inline-block;
	margin-right: 11px;
  margin-left: 11px;
  vertical-align: middle;
}
#header .right{
	float: right;
	margin-top:28px;
  width: auto;
  text-align: right;
}
#header .right .insta{
  background-image: url('../images/instagram.png')!important;
     background-size: 50px 44px!important;
    background-position: -7px -53px!important;
    background-size: cover;
}
.insta:hover{
  background-image: url('../images/instagram2.png')!important;
     background-size: 50px 44px!important;
    background-position: -7px -53px!important;
    background-size: cover;
}
#header .right .insta:hover{
  background-image: url('../images/instagram2.png')!important;
     background-size: 50px 44px!important;
    background-position: -7px -53px!important;
    background-size: cover;
}

#header .right a{
	background-image:url('../images/sprite.png');
	background-position: 1px -35px;
	width:32px;
	height:26px;
	text-indent: -9999px;
	display: inline-block;
	margin-top: 1px;
	margin-left: 5px;
  text-align: left;
  vertical-align: middle;
}
#header .right .facebook{
	background-position: -63px -35px;
}

#header .right .gplus{
	background-position: 2px -61px;
}
#header .right .twitter:hover{
	background-position: -31px -35px;
}
#header .right .facebook:hover{
	background-position: -95px -35px;
}
#header .right .gplus:hover{
	background-position: -29px -61px;
}
#header .right .terrassa{
  width: 61px;
  height: 52px;
  background-position: -181px -270px;
}
#header .right .quality{
   background-position: 0px -5px;
    background-size: 65px 67px;
    background-repeat: no-repeat;
   width:60px;
  height:52px;
  background-image: url('../images/image003.png');
 /*background-position: -171px -107px;*/
}

#header .right.lang-es .terrassa{
  background-position: -179px -219px;
}
#header .right.lang-es .quality{
  background-position: 0px -5px;
    background-size: 65px 67px;
    background-repeat: no-repeat;
}

#header .right.lang-en .terrassa{
  background-position: -181px -167px;
}
#header .right.lang-en .quality{
  background-position: 0px -5px;
    background-size: 65px 67px;
    background-repeat: no-repeat;
}
#header .right .terrassa,
#header .right .quality{
  margin-right:5px;
}







#sliderWrapper{
	overflow: hidden;
}


.spanimg{
  display: block;
  width:100%;
  height:200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f1f2;
  box-shadow: inset 0px 0 10px rgba(0,0,0,0.3);
}
#slider .spanimg{
	height:409px;
}
.slider .flex-direction-nav {
  display: none !important;
}


#sliderGallery .spanimg{
  height:800px;
  background-size: cover;
}
#sliderHabitacio .spanimg{
  height:600px;
  background-size: cover;
}
#sliderPromotion .spanimg,
#sliderMeetings .spanimg,
#sliderGastronomy .spanimg,
#sliderCelebrations .spanimg{
  height:400px;
  background-size: cover;
}

#sliderGallery .flex-control-nav {
  display: block;
  width: 100%;
  position: inherit;
  top:15px;
  bottom:20px;
  height: 56px;
}
#sliderGallery .flex-direction-nav {
  display: block !important;
}


.formWrapper{
	height:389px;
	width:270px;
	background-color:rgba(0,0,0,.7);
	color:white;
	text-transform: uppercase;
	position: absolute;
	padding:20px 15px 0 15px;
	z-index:9999;
}
.formTitle{
	font-size: 1.4em;
	font-weight: 100;
}
.formSubtitle{
	font-size: 0.8em;
	margin: 3px 0 20px 0;
	display: block;
}
.formWrapper div.customer{
	background-color: black;
	position: absolute;
	bottom: 0;
	height: 60px;
	margin-left: -15px;
	padding:11px 15px 0 15px;
	text-align: center;
	font-weight: 300;
	width: 90%;
}

.customerPhone{
	font-size:2.1em;
	font-weight: normal;
}
.customerText{
	font-size:1.1em;
	display: block;
}

form#formHome label{
	font-size: 0.7em;
  display: inline-block;
  position: relative;
  margin: 0px;
  margin-top: 7px;
}
form#formHome input,
a.verMapa,
a.verOfertas{
	display: block;
	border-radius: 4px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,228,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
	border:1px solid #9e9e9e;
	padding: 10px;
	width:250px;
	margin-top: 5px;
  margin-bottom: 0px;
}

.inputWrapper{
	position: relative;
}

form#formHome input[type="text"]:hover{
	cursor: text;
}
.btn,
form#formHome input[type="submit"],
a.verMapa,
a.verOfertas{
	background: rgb(242,226,88);
	background: -moz-linear-gradient(top, rgba(242,226,88,1) 0%, rgba(227,178,7,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,226,88,1)), color-stop(100%,rgba(227,178,7,1)));
	background: -webkit-linear-gradient(top, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
	background: -o-linear-gradient(top, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
	background: linear-gradient(to bottom, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e258', endColorstr='#e3b207',GradientType=0 );
	border:1px solid #f3c00b;
	color: #af8e01;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	border-radius: 4px;
	text-shadow:1px 1px 1px rgba(255,255,255,0.6);
	width: 100%;
	padding: 10px;
	margin-top: 17px;
}
.btn{
  width: 250px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
}

.btn:hover,
form#formHome input[type="submit"]:hover,
a.verMapa:hover,
a.verOfertas:hover{
	background: rgb(227,178,7);
	background: -moz-linear-gradient(top, rgba(227,178,7,1) 0%, rgba(242,226,88,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,178,7,1)), color-stop(100%,rgba(242,226,88,1)));
	background: -webkit-linear-gradient(top, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
	background: -o-linear-gradient(top, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
	background: -ms-linear-gradient(top, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
	background: linear-gradient(to bottom, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3b207', endColorstr='#f2e258',GradientType=0 );
	color:#a4870c;
  cursor: pointer;
}

.btn.gray{
  background: rgb(200,200,200);
  background: -moz-linear-gradient(top, rgba(200,200,200,1) 0%, rgba(100,100,100,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(100%,rgba(100,100,100,1)));
  background: -webkit-linear-gradient(top, rgba(200,200,200,1) 0%,rgba(100,100,100,1) 100%);
  background: -o-linear-gradient(top, rgba(200,200,200,1) 0%,rgba(100,100,100,1) 100%);
  background: -ms-linear-gradient(top, rgba(200,200,200,1) 0%,rgba(100,100,100,1) 100%);
  background: linear-gradient(to bottom, rgba(200,200,200,1) 0%,rgba(100,100,100,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#666666',GradientType=0 );
  border-color: #999;
  color:#444;
}

.btn.gray:hover{
  background: rgb(100,100,100);
  background: -moz-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(200,200,200,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,100,100,1)), color-stop(100%,rgba(200,200,200,1)));
  background: -webkit-linear-gradient(top, rgba(100,100,100,1) 0%,rgba(200,200,200,1) 100%);
  background: -o-linear-gradient(top, rgba(100,100,100,1) 0%,rgba(200,200,200,1) 100%);
  background: -ms-linear-gradient(top, rgba(100,100,100,1) 0%,rgba(200,200,200,1) 100%);
  background: linear-gradient(to bottom, rgba(100,100,100,1) 0%,rgba(200,200,200,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#cccccc',GradientType=0 );
  border-color: #999;
  color:#444;
}

.btn.blue{
  background: rgb(114,177,214);
  background: -moz-linear-gradient(top, rgba(114,177,214,1) 0%, rgba(94,145,175,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,177,214,1)), color-stop(100%,rgba(94,145,175,1)));
  background: -webkit-linear-gradient(top, rgba(114,177,214,1) 0%,rgba(94,145,175,1) 100%);
  background: -o-linear-gradient(top, rgba(114,177,214,1) 0%,rgba(94,145,175,1) 100%);
  background: -ms-linear-gradient(top, rgba(114,177,214,1) 0%,rgba(94,145,175,1) 100%);
  background: linear-gradient(to bottom, rgba(114,177,214,1) 0%,rgba(94,145,175,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b1d6', endColorstr='#5e91af',GradientType=0 );
  border-color: #486f86;
  color:#cbebff;
  text-shadow:1px 1px 1px rgba(58,89,107,0.6);
}

.btn.blue:hover{
  background: rgb(94,145,175);
  background: -moz-linear-gradient(top, rgba(94,145,175,1) 0%, rgba(114,177,214,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,145,175,1)), color-stop(100%,rgba(114,177,214,1)));
  background: -webkit-linear-gradient(top, rgba(94,145,175,1) 0%,rgba(114,177,214,1) 100%);
  background: -o-linear-gradient(top, rgba(94,145,175,1) 0%,rgba(114,177,214,1) 100%);
  background: -ms-linear-gradient(top, rgba(94,145,175,1) 0%,rgba(114,177,214,1) 100%);
  background: linear-gradient(to bottom, rgba(94,145,175,1) 0%,rgba(114,177,214,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e91af', endColorstr='#73b1d6',GradientType=0 );
  border-color: #486f86;
  color:#cbebff;
  text-shadow:1px 1px 1px rgba(58,89,107,0.6);
}

.sended .btn{
  margin: 30px auto;
  display: block;
}
form#formHome label input:hover{
	cursor: text;
}
form#formHome .dateinput{
	background-image:url('../images/sprite.png');
	background-position: -63px -62px;
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 7px;
	right: 5px;
}
.dateLabel{}
.peopleLabel{
	display: inline-block;
	width:71px;
	float:left;
}
form#formHome label.peopleLabel input{
	width:52% !important;
}



/***
FORM INSIDE
**/

.elemWrapper{
  margin:0 7px;
}
.formInside{
  height:auto;
  width:100%;
  background-color:#333;
  color:white;
  text-transform: uppercase;
  padding: 13px 0 0;
  height: 67px;
}

form#formInside .elemWrapper{
  height:55px;
}

form#formInside label{
  font-size: 0.7em;
  display: block;
  margin: 0px;
}
form#formInside input{
  display: block;
  border-radius: 4px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,228,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
  border:1px solid #9e9e9e;
  padding: 10px;
  width:100px;
  margin-top: 5px;
}

.inputWrapper{
  position: relative;
}

form#formInside input[type="text"]:hover{
  cursor: text;
}

form#formInside input[type="submit"]{
  background: rgb(242,226,88);
  background: -moz-linear-gradient(top, rgba(242,226,88,1) 0%, rgba(227,178,7,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,226,88,1)), color-stop(100%,rgba(227,178,7,1)));
  background: -webkit-linear-gradient(top, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
  background: -o-linear-gradient(top, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
  background: linear-gradient(to bottom, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e258', endColorstr='#e3b207',GradientType=0 );
  border:1px solid #f3c00b;
  color: #af8e01;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  border-radius: 4px;
  text-shadow:1px 1px 1px rgba(255,255,255,0.6);
  width: 100%;
  padding: 10px 22px;
  margin-top: 17px;
}

form#formInside input[type="submit"]:hover{
  background: rgb(227,178,7);
  background: -moz-linear-gradient(top, rgba(227,178,7,1) 0%, rgba(242,226,88,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,178,7,1)), color-stop(100%,rgba(242,226,88,1)));
  background: -webkit-linear-gradient(top, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
  background: -o-linear-gradient(top, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
  background: -ms-linear-gradient(top, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
  background: linear-gradient(to bottom, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3b207', endColorstr='#f2e258',GradientType=0 );
  color:#a4870c;
  cursor: pointer;
}

form#formInside label input:hover{
  cursor: text;
}
form#formInside label.peopleLabel{
  width:auto;
}
form#formInside input.peopleInput{
  width: 40px;
}
.formText, .inputWrapper, .elemWrapper{
  float:left;
  vertical-align: top;
}
#formHome .inputWrapper{
  float:none;
}
.formInside .formText{
  margin-top: 7px;
  margin-right: 30px;
  text-align: center;
}

.formInside .customer{
  background-color:#000;
  height: 58px;
  padding: 22px 10px 0;
  margin-top: -13px;
  font-size: 0.8em;
  float: right;
}
.formInside .customer .customerText{
  font-weight: 300;
}
.formInside .customer .customerPhone{
  font-size:1.9em;
}
.formInside .formSubtitle{
  margin:0;
}


form#formInside .picker--opened .picker__holder {
  min-width:320px;
}



/**
fi form inside
**/




section h2{
  font-size: 1.4em;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 300;
}
section h2.big{
  font-size: 2.7em;
  letter-spacing: -3px;
  padding:30px 0px 0px 0px;
  text-align: center;
  font-weight: 100;
}
.flex-control-nav {
	display: none;
}
.promotionSliderWrapper{
  background-color: #fafafa;
  padding: 40px 0 0;
  overflow: hidden;
  margin-bottom: 60px;
}
#promotionSlider{
	margin-bottom:50px;
}

#promotionSlider .flex-viewport {
	width:960px;
	margin:0 10px;
}
#promotionSlider .slides2 img{
	width:100%;
}
#promotionSlider .flex-control-nav {
	display: block;
	width:100%;
	position: inherit;
	margin-top:40px;
}
#promotionSlider .slides2 li{
	width: 310px !important;
	margin:0 5px;
	background-color: #333;
	color:#ccc;
padding-bottom: 20px;
}

#promotionSlider .slides2 li h2{
	padding:40px 20px 7px 20px;
	font-size: 1.3em;
	font-weight: normal;
}
#promotionSlider .slides2 li h3{
	padding:0 20px 20px 20px;
	font-size:0.9em;
	font-weight: 300;
}




.flex-control-paging li {
	margin:0 5px;
}
.flex-control-paging li a {
	background-color: white;
	border:1px solid #222;
	width:16px;
	height:16px;
	border-radius: 30px;
}
.flex-control-paging li a:hover {
	background-color: #f1f1f2;
}
.flex-control-paging li a.flex-active {
	background-color: white;
	border: 5px solid #222;
	width: 8px;
	height: 8px;
	position: relative;
	top: 4px;
	border-radius: 30px;
}

#Barcelona{
	background-image: url('../images/bg_bcn.jpg');
	width:100%;
	margin:0 auto;
	background-position: top center;
	position: relative;
}
#Barcelona h1{
  font-size: 2.7em;
  letter-spacing: -3px;
  text-align: center;
  padding: 70px 0;
  text-transform: uppercase;
  font-weight: 100;
	padding: 42px 0 60px;
	color:#053d51;
}
#Barcelona p{
	font-size:1.5em;
	font-weight: 300;
}



#newsletter{
  background-color: rgba(0,0,0,0.8); 
  margin-bottom: -30px;
}
#newsletter p{
  font-size: 2em;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 30px;
  color:rgba(255,255,255,0.6);
  font-weight: 100;
  float: left;
  width: 340px;
  padding-bottom: 30px;
}
#newsletter input{
  min-width:280px;
  width:33%;
  /* float: right; */
  margin-top: 7px;
  margin-bottom: 15px;	
}
#newsletter input[type="submit"]{
  width:20%;
}
#newsletter form:after{
    content:'';
    display:block;
    clear: both;
}


p.par1{
	color:white;
	line-height: 1.3em;
	margin-bottom: 30px;
}
p.par2{	
	color:#3e4839;
	padding-bottom: 93px;
	line-height: 1.3em;
}

p.par3{	
	text-align: right;
	color:white;
	line-height: 1.3em;
	width: 90%;
	float: right;
}

p.parA, p.par17, p.parMin, p.parDe, p.parBcn{
	color:#053d51;
}
p.par17, p.parBcn{
	font-weight: bold;
}

.block1, .block2, .block3{
	vertical-align: top;
}

p.parA{
	text-transform: uppercase;
	font-size: 2.7em !important;
	position: relative;
	left: 5px;
}
p.par17{
	font-size: 8em !important;
	letter-spacing: -6px;
	font-weight: 300 !important;
}
p.parMin{
	font-size: 2.7em !important;
	margin-left: 34px;
}
p.parDe{
	font-size: 3.5em !important;
	font-weight: 100 !important;
}
p.parBcn{
	font-size: 3.8em !important;
	font-weight: normal !important;
}

.block17{
	margin-top:42px;
	margin-left:-20px;
}
.blockBcn{
	margin-top: 70px;
	margin-left: 25px;
}
.block17 p{
	display: inline;
}
.blockBcn p{
	display: inline;

}
.imgCotxe{
	background-image:url('../images/sprite.png');
	background-repeat: no-repeat;
	width: 43px;
	height: 54px;
	display: inline-block;
	text-align: right;
	float: right;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
}
.cotxe1{
	background-position: 0px -113px;
}
.cotxe2{
	background-position: -43px -113px;
}
.cotxe3{
	background-position: -87px -113px;
	width: 50px;
	margin-top: 28px;
}

a.verMapa{
	text-decoration: none;	
	width:inherit;
	text-align: center;
	font-weight: normal;
	float: right;
	margin-top: 15px;
	max-width:50%;
}






.footerWrapper{
	background-color: black;
	color:white;
	clear: both;
}
.tripadvisor{
	background-image:url('../images/sprite.png');
  background-repeat: no-repeat;
	width: 170px;
	height: 26px;
	background-position: 0px -87px;
	float: right;
	margin-top: 10px;
}
footer nav ul{
	float:left;
	margin: 15px 0;
}
footer nav ul li{
	float: left;
	border-right: 1px solid #aaa;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}
footer nav ul li:last-of-type{
	border: 0;
}
footer nav ul li a{
	text-decoration: none;
	color:#35373a;
	font-size: 0.9em;
}
footer nav ul li a:hover{
	text-decoration: underline;
}


.footerWrapper div.contact{
	display:inline-block;
	width: 22%;
	font-size: 0.9em;
	vertical-align: top;
	padding: 30px 0 40px;
}


.logoFooter{
  display: block;
	background-image:url('../images/sprite.png');
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.footerWrapper div.contact #LogoCandido{
	width:151px;
	height:59px;
	background-position: 0px -165px;
}
.footerWrapper div.contact #LogoTerrassa{
	width:182px;
	height:57px;
	background-position: 0px -224px;
  margin-bottom:32px;
}
.footerWrapper div.contact #LogoMun{
width: 110px;
height: 52px;
background-position: 2px -284px;
margin-bottom: 37px;
}

.footerWrapper div.contact p{
	line-height: 1.3em;
	font-size: 0.9em;
}
.footerWrapper div.contact p a{
	color:inherit;
	text-decoration: none;
}
.footerWrapper div.contact p a:hover{
	text-decoration: underline;
}



.block1, .block2, .block3{
	display: inline-block;	
	width: 33%;
}
.block2{
	text-align: center;
}



/**
  * INTERIOR
  **/

  .titleBlue{
    color:#62aecd !important;
  }

section h1,
article h1,
article .subtitle{
  text-align: center;
  font-weight: 100;
}
section h1,
article h1{
  font-size:2.7em;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 30px;
}
section .subtitle,
article .subtitle{
  font-size: 1.4em;
  margin:5px 0 35px;
}


.whiteBg{
  background: #ffffff;
  margin: 20px 0px;
}


.textBg{
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fbfbfb));
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%,#fbfbfb 100%);
  padding: 20px 0;
  overflow: hidden;
}
.textBg h2{
  font-size:1.4em;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 500;
  color: #62aecd;
}
.textBg p{
  font-size:1.3em;
  line-height: 1.3em;
  font-weight: 300;
  margin: 20px 0px;
}
h2.secondP{
  font-size:1.4em;
  letter-spacing: 0px;
  margin-top: inherit;
  font-weight: inherit;
}
.linkBg{
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fbfbfb));
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%,#fbfbfb 100%);
  padding: 20px 0;
  overflow: hidden;
}
.linkBg figure{
  font-size:1.3em;
  line-height: 1.3em;
  font-weight: 300;
  margin: 20px 0px;
}
.linkBg figure figcaption{
  text-transform: uppercase;
}
.linkBg figure a{
  color: #053d51;
}
.textBg .Fright{
  float:right;
  margin:20px 0px 20px 20px;
}
.textBg .Fleft{
  float:left;
  margin:20px 20px 20px 0px;
}
.relatedBg,
.subcontentBg{
  background-color: #ffffff;
}


/**
 ** HABITACIONS
 **/



#habSlider{
  margin-right: 100px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.slidesHab li{
  height: 260px;
  background-color: rgba(0,0,0,0.1);
}
#Hab1 #habSlider{
  margin-left: 100px;
  margin-right: 0;
}
#Hab0 .slideAfter,#Hab2 .slideAfter{
  display:none;
}
#Hab1 .slideBefore{
  display:none;
}
.textPromo,
.textHab{
  vertical-align: middle;
}
#habSlider .flex-control-nav {
  display: block;
  width:100%;
  position: inherit;
}
#habSlider .flex-viewport{
  width: 490px;
}



.hab{
  overflow: hidden;
  padding:40px 0;
  background-color: #f5f5f5;
  line-height: 1.2em;
}
.HomePromotions .hab,
article.promotions .hab{
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fbfbfb));
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%,#fbfbfb 100%);
}

#Hab1.hab{
  background-color: #fbfbfb;
}
#Hab2.hab{
  background-color: #ffffff;
}

.hab h2, .hab h3{
  text-transform: uppercase;
  font-weight: 300;
}
.hab h2{
  font-size: 1.7em;
  line-height: 1.2em;
  color: #62aecd;
  font-weight: 300;
}
.hab h3{
  font-size: 1.1em;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3em;
}
.hab p{
  margin: 20px 0; 
  font-size: 1.1em; 
  line-height: 1.3em; 
  text-align: justify; 
  color: #454444; 
}
ul.specs li{
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 300;
  margin: 7px 0px 9px;
  background-image:url('../images/sprite.png');
  background-repeat: no-repeat;
  background-position: -220px -378px;
  padding-left: 28px;
}
ul.docs li{
  width: 45%;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  margin-bottom: 20px;
}
ul.docs li a{
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 300;
  margin: 7px 0px 9px;
  background-image:url('../images/sprite.png');
  background-repeat: no-repeat;
  background-position: -222px -377px;
  padding-left: 28px;
  text-decoration: underline;
  color:black;
}
ul.docs li a small{ 
  display: block;
  font-size: 0.7em !important;
  padding-left: 28px;
  margin: 5px 0px;
  font-weight: 300 !important;
}
ul.docs li a:hover{
  font-weight: 400;
}
ul.specs{
  margin: 20px 0px 30px;
}
.textPromo,
.textHab{
  overflow: hidden;
  width: 39%;
  display: inline-block;
}

a.verOfertas{
  text-decoration: none;  
  width:inherit;
  text-align: center;
  font-weight: normal;
  float: right;
  margin-top: 15px;
  font-weight: 400;
  padding:10px 50px;
}
a.verOfertas.linkReason{
  float:none;
  width: 40%;
  margin: 0 auto;
}


.textPromo .verOfertas,
.textHab .verOfertas{
  width: calc(48% - 2px);
  padding: 10px 0px;
  margin-left: 4%;
}
.textPromo .verOfertas+.verOfertas,
.textHab .verOfertas+.verOfertas{
  margin-left: 0;
}
.price-link .price,
.toFilter .info .price,
.textPromo .price,
.textHab .price{
  width: 382px;
  background-image: url('../images/oferta.png');
  height: 127px;
  clear:both;
  background-position: 0px 0px;
}
.price-link .price.es,
.toFilter .info .price.es,
.textPromo .price.es,
.textHab .price.es{
  background-position: 0px -128px;
}
.price-link .price.ca,
.toFilter .info .price.ca,
.textPromo .price.ca,
.textHab .price.ca{
  background-position: 0px -256px;
}
.toFilter .info .price span.text,
.promotion.inside .price span.text,
.textPromo .price span.text,
.textHab .price span.text{
  width:128px;
  height:23px;
  display: block;
  color:#73b1d6;
  font-weight: 600;
  /*letter-spacing: -2px;*/
  padding: 32px 0px 0px 0px;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto', 'sans-serif';
}
.toFilter .info .price span.number,
.promotion.inside .price span.number,
.textPromo .price span.number,
.textHab .price span.number{
  width:128px;
  height:63px;
  display: block;
  color:#fff;
  font-weight: 500;
  letter-spacing: -2px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  font-size: 2em;
  font-family: 'Roboto', 'sans-serif';
}
.price-link{
  text-align: left;
}

.price-link .price{
  float:right;
}
.before{
  display: block;
  float:left;
  vertical-align: middle;
  padding:10px;
  padding-left:0px;
  font-size: 1.4em;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: right;
  line-height: 1.4em;
  color: #7f7c7c;
}
.promotion.inside .before{
  float:right;
}
.before span,
.promotion.inside .before span{
  display: inline-block;
  padding:10px;
}
.before span:before ,
.promotion.inside .before span:before {
  display: inline-block;
  content: "";
  border-top: 1px solid #666;
  width: 80px;
  position: absolute;
  margin-top: 15px;
  margin-left: -15px;  
  -webkit-transform:rotate(-20deg);
  -moz-transform:rotate(-20deg);
  -ms-transform:rotate(-20deg);
  -o-transform:rotate(-20deg);
  transform:rotate(-20deg);
}


.promotion.inside .book{
  display: inline-block;
  vertical-align: middle;
}
.promotion.inside .book a{
  display: block;
}

.HomePromotions .hab:nth-child(odd) .slideBefore,
.promotions .list .hab:nth-child(odd) .slideBefore{ display:inline-block;margin-right: 100px;margin-left: 0px;}
.HomePromotions .hab:nth-child(odd) .slideAfter,
.promotions .list .hab:nth-child(odd) .slideAfter{ display:none !important;}

.HomePromotions .hab:nth-child(even) .slideBefore,
.promotions .list .hab:nth-child(even) .slideBefore{ display:none !important;}
.HomePromotions .hab:nth-child(even) .slideAfter,
.promotions .list .hab:nth-child(even) .slideAfter{ display:inline-block;margin-left: 100px;margin-right: 0px !important;}




.HomeReasons{
  background-color: #f5f5f5;
}
.reasons{
  overflow: hidden;
  line-height: 1.2em;
  width:46%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  background-color: white;
  box-shadow: 0 0 28px 3px rgba(0,0,0,0.1);
  margin:35px;
  margin-left:0;
  padding-bottom: 20px;
}
.HomeReasons .container > .reasons:nth-child(2n){
  margin-right: 0;
  margin-left:35px;
}

.reasons#reason2,
.reasons#reason3{
  margin-top:15px;
}
.reasons .textReason h2,
.reasons .textReason p{
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
.reasons .textReason p{
  font-size:1em;
}
.reasons img{
  width:100%;
}




.reasons > div{
  width:100%;
  margin:0 auto;
  text-align: center;  
}
.HomePromotions .reasons,
article.promotions .reasons{
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fbfbfb));
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%,#fbfbfb 100%);
}

#reasons1.reasons{
  background-color: #fbfbfb;
}
#reasons2.reasons{
  background-color: #ffffff;
}

.reasons h2, .reasons h3{
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
}
.reasons h2{
  font-size: 1.7em;
  margin-top: 15px;
}
.reasons h3{
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0px;
}
.reasons p{
  margin: 20px 0; 
  font-size: 1.1em; 
  line-height: 1.3em; 
  text-align: justify; 
  color: #454444; 
}
.reasons .textReason a{
  text-align: center;
}

.half{
  width: 48%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  padding:0px;
  overflow: hidden;
}
.half h1{
  text-align: left !important;
  font-size: 2em !important;
  font-weight: 100 !important;
}
.half+.half{
  margin-right: 0px;
}
.phone{
  text-align: left !important;
}
.phone i{
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image:url('../images/sprite.png');
  background-position: -108px -272px;
  vertical-align: middle;
  margin: 10px 10px 10px 0px;
}
.half .phone span{
  display: inline-block;
  font-size: 2em;
  line-height: 2em;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: 'Roboto', 'sans-serif';
  font-weight: 300;
  color:#000;
  letter-spacing: -1px;
  margin: 10px ;
}
.flex-direction-nav a{
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  opacity: 1;
  text-decoration: none;
  background-image:url('../images/arrow-slide.png');
  width:56px;
  height: 56px;
  text-indent: -9999px;
  top: calc(100% - 56px); 
  background-position: 0px 0px !important;
}
ol+.flex-direction-nav a{
  top: calc(100% - 112px); 
}

.flex-direction-nav a:before {
  display: none;
}

.flex-direction-nav .flex-prev {  
left: 0px !important;
}

.flex-direction-nav .flex-next { 
  text-align: center !important; 
  left: calc(100% - 56px); 
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.flex-direction-nav a:before  { font-family: "flexslider-icon" !important; font-size: 40px !important; display: inline-block !important; content: '\f001' !important; }
.flex-direction-nav a.flex-next:before  { content: '' !important; }

.flexslider a.flex-prev,
.flexslider a.flex-next{
  opacity: 0.4;
}

.flexslider:hover .flex-prev ,
.flexslider:hover .flex-next { 
  opacity: 0.7;
}

.flexslider a.flex-prev:hover,
.flexslider a.flex-next:hover{
  opacity: 1;
}

/** Promocions comparteix template amb habitacions
**/

#Hab3 .flexslider.slideBefore,
#Hab5 .flexslider.slideBefore,
#Hab7 .flexslider.slideBefore{display: none; }
#Hab3 .flexslider.slideAfter,
#Hab5 .flexslider.slideAfter,
#Hab7 .flexslider.slideAfter{margin-left: 100px;margin-right: 0; }


#Hab4 .flexslider.slideAfter,
#Hab6 .flexslider.slideAfter,
#Hab8 .flexslider.slideAfter{display: none; }
#Hab4 .flexslider.slideBefore,
#Hab6 .flexslider.slideBefore,
#Hab8 .flexslider.slideBefore{margin-left: 0; margin-right: 100px;}




/**
 ** contact.tpl
 **/

.contactForm h2{padding:0px 0px 20px 0px;font-weight: 300;font-size: 1.2em;font-family: 'Roboto', 'sans-serif';text-transform: uppercase;}
.contactForm .row{display: inline-block;padding:0px 20px 15px 0px;width: 310px;}
.contactForm .row.micro{width: 143px;}
.contactForm .row.small{width: 227px;}
.contactForm .row.double{width: 646px;}
.contactForm .row.full{width: 980px;padding:0px 0px 15px 0px;}
.contactForm .row.last{padding:0px 0px 15px 0px;}
.contactForm label{ font-size: 0.7em;display: inline-block;position: relative; margin-top: 7px;}
.contactForm select,.contactForm input[type="text"]{
  display: block;
  border-radius: 4px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,228,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
  border: 1px solid #9e9e9e;
  padding: 10px;
  width: calc(100% - 22px);
  margin-top: 5px;
}
.contactForm textarea{
  display: block;
  border-radius: 4px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,228,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
  border: 1px solid #9e9e9e;
  padding: 10px;
  width: calc(100% - 22px);
  margin-top: 5px;
  height: 150px;
}
input[type="submit"]{
  background: rgb(242,226,88);
  background: -moz-linear-gradient(top, rgba(242,226,88,1) 0%, rgba(227,178,7,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,226,88,1)), color-stop(100%,rgba(227,178,7,1)));
  background: -webkit-linear-gradient(top, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
  background: -o-linear-gradient(top, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
  background: linear-gradient(to bottom, rgba(242,226,88,1) 0%,rgba(227,178,7,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e258', endColorstr='#e3b207',GradientType=0 );
  border:1px solid #f3c00b;
  color: #af8e01;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  border-radius: 4px;
  text-shadow:1px 1px 1px rgba(255,255,255,0.6);
  width: 200px;
  padding: 10px 22px;
  margin-top: 17px;
}
input[type="submit"]:hover{
  background: rgb(227,178,7);
  background: -moz-linear-gradient(top, rgba(227,178,7,1) 0%, rgba(242,226,88,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,178,7,1)), color-stop(100%,rgba(242,226,88,1)));
  background: -webkit-linear-gradient(top, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
  background: -o-linear-gradient(top, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
  background: -ms-linear-gradient(top, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
  background: linear-gradient(to bottom, rgba(227,178,7,1) 0%,rgba(242,226,88,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3b207', endColorstr='#f2e258',GradientType=0 );
  color:#a4870c;
  cursor: pointer;
}
#mapa{
  clear: both;
  width: 100%;
  height: 400px;
  overflow: hidden;
}


/*
 * SALONES
 */
 .filter{
  padding-bottom: 20px;
 }
 .filter .options{
  display: block;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
 }
 .filter .options label{
  height: 56px;
  line-height: 56px;
  padding: 0px;
  margin:0px 10px;
 }
 .filter .options span.close{
  float:right;
  margin-top: 0px;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  opacity: 0.3;
  text-decoration: none;
  background-image:url('../images/close.png');
  width:56px;
  height: 56px;
  text-indent: -9999px;
  top: calc(100% - 56px); 
  background-position: 0px 0px !important;
  vertical-align: middle;
 }
 .filter .options span.close:hover{
  opacity: 0.7;
  cursor: pointer;
 }
 .filter .options span.open{
    float:right;
    margin-top: 0px;

    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    opacity: 0.3;
    text-decoration: none;
    background-image:url('../images/arrow-slide.png');
    width:56px;
    height: 56px;
    text-indent: -9999px;
    top: calc(100% - 56px); 
    background-position: 0px 0px !important;

    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
 }

.filter label{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 1.4em;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 100;
}
.filter select{
    display: inline-block;
  border-radius: 4px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,228,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
  border: 1px solid #9e9e9e;
  padding: 10px;
  width: 150px;
  margin-top: 5px;
  margin-right: 50px;
  
}
.filter .slider{
  width: calc(100% - 34px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}
.noUi-connect {
  background: #64a2b9 !important;
  box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
}

.filter .tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  font: 400 12px/12px Arial;
  border-radius: 3px;
  background: #fff;
  top: -30px;
  padding: 5px;
  text-align: center;
  display: none;
}
.noUi-handle:hover {
  cursor: move;
}
.noUi-handle:hover .tooltip{
  display: block;
}
.filter .tooltip strong {
  display: block;
  padding: 2px;
}
.filter .icouser{
  width: 16px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  background-image:url('../images/sprite.png');
  background-position: -165px -390px ;
}
.container.list{
  padding:30px 0px;
}

.toFilter{
  display:block;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#fbfbfb));
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%,#fbfbfb 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%,#fbfbfb 100%);
  padding: 40px 0;
}

.toFilter .flexslider{
    width: 490px;
    vertical-align: top;
}

.toFilter:nth-child(odd) .slideBefore{ display:inline-block;}
.toFilter:nth-child(odd) .slideAfter{ display:none !important;}
.toFilter:nth-child(odd) .info{ margin-left: 100px;}

.toFilter:nth-child(even) .slideBefore{ display:none !important;}
.toFilter:nth-child(even) .slideAfter{ display:inline-block;}
.toFilter:nth-child(even) .info{ margin-right: 100px;}

.toFilter .info{
  width: 375px;
  display: inline-block;
  vertical-align: middle;
}
.toFilter .info time{
  display: inline-block;
  margin-bottom: 10px;
  color:#666;
  font-style: italic;
}
.toFilter h2{
  font-size: 1.7em;
  padding-bottom: 20px;
  margin-top:0;
}
.toFilter h3{
  font-size: 1.1em; 
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.toFilter p{
  margin: 20px 0; 
  font-size: 1.1em; 
  line-height: 1.3em; 
  text-align: justify; 
  color: #454444; 

}
.toFilter .icoBox{
  width: 32px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 10px;
  font-family: 'Roboto', 'sans-serif';
  font-weight: 400;
  font-size: 0.9em;
}
.icoBox .ico{
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 5px;
  border:solid 1px #666;
  margin-bottom: 3px;
  background-image:url('../images/icons_candido.png');
  background-position: 0px 0px ;
  position: relative;
  vertical-align: middle;
}
.icoBox .ico.dinning{
  background-position: -32px 0px ;
}
.icoBox .ico.coctel{
  background-position: -64px 0px ;
}
.icoBox .ico.school{
  background-position: -96px 0px ;
}
.icoBox .ico.theater{
  background-position: -128px 0px ;
}
.icoBox .ico.meeting{
  background-position: -160px 0px ;
}
.info .icoBox .ico:hover:after{
  top: -31px;
  background: #fff;
  font-size: 14px;
  color: #666;
  content: attr(title);
  display: block;
  padding: 5px 15px;
  position: absolute;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.noItems{
  font-family: 'Roboto', 'sans-serif';
  font-weight: 200;
  font-size: 1.4em;
  text-align: center;
  padding:40px 0px;
}

.filter .sliderLabel{
  display: inline-block;
  width: 50%;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.filter .sliderLabel .ico{
  margin-right: 10px !important;
}
.filter .sliderBox{
  display: inline-block;
  width: 50%;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

.subpages{
  padding-bottom: 40px;
}
.subpages ul{
  width: 100%;
}
.subpages li{
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  text-align: center;
  background-color: #f4f4f4;
}
.subpages li:nth-child(even){
  margin-right: 0;
}
.subpages li a{
  text-decoration: none;
  display: table;
  width: 100%;
  height: 200px;
  background-color: rgba(255,255,255,0.7);
}
.subpages li a span{
  width: 100%;
  max-width: 100%;
  display: table-cell;
  text-align: center;
  font-size: 2.5em;
  letter-spacing: -2px;
  text-transform: uppercase;
  color:black;
  font-weight: 100;
  vertical-align: middle;
}
.subpages li a span+span{
  display:none;
}
.subpages li:hover a span{
  display:none;
}
.subpages li:hover a span+span{
  display: inline-block;
}
.subpages li:hover a{
  background-color: rgba(255,255,255,0);
}
.subpages li:hover a span+span{
  background-color: rgba(255,255,255,0.7);
  padding:10px 0px;
}
@media screen and (max-width: 700px) {
  .subpages li{
     width: 100%;
     margin-right: 0;
  }
}

.contactar.inside .address{

}
.contactar.inside .tel{
}
.contactar.inside .fax{

}
.contactar.inside .email a{
  color:black;
  text-decoration: none;
}
.contactar.inside .email a:hover{
  text-decoration: underline;
}

/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm li{position:relative;}
ul.sm a{position:relative;display:block;}
ul.sm a.disabled{cursor:default;}
ul.sm ul{position:absolute;top:-999999px;left:-800px;width:12em;z-index: 10999 !important;}
ul.sm li{float:left;}
ul.sm-rtl{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li{float:none;}
ul.sm a{white-space:nowrap;}
ul.sm ul a{white-space:normal;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;}
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
* html ul.sm{height:1px;}
*:first-child+html ul.sm{min-height:1px;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}

/*
---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-clean > li > a { ... } instead of .sm-clean a { ... }
---------------------------------------------------------------*/


/* Menu box
===================*/
  #main{
    border-top: 1px solid #dfdfdf;
  }
  .sm-clean {
    width:980px;
    margin:0 auto;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    border-radius:50px;
  }
  .sm-clean ul {
    border:1px solid #bbb;
    padding:5px 0;
    background:#fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0 5px 9px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 5px 9px rgba(0,0,0,0.2);
    box-shadow:0 5px 9px rgba(0,0,0,0.2);
  }
  /* first sub level carets */
  .sm-clean > li > ul:before {
    content:'';
    position:absolute;
    top:-18px;
    left:30px;
    width:0;
    height:0;
    overflow:hidden;
    border-width:9px; /* tweak size of the arrow */
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #bbb transparent;
  }
  .sm-clean > li > ul:after {
    content:'';
    position:absolute;
    top:-16px;
    left:31px;
    width:0;
    height:0;
    overflow:hidden;
    border-width:8px;
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #fff transparent;
  }


/* Menu items
===================*/

  .sm-clean a {
    color:black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300; 
    font-size: 1.2em;
    padding:16px 9px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active,
  .sm-clean a.highlighted {
    background-color: #f1f1f2;
  }
  .sm-clean a.has-submenu {
    padding-right:22px;
  }
  .sm-clean ul a {
    padding:10px 20px;
  }
  .sm-clean ul a.has-submenu {
    padding-right:40px;
  }
  .sm-clean ul a {
    font-size:16px;
  }
  .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active,
  .sm-clean ul a.highlighted {
    background-color: #f1f1f2;
  }
  /* current items - add the class manually to some item or check the "markCurrentItem" script option */
  .sm-clean a.current, .sm-clean a.current:hover, .sm-clean a.current:focus, .sm-clean a.current:active {
    font-weight: normal;
  }


/* Sub menu indicators
===================*/

  .sm-clean a span.sub-arrow {
    position:absolute;
    right:12px;
    top:50%;
    margin-top:-3px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:4px; /* tweak size of the arrow */
    border-style:solid dashed dashed dashed;
    border-color:#555 transparent transparent transparent;
  }
  .sm-clean ul a span.sub-arrow {
    right:15px;
    top:50%;
    margin-top:-5px;
    border-width:5px;
    border-style:dashed dashed dashed solid;
    border-color:transparent transparent transparent #555;
  }


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

  .sm-clean span.scroll-up, .sm-clean span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    overflow:hidden;
    background:#fff;
    height:20px;
    /* width and position will be automatically set by the script */
  }
  .sm-clean span.scroll-up:hover, .sm-clean span.scroll-down:hover {
    background:#eee;
  }
  .sm-clean span.scroll-up-arrow, .sm-clean span.scroll-down-arrow {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-6px;
    /* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
    width:0;
    height:0;
    overflow:hidden;
    border-width:6px; /* tweak size of the arrow */
    border-style:dashed dashed solid dashed;
    border-color:transparent transparent #555 transparent;
  }
  .sm-clean span.scroll-up:hover span.scroll-up-arrow {
    border-color:transparent transparent #D23600 transparent;
  }
  .sm-clean span.scroll-down-arrow {
    top:8px;
    border-style:solid dashed dashed dashed;
    border-color:#555 transparent transparent transparent;
  }
  .sm-clean span.scroll-down:hover span.scroll-down-arrow {
    border-color:#D23600 transparent transparent transparent;
  }


/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/


/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 850px) {
  .sm-clean > li > a {
    padding-left:8px;
    padding-right:8px;
  }
  .sm-clean > li > a.has-submenu {
    padding-right:25px;
  }
}
@media screen and (max-width: 750px) {
  .sm-clean > li > a {
    padding-left:3px;
    padding-right:3px;
  }
  .sm-clean > li > a.has-submenu {
    padding-right:25px;
  }

  .reasons{
    width:100%;
  }
  .reasons h2,
  .reasons p{
    text-align: center;
  }
  .reasons a.verOfertas{
    width: 80%;
  }
}


@media screen and (max-width: 700px) {

  /* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
  ul.sm-clean{width:auto !important;}
  ul.sm-clean ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
  ul.sm-clean>li{float:none;}
  ul.sm-clean>li>a,ul.sm-clean ul.sm-nowrap>li>a{white-space:normal;}
  ul.sm-clean iframe{display:none;}

  /* Uncomment this rule to disable completely the sub menus for small screen devices */
  /*.sm-clean ul, .sm-clean span.sub-arrow, .sm-clean iframe {
    display:none !important;
  }*/


/* Menu box
===================*/

  .sm-clean {
    padding:0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
  }
  .sm-clean ul {
    border:0;
    padding:0;
    /* darken the background of the sub menus */
    background:rgba(130,130,130,0.1);
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  /* no carets */
  .sm-clean > li > ul:before, .sm-clean > li > ul:after {
    display:none;
  }


/* Menu items
===================*/

  .sm-clean a {
    padding:13px 5px 13px 40px !important;
    color:#555 !important;
    background:transparent !important;
  }
  .sm-clean a.current {
    font-weight: normal;
  }
  /* add some text indentation for the 2+ level sub menu items */
  .sm-clean ul a {
    border-left:8px solid transparent;
  }
  .sm-clean ul ul a {
    border-left:16px solid transparent;
  }
  .sm-clean ul ul ul a {
    border-left:24px solid transparent;
  }
  .sm-clean ul ul ul ul a {
    border-left:32px solid transparent;
  }
  .sm-clean ul ul ul ul ul a {
    border-left:40px solid transparent;
  }


/* Sub menu indicators
===================*/

  .sm-clean a span.sub-arrow,
  .sm-clean ul a span.sub-arrow {
    top:50%;
    margin-top:-14px;
    right:auto;
    left:6px;
    margin-left:0;
    width:17px;
    height:17px;
    font:normal 16px/16px monospace !important;
    text-align:center;
    border:solid 1px #ccc;
    text-shadow:none;
    background:rgba(255,255,255,0.6);
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    border-radius:50px;
    padding:5px;
  }
  /* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
  .sm-clean a.highlighted span.sub-arrow {
    display:none !important;
  }


/* Items separators
===================*/

  .sm-clean li {
    border-top:1px solid rgba(0,0,0,0.05);
  }
  .sm-clean > li:first-child {
    border-top:0;
  }

}


/*
 * START MEDIA
 */


@media all and (max-width: 1440px) {
  #sliderGallery .spanimg{
    height:600px;
  }
}


@media all and (max-width: 1020px) {
	.formWrapper {
		margin-left: 3%;
	}
   #sliderGallery .spanimg{
    height:500px;
  }
  
  #mapa{height: 480px}
  .contactForm .textBg,.contactForm .textBg{padding:30px 20px;}
  .contactForm .row,.contactForm .row.micro,.contactForm .row.small{width: calc(25% - 20px);}
  .contactForm .row.double,.contactForm .row.full{width: 100%;}
  .toFilter > div.container{
    width: 98%;
    margin: 0 auto;
  }

  article.meetings .textBg .container,
  .filter,
  .gastronomy .container,
  .celebrations .container{
    margin: 0 auto !important;
    width: 90% !important;
  }
  .filter select{
    margin-bottom: 40px;
  }

  .HomeReasons .container{
    padding: 20px 0;
  }
  .reasons{
    margin:35px 15px;
    display: block;
    margin:10px auto 30px !important;

  }
  .reasons img{
    width:auto;
  }

}


@media all and (max-width: 1000px) {
	#Barcelona{
		background-position: center 38%;
		background-repeat: no-repeat;
		background-color:#64a2b9;
	}
	#Barcelona h1 {
		background-color:#64a2b9;
		padding-bottom: 15px;
	}
	.block1, .block2, .block3{
		width:100%;
	}	
	.block1{
		height: 200px;
	}
	.block2{
		padding-top: 70px;
	}
	.block3{
		background-color: #5b91a6;
		padding-top: 45px;
	}
	.block1 > p, .block2 > p, .block3 > p{
		margin:0 3%;
		text-align:center;
	}	
	.par1,.par2{
		padding-bottom: 0 !important;
		background-color:#64a2b9;
	}
	.par3{
		padding-top: 10px;
	}
	p.parA{
		margin:0 !important;
	}
	p.par17{
		margin-left: -12px;
	}
	.block17{
		margin:0 !important;
		margin-left: -90px;
	}
	.blockBcn{
		margin: 70px 0 50px 25px;
	}
	.imgCotxe:first-of-type{
		margin-right:3%;
	}
	a.verMapa{
		float:none;
		margin:15px auto 40px;
	}
	.cotxeWrapper{
		width: 218px;
		margin: 0 auto;
	}
	#logo div {
		margin-left:3% !important;
	}
	header .right{
		margin-right:3% !important;
	}
  .formInside .formText{
    display: none;
  }
  .tabletContent{
    width: 750px;
    margin:0 auto;
  }
  .hab .container{
    width:96%;
  }
  .hab .textPromo,
  .hab .textHab{
    width:34%;
  }
  .hab #habSlider{
    margin-right:80px;
    margin-left:20px;
  }
  #hab1 .textPromo,
  #Hab1 .textHab{
    margin-left: 17px;
  }
  #Hab1 #habSlider {
    margin-left: 83px;
    margin-right: 0;
  }
}

@media all and (max-width: 980px) {
	#promotionSlider .flex-viewport {
		width:640px !important;
		margin:0 auto;
	}
	#main ul {
		width: 100%
	}
	footer nav ul {
		margin-left:3%;
	}
	.tripadvisor {
		margin-right: 3%;
	}
}


@media all and (max-width: 960px) {
  .hab .container,.meet .container{
    width:96%;
  }
  .hab .textPromo,
  .hab .textHab{
    width:34%;
  }
  .hab #habSlider{
    margin: 0 auto;
    width: 490px;
    display: block;
  }
  .hab .textPromo,
  .hab .textHab {
    display: block;
    margin:0 auto !important;
    width:490px;
  }
  .hab h2,.meet h2{
    font-size: 2.3em;
    margin-top: 26px;
  }
  a.verOfertas{
    width: calc(100% - 102px);
  }
  .slideAfter{
    display:none;
  }
  .slideBefore{
    display:block;
  }

  .slideAfter{
    display:none !important;
  }
  .slideBefore{
    display:block !important;
    margin:0 auto !important;
  }
  .meet .info{
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 480px !important;
    display: block !important;
  }
  .meet .info h3{ 
    font-size: 1.5em;
    margin-bottom: 11px;
  }
  .meet .info p{ 
    font-size: 1em;
    color: rgba(0,0,0,0.7);
    line-height: 1.5em;
  }
}



@media all and (max-width: 890px) {
  #newsletter form p{
    text-align:center;
    width:100%;
  }
  #newsletter form{
    width:80%;
    margin:0 auto;
  }
  #newsletter input{
    float:right;
    margin:5px;
    margin-bottom: 15px;
    width:50% !important;
    margin-right: 40px;
	margin-top: 7px;
  }
  #newsletter input[type="submit"]{
    width:30% !important;
  }
}


@media all and (max-width: 860px) {
	.footerWrapper div.contact{
		width: 30%;
	}
   #sliderGallery .spanimg{
    height:400px;
  }
  .contactForm .row,.contactForm .row.micro,.contactForm .row.small{ width: calc(50% - 25px);}
  .contactForm .row.double,.contactForm .row.full{width: 100%;}

}



@media all and (max-width: 820px) {
  #header .right{
    float: none !important;
    margin: 0 auto 20px !important;
    clear:both;
    width: 100%;
    text-align: center;
  }
  #header .left{
    width: 100%;
  }
  #logo div{
    width: 100% !important;
    background-position: center center;
    margin-left: 0 !important;
  }
}


@media all and (max-width: 770px) {
  .formInside{
    height:auto;
    overflow: hidden;
  }
  form#formInside{
    width: 580px;
    margin: 0 auto;
  }
  .inputWrapper, .elemWrapper{
    display: block !important;
    float: none;
  }
  .formInside .formText{
    display: none;
  }
  .formInside .customer{
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
    height: auto;
    padding: 11px 0;
    float: none;
  }
  .formInside .customer .customerText{
    display: inline;
    margin-right: 4px;
    position: relative;
    bottom: 3px;
  }
  .formInside .customer .customerPhone{
    display: inline;
  }
  .tabletContent{
    width: 100%;
    margin:0 auto;
  }
  .elemWrapper{
    display: inline-block !important;
  }

  #newsletter form{
    width:95%;
    margin:0 auto;
  }
}


@media all and (max-width: 680px) {
   #sliderGallery .spanimg{
    height:350px;
  }

  .filter .sliderBox label{
    display: none !important;
  }
}

@media all and (max-width: 640px) {
	#promotionSlider .flex-viewport {
		width:320px !important;
		margin:0 auto;
	}	
	.footerWrapper div.contact{
		width: 46%;
		margin: 0 0 0 3%;
	}
  #newsletter form input{
    width:95%;
    margin:0 auto;
    margin-right:21px;
    margin-bottom:20px;
  }
}

@media all and (max-width: 600px) {
	.footerWrapper div.contact{
		display: block;
		margin:0 auto;
	}
  .formInside{
    height:auto;
    overflow: hidden;
  }
  form#formInside{
    width: 300px;
    margin: 0 auto;
  }
  .inputWrapper, .elemWrapper{
    display: block !important;
    float: none;
  }
  .formInside .formText{
    display: none;
  }
  .formInside .customer{
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
    height: auto;
    padding: 11px 0;
    float: none;
  }
  .formInside .customer .customerText{
    display: inline;
  }
  .formInside .customer .customerPhone{
    display: inline;
  }
  .tabletContent{
    width: 100%;
    margin:0 auto;
  }
  .elemWrapper{
    display: inline-block !important;
    margin:7px;
  }
  .hab .textPromo,
  .hab .textHab {
    width: 95%;
  }
  .hab h2, .meet h2{
    line-height: 1em;
  }
  .contactForm .row,.contactForm .row.micro,.contactForm .row.small,.contactForm .row.double,.contactForm .row.full{ width: 100%;}


}


@media all and (max-width: 530px) {
   #sliderGallery .spanimg{
    height:300px;
  }
  .par2{
    display: none !important;
  }
  #habSlider,
  #habSlider .flex-viewport  {
    width:100% !important;
  }
  footer nav ul{
    display: block;
    margin: 0 auto;
    width: 195px;
    float: none;
    overflow: hidden;
    padding: 22px;
  }
  .tripadvisor{
    margin:20px auto;
    width:170px;
    float:none;
    display: block;
  }
  footer nav ul li:last-of-type {
    margin-right:0;
    padding-right: 0;
  }
  .filter .slider{
    width: 87%;
  }
  .toFilter .flexslider{
    width: 87% !important; 
  }
  .meet .info{
    width: 87% !important;
  }
  .filter{
    width:61% !important;
  }
  .filter select{
    margin-right:0 !important;
  }
  #newsletter form input{
    width:94% !important;
    margin:0 auto;
    margin-bottom: 20px;
    /* position: relative; */
  }
  #newsletter form input[type="email"]{
    bottom:50px;
  }
  #newsletter form input[type="submit"]{
    width:100% !important;
    top:50px;
  }
}

@media all and (max-width: 480px) {
   #sliderGallery .spanimg{
    height:200px;
  }
}



/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { position:relative; width: 90%; left: 0; top: 0; padding: 1em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 13px;  text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { font-weight: 700;display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}



.popup{
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 70%;
  margin: 170px auto 100px auto;
  z-index: 99999;
}
.privacy-popup{
  margin: 100px auto 100px auto;
}
.popup h1{
  font-size: 1.7em;
}
.popup h2{
  font-size: 1.5em;
}
.popup h3{
  font-size: 1.3em;
}
.popup h4{
  font-size: 1.1em;
}
.popup p{
  margin:10px 0px;
  font-weight: normal;
  line-height: 1.5em;
  font-weight: 300;
}
.popup strong{
  font-weight: 400;
}
.popup ul{
  list-style: inherit;
  padding-left: 20px;
}

.popup ul li{
  font-weight: 300;
  line-height: 1.5em;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 91042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 91043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


strong{
  font-weight: bold !important;
}



#marcador {
float: left;
margin: 15px 45px 0px 0px ;
}

#marcador #icono {
text-align: center;
}

#contenedor_mapa { height:100px; width:400px; }

#contenedor_mapa #titular1 { 
font-size: 2em;
margin-bottom: 5px;
margin-top: 15px;

}

#como_llegar {
width: 100%;
max-width: 980px;
margin: 0 auto; height:80px; margin-top:45px;
}
#como_llegar #uno { float:left; margin-right:15px; text-transform:uppercase; font-size:1.5em;}
#como_llegar #dos { float:left; margin-right:15px; margin-top: -13px;}
#como_llegar #tres { float:left; margin-top: -25px; }

#clear { clear:both; }


#turismo_ecologico{
background-image: url('../images/fondo_bosque_turismo_ecologico.jpg');
width: 100%;
margin: 0 auto;
background-position: top center;
position: relative;
height: 148px;
}


#turismo_ecologico #eco_1 { width: 20%; float:left; 
text-align: right; margin-top: 19px; margin-right: 20px;
}
#turismo_ecologico #eco_2 { width: 70%; float:left; }

#turismo_ecologico #eco_2 #titulo_1 { margin-bottom:8px;}
#turismo_ecologico #eco_2 #titulo_2 { padding-right:50px;
}

#turismo_ecologico h1 {
font-size: 2.2em;
text-transform: uppercase;
font-weight: 300;
color: #FFF;
text-align:left;
margin-top: 26px;
}

#turismo_ecologico h3 {
font-size: 1.4em;
text-align:left;
/* text-transform: uppercase; */
font-weight: 100;
color: #FFF;
line-height: 1.1em;
}


#turismo_ecologico_mobile{
background-image: url('../images/fondo_bosque_turismo_ecologico.jpg');
width: 100%;
margin: 0 auto;
background-position: top center;
position: relative;
padding-top:13px;
}


#turismo_ecologico_mobile #titulo_1_mobile { padding: 20px; }
#turismo_ecologico_mobile #titulo_2_mobile { padding: 20px; }

#turismo_ecologico_mobile #titulo_1_mobile h1 {
font-size: 1.2em;
text-transform: uppercase;
font-weight: 300;
color: #FFF;
text-align:center
padding: 30px;
}

#turismo_ecologico_mobile #titulo_2_mobile h3 {
font-size: 1.1em;
text-align:center;
/* text-transform: uppercase; */
font-weight: 100;
color: #FFF;
line-height: 1.1em;
padding: 30px;
}

#logo_mobile_europarc {
  width: 100%;
  text-align:center;
  margin: 15px auto;
}

#newsletter #ofertaNews1 {
  min-width: 275px;
  width: 35%;
  float: left;
}

#newsletter #ofertaNews2 {
  min-width: 150px;
  width: 15%;
  float: left;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;

}

#newsletter #ofertaNews3 {
  min-width: 325px;
  width: 48%;
  float: left;
  margin-top: 15px;
 }

#newsletter #ofertaNews3 #uno{
  margin-bottom: 89px;
  width: 100%;
  margin-top: -20px;
}

#newsletter #ofertaNews3 #uno input{
  min-width:200px;
  float: left;
}

#newsletter #ofertaNews4 input{
  min-width:200px;
  width:25%;
  float: left;
  margin: 42px 10px 0 0;
}

#newsletter #ofertaNews3 #input {
  min-width: 280px;
  width: 33%;
  /* float: right; */
  margin: 42px 10px 0 0;
  margin-top: 10px;
 }


#newsletter #ofertaNews3 #uno {
  margin-bottom: 10px;
}

#newsletter #ofertaNews3 #dos {
  color: #de5202;
  font-size:1.1em;
  margin-top: 87px;
}



#descubre_terrassa{
background-image: url('../images/DescubreTerrassaFondo.jpg');
width: 100%;
margin: 0 auto;
background-position: top center;
position: relative;
height: 148px;
}

#descubre_terrassa #texto {
  text-align: right;
 
}

#newsletter span.textoNews { 
font-size: 1.4em;
  /* text-transform: inherit; */
  color: margin-top: 10px;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
  float: left;
  /* width: 310px; */
  /* padding-bottom: 30px; */
  color: #e55b03;
  letter-spacing: 0px;
  line-height: 120%;
  margin-top: 10px;
  }



#titulo_1_mobile {
font-size: 2em;
color:white;
text-transform: uppercase;
line-height: 120%;
text-align:center;
}

#titulo_2_mobile {
font-size: 1.2em;
color:white;
text-align:center;
}


#newsletter #ofertaNews1Mobile {
  text-align: center;
  width: 100%;
}

#newsletter #ofertaNews2Mobile {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;

}

#newsletter #ofertaNews3Mobile {
  width: 100%;
  margin-top: 15px;
}

#ofertaNews3Mobile p.texto3 {
  width: 100%;
  text-align:center;
  color:#e55b03;
  margin:5px auto;
  line-height: 120%;
  font-size: 1.6em;
}

#ofertaNews3Mobile p.botonMobile {
  font-size: 1.6em;
  margin-top:-35px;
}

.textPromo .priceMobile {
    width: 382px;
    background-image: url('../images/oferta_mobile_new3.png');
    height: 127px;
    clear: both;
    background-position: 0px 0px;
}

.textPromo .priceMobile.es {
    background-position: 0px -128px;
}

.textPromo .priceMobile.ca {
    background-position: 0px -256px;
}


.textPromo .priceMobile span.text {
	width: 128px;
    height: 23px;
    display: block;
    color: #73b1d6;
    font-weight: 600;
    /* letter-spacing: -2px; */
    padding: 32px 0px 0px 0px;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', 'sans-serif';
}


.textPromo .priceMobile span.number {
    width: 128px;
    height: 63px;
    display: block;
    color: #fff;
    font-weight: 500;
    letter-spacing: -2px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-size: 2em;
    font-family: 'Roboto', 'sans-serif';
}

footer { margin-top: -30px;}