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

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

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

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

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

html
{
}

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:visited, a, a:link, a:focus
{
	border: 0px;
	outline: 0px;
	color: #2c2c2c;
	text-decoration: none;
}

a:hover {
	color: #72ac35;
}

b, strong {
	font-weight: 700;
}

html
{
}

body
{
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #2c2c2c;
	overflow-x: hidden;
	text-align: center;
	padding: 0 20px;
}

body > img
{
	display: none;
}

#main
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.topblock {
	width: 100%;
	height: 90px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.topblock .holder {
	width: 100%;
	max-width: none;
	position: relative;
	min-height: 0;
	overflow: visible;
}

.contentBlock {
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: 0;
	background: url("../casavela_hotel_2_bin/main_bg.jpg") repeat center;
	transition-property: margin;
	transition-duration: 0.50s;
	transition-timing-function: ease-out;
}

.casa-vela .contentBlock {
	visibility: hidden;
}

.holder {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	min-height: 205px;
}

.imgLinksBlock {
	overflow: hidden;
	width: 100%;
	background: #fff;
	position: relative;
}

.imgLinksBlock .holder {
	overflow: hidden;
	min-height: 0;
	max-width: 100%
}

.imgLinksBlockBottom {
	overflow: hidden;
	width: 100%;
	background: #fff;
	position: relative;
}

.imgLinksBlockBottom .holder {
	overflow: hidden;
	min-height: 0;
	max-width: 100%
}

.imgLinksBlock h1, .imgLinksBlockBottom h1 {
	display: none;
}

.bottomBlock {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	clear: both;
	font-size: 14px;
	text-align: center;
	background: url("../casavela_hotel_2_bin/main_bg.jpg") repeat center;
	position: relative;
	margin-bottom: 60px;
	border-top: 20px solid #fff;
	z-index: 9;
}

.bottomBlock .holder {
	max-width: 600px;
	min-height: 0;
}

.container {
	overflow: hidden;
	clear: both;
	width: 100%;
	border-top: 20px solid #fff;
	padding-bottom: 60px;
	background: url("../casavela_hotel_2_bin/default_bg.jpg") no-repeat center bottom;
}

/* pages backgrounds */

.hotel-rooms .container {
	background: url("../casavela_hotel_2_bin/roomsPage.jpg") no-repeat center bottom;
}

/* end */

/**
 * @area Languages 
 */
.languages {
	position: absolute;
	top: 5px;
	right: 20px;
	overflow: hidden;
	background: #ededed;
	padding: 8px 15px;
}

.languages li {
	display: inline-block;
	margin: 0 5px;
}

.languages select {
	border: 0 none;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	width: 110px;
	text-align: left;
	background: url("../casavela_hotel_2_bin/select.png") no-repeat 100% center;
}

.gecko .languages select
{
	width: 140%;
	background: url("../casavela_hotel_2_bin/select.png") no-repeat 77% center;
}

.ie7 .languages select, .ie8 .languages select, .ie9 .languages select, .ie10 .languages select, .ie11 .languages select
{
	width: 144%;
	background: url("../casavela_hotel_2_bin/select.png") no-repeat 77% center;
}


/* social media */
.socialmedia {
	position: absolute;
	right: 190px;
	top: 7px;
}

.socialmedia ul {
	margin: 0;
}

.socialmedia li {
	width: 26px;
	height: 26px;
	padding: 0 0 0 5px;
	display: inline-block;
	float: left;
}

.ie7 .socialmedia li {
	display: inline;
}

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

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

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

.socialmedia .instagram a {
	background-position: -31px 0;
}

.socialmedia .instagram a:hover {
	background-position: -31px -26px;
}

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

.socialmedia .twitter a:hover {
	background-position: -63px -26px;
}

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

.socialmedia .youtube a:hover {
	background-position: -94px -26px;
}

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

.socialmedia .newsletter a:hover {
	background-position: -125px -26px;
}


/**
 * @area Hotel logo
 */
.hotellogo {
	position: relative;
	width: 260px;
	height: 70px;
	float: left;
	margin: 10px 0 0 20px;
}

.hotellogo a img
{
	border: none;
}

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


/**
 * @area Quicklinks
 */
.quicklinks
{
	position: fixed;
	right: 20px;
	top: 510px;
	z-index: 100;
	text-align: right;
	background: #f6f6f6;
}

.casa-vela .quicklinks
{
	bottom: 60px;
	top: auto;
}

.quicklinks ul {
	margin: 0 20px;
	float: right;
}

.quicklinks li
{
	display: inline;
}

.quicklinks li a {
	text-align: left;
	font-size: 10px;
	color: #2c2c2c;
	line-height: 30px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.quicklinks li a:hover, .quicklinks li.active a
{
	color: #72ac35;
}


/**
 * @area Central block
 */
#contentBlock
{
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
	z-index: 0;
}

/**
 * @area Navigation menu
 */
.navigation {
	overflow: hidden;
	text-align: right;
	position: absolute;
	top: 46px;
	right: 20px;
	left: 300px;
	height: 35px;
}

.navigation ul {
}

.navigation .leftBlock {
	position: absolute;
	top: 0;
	left: 0px;
	right: 50%;
	margin-right: 145px;
	text-align: right;
}

.navigation .rightBlock {
	position: absolute;
	top: 0;
	right: 190px;
	left: 50%;
	margin-left: 145px;
	text-align: left;
}

.navigation li
{
	display: inline-block;
}

.ie7 .navigation li {
	display: inline;
}

.navigation li a
{
	text-decoration: none;
	font-size: 14px;
	line-height: 32px;
	padding: 0 12px;
	display: block;
	text-transform: uppercase;
}

.navigation li a:hover, .navigation li.active a
{
	color: #a6a6a6;
}

.navigation li a::after {
	content: "";
	width: 0;
	height: 3px;
	display: block;
	background: #72ac35;
	margin: 0 auto;
	transition-property: all;
	transition-duration: 0.20s;
	transition-timing-function: ease-out;
}

.navigation li.active a::after, .navigation li a:hover::after {
	width: 50%;
}

/**
 * @area Sidebar
 */
.leftColumn
{
	float: right;
	position: relative;
}

/* dealing with sidebar display */

.with-sidebar .leftColumn {
	width: 30.6%;
	margin-right: 2%;
}

.hotel-rooms.with-sidebar .content,
.hotel-gallery.with-sidebar .content,
.hotel-contacts.with-sidebar .content,
.hotel-special-offers.with-sidebar .content
{
	width: 97%;
	padding: 0;
	margin: 0 1.5%;
}

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


#sidebar
{
	margin: 0;
	overflow: hidden;
}

#sidebar > div
{
	width: 100%;
	margin: 20px 0 10px;
	padding-bottom: 20px;
	clear: both;
	background: #fff;
}

#sidebar p a img
{
	width: 100%;
	margin: 20px 0 10px;
	clear: both;
}

#sidebar p
{
	text-align: center;
}


/**
 * @area Flash container
 */
.flashContainer
{
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 0;
}

.ie7 .flashContainer
{
	padding-top: 60px;
}

.flashContainer .gcb_container
{
	width: auto;
	padding: 0 20px;
	text-align: left;
}

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

.flashContainer .bannerImage img
{
	width: 100%;
	height: 100%;
}

.flashContainer .gcb_image_legend {
	bottom: auto;
	left: 50%;
	margin-left: -27%;
	top: 51%;
	width: 55%;
	font-size: 32px;
	line-height: 38px;
	text-shadow: 0 0 3px rgba(0,0,0,0.4);
	font-family: 'Roboto', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.flashContainer .gcb_navigation {
	top: 50%;
	left: 40px;
	right: 40px;
}

.flashContainer .gcb_navigation_arrow {
	width: 30px;
	height: 51px;
	opacity: 0;
	background: url("../casavela_hotel_2_bin/banner_nav.png") no-repeat 0 0;
}

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

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

.flashContainer .gcb_navigation_paginator {
	display: none;
}

/** Page content - rooms / special offers pages **/

.hotel-rooms .content > *, .hotel-special-offers .content > *, .hotel-products .content > * {
	margin-left: 20%;
	margin-right: 20%;
}

.hotel-rooms .container .holder, .hotel-special-offers .container .holder, .hotel-products .container .holder {
	max-width: 100%;
}

.hotel-rooms #roomtypes, .hotel-special-offers #specialoffers, .hotel-products #productTypes {
	margin: 80px 0 0;
}


/**
 * @area Page content
 */
.content {
	line-height: 18px;
	float: left;
	width: 90%;
	padding: 0 5% 0;
	position: relative;
}

.with-sidebar .content {
	width: 57%;
	margin-left: 2%;
	padding: 0 0 0 2%;
}

.hotel-rooms.with-sidebar .content, .hotel-special-offers.with-sidebar .content, .hotel-products.with-sidebar .content,
.hotel-rooms .content, .hotel-special-offers .content, .hotel-products .content {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.container .pageTitle {
	padding: 80px 0 35px;
	margin: 60px auto 60px;
	font-size: 44px;
	line-height: 48px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: relative;
}

.container .pageTitle::before, .container .pageTitle::after {
	content: "";
	display: block;
	position: absolute;
}

.container .pageTitle::before {
	background: url("../casavela_hotel_2_bin/icone_flower_b_footer.png") no-repeat center top;
	width: 73px;
	height: 61px;
	top: 0;
	left: 50%;
	margin-left: -36px;
}

.container .pageTitle::after {
	content: "";
	width: 50px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	background: #2c2c2c;
}

.container h1, .container h2, .container h3
{
	font-weight: 400;
	clear: both;
	color: #2c2c2c;
	text-transform: uppercase;
}

.content h1
{
	font-size: 44px;
	line-height: 48px;
	margin: 20px 0;
	padding-bottom: 30px;
	text-align: center;
	padding-right: 0;
}

.content h1:first-of-type
{
	display: none;
}

.content h2
{
	font-size: 32px;
	line-height: 36px;
	margin: 20px 0 15px;
}

.content h3
{
	font-size: 22px;
	line-height: 24px;
	margin: 15px 0 8px;
}

.content p
{
	font-size: 14px;
	line-height: 18px;
	position: relative;
	margin: 0 0 8px;
	clear: both;
	text-align: center;
}

.content iframe
{
	position: relative;
	z-index: 0;
	width: 100%;
}

.content img {
	max-width: 100%;
}

.content a
{
	/*color: #2c2c2c;*/
	text-decoration: underline;
}

.content a:hover
{
	text-decoration: none;
	/*color: #a27d22;*/
}

.content ul, .content ul
{
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 0;
	margin: 0 0 20px 0;
}

.content ol
{
	margin: 0px 0px 0px 20px;
}

.content ul li
{
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;
	background: url("../casavela_hotel_2_bin/li.png") no-repeat left 7px;
	display: inline;
	margin-left: 20px;
}

.ie7 .content ul li
{
	display: inline-block;
}

.content ol li
{
	list-style: decimal;
	padding-left: 5px;
	margin-left: 15px;
}

/**
 * @area Bottom block
 */
.footerMenu {
	line-height: 14px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 30px 0 50px;
	padding-top: 30px;
	position: relative;
}

.footerMenu::before {
	content: "";
	width: 300px;
	height: 1px;
	background: #b2b2b1;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -150px;
}

.footerMenu ul {
	overflow: hidden;
}

.footerMenu li {
	display: inline;
	margin-right: 20px;
}

.footerMenu a {
	text-decoration: none;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
}

.footerMenu a:hover {
	color: #72ac35;
}

.hoteladdress address {
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}

.hoteladdress address strong {
	font-weight: bold;
}

.addressBlock {
	padding-left: 30px;
	background: url("../casavela_hotel_2_bin/icon_pin.png") no-repeat top left;
	line-height: 25px;
	display: inline-block;
	padding-bottom: 25px;
}

.phoneBlock {
	padding-left: 30px;
	background: url("../casavela_hotel_2_bin/icon_phone.png") no-repeat top left;
	display: inline-block;
	margin-right: 50px;
	line-height: 25px;
}

.emailBlock {
	padding-left: 30px;
	background: url("../casavela_hotel_2_bin/icon_email.png") no-repeat top left;
	display: inline-block;

}

.imgFooter {
	width: 260px;
	height: 70px;
	display: block;
	margin-top: 80px;
	background: url("../casavela_hotel_2_bin/hotel_logo.png") no-repeat center;
	margin: 50px auto 70px;
	position: relative;
}

.imgFooter::after {
	content: "";
	width: 50px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -25px;
	background: #2c2c2c;
}

/**
 * Css file for the page gadgets
 */


/**
 * @area RoomTypes closed
 */

 #roomtypes {
 	margin: 40px 0;
 }

.roomContainer.showroom {
	clear: both;
	position: relative;
	min-height: 500px;
	padding-bottom: 40px;
	background: url("../casavela_hotel_2_bin/main_bg_dark.jpg") repeat center;
}

.roomContainer.showroom .roomName {
	margin: 0 auto;
	cursor: pointer;
	display: block;
	background: url("../casavela_hotel_2_bin/rooms_close.png") no-repeat 97% center;
}

.roomContainer.showroom .roomName h2 {
	padding: 10px 0 0;
	color: #272328;
}

#main .roomContainer.showroom .roomPhoto, .roomContainer.showroom .roomDescription,
.roomContainer.showroom .mealplan, .roomContainer.showroom .promotions-termsActions,
.roomContainer.showroom .roomRestrictions, .roomContainer.showroom .minRate,
.roomContainer.showroom .roomPhoto .pgContainer a label
{
	display: block;
	height: auto !important;
}


/**
 * @area RoomTypes
 */
.roomContainer {
	clear: both;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #bfbfbf;
}

.roomContainer:first-of-type {
	border-top: 1px solid #bfbfbf;
}

.roomContainer .roomName {
	width: 95%;
	margin: 0 auto;
	cursor: pointer;
	background: url("../casavela_hotel_2_bin/rooms_open.png") no-repeat 97% center;
}

.roomContainer .roomName h2 {
	padding: 10px 0 0;
	margin: 0;
	font-size: 30px;
	line-height: 100px;
	text-align: left;
}

.roomContainer .minRate {
	width: 95%;
	margin: 0 auto;
	display: none;
	margin-top: -25px;
	margin-bottom: 560px;
}

.roomContainer .minRate h3 {
	margin: 0;
	font-size: 16px;
	text-align: left;
}

#main .roomContainer .roomPhoto {
    min-height: 0;
	height: 0 !important;
	background: #f9f9f9;
	float: none;
	position: absolute;
	top: 140px;
	left: 0px;
	right: 0px;
}

#main .roomContainer.showroom .roomPhoto {
    height: 500px !important;
}

.roomContainer .pgContainer
{
	width: 100%;
	height: 100%;
}

.pgContainer .pgImage img {
	display: none;
}

.roomContainer .pgImage a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.roomContainer .pgImage a.loaded {
	opacity: 1;
}

.contentHolder .roomContainer .pgImage a > img {
	display: none;
}

#main .roomContainer .roomPhoto .pgContainer .pgImage {
	width: 100%;
	height: 100%;
	position: relative;
}

.roomContainer .roomDescription {
	width: 55%;
	clear: both;
	margin: 0 auto 0;
	overflow: hidden;
	display: none;
}

.roomContainer .roomRestrictions {
	float: none;
	text-align: center;
	width: 95%;
	margin: 20px auto 0px;
	display: none;
}

.roomContainer .roomRestrictions p {
	text-align: left;
}

.roomContainer .mealplan {
	padding-bottom: 0;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 30px;
	text-align: center;
	display: none;
}

.roomDescription.mealplan {
	text-decoration: none;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: none !important;
}

.roomContainer .roomPhoto .pgContainer a label,
.roomContainer .roomPhoto .pgContainer a span {
	position: absolute;
	bottom: 50%;
	margin-bottom: -50px;
	left: 47%;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-decoration: none;
	color: #FFFFFF;
	background: url("../casavela_hotel_2_bin/seemore.png") no-repeat center;
	text-indent: -999999px;
	display: none;
}

.roomContainer .roomDescription p {
	line-height: 24px;
}

.roomContainer .roomDescription ul {
	text-align: left;
	margin: 0;
	padding: 30px 0 10px;
	margin-top: 25px;
	border-top: 1px solid #a8a8a8;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.roomContainer .roomDescription li {
	display: inline-block;
	float: none;
	width: 43%;
}

.ie7 .roomContainer .roomDescription li {
	display: inline;
}

.roomContainer .promotions-termsActions {
	width: 55%;
	margin: 30px auto 0;
	float: none;
	overflow: hidden;
	display: none;
}

.roomContainer .promotions-termsActions .promotions-showTermsTrigger {
	position: absolute;
	bottom: 10px;
	right: 50%;
	margin-right: -100px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: center;
	width: 200px;
}

.roomContainer .promotions-termsActions .promotions-showTermsTrigger:hover {
	text-decoration: none;
}

.roomContainer .promotions-termsActions .promotions-bgLink {
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	background: #72ac35;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.roomContainer .promotions-termsActions .promotions-bgLink:hover {
	background: #2c2c2c;
}

.roomContainer .promotions-termsContent {
	background: #f6f6f6;
	width: 90%;
	padding: 50px 2.5% 2.5%;
	position: absolute;
	bottom: 20px;
	left: 2.5%;
	right: 2.5%;
	font-size: 12px;
}

.roomContainer .promotions-termsContent .promotions-closeTermsShell {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #272328;
}

.roomContainer .promotions-termsContent .promotions-closeTerms:hover {
	text-decoration: none;
}

.roomContainer .promotions-termsContent .promotions-closeTerms {
	padding: 5px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	background: #72ac35;
}

.roomContainer .promotions-termsContent .promotions-termsText {
	line-height: 18px;
	font-size: 14px;
	text-align: center;
}


/* products vouchers */
#productTypes .container {
	margin: 0;
	padding: 0;
	border-top: none;
	background: none;
}

#productTypes .container.showroom {
	padding-bottom: 40px;
}

/**
 * @area Picture Gallery gadget
 */
#pg .pgContainer
{
	float: left;
	width: 32.3%;
	margin: 0 1% 1% 0;
	position: relative;
}

#pg .pgImage
{
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0;
	float: left;
	background: #fff;
}

#pg .pgContainer .pgImage img
{
	width: 100%;
	height: auto;
	margin: 0;
	display: none;
}

#pg .pgContainer .pgImage a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

#pg .pgContainer .pgText
{
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	padding: 30% 10% 0;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	position: absolute;
	overflow: hidden;
	background: rgba(0,0,0,0.4);
	transition-property: all;
	transition-duration: 0.35s;
	transition-timing-function: ease-out;
	pointer-events: none;
}

#pg .pgContainer:hover .pgText {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #72ac35;
	background: rgba(144,185,34,0.5);
}

#pg .pgContainer .pgText strong {
	display: block;
	padding: 0 0 25px;
	margin: 0 20px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
}

#pg .pgContainer .pgText strong::after {
	content: "";
	width: 50px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	background: #fff;
	}

/**
 * @area Meetings and Events
 */
#meetingandevents
{
}

#meetingandevents p
{
	clear: both;
}

.content #meetingandevents h3
{
	margin: 40px 0px 0px;
	border-bottom: 1px solid #444;
}

#meetingandevents ul
{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.5px;
    width: 520px;
}

#meetingandevents ul li
{
	font-weight: normal;
	background: none;
	padding: 0px;
	margin: 5px 0px 0px;
	letter-spacing: 0px;
	line-height: 13px;
	float: none;
	width: auto;
}

#meetingandevents ul li img
{
	width: 24px;
}

/**
 * @area Promotions gadget
 */
.promotionsgadget
{
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.promotionsgadget::after {
	content: "";
	width: 32px;
	height: 22px;
	background: url("../casavela_hotel_2_bin/icone_leaf_wsmall.png") no-repeat 0 0;
	display: block;
	position: absolute;
	top: 30px;
	right: 60px;
	z-index: 99;
}

.promotionsgadget .prgTitle {
	margin: 180px auto 15px;
	padding-bottom: 25px;
	width: 70%;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	position: relative;
}

.promotionsgadget .prgTitle::after {
	content: "";
	width: 50px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	background: #2c2c2c;
}

.promotionsgadget .prgImgWrapper {
	width: 50%;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.promotionsgadget .prgImgWrapper img {
	width: 100%;
	overflow: hidden;
}

.promotionsgadget .prgClick {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	height: 60px;
	padding: 70px 20px 20px;
	text-align: center;
	font-size: 12px;
	background: #72ac35;
	color: #fff;
	text-transform: uppercase;
}

.promotionsgadget .prgDescription {
	overflow: hidden;
	line-height: 16px;
	font-size: 14px;
	float: left;
	width: 70%;
	margin: 0 15% 10px;
}

/* Promotions banner */

#main .flashContainer .promotionsgadget {
	top: 0;
	bottom: auto;
	left: 20px;
	width: 35%;
	background: #fff;
}

#main .flashContainer .promotionsgadget::after {
	display: none;
}

#main .flashContainer .promotionsgadget .prgTitle {
	padding: 25px 0 10px;
	margin: 0 5% 10px !important;
	font-size: 26px;
	line-height: 28px;
	width: 90%;
	text-align: left;
	border: none;
	border-bottom: 1px solid #777777;
}

#main .flashContainer .promotionsgadget .prgImgWrapper, #main .flashContainer .promotionsgadget .prgTitle::after {
	display: none;
}

#main .flashContainer .promotionsgadget .prgDescription {
	padding: 0 5% 50px;
	width: 90%;
	overflow: hidden;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	text-align: left;
}

#main .flashContainer .promotionsgadget .prgClick {
	top: auto;
	bottom: 10px;
	right: auto;
	left: 5%;
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
	color: #404040;
	background: none;
	line-height: 30px;
	text-align: left;
	font-size: 11px;
}

/* banner promotions gadget hover */

#main .flashContainer .promotionsgadget:hover {
	background: #72ac35;
}

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

#main .flashContainer .promotionsgadget:hover .prgTitle {
	border-bottom: 1px solid #fff;
}


.content .promotionsgadget
{
	float: none;
	background: #efebe0;
	width: 300px;
	margin: 0 auto 30px;
}

.content .promotionsgadget .prgDescription
{
	width: 90%;
	padding: 0 5% 20px;
}


/**
 * @area Weather gadget
 */

.leftColumn .weather-gadget
{
	padding-bottom: 15px;
	height: 85px;
}

.leftColumn .weather-shell
{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding-top: 8px;
}

.leftColumn .weather-conditions
{
	float: left;
	margin: 0 0 -15px 20px;
	width: 42%;
}

.leftColumn .weather-conditions img
{
	width: 100%;
}

.leftColumn .weather-forecast
{
	float: right;
	margin: 0 20px 0 0;
	width: 42%;
}

.leftColumn .weather-forecast .weather-today, .leftColumn .weather-forecast .weather-tomorrow
{
	width: 50%;
}

.content .weather-gadget {
	width: 340px;
	margin: 50px auto 0;
	background: rgba(0,0,0,0.1);
}


/**
 * @area Contact us form v3
 */
.content form
{
	width: 70%;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 10;
	margin: 10px auto;
	padding-bottom: 20px;
	text-align: left;
}

#main #contacts_form p, .content form div
{
	margin: 3px 0 1px;
	font-size: 14px;
	text-align: left;
}

#main #contacts_form input, .content form input,
#main #contacts_form select, .content form select,
#main #contacts_form textarea, .content form textarea
{
	border: none;
	background: #FFFFFF;
	font-size: 11px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#main #contacts_form input, .content form input, #main #contacts_form textarea, .content form textarea
{
	padding: 8px 2px;
	width: 97%;
	border: none;
}

.moz #main #contacts_form input, .content form input, #main #contacts_form textarea, .content form textarea
{
}

#main #contacts_form select, .content form select
{
	padding: 5px 2px;
	width: 97.6%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #FFFFFF url("../casavela_hotel_2_bin/select.png") no-repeat 98% center;
}

.gecko #main #contacts_form select, .gecko .content form select,
.ie7 #main #contacts_form select, .ie7 .content form select,
.ie8 #main #contacts_form select, .ie8 .content form select,
.ie9 #main #contacts_form select, .ie9 .content form select,
.ie10 #main #contacts_form select, .ie10 .content form select,
.ie11 #main #contacts_form select, .ie11 .content form select {
	background: #fff;
	background: rgba(255,255,255,0.8);
}

#main #contacts_form #reservationFields select {
	background-position: 88% center;
}

#main #contacts_form #reservationFields #cbofferShell select {
	background-position: 95% center;
}

#main #contacts_form #reservationFields #cbamountShell select {
	background-position: 83% center;
}

#main #contacts_form #reservationFields
{
	clear: both;
}

#main #contacts_form #fcheckinShell, #main #contacts_form #cbnrnightsShell, #main #contacts_form #cbnradultsShell, #main #contacts_form #cbnrchildrenShell
{
	width: 145px;
}

#main #contacts_form #cbnrnights, #main #contacts_form #cbnradults, #main #contacts_form #cbnrchildren
{
	width: 100px;
}

#main .content #contacts_form #ckbnotifyme
{
	width: auto;
}

#main #contacts_form #fcheckin
{
    width: 75px;
    text-align: center;
}

#main #contacts_form #cbcheckin
{
	background: url("../casavela_hotel_2_bin/calendar.png") no-repeat left 3px;
	padding: 0 0 5px 20px;
}

#main #contacts_form input[type="submit"], .content form input[type="submit"]
{
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	background: #72ac35;
	width: 170px;
	height: 35px;
	text-align: center;
	padding: 10px 30px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: normal !important;
	margin: 10px 0 20px 0;
	border: none;
	cursor: pointer;
}

#main #contacts_form input[type="submit"]:hover, .content form input[type="submit"]:hover
{
	background: #404040;
}

/**
 * @area Booking gadget
 */
.bookingGadget {
	position: fixed;
	right: 20px;
	left: 20px;
	bottom: 0;
	z-index: 98;
	height: 60px;
	background: #fff;
}

.bookingGadget .gc_sh * {
	font-family: 'Roboto', sans-serif;
}

.gcBookingGadget {
	width: 800px;
	height: 40px;
	background: #f6f6f6;
	margin: 9px auto 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border: 1px solid #ebebeb;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandTitle {
	margin: 0;
	width: 190px;
	border-right: 1px solid #e2e2e2;
	line-height: 40px;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandDate {
	width: 190px;
	float: left;
	border-right: 1px solid #e2e2e2;
	margin: 0;
	padding: 0;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandCalendarShell {
	top: auto;
}

.bookingGadget .gc_sh .gc_horizontalSh .checkinLabel {
	display: none;
}

.bookingGadget .gc_sh .startDay {
	border: none;
	width: 130px;
	line-height: 40px;
	height: auto;
	font-size: 12px;
	padding: 0 0 0 20px;
	margin: 0;
	background: #f6f6f6;
}

.bookingGadget .gc_sh .shortHandCalendarIcon {
	background: url("../casavela_hotel_2_bin/calendar.png") no-repeat 90%;
	width: 18px;
	height: 18px;
	margin: 11px 0 0;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandNrNights {
	margin: 0;
	width: 185px;
	padding: 0;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandNrNightsLabel {
	width: 100px;
	margin: 0;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 40px;
}

.bookingGadget .gc_sh .gc_horizontalSh .yui-menu-button {
	top: auto;
	float: left;
}

.bookingGadget .gc_sh .yui-menu-button button {
	border: none;
	background: url("../casavela_hotel_2_bin/select.png") no-repeat 90%;
	font-size: 12px;
	line-height: 40px;
	width: 45px;
}

.bookingGadget .gc_sh .gc_horizontalSh .shortHandButton {
	margin: 0;
	float: right;
	overflow: hidden;
	border-top-right-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-top-right-radius:6px;
	-ms-border-top-right-radius:6px;
	-o-border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-bottom-right-radius:6px;
	-ms-border-bottom-right-radius:6px;
	-o-border-bottom-right-radius:6px;
}

.bookingGadget .gc_sh .shortHandCheckRates {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	width: 210px;
	height: 40px;
	text-align: center;
	margin: 0;
	background: #72ac35;
	transition-property: all;
	transition-duration: 0.30s;
	transition-timing-function: ease-out;
}

.bookingGadget .gc_sh .shortHandCheckRates:hover {
	background: #dfa527;
}

.bookingGadget .gc_sh .gc_horizontalSh .yui-calcontainer {
	top: auto;
	bottom: 0px;
}

/**
 * @area sidebar gadget
 */
#sidebar p, #sidebar a, #sidebar h1, #sidebar h2, #sidebar h3
{
	clear: both;
}

#sidebar p
{
	line-height: 14px;
	font-size: 11px;
}

#sidebar a
{
	text-decoration: none;
}

#sidebar a:hover
{
}

#sidebar h1
{
	font-size: 26px;
	line-height: 28px;
	margin: 20px 0 10px;
}

#sidebar h2
{
	font-size: 20px;
	line-height: 18px;
	margin: 15px 0 10px;
}

#sidebar h3
{
	font-size: 16px;
	margin: 10px 0 5px;
}

/* New footer seals Nov2010 */
#seals
{
	background: url(../casavela_hotel_2_bin/footer_seals_bg.jpg) repeat-x 0 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
}


.sealsHolder
{
	max-width: 1280px;
	margin: 0px auto;
}

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

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

/* facebook internal widget */
#sidebar .facebookLikeBox
{
	float: left;
	overflow: hidden;
	height: 79px;
}

#sidebar .facebookLikeBox iframe
{
	width: 101% !important;
	margin: -1px 0 0px -1px;
	height: 105px !important;
}


/**
 * Transitions CSS
 */
.navigation li a, .restaurant, .quicklinks li a, .footerMenu a, .roomContainer .promotions-termsActions .promotions-bgLink, .imgLinksAfterContent .imgTitle,
#main #contacts_form input[type="submit"], .bookingButtonTop a, .content form input[type="submit"]
{
	transition-property: all;
	transition-duration: 0.20s;
	transition-timing-function: ease-out;
}

/**
 * @area Image Links
 */

.imagelinkgadget {
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #fff;
	margin-top: 20px;
	letter-spacing: 0.5px;
	font-size: 0;
	line-height: 0;
}

.imagelinkgadget a {
	text-decoration: none;
}

.imagelinkgadget a:hover {
	color: #272328;
}

.imglinkWrapper {
	width: 100%;
	height: 100%;
}

.imgImageWrapper {
	overflow: hidden;
}

.imgImageWrapper img {
	width: 100%;
}

.imgContentWrapper {
	width: 86%;
	margin: 25px 7% 20px;
	clear: both;
	overflow: hidden;
}

.imgTitle {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 0 0 20px;
	color: #fff;
	margin: 23% auto 5%;
	width: 80%;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
	background: none;
}

.imgTitle::after {
	content: "";
	width: 50px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	background: #2c2c2c;
}

.imgDescription {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	font-weight: 300;
}

.imgLink {
	position: absolute;
	bottom: 25px;
	left: 20px;
	right: 20px;
	display: none;
}


/* imagelink content 1 + imagelink content 3 */

.imagelinkgadget .imgImageWrapper {
	height: auto;
	width: 100%;
}

.imagelinkgadget .imgContentWrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto;
	margin: 0;
	background: rgba(0,0,0,0.3);
}

.imagelinkgadget .imgTitle {
	color: #fff;
	margin: 23% auto 5%;
	width: 80%;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
	background: none;
}

.imagelinkgadget .imgTitle::after {
	background: #fff;
}

.imgTitle span {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 3px;
}

.imagelinkgadget .imgDescription {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin: 0 10%;
	max-height: 20%;
}


/* small */

.small-image  {
	width: 33.333%;
	height: auto;
}


/* large */

.large-image {
	width: 100%;
	height: auto;
}

.large-image .imgImageWrapper {
	height: auto;
	width: 100%;
}

.large-image .imgImageWrapper img {
	width: 100%;
	height: auto;
	margin-left: 0;
}

.large-image .imgTitle {
	width: 50%;
	margin: 7% auto 1.5%;
	padding: 55px 0 30px;
}

.large-image .imgTitle span {
	font-size: 44px;
	line-height: 48px;
	letter-spacing: 3px;
}

.large-image .imgDescription {
	margin: 0 25%;
	font-size: 17px;
	line-height: 22px;
}

/* hover */

.imagelinkgadget:hover .imgContentWrapper {
	background: rgba(114,172,53,0.7);
}

.imagelinkgadget:hover .imgTitle {
	background: url("../casavela_hotel_2_bin/icone_leaf_w.png") no-repeat center top;
}

/* content area image links */

.content .large-image .imgImageWrapper {
	height: 300px;
}

.content .large-image .imgImageWrapper img {
	height: 100%;
	width: auto;
	max-width: none;
}

.content .large-image .imgTitle {
	margin: 7% auto 3.5%;
}

.content .small-image .imgImageWrapper {
	height: 280px;
}

.content .small-image .imgImageWrapper img {
	height: 100%;
	width: auto;
	max-width: none;
}



/* imagelink transition area */

.imagelinkgadget .imgContentWrapper, .imagelinkgadget .imgDescription, .imagelinkgadget .imgLink,
.imagelinkgadget .imgLink span, .imagelinkgadget .imgImageWrapper img {
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
}



/* imagelink popup */
.closePopup
{
	display: none;
}

.popupBlock
{
	overflow: hidden;
}

.popupBlock .popup {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	z-index: 9999999;
	margin: 0;
    display: block;
}

.animate .popup {
	opacity: 1;
	transition-duration: 0.5s;
}

.popup, .content .popup
{
	display: none;
	background: transparent;
    opacity: 0;
	transition-property: opacity;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}

.popup .imglinkWrapper
{
	width: 400px;
	height: 450px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -225px;
	background: #fff;
}

.popup .imglinkWrapper a
{
	width: 100%;
	height: 100%;
}

.popup .imgImageWrapper
{
	position: relative;
	width: 94%;
	height: 80%;
	overflow: hidden;
	padding: 3%;
}

.popup .imgContentWrapper
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0;
}

.popup .imgDescription
{
	position: absolute;
	top: 200px;
	right: 3%;
	padding: 15px 30px;
	width: auto;
	max-width: 65%;
	text-align: right;
	background: #fff;
	background: rgba(255,255,255,0.8);
}

.popup .imgTitle
{
	bottom: 250px;
	right: 3%;
	left: auto;
	max-width: 53%;
	background: #b08d20;
	background: rgba(215,173,73,0.85);
	padding: 20px 40px;
}

.popup .imgTitle span
{
	color: #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	font-size: 30px;
	line-height: 30px;
}

.popup .imgLink
{
	bottom: 3%;
	left: 3%;
	right: 65px;
	height: 40px;
	background: #b08d20;
	overflow: hidden;
}

.popup .imgLink:hover
{
	background: #272328;
}

.popup .imgLink span
{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.popup .closePopup
{
	position: absolute;
	bottom: 3%;
	right: 3%;
	width: 40px;
	height: 40px;
	background-color: #272328;
	cursor: pointer;
	display: block;
}

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

.popup .closePopup:hover
{
	background-color: #b08d20;

}

.popup .closePopup:hover span
{
	background: url("../casavela_hotel_2_bin/popup_close.png") no-repeat center;
	-webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.popup .closePopup, .popup .imgLink, .popup .closePopup span
{
	transition-property: all;
	transition-duration: 0.30s;
	transition-timing-function: ease-out;
}


/* imagelink sidebar */

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

.small-sidebar-image .imgTitle {
	position: relative;
	clear: both;
	margin: 15px auto 15px;
}

.small-sidebar-image .imgDescription {
	padding: 0px 10%;
	width: 80%;
}


/* voucher */
#main #sidebar .productContainer.voucher
{
	width: 100%;
	padding: 0;
	display: none;
}

#main #sidebar .productContainer.voucher .roomName
{
	width: 100%;
	width: 90%;
	padding: 10px 5%;
}

#main #sidebar .productContainer.voucher .minRate
{
	float: left;
	width: 90%;
	text-align: left;
	padding: 0 5% 10px;
}

#main #sidebar .productContainer.voucher .roomPhoto
{
	width: 100%;
}

#main #sidebar .productContainer.voucher .roomDescription
{
	width: 90%;
	padding: 10px 5%;
}

#main #sidebar .productContainer.voucher .promotions-bgLink
{
	margin: 0 10px 10px 0;
}

#main #sidebar .productContainer.voucher .promotions-termsContent
{
	width: 90%;
	padding: 10px 5%;
	bottom: 0;
}

#main #sidebar .productContainer.voucher .promotions-closeTermsShell
{
	padding-bottom: 10px;
	text-decoration: underline;
}

/* google map */

.map {
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
}

.ie7 .map
{
	top: 100px;
}

#GoogleMapGadget {
	
	font-size: 14px;
}

.inactive {
	pointer-events: none;
}


/**
Responsive stuff
**/

@media all and (max-width: 1140px) {
	.navigation li a {
		font-size: 13px;
		padding: 0 10px;
	}
}

@media all and (max-width: 1024px) {
	.navigation li a {
		font-size: 11px;
		padding: 0 7px;
	}
}


/*
 * on tablets 
 */
.tablet .flashContainer {
	position: absolute;
}

.tablet .hotellogo {
	transition-delay: 1.25s;
}

.tablet .container
{
	padding: 0 2.5%;
	width: 95%;
}

.tablet.hotel .contentBlock
{
	visibility: visible;
}

.hotellogo {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.20s;
	transition-timing-function: ease-out;
}


/* hotel directions */

.hotel-directions .gcb_container,
.hotel-directions #main .flashContainer .promotionsgadget,
.hotel-directions #main .flashContainer .gcb_container,
.hotel-directions #main .flashContainer .TA_excellent
{
	display: none !important;
}


/*
 * scroll area
 */

.scroll {
	position: absolute;
	z-index: 80;
	cursor: pointer;
}
#scrolldown {
	background: url("../casavela_hotel_2_bin/scrolldown.png") no-repeat center;
	text-indent: -9999px;
	width: 51px;
	height: 30px;
	top: 0;
	left: 50%;
	margin-left: -17px;
	display: none;
}
.casa-vela #scrolldown {
	display: block;
}

.casa-vela.scrolling #scrolldown {
	display: none;
}

#scrolltop {
	background: #000 url("../casavela_hotel_2_bin/scroll_top.png") no-repeat 17px center;
	filter: alpha(opacity=0);
	opacity: 0;
	text-indent: -99999px;
	position: fixed;
	bottom: 70px;
	right: 0px;
	width: 80px;
	height: 40px;
	transition-property: opacity;
	transition-duration: 0.30s;
	transition-timing-function: ease-out;
	transition-delay: 0.75s;
}
.scrolling #scrolltop {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#map_canvas
{
	margin-right: 20px;
	margin-left: 20px;
	width: auto !important;
}

/* seals area */

.hcom-w-badge-1{
	display: inline-block;
}


/* tripadvisor banner */
.TA_certificateOfExcellence {
	z-index: 99;
	pointer-events: none;
}

.TA_excellent {
	z-index: 100;
	pointer-events: none;
}

.seals {
	position: relative;
	clear: both;
	height: auto;
	padding-top: 70px;
    display: table;
    vertical-align: middle;
    margin: auto;
}

.seals .holder>* {
    display: inline-block;
    float: left;
    margin: 0 10px;
}

.seals .holder {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.TA_percentRecommended {
	pointer-events: none;
}

.halloffame {
    display: inline-block;
    position: relative;
    width: 140px;
    background: url(../casavela_hotel_2_bin/excellence.jpg) no-repeat 0 0;
    height: 124px;
    background-size: 140px auto;
}

.TA_winner {
	height: 210px;
	width: 160px;
	background: url(../casavela_hotel_2_bin/ta_winner.png) no-repeat 0 0;
	position: relative;
}

.seals link, .seals script {
    display: none;
}

.michelinSeal {
    height: 100px;
    width: 442px;
    background: url(../casavela_hotel_2_bin/michelinSeal.png), url(../casavela_hotel_2_bin/michelin2016.png), url(../casavela_hotel_2_bin/michelin2017.png), url(../casavela_hotel_2_bin/michelin2018.png);
    background-repeat: no-repeat;
    background-size: 100px auto, 112px auto, 100px auto, 96px auto;
    background-position: 0 0, 110px -7px, 230px -1px, 345px 0;
}


.TA_linkingWidgetWAR {
	bottom: 0;
}

