﻿strong,
input,
select,
textarea {
    outline: 0 !important;
}

object,
embed {
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

@font-face {
    font-family: "gb";
    src: url("fonts/Gravity-Bold.ttf");
}

@font-face {
    font-family: "g";
    src: url("fonts/Gravity-Light.ttf");
}

@font-face {
    font-family: "pop";
    src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "popSb";
    src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "popB";
    src: url("fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: "popM";
    src: url("fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "popL";
    src: url("fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: "gl";
    src: url("fonts/Gravity-Light.ttf");
}


/* Roboto */

@font-face {
    font-family: "Roboto-Regular";
    src: url("fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Light";
    src: url("fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("fonts/Roboto-Bold.ttf");
}


/* Bitter */

@font-face {
    font-family: "Bitter-Regular";
    src: url("fonts/Bitter-Regular.ttf");
}

@font-face {
    font-family: "Bitter-Italic";
    src: url("fonts/Bitter-Italic.ttf");
}

@font-face {
    font-family: "Bitter-Bold";
    src: url("fonts/Bitter-Bold.ttf");
}


/* Ostrich */

@font-face {
    font-family: "OstrichSans-Bold";
    src: url("fonts/OstrichSans-Bold.otf");
}

@font-face {
    font-family: "OstrichSansStack-1";
    src: url("fonts/OstrichSansStack-1.otf");
}

@font-face {
    font-family: "OstrichSansStack-2";
    src: url("fonts/OstrichSansStack-2.otf");
}

@font-face {
    font-family: "OstrichSansStack-3";
    src: url("fonts/OstrichSansStack-3.otf");
}

@font-face {
    font-family: "OstrichSansStack-4";
    src: url("fonts/OstrichSansStack-4.otf");
}

@font-face {
    font-family: "b";
    src: url("fonts/big_noodle_titling.ttf");
}

@font-face {
    font-family: "r";
    src: url("fonts/rainbow.ttf");
}

@font-face {
    font-family: "Altair-Thin";
    src: url("fonts/Altair-Thin.ttf");
}

@font-face {
    font-family: "Altair-Bold";
    src: url("fonts/Altair-Bold.ttf");
}

@font-face {
    font-family: "Chocolate";
    src: url("fonts/Chocolate.otf");
}

@font-face {
    font-family: "Lobster";
    src: url("fonts/Lobster.otf");
}

@font-face {
    font-family: "MAKISUPA";
    src: url("fonts/MAKISUPA.ttf");
}

a {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    text-decoration: none !important;
}
.eventSliderArea > .btns > .uk-slidenav-next::before {margin: 0px !important;}
.eventMainWrap > .eventSliderArea > .btns > span .uk-slidenav-previous::before {margin: 0px !important;}


.alert-notice {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: red;
    color: #fff;
    padding: 20px 50px;
    border-radius: 5px;
    z-index: 10000000;
    display: none;
}
.eventMainWrap > span {
    font-size: 20px;
    color: #f7f7f7cc;
    position: relative;
    left: 25px;
    top: 25px;
    cursor: pointer;
    z-index: 1124;
}
.promotion_Wrap > .promotion_BOX::after {
    content: "";
    position: absolute;
    top: -4px;
    background: #262428;
    display: inline-block;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    margin-left: -7px;
}
.addOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 11111;
    top: 0;
    display: none;
}
.promotion_Wrap{float: right;position: relative;z-index: 1000;}
.promotion_Wrap > span {
    color: #fbbe71;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #2f2e2e;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    font-size: 23px;
    margin-right: 10px;
    box-shadow: 0 7px 8px -1px #00000091;
}
.promotion_Wrap > .promotion_BOX {
    width: 300px;
    background: #262428;
    padding: 20px;
    border-radius: 20px;
    top: 20px;
    right: 10px;
    margin: 40px 0px 0;
    display: none;
    position: absolute;
    z-index: 11;
    box-shadow: 0 22px 64px -30px #000;
}
.promotion_Wrap > .promotion_BOX > h3{
    text-align: left;
    font-size: 25px;
    margin: 15px 0 0;
    color: #ffa23f;
    font-family: popB;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 30px;
    font-weight: 500;
}
.eventMainWrap > .eventSliderArea > ul > li .each {
    width: 50%;
    margin: 0 auto;
}
.eventMainWrap > .eventSliderArea > ul > li .each >div{
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
border-radius: 1px;
box-shadow: 0 50px 34px -62px #fb7d0e75;
height: 400px;
width: 100%;
border-radius: 16px;
margin-top: 20px;
padding-left: 10px;
}
.popWrapMain > .mP_Popup {
    height: 100%;
    position: fixed;
    z-index: 12222;
    top: 0;
    width: 100%;
    background:#fff;
}
.popWrapMain > .mP_Popup > iframe{
width: 100%;
height: 100%;
}
 .popWrapMain >.temp-back-btn {
    position: absolute;
    top: 2%;
    z-index: 111111;
}
 .popWrapMain >.temp-back-btn > a {
  float: left;
  margin-left: 30px;
  height: 70px;
  font-size: 30px;
  line-height: 70px;
  border-radius: 50%;
  background: #2a2a2a;
  width: 70px;
  color: #fff;
  font-family: arial;
  text-align: center;
    cursor: pointer;
}
.popWrapMain > .temp-back-btn {
    position: fixed;
    top: 4%;
    z-index: 111111;
}
.popWrapMain > .temp-back-btn > a{
    float: left;
    margin-left: 30px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    border-radius: 50%;
    opacity: 0.7;
}
.mPButtonDummy > #mP_Payment {
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    width: 250px;
    margin-top: 20px;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #39f;
}
.mPButtonDummy > #mP_Payment:hover{
    background: #262626;
    transition: 0.3s ease-out;
    letter-spacing: 2px !important;
}
.eventMainWrap > .eventSliderArea > ul > li .each >.content > h2 {
    font-size: 22px;
    margin: 0;
    font-family: roboto-bold;
    text-transform: capitalize;
    color: #ffa839;
    letter-spacing: .5px;
}
.eventMainWrap > .eventSliderArea > ul > li .each >.content > h3 {
    margin-bottom: 10px;
    color: #737373;
    font-family: roboto-regular;
    letter-spacing: .6px;
    font-size: 13px;
    color: #fff;
}
.eventMainWrap > .eventSliderArea > ul > li .each >.content span {
    color: #fdfcfb;
    display: inline-block !important;
    margin: 2px 0px !important;
    font-family: roboto-medium;
    letter-spacing: 0.4px;
    font-size: 13px;
    border-left: 2px #ffae58 solid;
    padding: 2px 6px;
    margin-bottom: 10px !important;
}
.eventMainWrap > .eventSliderArea{position: relative;}
.eventMainWrap > .eventSliderArea > .btns {
    position: absolute;
    top: 25%;
    width: 70%;
    left: 14.1%;
    right: 50%;
}


.eventMainWrap {
    background: transparent;
    box-sizing: border-box;
    height: 650px;
    display: none;
    z-index: 11111;
    border-bottom: 2px #bdbcbb solid;
    position: fixed;
    top: 0;
    background: #1e1d1dd1;
width: 100%;
}
.eventMainWrap > .eventSliderArea > .btns > .uk-slidenav-next{float: right;}
.promotion_Wrap > .promotion_BOX > h4 {
    color: #fff;
    font-family: popM;
    text-transform: capitalize;
    background: none !important;
    font-size: 12px;
    letter-spacing: .8px;
    text-indent: 5px;
}
.promotion_Wrap > .promotion_BOX  > button{
    margin-top: 50px;
    background: none;
    border: 2px solid;
    color: #fff;
    height: 50px;
    width: 100%;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: pop;
    border-radius: 3px;
    font-size: 13px;
    color: #fbae77;
    margin: 10px 0 0;
}
.promotion_Wrap > .promotion_BOX  > span{
    position: absolute;
    left: 16px;
    top: 13px;
    color: #ccc;
    cursor: pointer;
    font-size: 11px;
}
.alert-notice.error {
    background: red !important;
}

.alert-notice.success {
    background: #10c469 !important;
}
.uk-modal a.uk-slidenav::before {
    margin: 0;
}
.uk-modal-dialog-lightbox > .uk-close:first-child {
    color: #333 !important;
}

.hidden {
    display: none !important;
}

.show {
    display: block;
}

.innerHeader li a.active {
    color: #ff8f00;
}

.myAminities .singleGrid::before,.myAminities .singleGrid::after{
display: none;
}
.mainLoadingWraps {
    position: fixed;
    height: 100%;
    width: 100%;
    display: table;
    top: 0;
    background: #f5f5f5f0;
    z-index: 1136000000000000000000000;
}
.mainLoadingWraps >  div {
    display: table-cell;
    vertical-align: middle;
}
.mainLoadingWraps img {
    width: 120px;
    margin: 0 auto 0;
    display: block;
    border-radius: 100px;
}
.mainLoadingWraps p{
    text-align: center;
    font-size: 14px;
    letter-spacing: 29px;
    text-transform: uppercase;
    color: #928b8b;
    margin: 38px 0 0;
}

.payaplButtonDummy> img:hover{ opacity: .8}
.payaplButtonDummy> img{
width: 265px;
cursor: pointer;
margin: 29px 0 0;
transition: all 0.3s ease-in-out 0s;
}


body > a.scrollTop {
    background: #eaeaea none repeat scroll 0 0;
    bottom: 12px;
    color: #111;
    font-size: 32px;
    height: 60px;
    line-height: 64px;
    opacity: 0.85;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 60px;
    z-index: 2147483647;
    box-shadow: 0 4px 11px -7px #000;
    border-radius: 100px;
}

body>a.scrollTop:hover {
    background: #ff8f00 none repeat scroll 0 0;
    opacity: 1;
}

.mainWrap {
    overflow: hidden;
    font-family: pop;
    position: relative;
}


/* header Start */

.mainHeader {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1009;
}

.borderBottom {
    border-bottom: 1px solid #ccc;
}

.treatAsSticky li a {
    font-size: 11px !important;
}

.treatAsSticky a img {
    height: 50px !important;
}

.innerHeader>.nav {
    margin-top: 30px;
    text-align: center;
}

#custom-btn-container > button {
    display: inline-block;
    float: none;
    line-height: 30px;
    background: #ff598e;
    font-family: roboto;
    width: 200px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: .3px;
    font-weight: normal;
    padding: 0;
    border-radius: 4px;
    margin-top: 23px;
    text-transform: uppercase;
    box-shadow: 0 6px 8px -4px #00000045;
}

input.mendatoryField {
    border-color: #ffa0a0 !important;
}
.singleGrid.loadingGifBg.totalItems_5.singleGrid_2 {
    background-size: 100px;
}

.singleGrid.loadingGifBg {
    background-size: 170px !important;
}

.coverPhotoWrap.loadingGif {
    background-size: 153px !important;
    background-repeat: no-repeat !important;
    z-index: 1100;
}


.payNowOrLater.checkoutButtons {
    border-radius: 0;
    text-align: center;
    margin: 0 0 0;
    border: none;
}

#zoid-paypal-button-f1e2a7cfbf {
    margin-top: 25px;
}

.innerHeader .navWrap>a.logoWithNoImg:hover {
    background-color: #fff;
    color: #222 !important;
}

.innerHeader .navWrap>a.logoWithNoImg {
    border: 1px #fff solid;
    display: inline-block;
    width: 150px;
    color: #fff;
    padding: 12px 5px 10px;
    border-radius: 45px;
}

.innerHeader .navWrap>a {
    display: inline-block;
    width: 60px;
}

.innerHeader>.nav ul {
    margin: 0px 0 0;
    padding: 0;
}

.innerHeader ul li {
    list-style: outside none none;
    width: 100%;
}

.noGogSwitcher {
    top: 20px !important;
}

.innerHeader li a:hover {
    color: #ff8f00;
}

.innerHeader li a {
    color: #c6c6c6;
    display: inline-block;
    font-family: popSb;
    font-size: 11px;
    height: 54px;
    letter-spacing: 1px;
    line-height: 70px;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.innerHeader {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    height: 100%;
    top: 0;
    position: fixed;
    width: 222px;
    margin-left: -300px;
    z-index: 1050;
    transition: all 0.3s ease-in-out 0s;
}

.mainHeader>a.navToggler,
.mainHeader>a.navToggler::before,
.mainHeader>a.navToggler::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 1px;
    left: 20px;
    position: fixed;
    top: 20px;
    transition: all 0.3s ease-in-out 0s;
    width: 19px;
    z-index: 1051;
}

.mainHeader>a.navToggler:hover,
.mainHeader>a.navToggler:hover:before,
.mainHeader>a.navToggler:hover:after {
    background: #ff8f00 none repeat scroll 0 0;
}

.mainHeader>a.navToggler i::after {
    content: "";
    display: block;
    height: auto;
    padding: 10px;
    width: auto;
}

.mainHeader>a.navToggler::before {
    content: "";
    left: 20px;
    top: 27px;
}

.mainHeader>a.navToggler::after {
    content: "";
    left: 20px;
    top: 34px;
}

.mainHeader>a.navToggler.active {
    height: 0px;
    width: 0px;
}

.mainHeader>a.navToggler.active::before {
    height: 2px !important;
    transform: rotate(138deg);
    width: 18px;
    left: 20px;
    top: 28px;
}

.mainHeader>a.navToggler.active::after {
    height: 2px !important;
    margin-left: 0;
    margin-top: -6px;
    transform: rotate(41deg);
    width: 18px;
}

.mainHeader>a.navToggler i {}

.mainHeader>a.navToggler i:before {}

.mainHeader>a.navToggler i:after {}

.mainHeader>a.navToggler {}

.mainHeader>a.navToggler {}

.mainHeader>a.navToggler {}

.mainHeader>a.navToggler {}

.mainHeader>a.navToggler {}

.mainHeader>a.navToggler {}

.mainHeader>a.navToggler {}

.mainHeader>a.navToggler {}

.innerHeader.active {
    margin-left: 0;
}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.innerHeader {}

.uk-modal-dialog-lightbox {
    max-width: 1000px;
}

.mainCoverArea li.videoSlide>.coverPhotoWrap {
    position: absolute;
    top: 0;
}

.innerHeader li a {
    transition: all .3s ease-in-out;
}

.innerHeader a:hover {}

.innerHeader>a {
    display: inline-block;
    width: 70px;
    margin: 20px;
}

.innerHeader>a img {}

.mainHeader.sticky {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    z-index: 1051;
}

.mainCoverArea>.uk-slidenav-position>.uk-slider-container,
.mainCoverArea>.uk-slidenav-position ul,
.mainCoverArea>.uk-slidenav-position ul li {
    height: 920px !important;
}

.mainCoverArea {
    height: 724px;
    overflow: hidden;
}

.coverPhotoWrap::after {
  /*  background: linear-gradient(#6f3400e8,#fff3); */
     background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.55;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.coverPhotoWrap {
    background: none none repeat fixed 0 0 / cover;
    display: table;
    height: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

.threeSixtyCover {
    position: absolute;
}

.videoBgWrap {
    height: 100%;
    background: #111;
    position: absolute;
    transform: scale(1.3);
    width: 100%;
}

.videoBgWrap iframe {
    height: 100%;
    width: 100%;
}

.coverPhotoWrap>.coverPhotoContent {
    display: table-cell;
    padding-top: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 100;
}

.coverPhotoWrap>.coverPhotoContent img {
    cursor: pointer;
    width: 100%;
}

.coverPhotoWrap>.coverPhotoContent .uk-divider-icon {
    display: inline-block;
    width: 500px;
}

.coverPhotoWrap>.coverPhotoContent .uk-divider-icon {}

.coverPhotoWrap>.coverPhotoContent .uk-divider-icon:before,
.coverPhotoWrap>.coverPhotoContent .uk-divider-icon:after {}

.coverPhotoWrap>.coverPhotoContent h2::before {}

.coverPhotoWrap > .coverPhotoContent h2 {
    color: #fff;
    font-family: Lobster;
    font-size: 79px;
    text-shadow: 0px 2px 3px #000;
}

body .coverPhotoWrap>.coverPhotoContent h2 {
    font-family: Lobster;
}

.coverPhotoWrap>.coverPhotoContent h3.headingBorder {}

.coverPhotoWrap>.coverPhotoContent h3 {
    color: #ffbb34;
    display: inline-block;
    font-family: Bitter-Bold !important;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 8px 0 34px;
    position: relative;
    text-transform: uppercase;
    word-spacing: 18px;
text-shadow: 0 1px 1px #000;
}

.coverPhotoWrap.withoutReservation .headingWrap {
    margin-top: 167px !important;
}

.coverPhotoWrap>.coverPhotoContent .headingWrap {
    display: block;
    margin-top: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.coverPhotoWrap>.coverPhotoContent .headingWrap.noLogo {
    display: block;
    margin-top: 245px;
}

.coverPhotoWrap .headingWrap>div>a {
    border: 3px solid #f60000;
    border-radius: 30px;
    color: #f60000;
    display: inline-block;
    height: 45px;
    line-height: 49px;
    margin: 10px 0 0;
    padding-left: 3px;
    width: 100px;
    border-color: red;
    color: #fff;
    background-color: #dd0b14;
    border: none;
}

.coverPhotoWrap .headingWrap>div>a.hvr-radial-out::before {
    background-color: #ff8f00;
}

.coverPhotoWrap>.coverPhotoContent a.logo:hover {
    background-color: transparent;
}

.coverPhotoWrap>.coverPhotoContent a:hover {}

.coverPhotoWrap .headingWrap>div>a.roomsLightBox {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 28px;
    height: 50px;
    line-height: 54px;
    margin-top: 10px;
    padding: 0 0 0 2px;
    width: 48px;
}

.coverPhotoWrap>.coverPhotoContent h3.headingBorder::after,
.coverPhotoWrap>.coverPhotoContent h3.headingBorder::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    margin-left: -155px;
    margin-top: 12px;
    position: absolute;
    width: 130px;
}

.coverPhotoWrap>.coverPhotoContent>.headingWrap>a {
    display: inline-block;
    margin-bottom: 6px;
    width: 120px;
}

.coverPhotoWrap>.coverPhotoContent h3.headingBorder::before {
    left: 0;
}

.coverPhotoWrap>.coverPhotoContent h3.headingBorder::after {
    margin-left: 20px;
}

.coverPhotoWrap>.coverPhotoContent h4 {
    color: #fff;
    font-family: b;
    font-size: 24px;
    letter-spacing: 5px;
    margin: 0;
    text-transform: uppercase;
}

.coverPhotoWrap>.coverPhotoContent p {
    color: #fff;
    display: inline-block;
    font-family: popM;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 28px;
    margin: 28px 0 0;
    padding: 0;
    width: 470px;
    font-weight: 500;
}

.slideBottom {
    display: block;
    margin-top: -70px;
    position: absolute;
    right: 0;
    table-layout: fixed;
    width: 100%;
    z-index: 100;
}

.slideBottom .companyInfo,
.rating,
.scrollDown {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.slideBottom .companyInfo>p>a.toggleWidth {
    margin-left: 7px;
    background: #626262;
    height: 30px;
    width: 30px;
    line-height: 33px;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    color: #fff;
    position: absolute;
    font-size: 14px;
    margin-top: -5px;
    right: 9px;
    top: 15px;
    z-index: 1058;
    display: inline-block;
}

.slideBottom .companyInfo>p>a.toggleWidth:hover {
    background-color: #FFA000;
    color: #222;
}

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

.slideBottom .companyInfo>p.active {
    width: auto;
}

.slideBottom .companyInfo>p {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 100px;
    color: #ccc;
    display: inline-block;
    font-family: popM;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 0 0 20px;
    text-align: left;
    padding-right: 56px;
    padding-left: 20px;
    width: 250px;
    height: 50px;
    transition: all .5s ease-in-out;
    overflow: hidden;
    line-height: 52px;
    position: relative;
}

.slideBottom .companyInfo>p.active>a.toggleWidth {
    transform: rotate(180deg);
    padding-left: 3px;
    width: 27px;
    line-height: 31px;
}

.slideBottom .companyInfo>p>a {
    color: #ff8f00;
    padding: 0 0 0 8px;
    text-decoration: none;
}

.rating .ratingWrap {
    display: inline-block;
    margin-right: 20px;
}

.rating {
    text-align: right;
}

.rating .ratingWrap div {
    display: inline-block;
    margin-right: -20px;
}

.rating .ratingWrap strong {
    color: #626262;
    display: inline-block;
    font-family: popM;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: -83px;
    margin-right: 0;
    position: absolute;
    text-transform: capitalize;
    margin-top: 14px;
}

.rating i {
    color: #fff;
    display: inline-block;
    font-size: 27px;
    text-align: center;
    width: 26px;
    text-shadow: 1px 1px 1px #000;
}

.rating i.activeStar {
    color: #ffa746;
}

.scrollDown p {
    color: #fff;
    font-family: popM;
    font-size: 12px;
    margin: 0;
    width: 100%;
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

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

.scroll-btn>* {
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
    color: #fff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    border: 2px solid #fff;
    border-radius: 23px;
    display: block;
    height: 47px;
    margin: 0 auto 15px;
    position: relative;
    width: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.scroll-btn .mouse>* {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 29%;
    width: 8px;
    -webkit-animation: ani-mouse 2.3s linear infinite;
    -moz-animation: ani-mouse 2.3s linear infinite;
    animation: ani-mouse 2.3s linear infinite;
}

.scrollDown {
    width: 20%;
}

.ui-datepicker {
    z-index: 2147483647 !important;
}

.sliderFormAreaMain.allRoomsTemplate {
    height: 122px;
    left: 0;
    padding: 0 0 30px;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
    border: ;
    background: #333;
    margin-bottom: -20px;
    margin-top: 21px;
}

.rateTypePerRoom {}

.rateTypePerRoom p {}

.rateTypePerRoom span {}

.rateTypePerRoom span strong. .rateTypePerPerson span strong {
    font-family: popM;
    font-weight: normal;
    color: #555;
}

.rateTypePerPerson {}

.rateTypePerPerson p {}

.rateTypePerPerson span {
    color: #FF8F00;
}

.rateTypePerRoom>p,
.rateTypePerPerson p {
    margin: 0;
    padding: 0 !important;
}



.rateTypePerRoom {}
.allRoomsHdr {
    text-align: center;
    background: #333;
    overflow: hidden;
    padding-bottom: 70px;
}
.allRoomsHdr {
    text-align: center;
    background: #8c8c8c;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.allRoomsHdr > a {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 25px;
    top: 28px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px #b9b9b9 solid;
    font-weight: 700;
    padding: 5px 6px 1px;
    border-radius: 3px;
}

.allRoomsHdr > h2 {
    color: #fff;
    font-family: Lobster;
    font-size: 50px;
    margin: 20px 0 20px;
}

.rateTypePerSeason {}

.rateTypePerSeason>div>div {
    font-size: 12px;
    font-family: Roboto-Bold;
    padding: 15px 0;
    color: #777;
}

.rateTypePerSeason div label {
    display: inline-block;
    margin-right: 100px;
    width: 100px;
}

.rateTypePerSeason>div>h3 {
    font-family: popL;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 13px;
    color: #FF8F00;
}

.rateTypePerSeason {
    overflow: hidden;
    display: table;
    width: 100%;
}

.rateTypePerSeason>div {
    display: table-cell;
    width: 50%;
}

.rateTypePerSeason div div span {
    font-family: popM;
    color: #333;
}

.stayWidgetArea .stayWidgetContent>div span.notFound {
    display: inline-block;
    width: 78px;
    margin-left: 41px !important;
}

.rateTypePerSeason div div span.notFound,
.stayWidgetArea .stayWidgetContent>div span.notFound {
    font-family: popM;
    color: #333;
    font-size: 10px;
    background: red;
    color: #fff;
    padding: 2px 7px 1px;
    letter-spacing: 1px;
    margin-left: -58px;
    border-radius: 3px;
    opacity: .7;
}

.rateTypePerSeason {}

.allRoomsHdr>div {
    text-align: center;
}

.allRoomsHdr>div.companyInfo>p {
    font-family: popL;
    font-size: 12px;
    letter-spacing: 1.1px;
    color: #eee;
}

.allRoomsHdr>div.companyInfo>p a {
    padding-left: 2px;
    font-family: popM;
    color: #FF8F00;
    font-size: 12px;
}

.allRoomsHdr > div.rating {
    margin-left: -25px;
    margin-top: 67px;
}

.allRoomsHdr > div.rating strong {
    position: absolute;
    margin-left: 40px;
    margin-top: -19px;
    color: #ffa646;
}

.allRoomsHdr>h3 {
    font-family: popL;
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-top: 100px;
}


/* Slider Form */

.sliderFormAreaMain {
    height: 60px;
    left: 0;
    margin-top: -205px;
    padding: 20px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    margin-left: 5px;
}

.homsReservationCentered {
    display: inline-block;
    height: 87px;
    padding-top: 22px;
    position: relative;
    width: 1000px;
    z-index: 100;
}

.sliderFormAreaMain .inputFormArea div>span {
    text-align: center;
    color: #FF8F00;
    display: block;
    font-family: roboto-bold;
    font-size: 11px;
    left: 0;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: -24px;
    z-index: 100;
}

.sliderFormAreaMain .inputFormArea div {
    display: inline-block;
    margin-right: 0;
    position: relative;
    width: 180px;
}

.sliderFormAreaMain .inputFormArea>form div:nth-child(4),
.sliderFormAreaMain .inputFormArea>form div:nth-child(5) {
    width: 80px;
}

.sliderFormAreaMain .inputFormArea>form div:nth-child(3) {
    width: 220px;
}

.sliderFormAreaMain .inputFormArea div.callenderIcon {
    background: #fff none repeat scroll 0 0;
    height: 70px;
    padding: 0;
    text-align: center;
    width: 120px;
}

.sliderFormAreaMain .inputFormArea div.callenderIcon>label {
    font-size: 13px;
    font-family: popB;
    display: inline-block;
    margin-left: 32px;
    position: absolute;
    left: 0;
    top: 27px;
    cursor: pointer;
}

.sliderFormAreaMain .inputFormArea div.callenderIcon>label::before {
    color: #333;
    content: "";
    font-family: ionicons;
    font-size: 19px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -20px;
    top: -11px;
    width: auto;
}

.sliderFormAreaMain .inputFormArea div.callenderIcon>input {
    background: transparent;
    color: #333;
    font-size: 0;
    margin-top: 1px;
    width: 61px;
}

.frontendReservation .temp-back-btn {

}

.sliderFormAreaMain .inputFormArea div input,
.sliderFormAreaMain .inputFormArea div .uk-select {
    font-family: popM;
    color: #555;
}

.frontendReservation .main-container.clearfix.ste2FormArea {
    margin-top: -37px;
    z-index: 1050;
    position: relative;
}

.sliderFormAreaMain .inputFormArea div input,
.sliderFormAreaMain .inputFormArea div .uk-select,
.sliderFormAreaMain .inputFormArea div .uk-button {
    border: medium none;
    color: #555;
    font-family: Roboto-Bold;
    font-size: 12px;
    height: 70px;
    letter-spacing: 1px;
    padding: 0;
    text-align: center;
}

.sliderFormAreaMain .inputFormArea div .uk-button::before {
    content: "";
    font-family: ionicons;
    font-size: 16px;
    left: 14px;
    position: absolute;
    text-align: center;
    width: 42px;
}

.sliderFormAreaMain .inputFormArea div .uk-button {
    background: #FF8F00 none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-family: popM;
    letter-spacing: 1px;
    line-height: 43px;
    padding: 0 10px 0 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: 182px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.coverPhotoWrap.headingWrap>div>a {
    background: #d32f2f none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 54px;
    padding: 0 0 0 2px;
    width: 48px;
}

.sliderFormAreaMain .inputFormArea div .uk-button:hover {
    background: #E53935 none repeat scroll 0 0;
    color: #fff;
}

.sliderFormAreaMain .inputFormArea div .uk-select option {
    background: #fff none repeat scroll 0 0;
    color: #555;
    font-size: 11px;
    padding: 10px 8px;
}

.sliderFormAreaMain .inputFormArea div:last-child {
    margin: 0;
    text-align: right;
}


.sliderFormAreaMain div>p.error::before,
.userPersonalInfo>div>p.error::before,
.eventBookingWrap .reservationInputWrap>div>p.error:before,
.contactUsForm>.inputArea>p.error:before {
    background: #F44336 none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 48%;
    margin-top: -13px;
    position: absolute;
    transform: rotate(45deg);
    width: 12px;
}

.sliderFormAreaMain div>p.error,
.userPersonalInfo>div>p.error,
.eventBookingWrap .reservationInputWrap>div>p.error,
.contactUsForm>.inputArea>p.error {
    background: #f44336 none repeat scroll 0 0;
    border-radius: 21px;
    color: #fff;
    display: block;
    font-family: Roboto-Regular;
    font-size: 11px;
    left: 0;
    letter-spacing: 1px;
    margin: 15px 0 0;
    padding: 8px 15px 7px;
    position: absolute;
    right: 0;
    width: auto;
}

.contactUsForm>.inputArea>p.error::before {
    background: red none repeat scroll 0 0;
    content: "";
    height: 12px;
    margin-top: -4px;
    position: absolute;
    transform: rotate(45deg);
    width: 12px;
    opacity: .9;
    z-index: -1 !important;
    left: 7px;
}

.contactUsForm>.inputArea>p.error {
    font-size: 12px !important;
    text-align: left !important;
    background: red !important;
    color: #fff !important;
    padding: 2px 13px 3px !important;
    border-radius: 3px;
    width: auto !important;
    right: auto;
    margin-top: 5px;
    margin-left: 45px !important;
    opacity: .8;
    z-index: 1000;
}


/* Slider Form End */


/* header End */

#roomReservationForm .submitBn:hover,
.singleRoomActions>a:hover {
    background: #f69802;
    color: #fff;
}

#roomReservationForm .submitBn,
.singleRoomActions>a {
    background: #999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: popL;
    padding: 14px 0 13px;
    width: 165px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin-top: 32px;
    font-size: 12px;
    letter-spacing: 1px;
    border: none;
    border-radius: 100px;
}

.eventBookingWrap .reservationInputWrap>div>p.error {
    margin: 45px 0 0;
    text-transform: capitalize;
}

.mainDiscrioptionArea {
    padding: 100px 0 80px;
    text-align: center;
}
.mainDiscrioptionArea p {
    color: #111;
    display: inline-block;
    font-family: popL;
    font-size: 12px;
    line-height: 27px;
    margin: 0;
    width: 600px;
    letter-spacing: 2px;
}


#testimonialArea > .mainHeadings {
    padding: 45px 0 18px;
}

.mainHeadings {
    padding: 88px 0 100px;
    text-align: center;
}

#roomReservationForm .mainHeadings {
    padding: 88px 0 20px;
}

.mapArea > .mainHeadings {
    margin: -66px 0 0px;
    padding-bottom: 40px;
}

.mainHeadings > h2 {
    color: #333;
    font-family: r;
    font-size: 30px;
    margin: 0;
    letter-spacing: 1px !important;
}
body .mainHeadings > h3 {
    color: #555;
    font-family: popL;
    font-size: 13px !important;
    letter-spacing: 1px;
    margin: 18px 0 16px;
    text-transform: capitalize;
}

.mainHeadings>div {
    background: #ccc none repeat scroll 0 0;
    display: inline-block;
    height: 1px;
    width: 176px;
}

.mainHeadings>div>i {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #333;
    display: inline-block;
    font-size: 27px;
    height: 50px;
    line-height: 50px;
    margin-left: -24px;
    margin-top: -26px;
    position: absolute;
    text-align: center;
    width: 50px;
}


/* Rooms Area */

.roomsMainArea .singleFeaturedRoom .meta>a.preview:hover {
    background: #fff;
    color: #333;
}

.roomsMainArea .singleFeaturedRoom .meta>a.preview {
    background: #03a9f4 none repeat scroll 0 0;
    border-radius: 100%;
    font-size: 25px;
    height: 45px;
    line-height: 47px;
    position: absolute;
    right: 18px;
    top: 15px;
    width: 45px;
}

.roomsMainArea .singleFeaturedRoom>div.meta {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    height: 195px;
    left: 0;
    padding-left: 62px;
    padding-top: 65px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1000;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.roomsMainArea .singleFeaturedRoom:hover>div {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.roomsMainArea .singleFeaturedRoom>div.meta::before {
    background: #eee none repeat scroll 0 0;
    content: "";
    height: 130px;
    left: 35px;
    position: absolute;
    width: 1px;
}

.roomsMainArea .singleFeaturedRoom>div p {
    color: #ff8f00;
    font-family: popL;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.roomsMainArea .singleFeaturedRoom>div span {
    color: #fff;
    display: inline-block;
    padding: 4px 8px 0;
}

.roomsMainArea .singleFeaturedRoom>div span strong:last-child {
    padding: 0;
}

.roomsMainArea .singleFeaturedRoom>div span strong {
    font-family: popM;
    font-weight: normal;
    padding-right: 10px;
}

.roomsArea {
    overflow: hidden;
    position: relative;
}

.roomsMainArea {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.roomsMainArea>.uk-container>h2 {
    color: #333;
    font-family: r;
    font-size: 75px;
}

.roomsMainArea>.uk-container>h3 {
    color: #888;
    font-family: popM;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 40px 0 55px;
    text-transform: uppercase;
}

.roomsMainArea .singleFeaturedRoom {
    display: inline-block;
    filter: drop-shadow(3px 16px 10px rgba(0, 0, 0, 0.9));
    height: 500px;
    margin: 5px 15px 0;
    overflow: hidden;
    width: 900px;
}

.roomsMainArea .singleFeaturedRoom>h2 {
    color: #ff8f00;
    font-family: popL;
    font-size: 20px;
    letter-spacing: 0;
    margin: 103px 66px 8px;
    position: relative;
    text-transform: capitalize;
}

.roomsMainArea .singleFeaturedRoom>p {
    color: #fff;
    font-family: popM;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 25px;
    position: relative;
}

.roomsMainArea .singleFeaturedRoom.singleCover {
    background-color: #fff;
    background-position: center center;
    background-size: auto;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.roomImagesSlides {
    height: 500px;
    position: absolute;
    z-index: -1;
    width: 100%;
    margin-top: 0px;
}

.roomImagesSlides>ul.uk-slideshow li {
    height: 543px !important;
}

.roomImagesSlides>ul.uk-slideshow li div::before,
.FeaturedRoomsListing>.mainRoomsSlideWrap>.singleFeaturedRoom:before {
    color: #fff;
    content: '\e14b';
    font-family: typicons;
    position: absolute;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 268px;
    font-size: 30px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    cursor: pointer;
    top: 0;
}

#mainGridAreaWrap .roomImagesSlides>ul.uk-slideshow li div::before {
    content: "" !important;
    display: none !important;
}

.roomImagesSlides>ul.uk-slideshow li div:hover:before,
.FeaturedRoomsListing>.mainRoomsSlideWrap>.singleFeaturedRoom:hover:before {
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

.RoomsPromoVideo {
    position: absolute;
    z-index: -1;
}

.carslInner>div>a {}

.roomsMainArea .singleFeaturedRoom .meta>a.explore:hover:before {
    background: #ff8f00;
}

.roomsMainArea .singleFeaturedRoom .meta>a.explore::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -27px;
    margin-top: -10px;
    position: absolute;
    width: 100px;
    z-index: 100;
}

.roomsMainArea .singleFeaturedRoom .meta>a {
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
}

.RoomsPromoVideo video {
    background: #333 none repeat scroll 0 0;
    height: 100%;
}

.roomsMainArea .singleFeaturedRoom .meta>a.explore:hover:before {
    background: #ff8f00;
}

.roomsMainArea .singleFeaturedRoom .meta>a.explore::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -27px;
    margin-top: -10px;
    position: absolute;
    width: 100px;
    z-index: 100;
}

.roomsMainArea .singleFeaturedRoom .meta>a {
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
}

.RoomsPromoVideo video {
    background: #333 none repeat scroll 0 0;
    height: 100%;
}

.roomDisc {
    padding-top: 70px;
}

.roomDisc h2 {
    color: #333;
    font-family: g;
    font-size: 40px;
    margin: 15px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.roomDisc p {
    color: #777;
    display: inline-block;
    font-family: popL;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 30px;
    padding-top: 7px;
    width: 335px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.roomsMainArea .singleFeaturedRoom .meta>a.explore:hover:before {
    background: #ff8f00;
}

.roomsMainArea .singleFeaturedRoom .meta>a.explore::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -27px;
    margin-top: -10px;
    position: absolute;
    width: 100px;
    z-index: 100;
}

.roomsMainArea .singleFeaturedRoom .meta>a {
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
}

.RoomsPromoVideo video {
    background: #333 none repeat scroll 0 0;
    height: 100%;
}

.featuredRoomSlider .uk-slidenav-next::after,
.featuredRoomSlider .uk-slidenav-previous::after {
    background: #00b0ff none repeat scroll 0 0;
    color: #fff;
    left: 25px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
}

.featuredRoomSlider .uk-slidenav-next::after {
    left: auto;
    right: 25px;
}

.featuredRoomSlider .uk-slidenav-next:hover:after,
.featuredRoomSlider .uk-slidenav-previous:hover:after {
    opacity: 1;
}

.galleryGrid .roomImagesSlides,
.galleryGrid .roomImagesSlides>ul.uk-slideshow li {
    height: 300px !important;
}

.galleryGrid .singleGrid_1 .roomImagesSlides,
.galleryGrid .singleGrid_1 .roomImagesSlides>ul.uk-slideshow li {
    height: 600px !important;
}

.roomsMainArea .singleFeaturedRoom .meta>a:hover {
    color: #ff8f00;
}

.mainProductArea>.slidingProductWrap {
    padding: 0;
    position: relative;
    z-index: 100;
}

.allProductsWrap .singleProductView>img {
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.allProductsWrap .singleProductView:hover img {
    filter: none;
}

.allProductsWrap .singleProductView {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #111;
    display: inline-block;
    filter: grayscale(100%);
    margin: 0 10px;
    padding: 15px;
    position: relative;
    text-align: left;
    transition: all 0.3s ease-in-out 0s;
    width: 370px;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.allProductsWrap>div>.uk-slider-container {
    /* overflow: unset !important; */
}

.allProductsWrap .uk-grid-width-medium-1-3>li {
    width: 400px !important;
}

.allProductsWrap .singleProductView:hover {
    background-color: #fff;
    border-color: transparent;
    filter: none;
}

.mainProductArea .allProductsWrap {}

.allProductsWrap .singleProductView>h2 {
    font-family: popM;
    font-size: 14px;
    margin: 20px 0 10px;
}

.allProductsWrap .singleProductView>h4 {
    color: #333;
    font-family: popM;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 10px 0 8px;
    text-transform: uppercase;
}

.allProductsWrap .singleProductView>h4>i {
    color: #f44336;
    padding-right: 5px;
}

.allProductsWrap .singleProductView>p {
    color: #777;
    font-size: 12px;
    margin: 0;
}

.allProductsWrap .singleProductView>p.prices {}

.allProductsWrap .singleProductView>p>span {
    background: #ffc107 none repeat scroll 0 0;
    color: #444;
    display: inline-block;
    font-family: popM;
    padding: 8px 0 7px;
    text-align: center;
    width: 75px;
}

.allProductsWrap .singleProductView>p>span.discounted {
    background: #e57373 none repeat scroll 0 0;
    color: #eee;
    text-decoration: line-through;
}

.allProductsWrap .singleProductView>p.aminities {
    width: 100%;
}

.allProductsWrap .singleProductView>p.aminities>span {
    background: #999 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 3px 8px 1px;
    width: auto;
}

.allProductsWrap .singleProductView>a {
    background: #00b0ff none repeat scroll 0 0;
    border: 1px solid #00b0ff;
    bottom: -52px;
    color: #fff;
    display: block;
    font-family: popM;
    font-size: 12px;
    height: 45px;
    left: 0;
    line-height: 47px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 395px;
}

.singleProductView li {
    width: 390px !important;
}

.singleProductView .uk-slider-container {
    height: 236px !important;
}

.singleProductView li>img {
    display: block;
    height: 233px;
    overflow: hidden;
    width: 370px;
}

.allProductsWrap .uk-slidenav-previous {
    position: relative;
}

.allProductsWrap .uk-slidenav-next::after,
.allProductsWrap .uk-slidenav-previous::after {
    color: #ffc107;
}

.allProductsWrap .uk-slider-container {
    height: 540px;
}

.mainProductArea.mainEventArea::after {
    background: #fff none repeat scroll 0 0;
}

.uk-slidenav-next::after,
.uk-slidenav-previous::after {
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-family: ionicons;
    text-align: center;
}


/* Testimonial Start */

.testimonialArea {
    background-color: #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 5px 0 0;
    text-align: center;
    margin-top: -1px;
    position: relative;
}

.testSingle {
    padding: 0;
}

.testSingle::after {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    content: "";
    cursor: move;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.testimonialArea .uk-slider-container {
    height: 265px;
}

.testSingle h5 {
    color: #333;
    font-family: popM;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

.testSingle h5 span {
    color: #888;
    font-family: popL;
    font-size: 11px;
    letter-spacing: 1px;
    margin-left: -25px;
    margin-top: 16px;
    padding: 0 6px;
    position: absolute;
}

.testSingle p {
    color: #423f3f;
    display: inline-block;
    font-family: Roboto-Regular;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 13px 0;
    padding: 0;
    width: 525px;
}

.testSingle p strong {
    color: #777;
    font-size: 14px;
    font-weight: lighter;
}

.testSingle p span {
    color: #444;
    display: block;
    font-size: 12px;
    line-height: 10px;
}

.userImg {
    background-size: cover;
    border: 3px solid #ff8f00;
    border-radius: 100%;
    display: block;
    height: 80px;
    margin: 0 auto;
    width: 80px;
}


/* Testimonial End */


/* Grid Area */

.gridArea {
    padding: 25px 0 50px;
    text-align: center;
}

.mainProductArea.gridArea:after {
    background-color: #fff;
}

.gridArea>h2 {
    color: #444;
    font-family: g;
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 5px;
    margin: 35px 0 12px;
    position: relative;
    text-transform: uppercase;
    word-spacing: 10px;
    z-index: 100;
}

.gridArea>p {
    color: #777;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    margin-top: 3px;
    width: 780px;
}

.gridRow {
    display: table;
    margin: 30px 0 0;
    table-layout: fixed;
    width: 100%;
}

.gridRow a:hover {
    text-decoration: none;
}

.tableRow {
    display: table-cell;
    height: 500px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.tableBackground:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    content: "";
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.tableBackground:hover:after {
    background: rgba(255, 255, 255, 0.9);
}

.tableBackground p {
    color: #444;
    font-family: pop;
    font-size: 20px;
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase;
    z-index: 2147483647;
    display: none;
}

.tableBackground:hover p {
    display: block;
}

.gridArea .tableBackground {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.mainHeadings>div::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #444;
    font-family: ionicons;
    height: 35px;
    line-height: 35px;
    margin-left: -15px;
    margin-top: -12px;
    position: absolute;
    width: 35px;
}

.mainGridAreaWrap .mainGridArea .singleGrid {
    background-position: center center;
    background-size: cover;
    display: inline-block;
    float: left;
    height: 300px;
    left: 0;
    margin: 3px;
    overflow: hidden;
    position: relative;
    width: 0;
    z-index: 99;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.mainGridArea {}

.mainGridArea > .singleGrid::after {
    content: attr(after-content);
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: -60px;
    height: 60px;
    width: 100%;
    left: 0;
    text-align: left;
    line-height: 60px;
    font-size: 13px;
    font-family: popM;
    z-index: 1;
    text-indent: 51px;
    letter-spacing: .4px;
    transition: all 0.3s ease-in-out;
}

.mainGridArea > .singleGrid::before {
    content: "\f148";
    font-family: ionicons;
    font-size: 18px;
    color: orange;
    position: absolute;
    bottom: -40px;
    left: 20px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.mainGridArea>.singleGrid:hover::after {
    bottom: 0;
}

.mainGridArea>.singleGrid:hover::before {
    bottom: 20px;
}

.singleGrid.totalItems_5.singleGrid_1 .uk-slideshow>li {
    height: 600px !important;
}

.mainGridArea .singleGrid:hover {}

.galleryGrid .mainGridArea .singleGridMeta h3::before {
    color: #ff8f00;
    content: "";
    font-family: ionicons;
    font-size: 20px;
    margin-left: -30px;
    margin-top: -3px;
    position: absolute;
}

.galleryGrid .mainGridArea .singleGridMeta h3 {
    color: #eee;
    font-family: popL;
    font-size: 13px;
    margin: -11px 0 -14px;
    text-transform: capitalize;
    padding-left: 15px;
}

.singleGrid .RoomsPromoVideo {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    background: #fff;
    transform: scale(1.1);
}

.singleGrid .RoomsPromoVideo video {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1.5);
    width: 100%;
}

.singleGrid .RoomsPromoVideo .vidWrap::after {
    background: rgba(0, 0, 0, 0.37) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1051;
}

.singleGrid .RoomsPromoVideo .vidWrap::before {
    background: red;
    border-radius: 100%;
    color: #fff;
    content: "";
    font-family: ionicons;
    font-size: 11px;
    height: 35px;
    left: 47%;
    line-height: 35px;
    position: absolute;
    top: 137px;
    width: 35px;
    z-index: 1052;
    opacity: .9;
}

.mainGridAreaWrap .mainGridArea .singleGridMeta {
    background: #090909b0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


.mainGridArea .singleGrid:hover > .singleGridMeta {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.galleryGrid .mainGridArea .singleGrid:hover>.singleGridMeta {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.mainGridAreaWrap.galleryGrid .mainGridArea .singleGridMeta {
    bottom: 0;
    color: #fff;
    height: 65px;
    text-shadow: none;
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

.mainGridArea .singleGridMeta a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.singleGridMeta .singleGridMetaCell {
    display: table-cell;
    text-shadow: none;
    vertical-align: middle;
    text-align: left;
    padding-left: 30px;
}

.mainGridArea .singleGridMeta h3 {
    color: #ff8f00;
    font-family: popB;
    font-size: 19px;
    letter-spacing: .8px;
    line-height: normal;
    margin: 16px 0 1px;
    text-transform: uppercase;
}

.mainGridArea .singleGridMeta p {
    color: #fff;
    display: inline-block;
    font-family: popL;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 19px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
    width: 240px;
}

.mainGridAreaWrap {
    background: #fff none repeat scroll 0 0;
    padding: 21px 50px;
}

.mainGridAreaWrap.galleryGrid {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    padding: 30px 0;
    position: relative;
    border-top: 1px #e3e3e3 solid;
    margin-top: 65px;
}

.AllAminitiesArea {
    background: rgba(255, 255, 255, .6);
    position: relative;
    z-index: 100;
    text-align: left;
    padding: 20px;
  

}

.AllAminitiesArea>h3:before {}

.AllAminitiesArea>h3 {
    color: #f69802;
    font-family: Roboto-light;
    font-size: 20px;
    margin: 18px 0 -15px;
    display: block;
    padding-left: 28px;


}

.AllAminitiesArea>div {
    margin: 28px 0 0;
    text-align: center;


}

.AllAminitiesArea>div>div {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    text-align: left;


}



.AllAminitiesArea>div>div>a:hover:before {
    color: #f69802;

}

.AllAminitiesArea>div>div>a {
    b: ;
    display: block;
    wi: 20%;
    width: 100%;
    padding: 17px 0;
    color: #333;
    font-family: roboto-Light;
    letter-spacing: 1px;
    font-size: 13px;
    wi: 100;
    width: 162px;
    margin-left: 60px;

}

.hotelAminities .service:before {
    content: '\e105';
    font-family: typicons;
    font-size: 16px;
    margin-left: -28px;
    position: absolute;
    color: #444;
}


}

.AllAminitiesAreaWrap {
    padding: 20px 0 100px;

}

.stayMainWrap.singleRoomLayouts {
    position: relative;
    background-image: url("../images/bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.blurBgImg {
    background-image: url("../images/room.jpg");
    background-size: cover;
    display: block;
    filter: blur(0px) grayscale(70%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.blurBgImg::before {
    background: #111 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.44;
    position: absolute;
    top: 0;
    width: 100%;
}

.mainGridAreaWrap > .mainHeadings {
    padding: 30px 0 45px;
    text-align: center;
}

.mainGridAreaWrap .mainGridArea {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.mainGridAreaWrap .mainGridArea .singleGrid.totalItems_1 {
    height: 600px;
    width: 100%;
}

.mainGridAreaWrap .mainGridArea .singleGrid.totalItems_2 {
    height: 600px;
    width: 50%;
}

.mainGridAreaWrap .mainGridArea .singleGrid.totalItems_3:first-child {
    height: 600px;
}

.mainGridAreaWrap .mainGridArea .singleGrid.totalItems_3 {
    height: 300px;
    width: 50%;
}

.mainGridAreaWrap .mainGridArea .singleGrid.totalItems_4 {
    height: 300px;
    width: 50%;
}

.mainGridAreaWrap .mainGridArea .singleGrid.totalItems_5 {
    height: 300px;
    width: 25%;
}

.mainGridAreaWrap .mainGridArea .singleGrid.totalItems_5:first-child {
    height: 606px;
    width: 48%;
}

.mainGridAreaWrap.galleryGrid .mainGridArea .singleGrid.totalItems_5:first-child {
    height: 600px;
    text-shadow: none;
    width: 50%;
}

.mainGridAreaWrap.galleryGrid .mainGridArea .singleGrid {
    margin: 0;
}


/* Grid Area End */


/* Grid Area 2 */

.gridArea .uk-divider-icon {
    display: inline-block;
    margin: 0;
    width: 30%;
}

.uk-divider-icon::after,
.uk-divider-icon::before {
    border-bottom: 1px solid #ccc !important;
}


/* Grid Area 2 End */


/* Event 2 */

.slidingEventWrap {
    margin: 100px 0 0;
}

.singleEvent::after {
    background: transparent none repeat scroll 0 0;
    content: "";
    cursor: move;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.singleEvent {
    border: 1px solid #e5e5e5;
    margin: 0 20px;
    padding: 10px;
    position: relative;
    text-align: center;
}

.singleEvent .eventsMeta {
    padding: 10px 0;
}

.singleEvent p {
    color: #646464;
    font-family: pop;
    font-size: 12px;
    letter-spacing: .7px;
    line-height: 18px;
    margin: 0;
    padding: 10px 15px 0;
}
.circleImage {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gridArea.eventMain {
    padding: 20px 0 35px;
    border-bottom: 1px #d9d9d9 solid;
    margin-bottom: 16px;
}

.singleEvent h2 {
    /*background: rgba(0, 0, 0, 0.53) none repeat scroll 0 0; --- fran*/
    color: #fff;
    font-family: popL;
    font-size: 20px;
    height: 100%;
    left: 0;
    letter-spacing: 4px;
    padding: 106px 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: -25px;
}

.singleEvent>div>span {
    background: rgba(255, 255, 255, 0.80);
    color: #222;
    font-family: popM;
    font-size: 12px;
    left: 5px;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    z-index: 1;
}

.singleEvent>div>span.eventEnds {
    left: auto;
    right: 4px;
}

.singleEvent h4 {
    color: #555;
    font-family: popM;
    font-size: 14px;
    font-weight: lighter;
}

.singleEvent a {
    background: #555 none repeat scroll 0 0;
    color: #ccc;
    display: block;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 10px;
    text-transform: uppercase;
}

.singleEvent a:hover {
    background: #00b0ff;
    text-decoration: none;
    color: #fff;
}

.eventMain .uk-slideset {
    text-align: center;
}

.eventMain .uk-dotnav {
    margin: 60px 0 0
}

.eventMain .uk-dotnav li {
    display: inline-block;
    margin: 0 5px;
}

.eventMain i {
    color: #666;
}

.eventMain .uk-dotnav li a::after {
    color: #333;
    content: "";
    cursor: pointer;
    font-family: ionicons;
    font-size: 19px;
    text-decoration: none;
}

.eventMain .uk-dotnav li.uk-active a {
    color: #ccc;
}

.eventMain .uk-dotnav li a:hover:after {
    color: #00b0ff;
}

.eventMain .uk-dotnav li a:hover {
    text-decoration: none;
}

.eventMain .uk-slidenav-next::after,
.eventMain .uk-slidenav-previous::after {
    color: #00b0ff;
}


/* Event 2 End */


/* Slider Start */

.sliderMainArea {
    background-position: center center;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.sliderMainArea::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slideContent h2 {
    color: #ff8f00;
    font-family: r;
    font-size: 35px;
    line-height: 43px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}

.stayMainWrap::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.stayMainWrap {
    background-color: #eee;
    background-image: url("../images/751.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 234px;
    padding: 0 0 0px;
    text-align: center;
    position: relative;
    background-attachment: fixed;
}

.stayHeader {
    padding: 80px 0;
}

.stayHeader h1 {
    font-family: e;
    font-size: 50px;
    margin: 10px;
}

.stayHeader p {
    color: #777;
    font-family: pop;
    font-size: 12px;
    margin: 10px;
    text-transform: uppercase;
}

.stayBannerMain.threeSixtyImG>canvas {
    height: 100% !important;
    width: 100% !important;
}

.stayBannerMain.threeSixtyImG {
    background-color: #333;
    overflow: hidden;
    height: 470px;
}

.stayBannerMain {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 1px;
    box-shadow: 0 50px 11px -49px #222;
    height: 430px;
    width: 800px;
}

.stayBannerMain.videoBanner {
    box-shadow: 0 50px 11px -18px #111;
}

.carslMain li>div {
    margin: 0 10px;
    padding: 0 3px;
}


/* ----------- Feature Area ----------------------- */

.featureMain {
    height: 90px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.featureMain .featureSingle {
    display: inline-block;
    margin: 0 5px;
}

.featureMain .featureSingle>a:hover {
    border: 5px solid #222;
    transform: scale(1.1);
}

.featureMain .featureSingle>a {
    background-color: #eee;
    border: 5px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    display: inline-block;
    height: 70px;
    overflow: hidden;
    position: relative;
    width: 70px;
}

.featureMain .featureSingle>a.active {
    border: 5px solid #f69802;
}

.featureMain .featureSingle>a#video>img {
    transform: none;
}

.featureMain img {
    bottom: 0;
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(3);
    transition: all 0.5s ease-in-out 0s;
    width: auto;
}


/* ----------- Feature Area End ----------------------- */


/*-- ------------------------------ CAROUSEL AREA START ------------------------ */

.carslMain {
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.carslMain li > div.stayWidgetArea, .stayWidgetArea {
    height: auto;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    display: block;
    max-width: 100%;
}

.carslInner {
    display: inline-block;
    margin-top: -200px;
    position: relative;
    text-align: center;
    width: 1090px !important;
}

.mainHeadings.rooms {
    padding: 0 !important;
}

.navAndBorder {
    position: relative;
}

.hotelName {
    width: 100%;
    text-align: center;
}

.hotelName h2 {
    color: #fff;
    font-family: popM;
    font-size: 13px;
    letter-spacing: 3px;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}


/* .hotelName h2::before, .hotelName h2::after {
    background: #999 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 350px;
    position: absolute;
    vertical-align: middle;
    width: 300px;
    }
    .hotelName h2::after {
    bottom: -14px;
    }
     */

.reserveArea {}

.reserveArea {
    margin-top: 15px;
}

.reserveArea>a::before {
    border: 6px solid #ff8f00;
}

.reserveArea>a.explore {
    color: #fff;
}

.reserveArea>a.explore:hover {
    color: #ff8f00;
    letter-spacing: 5px;
}

.reserveArea>a {
    background: #ff8f00 none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-family: popM;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 18px 25px 14px 52px;
    text-transform: uppercase;
}

.reserveArea a i {
    font-size: 25px;
    margin-left: -32px;
    margin-top: -8px;
    position: absolute;
}

.reserveArea span {
    color: #fff;
    font-family: popB;
    font-size: 12px;
    margin: 0 23px;
    text-transform: uppercase;
    display: none;
}

.reserveArea>a.explore {
    background: transparent none repeat scroll 0 0;
    font-family: popB;
    margin-left: 29px;
    padding: 0;
    display: none;
}

.carslMain li {
    width: 1100px !important;
}

.carslMain .uk-slider-container {
    height: auto !important;
}

.carslMain .uk-slidenav-next::after, .carslMain .uk-slidenav-previous::after {
    font-family: typicons;
    font-size: 19px;
    margin: 0 0 0 10px;
    position: absolute;
    top: 512px;
}

.carslMain .uk-slidenav-next::after,
.carslMain .uk-slidenav-previous::after {
    color: #fff;
}

.carslMain .uk-slidenav-next:hover:after,
.carslMain .uk-slidenav-previous:hover:after {
    color: #f69802;
}

.carslMain .uk-slidenav-next::after {
    content: "";
    right: 150px;
}

.carslMain .uk-slidenav-previous::after {
    content: "";
    left: 150px;
}


/*-- ------------------------------ CAROUSEL AREA END ------------------------ */


/* ----------------- STAY WIDGET AREA START ---------------------------------- */

.singleRoomLayouts .stayWidgetArea .stayWidgetSingle:hover {
    transform: scale(1.02);
    box-shadow: none;
    z-index: 100;
}

.stayWidgetArea .stayWidgetSingle::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.stayWidgetArea .stayWidgetSingle {
    background: #fff;
    box-shadow: 0 32px 6px -25px #333;
    display: inline-block;
    height: 365px;
    margin: 0 3px 20px;
    padding-top: 60px;
    text-align: center;
    vertical-align: top;
    width: 400px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.stayWidgetArea .stayWidgetSingle:nth-child(3) {
    display: none;
}

.stayWidgetArea .stayWidgetUpper {
    padding: 0 0 40px;
}

.stayWidgetArea .stayWidgetContent {
    text-align: left;
    width: 100%;
}

.stayWidgetContent table {
    color: #333;
    text-align: left;
    width: 100%;
}

.stayWidgetContent table span {
    color: #777;
}

.stayWidgetContent table span.price {
    color: #f69802;
    font-family: h2;
    font-size: 14px;
}

.stayWidgetContent td {
    font-family: pop;
    font-size: 12px;
    padding: 5px 0;
}

.stayWidgetContent td:nth-child(odd) {
    width: 130px
}

.stayWidgetContent td:nth-child(even) {
    width: 70px;
}

.stayWidgetArea .stayWidgetSingle i {
    color: #555;
    display: inline-block;
    font-size: 21px;
    height: 31px;
    margin-bottom: 21px;
    width: 43px;
}

.stayWidgetArea .stayWidgetSingle h3 {
    color: #333;
    font-family: popL;
    font-size: 14px;
    letter-spacing: 7px;
    margin: 0;
    text-transform: uppercase;
}

.stayWidgetArea .stayWidgetSingle p {
    color: #444;
    font-family: popM;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0;
    padding: 0 40px;
    text-align: center;
}

.stayWidgetArea .stayWidgetContent>div {
    color: #333;
    display: inline-block;
    font-family: roboto-bold;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 0 20px;
    text-align: center;
    width: 100%;
}

.stayWidgetArea .stayWidgetContent>div {
    color: #333;
    display: inline-block;
    font-family: roboto-bold;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 0 20px;
    text-align: center;
    width: 100%;
}

.stayWidgetArea .stayWidgetContent>div label {
    display: inline-block;
    text-align: left;
    width: 100px;
}

.stayWidgetArea .stayWidgetContent>div span {
    color: #777;
    display: inline-block;
    text-align: right;
    width: 133px;
}

.stayWidgetArea .stayWidgetContent>div {}

.stayWidgetArea .stayWidgetContent>div label {}

.stayWidgetArea .stayWidgetContent>div label span {}

.stayWidgetArea .stayWidgetContent>div {}

.stayWidgetArea .stayWidgetContent>div {}


/* ----------------- STAY WIDGET AREA END ---------------------------------- */

.slideContentMain {
    display: table;
    table-layout: fixed;
}

.slideContent {
    display: table-cell;
    height: 550px;
    padding: 0 20px;
    position: relative;
    vertical-align: middle;
    width: 550px;
    z-index: 1;
}

.slideContent p {
    color: #fff;
    font-family: popM;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 30px;
    width: 480px;
    display: inherit;
}

.outDoor {
    display: inline-block;
    padding-left: 89px;
    position: relative;
    margin: 30px 10px 0;
    border: 1px #fff solid;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 2px;
    padding-right: 40px;
    cursor: pointer;
}

.outDoor p {
    font-family: popM;
    font-size: 12px;
    margin: 0 0 -28px;
    text-transform: uppercase;
    width: auto;
    display: block;
    text-align: left;
}

.outDoor p i {
    background: #fff;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 17px;
    height: 50px;
    left: 22px;
    line-height: 54px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 50px;
}

.outDoor h3 {
    color: #fff;
    font-family: g;
    font-size: 28px;
    letter-spacing: 1px;
    text-align: left;
}


/* Slider End */


/* order Now */

.singleOrdertWrap {}

.orderSingle {
    background: #222;
    border-radius: 5px;
    box-shadow: 0 47px 15px -42px #222;
    display: block;
    margin: 0 10px 30px;
    padding: 0 0 11px;
}

.orderSingle .preview {
    background-size: cover;
    display: inline-block;
    height: 255px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.area>div {
    min-height: 100px;
    transition: all 0.3s ease-in-out 0s;
}

#merchandising ul,
#merchandising .uk-slider,
#merchandising .singleOrdertWrap,
#merchandising {}

#merchandising li {
    margin: 0 35px !importan;
    min-height: 200px !importan;
}

.orderSingle .preview::before {
    background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
    color: #fff;
    content: '\e012';
    display: block;
    font-family: typicons;
    font-size: 31px;
    height: 100%;
    left: 0;
    opacity: 1;
    padding-top: 118px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.orderSingle .preview:hover::before {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.mapArea {
    position: relative;
    text-align: center;
}

.mapInner {
    height: 400px;
    position: relative;
    background: #eee none repeat scroll 0 0;
}

.mapInner>img {
    color: #fff;
    margin-top: 194px;
    text-shadow: none;
}

.mapInner iframe {
    width: 100% !important;
    height: 100% !important;
}

.ContactAreaMain {
    padding: 60px 0 0;
}
.eventMain .mainHeadings {
    padding: 0 0 40px;
}
#merchandising .mainHeadings {
    padding: 10px 0px 40px;
}
#awardsArea .mainHeadings {
    padding: 35px 0 35px;
}

.ContactAreaMain .contactContent {
    display: table;
    margin-left: 7%;
    width: 100%;
}

.contactContent>.contactContentLeft,
.contactContent>.contactContentRight {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 49%;
}

.contactContent>.contactContentRight>h2 {
    font-family: g;
    font-size: 24px;
    margin: 125px 0 10px -7px;
    letter-spacing: 5px;
}

.contactContent>.contactContentLeft>h2 {
    color: #555;
    margin: 0 0 -28px -4px;
    text-align: center;
    text-transform: capitalize;
    font-size: 39px;
}

.contactContent>.contactContentLeft>h3 {
    color: #777;
    font-family: popL;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 36px 2px -2px 0px;
    text-align: center;
}

.contactContent>.contactContentLeft>h3>span {
    color: #f44336;
}

.contactContent > .contactContentLeft::before {
    content: '\e0a5';
    font-family: typicons;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 23px;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 100%;
    margin-top: 72px;
    margin-left: 157px;
    border: 2px #c8c8c8 solid;
}

.contactContent > .contactContentLeft > form {
    border-radius: 6px;
    display: inline-block;
    margin-top: 40px;
    padding: 50px 0 40px;
    width: 370px;
    position: relative;
    background: #FFF;
    border: 1px #d9d9d9 solid;
}

.contactContentLeft>form .inputArea.submitIcon>img {
    position: absolute;
    width: 33px;
    margin-top: 39px;
}

.contactContentLeft>form .inputArea.submitIcon {
    text-align: center;
}

.contactContentLeft > form .inputArea > label, .contactInfoMeta > .contactInforItem > label {
    color: #ff8f00;
    display: block;
    font-family: popM;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 10px 0;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
}

.contactContentLeft>form .inputArea>label span {
    color: #f44336;
}

.contactContentLeft>form .inlineInput {
    display: block;
    margin: 35px 0 16px;
    text-align: center;
    width: 100%;
}

.contactContentLeft>form .inputArea {
    margin-top: 0;
    position: relative;
}

.contactContentLeft>form .inputArea>input {
    width: 150px;
}

.contactContentLeft>form .inputArea>textarea {
    border-radius: 15px !important;
    height: 117px !important;
    margin-bottom: 0px !important;
    margin-left: 36px !important;
    padding-top: 12px !important;
}
.contactContentLeft > form .inputArea > input, .contactContentLeft > form .inputArea > textarea {
    background: #fff;
    border: medium none;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-family: pop;
    font-size: 12px;
    height: 50px;
    letter-spacing: .7px;
    padding: 6px 0 5px 13px;
    width: 300px;
    border: 1px #dbdbdb solid;
}



.contactContentLeft > form .inputArea > input.submit:hover {
    opacity: .8;
}

.contactContentLeft > form .inputArea > input.submit {
    background: #ff8f00;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: pop;
    font-size: 13px;
    height: 46px;
    margin: 20px 0 0;
    padding: 11px 0 18px;
    position: relative;
    text-transform: capitalize;
    width: 100px;
    z-index: 1050;
    letter-spacing: 0.3px;
    border-radius: 4px !important;
}

.contactContent>.contactContentLeft,
.contactContent>.contactContentRight {
    display: table-cell;
    height: 100%;
    padding-left: 45px;
    vertical-align: middle;
    width: 70%;
}

.contactContent>.contactContentLeft {
    padding: 0;
    width: 30%;
}

.contactInfoMeta>.contactInforItem {
    color:#7d7979;
    display: inline-block;
    margin: 10px 0 10px;
    padding-bottom: 0;
    width: 32%;
}

.contactInfoMeta>.contactInforItem.contactInforAddress {
    color:#7d7979;
    display: block;
    width: 100%;
}

.contactInfoMeta>.contactInforItem>a {
    color: #7d7979;
    display: block;
    font-family: roboto-regular;
    font-size: 12px;
    height: auto;
    letter-spacing: 1px;
    overflow: hidden;
    padding-top: 2px;
    text-decoration: none;
    margin-left: 1px;
}

.contactInfoMeta>.contactInforItem>a>i {
    display: none;
}

.contactInfoMeta>.businessHours {
    padding-top: 0;
}

.contactInfoMeta > .businessHours > label {
    color: #ff8f00;
    display: inline-block;
    font-family: roboto-regular;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 25px;
    margin: 16px 40px 0 0;
    font-weight: 500;
}

.contactInfoMeta>.businessHours>label>span {
    color: #7d7979;
    display: block;
    font-family: roboto-regular;
    font-size: 12px;
    height: auto;
    letter-spacing: 1px;
    overflow: hidden;
    padding-top: 2px;
    text-decoration: none;
    margin-left: 1px;
}

.otherImgViews {
    margin: 15px 0 0;
}

.otherImgViews img {
    border-radius: 100%;
    cursor: pointer;
    height: 50px;
    margin: 0 2px;
    pointer-events: auto;
    position: relative;
    width: 50px !important;
    z-index: 1050;
    border: 2px #fff solid;
}

.otherImgViews .active {
    border: 2px solid #ff8f00;
}

.loadingAnimationWrap {
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.loadingAnimationWrap>.tableBlock {
    display: table;
    height: 100%;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

.loadingAnimationWrap>.tableBlock>.tableBlockCell {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.loadingAnimationWrap>.tableBlock>.tableBlockCell div i {}

.loadingAnimationWrap>.tableBlock>.tableBlockCell div {}

.loadingAnimationWrap>.tableBlock>.tableBlockCell div span.loadingLoad {
    position: relative;
    color: rgba(0, 0, 0, .3);
    font-size: 5em;
    display: block;
}

.roomsHdr {}

.roomsHdr>a {
    display: inline-block;
    margin: 10px;
    width: 60px;
}

.roomsHdr>a>img {}

.roomsHdr>h2 {
    color: #555;
    font-family: Lobster;
    font-size: 52px;
    text-align: center;
}

.roomsHdr>h3 {
    color: #333;
    font-family: popB;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 43px;
    text-align: center;
}

.roomsHdr>.mainHeadings {
    padding: 6px 0 1px;
}

.roomsHdr>h3 i {
    font-size: 29px;
    padding-right: 7px;
}

.roomsHdr {}

.roomsHdr {}

.roomsHdr {}

.roomsHdr {}

.roomsHdr {}

.roomsHdr {}

.roomsHdr {}

.roomsHdr {}

.roomsHdr {}

.loadingAnimationWrap>.tableBlock>.tableBlockCell div span.loadingLoad::before {
    color: #ff8f00;
    content: attr(data-text);
    max-width: 7em;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: easyLoading 5s linear;
    animation-iteration-count: infinite;
}

.loadingAnimationWrap>.tableBlock>.tableBlockCell div span.loadingLoad {
    color: #555;
    display: inline-block;
    font-family: r;
    font-size: 56px;
    height: 112px;
    line-height: 110px;
    position: relative;
}

@keyframes easyLoading {
    0% {
        max-width: 0;
    }
}

.reservationSuccess {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.reservationSuccess>.table {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.reservationSuccess>.table>.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.reservationSuccess .reservationSuccessContent {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding-bottom: 60px;
    padding-top: 40px;
    width: 600px;
    position: relative;
}

.reservationSuccess .reservationSuccessContent img {
    display: inline-block;
    width: 100px;
}

.reservationSuccess .reservationSuccessContent h2 {
    font-family: r;
    font-size: 37px;
}

.reservationSuccess .reservationSuccessContent p {
    color: #666;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 5px 0 0;
    width: 470px;
}

.orderSingle img {
    width: 100%;
}

.orderSingle p {
    color: #eee;
    display: block;
    font-family: popM;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.orderSingle a.preOrder {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 11px 16px 10px;
    position: relative;
}

.preOrderWrap {
    position: relative;
    display: inline-block;
}

.preOrderForm {
    position: absolute;
    background: #fff;
    width: 300px;
    left: -81px;
    top: -150px;
    padding: 15px 0 14px;
    border-radius: 9px;
    box-shadow: 0 7px 26px 5px #000;
    z-index: 1050;
    display: none;
    border: 1px #ff7900 solid;
}
.preOrderForm.active::before {
    content: "Submit Your Email";
    font-family: popM;
    letter-spacing: 0.5px;
    display: block;
    padding-bottom: 9px;
    color: #f98115;
    font-size: 15px;
}

.preOrderForm.active {
    display: block;
}

.preOrderForm::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    bottom: -3px;
    left: 45%;
    transform: rotate(45deg);
}

.preOrderForm > input {
    width: 80%;
    height: 40px;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 12px;
}

.preOrderForm > input[type="button"] {
    background: transparent;
    border: none;
    color: #ff6f18;
    border-radius: 4px;
    width: 140px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 0;
    height: auto;
    margin: 0;
}

.preOrderForm > input[type="button"]:hover{
color: #218024;
}

.orderSingle a {
    color: #ff8f00;
    display: block;
    font-family: popM;
    font-size: 14px;
    margin: 3px 0 8px;
}

.orderSingle a:hover {
    background-color: #ff8f00;
    color: #fff;
    text-decoration: none;
}

.productImagesView>a {
    display: inline-block !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #ff8f00;
    margin: 20px 5px 12px;
}

.orderSingle a span:hover {
    color: #222
}

.orderSingle a span {
    color: #666;
    font-family: popL;
    font-size: 12px;
    letter-spacing: 1px;
}

.merchandising .uk-slidenav-next::after,
.merchandising .uk-slidenav-previous::after {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    color: #666 !important;
    display: inline-block;
    font-family: ionicons;
    font-size: 15px;
    height: auto;
    line-height: 30px;
    margin: 50px 15px 0;
    text-align: center;
    width: auto;
}

.merchandising .uk-slidenav-previous::before,
.merchandising .uk-slidenav-next::before {
    color: #333 !important;
}

.merchandising .uk-slidenav-next:hover:after,
.merchandising .uk-slidenav-previous:hover:after {
    color: #333 !important;
}

.singleAwardWrap>a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.singleAwardWrap>a>img {
    height: auto;
    width: 85px;
    margin: 0;
}

.awardsArea {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 30px;
    text-align: center;
}

.mainProductArea.awardsArea:after {
    background-color: #f5f5f5;
}

.singleAwardWrap {
    display: inline-block;
    margin: 0 50px;
}

.singleAwardWrap>a:hover {
    display: block;
    opacity: .9;
}

.mainfooter {
    background: #222 none repeat scroll 0 0;
    padding: 20px 0 5px;
    text-align: center;
    width: 100%;
}

.footercontent {
    text-align: center;
}

body .footercontent h2 {
    color: #ccc;
    margin-bottom: 14px;
    font-family: popL !important;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 22px;
    letter-spacing: 11px;
    margin-left: 21px;
}

.footercontent i {
    border: 1px solid #777;
    border-radius: 100%;
    color: #777;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    line-height: 47px;
    margin: 0 6px;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 45px;
}

.footercontent img {}

body .footercontent > div > p {
    display: inline-block;
    font-family: popL !important;
    letter-spacing: 2px;
    line-height: 21px;
    padding: 0;
    width: 600px;
    color: #c6c6c6;
}

.policies_wrap {
    width: 100%;
}


.footercontent > div.footerLeatsterms {
    
    padding-left: 10px;
    padding-top: 10px;
    margin-left: 57px;
    float: left;
    position: relative;
    width: 45%;
    border: steelblue solid 1px;
    height: auto;
}

.footercontent > div.footerLeatspolicy {
    
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    float: left;
    width: 45%;
    border: steelblue solid 1px;
    height: auto;
}


body .footercontent > .footerLeats > p {
    display: inline-block;
    color: #eee;
    letter-spacing: 1px;
    font-size: 12px;
    width: auto;
}



.footerLeatsterms .prLinks > a {
    
    padding-left: 10px;
    padding-top: 10px;   
    padding-bottom: 10px;
    width: 97%;
    display: inline-block;
    color: #eee;
    margin: 0 10px;
    letter-spacing: .6px;
    font-size: 10px;
    transition: none !important;
}

.footerLeatspolicy .prLinks > a {
    
    padding-left: 10px;
    padding-top: 10px;   
    padding-bottom: 10px;
    width: 97%;
    display: inline-block;
    color: #eee;
    margin: 0 10px;
    letter-spacing: .6px;
    font-size: 10px;
    transition: none !important;
}


.footercontent>div {
    margin-top: 28px;
    text-align: center;
}

.footercontent>div a {
    display: inline-block;
    width: 50px;
    margin: 20px 0 10px;
}

.footercontent>div a:hover {
    transform: rotate(360deg);
}

.footercontent a:hover {
    color: #f69802;
    opacity: .9;
    text-decoration: none;
}

body .footercontent p {
    color: #fff;
    font-family: popL !important;
    font-size: 12px;
    letter-spacing: 2px;
}

.footercontent p>a {
    color: #f69802;
    font-family: popL;
}

.facebook:hover i {
    background: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.twitter:hover i {
    background: #55acee;
    border-color: #55acee;
    color: #fff;
}

.google:hover i {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.pine:hover i {
    background: #cb2027;
    border-color: #cb2027;
    color: #fff;
}

.instagram:hover i {
    background: #125688;
    border-color: #125688;
    color: #fff;
}

.mainProductArea.mainEventArea {
    padding: 70px 0 140px;
}

.slidingProductWrap {
    margin-top: 30px;
}

.singleAwardWrap {
    display: inline-block;
    height: 100px;
    margin: 0 50px;
    overflow: hidden;
    position: relative;
}

.colorScheme.close,
.languageScheme.close {
    right: -156px;
    text-shadow: none;
    opacity: .8;
}

.colorScheme.close:after {
    color: #777;
}

.colorScheme {
    border: 1px #ccc solid;
    display: block;
    background-color: #fff;
    cursor: pointer;
    height: 36px;
    padding: 10px 15px 5px;
    position: fixed;
    right: 10px;
    text-align: center;
    top: 80px;
    z-index: 1050;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-radius: 100px;
    padding-left: 59px;
}

.languageScheme {
    cursor: pointer;
    height: 53px;
    padding: 10px 15px 5px;
    padding-left: 15px;
    position: fixed;
    right: 10px;
    text-align: center;
    top: 20px;
    z-index: 1000;
    border-radius: 100px;
    padding-left: 69px;
    background: #fff;
    display: block;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: 200px;
    border: 1px solid #ccc;
}

.languageScheme .goog-te-gadget-simple {
    border: none !important;
    height: 10px;
    line-height: normal;
    margin-top: -50px;
    margin-left: -11px;
    font-size: 13px;
}

.colorScheme span {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    position: relative;
    transition: all .3s ease-in-out 0s;
    width: 30px;
    border-radius: 100%;
}

.colorScheme span.active::after {
    color: #fff;
    content: "";
    font-family: ionicons;
    font-size: 10px;
    left: 10px;
    position: absolute;
    top: 0px;
}

.reservationSuccess .reservationSuccessContent a.close {
    font-size: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.reservationSuccess .reservationSuccessContent a.close:hover:before {
    background: #F44336 none repeat scroll 0 0;
}

.reservationSuccess .reservationSuccessContent a.close::before {
    background: #333 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    content: "";
    display: inline-block;
    font-family: ionicons;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    z-index: 2147483647;
}

.colorScheme span.active:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.default {
    background-color: #ff8f00;
}

.blue {
    background-color: #00b0ff;
}

.red {
    background-color: #f44336;
}

.green {
    background-color: #00E676;
}

.eventBookingWrap .reservationInputWrap {
    display: inline-block;
    margin: 30px 0;
    padding: 31px 0;
    position: relative;
    text-align: center;
    width: 275px;
}

.eventBookingWrap .reservationInputWrap>input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 30px;
    margin-top: 0;
    padding-left: 15px;
    width: 200px;
}

.eventBookingWrap .reservationInputWrap #guests {
    width: 115px;
}

.eventBookingWrap .reservationInputWrap>#minus {
    cursor: pointer;
    margin-right: 10px;
}

.eventBookingWrap .reservationInputWrap>#plus {
    cursor: pointer;
    margin-left: 10px;
}

.eventBookingWrap .reservationInputWrap>input[type="submit"] {
    background-color: red;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    height: 30px;
    width: 150px;
    cursor: pointer;
}

.colorScheme>i,
.languageScheme>i {
    background-color: #444;
    font-size: 18px;
    height: 45px;
    left: 3px;
    line-height: 47px;
    position: absolute;
    top: 3px;
    width: 45px;
    border-radius: 100px;
    color: #ff8f00;
}

.eventBookingWrap .mainHeadings {
    margin: 25px 0 0px;
}

.singleRoomActions {}

.singleRoomActions>span {
    font-family: popL;
    text-transform: uppercase;
    color: #777;
    width: 35px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
}

.singleRoomActions>a {
    background: #fff;
    color: #555;
    font-family: popL;
}

.singleRoomActions>a:hover {}

.eventBookingArea {
    background: #eee none repeat scroll 0 0;
    padding: 0px 0 110px;
    text-align: center;
    margin-bottom: 100px;
}

.eventBookingWrap .reservationInputWrap::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 20px;
    margin-left: -8px;
    margin-top: -39px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}

.eventBookingWrap .reservationInputWrap {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 280px;
    margin: 30px 10px;
    padding: 30px 0;
    position: relative;
    text-align: center;
    width: 260px;
    vertical-align: top;
}

.eventBookingWrap .reservationInputWrap::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 20px;
    margin-left: -11px;
    margin-top: -34px;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}

.eventBookingWrap .reservationInputWrap>h3 {
    color: #888;
    font-family: popL;
    font-size: 16px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: -49px;
    width: 100%;
}

.eventBookingWrap .reservationInputWrap>span {
    border-bottom: 1px solid #eee;
    display: block;
    font-family: popM;
    font-size: 13px;
    margin-bottom: 33px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
}

.eventBookingWrap .reservationInputWrap input {
    border: medium none;
    display: block;
    height: 0;
    width: 0;
}

.eventBookingWrap .reservationInputWrap>h2 {
    color: #222;
    font-family: popB;
    font-size: 70px;
    height: 70px;
    line-height: 77px;
    overflow: hidden;
    margin-top: 65px;
    margin-bottom: 56px;
}

.eventBookingWrap .reservationInputWrap>div>label>i,
.eventBookingWrap .reservationInputWrap>div>div>i {
    background: #ccc;
    border-radius: 100%;
    color: #888;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    width: 30px;
}

.eventBookingWrap .reservationInputWrap>div>label>i {}

.eventBookingWrap .reservationInputWrap>div>div>i {
    line-height: 30px;
}

.eventBookingWrap .reservationInputWrap>div>div {
    height: 46px;
    overflow: hidden;
    position: relative;
}

.eventBookingWrap .reservationInputWrap>div>div>i {
    margin-left: -28px;
    position: absolute;
    top: 0;
}

.eventBookingWrap .reservationInputWrap>div>div>i#plus {
    margin-left: 5px;
}

.eventBookingWrap .reservationInputWrap i {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.eventBookingWrap .reservationInputWrap i:hover {
    background-color: #f69802;
    color: #fff;
}

.setProfileAnimate {
    height: 50px;
    margin: 50px auto;
    overflow: hidden;
    width: 800px;
}

.setProfileAnimate p {
    color: #9e9e9e;
    text-align: center;
}

.setProfileAnimate .animationBar {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example;
    background-color: #2196f3;
    height: 5px;
    position: relative;
    transition: all 2s ease-in-out 0s;
    width: 100px;
    border-radius: 5px;
}

@keyframes example {
    0% {
        left: 0px;
        top: 0px;
    }
    100% {
        left: 102%;
        top: 0px;
    }
}

#confirmReservation {
    left: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: -71px;
}

.homsReservationCentered>div {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: -55px;
}

#confirmReservation #reservBackBtn:hover {}

#confirmReservation #reservBackBtn {
    color: #fff;
    font-size: 21px;
    left: 45px;
    letter-spacing: 1px;
    margin: 0;
    position: absolute;
    top: 23px;
}

.sliderFormAreaMain #confirmReservation .inputFormArea .formChild {
    width: 80px;
}

#confirmReservation #reservBackBtn>i {}

.userPersonalInfo {
    padding: 20px 0;
    display: none;
}

.userPersonalInfo>div {
    border: 1px solid #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0 9px;
    padding: 2px 2px 2px;
    width: 200px;
    color: #ccc;
    position: relative;
    font-size: 12px;
}

.userPersonalInfo>div>input {
    font-family: popL;
    letter-spacing: 1px;
    padding-top: 4px;
    padding-left: 9px;
    border: none !important;
}

.userPersonalInfo>h3 {
    font-family: Roboto-Bold;
    font-size: 14px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-top: -18px;
}

.confirmReservationBtn {
    width: 248px !important;
}

.roomImagesSlides>ul>li>div.uk-cover-background {
    background-color: #eee !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto;
}

.mainWrap .loadingGifBg,
.mainWrap .roomsMainArea.loadingGifBg {
    background-color: #eee !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto;
}

.singleAwardWrap>a>img#realImageToShow {
    margin: 42px 0;
    width: auto;
}

p.msgResponseAlert {
    font-size: 12px;
    position: absolute;
    background: green;
    color: #fff;
    left: 0;
    right: 0;
    bottom: -68px;
    z-index: 1050;
    margin: 0;
    text-align: center;
    padding: 15px 0 13px;
    border-radius: 5px;
    font-family: popM;
    letter-spacing: 1px;
    opacity: .8;
}

.innerHeader .wait:hover {
    color: #888 !important;
}

.innerHeader .wait {
    color: #888;
    cursor: no-drop;
}

.roomsSnippetsCntainer {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}

.roomsSnippetsCntainer>.roomsCenteredContainer .roomsWrapSingle {}

.roomsWrapSingle>.roomTable {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.roomsWrapSingle>.roomTable>.roomCell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.roomsWrapSingle>.roomTable>.roomCell.images {
    border: 1px solid green;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.roomsWrapSingle>.roomTable>.roomCell.content {
    padding: 20px;
    text-align: left;
}

.roomsMainArea.allRooms {
    height: auto;
    margin: 20px 0;
    padding-bottom: 30px;
}

.roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing {}

.roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap {
    display: table;
    height: 100%;
    margin-bottom: 10px;
    table-layout: fixed;
    width: 100%;
}

.roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.singleFeaturedRoom {
    height: 500px !important;
}

.roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.roomDisc,
.roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.singleFeaturedRoom {
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    filter: none;
}

.roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.roomDisc {
    padding: 0;
}

.roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.singleFeaturedRoom>.roomImagesSlides {
    height: auto;
    margin: 0;
    position: relative;
    z-index: 100;
}

.roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.roomDisc {
    padding-left: 40px;
    position: relative;
    text-align: left;
    background-color: #eee;
}

.roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.roomDisc>h2 {
    font-family: popM;
    font-size: 14px;
    margin: 50px 0 -4px;
    letter-spacing: 2px;
    color: #FF8F00;
}

.roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.roomDisc>p {
    margin: 0;
    width: auto;
}

.roomsMainArea.allRooms .mainRoomsSlideWrap>.roomDisc>.meta {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 10px;
}

.roomsMainArea.allRooms .mainRoomsSlideWrap>.roomDisc>.meta>p {
    display: block;
    margin: 0;
    width: auto;
}

.roomsMainArea.allRooms .mainRoomsSlideWrap>.roomDisc>.meta>a.preview {
    color: #333;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 18px;
}

.allRoomsActions {
    margin-top: 10px;
    margin-bottom: 30px;
}

.allRoomsActions>a {
    display: inline-block;
    font-size: 12px;
    font-family: popL;
    letter-spacing: 1px;
    background: #FF8F00;
    color: #333;
    padding: 10px 16px 8px;
    border-radius: 2px;
}

.allRoomsActions>a:hover {
    background-color: #333;
    color: #eee;
}

.allRoomsActions {}

.allRoomsActions {}

.carslInner .uk-slidenav-previous::before, .carslInner .uk-slidenav-next::before {
    font-size: 0;
    top: -528px;
}
.uk-slidenav-previous::before, .uk-slidenav-next::before {
    content: '\e046';
    font-family: typicons;
    display: inline-block;
    color: #777;
    font-size: 23px !important;
    background: #eaeaea;
    position: relative;
    margin: 0 314px;
    height: 30px;
    width: 29px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
}
.uk-slidenav-previous:hover:before, .uk-slidenav-next:hover:before {
    color: #1e1b1b;
    background: #ff9915;
    }

.uk-slidenav-next::before {
    content: '\e048';
    margin-left: 6px;
}

.roomsMainArea.allRooms .mainRoomsSlideWrap>.roomDisc>.meta>a.preview:hover {
    color: #FF8F00;
}

.roomsMainArea.allRooms .mainRoomsSlideWrap>.roomDisc>.meta>p.prices>span {
    color: #333;
    font-family: popM;
}

.roomsMainArea.allRooms .mainRoomsSlideWrap>.roomDisc>.meta>p.prices>span>strong {
    color: #777;
    font-family: popL;
    font-size: 11px;
    font-weight: normal;
}

.roomsMainArea.allRooms .mainRoomsSlideWrap>.roomDisc>.meta>a.explore:hover {
    background: #F44336 none repeat scroll 0 0;
}

.roomsMainArea.allRooms .mainRoomsSlideWrap>.roomDisc>.meta>a.explore {
    background: #444 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: popM;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 11px 33px 9px;
    margin-right: 10px;
}

.toogleMenu {
    position: absolute;
    top: 15px;
    left: 15px;
}

.toogleMenu>a {
    font-size: 0;
}

.toogleMenu>a:hover:before,
.toogleMenu>a:hover:active,
.toogleMenu>a:hover:focus {
    background-color: #ff8f00;
}

.toogleMenu>a::before {
    background-color: #333;
    border-radius: 100%;
    color: #fff;
    content: "";
    display: inline-block;
    font-family: ionicons;
    font-size: 19px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    width: 45px;
}

.mainHeader.open {
    background: #eee none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    text-shadow: none;
}

.mainHeader.open .innerHeader ul {
    opacity: 1;
}

.toogleMenu>a.active::before {
    background: #ff8f00 none repeat scroll 0 0;
    content: "";
    font-size: 13px;
}


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

.adsUndeerMaintainnce {
    display: table;
    width: 100%;
    height: 100vh;
    position: relative;
}

.getPasswordContainer {
    min-height: 400px;
    display: table-cell;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 1;
}

.getPasswordContainer>.passwordBlock {
    margin: 0;
    padding: 50px 30px;
    width: 600px;
    border-radius: 5px;
    display: inline-block;
}

.getPasswordContainer>.passwordBlock h1 {
    color: #fff;
    font-family: popM;
}

.getPasswordContainer>.passwordBlock h3 {
    font-size: 20px;
    color: #fff;
    font-family: g !important;
}

.getPasswordContainer>.passwordBlock input[type="text"] {
    border: 1px solid #ccc;
    height: 32px;
    width: 250px;
    font-size: 12px;
    font-family: popM;
    border-radius: 3px;
    padding-left: 15px;
    margin: 0 20px;
    background: transparent;
    color: #fff;
    border-radius: 40px;
}

.getPasswordContainer>.passwordBlock input[type="submit"] {
    font-size: 12px;
    border: none;
    background-color: #fc4785;
    color: #fff;
    display: inline-block;
    width: 100px;
    border-radius: 33px;
    cursor: pointer;
    padding: 11px 0;
}

.homeRowsData {
    border: 1px #ccc solid;
    display: table;
    width: 100%;
    margin: 100px 0;
}

.homeRowsData>ul {
    border: 1px #ccc solid;
    width: 20%;
    text-align: center;
    display: table-cell;
    padding: 15px 0px;
    vertical-align: top;
}

.homeRowsData>ul>li {
    list-style: none;
}

.homeRowsData li>a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    font-family: poppins;
    padding: 15px 0;
}

.homeRowsData .collectionWrap {
    border: 1px #ccc solid;
    display: table-cell;
    width: 80%;
}

.homeRowsData .singleCollectionWrap:first-child {
    width: 34.8%;
    height: 525px;
    float: left;
}

.homeRowsData .singleCollectionWrap {
    border: 2px #fff solid;
    width: 32%;
    display: inline-block;
    height: 260px;
    overflow: hidden;
    float: right;
    vertical-align: top;
    background: #ccc;
    position: relative;
}

.homeRowsData .singleCollectionWrap:first-child img {
    height: 525px;
    width: 100%;
}

.homeRowsData .singleCollectionWrap img {
    width: 100%;
}

.homeRowsData .singleCollectionWrap:first-child span {
    padding-top: 259px;
}

.homeRowsData .singleCollectionWrap span {
    position: absolute;
    top: 0;
    z-index: 100;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    text-align: center;
    height: 100%;
    padding-top: 34%;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    display: none;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.homeRowsData .singleCollectionWrap:hover a>span {
    display: block;
}

.image-custom-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000000000;
    padding: 50px;
}

.image-custom-lightbox>a {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 50%;
    margin-top: -15px;
}

.image-custom-lightbox>a.closeLB {
    right: 18px;
    top: 25px;
    font-size: 25px;
}

.image-custom-lightbox>a.prev {
    left: 30px;
}

.image-custom-lightbox>a.next {
    right: 30px;
}

.image-custom-lightbox>.lightbox-table {
    width: calc(100% - 100px);
    display: table;
}

.image-custom-lightbox>.lightbox-table>.lightbox-table-cell {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.image-custom-lightbox>.lightbox-table>.lightbox-table-cell>img {
    vertical-align: middle;
}


/* Mobile Compatiability */

@media only screen and (max-width: 1100px) {
    .coverPhotoWrap>.coverPhotoContent h2 {
        font-size: 80px;
    }
    .slideBottom .companyInfo,
    .rating,
    .scrollDown {
        width: 43%;
    }
    .slideBottom .companyInfo {
        width: 52%;
    }
.slideBottom {
    margin-top: -70px;
}
    .sliderFormAreaMain {
        text-align: center;
        padding-left: 8px;
        z-index: 100;
        margin-top: -217px;
    }
    .homsReservationCentered {
        display: block;
        width: auto;
        margin-left: -8px;
    }
    #confirmReservation #reservBackBtn {
        font-size: 15px;
        left: auto;
        top: -24px;
        z-index: 1050;
    }
    .sliderFormAreaMain .inputFormArea div .uk-button.confirmReservationBtn {
        width: 149px !important;
        display: inline-block;
        line-height: 71px;
        padding-left: 30px;
        overflow: hidden;
    }
    .sliderFormAreaMain .inputFormArea div:last-child {
        margin: 0;
        text-align: right;
        width: 150px;
    }
    .sliderFormAreaMain {}
    .sliderFormAreaMain .inputFormArea div {
        text-align: center;
    }
    .carslMain li {
        width: 801px !important;
    }
    .carslInner {
        width: 801px !important;
    }
    .stayBannerMain {
        width: 750px;
    }
    .stayWidgetArea .stayWidgetSingle:nth-child(3n) {
        width: 690px;
    }
    .mainGridAreaWrap .mainGridArea .singleGrid {
        width: 49% !important;
        height: 249px !important;
    }
    .mainGridAreaWrap .mainGridArea .singleGrid:last-child {
        display: block !important;
        width: 100% !important;
    }
    .singleGrid .RoomsPromoVideo .vidWrap::before {
        top: 111px;
    }
    .contactContent>.contactContentLeft>form {
        display: inline-block;
        margin-top: 20px;
        padding: 80px 35px 30px;
        width: 340px;
    }
    .contactContentLeft>form .inputArea>textarea {
        margin-left: 11px !important;
    }
    .contactContent>.contactContentLeft,
    .contactContent>.contactContentRight {
        padding-left: 20px;
    }
    .contactInfoMeta>.contactInforItem {
        width: 115px;
    }
    .ContactAreaMain .contactContent {
        margin-left: -17px;
        width: 110%;
    }
    .contactContent>.contactContentLeft::before {
        margin-left: 178px;
    }
    #confirmReservation>.inputFormArea {}
    .homsReservationCentered>div {
        margin-left: -49px;
    }
    .homsReservationCentered>div#confirmReservation {
        margin-left: -20px;
    }
    .rateTypePerSeason div label {
        width: 63px;
    }
}

@media only screen and (max-width: 800px) {
    .contactContentLeft>form .inputArea>input,
    .contactContentLeft>form .inputArea>textarea,
    .eventBookingWrap .reservationInputWrap input,
    .userPersonalInfo>div>input {
        font-size: 16px !important;
    }
    .sliderFormAreaMain .inputFormArea div input,
    .sliderFormAreaMain .inputFormArea div .uk-select {
        font-size: 16px !important;
    }
    .sliderFormAreaMain .inputFormArea div.callenderIcon>input {
        color: #fff !important;
        font-size: 16px !important;
    }
    .homsReservationCentered>div#confirmReservation {
        width: 479px !important;
        margin-left: 9px !important;
        margin-top: -269px !important;
    }
    .coverPhotoWrap>.coverPhotoContent h4 {
        font-family: popL;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .coverPhotoWrap>.coverPhotoContent h3 {
        font-size: 14px;
        letter-spacing: 1px;
        margin: 10px 0 20px;
        word-spacing: 3px;
    }
    .coverPhotoWrap>.coverPhotoContent h3.headingBorder::after,
    .coverPhotoWrap>.coverPhotoContent h3.headingBorder::before {
        margin-left: -68px;
        width: 53px;
    }
    .coverPhotoWrap>.coverPhotoContent h3.headingBorder::after {
        margin-left: 16px;
    }
    .coverPhotoWrap>.coverPhotoContent h2 {
        font-size: 45px;
    }
    .coverPhotoWrap>.coverPhotoContent p {
        margin: 9px 0 0;
    }
    .sliderFormAreaMain {
        height: auto;
        box-sizing: border-box;
        position: relative !important;
        margin-top: -555px;
        width: 100%;
        padding: 35px 0 0px;
        margin-left: 0;
    }
    .homsReservationCentered {
        height: auto;
    }
    .homsReservationCentered>div#makeReservation {
        margin: 0;
    }
    .sliderFormAreaMain {
        height: auto;
        box-sizing: border-box;
        position: relative !important;
        margin-top: -555px;
        width: 100%;
        padding: 35px 0 0px;
        margin-left: 0;
    }
    .sliderFormAreaMain .inputFormArea div.callenderIcon>label {
        margin-left: 78px;
    }
    .sliderFormAreaMain .inputFormArea div.callenderIcon {
        background: #fff none repeat scroll 0 0;
        height: 70px;
        padding: 0;
        text-align: center;
        width: 220px;
    }
    .homsReservationCentered>div#confirmReservation,
    #makeReservation>.inputFormArea {
        background: rgba(0, 0, 0, .5);
        border: 1px #555 solid;
        width: 447px;
        display: inline-block;
        padding: 41px 15px 13px;
        margin-left: 8px;
    }
    .sliderFormAreaMain .inputFormArea div.callenderIcon {
        margin-bottom: 37px;
    }
    .sliderFormAreaMain .inputFormArea>form div:nth-child(3) {
        width: 359px;
    }
    .mainCoverArea {
        height: 1111px;
        overflow: hidden;
    }
    .sliderFormAreaMain .inputFormArea div input,
    .sliderFormAreaMain .inputFormArea div .uk-select,
    .sliderFormAreaMain .inputFormArea div .uk-button {
        border-radius: 4px;
    }
    .sliderFormAreaMain .inputFormArea div:last-child {
        margin-top: 20px;
    }
    .sliderFormAreaMain .inputFormArea div .uk-button {
        width: 140px;
        line-height: 50px;
        height: auto;
        padding-top: 2px;
        border-radius: 100px;
    }
    .sliderFormAreaMain .inputFormArea div .uk-button.confirmReservationBtn {
        width: 140px !important;
        display: inline-block;
        line-height: 53px;
        padding-left: 13px;
        overflow: hidden;
        height: 52px;
        margin-top: 0px;
    }
    .sliderFormAreaMain .inputFormArea div {
        display: inline-block;
        margin-right: 0;
        position: relative;
        width: 215px;
        margin-bottom: 36px;
    }
    .sliderFormAreaMain .inputFormArea div .uk-button::before {
        display: none;
    }
    .slideBottom {
        margin-top: -130px;
        text-align: center;
    }
    .slideBottom .companyInfo {
        width: 100%;
        text-align: center;
    }
    .rating {
        text-align: right;
        display: inline-block;
        margin-top: 15px;
    }
    .rating .ratingWrap {
        display: inline-block;
        margin-right: 37px;
        margin-top: 5px;
    }
.mainDiscrioptionArea {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 0;
}
    .mainDiscrioptionArea p {
        width: 400px;
    }
    .carslInner {
        width: 401px !important;
    }
    .carslMain li {
        width: 401px !important;
    }
    .carslMain .uk-slidenav-next::after,
    .carslMain .uk-slidenav-previous::after {
        margin: 0 30px 0 30px;
        top: 628px;
    }
    .stayWidgetArea .stayWidgetSingle:nth-child(3n) {
        width: 340px;
    }
    .testSingle p {
        width: auto;
    }
    .mainGridAreaWrap .mainGridArea .singleGridMeta {
        animation: none;
    }
    .mainGridAreaWrap .mainGridArea .singleGrid {
        width: 100% !important;
    }
    .ContactAreaMain .contactContent {
        margin-left: 0;
        width: auto;
    }
    .contactContent>.contactContentLeft,
    .contactContent>.contactContentRight {
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        vertical-align: top;
        box-sizing: border-box;
        width: auto;
    }
    .contactContent>.contactContentLeft::before {
        margin-left: -29px;
    }
    .contactContent>.contactContentRight {
        text-align: left;
        padding-left: 37px;
    }
    .contactContent>.contactContentRight>h2 {
        margin: 45px 0 10px -7px;
    }
    .mainGridAreaWrap.galleryGrid .mainGridArea .singleGrid {
        margin: 0;
        margin: 0px;
        width: 232px !important;
        float: none;
    }
    #mainGridAreaWrap .mainGridArea .singleGrid:last-child {
        display: inline-block !important;
        width: 468px !important;
        margin-left: -1px;
    }
    .sliderFormAreaMain div>p.error,
    .userPersonalInfo>div>p.error,
    .eventBookingWrap .reservationInputWrap>div>p.error,
    .contactUsForm>.inputArea>p.error {
        z-index: 1000;
    }
    .allRoomsHdr {
    }
    .rateTypePerSeason div label {
        width: 65px;
    }
    .FeaturedRoomsListing>.mainRoomsSlideWrap>.singleFeaturedRoom::before {
        display: none;
    }
    .roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.singleFeaturedRoom {
        height: 250px !important;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap {
        display: block;
        height: 100%;
        margin-bottom: 10px;
        width: 100%;
        overflow: hidden;
    }
    .roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.roomDisc {
        padding-left: 0;
        background-color: transparent;
        margin-top: -30px;
    }
    .roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.roomDisc,
    .roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing>.mainRoomsSlideWrap>.singleFeaturedRoom {
        display: block;
        width: 100%;
    }
    .rateTypePerSeason>div {
        display: block;
        width: 100%;
    }
    .roomImagesSlides>ul.uk-slideshow li div::before,
    .FeaturedRoomsListing>.mainRoomsSlideWrap>.singleFeaturedRoom::before {
        display: none;
    }
    .roomsMainArea.allRooms>.uk-container>.FeaturedRoomsListing {
        margin-bottom: -68px;
    }
    .uk-modal-dialog-lightbox {
        max-width: 1000px;
        margin-left: 0px !important;
        width: 100% !important;
        background: transparent;
    }
    .roomsMainArea.allRooms .mainRoomsSlideWrap>.roomDisc>.meta>a.preview {
        right: 0px;
        top: 2px;
    }
    .allRoomsHdr>h2 {
        font-size: 45px;
    }
.stayBannerMain {
    width: 386px;
    background-size: contain !important;
    background-color: #282931;
    border-radius: 0px;
    margin-left: 14px;
    height: 312px;
}
    .AllAminitiesArea>h3 {
        margin: 18px 0 -15px;
        padding-left: 0;
        text-align: center;
        margin-left: -32px;
    }
    .reservationSuccess .reservationSuccessContent p {
        width: auto;
    }
    .reservationSuccess .reservationSuccessContent {
        width: 450px;
    }
    .loadingAnimationWrap>.tableBlock>.tableBlockCell div span.loadingLoad {
        font-size: 35px;
    }

    #mainHeader {
        padding: 0 !important;
        margin: 0 !important;
        height: 0 !important;
    }
    .mainCoverArea {
        padding: 0 !important;
        height: 610px;
    }
    .coverPhotoWrap > .coverPhotoContent .headingWrap{
    margin-top: 60px;
}
.slideBottom {
    margin-top: -149px;
}
.rating .ratingWrap strong {
    display: block;
    margin-left: 37px;
    margin-top: -13px;
    color: #ffa646;
}
    .reservationSuccess {
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }


    .update-btn-outer {
    text-align: left;
    margin-left: 45px;
}
.mainWrap > div.templateSideBookingEngine {
    margin: 25px 25px 0;
}
body .update-container.templeteSide {
    margin: 0;
    border: 1px #c8c8c8 solid;
    padding: 18px;
}

.carslMain li > div {
    margin: 0;
    padding: 0;
}
.featureMain {
    margin: 20px 0 -7px;
}

.stayWidgetArea {
    padding: 0;
}
.stayWidgetArea .stayWidgetSingle {
    width: auto;
    height: auto;
    padding: 20px 0;
    border-radius: 15px;
}
.stayWidgetArea .stayWidgetUpper {
padding: 0;
}
.stayWidgetArea .stayWidgetSingle i {
    margin: 0;
}


.stayWidgetArea .stayWidgetSingle h3 {
    margin: 0 0 15px;
}
.carslMain .uk-slidenav-next::after {
    content: "";
    right: -47px;
}

.carslMain .uk-slidenav-previous::after {
    content: "";
    left: -45px;
}
.contactInfoMeta > .contactInforItem {
    width: 126px;
}
body .footercontent > div > p {
    width: auto;
    padding: 0 20px;
}
.footercontent > div.footerLeats {
    text-align: left;
    padding: 0 15px 0;
    margin: 0;
}

body > a.scrollTop {
    bottom: 50px;
}
.uk-slidenav-previous::before, .uk-slidenav-next::before {
    margin: 0 70px;
}



.rating {
    text-align: center;
    margin-left: 30px;
}

body .dash-body-wrapper.reservations-wrapper.frontendReservation {
    margin: 0 !important;
}
body .templateSideBookingEngine.step2 .update-container.frontendReservationContainer.templeteSide {
    margin-left: 0 !important;
    background: white;
    padding: 6px 12px 0;
}
body .templateSideBookingEngine.step2 {
    margin: 0 20px;
}

body .bookformHeadingsWrap {
    margin-left: 25px;
    width: 86%;
    float: left;
}
body #room-options-for-reservation {
    width: auto;
   /* overflow: hidden; */
    padding: 25px;
}

body .update-btn-outer > a#proceedToStep2 {
    right: 0;
    margin-top: 3px;
}

body .bed-room .content-container > div {
    border-left: none !important;
}
.bed-room .content-container > div > div.left.breakfast {
    padding-left: 0px;
}

.add-button {
    margin-bottom: 10px;
}

}






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

    .reservationSuccess .reservationSuccessContent {
        width: 300px;
    }
    .reservationSuccess .reservationSuccessContent h2 {
        font-size: 28px;
    }
    .allRoomsHdr {
        height: auto;
    }
    .coverPhotoWrap>.coverPhotoContent h3.headingBorder::after,
    .coverPhotoWrap>.coverPhotoContent h3.headingBorder::before {
        display: none;
    }
    .coverPhotoWrap>.coverPhotoContent h2 {
        font-size: 25px;
    }
    .coverPhotoWrap>.coverPhotoContent p {
        margin: -3px 0 0;
        width: auto;
        padding: 0 15px;
    }
    #makeReservation>.inputFormArea {
        background: rgba(0, 0, 0, .5);
        border: 1px #555 solid;
        width: 275px;
        display: inline-block;
        padding: 41px 15px 13px;
        margin-left: 8px;
    }
    .sliderFormAreaMain .inputFormArea div.callenderIcon {
        margin-bottom: 37px;
    }
    .sliderFormAreaMain .inputFormArea>form div:nth-child(3) {
        width: 221px;
        margin-bottom: -4px;
    }
    .sliderFormAreaMain .inputFormArea>form div:nth-child(4) {
        width: 80px;
        margin-top: 40px;
        margin-bottom: 8px;
    }
    .slideBottom {
        margin-top: -147px;
        text-align: center;
    }
    .sliderFormAreaMain #confirmReservation .inputFormArea .formChild {
        margin-bottom: 0px;
    }
    .homsReservationCentered>div#confirmReservation {
        width: 307px !important;
        margin-top: -383px !important;
    }
    .slideBottom .companyInfo {
        width: 255px;
        text-align: center;
    }
    .slideBottom .companyInfo>p {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        border-radius: 100px;
        color: #ccc;
        display: inline-block;
        font-family: popM;
        font-size: 12px;
        letter-spacing: 1px;
        margin: 0 0 0 1px;
        padding: 18px 22px 17px;
        text-align: left;
        width: auto;
    }
    .rating {
        text-align: right;
        display: inline-block;
        margin-top: 15px;
        width: auto;
        margin-left: 100px;
        margin-top: 22px;
    }
    .rating .ratingWrap {
        display: inline-block;
        margin-right: 37px;
        margin-top: 5px;
    }
    .mainCoverArea {
        height: 1210px;
        overflow: hidden;
    }
    .sliderFormAreaMain {
        height: auto;
        box-sizing: border-box;
        position: relative !important;
        margin-top: -650px;
        width: 100%;
        padding: 0px 0 0px;
        margin-left: 0;
    }
.mainDiscrioptionArea p {
    width: 300px;
    font-size: 13px;
    line-height: 30px;
    margin-left: -15px;
}
    .carslInner,
    .carslMain li {
        width: 300px !important;
    }
.stayBannerMain {
    width: 300px;
    height: 270px;
    margin-left: 0px;
    background-size: cover !important;
    border-radius: 20px;
}
.carslInner .uk-slidenav-previous::before, .carslInner .uk-slidenav-next::before {
    top: -657px;
}

    .featureMain {
        height: 57px;
    }
    .featureMain .featureSingle>a {
        height: 50px;
        width: 50px;
    }
.carslMain .uk-slidenav-next::after, .carslMain .uk-slidenav-previous::after {
    margin: 0 175px 0;
    top: 424px;
}
    .stayWidgetArea .stayWidgetSingle:nth-child(3n) {
        width: 300px;
    }
    .stayWidgetArea .stayWidgetSingle {
        width: 300px;
        margin-left: -20px;
    }
    .reserveArea>a {
        display: block;
        margin-bottom: 9px;
    }
    .testimonialArea .uk-slider-container {
        height: auto;
    }
    .mainHeadings>h2 {
        font-size: 30px;
    }
.mainGridAreaWrap {
    background: #fff none repeat scroll 0 0;
    padding: 25px 5px;
    margin-left: -3px;
}
.contactContentLeft > form .inputArea > input, .contactContentLeft > form .inputArea > textarea {
    width: 200px;
    border: none;
    border-bottom: 1px #ddd solid;
    border-radius: 0 !important;
    padding-left: 0;
}
    .contactContent>.contactContentLeft>form {
        display: inline-block;
        margin-top: 20px;
        padding: 80px 36px 30px;
        width: 100%;
        margin-left: 0;
    }

    #mainGridAreaWrap .mainGridArea .singleGrid:last-child {
        display: inline-block !important;
        width: 232px !important;
        margin-left: -1px;
    }
    .singleEvent>div>span.eventEnds {
        left: 5px;
        right: auto;
        top: 38px;
    }
    .singleEvent h2 {
        font-size: 16px;
    }
    .singleEvent p {
        font-size: 11px;
        text-align: left;
    }
    .sliderMainArea {
        padding: 60px 0;
    }
    .footercontent>div>p {
        width: 280px;
    }
    .roomsHdr>h2 {
        font-size: 28px;
        margin-bottom: -34px;
    }
    .singleRoomLayouts .stayWidgetArea .stayWidgetSingle {
        margin-left: 0px;
    }
    .singleRoomActions>span {
        display: none;
    }
    .singleRoomActions>a {
        margin-top: 10px;
    }
.allRoomsHdr > h2 {
    font-size: 30px;
    margin: 2px 0 37px;
}
.allRoomsHdr > div.companyInfo > p a {
    display: block;
    margin-top: 7px;
}
    .allRoomsHdr>div {
        text-align: center;
        padding: 0 49px;
        margin-top: -25px;
    }
    .allRoomsHdr>div.companyInfo>p {
        letter-spacing: 1.1px;
    }
    .rating .ratingWrap {
        display: inline-block;
        margin-right: -9px;
        margin-top: 5px;
    }
    .sliderFormAreaMain.allRoomsTemplate {
        height: auto;
    }
    #confirmReservation #reservBackBtn {
        left: 0px;
    }
    #ui-datepicker-div {
        width: 300px !important;
        overflow: hidden;
    }
    .ui-datepicker-calendar>tbody>tr>td a,
    .ui-datepicker-calendar>thead>tr>th>span {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        margin: 7px 4px;
        text-decoration: none;
        width: 20px;
    }
    .hotelName h2 {
        line-height: 18px;
    }


    .mainWrap > div {
    height: auto !important;
}
    .mainWrap>.allRoomsHdr {
        padding: 0px 0 55px !important;
    }
    .coverPhotoWrap>.coverPhotoContent .headingWrap {
        margin-top: 40px;
    }
#mainDiscrioptionArea {
    margin-top: 0 !important;
    margin-bottom: 15px;
}
    #testimonialArea>.mainHeadings {
        padding: 40px 0 20px;
    }
    .ContactAreaMain {
        padding: 60px 0 0;
    }
    .mainGridAreaWrap.galleryGrid .mainGridArea .singleGrid,
    #mainGridAreaWrap .mainGridArea .singleGrid:last-child {
        width: 100% !important;
    }
    .mainWrap>.reservationSuccess {
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .mainHeadings {
        padding: 0px 0 50px;
    }
    .mainGridAreaWrap>.mainHeadings {
        padding: 30px 0 50px;
    }
    .mainfooter {
        margin-bottom: 0 !important;
    }
    .coverPhotoWrap>.coverPhotoContent {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .coverPhotoWrap>.coverPhotoContent img {
        width: 80px;
    }
.mainWrap > .mainCoverArea {
    margin: 0 !important;
    padding: 0 !important;
    height: 356px !important;
    overflow: hidden;
    position: relative;
}

body .mainWrap > .templateSideBookingEngine {
    margin: 4px 8px 25px;
}
    .mainWrap>.slideBottom {
        display: none !important;
    }
    .carslMain li>div.stayWidgetArea,
    .stayWidgetArea {
        margin: 45px 0 0;
    }
    .reserveArea {
        margin-top: 20px;
    }


.mainHeader > a.navToggler, .mainHeader > a.navToggler::before, .mainHeader > a.navToggler::after {
    right: 15px;
    left: auto !important;
}
.mainHeader > a.navToggler.active, .mainHeader > a.navToggler.active::before, .mainHeader > a.navToggler.active::after {
    right: auto;
    left: 18px !important;
}

    .carslInner {
        margin-top: 20px;
    }
.carslMain {
    margin: 45px 0 0;
}
    .stayMainWrap {
        margin-top: 0 !important;
    }
    .dash-body-wrapper.reservations-wrapper.frontendReservation {
        margin-top: -30px !important;
        padding-top: 37px !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
.frontendReservation .temp-back-btn {
    margin-top: -22px;
}
    .languageScheme {
        top: 60px;
    }
    .colorScheme.close,
    .languageScheme.close {
        right: -148px;
    }
    .coverPhotoWrap>.coverPhotoContent>.headingWrap>a {
        width: 100px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .coverPhotoWrap .headingWrap > div > a {
    border-radius: 50%;
    height: 50px;
    line-height: 49px;
    margin: 9px 0 0;
    width: 50px;
    background-color: transparent;
    border: 1px solid;
    background: #fb2e2e;
    color: #fff;
    border-color: #f91c1c;
}
    .slideBottom .companyInfo>p>a.toggleWidth {
        display: none;
    }
    .slideBottom .companyInfo>p {
        border-radius: 0;
        letter-spacing: 0px;
        padding: 0;
        text-align: center;
    }
    .slideBottom .companyInfo {
        width: 100%;
        text-align: center;
    }
    .mainWrap>.slideBottom {
        margin: 0;
        background: #000;
        padding: 0 !important;
    }
    #ui-datepicker-div {
        padding: 0 !important;
        margin: 0 !important;
    }
    .innerHeader {
        width: 100%;
        margin-left: -100%;
    }
    .carslMain li>div {
        margin: 0;
        padding: 0;
    }
    .innerHeader .navWrap>a,
    .innerHeader ul li:nth-child(1),
    .innerHeader ul li:nth-child(3) {
        display: none;
    }
    .innerHeader li a {
        font-size: 10px;
        height: 45px;
        letter-spacing: 1px;
        line-height: normal;
        margin: 0;
    }
    .innerHeader>.nav {
        margin-top: 58px;
    }
    .hotelName {
    margin: 18px 0 0;
}

.uk-slidenav-previous::before, .uk-slidenav-next::before {
    margin: 0 10px;
}

body .footercontent > .footerLeats > p {
    width: 100%;
    text-align: center;
    margin: -21px 0 -31px;
}
.footerLeats .prLinks {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 6px 0 6px;
    margin-top: 0px;
}
.uk-container {
    padding: 0 10px;
}
.mainWrap > div.testimonialArea {
    margin-top: -45px;
}
.mainWrap > div#mapArea {
    padding: 81px 0 0px !important;
}
body .mainHeadings > h3{
    padding: 0 10px;
}
.mainWrap > div#mainfooterArea {
    height: auto !important;
    padding-bottom: 50px;
}

.contactContent > .contactContentLeft::before {
    margin-top: 70px;
}

.contactContent > .contactContentLeft > form {
    padding: 35px 0 30px;
    margin-top: 40px;
}

.update-container.templeteSide a#travelers-handler p{
width: 100%;
}

.innerHeader.active {
    right: 100px;
    padding-left: 100px;
}
.guest-pswd-id.clearfix {
    margin: 0;
}

.total-summary .summary-outer {
    height: 40px;
}

.deposit-p.deposit-total-setter {
    position: relative;
    top: -37px;
}

.deposit-p.surcharge-amount-setter {
    position: relative;
    top: -37px;
}
.deposit-p.deposit-amount-setter {
    position: relative;
    top: -37px;
}

body .res-step2-block {
    margin-bottom: 17px;
}
body .bookformHeadingsWrap > h3.hd {
    font-size: 14px;
}
.ContactAreaMain {
    padding: 60px 0 40px;
}
.main-container > form .extra-room-options .extra-rooms-01 .amount {
    margin: 0 !important;
}
.g-total {
    position: relative;
    top: -21px;
}
.coverPhotoWrap > .coverPhotoContent h4 {
    font-size: 15px;
    letter-spacing: .4px;
}

.coverPhotoWrap > .coverPhotoContent h3 {
    margin: 0 0 5px;
}
.coverPhotoWrap > .coverPhotoContent h2 {
    font-size: 34px;
    margin-bottom: 12px;
    margin-top: 7px;
}
.coverPhotoWrap > .coverPhotoContent p {
    line-height: 17px;
    letter-spacing: .4px;
    font-size: 13px;
}
.carslInner .uk-slidenav-previous::before, .carslInner .uk-slidenav-next::before {
    top: -627px;
}
.update-container.templeteSide {
    box-shadow: 0 14px 17px -14px #d2d2d2 !important;
}
.mainCoverArea > .uk-slidenav-position > .uk-slider-container, .mainCoverArea > .uk-slidenav-position ul, .mainCoverArea > .uk-slidenav-position ul li {
    height: auto !important;
}

.mainGridAreaWrap .singleGrid.totalItems_5.singleGrid_1 .uk-slideshow > li {
    height: 100% !important;
}

.mainGridAreaWrap .singleGrid.totalItems_5.singleGrid_1 .uk-slideshow > li {
    height: 100% !important;
}


.input-section .room-media-uploader {
    text-align: center;
    margin: 20px 0 0;
    position: relative;
    padding-bottom: 40px;
}

.input-section .room-media-uploader>p.error {
    position: absolute;
    color: red;
    font-size: 14px;
    font-family: roboto-regular;
    bottom: -5px;
    left: 0;
}

.input-section .room-media-uploader>a {
    display: inline-block;
    height: 45px;
    width: 150px;
    background: #444;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: roboto-light;
    border-radius: 4px;
    letter-spacing: .8px;
    box-shadow: 0 4px 13px -7px #000;
    margin: 0 auto;
}


/* room media section css */


/* room amenities section css */


/* room amenities section css */

.input-section>.amenities-list {
    background: #fbfbfb;
    padding: 20px 33px 0;
    text-align: center !important;
    border-radius: 9px;
    border: 1px #e6e6e6 solid;
}

.input-section>.amenities-list>.list-item {
    display: inline-block;
    width: 32%;
    margin: 12px 0 11px;
    text-align: left;
    color: #a2a2a2;
    font-size: 12px;
    font-family: roboto-regular;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: .3px;
}

.input-section>.amenities-list>.list-item::after {
    content: "\f3a6";
    font-family: ionicons;
    position: absolute;
    font-size: 16px;
    left: -29px;
    margin-top: -2px;
    background: #fff;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #a7a7a7;
}

.input-section>.amenities-list>.list-item.selected::after {
    content: "\f3a7";
    color: #FF6197;
}

.input-section>.amenities-list>.list-item>input {
    display: none;
}

.input-section>.amenities-new-wrapper {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 40px;
}

.input-section>.amenities-new-wrapper>p {
    display: inline-block;
    font-size: 15px;
    font-family: roboto-light;
    vertical-align: middle;
    margin: 0;
    color: #666;
}

#roomRatesFormId1 .input-item label,
#roomRatesFormId2 .input-item label,
#roomRatesFormId3 .input-item label {
    margin: 0;
}

.content-wrapper>.content-handler #roomRatesFormId1 .input-section h2.sec-heading,
.content-wrapper>.content-handler #roomRatesFormId1 .input-section h2.sec-heading,
.content-wrapper>.content-handler #roomRatesFormId1 .input-section h2.sec-heading {
    display: block;
    font-size: 13px;
}

.input-section>.amenities-new-wrapper>input {
    vertical-align: middle;
    height: 45px;
    width: 250px;
    text-indent: 15px;
    background: #fff;
    border: none;
    margin: 0 16px;
    border-radius: 4px;
    font-size: 13px;
    font-family: Roboto-Regular;
    border: 1px #cfcfcf solid;
}

.input-section>.amenities-new-wrapper>a {
    display: inline-block;
    height: 45px;
    width: 106px;
    background: #5E5E5E;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: roboto-light;
    border-radius: 4px;
    letter-spacing: .8px;
    box-shadow: 0 4px 13px -7px #000;
}


.content-wrapper>.content-handler .input-section h2.sec-heading {
    display: block;
    margin: 10px 0 13px;
    vertical-align: middle;
    font-size: 14px;
    color: #979696;
    font-family: roboto-light;
    letter-spacing: 0.2px;
}

.content-wrapper>.content-handler .input-section h2.sec-heading>strong {
    font-family: roboto-regular;
    text-transform: capitalize;
    color: #ff699c;
    font-weight: normal !important;
    font-weight: 1000;
}


a.selectAllAminities i{ margin-right:4px; }
a.selectAllAminities{
    float: right;
    color: #646363;
    font-size: 12px;
    letter-spacing: 1px;
}









}

