@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,700&display=swap');
@font-face {
    font-family: 'Arsenica Alt Trial';
    src: url('ArsenicaAlt-Regular.woff2') format('woff2'),
    url('ArsenicaAlt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aequitas';
    src: url('Aequitas-Bold.woff2') format('woff2'),
    url('Aequitas-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    /*unicode-range: U+0000-007F;*/
}


/* --------------------------------
Primary style
-------------------------------- */

*, *::after, *::before {
    box-sizing: border-box;
}


html {
    font-size: 62.5%;
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-size: 1.7rem;
    background-color: #393b38;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    line-height: 1.2;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}

p ~ p,
p ~ div {
    margin-top: 15px;
}

small {
    font-size: 75%;
    color: #FFF;
}

a {
    color: #7b9d6f;
    text-decoration: none;
}

a, a:visited, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

a:hover, a:focus {
    color: #f2f2f2;
    text-decoration: none;
}
a.read-more {
    float:right;
}

a.back, a.read-more {
    font-size: 1.6rem;
    color: #b3b3b3;
}

/*
menu
*/
#brand {
    margin-top: 5px;
}
.navbar {

    height: 70px !important;
}

.navbar-brand {
    margin-top: 0;
    padding: 0 15px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 18px;
    padding: 9px 10px !important;
}


.nav {
    font-size: 2.5rem;
}

.nav > li > a {
    padding: 10px 20px;
}


.navbar-inner {
    min-height: 0px;
}

.navbar-brand,
.navbar-nav li a {
    font-size: 1.8rem;
    text-transform: uppercase;
    line-height: 40px;
    height:40px;
    padding-top: 0;
}

.navbar-nav {
    color: #f8f8f8;
}

/*svg logo color */
.st0{fill:#FFF;}
.st1{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#FFF;
}

.navbar-brand {
    font-size: 20px;
}

.navbar-container {
    padding: 5px 0 0 0;
}
.navbar.navbar-fixed-top{
    background-color: #393b38;;
}

/*.navbar.navbar-fixed-top.fixed-theme {
background-color: rgba(255, 255, 255, .9);*/
    /*border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}*/

/*.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}
*/
/*	.navbar-brand.fixed-theme,
    .navbar-container.fixed-theme,
    .navbar.navbar-fixed-top.fixed-theme,
    .navbar-brand,
    .navbar-container{
        transition: 0.8s;
        -webkit-transition:  0.8s;
    }*/

.navbar-nav > li > a {
    color: #FFF;
}


.navbar-nav.nav > li > a:focus, .navbar-nav.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
    text-shadow:0 0 1px white;
}

.navbar-toggle {
    margin-top: 30px;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */

/*  language switch */
.lang-switch.nav > li > a {
        font-size: 1.6rem;
        color: #71726d;
    }
.lang-switch.nav > li.active > a {
    color: #FFF;
}

.white-text
{
    color:#FFF;
}
.dark-text
{
    color:#393b38;
}
.gray-text
{
    color:#ccccc4;
}
/* price table */
.table > tbody > tr > td, .table > tbody > tr > th {
    border: none;
}

/* panel */
.panel-default, .panel-default > .panel-heading {
    color: inherit;
    background-color: transparent;
    border: none;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body
{
    border:none;
}

.panel-heading {
    padding: 10px 15px 10px 0;
}
.panel-heading  a:active, .panel-heading a:hover, .panel-heading a:focus, .panel-title.active {
    text-decoration: none;
    color:#ba742e;
}

.panel-body {
    padding: 15px 15px 15px 0;
}

.zl-table-top-border {
    border-top: 1px solid rgb(57, 59, 56);
}

body .orange-button {
    transition: background-color 0.5s ease;
    font-style: normal;
    background-color:#ba742e;
    color:#fff;
    display: inline-block;
    padding: 4px 43px;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}

 .orange-button:hover {
    background-color: #CB8F2D;
}

body .white-button {
    transition: background-color 0.5s ease;
    display: inline-block;
    color:#ba742e;
    font-weight: bold;
    background-color:inherit;
    padding: 4px 43px;
    line-height: 1.42857143;
}

.white-button:hover {
    font-style: normal;
    background-color:#ba742e;
    color:#fff;
    display: inline-block;
    padding: 4px 43px;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
body .zl-gray-button
{
    background-color:#72736e;
}

ul.info-list
{
    list-style: none;
}

ul.info-list li:first-of-type {
    border-top: solid #393b38 1px;
}
ul.info-list li {
    border-bottom: solid #393b38 1px;
    padding: 0.8rem 0 0.8rem 0;
}

ul.zl-light-list  li:first-of-type
{
    border-top: solid #ccccc4 1px;
}

ul.zl-light-list li {
    border-bottom: solid #ccccc4 1px;
}

.info-list {
    padding-left:0;
    padding-top: 35px;
    padding-bottom: 40px;
}

.zl-h2-upp-center
{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 35px;
}

html:lang(lv) .zl-h1-big-header-top, html:lang(en) .zl-h1-big-header-top
{
    font-family: 'Aequitas',  sans-serif;
    margin-top:90px;
    font-size:10rem;
    line-height: 5rem;
}

html:lang(ru) .zl-h1-big-header-top
{
    font-family: 'Arsenica Alt Trial',   sans-serif;
    margin-top:90px;
    font-size:6rem;
    line-height: 5rem;
}

html:lang(lv) .zl-h1-big-header-bottom, html:lang(en) .zl-h1-big-header-bottom
{
    font-family: 'Aequitas',  sans-serif;
    position: absolute;
    bottom: 13rem;
    font-size:10rem;
    line-height: 5rem;
}

html:lang(ru) .zl-h1-big-header-bottom
{
    font-family: 'Arsenica Alt Trial',  sans-serif;
    position: absolute;
    bottom: 13rem;
    font-size:6rem;
    line-height: 5rem;
}

.zl-h1-text-cen-upp {
    text-align: center;
    text-transform: uppercase;
    font-size:1.8rem;
}

#inner_fixed {
    height: 69px;
    background-color: grey;
}

#inner_remaining {
    background-color: #DDDDDD;
    position: absolute;
    top: 69px;
    bottom: 0;
    width: 100%;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full-width_bg__image {
    padding: 0 !important;
    margin: 0 auto !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.is-invalid {
    color: #CB8F2D;
}

/*
Tabs
*/
.nav-tabs > li > a {
}

.nav-tabs {
    font-size: 1.8rem;
    border-bottom: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
}

.tab-content {
    margin-top:20px;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-bottom: 1px solid rgb(204, 204, 196);
}

/* calendar */
#external-events {
    float: left;
    width: 150px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
}

#external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
}

.fc-today {
    background: none !important;
    border: none !important;
    border-top: 1px solid #ddd !important;
    font-weight: bold;
    color: white;
}

.fc-content {
    font-size: 1.5rem;
    cursor: pointer;
}

.fc-event:hover {
    cursor: hand;
}

.fc-title {
    clear:left;
    float:left;
    display:inline-block;
}

.fc-button {
    background:none !important;
    border: 1px solid white !important;;
}

.fc-button:hover  {
    background:lightgrey !important;
}

.fc-state-default  {
    background:none !important;
}
.fc-icon-left-single-arrow, .fc-icon-right-single-arrow {
    color:white;
}
.fc-prev-button, .fc-next-button {
    background-color: transparent !important;
    border: none !important;;
}

.fc-prev-button .glyphicon, .fc-next-button .glyphicon {
    color:white;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;;
}
/*.a {
    padding: 15px 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
}

.a p {
    margin-top: 10px;
}
/* Modal */
#modalContent-html {
    color: black;
}
/* Services price table */
table.price-table {
    text-align: left;
}

table.price-table  th {
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
}
table.price-table td, table.price-table th {
    padding: 0px 2px;
}
table.price-table tbody td {
    color: #FFFFFF;
}
.table-border-bottom {
    border-bottom:solid white 1px;
}
.table-border-top {
    border-top:solid white 1px;
}

/* News */
.news-item h4 {
    text-transform: uppercase;
    font-size: 1.9rem;
}
.news-date
{
    font-size: 1.4rem;
}

.news-content
{
    font-size: 1.4rem;
    margin: 20px 0 40px 0;
}
.news-content p {

}

/*
Forma
*/
.form-horizontal .control-label {
    font-size: 1.4rem;
}

/* footer */
.footer {
    font-size: 1.6rem;
    color: #FFF;
}

.footer > .box {
    margin-left: 20px;
}

.footer a:hover, .footer a:visited, .footer a:focus {
    color: #FFF;
    text-decoration: underline;
}

hr.style1 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.fb-logo {
    height:16px;
}

label {
    margin-bottom: 0;
    font-weight: 300;
}
.help-block-error {
    display: none;
}

/* YT */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* jarallax */
.jarallax {
    flex-grow: 1; width: 100%;
}


.jarallax > .jarallax-img {

}

.jarallax-keep-img {
    position: relative;
    z-index: 0;
}

.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}
.jarallax-keep-img.demo-float-left {
    margin-right: 15px;
    margin-left: -60px;
}

.jarallax-keep-img.demo-float-right {
    margin-left: 15px;
    margin-right: -60px;
}

span[data-jarallax-element] {
    display: inline-block;
}

/* demo styles */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.demo-table {
    display: table;
    width: 100%;
    height: 100vh;
    color: #fff;
}

.demo-table-cell {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.demo-gap {
    padding-top: 55px;
    padding-bottom: 80px;
    overflow: hidden;
}


/*.demo-gap .container {
    max-width: 800px;
    margin: 0 auto;
}*/
.demo-gap-half {
    display: table;
    width: 100%;
}

.demo-gap-half > div {
    display: table-cell;
    width: 50%;
}

.demo-gap-half .demo-gap-1 .jarallax,
.demo-gap-half .demo-gap-2 .jarallax {
    padding-top: 56.25%;
    min-height: 0;
    height: 0;
}

.demo-gap-half .demo-gap-1 .jarallax {
    padding-top: 112.5%;
}

.demo-content {
    background-color: #f7f7f7;
    padding: 80px;
}
.wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    grid-gap: 10px;
}


/*Youtube lazy load */

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {

}

.zl-map-container {
    background-image: url('/images/Karte_1920x698.webp');
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
    height: 50vh;
}

.zl-social-icons {
    height:2rem;
    margin-right:2.5rem;
}
.zl-zoom-in-image figure{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.zl-zoom-in-image figure:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.zl-play-button-wrap {
    position: absolute;
    bottom: 7rem;
}
.zl-play-button:hover {
    cursor: pointer;
}
.zl-play-button {
    height:60px;
}

.zl-close-button {
    height: 25px;
    width: 25px;
}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {

    .jarallax {
    height: 100px;
    }

    .demo-table.small {
        height: 200px;
    }

}

@media only screen and(max-device-width: 480px) {

}

@media only screen and (max-device-width: 1024px) {
 /*   .navbar-brand, .navbar-nav li a {
        line-height: 20px;
        height: 20px;
        padding-top: 0;
    }*/
    .zl-p-20 {
        padding-top: 0px;
    }

    .intro-h1 {
        background-color:rgba(0,0,0,.5);
        padding:0px;
        text-transform: none;
    }

    .navbar-nav.nav > li > a{
        padding:15px;
    }
}

@media screen and (max-width: 600px) {
    /*.nav{
    font-size: 2rem;
}*/
    .jarallax-keep-img.demo-float-left,
    .jarallax-keep-img.demo-float-right {
        margin-right: 0;
        margin-left: 0;
        float: none;
    }

    .fb-logo {
        height:auto;
    }

    .fc-content {
        font-size: 1.1rem;
        cursor: pointer;
    }

}

/* Carousel */
.demo-carousel {
    background-color: rgb(39, 35, 51);
}

.demo-carousel .demo-carousel-item {
    width: 33.33%;
    min-height: 300px;
}

@media screen and (max-width: 780px) {
    body {
        font-size: 1.8rem;
    }

    .demo-carousel .demo-carousel-item {
        width: 50%;
    }

    .demo-gap {
        padding: 20px;
        overflow: hidden;
    }

    .lang-switch.nav  {
        color: #71726d;
        margin: auto;
        width: 50%;
    }
    .lang-switch.nav > li {
        float:left;

    }
    .lang-switch.nav > li a {
        font-size:1.6rem;
    }

    #navbar-collapse-x
    {
        background-color: rgb(57, 59, 56)
    }

    .dropdown-menu > li > a {
      color: #ccccc4;
        font-size: 1.4rem;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }

    .navbar-toggle {
        margin-top:15px;
    }
    .navbar-brand {
        margin: 5px 0 0 15px;
    }
    .navbar-nav {
        margin-left: 0px;
    }

    html:lang(lv) .zl-h1-big-header-bottom, html:lang(en) .zl-h1-big-header-bottom {
        font-size: 5rem;
        line-height: 4rem;
        bottom: 5rem;
    }
    html:lang(ru) .zl-h1-big-header-bottom, html:lang(ru) .zl-h1-big-header-bottom {
        font-size: 5rem;
        line-height: 4rem;
        bottom: 8rem;
    }
    .zl-gray-button {
        margin-top:15px;
    }

    .zl-play-button-wrap {
        bottom: 2rem;
    }
   .zl-play-button {
       height:35px;
   }
    .demo-table {
        height: 90vh;
    }

    .info-list {
        padding-top: 15px;
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 400px) {
    .demo-gap {
        padding: 10px 0px;
        overflow: hidden;
    }

    .demo-carousel .demo-carousel-item {
        width: 100%;
    }
    .footer .box.text-right{
        padding-right:10px;
    }
}

@media only screen and (min-width: 767px) {
    .navbar {
        margin-bottom: 0px;
    }
    #navbar .navbar-collapse {
        margin-top:0;
    }
    .navbar-brand {
    }
    .navbar-nav {
        text-transform: capitalize;
        font-size: 1.7rem;
    }
    .navbar-brand,
    .navbar-nav li a {
        font-size: inherit;
        line-height: 65px;
        height: 65px;
        padding-top: 0;
    }
    .lang-switch {
        margin-left:20px;
    }

    .lang-switch.nav > li > a {
        padding-right: 0;
        padding-left: 10px;
    }

    .zl-p-20 {
        padding-top: 20px;
    }

    .demo-table {
        display: table;
        width: 100%;
        height: 100vh;
        color: #fff;
    }
    .intro-h1 {
       padding:5px;
    }
    .jarallax {
        min-height: 90vh;
    }
}

/*Margin and Padding helpers*/
/*xs*/
.p-xs { padding: .25em; }
.p-x-xs { padding: 0 .25em; }
.p-y-xs { padding: .25em 0 ; }
.p-t-xs { padding-top: .25em; }
.p-r-xs { padding-right: .25em; }
.p-b-xs { padding-bottom: .25em; }
.p-l-xs { padding-left: .25em; }
.m-xs { margin: .25em; }
.m-x-xs { margin: 0 .25em; }
.m-y-xs { margin: .25em 0 ; }
.m-r-xs { margin-right: .25em; }
.m-l-xs { margin-left: .25em; }
.m-t-xs { margin-top: .25em; }
.m-b-xs { margin-bottom: .25em; }
/*sm*/
@media (min-width:768px){
    /*sm*/
    .p-sm { padding: .5em; }
    .p-x-sm { padding: 0 .5em; }
    .p-y-sm { padding: .5em 0 ; }
    .p-t-sm { padding-top: .5em; }
    .p-r-sm { padding-right: .5em; }
    .p-b-sm { padding-bottom: .5em; }
    .p-l-sm { padding-left: .5em; }
    .m-sm { margin: .5em; }
    .m-x-sm { margin: 0 .5em; }
    .m-y-sm { margin: .5em 0 ; }
    .m-t-sm { margin-top: .5em; }
    .m-r-sm { margin-right: .5em; }
    .m-b-sm { margin-bottom: .5em; }
    .m-l-sm { margin-left: .5em; }
}

/*md*/
@media (min-width: 992px){
    .p-md { padding: 1em; }
    .p-x-md { padding: 0 1em; }
    .p-y-md { padding: 1em 0; }
    .p-t-md { padding-top: 1em; }
    .p-r-md { padding-right: 1em; }
    .p-b-md { padding-bottom: 1em; }
    .p-l-md { padding-left: 1em; }
    .m-md { margin: 1em; }
    .m-x-md { margin: 0 1em; }
    .m-y-md { margin: 1em 0 ; }
    .m-t-md { margin-top: 1em; }
    .m-r-md { margin-right: 1em; }
    .m-b-md { margin-bottom: 1em; }
    .m-l-md { margin-left: 1em; }
}

/*lg*/
@media (min-width: 1200px){
    .p-lg { padding: 1.5em; }
    .p-x-lg { padding: 0 1.5em; }
    .p-y-lg { padding: 1.5em 0; }
    .p-t-lg { padding-top: 1.5em; }
    .p-r-lg { padding-right: 1.5em; }
    .p-b-lg { padding-bottom: 1.5em; }
    .p-l-lg { padding-left: 1.5em; }
    .m-lg { margin: 1.5em; }
    .m-x-lg { margin: 0 1.5em; }
    .m-y-lg { margin: 1.5em 0; }
    .m-t-lg { margin-top: 1.5em; }
    .m-r-lg { margin-right: 1.5em; }
    .m-b-lg { margin-bottom: 1.5em; }
    .m-l-lg { margin-left: 1.5em; }
}
/*xl*/
.p-xl { padding: 3em; }
.p-x-xl { padding: 0 3em; }
.p-y-xl { padding: 3em 0 ; }
.p-t-xl { padding-top: 3em; }
.p-r-xl { padding-right: 3em; }
.p-b-xl { padding-bottom: 3em; }
.p-l-xl { padding-left: 3em; }
.m-xl { margin: 3em; }
.m-x-xl { margin: 0 3em; }
.m-y-xl { margin: 3em 0; }
.m-t-xl { margin-top: 3em; }
.m-r-xl { margin-right: 3em; }
.m-b-xl { margin-bottom: 3em; }
.m-l-xl { margin-left: 3em; }

@media only screen and (min-width: 992px){
    .zl-row-b-margin {
        margin-bottom:20px;
    }
}

@media only screen and (min-width: 768px) {
/* Booking */
.booking-fixed {
        color:#FFF;
        text-transform: uppercase;
        padding: 33px 45px;
        position: fixed;
        right: 0;
        top: 30%;
        background-color: #ba742e;
        display: block;
        transform: rotate(270deg);
        transform-origin: right bottom;
        cursor: pointer;
}
    .booking-fixed:hover {
        background-color: #CB8F2D;
    }
}

/* booking-slide-in-div */
#booking-div {
    background-color:#111;
    height:100%;
    overflow-x:hidden;
    position:fixed;
    right:0;
    top:0;
    transition: width .5s;
    width:0;
    z-index:10;
}

#booking-div.active {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
    transition: all 0.75s ease-in-out;
}

#booking-div * .orange-button
{
    width: 80%;
}


/*To Top button */
.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 25px;
    right: 20px;
    display: none;
}
.scroll-top i {
    display: inline-block;
    color: rgb(33, 36, 34);
}
.scroll-top, .scroll-top:hover,
.scroll-top:active,
.scroll-top:visited,
.scroll-top:focus {
    background-color: #FFF !important;
    border-color: rgb(33, 36, 34) !important;
}

.zl-white, .zl-white a{
    color: #fff;
}
