/*************** SPINNER START ************************/


#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    z-index: 99999;
    background-color: #000000;
}
#preloader .preloader-villa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
	background: url("../img/villa-loader.png") no-repeat center center fixed;
    animation: preloader 3s ease infinite;
    -ms-animation: preloader 3s ease infinite;
    -moz-animation: preloader 3s ease infinite;
    -webkit-animation: preloader 3s ease infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
span.display-none {
    display: none !important;
}
.background-trasparent {
    position: absolute;
    display: flex;
    bottom: 0px;
    width: 100%;
    background: #2e2e2e url(/typo3conf/ext/villabelgrade/Resources/Public/img/bg-footer-top.png) no-repeat;
    padding: 20px 0;
}
.margin-auto {
    margin: 0px auto !important;
}
@keyframes preloader {
	from { -webkit-transform: rotateY(0deg);    }
    to   { -webkit-transform: rotateY(-360deg); }
  }
}


/*************** SPINNER END ************************/

/*************** PEGA CSS START *********************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bot p {
    display: inline-block;
}
#page-container {
    overflow: hidden;
    background-color: #f7f7f7;
}
#header {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .3s ease 0s;
}
.header_top {
    background: transparent;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	position: unset;
}

.header_top .header_right {
    font-size: 0;
}
.header_top .header_left span {
    font-size: 12px;
    color: #fff;
    margin-right: 14px;
    line-height: 36px;
}
.header_top .header_left span i {
    font-size: 11px;
    margin-right: 5px;
}
.header_top .header_right .dropdown {
    font-size: 12px;
    position: relative;
    display: none;
}
.header_top .header_right .dropdown:hover span {
    background-color: #fff;
    color: #333;
}
.header_top .header_right .dropdown:hover ul {
    visibility: visible;
    opacity: 1;
}
.header_top .header_right .dropdown span:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-left: 5px;
}
.header_top .header_right .dropdown span {
    color: #fff;
    line-height: 36px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.header_top .header_right .dropdown ul {
    line-height: none;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    position: absolute;
    min-width: 115px;
    right: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.58);
}

.header_top .header_right .dropdown ul li a{
	color: #333333;
    font-size: 14px;
    display: block;
    padding: 5px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.header_top .header_right .dropdown ul li.active a {
    background-color: #e1bd85;
    color: #fff;
}

.header_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0 0;
    text-align: right;
    font-size: 0;
    z-index: 999;
}
.header_mobile {
    background-color: #000;
    left: 0;
    right: 0;
    z-index: 999;
    position: absolute;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.58);
}
.header_content .container {
	position: relative;
}
.header_mobile .container {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header_logo {
    float: left;
    line-height: 84px;
}
.header_mobile .header_logo {
    line-height: 1;
	display: inline-block;
}

.header_logo img {
    max-height: 53px;
}

.header_content .header_menu {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

.header_content .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_mobile .header_menu {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: -270px;
    width: 270px;
    overflow-y: auto;
    background-color: #e1bd85;
    -webkit-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -moz-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -ms-transition: right .5s cubic-bezier(0, .67, .35, .94);
    -o-transition: right .5s cubic-bezier(0, .67, .35, .94);
}
.header_mobile .header_menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.header_mobile .header_menu ul li a {
    display: block;
    padding: 10px 40px 10px 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.header_mobile .header_menu ul li.current-menu-item>a {
    background-color: #fff;
    color: #232323;
}
.header_content .menu>li .sub-menu {
    width: 180px;
    position: absolute;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border: 1px solid #f1f1f1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.header_content .menu>li .sub-menu li{
	float: none;
    position: relative;
}
.header_content .menu>li .sub-menu li a {
    display: block;
    padding: 7px 20px;
    color: #232323;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}


#header.header-v2 .header_content .menu li:hover a {
    background: #030404;
}
#header.header-v2 .header_content .menu li .sub-menu li a {
    color: #333;
    background: #fff;
}
#header.header-v2 .header_content .menu li .sub-menu li a:hover{
	color: #fff;
    background: #e1bd85;
}
.header_content .menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}


.header_content .menu>li {
    float: left;
    position: relative;
}

#header.header-v2 .header_content:after {
    background: rgba(0,0,0,0.6);
}
.header_content:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
}
#header.header-v2 .header_content .menu li.current-menu-item a {
    background: #030404;
}


#header.header-v2 .header_content .menu li a {
    color: #fff;
}

.header_content .menu>li.current-menu-item>a {
    background-color: #e1bd85;
    color: #fff;
}

.header_content .menu>li>a {
    display: block;
    padding: 0 20px;
    line-height: 84px;
    color: #232323;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13.45px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.header_mobile .menu-bars {
    display: block;
}

.menu-bars {
    color: #333;
    width: 50px;
    font-size: 28px;
    cursor: pointer;
    display: none;
    top: 0;
    right: 15px;
    bottom: 0;
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.menu-bars.active {
    background-color: #fff;
}
.menu-bars.active span {
    background-color: transparent;
}
.header_mobile .header_menu.active {
    right: 0;
}
.menu-bars.active span:before {
    background-color: #e1bd85;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.menu-bars.active span:after {
    background-color: #e1bd85;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.menu-bars span {
    width: 25px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #cfcfcf;
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
bootstrap.min.css:5
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-bars span:before {
    bottom: -8px;
}
.menu-bars span:after {
    top: -8px;
}

.menu-bars span:before, .menu-bars span:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #cfcfcf;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

section.section-slider{

}
section.section-slider div#slider{
	max-height: none;
    height: 100%;
}
section.section-slider div#slider ul{
	display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
	padding:0px;
    max-height: none;
}
section.section-slider div#slider ul li{
	width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: inherit;
    opacity: 1;
    z-index: 20;
	list-style-type: none;
	position: absolute;
}

section.section-slider div#slider ul li .slider-item{
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url("../img/slider-image-1.jpg");
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 100%;
    visibility: inherit;
    opacity: 1;
}

#header.header-sticky {
    margin-top: -37px;
}

/*************** AVAILABILITY CSS START*********************/


.section-check-availability {
    position: relative;
    z-index: 20;
    float: left;
    width: 100%;
    display: inline-block;
}
.check-availability {
    padding: 20px 0;
    margin-top: -90px;
}
.check-availability:before {
    top: 0;
    left: 0;
    content: '';
    background: rgba(0,0,0,0.7) url(../img/bg_check-avi.png) no-repeat;
    opacity: .85;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 0;
    height: 83px;
    top: -83px;
}
.check-availability .availability-form {
    font-size: 0;
    text-align: right;
    margin-top: 5px;
    position: relative;
}
.check-availability .availability-form .vailability-submit {
    vertical-align: middle;
    display: inline-block;
}
.check-availability .availability-form .vailability-submit .awe-btn {
    height: 40px;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.awe-btn.awe-btn-13 {
    border: 2px solid #e1bd85;
    background-color: #e1bd85;
    color: #fff;
}
.awe-btn.awe-btn-13:hover {
    border-color: #e1bd85;
    background-color: #fff;
    color: #e1bd85 !important;
}
.awe-btn {
    display: inline-block;
    background: none;
    font-family: 'Montserrat';
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    line-height: normal;
    padding: 8px 10px;
    font-size: 12px;
    color: #000;
    min-width: 110px;
    border-width: 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.check-availability h2 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: normal;
    font-family: 'Montserrat';
    position: relative;
    padding-left: 60px;
    line-height: 1;
}
.check-availability h2:before {
    content: '\f00c';
    border: 3px solid #e1bd85;
    color: #e1bd85;
    font-size: 18px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.room-wrap-4 {
    margin-top: -100px;
}
.room_item-4 {
    margin-left: -15px;
    margin-right: -15px;
}
.room-wrap-4 .room_item-4 {
    margin-top: 100px;
}
.room_item-4 .img {
    float: left;
    position: relative;
    width: 41.66666667%;
    padding-left: 15px;
    padding-right: 15px;
}
.room_item-4 .thumbs:before,
.room_item-4 .thumbs:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.room_item-4 .img:before {
    bottom: 0;
    left: 15px;
    right: 15px;
    top: 50%;
    position: absolute;
    content: '';
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#692f95));
    background: -webkit-linear-gradient(top, transparent, #692f95);
    background: -moz-linear-gradient(top, transparent, #692f95);
    background: -ms-linear-gradient(top, transparent, #692f95);
    background: -o-linear-gradient(top, transparent, #692f95);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.room_item-4:hover .img:before {
    opacity: .7;
    top: 0;
}
.room_item-4:hover .thumbs:before,
.room_item-4:hover .thumbs:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.room_item-4 .thumbs:before {
    border-right: 3px solid #692f95;
    border-bottom: 3px solid #692f95;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
}
.room_item-4 .thumbs:after {
    border-left: 3px solid #692f95;
    border-top: 3px solid #692f95;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
}

.room_item-4 .img img {
    width: 100%;
}
.room_item-4 .text {
    overflow: hidden;
    position: relative;
}
.room_item-4 .text h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'Montserrat';
}
.room_item-4 .text h2 a {
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.room_item-4 .text p {
    color: #898989;
    margin-bottom: 0;
    font-size: 15px;
    margin-top: 30px;
}
.room_item-4 .text-thumbs {
    position: relative;
    float: left;
    width: 58.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.room_item-4 .text-thumbs .text {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 45px;
}
.room_item-4 .text .awe-btn {
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 25px;
}
.room_item-4 .text-thumbs .thumbs {
    margin-left: -30px;
    margin-top: 80px;
}
.room_item-4.img-right .text-thumbs .thumbs {
    margin-left: 0;
    margin-right: -30px;
}
.room_item-4 .thumbs {
    position: relative;
}
.room_item-4:after {
    content: '';
    display: table;
    clear: both;
}
.room_item-4.img-right .img {
    left: 58.33333333%;
}
.room_item-4.img-right .text-thumbs {
    right: 41.66666667%;
}
/*************** AVAILABILITY CSS END*********************/




/*************** SECTION ROOM CSS START *******************************/
.section-room {
    padding-top: 45px;
    padding-bottom: 50px;
}
.room-wrap-1 {
    margin-top: -45px;
}
.room-wrap-1 .room_item-1 {
    margin-top: 45px;
}
.room_item-1 h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Luxury-Platinum';
    font-weight: bold;
}
span.booking {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    margin-top: 10px;
}
.room_item-1 .img {
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}
.room_item-1 .img:hover img {
    transform: scale(1.1);
}
.room_item-1 .img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.room_item-1 .img:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e1bd85));
    background: -webkit-linear-gradient(top, transparent, #e1bd85);
    background: -moz-linear-gradient(top, transparent, #e1bd85);
    background: -ms-linear-gradient(top, transparent, #e1bd85);
    background: -o-linear-gradient(top, transparent, #e1bd85);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.room_item-1 .desc {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}
.room_item-1 .desc p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 15px;
}
.room_item-1 .desc ul {
    font-size: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}
.room_item-1 .desc ul li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    width: calc(49%);
    display: inline-block;
    vertical-align: top;
    color: #232323;
    margin: 3px 0;
    font-weight: 500;
}
.room_item-1 .desc ul li:before {
    width: 5px;
    height: 5px;
    background-color: #333333;
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.room_item-1 .bot {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 10px 0;
    margin-top: 20px;
}
.room_item-1 .bot .price {
    display: inline-block;
    color: #898989;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 1;
}
.room_item-1 .bot .price .amout {
    color: #333333;
    font-weight: bold;
    font-size: 26px;
    margin-left: 5px;
}
.room_item-1 .bot .awe-btn {
    float: right;
}
.heading {
    margin: 0;
    color: #232323;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Luxury-Platinum';
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}
/*************** SECTION ROOM CSS END *******************************/



/*************** SECTION GALLERY CSS STARY *******************************/

.section-gallery {
    padding-top: 60px;
    padding-bottom: 70px;
}
.gallery.no-padding .gallery-content {
    margin-top: 40px;
}
.gallery-content {
    margin-top: 20px;
}
.gallery .heading {
    margin-bottom: 40px;
}
.gallery.no-padding .gallery-content [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}
.gallery-content .gallery_item {
    position: relative;
    overflow: hidden;
}
.gallery-content .gallery_item:hover:before {
    top: 0;
    opacity: .9;
}
.gallery-content.hover-img .gallery_item:before {
    background: none;
}
.gallery.no-padding .gallery-content .row {
    margin-left: 0;
    margin-right: 0;
}
.gallery-content .our-gallery{
	margin-top: 30px;
}
.gallery-content .our-gallery .awe-btn {
    min-width: 180px;
}
.awe-btn.awe-btn-default {
    border: 2px solid #000;
}
.awe-btn {
    display: inline-block;
    background: none;
    font-family: 'Montserrat';
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    line-height: normal;
    padding: 8px 10px;
    font-size: 12px;
    color: #000;
    min-width: 110px;
    border-width: 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.gallery-content .gallery_item:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    content: '';
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    background-color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#692f95));
    background: -webkit-linear-gradient(top, transparent, #692f95);
    background: -moz-linear-gradient(top, transparent, #692f95);
    background: -ms-linear-gradient(top, transparent, #692f95);
    background: -o-linear-gradient(top, transparent, #692f95);
}
.gallery-content.hover-img .gallery_item img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.gallery-content .gallery_item img {
    width: 100%;
}
.gallery-content.hover-img .gallery_item:hover img {
    transform: scale(1.1);
}
.gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-6 .item-size {
    width: 16.66666667%;
}

.mfp-wrap .mfp-content .mfp-figure {
    padding-bottom: 0;
    background-color: #1f232b;
    position: relative;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-close {
    right: 7px;
    top: 7px;
    position: absolute;
    padding: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #7c7c7c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-img {
    padding: 30px 30px 60px 30px;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar {
    position: absolute;
    margin: 0;
    text-align: center;
    font-weight: 500;
    bottom: 17px;
    top: inherit;
    left: 30px;
    right: 30px;
    width: inherit;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
    position: static;
    display: inline-block;
    color: #fff;
    padding-right: 10px;
    font-size: 16px;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar .mfp-counter {
    display: inline-block;
    position: static;
    font-size: 16px;
    colo: #898989;
}

/*************** SECTION GALLERY CSS END *******************************/


/*************** FOOTER CSS START *******************************/
#footer {
    background-color: #232323;
}
#footer .footer_top {
    background: #2e2e2e url(../img/bg-footer-top.png) no-repeat;
    padding: 16px 0;
}
#footer .footer_top .mailchimp h4 {
    display: inline-block;
    font-family: 'Montserrat';
    margin: 0;
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: normal;
}
#footer .footer_top .mailchimp h4:before {
    content: "\f003";
    border: 3px solid #e1bd85;
    padding: 10px;
    color: #e1bd85;
    margin-right: 20px;
    font-size: 18px;
    font-family: 'FontAwesome';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#footer .footer_top .mailchimp .mailchimp-form {
    display: inline-block;
    vertical-align: middle;
    margin-left: 65px;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    width: 290px;
    margin-bottom: 10px;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text::-webkit-input-placeholder{
	color:#fff;
	}
#footer .footer_top .mailchimp .mailchimp-form .awe-btn
 {
    vertical-align: middle;
    min-width: 135px;
    text-align: center;
    padding: 7px 10px;
    height: 40px;
    color: #fff;
    background-color: #e1bd85;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
div.background-trasparent a.booking,
div.background-trasparent a.youtube {
    vertical-align: middle;
    min-width: 135px;
    text-align: center;
    padding: 7px 10px;
    height: 40px;
    width: 200px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin: 0px 15px;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
div.background-trasparent a.booking:hover,
div.background-trasparent a.youtube:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition:transform 1.05s ease-in-out;
    -ms-transition:transform 1.05s ease-in-out;

}
#footer .footer_top .mailchimp .mailchimp-form .awe-btn:hover{
	background: #fff;
    color: #e1bd85;
}
#footer .footer_top .social .social-content {
    font-size: 0;
}
#footer .footer_top .social .social-content a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-top: 5px;
    text-align: center;
    margin-right: 30px;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
#footer .footer_top .social .social-content a:hover {
    border-color: #e1bd85;
}

#footer .footer_center{
	padding-bottom: 40px;
}
#footer .footer_center .widget {
    margin-top: 40px;
}
#footer .footer_center .widget .widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}
#footer .footer_center .widget a{
    transition: transform 1s;
    transition-timing-function: ease-in-out;
}

#footer .footer_center .widget a:hover>img{
    transform: scale(1.1);
    /*opacity: 0.5;*/
}

#footer .footer_center .widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#footer .footer_center .widget>ul {
    margin-top: -5px;
}
#footer .footer_center .widget ul li a {
    color: #acacac;
    padding: 10px 0;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
#footer .footer_center .widget_tripadvisor .tripadvisor p,
#footer .footer_center .widget_airbnb .airbnb p{
    color: #acacac;
    font-size: 13.75px;
    margin-bottom: 20px;
}
#footer .footer_center .widget_tripadvisor .tripadvisor img,
#footer .footer_center .widget_airbnb .airbnb img{
    max-width: 100%;
    margin-bottom: 20px;
}
#footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle,
#footer .footer_center .widget_airbnb .airbnb .airbnb-circle {
    font-size: 0;
    clear: bold;
    display: block;
}
#footer .footer_center .widget_airbnb .airbnb {
    display: grid;
}
#footer .footer_center .widget_airbnb .airbnb span.airbnb-stars {
    color: #ffffff;
}
#footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle i,
#footer .footer_center .widget_airbnb .airbnb .tripadvisor-airbnb i {
    font-size: 15px;
    border: 2px solid #8bc23f;
    padding: 1px;
    background-color: #8bc23f;
    background-clip: content-box;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#footer .footer_center .widget-logo {
    overflow: hidden;
    /*padding-top: 20px;*/
}
#footer .footer_center .widget-logo .img {
    max-width: 145px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
#footer .footer_center .widget-logo .img img {
    max-width: 100%;
}
#footer .footer_center p {
    font-size: 14px;
}
#footer .footer_center .widget-logo .text {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
#footer .footer_center .widget-logo .text p {
    color: #acacac;
    margin-bottom: 10px;
}
#footer .footer_center .widget-logo .text p i {
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
}
[class^="lotus-icon-"], [class*=" lotus-icon-"] {
    font-family: 'Lotus Icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lotus-icon-location:before {
    content: "\e610";
}
#footer .footer_center .widget-logo .text p a {
    color: #acacac;
}
#footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle i.part:before {
    content: '';
    position: absolute;
    background-color: #1f232b;
    display: block;
    height: 8px;
    width: 4px;
    right: 1px;
    top: 1px;
}
#footer .footer_bottom {
    background-color: #101010;
    padding: 10px 0;
    text-align: center;
    color: #acacac;
    font-size: 12.22px;
}
#footer .footer_bottom p {
    margin-bottom: 0;
    font-size: 14px;
}
/*************** FOOTER CSS END *******************************/


/********************************************* APARTEMENT CSS START ******************************************/

.section-sub-banner {
    padding-top: 80px;
}
.bg-9 {
    background: url(../img/slider-image-1.jpg) center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    height: 270px;
    background-position: right 0px bottom -63px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.awe-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(72,72,72,0.3);
    top: 0;
    left: 0;
    z-index: 0;
}
.sub-banner {
    position: relative;
}
.sub-banner .text {
    padding-bottom: 50px;
}
.text-center {
    text-align: center;
}
.sub-banner .text h2 {
    margin-top: 70px;
    margin-bottom: 0;
    color: #fff;
    font-size: 35.68px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.sub-banner .text p {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
}



/********************************************* APARTEMENT CSS END ******************************************/





/********************************************* GALLERY CSS START ******************************************/
.section_page-gallery {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 120px;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
.gallery-content {
    margin-top: 20px;
}
.gallery.gallery-3 .gallery-content [class*="col-"] {
    /*margin-top: 30px;*/
}
.gallery.gallery-3 h1 {
    text-align: center;
    text-transform: uppercase;
}
.gallery-isotope.col-4 .item-isotope,
.gallery-isotope.col-4 .item-size {
    width: 25%;
}
.gallery-isotope.col-4 .item-isotope.larger {
    width: 50%;
}
.gallery-content .gallery_item {
    position: relative;
    overflow: hidden;
}
.gallery-isotope .item-isotope {
    float: left;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
/********************************************* GALLERY CSS END ********************************************/

/********************************************* CONTACT CSS START ******************************************/

.section-contact {
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 85px;
}
.contact .text {
    margin-top: 15px;
}
.contact .text h2 {
    color: #232323;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.contact .text p {
    margin-top: 10px;
    color: #232323;
    line-height: 1.428em;
}
.contact .text ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}
.contact .text ul li {
    padding: 7px 0;
}
.contact .text ul li .icon {
    color: #e1bd85;
    font-size: 20px;
    margin-right: 20px;
    vertical-align: middle;
}
.contact .text ul li .icon {
    color: #e1bd85;
    font-size: 20px;
    margin-right: 20px;
    vertical-align: middle;
}
.contact .contact-form .field-text,
.contact .contact-form .field-textarea {
    border: 2px solid #232323;
    width: 100%;
    margin-top: 20px;
    color: #232323;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.contact .contact-form .field-textarea {
    resize: none;
    height: 210px;
}
.contact .contact-form .field-text:focus,
.contact .contact-form .field-textarea:focus {
    border-color: #e1bd85;
}
.contact .contact-form .awe-btn {
    margin-top: 20px;
    width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
}
.contact-map {
    height: 470px;
    position: relative;
}
.contact-map #map {
    height: 100%;
    width: 100%;
}
/********************************************* CONTACT CSS END ******************************************/


/********************************************* VILLADETAIL CSS START ******************************************/

.bg-white {
    background-color: #fff;
}
.section-room-detail {
    padding-bottom: 100px;
}
.room-detail_img {
    position: relative;
    margin-top: 45px;
}
.owl-controls .owl-prev {
    left: 10px;
}
.owl-controls .owl-next {
    right: 10px;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 10;
    top: 50%;
    font-size: 13px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
    color: #e1bd85;
    border-color: #e1bd85;
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-left:before {
    content: "\f053";
}
.room-detail_img .room_img-item {
    position: relative;
}
.room-detail_img .room_img-item h6 {
    background-color: rgba(51,51,51,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 13px;
    color: #fff;
    padding: 15px 20px;
}
.room-detail_thumbs {
    margin-top: 10px;
}
.room-detail_thumbs .owl-item {
    padding: 0 5px;
}
.room-detail_thumbs a {
    display: block;
    position: relative;
}
.room-detail_thumbs a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    border: 4px solid transparent;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.room-detail_thumbs a img {
    width: 100%;
}
.room-detail_thumbs .owl-prev {
    left: 0;
}
.room-detail_thumbs .owl-next {
    right: 0;
}
.room-detail_thumbs .owl-prev .fa, .room-detail_thumbs .owl-next .fa {
    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%);
}
.room-detail_thumbs .owl-prev, .room-detail_thumbs .owl-next {
    width: 26px;
    text-align: center;
    background-color: #232323;
    border-width: 0;
    height: auto;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.room-detail_thumbs .owl-prev:hover, .room-detail_thumbs .owl-next:hover {
    background-color: #e1bd85;
    color: #fff;
}
.room-detail_book {
    background-color: #f1f1f1;
    margin-top: 45px;
}
.room-detail_book .room-detail_total {
    padding: 20px 30px;
    text-align: center;
}

.room-detail_book .room-detail_total h6 {
    color: #232323;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}
.room-detail_book .room-detail_total .price {
    margin-bottom: 0;
    margin-top: 10px;
    color: #898989;
    font-size: 18px;
    line-height: 1;
    font-family: 'Montserrat';
}
.room-detail_book .room-detail_total .price .amout {
    font-weight: bold;
    font-size: 40px;
    color: #232323;
}
.room-detail_book .room-detail_form {
    border-top: 1px solid #e4e4e4;
    padding: 0 30px 33px 30px;
}
.room-detail_form p {
    line-height: 1.7em;
    letter-spacing: 0;
    font-size: 14px;
    margin-top: 15px;
}
.room-detail_book .room-detail_form .awe-btn {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    margin-top: 30px;
}
.room-detail_tab {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
}
.room-detail_tab-header {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 70px;
}
.room-detail_tab-header li {
    border-bottom: 2px solid #e4e4e4;
    position: relative;
}
.room-detail_tab-header li a {
    padding: 30px 0 10px 0;
    color: #232323;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-family: 'Montserrat';
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.room-detail_tab-header li.active a,
.room-detail_tab-header li:hover a {
    color: #e1bd85;
}
.room-detail_tab-header li.active a:before,
.room-detail_tab-header li:hover a:before {
    width: 100%;
}
.room-detail_tab-header li a:before {
    height: 2px;
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #e1bd85;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.room-detail_tab-content {
    padding-top: 20px;
    position: relative;
}
.room-detail_tab-content:before {
    border-left: 1px solid #e4e4e4;
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
}
.room-detail_amenities, .room-detail_overview {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
}
.room-detail_amenities p, .room-detail_overview p {
    font-size: 14px;
    margin-bottom: 0;
}
.room-detail_amenities h6, .room-detail_overview h6 {
    text-transform: uppercase;
    color: #232323;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Hind';
    margin-top: 25px;
}
.room-detail_amenities ul, .room-detail_overview ul {
    padding-left: 17px;
    margin-bottom: 0;
    margin-top: 5px;
}
.room-detail_amenities ul li, .room-detail_overview ul li {
    padding: 4px 0;
}
.gallery-isotope.pd-0 .item-isotope {
    padding: 0;
    margin-top: 0;
}
/********************************************* VILLADETAIL CSS END ******************************************/



/*************** PEGA CSS END *********************/

#footer .footer_center .widget-logo .text p i.fa.fa-mobile {
    margin-right: 15px;
}

/*************** GLOBALS CSS START ****************/
@font-face {
    font-family: 'Luxury-Platinum';
    src: url('../fonts/luxury-platinum.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body {
    position: relative;
    font-family: 'Hind';
    font-size: 15px;
    color: #232323;
    padding: 0;
    margin: 0;
    letter-spacing: .014em;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Luxury-Platinum';
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.header_top:after {
    display: table;
    content: '';
    clear: both;
}
a {
    color: #232323;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}

a:hover, a:focus, input:focus, textarea:focus, button:focus, select:focus {
    outline: none !important;
    text-decoration: none;
}

section {
    position: relative;
}
input[type="search"], input[type="text"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="file"] {
    background: none;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    color: #666;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Montserrat';
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
textarea {
    background: none;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    resize: none;
    padding: 12px;
    height: 140px;
    color: #666;
    font-size: 14px;
    vertical-align: middle;
}

/*************** GLOBALS CSS END ****************/


/*************** RESPONSIVE START *****************/
@media screen and (max-width: 1200px){
	section.section-slider {
    height: 330px;
	}
	.check-availability {
		text-align: center;
		margin-top: 0;
		padding: 30px 0;
	}
	.check-availability:before {
		background-color: #333;
		background-image: none;
		height: 100%;
		top: 0;
	}
	.check-availability .availability-form {
		margin-top: 30px;
		display: inline-block;
	}
	.check-availability h2 {
		line-height: 1.4em;
		display: inline-block;
	}
}
@media screen and (max-width: 1199px){
	.gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-6 .item-size {
		width: 25%;
	}

	#footer .footer_top {
		text-align: center;
		background-image: none;
	}

	#footer .footer_top .social {
		margin-top: 40px;
	}
	#footer .footer_top .mailchimp {
		display: inline-block;
	}
	#footer .footer_center .widget_logo {
		text-align: center;
	}
	#footer .footer_center .widget_logo .widget-logo {
		text-align: left;
		display: inline-block;
	}
	.gallery-isotope.col-4 .item-isotope,
	.gallery-isotope.col-4 .item-size,
	.gallery-isotope.col-4 .item-isotope.larger {
		width: 33.33333%;
	}
}
@media screen and (max-width: 991px){

	.check-availability h2:before{
		display:none;
	}
	.heading {
		font-size: 30px;
	}
	.gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-6 .item-size {
		width: 33.33333%;
	}
	#footer .footer_top .mailchimp h4 {
		padding-left: 0;
		display: block;
		margin-bottom: 20px;
	}
	#footer .footer_top .mailchimp h4:before{
		display:none;
	}
	#footer .footer_top .mailchimp .mailchimp-form {
		margin-left: 0;
	}
	#footer .footer_top .social {
		margin-top: 40px;
	}
	.room_item-4 .text-thumbs .thumbs {
		display: none;
	}
	.room_item-4 .text-thumbs .text {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}
	.room_item-4 .text-thumbs .text h2 {
		font-size: 30px;
	}
	.room_item-4 .text-thumbs .text p {
		margin-top: 25px;
	}
}


@media screen and (max-width: 767px){
	#header .header_top .header_left, #header .header_top .header_right {
		text-align: center;
		float: none;
		width: 100%;
	}
    .room_item-1 h2,
    .room_item-1 .desc{
        margin-left: 10px;
    }
    .room_item-1 .bot .awe-btn{
        margin-right: 10px;
    }
    .room-wrap-1 .room_item-1 {
        margin-left: -15px;
        margin-right: -15px;
    }
	#header .header_top .header_right {
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	.gallery-isotope.col-6 .item-isotope,
	.gallery-isotope.col-6 .item-size {
		width: 50%;
	}
	.gallery-isotope.col-4 .item-isotope,
	.gallery-isotope.col-3 .item-isotope,
	.gallery-isotope.col-4 .item-size,
	.gallery-isotope.col-3 .item-size,
	.gallery-isotope.col-4 .item-isotope.larger,
	.gallery-isotope.col-3 .item-isotope.larger {
		width: 50%;
	}

}



@media screen and (max-width: 600px){
	.room-wrap-4 {
		margin-top: -70px;
	}
	.room-wrap-4 .room_item-4 {
		margin-top: 70px;
	}
	.room_item-4 .img {
		width: 100%;
	}
	.room_item-4 .text-thumbs {
		width: 100%;
	}
	.room_item-4 .text-thumbs .text {
		margin-top: 20px;
	}
	.room_item-4.img-right .img,
	.room_item-4.img-right .text-thumbs {
		left: auto;
		right: auto;
	}
}




@media (max-width: 767px) and (min-width: 460px){
	#header.header-sticky {
		margin-top: -37px;
	}
}

@media screen and (max-width: 480px){
	.gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-4 .item-isotope, .gallery-isotope.col-3 .item-isotope, .gallery-isotope.col-6 .item-size, .gallery-isotope.col-4 .item-size, .gallery-isotope.col-3 .item-size, .gallery-isotope.col-6 .item-isotope.larger, .gallery-isotope.col-4 .item-isotope.larger, .gallery-isotope.col-3 .item-isotope.larger {
		width: 100%;
	}

    section.section-slider div#slider ul li .slider-item {
        background-position: center;
    }

    .background-trasparent {
        padding: 0px 0;
    }
    div.background-trasparent a.booking,
    div.background-trasparent a.youtube {
        position: relative;
        text-align: center;
        width: 100px;
        margin: 10px;
        height: 34px;
        font-size: 14px;
    }
	#header .header_top .header_left {
		/*display: none;*/
	}
	.check-availability h2 {
		padding-left: 0;
		line-height: 1;
		font-size: 20px;
	}
	#footer .footer_top .mailchimp h4 {
		font-size: 20px;
	}
	#footer .footer_top .mailchimp .mailchimp-form {
		padding-right: 100px;
		position: relative;
	}
	#footer .footer_top .mailchimp .mailchimp-form .input-text {
		width: 100%;
	}
	#footer .footer_top .mailchimp .mailchimp-form .awe-btn {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		min-width: inherit;
		padding-left: 15px;
		padding-right: 15px;
        margin-bottom: 10px;
	}
    #footer .footer_top .social .social-content {
        margin-left: 20px;
    }
	#footer .footer_top .social .social-content a {
        margin-right: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
	}
	.sub-banner .text h2 {
		margin-top: 50px;
		font-size: 20px;
	}
	.sub-banner .text p {
		font-size: 14px;
	}
	.room_item-4 .text-thumbs .text h2 {
		font-size: 24px;
	}
	.room_item-4 .text-thumbs .text p {
		font-size: 14px;
		margin-top: 25px;
	}
	#footer .footer_center [class*="col-"] {
		width: 100%;
	}
	#footer .footer_center .widget_logo .widget-logo .img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.contact-map {
		height: 300px;
	}
}

@media screen and (max-width: 471px){
    #header.header-sticky {
        margin-top: -37px;
    }
}

@media screen and (max-width: 333px){
    #header.header-sticky {
        margin-top: -73px;
    }
}

.lead{

}
