html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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

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

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

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

@font-face {
    font-family: 'keplestdregular';
    src: url('keplestd-regular-webfont.eot');
    src: url('keplestd-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('keplestd-regular-webfont.woff2') format('woff2'),
         url('keplestd-regular-webfont.woff') format('woff'),
         url('keplestd-regular-webfont.ttf') format('truetype'),
         url('keplestd-regular-webfont.svg#keplestdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #2a2a2a;
	background: #ffffff;
	margin: 0;
	text-align: center;
	letter-spacing: 1px;
}

body.menuOpened {
	overflow: hidden;
}

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

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

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

hr {
	border: none;
	margin: 40px 0;
	overflow: hidden;
	width: 100%;
	clear: both;
}

section {
	clear: both;
	overflow: hidden;
}
 p:empty {
 	display: none;
 }


/* sprite */
.nav li a::after, .mpshorthand input, .flashContainer .gcb_navigation_arrow,
.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a, .toggle-bookingGadget,
.languages select, .scroll span, #contentblock h1::before, #contentblock ul li, .imgLink::before,
#c1::after, #contentblock #c2 h1::before, .imagelinkgadget.noimage .imgTitle::before, .footerlogo,
.hoteladdress .addressblock, .hoteladdress .phoneblock, .socialmedia li a, .scroll2 .nav li a::after,
.nav::after, .nav::before, .scrolltop span {
	background-image: url("../suitesalbaresortespa_hotel_bin/sprite.png");
	background-repeat: no-repeat;
}

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

#loader .loader {
	margin: -20px 0 0 -20px;
	width: 4em;
	height: 4em;
	border-top: 0.3em solid rgba(255, 255,255,0.5);
	border-right: 0.3em solid rgba(255,255,255,0.5);
	border-bottom: 0.3em solid rgba(255,255,255,0.5);
	border-left: 0.3em solid rgba(255,255,255,0.8);
}

#loader:after {
	background: url("../suitesalbaresortespa_hotel_bin/gc_loading.png") no-repeat !important;
}
/**
  * Scroll area
  **/

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

.scroll {
	position: fixed;
    bottom: 12px;
    left: 50%;
    margin-left: -17px;
    z-index: 104;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 90px;
    text-align: center;
    width: 34px;
    background-color: #efefef;
}

.scroll p, .scrolltop p {
	transform: rotate(-90deg);
	color: #2a2a2a;
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 30px;
}

.scrolltop p {
	margin-top: 22px;
	margin-bottom: 0;
}

.scroll span, .scrolltop span {
	position: absolute;
	bottom: 0;
	left: 14px;
	width: 45px;
    height: 65px;
    background-position: 0 -135px;
	-webkit-animation: scrollAnimation 1.2s infinite;
	animation: scrollAnimation 1.2s infinite;
}

.scrolltop span {
	background-position: -100px -135px;
}


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

.scroll:hover, .scrolltop:hover {
	text-decoration: none;
}

.scroll:hover p {
	text-decoration: none !important;
}

.scrolltop {
	position: absolute;
    top: 440px;
    left: auto;
    right: 40px;
    margin-left: -17px;
    z-index: 104;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 40px;
    text-align: center;
    width: 34px;
    height: 120px;
    background-color: #fff;
}

/**
  * website areas
  **/

#topblock {
	height: 72px;
	position: absolute;
	padding: 40px 40px 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.scroll1 #topblock, .no-banner #topblock {
	background: #fff;
	top: -72px;
	opacity: 1;
	z-index: 10;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	padding: 0 40px;
	transition-property: top;
	transition-duration: 0.40s;
	transition-timing-function: ease-out;
}

.scroll2 #topblock, .no-banner #topblock {
	position: fixed;
	top: 0;
}

.flashContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    display: block;
    z-index: 2;
    opacity: 0.7;
}

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

.mobile #centerblock {
	position: absolute;
}

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

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


/**
  * Top Block area
  **/

.navigation {
	position: relative;
    max-width: 50%;
    overflow: hidden;
    height: 72px;
   	float: right;
    margin-right: 260px;
}

.nav {
    margin: 20px 0;
    height: 40px;
}

.nav li {
	padding: 0 8px;
}

.nav li a {
	color: #fff;
	font-family: 'keplestdregular', serif;
	font-size: 1em;
	line-height: 40px;
	text-transform: uppercase;
	padding-bottom: 2px;
	letter-spacing: 1px;
}

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

.nav li a::after {
	content: "";
	display: block;
	position: relative;
	width: 22px;
	height: 12px;
	background-position: 0 -387px;
	margin: -6px auto 0;
	z-index: 2;
	opacity: 0;
}

.scroll2 .nav li a::after {
	margin: -10px auto 0;
	background-position: -258px -387px;
}

.nav .active a::after {
	opacity: 1;
}

.scroll2 .nav li a {
	color: #2a2a2a;
}

.scroll2 .nav li a:hover, .scroll2 .nav .active a {
	color: #ca8e47;
}


/** Mobile menu area **/

.toggle {
	position: absolute;
	top: 60px;
	right: 40px;
	background-color: #e3a55c;
	width: 50px;
	height: 36px;
	overflow: hidden;
	z-index: 101;
	text-indent: -99999px;
}

.scroll1 .toggle {
	top: -60px;
	transition-property: top;
	transition-duration: 0.40s;
	transition-timing-function: ease-out;
}

.scroll2 .toggle {
	position: fixed;
	top: 18px;

}

.toggle span {
	background: url("../suitesalbaresortespa_hotel_bin/menu_icon.png") no-repeat center;
	display: block;
	width: 100%;
	height: 100%;
}

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

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

/** Booking engine area **/

.bookinggadget {
    position: absolute;
    float: right;
    right: 40px;
    top: 40px;
}

.scroll2 .bookinggadget {
	top: -2px;
}

.gcBookingGadget {
	position: relative;
	float: right;
	display: none !important;
}

.gcBookingGadget form > div {
	display: none;
}

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

.bookinggadget .gc_sh .shortHandCheckRates, .bookinggadget a, .toggle-bookingGadget {
	width: 220px;
	height: 36px;
	padding: 0 55px 0 10px;
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	background-color: #ca8e47;
	background-position: -72px -84px;
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
	margin: 20px 0 0;
	text-align: center;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}

.bookinggadget .gc_sh .shortHandCheckRates:hover, .bookinggadget a:hover, .toggle-bookingGadget:hover {
	background-color: #2a2a2a;
	color: #fff;
}

/** mobile **/

.mobile .bookinggadget a {
	display: block !important;
}

.mobile .gcBookingGadget {
	display: block !important;
	width: 100%;
}

.mobile .bookinggadget .gc_sh .shortHandCheckRates, .mobile .bookinggadget a, .mobile .toggle-bookingGadget {
	background-image: none;
	padding: 0;
}
.mobile .bookinggadget a {
	width: auto;
}
.mobile .bookinggadget {
	top: 52px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.mobile.scroll2 .bookinggadget {
	top: 52px;
}

.mobile .bookinggadget .gc_sh .gc_horizontalSh .shortHandButton, .mobile .bookinggadget .gc_sh .shortHandCheckRates {
	width: 100%;
}
.mobile .bookinggadget a {
	padding: 0;
}

.be-opened .bookinggadget .gc_sh .shortHandCheckRates:hover,
.be-opened .bookinggadget a:hover,
.be-opened .toggle-bookingGadget:hover {
	background-color: #ca8e47;
	color: #fff;
}

.mpshorthand {
	float: right;
	position: relative;
	height: 56px;
}

.mobile .mpshorthand {
	display: none;
}

.be-opened .mpshorthand {
	height: 513px;
}

.mpshorthand form {
	background: url("../suitesalbaresortespa_hotel_bin/main_bg.jpg") repeat;
	width: 220px;
	overflow: hidden;
	padding: 15px 15px 5px;
}

.mpshorthand form > * {
	margin: 10px 0;
}

.mpshorthand input {
	color: #888;
	width: 100%;
	height: 35px;
	border: 1px solid #fff;
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
	background-color: #fff;
    background-position: -100px -627px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #888;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #888;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #888;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #888;
}

.ie10 .mpshorthand input, .ie11 .mpshorthand input {
	color: #888;
}

.mpshorthand label {
	color: #888;
    letter-spacing: 1px;
    float: left;
    text-indent: 3px;
    line-height: 35px;
    font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 10px;
}

.mpshorthand select {
	width: 50px;
	height: 30px;
	float: right;
	background: none;
    border: none;

}

.mpshorthand .col3 {
	width: 100%;
	height: 35px;
	clear: both;
	border: 1px solid #fff;
	background: #fff;
}

#checkAvailability {
	display: block;
	width: 100%;
	background: #63c3d1;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	height: 36px;
    line-height: 35px;
	font-family: 'keplestdregular', serif;
	letter-spacing: 1px;
	transition-property: background;
	transition-duration: 0.40s;
	transition-timing-function: ease-out;

}

#checkAvailability:hover {
	background: #130c4f;
}



/** BAR area **/

.bar {
	color: #2a2a2a;
	font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 20px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'keplestdregular', serif;
}

.mpshorthand .best-price-guarantee a {
	display: none;
}


/**
  * Center Block area
  **/


/** no-banner **/

.no-banner .flashContainer {
	height: 100% !important;
	background: #000 url("../suitesalbaresortespa_hotel_bin/pic.jpg") no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.no-banner .flashContainer .promotionsgadget .prgWrapper {
	display: none;
}


/** banner **/

.flashContainer {
	z-index: 1;
	height: 100%;
	position: relative;
	background: #f1f1f1;
}

.hotel-directions .flashContainer {
	margin-top: 44px;
}

.hotel-directions #GoogleMapGadget {
	padding: 40px 0 0;
}

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

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

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

.hotel-directions #contentblock .nav li a {
	font-size: 16px;
    line-height: 19px;
}

#map_canvas .gm-style .gmnoprint  {
	left: auto !important;
	right: 0;
	margin: 0 10px !important;
}


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

.flashContainer .gcb_image_legend {
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    top: 50%;
    bottom: auto;
    left: 50%;
    margin-left: -30%;
    right: 0;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    width: 60%;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.3);
    filter: Shadow("Color=#000000, Direction=135, Strength=2");
    padding-right: 3px;
}

.flashContainer .gcb_image_legend b {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 50px;
    line-height: 50px;
    display: block;
    font-weight: lighter;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.flashContainer .gcb_image_legend em {
	font-weight: 700;
	font-size: 20px;
	line-height: 10px;
	display: block;
	font-style: normal;
}

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


.flashContainer .gcb_navigation {
    bottom: auto;
    top: 56%;
    margin-top: -12px;
    left: 40px;
    width: 80px;
    z-index: 100;
}

.flashContainer .gcb_navigation_arrow {
	width: 23px;
	height: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	background-position: 0 0;
}

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

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

.flashContainer .gcb_navigation_paginator {
	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;
}

/** hotel logo area **/

.hotellogo {
	position: relative;
	float: left;
}

.hotellogo img {
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
}

.hotellogo a {
	display: block;
	width: 170px;
	height: 80px;
}

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

.scroll2 .hotellogo img {
	opacity: 0;
	display: none;
}

.scroll2 .hotellogo {
	background: url("../suitesalbaresortespa_hotel_bin/hotel_logo_scroll.png") no-repeat;
	margin-top: -3px;
}

.menuOpened.scroll2 .hotellogo {
	z-index: -1;
}


/**
  * Content Block area
  **/

#contentblock {
	background: url("../suitesalbaresortespa_hotel_bin/main_bg.jpg") repeat;
}

#c1 {
	position: relative;
	z-index: 1;
	/*background: url("../suitesalbaresortespa_hotel_bin/content_1_bg.jpg") repeat-y top right;*/
}

#c1::after {
	content: "";
	display: block;
	position: relative;
	width: 260px;
	height: 40px;
	background-position: 0 -512px;
	margin: 60px auto;
}

#c2 {
	background: url("../suitesalbaresortespa_hotel_bin/content_2_bg.jpg") repeat center;
	position: relative;
	z-index: 1
}

#c3 {
	position: relative;
	z-index: 1
}
/*
#c3::after {
	content: "";
	display: block;
	position: absolute;
	width: 262px;
	height: 100%;
	background: url("../suitesalbaresortespa_hotel_bin/content_3_bg.png") repeat top left;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	opacity: 0.3;
	z-index: -1;
}*/

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

.content .holder {
	/*max-width: 1205px;*/
	margin: 0 auto;
}

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

.content p a {
	font-style: italic;
	text-decoration: underline;
	font-weight: 600;
}

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

/** headings **/

.pageTitle, #contentblock h1, #contentblock h2, #contentblock h3 {
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	color: #2a2a2a;
	text-align: center;
	width: 70%;
	font-weight: lighter;
}

#contentblock #c2 h1, #contentblock #c2 h2, #contentblock #c2 h3 {
	color: #ca8e47;
}

#contentblock #c2 h1 strong {
	border-top: 1px solid rgba(202,142,71,0.3);
}

#contentblock h1 {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	margin: 100px auto 10px !important;
	display: block;
	padding-bottom: 30px;
	width: 60%;
}

#contentblock h1::before {
	content: "";
	display: block;
	position: relative;
	width: 32px;
	height: 20px;
	background-position: 0 -446px;
	margin: 0 auto;
	padding-bottom: 28px;
}

#contentblock #c2 h1::before {
	content: "";
	display: block;
	position: absolute;
	width: 58px;
	height: 125px;
	background-position: 0 -575px;
	left: 50%;
	margin-left: -29px;
	top: -28px;
}

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

#contentblock h1 strong, #contentblock #c1 h1:first-of-type {
	border-top: 1px solid rgba(0,0,0,0.15);
	font-size: 42px;
	line-height: 38px;
    padding-top: 15px;
	-webkit-font-smoothing: antialiased;
	font-weight: lighter;
	display: block;
}

#contentblock #c1 h1:first-of-type {
	border: none;
}

#contentblock h1 em {
    font-style: italic;
}

.no-banner #contentblock h1:first-of-type {
	margin-top: 80px;
}

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

#contentblock h3 {
	font-size: 22px;
    line-height: 24px;
    margin: 30px 0 15px;
    text-transform: none;
    letter-spacing: 0;
}

#contentblock p {
	position: relative;
	margin: 0 auto 15px;
	clear: both;
	text-align: center;
	color: #535353;
    letter-spacing: 0.5px;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
}

#contentblock ul li {
	color: #535353;
	padding-left: 15px;
    background-position: 0px -983px;
	margin-left: 20px;
	display: inline-block;
}

#c2 h1, #c3 h1 {
	margin: 80px 0 30px;
}




/** Promotion gadget **/

#contentblock .promotionsgadget {
	display: none;
}

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

.promotionsgadget .prgTitle {
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
    line-height: 22px;
    font-weight: lighter;
	margin: 12px 0 10px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}

/** banner promotion gadget **/

#centerblock .flashContainer .promotionsgadget {
    position: absolute;
    left: 40px;
    bottom: 25px;
    z-index: 2;
    background: rgba(255,255,255,0.9);
    width: 280px;
    height: auto;
    text-align: center;
    padding: 50px 25px;
    opacity: 1 !important;
    filter: alpha(opacity=100);
    z-index: 4;
}

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

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

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


.flashContainer .promotionsgadget .prgTitle::after {
	content: "";
	display: block;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 1px;
	position: relative;
	margin: 0 auto;
}

.flashContainer .promotionsgadget .prgDescription {
	color: #001933;
	position: relative;
	font-size: 1em;
	color: #3f3f3f;
	display: inline-block;
	padding-top: 8px;
}

#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.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s 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;
}

#contentblock .holder .imagelinkgadget {
	margin: 0;
	padding: 0 3px;
	margin-top: 3px;
    margin-bottom: 3px;
	text-align: left;
}

.imagelinkgadget {
	height: 440px;
	overflow: hidden;
	transform: translateY(150px);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
}

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

.imgImageWrapper {
	position: relative;
	height: 440px;
	overflow: hidden;
}

.imgImageWrapper::after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
}

.imgImageWrapper span {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	/* animate */
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease-out;
}

.imgContentWrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 440px;
	display: table;
	background: none;
	padding: 10% 15%;
	text-align: center;
}

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

.imgTitle {
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	font-size: 50px;
	line-height: 44px;
	padding: 0 0 20px;
	margin-bottom: 0;
	position: relative;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.imgTitle span {
	position: relative;
	color: #fff;
	text-transform: none;
	font-weight: lighter;
	letter-spacing: 0.5px;
}

.imgTitle::after {
	content: "";
	display: block;
	position: relative;
	height: 1px;
	width: 100%;
	background: rgba(255,255,255,0.5);
	margin-top: 16px;
}

.imgDescription {
	position: relative;
	padding-bottom: 10px;
	font-size: 14px;
    line-height: 20px;
    color: #fff;
    max-height: 83px;
    overflow: hidden;
}

.imgLink {
	text-transform: uppercase;
}

.imgLink::before {
	content: "";
	display: block;
	position: relative;
	width: 32px;
	height: 20px;
	background-position: 0 -477px;
	margin: 0 auto;
	padding-bottom: 30px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-timing-function: ease-out;
}

.imgLink span {
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	height: 30px;
    font-size: 14px;
    line-height: 20px;
	display: block;
	color: #fff;
	font-weight: 700;
}

/** smaller **/


.smaller .imgDescription, .smaller .imgTitle::after, .smaller .imgTitle::before, .smaller .imgLink {
	display: none !important;
}

.smaller .imgTitle {
	padding: 0;
	font-size: 44px;
    line-height: 40px;
}

.imagelinkgadget.smaller, .imagelinkgadget.smaller .imglinkWrapper, .smaller .imgImageWrapper, .smaller .imgContentWrapper {
	height: 217px;
}


/** 1/3 imagelink **/

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

.mediumlarge:nth-child(2n) {
	float: right;
}

.mediumlarge .imgDescription {
	max-height: 158px;
	overflow: hidden;
}


/** 1/1 imagelink **/

.imagelinkgadget.large {
	height: 540px;
}

.large .imgImageWrapper {
 	height: 540px;
}

.large .imgImageWrapper img {
	position: relative;
	top: auto;
	left: auto;
	min-width: initial;
	min-height: initial;
	width: 100%;
	height: auto;
}

.large .imgContentWrapper {
	height: 540px;
}

.large .imgTitle {
	font-size: 60px;
    line-height: 54px;
}

.large .imgDescription {
	max-height: 140px;
	overflow: hidden;
}

/** video imagelink **/

.video.imagelinkgadget.large {
	height: auto
}

.video .imgImageWrapper {
	height: auto;
}

.video .imgLink span, .video:hover .imgLink span  {
	width: 45px;
	height: 45px;
	border: none;
	text-indent: -9999px;
	background: url("../suitesalbaresortespa_hotel_bin/sprite.png") no-repeat 0 -360px;
}

.video .imgContentWrapper {
	display: none;
}

.video .imgLink {
	display: none;
}

#contentblock .video .imgImageWrapper:before {
	font-size: 40px !important;
	top: 50% !important;
    margin-top: -40px;
    left: 50% !important;
    margin-left: -40px;
    bottom: 40% !important;
    line-height: 76px !important;
    padding-left: 8px !important;
    height: 80px !important;
    width: 80px !important;
   	pointer-events: initial;
    cursor: pointer;
}


/** no link imagelink **/

.nolink .imgDescription {
	display: block;
}

.nolink .imgLink {
	display: none
}

.smaller.nolink .imgTitle {
	padding: 60px 0 20px;
}

.imagelinkgadget.nolink:hover .imgImageWrapper img {
	opacity: 1;
	filter:alpha(opacity=100);
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}

/** no image imagelink **/
.imagelinkgadget.noimage .imglinkWrapper {
	height: 440px;
	background: none;
}

.imagelinkgadget.noimage.smaller .imglinkWrapper {
	height: 217px;
}

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

#contentblock .imagelinkgadget.noimage .imgContentWrapper,
#contentblock .imagelinkgadget.noimage:hover .imgContentWrapper {
	background: url("../suitesalbaresortespa_hotel_bin/imagelink_bg.jpg") repeat;
	height: 441px;
}

#contentblock .imagelinkgadget.noimage.smaller .imgContentWrapper,
#contentblock .imagelinkgadget.noimage.smaller:hover .imgContentWrapper {
	height: 217px;
}

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

.imagelinkgadget.noimage .imgTitle {
	text-shadow: none;
}

.imagelinkgadget.noimage .imgTitle::before {
	content: "";
    display: block;
    position: relative;
    width: 32px;
    height: 20px;
    background-position: 0 -477px;
    margin: 0 auto;
    padding-bottom: 30px;
    opacity: 1;
}

.imagelinkgadget.noimage.small .imgTitle {
	font-size: 42px;
	line-height: 40px;
}

/** no text imagelink **/

.notext .imgContentWrapper, .imagelinkgadget.notext .imgImageWrapper::after {
	display: none;
}

.imagelinkgadget.notext {
	cursor: default;
}

.notext .imgImageWrapper span {
	opacity: 1;
}

/** popup imagelink **/

body.popupWindow {
	overflow: hidden;
}

.popup.imagelinkgadget {
	position: fixed;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -300px;
	z-index: 102;
	width: 600px;
	height: 400px;
	overflow: visible;
	text-align: left;
}

.popup .imgImageWrapper {
	height: 400px
}

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

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

/* hover */

.imagelinkgadget:hover .imgImageWrapper::after {
	background: rgba(202,142,71,0.5);
}

.imagelinkgadget:hover .imgLink::before {
	opacity: 1;
}



/**
  * rooms page area
  **/

#contentblock #roomtypes, #contentblock #specialoffers, #contentblock #productTypes, #contentblock #addons {
	margin: 0 auto;
	width: 100%;
	clear: both;
	max-width: 1200px;
}


#contentblock .roomContainer {
	position: relative;
	padding: 0;
	margin-bottom: 3px;
	height: 440px;
	left: 0;
    right: 0;
    cursor: pointer;
}

#contentblock .roomContainer .roomName {
	position: absolute;
	margin: 0;
	width: auto;
	padding: 18px;
	background: none;
	top: 38%;
	left: 0;
	right: 3px;
	text-align: center;
	z-index: 100;
}

#contentblock .roomContainer .roomName h2 {
	color: #fff;
	margin: 0;
	padding-bottom: 15px;
	font-size: 30px;
	line-height: 32px;
	width: auto;
}

#contentblock .roomContainer .roomName h2::after {
    content: "";
   	display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
    margin-top: 10px;
}

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

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

/*#contentblock .roomContainer .roomPhoto a {
	display: none !important;
}*/

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

.roomContainer .roomPhoto a {
	display: none;
}

#roomtypes .roomPhoto a {
	display: none;
}

#contentblock .roomContainer .roomPhoto .pgContainer {
	padding: 0;
	width: 100%;
	padding-right: 4px;
}


#contentblock .roomContainer .roomPhoto .pgContainer .pgImage {
	height: 100%;
}

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

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

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

#contentblock .roomContainer .promotions-termsActions .promotions-bgLink {
    border: none;
    background: #ca8e47;
    color: #fff;
    font-style: normal;
    margin: 0 auto;
    width: 260px;
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 60px;
    font-weight: 600;
    font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
}

#contentblock .roomContainer .promotions-termsActions .promotions-bgLink:hover {
	background: #63c3d1;
	color: #fff;
}

#contentblock .roomContainer .promotions-termsActions .promotions-showTermsTrigger {
	top: 64px;
	margin-right: -130px;
	width: 260px;
	background: #b87729;
	color: #fff;
}

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

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


/** rooms opened  **/

#contentblock .roomContainer.room-opened {
	background: #fff;
	width: 100%;
	height: auto;
	float: none;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}

#contentblock #specialoffers .roomContainer.room-opened {
	background: url("../suitesalbaresortespa_hotel_bin/content3_bg.jpg") repeat center;
}

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

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

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

#contentblock .roomContainer.room-opened .roomName h2 {
	font-size: 26px;
	line-height: 32px;
	margin: 30px 20px 25px;
	padding: 0;
	color: #2a2a2a;
	letter-spacing: 0;
}

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

#contentblock .roomContainer.room-opened .minRate h3 {
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	margin: 0;
	font-size: 15px;
	line-height: 35px;
	display: inline-block;
	padding: 0 20px;
	margin-top: 30px;
	float: right;
	color: #ca8e47
}

#contentblock .roomContainer.room-opened .roomPhoto {
	top: 103px;
	left: 0;
	right: 0;
}

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


/** addons page **/
#contentblock .roomContainer .roomPhoto .roomPhoto {
	left: 0;
	right: 0;
}

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

#contentblock .roomContainer.room-opened .minRate {
	margin-bottom: 545px;
	display: block;
	float: right;
	width: 25%;
	color: #ca8e47;
}

#contentblock .roomContainer.room-opened .mealplan {
	background: none;
	width: 280px;
	position: relative;
	line-height: 65px;
	font-style: normal;
	margin: 0 auto;
	font-size: 16px;
	padding: 0 !important;
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
}

#contentblock .roomContainer.room-opened .roomDescription {
	margin: 0 auto;
	position: relative;
}

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

.roomContainer.room-opened .promotions-termsActions {
	padding: 30px 0 !important;
}

.roomContainer .roomRestrictions p {
	text-align: center !important;
}

/*#contentblock .roomContainer.room-opened  .roomPhoto a {
	display: block !important;
}*/


/**
  * Gallery page area
  **/

#pg {
	margin: 0 !important;
	overflow: hidden;
	position: relative;
	width: 100%;
	clear: both;
}

#pg .pgContainer {
	display: none;
}

.pgContainer {
	height: 320px;
	float: left;
	margin-bottom: 4px;
	padding: 0;
	padding-right: 4px;
	position: relative;
	text-align: left;
}

.pgContainer .pgImage {
	height: 100%;
	overflow: hidden;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

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

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

.pgContainer .pgText {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 80%;
	padding: 28px 35px;
	color: #fff;
	max-height: 215px;
	overflow: hidden;
}

.pgContainer .pgText strong {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	font-weight: 500;
}

.pgContainer .pgText strong::after {
	content: "";
	width: 25px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

.pgContainer .pgImage:after {
	content: "";
	display: block;
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	margin-right: 4px;
}

.roomContainer.room-opened .pgContainer .pgImage:after {
	display: none;
}

.pgContainer:hover .pgImage:after,
.roomContainer:hover
.pgImage:after {
	background: rgba(0,35,124,0.6);
	opacity: 0 !important;
}

.roomContainer.room-opened:hover .pgImage:after {
	background: none;
}

.roomContainer.clicked {
    opacity: 0.4 !important;
    pointer-events: none;
}


/**
  * Contacts page area
  **/

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

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


/** contacts page **/


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

.contactFormContainer #contacts_form input, .contactFormContainer #contacts_form select,
#subscribe_newsletter_form input, #subscribe_newsletter_form select,
.hotel-unsubscribe input, .hotel-unsubscribe select {
	width: 98%;
	border: none;
	background: rgba(255,255,255,0.6);
	color: #2a2a2a;
	padding: 5px 10px;
	height: 35px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.contactFormContainer #contacts_form p,
#subscribe_newsletter_form div {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 15px 0 5px;
	text-transform: uppercase;
	color: #2a2a2a;
	text-align: left;
}

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

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

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

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

.contactFormContainer #contacts_form textarea {
	width: 98%;
	background: rgba(255,255,255,0.6);
}

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

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

.contactFormContainer #contacts_form input[type="submit"],  #subscribe_newsletter_form input[type="submit"],
.hotel-unsubscribe #contentblock form input[type="submit"] {
    padding: 0 40px;
    background: #ca8e47;
    border: none;
    font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    margin: 40px auto 40px;
    display: block;
    float: none;
}

.contactFormContainer #contacts_form input[type="submit"]:hover,
 #subscribe_newsletter_form input[type="submit"]:hover,
.hotel-unsubscribe #contentblock form input[type="submit"]
{
	background: #63c3d1;
	color: #fff;
}


/**
  * Bottom block area
  **/

/**
  * Bottom block area
  **/

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

.mobile .nobgarea {
	background: #ca8e47;
}

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

#bottomblock a {
	font-family: 'keplestdregular', serif;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-style: normal;
}

.hotel-directions .nobgarea {
	background: url("../suitesalbaresortespa_hotel_bin/be_bg.jpg") no-repeat center;
}

.footerlogo {
	width: 280px;
	height: 110px;
	display: block;
	overflow: hidden;
	background-position: 0 -732px;
	position: relative;
	margin: 120px auto 0;
}

.hoteladdress {
	background: url("../suitesalbaresortespa_hotel_bin/content3_bg_footer.jpg") repeat center;
	padding: 70px 20% 30px;
	position: relative;
	z-index: 1;
}

#bottomblock .hoteladdress a {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	padding-left: 30px;
	-webkit-font-smoothing: auto;
}

.hoteladdress .addressblock {
	background-position: 0 -259px;
	margin-right: 30px;
}

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

/** social area **/

.socialmedia {
	display: inline-block;
    height: 34px;
    overflow: hidden;
    width: auto;
}

.socialmedia li {
	width: 27px;
	height: 34px;
	display: inline-block;
	margin-top: 4px;
	margin-left: 10px;
}

.socialmedia li a {
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
}

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

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

.socialmedia .twitter a {
	background-position: -34px -210px;
}

.socialmedia .googleplus a {
	background-position: -70px -210px;
}

.socialmedia .newsletter a {
	background-position: -104px -210px;
}

.footerbottom {
	background: url("../suitesalbaresortespa_hotel_bin/footer_bg.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	display: block;
}

.footermenu {
	padding: 60px 20%;
	position: relative;
}

.footermenu li {
	display: inline-block;

}

.footermenu li a {
	color: #2a2a2a;
	margin: 0 10px;
	font-size: 12px;
	line-height: 20px;
}

.footermenu li a:hover, .footermenu li.active a {
	color: #ca8e47;
}

#seals {
	width: 100%;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
}

.no-banner	#seals {
	margin-bottom: 8px;
}

.sealsHolder {
	margin: 0px auto;
	width: 100%;
    height: 32px;
    padding: 0 40px;
}

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

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


/**
  * Bottom bar area
  **/

#bottombar {
	position: fixed;
	bottom: 0;
	padding: 0 40px;
	left: 0 !important;
	right: 0;
	height: 34px;
	background: #fff;
	z-index: 9;
}

.no-banner #bottombar {
	position: fixed;
}

/** quicklinks area **/

.quicklinks {
	float: left;
	max-width: 49%;
}

.quicklinks li {
	float: left;
}

.quicklinks li a {
	font-size: 12px;
	line-height: 36px;
	text-transform: uppercase;
	padding-right: 8px;
	margin-right: 7px;
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	color: #2a2a2a;
}

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

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

.quicklinks li.active a {
	color: #ca8e47;
	text-decoration: none;
}

.quicklinks li.active a:hover {
	color: #ca8e47;
	text-decoration: underline;
}


/** languages area **/

.languages {
	float: right;

	position: relative;
    width: 120px;
    margin-left: 14px;
    text-align: left;
    display: inline-block;
}

.languages select {
	border: 0 none;
	border-radius: 0;
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	font-size: 12px;
	color: #2a2a2a;
	line-height: 36px;
	height: 100%;
	width: 100%;
	letter-spacing: 1px;
	padding: 0 20px 0 15px;
	text-transform: uppercase;
	background-position: right -148px;
	background-color: initial;
	cursor: pointer;
}

.gecko .languages select {
	width: 112%;
}

.ie8 .languages select, .ie9 .languages select, .ie10 .languages select, .ie11 .languages select {
	width: 100%;
}


/** hotel directions page **/

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

#ui-datepicker-div {
	border: none !important;
    border-radius: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
	border-radius: 0 !important;
}

.ui-datepicker .ui-datepicker-title select {
	font-family: 'keplestdregular', serif;
	text-transform: uppercase;
    background: #ca8e47;
    border: none;
}

.ui-datepicker-week-end span, .ui-datepicker-calendar span {
	font-family: 'keplestdregular', serif;
    text-transform: uppercase;
    color: #ca8e47;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	font-family: 'keplestdregular', serif;
}

.dirLink {
	font-family: 'keplestdregular', serif;
	-webkit-font-smoothing: antialiased;
	position: relative;
	padding: 10px!important;
	margin-top: 40px;
    width: 220px;
    height: 35px;
    line-height: 16px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff!important;
    left: 50%;
    margin-left: -110px!important;
    background: #ca8e47;
    transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.dirLink:hover {
	background: #63c3d1;
}


/** generic transitions **/
.nav li a, .bookinggadget .gc_sh .shortHandCheckRates, .quicklinks li a, .footermenu li a, .toggle span,
.navigation, .roomContainer .promotions-termsActions .promotions-bgLink, .contactFormContainer #contacts_form input[type="submit"],
#subscribe_newsletter_form input[type="submit"], .barContainer .text, .imagelinkgadget .imgContentWrapper, .imagelinkgadget .imgLink span, .pgContainer .pgImage:after, .socialmedia, .socialmedia li a,
.imagelinkgadget .imgImageWrapper:after
{
	transition-property: all;
	transition-duration: 0.40s;
	transition-timing-function: ease-out;
}

/** opacity transitions **/

.scroll, .hotellogo img, .pgContainer .pgImage, .imagelinkgadget .imgImageWrapper, #centerblock .flashContainer .promotionsgadget, .flashContainer .gcb_image_legend
{
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

.imgContentWrapper, .mpshorthand {
	transition-property: height;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}


/**
  * Responsive stuff
  **/

@media all and (max-width: 1024px) {
	.menuOpened #topblock::before {
		content: "";
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		background: rgba(0,0,0,0.6);
	}

	.navigation {
		position: fixed;
		top: 0;
		right: -420px;
		margin-right: 0;
		bottom: 0;
		height: 100%;
		width: 420px;
		background: url("../suitesalbaresortespa_hotel_bin/content_2_bg.jpg") repeat center;
		display: table;
		padding: 0 40px;
	}

	.nav li a {
		color: #2a2a2a;
	}

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

	.menuOpened .navigation {
		right: 0;
	}

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

	.nav::after {
		content: "";
		display: block;
		position: relative;
		width: 32px;
		height: 20px;
		margin: 16px auto;
		background-position: -249px -446px;
	}

	.nav::before {
		content: "";
		display: block;
		position: relative;
		width: 32px;
		height: 20px;
		margin: 16px auto;
		background-position: 0px -446px;
	}

	.nav li {
		display: block;
		padding: 10px 0;
		background: none;
	}

	.nav li:first-of-type {
		border-top: 1px solid rgba(0,0,0,0.1);
		padding-top: 10%;
	}

	.nav li:last-of-type {
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 10%;
	}

	.nav li:hover {
		background: none;
	}

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

	.bookinggadget {
	    right: 100px;
	}

}

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

	#contentblock .roomContainer.room-opened {
		width: auto;
	}

	#contentblock .roomContainer.room-opened .roomPhoto {
		height: 400px;
	}

	#contentblock .roomContainer.room-opened .minRate {
		margin-bottom: 365px;
	}

	#contentblock .roomContainer .roomDescription p {
		width: 90%;
	}

}

@media all and (max-width: 768px) {
	.nobgarea {
		min-height: 100px;
	}

	.socialmedia {
		margin-top: 30px;
	}

	.hotellogo img, .scrolltop {
		display: none;
	}

	.hotellogo, .scroll1 .hotellogo, .scroll2 .hotellogo {
	    background: url("../suitesalbaresortespa_hotel_bin/hotel_logo_scroll.png") no-repeat;
	    margin-top: -3px;
	}

	#topblock, .scroll1 #topblock, .no-banner #topblock {
		position: fixed;
		top: 0;
		background: #fff;
		padding: 0 20px;
	}

	.toggle, .scroll1 .toggle, .scroll2 .toggle {
		position: fixed;
		top: 18px;
	}

	.scroll1 #topblock, .no-banner #topblock {
		padding: 0 20px;
	}


	.toggle {
		right: 20px;
	}

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

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

	#c1 {
		background: none;
	}

	.pageTitle, #contentblock h1, #contentblock h2, #contentblock h3 {
		width: auto;
		padding: 0 10% 30px;
	}

	#contentblock .holder .imagelinkgadget {
		margin-right: 0;
		margin-left: 0;
	}

	#contentblock .imagelinkgadget {
		height: auto;
	}

	.powered {
		float: none;
	}

	#bottombar {
		left: 80px !important;
    	right: 0;
    	height: 40px;
    	position: fixed;
	}

	#languages {
		margin-right: 10px;
	}

	#bottomblock {
		z-index: 9;
	}

	.hoteladdress {
		padding: 0;
	}

	.hoteladdress .addressblock, .hoteladdress .phoneblock {
		position: fixed;
		bottom: 0;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
	}

	.hoteladdress .addressblock {
		left: 0;
		background-color: #ca8e47;
		background-position: 11px -252px;
	}

	.hoteladdress .phoneblock {
		width: 60px;
		border-left: 2px solid #fff;
		left: 40px;
		background-color: #ca8e47;
		background-position: 8px -311px;
	}

	.flashContainer .promotionsgadget, .flashContainer .gcb_image_legend, .footermenu, .security, .quicklinks,
	.scroll, .footerlogo, .bar {
		display: none;
	}

	#contentblock .roomContainer .roomPhoto::before {
		z-index: initial;
	}


	.socialmedia li {
		margin-top: 8px;
	}

	.languages li a {
    	line-height: 40px;
	}

	.imgLinkTop {
		padding: 20px 80px 20px;
		max-height: none;
	}

	.no-banner #contentblock h1 strong, .no-banner #contentblock #c1 h1:first-of-type {
		padding-top: 45px;
	}

	#contentblock .roomContainer {
		height: 350px;
	}

	.scroll2 .bookinggadget, .bookinggadget {
		top: -2px;
	}

	#contentblock .roomContainer .roomDescription ul {
		width: 80%;
	}

}


@media all and (max-width: 640px) {
	body {
		margin: 0;
	}

	.sealsHolder {
		padding: 0;
	}

	#centerblock {
		left: 0;
		right: 0;
	}

	#bottomblock {
		position: relative;
		z-index: 9;
	}

	.imgDescription {
		display: none;
	}

	.imgTitle {
		margin-bottom: 0;
	}

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

	#contentblock .holder .imagelinkgadget {
		margin-right: 0;
		margin-left: 0;
	}

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

	.menuOpened #topblock::before {
		display: none;
	}

	.menuOpened .navigation {
		max-width: 100%;
	}
	#contentblock .roomContainer.room-opened .roomName {
		width: 100%;
	}
	#contentblock .roomContainer.room-opened .roomName h2 {
		margin-bottom: 0;
	}
	#contentblock .roomContainer.room-opened .minRate {
		width: 100%;
	    text-align: left;
	    margin: 0 0 10px !important;
	}
	#contentblock .roomContainer.room-opened .minRate h3 {
		margin: 0 auto;
	    text-align: center;
	    float: none;
	    display: block;
	}
}






