/*
	Khiran resort
	Project start: September 12th, 2018
	
	By: Didats Triadi
*/

@font-face {
    font-family: 'intro_bold_altregular';
    src: url('../fonts/intro-bold-alt-webfont.woff2') format('woff2'), url('../fonts/intro-bold-alt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intro_lightregular';
    src: url('../fonts/intro-light-webfont.woff2') format('woff2'), url('../fonts/intro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

body {
    background: #FFF;
    font-family: 'introregular', verdana, arial, sans-serif;
}

a {
    color: #622255;
}

div a:hover {
    color: #007F8C;
}

a.background-orange:hover {
    background: #EA762D;
    text-decoration: none;
}

a.color-white:hover {
    color: #FFF;
}

.container {
    max-width: 1400px;
}

header {
    padding: 20px 0 40px;
    z-index: 99;
    position: relative;
    background: url("../img/overlay.png") repeat-x;
}

header .container {
    height: 150px;
}

header ul {
    margin: 0;
    padding: 0;
}

header li {
    list-style: none;
    margin: 0;
    padding: 0 8px;
}

header li a {
    color: #535353;
}

ul#navbottom li.active a,
ul#navbottom li a:hover {
    color: #622255;
}

ul#navtop li.active a,
ul#navtop li a:hover {
    color: #DB7E60;
}

.uppercase,
.title {
    text-transform: uppercase;
}

.subtitle {
    font-size: 2.6em;
    font-weight: bold;
}

h3.price {
    font-family: 'intro_bold_altregular', Arial, sans-serif;
    font-size: 3.5em;
}

#navtop li,
#navbottom li {
    line-height: 40px;
    display: block;
}

#navbottom li a {
    display: block;
}

#navbottom li {
    padding: 3px 23px;
}

#mainheader {
    height: 500px;
    background: #EFEFEF;
}

#mainheader h2.title {
    font-size: 3.5em !important;
    margin-top: 100px;
}

.form-box {
    background: url("../img/transparent.png") repeat;
    padding: 30px;
    margin-left: -30px;
}

a.btn-dropdown {
    display: block;
    line-height: 75px !important;
    font-size: 0.9em;
    text-decoration: none;
    color: #999;
    border-radius: 4px;
}

.btn-submit {
    display: block;
    font-weight: bold;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: none;
}

.btn-small {
    display: block;
    font-weight: normal !important;
    line-height: 40px !important;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    border: none;
}

.btn-radius {
    border-radius: 50px !important;
}

.btn-blue {
    color: #FFF;
    background: #DB7E60;
}

.btn-orange {
    color: #FFF !important;
    background: #E9842C;
}

.btn-red {
    color: #fff !important;
    background: #97234D;
}

.rooms {
    padding-top: 50px;
    padding-bottom: 50px;
}

hr.roomtype {
    position: relative;
    top: 30%;
    width: 100%;
}

h2.title {
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'intro_bold_altregular';
}

h2.title span {
    font-weight: normal;
    font-size: 0.7em;
    display: block;
}

#maincontent {
    padding-top: 50px;
    padding-bottom: 50px;
}

#newsletter {
    height: 100px;
    background: #909090;
    color: #FFF;
}

#newsletter p {
    line-height: 100px;
}

#newsletter input.form-control {
    height: 60px;
    position: relative;
    top: 20px;
}

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

hr {
    height: 2px;
    border: none;
    background: #E9852C;
}

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

ul.socialmedia {
    margin: 0;
    margin-top: -45px;
    padding: 0;
}

ul.socialmedia li {
    list-style: none;
    width: 35px;
    height: 35px;
    display: block;
}

ul.socialmedia a {
    display: block;
    background: #000;
    width: 35px;
    height: 35px;
}

.room-type h3 {
    font-weight: bold;
    font-size: 2.5em !important;
}

.room-type-price {
    margin-top: 180px;
}

.room-type {
    position: relative;
}

.leftline {
    position: absolute;
    top: 0;
    width: 3px;
    height: 180px;
    background: #DB7E60;
}

.room-type-content {
    background: #EFEFEF;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-top: 50px;
}

.room-type .btn-submit {
    line-height: 65px;
    width: 200px;
}

input.btn-submit {
    width: 100%;
    margin-top: 20px;
    line-height: 60px;
}

.dropdown-menu {
    border: none;
    padding: 0;
    min-width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu ul {
    margin: 0;
    padding: 0;
}

.dropdown-menu li {
    display: block;
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    line-height: 30px;
    text-decoration: none;
    color: #666666;
    padding: 15px 15px;
}

.dropdown-menu li a:hover {
    background: #EFEFEF;
    color: #000;
}

.color-red {
    color: #97234D;
}

.color-orange {
    color: #622255;
}

.color-blue {
    color: #DB7E60;
}

.color-green {
    color: #5EA510;
}

.color-white {
    color: #FFF;
}

.background-red {
    background: #97234D;
}

.background-orange {
    background: #622255;
}

.background-blue {
    background: #DB7E60;
}

.background-green {
    background: #5EA510;
}

.background-white {
    background: #FFF;
}

.font-bold {
    font-family: 'intro_bold_altregular', Arial, Sans-serif;
}

.box-radius {
    border-radius: 5px;
}

.padding-all {
    padding: 8px 10px;
}


/* Contact page */

#contactform {
    position: relative;
    z-index: 10;
    margin-bottom: 70px;
    margin-top: -330px;
}

.contact-header {
    background: #5399A2 !important;
}

#contactbox h2.title {
    color: #FFF;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}

#contactbox-content {
    background: #F0F0F0;
}

#contactbox .form-group {
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}

#contactbox input.form-control,
#contactbox textarea {
    border: 0 !important;
    background: transparent !important;
}

.contact-wrapper {
    padding: 35px 25px;
}

.contact-wrapper p {
    font-size: 0.9em;
    color: #FDEBDA;
}

.contact-wrapper p:first-child {
    color: #FFF;
    margin-bottom: 45px;
}

.contact-wrapper p strong {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: normal;
}

#contactbox-content h4.title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'intro_bold_altregular', Arial, sans-serif;
}

.form-wrapper {
    padding: 40px;
}

.form-wrapper h4.title {
    margin-bottom: 40px;
}

.contact-wrapper p.icons a {
    color: #FFF;
}


/* Booking page */

#booking-success {
    margin-bottom: 80px;
}

#booking-success .container {
    background: #F0F0F0;
    border-radius: 5px;
}

#booking-success .row {
    padding: 40px;
}

#booking-success h4 {
    font-weight: bold;
}

ul.yes {
    margin: 0;
    padding: 0;
}

ul.yes li {
    list-style: none;
    background: transparent url("../img/yes.svg") no-repeat top left;
    padding-left: 35px;
    margin-bottom: 8px;
    color: #333;
}

table.data {
    margin-bottom: 30px;
}

table.data tr td {
    padding: 13px 20px;
    border-bottom: 1px solid #CCC;
}

table.data tr:last-child td {
    border-bottom: 0px;
}

table.data tr td:last-child {
    text-align: right;
}

table.data td.status {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
}

#footer-booking .row {
    border-top: 2px solid #CCC;
    padding: 15px 0;
}

#footer-booking .text-center a {
    color: #999;
    text-decoration: none;
    font-size: 0.8em;
}

.copyright p {
    margin-top: 10px;
    color: #999;
}

.copyright p strong {
    color: #000;
}

.icons a {
    font-size: 35px;
    margin-left: 5px;
    color: #999;
}

.icons a:hover {
    color: #000;
}


/* Booking Details */

#header-image {
    margin-top: -170px;
    z-index: 1;
    position: relative;
    min-height: 400px;
}

#header-image img {
    width: 100%;
}

#booking-box {
    position: relative;
    z-index: 2;
    margin-top: -170px;
    margin-bottom: 50px;
}

#booking-info {
    background: #E9842C;
    color: #FFF;
    padding: 30px;
    margin-bottom: 30px;
}

#booking-info-form {
    background: #F2F2F2;
    padding: 30px;
}

#booking-info-form table {
    margin-bottom: 50px;
}

#booking-info-form table td {
    padding: 13px 18px;
}

#guests {
    padding-top: 10px;
    padding-bottom: 20px;
}

table.amounts tr td {
    padding: 10px 0;
    text-align: center;
}

table.amounts th {
    background: #D57B1F;
    padding: 15px 0;
    text-align: center;
    color: white;
}

table.amounts th:first-child {
    background: #EC9032;
}

table.amounts th:last-child {
    background: #A21D4B;
}

table.amounts td {
    background: #C1C1C1;
}


/* Chalet */

#header-image {
    margin-bottom: 20px;
}

#header-image .header-title {
    margin-top: -40%;
}

.header-title h3 {
    width: 38%;
    line-height: 2.2vw;
    font-size: 2vw;
}

.header-title h2 {
    font-size: 3.8vw;
    width: 38%;
    /* line-height: 5.2vw; */
    /* imam */
    line-height: 6.2vw;
}

.header-title p {
    font-size: 1.5em;
}

.header-form {
    margin-top: -10%;
}

.btn-form {
    padding: 0px;
    border-radius: 8px;
    margin-right: 0px;
    position: relative;
    height: 64px;
}

.btn-form a.btn {
    text-align: center;
    display: block;
    line-height: 50px;
}

a.btn-wrapper {
    text-decoration: none;
    color: #535353;
    padding: 8px 15px;
    display: block;
    font-size: 1.0vw !important;
}

a.btn-wrapper small {
    color: #999;
}

.dropdown-toggle::after {
    display: none;
}

.datepicker {
    padding: 0 20px 10px;
}

#room-info {}

#room-info ul {
    margin: 0;
    padding: 0;
}

#room-info li {
    list-style: none;
}

#room-info li img {
    width: 100%;
}

#info-area {
    background: rgb(98, 34, 85);
    background: linear-gradient(180deg, rgba(98, 34, 85, 1) 0%, rgba(219, 126, 96, 1) 100%, rgba(0, 212, 255, 1) 100%);
    min-height: 570px;
}

.slider-wrapper {
    padding: 0;
    position: relative;
    z-index: 1;
    height: 570px !important;
    min-height: 570px !important;
}

.slider-wrapper .carousel-inner,
.slider-wrapper .carousel-item {
    overflow: hidden !important;
    height: 570px;
}

.slider-wrapper img.d-block {
    min-height: 570px;
}

table.room tr td:first-child {
    padding-left: 15px;
}

#prev-next {
    margin-left: 35%;
    margin-right: 35%;
    margin-top: -25px;
    z-index: 2;
    width: 200px;
    height: 55px;
    border-radius: 27px;
    display: block;
    position: relative;
}

#prev-next a {
    display: block;
    width: 45%;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 55px;
}

#prev-next a:first-child {
    float: left;
}

#prev-next a:first-child {
    float: right;
}

#room-button a.booknow {
    line-height: 55px;
    height: 55px;
    margin-top: -25px;
}

#room-button {
    margin-bottom: 60px;
}

#amenities {
    margin-bottom: 80px;
}

#amenities img {
    margin-bottom: 30px;
}

#room-map {
    min-height: 200px;
    margin-bottom: 50px;
}


/* Dining */

#slidemenu {
    margin-bottom: 50px;
}

.box-title {
    margin: 50px 0;
}

ul.box-slidemenu {
    margin: 0 auto;
    padding: 0;
}

ul.box-slidemenu li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 1.15em;
}

ul.box-slidemenu a {
    display: block;
    text-align: center;
    padding: 20px 1.8vw;
    text-decoration: none;
    color: #535353;
}

ul.box-slidemenu li.active {
    border: 0;
}

ul.box-slidemenu li:last-child {
    border: 0;
}

ul.box-slidemenu li.active a {
    color: #FFF;
    background: #DB7E60;
}

ul.box-slidemenu li.active img {
    text-align: center;
    display: block;
    margin: 0px auto 0;
}

.toright {
    padding-right: 0;
}

.text-content p {
    line-height: 1.3em;
    font-size: 1.2em;
}

.text-content h3 {
    color: #E9842C;
    font-size: 1.5em;
    margin-top: 20px;
}

.tab-item {
    display: none;
}

.tab-item:first-child {
    display: block;
}

#tabMain {
    margin-bottom: 70px;
}


/* About */

#box-center {
    margin-top: 30px;
    margin-bottom: 50px;
}

#box-center h2 {
    margin-bottom: 30px;
    background: transparent url("../img/line.svg") no-repeat bottom center;
    padding-bottom: 25px;
}

.box {
    margin-bottom: 50px;
}

.box .line {
    margin-top: 40px;
}

.knowmore {
    position: relative;
    z-index: 10;
    width: 50%;
    line-height: 50px;
    display: block;
    margin: -100px auto 50px;
}

.knowmore:hover {
    text-decoration: none;
    color: #FFF;
}

.boxitem {
    position: relative;
}

.overlay-home {
    display: block;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    position: absolute;
    background: url("../img/main-overlay.png") repeat;
    padding: 40px 20px 20px;
}


/* Types */

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

.boxfull .full-item {
    padding: 0;
}

.full-inner-first {
    padding-right: 10px;
}

.full-inner-center {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}

.full-inner-last {
    padding-left: 10px;
}

.full-inner-center img.img-fluid {
    height: 674px;
}

.overlay-type {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: url("../img/main-overlay.png") repeat;
    padding: 40px;
}

.overlay-type table.room {
    margin-top: 30px;
}

.overlay-type .knowmore {
    margin-top: 10px;
}

.things img {
    margin-bottom: 20px;
}


/* Sign in */

.modal-lg {
    max-width: 1000px;
}

.modal-inner {
    padding: 20px;
    min-height: 500px;
    position: relative;
}

.modal-inner a {
    color: #FFF;
}

.modal-inner p.icons a {
    font-size: 1.2em !important;
}

.modal-inner .bottom {
    bottom: 10px;
    position: absolute;
}

.modal-close {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    z-index: 1000001;
    display: block;
    right: -20px;
    top: -20px;
    line-height: 50px;
    text-align: center;
}

.modal-close:hover {
    color: #FFF;
}

.modal-content {
    position: relative;
}

#form-signin {
    padding-top: 50px;
}

#rules {
    margin-bottom: 50px;
    margin-top: 40px;
}

.rules {
    padding-top: 190px;
}

.rules-header {
    padding-bottom: 90px;
}

.rules-content ol {
    list-style: none;
    counter-reset: li
}

.rules-content ol>li {
    margin-bottom: 10px;
    line-height: 1.7em;
    counter-increment: li;
}

.rules-content h3 {
    color: #DB7E60;
    font-weight: bold;
}

.rules-content ol>li::before {
    content: counter(li);
    width: 1em;
    display: inline-block;
    color: #DB7E60 !important;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
}

.fit-height {
    height: fit-content !important;
}

.custom-carousel {
    position: relative;
}

.custom-carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.custom-carousel-item {
    position: relative;
    width: 100%;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    float: left;
}

.room-item {
    width: 30%;
    float: left;
    position: relative;
}

.room-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

a.tec {
    width: 288px;
    height: 51px;
    display: block;
    text-indent: -9000px;
    background: transparent url("../img/tec.png") no-repeat top left;
}

a.tec:hover {
    background: transparent url("../img/tec-hover.png") no-repeat top left;
}

#lightSlider {
    margin: 0;
    padding: 0;
}

#lightSlider li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#lightSlider li.boxitem {
    overflow: hidden;
    height: 518px;
    /* 	line-height: 518px; */
}

#lightSlider li.boxitem img {
    height: 518px;
    line-height: 518px;
}

.slider-container {
    position: relative;
}

.slider-go {
    display: block;
    color: #CCC;
    width: 80px;
    height: 80px;
    font-size: 2.4em;
    line-height: 80px;
    top: 45%;
}

.sliderfull-goprev,
.sliderfull-gonext {
    top: 20vw;
}

.slider-goprev,
.sliderfull-goprev,
.slider-gonext,
.sliderfull-gonext {
    position: absolute !important;
}

.link-facebook:hover {
    color: #3B5998 !important;
}

.link-twitter:hover {
    color: #1DA1F2 !important;
}

.link-instagram:hover {
    color: #c32aa3 !important;
}

.link-youtube:hover {
    color: #bd081c !important;
}

#signin .form-group.has-feedback,
#signup .form-group.has-feedback {
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
}

#signin .form-group input.form-control,
#signup .form-group input.form-control {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

#signin .form-group label,
#signup .form-group label {
    padding-left: 0 !important;
}

#signin input:focus,
#signup input:focus {
    outline: none !important;
    border: 0 !important;
}

.guest-item {
    padding: 8px 0;
}

.closemore {
    display: block;
    margin-top: 5px;
}

.guest-item:first-child .closemore {
    display: none;
}

a.btn-blue:hover {
    color: #FFF !important;
}

.help-block {
    color: #DF3E5C;
    font-size: 0.8em;
}

div.payment-list {
    margin-bottom: 10px;
    padding-left: 10px;
}

ul.payment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}

ul.payment-list li {
    float: left;
    width: 198px;
    height: 70px;
    display: block;
    margin-left: 20px;
}

ul.payment-list li a {
    display: block;
    text-indent: -9000px;
    width: 198px;
    height: 70px;
}

ul.payment-list a.btn-knet {
    background: transparent url("../img/knet-uncheck.svg") no-repeat top left;
}

a.btn-knet.payment-active {
    background: transparent url("../img/knet-checked.svg") no-repeat top left !important;
}

ul.payment-list a.btn-visa {
    background: transparent url("../img/visa-uncheck.svg") no-repeat top left;
}

a.btn-visa.payment-active {
    background: transparent url("../img/visa-checked.svg") no-repeat top left !important;
}

.agree {
    padding: 10px 0 10px 20px;
}

h5.thingstodo {
    font-weight: bold;
    padding: 0 8px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 1000;
    width: 100%;
}

h5.thingstodo a {
    color: #FFF;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}

#map {
    margin-left: 0px;
}

#booking-info h3.title {
    font-size: 2.4vw;
    margin-top: -20px;
}


/*new css from zam*/


/*
	Khiran resort
	Project start: September 12th, 2018
	
	By: Didats Triadi
*/

@font-face {
    font-family: 'intro_bold_altregular';
    src: url('../fonts/intro-bold-alt-webfont.woff2') format('woff2'), url('../fonts/intro-bold-alt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intro_lightregular';
    src: url('../fonts/intro-light-webfont.woff2') format('woff2'), url('../fonts/intro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

body {
    background: #FFF;
    font-family: 'introregular', verdana, arial, sans-serif;
}

a {
    color: #622255;
}

a:hover {
    color: #007F8C;
}

a.background-orange:hover {
    background: #EA762D;
    text-decoration: none;
}

a.color-white:hover {
    color: #FFF;
}

.container {
    max-width: 1400px;
}

@media (max-width: 767.98px) {
    header {
        z-index: 99;
        position: relative;
        background: url("../img/overlay.png") repeat-x;
    }
}

@media (min-width: 768px) {
    header {
        padding: 20px 0 40px;
        z-index: 99;
        position: relative;
        background: url("../img/overlay.png") repeat-x;
    }
    header .container {
        height: 150px;
    }
}

header ul {
    margin: 0;
    padding: 0;
}

header li {
    list-style: none;
    margin: 0;
    padding: 0 8px;
}

header li a {
    color: #535353;
}

ul#navbottom li.active a {
    font-weight: bold;
}

ul#navbottom li a {
    color: #208B9C;
}

ul#navbottom li a:hover {
    color: #622255;
}

@media only screen and (max-width: 600px) {
    ul#navbottom li.active a,
    ul#navbottom li a:hover {
        color: #FFF;
        font-weight: bold;
    }
}

ul#navtop li.active a,
ul#navtop li a:hover {
    color: #DB7E60;
}

.uppercase,
.title {
    text-transform: uppercase;
}

.subtitle {
    font-size: 2.6em;
    font-weight: bold;
}

h3.price {
    font-family: 'intro_bold_altregular', Arial, sans-serif;
    font-size: 3.5em;
}

#navtop li,
#navbottom li {
    line-height: 40px;
    display: block;
}

#navbottom li a {
    display: block;
}

#navbottom li {
    padding: 3px 23px;
}

#mainheader {
    height: 500px;
    background: #EFEFEF;
}

#mainheader h2.title {
    font-size: 4em !important;
    margin-top: 100px;
}

.form-box {
    background: url("../img/transparent.png") repeat;
    padding: 30px;
    margin-left: -30px;
}

a.btn-dropdown {
    display: block;
    line-height: 75px !important;
    font-size: 0.9em;
    text-decoration: none;
    color: #999;
    border-radius: 4px;
}

.btn-submit {
    display: block;
    font-weight: bold;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer !important;
    border: none;
}

.btn-submit:hover {
    background: #E9842C !important;
}

.btn-radius {
    border-radius: 50px !important;
}

.btn-blue {
    color: #FFF !important;
    background: #DB7E60;
}

.btn-orange {
    color: #FFF !important;
    background: #E9842C;
}

.rooms {
    padding-top: 50px;
    padding-bottom: 50px;
}

hr.roomtype {
    position: relative;
    top: 30%;
    width: 100%;
}

h2.title {
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'intro_bold_altregular';
    line-height: 1em;
}

h2.title span {
    font-weight: normal;
    font-size: 0.7em;
    display: block;
}

#maincontent {
    padding-top: 50px;
    padding-bottom: 50px;
}

#newsletter {
    height: 100px;
    background: #909090;
    color: #FFF;
}

#newsletter p {
    line-height: 100px;
}

#newsletter input.form-control {
    height: 60px;
    position: relative;
    top: 20px;
}

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

hr {
    height: 2px;
    border: none;
    background: #E9852C;
}

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

ul.socialmedia {
    margin: 0;
    margin-top: -45px;
    padding: 0;
}

ul.socialmedia li {
    list-style: none;
    width: 35px;
    height: 35px;
    display: block;
}

ul.socialmedia a {
    display: block;
    background: #000;
    width: 35px;
    height: 35px;
}

.room-type h3 {
    font-weight: bold;
    font-size: 2.5em !important;
}

.room-type-price {
    margin-top: 180px;
}

.room-type {
    position: relative;
}

.leftline {
    position: absolute;
    top: 0;
    width: 3px;
    height: 180px;
    background: #DB7E60;
}

.room-type-content {
    background: #EFEFEF;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-top: 50px;
}

.room-type .btn-submit {
    line-height: 65px;
    width: 200px;
}

input.btn-submit {
    width: 100%;
    margin-top: 20px;
    line-height: 60px;
}

.dropdown-menu {
    border: none;
    padding: 0;
    min-width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu ul {
    margin: 0;
    padding: 0;
}

.dropdown-menu li {
    display: block;
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    line-height: 30px;
    text-decoration: none;
    color: #666666;
    padding: 15px 15px;
}

.dropdown-menu li a:hover {
    background: #EFEFEF;
    color: #000;
}

.color-red {
    color: #97234D;
}

.color-orange {
    color: #622255;
}

.color-blue {
    color: #DB7E60;
}

.color-green {
    color: #5EA510;
}

.color-white {
    color: #FFF;
}

.background-red {
    background: #97234D;
}

.background-orange {
    background: #622255;
}

.background-blue {
    background: #DB7E60;
}

.background-green {
    background: #5EA510;
}

.background-white {
    background: #FFF;
}

.font-bold {
    font-family: 'intro_bold_altregular', Arial, Sans-serif;
}


/* Contact page */

#contactform {
    position: relative;
    z-index: 10;
    margin-bottom: 70px;
    margin-top: -330px;
}

.contact-header {
    background: #5399A2 !important;
}

#contactbox h2.title {
    color: #FFF;
}

#contactbox-content {
    background: #F0F0F0;
}

#contactbox .form-group {
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}

.contact-wrapper {
    padding: 35px 25px;
}

.contact-wrapper p {
    font-size: 0.9em;
    color: #FDEBDA;
}

.contact-wrapper p:first-child {
    color: #FFF;
    margin-bottom: 45px;
}

.contact-wrapper p strong {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: normal;
}

#contactbox-content h4.title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'intro_bold_altregular', Arial, sans-serif;
}

.form-wrapper {
    padding: 40px;
}

.form-wrapper h4.title {
    margin-bottom: 40px;
}

.contact-wrapper p.icons a {
    color: #FFF;
}


/* Booking page */

#booking-success {
    margin-bottom: 80px;
}

#booking-success .container {
    background: #F0F0F0;
    border-radius: 5px;
}

#booking-success .row {
    padding: 40px;
}

#booking-success h4 {
    font-weight: bold;
}

ul.yes {
    margin: 0;
    padding: 0;
}

ul.yes li {
    list-style: none;
    background: transparent url("../img/yes.svg") no-repeat top left;
    padding-left: 35px;
    margin-bottom: 8px;
    color: #333;
}

table.data {
    margin-bottom: 30px;
}

table.data tr td {
    padding: 13px 20px;
    border-bottom: 1px solid #CCC;
}

table.data tr:last-child td {
    border-bottom: 0px;
}

table.data tr td:last-child {
    text-align: right;
}

table.data td.status {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
}

#footer-booking .row {
    border-top: 2px solid #CCC;
    padding: 15px 0;
}

#footer-booking .text-center a {
    color: #999;
    text-decoration: none;
    font-size: 0.8em;
}

.copyright p {
    margin-top: 10px;
    color: #999;
}

.copyright p strong {
    color: #000;
}

.icons a {
    font-size: 35px;
    margin-left: 5px;
    color: #999;
}

.icons a:hover {
    color: #000;
}


/* Booking Details */

#header-image {
    margin-top: -170px;
    z-index: 1;
    position: relative;
    min-height: 400px;
}

#header-image img {
    width: 100%;
}

#booking-box {
    position: relative;
    z-index: 2;
    margin-top: -170px;
    margin-bottom: 50px;
}

#booking-info {
    background: #E9842C;
    color: #FFF;
    padding: 30px;
    margin-bottom: 30px;
}

#booking-info-form {
    background: #F2F2F2;
    padding: 30px;
}

#booking-info-form table {
    margin-bottom: 50px;
}

#booking-info-form table td {
    padding: 13px 18px;
}

#guests {
    padding-top: 10px;
    padding-bottom: 20px;
}

table.amounts tr td {
    padding: 10px 0;
    text-align: center;
}

table.amounts th {
    background: #D57B1F;
    padding: 15px 0;
    text-align: center;
    color: white;
}

table.amounts th:first-child {
    background: #EC9032;
}

table.amounts th:last-child {
    background: #A21D4B;
}

table.amounts td {
    background: #C1C1C1;
}


/* Chalet */

#header-image {
    margin-bottom: 20px;
}

#header-image .header-title {
    margin-top: -35%;
}

@media (max-width: 767.98px) {
    #header-image .header-title {
        margin-top: -55%;
    }
}

.header-title h2 {
    font-size: 4em;
}

.header-title p {
    font-size: 1.5em;
}

.navbar-toggler {
    color: #000 !important;
    background: #000 !important;
}

.header-form {
    margin-top: -10%;
}

.btn-form {
    padding: 0px;
    border-radius: 8px;
    margin-right: 0px;
    position: relative;
    height: 64px;
}

.btn-form a.btn {
    text-align: center;
    display: block;
    line-height: 50px;
}

a.btn-wrapper {
    text-decoration: none;
    color: #535353;
    padding: 8px 15px;
    display: block;
    font-size: 0.9em;
}

a.btn-wrapper small {
    color: #999;
}

.dropdown-toggle::after {
    display: none;
}

.datepicker {
    padding: 0 20px 10px;
}


/*#room-info {
	
}*/

#room-info ul {
    margin: 0;
    padding: 0;
}

#room-info li {
    list-style: none;
}

#room-info li img {
    width: 100%;
}

.slider-wrapper {
    padding: 0;
    position: relative;
    z-index: 1;
}

table.room {
    margin: 50px 0 30px;
}

table.room td {
    padding: 7px 0;
}

table.room tr td:first-child {
    padding-left: 15px;
}

#prev-next {
    margin-top: -25px;
    z-index: 2;
    width: 200px;
    height: 55px;
    border-radius: 27px;
    display: block;
    position: relative;
}

#prev-next a {
    display: block;
    width: 45%;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 55px;
}

#prev-next a:first-child {
    float: left;
}

#prev-next a:first-child {
    float: right;
}

#room-button a.booknow {
    line-height: 55px;
    height: 55px;
    margin-top: -25px;
}

#room-button {
    margin-bottom: 60px;
}

#amenities {
    margin-bottom: 80px;
}

#amenities img {
    margin-bottom: 30px;
}

#room-map {
    min-height: 200px;
    margin-bottom: 50px;
}


/* Dining */

#slidemenu {
    margin-bottom: 50px;
}

.box-title {
    margin: 50px 0;
}

ul.box-slidemenu {
    margin: 0 auto;
    padding: 0;
}

ul.box-slidemenu li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 1.2em;
    border-right: 1px solid #CCC;
}

ul.box-slidemenu a {
    display: block;
    text-align: center;
    padding: 20px 40px;
    text-decoration: none;
    color: #535353;
}

ul.box-slidemenu li.active {
    border: 0;
}

ul.box-slidemenu li:last-child {
    border: 0;
}

ul.box-slidemenu li.active a {
    color: #FFF;
    background: #DB7E60;
}

ul.box-slidemenu li.active img {
    text-align: center;
    display: block;
    margin: 0px auto 0;
}

.toright {
    padding-right: 0;
}

.text-content p {
    line-height: 1.3em;
    font-size: 1.2em;
}

.text-content h3 {
    color: #E9842C;
    font-size: 1.5em;
    margin-top: 20px;
}

.tab-item {
    display: none;
}

.tab-item:first-child {
    display: block;
}

#tabMain {
    margin-bottom: 70px;
}


/* About */

#box-center {
    margin-top: 30px;
    margin-bottom: 50px;
}

#box-center h2 {
    margin-bottom: 40px;
}

.box {
    margin-bottom: 50px;
}

.box .line {
    margin-top: 40px;
}

.knowmore {
    position: relative;
    z-index: 10;
    width: 50%;
    line-height: 50px;
    display: block;
    margin: -100px auto 50px;
}

.knowmore:hover {
    text-decoration: none;
    color: #FFF;
}

.boxitem {
    position: relative;
}

.overlay-home {
    display: block;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    position: absolute;
    background: url("../img/main-overlay.png") repeat;
    padding: 40px 20px 20px;
}


/* Types */

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

.boxfull .full-item {
    padding: 0;
}

.full-inner-first {
    padding-right: 10px;
}

.full-inner-center {
    padding-left: 5px;
    padding-right: 5px;
}

.full-inner-last {
    padding-left: 10px;
}

.overlay-type {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: url("../img/main-overlay.png") repeat;
    padding: 40px;
}

.overlay-type table.room {
    margin-top: 30px;
}

.overlay-type .knowmore {
    margin-top: 10px;
}

.things img {
    margin-bottom: 20px;
}


/* Sign in */

.modal-lg {
    max-width: 1000px;
}

.modal-inner {
    padding: 20px;
    min-height: 500px;
    position: relative;
}

.modal-inner a {
    color: #FFF;
}

.modal-inner p.icons a {
    font-size: 1.2em !important;
}

.modal-inner .bottom {
    bottom: 10px;
    position: absolute;
}

.modal-close {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    z-index: 1000001;
    display: block;
    right: -20px;
    top: -20px;
    line-height: 50px;
    text-align: center;
}

.modal-close:hover {
    color: #FFF;
}

.modal-content {
    position: relative;
}

#form-signin {
    padding-top: 50px;
}

#rules {
    margin-bottom: 50px;
    margin-top: 40px;
}

.rules {
    padding-top: 190px;
}

.rules-header {
    padding-bottom: 90px;
}

.rules-content h3 {
    color: #DB7E60;
}

.fit-height {
    height: fit-content !important;
}


/* desktop */

.navbar-light .navbar-nav .active>.nav-link {
    color: #622255;
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-item {
    padding: 0 20px;
}

.navbar-nav .nav-item:last-child {
    padding: 0 0 0 20px;
}

.navbar-toggler {
    background: #fff !important;
    color: #622255 !important;
    border-width: 0 !important;
    border-color: #FFF !important;
}

.navtop a {
    color: #212529;
}

.navtop a:hover {
    color: #DB7E60;
}

#info-area .room tr:last-child td {
    border: 0;
}


/* mobile & responsive */

@media (max-width: 767px) {
    body {
        font-size: 0.8rem !important;
    }
    header {
        min-height: 30px;
        background-size: auto 300px !important
    }
    .navtop {
        font-size: 70%;
        text-align: right;
        padding: 15px 0 0 0;
    }
    .navtop img {
        max-width: 16px;
    }
    .navbar-brand img {
        width: 120px;
    }
    .navbar-collapse {
        background-color: #622255;
        /* imam start */
        /* border-bottom: solid 9px #fff;
		padding-top: 20px;
		padding-bottom: 20px; */
        /* imam end */
    }
    .navbar-light .navbar-nav .nav-item {
        padding: 0 !important;
        line-height: 1.5 !important;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        display: block;
        padding: 10px 15px;
    }
    .navbar-light .navbar-nav .active>.nav-link {
        background: #fff;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        background: #eceded;
    }
    #header-image {
        /* margin-top: -300px; */
        min-height: 350px;
    }
    #header-image .header-title {
        margin-top: -40%;
    }
    #header-image img {
        min-height: auto !important;
        max-height: 350px;
    }
    .header-title h3 {
        font-size: 20px;
        line-height: 4.5vw;
    }
    #navbarNavDropdown li a {
        color: #EFEFEF !important;
    }
    #navbarNavDropdown li a:hover {
        color: #FFF !important;
        font-weight: bold !important;
    }
    .header-title h2,
    #box-center h2,
    h2.title,
    h2,
    .h2 {
        font-size: 1.5rem;
    }
    h3,
    .h3 {
        font-size: 1.2rem;
    }
    h4,
    .h4 {
        font-size: 1rem;
    }
    h5,
    .h5 {
        font-size: 0.75rem;
    }
    #amenities h2 {
        margin-bottom: 30px;
    }
    #amenities h2:after {
        content: "";
        display: block;
        width: 15%;
        padding-top: 20px;
        border-bottom: 2px solid #222222;
        margin: auto;
    }
    .dropdown-menu {
        width: 100%;
        font-size: 0.8rem;
        min-width: 320px;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
    }
    .ui-datepicker-multi .ui-datepicker-group table {
        float: none;
        margin-bottom: 20px;
    }
    .ui-datepicker-inline {
        width: 100% !important;
    }
    h2.subtitle,
    h3.subtitle {
        font-size: 1.5rem;
    }
    hr.subtitle {
        background-color: #007F8C;
        left: 0;
    }
    .header-title p {
        font-size: 1.1rem;
        width: 75%;
    }
    #box-center h2 {
        margin-bottom: 20px;
    }
    .box .line {
        margin: 20px 0;
    }
    .btn-submit {
        line-height: 50px;
    }
    .tec {
        width: 100%;
    }
    .copyright p {
        font-size: 0.7rem;
    }
    #footer-booking img {
        max-width: 100%;
    }
    #footer-booking .icons {
        text-align: center !important;
    }
    #footer-booking .icons .fab {
        font-size: 24px;
    }
    .break-out {
        width: 100vw;
        position: relative;
        margin: 6px -15px;
        padding: 0;
    }
    .break-out .overlay-home {
        left: 0;
        right: 0;
    }
    .full-inner {
        margin: 6px 0;
    }
    .overlay-type {
        padding: 15px 30px;
        margin: 6px 0;
    }
    .overlay-type table.room {
        margin: 0 0 15px 0;
    }
    .overlay-type table.room img {
        max-width: 16px;
    }
    .things {
        position: relative;
        padding: 0;
    }
    .things .col-lg-10 {
        padding: 0;
    }
    .things .row {
        left: 0;
        right: 0;
    }
    .things .col-3 {
        padding: 0 4px;
    }
    .things h5 {
        font-size: 10px;
    }
    #prev-next {
        /* position: absolute;
        margin-top: -30px !important;
        margin-left: 30%;
        margin-right: 25%;
        margin-left: 25%;
        margin-right: 25%; */
        width: 40%;
        margin: -25px auto 0px auto;
        z-index: 4;
    }
    .tabs-accordion h2.title {
        margin-top: 1.5rem;
    }
    #prev-next a {
        border-left: 1px solid #fff;
        width: 49%;
        position: relative;
        z-index: 5;
    }
    #prev-next a:last-child {
        border: 0;
    }
    #info-area .room {
        margin: 40px 0;
    }
    #info-area .room img {
        width: 16px;
    }
    #room-button a.booknow {
        width: 50%;
        margin: -25px auto 0px auto;
    }
    #amenities img {
        margin: 0;
    }
    #contactform {
        margin-top: -200px;
        margin-bottom: 30px;
    }
    .contact-wrapper p:first-child {
        margin-bottom: 30px;
    }
    .contact-wrapper .icons a {
        font-size: 20px;
    }
    #contactbox {
        padding: 0;
    }
    #contactbox .background-orange {
        margin: 0 15px;
    }
    #contactbox .form-wrapper {
        padding: 30px;
    }
    #contactbox .form-wrapper textarea {
        margin: 0 15px;
    }
    #contactbox input.btn-submit {
        line-height: 50px;
    }
    #contactbox .form-group {
        border: 0;
        margin-bottom: 0;
    }
    .form-wrapper h4.title {
        margin-bottom: 20px;
    }
    #booking-success {
        margin-top: -200px;
        margin-bottom: 60px;
    }
    #booking-success .row {
        padding: 20px;
    }
    #booking-info h3.title {
        font-size: 2rem;
    }
    #booking-info-form {
        padding: 20px;
    }
    #booking-info-form table {
        width: 100%;
        margin-bottom: 30px;
    }
    #booking-info-form table td {
        padding: 15px 10px;
    }
    #booking-info-form .wraptable {
        margin: 0 -20px;
    }
    #booking-info-form input.btn-submit {
        line-height: 50px;
    }
    table.amounts {
        border-collapse: collapse;
    }
    table.amounts,
    table.amounts th,
    table.amounts td {
        border: 1px solid #fff;
    }
    #guests .row .col {
        margin: 10px 0;
    }
    #signup,
    #signin,
    #reset-begin,
    #reset-complete {
        margin: 15px;
    }
    #signup .modal-inner,
    #signin .modal-inner,
    #reset-begin .modal-inner,
    #reset-complete .modal-inner {
        min-height: 240px;
    }
    #signup .background-orange,
    #signin .background-orange,
    #reset-begin .background-orange,
    #reset-complete .background-orange {
        margin: 0 15px;
    }
    #signup #form-signup,
    #signin #form-signin {
        padding: 15px;
    }
    #signup .btn-submit,
    #signin .btn-submit {
        line-height: 50px;
    }
    #form-signin {
        background-color: #f2f2f2;
    }
    /*imam*/
    #signin .form-group label,
    #signup .form-group label {
        padding-left: 15px !important;
    }
    #signin .form-group input.form-control,
    #signup .form-group input.form-control {
        padding: 0px;
    }
    .modal-close {
        width: 35px;
        height: 35px;
        border-radius: 25px;
        position: absolute;
        z-index: 1000001;
        display: block;
        right: -23px;
        top: -8px;
        line-height: 36px;
        text-align: center;
    }
    #info-area {
        background: rgb(98, 34, 85);
        background: linear-gradient(180deg, rgba(98, 34, 85, 1) 0%, rgba(219, 126, 96, 1) 100%, rgba(0, 212, 255, 1) 100%);
        min-height: 260px;
    }
    .slider-wrapper {
        padding: 0;
        position: relative;
        z-index: 1;
        height: 260px !important;
        min-height: 260px !important;
    }
    .slider-wrapper .carousel-inner,
    .slider-wrapper .carousel-item {
        overflow: hidden !important;
        height: 260px;
    }
    .slider-wrapper img.d-block {
        min-height: 260px;
        max-height: 260px !important;
        height: unset !important;
    }
    .slider-go {
        width: 25px;
    }
    /*end imam*/
    #form-signin input[type=text],
    #form-signin input[type=password],
    #form-signin select,
    #contactbox-content input[type=text],
    #contactbox-content textarea,
    #booking-box input[type=text] {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #9b9b9b;
        box-shadow: none;
    }
    .mobile-view {
        display: unset;
    }
    .web-view {
        display: none;
    }
    #booking-box .border-bottom {
        border-bottom: 0 !important;
    }
    #booking-box .payment {
        list-style: none;
        padding: 0;
    }
    #booking-box .payment li {
        display: inline-block;
        width: 30%;
    }
    #booking-box h4 {
        font-weight: bold;
    }
    input.btn-submit {
        width: 80%;
        margin: auto;
    }
    h3.price {
        font-size: 2.5em;
    }
    a.btn-wrapper {
        text-decoration: none;
        color: #535353;
        padding: 8px 15px;
        display: block;
        font-size: 0.9em !important;
    }
}


/* tabs accordion */

.tabs-accordion {
    margin-bottom: 70px;
}

.tabs-accordion p {
    line-height: 1.3em;
    font-size: 1.2em;
}

.tabs-accordion h3 {
    color: #E9842C;
    font-size: 1.5em;
    margin-top: 20px;
}

.tabs-accordion h2,
.tabs-accordion h3,
.tabs-accordion p {
    padding: 0 100px;
}

.tabs-accordion .title {
    margin-bottom: 30px;
}

.tabs-accordion .title:after {
    content: "";
    display: block;
    width: 15%;
    padding-top: 20px;
    border-bottom: 2px solid #222222;
}

@media (min-width: 768px) {
    .panel-heading {
        display: none;
    }
    .panel {
        border: none;
        box-shadow: none;
    }
    .panel-collapse {
        height: auto;
    }
    .panel-collapse.collapse {
        display: block;
    }
    .nav-tabs {
        margin: 0 0 50px 0;
        padding: 0;
        border: 0;
    }
    .nav-tabs li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        font-size: 1.2em;
        border-right: 1px solid #CCC;
    }
    .nav-tabs li:last-child {
        border-right: 0;
    }
    .nav-tabs li a {
        display: block;
        text-align: center;
        padding: 20px 1.8vw;
        text-decoration: none;
        color: #535353;
        position: relative;
    }
    .nav-tabs li a.active {
        color: #FFF !important;
        background: #DB7E60 !important;
    }
    .nav-tabs li a.active:after {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #DB7E60;
        content: " ";
        position: absolute;
        bottom: -14px;
        left: 42.5%;
    }
    /*imam*/
    .mobile-view {
        display: none;
    }
    .web-view {
        display: unset;
    }
}

@media (max-width: 767px) {
    .tab-content .tab-pane {
        display: block;
    }
    .nav-tabs {
        display: none;
    }
    .panel-title a {
        display: block;
        text-align: center;
        text-transform: uppercase;
    }
    .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }
    .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0;
    }
    .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px;
    }
    .tabs-accordion {
        padding: 0;
    }
    .tabs-accordion h2,
    .tabs-accordion h3,
    .tabs-accordion p {
        padding: 0 15px;
        text-align: center;
    }
    .tabs-accordion .title:after {
        margin: auto;
    }
    .tabs-accordion .carousel {
        margin-bottom: 15px;
    }
    .tabs-accordion .panel-heading .panel-title {
        margin: 0;
    }
    .tabs-accordion .panel-heading .panel-title a {
        background-color: #9b9b9b;
        color: #fff;
        padding: 15px;
        margin: 0;
    }
    .tabs-accordion .panel-heading .panel-title a[aria-expanded="true"] {
        background-color: #208895;
    }
    .tabs-accordion .panel-heading a i {
        float: right;
    }
    ul#navbottom li.active a,
    ul#navbottom li a:hover {
        /* color: #fff !important; */
    }
    ul#navbottom li a:hover {
        /* color: #622255 !important; */
    }
    .header-title h2 br,
    .header-title h3 br {
        content: " ";
        display: none;
    }
    .header-title h2,
    .header-title h3 {
        margin-top: 15% !important;
    }
    .header-title h2.nomargin,
    .header-title h3.nomargin {
        margin-top: 0 !important;
    }
    .header-title h2,
    .header-title h3 {
        width: 100% !important;
    }
    ul#lightslider-full-mobile {
        margin: 0 !important;
        padding: 0 !important;
    }
    ul#lightslider-full-mobile li {
        width: 100% !important;
        display: block;
    }
}

.box-contact-list {
    font-size: 0.9em !important;
}

.box-contact-list h3 {
    font-size: 1em !important;
    margin-top: 20px;
}

.slider-roomtypes .lSAction a {
    width: 40px !important;
    height: 40px !important;
}

.slider-roomtypes a.lSPrev {
    background: transparent url("../img/icon-arrow-left.svg") !important;
}

.slider-roomtypes a.lSNext {
    background: transparent url("../img/icon-arrow-right.svg") !important;
}

.slider-roomtypes a.lSPrev:hover {
    background: transparent url("../img/hover-arrow-left.svg") !important;
}

.slider-roomtypes a.lSNext:hover {
    background: transparent url("../img/hover-arrow-right.svg") !important;
}

#not-available {
    text-align: center;
}

label.label-smaller {
    font-size: 0.9em;
}

.reg-transparant-input {
    margin-top: -5px;
}


/* Mappedin CSS */

.mappedin-marker .card {
    border-radius: 1.2rem !important;
    box-shadow: 4px 6px 17px -2px rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 4px 6px 17px -2px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 4px 6px 17px -2px rgba(0, 0, 0, 0.44);
}

.mappedin-marker table td {
    text-align: left !important;
    font-weight: normal !important;
}

.mappedin-marker tr td:last-child {
    padding-left: 0 !important;
}

.mappedin-marker .card-img-top {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important;
}

.mappedin-marker button {
    width: 100% !important;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
}

.mappedin-marker tr:last-child td {
    border-bottom: 1px solid #EFEFEF;
}

.mappedin-marker h5 {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: left;
}

.modal-header img {
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
}

.mappedin-popup .modal-header {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.dropdown-menu.show {
    z-index: 99999;
}

.label-middle {
    line-height: 39px !important;
}

#info-area td img {
    width: 40px;
}

#info-area td.color-orange {
    color: #FFF;
    font-weight: bold;
    text-align: right;
}

.overlay-type table.room td {
    padding: 5px 0 !important;
}

.overlay-type table.room img {
    width: 50px;
}

.overlay-type table.room td.color-orange {
    color: #FFF;
    font-weight: bold;
}

.main-gradient,
.dt-form .title {
    background: rgb(98, 34, 85) !important;
    background: linear-gradient(90deg, rgba(98, 34, 85, 1) 0%, rgba(219, 126, 96, 1) 100%) !important;
}

.main-gradient-text {
    background: -webkit-linear-gradient(45deg, #622255, #db7e60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none !important;
}

.no-border {
    border: 0 !important;
}

.submit-form-button {
    border-radius: 0.5em;
    line-height: 53px !important;
    font-weight: bold;
}

.modal-left .show-signup,
.modal-left .show-signin {
    text-decoration: underline !important;
    font-weight: bold !important;
    padding: 5px;
}

.modal-left .show-signup:hover,
.modal-left .show-signin:hover {
    color: #FFF !important;
    background: #622255;
}

#login-menu a {
    color: #208B9C !important;
}

#login-menu a:hover {
    color: #622255;
}

#kbot {
    width: 100px;
    height: 100px;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000000;
}

#kbot img {
    width: 100px;
    height: 100px;
}