@font-face {
    font-family: 'optima';
    src: url('../font/optima-webfont.woff2') format('woff2'),
    url('../font/optima-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Light.woff2') format('woff2'),
    url('../font/Oswald-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'workSans';
    src: url('../font/workSans-regular.woff2') format('woff2'),
    url('../font/workSans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'workSans', 'sans-serif';
    font-size: 15px;
    line-height: 1.5;
    color: #585655;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    transition: all 0.6s;
}

h1, h2, h3, h4 {
    color: #fff;
    font-family:inherit;
    font-weight: lighter;
    text-transform: none;
    margin: 0;
}

h1 {
    font-size: 24px;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}
/**************************/
/* MOOSE GROUP */
/**************************/
.main-body {
    position: relative;
    width: 100%;
    display: flow-root;
    overflow: hidden;
    padding: 0;
    height: 100vh;
    /*height: calc(100vh - 10px);*/
}
.our_hotel {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    /*height: calc(100vh - 70px);*/
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our_hotel:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    /*background: linear-gradient(rgba(0, 0, 0,0.4), rgba(0, 0, 0, 0));*/
    z-index: 1;
    transition: all 1s;
}
.our_hotel > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .6s;
    transform: scale(1.05);
}
/*.our_hotel:hover > img {*/
/*    transform: scale(1.03);*/
/*}*/
.about_hotel {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    margin-bottom: auto;
}
.about_hotel img {
    height: 60px;
    /*filter: brightness(0) invert(1);*/
}
.row_collum .col-sm-6{
    padding: 0 15px;
}
.row_collum{
    margin-left: -5px;
    margin-right: -5px;
}
.reservation-box{
    width: 1024px!important;
    bottom: 30px!important;
}
.reservation{
    width: 100%!important;
    background: #f0ece3!important;
    border-radius: 0!important;
}
.reservation_mobile{
    left: 0;
}
.btnbook_reser{
    border-radius: 0!important;
}
::placeholder{
    color: #b2b2b2!important;
}
.btnbook_reser, .reservation_mobile .col-xs-6 {
    background: #2c2c2c!important;
}
.reservation_mobile a:nth-child(1) .col-xs-6{
    border-right: 1px solid #ffffff42;
}
.row_box{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.row_box .row_collum:nth-last-child(1) .our_hotel img{*/
/*    object-position: right;*/
/*}*/
.box_images a.link_hotel{
    width: 50%;
    float: left;
    padding: 0;
    transition: all 1s;
}
.box_images a.link_hotel:hover .our_hotel:before{
    background: transparent;
}
.reservation-box .container{
    width: 100%;
    padding: 0;
}
.button_onphoto{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}
.btn_booknow{
    background: #000;
    padding: 10px 30px;
    color: #ffffff;
    border: none;
}
.our_hotel:hover img{
    transform: scale(1);
}
.about_hotel img{
    transform: none!important;
}
.reservation:before{
    content: '';
    width: 250px;
    height: 120px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background: #f0ece3;
    top: -50px;
    z-index: -1;
}
.reservation:after{
    content: 'Online Reservation';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: -25px;
    font-size: 16px;
    text-transform: uppercase;
}
.box_images a:nth-child(2) .our_hotel{
    float: right;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    width: 103%;
}
.box_images a:nth-child(1) .our_hotel{
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
    width: 112%;
}
.promocode{
    padding-left: 0!important;
    text-align: center;
}
.popup_content .col-xs-6{
    padding: 10px!important;
}