/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');


@font-face {
    font-family: 'AlbraBold';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('fonts/Albra-Font-Family/albra_bold.otf') format('opentype');
}

@font-face {
    font-family: 'AlbraLight';
    font-style: normal;
    font-display: swap;
    src: url('fonts/Albra-Font-Family/albra_light.otf') format('opentype');
}

@font-face {
    font-family: 'MonserratMedium';
    font-style: normal;
    font-display: swap;
    src: url('fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'MonserratRegular';
    font-style: normal;
    font-display: swap;
    src: url('fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #888;
    overflow-x: hidden;
    font-size: 15px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

* {
    margin: 0;
    padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #ff6b81;
    border-color: #ff6b81;
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #081828;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0em;
    font: 400 14px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0px;
    color: #081828;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-205 {
    margin-top: 205px;
}

.mt-210 {
    margin-top: 210px;
}

.mt-215 {
    margin-top: 215px;
}

.mt-220 {
    margin-top: 220px;
}

.mt-225 {
    margin-top: 225px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-205 {
    margin-bottom: 205px;
}

.mb-210 {
    margin-bottom: 210px;
}

.mb-215 {
    margin-bottom: 215px;
}

.mb-220 {
    margin-bottom: 220px;
}

.mb-225 {
    margin-bottom: 225px;
}

.pl-167{
    padding-left:167px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-205 {
    padding-top: 205px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-215 {
    padding-top: 215px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-225 {
    padding-top: 225px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

.row {
    margin-right: auto;
    margin-left: auto;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}



@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }


}

@media (min-width: 1200px) {
    .container {
        max-width: 1415px;
    }
}

/* Bread Crumbs */
.breadcrumbs {
    position: relative;
    padding-bottom: 100px;
    padding-top: 180px;
    z-index: 2;
    text-align: left;
    background-color: #ff6b81;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs {
        padding-bottom: 60px;
        padding-top: 120px;
    }

}

@media (max-width: 767px) {
    .breadcrumbs {
        padding-bottom: 60px;
        padding-top: 120px;
    }
    .nav-link {
        padding:0px !important;
    }
}

.breadcrumbs .breadcrumbs-content {
    position: relative;
    text-align: center;
}

.breadcrumbs .breadcrumbs-content .page-title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    position: relative;
    line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 28px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 25px;
        line-height: 38px;
    }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
    text-align: center;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs .breadcrumb-nav {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs .breadcrumb-nav {
        margin-top: 8px;
    }
}

.breadcrumbs .breadcrumb-nav li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li:after {
    content: "\ea5c";
    font-family: lineIcons;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
    margin: 0;
    padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
    display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
    position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
    text-decoration: underline;
}

.section {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pl-167{
        padding-left:10px;
    }
}



@media (max-width: 767px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pl-167{
        padding-left:10px;
    }
}

/* Section Title */
.section-title {
    margin-bottom: 80px;
    padding-left:80px;
    padding-right:100px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 1199px) and (max-width: 1800px) {
    .section-title {
        padding: 0 100px;
    }
    .pl-167{
        padding-left:30px;
    }
}


.section-title h3 {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.section-title h2 {
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 42px;
    position: relative;
    font-weight: 800;
}

.section-title p {
    color: #313032;
    font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title {
        padding: 0px 50px;
        margin-bottom: 70px;
    }
    .container {
        max-width:100% !important;
    }
    .pl-167{
        padding-left:10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        padding: 0px 20px;
        margin-bottom: 70px;
    }
    .section-title h3 {
        font-size: 14px;
    }
    .section-title h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .section-title p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-title {
        padding: 0px 10px;
        margin-bottom: 60px;
    }
    .section-title h3 {
        font-size: 14px;
    }
    .section-title h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .section-title p {
        font-size: 14px;
    }
}

.section-title.align-right {
    padding: 0;
    padding-left: 600px;
}

.section-title.align-right h2:before {
    display: none;
}

.section-title.align-right h2:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: #ff6b81;
    content: "";
}

.section-title.align-left {
    padding: 0;
    padding-right: 600px;
}

.section-title.align-left h2:before {
    left: 0;
    margin-left: 0;
}

.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f7f1ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #d1a88c !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 40px;
}

@media (max-width: 991px) {
    .scroll-top {
        /*left: 48vw;*/
    }
}

.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #d1a88c;
    color: #ffffff !important;
}

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

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #081828;
    content: "";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

/* Pagination CSS */
.pagination {
    text-align: left;
    margin: 40px 0 0 0;
    display: block;
}

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

.pagination.right {
    text-align: right;
}

.pagination.left {
    text-align: left;
}

.pagination .pagination-list {
    display: inline-block;
    overflow: hidden;
}

.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
    margin-top: 10px;
}

.pagination .pagination-list li:last-child {
    margin-right: 0px;
}

.pagination .pagination-list li a {
    background: #fff;
    color: #081828;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    text-align: center;
    border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
    background: #ff6b81;
    color: #fff;
    border-color: transparent;
}

.pagination .pagination-list li a i {
    font-size: 13px;
}

.blog-grids.pagination {
    margin-top: 50px;
    text-align: center;
}

.button .btn {
    font-family: Montserrat;
    display: inline-block;
    font-size: 15px;
    padding: 13px 30px;
    background-color: #ff6b81;
    color: #fff;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button .btn {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .button .btn {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

.button .btn i {
    display: inline-block;
    margin-right: 5px;
}

.button .btn:last-child {
    margin: 0;
}

.button .btn:hover {
    color: #fff;
    background-color: #081828;
}

.button .btn-alt {
    color: #313032 !important;
    background: transparent !important;
    padding: 20px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button .btn-alt {
        /*padding: 10px 30px;*/
    }
}

@media (max-width: 767px) {
    .button .btn-alt {
        padding: 0px 0px;
        font-size: 17px;
    }
}

.button .btn-alt:hover {
    color: #e3dcd2 !important;
}

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

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

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

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #d1a88c;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*======================================
	Start Header CSS
========================================*/
.header {
    width: 100%;
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*.header {*/
    /*    padding: 18px 0 !important;*/
    /*}*/
    /*.header .mobile-menu-btn .toggler-icon {*/
    /*    background-color: #d1a88c;*/
    /*}*/
    /*.header .button {*/
    /*    margin: 0 !important;*/
    /*}*/
    /*.header .navbar-collapse {*/
    /*    position: absolute;*/
    /*    top: 67px !important;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    background-color: #fff;*/
    /*    z-index: 9;*/
    /*    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);*/
    /*    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);*/
    /*    padding: 10px 20px;*/
    /*    max-height: 350px;*/
    /*    overflow-y: scroll;*/
    /*    border-top: 1px solid #eee;*/
    /*    border-radius: 6px;*/
    /*}*/
    /*.header .navbar .navbar-nav .nav-item a:hover {*/
    /*    color: #ff6b81 !important;*/
    /*}*/
    /*.header .navbar .navbar-nav .nav-item a.active {*/
    /*    color: #313032 !important;*/
    /*}*/
    /*.header .navbar-nav .nav-item {*/
    /*    margin: 0;*/
    /*}*/
    /*.header .navbar-nav .nav-item:hover a {*/
    /*    color: #ff6b81;*/
    /*}*/
    /*.header .navbar-nav .nav-item a {*/
    /*    padding: 12px 16px !important;*/
    /*}*/
    /*.header .navbar-nav .nav-item a::before {*/
    /*    display: none;*/
    /*}*/
    /*.header .navbar-nav .nav-item .sub-menu {*/
    /*    position: static;*/
    /*    width: 100%;*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*    -webkit-box-shadow: none;*/
    /*    box-shadow: none;*/
    /*    padding: 0;*/
    /*    border: none;*/
    /*    margin-left: 15px;*/
    /*    margin-right: 15px;*/
    /*}*/
    /*.header .navbar-nav .nav-item .sub-menu .nav-item a {*/
    /*    padding: 12px 12px;*/
    /*}*/
    /*.header .navbar-nav .nav-item .sub-menu .nav-item a:hover {*/
    /*    color: #ff6b81 !important;*/
    /*}*/
    /*.header .navbar-nav .nav-item a {*/
    /*    color: #051441;*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -webkit-box-pack: justify;*/
    /*    -ms-flex-pack: justify;*/
    /*    justify-content: space-between;*/
    /*    padding: 10px 0;*/
    /*}*/
    /*.header .navbar-nav .nav-item a::after {*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*}*/
    /*.header .navbar-nav .nav-item .sub-menu li.active {*/
    /*    background: #fff !important;*/
    /*    color: #ff6b81 !important;*/
    /*}*/
    /*.header .navbar-nav .nav-item .sub-menu .nav-item {*/
    /*    margin: 0 !important;*/
    /*}*/
    /*.header .navbar-nav .nav-item .sub-menu .nav-item a {*/
    /*    padding: 10px 12px !important;*/
    /*}*/
    /*.header .navbar-nav .nav-item .sub-menu li:hover {*/
    /*    background: #fff !important;*/
    /*    color: #ff6b81 !important;*/
    /*}*/
    /*.header .navbar-nav .nav-item a {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.header .navbar-nav .nav-item a:hover {*/
    /*    color: #ff6b81;*/
    /*}*/
    .header {
        padding: 18px 0 !important;
    }
    .header .mobile-menu-btn .toggler-icon {
        background-color: #d1a88c;
    }
    .header .navbar-collapse {
        margin-left: -29px !important;
        /*padding-right: 30px !important;*/
        /*padding-left: 21px !important;*/
        width: calc(118%) !important;
        height: 100vh;
        position: absolute;
        top: 104px !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        padding: 10px 20px;
        overflow-y: scroll;
    }
    .header .show {
        transition: 1s;
    }
    .header .navbar .navbar-nav .nav-item a:hover {
        color: #ff6b81 !important;
    }
    .header .navbar .navbar-nav .nav-item a.active {
        color: #ff6b81 !important;
    }
    .header .navbar-nav .nav-item {
        margin: 0;
    }
    .header .navbar-nav .nav-item:hover a {
        color: #ff6b81;
    }
    .header .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }
    .header .navbar-nav .nav-item a::before {
        display: none;
    }
    .header .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 12px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #ff6b81 !important;
    }
    .header .navbar-nav .nav-item a {
        color: #051441;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        padding: 10px 0;
    }
    .header .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }
    .header .navbar-nav .nav-item .sub-menu li.active {
        background: #fff !important;
        color: #ff6b81 !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item {
        margin: 0 !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 10px 12px !important;
    }
    .header .navbar-nav .nav-item .sub-menu li:hover {
        background: #fff !important;
        color: #ff6b81 !important;
    }
    .header .navbar-nav .nav-item a {
        font-size: 32px;
    }
    .header .navbar-nav .nav-item a:hover {
        color: #ff6b81;
    }
    .hero-image img {
        width: 100% !important;
        margin-right: 0px !important;
    }
    .w-md-100 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .header {
        padding: 18px 0 !important;
    }
    .header .mobile-menu-btn .toggler-icon {
        background-color: #d1a88c;
    }
    .header .navbar-collapse {
        margin-left: -29px !important;
        /*padding-right: 30px !important;*/
        /*padding-left: 21px !important;*/
        width: calc(118%) !important;
        height: 100vh;
        position: absolute;
        top: 113px !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        /*padding: 10px 20px;*/
        overflow-y: scroll;
    }
    .header .show {
        transition: 1s;
    }
    .header .navbar .navbar-nav .nav-item a:hover {
        color: #ff6b81 !important;
    }
    .header .navbar .navbar-nav .nav-item a.active {
        color: #ff6b81 !important;
    }
    .header .navbar-nav .nav-item {
        margin: 0;
    }
    .header .navbar-nav .nav-item:hover a {
        color: #ff6b81;
    }
    .header .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }
    .header .navbar-nav .nav-item a::before {
        display: none;
    }
    .header .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 12px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #ff6b81 !important;
    }
    .header .navbar-nav .nav-item a {
        color: #051441;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        padding: 10px 0;
    }
    .header .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }
    .header .navbar-nav .nav-item .sub-menu li.active {
        background: #fff !important;
        color: #ff6b81 !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item {
        margin: 0 !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 10px 12px !important;
    }
    .header .navbar-nav .nav-item .sub-menu li:hover {
        background: #fff !important;
        color: #ff6b81 !important;
    }
    .header .navbar-nav .nav-item a {
        font-size: 29px;
    }
    .header .navbar-nav .nav-item a:hover {
        color: #ff6b81;
    }
    .header .navbar-nav {
        padding-right:20px;
    }
    .hero-image img {
        width: 100% !important;
        margin-right: 0px !important;
    }
    .w-md-100 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media (max-width: 767px) {
    .header .button {
        display: none;
    }
}

.header .button .btn {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 30px;
}

.header .button .btn:hover {
    background-color: #fff;
    color: #ff6b81;
}

.header .navbar-brand img {
    width: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .navbar-brand img {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .header .navbar-brand img {
        width: 85px;
    }
}

.header.sticky .navbar-brand .white-logo {
    opacity: 0;
    visibility: hidden;
}

.header.sticky .navbar-brand .dark-logo {
    opacity: 1;
    visibility: visible;
}

.header.sticky .button .btn {
    background-color: #ff6b81;
    color: #fff;
    border-color: transparent;
}

.header.sticky .button .btn:hover {
    background-color: #081828;
    color: #fff;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    top: 0;
}

.navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
    color: #313032;
}

.header .navbar .navbar-nav .nav-item a.active:after {
    position: absolute;
    content: '•';
    border-bottom: 0px solid #92d6e3;
    color:#92d6e3;
    width: 100%;
    /*transform: translateX(-50%);*/
    bottom: 10px;
    font-size: 30px;
    left: 41%;
}

@media (max-width: 991px) {
    .header .navbar .navbar-nav .nav-item a.active:after {
        position: absolute;
        content: '';
        border-bottom: 0px solid #92d6e3;
        transform: translateX(-50%);
        bottom: 5px;
        left: 50%;
        height: 9px;
        width: 9px;
        background-color: #92d6e3;
        border-radius: 50%;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .header .navbar .navbar-nav .nav-item a.active:after {
        bottom: 0px;
    }

}

.sticky .navbar .navbar-nav .nav-item a.active {
    color: #313032;
}

.sticky .navbar .navbar-nav .nav-item a {
    color: #081828;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
    background: #d1a88c;
}

/*===== NAVBAR =====*/
.navbar-area {
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    padding: 0;
}

.navbar-area.sticky {
    position: fixed;
    z-index: 99;
}

.navbar {
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding-left: 0;
    border-radius: 0;
}

.navbar-brand img {
    text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

.mobile-menu-btn {
    padding: 0px;
}

.mobile-menu-btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

.navbar-nav .nav-item {
    z-index: 1;
    position: relative;
    margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
    color: #313032;
}

.sticky .navbar-nav .nav-item:hover a {
    color: #ff6b81;
}

.navbar-nav .nav-item a {
    text-decoration: none;
    /*!*font-family: MonserratMedium, sans-serif;*!*/
    font-family: 'Montserrat';
    font-size: 15px;
    color: #313032;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 35px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.nav-hidden {
  transform: translateY(calc(-1 * 105px));
  box-shadow: none;
}

.navbar-nav .nav-item:hover a:before {
    width: 100%;
}

.navbar-nav .nav-item a.active {
    color: #313032;
}

.navbar-nav .nav-item a.dd-menu::after {
    content: "\ea58";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 17px;
    font-size: 10px;
    top: 50%;
    margin-left: 5px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 10px;
}

.navbar-nav .nav-item:last-child::after{
    position: absolute;
    content: '';
    border: 0.0vh solid #e3dcd2;
    width: 60%;
    transform: rotate(90deg) translateX(-19px);
    bottom: 27px;
    left: 0%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.dd-menu::after {
        top: 18px;
        right: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.collapsed::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.navbar-nav .nav-item:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.navbar-nav .nav-item .sub-menu {
    padding: 30px;
    min-width: 240px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px #0000001a;
    box-shadow: 0px 5px 20px #0000001a;
    position: absolute;
    top: 110% !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0 0 4px 4px;
    border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
    width: 100%;
    margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
    margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 0;
    color: #888;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    text-decoration: none;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #ff6b81;
}

.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        display: none;
    }
}

.navbar-nav .nav-item .sub-menu > li {
    display: block;
    margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
    border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a {
    color: #ff6b81 !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
    border: none;
}


@media (min-width: 767px) {
    #home .container-fluid  {
        padding-right: 0 !important;
        /*padding-left: 140px !important;*/
    }
}

@media (max-width: 767px) {
    .container-fluid  {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .container  {
        padding-right: 0 !important;

    }

}

.firstPage img {
    float:right;
}

.hero-area {
    position: relative;
    padding: 75px 0 120px 0;
    background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
        padding: 150px 0 60px 0;
    }
}

@media (max-width: 767px) {
    .hero-area {
        padding: 120px 0 50px 0;
    }
    .firstPage > .row > div {
        margin-right: auto;
        margin-left: auto;
    }
}
.hero-image img {
    margin-right: -15px;
}

.hero-area .hero-image img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .hero-image {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .hero-area .hero-image {
        margin-top: 40px;
    }
}

.hero-area .hero-content {
    border-radius: 0;
    position: relative;
    z-index: 1;
    text-align: left;
}

.hero-area .hero-content h1 {
    font-family: AlbraBold;
    font-size: 56px;
    line-height: 71px;
    color: #313032;
}

.hero-area .hero-content h1 span {
    display: block;
}

.hero-area .hero-content p {
    line-height: 35px;
    font-family: MonserratRegular;
    margin-top: 30px;
    font-size: 19px;
    font-weight:bold;
    color: #313032;
}

.hero-area .hero-content .button {
    margin-top: 40px;
}

.hero-area .hero-content .button .btn {
    background-color: #d1a88c;
    color: #ffffff;
    margin-right: 9px;
    border-radius: 30px;
}

.hero-area .hero-content .button .btn i {
    font-size: 17px;
}

.hero-area .hero-content .button .btn:hover {
    background-color: #081828;
    color: #fff;
}


.button-rezervace {
    margin-top: 40px;
}

.button-rezervace .btn {
    background-color: #d1a88c;
    color: #ffffff;
    margin-right: 9px;
    border-radius: 30px;
}

.button-rezervace .btn i {
    font-size: 17px;
}

.button-rezervace .btn:hover {
    background-color: #081828;
    color: #fff;
}


@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .hero-content h1 {
        /*font-size: 40px;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .hero-content {
        text-align: center;
    }

    .concept .container-fluid {
        padding-left: 20px !important;
    }

}

@media (max-width: 767px) {
    .hero-area .hero-content {
        padding: 0 10px;
        text-align: center;
    }
    .hero-area .hero-content h1 {
        text-align: left;
        font-size: 56px;
        line-height: 72px;
    }
    .hero-area .hero-content p {
        text-align: left;
        margin-top: 15px;
        font-size: 18px;
        line-height: 35px;
    }
    .hero-area .hero-content .button .btn {
        width: 100%;
        margin: 0;
        font-size: 20px;
        height: 57px;
        padding: 14px 0 0px 0px;
        margin-bottom: 7px;
    }
    .hero-area .hero-content .button .btn:last-child {
        margin: 0;
    }
}

.section-title h3 {
    font-family: MonserratRegular;
    color: #8a868a;
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

/*======================================
    O konceptu Area CSS
========================================*/
.concept .container-fluid {
    padding-right: 0 !important;
    padding-left: 80px !important;
}



.concept {
    background-color: #ffffff;
}

.concept .section-title {
    margin-bottom: 30px;
    padding-right:505px;
}

.concept .section-title h3 {
    text-align: left;
}

.concept .section-title h2 {
    font-family: AlbraBold;
    font-size: 56px;
    line-height: 51px;
    color: #313032;
}

.concept .section-title p{
    line-height: 35px;
    font-family: MonserratRegular;
    margin-top: 29px;
    font-size: 18px;
    font-weight:bold;
    color: #313032;
}


@media only screen and (min-width: 1199px) and (max-width: 1800px) {
    .concept .section-title {
        padding-right:100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .concept .container-fluid {
        padding-left: 20px !important;
    }
    .concept .section-title {
        padding-right:100px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .concept .section-title {
        padding-right:0px;
    }

}

@media (max-width: 767px) {
    .concept .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .concept .col-4{
        flex: 0 0 80%;
        max-width: 80%;
    }
    .concept .mt-5 {
        margin-top: 0 !important;
    }
    .concept .section-title p{
        line-height: 33px;
    }

    .concept .section-title {
        padding-right:0px;
    }

}


.blockquote {
    width: 60%;
}

.blockquote::before{
    display: block;
    font-family: AlbraBold;
    content: '“';
    font-size: 12vh;
    color: #92d6e3;
    height: 12vh;
}

.blockquote .block-text {
    font-family: AlbraLight;
    font-size: 33px;
    color: #313032;
    line-height: 52px;
    /*letter-spacing: 1px;*/
}

.blockquote-footer::before {
    content: "";
}

.blockquote-footer {
    display: grid;
}

.blockquote-footer b {
    font-family: AlbraBold;
    font-size: 28px;
}

.blockquote-footer cite {
    font-style: normal;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .blockquote {
        width: 80% !important;
    }
    .blockquote-footer {
        margin-top: 1rem;
    }
}

/**
Lokality
 */
.shape {
    width: 100%;
}

.lokality {
    background: #f7f1ea;
}

.lokality-shape-top {
   height: 70px;
}

.lokality-shape-bottom {
    height: 70px;
}

.lokality .col-8{
    flex: 0 0 53.666667%;
    max-width: 53%;
}

.lokality .section-title {
    padding-left:290px;
    padding-right:300px;
}

.lokality .section-title h3 {

}

.lokality .section-title h2{
    font-family: AlbraBold;
    font-size: 56px;
    line-height: 71px;
    color: #313032;
}

.lokality .section-title p{
    line-height: 35px;
    font-family: MonserratRegular;
    margin-top: 30px;
    font-size: 19px;
    font-weight: bold;
    color: #313032;
}

.lokality img{
    margin-left: -100px;
    padding-bottom: 50px;
}

.lokpadimg {
    padding: 50px;
}

@media only screen and (min-width: 1199px) and (max-width: 1800px) {
    .lokality .section-title {
        padding-left:30px;
        padding-right:60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lokality .section-title {
        padding-left:30px;
        padding-right:60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lokality img{
        margin-left: 0px;
    }
    .lokality .section-title {
        padding: 0px 80px;
    }
}

@media (max-width: 767px) {
    .lokality .section-title {
        padding: 0px;
        padding-top: 50px;
    }

    .lokpadimg {
        padding: 0px;
    }


    .lokality .col-8{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .lokality .col-4 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lokality img{

        margin-left:0px;
    }

}

/**
END Lokality
 */

/**
Aktivity
 */
.shape {
    width: 100%;
}

.aktivity {
    background: #f7f1ea;
}

.aktivity-shape-top {
    height: 70px;
}

.aktivity-shape-bottom {
    height: 70px;
}

.aktivity .col-8{
    flex: 0 0 53.666667%;
    max-width: 53%;
}

.aktivity .cyklista{
    margin-top: -100px;
}

.aktivity .section-title {
    color: #313032;
    padding: 0px 280px;
}

.aktivity .section-title h2{
    font-family: AlbraBold;
    font-size: 56px;
    line-height: 71px;
    color: #313032;
}

.aktivity .section-title p{
    line-height: 35px;
    font-family: MonserratRegular;
    font-size: 19px;
    font-weight: bold;
    color: #313032;
}

.aktivity img{
    margin-left: -100px;
}
.aktivity .section-title .button {
    margin-top: 20px;
}

.aktivity .section-title .button .btn {
    background-color: #d1a88c;
    color: #ffffff;
    margin-right: 9px;
    border-radius: 30px;
    margin-left:-30px;
}

.aktivity .section-title .button .btn i {
    font-size: 17px;
}

.aktivity .section-title .button .btn:hover {
    background-color: #081828;
}

.aktipad{
    padding-top:10px;
    padding-bottom:10px;
}

@media only screen and (min-width: 1199px) and (max-width: 1800px) {
    .aktivity .section-title {
        padding-left:30px;
        padding-right:80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .aktivity .section-title {
        padding-left:30px;
        padding-right:80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aktivity img{
        margin-left: 0px;
    }
    .aktivity .section-title {
        padding: 0px 80px;
    }
}

@media (max-width: 767px) {
    .aktivity .section-title {
        padding: 0px;
        padding-top:50px;
    }
    .aktivity .col:first-child {
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .aktivity .col:first-child .section-title {
        padding: 0 15px 30px 15px;
    }
    .aktivity .col:last-child {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }
    .aktivity img{
        margin-left: 0px;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .aktivity .cyklista{
        margin-top: -50px;
    }

}

/**
 End Aktivity
 */

/**
  Novinky
 */
.novinkyImage {
    position:absolute;
    padding-left: 300px;
    margin-top: -350px;
    width:800px;
}

@media only screen and (min-width: 3500px)  {
    .novinkyImage {
        width:1200px;
    }
}

@media only screen and (min-width: 2800px) and (max-width: 3499px) {
    .novinkyImage {
        width:1000px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .novinkyImage {
        width:750px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .novinkyImage {
        width:698px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .novinkyImage {
        width:750px;
    }
}

@media (max-width: 767px) {
    .novinkyImage {
        width:460px;
    }
}


.novinky .partneri{
    /*flex: 0 0 53.666667%;*/
    /*max-width: 100%;*/
}

.novinky .partneri .list-group-item{
    padding-top: 50px;
    border:0px;
    text-align: center;
}


.novinky .partneri{
    flex: 0 0 60.666667%;
    text-align: center;
    font-family: MonserratRegular;
    font-size: 17px;
    max-width:30%;
}

.novinky .section-title {
    color: #313032;
    padding: 150px 0px 30px;
}

.novinkyDeck {
    /*padding: 0px 120px 0px;*/

}

.novinkyDeck h3{
    font-family: MonserratRegular;
    color: #8a868a;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.novinkyDeck .card{
    max-width:339px;
    border:0px;
    border-radius: 0px;
    padding: 0px 10px 0px;
}

.novinkyDeck .card a {
    font-family: MonserratMedium;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 0px !important;
}

.novinkyDeck .card-body{
    padding: 40px 0px 40px;
}

.novinkyDeck h2{
    font-family: AlbraBold;
    font-size: 28px;
    line-height: 33px;
    color: #313032;
    padding-bottom:20px;
}

.novinkyDeck p{
    line-height: 24px;
    font-family: MonserratRegular;
    font-size: 13px;
    font-weight: bold;
    color: #313032;
}



.novinky .section-title h3 {
    color: #313032;
}

.novinky .section-title h2{
    font-family: AlbraBold;
    font-size: 56px;
    line-height: 50px;
    color: #313032;
}

.novinky .section-title p{
    line-height: 35px;
    font-family: MonserratRegular;
    font-size: 19px;
    font-weight: bold;
    color: #313032;
}

.novinky .btn-alt {
    margin-top: 10px;
    padding: 25px 0px;
}

.novinkyDeck{
    margin-bottom: 100px;
}


@media only screen and (min-width: 992px) and (max-width: 1600px) {

    .novinkyDeck {
        padding: 0px 150px 0px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .novinkyDeck {
        padding: 0px 30px 0px;

    }

    .novinky .partneri{
        max-width:100%;
    }
    .novinkyImage {
        padding: 0px 170px 0px;
        margin-top: -260px;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .novinky .section-title{
        padding:273px 0px 30px;
    }

}
@media (max-width: 575px) {
    .novinkyDeck .card-deck {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .card-body .card-subtitle{
        text-align: center;
    }

    .card-body .col-sm-12:last-child{
        padding-top: 25px;

    }
    .card-body .col-sm-12{
        text-align: center;

    }


}


@media (max-width: 767px) {
    .novinkyDeck {
        padding: 0px 0px 0px;

    }

    .novinky .section-title {
        padding: 0px 0px 30px;
    }

    .list-group-item{
        padding: 1.5rem 1.25rem
    }


    .novinky .potvory{
        margin-top: 0px;
        margin-right: 0px;
    }
    .novinky .partneri .list-group-item{
        padding-top: 0px;
        border:0px;
    }

    .novinky .partneri{
        max-width:100%;
    }

    .novinkyImage {
        padding: 0px 49px 0px;
        margin-top: -190px;
        -ms-flex-align: center !important;
        align-items: center !important;
    }


}
/**
  End Novinky
 */



/** Novinky Detail
 */

.novinkyDetail .section-title {
    color: #313032;
    padding: 0px 210px;
}

.novinkyDetail .section-title .wow{
    margin-top:150px;
}

.novinkyDetail .section-title h3 {
    color: #313032;
}

.novinkyDetail .section-title h2{
    font-family: AlbraBold;
}

.novinkyDetail .section-title p{
    font-family: MonserratRegular;
    font-size: 17px;
}

.novinkyList {
    padding-left: 250px;
}

.novinkyList li {
    border:0px;
    font-family: AlbraBold;
    color: #181818;
    font-size: 19px;

}

.partnerFooter h2{
    font-family: AlbraBold;
    font-size:22px;
    padding-bottom:20px;
    color: #313032;
}

@media (max-width: 767px) {
    .novinkyList {
        padding-left: 10px;
    }
    .novinkyDetail .col-12 {
        flex: 0 0 100%;
        max-width: 85%;
        text-align: center;
    }
    .novinkyDetail .section-title {
        padding: 0px;
        margin-top: 20px;
    }

}


/**
    End Novinky detail
 */

/**
  Kontakty
 */

.kontakty .container-fluid{
    background-image: url('/img/mapka2.png');
    width: 100%;
    height:auto;
    /*max-width:1419px;*/
    /*max-height: 750px;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.kontakty .card{
    margin:180px 0px 10px 150px;
    border:0px;
    width: 30rem;
    background-image:url("/img/karta.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.kontakty .col-12{
    margin-bottom: 150px;
}

.kontakty .card-title {
    font-family: MonserratRegular;
    color: #706d70;
    font-size: 11px;
}

.kontakty .card-subtitle {
    color: #313032;
    font-family: AlbraBold;
    font-size: 40px;
    margin-top:25px;
}

.kontakty h3 {
    color: #313032;
    font-family: AlbraBold;
    font-size: 25px;
}

.kontakty .card-body {
    padding: 4px 10px 40px 40px;

}

@media (max-width: 767px) {
    .kontakty .card{
        margin:400px 0px 0px 0px;
        border:0px;
        width:auto;
    }
    .kontakty .card-body {
        padding: 0px 0px 0px 0px;

    }
    .kontakty .col-12{
        margin-bottom: 0px;
    }

    .kontakty .container-fluid {
        background-position-x: -846px;
        background-position-y: -240px;

    }
}

.card-text{
    font-family: MonserratRegular;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

/**
  End kontakty
 */


.gastro .container-fluid {
    padding-right: 0 !important;
    padding-left: 80px !important;
}

.gastro .col-8{
    flex: 0 0 53.666667%;
    max-width: 53%;
}

.gastro .section-title {
    color: #313032;
    padding-right:420px;
    padding-left:90px;
}

.gastro .section-title h3 {

}

.gastro .section-title h2{
    font-family: AlbraBold;
    font-size: 56px;
    line-height: 71px;
    color: #313032;
}

.gastro .section-title p{
    line-height: 35px;
    font-family: MonserratRegular;
    font-size: 19px;
    font-weight: bold;
    color: #313032;
}

.lokkuchpadimg {
    padding-top:50px;
    padding-bottom: 50px;
    padding-left:150px;
}

.gastro .btn-alt {
    margin-top: 10px;
    padding: 25px 0px;
}


@media only screen and (min-width: 1199px) and (max-width: 1800px) {

    .gastro .section-title {
        padding-right:40px;
        padding-left:60px;
    }

    .lokkuchpadimg {
        padding:0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gastro .section-title {
        padding-right:40px;
        padding-left:60px;
    }

    .lokkuchpadimg {
        padding:0px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .gastro .section-title {
        padding: 0px 80px;
    }
    .gastro .container-fluid {
        padding-left: 20px !important;
    }
}

@media (max-width: 767px) {
    .sub-menu-bar{
        height:85vh !important;
        overflow-y: auto !important;
    }

    .gastro .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .gastro .col-4{
        flex: 0 0 80%;
        max-width: 80%;
    }
    .gastro .mt-5 {
        margin-top: 0 !important;
    }
    .gastro .section-title p{
        line-height: 44px;
    }

    .gastro .section-title{
        padding:0px;
        padding-top:50px;
    }

    .gastro .col:first-child{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gastro .col:last-child {
        flex: 0 0 100%;
        max-width: 85%;
        text-align: center;
    }




}

/**
  Footer
 */
.sticky-footer{
    border-top:1px solid #f1f1f1;

}

.sticky-footer{
    border-top:1px solid #f1f1f1;

}

.sticky-footer .navbar-nav .nav-item:last-child::after{
    border: 0px;
}

@media (max-width: 767px) {
    .sticky-footer .col:first-child{
        margin-top: 5px;
        padding-right: 12px;
        padding-left: 12px;
    }
    .sticky-footer .col:last-child {
        display: none;
    }
    .btn-news {
        padding:20px 0px !important;
    }
    .btw-news .btn{
        padding: 0px 0px !important;
    }
}

/******************************
FONT Styling
*******************************/

.c-turquoise {
    color: #92d6e3 !important;
}

.icon-phone {
    filter: invert(84%) sepia(86%) saturate(1012%) hue-rotate(166deg) brightness(90%) contrast(97%);
}

.icon-arrow {
    margin-top: 3px;
    float: right;
    clear: right;
    margin-left: 7px;
    width: 9px;
    height: 17px;
    background: url("../img/icons/icon-arrow.svg");
}

.icon-primary-color {
        filter: invert(91%) sepia(96%) saturate(583%) hue-rotate(300deg) brightness(90%) contrast(81%);
}

.phone-number {
    color: #313032;
}

.timeline {
    position: relative;
}
.timeline::before {
    content: '';
    background: #f7f1ea;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
    margin-bottom: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}

.timeline-content:last-child{
    padding: 13px 12px;
}

.timeline-content:last-child h2{
    font-size: 17px;
}

.timeline-item::after {
    content: '';
    display: block;
    clear: both;
}
.timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .2);
}

.timeline-content h2 {
    font-size: 2.8vh;
    color: #313032;
    font-family: MonserratRegular;
}

.timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 27px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f5f5f5;
}
.timeline-img {
    width: 30px;
    height: 30px;
    background: #e3dcd2;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.timeline-card {
    padding: 0 !important;
}

.timeline-card h2 {
    font-size: 17px;
    color: #ffffff;
    background: #d1a88c;
    padding: 14px 10px;
    border-radius: 0 0 19px 19px;
}

.timeline-card p {
    padding: 0 20px;
}
.timeline-card a {
    margin-left: 20px;
}
.timeline-item .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background-size: cover;
}
.timeline-img-header {
    position: relative;
}
.timeline-img-header h2 {
    color: #fff;
    position: absolute;
    top: 390px;
    left: 20px;
}

.timeline-overlay-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}

.date {
    background: #d1a88c;
    display: inline-block;
    color: #fff;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  border: 1px solid #e3dcd2;
  border-radius: 27px;
}
.flag-icon:before {
  content: "\00a0";
}

.flag-icon-cs {
    background-image: url(../img/icons/flags/czech-republic.png);
}

.flag-icon-en {
    background-image: url(../img/icons/flags/united-kingdom.png);
}

.flag-icon {
        width: 27px !important;
        height: 27px !important;
}

@media screen and (max-width: 768px) {
    .timeline::before {
        left: 50px;
    }

    .timeline .timeline-img {
        left: 50px;
    }

    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }

    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: '';
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }
}


.lang-select a {
    text-decoration: none;
    font-family: MonserratMedium, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #313032!important;
}

.chevron-down::before {
    content: "\00a0";
}

.chevron-down {
    background-size: contain;
    background: url(../img/assets/chevron.svg) no-repeat 50%;
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.lang-select > .dropdown-toggle::after{
    display: none;
}

.lang-select > .dropdown-toggle {
/*    padding-left: 0vh !important;*/
}

.menu-divider::after {
    content: '';
    padding: 10px 9px 10px 9px;
    border-left: 1px solid #e3dcd2;
}

#Divider2{
    display: none;
}

@media screen and (max-width: 991px) {
    #Divider2{
        display: block;
    }

    #Divider1{
        display: none;
    }
    
    .lang-select{
        padding-left: 50px !important;
    }
    
    .dropdown-menu{
        margin-left: 43px;
    }
}

.dropdown-menu{
    min-width:0px;
}

.novinkyDeck > div img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.col-title {
    font-family: 'AlbraBold';
    font-size: 28px;
    color: #000;
    margin-bottom: 16px;
}

.col-description {
    font-family: 'Montserrat';
    font-weight: 500; 
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

label {
  display: block;
}
input::placeholder {
  color: #dfdfdf;
}
input:focus::placeholder {
  color: transparent;
}
label {
  display: block;
}
input::placeholder {
  color: #dfdfdf;
}
input:focus::placeholder {
  color: transparent;
}

.ifta-label {
  color:#d1a88c;
  font-size: 10px;
  font-family: 'Montserrat';
  font-weight: 600;
  margin-bottom:-23px;
  z-index:1;
  position:relative;
  padding:0px 10px 0 20px;
  pointer-events:none;
}
.ifta-field {
  border:0;
  padding:30px 20px 15px;
  margin:0 0 20px;
  width:100%;
  box-shadow:inset 0 0 0 1px #e5e5e5;
}
.ifta-field:focus {
  -webkit-appearance:none;
  outline:none !important;
  box-shadow:inset 0 0 0 2px #e5e5e5 !important;
}

.group {
  width:100%;
}

.reservation-menu{
    margin-right: -30px;
    background: #d1a88c;
    color: #fff;
    padding: 15px 30px 15px 30px;
    margin-top: -15px;
    border-radius: 36px;
}

.reservation-menu:hover{
    background: #000;
}
@media (max-width: 767px){
    .reservation {
        margin-left: -13px;
    }
    .reservation-helper {
            max-width: 100%;
            width: 100%;
            text-align: center;
            margin-bottom: 5px;
    }
    .btn-reservation-zpet{
        display: none;
    }
    .reservation-helper-div{
        margin-top: -10px !important;
    }
    .reservation-helper-div .pt-3{
        padding-top: 0px !important;
    }
    .reservation-buttons{
        margin-top: -40px;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .button-rezervace {
        width: 100%;
    }
    .button-rezervace > a{
        width: 100%;
        margin-bottom: 70px !important;
        margin-top: 20px !important;
    }
    .reservation-menu {
        margin-right: -8px !important;
        margin-top: 5px !important;
        margin-bottom: 70px;
    }
    .grecaptcha-badge {
        display:none;
    }
    .reservation-title {
        margin-bottom: 10px;
    }
    .reservation-title > h2{
        font-size: 58px !important;
        margin-left: -28px;
    }
    .text-reservation{
        padding-top: 17px;
        margin-left: -25px;
        font-size: 24px !important;
        text-align: left;
        line-height: 42px;
    }
    .text-reservation br{
        display: none;
    }
}

.social-media-icons {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #313032;
    font-weight: 600;
}
.social-media-icons img {
    width: 24px;
    height: 24px;
    margin-right: 8px; 
}
.horizontal-line {
    border-top: 2px solid #d1a88c;
    margin: 0 0;
    flex-grow: 1;
}
.social-media-container {
    display: flex;
    align-items: center;
}

#okempu ul {
    list-style-type: none;
    padding: 0;
}

#okempu ul li {
    line-height: 35px;
    font-family: MonserratRegular;
    font-size: 19px;
    font-weight: bold;
    color: #313032;
}



.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'FontAwesome';
    content: '\f002';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(209, 168, 140, 0.5); 
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}


.lg-custom-thumbnails.lg-outer {
  width: auto;
  right: 225px;
  left: 10px;
}
.lg-custom-thumbnails.lg-outer .lg-thumb-outer {
  left: auto;
  top: 0;
  width: 225px;
  bottom: 0;
  position: fixed;
  right: 0;
  max-height: none;
  background-color: #999;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 -10px;
  overflow-y: auto;
  transform: translate3d(30%, 0, 0);
  opacity: 0;
  will-change: transform opacity;
  transition: transform 0.15s cubic-bezier(0, 0, 0.25, 1) 0s, cubic-bezier(0, 0, 0.25, 1) 0.15s;
}
.lg-custom-thumbnails.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-custom-thumbnails.lg-outer .lg-thumb-item {
  filter: grayscale(100%);
  will-change: filter;
  transition: filter 0.12s ease-in, border-color 0.12s ease;
}
.lg-custom-thumbnails.lg-outer .lg-thumb-item:hover, .lg-custom-thumbnails.lg-outer .lg-thumb-item.active {
  filter: grayscale(0);
  border-color: #545454;
}
.lg-custom-thumbnails.lg-outer .lg-thumb {
  padding: 5px 0;
}

.lg-outer .lg-thumb-item {
  border: 0px solid #ccc !important;
}

.open-gallery {
    line-height: 35px;
    font-family: MonserratRegular;
    font-size: 15px;
    font-weight: bold;
    color: #313032;
    padding: 10px 20px 10px 20px;
    border: 1px solid #d1a88c;
    border-radius: 30px;
}

.myspot-gallery {
    padding: 120px 0 120px 0;
}

.myspot-gallery h2 {
    font-family: AlbraBold;
    font-size: 56px;
    line-height: 50px;
    color: #313032;
}

.myspot-gallery p {
    line-height: 35px;
    font-family: MonserratRegular;
    font-size: 19px;
    font-weight: bold;
    color: #313032;
}

.myspot-gallery .banya-header {
    flex: 0 0 60.666667%;
    text-align: center;
    font-family: MonserratRegular;
    font-size: 17px;
    max-width: 45%;
}




.banya-instagram h2 {
    font-family: AlbraBold;
    font-size: 56px;
    line-height: 50px;
    color: #313032;
}

.banya-instagram p {
    line-height: 35px;
    font-family: MonserratRegular;
    font-size: 19px;
    font-weight: bold;
    color: #313032;
}

.banya-instagram .banya-header {
    flex: 0 0 60.666667%;
    text-align: center;
    font-family: MonserratRegular;
    font-size: 17px;
    max-width: 45%;
}

.banya-home-gallery .section-title {
    color: #313032;
    padding: 150px 0px 30px;
}

#gallery-container a {
    width: 100%;
    height: 100%;
}

#gallery-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .banya-home-gallery .section-title {
        color: #313032;
        padding: 190px 0px 30px;
    }
    .myspot-gallery .banya-header{
        flex: 0 0 85%;
        text-align: center;
        font-family: MonserratRegular;
        font-size: 17px;
        max-width: 85%;
    }
    .banya-instagram .banya-header {
        flex: 0 0 87.666667%;
        text-align: center;
        font-family: MonserratRegular;
        font-size: 17px;
        max-width: 87%;
    }
}