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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #1a171b;
	background: #ffffff;
	margin: 0;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 400;
}

body.menuOpened {
	overflow: hidden;
}

a:visited, a, a:link, a:focus {
  border: 0px;
  outline: 0px;
  color: #1a171b;
  text-decoration: none;
}

a:hover {
	color: #f26522;
}

nav ul, .languages ul {
	padding: 0;
}

nav li, .languages li {
	display: inline-block;
}

hr {
	border: none;
	margin: 30px;
	overflow: hidden;
}

section {
	clear: both;
	overflow: hidden;
}

*::selection {
  background-color: #1a171b;
  color: #fff;
}

/*
 * loader
 */
#loader {
	background: #1a171b;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
}

/*.no-banner #loader {
	display: none;
}*/

.spinner {
	width: 35px;
	height: 35px;
	background: #fff;
	margin: 100px auto;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 50%;
	margin-left: -17px;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/** 
  * Scroll area
  **/

.scroll {
	position: fixed;
	bottom: 120px;
	left: 50%;
	margin-left: -11px;
	width: 23px;
	height: 36px;
	background: url("../parqueserradalousa_hotel_bin/sprite.png") no-repeat 0 -100px;
	z-index: 101;
	text-indent: -99999px;
	cursor: pointer;
}

.scrolling .scroll {
	opacity: 0;
}

.scroll2 .scroll, .no-banner .scroll {
	opacity: 1;
	right: 27px;
	left: auto;
	bottom: 90px;
	background: url("../parqueserradalousa_hotel_bin/sprite.png") no-repeat -50px -100px;
}

.scroll:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/**
  * social area
  **/

.socialmedia {
	overflow: visible;
	z-index: 1;
	padding-bottom: 70px;
}

.socialmedia ul {
}

.socialmedia li {
	width: 25px;
	height: 25px;
	margin: 7px;
	display: inline-block;
}

.socialmedia li a {
	text-indent: -9999px;
	display: inline-block;
	background: url("../parqueserradalousa_hotel_bin/social.png") no-repeat 0 0;
	height: 100%;
	width: 100%;
}

.socialmedia li a:hover {
	opacity: 0.5;
}

.socialmedia .facebook a {
	background-position: 0 0;
}

.socialmedia .twitter a {
	background-position: -43px 0;
}

.socialmedia .blog a {
	background-position: -85px 0;
}

.socialmedia .flickr a {
	background-position: -128px 0;
}

.socialmedia .slideshare a {
	background-position: -170px 0;
}

.socialmedia .youtube a {
	background-position: -212px 0;
}

.socialmedia .newsletter a {
	background-position: -255px 0;
}

/** change social **/

.scrolling .socialmedia {
	bottom: 130px;
}

/*.no-banner .socialmedia .facebook a, .scroll1 .socialmedia .facebook a {
	background-position: 0 0;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.no-banner .socialmedia .twitter a, .scroll1 .socialmedia .twitter a {
	background-position: -43px 0;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.no-banner .socialmedia .blog a, .scroll1 .socialmedia .blog a {
	background-position: -85px 0;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.no-banner .socialmedia .flickr a, .scroll1 .socialmedia .flickr a {
	background-position: -128px 0;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.no-banner .socialmedia .slideshare a, .scroll1 .socialmedia .slideshare a {
	background-position: -170px 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.no-banner .socialmedia .youtube a, .scroll1 .socialmedia .youtube a {
	background-position: -212px 0;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.no-banner .socialmedia .newsletter a, .scroll1 .socialmedia .newsletter a {
	background-position: -255px 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
*/


/**
  * website areas
  **/

#topblock {
	height: 160px;
	background: none;
	background: rgba(255,255,255,0.8);
	padding: 0 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
}

.scrolling #topblock {
	height: 80px;
	background: #a6af92;
	padding: 0 80px 0 50px;
}

.scrolling .flashContainer {
	margin-top: 80px;
}

#centerblock {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	overflow: visible;
	z-index: 0;
}

/*.no-banner #centerblock {
	top: 80px;
}

.stage1 #centerblock {
	position: fixed;
}*/

#contentblock {
	position: relative;
	z-index: 1;
}

#bottomblock {
	border-left: 80px solid #f8f6f5;
	border-right: 80px solid #f8f6f5;
	position: relative;
	overflow: hidden;
	z-index: 1;
}


/**
  * Top Block area
  **/


/** hotel logo area **/

.hotellogo {
	padding-top: 10px;
	float: left;
	position: relative;
}

.hotellogo a {
	display: block;
}

.hotellogo a span {
	text-indent: -9999px;
	display: block;
	width: 260px;
	height: 80px;
	background: url("../parqueserradalousa_hotel_bin/logo_scroll.png") no-repeat left;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter:alpha(opacity=0);
}

/** hotel logo scrolling **/

.scrolling .hotellogo a span {
	opacity: 1;
	filter:alpha(opacity=100);
}

.scrolling .hotellogo a img {
	opacity: 0;
	filter:alpha(opacity=0);
}

/*Menu */

/** toggle area **/
.toggle {
	display: none;
}

.navigation {
	position: fixed;
    top: 35px;
    height: 30px;
    width: auto;
    background: none;
    right: 255px;
    left: 230px;
    overflow: hidden;
}

.scrolling .navigation {
	top: 25px;
}

.nav {
    display: table-cell;
    text-align: right;
}

.nav li {
	height: 30px;
	margin: 0 10px;
}

.nav li a {
	vertical-align: middle;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}

.nav li.active a::after,
.nav li.active a::before {
	display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: "";
    margin: 0;
}

.navigation li:after,
.navigation li:before {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: "";
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0;
}

.navigation li:hover:after,
.navigation li:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.navigation li.active:hover:after,
.navigation li.active:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.navigation li:hover {
	color: #000;
}

/** Booking engine area **/

.bookinggadget {
	margin-top: 35px;
	float: right;
	clear: none;
	position: relative;
}

.scrolling .bookinggadget {
	margin-top: 25px;
}


/** GC BE area **/
.gcBookingGadget {
	display: block;
}

.gcBookingGadget form > div {
	display: none;
}

.bookinggadget .gc_sh .gc_horizontalSh .shortHandButton {
	display: block;
	margin: 0;
}

.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a {
	height: 100%;
	width: auto;
	padding: 0 20px 0;
	background: #809575;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.6px;
	margin: 0;
	display: block;
	text-transform: uppercase;
	color: #fff;
}

.bookinggadget .gc_sh .shortHandCheckRates:hover, .bookinggadget a:hover {
	background: #5a725b;
}


/**
  * Center Block area
  **/


/** fixed banner **/

.stage1 #centerblock, .no-banner #centerblock {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	bottom: 40px;
	background: #000;
}

.stage1 .flashContainer {
	opacity: 0.4;
	filter:alpha(opacity=40);
	margin-top: 0;
}

.stage1 .flashContainer .promotionsgadget,
.stage1 .gcb_image_legend {
	display: none;
}


/** no-banner **/

.no-banner #centerblock {
	height: 100% !important;
}

.no-banner .flashContainer {
	background: #000 url("../parqueserradalousa_hotel_bin/pic.jpg") no-repeat center; /*tirar*/
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity: 0.4;
	filter:alpha(opacity=40);
}

.no-banner #contentblock {
	margin-top: 80px;
}


/** location page **/

.hotel-directions .flashContainer  {
	background: #000 url("../parqueserradalousa_hotel_bin/pic.jpg") no-repeat center; /*tirar*/
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity: 1;
	filter:alpha(opacity=100);
	padding-top: 80px;
}

.hotel-directions.stage1 .flashContainer  {
	opacity: 0.4;
	filter:alpha(opacity=40);
}

.hotel-directions .flashContainer .gcb_container, .stage1 #GoogleMapGadget {
	display: none;
}

/** banner **/

.flashContainer {
	z-index: 1;
	height: 100% !important;
	position: relative;
	margin-top: 160px;
}

/*.flashContainer:after {
	content: "";
	background: rgba(255,255,255,0.6);
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 180px;
	z-index: 15;
}*/

.flashContainer .gcb_container {
	overflow: visible;
}

.flashContainer .gcb_image_current, .flashContainer .gcb_image_next {
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.flashContainer .gcb_image_legend {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
	font-size: 48px;
	line-height: 52px;
	margin-left: 3%;
	bottom: auto;
	top: 45%;
	width: 60%;
	text-align: left;
}

#topblock .gcb_navigation {
	top: 125px;
	right: 80px;
}

.scrolling #topblock .gcb_navigation {
	display: none;
}

#topblock .gcb_navigation_arrow {
	width: auto;
	height: 25px;
	background: url("../parqueserradalousa_hotel_bin/sprite.png") no-repeat;
}

/*previous*/

#topblock .gcb_navigation_arrow.previous {
	background-position: 0 -724px;
	float: left;
    padding: 0 0 0 15px;
    color: #5A725B;
    /*font-weight: lighter;*/
    font-size: 13px;
}

#topblock .gcb_navigation_arrow.previous:hover {
	text-decoration: underline;
}
/*previous*/

/*after*/
#topblock .gcb_navigation_arrow.next {
	background-position: 52px -704px;
	float: right;
    padding: 0 16px 0 15px;
    color: #5A725B;
    /*font-weight: lighter;*/
    font-size: 13px;
}

#topblock .gcb_navigation_arrow.next:hover {
	text-decoration: underline;
}
/*after*/



#topblock .gcb_navigation_paginator {
	width: 5px;
	opacity: 0;
	filter:alpha(opacity=0);
}


/**
  * Content Block area
  **/

#c1,
#c3,
.contentblock {
	background: #f7f4ef;
}

#c1::before {
	content: "";
	display: block;
	margin: 10px auto;
	width: 85px;
	height: 53px;
	background: url("../parqueserradalousa_hotel_bin/logo_c1.png") no-repeat center center;
}

#c2 {
	background: url("../parqueserradalousa_hotel_bin/pattern_c2.png") repeat;
}

.content {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 50px 0;
}

.content p {
	clear: both;
}

.content .holder {
	margin: 0 70px;
	overflow: hidden;
}

#contentblock .content .holder > * {
	margin-right: 15%;
	margin-left: 15%;
}

/** headings **/

#contentblock h1, #contentblock h2, #contentblock h3 {
	position: relative;
	font-weight: 300;
	text-transform: uppercase;
	color: #59704d;
}

#contentblock h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 30px 0 35px;
	padding: 0 0 10px;
	display: inline-block;
}

#contentblock h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 40px 0 25px;
}

#contentblock h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 30px 0 15px;
}

#contentblock h1:first-of-type::after,
#contentblock h1:first-of-type::before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #59704d;
}

/** Promotion gadget **/

#contentblock .promotionsgadget {
	width: 380px;
	height: 125px;
	background-color: #fff;
	margin: 40px auto !important;
	position: relative;
	text-align: right;
}

.promotionsgadget .prgWrapper {
	padding-right: 150px;
	overflow: hidden;
}

.promotionsgadget .prgTitle {
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0 10px;
	position: relative;
}

.promotionsgadget .prgImgWrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 125px;

}

.promotionsgadget .prgClick {
    position: absolute;
    bottom: 0px;
    right: 150px;
    background: #A6AF92;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    padding: 0 15px;
    text-transform: uppercase;
}

.promotionsgadget .prgDescription {
	font-size: 12px;
	line-height: 18px;
}

/** banner promotion gadget **/

#centerblock .flashContainer .promotionsgadget {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	height: 55px;
	padding: 5px;
	text-align: left;
	background-color: #fff;
}

.flashContainer .promotionsgadget .prgImgWrapper {
	display: none;
}

.flashContainer .promotionsgadget .prgWrapper {
	padding: 0;
}

.flashContainer .promotionsgadget .prgTitle {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	position: relative;
	left: 25%;
}

.flashContainer .promotionsgadget .prgDescription {
	color: #000;
	position: relative;
	margin: 5px 0;
	display: block;
	left: 25%;
	font-size: 13px;
}

.flashContainer .promotionsgadget .prgClick {
	padding: 0;
	background: url("../parqueserradalousa_hotel_bin/sprite.png") no-repeat -50px -150px;
	bottom: 6px;
	margin: 0;
	width: 42px;
	height: 60px;
	text-indent: -9999px;
	right: 25%;
}


/** 
  * imagelinks area
  **/

.imagelinkgadget {
	margin: 10px 0 !important;
	padding: 0 10px;
}

.imglinkWrapper {
	position: relative;
	background: #000;
}

.imgImageWrapper {
	line-height: 0;
	height: 270px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.imagelinkgadget a {
	color: #1a171b;
	text-decoration: none;
}

.imgContentWrapper {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	bottom: 40px;
	background: none;
	background: rgba(255,255,255,0);
	overflow: hidden;
}

.imgTitle {
	font-weight: 300;
	font-size: 38px;
	line-height: 49px;
	padding: 65px 30px 20px;
	position: relative;
	color: #d9d0c4;
	text-align: center;
	text-transform: uppercase;
}

@-moz-document url-prefix() { 
  .imgTitle {
     line-height: 51px;
  }
}

body:not(:-moz-handler-blocked) .imgTitle {
	line-height: 51px;
}

.imgTitle span {
	border-top: 2px solid #d9d0c4;
	border-bottom: 2px solid #d9d0c4;
}

.imgDescription {
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
	position: relative;
	color: #d9d0c4;
	padding: 0 15px 0;
	margin-bottom: 20px;
	text-align: center;
}

.imgLink {
	text-align: left;
	padding: 0 30px 0;
}

.imgLink span {
	color: #809575;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	border-top: 1px solid #809575;
	border-bottom: 1px solid #809575;
}

.imagelinkgadget.nolink .imgLink {
    display: none;
}

/* small */
.small .imgTitle {
	padding: 80px 30px 20px;
}

.small .imgDescription {
	display: none;
}

.small .imglinkWrapper {
	position: relative;
	background: #000;
}

.small .imgImageWrapper {
	line-height: 0;
	height: 270px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.small .imgLink {
	display: none;
}

.small .imgLink span {
	color: #d9d0c4;
	border-top: 1px solid #d9d0c4;
	border-bottom: 1px solid #d9d0c4;
}

.small.imagelinkgadget:hover .imgTitle,
.small.imagelinkgadget:hover .imgDescription,
.small.imagelinkgadget:hover .imgLink {
	opacity: 0;
	filter:alpha(opacity=0);
}

.small.imagelinkgadget:hover .imgImageWrapper:after {
	content: "";
	display: block;
	position: absolute;
	margin-left: calc(50% - 22px);
	margin-top: 121px;
	height: 28px;
	width: 45px;
	background: url("../parqueserradalousa_hotel_bin/imagelinks_symbol.png") no-repeat;
}

/* medium */
.medium .imgTitle {
	padding: 25px 30px 20px;
}

.medium .imgDescription {
	font-size: 18px;
	line-height: 22px;
}

.medium .imglinkWrapper {
	position: relative;
	background: #000;
}

.medium .imgImageWrapper {
	line-height: 0;
	height: 270px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.medium .imgLink {
	text-align: center;
}

.medium .imgLink span {
	color: #d9d0c4;
	border-top: 1px solid #d9d0c4;
	border-bottom: 1px solid #d9d0c4;
}

.medium.imagelinkgadget:hover .imgTitle,
.medium.imagelinkgadget:hover .imgDescription,
.medium.imagelinkgadget:hover .imgLink {
	opacity: 0;
	filter:alpha(opacity=0);
}

.medium.imagelinkgadget:hover .imgImageWrapper:after {
	content: "";
	display: block;
	position: absolute;
	margin-left: calc(50% - 22px);
	margin-top: 121px;
	height: 28px;
	width: 45px;
	background: url("../parqueserradalousa_hotel_bin/imagelinks_symbol.png") no-repeat;
}


/* medium large */

.large .imgLink {
	text-align: center;
}

.large .imgLink span {
	color: #d9d0c4;
	border-top: 1px solid #d9d0c4;
	border-bottom: 1px solid #d9d0c4;
}

.large-medium.imagelinkgadget {
	margin: 0 0 !important;
}

.large-medium .imgImageWrapper {
	width: 54%;
}

.large-medium .imgImageWrapper:after {
	content: "";
	display: block;
	position: absolute;
	margin-left: calc(22% + 22px);
	margin-top: 121px;
	height: 28px;
	width: 45px;
	background: url("../parqueserradalousa_hotel_bin/imagelinks_symbol.png") no-repeat;
}

.large-medium .imgContentWrapper {
	background: #fff;
	position: absolute;
    top: 0;
    left: 54%;
    right: 0;
    height: 270px;
}

.large-medium:nth-child(even) .imgContentWrapper {
    right: 54%;
    left: 0;
}

.large-medium:nth-child(even) .imgImageWrapper {
	float: right;
}

.large-medium:nth-child(even) .imgTitle,
.large-medium:nth-child(even) .imgDescription {
	text-align: right;
}

.large-medium:nth-child(even) .imgLink {
	float: right;
}

.large-medium:nth-child(even) .imgImageWrapper:after {
	
}

/*tentar: a cada 2 adiciono um after por cima*/
.large-medium:nth-child(odd) .imglinkWrapper:after{
	content: "";
	background: url("../parqueserradalousa_hotel_bin/pattern_c1.png");
	display: block;
	position: absolute;
	width: 377px;
	height: 372px;
	left: calc(50% - 188px);
	top: -186px;
}

.large-medium .imgDescription,
.large-medium .imagelink {
	color: #000;
}

.large-medium .imgDescription {
	text-align: left;
}

.large-medium .imgTitle {
	line-height: 48px;
	text-align: left;
	color: #859575;
	text-transform: uppercase;
	font-weight: 300;
}

.large-medium .imgTitle span {
	border-top: 1px solid #859575;
	border-bottom: 1px solid #859575;
}

/** large **/

.large .imgContentWrapper {
	left: 25%;
	right: 25%;
}

.large .imgImageWrapper {
	height: 580px;
}

.large .imgTitle {
	margin: 130px 0 17px;
	font-size: 58px;
}

.large.imagelinkgadget:hover .imgTitle,
.large.imagelinkgadget:hover .imgDescription,
.large.imagelinkgadget:hover .imgLink {
	opacity: 0;
	filter:alpha(opacity=0);
}

.large.imagelinkgadget:hover .imgImageWrapper:after {
	content: "";
	display: block;
	position: absolute;
	margin-left: calc(50% - 22px);
	margin-top: 25%;
	height: 28px;
	width: 45px;
	background: url("../parqueserradalousa_hotel_bin/imagelinks_symbol.png") no-repeat;
}


/** video imagelink **/

.video .imgLink span {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url("../parqueserradalousa_hotel_bin/sprite.png") no-repeat -360px -170px;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

/** imagelink hover **/
.imagelinkgadget:hover .imgImageWrapper {
	opacity: 0.9;
	filter:alpha(opacity=90);
}


/** popup imagelink **/

body.popupWindow {
	overflow: hidden;
}

.popup.imagelinkgadget {
	position: fixed;
	top: 50%;
	margin-top: -235px !important;
	left: 50%;
	margin-left: -250px !important;
	z-index: 102;
	width: 500px;
	overflow: visible;
	background: #fff;
	padding: 10px;
}

.popup .imgImageWrapper {
	overflow: hidden;
}

.overlay {
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
}

.popupWindow .overlay:hover {
	cursor: url("../parqueserradalousa_hotel_bin/popup_close.png"),auto;
}




/**
  * rooms page area
  **/

#contentblock #roomtypes, #contentblock #specialoffers, #contentblock #productTypes, #contentblock #addons {
	margin: 0;
}


#contentblock .roomContainer {
	padding: 0 10px;
	margin-bottom: 20px;
	left: 0;
	right: 0;
	height: 350px;
}

#contentblock .roomContainer .roomName {
	position: absolute;
	margin: 0;
	padding: 25px;
	bottom: 0;
	left: 10px;
	right: 10px;
	z-index: 1;
	background-color: #fff;
	display: block;
}

#contentblock .roomContainer .roomName:before {
	content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("../parqueserradalousa_hotel_bin/logo_c1.png") no-repeat top center;
    background-size: 50%;
    left: 42%;
}

#contentblock .roomContainer .roomName h2 {
	color: #859575;
	margin: 0;
	font-size: 22px;
	line-height: 22px;
	top:25px;
}

#contentblock .roomContainer .minRate {
	display: none;
}

#contentblock .roomContainer .minRate h3 {
	color: #859575;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

#contentblock .roomContainer .roomPhoto {
	left: 10px;
	right: 10px;
	overflow: hidden;
	background: #fff;
}

#contentblock .roomContainer .roomPhoto .roomPhoto {
	left: 0;
	right: 0;
}

#contentblock .roomContainer .roomPhoto::before {
	display: none;
}

#contentblock .roomContainer .roomPhoto .pgImage {
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

#contentblock .roomContainer .roomPhoto img {
	display: none;
}

#contentblock .roomContainer:hover .roomPhoto .pgContainer {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#contentblock .roomContainer .roomDescription p {
	padding: 1.5% 0;
	margin: 0 auto;
}

#contentblock .roomContainer .roomDescription ul {
	padding: 10px 0;
}

#contentblock .roomContainer .roomDescription li {
	margin: 5px 2%;
}

#contentblock .roomContainer .promotions-termsActions .promotions-bgLink {
	border: none;
	color: #fff;
	font-style: normal;
	font-weight: lighter;
	width: 240px;
	line-height: 30px;
	font-size: 16px;
	margin: 30px auto 60px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	background: #5a725b;
}

#contentblock .roomContainer .promotions-termsActions .promotions-bgLink:hover {
	background: #809575;
}

#contentblock .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
	top: 60px;
	margin-right: -120px;
	width: 240px;
	color: #fff;
	background-color: #A6AF92;
}

#contentblock .roomContainer .promotions-termsContent .promotions-closeTerms {
	background: #A6AF92 url("http://static.guestcentric.net/cdn/wsbdev/wsbdev_bin/close_terms.png") no-repeat 97%
}

#contentblock .roomContainer .promotions-termsContent {
	padding: 4% 2.5% 2.5%;
	background-color: #f8f6f5;
}

#contentblock .roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover {
    text-decoration: none;
    background: #809575;
}


/** rooms opened  **/

#contentblock .roomContainer.room-opened .roomName:before {
    left: 48%;
    top: 20px;
}

#contentblock .roomContainer.room-opened {
	background: #fff;
	height: auto;
}

#contentblock .roomContainer.room-opened .roomName {
	position: relative;
	width: auto;
	text-align: center;
	background: none;
	padding: 0;
	top: auto;
	left: auto;
}

#contentblock .roomContainer.room-opened .roomName h2 {
	font-size: 26px;
	line-height: 32px;
	margin: 20px 0 8px;
	padding-bottom: 8px;
	color: #1a171b;
}

#contentblock .roomContainer.room-opened .roomName h2::before {
	left: 50%;
	margin-left: -10px;
}

#contentblock .roomContainer.room-opened .minRate h3 {
	display: inline-block;
}

#contentblock .roomContainer.room-opened .roomPhoto {
	left: 0;
	right: 0;
	top: 110px;
	height: 500px;
	background: none;
}

#contentblock .roomContainer.room-opened:hover .roomPhoto .pgContainer {
	opacity: 1;
	filter:alpha(opacity=100);
}

#contentblock .roomContainer.room-opened .roomPhoto a {
	pointer-events: initial;
}

#contentblock .roomContainer.room-opened .roomPhoto .pgContainer a label,
#contentblock .roomContainer.room-opened .roomPhoto .pgContainer a span {
	display: block !important;
}


/** addons page **/
#contentblock .roomContainer.room-opened .roomPhoto .roomPhoto {
	top: 0;
}

#contentblock .roomContainer.room-opened .minRate {
	margin-bottom: 540px;
	display: block;
	margin-top: 10px;
}

#contentblock .roomContainer.room-opened .mealplan {
	font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 20px;
    color: #5a725b;
    font-weight: lighter;
}

#contentblock .roomContainer.room-opened .roomDescription {
	margin: 0 auto;
	position: relative;
	/*z-index: 10;*/
}

#contentblock .roomContainer.room-opened .pgContainer {
	padding: 0;
}


/**
  * Gallery page area
  **/

#pg {
	margin: 0 !important;
	overflow: hidden;
	position: relative;
	padding-top: 40px;
}

#pg .pgContainer {
	height: 400px;
	overflow: hidden;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
}

#pg .pgContainer .pgImage {
	height: 100% !important;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}

#pg .pgContainer .pgImage::after {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	display: block;
	pointer-events: none;
}

#pg .pgContainer .pgImage a {
	display: block;
	width: 100%;
	height: 100%;
}

#pg .pgContainer .pgImage a img {
	display: none;
}

#pg .pgContainer .pgText {
	position: absolute;
	bottom: 40px;
	top: 40px;
	left: 50px;
	right: 50px;
	padding: 25px;
	color: #d9d0c4;
	background: none;
	background: rgba(255,255,255,0);
	pointer-events: none;
}

#pg .pgContainer .pgText strong {
	font-size: 30px;
	line-height: 36px;
	display: inline-block;
	padding: 60px 0 13px;
	margin: 60px 0 10px;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
}

#pg .pgContainer .pgText strong::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #d9d0c4;
	position: absolute;
	top: 56px;
	display: block;
}

#pg .pgContainer .pgText strong::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #d9d0c4;
	position: absolute;
	bottom: 8px;
	display: block;
}

/* hover */

#pg .pgContainer:hover .pgText, 
#pg .pgContainer:hover .pgText strong {
	opacity: 0;
	filter:alpha(opacity=0);
}

#pg .pgContainer:hover .pgImage:after {
	display: block;
	position: absolute;
	content: "";
	width: 45px;
	height: 28px;
	background: url("../parqueserradalousa_hotel_bin/imagelinks_symbol.png") no-repeat;
	top: 50%;
	left: 45%;

}



/**
  * Contacts page area
  **/

/** hotel subscribe + unsubscribe **/
#subscribe_newsletter_form input[type="submit"],  .hotel-unsubscribe #contentblock form input[type="submit"] {
 	width: auto;
 	float: left;
 }

#subscribe_newsletter_form > div, .hotel-unsubscribe #contentblock form > div {
 	text-align: left;
 }


/** contacts page **/


.contactFormContainer #contacts_form {
	text-align: left;
}

.contactFormContainer #contacts_form input, .contactFormContainer #contacts_form select,
#subscribe_newsletter_form input, #subscribe_newsletter_form select,
.hotel-unsubscribe input, .hotel-unsubscribe select {
	width: 98%;
	border: none;
	background: url("../parqueserradalousa_hotel_bin/pattern_c2.png");
	padding: 5px 10px;
	height: 35px;
}

.contactFormContainer #contacts_form p,
#subscribe_newsletter_form div {
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0 5px;
}

.contactFormContainer #contacts_form #reservationFields {
	margin-bottom: 20px;
}

.contactFormContainer #contacts_form #reservationFields > div {
	width: 48%;
	margin-right: 2%;
	position: relative;
}

.contactFormContainer #contacts_form #reservationFields input, .contactFormContainer #contacts_form #reservationFields select {
	width: 100%;
}

.contactFormContainer #contacts_form #cbcheckin {
	position: absolute;
	bottom: 12px;
	right: 3%;
	height: 20px;
	width: 20px;
	background: url("../parqueserradalousa_hotel_bin/calendar.png") no-repeat center;
}

.contactFormContainer #contacts_form textarea {
	width: 98%;
	background: url("../parqueserradalousa_hotel_bin/pattern_c2.png");
}

.contactFormContainer #contacts_form #ckbnotifyme {
	height: 14px;
	margin-right: 10px;
}

.contactFormContainer #contacts_form p label {
	font-size: 14px;
}

body #contentblock input[type="submit"] {
    padding: 0px 0px;
    background: none;
    color: #5A725B;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 40px 0 40px;
    font-weight: normal;
    text-transform: uppercase;
   	border-top: 1px solid #5A725B;
    border-bottom: 1px solid #5A725B;
}

.contactFormContainer #contacts_form input[type="submit"]:hover,
 #subscribe_newsletter_form input[type="submit"]:hover,
.hotel-unsubscribe #contentblock form input[type="submit"]
{
	background: none;
	color: #A6AF92;
	border-top: 1px solid #A6AF92;
    border-bottom: 1px solid #A6AF92;
}

/**
  * Bottom block area
  **/

.nobgarea {
	overflow: visible;
}

.footerlogo {
	width: 377px;
	height: 140px;
	display: block;
	overflow: hidden;
	margin-top: 110px;
	background: url("../parqueserradalousa_hotel_bin/footer_logo.png") no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#bottomblock:before {
	content: "";
	display: block;
	position: absolute;
	background: url("../parqueserradalousa_hotel_bin/pattern_footer.png") no-repeat center center;
	width: 512px;
	height: 512px;
	left: 25%;
    top: 3%;
}

/** footer menu area **/

.footermenu {
	padding: 30px 20% 70px;
	margin-top: 60px;
	position: relative;
}

.footermenu li {
	display: inline-block;

}

.footermenu li a {
	color: #fff;
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
}

.footermenu li a:hover {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


/** seals logos area **/
.sealslogos {
	overflow: visible;
	background: #f8f6f5 url("../parqueserradalousa_hotel_bin/seals.jpg") no-repeat center 85px;
	height: 160px;
	position: relative;
}

.sealslogos::after {
	content: "";
	width: 150px;
	height: 150px;
	position: absolute;
	top: -75px;
	left: 50%;
	margin-left: -75px;
	display: block;
	background: url("../parqueserradalousa_hotel_bin/sprite.png") no-repeat 0 -230px;
}


/** Hotel address area **/


.hoteladdress {
	padding: 45px;
	position: relative;
	z-index: 1;
	background: #F8F6F5;
}

.hoteladdress a {
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	display: inline-block;
	padding: 4px 0 4px 30px;
}

.hoteladdress .addressblock {
	background: url("../parqueserradalousa_hotel_bin/sprite.png") no-repeat 0 -520px;
	margin-right: 30px;
	color: #000;
}

.hoteladdress .phoneblock {
	background: url("../parqueserradalousa_hotel_bin/sprite.png") no-repeat 0 -582px;
	color: #000;
}

/** Seals area **/

#seals {
	background: #f8f6f5;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.sealsHolder {
	margin: 0px auto;
	background: #1d1d1d;
	overflow: hidden;
}

.security {
	height: 30px;
	float: right;
	margin-right: 80px;
}

.powered {
	height: 30px;
	float: left;
	margin-left: 80px;
}


/**
  * Bottom bar area
  **/

#fixedblock {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: #fff;
	z-index: 100;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* weather gadget */
.weather-gadget .weather-forecast,
.weather-gadget .weather-toggle {
	display: none !important;
}

#fixedblock .weather-gadget {
	margin-left: 80px;
	float: left;
	width: 90px;
	background: #f7f7f7;
}
.weather-gadget .weather-shell {
	font-weight: normal;
	font-size: 12px;
}
.weather-gadget .weather-conditions {
	width: 80px;
	height: 100%;
	margin: 0;
}
.weather-gadget .weather-conditions .weather-image {
	width: 60px;
	margin-top: 8px;
}
.weather-gadget .weather-conditions .weather-values {
	top: 0;
}
.weather-gadget .weather-conditions .weather-unit-shell {
	margin: 0;
	width: auto;
	line-height: 44px;
}
.weather-gadget .weather-conditions .weather-unit {
	font-size: 14px;
}
.weather-gadget .weather-conditions .weather-temp {
	font-size: 14px;
	line-height: 44px;
}
.weather-gadget .weather-conditions .weather-degree {
	font-size: 10px;
	line-height: 12px;
}

/** quicklinks area **/

.quicklinks {
	float: left;
	margin-left: 20px;
}

.quicklinks ul {
}

.quicklinks li {
	float: left;
}

.quicklinks li a {
	font-size: 14px;
	line-height: 44px;
	padding-right: 8px;
	margin-right: 9px;
	border-right: 1px solid #809575;
}

.quicklinks li:last-of-type a {
	border: none;
}

.quicklinks li a:hover {
	color: #809575;
}


/** languages area **/

#languages {
	float: right;
	margin-top: 7px;
	margin-right: 80px;
	width: 130px;
	height: 26px;
	overflow: hidden;
}

#languages select {
	border: 0 none;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	padding-left: 10px;
	color: #000;
	width: 100%;
	background: url("../parqueserradalousa_hotel_bin/sprite.png") no-repeat 110px -683px;
	text-transform: lowercase;
}

.gecko #languages select {
	width: 115%;
}




/** generic transitions **/
.nav li a, .bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a, .quicklinks li a, .footermenu li a, .toggle span,
.navigation, .roomContainer .promotions-termsActions .promotions-bgLink, .contactFormContainer #contacts_form input[type="submit"],
#topblock, #subscribe_newsletter_form input[type="submit"], .socialmedia, .socialmedia li a, .scroll,
.imagelinkgadget .imgImageWrapper, .imagelinkgadget .imgTitle::before, .imagelinkgadget .imgContentWrapper,
.imagelinkgadget .imgTitle, .imagelinkgadget .imgDescription,
#pg .pgContainer .pgText, #pg .pgContainer .pgText strong, #pg .pgContainer .pgText strong::before,
.hotellogo a span, .hotellogo a img, .roomContainer .promotions-termsActions .promotions-showTermsTrigger, .imgTitle, .imgDescription, .pgImage, .pgImage
{
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.40s;
	-moz-transition-duration: 0.40s;
	-o-transition-duration: 0.40s;
	-ms-transition-duration: 0.40s;
	transition-duration: 0.40s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

/** opacity transitions **/

.scroll, .hotellogo img, #contentblock .roomContainer .pgContainer, #pg .pgContainer .pgImage
{
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}



/**
  * Responsive stuff
  **/

@media all and (max-width: 1090px) {
	.toggle {
		width: 40px;
		height: 40px;
		margin-top: 20px;
	}

	.bookinggadget {
		margin-top: 25px;
	}

	.toggle span {
		width: 40px;
	}

	.scrolling .bookinggadget {
		margin-top: 25px;
	}

	.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a {
		line-height: 30px;
	}

	.scrolling .bookinggadget .gc_sh .shortHandCheckRates {
	}
		/** Menu area **/

	.navigation {
		height: 33px;
		background: #fff;
		text-align: center;
	}

	.scrolling .navigation {
		top: 0;
	}


	/** toggle area **/
	.toggle {
		text-transform: uppercase;
		background-color: #a6af92;
		width: 100px;
		height: 30px;
		display: block;
		float: right;
		margin-top: 25px;
		color: #fff;
		line-height: 30px;
		position: relative;
		z-index: 1;
		overflow: hidden;
		-webkit-transition-property: all;
		-moz-transition-property: all;
		-o-transition-property: all;
		-ms-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-ms-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.scrolling .toggle {
		background-color: #5A725B;
		color: #fff;
	}

	.scrolling .bookinggadget .gc_sh .shortHandCheckRates {
		background: #fff;
		color: #5A725B;
	}

	.scrolling .bookinggadget .gc_sh .shortHandCheckRates:hover {
		background: #809575;
		color: #fff;
	}

	.toggle:hover {
		/*width: 30px;
		height: 30px;*/
		color: #fff;
		background: #5a725b;
		text-decoration: none;
	}

	.toggle span {
		background: url("../parqueserradalousa_hotel_bin/menu_icon.png") no-repeat center;
		display: block;
		width: 30px;
		height: 100%;
		float: right;
		text-indent: -9999px;
		text-transform: uppercase;
	}

	.toggle:hover span {
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.menuOpened .toggle {
		background: #a6af92;
	}

	.menuOpened .toggle span {
		background: url("../parqueserradalousa_hotel_bin/menu_icon_close.png") no-repeat center;
	}

	.menuOpened .gcb_navigation {
		display: none;
	}

	/** menu stuff **/

	.navigation {
		position: fixed;
		top: 0;
		right: -400px;
		left: auto;
		bottom: 0;
		height: 100%;
		width: 400px;
		background: url("../parqueserradalousa_hotel_bin/pattern_c2.png");
		display: table;
	}

	.nav {
		display: table-cell;
		vertical-align: middle;
		padding: 0px 30px;
	}

	.nav li {
		display: block;
		height: auto;
		margin-bottom: 10px;
	}

	.nav li a {
		font-size: 20px;
		line-height: 20px;
		color: #fff;
		padding-bottom: 15px;
		margin-bottom: 15px;
		display: inline-block;
		text-transform: uppercase;
		position: relative;
	}

	.nav li.active a {
		color: #5a725b;
	}

	.nav li a:hover {
		color: #809575;
	} 

	.nav li.active a::after,
	.nav li.active a::before {
		display: none;
	}

	.navigation li:after,
	.navigation li:before {
	    display: none;
	}

	.navigation li:hover:after,
	.navigation li:hover:before {
		visibility: visible;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	.navigation li.active:hover:after,
	.navigation li.active:hover:before {
		visibility: visible;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	.navigation li:hover {
		color: #000;
	}


	/** menu opened area **/

	.menuOpened #topblock::before {
		content: "";
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		background: rgba(255,255,255,0.5);
	}

	.menuOpened .navigation {
		right: 0;
	}

}

@media all and (max-width: 990px) {
	#topblock {
		padding: 0 55px 0 25px !important;
	}

	.content .holder {
		margin: 0 45px;
	}

	.scroll2 .scroll, .no-banner .scroll {
		right: 15px;
	}

	.socialmedia {
		right: 8px;
	}

	#bottomblock {
		border-left: 55px solid #f8f6f5;
		border-right: 55px solid #f8f6f5;
	}

	#fixedblock .weather-gadget {
		margin-left: 55px;
	}

	#languages {
		margin-right: 55px;
	}

	#contentblock .content .holder > * {
		margin-right: 10%;
		margin-left: 10%;
	}

}

@media all and (max-width: 820px) {
	.large-medium .imgTitle{
		padding: 20px 30px 20px;
	}
}

@media all and (max-width: 768px) {
	

	#centerblock {
		height: 450px !important;
		top: 0;
	}

	#contentblock {
		margin-top: 430px !important;
	}

	.no-banner #centerblock {
		height: 0 !important;
	}

	.no-banner #contentblock {
		margin-top: 80px !important;
	}

	.content .holder {
		margin: 0 10px;
	}

	

	#languages {
		margin-right: 20px;
	}

	#bottomblock {
		border-left: 20px solid #f8f6f5;
		border-right: 20px solid #f8f6f5;
	}

	.socialmedia {
		right: 0;
		background: #fff;
		bottom: 40px !important;
		z-index: 10;
		padding-top: 10px;
	}

	.socialmedia li a {
		background: url("../parqueserradalousa_hotel_bin/social.png") no-repeat 0 0;
	}

	#fixedblock .weather-gadget {
		display: none;
	}

	.large .imgImageWrapper {
		height: 450px;
	}

	.large .imgTitle {
		margin: 65px 0 17px;
	}

	.large .imgContentWrapper {
		left: 40px;
		right: 40px;
	}

	#bottomblock {
		margin-bottom: 40px;
	}

	.scrolling .scroll, .flashContainer .promotionsgadget, .flashContainer .gcb_image_legend,
	.nobgarea, #seals, .sealslogos {
		display: none;
	}



	.large-medium .imgImageWrapper {
		width: 100%;
		height: 500px;
	}

	.large-medium .imgContentWrapper {
		display: block;
    	width: 100%;
    	left: 0;
    	top: 270px;
	}
	.large-medium .imgImageWrapper:after {
		margin-left: calc(50% - 22px);
	}

	
}

@media all and (max-width: 640px) {
	#topblock {
		padding: 0 10px 0 10px !important;
		height: 100px;
	}

	.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a {
		padding: 0 10px 0;
	}

	.hoteladdress {
		padding: 5px 6px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 101;
		height: 40px;
	}

	#bottomblock {
		border-left: 0px solid #f8f6f5;
		border-right: 0px solid #f8f6f5;
		margin-bottom: 0;
		z-index: 101;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 40px;
		width: 100px;
	}

	.hoteladdress a {
		text-indent: -99999px;
		width: 20px;
		margin: 0 0 0 10px !important;
	}

	.quicklinks, .scroll {
		display: none;
	}

	.flashContainer {
		margin-top: 100px;
	}

	#topblock .gcb_navigation {
		top: 65px;
		right: 10px;
	}
}

@media all and (max-width: 600px) {
	.bookinggadget {
		width: auto;
	}

	.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a {
		line-height: 30px;
	}

	.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a {
	    height: 30px;
	    width: auto;
	    font-size: 0.8em;
	}
	.toggle {
		font-size: 0.8em;
		width: 80px;
	}

	.hotellogo {
		margin: 15px 0 0;
		position: absolute;
	}

	.hotellogo a {
		width: 95px;
		height: 36px;
		background: url("../parqueserradalousa_hotel_bin/hotel_logo_mob.png") no-repeat 0 0;
		background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
	}

	.hotellogo img {
		display: none;
	}

	.hotellogo a span {
		display: none;
	}

	.scrolling .hotellogo a {
		background: url("../parqueserradalousa_hotel_bin/hotel_logo_mob_w.png") no-repeat 0 0;
	}

	.menuOpened .navigation {
		width: calc(100% - 60px);
	}

	.medium .imgDescription,
	.medium .imgLink {
		display: none;
	}
}












