/* normalize some selectors */
* {
	text-decoration: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

img {
	border: none;
}

textarea {
	resize: none;
}

/* global configs */
.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

div.half {
	width: 50%;
}

div.left {
	float: left;
}

div.right, a.right {
	float: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.hide {
	display: none !important;
}


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

/* end global */

@font-face {
    font-family: 'flamalight';
    src: url('/fonts/flama-light-webfont.eot');
    src: url('/fonts/flama-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/flama-light-webfont.woff2') format('woff2'),
         url('/fonts/flama-light-webfont.woff') format('woff'),
         url('/fonts/flama-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flamamedium';
    src: url('/fonts/flama-medium-webfont.eot');
    src: url('/fonts/flama-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/flama-medium-webfont.woff2') format('woff2'),
         url('/fonts/flama-medium-webfont.woff') format('woff'),
         url('/fonts/flama-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flamamedium_italic';
    src: url('/fonts/flama-mediumital-webfont.eot');
    src: url('/fonts/flama-mediumital-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/flama-mediumital-webfont.woff2') format('woff2'),
         url('/fonts/flama-mediumital-webfont.woff') format('woff'),
         url('/fonts/flama-mediumital-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flamabold';
    src: url('/fonts/flama-bold-webfont.eot');
    src: url('/fonts/flama-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/flama-bold-webfont.woff2') format('woff2'),
         url('/fonts/flama-bold-webfont.woff') format('woff'),
         url('/fonts/flama-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FlamaItalic';
    src: url('/fonts/flama-italic-webfont.eot');
    src: url('/fonts/flama-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/flama-italic-webfont.woff') format('woff'),
         url('/fonts/flama-italic-webfont.ttf') format('truetype'),
         url('/fonts/flama-italic-webfont.svg#FlamaItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'amasis_mt_stdlight';
    src: url('/fonts/Amasis MT Std Light-webfont.eot');
    src: url('/fonts/Amasis MT Std Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Amasis MT Std Light-webfont.woff2') format('woff2'),
         url('/fonts/Amasis MT Std Light-webfont.woff') format('woff'),
         url('/fonts/Amasis MT Std Light-webfont.ttf') format('truetype'),
         url('/fonts/Amasis MT Std Light-webfont.svg#amasis_mt_stdlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
	background-color: #FFFFFF;
	font-family: 'flamalight';
	font-size: 14px;
    color: #010101;
}

p, textarea, input, li {
	font-family: 'flamalight';
	color: #010101;
	font-size: 14px;
	line-height: 1.375em;
}

input, select {
    -webkit-appearance: none;
    border-radius: 0;
    background: #FFFFFF;
}

.interactive {
	cursor: pointer;
	transition: opacity 400ms ease-out;
}

.interactive:hover {
	opacity: 0.6;
}

.inline-container {
	font-size: 0;
}

.col2, .col3, .col4, .col3_2 {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 0.5%;
}

.col3 {
	width: 32.3%;
}

.col4 {
	width: 24%;
}

.col3_2 {
    width: 66.6%;
}

.center-contents {
	width: 1540px;
	margin: 0px auto;
	position: relative;
}

.text-green, div.text-green, a.text-green {
    color: #2e989c;
}

.text-white {
    color: #FFFFFF;
}

.sprite {
	/*background-image: url('../images/sprites.png');	*/
}

.mt100 {
    margin-top: 100px;
}

.mb30 {
    margin-bottom: 26px;
}

#site {
	position: relative;
	min-height: 100%;
}

#header {
	position: fixed;
    width: 100%;
    z-index: 2000;
    top: 0;
    left: 0;
}

#menu-mobile-icon, #langs, .header-button {
	position: absolute;
    width: 145px;
    height: 40px;
    right: 180px;
    background-color: rgba(0,0,0, 0.95);
    font-family: 'flamamedium_italic';
    color: #FFFFFF;
    z-index: 1001;
}

.hotel-gallery-button, .hotel-visit-button, .hotel-map-button, .hotel-factsheet-button {
    top: 48px;
    width: 130px;
    text-align: center;
    line-height: 38px;
    background-color: rgba(0,0,0, 0.65);
    transition: all 300ms linear;
    display: none;
}

.hotel-map-button {
    right: 315px;
}

.hotel-visit-button {
    /*right: 450px;*/
    top: 92px;
}

.hotel-factsheet-button {
    top: 92px;
    right: 273px;
}

.hotel-gallery-button:hover, .hotel-factsheet-button:hover, .hotel-map-button:hover {
    background-color: rgba(0,0,0, 0.95);
    color: #e22a15;
}

.closed .header-button {
    display: block;
}

#menu-mobile-icon {
    top: 92px;
    right: 30px;
    font-size: 18px;
    padding-top: 8px;
    padding-left: 5px;
    cursor: pointer;
    background-color: rgba(0,0,0, 0);
}

.closed #menu-mobile-icon {
    background-color: rgba(0,0,0, 0.95);
}

.bar {
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    left: 110px;
    transition: all 300ms linear;
}

.closed .bar1 {
    top: 14px;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}

.closed .bar2 {
    top: 20px;
    transform: none;
    -webkit-transform: none;
}

.closed .bar3 {
    top: 26px;
    left: 110px;
    transform: none;
    -webkit-transform: none;
}

.bar1 {
    opacity: 0;
}

.bar2 {
    transform: rotate(45deg);
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: center;
    top: 19px;
}

.bar3 {
    transform: rotate(-45deg);
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    left: 113px;
    top: 26px;
}

.menu-button-title {
    display: none;
}

.closed .menu-button-title {
    display: block;
}

#langs {
    top: 48px;
    right: 30px;
    font-size: 14px;
    border: solid 1px #FFFFFF;
}

.closed #langs {
    border: solid 1px transparent;
}

#logotype {
	/*
	position: absolute;
    top: 0;
    left: 160px;
	width: 127px;
	height: 199px;
	background-image: url('/images/oasis_atlantico.png');
	background-image: url('/images/oasis.svg');
    background-repeat: no-repeat;
    background-position:  top center;
    background-size: contain;
    z-index: 1000;*/
	position: absolute;
  top: -1px;
  left: 160px;
  width: 115px;
  height: 192px;
  background-image: url(/images/oasis.svg);
  background-repeat: no-repeat;
	background-position: center center;
	background-size: 137%;
  z-index: 1000;
  background-color: #093A3F;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

.closed #menu {
    display: none;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
    z-index: 900;
    background: #1D1D1D;
    width: 100%;
    height: 470px;
    font-size: 0;
}

#menu:after {
    content: '';
    width: 100%;
    height: 135px;
    background: #0B0E17;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 900;
}

#menu.is-hotel {
    height: 135px;
    overflow: hidden;
}

.menu-group {
    position: relative;
    width: 900px;
    margin: 0 auto;
    z-index: 990;
    height: 100%;
}

.menu-item {
	display: inline-block;
	vertical-align: top;
    position: relative;
    width: 170px;
    height: 100%;
}

.menu-item.type3 {
    width: 210px;
}

.menu-item .title{
	color: #FFFFFF;
    height: 135px;
    width: 100%;
    display: block;
    padding-top: 55px;
    font-family: 'FlamaItalic';
    font-size: 16px;
    border-top: solid 3px transparent;
    border-bottom: solid 3px transparent;
    transition: all 300ms linear;
}

.menu-item:hover .title, .menu-item.selected .title {
    border-top: solid 3px #FFFFFF;
    border-bottom: solid 3px #FFFFFF;
}

.menu-item .submenu {
	width: 100%;
    padding: 20px 5px 0 14px;
    display: block;
    border-left: solid 1px #383838;
    height: 335px;
}

.menu-item .submenu a.submenu-link {
	display: block;
	font-size: 16px;
    margin: 6px 0;
	color: #9b9b9b;
	cursor: pointer;
    transition: color 300ms linear;
}

.menu-item .submenu a.submenu-link:hover {
    color: #FFFFFF;
}

.menu-item:hover .submenu{
}

.submenu a.submenu-link.with-line-top, .submenu-title.with-line-top {
    margin-top: 30px;
    position: relative;
}

.with-line-top:after {
    content: '';
    height: 1px;
    width: 30px;
    position: absolute;
    top: -15px;
    left: 0;
    background: #383838;
}

.submenu-title {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'FlamaItalic';
    margin-top: 22px;
}

.submenu-title.no-margin {
    margin-top: 5px;
}

.lang-item {
	display: inline-block;
	text-align: center;
    width: 32px;
    color: #FFFFFF;
    transition: all 0.3s linear;
    padding-top: 9px;
}

.lang-item:hover, .lang-item.selected {
	color: #e22a15;
}

div.long-text li{
	margin-left: 20px;
}

.long-text p, .long-text li {
	font-size: 22px;
    color: #6b6b6b;
    font-family: 'amasis_mt_stdlight';
}

.long-text a {
    color: #6b6b6b;
    text-decoration: underline;
}

.short-text, .short-text p, .short-text a {
    font-size: 20px;
    color: #6b6b6b;
    font-family: 'amasis_mt_stdlight';
    word-wrap: break-word;
}

#page-hotel-home .short-text {
    max-width: 840px;
    margin: 0 auto;
}


#networks {
	margin: 36px 0 120px 0;
    text-align: center;
}

.network-item {
    margin: 0 7px;
}

.submenu .network-item {
    margin: 6px 1px 0 1px;
}

#footer {
	padding-top: 115px;
}

.footer-bottom {
    border-top: solid 7px #000000;
    padding: 48px 0;
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    color: #010101;
}

.legal-copy {
	font-family: 'flamamedium';
	font-size: 13px;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
}

.legal-copy a {
	color: #010101;
}

.copyright {
	font-size: 12px;
}

.legal {
    padding: 20px 30px;
    text-align: center;
}

.footer-gotop {
    width: 92px;
    height: 92px;
    position: fixed;
    bottom: 160px;
    right: 30px;
    background-color: #2E989C;
    background-image: url('/images/gotop.png');
    background-repeat: no-repeat;
    background-position: 35px 20px;
    color: #FFFFFF;
    font-family: 'FlamaItalic';
    font-size: 16px;
    text-align: center;
    padding-top: 40px;
    z-index: 800;
}

.footer-logotype {
    background-image: url('/images/oasis_black_white.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
    margin-bottom: 60px;
    display: block;
}

.footer-contacts-wrap {
    padding-right: 90px;
}

.footer-contacts {
    height: 40px;
    border-top: dotted 1px #C9C9C9;
    border-bottom: dotted 1px #C9C9C9;
    line-height: 40px;
}

.footer-contacts-text {
    font-family: 'FlamaItalic';
    font-size: 16px;
    padding-right: 40px;
    background: url('/images/icon_phone.png') center right no-repeat;
    display: inline-block;
    margin-right: 15px;
}

.footer-contacts-item, .footer-login-area, .footer-info-request {
    display: inline-block;
    padding: 0 14px;
    color: #010101;
}

.footer-contacts-item a {
    color: #010101;
}

.footer-info-request, .footer-login-area {
    float: right;
    padding-right: 35px;
    background: url('/images/icon_letter.png') center right no-repeat;
    margin-left: 30px;
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
}

.footer-login-area {
    background: url('/images/icon_user.png') center right no-repeat;
}

.secondary-menu {
	text-align: center;
}

.sec-menu-item {
	font-size: 16px;
    margin: 0 15px;
    display: inline-block;
    font-family: 'FlamaItalic';
    color: #010101;
}

.arrow-down {
    width: 40px;
    height: 24px;
    background: url('/images/down_arrow.png');
    position: absolute;
    bottom: 170px;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: fadeAndIoIo 8s infinite; /* Chrome, Safari, Opera */
	animation: fadeAndIoIo 8s infinite;
    z-index: 1000;
}

@-webkit-keyframes fadeAndIoIo
{
	0% {margin-bottom: 0px;}
	40% {margin-bottom: 0px;}
	50% {margin-bottom: -10px; opacity: 0.5;}
	60% {margin-bottom: 0px; opacity: 1;}
	70% {margin-bottom: -10px; opacity: 0.5;}
	80% {margin-bottom: 0px; opacity: 1;}
	90% {margin-bottom: -10px; opacity: 0.5;}
	100% {margin-bottom: 0px; opacity: 1;}
}

@keyframes fadeAndIoIo
{
	0% {margin-bottom: 0px;}
	40% {margin-bottom: 0px;}
	50% {margin-bottom: -10px; opacity: 0.5;}
	60% {margin-bottom: 0px; opacity: 1;}
	70% {margin-bottom: -10px; opacity: 0.5;}
	80% {margin-bottom: 0px; opacity: 1;}
	90% {margin-bottom: -10px; opacity: 0.5;}
	100% {margin-bottom: 0px; opacity: 1;}
}


/* TOP PAGE ASETS*/
.page-top {
    height: calc(100vh);
    height: -webkit-calc(100vh);
    min-height: 500px;
    padding-bottom: 95px;
    position: relative;
    background-color: #EEEEEE;
    background-size: cover;
    background-position: 50% 50%;
}

.page-top-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-title {
    font-size: 54px;
    font-family: 'flamabold';
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-shadow: 0px 0px 3px #333;
}


.booking-bar {
    position: absolute;
    bottom: 0;
    height: 95px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #E4E4E4;
    padding-top: 11px;
}

.booking-bar-icon {
    background: url('/images/booking.png?v=1') center right no-repeat;
    padding: 0 55px 0 20px;
    font-size: 30px;
    font-family: 'flamabold';
    display: inline-block;
    vertical-align: middle;
    height: 72px;
    line-height: 72px;
    background-color: #2E989C;
    color: #FFFFFF;
}

.booking-bar-number {
    margin-top: 3px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'flamalight';
}

.booking-bar-number a {
    color: #FFFFFF;
}

.booking-hotels-list-wrap {
    height: 34px;
    width: 195px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}

.booking-hotels-list-wrap:after, .booking-date-wrap:after  {
    background: url('/images/combobox.png') center no-repeat;
    background-color: #FFFFFF;
    height: 34px;
    width: 30px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.booking-hotels-list {
    height: 34px;
    width: 195px;
    border: solid 1px #FFFFFF;
    color: rgba(0,0,0,0.5);
    padding: 0 30px 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'flamalight';
}

.booking-date-wrap {
    height: 34px;
    width: 135px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    background: #FFFFFF;
    padding: 0;
}

.booking-date-wrap:after  {
    background: url('/images/calendar.png') center no-repeat;
}

.datepicker {
    height: 34px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'flamalight';
    color: rgba(0,0,0,0.5);
    width: 100%;
    padding: 0 10px;
}

.booking-button {
    background: #000000;
    height: 34px;
    min-width: 120px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 34px;
    color: #FFFFFF;
    font-size: 32px;
    font-family: 'FlamaItalic';
    padding: 0 20px;
    height: 72px;
    line-height: 72px;
}

.booking-center-wrap {
    display: inline-block;
    vertical-align: middle;
    height: 72px;
    background-color: #2E989C;
    padding-top: 10px;
}


/* CK EDITOR */
h1.big-title, h2.big-title {
    font-size: 60px;
    font-family: 'flamamedium';
	font-weight: normal;
}

.title36 {
    font-size: 36px;
}

.title60, .title30 {
    color: #2e989c;
    font-size: 60px;
    font-family: 'flamamedium';
}

.title30 {
    font-size: 30px;
}

.title16 {
    font-family: 'flamamedium';
    font-size: 16px;
}

.text-green-22 {
    color: #2e989c;
    font-size: 22px;
    font-family: 'flamamedium';
}

.georgia-italic {
    font-style: italic;
    font-family: Georgia;
    color: #FFFFFF;
    font-size: 22px;
}

.white-title {
    font-size: 54px;
    line-height: 1em;
    color: #FFFFFF;
    font-family: 'flamabold';
}

.text-white-over-black {
    font-size: 18px;
    line-height: 1em;
    color: #FFFFFF;
    background: #000000;
    padding: 6px 5px 3px 5px;
    font-family: 'amasis_mt_stdlight';
    display: inline-block;
    margin-top: 20px;
}

.dots {
    font-size: 42px;
    font-family: serif;
    letter-spacing: -0.05em;
    margin: 30px 0 70px 0;
    text-align: center;
}

.dots.small-margins {
    margin-bottom: 10px;
    margin-top: 10px;
}

.dots.no-margin {
    margin-top: 0;
}


/* HOME and HOME HOTEL */
.home-royal {
    width: 100%;
    height: 100%;
}

.item-royal {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: table;
}

.item-royal-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background: url('/images/left_arrow.png') center center no-repeat;
    background-position: center center !important;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background: url('/images/right_arrow.png') center center no-repeat;
    background-position: center center !important;
}

.home-royal .white-title, .slideshow-text-container .white-title {
    margin: 25px auto 20px auto;
    text-shadow: 0px 0px 3px #333;
    display: block;
}

.home-royal .white-title {
    max-width: 870px;
}

.home-royal .georgia-italic, .slideshow-text-container .georgia-italic {
    text-shadow: 0px 0px 3px #333;
}

.home-royal .text-white-over-black {
    max-width: 725px;
    margin-bottom: 30px;
    margin-left: 8px;
    margin-right: 8px;
}

.home-networks {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-top: 8px;
}

.home-be-fan {
    margin-bottom: 15px;
}

.home-green-mail {
    margin-top: 20px;
    display: inline-block;
    padding-left: 35px;
    font-size: 20px;
    background: url('/images/icon_letter_green.png') center left no-repeat;
    color: #2e989c;
}

.home-highlights-container {
    border: solid 1px #DEDEDE;
    height: 424px;
}

.home-highlight-col {
    border-right: solid 1px #DEDEDE;
    height: 100%;
    padding: 90px 50px 20px 50px;
    font-size: 20px;
    color: #6b6b6b;
    font-family: 'amasis_mt_stdlight';
}

.home-highlight-col:last-child {
    border-right: none;
}

.home-highlight-col .title {
    font-size: 24px;
    font-family: 'flamamedium_italic';
    margin-bottom: 23px;
}

.home-col-hotel h4.title30 {
    font-size: 24px;
}

.home-col-hotel .text-green-22 {
    font-size: 20px;
}

.home-col-hotel p, .home-col-hotel a {
    font-size: 18px !important;
}

.home-hotel-options {
    margin-bottom: 10px; /*-40 */
    margin-left: auto;
    margin-right:  auto;
    max-width: 890px;
}

#page-home .home-hotel-options {
    margin-bottom: 15px;
}

.home-hotel-option-item {
    display: inline-block;
    font-size: 30px;
    font-family: 'flamamedium';
    color: #474747;
    padding: 0 5px;
}

.home-hotel-item {
    height: 588px;
    cursor: pointer;
    margin: 0 0 55px 0;
    border: solid 3px #FFFFFF;
    width: 33.3%;
}

.home-hotel-item.col3_2 {
    width: 66.6%;
}

.home-hotel-item-image {
    height: 510px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-hotel-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0;
    transition: opacity 300ms linear;
}

.home-hotel-item:hover .home-hotel-item-overlay {
    opacity: 0.7;
}

.home-hotel-item-button, .round-white-button {
    width: 185px;
    height: 56px;
    background: #FFFFFF;
    color: #000000;
    text-align: center;
    border: solid 2px #000000;
    border-radius: 26px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 50%;
    margin-left: -92px;
    font-size: 20px;
    font-family: 'flamamedium_italic';
    line-height: 52px;
}

.round-white-button {
    margin: auto;
    position: static;
    display: block;
    margin-top: 20px;
}

.home-hotel-item-title {
    font-size: 16px;
    font-family: 'FlamaItalic';
    position: absolute;
    bottom: 68px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
}

.home-hotel-item-title-seehotel {
    margin-top: 15px;
}

.hh-country {
    font-family: 'flamamedium';
    letter-spacing: 1.5px;
}

.home-hotel-item-title .dots {
    margin: 0 0 15px 0;
    font-size: 20px;
    letter-spacing: 1px;
}

.home-hotel-item:hover .home-hotel-item-title {
    opacity: 1;
}

.home-hotel-item-title-outside {
    font-size: 20px;
    padding: 30px 20px 0 20px;
    font-family: 'FlamaItalic';
}

.map-wrapper {
    position: relative;
}

.map-small-popup {
    background: url('/images/map_detail_popup.png') center center no-repeat;
    width: 362px;
    height: 124px;
    position: absolute;
    text-align: left;
    z-index: 1000;
    display: none;
    padding-left: 170px;
    padding-top: 12px;
}

.map-item-title {
    font-size: 20px;
    color: #2e989c;
    font-family: 'FlamaItalic';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-item-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #010101;
    opacity: 0.6;
}

.map-item-image {
    width: 130px;
    height: 95px;
    left: 32px;
    top: 14px;
    background: gray;
    position: absolute;
    background-size: cover;
}

.map-item-link {
    font-size: 16px;
    color: #000000;
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-family: 'FlamaItalic';
}

.hotel-logotype {
    position: absolute;
    width: 310px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 30px;
    left: 50%;
    margin-left: -155px;
    z-index: 300;
}

.slideshow {
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    position: relative;
}

.home-hotel-video {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: calc(100% - 95px);
    height: -webkit-calc(100% - 95px);
}

/* HISTORIAL e PRESS */
.top-spacer {
    border-bottom: solid 1px #CCCCCC;
    height: 150px;
}

.historial-wrap, .press-wrap {
    max-width: 780px;
    margin: auto;

}

.historial-image, .press-image {
    margin-bottom: 30px;
}

.list-item {
    border-top: solid 1px #4A4B4D;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
}

.list-item:last-child {
    border-bottom: solid 1px #4A4B4D;
}

.list-item-subtitle {
    color: #000000;
    font-size: 16px;
    font-family: 'flamamedium';
}

.list-item-title {
    font-size: 22px;
    line-height: 1em;
    font-family: 'flamamedium';
    margin-bottom: 25px;
}

.green-button {
    height: 34px;
    line-height: 34px;
    width: 90px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'FlamaItalic';
    font-size: 16px;
    background: #2F989C;
    display: inline-block;
}

.press-category {
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.press-category-item {
    font-size: 14px;
    color: #000000;
    padding: 0 6px;
    font-family: 'flamabold';
    position: relative;
}

.press-category-item:after {
    content: '·';
    position: absolute;
    right: -3px;
    top: 0;
}

.press-category-item:last-child:after {
    display: none;
}

/* TEXT BLOCK TEMPLATE */
.text-block {
}

.text-block .long-text {
    width: 800px;
    margin: 70px auto 0 auto;
}

.text-block .long-text .title60 {
    margin-bottom: 30px;
}

.long-text ul {
    border-left: solid 6px #35969D;
    padding-left: 0px;
    list-style: none;
}

.long-text li:before {
    content: "• ";
    color: #35969D;
}

.template-block-slideshow {
    width: 1050px;
    height: 690px;
    margin: 40px auto 0 auto;
}

.template-block-img {
    width: 1050px;
    height: auto;
    margin: 40px auto 20px auto;
    display: block;
}

.slideshow .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slide-left, .slide-right {
    width: 17px;
    height: 31px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.slide-left {
    left: 35px;
    background: url('/images/left_arrow.png');
}

.slide-right {
    right: 35px;
    background: url('/images/right_arrow.png');
}

.slideshow-wrap {
    position: relative;
    width: 1050px;
    margin: auto;
}

.slideshow-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.slideshow-text-container {
    display: table-cell;
    vertical-align: middle;
}

.fact-sheet {
    width: 300px;
    height: 185px;
    background: #FFFFFF;
    border: solid 3px #CED8DD;
    border-radius: 2px;
    padding-top: 20px;
    position: absolute;
    top: 40px;
    right: 130px;
}

.fact-sheet .georgia-italic {
    font-size: 14px;
    color: #929292;
}

/* GALLERY */
.gallery-item {
    height: 360px;
    width: 25%;
    margin: 0;
    border: solid 2px #FFFFFF;
    background-color: #000000;
}

.gallery-item a:hover {
    opacity: 0.75;
}

.gallery-item a {
    display: block;
    background-size: cover;
    background-position: center center;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    transition: opacity 800ms ease-in-out;
}

/* list elements */
.list-container {
}


.pagination {
	padding: 20px 0;
}

.pagination a {
	padding: 4px 6px;
	color: #555;
}

.pagination a.selected {
	color: #333;
	text-decoration: underline;
}

/* FORMS and contacts */
.contacts-block {
    margin: 30px auto;
    width: 800px;
    padding: 30px;
    border-top: dotted 1px #C9C9C9;
    border-bottom: dotted 1px #C9C9C9;
}

.contacts-block .long-text {
    width: 360px;
    margin: auto;
    text-align: left;
}

.contacts-block .title16 {
    margin-bottom: 20px;
}

#form1 {
    width: 500px;
    margin: auto;
}

#site .input-error {
	background: #FFE3E8;
    color: ;
}

div.form-label {
	font-size: 14px;
    color: #6b6b6b;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 0 0 0 15px;
}

div.form-input {
    border-bottom: solid 1px #c2c3c4;
    position: relative;
}

div.form-input input, div.form-input textarea {
	background: #FFFFFF;
    border: none;
	width: 100%;
    padding: 8px 15px 8px 15px;
    font-size: 16px;
    color: #979797;
}

.combo-standard {
    font-size: 16px;
    color: #979797;
    width: 100%;
    border: none;
    padding: 8px 15px 8px 10px;
}

div.form-input textarea {
	height: 70px;
}

#site div.form-input input:focus, #site div.form-input textarea:focus {
	background: #EFEFEF;
}

.form-button {
    font-size: 22px;
    color: #FFFFFF;
    font-family: 'flamamedium_italic';
    text-align: center;
    height: 46px;
    line-height: 46px;
    width: 100%;
    background-color: #2e989c;
    margin: 40px 0;
    display: block;
}

.form-msg {
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
}

/* File Input Skin */
.file-wrapper {
	cursor: pointer;
	position: absolute;
    top: 10px;
    left: 15px;
}

.file-wrapper input[type=file] {
  cursor: pointer;
  font-size: 10px;
  height: 35px;
  line-height: 35px;
  width: 170px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.input-button-skin {
	background: #2e989c;
    color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 170px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: 'FlamaItalic';
    font-size: 18px;
}

.form-input input.file-text {
    padding-left: 190px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #000;
    line-height: 35px;
}
/* End file input skin */


div.ay-radio, div.ay-checkbox {
    margin-left: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

div.ay-radio span, div.ay-checkbox span  {
    padding: 0px 3px;
    display: inline-block;
    vertical-align: middle;
}

div.ay-radio input, div.ay-checkbox input  {
    display: none;
}

div.ay-radio > div {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: solid 1px #666;
    cursor: pointer;
    padding: 4px;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
}
div.ay-radio div.selected {
    width: 100%;
    height: 100%;
    background: #666;
    border-radius: 4px;
}

div.ay-checkbox > div {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: solid 1px #666;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    vertical-align: middle;
}

div.ay-checkbox div.selected {
    width: 100%;
    height: 100%;
    background: #666;
}


#map-canvas {
	width: 100%;
    height: calc(80vh);
    height: -webkit-calc(80vh);
    min-height: 500px;
}

#cookies-info {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px 0 16px 0;
	background: #E4E4E4;
	z-index: 8000;
	display: none !important;
}

#cookies-info .center-contents {
	display: flex;
	align-items: center;
}

#cookies-info .title {
	font-size: 16px;
	padding-bottom: 4px;
	font-family: 'flamamedium_italic';
}

#cookies-info .text {
	font-size: 12px;
}

#cookies-info .text a {
	color: #2E989C;
}

#cookies-info-accept {
	background: #000000;
	color: #FFFFFF;
	padding: 8px 30px;
	margin-left: 20px;
	font-family: 'flamamedium_italic';
	font-size: 13px;
	height: 36px;
}

.booking-widget {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.booking-widget .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0,0, 0.8);
}

.booking-widget .close {
	width: 34px;
	height: 31px;
	background: url('/images/close.png') 50% 50% no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.booking-widget .widget-container {
	margin: 40px auto;
	width: 995px;
	height: 90%;
	position: relative;
	background-color: #FFFFFF;
}

@media screen and (max-width: 1580px) {
	.center-contents {
		width: 93%;
        margin: 0 3.5%;
	}

    #logotype {
        left: 3%;
    }

}

@media screen and (max-width: 1500px) {
	.home-hotel-item {
		height: 518px;
	}

    .home-hotel-item-image {
        height: 440px;
    }

    .home-highlight-col {
        padding: 70px 30px 20px 30px;
    }

    .gallery-item {
        height: 300px;
    }

    .footer-contacts-text {
        display: none;
    }
}

@media screen and (max-width: 1240px) {
    #responsive {
        z-index: 2;
    }

    .home-hotel-item {
		height: 458px;
	}

    .home-hotel-item-image {
        height: 380px;
    }

    .gallery-item {
        height: 260px;
    }

    .footer-info-request {
        display: none;
    }

    #logotype, #langs {
        display: none;
    }

    .closed #logotype, .closed #langs {
        display: block;
    }

    .template-block-slideshow, .slideshow-wrap, .template-block-img {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    #responsive {
        z-index: 3;
    }

    .home-hotel-item {
		height: 408px;
	}

    .home-hotel-item-image {
        height: 330px;
    }

    .gallery-item {
        height: 220px;
    }

    .home-highlights-container {
        height: 500px;
    }

    .template-block-slideshow {
        height: 500px;
    }

    #page-hotel-home .page-top .slideshow {
        display: none;
    }

}


@media screen and (max-width: 1000px) {
    #responsive {
        z-index: 4;
    }

		.booking-widget .widget-container {
			width: 100%;
		}

		.booking-widget .close {
			top: 5px;
			right: 5px;
		}

    .booking-date-wrap, .booking-bar-icon, .booking-bar-number {
        display: none;
    }

		.booking-center-wrap {
			padding-top: 20px;
		}

    .booking-button {
        margin-left: 10px;
    }

    .home-hotel-item {
        width: 50%;
    }

    .mt100 {
        margin-top: 60px;
    }

    .footer-contacts-wrap {
        padding: 0;
    }

    .footer-contacts {
        height: auto;
        font-size: 0;
    }

    .footer-contacts-item, .footer-login-area {
        width: 50%;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        margin: 0;
        float: none;
        height: auto;
        padding: 0;
        background: none;
    }

    #footer {
        padding-top: 70px;
    }

    #networks {
        margin-bottom: 70px;
    }

    .text-block .long-text, .home-hotel-item.col3_2 {
        width: 100%;
    }

    .sec-menu-item {
        margin: 0 10px;
    }

    .gallery-item {
        width: 33.3%;
    }

    h1.big-title, h2.big-title, .banner-title {
        font-size: 40px;
    }

    .title36 {
        font-size: 30px;
    }

    .title60 {
        font-size: 40px;
    }

    .title30, .home-hotel-option-item, .list-item-title {
        font-size: 26px;
    }

    .title16 {
        font-size: 14px;
    }

    .text-green-22 {
        font-size: 20px;
    }

    .georgia-italic {
        font-size: 20px;
    }

    .white-title {
        font-size: 34px;
    }

    .text-white-over-black, .home-hotel-item-title-outside {
        font-size: 18px;
    }

    .home-highlights-container {
        height: auto;
        border: none;
    }

    .home-highlight-col, .home-highlight-col:last-child {
        width: 100%;
        border: solid 1px #DEDEDE;
        margin-top: -1px;
        padding: 30px;
    }

    .home-highlight-col, .home-highlight-col p, .home-highlight-col .short-text, .home-green-mail {
        font-size: 16px;
    }

    .home-highlight-col .title {
        font-size: 20px;
    }

    #header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000;
        height: 100%;
        overflow: auto;
    }

    #header.closed {
        height: 0px;
        overflow: visible;
    }

    #menu, #menu.is-hotel {
        height: auto;
        position: static;
        padding-top: 90px;
    }

    .menu-item:first-child {
        padding-top: 30px;
    }

    .menu-item, .menu-item.type3 {
        width: 100% !important;
        display: block;
        background: #1D1D1D;
        cursor: pointer;
    }

    .menu-item .title {
        height: 38px;
        padding-top: 8px;
        padding-left: 20px;
        border-top: none;
        border-bottom: solid 1px #383838;
    }

    .menu-item .submenu {
        height: auto;
        display: none;
        padding-left: 20px;
    }

    .menu-item .submenu.open {
        display: block;
    }

    .menu-item.selected .title {
        border-top: none;
    }

    .menu-item:not(.selected):hover .title {
        border-top: none;
        border-bottom: solid 1px #383838;
    }

    .menu-button-title, .closed .menu-button-title {
        display: none;
    }

    #menu-mobile-icon {
        width: 60px;
        height: 60px;
        top: 40px;
    }

    .bar, .closed .bar3 {
        left: 20px;
        margin-top: 10px;
    }

    .bar3 {
        left: 23px;
    }

    .closed #langs, .closed .header-button {
        display: none;
    }


    .closed #logotype {
        width: 77px;
        height: 135px;
    }


    #logotype {
			width: 77px;
			height: 135px;
        display: block;
        transition: all 300ms linear;
    }

    #langs, .header-button {
        display: block;
        position: static;
        width: 100%;
        border: none;
        border-bottom: solid 1px #383838;
        padding-left: 20px;
        background: #1D1D1D;
        text-align: left;
        font-family: 'FlamaItalic';
        font-size: 16px;
    }

    .header-button {
        background: #000000;
        color: #CBCBCB;
    }

    .fancybox-button.fancybox-prev, .fancybox-button.fancybox-next {
        top: -81px;
        left: 82px;
        right: auto;
    }

    .fancybox-button.fancybox-prev {
        left: 0px;
    }

    .contacts-block {
        width: 100%;
    }

     #logotype, .closed #logotype {
        width: 77px;
        height: 135px;
        display: block;
    }
}


@media screen and (max-width: 675px) {
    .booking-bar-icon {
        display: none;
    }

    .home-hotel-item {
			height: auto;
		}

    .home-hotel-item-image {
        height: 230px;
    }

    .footer-gotop {
        position: static;
        margin: 60px auto 20px auto;
    }

    #map-canvas {
        height: 300px;
        min-height: 0;
    }

    .sec-menu-item {
        margin: 10px;
    }

    .template-block-slideshow {
        height: 260px;
    }

    #form1 {
        width: 100%;
    }

    .fact-sheet {
        width: 100%;
        position: static;
        margin-top: 20px;
    }

    .slide-factsheet{
        display: none;
    }

    .gallery-item {
        width: 50%;
    }

    .hotel-logotype {
        width: 120px;
        height: 70px;
        top: 20px;
        margin-left: -60px;
    }

    .arrow-down {
        /* bottom: 130px; */
				display: none;
    }
}

@media screen and (max-width: 450px) {
		.booking-bar {
			height: auto;
			padding: 10px 0;
		}

		.page-top {
			padding-bottom: 175px;
		}

		.booking-button {
			width: 215px;
			margin-top: 10px;
		}

    .col3.home-hotel-item, .col3_2.home-hotel-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .home-hotel-item-title {
        bottom: 30px;
    }

    .home-hotel-item-title-outside {
        padding-top: 15px;
    }

    .footer-contacts-item, .footer-login-area {
        width: 100%;
    }

    .network-item {
        width: 24px;
    }

    .footer-logotype {
        height: 130px;
    }



    h1.big-title, h2.big-title {
        font-size: 24px;
    }

    .title30, .home-hotel-option-item, .list-item-title {
        font-size: 18px;
    }

    .short-text, .short-text p, .long-text p, .long-text li {
        font-size: 16px;
    }

    .dots {
        margin: 0 auto 25px auto;
    }

    .home-royal .white-title {
        margin: 0;
    }

    #menu-mobile-icon {
        right: 18px;
    }

    img {
        max-width: 100%;
    }

    .contacts-block .long-text {
        width: 100%;
    }

    .gallery-item {
        height: 150px;
    }
}

/*

@media screen and (min-width: 1025px) {
	#menu {
		display: block !important;
	}
}
*/
