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;
}

/** typo **/
@font-face {
	font-family: 'misobold';
	src: url('miso-bold-webfont.woff2') format('woff2'),
		 url('miso-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* 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: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #3f3f3f;
	background: url("../lisboa1908_hotel_bin/main_bg.jpg") repeat center;
	margin: 0;
	text-align: center;
	letter-spacing: 0.75px;
}

body.menuOpened {
	overflow-y: hidden;
}

a:visited, a, a:link, a:focus {
  border: 0px;
  outline: 0px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
	color: #61f2c5;
}

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

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

hr {
	border: none;
	padding: 20px;
	overflow: hidden;
	position: relative;
}

section {
	clear: both;
	overflow: hidden;
}

*::selection {
  background-color: #b6b6b6;
  color: #fff;
}

/*
 * website sprite image
 */

.flashContainer .gcb_navigation_arrow, #contentblock ul li, .menu li a::before,
.socialmedia li a, .socialmedia li a, .hoteladdress .addressblock, .hoteladdress .phoneblock, .hoteladdress .email,
.languages select, #contentblock::before, #contentblock .room-opened.roomContainer .roomName::before,
#contentblock h1::before, .no-banner .socialmedia li a, .scroll1 .socialmedia li a,
.flashContainer .gcb_image_legend:before, .noimage.small .imgTitle::before, #contentblock #c3 h1::before,
.footerlogo, .hoteladdress .emailblock, #bottomblock .contacts::after, #bottomblock .contacts::before, .nav::after,
.nav::before, .quicklinks .quicktoogle, .quicklinksOpened .quicklinks .quicktoogle, #contentblock #c1 h1::before,
#mpshorthand .line .date input, .scroll1 .hotellogo, #loader h1 {
	background-image: url("../lisboa1908_hotel_bin/sprite.png");
	background-repeat: no-repeat;
}

/*
 * loader area
 */

/*
 * loader area
 */

#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fafafa;
}

#loader h1 {
	position: absolute;
	width: 174px;
	height: 70px;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -87px;
	background-position: -224px -100px;
}

#loader h1::before {
	content: "";
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 70px;
	top: 0;
	right: 0;
	background: #fafafa;
	animation: loading 1.8s linear;
}

@keyframes loading {
	0% {
		width: 174px;
	}
	/*100% {
		width: 0;
	}*/
}


#loader:after {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 28px;
	width: 140px;
	height: 25px;
	background: url("../belavistahotelspa_hotel_bin/gc_loading.png") no-repeat;
}
/**
  * Scroll area
  **/

@keyframes scrollAnimation {
	0% {bottom: 10px;}
	50% {bottom: 18px;}
	100% {bottom: 10px;}
}
@-webkit-keyframes scrollAnimation {
	0% {bottom: 10px;}
	50% {bottom: 18px;}
	100% {bottom: 10;}
}

.scroll {
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 30px;
	z-index: 2;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	font-family: 'misobold';
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: none;
	color: #000;
	text-transform: uppercase;
	opacity: 0.5;
	transition-property: opacity;
	transition-duration: 0.60s;
	transition-timing-function: ease-out;
	-webkit-animation: scrollAnimation 1.5s infinite;
	animation: scrollAnimation 1.5s infinite;
}

.scrolling .scroll {
	display: none;
}

.scroll1 .scroll {
	display: none;
}

.scroll:hover {
	color: #000;
	text-decoration: none;
	opacity: 1;
}

.no-banner .scroll {
	display: none;
}

.scrolltop {
	position: relative;
	padding-bottom: 180px;
	display: inline-block;
	font-family: 'misobold';
	font-size: 14px;
	line-height: 30px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	transition-property: color;
	transition-duration: 0.60s;
	transition-timing-function: ease-out;
}

.scrolltop:hover {
	color: #61f2c5;
}



/**
  * website areas
  **/

#topblock {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 118px;
	padding: 30px;
	background: none;
	z-index: 3;
	transition-property: opacity;
	transition-duration: 0.40s;
	transition-timing-function: ease-out;
}

.scroll1 #topblock {
	background: #fff;
	top: -90px;
	height: 90px;
	padding: 0 50px;
	transition-property: top;
	transition-duration: 0.40s;
	transition-timing-function: ease-out;
}

.scroll2 #topblock {
	position: fixed;
	top: 0;
}

#centerblock {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 34px;
	z-index: 0;
}

#centerblock::before {
	content: "";
	display: block;
	position: absolute;
	top: 98px;
	left: 50px;
	bottom: 0;
	right: 0;
	background: url("../lisboa1908_hotel_bin/banner_img.jpg") no-repeat center;
	background-size: cover;
}

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

.no-banner #contentblock {
	margin-top: 100px;
	padding-bottom: 60px;
}

.no-banner.hotel-contacts #contentblock {
	padding-bottom: 0;
}

#bottomblock {
	position: relative;
	background: #171717;
	padding: 0 50px;
	z-index: 1;
	overflow: visible;
}

#bottomblock::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 190px;
	background: url("../lisboa1908_hotel_bin/footer_bg.png") no-repeat center;
	background-size: cover;
	top: -188px;
	left: 0;
	right: 0;
}

/**
  * Top Block area
  **/

/** hotel logo area **/

.hotellogo {
	position: relative;
	width: 220px;
	height: 85px;
	float: left;
	z-index: 1;
}

.hotellogo a {
	display: block;
	height: 100%;
	position: relative;
}

.hotellogo a span {
	text-indent: -9999px;
	display: block;
	line-height: 0;
	overflow: hidden;
}

.scroll1 .hotellogo img {
	display: none;
}

.scroll1 .hotellogo {
	background-position: -5px -674px;
}

/** menu stuff **/

#topblock::after, .navigation {
	transition: all 0.7s ease-in-out;
}

.navigation {
	position: absolute;
	overflow: hidden;
	height: 60px;
	text-align: right;
	width: auto;
	float: right;
	display: block;
	padding: 6px 0 0;
	left: auto;
	right: 290px;
	margin-left: 226px;
}

.scroll1 .navigation {
	padding: 31px 0 0;
}

.nav {
	height: 50px;
	overflow: visible;
}

.nav li {
	display: inline-block;
	margin: 0 0 0 20px;
}

.nav li:first-of-type {
	padding: 0;
}

.nav li a {
	font-family: 'misobold';
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	display: inline-block;
	color: #27221f;
}

.nav li a:hover, .nav li.active a {
	color: #61f2c5;
}

/** menu opened area **/

.menuOpened .nav {
	opacity: 1;
	-webkit-transition-delay: 0.6s; /* Safari */
	transition-delay: 0.6s;
}

/** Booking engine area **/

.bookinggadget {
	position: absolute;
	right: 110px;
	top: 28px;
	overflow: visible;
}

.bookinggadget .shortHandTitle{
	display: block !important;
    position: absolute;
	top: 35px;
	font-size: 9px;
    margin: 10px 0 !important;
    width: 160px !important;
    letter-spacing: 1px;
}

.scroll1 .bookinggadget {
	top: 24px;
}

/* .bookinggadget .gc_sh .gc_horizontalSh .shortHandTitle {
	display: none;
	} */

.gcBookingGadget form > div {
	display: none;
}

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

.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a {
	font-family: 'misobold';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	display: inline-block;
	width: auto;
	color: #fff;
	padding: 0 10px;
	letter-spacing: 1.5px;
	background: none;
	-webkit-font-smoothing: antialiased;
	height: 40px;
	width: 160px;
	font-weight: bold;
	background: #000;
	transition: all 0.5s ease-in-out;
}

.bookinggadget a {
	line-height: 35px;
}

.bookinggadget .gc_sh .shortHandCheckRates:hover, .bookinggadget a:hover {
	background: #61f2c5;
	color: #000;
}

/* shorthand on contentblock */

#mpshorthand {
	background: url("../lisboa1908_hotel_bin/content3_bg.jpg") repeat;
	border: 6px solid #000;
	width: 310px;
	height: 392px;
	position: absolute;
	right: 0;
	margin: 0 56px !important;
	top: 0;
	padding: 50px;
	display: none;
}

.homepage #mpshorthand {
	display: block;
}

#mpshorthand form {
	text-align: center !important;
}

#mpshorthand .line .date input {
	font-family: 'misobold';
	background-color: transparent;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	font-size: 26px;
	font-weight: lighter;
	border-bottom: 2px solid #000;
	position: relative;
	width: 100%;
	background-position: -199px -335px;
}

#mpshorthand .line .date span {
	text-transform: lowercase;
	text-align: center;
	font-family: serif;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
}

body #ui-datepicker-div {
	display: none;
	width: 298px;
	right: 62px;
	background: url("../lisboa1908_hotel_bin/content3_bg.jpg") repeat;
	padding: 0 30px;
	margin-top: -75px;
}

#mpshorthand .book button {
	border: 2px solid #000;
	background: none;
	font-family: 'misobold';
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	padding: 6px 18px;
	font-size: 20px;
	margin-top: 20px;
}

#mpshorthand .book button:hover {
	background: #000;
	color: #fff;
}

#mpshorthand #barLabel {
	font-family: serif;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
}


/** toggle area **/

.toggleblock {
	position: absolute;
	top: 38px;
	right: 50px;
	overflow: hidden;
	width: 32px;
	height: 19px;
	z-index: 102;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.menuOpened .toggleblock {
	height: 24px;
	top: 55px;
}

.scroll1 .toggleblock {
	top: 35px;
	opacity: 1;
}

.toggle {
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.toggle .line {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
	transition: 0.3s;
	backface-visibility: hidden;
}

.no-banner .toggle .line, .hotel-directions .toggle .line {
	background: #1b1b1b;
}

.no-banner.menuOpened .toggle .line, .hotel-directions.menuOpened .toggle .line {
	background: #fff;
}

.toggle .line.line-1 {
	transition: all 0.3s 0.3s, transform 0.3s 0s;
}

.toggle .line.line-2 {
	top: 50%;
	margin-top: -2px;
	transition: all 0.3s 0.3s;
}

.toggle .line.line-3 {
	bottom: 0;
	top: auto;
	transition: all 0.3s 0.3s, transform 0.3s 0s;
}

.toggle:hover .line.line-1 {
	top: 7px;
}

.toggle:hover .line.line-3 {
	bottom: 7px;
}

.menuOpened .toggle:hover .line.line-1,
.menuOpened .toggle:hover .line.line-2,
.menuOpened .toggle:hover .line.line-3 {
	width: 100%;
}

.menuOpened .toggle .line-1 {
	top: 50%;
	background: #fff;
	margin-top: -1px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.3s, transform 0.3s 0.3s;
}

.menuOpened .toggle .line-2 {
	opacity: 0;
	transition: all 0.3s, opacity 0.3s 0s;
}

.menuOpened .toggle .line-3 {
	bottom: 50%;
	background: #fff;
	margin-bottom: -1px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all 0.3s, transform 0.3s 0.3s;
}

.menuOpened .toggle:hover .line.line-1 {
	top: 50%;
}

.menuOpened .toggle:hover .line.line-3 {
	bottom: 50%;
}

/* Secondary Menu */
.secondarymenu {
	z-index: 101;
	display: block;
	position: fixed;
	top: -100%;
	right: 0;
	left: 0;
	width: 100%;
	height: 80%;
	padding: 10% 40px 0;
	transition: top 0.7s ease-in-out;
	background: #000;
}

.secondarymenu::after {
	content: "";
	position: absolute;
	display: block;
	height: 30%;
	width: 100%;
	background: url("../lisboa1908_hotel_bin/menuopened_bg.png") no-repeat center bottom;
	left: 0;
	top: 95%;
}

.secondarymenu * {
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0.3s;
}

.secondarymenu .navigation {
	display: inline-block;
	position: relative;
	top: 0;
	bottom: auto;
	left: auto;
	right: auto;
	width: 30%;
	text-align: left;
	margin-left: 0;
	float: none;
}

.secondarymenu .navigation li {
	display: block;
	border-bottom: none;
	margin-bottom: 16px;
}

.secondarymenu .navigation li a {
	font-size: 52px;
	display: inline-block;
	letter-spacing: 3px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 16px;
	font-weight: bolder;
	position: relative;
	transition: color 0.5s ease-in-out;
}

.secondarymenu .navigation li a::after {
	display: none;
}

.secondarymenu .navigation li a:hover, .secondarymenu .navigation li.active a {
	color: #61f2c5;
}

.secondarymenu #magic-line {
	display: none;
}

.secondarymenu .quicklinks {
	display: inline-block;
	position: relative;
	width: 35%;
	float: right;
}

.secondarymenu .quicklinks ul {
	padding: 0 20%;
}

.secondarymenu .quicklinks li {
	display: block;
	width: 100%;
	text-align: left;
}

.secondarymenu .quicklinks li a {
	font-family: 'misobold';
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	line-height: 42px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: color 0.5s ease-in-out;
}

.secondarymenu .quicklinks li:hover a, .secondarymenu .quicklinks li.active a {
	color: #61f2c5;
}

.secondarymenu .socialmedia {
	position: relative;
	width: 35%;
	float: left;
	display: inline-block;
	left: auto;
	clear: none;
	padding-left: 8%;
	margin-top: 10px;
}

.secondarymenu .socialmedia li a {
	font-family: 'misobold';
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1.5px;
	padding-left: 40px;
}

/* menuopened */

.menuOpened.secondarymenu {
	top: 0;
}

.menuOpened.secondarymenu * {
	opacity: 1;
}

.menuOpened.secondarymenu .navigation {
	display: inline-block;
	overflow: scroll;
	height: 100%;
}

.secondarymenu .socialmedia li {
	display: block;
}

.menuOpened.secondarymenu .socialmedia li {
	text-indent: 0;
	display: block;
}

/**
  * Center Block area
  **/

/** banner **/

.flashContainer {
	z-index: 1;
	height: 60% !important;
	position: relative;
	width: 60%;
	top: 20%;
}

.flashContainer .gcb_container {
	overflow: hidden;
}

.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;
}

#centerblock .gcb_image_legend {
	font-family: 'misobold';
	bottom: auto;
	top: 22%;
	width: 40%;
	left: 60%;
	padding: 0 5%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #242424;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
}

.scroll1 #centerblock .gcb_image_legend, .scroll1 #centerblock .flashContainer .promotionsgadget {
	opacity: 0 !important;
	filter:alpha(opacity=0);
}

#centerblock .gcb_image_legend b {
	font-family: serif;
	font-size: 36px;
	text-transform: none;
	line-height: 38px;
	display: block;
	padding-top: 10px;
	position: relative;
	font-style: italic;
	letter-spacing: 0;
}

.flashContainer .promotionsgadget, #contentblock .promotionsgadget {
	display: none;
}

.flashContainer .gcb_navigation {
	top: 50%;
	left: 30px;
	right: 30px;
	width: auto;
	z-index: 100;
}

.flashContainer .gcb_navigation_arrow {
	width: 20px;
	height: 37px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.flashContainer .gcb_navigation_arrow.previous, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.previous,
.flashContainer .gcb_container:hover .previous {
	background-position: 0 0;
}

.flashContainer .gcb_navigation_arrow.next, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.next,
.flashContainer .gcb_container:hover .next {
	background-position: -40px 0;
	float: right;
}

.flashContainer .gcb_navigation_paginator {
	display: none;
}

.flashContainer:hover .gcb_navigation_arrow, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.flashContainer .gcb_navigation .gcb_navigation_arrow.previous:hover, .flashContainer .gcb_navigation .gcb_navigation_arrow.next:hover {
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
}

/**
  * Content Block area
  **/

.homepage #c1 {
	position: relative;
	background: url("../lisboa1908_hotel_bin/content1_bg.jpg") no-repeat top 80px right;
	z-index: -2;
	overflow: visible;
}

#c1::after {
	content: "";
	display: block;
	position: absolute;
	width: 241px;
	height: 308px;
	background: url("../lisboa1908_hotel_bin/content1_tint.png") no-repeat center;
	top: -60px;
	right: 0;
}

.no-banner #c1::after {
	top: 0;
}

.hotel-contacts #c1 {
	background: url("../lisboa1908_hotel_bin/content1_bg.jpg") no-repeat bottom right;
}

#c2 {
	background: url("../lisboa1908_hotel_bin/content2_bg.jpg") repeat center;
}

#c3 {
	background: #fff;
}

#c3::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 720px;
	background: url("../lisboa1908_hotel_bin/content3_bg.jpg") repeat;
	top: 0;
	left: 0;
	right: 0;
}

.content {
	position: relative;
	clear: both;
	overflow: hidden;
}

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

#c3 .holder {
	padding: 80px 0 0;
}

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

/** headings **/

#contentblock h1, #contentblock h2, #contentblock h3 {
	position: relative;
	color: #2a2a2a;
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	overflow: hidden;
	text-align: left;
	font-weight: 500;
}

#contentblock h1, .no-banner #contentblock #c1 h1 {
	font-family: 'misobold';
	font-size: 55px;
	line-height: 52px;
	margin: 10px 45% 20px 12% !important;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3px;
}

#contentblock h1 span {
	font-family: 'misobold';
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none !important;
	padding-bottom: 22px;
}

.homepage #contentblock #c1 h1 {
	margin: 60px auto 40px !important;
}

.homepage #contentblock #c1 h1 {
	font-family: serif;
	font-size: 32px;
	line-height: 40px;
	max-width: 38%;
	text-transform: none;
	font-style: italic;
	letter-spacing: -1px;
	text-align: center;
}

.homepage #contentblock #c1 h1:first-of-type {
	display: none;
}

#contentblock h2 {
	font-family: 'misobold';
	text-transform: uppercase;
	font-size: 36px;
	line-height: 34px;
	margin: 40px 0 25px;
	font-weight: bold;
	letter-spacing: 1px;
}

#contentblock #c3 h2 {
	width: 22%;
	display: inline-block;
	float: left;
	text-align: right;
	margin: 0;
	margin-left: 12%;
	position: relative;
}

#contentblock #c3 h2.center {
	width: auto;
    display: block;
    float: none;
    text-align: center;
    margin: 20px 0;
    margin-left: auto;
    position: relative;
}

#contentblock h2 span {
	font-family: serif;
	text-transform: none;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: lighter;
	line-height: 45px;
	text-decoration: none !important;
}

p:empty {
	display: none;
}

/** h1 content third area **/

#contentblock h3 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0;
	margin: 30px 0 15px;
	font-style: normal;
	font-weight: bold;
}

#contentblock p {
	position: relative;
	margin: 0 auto 15px;
	clear: both;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

#contentblock #c2 p {
	margin-right: 40%;
}

#contentblock #c3 p {
	display: inline-block;
	width: 50%;
	float: right;
	margin-right: 10%;
	clear: right;
	margin-left: auto;
}

#contentblock #c3 p.center {
	margin: 0 20% !important;
    display: block;
    float: none;
    clear: both;
    width: auto;
}

.homepage #contentblock #c1 p {
	text-align: center;
	margin: 0 28%;
}

.homepage #contentblock p strong {
	font-family: serif;
	-webkit-font-smoothing: antialiased;
	font-size: 85px;
	float: left;
	padding: 0;
	height: 70px;
	margin-right: 10px;
	line-height: 80px;
	font-weight: lighter;
	color: #2a2a2a;
}

/** last <p> from each content area **/

p:empty {
	display: none;
}

#contentblock ul {
	overflow: hidden;
	margin: 20px 0;
}

#contentblock ul li {
	padding-left: 1.5%;
	background-position: 0 bottom;
	margin: 0 1.5%;
	display: inline-block;
}

#contentblock img {
	width: 100%;
}

/** Promotion gadget **/

#contentblock .promotionsgadget {
	width: 34%;
	height: 125px;
	margin: 40px auto !important;
	position: relative;
	text-align: left;
	display: block;
}

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

.promotionsgadget .prgTitle {
	font-family: 'misobold';
	font-size: 20px;
	line-height: 24px;
	margin: 10px 0;
	color: #2a2a2a;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.promotionsgadget .prgImgWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	height: 125px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.promotionsgadget .prgClick {
	position: absolute;
	bottom: 0;
	left: 150px;
	border: 1px solid #2a2a2a;
	color: #2a2a2a;
	font-size: 10px;
	line-height: 25px;
	padding: 0 15px;
	height: 25px;
	font-style: italic;
	text-transform: lowercase;
}

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

/** banner promotion gadget **/

#centerblock .flashContainer .promotionsgadget {
	position: absolute;
	bottom: 80px;
	left: 30px;
	width: 30%;
	text-align: left;
	opacity: 1 !important;
}

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

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

.flashContainer .promotionsgadget .prgTitle {
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	line-height: 26px;
	position: relative;
	color: #fff;
	margin: 0;
	font-weight: lighter;
	letter-spacing: 1px;
}

.flashContainer .promotionsgadget .prgTitle::after {
	content: "";
	display: block;
	position: relative;
	background: rgba(255,255,255,0.5);
	width: 120px;
	height: 1px;
	margin-top: 8px;
}

.flashContainer .promotionsgadget .prgDescription {
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	margin: 10px 0 0;
	display: inline-block;
	color: #fff;
	font-weight: lighter;
}

.flashContainer .promotionsgadget .prgClick {
	text-indent: -9999px;
	background-position: 45px -50px;
	display: inline-block;
	bottom: 0;
	right: 40px;
	float: none;
	margin: 0;
	display: none;
}

/* sidebar on centerblock */

#centerblock #sidebar {
	z-index: 2;
	position: absolute;
	left: 55%;
	display: block;
	width: 250px;
	height: 350px;
	bottom: 120px;
	overflow: hidden;
}

#c1 .bannerslide.imagelinkgadget, #c2 .bannerslide.imagelinkgadget, #c3 .bannerslide.imagelinkgadget,
#c1 .bx-wrapper, #c2 .bx-wrapper, #c3 .bx-wrapper {
	display: none;
}

.bannerslide.imagelinkgadget {
	margin: 0 !important;
}

.bannerslide .imgImageWrapper {
	height: 350px;
}

.bannerslide .imgContentWrapper {
	display: none;
}

.bannerslide.imagelinkgadget {
	padding: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.bx-wrapper .bx-viewport {
	height: 350px !important;
}

.bx-controls {
	position: relative;
}

.bx-controls .bx-controls-direction {
	display: block;
	cursor: pointer;
}

.bx-controls .bx-controls-direction a {
	position: absolute;
	display: block;
	width: 40px;
	bottom: 330px;
	text-align: center;
	height: 25px;
	font-size: 11px;
	letter-spacing: 3px;
	color: #041c34;
	font-weight: lighter;
	transition: opacity 0.5s ease-in-out;
}

.bx-controls .bx-controls-direction a:hover {
	opacity: 0.5;
}

.bx-controls .bx-controls-direction .bx-prev {
	left: -75px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform-origin: left center 0;
	-webkit-transform-origin: left center 0;
	-ms-transform-origin: left center 0;
}

.bx-controls .bx-controls-direction .bx-next {
	right: -75px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform-origin: right center 0;
	-webkit-transform-origin: right center 0;
	-ms-transform-origin: right center 0;
}

.bx-controls .bx-pager {
	display: none;
}

/**
  * imagelinks area
  **/

.imagelinkgadget {
	padding: 0 5px;
	overflow: hidden;
	margin: 30px 0 !important;
	letter-spacing: 1px;
}

.imglinkWrapper {
	height: auto;
	background: none;
	position: relative;
}

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

.imgImageWrapper {
	line-height: 0;
	opacity: 1;
	height: 630px;
	background-color: #000;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.imagelinkgadget .imgImageWrapper span {
	opacity: 1;
	display: block;
	height: 100%;
	background-size: cover;
	background-color: rgba(211,167,42,0);
	background-blend-mode: overlay;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease-in-out;
}

.imgContentWrapper {
	position: relative;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 30px 0;
	text-align: left;
	display: table;
}

.contentHolder {
	display: table-cell;
	vertical-align: middle;
}

.imgTitle {
	font-size: 34px;
	line-height: 38px;
	padding-bottom: 20px;
	color: #2a2a2a;
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.imgDescription {
	color: #2a2a2a;
	font-size: 15px;
	line-height: 25px;
	max-height: 136px;
	overflow: hidden;
	font-weight: lighter;
}

.imgLink {
	width: auto;
	height: 50px;
	margin-top: 20px;
}

.imgLink span {
	font-family: 'misobold';
	border: none;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #000;
	-webkit-font-smoothing: antialiased;
}

.nolink .imgLink {
	display: none;
}

/** small **/

.small .imgImageWrapper {
	height: 450px;
}

.small .imgTitle {
	font-size: 28px;
	line-height: 26px;
}

/** medium **/

.mediumlarge {
	padding: 0 12%;
}

.mediumlarge .imglinkWrapper, .mediumlarge .imgImageWrapper {
	height: 485px;
}

.mediumlarge .imgImageWrapper {
	width: 55%;
	float: left;
}

.mediumlarge .imgContentWrapper {
	position: relative;
	height: 50%;
	width: 45%;
	left: -4%;
	top: 170px;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-left: 8%;
	padding-right: 2%;
	background: #fff;
	display: block;
}

.mediumlarge .imgTitle {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: -30px 0 0;
	letter-spacing: 1px;
	color: #2a2a2a;
	text-transform: uppercase;
}

.mediumlarge .imgTitle::after {
	background: rgba(0,0,0,0.2);
	margin: 16px 0 0;
}

.mediumlarge .imgTitle span:first-of-type {
	display: block;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 65px;
}

.mediumlarge .imgDescription {
	color: #3f3f3f;
}

.mediumlarge .imgLink {
	display: block;
}

.mediumlarge .imgLink span {
	color: #27221f;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

/** medium odd **/
.mediumlarge.mediumlarge1 .imgContentWrapper, .mediumlarge.mediumlarge3 .imgContentWrapper, .mediumlarge.mediumlarge5 .imgContentWrapper,
.mediumlarge.mediumlarge7 .imgContentWrapper, .mediumlarge.mediumlarge9 .imgContentWrapper, .mediumlarge.mediumlarge11 .imgContentWrapper {
	background: #fff;
	float: left;
	left: 5%;
}

.mediumlarge.mediumlarge1 .imgContentWrapper::before, .mediumlarge.mediumlarge3 .imgContentWrapper::before, .mediumlarge.mediumlarge5 .imgContentWrapper::before,
.mediumlarge.mediumlarge7 .imgContentWrapper::before, .mediumlarge.mediumlarge9 .imgContentWrapper::before, .mediumlarge.mediumlarge11 .imgContentWrapper::before {
	left: auto;
	right: -14px;
	border-left: 16px solid #e3e0d8;
	border-right: none;
}

.mediumlarge.mediumlarge1 .imgImageWrapper, .mediumlarge.mediumlarge3 .imgImageWrapper, .mediumlarge.mediumlarge5 .imgImageWrapper,
.mediumlarge.mediumlarge7 .imgImageWrapper, .mediumlarge.mediumlarge9 .imgImageWrapper, .mediumlarge.mediumlarge11 .imgImageWrapper {
	float: right;
}

/** medium V H **/

#imgLinksWrapper {
	position: relative;
	margin-left: 12%;
	margin-right: 50px !important;
}

.mediumv {
	width: 38%;
}

.mediumv .imgImageWrapper {
	height: 530px;
}

.medium {
	float: right;
	width: 56%;
	margin-top: 180px !important;
}

.medium .imgImageWrapper {
	height: 432px;
}

.mediumv:nth-of-type(even) {
	float: right;
}

.medium.medium1, .medium.medium3, .medium.medium5, .medium.medium7, .medium.medium9, .medium.medium11 {
	float: left;
	margin-top: 30px !important;
}

/** large **/

.large .imglinkWrapper {
	background: none;
	height: auto;
}

.large .imgContentWrapper {
}

.large .imgTitle {
	font-size: 60px;
	line-height: 58px;
	margin: 0;
}

.large.video .imgTitle, .large.video .imgLink span, .large.video .imgDescription {
	color: #fff;
}

.large.video .imglinkWrapper {
	background: #21201e;
	height: 720px;
}

.large.video .imgImageWrapper {
	height: 720px;
	opacity: 0.35;
}

.large.video .imgImageWrapper iframe{
	height: auto;
}

.large.video::after {
	content: "";
	display: none;
	position: absolute;
	width: 267px;
	height: 375px;
	background: url("../lisboa1908_hotel_bin/video_img.jpg")no-repeat center;
	top: 180px;
	left: 55%;
}

.homepage .large.video::after {
	display: block;
}

.large.video .imgContentWrapper {
	position: absolute;
	left: 15%;
	width: 40%;
	padding: 0 5%;
}

.large.video .imgContentWrapper .contentHolder {
	display: none;
}

.homepage .large.video .imgContentWrapper .contentHolder {
	display: table-cell;
}

.large.video .imgContentWrapper::before {
	content: "";
	display: block;
	position: absolute;
	width: 407px;
	height: 332px;
	top: 80px;
	left: -35%;
	background: url("../lisboa1908_hotel_bin/video_tint.png")no-repeat center;
}

#c3 .large {
	overflow: visible;
}

#c3 .large::before {
	content: "";
	display: block;
	position: absolute;
	width: 380px;
	height: 488px;
	background: url("../lisboa1908_hotel_bin/large_tint.png")no-repeat center;
	top: -100px;
	left: 0;
}

#c3 .large .imgImageWrapper {
	height: 500px;
}

#c3 .large .imglinkWrapper {
	margin: 60px 12% !important;
}

/** no link imagelink **/

.nolink .imgImageWrapper, .nolink.imagelinkgadget:hover .imgImageWrapper {
	opacity: 1;
}

/** no image imagelink **/

.noimage.small .imgImageWrapper {
	display: none;
}

.noimage.small .imglinkWrapper {
	background: url("../lisboa1908_hotel_bin/noimage_bg.jpg") no-repeat center;
	background-size: cover;
}

.noimage.small .imgContentWrapper {
	width: 100%;
	margin-left: 0;
	left: 0;
	padding: 0 10%;
}

.noimage.small:nth-child(2n) .imglinkWrapper {
	background: url("../lisboa1908_hotel_bin/noimage_bg_2.jpg") no-repeat center;
}

.noimage.small:hover .imglinkWrapper {
	opacity: 1;
}

/** notext **/

.notext .imgContentWrapper {
	display: none;
}

.notext.mediumlarge .imgContentWrapper {
	display: block;
}

.notext.mediumlarge.video.playing .imgContentWrapper {
	display: none !important;
}

/** imagelink hover **/

.imagelinkgadget.notext:hover .imgImageWrapper, .imagelinkgadget.notext .imgImageWrapper {
	opacity: 1;
}

.imagelinkgadget:hover .imgImageWrapper span {
	opacity: 1;
}

.popup.imagelinkgadget:hover .imgImageWrapper span {
	opacity: 0.8;
}

.large .imgLink span, .small .imgLink span {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

/** popup imagelink **/

body.popupWindow {
	overflow: hidden;
}

.popup.imagelinkgadget {
position: fixed;
	top: 50%;
	margin-top: -190px !important;
	left: 50%;
	margin-left: -250px !important;
	z-index: 102;
	width: 500px;
	overflow: visible;
	pointer-events: all;
}

.popup .imgImageWrapper {
	overflow: hidden;
	height: 380px;
}

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

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

.popupWindow .closePopup {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	display: none;
}

.popupWindow .closePopup span {
	width: 100%;
	height: 100%;
	display: block;
	background: url("../lisboa1908_hotel_bin/popup_close2.png") no-repeat center;
}

.imagelinkgadget.popup .imglinkWrapper:hover .imgContentWrapper {
	bottom: 0;
}

.imagelinkgadget.popup .imglinkWrapper .imgContentWrapper {
	left: 0;
	right: 0;
	padding: 10%;
	margin: 0;
	position: absolute;
	display: block;
}

.imagelinkgadget.popup .imglinkWrapper .contentHolder {
	display: block;
	vertical-align: inherit;
}

.imagelinkgadget.popup .imgTitle, .imagelinkgadget.popup .imgDescription, .imagelinkgadget.popup .imgDescription a, .imagelinkgadget.popup .imgLink span {
	color: #fff;
}

/**
  * rooms page area
  **/

#contentblock #roomtypes, #contentblock #specialoffers, #contentblock #productTypes, #contentblock #addons {
	margin: 40px 12% 0;
	clear: both;
}

#contentblock .roomContainer {
	margin: 5px 0 0;
	padding: 100px 0 0;
	text-align: left;
}

#contentblock .roomContainer .roomName {
	margin: 0;
	padding: 20% 0 0;
	z-index: 1;
}

#contentblock .roomContainer .roomName h2 {
	font-family: 'misobold';
	font-size: 32px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0;
}

#contentblock .roomContainer .minRate {
	z-index: 1;
	padding: 0;
}

#contentblock .roomContainer .minRate h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	font-style: normal;
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	text-align: left;
	font-weight: bold;
}

#contentblock .roomContainer .roomPhoto {
	left: 5px;
	right: 5px;
	height: 150px;
	background: #000;
}

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

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

#contentblock .roomContainer .pgContainer {
	background: #000;
}

#contentblock .roomContainer .roomPhoto .pgContainer .pgImage {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.hotel-special-offers #contentblock .roomContainer .roomPhoto .pgContainer .pgImage {
	background-position: right;
}

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

#contentblock .roomContainer .promotions-termsContent {
	padding: 30px 25px 50px;
	bottom: 30px;
	top: auto;
	left: 50px;
	right: 50px;
	margin: 0;
	background: #fff;
	display: none;
	z-index: 2;
}

.roomContainer .promotions-termsContent .promotions-closeTermsShell {
	top: auto !important;
	bottom: 0;
}

#contentblock .roomContainer .promotions-termsContent .promotions-closeTerms {
	background: #61f2c5 url("http://static.guestcentric.net/cdn/wsbdev/wsbdev_bin/close_terms.png") no-repeat 97%;
	font-size: 10px;
	font-family: 'misobold';
	font-size: 12px;
	color: #000;
	line-height: 25px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/** rooms opened **/

#contentblock .room-opened.roomContainer::before, #contentblock .room-opened.roomContainer .roomName h2::after {
	display: none;
}

#contentblock .room-opened.roomContainer::after {
	display: none;
}


#contentblock .room-opened.roomContainer .roomName {
	padding: 0px 0 0;
	width: 60%;
	margin: 100px auto 20px;
}

#contentblock .room-opened.roomContainer .roomName::before {
	content:"";
	display: block;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -61px;
	width: 122px;
	height: 122px;
	background-position: right -995px;
	z-index: -1;
}

#contentblock .room-opened.roomContainer .roomName h2 {
	color: #2a2a2a;
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
}

#contentblock .room-opened.roomContainer .minRate h3 {
	text-align: center;
}

#contentblock .room-opened.roomContainer {
	height: auto !important;
	padding: 370px 0 0;
	float: none;
	width: 100%;
	z-index: 2;
	background: url("../lisboa1908_hotel_bin/content3_bg.jpg") repeat center;
}

#contentblock .room-opened.roomContainer .minRate {
	display: block;
	width: 60%;
	position: absolute;
	top: 425px;
	left: 50%;
	margin-left: -30%;
	padding: 0;
}

#contentblock .room-opened.roomContainer .minRate h3 {
	color: #151515;
}

#contentblock .room-opened.roomContainer .roomPhoto {
	height: 370px;
	margin-bottom: 40px;
	left: 0;
	right: 0;
	position: absolute;
	top: 0 !important;
}

#contentblock .room-opened.roomContainer .roomPhoto a {
	display: block;
}

#contentblock .room-opened.roomContainer .slick-prev {
	left: 30px;
}

#contentblock .room-opened.roomContainer .slick-next {
	right: 30px;
}

#contentblock .room-opened .slick-slider > button {
	z-index: 1;
	padding: 0;
	width: 16px;
}

#contentblock .room-opened .slick-slider .slick-prev {
	background-position: -22px 0;
}

#contentblock .room-opened .slick-slider .slick-next {
	background-position: -3px 0;
}

#contentblock .room-opened.roomContainer .mealplan {
	font-style: italic;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0 auto !important;
	position: relative;
	width: 60%;
	padding-bottom: 10px;
	font-family: serif;
	text-transform: lowercase;
}

#contentblock .room-opened.roomContainer .roomDescription {
	margin: 0 auto 20px;
	text-align: center;
}

#contentblock .room-opened.roomContainer .promotions-termsActions {
	margin: 0 auto 80px;
}

#contentblock .room-opened.roomContainer .promotions-termsActions .promotions-bgLink {
	margin: 0 auto;
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	border: none;
	width: 180px;
	margin-bottom: 20px;
	display: block;
	letter-spacing: 1px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#contentblock .room-opened.roomContainer .promotions-termsActions .promotions-bgLink:hover {
	background-color: #61f2c5;
	color: #000;
}

#contentblock .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
	bottom: 0;
	top: auto;
	right: auto;
	left: 50%;
	margin-left: -90px;
	line-height: 20px;
	width: 180px;
	color: #000;
	background: #61f2c5;
	letter-spacing: 1px;
	font-family: 'misobold';
	font-size: 12px;
}

#contentblock .roomContainer .roomDescription p {
	padding: 1% 0;
	margin: 0 auto 15px;
	text-align: center;
}

#contentblock .roomContainer .roomDescription ul {
	margin: 20px auto;
	text-align: center;
}

#contentblock .roomContainer .roomDescription ul li {
	padding-left: 2%;
	background-position: 0 bottom;
	display: inline-block;
	margin-left: 22px;
}

/** rooms hover **/

#contentblock .roomContainer:hover .roomPhoto .pgContainer .pgImage {
	opacity: 0.5;
	filter:alpha(opacity=50);
}

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

/** rooms clicked **/

#contentblock .roomContainer.clicked {
	opacity: 1;
	height: 380px;
}

#contentblock .roomContainer.clicked .roomName, #contentblock .roomContainer.clicked .minRate {
	display: none;
}

#contentblock .roomContainer.clicked .roomPhoto .pgContainer .pgImage {
	opacity: 0.2;
}

/** addons page **/

#addons .roomContainer .roomPhoto {
	margin-bottom: 0 !important;
}

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

#addons .roomContainer .roomDescription a {
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	margin: 0 60px 50px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: #61f2c5;
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	transition-property: background;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}

#addons .roomContainer .roomDescription a:hover {
	background: #f8c301;
}

/**
  * Gallery page area
  **/

.hotel-gallery .content .holder {
	overflow: 0 50px;
}

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

#pg .pgContainer {
	display: none;
}

/**
  * Contacts page area
  **/


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


/** contacts page **/


#contentblock .content form {
	text-align: left;
}

#contentblock .content form input, #contentblock .content form select {
	width: 98%;
	border: none;
	background: #f5f5f5;
	padding: 5px 10px;
	height: 35px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#contentblock .content form p,
#contentblock .content form div {
	font-size: 14px;
	line-height: 18px;
	margin: 15px 0 5px;
	letter-spacing: 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("../lisboa1908_hotel_bin/calendar.png") no-repeat center;
}

#contentblock .content form textarea {
	width: 98%;
	background: #f5f5f5;
	border: none;
}

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

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

#contentblock .content form input[type="submit"] {
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	color: #fff;
	background: #000;
	margin: 40px 0;
	display: block;
	width: 180px;
	height: 42px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 34px;
	letter-spacing: 1px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}

#contentblock .content form input[type="submit"]:hover {
	background: #61f2c5;
	color: #000;
}

#contentblock #contacts_form .required {
	color: #2a2a2a;
}

/** insta feed **/

#instafeed {
	margin: 60px 20% !important;
}

#instagram_area {
	padding-bottom: 80px;
	position: relative;
	background: #fff;
	display: none;
}

.homepage #instagram_area {
	display: block;
}

#instagram_area .logo_number {
	position: relative;
	display: block;
	width: 312px;
	height: 119px;
	background: url("../lisboa1908_hotel_bin/logo_number.png") no-repeat center;
	margin: 0 auto 30px;
}

#instagram_area h1 {
	text-align: center;
	margin: 0 !important;
	display: none;
	font-size: 24px;
	line-height: 18px;
	letter-spacing: 1px;
}

#instagram_area #instafeed {
	display: none;
	width: auto;
	height: 245px;
	margin: 0 12%;
	overflow: hidden;
}

#instagram_area #instafeed a {
	width: 25%;
	display: inline-block;
	z-index: 1;
	line-height: 0;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	border: .4vw solid transparent;
	max-width: 300px;
	position: relative;
	max-height: 250px;
	height: 250px;
}

#instagram_area #instafeed a:hover {
	opacity: 0.7;
}

#instagram_area #instafeed img {
	height: 250px;
	width: 100%;
}

/**
  * Bottom block area
  **/

.nobgarea {
	background: rgba(0,0,0,0.2);
	min-height: 600px;
}

.nobgarea {
	background: rgba(0,0,0,0.4) url("../lisboa1908_hotel_bin/footer_img.jpg") no-repeat center fixed;
	background-size: cover;
}

.footerlogo {
	width: 220px;
	height: 234px;
	display: block;
	overflow: hidden;
	background-position: 0 -453px;
	position: relative;
	margin: 180px auto 0;
}

#bottomblock .footerlogos {
	height: 200px;
	width: 100%;
	display: block;
	background: #fff;
	float: none;
	padding: 30px 10%;
}

.footerlogos a {
	display: inline-block;
	margin: 0 5%;
}

.footerlogos .tripadvisor {
	background-position: 0 -599px;
	width: 120px;
	height: 140px;
}

.footerlogos .yelp {
	background-position: 0 -485px;
	width: 145px;
	height: 75px;
	margin-bottom: 35px;
}

.footerlogos .hawaii {
	background-position: 0 -374px;
	width: 185px;
	height: 80px;
	margin-bottom: 30px;
}

/** Hotel address area **/

#bottomblock .leftarea {
	text-align: left;
	position: relative;
	width: 100%;
	display: block;
	float: left;
	height: auto;
	padding: 20px 0 40px;
}


.hoteladdress {
	overflow: hidden;
	padding: 0 50px;
}

.addressholder {
	position: relative;
	z-index: 1;
}

.hoteladdress a {
	font-family: 'misobold';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px !important;
	line-height: 24px;
	font-style: normal;
	display: inline-block;
	padding: 4px 0 10px 30px;
	letter-spacing: 1px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.hoteladdress .addressblock {
	background-position: 0 -804px;
	margin-right: 50px;
}

.hoteladdress .phoneblock {
	background-position: 0 -843px;
}

.hoteladdress .emailblock {
	background-position: 0 -881px;
}

/** social area **/

.socialmedia {
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 0;
	padding: 0 39px;
}

.socialmedia ul {
}

.socialmedia li {
	text-indent: -9999px;
	display: inline-block;
	margin: 0 8px 16px 0;
}

.socialmedia li a {
	display: block;
	height: 100%;
	width: 30px;
}

.socialmedia .facebook a {
	background-position: 1px -252px;
}

.socialmedia .whatsapp a {
	background-position: -210px -252px;
}

.socialmedia .twitter a {
	background-position: -42px -252px;
}

.socialmedia .googleplus a {
	background-position: -43px -252px;
}

.socialmedia .youtube a {
	background-position: -168px -252px;
}

.socialmedia .instagram a {
	background-position: -87px -252px;
}

.socialmedia .newsletter a {
	background-position: -127px -252px;
}

.socialmedia .facebook a:hover {
	background-position: 1px -288px;
}

.socialmedia .whatsapp a:hover {
	background-position: -210px -288px;
}

.socialmedia .twitter a:hover {
	background-position: -42px -288px;
}

.socialmedia .googleplus a:hover {
	background-position: -43px -288px;
}

.socialmedia .youtube a:hover {
	background-position: -168px -288px;
}

.socialmedia .instagram a:hover {
	background-position: -87px -288px;
}

.socialmedia .newsletter a:hover {
	background-position: -127px -288px;
}


/** footer menu area **/

.rightarea {
	position: relative;
	width: 100%;
	display: block;
	clear: left;
}

.footermenu {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 20px 40px 80px;
	float: right;
}

.footermenu:after {
	content: "";
	display: block;
	position: relative;
	height: 230px;
	background: url(../lisboa1908_hotel_bin/sponsor.png) no-repeat 0 0;
	margin: 40px 0 0;
    background-size: 100%;
    max-width: 794px;
}

.footermenu ul {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

.footermenu li {
	display: block;
	text-align: left;
	margin: 0 20px 0 0;
	line-height: 36px;
}

.footermenu li a {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}

.footermenu li a:hover {
	color: #61f2c5;
}


/** Seals area **/

#seals {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	background: url("../lisboa1908_hotel_bin/footer_bg_2.jpg") repeat center;
}

.sealsHolder {
	margin: 0px auto;
	overflow: hidden;
}

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

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


/**
  * Bottom bar area
  **/

#fixedblock {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: url("../lisboa1908_hotel_bin/fixedblock_bg.png") repeat center;
	z-index: 3;
	padding: 0 30px;
}

/** languages area **/

.languages {
	position: fixed;
	right: 50px;
	height: 30px;
	width: auto;
	bottom: 0;
	overflow: hidden;
	z-index: 10;
}

.languages li {
	background: #fff;
}

.languages li a {
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	color: #27221f;
	background: #fff;
	line-height: 30px;
	height: 30px;
	padding: 0 8px;
	text-transform: uppercase;
	position: relative;
	display: block;
	transition: all 0.4s ease-in-out;
}

.languages li a.active,
.languages li a:hover {
	background: #000;
	color: #fff;
}

.gecko .languages select {
	width: 112%;
	background-position: -270px -140px;
}

.ie8 .languages select, .ie9 .languages select, .ie10 .languages select, .ie11 .languages select {
	width: 116%;
	background-position: -270px -140px;
}



/** contacts page **/

.hotel-contacts #c1::before, .hotel-unsubscribe #c1::before, .hotel-subscribe #c1::before {
	display: none;
}

.hotel-contacts #contentblock p {
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
}

/** location page **/


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

.hotel-directions.no-banner #contentblock {
	margin-top: 90px !important;
}

.hotel-directions #centerblock .flashContainer .promotionsgadget,
.hotel-directions .scroll {
	display: none;
}

.hotel-directions #contentblock .nav::before, .hotel-directions #contentblock .nav::after {
	display: none;
}

.hotel-directions #contentblock .nav {
	display: block;
}

.hotel-directions #contentblock .nav li {
	border: none !important;
	background: none;
	padding: 0;
	margin: 0;
}

.hotel-directions #contentblock .nav li a {
	font-size: 14px;
	line-height: 33px;
	color: #fff;
}

#GoogleMapGadget {
	margin: 0 12% !important;
}

#map_canvas {
	height: 550px !important;
}

.hotel-directions .dirLink {
	display: block;
	background: #000;
	color: #fff;
	width: 180px;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	font-family: 'misobold';
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	height: 42px;
	padding: 0;
	margin: 40px auto !important;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}

.hotel-directions .dirLink:hover {
	background: #61f2c5;
	color: #000;
}

/** generic transitions **/
.nav li a, .nav, .bookinggadget .gc_sh .gc_horizontalSh .shortHandButton, .bookinggadget a, .quicklinks li a, .footermenu li a, .toggle span,
.roomContainer .promotions-termsActions .promotions-bgLink,
#contentblock .content form input[type="submit"],
.socialmedia, .socialmedia li a, #contentblock .roomContainer .roomName h2,
#pg .pgContainer .pgText, #pg .pgContainer .pgText strong, .noimage .imglinkWrapper, .imagelinkgadget .imgContentWrapper,
#mpshorthand .book button {
	transition-property: all;
	transition-duration: 0.40s;
	transition-timing-function: ease-out;
}

/** opacity transitions **/

#contentblock .roomContainer .pgContainer, #pg .pgContainer .pgImage,
.imgContentWrapper::before, #contentblock .roomContainer::before, #pg .pgContainer .pgText::before,
.pgContainer .pgImage, .stage1 .hotellogo {
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}



/**
  * Responsive stuff
  **/


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

	.topContacts, .homepage #mpshorthand {
		display: none;
	}

	.homepage #c1 {
		background: #fff;
	}

	#centerblock {
		position: relative;
	}

	.nobgarea {
	}

	#contentblock h1, .no-banner #contentblock #c1 h1 {
		max-width: 80%;
	}

	#contentblock {
		margin-top: 0 !important;
	}

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

	.navigation, .scroll2 .navigation {
		display: none;
	}

	.secondarymenu .navigation {
		width: 60%;
		display: block;
	}

	#bottomblock .footerlogos {
		padding: 30px 5%;
	}

	.nav {
		display: table-cell;
		vertical-align: middle;
		height: auto;
	}

	/** display none **/

	.quicklinks, .bookinggadget .bar, .secondarymenu .socialmedia {
		display: none !important;
	}

	/** imglinks **/

	#contentblock .content .holder > * {
		margin-right: 50px;
		margin-left: 50px;
	}

	.homepage #contentblock #c1 h1 {
		max-width: 50%;
	}

	.homepage #contentblock #c1 p {
		margin: 0 10%;
	}

	.mediumlarge {
		padding: 0 50px;
	}

	.large.video .imgContentWrapper {
		left: 10%;
		width: 50%;
		margin-left: 0;
	}

	#contentblock h1, .no-banner #contentblock #c1 h1 {
		margin: 10px 50px 20px !important;
	}

	.mediumv {
		width: 42%;
	}

	#c3 .large .imglinkWrapper {
		margin: 60px 50px !important;
	}

	#contentblock #c3 h2 {
		margin-left: 50px;
	}

	#contentblock #c3 p {
		margin-right: 50px;
	}

	#contentblock #c3 h2 {
		width: 35%;
	}

	#instagram_area #instafeed {
		height: 171px;
	}

	.hoteladdress .addressblock {
		background-position: 0 -788px;
	}

}

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

	.popupWindow .closePopup {
		display: block;
	}

	#bottomblock {
		padding: 0;
	}

	.homepage #mpshorthand, #centerblock .gcb_image_legend {
		display: none;
	}

	.flashContainer {
		width: 100%;
	}

	.secondarymenu .navigation li a {
		font-size: 40px;
		line-height: 36px;
	}

	#contentblock .promotionsgadget {
		width: 80%;
	}

	.hoteladdress {
		padding: 0 40px;
	}

	.hoteladdress .addressblock, .hoteladdress .phoneblock, .hoteladdress .emailblock  {
		margin-right: 0;
	}

	.powered {
		float: none;
		margin-left: 0;
	}

	#centerblock .flashContainer .promotionsgadget,
	.flashContainer .gcb_image::after, .security, .footermenu, .scroll {
		display: none !important;
	}

	.flashContainer .gcb_image_legend b {
		font-size: 45px;
	}

	#fixedblock {
		padding: 0;
	}

	#fixedblock .contacts {
		display: block;
		text-indent: -9999px;
	}

	.imagelinkgadget {
		overflow: visible;
	}

	.hoteladdress .email {
		background-position: 8px -1111px;
		margin-bottom: 60px;
	}

	#contentblock #c2 p {
		margin-right: 50px;
		margin-left: 50px;
	}

	#bottomblock .contacts {
		padding: 0
	}

	.imagelinkgadget, .imgImageWrapper {
		height: 100%;
	}

	#imgLinksWrapper {
		margin-right: 50px !important;
		margin-left: 50px !important;
	}

	#contentblock #c3 h2 {
		width: 20%;
	}

	#contentblock #c3 p {
		width: 60%;
	}

	.large.video.imagelinkgadget, .large.video.imgImageWrapper {
		height: auto;
	}

	.mediumv .imgImageWrapper {
		height: 320px;
	}

	.imglinkWrapper {
		height: 100% !important;
	}

	.large .imgContentWrapper {
		height: 450px;
		left: 50%;
		margin-left: -25%;
		width: auto;
	}

	.mediumlarge .imgContentWrapper {
		top: 40px;
	}

	.mediumlarge.mediumlarge1 .imgContentWrapper, .mediumlarge.mediumlarge3 .imgContentWrapper, .mediumlarge.mediumlarge5 .imgContentWrapper, .mediumlarge.mediumlarge7 .imgContentWrapper, .mediumlarge.mediumlarge9 .imgContentWrapper, .mediumlarge.mediumlarge11 .imgContentWrapper {
		left: -5%;
	}

	.imgTitle, .large .imgTitle {
		font-size: 40px;
		line-height: 44px;
		margin: 0;
	}

	.imagelinkgadget.mediumlarge {
		height: auto;
	}

	.mediumlarge .imgImageWrapper {
		height: 400px;
		width: 100%;
	}

	.mediumlarge .imgContentWrapper {
		height: auto;
		width: 100%;
	}

	#bottomblock .footerlogos, #bottomblock .contacts::after, #bottomblock .contacts::before {
		display: none;
	}

	.contacts {
		margin: 0;
	}

	#contentblock .promotionsgadget {
		display: none;
	}

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

	.mediumlarge .imgTitle, .small .imgTitle, .imgTitle, .large .imgTitle {
		font-size: 32px;
		line-height: 30px;
	}

	#loader:before {
		top: 10%;
	}

	#bottomblock .leftarea {
		width: 100%;
		float: none;
		display: block;
		padding: 20px 0 40px;
	}

}

@media all and (max-height: 690px) {
	#centerblock #sidebar {
		display: none;
	}

	.bookinggadget .shortHandTitle{
		display: none !important;

	}
}

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

	.secondarymenu .navigation {
		width: 100%;
	}

	.secondarymenu .navigation li a {
		font-size: 24px;
		line-height: 20px;
	}

	#topblock, .scroll1 #topblock {
		height: 64px;
		padding: 0;
		position: fixed;
		background: #fff;
		top: 0;
	}

	.flashContainer {
		top: 100px;
	}

	.toggleblock, .scroll1 .toggleblock {
		top: 23px;
		right: 30px;
	}

	.bookinggadget, .scroll2 .bookinggadget, .scroll1 .bookinggadget {
		top: 64px;
		left: 0;
		right: 0;
	}

	.hotellogo, .scroll2 .hotellogo, .scroll1 .hotellogo {
		width: 150px;
		height: 55px;
		top: 8px;
		background-image: none;
		margin: 0 auto;
	}

	.hotellogo img {
		height: 50px;
	}

	.scroll1 .hotellogo img {
		display: inline;
	}

	.bannerslide.imagelinkgadget, #sidebar {
		display: none !important;
	}

	.toggle, .scroll1 .toggle, .scroll2 .toggle, .stage1 .toggle {
		opacity: 1;
		top: 23px;
	}

	.navigation::after {
		width: 100%;
	}

	.nav {
		padding: 0;
	}

	.nav li a {
		font-size: 24px;
		line-height: 40px;
	}

	#c1::after {
		width: 90px;
		background: url("../lisboa1908_hotel_bin/content1_tint.png") no-repeat left;
	}

	.homepage #contentblock #c1 p {
		margin: 0 5%;
	}

	.homepage #contentblock #c1 h1 {
		max-width: 80%;
	}

	.mediumlarge {
		padding: 0 5%;
	}

	#imgLinksWrapper {
		margin-right: 5% !important;
		margin-left: 5% !important;
	}

	.mediumv .imglinkWrapper, .mediumv.imagelinkgadget {
		height: 100% !important;
	}

	.medium {
		margin-top: 0 !important;
		width: 100%;
	}

	.medium .imgImageWrapper {
		height: 320px;
	}

	.mediumv {
		width: 100%;
	}

	.mediumv .imgContentWrapper {
		height: 100%;
		left: 0;
		margin-left: 0;
	}

	.mediumlarge .imgImageWrapper {
		height: 320px;
	}

	.large.video .imgContentWrapper {
		width: 80%;
	}

	#contentblock #c2 p {
		margin-left: 5%;
		margin-right: 5%;
	}

	#contentblock h1, .no-banner #contentblock #c1 h1 {
		margin: 10px 5% 20px !important;
	}

	.large.video::after, .homepage #instagram_area, .homepage .large.video::after,
	.large.video .imgContentWrapper::before {
		display: none;
	}

	.large.video.imagelinkgadget {
		margin: 0 !important;
	}

	.small .imgImageWrapper {
		height: 320px;
	}

	.large.video .imgImageWrapper {
		height: 400px;
	}

	#contentblock #c3 h2 {
		width: auto;
		margin-left: 5%;
		margin-right: 5%;
		text-align: left;
	}

	#contentblock #c3 p {
		width: auto;
		margin-right: 5%;
		margin-left: 5%;
	}

	#c3 .large .imglinkWrapper {
		margin: 60px 5% !important;
	}

	#c3 .large .imgImageWrapper {
		height: 320px;
	}

	/** rooms area **/
	#contentblock .room-opened.roomContainer .roomPhoto {
		height: 160px;
	}

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

	#contentblock .room-opened.roomContainer .minRate {
		top: 400px;
	}

	#contentblock .room-opened.roomContainer .roomName, #contentblock .room-opened.roomContainer .mealplan,
	#contentblock .roomContainer .roomDescription p, #contentblock .roomContainer .roomDescription ul {
		width: 82%;
	}

	#contentblock .room-opened.roomContainer .minRate {
		width: 82%;
		margin-left: -41%;
	}

	body.popupWindow {
		overflow: auto;
	}

	.flashContainer .gcb_image_legend, .quicklinks, .bar, .popup, .overlay {
		display: none;
	}

	#topblock {
		padding: 0;
	}

	.hotellogo {
		margin: 0 auto;
	}

	.bookinggadget #minRate, .bookinggadget .gc_sh .shortHandCheckRates::after {
		display: none;
	}

	.bookinggadget .gc_sh .gc_horizontalSh .shortHandButton {
		height: auto;
		width: 100%;
		border-radius: 50%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a {
		font-size: 22px;
		line-height: 42px;
		height: auto;
		width: 100%;
		background: #61f2c5;
		color: #000;
	}

	#contentblock h1 {
		font-size: 30px;
		line-height: 32px;
	}

	#contentblock h1 span {
		font-size: 20px;
	}
}


.hotel-rooms .imgDescription,
.hotel-special-offers .imgDescription,
.hotel-products .imgDescription,
.hotel-addons .imgDescription {
	max-height: 100%;
}



/* case nº 00138120 */
body.covid-19 #contentblock .content .holder > * {
    text-align: start;
}