/** START OF GENERAL SETTINGS **/
:root {
    --fontSpectral: "Spectral", serif;
    --fontMontserrat: "Montserrat", sans-serif;
    --white: #ffffff;
    --black: #000000;
    
    --brown: #2d0f0a;
    --greyLight: #B1B1B1;
    --mainColorGrey:#4e4e4e; 
    --greyBgOpacity: rgba(237, 236, 232, .5); 
    --greyBgLight: rgba(246, 245, 243, 1);

    
    --transition3s: 0.3s linear;
    --backdropBlur: blur(1.5px);
    
    /*Redesign Colors*/
    
    --bodyBg:#F0EBE0;
    --bgDarker:#E9E3D5;

    --primary: #595916;
    --primary-light: #7f7f32;
    --primary-xlight: #cfcf9e;
    --primary-xDark:#4b4b19;
    

    
}

.anchor-section {
    scroll-margin-top: 160px;
}


.bgWhite {
    background-color: var(--white);
}
.bgMainGrey {
    background-color: var(--mainColorGrey);
}
/*
.bgGreyLight {
    background-color: var(--greyBgOpacity);
}*/
.bgBlack {
    background-color: var(--black);
    color: var(--white);
}

/*Redesign Colors*/
.bg-darker {
    background-color: var(--bgDarker);
} 

    
    
    
.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
ul,
ol {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

button {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

button:focus,
a:focus {
    box-shadow: none !important;
    outline: none;
}
/*
a {
    display: inline-block;
}*/

a,
a:hover {
    text-decoration: none;
    transition: var(--transition3s);
     color: var(--primary-light);
}

a:hover {
    color: var(--primary-light);
}

ul {
    list-style-position: inside;
}

button:focus,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

picture {
    display: block;
}
.img-fit{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/** END OF GENERAL SETTINGS **/
/**START 
==============================**/
body {
    font-family: var(--fontMontserrat);
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    background: var(--bodyBg);
    overflow-x: hidden;
}
@media screen and (max-width: 575px) {
    body {
        font-size: 18px;
    }
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--bgDarker);
}
body::-webkit-scrollbar {
    width: 5px;
    background-color: var(--primary-light);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}


/*HEADERS
===============================*/

h1, .h1,
h2, .h2,
h3, .h3,
.section-subtitle {
    font-family: var(--fontSpectral);
    margin: 10px 0px 30px;
    line-height: 1.1;
    color: var(--black);
    font-weight: 200;
    display: block;
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: left;
    /*text-transform: uppercase;*/
}
h1, .h1 {
    font-size: 50px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 30px;
}
h1 span, .h1 span,
h2 span, .h2 span,
h3 span, .h3 span,
.section-subtitle {
    font-size: 30px;
    margin: 10px 0 0px 0;
    font-style:italic;
    display:block;
   /* background: rgba(0,0,0,0.005);*/
}
/*
.bgBlack .section-subtitle {
    color: var(--white);
}

.bgBrown .section-subtitle {
    color: var(--primary-light);
}
*/
@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 34px;
    }
    h3, .h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 36px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    h3, .h3 {
        font-size: 30px;
    }
    h1 span, .h1 span,
    h2 span, .h2 span,
    h3 span, .h3 span,
    .section-subtitle {
        font-size: 28px;
    }

}

/**END OF BODY AND HEADINGS **/

/** START OF MARGIN  
===================**/
.marginTop {
    margin-top: 35px;
}
.paddingTop {
    padding-top: 50px;
}
.paddings {
    padding: 50px 0px 50px;
}


.container-spacing {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.container-spacing-left {
    padding-left: 1rem !important;
}
@media (min-width: 768px) {
    .container-spacing {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }  
    .container-spacing-left {
        padding-left: 1.5rem !important;
    }
}
@media (min-width: 992px) {
    .container-spacing.sm-only {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .result-box .container-spacing.sm-only {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}
@media (min-width: 1200px) {
    .container-spacing {
        padding-left:2rem!important;  
        padding-right:2rem!important;  
    } 
    .container-spacing-left {
        padding-left: 2rem !important;
    }
}

/*
@media screen and (max-width: 991px) {
    .marginTop {
        margin-top: 70px;
    }

    .paddingTop {
        padding-top: 70px;
    }
    .paddings {
        padding: 70px 0px 70px;
    }
}
@media screen and (max-width: 991px) {
    .marginTop {
        margin-top: 50px;
    }
    .paddingTop {
        padding-top: 50px;
    }
    .paddings {
        padding: 50px 0px 50px;
    }
}*/

/** END OF MARGIN  **/

/* START OF BUTTON  
=================================== */

.bookBtn,
.btn-left{
    font-family: var(--fontSpectral);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    padding: 15px 30px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    text-align: center;
    display:inline-block;
    transition: var(--transition3s);
    border-radius: 0;
        z-index:1;
}
.btn-left {
    color: var(--primary);
    background: transparent;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
}
@media screen and (max-width: 575px) {
    .btn-left {
        font-size: 16px;
        padding: 12px 20px;
    }
}
.btn-left:hover {
    background: var(--primary);
    color: var(--white);
}
.btn-left.filled {
    color: var(--white);

    border-top: 1px solid var(--primary-light);
    border-bottom: 1px solid var(--primary-light);  
    background:rgba(0,0,0,.002);
}

.btn-left.filled:before{
    content:"";
    position:absolute;
    background: var(--primary-light);
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:-1;
}
.btn-left.filled:hover {
    border-top: 1px solid var(--primary-xlight);
    border-bottom: 1px solid var(--primary-xlight); 
    color: var(--primary);
}
.btn-left.filled:hover:before {
    background: var(--primary-xlight);
}


.bgBlack .btn-left,
.white-btn {
    color: var(--white);
    background: rgba(0,0,0,0.005);
    border-top: 1px solid var(--primary-xlight);
    border-bottom: 1px solid var(--primary-xlight); 
}

.bgBlack .btn-left:hover,
.white-btn:hover {
    color: var(--primary);
    background: var(--primary-xlight);
}

footer .white-btn {
    border-top: none;
    border-bottom: none;  
}

.buttons-holder .btn-left:not(last-child) {
    margin-right:20px;
}


/* START OF HEADER 
================================*/
.noTopMedia {
    margin-top: 140px;
}
@media screen and (max-width: 991px) {
    .noTopMedia {
        margin-top: 124px;
    }
}
@media screen and (max-width: 767px) {
    .noTopMedia {
        margin-top: 80px;
    }
}
header {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: var(--bgDarker);
    text-align: center;
}
.headerBg {
    transition: var(--transition3s);
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
    header, .headerBg {
        padding-top: 5px;
        padding-bottom: 5px;
    }  
}
.header-logo a {
    display: block;
}
.header-logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 80px;
    /* max-height: 140px;
   filter: brightness(0) invert(1);*/
    transition: var(--transition3s);
}
.headerBg .header-logo img {
    max-height: 60px;
}

@media screen and (max-width: 991px) {
    .header-logo img {
        height: auto;
        max-height: 70px;
    }

    .headerBg .header-logo img {
        height: auto;
        max-height: 60px;
    }
}

@media screen and (max-width: 575px) {
    .header-logo img, .noTopMedia .header-logo img {
        height: auto;
        max-height: 70px;
    }
    .headerBg .header-logo img {
        height: auto;
        max-height: 60px;
    }
}

header .bookBtn {
    color: var(--white);
    background:rgba(0,0,0,.002);
}
header .bookBtn:before{
    content:"";
    position:absolute;
    background: var(--primary-light);
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:-1;
}

header .bookBtn:hover {
    color:var(--primary);
}
header .bookBtn:hover:before {
      background: var(--primary-xlight);  
}

@media screen and (max-width: 991px) {
    header .bookBtn {
        font-size: 14px;
        padding: 12px 15px;
    }
}
@media screen and (max-width: 575px) {
    header .bookBtn {
        font-size: 14px;
        padding: 10px 5px;
        width: 70px;
    }
}
/*
body:not(.noTopMedia):not(.lock-scroll) header:not(.headerBg) .bookBtn {
     border: 1px solid var(--white);
    color: var(--white);  
}

.headerBg .bookBtn, .noTopMedia header .bookBtn {
    border: 1px solid var(--primary-light);
    color: var(--primary-light);
}

header .bookBtn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}*/

/* BURGER ΒUTTON NAV 
==============================*/
.burger_nav {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 28px;
    cursor: pointer;
    z-index: 10;
    transition: 0.1s;
}
.burger_nav span {
    position: absolute;
    display: block;
    width: 34px;
    height: 3px;
    background-color: var(--primary-light);
    transition: var(--transition3s);
    border-radius: 0%;
}
/*
body:not(.noTopMedia):not(.lock-scroll) header:not(.headerBg) .burger_nav span {
    background-color: var(--white);
}
*/
.burger_nav:hover span {
    transform: scale(1.2);
    transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.burger_nav span:nth-child(1) {
    left: 0;
    top: 0;
}
.burger_nav span:nth-child(2) {
    left: 0;
    top: 12px;
}
.burger_nav span:nth-child(3) {
    left: 0px;
    bottom: 0px;
}

.burger_nav.open {
    transform: rotate(180deg);
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.burger_nav.open span {
    border-radius: 0;
    transition-delay: 200ms;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.burger_nav.open span:nth-child(2) {
    display:none;
}
.burger_nav.open span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 6px);
}
.burger_nav.open span:nth-child(3) {
    transform: rotate(-45deg) translate(12px, -14px);
}
.lock-scroll header .burger_nav span,
.lock-scroll header .burger_nav span::before,
.lock-scroll header .burger_nav span::after {
    background-color: var(--primary-light);
}
/* END BURGER NAV 
------------------------*/

/* NAVIGATION  
============================*/
.nav_wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 2;
    letter-spacing: 2px;
    align-items: start;
    justify-content: center;
    overflow-y: scroll;
    scrollbar-width: none;
}
@media screen and (max-width: 991px) {
    .nav_wrap {
        
    }
}
.nav_wrap::-webkit-scrollbar {
    display: none;
}
.lock-scroll .nav_wrap {
    background-color: whitesmoke;
}
.close + .nav_wrap {
    pointer-events: none;
}
.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /*margin-top: 40px;*/
    margin: auto;
}
nav {
    pointer-events: none;
}

.menu_desc {
    position: relative;
    opacity: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: var(--brown);
    transition: var(--transition3s);
}
nav .menu_item {
    font-size: 4vh;
    list-style: none;
    width: fit-content;
    margin: 0 auto 25px;
}
@media screen and (min-width: 992px) {
    .nav_wrap {
        padding-top:20px;
    }
     nav .menu_item {
        font-size:unset;
        min-height:78px;
        width:unset;
        margin: 0 auto 20px;
    }
}
nav .menu_item:last-of-type {
    margin-bottom: 0;
}
nav a {
    position: relative;
    font-weight: 400;
    color: var(--primary-light);
    pointer-events: auto;
    z-index: 10;
    font-size: 28px;
    display: inline-block;
    opacity: 0;
    text-transform: uppercase;
    transition: var(--transition3s);
}
@media screen and (max-width: 991px) {
    nav a {
        font-size: 22px;
    }
}
nav a:hover {
    color: var(--black);
}
nav:hover a:not(:hover) {
    color: var(--primary);
}
nav:hover a:not(:hover)::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
nav a:hover ~ .menu_desc {
    opacity: 1;
    transition-delay: 0.2s;
}
.lock-scroll nav .menu_item a:hover::after {
    opacity: 0;
    transition-delay: 0s;
}
.lock-scroll .menu_item a.easeIn-anim-fix::after {
    opacity: 1;
    transition-delay: 0.2s;
}
.menu_item a::after {
    opacity: 0;
    transition-delay: 0s;
    transition: 0s;
}
.burger_nav.open + .nav_wrap nav a:hover ~ .menu_img img {
    animation: menuImg_hover ease-out 2.5s forwards;
}
nav a::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 0;
    width: 1px;
    height: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    transition: ease-in 0.2s;
    transition-delay: 0.2s;
}
nav .menu_item:last-child a::after {
    display: none;
}
.menu_item:nth-child(odd) a {
    animation: menuItem_right2 0.5s ease-in forwards;
}
.menu_item:nth-child(even) a {
    animation: menuItem_left2 0.33s ease-in forwards;
}
.menu_item a::after,
.menu_item .menu_desc {
    opacity: 0;
}
.lock-scroll .menu_item:nth-child(odd) a {
    animation: menuItem_right 0.33s ease-out 0.66s forwards;
}
.lock-scroll .menu_item a::after {
    opacity: 1;
    transition: 0.5s ease-out;
    transition-delay: 1s;
}
.lock-scroll .menu_item:nth-child(even) a {
    animation: menuItem_left 0.33s ease-out 0.66s forwards;
}
.menu_img {
    position: absolute;
    z-index: 0;
    overflow: hidden;
}
.menu_img picture {
    width: 20vw;
    height: 38vh;
    overflow: hidden;
}
.menu_img img {
    width: 100%;
    opacity: 0.15;
    filter: grayscale(100%);
    object-fit: cover;
    animation: menuImg_hover2 ease-out 2.5s forwards;
}
.menu_item:first-child .menu_img img {
    transform-origin: 70% 55%;
}
.menu_item:nth-child(2) .menu_img img {
    transform-origin: 50% 90%;
}
.menu_item:nth-child(3) .menu_img img {
    transform-origin: 50% 30%;
}
.menu_item:nth-child(4) .menu_img img {
    transform-origin: 100% 80%;
}
.menu_item:nth-child(5) .menu_img img {
    transform-origin: 25% 25%;
}
.menu_item:nth-child(7) .menu_img img {
    transform-origin: center;
}
nav .menu_item:first-child .menu_img {
    top: 0;
    right: 0;
    animation: 0.5s menuImg_ease-out1 ease-in 0.5s forwards;
}
nav .menu_item:nth-child(2) .menu_img {
  left: 26.5%;
  top: 44%;
  animation: 0.5s menuImg_ease-out3 ease-in 0.5s forwards;
}
nav .menu_item:nth-child(3) .menu_img {
  top: 0;
  left: 12.5%;
  animation: 0.5s menuImg_ease-out4 ease-in 0.5s forwards;
}
nav .menu_item:nth-child(4) .menu_img {
  bottom: -12px;
  left: 0;
  animation: 0.5s menuImg_ease-out2 ease-in 0.5s forwards;
}
nav .menu_item:nth-child(5) .menu_img {
  right: 25.5%;
  top: 18%;
  animation: 0.5s menuImg_ease-out4 ease-in 0.5s forwards;
}
nav .menu_item:nth-child(6) .menu_img {
  right: 30%;
  bottom: 0%;
  animation: 0.5s menuImg_ease-out1 ease-in 0.5s forwards;
}
nav .menu_item:nth-child(6) .menu_img,
nav .menu_item:last-child .menu_img {
  right: 0%;
  bottom: -12px;
  animation: 0.5s menuImg_ease-out3 ease-in 0.5s forwards;
}
.lock-scroll nav .menu_item .menu_img {
    opacity: 0;
}
.lock-scroll nav .menu_item:first-child .menu_img {
    animation: 0.66s menuImg_ease-in1 ease-out 0.33s forwards;
}
.lock-scroll nav .menu_item:nth-child(2) .menu_img {
    animation: 0.66s menuImg_ease-in3 ease-out 0.33s forwards;
}
.lock-scroll nav .menu_item:nth-child(3) .menu_img {
    animation: 0.66s menuImg_ease-in4 ease-out 0.33s forwards;
}
.lock-scroll nav .menu_item:nth-child(4) .menu_img {
    animation: 0.66s menuImg_ease-in2 ease-out 0.33s forwards;
}
.lock-scroll nav .menu_item:nth-child(5) .menu_img {
    animation: 0.66s menuImg_ease-in4 ease-out 0.33s forwards;
}
.lock-scroll nav .menu_item:nth-child(6) .menu_img {
    animation: 0.66s menuImg_ease-in4 ease-out 0.33s forwards;
}
.lock-scroll nav .menu_item:nth-child(7) .menu_img,
.lock-scroll nav .menu_item:last-child .menu_img {
    animation: 0.66s menuImg_ease-in3 ease-out 0.33s forwards;
}
.lock-scroll header {
    background: transparent !important;
}
@keyframes menuItem_right {
    from {
        opacity: 0;
        letter-spacing: 12px;
        transform: translate3d(10vw, 0, 0);
        visibility: hidden;
    }
    to {
        opacity: 1;
        letter-spacing: 2px;
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}
@keyframes menuItem_right2 {
    from {
        opacity: 1;
        letter-spacing: 2px;
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        opacity: 0;
        letter-spacing: 12px;
        transform: translate3d(10vw, 0, 0);
        visibility: hidden;
    }
}
@keyframes menuItem_left {
    from {
        opacity: 0;
        letter-spacing: 12px;
        transform: translate3d(-10vw, 0, 0);
        visibility: hidden;
    }
    to {
        opacity: 1;
        letter-spacing: 2px;
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}
@keyframes menuItem_left2 {
    from {
        opacity: 1;
        letter-spacing: 2px;
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        opacity: 0;
        letter-spacing: 12px;
        transform: translate3d(-10vw, 0, 0);
        visibility: hidden;
    }
}
@keyframes menuImg_hover {
    0% {
        opacity: 0.15;
        filter: grayscale(100%);
        transform: scale(1);
    }
    33% {
        filter: grayscale(0);
        opacity: 1;
    }
    100% {
        filter: grayscale(0);
        opacity: 1;
        transform: scale(1.3);
    }
}
@keyframes menuImg_hover2 {
    0% {
        filter: grayscale(0);
        opacity: 1;
        transform: scale(1.3);
    }
    33% {
        opacity: 0.15;
        filter: grayscale(100%);
    }
    100% {
        opacity: 0.15;
        filter: grayscale(100%);
        transform: scale(1);
    }
}
@keyframes menuImg_ease-in1 {
    from {
        transform: translate3d(25vw, 0, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes menuImg_ease-in2 {
    from {
        transform: translate3d(-25vw, 0, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes menuImg_ease-in3 {
    from {
        transform: translate3d(0, 25vw, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes menuImg_ease-in4 {
    from {
        transform: translate3d(0, -25vw, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes menuImg_ease-out1 {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(25vw, 0, 0);
        opacity: 0;
    }
}

@keyframes menuImg_ease-out2 {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(-25vw, 0, 0);
        opacity: 0;
    }
}

@keyframes menuImg_ease-out3 {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(0, 25vw, 0);
        opacity: 0;
    }
}

@keyframes menuImg_ease-out4 {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(0, -25vw, 0);
        opacity: 0;
    }
}



@media screen and (max-width: 991px) {
    .menu_item:nth-child(odd) a {
        animation: none;
    }
    .menu_item:nth-child(even) a {
        animation: none;
    }
    .lock-scroll .menu_item:nth-child(odd) a {
        animation: none;
    }
    .lock-scroll .menu_item:nth-child(even) a {
        animation: none;
    }
    nav a {
        opacity: 1;
    }
}
@media screen and (max-height: 700px) {
    nav .menu_item {
        font-size: none;
        margin: 0 auto 20px;
    }
    .menu_desc {
        display: none;
    }
    nav a::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    nav .menu_item {
        font-size: none;
        margin: 0 auto 20px;
    }
    .menu_desc {
        display: none;
    }
    nav a::after {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .menu_img picture,
    .menu_img img {
        width: 35vw;
        height: 25vh;
    }
    nav .menu_item:nth-child(4) .menu_img,
    nav .menu_item:last-child .menu_img {
        bottom: 8%;
    }
    nav .menu_item:nth-child(2) .menu_img {
        top: 32%;
        left: 5%;
    }
    nav .menu_item:nth-child(5) .menu_img {
        right: 6.5%;
        top: 31%;
    }
    nav .menu_item:nth-child(6) .menu_img {
        bottom: 4%;
    }
}
/* END OF NAVIOGATION
==========================*/


/* LANGUAGES  
==============================*/
/*
.menu .languagesDrop .dropdown-toggle {
    color: var(--black);
}

@media screen and (min-width: 576px) {
    body:not(.noTopMedia):not(.lock-scroll) header:not(.headerBg) .languagesDrop .dropdown-toggle {
        color: var(--white);
    }
}*/
.languagesDrop .dropdown-item {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-light);
}
.languagesDrop .dropdown-toggle {
    color: var(--primary-light);
    transition: var(--transition3s);
    font-weight: 500;
    background: rgba(0,0,0,0.005);
}
.languagesDrop .dropdown-menu {
    min-width: 55px;
    border-radius: 0;
    padding: 5px 0px;
    background: var(--bgDarker);
    left: -10px !important;
   
}
.languagesDrop .dropdown-item:focus,
.languagesDrop .dropdown-item:hover {
    background: var(--bgDarker);
    color: var(--black);
}

/* LANGUAGES  */


/*Open Desktop Navigation
=====================================*/
.header-ribbon-menu {
    display:none;
}
@media screen and (min-width: 768px) {
    .header-ribbon-menu {
        margin-top:10px;
        display:block;
        font-family: var(--fontSpectral);
        font-size:16px;
        font-weight:400;
        transition: var(--transition3s);
    }
    .header-ribbon-menu:before {
        content: "";
        border-top: solid 1px var(--primary-light);
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
    }
    .header-ribbon-menu a {
        padding: 8px 12px 2px 12px;
        display: inline-block;
        text-transform: uppercase;
        background:rgba(0,0,0,.002);
    }
    body:not(.noTopMedia):not(.lock-scroll) header:not(.headerBg) .header-ribbon-menu {
        margin-top:10px;
    }
    body:not(.noTopMedia):not(.lock-scroll) header:not(.headerBg) .header-ribbon-menu a{
        padding: 10px 12px 2px 12px;
    }
}
@media screen and (min-width: 1200px) {
    .header-ribbon-menu {
        font-size:17px; /*on scroll*/
    }
    .header-ribbon-menu a {
        padding: 8px 25px 2px 25px;
    }
    body:not(.noTopMedia):not(.lock-scroll) header:not(.headerBg) .header-ribbon-menu{
        font-size:18px;
    }
    body:not(.noTopMedia):not(.lock-scroll) header:not(.headerBg) .header-ribbon-menu a{
        padding: 10px 25px 2px 25px;
    }
    
}

/* START OF CARROUSEL  
====================================*/
#bigCarousel,
#bigCarousel .carousel-item {
    position: relative;
    height: 100vh;
}

#bigCarousel .carousel-item:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 100% ), linear-gradient( 180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 100% );
}
#bigCarousel img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
#bigCarousel .carousel-control-next,
#bigCarousel .carousel-control-prev {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition3s);
}
#bigCarousel .carousel-control-next:hover,
#bigCarousel .carousel-control-prev:hover {
    filter: brightness(1.5);
}
#bigCarousel .carousel-control-prev,
#bigCarousel .carousel-control-next {
    visibility: hidden; }
#bigCarousel:hover .carousel-control-prev,
#bigCarousel:hover .carousel-control-next {
    visibility: visible; }
    
#bigCarousel .carousel-control-next {
    right: 40px;
}
#bigCarousel .carousel-control-prev {
    left: 40px;
}

#bigCarousel .carousel-caption {
    left: 3%;
    bottom: 5%;
    right: unset;
    max-width: 50%;
    z-index:1;
}
#bigCarousel .carousel-caption .h1 {
    color: var(--white);
    text-align: left;
    text-transform: uppercase;
    background: rgba(0,0,0,0.005);
}
.scrollToSection {
    position: absolute;
    bottom: 12%;
    z-index: 2;
    left: 8.4%;
}

.scrollToSection a {
    font-family: var(--fontSpectral);
    color: var(--white);
    font-size: 16px;
    /*text-transform: capitalize;*/
}

.scrollToSection a img {
    transform: rotate(180deg);
    width: 20px;
    margin-left: 5px;
    filter: brightness(0%) invert(100%);
}

@media screen and (max-width: 1199px) {
    #bigCarousel .carousel-caption {
        max-width: 80%;
    }
}

@media screen and (max-width: 991px) {
    #bigCarousel,
    #bigCarousel .carousel-item {
        position: relative;
        height: auto;
    }
    
    #bigCarousel .carousel-control-prev {
        left: 10px;
    }
    #bigCarousel .carousel-control-next {
        right: 10px;
    }
    .scrollToSection {
        bottom: 4%;
    }
}

@media screen and (max-width: 575px) {
    #bigCarousel .carousel-caption,
    .scrollToSection {
        left: 8%;
    }
    #bigCarousel .carousel-control-prev {
        left: 0px;
    }
    #bigCarousel .carousel-control-next {
        right: 0px;
    }
    #bigCarousel .carousel-caption {
        max-width: 85%;
        bottom: 3%;
    }
}

/* END OF CARROUSEL  */

/* Video
=================================== */
.mainVideoSlider {
        position: relative;
        height: 100vh;
    }
.mainVideoSlider video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .mainVideoSlider, .mainVideoSlider video {
        height: 450px;
    }
}
@media screen and (max-width: 767px) {
    .mainVideoSlider, .mainVideoSlider video {
        height: 400px;
    }
}
@media screen and (max-width: 480px) {
    .mainVideoSlider, .mainVideoSlider video {
        height: 350px;
    }
}
        /*
.YTvideo-placement{
    height:calc(100vh - 40px);
}      */


/* HOME PAGE  
====================================*/
/* Swiper Gen and overwrite 
====================================*/
/*.swiper-slide {
  height: auto!important; 
}
    .swiper-wrapper {
         height: auto;
    }*/
    
@media (max-width: 767px) {    
    .swiper-slide {
      height: inherit!important; 
    }
}
@media (min-width: 768px) {
    .swiper {
      height: 100%;
    }
    .swiper-slide {
      height: auto!important; 
      display: flex;
      flex-direction:column;  
    }
}



.swiper-button-prev svg,
.swiper-button-next svg{
    display:none;
}

.swiper-button-prev,
.swiper-button-next {
    opacity: 1 !important;
    width:80px!important;
    height:28px!important;
    bottom: 0px;
    left: unset !important;
    right: unset;
    top: unset !important;
    background: url(../images/line-arrow.svg) no-repeat center center;
    background-size: contain;
}
.swiper-button-prev {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    opacity: .8;
    margin: auto 4px !important;
    background: var(--white);
    display: inline-block;
}
@media (max-width: 767px) { 
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
   }
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-xlight);
}
.numbers .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--greyLight);
    background:rgba(0,0,0,.002);
    opacity: 1;
    margin: auto 8px !important;
    display: inline-block;
}
.numbers .swiper-pagination-bullet-active {
    opacity: 1;
    color: var(--primary-light);
}

.pagination-bullets-below {
    padding-bottom:80px;
}
.swiper-nav-buttons {
    display: inline-flex;
    align-items: center;
    margin-left: 0px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0px; 
}
.swiper-nav-buttons .swiper-pagination,
.swiper-nav-buttons .swiper-button-next,
.swiper-nav-buttons .swiper-button-prev{
    position:relative;
    margin: 0px;
    bottom: unset;
}


.section-carousel h3 a {
    color:var(--black);
}
.section-carousel img,
.img-edges img{
    clip-path: polygon(
      6% 0,
      100% 0,
      100% 88%,
      94% 100%,
      0 100%,
      0 12%
  );  
}
.section-carousel img:hover,
.img-edges img:hover{
    clip-path: polygon(
      0 0,
      100% 0,
      100% 100%,
      100% 100%,
      0 100%,
      0 0
  );  
}


/*Start Breadcrumb 
========================*/
.accommodation .breadcrumb-container,
.wellness .breadcrumb-container {
    margin-bottom: -22px;
}
.breadcrumb {
  color: var(--primary-light);
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumb li {
  background: rgba(0, 0, 0, 0.002);
    color: var(--black);
}
.breadcrumb li + li:before {
  padding: 8px;
  color: var(--primary);
  content: "\002D";
  margin-left: 8px;
}
.breadcrumb a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition3s);
}
.breadcrumb a:hover {
  color: var(--primary-xlight);
  text-decoration: none;
}


/*MAIN SECTION SWIPER
----------------------------------*/
/*.swiperContainer {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .swiperContainer {
        width: 80%;
    }
    .swiperContainer.revert {
        margin-left:auto;
    }
}
.swiperContainer .swiper{
    position: relative;
    padding-bottom: 50px;
}
.swiperContainer .mainSectionSwiper .swiper-slide {
    position: relative;
}
*/

/*.swiperContainer .mainSectionSwiper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 50px;
    z-index: 2;
    background: linear-gradient( 90deg, rgba(245, 240, 235, 0.04) 0%, rgba(245, 240, 235, 0.04) 20%, rgba(245, 240, 235, 0.95) 100% );
}
.swiperContainer .mainSectionSwiper.revert::before {
    background: linear-gradient( 90deg, rgba(45, 15, 10, 0.95) 0%, rgba(45, 15, 10, 0.04) 70%, rgba(45, 15, 10, 0.04) 100% );
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.04) 70%, rgba(0, 0, 0, 0.04) 100% );
    background: linear-gradient( 90deg, rgba(245, 240, 235, 0.95) 0%, rgba(245, 240, 235, 0.04) 70%, rgba(245, 240, 235, 0.04) 100% );
}
.swiperContainer .swiper-pagination {
    width: auto !important;
}*/
/*
.mainSectionSwiper.revert .swiper-pagination {
    right: 0;
    left: unset !important;
}

.heading-over-swiper {
    position: absolute;
    top: 18%;
    right: 0;
    z-index: 2;
    width: 50%;
}
.heading-over-swiper.revert {
    left: 0;
    right: unset;
}
.heading-over-swiper h1{
    background: rgba(0,0,0,0.005);
}
@media screen and (max-width: 767px) {
    .heading-over-swiper {
        width: 100%;
        position: static;
    }
    .heading-over-swiper h1{
        color: var(--brown);
    }
}

.mainSectionSwiper.revert .swiper-button-prev {
    right: unset;
    left: 20px !important;
}
.mainSectionSwiper.revert .swiper-button-next {
    right: unset;
    left: 60px;
}

@media screen and (max-width: 991px) {
    .mainSectionSwiper .swiper-button-next,
    .mainSectionSwiper .swiper-button-prev {
        padding: 15px;
    }

    .mainSectionSwiper .swiper-button-prev {
        right: 50px;
    }    
    .mainSectionSwiper.revert .swiper-button-next {
        left: 50px;
    }
}
*/


/*Main Text Section
=-=====================*/

.main-text-section .text-column > div,
.section-row .text-column > div{
    padding-top:30px;
}
@media screen and (min-width: 992px) {
    .main-text-section,
    .section-row {
        align-items:center;
    }
    .section-row .text-column > div,
    .main-text-section .text-column > div{
        padding-top:0px;
        padding-left:10%;
        max-width:90%;
    }
}
@media screen and (min-width: 1200px) {
    .intro-page .main-text-section:not(.revert) .text-column > div{
        max-width:460px;
    }
    .main-text-section.revert .text-column > div,
    .section-row .text-column > div{
        max-width:80%;
    }
}
.centered .main-text-section .container-spacing > div{
    margin:auto;
}

@media (min-width: 992px) {
    .section-row {
        align-items: stretch;
    }
    .section-row .single-img,
    .section-row .single-img picture {
        height:100%;
    }
    .section-row .text-column{
        align-self: center;
    }

    .section-row .sliderContainer,
    .section-row .sliderContainer .swiper, 
    .section-row .sliderContainer .swiper-wrapper,
    .section-row .sliderContainer .swiper-slide,
    .section-row .sliderContainer .swiper-slide picture {
        height:100%;
    }
}
/*LISTING SUBPAGES AS ROWS
=========================*/
.listing-asRows {
   padding-bottom:50px; 
}
@media (min-width: 992px) {
    .listing-asRows .section-row .single-img{
        height:inherit;
    }
}
/*DINING BOXES
=-=====================*/
.listing-box {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:30px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .listing-box {
        max-width:575px;
        margin-left:auto;
        margin-right:auto;
    }
    .swiper-slide .listing-box {
        max-width:unset;   
    }
}
.listing-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}
.listing-box .text-over {
    color: var(--white);
    position: absolute;
    z-index: 1;
}
.listing-box .text-over a{
    color: var(--white);
}
.listing-box .text-over {
    background: rgba(0,0,0,0.005);
}

.box-link-above {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:0;
}


.img-holder {
    overflow: hidden;
}
.img-edges img,
.img-holder img{
    transition: 0.35s all ease-in-out;
}
.img-edges img:hover,
.img-holder img:hover {
    webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.35s ease-in-out;   
}

/*ROOM DETAILS
=========================*/
.description {
    padding-top:30px;
}

.list-details .detail {
  /*flex: 1 0;
  text-align:center;*/
  padding:5px 10px;
}
.list-details .detail:first-child {
      padding-left: 0px;
}
.list-details .detail:not(:last-child) {
    border-right:1px solid var(--black);
}
.list-details .detail-heading {
    display:none;
}

/*Why Book
=========================*/
.why-box {
    position: relative;
    z-index: 1;
}
.why-box .number {
    font-family: var(--fontSpectral);
    font-size: 64px;
    margin: 10px;
    line-height: 1;
    backdrop-filter: var(--backdropBlur);
}

/*AWARDS INTRO
==============================*/
.section-awards {}


/*HOTEL AWARDS PAGE
=====================================*/
.hotel-awards ul{
    margin:0px;
    list-style:none;
}
.hotel-awards ul li{
    padding:0px 30px 30px;
     width:33.333%;
}
@media (max-width: 991px) {
    .hotel-awards ul li{
        width:50%;
    }   
}    
@media (max-width: 767px) {
    .hotel-awards ul li{
        padding:0px 15px 15px;
         width:100%;
    }
   .hotel-awards img{
       height:80px;
   } 
}

/*FOOTER
==========================*/
.instagram {
     background-color: var(--primary-xDark);
}
.instagram .bg {
    background: var(--bodyBg);
    margin: auto;
    display: flex;
    align-items: center;
    padding: 16px 20px;
}
.instagram .bg h3{
    flex:1;
    text-transform: lowercase;
}
.instagram .bg h3 .section-subtitle{
    font-style: normal;
    font-size: 22px;
    margin: 0px 0 6px 0;
    text-transform: lowercase;
}
@media (min-width: 992px) {
   .instagram .bg {
       max-width:740px;
   }
    
}
footer {
    padding: 60px 0px 30px;
    color: var(--bodyBg);
    background-color: var(--primary-xDark);
    font-size: 18px;
}
footer h2{
    color:var(--bodyBg)!important;
}
.footer-logo img {
    height: 110px !important;
    width: auto;
    filter: brightness(0) invert(1);
}
.social-details img {
    width: 25px;
    margin-right: 15px;
}

/*footer .social-details img {*/
/*  filter: brightness(0) saturate(100%) invert(67%) sepia(54%) saturate(370%) hue-rotate(355deg) brightness(88%) contrast(83%)*/
/*}*/


footer a {
    transition: var(--transition3s);
    color: var(--bodyBg);
}
footer a:hover,
footer a.active {
    color: var(--primary-xlight)!important;
}

.bottomMenu a{
    margin-bottom: .5rem !important;
    text-transform: uppercase;
}    
.bottomMenu.asRow {
    padding-top:20px;
}
.bottomMenu.asRow a {
    margin:0 8px 8px;
}

.newsletterform .form-control {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--white);
    font-size: 16px;
    color: var(--white);
}
.newsletterform ::-webkit-input-placeholder {
 	color: var(--white);
}
.newsletterform :-moz-placeholder { 
   color: var(--white);
}
.newsletterform ::-moz-placeholder {  
   color: var(--white);
}
.newsletterform :-ms-input-placeholder { 
   color: var(--white);
}
.newsletterform button:before,
.newsletterform button:after{
    border:0;
}


.copyright {
    font-size: 14px;
    font-weight: 300;
}


/* GALLERY  
=================================== */
.tab {
    border-right: 1px solid var(--black);
    display: flex;
    flex-direction: column;
}

.tab button {
    font-family: var(--fontSpectral);
    font-size: 18px;
    display: block;
    background-color: inherit;
    color: var(--black);
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: var(--transition3s);
    margin-bottom: 15px;
    padding: 10px 10px;
    text-transform: uppercase;
}
.tab button:hover,
.tab button.active {
    background-color: var(--bgDarker);
}

.tabcontent {
    text-align: left;
    padding: 0px 30px;
}

.tabcontent a {
    display: block;
}

@media screen and (max-width: 991px) {
    .tab {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        border: 0;
    }
    .tab button {
        width: auto;
    }
    .tabcontent {
        padding: 0;
    }
    .tab button {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 575px) {
    .tab button {
        font-size: 16px;
        margin-bottom: 5px;
    }
}


/* 2 Cols PAGE
==================================*/
.gridColumns {
    text-align: left;
}
.gridColumns .leftCol {
    border-right: 1px solid var(--black);
    padding-right: 25px;
}
.gridColumns .rightCol {
    padding-left: 80px;
}
@media screen and (max-width: 991px) {
    .gridColumns .leftCol {
        border-right: none;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .gridColumns .rightCol {
        padding-left: 0px;
    }
}
    

/* CONTACT PAGE
==================================*/
.map {
    display: block;
    height: 400px;
}
.contactPage .social-details img {
    filter: brightness(0);
}

.contactform .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    border-bottom: 1px solid var(--black);
}

.field-validation-valid {
    display: none;
    color: red;
}

.field-validation-error {
    display: block;
    color: red;
    text-align: left;
    font-size: 12px;
}

.field-validation-error:empty {
    display: none;
}

.asterisk span {
    display: inline;
    font-size: 24px;
    line-height: 22px;
}

.form-agree label {
    display: inline;
    	font-size:16px;
}

.form-agree .field-validation-error {
    display: inline-block;
}

.form-agree a {
    text-decoration: underline;
}

.form-agree a:hover {
    text-decoration: none;
}

.grecaptcha-badge {
    display: none !important;
}


/* START SCROLL TO TOP 
==============================*/
.toTop {
    text-align: right;
}
a.scrollup {
    background: url(../images/arrow-toTop.svg) no-repeat center center;
    background-size: 50%;
    bottom: 0;
    display: none;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 55px;
    height: 50px;
    text-decoration: none;
    padding: 0px 0px 0;
    z-index: 10000;
    transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}
.scrollup.is-visible {
    display: inline;
    opacity: 1;
}


/*  Filters Accommodation
====================================*/
.accommodation .filtered-container {
    padding-top: 2rem !important;
}
.filtered-container h2.choose-header{
    margin:0px 0 20px 0;
}
@media screen and (max-width: 991px) {
    .filtered-container h2.choose-header{
        text-align:left!important;
    }    
}
.filters {
  margin: 0px auto 30px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.filters.place-left {
    justify-content: flex-start;
}
@media screen and (max-width: 991px) {
    .filters {
          justify-content: start;
    }
}

.filter {
    margin: 4px 15px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    color: var(--primary);
    background: transparent;
}

.place-left .filter:not(:last-child) {
       margin: 4px 15px 4px 0px; 
}
.place-left .filter:last-child {
       margin: 4px 0px 4px 0px; 
}

@media screen and (min-width: 992px) {
    .filter {
        padding: 15px 30px;
        border-top: 1px solid var(--primary);
        border-bottom: 1px solid var(--primary);
    }
    .filter:hover,
    .filter.active {
        background: var(--primary);
        color: var(--white);
    }
}

/*FLITERS MOBILE*/
.filters-drop {
    display:none;
}
@media screen and (max-width: 991px) {
    .filters-drop {
        display: block;
        margin-right: auto;
        color:var(--primary);
    }  
   .filter{
        display:none;
        font-size:16px;
        padding: 10px 0px 0 0;
    }
    .filters.open .filter{
        display:block;
    }
    .filters {
        flex-direction: column;
    }
    .filter.active:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        border-top: 1px solid var(--primary);
        text-align: center;
        height: 1px;
        width: 30px;
        transition: all 0.3s ease-in-out;
    }
}

.filter:hover {
  cursor: pointer;
}

.hide-item { 
    opacity: 0;               
    transform: translateY(20px); 
    transition: opacity 0.4s ease, transform 0.4s ease;   
}
.show-item { 
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;  
}
.absolute {
    position: absolute;
        z-index: -1;
display:none;
}
/*
.hide-item { 
  animation: hide-item .3s ease 0s 1 normal forwards;
  transform-origin: center;
  padding:0px;
}
.show-item { 
    animation: show-item .3s ease 0s 1 normal forwards;    
    transform-origin: center;
}
@keyframes hide-item {
  0%{
    transform: scale(1);        
  }
  100% {
    transform: scale(0);        
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show-item {
  0%{
    transform: scale(0);     
    width: 0;
    height: 0;
    margin: 0;   
  }
  100% {
    transform: scale(1);    
  }
}*/

.all-results .main-text-section{
    margin-top:0px;
}
.box-flex {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}



/* HOTEL FACILITIES 
===========================*/
.facilities-section {
        column-count: 3;
}
@media screen and (max-width: 991px) {
    .facilities-section {
        column-count: 2;
    }
}
@media screen and (max-width: 767px) {
    .facilities-section {
        column-count: 1;
    }
}
.fac-row {
    display:flex;

}
.facilities-section img{
    height:30px;
    margin-right:10px;
}
/** START OF MODAL 
=======================*/
.modal {
  z-index: 20000;
}
  .modal .modal-dialog {
   /* max-width:640px;*/
  }
.modal .modal-content {
  -webkit-box-shadow: 0px 20px 20px #00000045;
          box-shadow: 0px 20px 20px #00000045;
  padding: 20px;
  border-radius: 0px;
  border: none;
  text-align: left;
}
#popupModal .modal-content.padding{
      padding: 20px;
}
#popupModal .modal-content.padding .modal-body{
      padding: 0px;
}
.modal .btn-close {
  position: absolute;
  width: 2em;
  height: 2em;
  right: 0px;
  top: 0px;
  opacity: .8;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  /*.modal .modal-body .imgCol {
    height: 300px !important;
  }*/
    .modal .modal-dialog {
        max-width:400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.sitemap {
    text-transform:uppercase;
     font-size: 20px;
}    
.sitemap a{
    text-decoration:none;
}
.sitemap a:hover{
    text-decoration:underline;
}


