@CHARSET "UTF-8";

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	color: #5a5a5a;
}

body > img
{
	display: none;
}


/*
 * Typography
 */
a {
	color: #5a5a5a;
}
a:hover {
	color: #4f83c4;
}
#main b, #main strong {
	font-weight: 700;
}
#main p {
	margin: 10px 0;
	clear: both;
}
#main h1, #main h2, #main h3 {
	color: #4f83c4;
	text-align: left;
	clear: both;
	font-family: 'Oswald', Georgia, serif;
	text-transform: uppercase;
	font-weight: 100;
}
#main h1 {
	font-size: 50px;
	line-height: 54px;
	margin: 0 0 10px;
	padding-bottom: 15px;
}
#main h2 {
	font-size: 34px;
	line-height: 36px;
	margin: 30px 0 20px;
}
#main h3 {
	font-size: 24px;
	line-height: 26px;
	margin: 30px 0 10px;
}
*::selection {
	background-color: #4f83c4;
	color: #fff;
}
*::-moz-selection {
	background-color: #4f83c4;
	color: #fff;
}



/*
 * Structure
 */

ul, ol {
	padding: 0;
	margin: 0;
}
#main {
	min-width: 980px;
	overflow: hidden;
}
#topBlock {
	background: url("../emporiumlisbonsuites_hotel_bin/top_bg.jpg") repeat-x 0 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	min-width: 980px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-mox-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.topBlockHolder
{
	width: 100%;
	height: 72px;
}

#centralBlock {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	min-width: 980px;
	height: 510px;
	margin-top: 100px;
	background: url("../emporiumlisbonsuites_hotel_bin/imgLinks_bottom_bg.jpg") repeat 0 0;
}
#contentBlock {
	position: relative;
	z-index: 1;
	min-width: 980px;
	background: url("../emporiumlisbonsuites_hotel_bin/main_bg.jpg") repeat 0 0;
	margin-top: 580px;
	overflow-y: hidden;
}

.ie7 #contentBlock
{
	top: 549px;
	margin-top: 0;
	visibility: visible;
}

#bottomBlock {
	background: url("../emporiumlisbonsuites_hotel_bin/main_bg.jpg") repeat center bottom;
	overflow: hidden;
	position: relative;
	min-width: 980px;
	padding-top: 60px;
}

#bottomBlock .holder
{
	background: url("../emporiumlisbonsuites_hotel_bin/content_line_bottom.png") repeat-x center top;
}

.holder {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/*
 * Elements
 */

.scroll {
	position: absolute;
	top: 490px;
	left: 50%;
	margin-left: -26px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	z-index: 80;
	cursor: pointer;
}
#scrolldown {
	width: 51px;
	height: 52px;
	background: url("../emporiumlisbonsuites_hotel_bin/scrolldown.png") no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}

#scrolldown:hover
{
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#scrolltop, .away #scrolldown {
	display: none;
}

.scroll.away {
	position: fixed;
	left: auto;
	top: auto !important;
	right: 20px;
	bottom: 40px;
	z-index: 100;
}

.away #scrolltop {
	display: block;
	background: url(../emporiumlisbonsuites_hotel_bin/scroll__top.png) no-repeat center;
	width: 67px;
	height: 67px;
	filter: alpha(opacity=55);
	opacity: 0.55;
	text-indent: -99999px;
}

.away #scrolltop:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
}

/* social media */
#social {
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 900;
	width: 33px;
}

#social ul
{
}

.socialmedia li {
	display: block;
	width: 40px;
	height: 35px;
	overflow: hidden;
	margin: 0 0 10px;
}
.socialmedia li a {
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url("../emporiumlisbonsuites_hotel_bin/socialmedia_ic.png") no-repeat -27px -177px;
}
.socialmedia li a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.socialmedia .facebook a {
	background-position: 0 0;
}
.socialmedia .tripadvisor a {
	background-position: 0 -120px;
}
.socialmedia .newsletter a {
	background-position: 0 -160px;
}

.st_sharethis .chicklets
{
	text-indent: -99999px;
}

.st_sharethis .stButton
{
	margin: 8px 0 0 4px;
}


/* navigation - main menu */
.navigation {
	text-align: right;
	width: 100%;
	float: right;
}
.navigation ul {
	list-style: none;
	overflow: hidden;
	padding: 22px 50px 0 330px;
	height: 40px;
}
.navigation li {
	display: inline-block;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 10px;
	background: url("../emporiumlisbonsuites_hotel_bin/menu_sep.png") no-repeat right center;
}

.ie7 .navigation li
{
	display: inline;
}

.navigation li:last-child {
	padding-right: 0;
	background: none;
}
.navigation li a {
	text-decoration: none;
	font-size: 16px;
	color: #e2e2e2;
	text-transform: uppercase;
}
.navigation li a:hover, .navigation .active a {
	color: #6e99d1;
}

.navigation .active a
{
	padding: 4px 0;
	border-top: 1px dotted #6e99d1;
	border-bottom: 1px dotted #6e99d1;
}


/* languages */
.languages {
	position: fixed;
	top: 150px;
	left: 0;
	overflow: hidden;
	z-index: 9;
}

.languages ul
{
}

.languages ul li
{
	margin-bottom: 10px;
	background: url("../emporiumlisbonsuites_hotel_bin/lang_bg.png") no-repeat 0 0;
}

.languages li a
{
	width: 31px;
	height: 35px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 35px;
	padding-left: 4px;
}

.languages li a.active, .languages li a:hover
{
	text-decoration: underline;
	color: #e2ce97;
}


/* flashbanner */
.flashContainer {
	width: 100%;
	min-width: 1030px;
	margin: 0 auto;
	height: 510px;
	position: relative;
	background: #fff;
}

.gcb_image_current, .gcb_image_next {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
}
.flashContainer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
}
.flashContainer .gcb_navigation {
	bottom: 20px;
	top: auto;
	right: 20px;
}

.hotel-overview .flashContainer .gcb_navigation
{
	bottom: 20px;
}

.flashContainer .gcb_navigation_arrow {
	display: none;
}
.flashContainer .gcb_navigation_paginator {
	background: none;
}
.flashContainer .gcb_navigation_paginator ul {
	margin: 0;
}
.flashContainer .gcb_navigation_paginator ul li {
	background: url("../emporiumlisbonsuites_hotel_bin/banner_nav_li.png") no-repeat 0 2px;
	width: 15px;
	height: 15px;
	margin: 2px;
}
.flashContainer .gcb_navigation_paginator ul .selected {
	background-position: 0 -17px;
}

.flashContainer .gcb_image_legend {
	font-family: 'Oswald', serif;
	font-size: 50px;
	line-height: 52px;
	text-align: center;
	top: 36%;
	bottom: auto;
	left: 50%;
	margin-left: -310px;
	right: auto;
	width: 620px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.6);
}

/* logo area */
.hotellogo {
	position: absolute;
	top: 0;
	left: 50px;
	width: 266px;
	height: 171px;
}

.hotellogo .logo {
	display: block;
	margin: 0 auto;
}

.hotellogo .logo span {
	display: block;
	height: 0;
	overflow: hidden;
}

/* booking engine */

.gcBookingGadget form > * {
	display: none;
}
.bookingGadget {
	position: fixed;
	top: 71px;
	right: 50%;
	margin-right: -122px;
	z-index: 99;
}
.hotel.overview .bookingGadget {
	top: 50%;
}
.bookingGadget .gc_sh .gc_verticalSh {
	padding: 0;
	width: auto;
}
.bookingGadget .gc_sh .shortHandButton {
	display: block;
	text-align: center;
	width: 245px;
	height: 113px;
	background: url("../emporiumlisbonsuites_hotel_bin/booknow.png") no-repeat center bottom;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-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;
}

.bookingGadget .gc_sh .shortHandButton:hover
{
	background: url("../emporiumlisbonsuites_hotel_bin/booknow_hover.png") no-repeat center bottom;
}

.bookingGadget .gc_sh .shortHandCheckRates
{
	font-family: 'Oswald', serif;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 66px;
	margin: 0;
	width: 100%;
	height: 70px;
	letter-spacing: 0;
	padding: 0 15px;
	background: none;
}

/* quicklinks */

.quicklinks {
	position: relative;
	width: 100%;
	background: url("../emporiumlisbonsuites_hotel_bin/qlinks_bg.png") repeat-x 0 0;
	z-index: 40;
}

.quicklinks ul {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 8px 0 15px;
}

.quicklinks li {
	display: inline;
}
.quicklinks li a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	background: url("../emporiumlisbonsuites_hotel_bin/quicklinks_sep.png") no-repeat right center;
	padding: 0 15px 0 7px;
	color: #232323;
}

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

.quicklinks li a:hover, .quicklinks li.active a {
	color: #4f83c4;
}

/* imagelink general */

#imagelinksHolder {
	background: url("../emporiumlisbonsuites_hotel_bin/imgLinks_bottom_bg.jpg") repeat-x center -300px;
	text-align: center;
	position: relative;
/*	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: -3px -3px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: -3px -3px 10px rgba(0,0,0,0.2);
	-ms-box-shadow: -3px -3px 10px rgba(0,0,0,0.2);
	-o-box-shadow: -3px -3px 10px rgba(0,0,0,0.2);*/
}

#imagelinksHolder .holder
{
	background: none;
}

.hotel-directions #imagelinksHolder
{
	background: url("../emporiumlisbonsuites_hotel_bin/imgLinks_bottom_bg.jpg") repeat-x center bottom;
}

.imagelinkgadget a
{
	text-decoration: none;
	margin: 5px;
	display: block;
	border: 1px solid #494949;
}

.imagelinkgadget .wrapper > div
{
	clear: both;
}

.imagelinkgadget
{
	color: #656565;
	background: url("../emporiumlisbonsuites_hotel_bin/gadgets_bg.jpg") repeat 0 0;
	display: block;
	float: left;
	text-align: center;
	position: relative;
}

.imgImageWrapper 
{
	width: 100%;
	overflow: hidden;
	background: #e4e4e4;
}

.imgImageWrapper img
{
	width: 100%;
}

.imgTitle
{
	padding: 15px 0;
	color: #fff;
	text-transform: uppercase;
	margin: 0 15px;
	font-size: 20px;
	line-height: 22px;
	clear: both;
	background: url(../emporiumlisbonsuites_hotel_bin/dotted_sep_white.png) no-repeat center bottom;
	font-family: 'Oswald', Georgia, serif;
}

.imgDescription
{
	padding: 17px 20px 75px;
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
}

.imgLink
{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -20px;
	width: 41px;
	height: 46px;
	background: url(../emporiumlisbonsuites_hotel_bin/see_more.png) no-repeat 0 0;
	text-indent: -9999px;
}

/* imagelink hover */

.imagelinkgadget:hover .imgLink
{
	background: url(../emporiumlisbonsuites_hotel_bin/see_more_hover.png) no-repeat 0 0;
}

/* imagelink special box */
.top-box-small
{
	width: 305px;
	margin: 30px 30px 0 0;
	height: 400px;
	overflow: hidden;
	display: inline-block;
	float: none;
	background: url(../emporiumlisbonsuites_hotel_bin/imgLinks_bg.png) no-repeat center bottom;
	text-align: center;
}

.ie7 .top-box-small, .ie8 .top-box-small
{
	margin: 40px 20px 0 0;
}

.ie7 .top-box-small
{
	display: inline;
}

.top-box-small:last-of-type
{
	margin: 0 0;
}

.top-box-small .imgImageWrapper
{
	height: 140px;
	margin: 0 6px;
	width: 293px;
	background: none;
	position: absolute;
	top: 110px;
	left: 0;
	border-top: 1px dotted #7d7d7d;
	border-bottom: 1px dotted #7d7d7d;
}

.top-box-small .imgTitle
{
	padding: 60px 0 0px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 15px;
	font-size: 20px;
	line-height: 22px;
	font-family: 'Oswald', Georgia, serif;
	background: none;
}

.top-box-small .imgDescription
{
	max-height: 45px;
	position: absolute;
	top: 255px;
	left: 0;
	overflow: hidden;
	width: 92%;
	padding: 10px 4%;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
}

.top-box-small .imgLink
{
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -20px;
	width: 41px;
	height: 46px;
	background: url("../emporiumlisbonsuites_hotel_bin/see_more.png") no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}

.top-box-small.imagelinkgadget a
{
	margin: 0;
	border: 0;
}

/* imagelink large */

.content .large-image
{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}


.large-image .imgImageWrapper
{
}



.large-image .imgDescription
{
	padding: 15px 15px 80px;
}

/* imagelink medium */

.medium-image
{
	width: 48%;
	height: 340px;
	margin: 30px 2% 40px 0;
}

.medium-image .imgImageWrapper
{
}

.medium-image .imgDescription
{
	max-height: 45px;
	overflow: hidden;
}

.medium-image.imagelinkgadget a
{
	height: 328px;
}

/* imagelink small */

.small-image
{
	width: 31.2%;
	height: 320px;
	margin: 30px 2% 40px 0;
}

.small-image .imgImageWrapper
{
}

.small-image .imgDescription
{
	max-height: 45px;
	overflow: hidden;
}

.small-image.imagelinkgadget a
{
	height: 308px;
}

/* imagelink sidebar */
.small-sidebar-image
{
	width: 100%;
	overflow: hidden;
}

.small-sidebar-image .imgImageWrapper
{
	height: 140px;
}

/* content */
#container {
	overflow: hidden;
	clear: both;
	padding-bottom: 18px;
	position: relative;
	margin-top: 20px;
}

.hotel-directions #container
{
	margin-top: 0;
}

#container .holder {
	overflow: hidden;
	width: 980px;
	margin: 40px auto 0;
	position: relative;
}

.wSidebar .content {
	float: left;
	width: 655px;
}

.content {
	float: left;
	width: 100%;
}

.hotel-rooms .wSidebar .content, .hotel-gallery .wSidebar .content, .hotel-contacts .wSidebar .content,
.hotel-special-offers .wSidebar .content
{
	width: 100%;
}

#container ul, #container ol {
	clear: both;
	padding: 10px;
}
#container ul li {
	background: url("../emporiumlisbonsuites_hotel_bin/li_rooms.png") no-repeat 0 4px;
	padding-left: 15px;
	margin-left: 5px;
	list-style: none;
}

/* sidebar */
#sidebar {
	float: right;
}
.visible {
	width: 275px;
	/*margin: 50px 0 0;*/
	padding: 0 0 0 50px;
	/*border-left: 1px solid #c1c1bd;*/
}
#sidebar > * {
	margin-bottom: 20px;
}

#sidebar > div
{
	clear: both;
	background: url("../emporiumlisbonsuites_hotel_bin/gadgets_bg.jpg") repeat 0 0;
	color: #fff;
}

.hotel-rooms #sidebar, .hotel-gallery #sidebar, .hotel-contacts #sidebar, .hotel-special-offers #sidebar
{
	display: none;
}

/* facebook */
.facebookLikeBox {
	height: 70px;
	overflow: hidden;
}
.facebookLikeBox iframe {
	width: 278px !important;
	height: 202px !important;
	margin: -1px 0 0 -1px;
}
/* weather gadget */
#container .weather-gadget {
	width: 100%;
	overflow: hidden;
	color: #fff;
}
#container .weather-gadget .weather-shell {
	text-transform: uppercase;
	border: 1px solid #494949;
	margin: 4px;
}
#container .weather-gadget .weather-conditions,
#container .weather-gadget .weather-forecast,
#container .weather-today, #container .weather-tomorrow {
	width: 47%;
	margin-top: 10px;
}

#container .weather-gadget .weather-conditions
{
	margin-left: 10px;
}

#container .weather-gadget .weather-conditions img
{
	width: 160px;
}

#container .weather-today, #container .weather-tomorrow {
	margin-top: 2px;
}
#container .weather-day {
	font-size: 10px;
}
#container .weather-temp {
	font-size: 14px;
}

#container .weather-conditions .weather-temp
{
	font-size: 38px;
}

/* tripadvisor */
.tasidebar {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	overflow: hidden;
}
.tasidebarwrapper {
	padding: 15px;
	margin: 4px;
	border: 1px solid #494949;
}
#TA_mini_pane a {
	text-decoration: none;
	color: #fff;
}

#TA_mini_pane a:hover
{
	color: #9a9a9a;
}

#TA_mini_pane td {
	padding: 5px 0;
}

/* footer */

.footerMenu {
	width: 100%;
	overflow: hidden;
	float: right;
	padding-bottom: 20px;
}

.footerMenu ul
{
	padding: 55px 40px 40px;
	text-align: center;
	overflow: hidden;
	background: url("../emporiumlisbonsuites_hotel_bin/footer_sep.png") no-repeat center bottom;
}

.footerMenu li {
	list-style: none;
	line-height: 18px;
	display: inline-block;
	margin-right: 25px;
}
.footerMenu li a {
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	color: #232323;
}
.footerMenu li a:hover {
	color: #4f83c4;
}

.footerBg
{
	height: 40px;
	background: url("../emporiumlisbonsuites_hotel_bin/imgLinks_bottom_bg.jpg") repeat-x center -27px;
	border-top: 2px solid #4f83c4;
}

.hoteladdress {
	font-size: 18px;
	line-height: 22px;
	width: 100%;
	clear: both;
}
.hoteladdress address {
	width: 70%;
	margin: 0 auto;
	padding: 7px 0 30px;
	color: #666666;
	text-align: center;
	font-style: normal;
}
.hoteladdress address > * {
	display: block;
}
.hoteladdress .address, .hoteladdress .phone {
	text-decoration: none;
	color: #666666;
}


/** other logos footer **/

.otherLogos
{
	width: 370px;
	float: left;
	clear: both;
	margin: 25px 0;
}

.otherLogos .savoyCorporate
{
	display: block;
	width: 140px;
	height: 82px;
	margin-right: 40px;
	background: url("../emporiumlisbonsuites_hotel_bin/footer_corporateLogo.png") no-repeat 0 0;
	float: left;
	text-indent: -999999px;
}

.otherLogos .savoyRoyal, .otherLogos .savoyGardens
{
	display: block;
	height: 44px;
	text-indent: -999999px;
	overflow: hidden;
	float: left;
	margin-top: 4px;
}

.otherLogos .savoyRoyal
{
	background: url("../emporiumlisbonsuites_hotel_bin/footer_royalLogo.png") no-repeat 0 0;
	width: 154px;
}

.otherLogos .savoyGardens
{
	background: url("../emporiumlisbonsuites_hotel_bin/footer_gardensLogo.png") no-repeat 0 0;
	width: 182px;
}





#seals {
	width: 100%;
	height: 30px;
	z-index: 10;
	clear: both;
	background: url("../emporiumlisbonsuites_hotel_bin/footer_seals_bg.png") repeat-x 0 0;
	overflow: hidden;
}

#seals .holder
{
	background: none;
}

#seals a {
	display: block;
}
.powered {
	float: left;
}
.security {
	float: right;
}


/*
 * room & special offers pages
 */

#roomtypes
{
	clear: both;
}

.roomContainer {
	position: relative;
	overflow: hidden;
	height: 80px;
	background: url("../emporiumlisbonsuites_hotel_bin/gadgets_bg.jpg") repeat 0 0;
	border-bottom: 1px solid #3b3b3b;
}

.roomContainer:hover {
	opacity: 0.9;
}

.roomContainer:last-of-type {
	border-bottom: none;
}

.roomContainer .roomName {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: url("../emporiumlisbonsuites_hotel_bin/open_room.png") no-repeat right center;
	cursor: pointer;
	width: 97%;
	margin: 0 auto;
}
/*.roomContainer .roomName:hover {
	background-color: #d6cfc9;
}*/
#main .roomContainer h2, #main .minRate h3 {
	line-height: 80px;
	margin: 0;
}
#main .roomContainer h2 {
	text-align: left;
	font-size: 28px;
	color: #fff;
}
.roomContainer .minRate {
	margin-right: 50px;
}
#main .minRate h3 {
	text-align: right;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
}
/* show room */
.roomContainer.showroom {
	height: auto;
	padding: 20px;
}

.roomContainer.showroom:hover
{
	opacity: 1;
}

.roomContainer.showroom .roomName {
	left: 20px;
	right: 20px;
	background: url("../emporiumlisbonsuites_hotel_bin/close_room.png") no-repeat 98%;
}

.roomContainer.showroom .minRate {
	margin-top: -20px;
}
#main .roomPhoto {
	position: relative;
	float: left;
	width: 420px;
	height: 320px;
	overflow: hidden;
	margin-right: 40px;
	padding: 5px 5px 0 5px;
	border-bottom: 5px solid #fff;
	background: #fff;
}
#main .pgContainer a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: 50%;
}
#main .pgContainer a > img {
	display: none;
}
#main .roomPhoto .pgContainer a {
	height: 410px;
}
.ie7 #main .roomPhoto .pgContainer a, .ie8 #main .roomPhoto .pgContainer a {
	height: 330px;
}
#main .roomPhoto .pgContainer label {
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 68px;
	height: 69px;
	font-size: 18px;
	text-indent: -999999px;
	background: url("../emporiumlisbonsuites_hotel_bin/showmore.png") no-repeat 0 0;
}
.mealplan {
	display: none !important;
}
#main .roomDescription,
#main  .roomRestrictions {
	/*clear: both;
	padding: 10px 0 40px;*/
	float: left;
	width: 470px;
	margin-bottom: 20px;
}
#main .roomDescription p,
#main .roomRestrictions p {
	clear: none;
	color: #fff;
}
/*#main .roomDescription ul {
	position: absolute;
	top: 80px;
	right: 20px;
	width: 470px;
	height: 310px;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
	background: #fffcf5;
	margin: 0;
	padding: 20px 20px 0 20px;
	display: none;
}
#main .roomDescription ul:first-of-type {
	display: block;
}
.ie7 #main .roomDescription ul, .ie8 #main .roomDescription ul {
	height: 315px;
}*/
#main .roomDescription ul li {
	list-style: none;
	background: url("../emporiumlisbonsuites_hotel_bin/li_rooms_2.png") no-repeat 0 5px;
	padding-left: 15px;
	text-align: left;
	display: block;
	width: auto;
	text-transform: none;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
#main .promotions-termsActions {
	padding: 0 !important;
	margin-top: 0;
	position: relative;
	float: right;
	width: 470px;
}
#main .promotions-bgLink {
	float: right;
	background: url("../emporiumlisbonsuites_hotel_bin/booknow_2.png") no-repeat center;
	color: #232323;
	font-size: 22px;
	line-height: 56px;
	text-decoration: none;
	width: 215px;
	height: 65px;
	display: block;
	text-align: center;
}
#main .promotions-bgLink:hover {
	opacity: 0.8;
}
#main .promotions-termsActions .promotions-showTermsTrigger
{
	background: #fff;
	color: #474747;
	font-size: 14px;
	line-height: 16px;
	text-shadow: none;
	padding: 5px 0;
	text-align: center;
	width: 220px;
}

#main .promotions-termsActions .promotions-showTermsTrigger:hover,
#main .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms:hover {
	color: #fff;
	background: #4f83c4;
}
#main .promotions-termsContent {
	margin: 0;
	position: relative;
	z-index: 111;
	width: 450px;
	float: left;
	padding: 0 10px 10px 10px;
	margin-top: 20px;
}
#main .promotions-termsContent .promotions-closeTermsShell {
	position: relative;
	z-index: 10;
}

#main .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms
{
	width: 470px;
	display: block;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	background: #4f83c4;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 3px 0;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: -10px;
}

#main .promotions-termsContent .promotions-closeTermsShell .promotions-closeTerms:hover
{
	background: #fff;
	color: #474747;
}

#main .promotions-termsContent .promotions-termsText {
	font-size: 14px;
	line-height: 18px;
	padding-top: 30px;
	color: #fff;
}


/* products on sidebar */
#main #sidebar .productContainer.voucher {
	width: 100%;
	height: 320px;
	border: none;
}
#main #sidebar .productContainer.voucher .roomName {
	width: 100%;
	height: auto;
	cursor: auto;
	z-index: 1;
	padding: 175px 0 15px;
	float: none;
}
#main #sidebar .productContainer.voucher .roomName h2 {
	font-size: 28px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#main #sidebar .productContainer.voucher .minRate {
	width: 100%;
	position: absolute;
	top: 230px;
	left: 0;
	z-index: 1;
}
#main #sidebar .productContainer.voucher .minRate h3 {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 5px;
	text-align: center;
}
#main #sidebar .productContainer.voucher .roomPhoto {
	width: 100%;
	height: 160px;
	overflow: hidden;
}
#main #sidebar .productContainer.voucher .roomPhoto .pgContainer a {
	height: 200px;
}
#main #sidebar .productContainer.voucher .roomPhoto .pgContainer a label {
	display: none;
}
#main #sidebar .productContainer.voucher .promotions-termsActions {
	margin: 0;
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 10;
	float: none;
}

/* promotion gadget special-offers page */

.hotel-special-offers .promotionsgadget
{
	margin-bottom: 40px;
	width: 275px;
	background: url("../emporiumlisbonsuites_hotel_bin/gadgets_bg.jpg") repeat;
}

/* promotion gadget */
.promotionsgadget {
	overflow: hidden;
	position: relative;
	font-size: 22px;
	line-height: 18px;
	text-align: center;
	color: #656565;
}
.prgWrapper {
	padding: 0;
	margin: 4px;
	border: 1px solid #494949;
}
.prgTitle {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 22px;
	width: 94%;
	padding: 160px 0 15px;
	margin: 0 3%;
	color: #fff;
	background: url("../emporiumlisbonsuites_hotel_bin/dotted_sep_white.png") no-repeat center bottom;
	font-family: 'Oswald', Georgia, serif;
}
.prgImgWrapper {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 4px;
	width: 265px;
	height: 140px;
	overflow: hidden;
}
.prgImgWrapper img {
	width: 100%;
}
.prgClick {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -20px;
	font-size: 12px;
	width: 41px;
	height: 46px;
	background: url("../emporiumlisbonsuites_hotel_bin/see_more.png") no-repeat 0 0;
	text-indent: -99999px;
}
.prgDescription {
	padding: 10px 3% 15px;
	width: 94%;
	font-size: 14px;
	margin-bottom: 70px;
	font-family: 'Oswald', serif;
	color: #fff;
}

/* promotion gadget on banner */
#main .flashContainer .promotionsgadget {
	width: 240px;
	left: 40px;
	top: auto;
	bottom: 40px;
	background: #fff;
	color: #656565;
	text-align: center;
}

#main .flashContainer .promotionsgadget .prgWrapper {
	padding: 15px;
}
#main .flashContainer .promotionsgadget .prgTitle {
	margin: 0;
	font-size: 30px;
	font-family: 'Oswald', Georgia, serif;
	line-height: 32px;
	width: 100%;
	padding: 0 0 20px;
	color: #656565;
	background: url("../emporiumlisbonsuites_hotel_bin/dotted_sep_black.png") no-repeat center bottom;
	border: none;
}
#main .flashContainer .promotionsgadget .prgImgWrapper {
	display: none;
}
#main .flashContainer .promotionsgadget .prgDescription {
	display: block;
	line-height: 20px;
	font-size: 18px;
	padding-bottom: 24px;
	padding: 0;
	width: 100%;
	background: none;
	margin-top: 8px;
	margin-bottom: 0;
	color: #656565;
}

#main .flashContainer .promotionsgadget .prgClick {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 14px;
	margin: 0;
	width: 270px;
	background: none;
	padding: 0;
	color: #656565;
	display: none;
}

#main .flashContainer .promotionsgadget:hover
{
	background: #2c5fa0;
	color: #fff;
	text-shadow: none;
}

#main .flashContainer .promotionsgadget:hover .prgTitle
{
	background: url("../emporiumlisbonsuites_hotel_bin/dotted_sep_white.png") no-repeat center bottom;
}

#main .flashContainer .promotionsgadget:hover .prgTitle, #main .flashContainer .promotionsgadget:hover .prgClick
{
	color: #fff;
}

/* hotel gallery */
#pg {
	overflow: hidden;
}
#pg .pgContainer {
	float: left;
	position: relative;
	width: 220px;
	height: 220px;
	border: 5px solid #fff;
	margin: 7.5px;
}
.pgImage {
	width: 100%;
	height: 100%;
}
.pgText {
	position: absolute;
	bottom: 0;
	background: #fff;
	background: rgba(255,255,255,0.85);
	padding: 0 10px;
	text-align: center;
	color: #4b4b4b;
	font-size: 14px;
	line-height: 14px;
	height: 0;
	width: 200px;
	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.35s;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-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;
	pointer-events: none;
}
.pgText strong {
	display: block;
	margin-top: 8px;
	font-size: 20px;
	line-height: 20px;
	color: #4f83c4;
}
.ie7 .pgText, .ie8 .pgText {
	background: url("../emporiumlisbonsuites_hotel_bin/transp_white_80.png") repeat;
}
.pgContainer:hover .pgText {
	height: 100px;
}

/* contact forms */
.contactFormContainer {
	overflow: auto;
	clear: both;
}
#main #container form {
	width: 100%;
}
#main form p {
	margin: 0;
}
#main #container form input, #main #container form select, #main #container form textarea {
	border: 1px solid #4f83c4;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 4px 1%;
	width: 95%;
	background: #fff;
}
#main #container form select {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 97.3%;
}
.webkit #main #container form select {
	-webkit-appearance: none;
	background-image: url("../emporiumlisbonsuites_hotel_bin/select.png");
	background-repeat: no-repeat;
	background-position: 98% center;
}
#main #container #ckbnotifyme {
	width: auto;
}
#container #contacts_form #reservationFields .inline {
	margin-right: 2.5%;
}
#container #contacts_form #fcheckinShell, #container #contacts_form #cbnrnightsShell, #container #contacts_form #cbnradultsShell, #container #contacts_form #cbnrchildrenShell {
	width: 22.5%;
}
#container #contacts_form #reservationFields p {
	display: none;
}
#container #contacts_form #reservationFields .inline p {
	display: block;
}
#container #contacts_form #reservationFields input, #container #contacts_form #reservationFields select {
	padding: 4px 10px;
}
.webkit #container #contacts_form #reservationFields select {
	background-position: 90% center;
}
#container #contacts_form #fcheckin {
	width: 75px;
}
#main #container #cbofferShell {
	clear: both;
	width: 72.5%;
}
#container #contacts_form #cboffer {
	width: 100%;
}
#container #contacts_form .required {
	padding-left: 3px;
	font-size: 12px;
	color: #e6e7e8;
}
#main #container form #ckbnotifyme {
	width: auto;
	float: left;
}
#main #container form label[for="ckbnotifyme"] {
	font-size: 12px;
	line-height: 14px;
	float: right;
	width: 95%;
}
#main #container form input[type="submit"] {
	float: left;
	margin: 20px 0 40px;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	text-align: center;
	border: none;
	width: 215px;
	height: 65px;
	background: url(../emporiumlisbonsuites_hotel_bin/booknow_3.png) no-repeat 0 0;
}
#main #container form input[type="submit"]:hover {
	background: url(../emporiumlisbonsuites_hotel_bin/booknow_hover_2.png) no-repeat 0 0;
}

#container #contacts_form #cbcheckin
{
	background: url(../emporiumlisbonsuites_hotel_bin/calendar.png) no-repeat center;
}

/* subnavigation */
.subnav {
	display: none;
}
#imagelinksHolder .subnav {
	display: block;
}
.subnav ul {
	margin: 50px 0;
	text-align: center;
}
.subnav li {
	display: inline;
	margin: 0 15px;
}
.subnav li a {
	color: #3e3838;
	text-shadow: 1px 1px 0 #ffffff;
	text-transform: uppercase;
	font-size: 32px;
	padding-bottom: 15px;
	text-decoration: none;
}

.subnav .active a {
	background: url("../emporiumlisbonsuites_hotel_bin/select.png") no-repeat bottom center;
}

/* google maps */
#map_canvas {
	margin: 35px 0;
	border: 1px solid #ffffff;
	color: #3e3838;
}
#map_canvas .gm-style div {
	text-transform: uppercase;
	font-size: 24px;
}
#directionsLink {
	display: none;
	margin: 10px 0 35px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
    background: #235089;
	padding-bottom: 15px;
}
#directionsLink:hover {
	color: #6e99d1;
}

/* tripadvisor */
#TA_Header, #TA_Link, #TA_Flags2 {
	display: none;
}
.content #TA_Container {
	border: none;
}
#TA_Container .TA_rname {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 24px;
	line-height: 30px;
	margin: 30px 0 10px;
	text-decoration: none;
}
#TA_Container .TA_rtable td {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 18px;
	padding: 25px 0;
	border-bottom: 1px solid #c1c1bd;
}
#TA_Container .TA_rdate, #TA_Container .TA_ruser {
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
}
#TA_Container .TA_rtable td img {
	margin-right: 20px;
}




/*
 * media queries
 */


/*
 * Tablet devices
 */

.tablet .scroll,
.tablet #main .flashContainer .promotionsgadget {
	display: none;
}
.tablet .quicklinks {
	top: auto;
	bottom: 20px;
}
.tablet .hotellogo {
	top: -243px;
}
.tablet.hotel-overview .hotellogo {
	top: 0;
}
.tablet #main .roomDescription,
.tablet #main .pgContainer a {
	width: 93%;
}
.tablet #main .roomPhoto .pgContainer label {
	right: 60px;
}
.tablet.hotel-special-offers #main .promotions-bgLink,
.tablet.hotel-products #main .promotions-bgLink {
	margin-right: 35px;
}



/*
 * Transitions
 */

.navigation li a, .quicklinks li a, #booking button,
.bookingGadget .gc_sh .shortHandCheckRates, #main .promotions-bgLink,
#main .promotions-termsActions .promotions-showTermsTrigger,
#main form input[type="submit"] {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	-ms-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-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;
}

.quicklinks, .overlay, .scroll {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.20s;
	-moz-transition-duration: 0.20s;
	-o-transition-duration: 0.20s;
	-ms-transition-duration: 0.20s;
	transition-duration: 0.20s;
	-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;
}

.hotellogo {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	-ms-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-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;
}


.content .compareRoomsLink
{
	display: none;
}

.footer_seals {
	padding: 20px 0;
	text-align: center;
	background: #fff;
    margin-bottom: 40px;
}

.TA_selfserveprop #CDSWIDSSP {
	margin: 40px auto;
}




