/* NEOBOOKINGS ICONS */
@font-face {
    font-family: 'neobookings';
    src:  url('../fonts/neobookings.eot?4leiqb');
    src:  url('../fonts/neobookings.eot?4leiqb#iefix') format('embedded-opentype'),
    url('../fonts/neobookings.ttf?4leiqb') format('truetype'),
    url('../fonts/neobookings.woff?4leiqb') format('woff'),
    url('../fonts/neobookings.svg?4leiqb#neobookings') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="neoicons-"], [class*=" neoicons-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'neobookings' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.neoicons-neologo:before {
    content: "\e900";
}


/* NEOBOOKINGS THEME ICONS */

@font-face {
    font-family: 'neobookings-theme';
    src:  url('./../fonts/neobookings-theme.eot?u3it4c');
    src:  url('./../fonts/neobookings-theme.eot?u3it4c#iefix') format('embedded-opentype'),
    url('./../fonts/neobookings-theme.ttf?u3it4c') format('truetype'),
    url('./../fonts/neobookings-theme.woff?u3it4c') format('woff'),
    url('./../fonts/neobookings-theme.svg?u3it4c#neobookings-theme') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="neotheme-"], [class*=" neotheme-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'neobookings-theme' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.neotheme-slim-arrow-down:before {
    content: "\e90b";
}
.neotheme-arrow-down:before {
    content: "\e909";
}
.neotheme-calendar:before {
    content: "\e90a";
}
.neotheme-chat:before {
    content: "\e905";
}
.neotheme-email:before {
    content: "\e906";
}
.neotheme-fax:before {
    content: "\e907";
}
.neotheme-phone:before {
    content: "\e908";
}
.neotheme-location:before {
    content: "\e904";
}
.neotheme-silueta-formentera:before {
    content: "\e900";
}
.neotheme-silueta-menorca:before {
    content: "\e901";
}
.neotheme-silueta-ibiza:before {
    content: "\e902";
}
.neotheme-silueta-mallorca:before {
    content: "\e903";
}

/* GENERAL */

@font-face {
    font-family: 'Lato';
    src:  url("../fonts/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src:  url("../fonts/Lato-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Light';
    src:  url("../fonts/Lato-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-LightItalic';
    src:  url("../fonts/Lato-LightItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Hairline';
    src:  url("../fonts/Lato-Hairline.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.input-style-1, .w_50, .wide-container, body{
    position: inherit;
}

input[type=checkbox]{
    height: inherit;
    width: inherit;
    -webkit-appearance: checkbox;
}

.custom-select > select{
    -moz-appearance:none;
}

.custom-select > select::-ms-expand {
    display: none;
}

/* MASK */

input[type="button"], input[type="submit"], button {
    border-radius: 0 !important;
}

.boton {
    position: relative;
    display: inline-block;
    padding: 8px 38px;
    background: #111;
    color: #ececec;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: .9em;
    line-height: 1.8em;
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: none;
}

.desktop.slider-booking-mask {
	position: relative;
	display: block;
	z-index: 1;
	height: auto;
	width: 100%;
	left: 50%;
	bottom: 11%;
	transform: translate(-50%, 0);
	text-align: center;
	background-color: rgba(234, 234, 234, .9);
	transition: background 0.2s ease,	width 0.3s linear, transform 0.4s 0.1s ease-in-out;
	-webkit-transition: background 0.2s ease,	width 0.3s linear, transform 0.4s 0.1s ease-in-out;
	-moz-transition: background 0.2s ease,	width 0.3s linear, transform 0.4s 0.1s ease-in-out;
	-ms-transition: background 0.2s ease,	width 0.3s linear, transform 0.4s 0.1s ease-in-out;
	-o-transition: background 0.2s ease,	width 0.3s linear, transform 0.4s 0.1s ease-in-out;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.resort .desktop.slider-booking-mask {
	background-color: rgba(209, 223, 229, .9);
}
.desktop.slider-booking-mask .container { position: relative;width: 100%;  }
.desktop.slider-booking-mask .booking-mask.in { width: 80%; margin: 0 auto; padding: 0; }
.desktop.slider-booking-mask .booking-mask { width: 0; background: none; position: relative; }
.desktop.slider-booking-mask .header { font-weight: 400;line-height: 1.25em;font-size: 20px;margin-bottom: 0;padding: 5px 0;background-color: rgba(206, 229, 241, 0.75);color: rgba(12, 67, 98, 1);font-family: 'Lato-Bold',sans-serif;;}
.desktop.slider-booking-mask .header span { font-weight: 400;  text-transform: uppercase; }
.desktop.slider-booking-mask .title { font-weight: 400; line-height: 0; margin-bottom: 15px; }
.desktop.slider-booking-mask .title span { font-weight: 400; display: block; text-transform: uppercase; }
.desktop.slider-booking-mask .booking-mask .content .left-side {
	clear: both;
	background: transparent;
	padding: 0;
}
.desktop.slider-booking-mask .booking-mask .content .custom-select {width: 100%; overflow: hidden; position: relative; }
.desktop.slider-booking-mask .booking-mask .content .custom-select:after {font-size: 15px;display: inline-block;color: #898989;position: absolute;width: 15px;right: 15px;top: 50%;z-index: 999;
    pointer-events: none;
    cursor: default;
    content: '\e909';
    font-family: neobookings-theme;
    position: absolute;
    right: 18px;
    top: 25%;
    color: #898989;
	}
.select-separator{
	display: inline-block;
	padding-right: 15px;
}
.desktop.slider-booking-mask .booking-mask .content .custom-select select{ border: 0;width: 100%;padding: 3px 25px 3px 25px;background: #ffffff;box-sizing: unset;display: inline-block;height: 32px;cursor: pointer;font-family: 'Lato-Bold',sans-serif;color: #898989;border-radius: 0;font-size: 12px;z-index: 999;position: relative;margin: 0; text-transform: uppercase;}
.desktop.slider-booking-mask .booking-mask .content .custom-select select > option {border: 0;width: 100%;padding: 3px 25px 3px 25px;background: transparent;box-sizing: border-box;display: inline-block;height: 70px;cursor: pointer;font-family: 'Lato-Bold', sans-serif;color: #1d1d1b;border-radius: 0;font-size: 13px;z-index: 999;position: relative;}
.desktop.slider-booking-mask .booking-mask .content .custom-select select > option.optiongroup {font-weight: 300;font-family: 'Lato-Bold',sans-serif;, sans-serif;font-size: 13px;color: rgba(191, 184, 0, 1);}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar,
.desktop.slider-booking-mask .booking-mask .content .left-side .label-coupon-code { display: inline-block; float: none; }
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-logo  { width: 16%;padding: 0;height: 70px;background: rgba(12, 67, 98, 1);margin: 0;vertical-align: top;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-logo img{ width: 55%;-webkit-filter: grayscale(1) invert(1) brightness(2);filter: grayscale(1) invert(1) brightness(2);}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-arrival { padding-right: 0; }
.desktop.slider-booking-mask .booking-mask .content .left-side .label-departure { padding-right: 0; }
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar {  width: 290px;;height: auto; background: transparent; position: relative;vertical-align: top; }
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels { width: 25%; z-index: 99;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .selector { border-right: 1px solid #9fdfeb;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .info{text-align: left;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day{ width: 100%; line-height: 63px;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day input{margin-bottom: 0;border: 0 solid !important; color: #565759 !important; font-weight: 400; line-height: 20px; height: 61px;font-family: 'Lato-Bold',sans-serif;}

.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day .popoversticky ,
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day .popover {
	z-index: 9999;
	background-color: #fff;
	border-radius: 0px;
	width:660px;
	max-width: none;
}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day .popover.bottom>.arrow {
}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day .popoversticky .popoversticky-val,
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day .popover .popover-val {
	display:block;
}

.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival { width: 10%;  border-bottom: 0 solid;  background: transparent; padding-left: 10px;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival .selector {background: #ffffff;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival .selector .info{ padding: 0;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival .selector .day {text-transform: uppercase; color: #898989;font-weight: 600;font-size: 12px;margin-right: 5px;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival .selector .month{text-transform: uppercase; color: #898989;font-weight: 600;font-size: 12px;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure { width: 10%; border-bottom: 0 solid;  background: transparent;  padding-right: 10px;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure .selector{ background: #ffffff;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure .selector .info{ padding: 0;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure .selector .day{ text-transform: uppercase; color: #898989;font-weight: 600;font-size: 12px; margin-right: 5px;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure .selector .month{ text-transform: uppercase; color: #898989;font-weight: 600;font-size: 12px;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .title { font-family: 'Lato-Bold', sans-serif; font-size: 15px; color: #fff; margin-bottom: 0; display: block; text-align: center; padding: 16px 0 0 0; text-transform: uppercase; }
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .selector { width: 100%; height: 100%;background: transparent;border: 0px solid #fff;text-align: center;padding: 0;position: relative;margin: 0 auto;/*top: 50%;transform: translateY(-50%);*/}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .info { display: block; clear: both; }
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .day { font-family: 'Lato-Bold', sans-serif; /*font-size: 24px;*/ line-height: 36px; font-weight: 400; color: #fff; display: inline-block; margin-bottom: 0; margin-top: 0; }
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-promocode .day {width: 80%;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .day #adults_tiles {width: 100%;max-width: 50px;border: 0 solid !important;height: 96px;background: transparent;text-align: center;margin: 0 !important;padding: 0 !important;font-size: 25px !important;font-weight: 400;}
.desktop.slider-booking-mask .booking-mask .content .left-side .dropdown-rooms .form-control,
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .day #promocode_tiles {width: 100%;margin-bottom: 0;border: 0 solid !important; line-height: 20px;height: 34px;background: #ffffff;text-align: center;font-size: 14px; font-weight: 400; border-radius: 0;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .month { font-family: 'Lato-Bold', sans-serif; font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.7); display: inline-block; text-transform: uppercase; margin-top: 0; margin-left: 0; }
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .ui-datepicker-trigger { border: 0; background: transparent; position: absolute; left: 0; top: 0; height: 100%; width: 100%; margin: 0; padding: 0; }
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults  { width: 12%; border-bottom: 0px solid rgba(255, 255, 255, 0.4); background: #898989;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults .selector {text-align: left !important;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults .day {position: relative; left: 0; margin-bottom: 0;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults .month {position: relative; left: 0;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults .plus {position: absolute;border: 0 solid;width: 20px;height: 20px;right: 15px;top: 7px;z-index: 999;cursor: pointer;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults .plus i:before,
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults .min i:before {color: #ffffff;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults .min {position: absolute;border: 0 solid;width: 20px;height: 20px;right: 15px;bottom: 10px;z-index: 999;cursor: pointer;}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.neobookings-form__input { width: auto;line-height: 100%; }
.desktop.slider-booking-mask .booking-mask .content .neobookings-form__input { width: auto;height: 95px;background: #ffffff;position: relative;padding: 0;margin: 0;vertical-align: top;}
.desktop.slider-booking-mask .booking-mask .content .neobookings-form__input .boton { width:100%; color: #FFFFFF; padding-left: 18px; margin-left: 0;
    font-family: Lato-Bold;
    font-size: 14px;
    color: #FFFFFF;
    background: rgba(76, 110, 141, .8);
    padding: 6px 30px 7px 30px;
    height: 35px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
	min-width: 150px;
	border-radius: 24px!important;
	margin-top: 4px;
	}
.desktop.slider-booking-mask .booking-mask .content .input-promotion{ width:100%; margin: 10px 0;}
.desktop.slider-booking-mask .booking-mask .content .input-promotion input{ background: rgba(255, 255, 255, .65);color: #1d1d1b; font-size:15px; text-shadow: none; font-weight: 400; padding-left: 25px;height: 35px;}
.desktop.slider-booking-mask .booking-mask .content .input-promotion input::-webkit-input-placeholder { color: #1d1d1b !important; text-shadow: none !important;}
.desktop.slider-booking-mask .booking-mask .content .input-promotion input::-moz-placeholder { /* Firefox 19+ */ color: #1d1d1b !important; text-shadow: none !important;}
.desktop.slider-booking-mask .booking-mask .content .input-promotion input:-ms-input-placeholder { /* IE 10+ */ color: #1d1d1b !important; text-shadow: none !important;}
.desktop.slider-booking-mask .booking-mask .content .input-promotion input:-moz-placeholder { /* Firefox 18- */ color: #1d1d1b !important; text-shadow: none !important;}
.desktop.slider-booking-mask .booking-mask .content .dropdown-rooms{
	display: inline-block;
    width: 91%;
}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels.popover-mobile .day .popover{
	left: 0 !important;
}
.desktop.slider-booking-mask .booking-mask .content .label-rooms .input-group{
    width: 100%;
	overflow: hidden;
}
.desktop.slider-booking-mask .booking-mask .content .label-rooms{
	display: inline-block;
	width: 296px;
}
.desktop.slider-booking-mask .booking-mask .content .left-side .dropdown-rooms .form-control{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 10px;
	height: 37px;
}
.desktop.slider-booking-mask .booking-mask .content .left-side .dropdown-rooms .form-control .title{
	color: #898989 !important;
}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .selector .selector-title{
	color: #898989;
	font-size: 12px;
	font-family: 'Lato-Bold';
}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure .selector,
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival .selector{
	text-transform: uppercase;
}
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure .day,
.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival .day{
    line-height: normal;
}

.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .day #promocode_tiles{
	color: #898989 !important;
	font-family: 'Lato-Bold',sans-serif;
}

.desktop.slider-booking-mask .booking-mask .content .left-side .date-separator{
	position: absolute;
	left: 48%;
	color: #898989;
	bottom: 8px;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
}

.desktop.slider-booking-mask.sticky .booking-mask .content .left-side .date-separator{
	left: 48%;
	bottom: -3px;
}

.desktop.slider-booking-mask.sticky .booking-mask .content .label-rooms{
	border: none;
	height: 60px;
    border-right: 1px solid #9fdfeb;
    border-left: 1px solid #9fdfeb;
}

.desktop.slider-booking-mask.sticky .booking-mask .content .left-side .label-calendar.label-departure .selector,
.desktop.slider-booking-mask.sticky .booking-mask .content .left-side .label-calendar.label-arrival .selector{
	padding-top: 6px;
}

.desktop.slider-booking-mask .booking-mask .content .left-side .calendar-wrapper{
	display: inline;
	position: relative;
}

.booking-mask form .input-group-addon>i{
	color: #9fdfeb;
	 font-size: 20px;
}

.input-group-addon .fa-users{
	font-size: 15px!important;
}

.titlemask .fa-times {
    font-size: 19px;
    margin-right: 10px;
}


.rooms-mask {
    width: 550px;
    border-radius: 0;
    padding: 15px 20px 20px;
	background: #ffffff;
}

.rooms-mask>.content {
	padding: 20px 0;
}

.rooms-mask>.content>.pax-rooms .right-side {
	padding: 0;
}

.rooms-mask>.content>.pax-rooms {
	margin: 0;
}

.rooms-popover-content.neo-dropdown.rooms-mask{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.rooms-mask>.content>.pax-rooms .right-side>.room-list>.item .removeRoom {
	color: #eb443d;
	position: absolute;
	right: 10px;
	top: 25%;
	font-size: 20px;
}

.dropdown-rooms.dropdown .dropdown-menu{
	top: 51px;
}

.dropdown-rooms.dropup .dropdown-menu{
	top: 0;
}
.dropdown-rooms .dropdown-menu{
	width: 600px;
}

.rooms-mask>.content>.pax-rooms .right-side>.room-list>.item.good {
	margin: 20px 0;
	border-top: 1px solid #e6e7e8;
}

.rooms-mask>.content>.pax-rooms .right-side>.room-list>.item .title {
    display: block;
    padding-top: 10px;
	text-transform: uppercase;
	font-family: 'Lato-Bold';
}

.rooms-mask .footer .add-room{
    background-color: #898989;
	color: #ffffff;
	text-transform: uppercase;
    font-size: 12px;
}

.rooms-mask .footer .add-room .fa{
	margin-right: 5px;
}
.rooms-mask button.close{
	font-size: 30px !important;
	position: absolute;
	right: 15px;
	top: 4px;
	color: #898989;
    opacity: 1;
}

.desktop.slider-booking-mask .booking-mask .content .left-side .dropdown-rooms .rooms-mask .form-control{
	padding: 6px;
	height: 32px;
	border-bottom: 1px solid #898989 !important;
	font-weight: 800;
}

.rooms-mask>.content>.pax-rooms .right-side>.room-list>.item.good:not(.first)>div {
	margin: 20px 0 0;
}

.rooms-mask>.content>.pax-rooms .right-side>.room-list>.fake-item > div {
	margin: 0;
}

.booking-mask form .input-group-addon>i{
	color: #898989;
	 font-size: 20px;
}

.booking-mask form .input-group-addon{
	background-color: transparent;
	border-left: 0!important;
	border: none;
	/*border-bottom: 1px solid #504F54;*/
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	cursor: pointer;
}


.neo-select.adults:before {
	font: normal normal normal 1.2em/.3 FontAwesome;
	content: "\f183";
}

.neo-select.children:before {
	font: normal normal normal 1.2em/.3 FontAwesome;
	content: "\f1ae";
}

.neo-select:after, .neo-select:before {
	position: absolute;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	pointer-events: none;
	z-index: 1000;
}

.neo-select:before {
	color: #898989;
	right: 30%;
	top: 40%;
}

.neo-select i {
    display: inline-block;
    color: #898988;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 99999;
}

.label-inputhotels .input-group .fa{
	font-size: 24px;
}

.ui-widget-header {
	color: #898989;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #898989;
    background: #898989;
}
/*Agregar btn Booking en header*/
#btnBooking,
.titlemask {
    display: none;
}

@media (max-width: 1500px){
	.desktop.slider-booking-mask {
		width: 100%;
	}

	.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure,
	.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival{
		width: 20%;
	}

	.desktop.slider-booking-mask .booking-mask .content .dropdown-rooms {
		width: 100%;
	}
}

@media (max-width: 992px){

 	#btnBooking{font-weight: 800;display:block;position:fixed;bottom:0;left:0;width:100%;height:auto;background:#898989;border:5px solid #fff;z-index:150;text-align:center;cursor:pointer;padding:18px;-webkit-box-shadow:0 -1px 5px rgba(0,0,0,0.30);-moz-box-shadow:0 -1px 5px rgba(0,0,0,0.30);box-shadow:0 -1px 5px rgba(0,0,0,0.30);transition:all 1s ease}
    #btnBooking>*{display:inline-block}
    #btnBooking p{font-size:19px;color:#fff;text-transform:uppercase; margin: 0;}
    #btnBooking i{font-size:20px;color:#fff;padding-left:5px;vertical-align:top;line-height:24px}
	 .desktop.slider-booking-mask{top:0;transform:translate(100%,0)!important;display:block!important;bottom:inherit;margin:80px 0 0;position:fixed!important;height:calc(100vh - 80px);background:#fff;-webkit-transform:translate(100%,0)!important;-moz-transform:translate(100%,0)!important;-ms-transform:translate(100%,0)!important;-o-transform:translate(100%,0)!important;transition:all .8s;-webkit-transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}
    .desktop.slider-booking-mask.active{top:0;transform:translate(0,0)!important;display:block!important;bottom:inherit;margin:50px 0 0;position:fixed!important;height:calc(100vh);background:#fff;-webkit-transform:translate(0,0)!important;-moz-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;-o-transform:translate(0,0)!important;transition:all .8s;-webkit-transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s; z-index: 1000; border:none;}

	 .resort .desktop.slider-booking-mask,
	 body.resort header .sticky-booking-mask .booking-mask{
		 background-color: #ffffff!important;
	 }

	.titlemask h2,
	.titlemask a {
		color: #898989!important;
		font-weight: 800;
	}

    .desktop.slider-booking-mask.navbar-small {
      margin: 60px 0 0;
      height: calc(100vh - 60px);
    }
    .desktop.slider-booking-mask.active.navbar-small {
      margin: 60px 0 0;
      height: calc(100vh - 60px);
      border: none;
    }
    .desktop.slider-booking-mask.sticky .booking-mask .content .left-side .label-calendar .day{
        font-family: 'Lato-Bold', sans-serif;
        font-size: 36px;
        line-height: 36px;
        font-weight: 400;
        margin-bottom: 5px;
        margin-top: 0;
    }

	.desktop.slider-booking-mask .booking-mask .content .custom-select select {
		border-bottom: 1px solid #898989;
		width: 85%;
	}

	.select-separator {
		padding-right: 0;
	}

	.desktop.slider-booking-mask .booking-mask .content .left-side .dropdown-rooms .form-control{
		border-bottom: 1px solid #898989!important;
	}

	.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure .selector,
	.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival .selector {
		padding-top: 15px;
	}

    #neobookings-mask .booking-mask input::-webkit-input-placeholder{color:#898989}
    #neobookings-mask .booking-mask input::-moz-placeholder{color:#898989}
    #neobookings-mask .booking-mask input:-ms-input-placeholder{color:#898989}
    #neobookings-mask .booking-mask input:-moz-placeholder{color:#898989}
    .desktop.slider-booking-mask.sticky .booking-mask .content .left-side .label-calendar .day #promocode_tiles,
    .desktop.slider-booking-mask.sticky .booking-mask .content .left-side .label-calendar.label-inputhotels .day input,
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day input{border-bottom:1px solid #898989!important;color:#898989!important}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .day #promocode_tiles{border-bottom:1px solid #898989!important;color:#898989!important;
	padding-right: 0;}
    .desktop.slider-booking-mask .booking-mask .content .left-side{background:rgba(255,255,255,0.8);padding:0 20px;border-bottom:0 solid rgba(0,245,173,0.5)}
    .titlemask{display:block;padding:35px 20px;position:relative}
    .titlemask a{ display:inline-block; position:absolute; top:50%; transform:translateY(-50%); right:23px; font-size:35px; color:#545358; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); cursor:pointer;}
    /*.experiences .desktop.slider-booking-mask{top:50%!important}*/
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-logo{display:none}
    .desktop.slider-booking-mask.sticky {
      top: 0 !important;
      left: inherit !important;
      transform: translate(100%, 0) !important;
      display: block !important;
      bottom: inherit !important;
      position: fixed !important;
      margin-top: 60px !important;
      height: calc(100vh - 60px);
      background: #fff;
      max-height: none !important;
      box-shadow: none !important;
      border-bottom: 0 solid !important;
      -moz-transform: translate(100%, 0) !important;
      -ms-transform: translate(100%, 0) !important;
      -o-transform: translate(100%, 0) !important;
      transition:all .8s;
      -webkit-transition:all .8s;
      -moz-transition:all .8s;
      -ms-transition:all .8s;
      -o-transition:all .8s;
      -webkit-transform: translate(100%, 0) !important;
}
    .desktop.slider-booking-mask.sticky.active {
      top: 0 !important;
      left: inherit !important;
      transform: translate(0, 0) !important;
      display: block !important;
      bottom: inherit !important;
      position: fixed !important;
      margin-top: 60px !important;
      height: calc(100vh - 60px);
      background: #fff;
      max-height: none !important;
      box-shadow: none !important;
      border-bottom: 0 solid !important;
      -moz-transform:translate(0, 0) !important;
      -ms-transform:translate(0, 0) !important;
      -o-transform:translate(0, 0) !important;
      transition:all .8s;
      -webkit-transition:all .8s;
      -moz-transition:all .8s;
      -ms-transition:all .8s;
      -o-transition:all .8s
    }
    .desktop.slider-booking-mask.sticky.active .booking-mask .content .left-side {
      padding: 5px 10px;
      clear: both;
      background: #fff;
      border: 0 solid;
    }

	.rooms-mask>.content>.pax-rooms{
		border: none;
	}

	.rooms-mask button.close {
		color: #898989;
		opacity: 1;
	}

	.desktop.slider-booking-mask {
		width: auto;
		left: 0;
	}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar{width:100%}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels{width:100%;z-index:99;height:50px;margin:0 0 5px}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day{width:100%;line-height:50px}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival{width:calc(100% / 2);border-right:0 solid transparent;border-bottom:1px solid #898989;height:80px;
	padding: 0;}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure{width:calc(100% / 2);border-right:0 solid transparent;border-bottom:1px solid #889988;height:80px;
	padding: 0;}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults{width:100%;border-bottom:0 solid rgba(255,255,255,0.4);background:#fafafa;height:70px;margin:20px 0}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .day #adults_tiles{width:100%;max-width:50px;border:0 solid!important;line-height:70px;height:70px;background:transparent;text-align:center;margin:0!important;padding:0!important;font-size:25px!important;font-weight:400}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .day{color:#000}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .month{color:#000}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults .plus i:before,.desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-adults .min i:before{color:#000}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .info{text-align:center}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-promocode{width:100%;line-height:50px;height:50px}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-promocode .day{width:100%;line-height:50px}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day .popover{width:100%!important}
    #fancyTabWidget .fancyTabContent{padding:15px}
    #fancyTabWidget .fancyTabContent .limitheight{margin:0 0 15px}
    #fancyTabWidget .fancyTabContent .scroll150{max-height:120px}
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.neobookings-form__input{width:100%;line-height:70px;height:70px}
    .desktop.slider-booking-mask .booking-mask .content .neobookings-form__input .boton{width:100%}
    .section-rooms-slider .sec-heading--sec-special-heading{margin-bottom:70px}
    .rooms-block .rooms-arrow{top:-40px}
    .rooms-block .item-room{height:auto;position:relative;margin-bottom:15px;overflow:hidden}
    .rooms-block .item-room .special-title{display:none}
    .rooms-block .item-room .item-room-content .info-room{height:auto;margin:94px 0 0;padding:20px;position:relative;z-index:1}
    .rooms-block .item-room .item-room-content .img-room .room-features{display:none}
    .rooms-block .item-room .item-room-content .img-room{margin:0 0 15px;min-height:0!important;height:100%;float:right;position:absolute;right:0;top:0;z-index:0;padding:0;background-blend-mode:multiply;overflow:hidden}
    .rooms-block .item-room .item-room-content .info-room .content{padding:0;position:relative;top:0;transform:translateY(0)}
    .rooms-block .item-room .facilities-slider .slick-prev,.rooms-block .item-room .facilities-slider .slick-next{width:50px;height:50px}
    .rooms-block .item-room .item-room-content .info-room{float:none!important}
    .rooms-block .item-room .item-room-content .facilities{float:none!important;background:rgba(255,255,255,0.6);width:100%}
    .rooms-block .item-room .item-room-content .facilities .facilities-slider .item-slide{height:82px}
    .rooms-block .item-room .item-room-content .info-room .room-title{font-size:18px;margin:0 0 13px}
    .rooms-block .item-room .item-room-content .img-room .linkzoom{color:#fff}
    .rooms-block .item-room .item-room-content .img-room .linkzoom i{display:inline-block}
    .rooms-block .item-room .item-room-content .img-room .linkzoom .textBtnImg{display:inline-block;line-height:38px;vertical-align:top;margin:0 0 0 10px}
    .rooms-block .item-room .item-room-imgblur{height:100%}
    .rooms .rooms-block .item-room{height:auto;position:relative;margin-bottom:35px;float:none;overflow:hidden}
    .rooms .rooms-block .item-room .item-room-content{height:auto;float:left}
    .special-list .special-title{display:none}

    .newsletterSuscribete form {  text-align: center !important; }
    .newsletterSuscribete p.headNwsltt {  text-align: center; }

    .desktop.slider-booking-mask .booking-mask .content .left-side .date-separator{
        display: none;
    }
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .selector{
        border: none;
    }
    .desktop.slider-booking-mask .booking-mask .content .label-rooms{
        width: 100%;
        border: none;
        margin-top: 15px;
    }
    .desktop.slider-booking-mask .booking-mask .content .dropdown-rooms{
        width: 100%;
    }
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-departure .selector .day{
        font-size: 24px;
    }
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-arrival .selector .day{
        font-size: 24px;
    }
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.neobookings-form__input{
        height: 45px;
    }
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar.label-inputhotels .day input{
        height: 31px;
    }
    .desktop.slider-booking-mask .booking-mask .content .left-side .dropdown-rooms .form-control .title,
    .desktop.slider-booking-mask .booking-mask .content .left-side .label-calendar .selector .selector-title{
        color: #898989 !important;
		width: 100%;
    }
    .desktop.slider-booking-mask .booking-mask .content .left-side .dropdown .dropdown-menu,
    .desktop.slider-booking-mask .booking-mask .content .left-side .dropup .dropdown-menu{
        z-index: 99999 !important;
        top: 0px !important;
        width: 100%;
        bottom: inherit !important;
        left: 0 !important;
        height: 100vh !important;
        border: 0 solid;
        box-shadow: 6px 4px 6px #BBBBBB;
        position: fixed !important;
        transform: translate(0, 0) !important;
        margin: 0;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        overflow: scroll;
    }
    .desktop.slider-booking-mask .booking-mask .content .left-side .dropup .dropdown-menu .rooms-mask{
        width: 100%;
    }
    .rooms-mask>.content>.pax-rooms .right-side>.room-list>.item .removeRoom{
        top: 23%;
    }

}


@media (max-width: 768px){
	#neobookings-mask {
		width: 100%;
		left: 0;
	}

	.titlemask h2 {
		font-size: 20px;
	}
}
/* END MASK */

.breadcrumb{
    margin-top: 20px;
    background-color: #fff;
    display: none;
}

.breadcrumb .level{
    display: inline-block;
}

#blog-list .content__info .description {
	height: 180px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

#blog-list .pagination {
	position: relative;
	margin-bottom: 70px;
}

#blog-list .pagination li a {
	background-color: #66859e;
    border-color: #66859e;
}

#blog-list .date {
	font-size: 18px;
	font-family: 'Lato-Light';
	font-weight: 800;
	color: #003B65;
	margin-bottom: 20px;
}

#blog-item a.center {
	display: block!important;
    margin: 30px auto;
    width: 160px;
}

.mt50 {
	margin-top: 50px;
}

.pb0 {
	padding-bottom: 0!important;
}

.mt100 {
	margin-top: 100px;
}


#blogtable td{
  word-break:break;
  border: 0;
  padding: 0;
}
.dataTables_wrapper .dataTables_filter {
    display: none;
}
#blogtable th.sorting_asc {
    padding: 0 !important;
    background: none !important;
}
#blogtable.dataTable tbody tr {
    background-color: transparent !important;
}
#blogtable.dataTable.no-footer {
    border: 0px solid #111;
}
.blog-block {
    padding-bottom: 80px !important;
}
.dataTables_wrapper .dataTables_length {
    float: none;
    display: inline-block;
    width: 25%;
    font-family: Lato;
    font-size: 15px;
}
.dataTables_wrapper .dataTables_length select{
    text-align: center !important;
    padding: 3px 5px;
    border: 1px solid rgba(76, 110, 141, .8);
    border-radius: 11px;
    background: rgba(76, 110, 141, .8);
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    -webkit-appearance: menulist;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    padding-top: 0;
    display: inline-block;
    width: 50%;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: none;
    padding-top: 0;
    display: inline-block;
    text-align: right;
    width: 25%;
    font-family: Lato;
    font-size: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: rgba(76, 110, 141, .8);
    color: #ffffff !important;
    border: 0px solid #979797;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    min-width: 1.5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 0 solid transparent;
    font-family: Lato-Bold;
    font-size: 14px;
    text-transform: uppercase;
    height: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    padding: 9px 15px;
    text-align: center;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 0px solid #111;
    background: rgba(13, 61, 104, 0.89);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    color: rgba(13, 61, 104, 0.89) !important;
    border: 0px solid #111;
    background: rgba(13, 61, 104, 0.2);
    border-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 0px solid transparent;
}

@media only screen and (min-width: 180px) and (max-width: 480px) {
    #blogtable .container {
        width: 310px;
    }
    .dataTables_wrapper .dataTables_paginate {
        display: block;
        width: 100%;
        margin: 15px 0;
        background: rgba(209, 223, 229, 0.5);
        padding: 12px 0;
    }
    .dataTables_wrapper .dataTables_info {
        display: block;
        text-align: center;
        width: 100%;
        margin: 15px 0;
    }
    .dataTables_wrapper .dataTables_length {
        display: block;
        width: 100%;
        margin: 15px 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    #blogtable .container {
        width: 480px;
    }
    .dataTables_wrapper .dataTables_paginate {
        display: block;
        width: 100%;
        margin: 15px 0;
    }
    .dataTables_wrapper .dataTables_info {
        display: block;
        text-align: center;
        width: 100%;
        margin: 15px 0;
    }
    .dataTables_wrapper .dataTables_length {
        display: block;
        width: 100%;
        margin: 15px 0;
    }
}



.nopadding{
    padding: 0;
}

/*SOCIAL SHARE*/
.socials ul{margin-top:25px; margin-left:18px; overflow:hidden;}
.blogshare{margin-top:25px; margin-left:0px;}
.blogshare ul{margin-top:5px; margin-left:0px;}
.socials li{list-style-type: none;float: left;padding: 0px 10px 0px 0px; }

#nav-below {
	width:100%;
	overflow:hidden;
	font-size:15px;
	border-top:1px solid #6f8ba3;
	border-bottom:1px solid #6f8ba3;
	margin:40px 0 15px;
}

#nav-below .nav-previous {
	float:left;
	width:50%;
	text-align:left;
}

#nav-below .nav-next {
	float:right;
	width:50%;
	text-align:right;
}

#nav-below span {
	font-size:15px;
	position:relative;
	bottom:0;
	padding: 10px;
}

#nav-below a {
	font-family: Lato-Light;
	display:block;
	color:#5E5E5E;
	padding:20px;
}

#blog-item  .subtitle {
	font-family: Lato-Light;
    color: #5E5E5E;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0;
	margin-bottom: 30px;
}

#blog-item .socials .title {
	font-family: Lato-Light;
    color: #5E5E5E;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}
/*FIN SOCIAL SHARE*/

/* SCROLLER */
.scroller {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto;
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  z-index: 9;
}

.scroller:hover
.scroller:active,
.scroller:focus{
  color: #ffffff;
}

.scroller:hover .scroller-text {
  color: #ffffff;
}

.scroller .scroller-text {
  display: block;
  font-family: 'Lato';
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 1;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.scroller-dark {
  color: rgba(17, 17, 17, 0.5);
}

.scroller-dark:hover {
  color: #111111;
}

.scroller-dark .scroller-text {
  color: #111;
}

/* END SCROLLER */

a,
input,
select,
textarea{
    outline: 0;
}

body{
    font-family: 'Lato';
}

.errorForm{
    border: 1px solid red !important;
}

.result{
    color: #898989;
    padding: 15px;
    margin-top: 30px;
    border-radius: 24px;
    text-align: center;
}

.alert-success{
    background-color: #EAEAEA;
    border-color: #898989;
}

.vertical-align-block{
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-align-block .vertical-align-wrapper{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.animate{
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.fade.in {
    opacity: 1;
}

.padding{
    padding: 90px 0;
}

.list-style1 .list__item.resort .request,
.hotel-list-block.list-style1 .list__item.resort .request,
.round-button.blue-button{
    background-color: rgba(76, 110, 141, .8);
    color: #ffffff;
}

body.prestige .round-button.blue-button{
    background-color: rgba(124, 101, 71, .8)!important;
    color: #ffffff;
}

.round-button+.moreinfo-btn,
.round-button+.homemoreinfo-btn{
    margin-left: 10px;
}

.list-style1 .list__item.resort .request:hover
.hotel-list-block.list-style1 .list__item.resort .request:hover,
.round-button.blue-button:hover{
    background-color: rgba(76, 110, 141, .8);
    color: #ffffff;
}

.round-button.resort-button{
    background-color: rgba(209, 223, 229, .8);
    color: #4C6E8D;
}

.round-button.resort-button:hover{
    background-color: rgba(209, 223, 229, 1);
}

.round-button.prestige-button{
    background-color: rgba(239, 230, 220, .8);
    color: #7C6547;
}

.round-button.prestige-button:hover{
    background-color: rgba(239, 230, 220, 1);
}

.round-button.default-button{
    background-color: rgba(209, 223, 229, .8);
}

.round-button.default-button:hover{
    background-color: rgba(209, 223, 229, 1);
}

/* HEADER */

@keyframes upper-header-up {
    from {
        height: 30px;
    }
    to {
        height: 0px;
    }
}

@keyframes upper-header-down {
    from {
        height: 0px;
    }
    to {
        height: 30px;
    }
}

@keyframes menu-options-regular {
    from {
        height: 70px;
    }
    to {
        height: 70px;
    }
}

@keyframes menu-options-sticky {
    from {
        height: 70px;
    }
    to {
        height: 70px;
    }
}

header.menu-3.scrol .upper-header .link-insotelgroup,
header.menu-3.scrol .upper-header{
    animation: upper-header-up .5s forwards;
    -webkit-animation: upper-header-up .5s forwards;
    -moz-animation: upper-header-up .5s forwards;
    -o-animation: upper-header-up .5s forwards;
}

header.menu-3.scrol .upper-header{
    overflow: hidden;
}

header.menu-3 .upper-header .link-insotelgroup,
header.menu-3 .upper-header{
    animation: upper-header-down .5s forwards;
    -webkit-animation: upper-header-down .5s forwards;
    -moz-animation: upper-header-down .5s forwards;
    -o-animation: upper-header-down .5s forwards;
}

header.menu-3 nav > ul{
    animation: menu-options-regular .5s forwards;
    -webkit-animation: menu-options-regular .5s forwards;
    -moz-animation: menu-options-regular .5s forwards;
    -o-animation: menu-options-regular .5s forwards;
}

header.menu-3.scrol nav > ul{
    animation: menu-options-sticky .5s forwards;
    -webkit-animation: menu-options-sticky .5s forwards;
    -moz-animation: menu-options-sticky .5s forwards;
    -o-animation: menu-options-sticky .5s forwards;
}

header.menu-3 nav > ul > li{
    padding: 0 3px;
    margin-top: 0;
    align-items: baseline;
    display: flex;
    height: 100%;
}

header.menu-3.hovered.scrol nav>ul>li{
    padding: 0px 3px;
}

header.menu-3 nav > ul > li > a{
    align-self: center;
}

header .upper-header{
    background-color: #B7B7B7;
    height: 30px;
}

header .upper-header .language-dropdown > .dropdown-menu{
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.18);
    border-radius: 0;
    border: 0;
    padding: 0;
    min-width: 75px;
}

header .upper-header .language-dropdown > .dropdown-menu > li > a{
    font-family: Lato-Bold;
    font-size: 14px;
    text-align: center;
    border-bottom: 0;
    color: #4C6E8D;
}

header .upper-header .language-dropdown > .dropdown-menu > li:hover > a,
header .upper-header .language-dropdown > .dropdown-menu > li.active > a{
    background-color: rgba(209, 223, 229, .8);
}

.language-dropdown .dropdown-menu li a {
    display:block;
    padding:0 2px 0 30px;
    text-decoration:none;
    background:url(../images/ico-flags.png) no-repeat;
    text-transform: uppercase;
}

.language-dropdown .dropdown-menu li.active a.icon--es {
    background-position:15px -0px;
}

.language-dropdown .dropdown-menu li.active a.icon--en {
    background-position:15px -20px;
}

.language-dropdown .dropdown-menu li.active a.icon--de {
    background-position:15px -40px;
}

.language-dropdown .dropdown-menu li.active a.icon--it {
    background-position:15px -60px;
}

.language-dropdown .dropdown-menu li.active a.icon--fr {
    background-position:15px -80px;
}

.language-dropdown .dropdown-menu li.active a.icon--ca {
    background-position:15px -100px;
}

.language-dropdown .dropdown-menu li.active a.icon--ru {
    background-position:15px -120px;
}

.language-dropdown .dropdown-menu li.active a.icon--nl {
    background-position:15px -140px;
}

.language-dropdown .dropdown-menu li.active a.icon--pt {
    background-position:15px -160px;
}

.language-dropdown .dropdown-menu li.active a.icon--oc {
    background-position:15px -380px;
}

.language-dropdown .dropdown-menu a.icon--es {
    background-position:15px -180px;
}

.language-dropdown .dropdown-menu a.icon--en {
    background-position:15px -200px;
}

.language-dropdown .dropdown-menu a.icon--de {
    background-position:15px -220px;
}

.language-dropdown .dropdown-menu a.icon--it {
    background-position:15px -240px;
}

.language-dropdown .dropdown-menu a.icon--fr {
    background-position:15px -260px;
}

.language-dropdown .dropdown-menu a.icon--ca {
    background-position:15px -280px;
}

.language-dropdown .dropdown-menu a.icon--ru {
    background-position:15px -300px;
}

.language-dropdown .dropdown-menu a.icon--nl {
    background-position:15px -320px;
}

.language-dropdown .dropdown-menu a.icon--pt {
    background-position:15px -340px;
}

.language-dropdown .dropdown-menu a.icon--oc {
    background-position:15px -360px;
}

header .upper-header .link-insotelgroup{
    display: inline-block;
    background-color: #898989;
    text-transform: uppercase;
    font-family: Lato-Bold;
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 20px;
    margin-top: -2px;
    margin-bottom: -2px;
}

header .upper-header .link-insotelgroup > img{
    vertical-align: middle;
    margin-left: 10px;
}

header .upper-header .dropdown{
    display: inline-block;
}

.menu-3 nav>ul>li,
body[data-color=theme-1] .menu-3 nav>ul>li:hover,
body[data-color=theme-1] .menu-3 nav>ul>li.active,
.menu-3 nav>ul>li.active, .menu-3 nav>ul>li:hover{
    border-top: 0 !important;
}

body[data-color=theme-1] .menu-3 nav>ul>li>.dropmenu{
    border-top: 0px;
    z-index: 4;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.18);
}

nav>ul>li.hotels>.dropmenu{
    width: 400px;
}

nav>ul>li.hotels>.dropmenu > li > a{
    text-align: left;
}

nav>ul>li>.dropmenu > li {
    background-color: rgba(255, 255, 255, .8);
}

nav>ul>li>.dropmenu > li > a {
    font-family: Lato-Bold;
    font-size: 14px;
    text-align: center;
    padding: 13px;
    border-bottom: 0;
}

body.resort nav>ul>li>.dropmenu > li > a {
    color: #4C6E8D;
}

body.resort nav>ul>li>.dropmenu > li.active,
body.resort nav>ul>li>.dropmenu > li:hover{
    background-color: rgba(209, 223, 229, .8);
}

nav>ul>li>.dropmenu > li.active,
nav>ul>li>.dropmenu > li:hover{
    background-color: rgba(234, 234, 234, .8);
}

nav>ul>li>.dropmenu > li.active > a,
nav>ul>li>.dropmenu > li:hover > a{
    background-color: transparent;
}

nav>ul>li>.dropmenu > li.title:hover{
    background-color: inherit;
}

nav>ul>li>.dropmenu > li.title{
    padding: 0 10px;
    color: #898989;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Lato;
}
nav>ul>li>.dropmenu > li.subzone > a{
    padding-left: 25px;
    border-bottom: 1px solid #EAEAEA;
    font-family: Lato;
    color: #5E5E5E;
}

nav>ul>li>.dropmenu > li.subzone > a.resort:hover{
    background-color: #D1DFE5;
}

nav>ul>li>.dropmenu > li.subzone > a.prestige:hover{
    background-color: #EFE6DC;
}

body[data-color=theme-1] .c-button.hv-aqua-o:hover,
body[data-color=theme-1] .dtpicker-header .dtpicker-close,
body[data-color=theme-1] .dtpicker-header .dtpicker-value,
body[data-color=theme-1] header.color-1 nav>ul>li:hover>a,
body[data-color=theme-1] .menu-3 nav>ul>li:hover > a,
body[data-color=theme-1] .menu-3 nav>ul>li.active > a,
.menu-3 nav>ul>li:hover > a{
    color: #FFFFFF;
    background-color: #898989;
}

.menu-3 nav>ul>li>a {
    color: #898989;
    font-size: 14px;
    font-family: 'Lato-Bold';
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

nav>ul>li>a {
    padding: 10px 20px;
}

.menu-3 nav>ul>li {
    padding: 31px 10px;
    margin-top: 0;
}

.language-dropdown > .btn:hover,
.language-dropdown > .btn:active,
.language-dropdown > .btn{
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.language-dropdown > .btn > span{
    margin: 0 5px;
}

.language-dropdown > .btn > img{
    vertical-align: middle;
}

.language-dropdown > .dropdown-menu{
    min-width: auto;
}

@keyframes fixed-scroll-logo {
    from {
        width: 200px;
    }
    to {
        width: 100px;
    }
}

@keyframes normal-logo {
    from {
        width: 100px;
    }
    to {
        width: 200px;
    }
}

@keyframes hotel-fixed-scroll-logo {
    from {
        width: 200px;
    }
    to {
        width: 120px;
    }
}

@keyframes hotel-normal-logo {
    from {
        width: 120px;
    }
    to {
        width: 200px;
    }
}

header.menu-3.hovered .logo{
    animation: normal-logo .5s forwards;
    -webkit-animation: normal-logo .5s forwards;
    -moz-animation: normal-logo .5s forwards;
    -o-animation: normal-logo .5s forwards;

    padding: 0px 35px;
    top: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
}

body.resort header.menu-3.hovered .logo,
body.prestige header.menu-3.hovered .logo{
    animation: hotel-normal-logo .5s forwards;
    -webkit-animation: hotel-normal-logo .5s forwards;
    -moz-animation: hotel-normal-logo .5s forwards;
    -o-animation: hotel-normal-logo .5s forwards;
}

header.menu-3.hovered .logo.hotel-1974 {
    height: 90%;
    top: 5%;
}
header.menu-3.hovered .logo.hotel-1974 img {
    object-fit: contain;
    height: 100%;
}
.logo.hotel-1974 .vertical-align-block,
.logo.hotel-1974 .vertical-align-block .vertical-align-wrapper {
    display: block;
}

header.menu-3.hovered.scrol .logo{
    top: 0;
    padding: 0 5px;
}

header.menu-3.hovered.scrol .logo.hotel-1974 {
    top: 5%;
}

#offers .offers-mask{
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

#offers .logo-hotel-offer{
    position: relative;
    margin: 20% auto;
    max-width: 150px;
}

.main-title .first-caption,
.main-title .second-caption,
.main-title .slider-button{
    opacity: 0;
}

.visible{
    opacity: 1!important;
}

.tour-layer{
    background-color: rgba(0, 0, 0, .25)
}

#desktop-custom-width{
    width: 75%;
    margin:0 auto;
}

.travel-agent .booking-mask,
.travel-agent .main-menu{
    display: none;
}

@media only screen and (max-width: 1199px){
    header.menu-3 nav > ul > li {
        padding: 0 2px;
    }

    nav>ul>li>a {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 991px){
    header > .container{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    header.menu-3.hovered .logo img{
        max-height: 60px;
    }

    header.menu-3 nav > ul > li{
        display: block;
        height: auto;
        margin: 10px 0;
    }

    nav>ul>li>a {
        padding: 15px 15px;
    }

    #desktop-custom-width{
        width: 100%;
        margin:0 auto;
    }

    .scroller{
        display: none;
    }




}

@media only screen and (min-width: 992px){
    header.menu-3.scrol .logo{
        animation: fixed-scroll-logo .5s forwards;
        -webkit-animation: fixed-scroll-logo .5s forwards;
        -moz-animation: fixed-scroll-logo .5s forwards;
        -o-animation: fixed-scroll-logo .5s forwards;
    }

    body.resort header.menu-3.scrol .logo,
    body.prestige header.menu-3.scrol .logo{
        animation: hotel-fixed-scroll-logo .5s forwards;
        -webkit-animation: hotel-fixed-scroll-logo .5s forwards;
        -moz-animation: hotel-fixed-scroll-logo .5s forwards;
        -o-animation: hotel-fixed-scroll-logo .5s forwards;
    }

}
/* SLIDER */

.main-slider .title{
    text-transform: uppercase;
}

.main-slider .clip .bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.main-slider .subtitle,
.main-slider .title{
    display: block;
    font-size: 60px;
    font-family: Lato-Light;
    color: #FFFFFF;
    padding: 5px 0;
    text-shadow: 0 2px 4px rgb(70, 63, 63);
}

.swiper-slide .vert-title{
    display: none;
}

.swiper-container.initialized .swiper-slide.active .vert-title{
    display: block;
}

.main-slider .description{
    color: #ffffff;
    font-family: Lato-Light;
    font-size: 18px;
    margin-top: 20px;
    max-width: 650px;
    margin: 35px auto 40px auto;
    text-shadow: 0 2px 4px rgb(70, 63, 63);
}

.sw-arrow{
    border: 0;
}

body[data-color=theme-1] .c-button.bg-sea,
body[data-color=theme-1] .c-button.bg-sea-t,
body[data-color=theme-1] .sw-arrow:hover{
    border: 0;
}

.main-slider .slider-button{
    background-color: rgba(234, 234, 234, .8);
    color: #737172;
}

/*.top-baner.slideImages .swiper-container .swiper-slide{
    height: 70vh !important;
}*/

/*.top-baner .arrow-wrapp{
    margin-top: 75px;
}*/

.round-button,
.offers-custom-block .offers-block.prestige .round-button,
.offers-custom-block .offers-block.resort .round-button,
.main-slider .slider-button{
    font-family: Lato-Bold;
    font-size: 14px;
    text-transform: uppercase;
    height: 35px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    display: inline-block;
    padding: 10px 15px;
    min-width: 130px;
    text-align: center;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

body.resort .main-slider .slider-button{
    background-color: rgba(76, 110, 141, .8);
    color: #FFFFFF;
}

body.resort .main-slider .slider-button:hover{
    background-color: rgba(76, 110, 141, 1);
    color: #FFFFFF;
}

body.prestige .main-slider .slider-button{
    background-color: rgba(124, 101, 71, .8);
    color: #FFFFFF;
}

body.prestige .main-slider .slider-button:hover{
    background-color: rgba(124, 101, 71, 1);
    color: #FFFFFF;
}

/*.main-slider .swiper-slide{
    height: 100vh !important;
    min-height: auto;
}*/

.main-slider .swiper-slide .vertical-align{
    height: 100%;
    display: table;
}

.main-slider .swiper-slide .vertical-align .container{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.main-slider .swiper-slide .vertical-align .main-title{
    margin-top: 0;
}

.m-200 .swiper-arrow-left,
.m-200 .swiper-arrow-right{
    margin-top: 0;
}

.top-baner {
	margin-top: 120px;
}

.top-baner  .main-slider  .swiper-slide {
	height: 30vh!important;
	min-height: auto;
}
.top-baner.slideImages  .main-slider  .swiper-slide {
	height: 180px!important;
}

.main-slider .subtitle, .main-slider .title {
	font-size: 16px;
}

.main-slider .subtitle + .slider-button {
	margin-top: 20px;
}

@media screen and (min-width: 320px) {

	.top-baner:not(.slideImages)  .main-slider  .swiper-slide {
		height: 190px!important;
	}

}

@media screen and (min-width: 480px) {

	.top-baner:not(.slideImages)  .main-slider  .swiper-slide {
		height: 260px!important;
	}

	.main-slider .subtitle + .slider-button {
		margin-top: 40px;
	}

	.main-slider .slider-button{
		height: 50px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
		padding: 17px 20px;
		min-width: 150px;
	}

}

@media screen and (min-width: 600px) {

	.top-baner:not(.slideImages)  .main-slider  .swiper-slide {
		height: 310px!important;
	}

	.top-baner.slideImages  .main-slider  .swiper-slide {
		height: 230px!important;
	}

	.main-slider .subtitle, .main-slider .title {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) {

	.top-baner:not(.slideImages)  .main-slider  .swiper-slide {
		height: 420px!important;
	}

	.top-baner.slideImages  .main-slider  .swiper-slide {
		height: 280px!important;
	}

}

@media screen and (min-width: 768px) and (orientation: portrait) {

	.main-slider .subtitle, .main-slider .title {
		font-size: 25px;
	}

}

@media screen and (min-width: 992px) {

	.top-baner {
		margin-top: 200px;
	}

	.top-baner:not(.slideImages)  .main-slider  .swiper-slide {
		height: 490px!important;
	}

	.top-baner.slideImages  .main-slider  .swiper-slide {
		height: 375px!important;
	}

	.main-slider .subtitle, .main-slider .title {
		font-size: 38px;
	}
}

@media screen and (min-width: 1200px) {

	.top-baner:not(.slideImages)  .main-slider  .swiper-slide {
		height: 615px!important;
	}

}

@media screen and (min-width: 1366px) {

	.top-baner {
		margin-top: 200px;
	}

	.top-baner:not(.slideImages)  .main-slider  .swiper-slide {
		height: calc(100vh - 200px)!important;;
	}

	.main-slider .swiper-slide .vertical-align{
		padding-top: 0;
	}

}

@media screen and (min-width: 1680px) {

	.top-baner:not(.slideImages) {
		margin-top: 80px;
	}

	.top-baner:not(.slideImages)  .main-slider  .swiper-slide {
		height: calc(100vh - 80px)!important;
	}

	.main-slider .subtitle, .main-slider .title {
		font-size: 60px;
	}

	.top-baner.slideImages {
		margin-top: 160px;
	}

	.top-baner.slideImages  .main-slider  .swiper-slide {
		height: 500px!important;
	}
}


/* BENEFITS */

.benefits-block .tp_entry .tp_image .over-image{
    background-color: rgba(94, 94, 94, .7);
    height: 100%;
    display: table;
    width: 100%;
    text-align: center;
}

.benefits-block .tp_entry .tp_image .over-image .wrapper{
    display: table-cell;
    vertical-align: middle;
}

.benefits-block .tp_entry:hover .tp_image {
    top: -140px;
}

.benefits-block .tp_content{
    top: 60px;
    height: 140px;
    display: table;
}

.benefits-block .tp_content > .wrapper{
    display: table-cell;
    vertical-align: middle;
}

.benefits-block .tp_entry .tp_image .over-image .wrapper .benefit-family-icon,
.benefits-block .tp_entry .tp_image .over-image .wrapper .benefit-beach-icon,
.benefits-block .tp_entry .tp_image .over-image .wrapper .benefit-lock-icon,
.benefits-block .tp_entry .tp_image .over-image .wrapper .benefit-suitcase-icon{
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

.benefits-block .tp_entry .tp_image .over-image .wrapper .benefit-lock-icon{
    background-image: url('../images/benefit-lock-icon.png');
    width: 37px;
    height: 66px;
}

.benefits-block .tp_entry .tp_image .over-image .wrapper .benefit-suitcase-icon{
    background-image: url('../images/benefit-suitcase-icon.png');
    width: 54px;
    height: 50px;
}

.benefits-block .tp_entry .tp_image .over-image .wrapper .benefit-beach-icon{
    background-image: url('../images/benefit-beach-icon.png');
    width: 62px;
    height: 57px;
}

.benefits-block .tp_entry .tp_image .over-image .wrapper .benefit-family-icon{
    background-image: url('../images/benefit-family-icon.png');
    width: 65px;
    height: 57px;
}

.benefits-block .tp_entry .tp_image .over-image .wrapper .benefit-shawer-icon{
    background-image: url('../images/benefit-shawer-icon.png');
    width: 40px;
    height: 56px;
}

.benefits-block .tp_entry{
    background-color: rgba(234, 234, 234, .8);
}

.benefits-block .tp_entry .tp_image .over-image .wrapper .title{
    font-family: Lato-Bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 15px;
    display: inline-block;
    padding: 0;
    width: 50%;
}

.benefits-block .tp_entry .tp_image .over-image .wrapper img{
    display: block;
    text-align: center;
    margin: 0 auto;
}

body.prestige .benefits-block .tp_entry .tp_content .title{
    color: #634B2E;
}

.benefits-block .tp_entry .tp_content .title{
    display: none;
    color: #4C6E8D;
    font-size: 16px;
    font-family: Lato-Bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
}

.benefits-block .tp_entry .tp_content .description,
.benefits-block .tp_entry .tp_content .description p{
    color: #737172;
    font-size: 15px;
    font-family: Lato;
    text-align: center;
}

body.prestige .benefits-block .tp_entry .tp_content .more-info{
    color: #634B2E;
}

.benefits-block .tp_entry .tp_content .more-info{
    color: #4C6E8D;
    font-size: 14px;
    font-family: Lato-Bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

.benefits-block .benefits-slider .owl-wrapper-outer:hover{
    padding-top: 140px;
    margin-top: -140px;
    z-index: 9;
}

@media screen and (max-width: 991px) {

    .benefits-block .benefits-slider .owl-wrapper-outer{
        padding-top: 0px;
        margin-top: 0px;
        z-index: 0;
    }

    .benefits-block .tp_content {
        top: 0px;
        height: 200px;
        display: table;
        z-index: 999;
        position: absolute;
        bottom: 0;
        opacity: 1;
    }

    .benefits-block .tp_image {
        opacity: .3;
    }

    .benefits-block .tp_entry .tp_image .over-image .wrapper{
        display: none;
    }

    .benefits-block .tp_entry:hover .tp_image{
        top: 0;
    }

    .benefits-block .tp_entry .tp_content .title{
        display: block;
    }

}

/* OFFERS BLOCK */

.offers-custom-block{

}

body#default-destiny .offers-custom-block,
body#offers .offers-custom-block,
body#default .offers-custom-block,
body#hotel-list .offers-custom-block,
body#destinies .offers-custom-block,
body#brand .offers-custom-block{
    background-color: rgba(234, 234, 234, .7);
    padding-bottom: 100px;
}

.head-style-1{
    text-align: center;
    padding-top: 65px;
    padding-bottom: 65px;
}

.head-style-1 > .title{
    font-family: Lato-Light;
    font-size: 40px;
    color: #5E5E5E;
    display: block;
    padding: 0;
}

body.resort .head-style-1 > .title{
    color: #003B65;
}

body.prestige .head-style-1 > .title{
    color: #634B2E;
}

.head-style-1 > .title:after{
    background-color: #003B65;
    display: block;
    height: 1px;
    width: 50px;
    content: '';
    margin: 20px auto;
}

body.resort .head-style-1 > .title:after{
    background-color: #8DA5B5;
}

body.prestige .head-style-1 > .title:after{
    background-color: #BFAE99;
}

.head-style-1 > .subtitle,
.head-style-1 > .subtitle p{
    font-family: Lato;
    font-size: 15px;
    color: #737172;
    margin: 0 auto;
    line-height: 25px;
}

.head-style-1 .description,
.head-style-1 .description p{
    font-family: Lato;
    color: #737172;
    font-size: 15px;
}

.head-style-1 .description h2{
    margin: 15px 0 10px 0;
    font-size: 24px;
}

.offers-custom-block .offers-slider .vertical-top .title,
.offers-custom-block .offers-slider .vertical-top .subtitle{
    font-family: Lato-Light;
    color: #FFFFFF;
    display: block;
    font-size: 25px;
    padding: 2px 0;
    text-align: center;
}

.offers-custom-block .offers-slider .vertical-top .subtitle{
    text-transform: uppercase;
}

.offers-custom-block .offers-slider .vertical-middle{
    position: absolute;
    top: 35%;
    text-align: center;
    display: table;
    width: 100%;
    height: 100px;
}

.offers-custom-block .offers-slider .vertical-middle .vertical-wrapper{
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 100px;
}

.offers-custom-block .offers-slider .vertical-middle .vertical-wrapper > img{
    max-width: 150px;
}

.offers-custom-block .offers-slider .vertical-bottom .description p{
    color: #FFFFFF;
    font-family: Lato-Bold;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
}

.offers-custom-block .offers-block .tour-layer{
    opacity: 1;
}

.offers-custom-block .offers-block.prestige:hover .tour-layer{
    background: rgba(99, 75, 46, .7);
}

.offers-custom-block .offers-block.prestige .tour-layer{
    background: rgba(124, 101, 71, .7);
}

.offers-custom-block .offers-block.resort .tour-layer{
    background: rgba(76, 110, 141, .7);
}

.offers-custom-block .offers-block.resort:hover .tour-layer{
    background: rgba(0, 59, 101, .7);
}

.offers-custom-block .offers-block.resort .round-button{
    background-color: rgba(209, 223, 229, .8);
    color: #4C6E8D;
}

.offers-custom-block .offers-block.resort:hover .round-button{
    background-color: rgba(209, 223, 229, 1);
}

.offers-custom-block .offers-block.prestige .round-button{
    background-color: rgba(239, 230, 220, .8);
    color: #7C6547;
}

.offers-custom-block .offers-block.prestige:hover .round-button{
    background-color: rgba(239, 230, 220, 1);
}

body[data-color=theme-1] .arr-s-1 .sw-arrow:hover{
    border: 0;
}

.sw-arrow > img,
body .info-brand-block  .offers-arrow > img,
body .offers-custom-block .offers-arrow > img{
    top: 50%;
    position: absolute;
    margin-top: -5px;
    left: 50%;
    margin-left: -2.5px;
}

.info-home-block .swiper-arrow-left,
.info-home-block .swiper-arrow-right,
body .info-brand-block .offers-arrow,
body .offers-custom-block .offers-arrow{
    background: rgba(183, 183, 183, .8);
    border: 0;
}

body .info-brand-block .offers-arrow:hover,
.info-home-block .swiper-arrow-left:hover,
.info-home-block .swiper-arrow-right:hover,
body .offers-custom-block .offers-arrow:hover{
    background: rgba(183, 183, 183, 1);
    border: 0;
}


body .info-brand-block .offers-arrow:hover span,
.info-home-block .swiper-arrow-left:hover span,
.info-home-block .swiper-arrow-right:hover span,
body .offers-custom-block .offers-arrow:hover span{
    color: #FFFFFF;
}

.offers-custom-block .offers-slider .vertical-bottom{
    text-align: center;
}

@media only screen and (min-width: 1300px) {
    .offers-arrow.swiper-arrow-left{
        left: -50px;
    }

    .offers-arrow.swiper-arrow-right {
        right: -50px;
    }
}

/* INFO BLOCK HOME */

.info-home-block{
    background-image: url('../images/bg-info-home.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin-top: 120px;
    position: relative;
}

.info-home-block:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;

    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,0) 47%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,0) 47%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 3%,rgba(255,255,255,0) 47%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


.info-home-block:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50%;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 53%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 53%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 53%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.info-home-block .container{
    z-index: 9;
    position: relative;
}

.info-home-block .block-content{
    background: rgba(255, 255, 255, .9);
    padding: 85px 60px;
    margin: 100px 0;
}

.info-home-block .block-content .head{
    text-align: center;
}

.info-home-block .block-content .head .title,
.info-home-block .block-content .head h1,
.head-style-1 h1{
    font-family: Lato-Light;
    color: #003B65;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

.info-section-block .head-style-1 h1{
    color: #5E5E5E;
    width: auto;
}

.head-style-1 h2{
    font-family: Lato-Light;
    font-size: 40px;
    color: #5E5E5E;
    display: block;
    padding: 0;
    text-transform: none;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
}

.info-section-block .head-style-1 h2 p,
#contact .head-style-1 h2{
    font-size: 15px;
    font-family: Lato;
    color: #737172;
    line-height: 25px;
}

.head-style-1 h1:after,
#home .head-style-1 h2:after{
    background-color: #003B65;
    display: block;
    height: 1px;
    width: 50px;
    content: '';
    margin: 20px auto;
}

body.prestige .info-home-block .block-content .head .subtitle,
body.prestige .info-home-block .block-content .head .title,
body.prestige .info-home-block .block-content .head h1
body.prestige .info-home-block .block-content .head h2{
    color: #634B2E;
}

.info-home-block .block-content .head .subtitle,
.info-home-block .block-content .head h2{
    font-family: Lato-Light;
    color: #003B65;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    display: block;
    width: 80%;
    margin: 15px auto 0 auto;
    padding: 0;
}

.info-home-block .block-content .head .description{
    margin: 30px 0;
    padding: 0 15px;
}

.info-home-block .block-content .head .description,
.info-home-block .block-content .head .description p{
    font-family: Lato;
    color: #737172;
    font-size: 15px;
}

.info-home-block .block-content .head .description h2{
    margin: 15px 0 10px 0;
    font-size: 24px;
}

.info-home-block .block-content .head .collapse-group{
    margin-bottom: 25px;
}

.info-home-block .block-content .content{
    text-align: center;
}

.info-home-block .block-content .content .quality-icons{
    margin: 0 auto;
}

.info-home-block .block-content .content .info-home-gallery,
.info-home-block .block-content .content .reproductor-video{
    margin: 30px auto;
    position: relative;
}

.round-button,
.info-home-block .block-content .round-button{
    color: #FFFFFF;
    background-color: rgba(137, 137, 137, .8);
}

.round-button:hover,
.info-home-block .block-content .round-button:hover{
    background-color: rgba(137, 137, 137, 1);
}

@media only screen and (min-width: 992px){
    .info-home-block .block-content .content .info-home-gallery{
        width: 75%;
    }
    .info-home-block .block-content .content .reproductor-video{
        width: 100%;
    }
}

body.resort .plyr__play-large,
.plyr__play-large{
    border: 0;
    height: 120px;
    width: 120px;
}

body.resort .plyr__play-large,
.plyr__play-large{
    background: rgba(76, 110, 141, .7);
}

.plyr__play-large:hover,
body.resort .plyr__play-large:hover{
    background: rgba(76, 110, 141, 1);
}

body.prestige .plyr__play-large{
    background: rgba(124, 101, 71, .7);
}

body.prestige .plyr__play-large:hover{
    background: rgba(124, 101, 71, 1);
}

.plyr__sr-only{
    display: none;
}

.plyr__play-large:before{
    content: '';
    background-image: url('../images/video-play.png');
    width: 26px;
    height: 51px;
    display: block;
    margin: 0 auto;
}

.plyr__play-large svg{
    display: none;
}

/* OUR DESTIENIES BLOCK */

.our-destinies-block{

}

.our-destinies-block .head{

}

.our-destinies-block .item .link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.our-destinies-block .item .tour-layer{
    opacity: 1;
    background-color: rgba(94, 94, 94, .3);
}

.our-destinies-block .black-hover:hover .tour-layer,
.our-destinies-block .tour-block:hover .tour-layer{
    background-color: rgba(94, 94, 94, .7);
}

.our-destinies-block .item .vertical-align .title{
    display: block;
    font-family: Lato-Hairline;
    font-size: 60px;
    color: #FFFFFF;
    margin: 10px 0;
    padding: 0;
}

.our-destinies-block .item .vertical-align .subtitle{
    display: block;
    font-family: Lato-LightItalic;
    font-size: 21px;
    color: #FFFFFF;
    margin: 10px 0;
    padding: 0;
}

.our-destinies-block .silhouette-maps{
    margin: 30px 0 75px 0;
}

.our-destinies-block .silhouette-maps .silhouette-head{
    text-align: right;
}

.our-destinies-block .silhouette-maps .silhouette-head .title{
    display: block;
    font-family: Lato-Light;
    font-size: 40px;
    color: #5E5E5E;
    margin: 0;
    padding: 0;
    margin-top: 20%;
}

.our-destinies-block .silhouette-maps .title .highlight1{
    color: #4C6E8D;
}

.our-destinies-block .silhouette-maps .title .highlight2{
    color: #7C6547;
}

.info-map-section-block .silhouette-maps .contry-item .title,
.our-destinies-block .silhouette-maps .contry-item .title{
    display: block;
    text-align: center;
    color: #737172;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Lato-Bold;
    padding: 0;
    margin: 5px 0 0 0;
}

.info-map-section-block .silhouette-maps .contry-item .img-wrapper,
.our-destinies-block .silhouette-maps .contry-item .img-wrapper{
    height: 150px;
    display: table;
    width: 100%;
    position: relative;
}

.info-map-section-block .silhouette-maps .contry-item .img-wrapper .wrapper-cell,
.our-destinies-block .silhouette-maps .contry-item .img-wrapper  .wrapper-cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.our-destinies-block .silhouette-maps .contry-item:hover img{
    box-shadow: none !important;
}

.info-map-section-block .silhouette-maps .contry-item .img-wrapper:after,
.our-destinies-block .silhouette-maps .contry-item .img-wrapper:after{
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
    border: 6px solid transparent;
    content: '';
    border-radius: 100%;
    position: absolute;
    height: 150px;
    width: 150px;
    top: -5px;
    left: 50%;
    margin-left: -75px;
    display: block;
}

.info-map-section-block .silhouette-maps .silhouette-slider .item,
.our-destinies-block .silhouette-maps .silhouette-slider .item{
    margin-top: 10px;
}

.info-map-section-block .silhouette-maps .contry-item:hover .img-wrapper:after,
.our-destinies-block .silhouette-maps .contry-item:hover .img-wrapper:after{
    border: 6px solid #4C6E8D;
}

.our-destinies-block .silhouette-maps .contry-item .img-wrapper .wrapper-cell{
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}

.info-map-section-block .silhouette-maps .contry-item .img-wrapper .silueta,
.our-destinies-block .silhouette-maps .contry-item .img-wrapper .silueta{
    font-size: 70px;
}

.our-destinies-block .silhouette-maps .contry-item .img-wrapper .silueta{
    color: #8DA5B5;
}

@media only screen and (max-width: 991px){

    .our-destinies-block .silhouette-maps .silhouette-head{
        text-align: center;
        margin-bottom: 30px;
    }

}

/* INSOTEL BRAND BLOCK */

.insotel-brand-block{

}

.insotel-brand-block .content > div{
    background-size: cover;
    height: 485px;
}

.insotel-brand-block .content > .resort{
    background-image: url('../images/bg-insotel-brand-resort.png');
}

.insotel-brand-block .content > .resort:hover:after{
    background-color: rgba(209, 223, 229, .9);
}

.insotel-brand-block .content > .prestige:hover:after{
    background-color: rgba(239, 230, 220, .9);
}

.insotel-brand-block .content > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.insotel-brand-block .content > .resort:after{
    background-color: rgba(0, 59, 101, .7);
}

.insotel-brand-block .content > .prestige{
    background-image: url('../images/bg-insotel-brand-prestige.png');
}

.insotel-brand-block .content > .prestige:after{
    background-color: rgba(99, 75, 46, .7);
}

.insotel-brand-block .content > div:hover .logo{
    opacity: 0;
}

.insotel-brand-block .content .logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    display: table;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.insotel-brand-block .content .logo .wrapper{
    vertical-align: middle;
    height: 100%;
    display: table-cell;
}

.insotel-brand-block .content > div:hover .info{
    opacity: 1;
}

.insotel-brand-block .content .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    display: table;
    opacity: 0;
}

.insotel-brand-block .content .info .wrapper{
    vertical-align: middle;
    height: 100%;
    display: table-cell;
}

.insotel-brand-block .content > div .info .title{
    font-family: Lato-Bold;
    text-transform: uppercase;
    font-size: 21px;
    display: block;
    text-align: center;
    padding: 0;
}

.insotel-brand-block .content > .resort .info .title{
    color: #003B65;
}

.insotel-brand-block .content > div .info .description{
    margin: 30px 0;
    display: block;
}

.insotel-brand-block .content > div .info .description,
.insotel-brand-block .content > div .info .description p{
    font-family: Lato;
    color: #737172;
    font-size: 15px;
    display: block;
    text-align: center;
}

.insotel-brand-block .content > .resort .info .round-button {
    background-color: rgba(76, 110, 141, .8);
    color: #FFFFFF;
}

.insotel-brand-block .content > .prestige .info .title{
    color: #634B2E;
}

.insotel-brand-block .content > .prestige .info .round-button {
    background-color: rgba(124, 101, 71, .8);
    color: #FFFFFF;
}

@media only screen and (max-width: 991px){

    .insotel-brand-block .content > div{
        height: 350px;
    }

}

/* HOTEL INSOTEL BLOCK */

.hotel-insotel-block .logo-block .hotel-logo{
    width: 285px;
    height: 230px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.hotel-insotel-block .logo-block .hotel-logo > img{
    width: auto;
    margin: 0 auto;
    opacity: .6;
}

.hotel-insotel-block .logo-block .hotel-logo:hover > img{
    opacity: 1;
}

.hotel-insotel-block .logo-block div[class^=col-]:nth-child(4n) .investor-logo{
    border-right: 0;
}

.hotel-insotel-block .logo-block div[class^=col-]:nth-child(6n) .investor-logo{
    border-right: 1px solid #B7B7B7;
}

.hotel-insotel-block .logo-block div[class^=col-]:nth-last-child(5) .investor-logo,
.hotel-insotel-block .logo-block div[class^=col-]:nth-last-child(6) .investor-logo{
    border-bottom: 1px solid #B7B7B7;
}

.hotel-insotel-block .logo-block .hotel-logo {
    border-bottom: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
    border-color: #B7B7B7;
}

@media only screen and (max-width: 991px){

    .hotel-insotel-block .logo-block .owl-item > div{
        display: table;
        width: 100%;
    }

    .hotel-insotel-block .logo-block .hotel-logo{
        border: 0;
        height: 180px;
        width: 100%;
    }

}

/* HOTELS QUICK VIEW BLOCK */
#brand .hotel-choose-1 .arrows-3 .swiper-arrow-right,
#brand .hotel-choose-1 .arrows-3 .swiper-arrow-left{
    display: none;
}

.hotels-quick-view-block .item-block > img{
    opacity: .95;
}

.hotels-quick-view-block .item-block:hover > img{
    opacity: 1;
}

.hotels-quick-view-block .item-block .vertical-align img{
    width: auto;
}

.hotels-quick-view-block .item-block .vertical-align{
    padding: 20px;
    text-align: center;
    opacity: 0;

    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.hotels-quick-view-block .item-block .vertical-align img{
    margin: 0 auto;
}

.hotels-quick-view-block .item-block .vertical-align .title{
    font-family: Lato-Light;
    font-size: 30px;
    display: block;
    padding: 0;
    margin-top: 20px;
}

.hotels-quick-view-block .item-block .vertical-align .title:after{
    content: '';
    display: block;
    height: 1px;
    width: 300px;
    margin: 20px auto;
    background-color: #FFFFFF;
}

.hotels-quick-view-block .item-block .vertical-align .subtitle{
    font-family: Lato-LightItalic;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.hotels-quick-view-block .item-block .vertical-align .round-button{
    display: inline-block;
}

.hotels-quick-view-block .item-block.resort .tour-layer{
    background-color: rgba(0, 59, 101, .8);
}

.hotels-quick-view-block .item-block.prestige .tour-layer{
    background-color: rgba(99, 75, 46, .8);
}

.hotels-quick-view-block .item-block:hover .vertical-align{
    opacity: 1;
}

@media only screen and (max-width: 991px){
    .hotels-quick-view-block .item-block .vertical-align,
    .hotels-quick-view-block .item-block .tour-layer{
        opacity: 1;
        z-index: 9;
    }

    .hotels-quick-view-block .item-block{
        height: 350px;
        overflow: hidden;
        margin-bottom: 5px;
    }
}

/* CONTACT BLOCK */

.contact-block{

}

.contact-form textarea {
    margin-bottom: 30px;
}

.contact-block .drop-wrap.color-2,
.contact-block .input-style-1.color-2 input:not([type=checkbox]),
.contact-block input:not([type=checkbox]){
    height: 50px;
}

.contact-form .area-style-1.color-1,
.contact-block .drop-wrap.color-2,
.contact-block .input-style-1.color-2 input,
.contact-block input{
    border-radius: 20px;
    border-color: rgba(115, 113, 114, .8);
    font-family: Lato-Bold;
    font-size: 14px;
    color: #737172;
}

.contact-block #contact-destiny-select{
    height: 50px;
    border:1px solid;
    border-radius: 20px;
    border-color: rgba(115, 113, 114, .8);
    font-family: Lato;
    font-size: 14px;
    color: #737172;
    padding: 0 20px 0 21px;
    width: 100%;

}

.contact-form .drop-wrap.color-2 .drop-list{
    color: #4C6E8D;
    line-height: 50px;
}

.contact-block .drop b{
    font-family: Lato-Bold;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
}

.contact-block .round-button{
    color: #FFFFFF;
    background-color: rgba(76, 110, 141, .8);
}

.contact-block .round-button:hover{
    background-color: rgba(76, 110, 141, 1);
}

body.prestige .contact-block .round-button{
    background-color: rgba(124, 101, 71, .8);
}

body.prestige .contact-block .round-button:hover{
    background-color: rgba(124, 101, 71, 1);
}

.contact-block .contact-about{
    margin-bottom: 40px;
}

.contact-block .contact-info .title,
.contact-block .contact-about .title{
    padding: 0;
    margin-bottom: 15px;
    display: block;
    color: #4C6E8D;
    font-size: 18px;
    font-family: Lato-Bold;
}

body.prestige .contact-block .contact-info i,
body.prestige .contact-block .contact-info .title,
body.prestige .contact-block .contact-about .title{
    color: #7C6547;
}

.contact-block .contact-info .contact-line,
.contact-block .contact-info,
.contact-block .contact-about{
    color: #737172;
    font-size: 15px;
    font-family: Lato;
    font-weight: normal;
    margin: 10px 0;
    line-height: 25px;
}

.contact-block .contact-info{
    margin-top: 20px;
}

.contact-block .contact-info .contact-line{
    position: relative;
    padding-left: 35px;
}

.contact-block .contact-form{
    margin-bottom: 30px;
    color: #737172;
}

.contact-block .contact-info .contact-line i{
    position: absolute;
    left: 0;
    margin: 0;
    color: #4C6E8D;
    font-size: 18px;
}

body.prestige .contact-block .contact-info .contact-line i{
    color: #7C6547;
}

.contact-block .contact-info .contact-line i.neotheme-location{
    font-size: 24px;
}

.contact-block .contact-socail{
    margin-top: 30px;
}

.contact-block .contact-socail a{
    font-size: 21px;
    margin-right: 15px;

    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.contact-block .contact-socail a:hover .fa-facebook-official{
    color: #4561A0;
}

.contact-block .contact-socail a:hover .fa-twitter{
    color: #25A7DF;
}

.contact-block .contact-socail a .fa-instagram{
    font-size: 23px;
}

.contact-block .contact-socail a:hover .fa-instagram:before{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7024c4+0,c21975+40,c74c4d+70,e09b3d+100 */
    background: rgb(112,36,196); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(112,36,196,1) 0%, rgba(194,25,117,1) 40%, rgba(199,76,77,1) 70%, rgba(224,155,61,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(112,36,196,1) 0%,rgba(194,25,117,1) 40%,rgba(199,76,77,1) 70%,rgba(224,155,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(112,36,196,1) 0%,rgba(194,25,117,1) 40%,rgba(199,76,77,1) 70%,rgba(224,155,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7024c4', endColorstr='#e09b3d',GradientType=0 ); /* IE6-9 */

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-block .contact-socail a:hover .fa-youtube-play{
    color: #CD1617;
}

.contact-block .contact-socail a:hover .fa-google-plus{
    color: #F93F2D;
}

.contact-block .contact-socail a:hover .fa-pinterest{
    color: #CC2327;
}

.contact-block button[type=submit]{
    margin-top: 30px;
}

/*FAQS*/
#faqs{
    margin-bottom: 150px;
}

#faqs .faq-menu{
    border: 1px solid #e5e5e5;
    padding: 10px;
}

#faqs .contenedor-preguntas{
    display: none;
}

#faqs .faq-menu .faq-menu-titulo{
   font-family: Lato;
    color: #737172;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 10px 0;
}

#faqs .faq-menu .faq-menu-pregunta{
    padding: 3px 10px;
}

#faqs .faq-menu .faq-menu-pregunta a{
    font-family: Lato;
    color: #737172;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

#faqs .faq-menu .faq-menu-pregunta:hover{
    background-color: #f5f5f5;
}

#faqs .ficha .titulo{
    font-size: 30px;
    font-weight: 100;
    font-family: Lato-Light;
    line-height: 20px;
    color: #003B65;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

#faqs .ficha .contenido .titulo-pregunta{
    font-size: 24px;
    font-family: Lato-Light;
    font-weight: 100;
    margin-bottom: 20px;
    color: #003B65;
}

#faqs .ficha .contenido .contenido-pregunta p{
    font-family: Lato;
    color: #737172;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

#faqs .ficha .contenido{
    padding: 0 20px;
}

#faqs .ficha .contenido hr{
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

#faqs .faq-menu-titulo .accordion{
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-family: Lato-Light;
    color: #003B65;
    min-height: 20px;
}

#faqs .faq-menu-titulo .accordion:before{
	content: '\02795';
    font-size: 9px;
    float: left;
    color: #003B65;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0;
}

#faqs .faq-menu-titulo .accordion.active:before{
    content: "\2796";
    color: #003B65;
}

#faqs .faq-menu-pregunta.show{
    opacity: 1;
}

@media (max-width: 992px){
    #faqs .faq-menu{
        margin-bottom: 20px;
    }
}

/*END FAQS*/

body.prestige .contact-block,
body.resort .contact-block{
    background: #EAEAEA;
}

body.prestige .offers-custom-block,
body.resort .offers-custom-block{
    margin-bottom: 120px;
}

body.prestige .contact-form .area-style-1.color-1,
body.prestige .contact-block .drop-wrap.color-2,
body.prestige .contact-block .input-style-1.color-2 input,
body.prestige .contact-block input,
body.resort .contact-form .area-style-1.color-1,
body.resort .contact-block .drop-wrap.color-2,
body.resort .contact-block .input-style-1.color-2 input,
body.resort .contact-block input,
body.resort #contact-destiny-select,
body.prestige #contact-destiny-select{
    border: 0;
    background: #FFFFFF;
}

/* FOOTER */

footer{
    background: #EAEAEA;
    padding: 0;
}

footer .upper-footer{
    padding: 60px 0;
    text-align: center;
}

footer .upper-footer .logo{
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}

footer .upper-footer .contact-info{
    margin: 30px 0;
}

footer .upper-footer .contact-info > li{
    margin: 0 15px;
    color: #737172;
    font-family: Lato;
    font-size: 15px;
    display: inline-block;
}

footer .upper-footer .contact-info > li i{
    color: #4C6E8D;
    font-size: 16px;
    margin-right: 5px;
}

footer .upper-footer .contact-info > li i.neotheme-location{
    font-size: 20px;
}

body.prestige footer .upper-footer .contact-info > li i{
    color: #7C6547;
}

footer .upper-footer .contact-info > li > img{
    margin-right: 5px;
    vertical-align: middle;
}

footer .upper-footer .contact-info > li:first-child{
    display: block;
    margin-bottom: 5px;
}

footer .upper-footer .social-networks > li{
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

footer .upper-footer .social-networks > li > a{
    display: block;
}

footer .upper-footer .social-networks > li i{
    border-radius: 100px;
    color: #FFFFFF;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

footer .upper-footer .social-networks > li i.fa-facebook{
    background: #4561A0;
}

footer .upper-footer .social-networks > li i.fa-twitter{
    background: #25A7DF;
}

footer .upper-footer .social-networks > li i.fa-instagram{
    font-size: 18px;

    background: rgb(112,36,196); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(112,36,196,1) 0%, rgba(194,25,117,1) 40%, rgba(199,76,77,1) 70%, rgba(224,155,61,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(112,36,196,1) 0%,rgba(194,25,117,1) 40%,rgba(199,76,77,1) 70%,rgba(224,155,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(112,36,196,1) 0%,rgba(194,25,117,1) 40%,rgba(199,76,77,1) 70%,rgba(224,155,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7024c4', endColorstr='#e09b3d',GradientType=0 ); /* IE6-9 */
}

footer .upper-footer .social-networks > li i.fa-youtube-play{
    background: #CD1617;
}

footer .upper-footer .social-networks > li i.fa-google-plus{
    background: #F93F2D;
}

footer .upper-footer .social-networks > li i.fa-pinterest{
    font-size: 20px;
    background: #CC2327;
}

footer .upper-footer .social-networks > li i.fa-flickr{
    background: #0063db;
}

footer .upper-footer .social-networks > li i.fa-wordpress{
    background: #a5a5a5;
}

footer .upper-footer .multiple-links{
    margin-top: 30px;
}

footer .upper-footer .multiple-links > div{
    margin-bottom: 20px;
}

footer .upper-footer .multiple-links .title{
    display: block;
    padding: 0;
    color: #4C6E8D;
    text-transform: uppercase;
    margin-bottom: 15px;
}

body.prestige footer .footer-link .footer-link-down .poweredby i,
body.prestige footer .upper-footer .multiple-links .title{
    color: #7C6547;
}

footer .upper-footer .multiple-links a{
    color: #737172;
    font-size: 13px;
    font-family: Lato;
}

footer .footer-link{
    background: #FFFFFF;
    color: #898989;
    padding: 30px 20px;
}

footer .footer-link .quality-logo{
    width: 178px;
    vertical-align: middle;
}

footer .footer-link ul > li > a:hover,
footer .footer-link .footer-link-down li.poweredby span,
footer .footer-link a{
    color: #898989;
    font-family: Lato;
    font-size: 11px;
}

footer .footer-link ul{
    float: none;
    display: inline-block;
    margin: 20px 20px 0 20px;
}

body.prestige footer .footer-link ul > li{
    color: #7C6547;
}

footer .footer-link ul > li{
    list-style: disc;
    color: #4C6E8D;
    margin: 0 10px 0 15px;
}

footer .footer-link ul > li:first-child{
    list-style: none;
}

footer .footer-link .footer-link-upper,
footer .footer-link .footer-link-down{
    text-align: center;
}

footer .footer-link .footer-link-down ul.links a{
    text-transform: initial;
}

footer .footer-link .footer-link-down .poweredby{
    text-transform: none;
}

footer .footer-link .footer-link-down .poweredby i{
    color: #4C6E8D;
    font-size: 17px;
    vertical-align: text-top;
    line-height: 15px;
}

footer .footer-link .footer-link-down .poweredby a i{
    line-height: 12px;
}

@media only screen and (max-width: 991px){

    footer .footer-link .footer-link-upper ul.links{
        margin-bottom: 20px;
    }

    footer .footer-link .footer-link-upper ul.links > li{
        width: 50%;
        padding: 5px 10px 5px 15px;
        margin: 0;
        list-style: none;
    }

    footer .footer-link .footer-link-down ul.links{
        margin-left: 0;
        margin-right: 0;
    }

    footer .footer-link .footer-link-down ul.links > li{
        list-style: none;
        margin: 0;
    }

}

@media only screen and (max-width: 400px){

    footer .footer-link .footer-link-upper ul.links{
        margin-left: 0;
        margin-right: 0;
    }

    footer .footer-link .footer-link-upper ul.links > li {
        width: auto;
        display: block;
        float: none;
        margin: 0;
    }


}

@media only screen and (max-width: 360px){
    .round-button+.moreinfo-btn,
    .round-button+.homemoreinfo-btn{
        margin: 10px auto;
    }

}

/* LOCATION BLOCK */
.location-block {
	position: relative;
}

	.location-block .map{
		height: 700px;
		background-size: cover;
		background-position: 50% 50%;
	}

		.location-block  .map::before {
			position: absolute;
			width: 100%;
			height: 100%;
			content: '';
			background-color: rgba(236, 236, 235, 0.4);
		}

		.location-block .not-background-image {
			background-image: none!important;
		}

		.location-block  .not-background-image::before {
			display: none;
		}

		.location-block  .container-show-location {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			width: auto;
		}

			.location-block   .button--show-location {
				opacity: 1;
				visibility: visible;
				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-ms-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}

			.location-block   .button--show-location.button--hide {
				opacity: 0;
				visibility: hidden;
			}

body#hotel-home .location-block{
    margin-bottom: 140px;
}

.location-block .map .infobubble{
    text-align: center;
    padding: 0px 15px;
    height: 100%;
    width: 100%;
    display: table;
}

.location-block .map .infobubble .wrapper{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.location-block .map .js-info-bubble-close{
    margin-right: 10px;
    margin-top: 10px;
}

.location-block .map .infobubble ul > li{
    color: #737172;
    font-size: 13px;
    font-family: Lato;
}

.location-block .map .infobubble ul{
    margin-top: 20px;
}

.location-block .map .infobubble ul > li{
    line-height: 22px;
    font-size: 13px;
    font-family: Lato;
}

.location-block .map .infobubble .resort ul > li.info{
    color: #4C6E8D;
}

.location-block .map .infobubble .prestige ul > li.info{
    color: #7C6547;
}

.location-block .map .infobubble .resort ul > li.phone:before{
    background-image: url('../images/contact-phone-icon.png');
}

.location-block .map .infobubble .prestige ul > li.phone:before{
    background-image: url('../images/contact-phone-prestige-icon.png');
}

.location-block .map .infobubble .resort ul > li.email:before{
    background-image: url('../images/contact-email-icon.png');
}

.location-block .map .infobubble .prestige ul > li.email:before{
    background-image: url('../images/contact-email-prestige-icon.png');
}

.location-block .map .infobubble ul > li.phone:before{
    width: 20px;
    height: 20px;
    background-size: 18px;
}

.location-block .map .infobubble ul > li.email:before{
    width: 18px;
    height: 18px;
    background-size: 16px 12px;
}

.location-block .map .infobubble ul > li.phone:before,
.location-block .map .infobubble ul > li.email:before{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

.location-block .map .infobubble ul > li.info.title{
    padding: 0;
    font-family: Lato-Bold;
    text-transform: uppercase;
}

.location-block .map .infobubble ul > li img.email{
    vertical-align: middle;
    width: 16px;
}

.location-block .map .infobubble ul > li img.phone{
    width: 17px;
}

/* STEACKY BOOKING MASK */

header .sticky-booking-mask{
    background: #FFFFFF;
    -webkit-animation-delay: .5s; /* Chrome, Safari, Opera */
    animation-delay: .5s;
}

header .sticky-booking-mask .booking-mask{
    background-color: rgba(234, 234, 234, .9);
}

header .sticky-booking-mask .container{
    padding: 10px;
}

header .sticky-booking-mask .title{
    margin-bottom: 0;
}

#mobile-mask .input-calendar,
header .sticky-booking-mask .input-promotion,
header .sticky-booking-mask .input-calendar {
    display: block;
    position: relative;
}

#mobile-mask .input-calendar:after,
header .sticky-booking-mask .input-calendar:after {
    content: '\e90a';
    display: inline-block;
    font-family: neobookings-theme;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    color: #898989;
}

body.prestige #mobile-mask .input-calendar:after,
body.prestige header .sticky-booking-mask .input-calendar:after{
    color: #7C6547;
}

body.resort #mobile-mask .input-calendar:after,
body.resort header .sticky-booking-mask .input-calendar:after{
    color: #4C6E8D;
}

header .sticky-booking-mask .input-promotion {

}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{
    background-color: #FFFFFF;
}

header .sticky-booking-mask input,
header .sticky-booking-mask select,
header .sticky-booking-mask select > option {
    border: 0;
    width: 100%;
    padding: 3px 6px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    cursor: pointer;
    padding-right: 35px;
    font-family: Lato;
    color: #898989;
    padding-left: 10px;
    border-radius: 0;
    font-size: 12px;
}

.bookingForm .custom-select select{
    /*background-image: url("./../images/small-arrow-down.png");
    background-repeat: no-repeat;
    background-position-x: calc(93%);
    background-position-y: center;*/
    background-color: #FFFFFF;
    position: relative;
}

.bookingForm .custom-select:after{
    pointer-events: none;
    cursor: default;
    content: '\e909';
    font-family: neobookings-theme;
    position: absolute;
    right: 4px;
    top: 25%;
    color: #898989;
}

body.resort .bookingForm .custom-select:after{
    color: #4C6E8D;
}

body.prestige .bookingForm .custom-select:after{
    color: #7C6547;
}

header .sticky-booking-mask input::-webkit-input-placeholder { font-size: 14px; color: #737172; font-family: Lato; }
header .sticky-booking-mask input:-moz-placeholder { font-size: 14px; color: #737172; font-family: Lato; }
header .sticky-booking-mask input::-moz-placeholder { font-size: 14px; color: #737172; font-family: Lato; }
header .sticky-booking-mask input:-ms-input-placeholder { font-size: 14px; color: #737172; font-family: Lato; }

header .sticky-booking-mask .title{
    font-family: Lato-Bold;
    font-size: 12px;
    color: #898989;
    text-transform: uppercase;
    padding: 9px 0;
    display: block;
	width: 250px;
}

header .sticky-booking-mask .btn-book{
    font-family: Lato-Bold;
    font-size: 12px;
    color: #FFFFFF;
    background: rgba(76, 110, 141, .8);
    border: 0;
    padding: 6px 30px 7px 30px;
    height: 35px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

header .sticky-booking-mask .btn-book:hover{
    background: rgba(76, 110, 141, 1);
}

body.prestige header .sticky-booking-mask .btn-book{
    background: rgba(124, 101, 71, .8);
}

body.prestige header .sticky-booking-mask .btn-book:hover{
    background: rgba(124, 101, 71, 1);
}

.bookingForm .custom-select{
    width: 100%;
    position: relative;
}

header .sticky-booking-mask .bookingForm > div{
    padding: 0 4px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){

    header .sticky-booking-mask .btn-book{
        padding: 6px 15px 7px 15px;
    }

}

/* MOBILE BOOKING MASK */

#mobile-mask{
    height: auto;
    display: none;
    padding: 15px 0px 15px 0;
    background: rgba(59, 59, 59, .3);
    clear: both;
    margin-bottom: 0px;
    margin-top: 121px;
}

#mobile-mask .header{
    padding: 15px 0;
}

body.prestige #mobile-mask .header .title{
    color: #634B2E;
}

#mobile-mask .header .title{
    font-family: Lato-Bold;
    font-size: 18px;
    color: #898989;
    text-transform: uppercase;
    padding: 9px 0;
    display: block;
    text-align: center;
}

#mobile-mask button[type=submit],
#mobile-mask .input-calendar{
    width: 100%;
}

#mobile-mask .container .row form input::-webkit-input-placeholder {  color: #4a4a4a;  }
#mobile-mask .container .row form input:-moz-placeholder {  color: #4a4a4a;  }
#mobile-mask .container .row form input::-moz-placeholder {  color: #4a4a4a;  }
#mobile-mask .container .row form input:-ms-input-placeholder {  color: #4a4a4a;  }

#mobile-mask .container .head{
    padding: 20px 0;
    text-align: center;
    box-shadow: none;
    height: auto;
    overflow: hidden;
}

#mobile-mask .container .head .title{
    font-family: 'PlayfairDisplay-Bold';
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.header .booking-mask .container .title{
    line-height: 30px;
}

#mobile-mask .container form input,
#mobile-mask .container form select{
    border: 0;
    width: 100%;
    padding: 3px 6px;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    height: 35px;
    cursor: pointer;
    padding-right: 35px;
    font-family: Lato;
    color: #737172;
    padding-left: 10px;
    border-radius: 0;
    font-size: 14px;
}

body.prestige #mobile-mask .container form .btn{
    background: rgba(124, 101, 71, .8);
}

#mobile-mask .container form .btn{
    width: 100%;
    max-width: 100%;
    font-family: Lato-Bold;
    font-size: 14px;
    color: #FFFFFF;
    background: rgba(76, 110, 141, .8);
    border: 0;
    padding: 6px 30px 7px 30px;
    height: 35px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

#mobile-mask .container form .btn:hover{
    color: #FFFFFF;
}

@media screen and (max-width: 991px) {

    #mobile-mask {
        display: block;
    }

    #mobile-mask > div{
        width: 300px;
    }

}

@media screen and (max-width: 500px){

    #mobile-mask > div{
        width: auto;
    }

}

/* DATEPICKER */
#ui-datepicker-div {
    top: 110px !important;
}

body:has(header.scrol) #ui-datepicker-div {
    top: 80px !important;
}

.ui-datepicker a,
.ui-datepicker table{
    font-family: Lato;
    font-size: 12px;
    font-weight: normal;
}

body.prestige .ui-datepicker{
    border-color: #7C6547;
}

.ui-datepicker{
    z-index: 9999 !important;
    border: 1px solid rgba(76, 110, 141, 1);
    width: 20em;
    padding: 0;
    background: #fff;
    border-radius: 0;
    font-size: 12px;
    color: #727176;
    z-index: 1000000 !important;
}

body.prestige .ui-datepicker .ui-datepicker-header{
    background: #7C6547;
}

.ui-datepicker .ui-datepicker-header{
    background: rgba(76, 110, 141, 1);
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-title{
    margin: 0;
    line-height: 2.3em
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a,
.ui-datepicker .ui-datepicker-calendar td a:hover{
    background: rgba(76, 110, 141, 1);
}

body.prestige .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a,
body.prestige .ui-datepicker .ui-datepicker-calendar td a:hover{
    background: #7C6547;
}

.ui-datepicker th span{
    color: rgba(76, 110, 141, 1);
}

body.prestige .ui-datepicker th span{
    color: #7C6547;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:before{
    border-right: 5px solid rgba(76, 110, 141, 1);
}

body.prestige .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:before{
    border-right: 5px solid #7C6547;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev{
    top: 13px;
}

/* COOKIES */
#cookie-bar {
    box-sizing:border-box;
    zoom: 1;
    height:auto;
    line-height:24px;
    text-align:center;
    padding:10px 10px;
    position: fixed;
    width:100%;
    z-index:10000;
    font-size: 1em;
    bottom: 0;
}
#cookie-bar.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background: rgba(33,41,52,.85);
    bottom: 0!important;
    display: flex!important;
    overflow-y: scroll;
    right: 0!important;
    transition: opacity .15s ease;
    z-index: 10001;
}

#cookie-bar div.msgcook {
    margin:0 auto;
    padding:0;
    width:100%;
}
#cookie-bar a{
    color: #fff;
    text-decoration: underline;
    font-size: inherit;
}
#cookie-bar a.cb-enable,
#cookie-bar a.cb-disable,
#cookie-bar a.cb-specific {
    width: 165px;
    height: auto;
    text-transform: uppercase;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
}

#cookie-bar .cb-enable,
#cookie-bar .cb-specific {
    color: #ffffff;
    background-color: #4C6E8D;
    font-family: 'Lato-Bold', sans-serif;
}
#cookie-bar .cb-disable {
    color: #FFFFFF;
    background-color: #070060;
}
#cookie-bar .cb-disable:hover {
}
#cookie-bar .cb-policy {
    background:#0033bb;
}
#cookie-bar .cb-policy:hover {
    background:#0055dd;
}

#cookie-bar.fixed  .cookie-bar__container {
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33,41,52,.75);
    display: flex;
    flex-direction: column;
    max-width: 770px;
    min-width: 320px!important;
    overflow: hidden;
    position: relative;
    box-sizing: content-box;
    margin: auto;
    width: 100%;
    color: #737172;
}

#cookie-bar.fixed  .cookie-bar__container  .cb-enable,
#cookie-bar.fixed  .cookie-bar__container  .cb-disable,
#cookie-bar.fixed  .cookie-bar__container  .cb-policy,
#cookie-bar.fixed  .cookie-bar__container  .cb-specific {
    font-family: 'Lato-Bold', sans-serif;
    margin: 20px auto 25px;
    padding: 5px 15px;
    width: auto;
}

#cookie-bar.fixed  .cookie-bar__container  .msgcook {
    text-align: left;
    padding: 25px 25px 0 25px;
}

#cookie-bar.fixed  .cookie-bar__container  a:not(.cb-enable) {
    color: #4C6E8D;
    text-decoration: none;
}

#cookie-bar.fixed  .cookie-bar__container  a.cb-disable,
#cookie-bar.fixed  .cookie-bar__container  a.cb-policy {
    text-decoration: none;
    border: 2px solid #4C6E8D;
    background-color: transparent;
    color: #4C6E8D;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
}

#cookie-bar.fixed  .cookie-bar__container  a.cb-policy {
    padding-top: 6px;
    padding-bottom: 6px;
}

#cookie-bar.fixed .cookie-bar__container  .cb-specific,
#cookie-bar.fixed .cookie-bar__container  .cb-specific:active,
#cookie-bar.fixed .cookie-bar__container  .cb-specific:visited {
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 0;
}

#cookie-bar.fixed  .cookie-bar__container  .msgcook  .title {
    padding: 0 0 15px;
    color: #003B65;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 23px;
    text-align: center;
    display: block;
}
#cookie-bar.fixed  .cookie-bar__container  .msgcook  p {
    font-family: Arial, sans-serif;
    font-size: 0.875em;
    margin-top: 15px;
    line-height: 18px;
}
#cookie-bar.fixed  .cookie-bar__container  .msgcook  p:first-of-type {
    margin-top: 0;
}

.cookie-bar--showing {
    overflow: hidden;
}
.cookie-bar--layer {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -1;
    padding: 25px 10px;
}
.cookie-bar--show-layer {
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: auto;
    transition: opacity 0.5s ease, visibility 0.5s ease 0.25s, z-index 0.5s ease 0.25s;
}

.cookie-bar--management-cookies  .cookie--title {
    text-align: left;
    letter-spacing: 0;
    font-size: 18px;
    color: #4C6E8D;
    font-family: 'Lato-Bold', sans-serif;
}
.cookie-bar--management-cookies  .cookie--header {
    margin-bottom: 15px;
}
.cookie-bar--management-cookies  .row--cookie {
    margin-bottom: 15px;
}
.cookie-bar--management-cookies  .cookie--description {
    font-size: 1rem;
    margin-top: 15px;
}
.cookie-bar--management-cookies  .row--cookie:last-of-type {
    margin-bottom: 0;
}
.cookie-bar--management-cookies  input[type='checkbox'] {
    width: 16px;
    height: 16px;
}
.cookie-bar--management-cookies  p {
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 18px;
}

#cookie-bar .policy-check-container{
    display: flex;
    justify-content: space-between;
}


#cookie-bar .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
#cookie-bar .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
#cookie-bar .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
#cookie-bar .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#cookie-bar input:checked + .slider {
    background-color: #4C6E8D;
}
#cookie-bar input:focus + .slider {
    box-shadow: 0 0 1px #4d8ea4;
}
#cookie-bar input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#cookie-bar .slider.round {
    border-radius: 34px;
}
#cookie-bar .slider.round:before {
    border-radius: 50%;
}

@media all and (max-width: 575px) {
    #cookie-bar .policy-check-container {
        margin: 7px 0 15px;
    }

    #cookie-bar .policy-check-container .cookie-check-text {
        order: 2;
        flex: auto;
        text-align: left;
        margin-left: 15px;
    }

    #cookie-bar .policy-check-container .switch {
        width: 45px;
        height: 25px;
        order: 1;
    }

    #cookie-bar .slider.round:before {
        height: 19px;
        width: 20px;
        left: 4px;
        bottom: 3px;
    }

    #cookie-bar input:checked + .slider:before {
        transform: translateX(18px);
    }
}

/* COLLAPSE */

.collapse-group{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    clear: both;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.collapse-group > .content{
    order: 2;
    height: 200px !important;
    overflow-y: auto;
    margin-top: 20px;
    padding-right: 15px;
    display: none;
    visibility: visible;
}

.collapse-group > .btn-collapse{
    order: 1;
    position: relative;
}

/* CAPTCHA */

.realperson-challenge{
    margin-bottom: 10px;
}

/* CONTACT */

.input-checkbox label{
    margin-left: 5px;
    vertical-align: top
}

/* HOTELS RESORT */

header .upper-header .link{
    display: inline-block;
    margin-left: 20px;
}

header .upper-header .link > li{
    display: inline-block;
    position: relative;
    line-height: inherit;
    margin-right: 10px;
}

header .upper-header .link > li:after{
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: #EFE6DC;
    right: -12px;
    top: 5px;
}

header .upper-header .link > li > a{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Lato-Bold;
}

body.resort header .upper-header{
    background-color: #8DA5B5;
}

body.prestige header .upper-header{
    background-color: #BFAE99;
}

body.resort .menu-3 nav>ul>li>a{
    color: #4C6E8D;
}

body.prestige .menu-3 nav>ul>li>a{
    color: #7C6547;
}

body.resort[data-color=theme-1] .c-button.hv-aqua-o:hover,
body.resort[data-color=theme-1] .dtpicker-header .dtpicker-close,
body.resort[data-color=theme-1] .dtpicker-header .dtpicker-value,
body.resort[data-color=theme-1] header.color-1 nav>ul>li:hover>a,
body.resort[data-color=theme-1] .menu-3 nav>ul>li:hover > a,
body.resort[data-color=theme-1] .menu-3 nav>ul>li.active > a,
body.resort .menu-3 nav>ul>li:hover > a{
    background-color: #4C6E8D;
}

body.prestige[data-color=theme-1] .c-button.hv-aqua-o:hover,
body.prestige[data-color=theme-1] .dtpicker-header .dtpicker-close,
body.prestige[data-color=theme-1] .dtpicker-header .dtpicker-value,
body.prestige[data-color=theme-1] header.color-1 nav>ul>li:hover>a,
body.prestige[data-color=theme-1] .menu-3 nav>ul>li:hover > a,
body.prestige[data-color=theme-1] .menu-3 nav>ul>li.active > a,
body.prestige .menu-3 nav>ul>li:hover > a{
    background-color: #7C6547;
}

body.resort header .sticky-booking-mask .booking-mask{
    background-color: rgba(209, 223, 229, .9);
}

body.prestige header .sticky-booking-mask .booking-mask{
    background-color: rgba(239, 230, 220, .9);
}

body.resort header .sticky-booking-mask .title{
    color: #4C6E8D;
}

body.prestige header .sticky-booking-mask .title{
    color: #7C6547;
}

body.resort header .sticky-booking-mask input,
body.resort header .sticky-booking-mask select,
body.resort header .sticky-booking-mask select > option{
    background-color: rgba(255, 255, 255, .8);
}

body.resort footer{
    background: #D1DFE5;
}

body.prestige footer{
    background: #EFE6DC;
}

body.resort .info-home-block .block-content .round-button{
    background-color: rgba(76, 110, 141, .8);
}

body.resort .info-home-block .block-content .round-button:hover{
    background-color: rgba(76, 110, 141, 1);
}

body.prestige .info-home-block .block-content .round-button{
    background-color: rgba(124, 101, 71, .8);
}

body.prestige .info-home-block .block-content .round-button:hover{
    background-color: rgba(124, 101, 71, 1);
}

body.resort #mobile-mask{
    background: #8DA5B5;
}

body.prestige #mobile-mask{
    background: #BFAE99;
}

body.resort #mobile-mask .header .title{
    color: #4C6E8D;
}

body.resort #mobile-mask .container form input,
body.resort #mobile-mask .container form select{
    background-color: rgba(255, 255, 255, .8);
}

body.resort .menu-3 nav>ul>li>a .fa,
body.resort header.menu-3.hovered nav .dropmenu a>span{
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}

body.resort .benefits-block .tp_entry .tp_image .over-image{
    background-color: rgba(76, 110, 141, .7);
}

body.prestige .benefits-block .tp_entry .tp_image .over-image{
    background-color: rgba(124, 101, 71, .7);
}

/* SERVICES BLOCK */

.services-block .item-block .tour-layer{
    opacity: 1;
}

.services-block .item-block .vertical-align.info .title{
    margin-bottom: 20px;
}

.services-block .item-block .vertical-align .title{
    color: #FFFFFF;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Lato-Light;
    padding: 0;
    display: block;
}

.services-block .item-block .vertical-align .description{
    margin-bottom: 20px;
}

.services-block .item-block .vertical-align .description,
.services-block .item-block .vertical-align .description p{
    color: #FFFFFF;
    font-size: 15px;
    font-family: Lato;
    padding: 0;
}

.services-block .item-block .vertical-align{
    padding: 10px;
}

.services-block .item-block .vertical-align.info{
    opacity: 0;
}

.services-block .item-block:hover .vertical-align.info{
    opacity: 1;
}

.services-block .item-block .vertical-align.info-title{
    opacity: 1;
}

.services-block .item-block:hover .vertical-align.info-title{
    opacity: 0;
}

body.resort .services-block .item-block .tour-layer{
    background-color: rgba(0, 59, 101, .3);
}

body.resort .services-block .item-block:hover .tour-layer{
    background-color: rgba(0, 59, 101, .8);
}

body.prestige .services-block .item-block .tour-layer{
    background-color: rgba(99, 75, 46, .3);
}

body.prestige .services-block .item-block:hover .tour-layer{
    background-color: rgba(99, 75, 46, .8);
}

body.resort .services-block .item-block .vertical-align .round-button{
    color: #4C6E8D;
    background-color: rgba(209, 223, 229, 1);
}

body.prestige .services-block .item-block .vertical-align .round-button{
    color: #7C6547;
    background-color: rgba(239, 230, 220, 1);
}

@media only screen and (max-width: 991px){
    .services-block .item-block .vertical-align.info{
        opacity: 1;
    }

    .services-block .item-block .vertical-align.info-title{
        opacity: 0;
    }

    body.resort .services-block .item-block{
        margin-bottom: 5px;
    }

    body.resort .services-block .item-block .tour-layer{
        background-color: rgba(0, 59, 101, .8);
    }
}

/* ROOMS BLOCK */

.rooms-block .item .tour-block{
    height: 370px;
}

.rooms-block .item .tour-block .tour-layer{
    opacity: 1;
}

body.resort .rooms-block .item .tour-block .tour-layer{
    background-color: rgba(76, 110, 141, .3)
}

body.resort .rooms-block .item:hover .tour-block .tour-layer{
    background-color: rgba(76, 110, 141, .8)
}

body.prestige .rooms-block .item .tour-block .tour-layer{
    background-color: rgba(124, 101, 74, .3)
}

body.prestige .rooms-block .item:hover .tour-block .tour-layer{
    background-color: rgba(124, 101, 74, .8)
}

.rooms-block .item .tour-block .tour-caption{
    opacity: 0;
}

.rooms-block .item .tour-block:hover .tour-caption{
    opacity: 1;
}

.rooms-block .item .tour-block .tour-caption .vertical-align{
    padding: 10px;
}

.rooms-block .item .tour-block .tour-caption .title{
    color: #FFFFFF;
    display: block;
    font-size: 35px;
    font-family: Lato-Hairline;
}

body.resort .rooms-block .item .tour-block .tour-caption .round-button {
    color: #4C6E8D;
    background-color: rgba(209, 223, 229, .8);
}

body.resort .rooms-block .item .tour-block:hover .tour-caption .round-button {
    background-color: rgba(209, 223, 229, 1);
}

body.prestige .rooms-block .item .tour-block .tour-caption .round-button {
    color: #7C6547;
    background-color: rgba(239, 230, 220, .8);
}

body.prestige .rooms-block .item .tour-block:hover .tour-caption .round-button {
    background-color: rgba(239, 230, 220, 1);
}

@media only screen and (max-width: 991px){
    body.resort .rooms-block .item .tour-block .tour-layer{
        background-color: rgba(76, 110, 141, .8)
    }

    .rooms-block .item .tour-block .tour-caption{
        opacity: 1;
    }
}

/* INFO BRAND BLOCK */

.info-brand-block .item > .clip:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.info-brand-block .item{
    margin-bottom: 85px;
}

.info-brand-block .item.resort > .clip:before{
    background-color: rgba(0, 59, 101, .7);
}

.info-brand-block .item.prestige > .clip:before{
    background-color: rgba(99, 75, 46, .7);
}

.info-brand-block .item .hotel-choose{
    z-index: 10;
    background-color: rgba(255, 255, 255,.8);
}

.info-brand-block .item .hotel-choose .content .title{
    display: block;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    font-family: Lato-Bold;
    text-transform: uppercase;
}

.info-brand-block .item .hotel-choose .content .description p,
.info-brand-block .item .hotel-choose .content .description{
    display: block;
    color: #737172;
    font-size: 15px;
    font-family: Lato;
    line-height: 35px;
}

.info-brand-block .item .hotel-choose .content .description{
    margin-bottom: 25px;
}

.info-brand-block .item.resort .hotel-choose .content .title{
    color: #003B65;
}

.info-brand-block .item.prestige .hotel-choose .content .title{
    color: #634B2E;
}

.info-brand-block .item .radius-mask .bg{
    -moz-border-radius: 0;
    border-radius: 0;
}

.info-brand-block .item .brand-logo{
    position: absolute;
    height: 100%;
    z-index: 10;
    left: 0;
}

.info-brand-block .item .brand-logo .vertical-align{
    text-align: center;
}

.info-brand-block .item .swiper-container .swiper-wrapper .swiper-slide{
    position: relative;
}

.info-brand-block .item .swiper-container .swiper-wrapper .swiper-slide .tour-block .upper-layer{
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.info-brand-block .item .swiper-container .swiper-wrapper .swiper-slide .tour-block .upper-layer .vertical-align{
    padding: 20px;
}

.info-brand-block .item .swiper-container .swiper-wrapper .swiper-slide .tour-block .upper-layer .vertical-align img{
    margin: 0 auto;
}

.info-brand-block .item .swiper-container .swiper-wrapper .swiper-slide .link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.info-brand-block .item .swiper-container .swiper-wrapper .swiper-slide:hover .tour-block .upper-layer{
    opacity: 1;
}

.info-brand-block .item.resort .swiper-container .swiper-wrapper .swiper-slide .tour-block .upper-layer{
    background-color: rgba(76, 110, 141, .7);
}

.info-brand-block .item.prestige .swiper-container .swiper-wrapper .swiper-slide .tour-block .upper-layer{
    background-color: rgba(124, 101, 71, .7);
}

@media only screen and (min-width: 992px){

    .info-brand-block .item:nth-child(even) > .container > .row{
        border: 1px solid red;
        display: flex;
        flex-direction: row;
    }

    .info-brand-block .item:nth-child(even) > .container > .row > div:first-child{
        order: 2;
        margin-left: 50%;
    }

    .info-brand-block .item:nth-child(even) > .container > .row > div:last-child{
        order: 1;
        margin-left: 0;
    }

}

@media only screen and (max-width: 991px){
    .info-brand-block .item .brand-logo{
        position: relative;
        margin-top: 35px;
    }

    .info-brand-block .item .brand-logo .vertical-align{
        transform: initial;
        position: relative;
    }

    .info-brand-block .item .hotel-choose{
        margin-top: 25px;
    }

    .info-brand-block .item .swiper-container .swiper-wrapper .swiper-slide .tour-block .upper-layer {
        opacity: 1;
    }
}

/* CONTACT INFO BLOCK */

.contact-info-block .contact-row{
    color: #737172;
    font-size: 15px;
    font-family: Lato;
}

.contact-info-block .contact-row .contact-entry{
    line-height: 25px;
}

.contact-info-block .contact-row .contact-entry i{
    color: #4C6E8D;
    font-size: 40px;
    margin-bottom: 17px;
    display: block;
}

.contact-info-block .contact-row .contact-entry i.neotheme-location{
    font-size: 52px;
}

.contact-info-block .contact-row .contact-entry i.neotheme-phone{
    font-size: 45px;
}

.contact-info-block .contact-socail a{
    font-size: 28px;
    margin-right: 30px;
}

.contact-info-block .contact-socail a .fa-instagram{
    font-size: inherit;
}

.no-gap {
    padding-left: 0;
}

.no-gap-right {
    padding-right: 0;
}

.list-style1 .list__item{
    margin: 80px 0;

    /* -- new -- */
    height: auto;
    position: relative;
    background-color: #f8f8f8;
    overflow: hidden;
}

.list-style1  .content__info {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.list-style1 .list__item .left-side{
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    overflow: hidden;
    height: 100%;
}

.list-style1 .list__item .left-side .title{
    font-size: 24px;
    font-family: 'SourceSansPro-Semibold';
    text-transform: uppercase;
    color: #2a2a2a;
    display: block;
    padding: 0 0 6px 0;
    letter-spacing: 0;
}

.list-style1 .list__item .left-side .title  .icon-site {
    text-indent: -999999px;
    display: inline-block;
    line-height: 18px;
    margin-left: 7px;
}

.list-style1 .list__item .left-side .subtitle{
    font-size: 14px;
    font-family: 'SourceSansPro-Regular';
    text-transform: uppercase;
    color: #2a2a2a;
    display: block;
    padding-bottom: 20px;
}

.list-style1 .list__item .left-side .subtitle  .icon-site {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 20px;
    margin-right: 3px;
}

.list-style1 .list__item .left-side .description,
.list-style1 .list__item .left-side .description p{
    font-size: 16px;
    font-family: 'SourceSansPro-Light';
    color: #2a2a2a;
    display: block;
}

.list-style1 .list__item .left-side .description p{
    line-height: 20px;
}


.list-style1 .list__item .left-side .btn-red{
    margin-top: 30px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.list-style1 .list__item .left-side .read-more{
    font-family: 'SourceSansPro-Bold';
    font-size: 14px;
    float: right;
    margin-top: 30px;
    padding: 9px 15px;
}

.list-style1  .list__item  .left-side  .links {
    margin-top: 30px;
    text-align: center;
}

.list-style1  .list__item  .left-side  .links > * {
    display: inline-block;
    vertical-align: bottom;
}

.list-style1  .list__item  .left-side  .links a {
    float: none;
    margin-top: 0;
}

.list-style1  .list__item  .left-side  .links__price {
    display: block;
    margin-top: 15px;
}

.list-style1  .list__item  .left-side  .links__price .label {
    color: #2a2a2a;
    display: block;
    font-family: 'SourceSansPro-Bold';
    text-align: center;
}

.list-style1  .list__item  .left-side  .links__price .label {
    color: #2a2a2a;
    display: block;
    font-family: 'SourceSansPro-Bold';
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}

/*.list-style1 .item .left-side .read-more:hover{*/
/*text-decoration: underline;*/
/*}*/


.list-style1 .list__item .facilities-slider{
    margin-top: 20px;
    padding-top: 9px;
}

.list-style1 .list__item .facilities-slider .owl-controls .owl-pagination{
    display: none !important;
}

.list-style1 .list__item .facilities-slider .owl-controls .owl-buttons{
    width: 100%;
}

.list-style1 .list__item .facilities-slider .owl-controls .owl-buttons div{
    color: #6b6b6b;
    opacity: 1;
    background: transparent;
    position: absolute;
    top: 18px;
    padding: 0;
}

.list-style1 .list__item .facilities-slider .owl-controls .owl-buttons div i{
    font-size: 16px;
}


.list-style1 .list__item .facilities-slider .owl-controls .owl-buttons .owl-prev{
    left: -20px;
}

.list-style1 .list__item .facilities-slider .owl-controls .owl-buttons .owl-next{
    right: -20px;
}

.list-style1 .list__item .facilities-slider .facility-icon{
    display: inline-block;
    margin: 3px;
    border: 1px solid #6b6b6b;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 31px;
}


.list-style1  .list__item  .right-side {
    height: 100%;
}


.list-style1  .list__item  .container-single-carousel  {
    position: relative;
}

.list-style1  .list__item  .right-side  .owl-controls {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 15px;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.single-carousel  .item  img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 600px) {
    .list-style1 .left-side .content__info  .col-xs-6 {
        width: 100%;
    }

    .list-style1 .left-side .content__info  .col-xs-6.col-xs-push-6 {
        left: 0;
    }

    .list-style1 .left-side .content__info  .col-xs-6.col-xs-pull-6 {
        right: 0;
    }
}


@media screen and (min-width: 420px) {

    .list-style1 .list__item .left-side .links > * {
        display: inline-block;
        vertical-align: bottom;
    }

    .list-style1  .list__item  .left-side  .links__price {
        margin-left: 20px;
        margin-top: 0;
    }

    .list-style1  .list__item  .left-side  .links {
        text-align: right;
    }

}


@media screen and (min-width: 768px) {

    .list-style1  .list__item  .container-single-carousel  {
        /*top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }

    .list-style1 .list__item .right-side {
        height: 400px;
        overflow: hidden;
    }

}


@media screen and (min-width: 992px){

    .list-style1 .list__item{
        display: flex;
        flex-direction: row;
        height: 400px;
    }

    .list-style1 .list__item .right-side {
        height: 100%;
    }

    .list-style1 tr:nth-child(2n+1) .list__item .left-side{
        order: 1;
    }

    .list-style1 tr:nth-child(2n+1) .list__item .right-side{
        order: 2;
    }

    .list-style1 tr:nth-child(2n+1) .list__item .left-side  .content__info {
        padding: 20px 20px 20px 35px;
    }

    .list-style1 tr:nth-child(2n+1) .list__item .right-side .container-single-carousel {
        border-right: 0 none;
    }


    .list-style1  .col--info {
        display: inline-block;
        height: 100%;
    }

    .list-style1  .col--info::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .list-style1  .list__item  .row {
        height: 100%;
    }

    .list-style1  .content__info {
        vertical-align: middle;
        display: inline-block;
        padding: 20px 35px 20px 20px;
    }

    .list-style1 .list__item .left-side .btn-red{
        font-size: 12px;
    }
    .list-style1 .list__item .left-side .read-more{
        font-size: 12px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .list-style1  .list__item  .left-side  .links {
        margin-top: 15px;
    }

    .list-style1  .list__item  .left-side  .links__price .label {
        font-size: 12px;
        line-height: 24px;
    }


}


@media screen and (min-width: 1200px) {

    .list-style1 .list__item .left-side .btn-red{
        font-size: 17px;
    }

    .list-style1 .list__item .left-side .read-more{
        font-size: 14px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .list-style1  .list__item  .left-side  .links {
        margin-top: 30px;
    }

    .list-style1  .list__item  .left-side  .links__price .label {
        font-size: 16px;
        line-height: 24px;
    }

}

@media screen and (min-width: 1400px) {
    .list-style1 .list__item {
        height: 440px;
    }
}

/* LIST STYLE1 */

.no-gap {
    padding-left: 0;
}

.no-gap-right {
    padding-right: 0;
}

.list-style1 .list__item{
    margin: 80px 0;

    /* -- new -- */
    height: auto;
    position: relative;
    background-color: #D1DFE5;
    overflow: hidden;
}

.list-style1 #blogtable .list__item{
    margin: 35px 0;
}

body.prestige .list-style1 .list__item{
    background-color: rgba(239, 230, 220, .9);
}

.list-style1  .content__info {
    /*padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 5px;
    padding-right: 5px;*/
    width: 100%;
}

.list-style1 .list__item .left-side{
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    overflow: hidden;
    height: 100%;
    align-self: center;
}

.list-style1 .list__item .left-side .title{
    font-size: 40px;
    font-family: 'Lato-Light';
    text-transform: none;
    color: #003B65;
    display: block;
    padding: 0 0 6px 0;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 45px;
}

.destinies-block.list-style1 .list__item .left-side .title{
    font-size: 40px;
}

.hotel-list-block.list-style1 .list__item .left-side .title{

}

.list-style1 .list__item .left-side .title  .icon-site {
    text-indent: -999999px;
    display: inline-block;
    line-height: 18px;
    margin-left: 7px;
}

.list-style1 .list__item .left-side .subtitle{
    font-size: 18px;
    font-family: Lato-Light;
    color: #003B65;
    text-transform: none;
    display: block;
    padding-bottom: 20px;
}

.list-style1 .list__item .left-side .subtitle  .icon-site {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 20px;
    margin-right: 3px;
}

.list-style1 .list__item .left-side .description,
.list-style1 .list__item .left-side .description p{
    font-size: 14px;
    font-family: Lato;
    color: #737172;
    display: block;
}

.list-style1 .list__item .left-side .description p{
    line-height: 20px;
}


.list-style1 .list__item .left-side .btn-red{
    margin-top: 30px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.list-style1 .list__item .left-side .read-more{
    font-family: 'SourceSansPro-Bold';
    font-size: 14px;
    float: right;
    margin-top: 30px;
    padding: 9px 15px;
}

.list-style1  .list__item  .left-side  .links {
    margin-top: 30px;
    text-align: left;
}

.list-style1  .list__item  .left-side  .links > * {
    display: inline-block;
    vertical-align: bottom;
}

.list-style1  .list__item  .left-side  .links a {
    float: none;
    margin-top: 0;
    margin-right: 15px;
}

.list-style1  .list__item  .left-side  .links__price {
    display: block;
    margin-top: 15px;
}

.list-style1  .list__item  .left-side  .links__price .label {
    color: #2a2a2a;
    display: block;
    font-family: 'SourceSansPro-Bold';
    text-align: center;
}

.list-style1  .list__item  .left-side  .links__price .label {
    color: #2a2a2a;
    display: block;
    font-family: 'SourceSansPro-Bold';
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}

/*.list-style1 .item .left-side .read-more:hover{*/
/*text-decoration: underline;*/
/*}*/


.list-style1 .list__item .facilities-slider{
    margin-top: 20px;
    padding-top: 9px;
}

.list-style1 .list__item .facilities-slider .owl-controls .owl-pagination{
    display: none !important;
}

.list-style1 .list__item .facilities-slider .owl-controls .owl-buttons{
    width: 100%;
}

.list-style1 .list__item .facilities-slider .owl-controls .owl-buttons div{
    color: #6b6b6b;
    opacity: 1;
    background: transparent;
    position: absolute;
    top: 18px;
    padding: 0;
}

.list-style1 .list__item .facilities-slider .owl-controls .owl-buttons div i{
    font-size: 16px;
}


.list-style1 .list__item .facilities-slider .owl-controls .owl-buttons .owl-prev{
    left: -20px;
}

.list-style1 .list__item .facilities-slider .owl-controls .owl-buttons .owl-next{
    right: -20px;
}

.list-style1 .list__item .facilities-slider .facility-icon{
    display: inline-block;
    margin: 3px;
    border: 1px solid #6b6b6b;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 31px;
}


.list-style1  .list__item  .right-side {
    height: 100%;
    align-self: center;
}


.list-style1  .list__item  .container-single-carousel  {
    position: relative;
}

.list-style1  .list__item  .right-side  .owl-controls {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 45%;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.list-style1  .list__item  .right-side  .owl-controls .owl-prev{
    float: left;
    margin-left: 20px;
}

.list-style1  .list__item  .right-side  .owl-controls .owl-next{
    float: right;
    margin-right: 20px;
}

.list-style1  .list__item  .right-side  .owl-buttons{
    color: #ffffff;
    font-size: 45px;
    top: 40%;
    margin-top: 10px;

}


.single-carousel  .item  img {
    display: block;
    width: 100%;
    height: auto;
}

.list-style1 .list__item .circle{
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: rgba(76, 110, 141, .8);
    border-radius: 100%;
    left: 50%;
    top: 50%;
    z-index: 9;
    margin-top: -75px;
    margin-left: -75px;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
}

.list-style1 .list__item .circle .silueta{
    color: #D1DFE5;
    font-size: 64px;
    display: block;
}

.list-style1 .list__item .circle img{
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .list-style1 .left-side .content__info  .col-xs-6 {
        width: 100%;
    }

    .list-style1 .left-side .content__info  .col-xs-6.col-xs-push-6 {
        left: 0;
    }

    .list-style1 .left-side .content__info  .col-xs-6.col-xs-pull-6 {
        right: 0;
    }
}


@media screen and (min-width: 420px) {

    .list-style1 .list__item .left-side .links > * {
        display: inline-block;
        vertical-align: bottom;
    }

    .list-style1  .list__item  .left-side  .links__price {
        margin-left: 0;
    }

}


@media screen and (min-width: 768px) {

    .list-style1  .list__item  .container-single-carousel  {
        /*top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }

    .list-style1 .list__item .right-side {
        height: 400px;
        overflow: hidden;
    }

}


@media screen and (min-width: 992px){

    .list-style1 .list__item{
        display: flex;
        flex-direction: row;
    }

    .list-style1 .list__item .right-side {
        height: 100%;
    }

    .list-style1 tr:nth-child(2n+1) .list__item .left-side{
        order: 1;
    }

    .list-style1 tr:nth-child(2n+1) .list__item .right-side{
        order: 2;
    }

    .destinies-block.list-style1 td:nth-child(2n+1) .list__item .left-side  .content__info {
        padding: 20px 110px 20px 80px;
    }

    .list-style1 tr:nth-child(2n+1) .list__item:nth-child(2n+1) .right-side .container-single-carousel {
        border-right: 0 none;
    }


    .list-style1  .col--info {
        display: inline-block;
        height: 100%;
    }

    .list-style1  .col--info::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .list-style1  .list__item  .row {
        height: 100%;
    }

    .destinies-block.list-style1  .content__info {
        vertical-align: middle;
        display: inline-block;
        padding: 20px 80px 20px 110px;
    }

    .list-style1 .list__item .left-side .btn-red{
        font-size: 12px;
    }
    .list-style1 .list__item .left-side .read-more{
        font-size: 12px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .list-style1  .list__item  .left-side  .links {
        margin-top: 15px;
    }

    .list-style1  .list__item  .left-side  .links__price .label {
        font-size: 12px;
        line-height: 24px;
    }


}


@media screen and (min-width: 1200px) {

    .list-style1 .list__item .left-side .btn-red{
        font-size: 17px;
    }

    .list-style1 .list__item .left-side .read-more{
        font-size: 14px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .list-style1  .list__item  .left-side  .links {
        margin-top: 30px;
    }

    .list-style1  .list__item  .left-side  .links__price .label {
        font-size: 16px;
        line-height: 24px;
    }

}

@media screen and (min-width: 1400px) {
    .list-style1 .list__item {
        height: 428px;
    }
}

/* SPRITE */
.icon-site {
    background: transparent url(../images/sprite-site.png) no-repeat 0 0;
    display: inline-block;
    text-indent: -9999px;
}

.icon--hotel-mark {
    background-position: -2px -26px;
}

.icon-site.facility-hcon {
    background-position: 5px -62px;
}

.icon-site.facility-guro {
    background-position: -32px -62px;
}

.icon-site.facility-balc {
    background-position: -68px -62px;
}

.icon-site.facility-bany {
    background-position: -138px -198px;
}

.icon-site.facility-bapr {
    background-position: -67px -197px;
}

.icon-site.facility-caja,
.icon-site.facility-fuer {
    background-position: -102px -62px;
}

.icon-site.facility-casu {
    background-position: -32px -196px;
}

.icon-site.facility-comb {
    background-position: -137px -62px;
}

.icon-site.facility-cami {
    background-position: 4px -96px;
}

.icon-site.facility-escr {
    background-position: -32px -96px;
}

.icon-site.facility-espm {
    background-position: -67px -96px;
}

.icon-site.facility-hilo {
    background-position: 5px -197px;
}

.icon-site.facility-inet {
    background-position: -101px -97px;
}

.icon-site.facility-mesi {
    background-position: -137px -97px;
}

.icon-site.facility-mbar {
    background-position: -67px -127px;
}

.icon-site.facility-nofu {
    background-position: -102px -127px;
}

.icon-site.facility-refr,
.icon-site.facility-nevr {
    background-position: -32px -127px;
}

.icon-site.facility-pelo {
    background-position: 5px -127px;
}

.icon-site.facility-desp {
    background-position: -102px -162px;
}

.icon-site.facility-telf {
    background-position: -137px -126px;
}

.icon-site.facility-tvre {
    background-position: 5px -162px;
}

.icon-site.facility-sate {
    background-position: -30px -162px;
}

.icon-site.facility-wate {
    background-position: -67px -162px;
}

.icon-site.facility-vmar {
    background-position: -101px -197px;
}

.icon-site.facility-tvlo {
    background-position: 5px -231px;
}

.icon-site.facility-camm {
    background-position: -31px -231px;
}

.icon-site.facility-como {
    background-position: -67px -232px;
}

.icon-site.facility-duch {
    background-position: -103px -232px;
}

.icon-site.facility-sofc {
    background-position: 5px -262px;
}

.icon-site.facility-vete {
    background-position: -138px -232px;
}

.icon-site.facility-terr {
    background-position: -32px -263px;
}

.icon-site.facility-croa {
    background-position: -102px -263px;
}

.icon-site.facility-radi {
    background-position: -137px -263px;
}

.icon-site.facility-tana,
.icon-site.facility-vila,
.icon-site.facility-zapa,
.icon-site.facility-bomb,
.icon-site.facility-comd,
.icon-site.facility-albo,
.icon-site.facility-wiha,
.icon-site.facility-cun2,
.icon-site.facility-micr,
.icon-site.facility-salo,
.icon-site.facility-toa2,
.icon-site.facility-etar,
.icon-site.facility-cofu,
.icon-site.facility-lim2,
.icon-site.facility-tvpl {
    background-position: -167px -264px;
}

@media screen and (max-width: 991px) {
    body div.hotel-rooms-list-block.list-style1 .list__item:nth-child(2n+1) .left-side  .content__info,
    body div.hotel-rooms-list-block.list-style1 .list__item .content__info,
    body div.hotel-list-block.list-style1 .list__item .left-side  .content__info,
    body div.hotel-list-block.list-style1 .list__item:nth-child(2n+1) .left-side  .content__info,
    .list-style1 .list__item:nth-child(2n+1) .left-side  .content__info,
    .list-style1 .list__item .content__info,
    .hotel-list-block.list-style1 .list__item .content__info{
        padding: 20px 0;
    }
}


/* OWL CAROUSEL */

.owl-controls--external .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}

.owl-controls--external .owl-page {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-controls--external .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.owl-controls--external .owl-controls.clickable .owl-page:hover span {
    background-color: rgba(76, 110, 141, .8);
}

body.prestige .owl-theme .owl-controls .owl-page.active span,
body.prestige .owl-controls--external .owl-controls .owl-page.active span,
body.prestige .owl-theme .owl-controls.clickable .owl-page:hover span,
body.prestige .owl-controls--external .owl-controls.clickable .owl-page:hover span {
    background-color: rgba(124, 101, 71, .8);
}

.single-carousel .owl-controls .owl-page span,
.owl-controls--external .owl-controls .owl-page span {
    background-color: #fff;
    background: #D1DFE5;
    margin: 5px 3px;
}

/* INFO MAP SECTION BLOCK */

.info-map-section-block .silhouette-destiny{
    background-color: rgba(234, 234, 234, .7);
    padding: 35px 0;
}

.info-map-section-block .silhouette-maps .contry-item .img-wrapper .silueta{
    color: #8DA5B5;
}

/* HOTEL LIST BLOCK */

.hotel-list-block .list__item.resort{

}

.list-style1 .list__item.prestige,
.hotel-rooms-list-block .list__item.prestige,
.hotel-list-block .list__item.prestige{
    background-color: #EFE6DC;
}

.hotel-list-block .list__item .left-side .subtitle > i{
    font-size: 20px;
    margin-right: 8px;
}

.hotel-rooms-list-block .list__item .left-side .title,
.hotel-list-block .list__item .left-side .title{
    font-family: Lato-Bold;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 6px;
}

.list-style1 .list__item.resort .left-side .subtitle,
.list-style1 .list__item.resort .left-side .title,
.hotel-list-block .list__item.resort .left-side .subtitle,
.hotel-list-block .list__item.resort .left-side .title{
    color: #003B65;
}

.list-style1 .list__item.prestige .left-side .subtitle,
.list-style1 .list__item.prestige .left-side .title,
.hotel-list-block .list__item.prestige .left-side .subtitle,
.hotel-list-block .list__item.prestige .left-side .title{
    color: #634B2E;
}

body.prestige .list-style1 .list__item .left-side .title,
body.prestige .list-style1 .list__item .left-side .subtitle{
    color: #634B2E!important;
}


.hotel-list-block.list-style1 .list__item .left-side .description,
.hotel-list-block.list-style1 .list__item .left-side .description p{
    font-size: 15px;
}

.hotel-list-block.list-style1 .list__item .read-more{
    text-transform: none;
    font-family: Lato-Bold;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
}

.list-style1 .list__item.resort .read-more,
.hotel-list-block.list-style1 .list__item.resort .read-more{
    color: #4C6E8D;
    border: 1px solid rgba(76, 110, 141, .8);
}

.list-style1 .list__item.prestige .read-more,
.hotel-list-block.list-style1 .list__item.prestige .read-more{
    color: #7C6547;
    border: 1px solid rgba(124, 101, 71, .8);
}

.list-style1 .list__item.prestige .request,
.hotel-list-block.list-style1 .list__item.prestige .request{
    background-color: rgba(124, 101, 71, .8);
    color: #ffffff;
}

.list-style1 .list__item.prestige .request,
.hotel-list-block.list-style1 .list__item.prestige .request{
    background-color: rgba(124, 101, 71, 1);
}

body .hotel-rooms-list-block.list-style1 .list__item:nth-child(2n+1) .left-side  .content__info,
body .hotel-rooms-list-block.list-style1 .list__item .content__info,
body .hotel-list-block.list-style1 .list__item:nth-child(2n+1) .left-side  .content__info,
body .hotel-list-block.list-style1 .list__item .content__info{
    padding: 20px;
}

/* HOTEL ROOMS LIST BLOCK */

body div.hotel-rooms-list-block.list-style1 .list__item .content__info .description{
    max-height: 120px;
    overflow-y: scroll;
    overflow: overlay;
    margin-bottom: 15px;
}

/* HOTEL OFFERS LIST BLOCK */

.hotel-offers-list-block.list-style1 .list__item .left-side .title{
    margin-bottom: 0;
}

/* MOBILE MENU */

@media screen and (max-width: 991px) {
    body[data-color=theme-1] .menu-3 nav>ul>li>.dropmenu{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .menu-3 nav>ul>li{
        padding: 10px 2px;
    }

    .menu-3 nav>ul>li>a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    nav>ul>li.hotels>.dropmenu{
        width: 100%;
    }

    nav>ul>li.hotels>.dropmenu > li > a{
        text-align: center;
    }

    nav>ul>li>.dropmenu > li.title{
        background: #ccc;
    }
}

/* INFO SECTION BLOCK */

.info-section-block .collapse-group > .btn-collapse{
    color: #898989;
    font-family: Lato-Bold;
    font-size: 14px;
    text-transform: uppercase;
}

.info-section-block .collapse-group > .btn-collapse:before{
    font-family: neobookings-theme;
    content: '\e90b';
    color: #FFFFFF;
    display: block;
    position: absolute;
    bottom: 7px;
    left: 50%;
    font-size: 26px;
    margin-left: -25px;
}

.info-section-block .collapse-group > .btn-collapse:after{
    content: '';
    background-color: rgba(137, 137, 137, .8);
    color: #FFFFFF;
    width: 39px;
    height: 39px;
    display: block;
    border-radius: 100%;
    margin: 10px auto 0 auto;
    line-height: 39px;

    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.info-section-block .collapse-group > .btn-collapse:hover:after{
    background-color: rgba(137, 137, 137, 1);
}

/* SLIDER WITH VIDEO */
.video-header {
    height: auto;
}

.video-header .video-wrapper{
    height: auto;
}

.video-header video{
    width: 100%;
}



/*
    OUR HOTELS BLOCK
    OUR SERVICES BLOCK
*/

.our-services-block{
    margin-bottom: 80px;
}

.our-services-block{
    margin-top: 40px;
}

.our-services-block .content .item,
.our-hotels-block .content .item{
    padding: 0;
}

.our-services-block .content .item:before,
.our-hotels-block .content .item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #FFFFFF;
    z-index: 1;
}

.our-services-block .content .item:nth-child(3n+2):before,
.our-hotels-block .content .item:nth-child(3n+2):before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    z-index: 1;
}

@media (max-width: 776px){

    .our-services-block .content .item:nth-child(3n+2):before,
    .our-hotels-block .content .item:nth-child(3n+2):before{
        border-left: 0;
        border-right: 0;
    }
    body.resort .plyr__play-large,
    .plyr__play-large{
        width: 50px;
        height: 50px;
    }

    .plyr__play-large:before{
        background-image: url(../images/video-play.png);
        background-size: cover;
        height: 32px;
        width: 16px;
    }

    .plyr--video .plyr__controls{
        padding: 7px 10px 10px;
    }

    .plyr{
        min-width: 0;
    }

}

@media screen and (max-width: 991px){
    nav.slide-menu {
        height: calc(100vh - 71px);
    }
}

@media (min-width: 777px) and (max-width: 991px){

    .our-services-block .content .item:nth-child(3n+2):before,
    .our-hotels-block .content .item:nth-child(3n+2):before{
        border-left: 0;
        border-right: 0;
    }

    .our-services-block .content .item:nth-child(2n):before,
    .our-hotels-block .content .item:nth-child(2n):before {
        content: '';
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        border-left: 1px solid #FFFFFF;
        border-right: 0;
        z-index: 1;
    }

}

.our-services-block .content .item-block .link,
.our-hotels-block .content .item-block .link{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.our-services-block .content .item-block .tour-layer,
.our-hotels-block .content .item-block .tour-layer{
    background: rgba(95, 95, 95, .5);
}


html:not(.backgroundblendmode) .our-hotels-block .content .item-block  .tour-layer.blande-mode {
    background-image: none!important;
}

.backgroundblendmode .our-hotels-block .content .item-block  .tour-layer.blande-mode {
    background-blend-mode: multiply;
    -webkit-background-size: cover;
    background-size: cover;
}

.our-services-block .content .item-block .vertical-align,
.our-hotels-block .content .item-block .vertical-align{
    opacity: 0;
}

.our-services-block .content .item-block:hover .vertical-align,
.our-hotels-block .content .item-block:hover .vertical-align{
    opacity: 1;
}

.our-services-block .content .item-block .price,
.our-hotels-block .content .item-block .price{
    font-family: 'SourceSansPro-Semibold';
    font-size: 18px;
    color: #FFFFFF;
    display: block;
}

.our-services-block .content .item-block .title,
.our-hotels-block .content .item-block .title{
    display: block;
    padding: 0;
    font-family: 'SourceSansPro-Semibold';
    font-size: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.our-services-block .content .item-block .subtitle,
.our-hotels-block .content .item-block .subtitle{
    display: block;
    font-family: 'SourceSansPro-Light';
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.our-hotels-block  .content  .item-block  .link--section {
    background-color: rgba(209, 223, 229, 1);
    color: #4C6E8D;

    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.our-hotels-block  .content  .item-block:hover  .link--section:hover {
    background-color: rgba(76, 110, 141, .8);
}

body.prestige .our-hotels-block  .content  .item-block  .link--section {
    color: #7C6547;
    background-color: rgba(239, 230, 220, .8);
}

body.prestige .our-hotels-block  .content  .item-block:hover  .link--section:hover {
    background-color: rgba(76, 110, 141, .8);
}


@media (max-width: 991px){

    .item-block .tour-layer,
    .item-block .vertical-align,
    .our-services-block .content .item-block .vertical-align,
    .our-hotels-block .content .item-block .vertical-align{
        opacity: 1;
    }

}

@media screen and (min-width: 992px) {

    .our-services-block .content .item-block .tour-layer,
    .our-hotels-block .content .item-block .tour-layer{
        background-color: rgba(76, 110, 141, .8);
    }

    body.prestige .our-services-block .content .item-block .tour-layer,
    body.prestige .our-hotels-block .content .item-block .tour-layer{
        background-color: rgba(124, 101, 74, .8);
    }

}

.portfolio-masonry-3 .p-item {
    float: left;
    margin: 15px;
    width: 95%;
}

.portfolio-masonry-3 .grid-sizer,
.portfolio-masonry-3 .p-item {
    width: 95%;
}

.portfolio-masonry-3 .vertical-align {
    padding: 0 10px;
}

.portfolio-masonry-3 .grid-sizer {
    width: 98%;
}

@media screen and (min-width: 600px) {
    .portfolio-masonry-3 .p-item {
        width: 44.8%;
    }
}

@media screen and (min-width: 768px) {
    .portfolio-masonry-3 .p-item {
        width: 46%;
    }
}

@media screen and (min-width: 992px) {
    .portfolio-masonry-3 .p-item {
        width: 30.1%;
    }
}

@media screen and (min-width: 1260px) {
    .portfolio-masonry-3 .p-item {
        width: 30.7%;
    }
}

/* GALLERY BLOCK */
.gallery-block{
    margin-bottom: 80px;
}

.gallery-block .pfolio-items > .p-item:nth-child(7n+8) .item-block img,
.gallery-block .pfolio-items > .p-item:nth-child(7n+2) .item-block img{
    height:234px;
}

.gallery-block .pfolio-items > .p-item:nth-child(7n+6) .item-block img,
.gallery-block .pfolio-items > .p-item:nth-child(7n+3) .item-block img{
    height:499px;
}

.gallery-block .pfolio-items > .p-item:nth-child(7n+7) .item-block img,
.gallery-block .pfolio-items > .p-item:nth-child(7n+4) .item-block img,
.gallery-block .pfolio-items > .p-item:nth-child(7n+5) .item-block img{
    height:348px;
}


/* DESTINY HOTELS BLOCK */

.destiny-hotels-block .hotel-insotel-block{
    margin-bottom: 50px;
}

.destiny-hotels-block .investors-block{
    text-align: center;
}

.destiny-hotels-block .investors-block > div{
    display: inline-block;
}

.destiny-hotels-block .hotel-insotel-block .logo-block .hotel-logo > img{
    -webkit-filter: none;
    filter: none;
}

.destiny-hotels-block .hotels-quick-view-block .item-block{
    max-height: 540px;
}

@media screen and (min-width: 992px) {
    .destiny-hotels-block .hotel-insotel-block .logo-block > div >div:first-child .hotel-logo{
        border-left: 1px solid #B7B7B7;
    }
}

/* INTERESTING BLOCK */

.interesting-block{
    padding-bottom: 110px;
}

.interesting-block .isotope-container .item .tour-block .tour-layer{
    background-color: rgba(76, 110, 141, .7);
    opacity: 1;
}

.interesting-block .isotope-container .item:hover .tour-block .tour-layer{
    background-color: rgba(0, 59, 101, .7);
}

.interesting-block .isotope-container .item .tour-block .tour-caption .title{
    color: #FFFFFF;
    display: block;
    font-size: 25px;
    font-family: Lato-Light;
    text-transform: uppercase;
    padding: 15px 0;
}

.interesting-block .isotope-container .item .tour-block .tour-caption .link{
    color: #D1DFE5;
    font-size: 14px;
    font-family: Lato-Bold;
    text-transform: uppercase;
}


/*@media screen and (max-width:992px){

    !* Ajustes slider responsive *!

    .main-slider .subtitle,
    .main-slider .title{
        font-size: 20px;
    }

}*/

/*Custom Video Slider*/

    .video-background {
        background: #ffffff;
        position: relative;
        width: 100%;
        height: 516px;
        margin-top: 150px;
        top: 0; right: 0; bottom: 0; left: 0;
        z-index: -99;
        overflow: hidden;
    }
    .video-foreground,
    .video-background iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .video-foreground{
        height: 250%;
        top: -67%;
    }


    @media (max-width: 992px){
        .video-background {
            margin-top: 0;
            max-height: 400px;
            height: 400px;
        }

    }

    @media (min-aspect-ratio: 16/9) {
        .video-foreground {
            height: 250%;
            top: -67%;
        }
    }
    @media (max-aspect-ratio: 16/9) {
        .video-foreground {
            width: 300%;
            left: -100%;
        }
    }



/*End Custom Video Slider*/

/* landing page v1 */
    .landing-page--v1 {}
    .landing-page--v1 {}

    .landing-page--v1  .services-block .item-block .tour-layer {
        background-color: rgba(0, 59, 101, .3);
    }

    .landing-page--v1  .services-block .item-block:hover .tour-layer {
        background-color: rgba(0, 59, 101, .8);
    }

    .landing-page--v1  .services-block .item-block .vertical-align .round-button {
        color: #4C6E8D;
        background-color: rgba(209, 223, 229, 1);
    }

    .landing-page--v1  .services-block .item-block .vertical-align.info,
    .landing-page--v1  .services-block .item-block .vertical-align.info-title {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    @media only screen and (max-width: 991px) {
        .landing-page--v1 .services-block .item-block .tour-layer {
            background-color: rgba(0, 59, 101, .8);
        }
        .landing-page--v1 .services-block .item-block {
            margin-bottom: 5px;
        }
    }

/* end landing page v1 */

/* top bar - header */
.top-bar__links {
    color: #002c5d;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
}
.top-bar__link {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0;
}
.top-bar__link:hover {
    text-decoration: underline;
}
.top-bar__link-bold {
    font-weight: 700;
}
.top-bar__separator {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
@media (max-width: 576px) {
    .top-bar__links {
        padding-left: 0;
        max-width: 190px;
        max-height: 30px;
    }
    .top-bar__link {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }
    header.menu-3.hovered .logo {
        padding-left: 0;
    }
}
/* end  top bar - header */



/************** POWERED BY ***************/
.logo-neo-powered-by {
    width: 80px;
    position: absolute;
    top: 1px;
    margin-left: 3px;
}

@media (max-width: 991px){
    .logo-neo-powered-by {
        position: relative;
        top: 3px;
    }

    .poweredby {
        margin-bottom: 50px !important;
    }

}

/************** FIN POWERED BY ***************/

#landing-page-v1 .item-block a p {
	padding: 0 !important;
	line-height: 0 !important;
}