/* main css */

body,
html {
    -webkit-font-smoothing: antialiased;
    color: #31345d;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-family: 'Playfair Display', serif;
    background-color: #f6f6f6;
    background: white;
    height: 100%;
}

body {
    overflow: hidden;
}

hr {
    height: 1px;
    margin: 5px 0;
    background-color: #f1f1f1;
}

a:focus {
    outline: none
}

a:hover,
.btn:hover {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-decoration: none;
}


/* hamburger icon */

#nav-icon {
    width: 56px;
    height: 26px;
    position: relative;
    top: 0;
    left: -30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #31345d;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon:hover span:nth-child(1) {
    top: -6px;
}

#nav-icon:hover span:nth-child(3) {
    top: 26px;
}

#nav-icon.open span {
    background: #b88525;
    z-index: 999999;
    opacity: 1;
}

#nav-icon span:nth-child(1) {
    top: -2px;
}

#nav-icon span:nth-child(2) {
    top: 10px;
}

#nav-icon span:nth-child(3) {
    top: 22px;
}

#nav-icon.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: 0px;
}

#nav-icon.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* main buttons */

.btn-menu {
    display: block;
    position: absolute;
    text-align: center;
    right: 94px;
    top: 1px;
    padding-top: 35px;
    width: 56px;
    height: 96px;
    z-index: 99;
    outline: none
}

a.btn-menu {
    outline: none
}

.btn-menuin {
    display: block;
    color: #f1f1f1;
    border-bottom: 1px solid #b88525;
    padding: 30px;
    font-size: 23px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    box-shadow: inset 0 0 0 0 #b88525;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


/**/

.btn-menuin:nth-child(7) {
    border: 0px solid #f1f1f1;
}


/*.btn-menuin.btn-link
 {
  border: 0px solid #f1f1f1;
}*/

.btn-menuin:hover {
    box-shadow: inset 0 -100px 0 0 #b88525;
}

.btn-logo {
    position: absolute;
    left: 35px;
    top: 20px;
    width: 80px;
    height: 70px;
    z-index: 12;
}

.btn-lang {
    position: absolute;
    right: 14px;
    top: 0;
    width: 90px;
    height: 96px;
    text-align: center;
    color: #31345d;
    color: white !important;
    text-decoration: none;
    font-size: 19px;
    /*font-weight:300;
   font-family: 'Raleway', sans-serif;*/
    z-index: 99;
}

.btn-lang:hover {
    /*color:#31345d;*/
    color: white !important;
}

.white {
    color: #FFF
}

a.white {
    color: #FFF;
    text-decoration: none;
    text-transform: none
}

a.white:hover {
    color: #FFF;
    text-decoration: underline;
    text-transform: none
}

a.btn-lang {
    outline: none
}

.btn-langin {
    display: block;
    color: #f1f1f1;
    line-height: 48px;
    border-bottom: 1px solid #fff;
    background: rgba(49, 52, 93, 1);
}

.btn-langin:last-child {
    border-bottom: none;
}

.btn-menuin.btn-link {
    color: #f1f1f1;
    border: 0px solid #f1f1f1;
    background: transparent;
    background: rgba(184, 133, 37, 1);
    padding: 0px 48px;
    margin-top: 18px;
    font-size: 30px;
    line-height: 60px;
    /*  max-width:300px;
   width:100%;
  */
    text-decoration: none;
    height: 66px;
    text-align: center !important;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.btn-menuin:hover {
    color: #31345d;
    background: white;
    background: rgba(184, 133, 37, 1);
}

.caps-lock {
    text-transform: uppercase
}


/* navigation */

.nav-div {
    position: absolute;
    width: 100%;
    height: 96px;
    top: 0;
    left: 0;
    background-color: #fff;
}

#nav-txt {
    font-family: 'Raleway', sans-serif;
    color: #31345d;
    margin-right: 21px
}

.site-menu {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    height: 100%;
    background-color: rgba(49, 52, 93, .95);
    z-index: 11;
    margin: 0;
    padding: 30px;
    text-align: center;
    display: none
}

.site-menuin {
    /*  position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #f1f1f1;
    width: 100%;
  */
}

.site-lang {
    position: fixed;
    top: 70px;
    /*right: -150px;
   width: 150px;*/
    right: 59px;
    width: 45px;
    background: rgba(184, 133, 37, 0.65);
    z-index: 12;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #f1f1f1;
    display: none;
}

.site-lang a.btn-langin:hover {
    background: rgba(184, 133, 37, .65);
    background: rgba(49, 52, 93, .65);
    color: white !important;
}

.map-div {
    height: 550px;
}


/* main page */

.main-screen {
    position: relative;
    top: 96px;
    left: 0;
    height: calc(100% - 96px);
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.screen-full {
    height: 100%;
}

.div-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    top: 23px;
    left: 0px;
    z-index: -1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgba(184, 133, 37, 1);
    background: rgba(49, 52, 93, 1);
    text-decoration: none !important
}

.div-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.div-wrap .div-wrapin {
    text-align: center;
    display: block;
    vertical-align: middle
}


/* slider */

.slider-container {
    position: relative;
    width: 100%;
}

.slider-container1.background-blue {
    background-color: #31345D;
}

.slider-container1.background-white {
    background-color: white;
}

.sliderprop-container {
    position: relative;
    width: 100%;
    height: 750px;
}

.slider-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    background-color: black;
}

.slider-item .overlay {
    background: rgba(49, 52, 93, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.slider-item.viewing {
    opacity: 1;
}

.so-thumb-left {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.so-thumb-right {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

@media screen and (min-width: 200px) {
    .gal-ar-left {
        background: url(../img/arrowSlideLeft.png) top left no-repeat;
        width: 27px;
        height: 52px;
        background-size: 24px 48px;
    }
    .gal-ar-right {
        background: url(../img/arrowSlideRight.png) top left no-repeat;
        width: 27px;
        height: 52px;
        background-size: 24px 48px;
    }
    .gal-ar-leftW {
        background: url(../img/arrowLeft.png) top left no-repeat;
        width: 27px;
        height: 52px;
        background-size: 24px 48px;
    }
    .gal-ar-rightW {
        background: url(../img/arrowRight.png) top left no-repeat;
        width: 27px;
        height: 52px;
        background-size: 24px 48px;
    }
}

@media screen and (min-width: 992px) {
    .gal-ar-left {
        background: url(../img/arrowSlideLeft.png) top left no-repeat;
        width: 27px;
        height: 52px;
    }
    .gal-ar-right {
        background: url(../img/arrowSlideRight.png) top left no-repeat;
        width: 27px;
        height: 52px;
    }
    .gal-ar-leftW {
        background: url(../img/arrowLeft.png) top left no-repeat;
        width: 27px;
        height: 52px;
    }
    .gal-ar-rightW {
        background: url(../img/arrowRight.png) top left no-repeat;
        width: 27px;
        height: 52px;
    }
}


/*.slider-txtdiv {
  position: absolute;
  top: 40%;
  left:50%;
  transform: translate(-50%, -40%);
  color: #f1f1f1;
  z-index: 3;
}
*/

.slider-txtdiv h1 {
    font-size: 45px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: white;
    opacity: 1;
    text-align: center
}

.hmrmsTitleR {
    /*  font-size:30px;
   line-height:40px;
   color:#31345d;
   text-align:center;
   transition-delay: 2s;*/
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: white;
    opacity: 1;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    top: -20px
}

.slider-txtdiv h1.unLine.in-view,
.hmrmsTitleR.unLine.in-view {
    transition-delay: 2s;
}

.slider-txtdiv-Sub.unLine.in-view {
    transition-delay: 2.5s;
}

.slider-txtdiv-Sub {
    font-size: 24px;
    color: white;
    text-align: center;
    position: relative;
    top: 10px;
}

.hr_underline2 {
    width: 0;
    transition: width 1s ease;
    transition-delay: 1s;
    position: absolute;
    z-index: 10;
    margin: 0px auto;
    box-sizing: border-box;
    height: 0;
}

.hr_underline2.unLine {
    opacity: 1;
}

.hr_underline2.unLine.in-view {
    opacity: 1;
    border-color: #fff;
    width: 100%;
    width: 400px;
    margin: 0px auto;
    position: relative;
    text-align: center
}

.slider-thumbs .slider-thumb {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(49, 52, 93, 1);
}

.slider-thumbs .slider-thumb.active {
    background: rgba(49, 52, 93, 1);
    /*margin:0px; padding:0px;
   margin-right: 5px;
   margin-left: 5px;*/
}

.hmrms {
    max-width: 969px;
    max-width: 1100px;
    width: 100%;
    min-height: 352px;
    height: 100%;
    margin: 0px auto;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative
}

.reservationArea {
    max-width: 969px;
    width: 100%;
    min-height: 352px;
    height: 100%;
    margin: 0px auto;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative
}

.reserveDates {
    background: #31345d;
    border: 1px solid #31345d;
    padding-bottom: 90px
}

.reserveDatesInner {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.reservetitle {
    font-size: 48px;
    line-height: 60px;
    color: #FFF;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 40px;
    max-width: 700px;
    margin: 40px auto
}

.resdatHoldOut {
    display: inline-block
}

.resdatHoldTitle {
    color: white;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 18px
}

.resdatHold {
    width: 180px;
    height: 247px;
    border: 1px solid #b88525;
    display: inline-block;
    margin-right: 19px;
    margin-bottom: 19px;
    margin-top: 19px;
    margin-left: 19px;
    position: relative
}

.resdatHoldInDisplay {
    font-size: 48px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resdatHoldInDisplay.small {
    font-size: 30px;
}

.resdatHoldInDisplayIcon {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
    cursor: pointer;
}

.resdatHoldInDisplayIconTp {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -80%);
    cursor: pointer;
}

.discMore {
    position: absolute;
    bottom: 10px;
    z-index: 999;
    text-align: center;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    opacity: 1;
    z-index: 10;
}

.discover {
    font-size: 18px;
    color: white;
    text-align: center
}

.arDown {
    background: url(../img/arDown.png) top left no-repeat;
    width: 20px;
    height: 20px;
    margin: 0px auto;
    position: relative;
    left: 1px;
    z-index: 2;
    cursor: pointer;
    display: block;
}

.arDownW {
    background: url(../img/arDownW.png) top left no-repeat;
    width: 20px;
    height: 20px;
    margin: 0px auto;
    position: relative;
    left: 1px;
    z-index: 2;
    cursor: pointer;
    display: block;
}

.arDown1 {
    background: url(../img/arDown.png) top left no-repeat;
    width: 18px;
    height: 10px;
    margin: 45px auto;
    position: relative;
    left: 1px;
    z-index: 9;
    cursor: pointer;
    display: block;
}

.arDown1.rms {
    top: 20px;
}

.arDown.rms1 {
    top: -20px;
}

.arDown1:hover {
    /*animation-name: arrowAnim;
      animation-duration: 1.4s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;

      -webkit-animation: arrow-jump 1s infinite;
      -moz-animation:    arrow-jump 1s infinite;
      -o-animation:      arrow-jump 1s infinite;
      animation:         arrow-jump 1s infinite; */
}

@-webkit-keyframes arrow-jump {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ο-transform: translateY(10px);
        transform: translateY(10px);
    }
}

#arrow111 {
    -webkit-animation: arrow-jump 1s infinite;
    -moz-animation: arrow-jump 1s infinite;
    -o-animation: arrow-jump 1s infinite;
    animation: arrow-jump 1s infinite;
}

#arrow {
    webkit-animation: bounceY 3s infinite cubic-bezier(.455, .03, .515, .955);
    animation: bounceY 3s infinite cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

#arrowOther {
    webkit-animation: bounceY 3s infinite cubic-bezier(.455, .03, .515, .955);
    animation: bounceY 3s infinite cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.hmrmsTitle {
    font-size: 30px;
    line-height: 40px;
    color: #31345d;
    text-align: center;
    transition-delay: 2s;
}

.hmrmsDesc {
    font-size: 18px;
    line-height: 30px;
    color: #31345d;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 40px auto 80px auto;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.hmrmsDesc.bgcol {
    background: rgba(49, 52, 93, .91);
    padding: 20px;
    color: white;
}

.hmrmsDesc.animation-element.in-view {
    opacity: 1;
    z-index: 10;
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-30px);
}

.ratesTbl {
    font-size: 18px;
    line-height: 30px;
    color: #31345d;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 40px;
    max-width: 1170px;
    margin: 40px auto
}

@media screen and (min-width:224px) {
    .ratesTbl table,
    th {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        color: #31345d;
        font-weight: normal;
        text-align: center
    }
    .ratesTbl table td,
    .ratesTbl table th {
        padding: 0px;
    }
    .ratesTbl table td {
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        width: 25%
    }
    .disp480 {
        display: none
    }
}

@media screen and (min-width:480px) {
    .ratesTbl table,
    th {
        font-family: 'Raleway', sans-serif;
        font-size: 24px;
        color: #31345d;
        font-weight: normal;
        text-align: center
    }
    .ratesTbl table td,
    .ratesTbl table th {
        padding: 15px;
        height: 100px;
    }
    .ratesTbl table td {
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        width: 25%
    }
    .disp480 {
        display: inline-block
    }
}

.ratesTbl table tr:nth-child(7) {
    border-bottom: 0px solid #b88525
}

.ratesTbl table tr {
    border-bottom: 1px solid #b88525;
}

.ratesTbl table {
    border-collapse: collapse;
    width: 100%;
}

.terms:hover {
    background: #f1e7d3
}

.contactInfoTp {
    font-size: 18px;
    line-height: 30px;
    color: white;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 40px;
    max-width: 500px;
    margin: 40px auto;
    padding: 40px 20px;
    background: #31345d;
    position: relative;
    z-index: 9;
}

.contactFormHold {
    font-size: 18px;
    line-height: 30px;
    color: #31345d;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 40px;
    max-width: 700px;
    margin: 40px auto
}

.contactFormHold input[type=text] {
    max-width: 570px;
    width: 100%;
    height: 44px;
    border: 0px;
    margin-top: 17px;
    margin-bottom: 17px;
    padding-left: 4px;
    background: white;
    position: relative;
    z-index: 9
}

.contactFormHold textarea {
    max-width: 570px;
    width: 100%;
    height: 190px;
    border: 0px;
    margin-top: 17px;
    margin-bottom: 17px;
    padding-left: 4px;
    position: relative;
    z-index: 9
}

.contactFormHold label {
    font-weight: 300;
    text-align: center;
}

.consBut {
    color: #31345d;
    border: 1px solid #31345d;
    font-size: 24px;
    line-height: 60px;
    max-width: 345px;
    width: 100%;
    height: 66px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    /*margin:12px;*/
}

.consBut.mid {
    color: #31345d;
    border: 0px solid #31345d;
    font-size: 18px;
    line-height: 30px;
    max-width: 145px;
    width: 100%;
    height: 66px;
    cursor: default;
    text-align: center;
}

.consBut:hover.mid {
    background: none;
    color: #31345d
}

.consBut:hover,
.consBut.active {
    background: #31345d;
    color: white
}

.contMapHold,
.contMapHold2 {
    max-width: 1600px;
    min-height: 400px;
    width: 100%;
    height: 100%;
    background: none;
    margin: 0px auto;
    opacity: 1;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.mapTitle {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 36px;
    color: #31345d;
    line-height: 50px;
    padding: 43px;
}

.MapHold {
    max-width: 1600px;
    width: 100%;
    height: auto;
    margin: 0px auto
}

.destinationsHold {
    max-width: 1500px;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.galleryHold {
    max-width: 1300px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.image-block {
    border: 0px solid white;
    padding: 0px;
    margin: 0px;
    height: 350px;
    text-align: center;
    vertical-align: bottom;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.image-block>p {
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 30px;
    padding-top: 150px;
    background-color: rgba(49, 52, 93, 0.4);
    color: white;
}

.image-block:hover>p {
    background-color: rgba(49, 52, 93, 0.2);
    color: white;
}

.image-block.gal {
    border: 10px solid white;
    /*min-height:600px;
   height:100%;
   height:600px;*/
    background-repeat: no-repeat;
    background-position: center;
    max-height: 600px;
}

.image-block.gal {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.image-block.gal>p {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: white;
    background-color: rgba(49, 52, 93, 0.6);
}

.image-block.gal:hover>p {
    background-color: rgba(49, 52, 93, 0.1);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    background-color: rgba(49, 52, 93, .95);
}

.product-image-fs-wrap {
    position: fixed;
    z-index: 112;
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    width: 100%;
}

.image-left,
.image-right {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: white;
    text-shadow: 0px -2px 3px rgba(50, 50, 50, 1);
    z-index: 2;
}

.image-left {
    left: 10px;
}

.image-right {
    right: 10px;
}

.gallery-off {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 155;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
}

.gallery-off:hover {
    color: rgba(184, 133, 37, 1);
}

@media screen and (min-width:1500px) {
    .image-block.gal {
        border: 10px solid white;
        height: 500px;
    }
    .image-block.gal>p {
        padding-top: 250px;
        font-family: 'Raleway', sans-serif;
        font-size: 40px;
        line-height: 40px;
        font-weight: 500;
        color: white;
        background-color: rgba(49, 52, 93, 0.6);
    }
}

#map {
    height: 500px;
    width: 100%;
    z-index: 0
}

.mapButDirect {
    width: 100%;
    margin: 20px auto;
    text-align: center
}

#adp-placemark img,
.adp-placemark img {
    display: none;
}

.adp-placemark td.adp-marker {
    background: url(../img/gmap.png) top left no-repeat;
    width: 50px;
    height: 72px;
}

#directions-panel table {
    width: 100%;
}

#directions-panel table tr {
    color: #31345d;
    font-size: 12pt;
}

#directions-panel table tr:hover {
    background: #31345d;
    color: #dbcfbb;
}

.sendFormBut {
    display: block;
    width: 177px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #31345d;
    margin: 0px auto;
    cursor: pointer;
    margin-top: 30px;
    background: rgba(184, 133, 37, .65);
}

.sendFormBut:hover {
    background: rgba(184, 133, 37, 1);
    color: white;
}

.resFormBut {
    max-width: 570px;
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    margin-top: 30px;
    background: rgba(184, 133, 37, .65);
    z-index: 2;
    position: relative
}

.resFormBut:hover {
    background: rgba(184, 133, 37, 1);
    color: white;
}

.rmTitleAmen {
    font-size: 36px;
    line-height: 60px;
    color: #31345d;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 0px;
    max-width: 700px;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hmrmsImage {
    width: 100%;
    margin: 30px auto;
    opacity: 0;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 9
}

.hmrmsImage.animation-element.in-view {
    opacity: 1;
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.accomBut {
    color: rgba(184, 133, 37, 1);
    font-size: 24px;
    line-height: 66px;
    max-width: 345px;
    width: 100%;
    height: 66px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin: 12px;
    border: 1px solid rgba(184, 133, 37, 1);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 10
}

.accomBut.animation-element.in-view:hover {
    background: rgba(184, 133, 37, 1);
    color: white
}

.accomBut.animation-element.in-view {
    opacity: 1;
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.hmrmsButHolder {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.hmservs {
    max-width: 1170px;
    width: 100%;
    min-height: 352px;
    height: 100%;
    margin: 0px auto;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative
}

.hmservsTitle {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    /*padding-top:50px;
   margin-bottom:100px;*/
    color: #31345d;
    font-size: 36px;
    margin-top: 51px;
    margin-bottom: 101px;
    line-height: 48px;
    text-transform: uppercase
}

.hmservsHold {
    max-width: 1170px;
    min-height: 576px;
    min-height: 670px;
    width: auto;
    height: auto;
    background: #ede7dd;
    margin: 0px auto;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -moz-transform: translateY(-156px);
    -webkit-transform: translateY(-156px);
    -o-transform: translateY(-156px);
    -ms-transform: translateY(-156px);
    transform: translateY(-156px);
    margin-bottom: 50px;
    position: relative;
    opacity: 1;
}

.hmrestHold {
    max-width: 1170px;
    min-height: 576px;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    margin: 0px auto;
    opacity: 1;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.certificates {
    max-width: 1170px;
    min-height: 300px;
    width: 100%;
    height: 100%;
    background: rgba(243, 243, 243, .3);
    margin: 0px auto;
    padding-bottom: 40px;
}

.certificates:hover {
    background: rgba(243, 243, 243, .9);
}

.certificates:hover img {
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 1.5s ease;
    -moz-transition: -moz-transform 1.5s ease;
    transition: transform 1.5s ease;
}

#verticalLine {
    width: 300px;
    margin: 0px auto;
    position: relative;
    bottom: 106px;
    height: 0.4pt;
    background-color: #cdced6;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.verLinE {
    background: url(../img/verLine.png) center center no-repeat;
    width: 1px;
    height: 314px;
    position: absolute;
    left: 50%;
    bottom: -15%;
}

.hmrestTitle {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 36px;
    color: #31345d;
    line-height: 50px;
    /*	padding:43px 0px;
  */
    padding-bottom: 43px;
}

.hmrestTxtHold {
    max-width: 644px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 35px 0px;
    position: relative
}

.hmrestTxt {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 18px;
    color: #31345d;
}

.hmrestImg {
    max-width: 969px;
    width: 100%;
    height: auto;
    margin: 0px auto
}

.hmrestImg img {
    width: 100%;
    height: auto;
}

.hmservsHold.animation-element.in-view,
.hmrestHold.animation-element.in-view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hmrestHoldImg {
    width: 100%;
    height: 421px;
    margin: 0px auto;
    text-align: center;
    opacity: 1;
    background: blue;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -moz-transform: translateY(156px);
    -webkit-transform: translateY(156px);
    -o-transform: translateY(156px);
    -ms-transform: translateY(156px);
    transform: translateY(156px);
}

.hmservsHoldImg {
    width: 100%;
    max-width: 971px;
    max-height: 421px;
    height: 100%;
    margin: 0px auto;
    text-align: center;
    opacity: 0;
    position: absolute;
}

.hmservsHoldImgTxtDisp.spa {
    background: rgba(239, 135, 46, 0.5);
}

.hmservsHoldImgTxtDisp.birthday {
    background: rgba(70, 106, 164, 0.5);
}

.hmservsHoldImgTxtDisp.vip {
    background: rgba(0, 0, 0, 0.5);
}

.hmservsHoldImgTxtDisp.shop {
    background: rgba(106, 163, 172, 0.5);
}

.hmservsHoldImgTxtDisp {
    width: 0;
    max-width: 485px;
    position: relative;
    /*  top:-418px;
  */
    top: -538px;
    float: left;
    /*  height:420px;
  */
    height: 540px;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    -moz-transform: translateX(485px);
    -webkit-transform: translateX(485px);
    -o-transform: translateX(485px);
    -ms-transform: translateX(485px);
    transform: translateX(485px);
}

.hmservsHoldImgTxtDisp.animation-element.in-view {
    width: 50%;
    opacity: 1;
}

.hmservsHoldImgTxtDisp p {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 20px;
    line-height: normal;
    opacity: 0;
    text-align: center;
    transition: 1s ease-in-out;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.hmservsHoldImgTxtDisp.animation-element.in-view p {
    opacity: 1;
    transition-delay: 1.5s;
}

.imgServHold {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1.2s ease-in-out;
    -moz-transform: translateY(156px);
    -webkit-transform: translateY(156px);
    -o-transform: translateY(156px);
    -ms-transform: translateY(156px);
    transform: translateY(156px);
    opacity: 0;
}

.imgServHold.animation-element.in-view {
    -moz-transform: translateY(-82px);
    -webkit-transform: translateY(-82px);
    -o-transform: translateY(-82px);
    -ms-transform: translateY(-82px);
    transform: translateY(-82px);
    height: 100%;
    width: 100%;
    position: relative;
    opacity: 1
}

.hmservsHoldImg img {
    width: 100%;
    max-width: 968px;
    position: relative;
    top: 2px;
    left: 1px;
    height: auto;
}

.hmservsHoldImg.in-view {
    opacity: 1;
}

.hmservsHoldImg-Left {
    max-width: 724px;
    width: 100%;
    height: 421px;
    float: left;
}

.hmservsHoldImg-Right {
    max-width: 242px;
    width: 100%;
    height: 421px;
    float: left;
}

.hmservsHoldImg-Left img {
    max-width: 735px;
    position: relative;
}

.hmservsHoldImg-Right img {
    position: relative;
    right: 36px;
}

.bknow {
    width: 267px;
    height: 66px;
    background: rgba(184, 133, 37, .65);
    font-size: 30px;
    line-height: 60px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    top: -34px;
    color: white;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    cursor: pointer;
}

.bknow:hover {
    background: rgba(184, 133, 37, 1);
}

.bknBut {
    color: white
}

.bknBut:hover {
    color: white
}

.btn-sort,
.btn-sort:focus {
    display: inline-block;
    background: rgba(184, 133, 37, .65);
    font-size: 20px;
    text-align: center;
    color: white;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    margin: 3px;
    padding: 10px;
    text-decoration: none;
}

.btn-sort:hover,
.btn-sort.current {
    background: rgba(184, 133, 37, 1);
    color: #31345d;
    text-decoration: none;
}

.grillBut {
    max-width: 350px;
    width: 100%;
    height: 66px;
    background: rgba(184, 133, 37, 1);
    font-size: 30px;
    line-height: 60px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    color: white;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    cursor: pointer;
}

.grillBut:hover {
    background: rgba(184, 133, 37, 0.65);
}

.grillBut.animation-element.in-view {
    opacity: 1;
}

.hr_underline {
    width: 0;
    transition: width 1s ease;
    transition-delay: 1s;
    position: absolute;
    z-index: 9999;
    margin-top: 1px;
    transition-delay: 1s;
}

.hr_underline.animation-element.in-view {
    opacity: 1;
    border-color: #fff;
    width: 100%;
    max-width: 650px;
    /*position:relative;
   top:2px;*/
}

hr {
    width: 160px;
    border: none;
    border-top: 1px solid #b07c83;
    margin: 0px auto;
    box-sizing: border-box;
    height: 0;
}

.bknowSlider {
    width: 267px;
    height: 66px;
    background: rgba(184, 133, 37, .25);
    font-size: 30px;
    line-height: 60px;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -40%);
    color: white;
    cursor: pointer;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    z-index: 10
}

.bknowSlider:hover {
    background: rgba(184, 133, 37, .95);
}


/* restarant gallery */

.category-container {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    min-height: 100%;
}

.category-wrap {
    position: relative;
    width: 100%;
    padding: 25px 0;
    margin: 0;
    height: 500px;
    top: 0;
    left: 0;
}

.category-btns {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 140px;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
}

.category-left {
    display: inline-block;
    width: 70px;
    height: 90px;
    background-color: rgba(37, 51, 64, .1);
    background-image: url(../img/arrowSlideLeft.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.category-right {
    display: inline-block;
    width: 70px;
    height: 90px;
    background-color: rgba(37, 51, 64, .1);
    background-image: url(../img/arrowSlideRight.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.category-left:hover,
.category-right:hover {
    opacity: 0.9;
}

.category-item {
    width: 25%;
    height: 450px;
    margin: 0;
    padding: 0;
    position: absolute;
}

.category-item.active {
    width: 50%;
    height: 450px;
    margin: 0;
    padding: 0;
    position: absolute;
}

.category-itemin {
    /*
   width: 70%;
   height: 70%;
  */
    top: 50%;
    left: 50%;
    padding: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.category-itemin.centered {
    /*  width: 100%;
   height: 100%;
  */
    opacity: 1;
}

.category-itemin .category-title {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #1a202c;
    font-size: 16px;
    opacity: 1;
}

.category-itemin.centered .category-title {
    opacity: 0;
}

.category-itemin .category-info {
    position: absolute;
    width: 50%;
    height: 60%;
    left: -10%;
    top: 20%;
    background-color: rgba(255, 255, 255, .9);
    padding: 0 10px;
    opacity: 0;
}

.category-itemin.centered .category-info {
    opacity: 1;
}

.socialHold {
    width: 200px;
    height: 70px;
    line-height: 70px;
    margin: 0px auto;
    margin-top: -3px;
}

.socialHold div {
    width: 48%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    text-align: center
}

.socialHold div:nth-child(2) {
    border-left: 1px solid #31345d;
}

.footer {
    background: #31345d;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto;
    margin-top: 26px;
    min-height: 100px
}

.developer a {
    color: #31345d;
    text-decoration: none;
}

.developer a:hover {
    text-decoration: underline;
}

.footerInner {
    padding: 20px 20px 0px 20px;
    width: 100%;
    height: 100%;
    position: relative
}

.footer div {
    display: inline-block;
}

.footLogo {
    position: relative;
    top: 12px;
    margin-bottom: 0px;
    margin-right: 30px;
}

.footAddress {
    color: white;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    top: 8px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.foootmenu ul li {
    color: white;
    font-size: 12px;
    line-height: 24px;
    list-style: none
}

.foootmenu ul {
    display: inline-block;
    /*padding-left:22px*/
}

.foootmenu ul li:before {
    content: "";
    background: white;
    display: block;
    height: 6px;
    width: 6px;
    left: -1em;
    top: 16px;
    position: relative;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.foootmenu ul li a {
    color: white;
    text-transform: uppercase
}

.hmservsHoldImgButHold {
    max-width: 970px;
    width: 100%;
    height: 210px;
    margin: 0px auto;
    text-align: center;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    margin: 0px auto;
    margin-left: 3px;
    margin-top: -4px;
}

.srvnums {
    width: 25%;
    display: inline-block;
    height: 100%;
    /*  max-height:170px;*/
    border-right: 1px solid rgba(49, 52, 93, .2);
    text-align: center;
    margin: 0px auto;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin-left: -4px;
}

.hmservsHoldImgBut {
    display: inline-block;
    opacity: 1;
}

.hmservsHoldImgBut.num1 {
    opacity: 1;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 1.5s ease-in-out;
    -moz-transform: translateY(-190px);
    -webkit-transform: translateY(-190px);
    -o-transform: translateY(-190px);
    -ms-transform: translateY(-190px);
    transform: translateY(-190px);
}

.hmservsHoldImgBut.num1.animation-element.in-view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hmservsHoldImgBut.num2 {
    -webkit-transition: 2.5s ease-in-out;
    -moz-transition: 2.5s ease-in-out;
    -o-transition: 2.5s ease-in-out;
    transition: 2.5s ease-in-out;
    -moz-transform: translateY(-190px);
    -webkit-transform: translateY(-190px);
    -o-transform: translateY(-190px);
    -ms-transform: translateY(-190px);
    transform: translateY(-190px);
}

.hmservsHoldImgBut.num2.animation-element.in-view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hmservsHoldImgBut.num3 {
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    transition: 3s ease-in-out;
    -moz-transform: translateY(-190px);
    -webkit-transform: translateY(-190px);
    -o-transform: translateY(-190px);
    -ms-transform: translateY(-190px);
    transform: translateY(-190px);
}

.hmservsHoldImgBut.num3.animation-element.in-view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hmservsHoldImgBut.num4 {
    -webkit-transition: 3.5s ease-in-out;
    -moz-transition: 3.5s ease-in-out;
    -o-transition: 3.5s ease-in-out;
    transition: 3.5s ease-in-out;
    -moz-transform: translateY(-190px);
    -webkit-transform: translateY(-190px);
    -o-transform: translateY(-190px);
    -ms-transform: translateY(-190px);
    transform: translateY(-190px);
}

.hmservsHoldImgBut.num4.animation-element.in-view {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.borderRightGrey {
    background: url(../img/borderRightGrey.png) top left no-repeat;
    width: 1px;
    height: 162px;
    left: 100%;
    top: 0px;
}

.NumServ {
    width: 50px;
    height: 50px;
    margin: 30px auto;
    display: block;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #31345d;
}

.hmservsHoldImgBut:hover,
.srvnums:hover,
.srvnums.active {
    background: #31345d;
    color: white;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: .1s ease-in-out;
}

.hmservsHoldImgBut:hover .NumServ,
.srvnums:hover .NumServ {
    color: white;
    border: 1px solid white
}

.hmservsHoldImgBut:hover .NumServTxt,
.srvnums:hover .NumServTxt {
    color: white;
}

.srvnums.active .NumServ {
    color: white;
    border: 1px solid white
}

.srvnums.active .NumServTxt {
    color: white;
}

.srvnums:nth-child(4) {
    border-right: 0px solid #d6d6df;
}


/* footer */

.footer-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1e2633;
    padding: 20px 0;
    color: #ccc;
}


/* fixes bootstrap */

.label.label-warning {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #b2c4d2;
    color: #31345d;
    margin: 3px !important;
    font-weight: normal;
}

.well {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    color: #31345d;
    border: none;
}

.well.well-dark {
    background-color: #8b9baa;
}

.well.well-light {
    background-color: #9bd0fa;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/* bootstrap buttons */


/* text */

.bg-primary {
    background-color: #31345d;
}

.bg-secondary {
    background-color: #dbcfbb;
}

.bg-secondary-light {
    background-color: #f7f7f4;
}

.bg-white {
    background-color: #FFF;
}

.bg-lightwhey {
    background-color: #f7f7f7;
}

.bgEcrou {
    background: rgba(219, 207, 187, 0.25);
}

.bgGold20 {
    background: rgba(184, 133, 37, 0.20);
}

.clGold {
    color: #b88525;
}

.text-bold {
    font-weight: bold;
}

.text-primary {
    color: #31345d;
}

.text-blue {
    color: #0093d9;
}

.text-green {
    color: #dbcfbb;
}

.text-italic {
    font-style: italic;
}

.text-upper {
    text-transform: uppercase;
}

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

.fs16 {
    font-size: 16px;
    line-height: 26px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs30 {
    font-size: 30px;
}

.lh40 {
    line-height: 40px;
}


/* distances */

.mgpd0 {
    margin: 0;
    padding: 0;
}

.mgv20 {
    margin: 20px 0;
}

.mgv40 {
    margin: 40px 0;
}

.mgt5 {
    margin-top: 5px;
}

.mgt0 {
    margin-top: 0px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgt40 {
    margin-top: 40px;
}

.mgl20 {
    margin-left: 20px;
}

.pda10 {
    padding: 10px;
}

.pda20 {
    padding: 20px;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdl10 {
    padding-left: 10px;
}

.pdlr0 {
    padding-right: 0;
    padding-left: 0;
}

.pdlr60 {
    padding-right: 60px;
    padding-left: 60px;
}


/* animations */

.fade-in {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    animation-duration: .7s;
}

@keyframes fadeIn {
    0% {
        opacity: .5;
    }
    50% {
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bounceY {
    50% {
        transform: translateY(12px);
    }
}

.animation-element {
    opacity: 0;
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-up,
.unLine.slide-up {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, 100px, 0px);
    -webkit-transform: translate3d(0px, 100px, 0px);
    -o-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-bot,
.unLine.slide-bot {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, -100px, 0px);
    -webkit-transform: translate3d(0px, -100px, 0px);
    -o-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate3d(0px, -100px, 0px);
}

.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-up.in-view,
.animation-element.slide-bot.in-view,
.unLine.slide-up.in-view,
.unLine.slide-bot.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


/*accomodation*/

.room {
    width: 100%;
    height: auto;
    max-height: 620px;
    position: relative;
    z-index: 1;
    transition: background-color 1s;
    background-color: rgba(49, 52, 93, 0.5);
}

.room:hover {
    background-color: rgba(49, 52, 93, 0.1);
}

.room:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}

.center-y {
    top: 50%;
    transform: translateY(-50%);
}

.boo {
    position: relative;
    width: 20em;
    min-height: 10em;
    transition: background-color 1s;
    background-color: rgba(0, 0, 0, .5);
}

.boo:hover {
    background-color: rgba(0, 0, 0, .1);
}

.boo:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}


/* media */

@media screen and (max-width: 1420px) and (min-width:1111px) {
    .propfilter-container {
        padding: 0 360px 0 20px !important;
    }
}

.espa-banners-wrapper {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0px;
    left: 0px;
    max-width: 320px;
    width: 100%;
    overflow: hidden;
    transition: opacity 0.6s;
    z-index: 10;
}

.espa-banners-wrapper.banner-hidden {
    opacity: 0;
    max-width: 0px;
    transition: opacity 0.6s, max-width 0s 0.6s;
}

.espa-banner {
    width: 100%;
    max-width: 320px;
    display: flex;
}

.espa-banner img {
    width: 100%;
}