body {
    font-size: 12px;
    background: #f5f5f5;
    color: #fff;
    font-family: open sans,sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-text-size-adjust: 100%!important
}

html {
    height: 100%
}

p {
    line-height: 22px
}

a {
    outline: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

a[href^=tel] {
    color: rgb(200 180 129);
    display: inline-block;
    margin-top: 10px
}

button#widgetSubmit {
    margin-top: 19px!important;
    padding: 10px!important;
    font-weight: 700!important;
    text-transform: uppercase!important
}

.elektraweb-widget {
    font-family: inherit!important;
    box-shadow: 1px 3px 20px 0 #c6bcbc61!important;
    width: 80%!important;
    position: relative!important;
    top: -90px!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
    background-color: #00476b!important;
    z-index: 9998!important;
    padding: 20px 40px!important;
    font-family: open sans!important;
    border-radius: 10px
}

.elektraweb-formGroup label {
    color: #fff!important;
    margin-bottom: 5px!important;
    font-family: open sans,sans-serif!important
}

.elektraweb-formGroup input,.elektraweb-formGroup select {
    height: 40px!important;
    padding: 10px!important;
    font-weight: 700!important;
    width: 150px!important;
    border-radius: 0!important;
    border: none!important;
    box-shadow: none!important;
    font-size: 14px!important;
    text-align: center!important;
    font-family: open sans,sans-serif!important
}

.elektraweb-formGroup .pluscss {
    background: #c8b481!important
}

button#widgetSubmit {
    background: #c8b481!important
}

.childAgeGroup label {
    color: #000!important
}

.whatsapp {
    line-height: 50px;
    display: none
}

.HeaderTopLeft ul li.whatsapp i {
    font-size: 23px!important;
    line-height: 50px!important
}

.HeaderTop0 {
    display: none
}

.clear {
    clear: both
}

.image-wrapper {
    perspective: 1200px
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 2px;
    background-color: #fff;
    padding: 50px 100px
}

.grid-item {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden
}

.grid-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

@media(max-width: 768px) {
    .SocialArea {
        padding:50px 20px!important
    }

    .HeaderTopRight ul {
        width: 100%!important
    }

    .Logo2 {
        width: 30%!important
    }

    .HeaderTopLeft ul {
        width: 69%!important
    }

    .HeaderTop .SetWidth {
        padding: 0 20px!important
    }

    .GaleriPics ul li {
        width: 35%!important
    }

    .Rooms {
        padding: 20px!important
    }

    .Rooms ul li {
        height: calc(65vw - 10px)
    }

    .gallery-grid {
        grid-template-columns: repeat(3,1fr);
        padding: 10px
    }
}

.lightbox {
    display: block
}

.lightbox img {
    max-width: 100%;
    max-height: 100%
}

.perspective-book {
    width: 100%;
    height: auto;
    transform: rotateY(30deg) rotateX(0deg);
    box-shadow: -3px 0 5px rgba(0,0,0,.5);
    transition: transform .3s ease-in-out
}

.perspective-book:hover {
    transform: rotateY(0deg) rotateX(0deg);
    box-shadow: 0 5px 15px rgba(0,0,0,.3)
}

.content-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    margin: 0 auto;
    padding: 0 80px
}

.content-left,.content-right {
    flex: 1;
    padding: 20px
}

.content-left img,.content-right img {
    max-width: 100%;
    height: auto
}

h2 {
    font-size: 2.5rem;
    color: #1a2e44;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px
}

p {
    font-size: 1.125rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 30px
}

.btn-primary {
    display: inline-block;
    padding: 12px 28px;
    color: #1a2e44;
    background-color: transparent;
    border: 2px solid #1a2e44;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color .3s ease,color .3s ease
}

.btn-primary:hover {
    background-color: #1a2e44;
    color: #fff
}

.reverse {
    flex-direction: row-reverse
}

@media(max-width: 768px) {
    .content-section {
        flex-direction:column;
        text-align: center;
        padding: 20px
    }

    .content-left,.content-right {
        padding: 0
    }

    .content-left img,.content-right img {
        max-width: 80%;
        margin: 0 auto 20px
    }

    .reverse {
        flex-direction: column;
        padding: 20px
    }
}

.HeaderLocation {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0 5px;
    max-width: 100%;
    background-color: #00476b;
    font-family: Arial,sans-serif;
    font-size: 14px
}

.location-item {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 11px
}

.location-item i {
    margin: 0 4px;
    color: #c8b481;
    font-size: 16px
}

@media(max-width: 768px) {
    .HeaderLocation {
        flex-wrap:wrap;
        justify-content: center
    }

    .location-item {
        margin-bottom: 10px;
        width: 19%;
        padding: 0 5px
    }
}

.wow {
    visibility: hidden
}

input::placeholder {
    color: #777;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #777
}

input::-ms-input-placeholder {
    color: #777
}

.ContentBox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block
}

.fLeft {
    float: left
}

.fRight {
    float: right
}

.SetWidth {
    width: 100%;
    margin: 0 auto
}

.SetMargin {
    margin: 0 auto 50px;
    padding: 0 20px;
    display: table
}

.FullContentBox {
    width: 100%;
    min-height: 200px;
    position: relative
}

.SetFixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1!important
}

.SetPageContent {
    display: inline-block;
    vertical-align: middle;
    text-align: justify!important;
    width: 50%;
    padding: 0 50px;
    float: left
}

.SetPageContent>p {
    font-size: 14px;
    line-height: 25px;
    color: #43403e
}

.SetPic {
    float: right;
    max-width: 600px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: -30px
}

.FullPageContent {
    margin: 20px auto;
    width: 100%;
    max-width: 980px
}

.FullPageContent>p {
    font-size: 14px;
    line-height: 25px;
    color: #43403e;
    text-align: left
}

.FullPageContent h1 {
    text-align: left;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 500;
    margin-bottom: 5px
}

.FullPageContent2 {
    margin: 20px auto;
    width: 100%;
    max-width: 992px
}

.FullPageContent2>p {
    font-size: 14px;
    line-height: 25px;
    color: #43403e;
    text-align: left
}

.FullPageContent2 h1 {
    text-align: left;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 500;
    margin-bottom: 5px
}

.ContentHeader {
    width: 100%;
    overflow: hidden;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center bottom!important;
    position: unset!important
}

.ContentHeader:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 288px;
    background-size: cover;
    top: 0;
    z-index: 0
}

.ContentHeader .Header {
    z-index: 200;
    position: relative
}

.HeaderArea {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3200
}

.HeaderTop {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,225,.1);
    min-height: 50px;
    padding: 5px 0;
    background: #fff;
    position: relative;
    z-index: 200
}

.HeaderTop .SetWidth {
    border: 1px solid rgba(255,255,225,.1);
    border-bottom: none;
    border-top: none;
    display: table;
    padding: 0 50px
}

.HeaderTopLeft {
    display: inline-block;
    width: 50%
}

.HeaderTopLeft ul {
    display: inline-block;
    vertical-align: middle
}

.HeaderTopLeft ul li {
    color: #fff;
    display: inline-block;
    border-right: 1px solid rgba(255,255,225,.1);
    line-height: 50px;
    position: relative
}

.HeaderTopLeft ul li:first-child {
    padding: 0 10px
}

.HeaderTopLeft ul li a {
    color: #00476b;
    transition: all .3s ease-in-out;
    display: block;
    padding: 0 10px
}

.HeaderTopLeft ul li i {
    color: #c8b481;
    margin-right: 5px;
    font-size: 20px;
    width: 25px
}

.HeaderTopLeft ul li a:hover {
    color: #c8b481;
    transition: all .3s ease-in-out
}

.HeaderTopLeft ul li:last-child {
    margin-right: 0;
    border-right: none
}

#Call {
    background: rgba(255,255,225,.1);
    transition: all .3s ease-in-out;
    display: block
}

#Call {
    color: #fff;
    background-color: #00476b;
    padding: 0 30px
}

#Call:hover {
    background: rgb(200 180 129);
    transition: all .3s ease-in-out
}

#Call i {
    color: #fff
}

.Calling {
    position: absolute;
    top: -300px;
    left: 100%;
    width: 200px;
    transition: all .2s ease-in-out;
    display: none
}

.Calling input {
    height: 50px;
    float: left;
    padding: 0 10px;
    border: none;
    width: 150px;
    background: rgba(255,255,225,.2);
    font-size: 13px;
    font-weight: 100;
    color: #fff
}

.Calling .btnTel {
    float: right;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    background: #3bb87f
}

.Calling .btnTel i {
    color: #fff;
    font-size: 20px
}

.Calling input::placeholder {
    color: #fff;
    opacity: 1
}

.Calling input:-ms-input-placeholder {
    color: #fff
}

.Calling input::-ms-input-placeholder {
    color: #fff
}

.HeaderTopRight {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    text-align: right
}

.HeaderTopRight ul {
    display: inline-block;
    width: 70%
}

.HeaderTopRight ul li {
    float: left;
    border-left: 1px solid rgb(201 201 201);
    width: calc(100%/6)
}

.HeaderTopRight ul li a {
    display: block;
    color: #00476b;
    padding: 0 5px;
    transition: all .3s ease-in-out;
    line-height: 50px;
    min-width: 35px;
    text-align: center
}

.HeaderTopRight ul li a i {
    line-height: 50px;
    font-size: 14px
}

.HeaderTopRight ul li a:hover {
    color: #fff;
    transition: all .3s ease-in-out;
    background: #00476b
}

.Logo2 {
    display: inline-block;
    width: 22%;
    vertical-align: middle
}

.Logo2 img {
    display: inline-block;
    max-width: 100%
}

.Header {
    width: 100%;
    background-color: #00476b
}

.Logo {
    min-height: 1px;
    margin: 0 auto;
    text-align: center;
    display: none
}

.Logo a img {
    width: 18vw
}

.Logo i {
    font-size: 22px;
    color: #f4eade;
    padding: 5px 7px;
    display: none;
    margin-top: 10px
}

.MenuClose {
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none!important
}

.MainSloganArea {
    display: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -1
}

.MainSlogan {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 120px
}

.MainSlogan span {
    font-size: 1.7vw;
    color: #ffe1bc;
    font-weight: 100;
    letter-spacing: 15px;
    display: block;
    padding-left: 4px
}

.MainSlogan h2 {
    font-size: 3.5vw;
    color: #fff;
    font-weight: 900;
    letter-spacing: 15px
}

.MainSlogan h3 {
    font-size: 2.5vw;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px
}

.MainSlogan p {
    font-size: 1.2vw;
    color: #fff;
    font-weight: 100;
    letter-spacing: 10px;
    margin-top: 10px
}

.MainMenu {
    width: 100%;
    min-height: 1px;
    text-align: center
}

.MainMenu ul {
    display: block;
    padding: 15px 0 0
}

.MainMenu ul li {
    display: inline-block
}

.MainMenu ul li a {
    display: block;
    color: #fff;
    padding: 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    font-size: 13px;
    transition: all .3s ease-in-out
}

.MainMenu ul li a:after {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out
}

.MainMenu ul li a:hover:after {
    background: #c8b481;
    width: 80px;
    transition: all .3s ease-in-out
}

.MainMenu ul li a:hover {
    color: #c8b481;
    transition: all .3s ease-in-out;
    text-shadow: 0 0 5px #00476b
}

.SliderArea {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}

.SliderArea:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 288px;
    background: url(../images/TopBg.png) repeat-x top;
    background-size: cover;
    top: 0;
    z-index: 100
}

.tp-banner-container {
    z-index: 0!important
}

.Slider {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    height: 100%;
    opacity: 0
}

.Slider * {
    overflow: unset!important
}

.SetTitle {
    color: #00476b;
    font-weight: 100;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.SetTitle span {
    display: block;
    text-align: center;
    color: #c8b481;
    letter-spacing: 2px;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 30px
}

.SetColor {
    color: #1c242b!important
}

.SetTitle a {
    font-size: 12px;
    background: #00476b;
    padding: 10px 6px;
    cursor: pointer;
    color: #fff;
    display: block;
    max-width: 150px;
    margin: 20px auto
}

.SetTitle a:hover {
    background: #1c242b
}

.ScrollDown {
    width: 34px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    top: -140px;
    -webkit-animation: jump 1.5s ease 0s infinite normal;
    animation: jump 1.5s ease 0s infinite normal;
    cursor: pointer;
    background: url(../images/ScrollDown.png)no-repeat center
}

.ScrollDown a {
    width: 34px;
    height: 48px;
    display: block
}

.MainContentBox {
    width: 100%;
    min-height: 200px;
    position: relative
}

.ResPanel {
    width: 100%;
    max-width: 980px;
    min-height: 140px;
    z-index: 3201;
    padding: 20px;
    background-color: #00476b;
    margin: -120px auto 30px;
    position: relative;
    box-shadow: 0 0 35px rgba(39,40,44,.4)
}

.ResPanelHead {
    width: 185px;
    height: 84px;
    margin: -79px auto 20px;
    background-color: #00476b;
    text-align: center;
    padding-top: 25px;
    font-size: 14px;
    text-transform: uppercase
}

.ResPanelContent span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff
}

.ResPanelContent ul {
    text-align: left
}

.ResPanelContent ul li {
    width: 100%;
    float: left;
    margin-right: 10px
}

.ResPanelContent ul li:nth-of-type(1n) {
    width: 25%
}

.ResPanelContent ul li:nth-of-type(2n) {
    width: 25%
}

.ResPanelContent ul li:nth-of-type(3n) {
    width: 14%
}

.ResPanelContent ul li:nth-of-type(4n) {
    width: 14%
}

.ResPanelContent ul li:nth-of-type(5n) {
    width: 17.7%;
    margin-right: 0
}

.BtnRez {
    width: 100%;
    height: 40px;
    border: none;
    background: rgb(200 180 129);
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin-top: 29px
}

.BtnRez:hover {
    background: #c8b481;
    transition: all .3s ease-in-out
}

.ResPanelContent ul li input[type=text] {
    width: 100%;
    background: url(../images/Date.png) no-repeat center left 5px rgba(255,255,255,.1);
    border: 1px solid rgb(255 255 255/80%);
    height: 40px;
    line-height: 42px;
    color: #fff;
    padding: 0 10px 0 40px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.ResPanelContent ul li select {
    background: url(../images/ComboBg.png) no-repeat center right rgba(255,255,255,.1);
    width: 100%;
    border: 1px solid rgb(255 255 255/80%);
    height: 40px;
    line-height: 42px;
    color: #fff;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.ResPanelContent ul li select option {
    background: #1b2633
}

.GaleriVideo {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(39,40,44,.15);
    margin-bottom: 20px
}

.GaleriVideo a {
    display: table;
    width: 100%;
    height: 100%
}

.GaleriVideo a img {
    width: 100%;
    min-height: 100%
}

.GaleriVideo a .VideoHover {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.9) url(../images/PlayBtn.png) no-repeat center;
    opacity: 0;
    transition: all .3s ease-in-out
}

.GaleriVideo a:hover .VideoHover {
    opacity: 1;
    transition: all .3s ease-in-out
}

.GaleriPics {
    width: 100%
}

.GaleriPics ul {
    display: table;
    text-align: center;
    width: 100%
}

.GaleriPics ul li {
    width: 15%;
    margin: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    padding: 20px;
    display: inline-block
}

.GaleriPics ul li a img {
    height: auto;
    width: 100%
}

.GaleriPics ul li:nth-child(2n+1) {
    margin-right: 0
}

.GaleriPics ul li a {
    display: block;
    width: 100%
}

.GaleriPics ul li a .PicHover {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: all .3s ease-in-out;
    display: table;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    transition: all .3s ease-in-out
}

.GaleriPics ul li a .PicHover i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 10px #c3853a
}

.GaleriPics ul li a:hover .PicHover {
    opacity: 1;
    transition: all .3s ease-in-out
}

.Rooms {
    width: 100%;
    padding: 50px 94px;
    text-align: center
}

.Rooms ul {
    display: inline-block;
    text-align: center;
    width: 100%
}

.Rooms ul li {
    width: calc(50vw - 140px);
    margin: 5px;
    display: inline-block;
    float: left;
    height: calc(27vw - 10px);
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.Rooms ul li:last-child {
    border-right: none
}

.Rooms ul li a {
    display: block;
    display: table;
    width: 100%;
    height: 100%
}

.Rooms ul li a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.Rooms ul li a .RoomContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 2
}

.Rooms ul li a .RoomContent h2 {
    font-size: 12px;
    background-color: #00476bed;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: absolute;
    color: #fff;
    width: 100%;
    top: 0
}

.Rooms ul li a .RoomContent span {
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    background: #00476b;
    font-size: 12px;
    color: #fff;
    display: none
}

.Rooms ul li a:hover h2 {
    color: #fff;
    text-shadow: 0 0 15px #845c2b
}

.Rooms ul li:hover {
    box-shadow: inset 1px 1px 0 500px rgba(160,103,54,.6);
    transition: all .3s ease-in-out
}

.SocialArea {
    width: 100%;
    min-height: 350px;
    padding: 50px 100px
}

.SetTitleAlt {
    display: block;
    margin-bottom: 20px
}

.SetTitleAlt h3 {
    font-size: 25px;
    color: #00476b;
    margin-bottom: 10px;
    font-weight: 100;
    display: block
}

.SetTitleAlt span {
    display: block;
    height: 5px;
    background: #00476b;
    width: 50px
}

.Socials {
    width: 60%;
    min-height: 1px
}

.Socials ul {
    display: block
}

.Socials ul li {
    float: left;
    width: calc( 100%/4.2 );
    height: 110px;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #00476b
}

.Socials ul li a {
    display: block
}

.Socials ul li a:hover img {
    opacity: .5;
    transition: all .3s ease-in-out
}

.Socials ul li a img {
    width: 100%;
    transition: all .3s ease-in-out
}

.Rewards {
    width: 38%;
    min-height: 1px
}

.Footer {
    width: 100%;
    background: #00476b;
    position: relative;
    padding: 50px 100px
}

.FooterLeft {
    float: left;
    width: 25%;
    padding-top: 70px;
    min-height: 210px
}

.FooterLeft img {
    width: 90%
}

.FooterRight {
    float: left;
    width: 75%;
    padding: 30px 0;
    min-height: 210px
}

.FooterRight>ul {
    overflow: hidden
}

.FooterRight>ul>li {
    display: block;
    width: 25%;
    float: left
}

.FooterRight>ul>li h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #c8b481;
    text-transform: uppercase
}

.FooterRight>ul>li:nth-child(2n) {
    width: 75%;
    float: right;
    text-align: right
}

.FooterRight>ul>li:nth-child(2n) p {
    color: rgb(255 255 255);
    font-size: 13px;
    margin-top: 20px
}

.FooterRight>ul>li:nth-child(2n) h6 {
    text-align: right
}

.FooterRight>ul>li>ul>li>a {
    padding: 7px 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: block
}

.FooterRight>ul>li>ul>li>a i {
    margin-right: 15px;
    color: #fff;
    font-size: 15px;
    vertical-align: middle
}

.FooterRight>ul>li>ul>li>a:hover {
    color: #1c242b
}

.FooterSocial {
    display: block;
    margin-bottom: 35px
}

.FooterSocial ul {
    display: block;
    margin-top: 20px
}

.FooterSocial ul li {
    display: inline-block
}

.FooterSocial ul li a {
    padding: 5px;
    color: #fff;
    display: block;
    font-size: 16px
}

.FooterSocial ul li a:hover {
    color: #1c242b
}

.FooterSocial ul li:last-child a {
    padding-right: 0
}

.ScrollUp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    background: rgb(0 0 0/80%);
    left: 50px;
    display: table;
    cursor: pointer;
    z-index: 999
}

.ScrollUp i {
    display: table-cell;
    color: #fff;
    text-align: center;
    vertical-align: middle
}

.Rez {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 50%;
    background: #1c242b;
    left: 0;
    display: none!important;
    cursor: pointer;
    z-index: 999;
    text-align: center
}

.Rez i {
    display: table-cell;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 30px
}

.Rez span {
    display: none
}

.SiteInfo {
    border-top: 1px solid rgba(160,103,54,.2);
    padding: 10px 30px;
    display: block;
    height: auto;
    float: left;
    width: 100%;
    background-color: #c8b481
}

.SiteInfoContent {
    float: left;
    width: 70%;
    display: block;
    height: auto
}

.SiteInfoContent ul {
    display: block
}

.SiteInfoContent ul>li {
    display: inline-block;
    color: #00476b;
    font-size: 12px;
    margin-right: 5px
}

.SiteInfoContent ul>li>a {
    color: #00476b;
    display: block;
    font-size: 12px;
    text-decoration: none;
    font-weight: 800
}

.SiteInfoContent ul>li>a:hover {
    color: #1c242b
}

.SiteInfoContent>a {
    color: #1c242b;
    font-size: 12px;
    font-weight: 700;
    display: none;
    padding-top: 5px
}

.Language {
    float: right;
    width: 30%;
    text-align: right
}

.Language ul {
    display: block
}

.Language ul>li {
    display: inline-block;
    margin-right: 5px
}

.Language ul>li>a {
    color: #00476b;
    display: block;
    font-size: 14px
}

.Language ul>li>a:hover {
    color: #1c242b
}

.Navigator {
    background: #00476b;
    padding: 15px 0;
    max-height: 50px
}

.Navigator ul {
    display: block;
    text-align: center
}

.Navigator ul>li {
    border-right: 1px dotted #ccc;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: inline-block
}

.Navigator ul>li:last-child {
    border-right: none
}

.Navigator ul>li>a {
    color: #c8b481;
    display: block;
    font-size: 12px
}

.Navigator ul>li>a:hover {
    color: #1c242b
}

.Page-General-Area {
    max-width: 90%;
    margin: 10px auto;
    min-height: 500px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1
}

.Page-General-Left {
    width: 220px;
    margin-right: 15px;
    float: left;
    min-height: 100px
}

.Page-General-Right {
    width: 70%;
    float: right;
    min-height: 100px;
    font-size: 14px;
    color: #777;
    line-height: 25px
}

.Page-General-Right h1 {
    text-align: left;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 500;
    margin-bottom: 5px
}

.Left-Menu {
    max-width: 220px;
    margin-top: 2px
}

.Left-Menu h3 {
    font-size: 16px;
    padding: 5px;
    color: #00476b;
    border-left: 5px solid #00476b;
    margin-bottom: 10px
}

.Left-Menu ul {
    padding: 0;
    margin-top: 5px
}

.Left-Menu ul li {
    margin-bottom: 7px;
    line-height: 10px;
    border-bottom: 1px dashed #dadada
}

.Left-Menu ul li a {
    display: block;
    color: #888;
    font-size: 14px;
    padding: 5px 0 10px;
    transition: all .3s ease-in-out
}

.Left-Menu ul li a:hover {
    color: #845c2b;
    transition: all .3s ease-in-out
}

.Left-Menu ul li a.aktif {
    color: #845c2b
}

.GridBox {
    width: 100%;
    min-height: 300px;
    margin-top: 50px;
    margin-bottom: 0px;
    background: #fff;
    padding: 20px;
    position: relative
}

#m1 {
    display: none
}

.GridBox div {
    margin: 0 auto!important
}

.GridBox iframe {
    text-align: center!important;
    margin: 0 auto!important;
    display: block
}

.ContactLeft {
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    max-width: 100vw
}

.ContactRight {
    width: 100%;
    min-height: 100px;
    background: #fff;
    padding: 30px
}

.ContactList {
    width: 100%;
    margin: 30px 0
}

.ContactList>ul {
    width: 100%;
    overflow: hidden
}

.ContactList>ul>li {
    width: 24%;
    margin-right: 1.3%;
    border-bottom: 1px dashed rgba(195,133,58,.5);
    float: left;
    padding: 20px 0;
    text-align: center
}

.ContactList>ul>li:last-child {
    width: 100%
}

.ContactList>ul>li:nth-of-type(4n) {
    margin-right: 0;
    float: right
}

.ContDesc h5 i {
    color: #00476b;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 2px
}

.ContDesc {
    width: 100%
}

.ContDesc h5 {
    font-size: 15px;
    color: #1c242b
}

.ContDesc p {
    font-size: 14px;
    color: #3c454d;
    margin-top: 5px
}

.ContactList h4 {
    font-size: 16px;
    margin-bottom: 10px;
    background: #2d363e;
    border-left: 5px solid #ed1c24;
    padding: 5px;
    font-weight: 100
}

.ContactList ul li a[href^=tel] {
    color: #888!important
}

.Map {
    margin-bottom: 20px
}

.Map iframe {
    width: 100%;
    height: 400px;
    margin-top: 10px
}

.ContactForm {
    width: 100%;
    margin-top: 30px
}

.ContactForm>ul {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%
}

.ContactForm>ul>li {
    float: left;
    width: 49%;
    margin-bottom: 15px;
    min-height: 30px
}

.ContactForm>ul>li>span {
    font-weight: 700;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid rgba(160,103,54,.6);
    padding-bottom: 10px
}

.ContactForm>ul>li:first-child {
    float: left;
    width: 100%
}

.ContactForm>ul>li:nth-of-type(2n) {
    float: left
}

.ContactForm>ul>li:nth-of-type(3n) {
    float: right
}

.ContactForm>ul>li:nth-of-type(4n) {
    width: 100%;
    margin-bottom: 15px
}

.ContactForm>ul>li:nth-of-type(5n) {
    width: 100%
}

.ContactForm>ul>li:nth-of-type(6n) {
    width: 100%
}

.ContactForm>ul>li>input,.ContactForm>ul>li>textarea {
    border: 1px solid rgba(160,103,54,.6);
    width: 100%;
    height: 40px;
    padding: 5px;
    font-size: 13px;
    color: #888;
    transition: all .3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ContactForm>ul>li textarea {
    height: 160px;
    font-family: Tahoma,Arial;
    width: 100%;
    color: #1c242b
}

.ContactForm>ul>li>button {
    border: 1px solid #3c454d;
    padding: 10px 25px;
    background: #fff;
    color: #3c454d;
    cursor: pointer
}

.ContactForm>ul>li>button:hover {
    background: #1c242b;
    border-color: #161213;
    color: #fff
}

.ContactForm>ul>li input:focus,.ContactForm>ul>li>textarea:focus {
    border-color: #3c454d;
    transition: all .3s ease-in-out
}

.ContactForm>ul>li ul li {
    display: inline-block;
    width: 48%;
    font-size: 13px;
    color: #777;
    margin-bottom: 10px
}

#UserFeedback {
    padding: 20px 0
}

.RoomTypes {
    width: 100%;
    margin: 20px auto
}

.RoomTypes>ul {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.RoomTypes>ul>li {
    width: calc( 100%/2 - 20px );
    margin-right: 20px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    float: left;
    box-shadow: 0 5px 15px rgba(39,40,44,.1);
    height: auto;
    cursor: pointer
}

.RoomTypes>ul>li>a {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    background: #c8b481;
    color: #fff;
    display: block;
    transition: all .3s ease-in-out
}

.RoomTypes>ul>li:nth-child(4n) {
    margin-right: 0;
    float: left
}

.RoomTypes>ul>li:hover .RoomPic p {
    left: 0;
    transition: all .3s ease-in-out
}

.RoomTypes>ul>li:hover .RoomPic img {
    opacity: .2;
    transition: all .3s ease-in-out
}

.RoomTypes>ul>li:hover a {
    background: #00476b
}

.RoomTypes>ul>li .RoomPic {
    width: 100%;
    height: 310px;
    position: relative;
    background: #1c242b;
    overflow: hidden
}

.RoomTypes>ul>li .RoomPic span {
    position: absolute;
    background: rgb(0 71 107);
    padding: 10px;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0;
    z-index: 7;
    font-size: 14px;
    width: 100%;
    text-align: center
}

.RoomTypes>ul>li .RoomPic p {
    position: absolute;
    bottom: 0;
    background: rgb(200 180 129);
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    transition: all .3s ease-in-out;
    left: -100%
}

.RoomTypes>ul>li .RoomPic img {
    transition: all .3s ease-in-out
}

.RoomTypes>ul>li:hover .RoomDetail {
    color: #ccc;
    transition: all .3s ease-in-out;
    background-color: #c8b481
}

.RoomTypes>ul>li:hover {
    background: #1c242b;
    transition: all .3s ease-in-out
}

.RoomTypes>ul>li:hover .RoomDetail ul li {
    border-bottom-color: #3c454d;
    color: #000
}

.RoomTypes>ul>li .RoomDetail {
    padding: 10px;
    color: #555;
    min-height: 218px;
    font-size: 14px;
    color: #555
}

.RoomTypes>ul>li .RoomDetail h4 {
    font-size: 20px;
    font-weight: 100;
    color: #00476b;
    margin-bottom: 5px;
    border-left: 15px solid rgb(0 71 107);
    padding-left: 5px
}

.RoomTypes>ul>li .RoomDetail ul {
    padding-top: 10px
}

.RoomTypes>ul>li .RoomDetail ul li {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px dashed #dadada
}

.RoomTypes>ul>li .RoomDetail ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.RoomTypes>ul>li .RoomDetail ul li i {
    margin-right: 5px;
    font-size: 18px;
    color: #00476b;
    width: 20px;
    text-align: center;
    cursor: help
}

.RoomTypes>ul>li .RoomDetail ul li img {
    width: 21px;
    margin-right: 5px;
    vertical-align: middle
}

.GeneralDetail {
    background: #fff;
    margin: 20px auto;
    padding: 10px;
    transition: all .3s ease-in-out
}

.GeneralDetail ul {
    display: block;
    text-align: left
}

.GeneralDetail ul li {
    display: inline-block;
    width: calc( 100%/5.1 );
    color: #1c242b;
    padding: 20px 10px
}

.GeneralDetail ul li img {
    display: block;
    text-align: center;
    max-width: 40px;
    margin: 0 auto 10px
}

.GeneralDetail ul li p {
    text-align: center;
    font-size: 14px
}

.GeneralDetail:hover {
    box-shadow: 0 5px 35px rgba(39,40,44,.1);
    transition: all .3s ease-in-out
}

.RoomProperties {
    width: 100%;
    margin-bottom: 50px
}

.RoomPropertiesLeft {
    width: 25%;
    float: left
}

.RoomPropertiesLeft h1 {
    font-size: 36px;
    font-weight: 100;
    color: #1c242b;
    padding-bottom: 10px
}

.RoomPropertiesLeft h1 span {
    display: inline-block;
    font-weight: 500;
    color: #161213
}

.RoomPropertiesLeft p {
    font-size: 14px!important;
    line-height: 25px;
    color: #868686!important;
    margin-top: 20px
}

.RoomPropertiesRight {
    width: 74%;
    float: right
}

.RoomPropertiesRight .util-pagination {
    text-align: left!important
}

.RezervArea {
    width: 100%;
    max-width: 980px;
    margin: 20px auto;
    position: relative;
    display: block
}

.RezervationArea {
    padding: 20px 10px;
    background-color: #00476b;
    border: 1px solid rgba(195,133,58,.5)
}

.Rez_RoomTypes {
    width: 100%;
    margin: 20px auto
}

.Rez_RoomTypes>ul {
    display: block
}

.Rez_RoomTypes>ul>li {
    width: calc( 100%/3.13 );
    margin-right: 20px;
    background: #fff;
    position: relative;
    float: left;
    cursor: pointer
}

.Rez_RoomTypes>ul>li>a {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    background: #00476b;
    color: #fff;
    display: block;
    transition: all .3s ease-in-out
}

.Rez_RoomTypes>ul>li:nth-child(3n) {
    margin-right: 0;
    float: right
}

.Rez_RoomTypes>ul>li:hover .RoomPic img {
    opacity: .2;
    transition: all .3s ease-in-out
}

.Rez_RoomTypes>ul>li:hover a {
    background: #00476b
}

.Rez_RoomTypes>ul>li .RoomPic {
    width: 100%;
    height: 260px;
    position: relative;
    background: #1c242b;
    overflow: hidden
}

.Rez_RoomTypes>ul>li .RoomPic span {
    right: 0;
    position: absolute;
    background: rgb(0 71 107);
    padding: 10px;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0;
    z-index: 7;
    font-size: 14px;
    w.d: 1;
    text-align: center
}

.Rez_RoomTypes>ul>li .RoomPic p {
    position: absolute;
    bottom: 0;
    background: #00476b;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    transition: all .3s ease-in-out;
    right: 0
}

.Rez_RoomTypes>ul>li .RoomPic img {
    transition: all .3s ease-in-out
}

.Rez_RoomTypes>ul>li:hover .RoomDetail {
    background-color: #fffaea
}

.Rez_RoomTypes>ul>li:hover {
    background: #1c242b;
    transition: all .3s ease-in-out
}

.Rez_RoomTypes>ul>li:hover .RoomDetail ul li {
    transition: all .3s ease-in-out
}

.Rez_RoomTypes>ul>li .RoomDetail {
    padding: 10px;
    color: #555;
    min-height: 218px;
    font-size: 14px;
    color: #555
}

.Rez_RoomTypes>ul>li .RoomDetail h4 {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 5px;
    border-left: 15px solid rgb(0 71 107);
    padding-left: 5px
}

.Rez_RoomTypes>ul>li .RoomDetail ul {
    padding-top: 10px
}

.Rez_RoomTypes>ul>li .RoomDetail ul li {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    transition: all .3s ease-in-out
}

.Rez_RoomTypes>ul>li .RoomDetail ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.Rez_RoomTypes>ul>li .RoomDetail ul li i {
    margin-right: 5px;
    font-size: 18px;
    color: #00476b;
    width: 20px;
    text-align: center;
    cursor: help
}

.Rez_RoomTypes>ul>li .RoomDetail ul li img {
    width: 21px;
    margin-right: 5px;
    vertical-align: middle
}

.Rez_RoomTypes>ul>li .RoomDetail ul li span {
    font-weight: 400;
    font-size: 18px
}

.Rez_RoomTypes>ul>li .RoomFiyat {
    background: #fff;
    padding: 20px;
    color: #1c242b;
    border-top: 20px solid #f5f5f5;
    border-bottom: 20px solid #f5f5f5
}

.Rez_RoomTypes>ul>li .RoomFiyat ul li {
    margin-bottom: 20px
}

.Rez_RoomTypes>ul>li .RoomFiyat ul li select {
    border: 1px solid #dadada;
    color: #555;
    font-size: 14px;
    height: 30px;
    background: #fff url(../images/Select.png) no-repeat right center;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 40%;
    display: block;
    text-align: left;
    text-align-last: left;
    float: left
}

.Rez_RoomTypes>ul>li label span {
    width: 160px;
    display: inline-block;
    text-align: left;
    font-weight: 700;
    margin-left: -18px
}

.Rez_RoomTypes>ul>li .RoomFiyat ul li h1 {
    float: left;
    font-size: 14px;
    padding-left: 24px;
    font-weight: 700;
    color: #555;
    width: 130px
}

.Rez_RoomTypes>ul>li label b {
}

.Rez_RoomTypes>ul>li .RoomFiyat ul li:last-child {
    background: #fff;
    color: #1c242b;
    border-top: 1px dashed #dadada;
    border-bottom: 1px dashed #dadada;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 0
}

.Rez_RoomTypes>ul>li .RoomFiyat ul li:last-child span {
    font-weight: 700
}

.NoDisability {
    opacity: .5;
    pointer-events: none
}

.RoomCount {
    border: 1px solid #dadada;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #555;
    margin: 0 auto
}

.PaymentArea {
    width: 100%;
    max-width: 980px;
    margin: 20px auto;
    position: relative;
    display: block
}

.PaymentArea h1 {
    font-size: 21px;
    color: #00476b;
    margin-bottom: 20px;
    font-weight: 100
}

.SelectedRoom {
    width: 100%;
    margin: 20px auto 30px;
    box-shadow: 0 5px 15px rgba(39,40,44,.1)
}

.SelectedRoom>ul {
    display: block
}

.SelectedRoom>ul>li {
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 25px rgba(39,40,44,.05)
}

.SelectedRoom>ul>li>a {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    background: #1c242b;
    color: #fff;
    display: block;
    transition: all .3s ease-in-out
}

.SelectedRoom>ul>li:nth-child(3n) {
    margin-right: 0;
    float: right
}

.SelectedRoom>ul>li .RoomPic {
    width: 25%;
    height: 260px;
    position: relative;
    background: #1c242b;
    overflow: hidden;
    float: left
}

.SelectedRoom>ul>li .RoomPic span {
    position: absolute;
    background: #00476b;
    padding: 10px;
    font-size: 14px;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0;
    z-index: 7
}

.SelectedRoom>ul>li .RoomPic p {
    position: absolute;
    bottom: 0;
    background: #00476b;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    transition: all .3s ease-in-out;
    right: 0
}

.SelectedRoom>ul>li .RoomPic img {
    transition: all .3s ease-in-out
}

.SelectedRoom>ul>li .RoomDetail {
    padding: 10px;
    color: #555;
    min-height: 218px;
    font-size: 14px;
    color: #555;
    float: left;
    width: 45%
}

.SelectedRoom>ul>li .RoomDetail h4 {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 5px;
    border-left: 15px solid #00476b;
    padding-left: 5px
}

.SelectedRoom>ul>li .RoomDetail ul {
    padding-top: 10px
}

.SelectedRoom>ul>li .RoomDetail ul li {
    display: block;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px dashed #dadada;
    transition: all .3s ease-in-out
}

.SelectedRoom>ul>li .RoomDetail ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.SelectedRoom>ul>li .RoomDetail ul li i {
    margin-right: 5px;
    font-size: 18px;
    color: #00476b;
    width: 20px;
    text-align: center;
    cursor: help
}

.SelectedRoom>ul>li .RoomDetail ul li img {
    width: 21px;
    margin-right: 5px;
    vertical-align: middle
}

.SelectedRoom>ul>li .RoomDetail ul li span {
    font-weight: 400;
    font-size: 18px
}

.SelectedRoom>ul>li .RoomDetail ul li p {
    float: right;
    display: inline-block;
    padding: 10px 15px;
    background: #1c242b;
    color: #fff;
    cursor: pointer
}

.SelectedRoom>ul>li .RoomDetail ul li p:hover {
    background: #00476b;
    color: #fff
}

.SelectedRoom>ul>li .RoomDates {
    padding: 10px;
    color: #555;
    min-height: 218px;
    font-size: 14px;
    color: #1c242b;
    float: left;
    width: 30%;
    border-left: 1px dashed #dadada
}

.SelectedRoom>ul>li .RoomDates ul li {
    display: block;
    font-size: 14px;
    padding: 3px 0
}

.SelectedRoom>ul>li .RoomDates ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.SelectedRoom>ul>li .RoomDates ul li i {
    margin-right: 5px;
    font-size: 18px;
    color: #00476b;
    width: 20px
}

.SelectedRoom>ul>li .RoomDates ul li span {
    font-weight: 700;
    font-size: 14px;
    width: 120px;
    display: inline-block;
    padding-left: 5px
}

.SelectedRoom>ul>li .RoomDates ul li:nth-child(odd) {
    background: #fafafa
}

.CardArea {
    padding: 50px;
    margin-top: 20px;
    border: 1px solid rgba(195,133,58,.5);
    margin-bottom: 20px;
    background: #fff
}

.CardInfo {
    width: 40%;
    min-height: 1px;
    float: right
}

.CardInfo ul li {
    display: block;
    margin-bottom: 20px;
    color: #555
}

.CardInfo ul li:nth-of-type(2n) {
    float: left
}

.CardInfo ul li:nth-of-type(3n) {
    float: right;
    font-size: 14px
}

.CardInfo ul li:nth-of-type(3n) input {
    width: 60px
}

.CardInfo ul li:nth-of-type(3n) i {
    padding: 5px 10px;
    background: #00476b;
    color: #fff;
    font-size: 15px;
    margin-left: 10px
}

.CardInfo ul li:nth-of-type(4n) {
    width: 100%
}

.CardInfo ul li input {
    width: 100%;
    border: 1px solid #dadada;
    color: #555;
    font-size: 14px;
    height: 30px;
    padding: 0 5px
}

.CardInfo ul li span {
    margin-right: 10px;
    color: #555;
    font-size: 14px;
    display: block;
    margin-bottom: 5px
}

.CardInfo ul li select {
    width: 25.5%;
    border: 1px solid #dadada;
    color: #555;
    font-size: 14px;
    height: 30px;
    margin-right: 10px;
    background: url(../images/Select.png) no-repeat right center;
    -moz-appearance: none;
    -webkit-appearance: none
}

.CardInfo ul li label::before {
    top: 2px!important
}

.CardInfo ul li label {
    white-space: pre-wrap!important;
    line-height: 22px!important
}

.CardInfo ul li label::after {
    top: 2px!important
}

.PaymentUser {
    width: 100%;
    min-height: 1px
}

.PaymentUser>ul>li {
    display: block;
    margin-bottom: 20px
}

.PaymentUser>ul>li input {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #dadada;
    color: #555;
    font-size: 14px
}

.PaymentUser>ul>li span {
    margin-right: 10px;
    color: #555;
    font-size: 14px;
    display: block;
    margin-bottom: 5px
}

.PaymentUser>ul>li ul li {
    width: 30%;
    float: left;
    margin-right: 17px
}

.PaymentUser>ul>li ul li:nth-child(3n) {
    float: right;
    margin-right: 0
}

.CardArea p {
    color: #444;
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.CardArea p b {
    font-weight: 700;
    color: #ed1c24
}

.btnPayment {
    padding: 20px;
    background: #1c242b;
    color: #fff;
    font-size: 14px;
    display: block;
    max-width: 150px;
    text-align: center
}

.TutarText {
    float: left;
    width: 70%;
    padding: 24px 30px;
    color: #555;
    font-size: 16px
}

.ToplamFiyat {
    background: #1c242b;
    text-align: center;
    float: right;
    width: 30%;
    padding: 20px 30px;
    font-size: 23px;
    color: #fff;
    font-weight: 100
}

.bb-lightbox-htmlcontent {
    width: 600px!important;
    height: 600px!important
}

.bb-lightbox-htmlcontent iframe {
    width: 100%;
    height: 100%
}

@media(min-width: 480px) and (max-width:979px) {
    .Logo {
        width:100%;
        float: none;
        text-align: center;
        padding: 20px 0 10px
    }

    .Logo a img {
        width: 32%
    }

    .Logo i {
        display: block;
        position: absolute;
        right: 20px;
        top: 50px;
        z-index: 500
    }

    .MainMenu {
        width: 100%;
        float: none;
        display: table;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        background: #1c242b;
        z-index: 9999999;
        left: -100%;
        margin: 0
    }

    .MenuClose {
        display: block!important;
        top: 10px;
        right: 10px
    }

    .MainMenu ul {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 30px 0
    }

    .MainMenu ul li {
        display: block;
        margin-bottom: 2px
    }

    .MainMenu ul li a {
        padding-bottom: 10px
    }

    .fLeft {
        float: none
    }

    .fRight {
        float: none
    }

    .MainSloganArea {
        display: none
    }

    .ScrollDown {
        display: none
    }

    .ContentHeader .Header {
        position: inherit!important
    }

    .HeaderTopLeft {
        float: none
    }

    .whatsapp {
        display: inline-block
    }

    .HeaderTopLeft ul li {
        width: calc( 52% - 40px )
    }

    .HeaderTopLeft ul li.whatsapp {
        max-width: 40px
    }

    .HeaderTopLeft ul li a {
        text-align: center;
        padding: 0
    }

    .HeaderTopLeft ul li:first-child {
        text-align: center
    }

    .HeaderTopLeft ul li:nth-child(3n) {
        border-right: none
    }

    .HeaderTopLeft ul li:nth-child(4n) {
        width: 100%
    }

    .HeaderTopLeft ul li:nth-child(4n) a {
        text-align: left;
        padding: 0 10px
    }

    .HeaderTopRight {
        float: none
    }

    .HeaderTopRight ul li {
        width: calc( 100%/6 )
    }

    .Calling {
        right: 0!important;
        left: auto;
        width: 70%
    }

    .Calling input {
        background: #fff;
        color: #1c242b;
        width: calc( 100% - 50px )
    }

    .Rez {
        bottom: 0;
        width: 100%;
        height: 50px!important;
        line-height: 50px!important;
        background: #00476b;
        font-size: 16px
    }

    .Rez i {
        font-size: 15px;
        display: inline-block
    }

    .Rez span {
        display: inline-block;
        margin-left: 5px
    }

    .ResPanelHead {
        width: 185px;
        height: auto;
        background: 0 0;
        margin: 0 auto 10px;
        text-align: center;
        padding-top: 0;
        font-size: 16px
    }

    .SetPageContent {
        padding: 10px
    }

    .GaleriVideo {
        max-width: 80%;
        height: auto;
        margin: 20px auto
    }

    .GaleriVideo a img {
        width: 100%;
        height: auto
    }

    .GaleriArea {
        padding: 10px
    }

    .GaleriPics {
        width: 100%;
        min-height: inherit
    }

    .GaleriPics ul {
        text-align: center
    }

    .GaleriPics ul li a img {
        height: auto
    }

    .GaleriPics ul li {
        width: 24.2%;
        height: auto;
        float: none;
        margin-right: auto;
        display: inline-block
    }

    .GaleriPics ul li:nth-child(2n+1) {
        float: none;
        margin-right: auto
    }

    .Rooms ul {
        padding: 10px
    }

    .Rooms ul li {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .Socials {
        width: 100%;
        padding: 10px
    }

    .Socials ul li {
        width: calc( 100%/3.1);
        height: 240px
    }

    .Socials ul li:nth-child(2n+1) {
        float: left
    }

    .Rewards {
        width: 100%;
        padding: 10px
    }

    input::placeholder {
        color: #000;
        opacity: 1
    }

    input:-ms-input-placeholder {
        color: #000
    }

    input::-ms-input-placeholder {
        color: #000
    }

    .SetTitle {
        text-align: center
    }

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

    .FullContentBox {
        padding: 0
    }

    .ResPanel {
        margin: 0 auto
    }

    .ResPanelContent ul li {
        width: 100%!important;
        float: none;
        margin-right: 0!important;
        margin-bottom: 10px
    }

    .glass-case {
        width: 100%!important
    }

    .Footer {
        position: relative;
        z-index: 1
    }

    .FooterLeft {
        float: none;
        width: 100%;
        padding-top: 10px;
        min-height: unset;
        text-align: center
    }

    .FooterLeft img {
        width: 40%
    }

    .FooterRight {
        float: none;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0;
        min-height: unset
    }

    .FooterRight>ul>li {
        display: block;
        width: 100%;
        float: none;
        text-align: center!important;
        padding: 10px 0;
        border-bottom: 1px solid rgba(160,103,54,.2)
    }

    .FooterRight>ul>li:nth-child(2n) {
        float: none;
        width: 100%
    }

    .FooterRight>ul>li:nth-child(2n) h6 {
        text-align: center
    }

    .FooterRight>ul>li h6 {
        text-align: center
    }

    .SiteInfoContent {
        width: 100%;
        text-align: center;
        float: none
    }

    .Language {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
        margin-top: 5px
    }

    .ScrollUp {
        width: 30px;
        height: 30px;
        right: 5px;
        bottom: 60px;
        background: #1c242b
    }

    .GridBox {
        width: 94%;
        margin: 20px auto;
        min-height: 300px
    }

    .Page-General-Left {
        width: 100%;
        margin-right: 0;
        float: none;
        min-height: 100px;
        padding: 10px
    }

    .Page-General-Right {
        width: 100%;
        margin-right: 0;
        float: none;
        min-height: 100px;
        padding: 10px;
        position: relative
    }

    .Left-Menu {
        max-width: 100%
    }

    .ContactLeft {
        float: none;
        width: 100%
    }

    .ContactRight {
        float: none;
        width: 100%
    }

    .ContactList>ul>li {
        width: 100%;
        margin-bottom: 15px
    }

    .ContactForm>ul>li ul li {
        width: 100%;
        padding: 5px
    }

    .ContDesc {
        width: 100%
    }

    .RoomTypes {
        padding: 10px
    }

    .RoomTypes>ul>li {
        width: calc( 100% );
        margin-right: 0;
        margin-bottom: 20px;
        height: auto;
        float: none
    }

    .RoomTypes>ul>li:nth-child(3n) {
        float: none
    }

    .GeneralDetail {
        width: 95%;
        margin: 20px auto
    }

    .GeneralDetail ul li {
        width: 49.3%
    }

    .RoomPropertiesLeft {
        width: 100%;
        float: none;
        padding: 10px
    }

    .RoomPropertiesRight {
        width: 100%;
        float: none;
        padding: 10px
    }

    .RoomPropertiesList ul li {
        width: 49%
    }

    .RoomTypes>ul>li .RoomPic img {
        height: auto;
        width: 100%
    }

    .RoomPropertiesLeft h1 {
        font-size: 6.7vw
    }

    .RezervArea {
        margin: 0 auto
    }

    .Rez_RoomTypes {
        padding: 10px
    }

    .Rez_RoomTypes>ul>li {
        width: calc( 100% );
        margin-right: 0;
        margin-bottom: 20px;
        height: auto;
        float: none
    }

    .Rez_RoomTypes>ul>li:nth-child(3n) {
        float: none
    }

    .jq-tab-wrapper {
        display: block;
        display: block;
        display: block;
        width: 100%;
        margin-top: 10px;
        padding: 5px
    }

    .jq-tab-menu .jq-tab-title {
        border-right: 1px solid #00476b
    }

    .jq-tab-menu .jq-tab-title i {
        bottom: 15px;
        right: 20px
    }

    .jq-tab-content-wrapper {
        -webkit-box-flex: unset;
        -ms-flex: none;
        flex: none;
        border-top: none
    }

    .SelectedRoom>ul>li .RoomPic {
        width: 100%;
        height: 260px;
        float: none
    }

    .SelectedRoom>ul>li .RoomDetail {
        width: 100%;
        float: none
    }

    .SelectedRoom>ul>li .RoomDates {
        width: 100%;
        float: none;
        border-left: none
    }

    .CardArea {
        padding: 10px;
        margin-top: 20px;
        border: none;
        margin-bottom: 20px
    }

    .CardInfo {
        width: 100%;
        float: none;
        margin-top: 20px
    }

    .CardInfo ul li {
        display: block;
        margin-bottom: 20px;
        color: #555;
        float: none!important
    }

    .CardInfo ul li:nth-of-type(3n) i {
        margin-top: 10px;
        margin-left: 0
    }

    .CardInfo ul li input {
        width: 100%!important
    }

    .PaymentUser>ul>li ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px
    }

    .PaymentUser>ul>li ul li:nth-child(3n) {
        float: none;
        margin-right: 0
    }

    .PaymentUser p {
        width: 100%
    }

    .PaymentUser {
        width: 100%;
        float: none;
        border-right: none;
        padding-right: 0
    }

    .TutarText {
        font-size: 2.7vw
    }

    .FullPageContent {
        padding: 10px
    }

    .FullPageContent2 {
        padding: 10px
    }
}

@media(min-width: 320px) and (max-width:479px) {
    .Logo {
        width:100%;
        float: none;
        text-align: center;
        padding: 20px 0 10px
    }

    .Logo a img {
        width: 70%
    }

    .Logo i {
        display: block;
        z-index: 500
    }

    .MainMenu {
        width: 100%;
        float: none;
        display: table;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        background: #1c242b;
        z-index: 9999999;
        left: -100%;
        margin: 0
    }

    .MenuClose {
        display: block!important
    }

    .MainMenu ul {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

    .MainMenu ul li {
        display: block;
        margin-bottom: 10px
    }

    .fLeft {
        float: none;
        width: 100%
    }

    .fRight {
        float: none
    }

    .MainSloganArea {
        display: none
    }

    .ScrollDown {
        bottom: 80px
    }

    .ContentHeader .Header {
        position: inherit!important
    }

    .HeaderTopLeft {
        float: none;
        width: 100%
    }

    .HeaderTopLeft ul li {
        width: 100%;
        line-height: normal
    }

    .whatsapp {
        display: inline-block
    }

    .HeaderTopLeft ul li.whatsapp {
        max-width: 40px
    }

    .HeaderTopLeft ul li a {
        text-align: right;
        padding: 0
    }

    .HeaderTopLeft ul li:first-child {
        text-align: center;
        margin: 0;
        padding: 0
    }

    .HeaderTopLeft ul li:nth-child(3n) {
        border-right: none
    }

    .HeaderTopLeft ul li:nth-child(4n) {
        width: 100%
    }

    .HeaderTopLeft ul li:nth-child(4n) a {
        text-align: left;
        padding: 0 10px
    }

    .HeaderTopRight {
        float: none;
        width: 100%
    }

    .HeaderTopRight ul li {
        width: calc( 100%/6 )
    }

    .Calling {
        right: 0!important;
        left: auto
    }

    .Calling input {
        background: #fff;
        color: #1c242b
    }

    .Rez {
        bottom: 0;
        width: 100%;
        height: 50px!important;
        line-height: 50px!important;
        background: #00476b;
        font-size: 16px
    }

    .Rez i {
        font-size: 15px;
        display: inline-block
    }

    .Rez span {
        display: inline-block;
        margin-left: 5px
    }

    .SetPageContent {
        padding: 10px;
        width: 100%
    }

    .GaleriArea {
        padding: 10px
    }

    .GaleriPics {
        width: 100%;
        min-height: inherit
    }

    .Rooms ul {
        padding: 10px
    }

    .Rooms ul li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        height: calc(65vw - 10px)
    }

    .Socials {
        width: 100%;
        padding: 10px
    }

    .Socials ul li {
        width: 48%;
        height: 185px
    }

    .Socials ul li:nth-child(2n+1) {
        float: right
    }

    .Rewards {
        width: 100%;
        padding: 10px
    }

    input::placeholder {
        color: #000;
        opacity: 1
    }

    input:-ms-input-placeholder {
        color: #000
    }

    input::-ms-input-placeholder {
        color: #000
    }

    .SetTitle {
        text-align: center
    }

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

    .FullContentBox {
        padding: 0
    }

    .ResPanel {
        margin: 0 auto
    }

    .ResPanelContent ul li {
        width: 100%!important;
        float: none;
        margin-right: 0!important;
        margin-bottom: 10px
    }

    .GridBox {
        width: 94%;
        margin: 20px auto;
        min-height: 300px
    }

    .Footer {
        position: relative;
        z-index: 1
    }

    .FooterLeft {
        float: none;
        width: 100%;
        padding-top: 10px;
        min-height: unset;
        text-align: center
    }

    .FooterLeft img {
        width: 70%
    }

    .FooterRight {
        float: none;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0;
        min-height: unset
    }

    .FooterRight>ul>li {
        display: block;
        width: 100%;
        float: none;
        text-align: center!important;
        padding: 10px 0;
        border-bottom: 1px solid rgba(160,103,54,.2)
    }

    .FooterRight>ul>li:nth-child(2n) {
        float: none;
        width: 100%
    }

    .FooterRight>ul>li:nth-child(2n) h6 {
        text-align: center
    }

    .FooterRight>ul>li h6 {
        text-align: center
    }

    .SiteInfoContent {
        width: 100%;
        text-align: center;
        float: none
    }

    .Language {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
        margin-top: 5px
    }

    .ScrollUp {
        width: 30px;
        height: 30px;
        right: 5px;
        bottom: 60px;
        background: #1c242b
    }

    .ContactLeft {
        float: none;
        width: 100%
    }

    .ContactRight {
        float: none;
        width: 100%;
        padding: 10px
    }

    .ContactList>ul>li {
        width: 100%;
        margin-bottom: 15px;
        float: none
    }

    .ContactForm>ul>li ul li {
        width: 100%;
        padding: 5px
    }

    .ContDesc {
        width: 100%
    }

    .Page-General-Left {
        width: 100%;
        margin-right: 0;
        float: none;
        min-height: 100px;
        padding: 10px
    }

    .Page-General-Right {
        width: 100%;
        margin-right: 0;
        float: none;
        min-height: 100px;
        padding: 10px
    }

    .Left-Menu {
        max-width: 100%
    }

    .RoomTypes {
        padding: 10px
    }

    .RoomTypes>ul>li {
        width: calc( 100% );
        margin-right: 0;
        margin-bottom: 20px;
        height: auto;
        float: none
    }

    .RoomTypes>ul>li:nth-child(3n) {
        float: none
    }

    .GeneralDetail {
        width: 95%;
        margin: 20px auto
    }

    .GeneralDetail ul li {
        width: 49.3%
    }

    .RoomPropertiesLeft {
        width: 100%;
        float: none;
        padding: 10px
    }

    .RoomPropertiesRight {
        width: 100%;
        float: none;
        padding: 10px
    }

    .RoomPropertiesList ul li {
        width: 100%
    }

    .RoomTypes>ul>li .RoomPic img {
        height: 100%;
        width: auto
    }

    .RoomPropertiesLeft h1 {
        font-size: 6.7vw
    }

    .RezervArea {
        margin: 0 auto
    }

    .Rez_RoomTypes {
        padding: 10px
    }

    .Rez_RoomTypes>ul>li {
        width: calc( 100% );
        margin-right: 0;
        margin-bottom: 20px;
        height: auto;
        float: none
    }

    .Rez_RoomTypes>ul>li:nth-child(3n) {
        float: none
    }

    .jq-tab-wrapper {
        display: block;
        display: block;
        display: block;
        width: 100%;
        margin-top: 10px;
        padding: 5px
    }

    .jq-tab-menu .jq-tab-title {
        border-right: 1px solid #00476b
    }

    .jq-tab-menu .jq-tab-title i {
        bottom: 15px;
        right: 20px
    }

    .jq-tab-content-wrapper {
        -webkit-box-flex: unset;
        -ms-flex: none;
        flex: none;
        border-top: none
    }

    .SelectedRoom>ul>li .RoomPic {
        width: 100%;
        height: 260px;
        float: none
    }

    .SelectedRoom>ul>li .RoomDetail {
        width: 100%;
        float: none
    }

    .SelectedRoom>ul>li .RoomDates {
        width: 100%;
        float: none;
        border-left: none
    }

    .CardArea {
        padding: 10px;
        margin-top: 20px;
        border: none;
        margin-bottom: 20px
    }

    .CardInfo {
        width: 100%;
        float: none;
        margin-top: 20px
    }

    .CardInfo ul li {
        display: block;
        margin-bottom: 20px;
        color: #555;
        float: none!important
    }

    .CardInfo ul li:nth-of-type(3n) i {
        margin-top: 10px;
        margin-left: 0
    }

    .CardInfo ul li input {
        width: 100%!important;
        border: 1px solid #dadada;
        color: #555;
        font-size: 14px;
        height: 30px;
        padding: 0 5px
    }

    .PaymentUser {
        width: 100%;
        float: none;
        border-right: none;
        padding-right: 0
    }

    .PaymentUser>ul>li ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px
    }

    .PaymentUser>ul>li ul li:nth-child(3n) {
        float: none;
        margin-right: 0
    }

    .btnPayment {
        max-width: 100%
    }

    .PaymentUser p {
        width: 100%
    }

    .TutarText {
        float: none;
        width: 100%;
        text-align: center
    }

    .ToplamFiyat {
        float: none;
        width: 100%;
        padding: 20px 30px
    }

    .bb-lightbox-htmlcontent {
        width: 100%!important;
        height: 400px!important
    }

    .FullPageContent {
        padding: 10px
    }

    .FullPageContent2 {
        padding: 10px
    }
}

@media(min-width: 480px) and (max-width:979px) {
    .HeaderTopRight {
        width:35%
    }

    .HeaderTopLeft {
        width: 65%
    }

    .HeaderTopLeft ul {
        width: 77%
    }
}

.MobileOnlyMenuIcon,.MobileOnlyMainMenu {
    display: none
}

@media(max-width: 932px) {
    .MobileOnlyMenuIcon {
        display:block;
        cursor: pointer;
        font-size: 24px;
        padding: 2px 5px;
        position: fixed;
        color: #00476b;
        background-color: #ececec7d;
        right: 20px;
        z-index: 10001;
        top: 200px;
        transition: top .3s ease
    }

    .MobileOnlyMainMenu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #00476b;
        background-image: url(https://www.maxiproduksiyon.pro/images/menubg.jpg);
        background-size: cover;
        background-position: center;
        z-index: 9999;
        padding-top: 80px;
        padding-bottom: 80px;
        box-sizing: border-box;
        overflow: hidden
    }

    .MobileOnlyMainMenu.active {
        display: block
    }

    .MobileOnlyMenuClose {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 30px;
        color: #fff;
        cursor: pointer
    }

    .MobileOnlyLogo {
        text-align: center;
        margin-bottom: 20px
    }

    .MobileOnlyLogo img {
        max-width: 150px;
        height: auto
    }

    .MobileOnlyMainMenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        height: calc(100% - 160px);
        display: flex;
        flex-direction: column
    }

    .MobileOnlyMainMenu ul li {
        flex: 1
    }

    .MobileOnlyMainMenu ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 15px;
        border-bottom: 1px solid #06547c;
        text-align: center;
        letter-spacing: 3px
    }
}
