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

/* typo */

@font-face {
    font-family: 'butlerbold';
    src: url('butler_bold-webfont.woff2') format('woff2'),
         url('butler_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

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

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #4a4a4a;
	background: #fff;
	margin: 0;
	text-align: center;
	letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}

body.menuOpened {
	overflow-y: hidden;
}

a:visited, a, a:link, a:focus {
  border: 0px;
  outline: 0px;
  color: #6f6f6f;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

a:hover {
	color: #B0A791;
	text-decoration: none;
}

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

.languages li {
	display: inline-block;
}

hr {
    border: none;
    padding: 40px 0;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

section {
	clear: both;
	overflow: hidden;
}

*::selection {
  background-color: #041c34;
  color: #fff;
}

/*
 * website sprite image
 */

.scroll, .socialmedia li a, .quicktoogle, .languages select, .contactFormContainer #contacts_form #cbcheckin, 
.flashContainer .gcb_navigation_arrow, .hotelstoggle, .footerlogo a, .mainlogo a, 
#contentblock h4:first-of-type::before, .quote .imgContentWrapper::before, .scroll1 .hotellogo, .scroll1.gc-65364511783a1c21 .hotellogo, 
#c2::before, .otherhotels .content span, .with-bannerImg.gc-65364511783a1c21 .hotellogo, .medium .imgTitle.logoEvolutee, 
.carousel .flickity-prev-next-button.next, .carousel .flickity-prev-next-button.previous {
	background-image: url("../royalobidos_hotel_bin/sprite.png") !important;
	background-size: 796px auto;
	background-repeat: no-repeat;
}

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

#loader::before {
    content: "";
    position: absolute;
    display: block;
    width: 168px;
    height: 180px;
    left: 50%;
    margin-left: -84px;
    background: url("../royalobidos_hotel_bin/hotel_logo.png") no-repeat center;
    background-size: 100%;
    top: 23px;
}

.gc-65364511783a1c21 #loader::before {
    background: url("../royalobidos_hotel_bin/hotel_logo_65364511783a1c21.png") no-repeat center;
    background-size: 100%;
}

#loader .loader {
    margin: -20px 0 0 -20px;
    width: 3em;
    height: 3em;
    border-top: 0.2em solid rgba(165, 154, 128, 0);
    border-right: 0.2em solid rgba(165, 154, 128, 0.1);
    border-bottom: 0.2em solid rgba(165, 154, 128, 0.2);
    border-left: 0.2em solid rgba(165, 154, 128, 0.3);
}

#loader:after {
    content: "";
    position: absolute;
    bottom: 10px !important;
    left: 44px;
    width: 140px;
    height: 25px;
    background: url("../royalobidos_hotel_bin/gc_loading.png") no-repeat !important;
}



/** 
  * Scroll area
  **/
.scrolltop {
	position: relative;
    letter-spacing: 2px;
    font-family: 'butlerbold';
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0.5;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

.scrolltop:hover {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100;);
}


/**
  * website areas
  **/


/** top block area **/

#topblock {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    z-index: 20;
    padding: 23px 40px;
    transition-property: all;
    transition-duration: 0.50s;
    transition-timing-function: ease-out;
}

/**
  * top block when scroll up / down
  **/

.scroll1 #topblock {
    top: -84px;
}

.scroll2 #topblock, .with-bannerImg #topblock {
    background: url(../royalobidos_hotel_bin/mediumlarge_bg.jpg) repeat center;
    position: fixed;
    top: 0;
}

/** center block area **/

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

.with-bannerImg .flashContainer img {
	min-width: 100%;
    min-height: 100%;
}

.hotel-directions #centerblock {
	padding-top: 70px !important;
	padding: 70px 0 0 !important;
}

/** content block area **/

#contentblock {
	position: relative;
	background: #fff;
}

#contentblock .holder {
    margin: 0 auto;
    /*max-width: 1280px;*/
}

.no-banner #contentblock, .with-bannerImg #contentblock {
	margin-top: 70px;
}

/** bottomblock block area **/

#bottomblock {
	position: relative;
	overflow: visible;
	background: url("../royalobidos_hotel_bin/footer_bg.jpg") no-repeat center;
    background-size: cover;
	padding: 80px 40px 20px;
}

/**
  * Top Block area
  **/

/** toggle menu **/

.toggleblock {
    position: absolute;
    background: none;
    top: 22px;
    left: 40px;
    overflow: hidden;
    width: 110px;
    height: 40px;
    z-index: 102;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.scroll2 .toggleblock, .with-bannerImg .toggleblock {
    top: 19px;
}

.menuOpened .toggleblock {
    background: none;
    top: 28px;
}

.toggle {
    display: block;
    height: 20px;
    width: 28px;
    position: relative;
    cursor: pointer;
    top: 12px;
    left: 0;
}

.toggle .menu, .toggle .close {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 600;
    padding-left: 28px;
    position: absolute;
    color: #fff;
    top: -4px;
}


.scroll2 .toggle .menu, .with-bannerImg .toggle .menu {
    color: #4a4a4a;
}

.toggle .close, .menuOpened .toggle .menu {
    display: none;
}

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

.scroll2 .toggle .line, .with-bannerImg .toggle .line {
    background: #4a4a4a;
}

.toggle .line.line-1 {
    transition: all 0.3s ease-in-out;
    width: 25%;
    left: auto;
    right: 0;
    top: 0;
}

.toggle .line.line-2 {
    top: 25%;
    left: auto;
    margin-top: 1px;
    right: 0;
}

.toggle .line.line-3 {
    bottom: 25%;
    top: auto;
    left: auto;
    margin-bottom: 1px;
    right: 0;
}

.toggle .line.line-4 {
    bottom: 0;
    width: 25%;
    top: auto;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.menuOpened .toggle .close {
    display: block;
    color: #b0a7917d;
    padding-left: 40px;
}

.toggle:hover .line.line-1 {
    right: 75%;
}

.toggle:hover .line.line-4 {
    left: 75%;
}

.menuOpened .toggle {
    height: 22px;
}

.menuOpened .toggle .line {
    background: #b0a7917d;
}

.menuOpened .toggle:hover .line.line-1 {
    right: 0;
}

.menuOpened .toggle:hover .line.line-4 {
    left: 0;
}

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

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

.menuOpened .toggle .line-4 {
    width: 100%;
    bottom: 50%;
    margin-bottom: -1px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.3s, transform 0.3s 0.3s;
}

/* Secondary Menu */
.secondarymenu {
    z-index: 101;
    display: block;
    position: fixed;
    left: -388px;
    bottom: 0;
    width: 388px;
    height: auto;
    top: 0;
    padding: 120px 40px 60px;
    background: #2c2c2c;
    overflow-y: scroll;
    transition: left 1s ease-in-out;
}

.secondarymenu::after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 30px;
    width: 115px;
    height: 110px;
    background-position: -203px -138px;
}

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

.secondarymenu .topmenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 40px;
    padding: 12px 38px 0;
}

.secondarymenu .hotelname {
    display: inline-block;
    position: absolute;
    color: #242528;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 0;
    left: auto;
    right: 32px;
    display: none;
}

.secondarymenu .navigation {
    display: block;
    position: relative;
    margin-top: 15%;
    top: 0;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    float: left;
    text-align: left;
    margin-right: 0;
    overflow: visible;
    height: auto;
}

.secondarymenu .navigation li, .secondarymenu .quicklinks li {
    display: block;
    padding-bottom: 12px;
}

.secondarymenu .quicklinks li {
    padding-bottom: 0;
}

.secondarymenu .navigation li a {
    font-family: 'butlerbold';
    text-decoration: none;
    font-size: 32px;
    line-height: 34px;
    text-transform: none;
    position: relative;
    letter-spacing: 0;
    color: #b0a7917d;
    transition-property: all;
    transition-duration: 0.50s;
    transition-timing-function: ease-in-out;
}

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

.secondarymenu .quicklinks {
    position: relative;
    margin: 0 auto;
    width: auto;
    display: block;
    float: none;
    left: auto;
    right: auto;
    text-align: left;
    clear: both;
}

.secondarymenu .quicklinks li a {
    line-height: 16px;
    margin: 0;
    font-size: 12px;
    color: #b0a7917d;
    font-weight: 600;
}

.secondarymenu .socialmedia {
    text-align: left;
    padding: 30px 0 0;
    position: relative;
    margin-left: -10px;
}

/** menu opened **/

.menuOpened .secondarymenu {
    left: 0;
}

.menuOpened .secondarymenu * {
    opacity: 1;
}



/** hotel logo area **/

.hotellogo {
    margin: 0 auto;
}

.gc-65364511783a1c21 .hotellogo {
    width: 168px;
    height: 180px;
    background: url("../royalobidos_hotel_bin/hotel_logo_65364511783a1c21.png") no-repeat center;
    background-size: 100%;
}

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

.hotellogo img {
    width: 168px;
    height: 180px;
}

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

.scroll1 .hotellogo img, .gc-65364511783a1c21 .hotellogo img {
    display: none !important;
}

.scroll1 .hotellogo, .scroll1.gc-65364511783a1c21 .hotellogo {
    background-position: -10px -21px;
    width: 220px;
    height: 40px;
    display: block
}

.scroll1.gc-65364511783a1c21 .hotellogo, .with-bannerImg.gc-65364511783a1c21 .hotellogo {
    background-position: -10px -104px;
    width: 248px;
    height: 47px;
}

/**
  * Booking engine area
  **/

.bookinggadget {
    position: fixed;
    width: 400px;
    height: 100%;
    background: url("../royalobidos_hotel_bin/quote_bg.png") repeat center;
    padding: 40px;
    top: 0;
    right: -400px;
    z-index: 99;
    overflow-y: scroll;
    transition: right 0.5s ease-in-out;
}

.gc-65364511783a1c21 .bookinggadget {
    padding: 80px 40px 40px;
}

.bookinggadget .gcBookingGadget.gc_sh {
    display: none;
}

.beOpened .bookinggadget {
	right: 0;
}

.bookinggadget label {
    display: block;
    line-height: 40px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #9C927B;
    text-transform: uppercase;
}

.gc-65364511783a1c21 .bookinggadget .selectHotel {
    display: none;
}

.bookinggadget .selectHotel label:after {
	content: "by Royal Óbidos";
	padding-left: 6px;
	display: inline-block;
	text-transform: none;
	position: relative;
    font-family: 'butlerbold';
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0;
    color: #9C927B;
}

.bookinggadget select,
.bookinggadget input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    color: #4a4a4a;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px;
    height: 40px;
    width: 100%;
    background: #fff url("../royalobidos_hotel_bin/sprite.png") no-repeat;
    background-size: 642px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.bookinggadget .selectPromocode {
	display: none;
}

.bookinggadget .col-md-12 select {
    background-position: -365px -890px;
    pointer-events: none;
    background: #fff;
}

.bookinggadget .col-md-6 select {
    background-position: -525px -890px;
}

.bookinggadget .datepicker {
    display: block !important;
    opacity: 1 !important;
    position: relative;
    width: 100%;
    background: red;
    margin: 0;
    clear: both;
    margin: 0;
    padding: 0;
    z-index: 12;
}

.bookinggadget .ui-widget.ui-widget-content {
	border: none;
    border-radius: 0;
    color: #4a4a4a;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
}

.bookinggadget .ui-datepicker .ui-datepicker-header {
	background: #fff;
	border: none;
}

.bookinggadget .ui-datepicker .ui-datepicker-title {
    line-height: 50px;
    font-family: 'butlerbold';
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0;
    color: #B0A791;
}

.bookinggadget .ui-datepicker .ui-datepicker-prev, 
.bookinggadget .ui-datepicker .ui-datepicker-next {
	line-height: 50px;
    height: 50px;
    width: 20px;
    opacity: 1;
}

.bookinggadget .ui-widget-header .ui-icon {
	background: url("../royalobidos_hotel_bin/sprite.png") no-repeat;
    background-size: 642px auto;
}


.bookinggadget .ui-datepicker .ui-datepicker-prev span {
    background-position: -618px -867px;
    height: 22px;
    margin-top: -10px;
    margin-left: -5px;
}

.bookinggadget .ui-datepicker .ui-datepicker-next span {
    background-position: -623px -838px;
    height: 22px;
    margin-top: -10px;
    margin-left: -15px;
}

.bookinggadget .ui-state-default, 
.bookinggadget .ui-widget-content .ui-state-default, 
.bookinggadget .ui-widget-header .ui-state-default, 
.bookinggadget .ui-button, html 
.bookinggadget .ui-button.ui-state-disabled:hover, 
html .bookinggadget .ui-button.ui-state-disabled:active {
	font-weight: bold;
	border: 1px solid #eceae4;
    background: #eceae4;
    font-size: 11px;
    text-align: center;
}

.bookinggadget .dp-highlight .ui-state-default {
    background: #A59A80;
    border: 1px solid #A59A80;
    color: #fff;
}

.bookinggadget .ui-state-highlight, 
.bookinggadget .ui-widget-content .ui-state-highlight, 
.bookinggadget .ui-widget-header .ui-state-highlight {
	background: #A59A80;
	border: 1px solid #A59A80;
	color: #fff;
}

.bookinggadget .ui-state-active, 
.bookinggadget .ui-widget-content .ui-state-active, 
.bookinggadget .ui-widget-header .ui-state-active, 
.bookinggadget a.ui-button:active, 
.bookinggadget .ui-button:active, 
.bookinggadget .ui-button.ui-state-active:hover {
	background: #A59A80;
	border: 1px solid #A59A80;
	color: #fff;
}

.bookinggadget .selectDate input,
.bookinggadget .selectDate .calicon {
	opacity: 0;
	display: none;
}

label[for='selectCheckin'], label[for='selectCheckout'] {
	display: inline-block;
    padding-top: 12px;
}

label[for='selectCheckin']:after {
	content: "/";
	display: inline-block;
	position: relative;
	padding: 0 10px;
}

label[for='selectAdults'], label[for='selectChildren'] {
    padding-top: 12px;
}

.submitButton {
	margin-top: 25px;
}

.submitButton .booknow {
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 60px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    transition: background 0.5s ease-in-out;
	background: #A59A80;
}

.submitButton .booknow:hover {
	background: #00557E;
}

.submitButton .booknow span {
    top: -3px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

label[for='bar'] {
    color: #fff;
    position: absolute;
    top: 23px;
    font-size: 9px;
    font-weight: bold;
    left: 0;
    right: 0;
    pointer-events: none;
}

body.beOpened {
	overflow-y: hidden;
}

.body-overlay {
    display: block;
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 14;
    background: rgba(0,0,0,0.5);
    transition: width 0.5s ease-in-out;
    cursor: url("../royalobidos_hotel_bin/popup_close.png"), auto;
}

.beOpened .body-overlay {
    width: 100%;
}

.book-close {
	pointer-events: none;
	opacity: 0;
}

.beOpened .book-close {
    display: block;
    position: fixed;
    top: 18px;
    right: 18px;
    width: 25px;
    height: 25px;
    background: url(../royalobidos_hotel_bin/popup_close.png) no-repeat center;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    opacity: 0.8;
}

.beOpened .book-close:hover {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/** book button toggle **/

#topblock .booktoggle {
    background: #A59A80;
    top: 22px;
    width: 170px;
    height: 48px;
    z-index: 3;
    cursor: pointer;
    transition: all 0.40s ease-out;
    right: 40px;
    opacity: 1;
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-size: 13px;
    line-height: 38px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    letter-spacing: 2px;
}

.gc-65364511783a1c21 #topblock .booktoggle {
    line-height: 44px;
}

body:not(.isTouchDevice) #topblock .booktoggle:hover {
    background: #00557E;
}

.scroll2 #topblock .booktoggle, .with-bannerImg #topblock .booktoggle {
    top: 17px;
}

#topblock .booktoggle span {
    position: relative;
    display: block;
    font-size: 13px;
    font-family: 'butlerbold';
    text-transform: none;
    letter-spacing: 0;
    margin-top: -24px;
}

.gc-65364511783a1c21 #topblock .booktoggle span {
    display: none;
}


/** fixedBar **/

.fixedBar {
	position: fixed;
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    padding: 0 40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    opacity: 1 !important;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

/** otherhotels **/

@keyframes button-bounce {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.96);
  }
  20% {
    transform: scale(1.04);
  }
  52%,
  100% {
    transform: scale(1);
  }
}
@keyframes button-blip {
  0% {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
  10% {
    transform: scaleX(1) scaleY(1);
    opacity: 0.7;
  }
  30%,
  99% {
    transform: scaleX(1.08) scaleY(1.35);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 0;
  }
}

.hotelstoggle {
    float: right;
    width: 80px;
    height: 70px;
    background-color: #009cc4;
    position: relative;
    background-position: -729px -208px;
    cursor: pointer;
    top: -30px;
    z-index: 100;
    transition: all 0.4s ease-in-out;
    -webkit-animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: button-bounce 2200ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.hotelstoggle:after {
  background-color: #009cc4;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: button-blip 2200ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gc-65364511783a1c21 .hotelstoggle, .gc-65364511783a1c21 .otherhotels {
    display: none;
}

.hotelsOpened .hotelstoggle {
    background-position: -748px -1350px;
    top: 0;
    width: 50px;
    height: 40px;
}

@keyframes buttonAnimation {
    0% {bottom: 100px;}
    50% {bottom: 102px;}
    100% {bottom: 100px;}
}
@-webkit-keyframes buttonAnimation {
    0% {bottom: 100px;}
    50% {bottom: 102px;}
    100% {bottom: 100px;}
}

.infoButton {
    position: absolute;
    bottom: 100px;
    margin-top: 0;
    left: auto;
    right: 40px;
    padding: 6px 10px;
    background: #fff;
    width: 190px;
    border-radius: 10px;
    height: 54px;
    overflow: visible;
    display: block;
    text-decoration: none;
    opacity: 0.9;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -webkit-animation: buttonAnimation 1s infinite;
    animation: buttonAnimation 1s infinite;
    z-index: 9;
}

.gc-65364511783a1c21 .infoButton {
    display: none;
}

.infoButton::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 12px;
    border-color: #fff transparent transparent transparent;
    background: none;
    position: absolute;
    left: auto;
    right: 36px;
    bottom: -10px;
    margin-top: -12px;
    opacity: 1;
}

.infoButton p {
    font-family: 'butlerbold';
    color: #B0A791;
    font-size: 16px;
    line-height: 20px;
}

.scrolling .infoButton {
    opacity: 0;
}

.scroll1 .infoButton {
    opacity: 0;
}

.otherhotels {
    position: fixed;
    right: -330px;
    width: 330px;
    left: auto;
    top: 0;
    height: calc(100% - 40px);
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99;
    display: block;
    transition-property: all;
    transition-duration: 0.40s;
    transition-timing-function: ease-out;
}

.hotelsOpened .otherhotels {
    right: 0;
}

body.hotelsOpened {
    overflow-y: hidden;
}

.otherhotels .hotels {
    color: #fff;
    font-size: 24px;
    padding: 0;
    height: 33.333%;
    text-transform: uppercase;
    display: block;
    width: 100%;
    cursor: pointer;
    background: transparent;
    position: relative;
}

.otherhotels span {
    letter-spacing: 2px;
    width: 150px;
    height: 165px;
    font-size: 12px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    margin-top: -82.5px;
    display: block;
    left: 50%;
    margin-left: -75px;
}

.hotelsOpened .otherhotels span {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.hotelsOpened .otherhotels span:hover {
    text-decoration: underline;
}

.otherhotels .content {
    position: relative;
    clear: both;
    overflow: hidden;
    width: 330px;
    height: 100%;
    display: block;
    padding: 0;
    transition: background 0.5s ease-in-out;
}

.otherhotels .content:hover {
    background: #fff;
}

.otherhotels .hotels.estate::after, .otherhotels .hotels.estate::before {
    content: "";
    display: block;
    position: relative;
    background: #b0a79142;
    height: 1px;
    width: 100%;
}

.otherhotels .content.evolutee span {
    background-position: -183px -1192px;
}

.otherhotels .content.golf span {
    background-position: -1px -1192px;
}

.otherhotels .content.estate span {
    background-position: -370px -1192px;
}

/** languages area **/

.languages {
	position: relative;
    z-index: 1;
    opacity: 1;
    right: 0;
    left: auto;
    bottom: auto;
    top: 0;
    float: left;
    display: inline-block;
}

.languages ul {
	position: relative;
	overflow: hidden;
}

.languages li {
	display: inline-block;
}

.languages li a {
	width: 38px;
	height: 40px;
	display: block;
	line-height: 40px;
	font-size: 11px;
    font-weight: 600;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: #4a4a4a;
	background: #fff;
	transition: all 0.5s ease-in-out;
}

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

/** quicklinks area **/

.quicklinks {
    position: absolute;
    margin: 0 auto;
    width: auto;
    display: block;
    left: 150px;
    right: 150px;
    float: none;
    text-align: center;
    padding-right: 0;
}

.quicklinks ul {
    position: relative;
    height: 100%;
}

.quicklinks li {
	display: inline-block;
	position: relative;
}

.quicklinks li a {
    margin: 0 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    line-height: 40px;
    transition: all 0.5s ease-in-out;
}

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

/**
  * Center Block area
  **/

/** banner **/

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

.hotel-directions .flashContainer {
    padding-bottom: 40px;
}

.flashContainer .gcb_container {
	overflow: visible;
}

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

.flashContainer .gcb_image_legend {
	position: absolute;
    text-shadow: none;
    font-family: 'butlerbold';
    font-size: 82px;
    line-height: 82px;
    letter-spacing: 0px;
    text-decoration: none;
    right: 0;
    left: 0;
    top: 45%;
    bottom: auto;
    margin: 0 auto;
    width: 80%;
    text-transform: none;
    text-align: center;
    visibility: visible !important;
    text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

.flashContainer .gcb_image_legend span {
    display: block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 2px;
}

.scrolling .flashContainer .gcb_image_legend {
	opacity: 0 !important;
}

.flashContainer .gcb_navigation {
	top: auto;
    bottom: 70px;
	right: 0;
	left: 0;
	z-index: 100;
	padding: 0 20px;
}

.flashContainer .gcb_navigation_arrow {
	width: 20px;
	height: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.flashContainer .gcb_navigation_arrow.previous, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.previous, .flashContainer .gcb_container:hover .previous {
    background-position: -9px -13px;
}

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

.flashContainer .gcb_navigation_arrow.next, .flashContainer .gcb_navigation:hover .gcb_navigation_arrow.next,
.flashContainer .gcb_container:hover .next {
	float: right;
}


.flashContainer .gcb_navigation_paginator {
	display: block;
}

.flashContainer .gcb_navigation_arrow {
	display: none;
}

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

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

.flashContainer .gcb_navigation_paginator {
	background: none;
	float: none;
	margin: 0 auto;
	visibility: visible;
	opacity: 1 !important;
}

.flashContainer .gcb_navigation_paginator ul li {
	display: inline-block;
    float: none;
    margin: 0 3px;
    background: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    opacity: 0.5;
}

.flashContainer .gcb_navigation_paginator ul li.selected {
	opacity: 1;
}


/**
  * Content Block area
  **/

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

.gc-65364511783a1c21 #c2::before {
    content: "";
    display: block;
    position: absolute;
    top: -43px;
    right: 0;
    width: 190px;
    height: 280px;
    background-position: -590px -292px;
}

#c3 {
	padding: 0;
}

.no-banner #c1, .with-bannerImg #c1 {
	padding-top: 70px;
	padding-bottom: 70px;
}

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

.hotel-directions .content {
    padding: 0;
}

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

/** headings **/

#contentblock h1, #contentblock h2, #contentblock h3, #contentblock h4 {
	position: relative;
	color: #4a4a4a;
	clear: both;
	z-index: 2;
	font-family: 'butlerbold';
}

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

#contentblock h1 {
    font-size: 52px;
    line-height: 54px;
    margin: 40px auto 20px !important;
    letter-spacing: 0px;
    position: relative;
    text-align: center;
    text-transform: none;
    width: 40%;
}

.homepage #contentblock h1 {
    font-size: 92px;
    line-height: 88px;
}

#contentblock h1 span, #contentblock h2 span {
    display: block;
    text-transform: none;
}

#contentblock span {
    text-decoration: none !important;
}

#contentblock h2 {
    font-size: 52px;
    line-height: 54px;
	letter-spacing: 0;
	font-weight: lighter;
	margin-bottom: 10px;
}

#contentblock h2 span {
    color: #B0A791;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
}

#contentblock h3, #contentblock h5 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
    color: #B0A791;
}

#contentblock h4 {
    font-size: 52px;
    line-height: 50px;
    letter-spacing: 0;
    margin: 0 10% !important;
    padding: 80px 0;
}

#contentblock h4:first-of-type {
    padding: 180px 0 80px;
}

#contentblock h4:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    width: 312px;
    height: 210px;
    background-position: 32px -586px;
    left: 50%;
    margin-left: -156px;
    top: 64px;
    z-index: -1;
}

#contentblock h5 {
    padding-bottom: 60px;
}

#contentblock h5 a {
    background: #A59A80;
    padding: 18px 26px;
    color: #fff;
    transition: all 0.40s ease-out;
}

#contentblock h5 a:hover {
    background: #00557E;
}

#contentblock ul {
	margin: 0 0 15px 25%;
}

#contentblock p {
	margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    text-align: center;
}

.hotel-contacts #contentblock p {
    margin-top: 10px;
    clear: both;
}

#contentblock p img {
	width: 200%;
    margin-left: -51%;
}

#contentblock em {
	font-weight: 600;
}

p:empty {
	display: none;
}

#contentblock ul li {
	margin: 0;
	display: block;
    background: none;
	color: #4a4a4a;
}

#contentblock ul li::before {
    content: "";
    display: inline-block;
    margin: 5px 6px;
    width: 4px;
    height: 4px;
    background: url(../royalobidos_hotel_bin/li.png) no-repeat left center;
}

.mobile.hotel-directions #contentblock ul li:last-of-type {
	background-image: none !important;
    margin: 0;
    padding: 0;
    color: #4a4a4a;
}

.mobile.hotel-directions #contentblock ul li:last-of-type::before {
    display: none;
}

.mobile.hotel-directions #contentblock ul {
    margin: 0;
}

.mobile.no-banner #c1 {
    padding-top: 128px;
}

.mobile.hotel-directions.no-banner #c1 {
    padding-top: 0;
}


/** Promotion gadget **/

#contentblock .promotionsgadget {
	display: none;
}

#centerblock .flashContainer .promotionsgadget {
    display: block;
}

#centerblock .flashContainer .promotionsgadget {
    height: auto;
    opacity: 1 !important;
    background: rgba(255,255,255,0.9);
    bottom: 70px;
    left: auto;
    right: 40px;
    width: 280px;
    padding: 45px 30px;
    text-align: center;
}

.scrolling #centerblock .flashContainer .promotionsgadget {
    opacity: 0;
}

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

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

#centerblock .flashContainer .promotionsgadget .prgTitle {
    font-family: 'butlerbold';
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    color: #B0A791;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 10px;
}

#centerblock .flashContainer .promotionsgadget .prgTitle::after {
    content: "";
    position: relative;
    display: block;
    margin: 12px auto 0;
    width: 180px;
    height: 2px;
    background: #B0A791;
}

#centerblock .flashContainer .promotionsgadget .prgDescription {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    margin: 0;
    display: inline-block;
    opacity: 1;
}

#centerblock .flashContainer .promotionsgadget .prgClick {
    display: none;
}


/** 
  * imagelinks area
  **/

.imagelinkgadget.enabled {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.imagelinkgadget.enabled .imglinkWrapper {
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.imagelinkgadget {
	margin: 0 !important;
	padding: 0;
	position: relative;
	transform: translateY(150px);
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
}

.imagelinkgadget a {
	color: #4a4a4a;
}

.imglinkWrapper {
    position: relative;
}

.imgImageWrapper {
	line-height: 0;
	height: auto;
	overflow: hidden;
	background: #000;
	position: relative;
	transition: opacity 0.5s ease-in-out;
}

.imgImageWrapper span {
	height: 100%;
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

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

.imgContentWrapper {
	position: relative;
	margin-top: 35px;
}

.notext .imgContentWrapper {
    display: none;
}

.imgTitle {
	font-family: 'butlerbold';
	font-size: 30px;
    line-height: 36px;
}

.imgDescription {
	position: relative;
	margin: 10px 5% 30px;
}

.imgLink {
	position: relative;
    display: inline;
    padding: 4px 0 12px;
    transition: all 0.5s ease-in-out;
}

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

.o-golf .slide.nolink .imgLink {
	display: block;
}

#contentblock .imagelinkgadget .imgLink span {
	font-size: 12px;
    font-weight: 600;
    color: #B0A791;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline !important;
    transition: all 0.5s ease-in-out;
}

#contentblock .imagelinkgadget.medium .imgLink span, #contentblock .imagelinkgadget.large .imgLink span, 
#contentblock .imagelinkgadget.small .imgLink span {
    color: #fff;
}

.imagelinkgadget:hover .imgImageWrapper {
	opacity: 0.95;
}

.imagelinkgadget.playing iframe {
    z-index: 1;
}

/* small & medium & large */

.imgLinksWrapper {
    margin-left: 9% !important;
    margin-right: 9% !important;
}

.small {
	margin: 6px 0 !important;
	padding: 0 6px;
}

.small .imgImageWrapper, .small .imgContentWrapper {
	height: auto;
}

.small .imgContentWrapper, .medium .imgContentWrapper {
    position: absolute;
    top: 0;
    width: 100%;
    display: table;
    margin-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small .imgContentWrapper .tableWrapper, .medium .imgContentWrapper .tableWrapper {
    display: table-cell;
    vertical-align: middle;
}

.small .imgTitle, .medium .imgTitle {
	font-size: 44px;
    line-height: 40px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

.small .imgDescription, .medium .imgDescription {
    color: #fff;
    max-height: 110px;
    overflow: hidden;
    font-weight: 600;
}

.small .imgLink {
    position: absolute;
    bottom: 0;
    display: block;
    margin: 0 auto;
    left: 0;
    width: calc(100% - 12px);
}

.small .imgLink span, .medium .imgLink span {
    color: #fff;
}

.noimage.small {
	overflow: visible;
}

.noimage.small .imgLink, .noimage.small .imgDescription {
	display: none;
}

.medium .imgImageWrapper {
	height: 460px;
}

/** mediumlarge **/

.mediumlarge a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.mediumlarge .imgTitle {
	padding: 0 20%;
    font-size: 42px;
    line-height: 44px;
}

.mediumlarge .imgImageWrapper {
	height: auto;
	width: 62%;
	float: left;
}

.mediumlarge:nth-of-type(odd) .imgImageWrapper {
	float: right;
}

.mediumlarge .imgContentWrapper {
    width: 38%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    background: #fff;
    bottom: 0;
    top: 0;
    right: 0;
}

.mediumlarge:nth-of-type(odd) .imgContentWrapper {
	float: left;
	background: url("../royalobidos_hotel_bin/mediumlarge_bg.jpg") repeat center;
    left: 0;
}

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

.mediumlarge .imgDescription {
	margin: 30px 10% 30px;
    max-height: 140px;
    overflow: hidden;
}

/** medium small**/

.mediumsmall {
    margin: 10% 0 !important;
    padding: 0 11%;
}

.mediumsmall .imgImageWrapper {
    height: 100%;
}

.mediumsmall .imgContentWrapper {
    margin-top: 20px;
}

.mediumsmall .imgContentWrapper .imgDescription {
    margin-bottom: 10px;
    max-height: 60px;
    overflow: hidden;
}


/** medium **/

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

.medium .imgTitle.logoEvolutee {
    text-indent: -99999px;
    width: 435px;
    height: 54px;
    background-position: -352px -142px;
    margin: 0 auto;
}

/** quote **/

.quote .imgContentWrapper::before {
    content: "";
    display: block;
    position: absolute;
    width: 332px;
    height: 228px;
    bottom: auto;
    right: 40px;
    opacity: 0.8;
    background-position: 1px -798px;
    z-index: -1;
}

.gc-65364511783a1c21 .quote .imgContentWrapper::before {
    width: 422px;
    height: 278px;
    bottom: 0;
    right: 0;
    opacity: 1;
    background-position: -349px -592px;
}

.quote .imglinkWrapper {
	height: 460px;
}

.quote .imgImageWrapper {
	display: none;
}

.quote .imgContentWrapper {
	position: absolute;	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 460px;
	background: url("../royalobidos_hotel_bin/quote_bg.png") repeat center;
	margin-top: 0;
	max-width: 100% !important;
}

.quote .imgContentWrapper .tableWrapper {
    width: 100%;
}

.quote .imgDescription {
    margin: 10px 12% 30px;
    font-family: 'butlerbold';
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0;
    max-height: 196px;
    overflow: hidden;
}

.quote .imgTitle, .quote .imgDescription, .quote .imgLink span {
	color: #9C927B;
}

.quote .imgTitle {
    padding: 0 10%;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

/** large **/

.large {
	margin: 0 !important;
}

.large .imgImageWrapper, .medium .imgImageWrapper {
	height: 100%;
}


/** slide **/

.bx-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
	clear: both;
}

.bx-wrapper .bx-viewport {
	
}

.bx-controls {
    position: relative;
    height: 0;
}

.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;
    display: none;
}

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

.bx-controls .bx-pager {
    display: inline-block;
    position: relative;
    bottom: 80px;
    left: auto;
    padding: 30px 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0,0,0,0.3);
    margin: 0 8px;
    background: #bfbfbf;
    text-indent: -9999px;
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #9C927B;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.large .imgImageWrapper span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

.quote .imgContentWrapper, .large .imgContentWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 0;
}

.large .imgTitle {
    font-size: 52px;
    line-height: 50px;
    color: #fff;
}

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

.slide.is-selected {
    margin-top: 0 !important;
    opacity: 1;
}

.notext.slide .imgContentWrapper {
    display: none;
}

.slide .imgImageWrapper {
    position: relative;
    height: auto;
    width: 90%;
    max-height: 500px;
    margin: 0 auto;
}

.slide.is-selected .imgImageWrapper {
    height: auto;
    width: 80%;
    max-height: 500px;
}

.slide .imgImageWrapper span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}


.slide .imgContentWrapper {
    padding-bottom: 40px;
    margin-top: 0;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
}

.slide.with-title .imgContentWrapper {
    position: absolute;
    height: 700px;
}

.slide .imgDescription {
    margin: 10px 15% 30px;

}

.slide .imgTitle {
    font-size: 52px;
    line-height: 50px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: lighter;
    margin: 0;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

.slide.with-title .imgTitle {
    margin: 250px 0;
}

.carousel {
    background: none;
    position: relative;
    margin: 60px auto 200px !important;
    height: auto;
    max-width: 1280px;
}

.o-golf .carousel {
    margin: 140px auto 300px !important;
}

.carousel .flickity-viewport {
    width: 100%;
    margin: 0 auto;
}

.carousel button {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.carousel button:hover {
    opacity: 1;
}

.carousel button svg {
    display: none;
}

.carousel .flickity-prev-next-button.previous {
    background-position: -751px -1285px;
    background-color: transparent; 
    width: 50px;
    height: 50px;
    position: absolute;
    left: 12%;
    top: 236px;
    -webkit-appearance: none;
    border: none;
}

.carousel .flickity-prev-next-button.next {
    background-position: -748px -1227px;
    width: 50px;
    background-color: transparent;
    height: 50px;
    position: absolute;
    right: 12%;
    top: 236px;
    -webkit-appearance: none;
    border: none;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -210px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    counter-reset: dots;
    display: none;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.o-golf .flickity-page-dots .dot {
    width: 12px;
    font-size: 20px;
    height: 22px;
}

.flickity-page-dots li.is-selected {
    background: #221F1F;
    opacity: 1;
}

.o-golf .flickity-page-dots li.is-selected {
    background: #221F1F;
    opacity: 1;
    text-decoration: underline;
}

.slide {
    float: none;
    margin-top: 30px !important;
    opacity: 0.6;
    width: 75%;
    margin-right: 10px !important;
    counter-increment: carousel-cell;
}


/** no link imagelink **/

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

/** popup imagelink **/

body.popupWindow {
	overflow: hidden;
}

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

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

.popup .imgContentWrapper {
	padding: 30px;
	height: 170px;
}

.popup #closePopup {
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -50px;
}

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

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

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

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


/**
  * rooms page area
  **/

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

#contentblock .roomContainer {
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: #fff;
	margin: 8px 0;
	padding: 0;
}

#contentblock .roomContainer .roomPhoto, #contentblock #specialoffers .roomContainer.room-opened .roomPhoto {
	left: 0;
    right: 0;
    background: #000;
}

#contentblock #specialoffers .roomContainer .roomPhoto, #contentblock .roomContainer.tumb .roomPhoto {
    left: 6px;
    right: 6px;
}

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

#contentblock .roomContainer .roomPhoto .pgContainer .pgImage {
	height: 100%;
	width: 100%;
    opacity: 0.8;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

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

#contentblock .roomContainer .roomName {
	position: relative;
	margin: 0;
	margin-top: 120px;
	z-index: initial;
}

#contentblock .roomContainer .roomName h2 {
	margin: 0;
	padding-bottom: 8px;
	font-size: 36px;
    line-height: 36px;
    color: #fff;
    padding: 20px 10%;
    text-align: center;
    min-width: inherit;
    max-width: inherit;
	z-index: 1;
}

#contentblock #specialoffers .roomContainer .roomName h2, #contentblock .roomContainer.tumb .roomName h2 {
    font-size: 34px;
    line-height: 30px;
}

#contentblock .roomContainer .roomName h2::before {
	display: none;
}

#contentblock .roomContainer .minRate {
	position: absolute;
	width: 100%;
	left: 0;
    right: 0;
    bottom: 5px;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    display: none;
}

#contentblock .roomContainer .minRate h3 {
    font-size: 14px;
    line-height: 18px;
    padding: 0 5%;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
}

/** rooms hover **/

#contentblock .roomContainer:hover .roomPhoto .pgContainer .pgImage {
	opacity: 0.8;
}


/** rooms puzzle **/

#contentblock .roomContainer.clicked .roomPhoto {
	bottom: 0;
	top: auto;	
}

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


/** rooms opened **/

#contentblock .roomContainer.room-opened {
	height: auto;
	width: 100%;
	background: url(../royalobidos_hotel_bin/mediumlarge_bg.jpg) repeat center;
	margin: 0 0 3px;
    padding: 0;
    padding-bottom: 40px;
}

#contentblock .roomContainer.room-opened .roomName {
	margin: 0;
	text-align: center;
	padding: 0;

}

#contentblock .roomContainer.room-opened .roomName h2 {
	text-align: center;
	margin: 60px 0 30px;
	color: #4a4a4a;
	padding: 0;
}

#contentblock .roomContainer.room-opened .minRate {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
    display: none;
}

#contentblock .roomContainer.room-opened .minRate h3 {
	padding: 0;
	margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

#contentblock .roomContainer.room-opened .roomDescription.mealplan {
	font-style: initial;
	font-size: 16px;
	text-transform: inherit;
	width: initial;
	padding-bottom: 10px;
	display: none;
}

#contentblock .roomContainer.room-opened .roomDescription {
	text-align: center;
	width: 100%;
}

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

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

#contentblock .roomContainer.room-opened .roomDescription ul li {
    text-align: center;
}

#contentblock .roomContainer.room-opened .promotions-termsActions {
	width: initial;
}

#contentblock .roomContainer.room-opened .promotions-termsActions .promotions-bgLink {
    margin: 30px auto 45px;
    border: none;
    color: #fff;
    font-style: normal;
    text-transform: none;
    background: #A59A80;
    font-weight: bold;
    font-size: 13px;
    font-weight: 600;
    line-height: 42px;
    width: auto;
    display: block;
    width: 160px;
    transition: background 0.5s ease-in-out;
}

#contentblock .roomContainer.room-opened .promotions-termsActions .promotions-bgLink:hover {
	background: #00557E;
}

#contentblock .roomContainer.room-opened .promotions-termsActions .promotions-showTermsTrigger {
    width: 200px;
    height: 20px;
    top: 74px;
    background-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
    font-size: 10px;
    color: #4a4a4a;
}

#contentblock .roomContainer .promotions-termsContent {
    left: 5%;
    right: auto;
    padding: 10px 30px 30px;
    width: 90%;
    background: #fff;
    z-index: 99;
}

#contentblock .roomContainer .promotions-termsContent .promotions-closeTerms {
    background-color: #ececec;
    text-align: center;
    padding-left: 0;
    letter-spacing: 1px;
    color: #4a4a4a;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
}

#contentblock .roomContainer .promotions-termsContent .promotions-termsText {
    line-height: 19px;
    font-size: 13px;
    text-align: center;
    color: #4a4a4a;
}

#contentblock .room-opened .slick-slider > button {
	z-index: 9 !important;
}

/** addons + products **/

#contentblock #productTypes .roomContainer, #contentblock #addons .roomContainer {
    background: url(../royalobidos_hotel_bin/quote_bg.png) repeat center;
    margin: 12px 0;
}

#contentblock #productTypes .roomContainer .roomDescription, #contentblock #addons .roomContainer .roomDescription {
    float: none;
    text-align: center;
}

#contentblock #productTypes .roomContainer .roomDescription a, #contentblock #addons .roomContainer .roomDescription a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #9C927B;
    padding-top: 10px;
    display: block;
}

#contentblock #productTypes .roomContainer .minRate, #contentblock #addons .roomContainer .minRate {
    padding: 0;
    width: 100%;
    margin: 5px 0 10px;
    display: block;
    position: relative;
    opacity: 1;
}

#contentblock #productTypes .roomContainer .roomName, #contentblock #addons .roomContainer .roomName {
    margin-top: 120px;
}

#contentblock #productTypes .roomContainer .roomName h2, #contentblock #addons .roomContainer .roomName h2 {
    color: #9C927B;
    padding: 20px 10% 10px;
}


/**
  * Gallery page area
  **/

#pg {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0 15% !important;
}

#pg .pgContainer {
	display: none;
}

.hotel-gallery #c1 {
    background: none;
}

#pg .galleryName {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #B0A791;
    text-align: left;
}

/**
  * Contacts page area
  **/

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

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

/** contacts page **/

.contactFormContainer {
	margin: 60px auto 0;
}

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

.contactFormContainer #contacts_form input, .contactFormContainer #contacts_form select {
    height: 35px;
    border: none;
    background: #f1f1f1;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    color: #4a4a4a;
}

#subscribe_newsletter_form input, #subscribe_newsletter_form select,
.hotel-unsubscribe input, .hotel-unsubscribe select {
    height: 35px;
    border: none;
    background: #f1f1f1;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    color: #4a4a4a;
    font-family: 'Open Sans', sans-serif;
}

.newsletterform #subscribe_newsletter_form input, .newsletterform #subscribe_newsletter_form select {
	height: 30px;
	text-align: center;
}

.contactFormContainer #contacts_form p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 2px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#subscribe_newsletter_form div, .hotel-unsubscribe #contentblock form > div {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

.contactFormContainer #contacts_form #reservationFields #fcheckinShell, 
.contactFormContainer #contacts_form #reservationFields #cbnradultsShell, 
.contactFormContainer #contacts_form #reservationFields #cbofferShell {
	margin-right: 2%;
}

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

.contactFormContainer #contacts_form input[type="radio"] {
    width: auto;
    height: auto;
}

form .colform {
    margin: 10px 0;
    padding: 0;
    text-align: center;
}
form .colform p {
    /* text-align: left !important; */
}
form .colform input[type="number"] {
    padding: 0 !important;
    width: 40px !important;
    height: auto !important;
    text-align: center;
}

.quantity {
    margin-bottom: 10px;
    min-height: 35px;
}

form label.error {
    display: none !important;
    color: red;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: -5px;
}
form .error {
    border: 1px solid rgb(255, 0, 0) !important;
    background: rgba(255,0,0,0.1) !important;
}

.contactFormContainer #contacts_form #cbcheckin {
	position: absolute;
	bottom: 12px;
	right: 3%;
	height: 20px;
	width: 20px;
	background-position: -190px 0;
}

.contactFormContainer #contacts_form textarea {
	width: 100%;
	border: none;
    background: #f1f1f1;
}

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

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

body #contentblock input[type="submit"] {
    padding: 0 40px;
    height: 44px;
    font-size: 12px;
    font-weight: 600;
    line-height: 44px;
    margin: 40px auto 40px;
    min-width: 160px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    float: none;    
    background: #A59A80;
}

.contactFormContainer #contacts_form input[type="submit"]:hover,
.hotel-unsubscribe #contentblock form input[type="submit"]:hover, 
body #contentblock input[type="submit"]:hover {
	background: #00557E;
}

.contactFormContainer .g-recaptcha > div, #subscribe_newsletter_form .g-recaptcha > div {
    margin: 60px auto 40px;
}

/**
  * Bottom block area
  **/
/** footer menu area **/

.footerlogo {
    top: 60px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
}

.footerlogo a {
	position: relative;
    display: inline-block;
    margin: 0px 20px;
    height: 180px;
    opacity: 0.4;
    transition: opacity 0.5s ease-in-out;
}

.footerlogo a:hover {
	opacity: 1;
}

.footerlogo .corrallogo {
	background-position: -2px -760px;
    width: 225px;
    float: left;
    left: 50%;
    margin-left: -450px;
    margin-top: 15px;
}

.mainlogo {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 70px;
    opacity: 1;
    clear: both;
    width: 280px;
    text-align: center;
    padding-bottom: 140px;
}

.mainlogo a {
    background-position: -508px -54px;
    width: 280px;
    height: 70px;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    padding-top: 68px;
}

.gc-3f02b2bfbb0c5312 .mainlogo {
    padding-bottom: 100px;
}

.gc-3f02b2bfbb0c5312 .mainlogo a {
    pointer-events: none;
    text-indent: -99999px;
}

.footermenu {
    position: relative;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    padding: 0 10% 45px;
}

.footermenu li {
    display: inline-block;
    text-align: center;
   	padding: 0 16px;
}

.footermenu li a {
	color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 22px;
   	text-transform: uppercase;
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.footermenu li a:hover {
	color: #B0A791;
}


/** seals logos area **/
.sealslogos {
	overflow: visible;
	background: url("../royalobidos_hotel_bin/content1_bg.jpg") repeat center;
	height: 160px;
	position: relative;
}

.sealslogos span {
	position: absolute;
	width: 70%;
	height: 1px;
	background-color: #b8b7b7;
	top: 50%;
	left: 50%;
	margin-left: -35%;
}


/** Hotel contacts area (footer) **/

#bottomblock .hotelcontacts {
    position: relative;
    top: auto;
    right: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 25px;
}

.hotelcontacts {
    position: absolute;
    top: 80px;
    width: 250px;
    display: none;
}

.hotelcontacts a {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #fff;
    font-style: normal;
    display: block;
    text-transform: uppercase;
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.hotelcontacts a:hover {
	color: #B0A791;
}

.hotelcontacts .emailblock {
    display: none;
}

.gc-3f02b2bfbb0c5312 .hotelcontacts .royal.emailblock, .gc-65364511783a1c21 .hotelcontacts .evolutee.emailblock {
    display: block;
}

/** social area **/

.socialmedia {
	text-align: center;
	padding-bottom: 40px;
}

.socialmedia li {
    width: 25px;
    height: 25px;
    margin: 0 5px !important;
    padding: 0 !important;
    display: inline-block !important;
}

.socialmedia li a {
	text-indent: -9999px;
	display: block;
	background-position: 0 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

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

.socialmedia .facebook a {
    background-position: -7px -206px;
}

.socialmedia .twitter a {
    background-position: -97px -206px;
}

.socialmedia .youtube a {
    background-position: -165px -208px;
}

.socialmedia .pinterest a {
    background-position: -131px -206px;
}

.socialmedia .instagram a {
    background-position: -35px -206px;
}

.socialmedia .linkedin a {
	background-position: -279px -207px;
}

.socialmedia .tripadvisor a {
    background-position: -317px -209px;
}

/** Seals area **/

#seals {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 9;
	text-align: center;
	margin-bottom: 70px;
}

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

.security {
	height: 30px;
	display: inline-block;
	margin-left: 40px
}

.powered {
	position: relative;
	height: 30px;
	margin-left: 20px;
	display: inline-block;
}

/** location page **/

.hotel-directions .gcb_container, .hotel-directions .scroll {
	display: none;
}

#directionsLink {
    padding: 0 10px;
    background: none;
    background: #A59A80;
    position: relative;
    display: block;
    clear: both;
    width: 200px;
    height: 44px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
    line-height: 44px;
    color: #fff !important;
    margin: 40px auto 80px !important;
    transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.mobile #directionsLink {
	margin: 40px 0;
}

#directionsLink:hover {
	background: #00557E;
}

.hotel-directions h3:last-of-type, .hotel-directions #contentblock ul.list {
	display: none;
}


/**
  * mobile website
  **/

.mobile #centerblock {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
    max-height: 100% !important;
}

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

.mobile.hotel-directions #centerblock {
	height: 500px !important;
    padding: 124px 0 0 !important;
}

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


/* golf template */
body[class*="_3areasSidebar"] .hotellogo img {
    display: none;
}
body[class*="_3areasSidebar"]:not(.isTouchDevice) #topblock .booktoggle:hover,
body[class*="_3areasSidebar"]:not(.isTouchDevice) #contentblock h5 a:hover,
body[class*="_3areasSidebar"]:not(.isTouchDevice) .submitButton .booknow:hover {
    background: #225f32;
}

body[class*="_3areasSidebar"]:not(.isTouchDevice) .flickity-page-dots, body[class*="_3areasSidebar"] .flickity-page-dots {
    counter-reset: dots;
    bottom: -230px;
    display: block;
}

body.o-golf .flickity-page-dots {
    counter-reset: dots;
    bottom: auto !important;
    top: -60px;
    display: block;
}

body[class*="_3areasSidebar"]:not(.isTouchDevice) .flickity-page-dots .dot, body[class*="_3areasSidebar"]:not(.isTouchDevice) .flickity-page-dots li.is-selected, 
body[class*="_3areasSidebar"] .flickity-page-dots .dot, body[class*="_3areasSidebar"] .flickity-page-dots li.is-selected {
    background: none;
    margin: 0 10px;
    width: auto;
}

body[class*="_3areasSidebar"]:not(.isTouchDevice) .flickity-page-dots .dot::before, body[class*="_3areasSidebar"] .flickity-page-dots .dot::before {
    counter-increment: dots;
    content: counter(dots);
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}


/** generic transitions **/

.toggle span, #contentblock .roomContainer .roomPhoto .pgContainer .pgImage, #contentblock .roomContainer,
#contentblock .roomContainer.room-opened .promotions-termsActions a, .contactFormContainer #contacts_form input[type="submit"],
#subscribe_newsletter_form input[type="submit"], .hotel-unsubscribe #contentblock form input[type="submit"] {
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

#contentblock .roomContainer  {
	transition-property: background-color;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.imgImageWrapper span, .imgContentWrapper {
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}


/**
  * Responsive stuff
  **/


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

    hr {
        padding: 20px 0;
    }

	.quicklinks, #centerblock .flashContainer .promotionsgadget, .secondarymenu .quicklinks {
		display: none;
	}

    #topblock {
        padding: 23px 20px;
    }

    .toggleblock {
        left: 20px;
    }

    #topblock .booktoggle {
        right: 20px;
    }

    .fixedBar {
        padding: 0 20px;
    }

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

	.footermenu li a {
		font-size: 12px;
	}

    .flashContainer .gcb_image_legend {
        font-size: 50px;
        line-height: 58px
    }

    /** content **/

    .homepage #contentblock h1 {
        font-size: 72px;
        line-height: 68px;
    }

    #contentblock h4 {
        font-size: 42px;
        line-height: 40px;
    }

    #contentblock h2 {
        font-size: 68px;
        line-height: 60px;
    }

	/** menu opened area **/

	.menuOpened .navigation {
		right: 0;
	}

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

    .bookinggadget {
        width: 100%;
        right: -100%;
    }

    .bookinggadget .col-md-12 select, .bookinggadget .col-md-6 select {
        background-position: right -890px;
    }

	/** content **/
	#contentblock .content .holder h1, #contentblock .content .holder h2, #contentblock .content .holder h3, #contentblock .content .holder p, #contentblock .content .holder ul {
		margin-left: 10%;
    	margin-right: 10%;
	}

	/** imagelinks **/

	.imagelinkgadget {
		transform: translateY(0);
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	}

	.imgLinksWrapper {
		margin: 10px 10% !important;
	}

    .mediumlarge .imgTitle {
        padding: 0 10px;
    }

    .quote .imgTitle {
        padding: 0;
    }

    .quote .imgDescription {
        margin: 10px 5% 30px;
        font-size: 32px;
        line-height: 42px;
    }

    .mediumlarge .imgTitle {
        font-size: 42px;
        line-height: 40px;
    }

	/** other stuff **/

	.scroll {
		bottom: 50px;
	}

	/** contacts area **/

	#contentblock .content .holder .hotelcontacts {
	    position: fixed;
	    bottom: 0;
	    left: 40px;
	    right: auto;
	    top: auto;
	    z-index: 102;
	    width: auto;
	    display: block !important;
	}

	#contentblock .hotelcontacts .contacts {
		text-indent: -9999px;
		line-height: 35px;
		width: 35px;
		height: 35px;
		display: block;
		background-color: #fff;
		float: left;
		margin: 0 4px 0 0;
		background-image: url("../royalobidos_hotel_bin/sprite.png");
		background-repeat: no-repeat;
	}

	#contentblock .hotelcontacts .addressblock {
		background-position: 0px -44px;
	}

	#contentblock .hotelcontacts .phoneblock {
		background-position: 0px -94px;
	}

	#contentblock .hotelcontacts .emailblock {
		background-position: 5px 7px;
	}

	/** display: none; **/

	#contentblock .content .holder .hotelcontacts .socialmedia {
		display: none;
	}

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

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

    #contentblock .content .holder h1, #contentblock .content .holder h2, #contentblock .content .holder h3, #contentblock .content .holder p, #contentblock .content .holder ul {
        margin-left: 5%;
        margin-right: 5%;
    }

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

    #topblock .booktoggle, .scroll2 #topblock .booktoggle, .with-bannerImg #topblock .booktoggle {
        width: 100%;
        margin: 0;
        right: 0;
        top: 84px;
        color: #FFF;
    }

    body:not(.isTouchDevice) #topblock .booktoggle:hover {
        opacity: 0.85;
        text-decoration: none;
        transform: translateX(0);
    }

    #contentblock h5 a {
        display: block;
    }

    .secondarymenu {
        width: 100%;
        left: -100%;
    }

    #topblock {
        position: fixed;
    }

    .scroll1 #topblock {
        top: 0;
    }

    .hotellogo, .scroll1 .hotellogo, .gc-65364511783a1c21 .hotellogo, .scroll1.gc-65364511783a1c21 .hotellogo {
        background-image: url(../royalobidos_hotel_bin/sprite.png) !important;
        background-size: 796px auto;
        background-repeat: no-repeat;
        background-position: -10px -21px;
        width: 220px;
        height: 40px;
        display: block;
    }

    .gc-65364511783a1c21 .hotellogo, .scroll1.gc-65364511783a1c21 .hotellogo {
	    background-position: -14px -103px;
	    width: 240px;
    }

    .hotellogo img, .scroll1 .hotellogo img, .gc-65364511783a1c21 .hotellogo img, body[class*="_3areasSidebar"] .hotellogo img {
        display: none !important;
    }

    .toggleblock, .scroll2 .toggleblock, .with-bannerImg .toggleblock {
        top: 19px;
    }

    .toggle .menu, .scroll2 .toggle .menu, .with-bannerImg .toggle .menu {
        color: #4a4a4a;
    }

    .toggle .line, .scroll2 .toggle .line, .with-bannerImg .toggle .line {
        background: #4a4a4a;
    }

	/** menu stuff **/

	.navigation {
		right: -100%;
		width: 100%;
	}

	.menuOpened #topblock::after, .logo, .scroll {
		display: none;
	}

	#topblock, .scroll1 #topblock, .scroll2 #topblock, .with-bannerImg #topblock {
		background: #fff;
	}

	.no-banner #centerblock {
		padding: 0;
	}

	.flashContainer .gcb_navigation {
		padding: 0 10px;
	}

    .homepage #contentblock h1, #contentblock h1, #contentblock h2 {
        font-size: 44px;
        line-height: 48px;
    }

    #contentblock h1 {
        width: 80%;
    }

	/** imagelinks **/

	.bx-controls .bx-controls-direction a {
		bottom: 200px;
	}

	.bx-controls .bx-controls-direction .bx-prev {
		left: -40px;
	}

	.bx-controls .bx-controls-direction .bx-next {
		right: -40px;
	}

    body.o-golf .flickity-page-dots {
        top: -80px;
        padding: 0 5%;
    }

    .small .imgTitle, .medium .imgTitle, .imgTitle, .slide .imgTitle, .large .imgTitle {
        font-size: 34px;
        line-height: 30px;
    }

    .medium .imgTitle.logoEvolutee {
        width: 275px;
    }

    .mediumsmall {
        display: block;
        position: relative;
        clear: both;
        padding: 0 5%;
    }

    .large .imgImageWrapper, .medium .imgImageWrapper, .mediumsmall .imgImageWrapper {
        height: auto;
    }

    .large .imgImageWrapper {
        height: 320px;
    }

	.mediumlarge .imgImageWrapper {
		width: 100%;
		float: none;
		height: 320px;
	}

    .mediumlarge .imgDescription {
        margin: 30px 0;
    }

	.mediumlarge .imgContentWrapper {
		width: 100%;
		float: none;
		height: auto;
	    position: relative;
	    display: block;
        padding: 40px 20px;
	}

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

    .quote .imgContentWrapper, .large .imgContentWrapper {
        max-width: 80%;
    }

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

    .slide .imgDescription {
        margin: 10px 20px 30px;
    }

    .slide.is-selected .imgImageWrapper, .slide .imgContentWrapper {
        height: 320px;
    }

    .slide.is-selected .imgImageWrapper {
        width: 100%;
    }

    .slide .imgImageWrapper {
        height: 320px;
        width: 100%;
    }

    .slide .imgTitle {
        margin: 160px 0;
    }

    .flickity-page-dots {
        bottom: -240px;
    }

    .flashContainer .gcb_image_legend {
        font-size: 36px;
        line-height: 40px;
    }

	.noimage.medium .imgContentWrapper {
		height: auto !important;
	}

	.imgLinksWrapper {
	    margin: 10px 0 !important;
	}

    .large::after, .carousel button, .flickity-page-dots {
        display: none;
    }

    body[class*="_3areasSidebar"]:not(.isTouchDevice) .flickity-page-dots, body[class*="_3areasSidebar"] .flickity-page-dots {
        bottom: -280px;
    }

    body[class*="_3areasSidebar"]:not(.isTouchDevice) .flickity-page-dots .dot, body[class*="_3areasSidebar"]:not(.isTouchDevice) .flickity-page-dots li.is-selected, body[class*="_3areasSidebar"] .flickity-page-dots .dot, body[class*="_3areasSidebar"] .flickity-page-dots li.is-selected {
        margin: 0 10px 20px;
    }


	/** rooms area */

	#contentblock #roomtypes, #contentblock #specialoffers, #contentblock #productTypes, #contentblock #addons, #contentblock #pg {
		margin: 0 10px !important;
	}

	#contentblock .roomContainer.room-opened .roomName {
		padding: 30px 10px 15px;
	}

	#contentblock .roomContainer.room-opened .minRate h3 {
		padding: 0 10px 20px;
	}

	#contentblock .roomContainer.room-opened .roomPhoto {
		margin-bottom: 30px;
	}

	#contentblock .roomContainer .roomName {
		margin: 60px 10px 0;
	}

	#contentblock .roomContainer.room-opened .roomName {
		margin: 0;
	}

	#contentblock .roomContainer .minRate h3 {
	    padding: 0 10px;
	}

	#contentblock .roomContainer.room-opened .roomDescription.mealplan {
		margin: 30px 10px 20px;
	}

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

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


	/** special offers area */

	#contentblock .roomContainer .promotions-termsContent {
        left: 0;
        bottom: 0;
        width: 100%;
	}


	/** other stuff **/

	#contentblock #c3 p {
		-webkit-column-count: initial;
		-moz-column-count: initial;
		column-count: initial;
	}

	.imgImageWrapper {
		height: 400px;
	}

	#bottomblock {
		padding: 80px 40px 50px;
	}

	#centerblock .flashContainer .promotionsgadget {
		display: none;
	}

	#bottomblock .hotelcontacts {
		width: 100%;
	}

	#contentblock .content .holder .hotelcontacts {
		left: 40px;
	}

	.footermenu, .security {
		display: none;
	}

	#contentblock .roomContainer, #contentblock .roomContainer .roomPhoto {
		height: 250px;
	}

	#contentblock .roomContainer.room-opened .roomName h2, #contentblock .roomContainer.room-opened .minRate {
		margin: 0;
	}

	#contentblock .roomContainer .roomName h2 {
		font-size: 32px;
    	line-height: 34px;
    	padding: 20px 0;
	}

    /** other hotels **/
    .otherhotels {
        right: -100%;
        width: 100%;
    }

    .otherhotels .content {
        width: 100%;
    }

    .otherhotels span {
        height: 90px;
        margin-top: -45px;
    }

    .otherhotels .content.golf span {
        background-position: -1px -1277px;
    }

    .otherhotels .content.estate span {
        background-position: -370px -1277px;
    }

    .otherhotels .content.evolutee span {
        background-position: -183px -1277px;
    }

}

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

    .flashContainer .gcb_image_legend {
        font-size: 30px;
        line-height: 32px;
    }

    .fixedBar {
        padding: 0;
    }

    .toggle .menu {
        display: none;
    }

    .quote .imgDescription {
        margin: 10px 5% 30px;
        font-size: 24px;
        line-height: 32px;
    }

	.nav {
		padding: 0px 10px;
	}

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

	#fixedblock {
	    right: 10px;
	}

	#contentblock .content .holder .hotelcontacts {
	    left: 10px;
	}

	body.popupWindow {
		overflow: auto;
	}

	.powered {
		margin-left: 20px;
	}

	.popup.imagelinkgadget, .overlay {
		display: none;
	}


}




