/** START OF GENERAL SETTINGS  **/
:root {
  --fontMain: "M PLUS 1p", sans-serif;
  --white: #ffffff;
  --black: #000000;
  --bodyBgGrey: #f2f0f2; 
  --bodyBgSecondary: #e4e0db; 
  --greenColor:#5e7463; /*a58d05*/
  --plyr-color-main: #1F497D;
  interpolate-size: allow-keywords;
}
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: var(--fontMain);
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    background-color: var(--bodyBgGrey);
    padding-top:154px;
}
@media (max-width: 767px) {
    body {
        padding-top:121px;
    }
}
@media (max-width:575px){
    body {
        padding-top:90px;
    }
}
.img-fit{
   height: 100% !important;
    width: 100%;
    object-fit: cover; 
}
picture{
    display:block;
    overflow: hidden;
} 
button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

button:active{
outline: none;
border: none;
box-shadow: none !important;

}
button:focus {
  outline:none;
  box-shadow: none !important;
}
a, a:hover {
  text-decoration: none;
  color: var(--black);
}

/*HEADERS
===================================*/
h1, .h1,
h2, .h2,
h3 {
    font-family: var(--fontMain);
    font-weight: 400;
    color: var(--black);
    letter-spacing: 50px;
    word-wrap: break-word;
    margin: 0px 0 30px;
    text-transform:uppercase; 
    line-height:1.8;
}
h1 span,
h2 span{
    display: block;
}
h1, .h1 {
    font-size: 26px;
    letter-spacing:5px;
    /*line-height:50px;*/
}
h2, .h2{
    font-size: 18px;
    letter-spacing:3.6px;
    /*line-height:36px;*/
} 
h3 .h3{
    font-size: 18px;
    font-weight: 500;
    letter-spacing:1.8px;
}
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 16px;
        font-weight: 500;
        letter-spacing:3.2px;
    }
    h2, .h2 {
        font-size: 14px; 
    }
}
.subtitle {
    display:block;
    font-size:14px;
    letter-spacing:2.8px;
    text-transform:uppercase;
    color:var(--greenColor);
    margin-bottom:20px;
}
.details {
    display:block;
    font-size:14px;
    letter-spacing:1.4px;
    margin-bottom:30px;
    text-transform:none!important;
    color:var(--black)!important;
}
@media (max-width: 767px) {
    .subtitle {
        margin-bottom:15px;
    }
}

/*PAGE HEADER - H1
============================================*/
.header-container{
    margin-bottom:40px; 
    position:relative;
}
@media screen and (min-width: 768px) {
    .header-container.pb-bigger{
        margin-bottom:100px; 
    }
}
.header-container h1,
.header-container h2,
.header-container h3 {
    margin-bottom:0px;
}
.header-container .left-hr {
    position: absolute;
    z-index: 2;
    width: 22px;
    border: none;
    opacity: .8;
    left: 0px;
    bottom: -20px;
    overflow: visible;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
@media screen and (min-width: 768px) {
    .header-container.pb-bigger .left-hr {
        bottom: -30px;
    }
}
.header-container.centered{ 
    text-align:center;
}
.header-container.centered .left-hr {
    right: 0px;
    margin: 0 auto;
    width: 85px;
}
@media screen and (max-width: 767px) {
    .header-container.pb-bigger{
        margin-bottom:60px; 
    }
   .header-container.pb-bigger .left-hr {
        bottom: -25px;
    }
}

/*SPACING
=============================*/
.container-spacing {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.mx-offset {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
@media (min-width: 992px) {
    .container-spacing {
        padding-left:2rem!important;  
        padding-right:2rem!important;  
    }  
    .mx-offset {
        margin-left: 2rem;
        margin-right: 2rem;
    }    
}
@media (min-width: 1200px) {
    .container-spacing {
        padding-left:3rem!important;  
        padding-right:3rem!important;  
    }  
    .mx-offset {
        margin-left: 3rem;
        margin-right: 3rem;
    }    
}
@media (min-width: 1480px) {
    .container-spacing {
        padding-left:5rem!important;  
        padding-right:5rem!important;  
    }  
}

/** START OF MARGIN - SPACING  
============================== **/
.main-section.mt-offset {
    margin-top:80px;
}
.mt-offset{
    margin-top:220px;
}
@media screen and (max-width: 1479px) {
    .mt-offset{
        margin-top:180px;
    } 
}

@media screen and (max-width: 1199px) {
    .mt-offset{
        margin-top:100px;
    } 
}
@media screen and (max-width: 767px) {
    .main-section.mt-offset {
        margin-top: 40px; 
    }
    .mt-offset{
        margin-top: 70px;
    }
}


/*BUTTONS
=============================== */
.more-btn {
    padding-right: 20px;
    position: relative;
}
.more-btn:after {
    content: "";
    width: 14px;
    height: 24px;
    display: block;
    background: url(../images/arrow-more.svg) no-repeat center center !important;
    background-size: 100% !important;
    position: absolute;
    right: 0px;
    top: 0px;
}

/*SLIDER
=============================== */
/*.noTopMedia {
    height: 120px;
}
@media (max-width: 767px){
    .noTopMedia {
        height: 100px;
    }
}
@media (max-width: 480px){
    .noTopMedia {
        height: 80px;
    }
}*/
.topMedia {
    height: 100%;
    position: relative; 
 }
 /*
 .heroslider {
    transform: scale(0.5);
 }*/
#bigCarousel .carousel-item,
#bigCarousel {
    position: relative;
    /*height: 100vh;*/
}
#bigCarousel .carousel-control-prev,
#bigCarousel .carousel-control-next {
    visibility: hidden; }
#bigCarousel:hover .carousel-control-prev,
#bigCarousel:hover .carousel-control-next {
    visibility: visible; }
    
#bigCarousel img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.carousel-control-next, .carousel-control-prev {
    width:10%;
}
#bigCarousel .carousel-control-next-icon {
  background-image: url(../images/right-arrow.svg)!important;
}
#bigCarousel .carousel-control-prev-icon {
  background-image: url(../images/right-arrow.svg)!important;
  transform:          rotate(-180deg);
  -ms-transform:      rotate(-180deg);
  -moz-transform:     rotate(-180deg);
  -webkit-transform:  rotate(-180deg);
  -o-transform:       rotate(-180deg);
}
#bigCarousel .carousel-control-next-icon, 
#bigCarousel .carousel-control-prev-icon {
  display: inline-block;
  width: 50px!important;
  height: 50px!important;
  background: no-repeat 50%/100% 100%;
}
/*
@media screen and (max-width: 991px) {
      #bigCarousel .carousel-item,
      #bigCarousel {
        height: 550px !important;
      }
}
@media screen and (max-width: 575px) {
  #bigCarousel .carousel-item,
  #bigCarousel {
    height: 350px;
  }
}*/

/*== HEADER
============================================*/
.header{
    z-index: 1020 !important;
    width: 100%; 
    background-color: var(--bodyBgGrey);
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}
.header .header-inner-holder {
    padding: 25px 20px 25px 20px;
}
.scrolled .header  .header-inner-holder {
    padding: 15px 20px 15px 20px;
}
.left-column,
.right-column {
    width:200px;
}
.center-column {
    display:none;
}
@media (max-width: 1199px){
    .right-column {
        margin-left:auto;
    }
}
@media (min-width: 1200px){
    .header .header-inner-holder {
        padding: 25px 25px 25px 25px;
    }
    .scrolled .header  .header-inner-holder {
        padding: 15px 25px 15px 25px;
    }
    .center-column {
        display:block;
        width:calc(100% - 400px);
    }    
}
@media (min-width: 1480px){
    .header .header-inner-holder {
        padding: 25px 50px 25px 50px;
    }
    .scrolled .header  .header-inner-holder {
        padding: 15px 50px 15px 50px;
    }
}
@media (max-width:575px){
    .header .header-inner-holder {
        padding: 15px 20px 15px 20px;
    }
    .scrolled .header  .header-inner-holder {
        padding: 10px 20px 10px 20px;
    }
}
.logo img{
    width: 170px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.scrolled .header .logo img {
    width: 140px;
}
@media (max-width: 767px){
    .logo img{
        width: 120px;
    }
    .scrolled .header .logo img {
        width: 90px;
    }
}
@media (max-width:575px){
    .logo img{
        width:100px;
    }
   /* .scrolled .header .logo img {
        width: 80px;
    }*/
}
header .button{
    text-align: center;
    margin-left: 30px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1.8px;
    color:var(--greenColor);
}

@media (max-width:575px){
    header .button{
        margin-left: 18px;
    }
}
.header-menu {
    list-style:none;
    display:flex;
    justify-content:center;
}
.header-menu > li{
    padding:0 15px;
    font-size: 14px;
    letter-spacing: 1.8px;
}
@media (min-width:1200px){
   .navbar-toggler {
       display:none;
   }
}
@media (max-width:1199px){
    .navbar-toggler {
        position:relative;
    }
    .navbar-toggler-icon {
        width: 40px;
        height: 2px;
        background:var(--black);
        margin-top:10px;
        margin-bottom:10px;    
    }
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after{
        content:"";
        width: 40px;
        height: 2px;
        border-top:var(--black) solid 2px;
        position:absolute;
        left:0;
        transition: background-color 0.4s ease-in, transform 0.4s ease-in, width 0.4s ease-in;
    }
    .navbar-toggler-icon:before{
        top:0px;
    }
    .navbar-toggler-icon:after{
        bottom:0px;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        background:transparent;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
        -webkit-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }
     .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
        -webkit-transform: translateY(-15px) rotate(-45deg);
        -ms-transform: translateY(-15px) rotate(-45deg);
        transform: translateY(-15px) rotate(-45deg);
    }
    .navbar-nav {
        text-align:center;
    }
    .navbar-nav li{
        padding:10px 15px;
        font-size: 14px;
        letter-spacing: 1.8px;
    }

}
@media (max-width:575px){
    .navbar-toggler-icon {
        width: 34px;
        margin-top:8px;
        margin-bottom:8px;    
    }
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after{
        width: 34px;
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
        -webkit-transform: translateY(4px) rotate(45deg);
        -ms-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg);
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
        -webkit-transform: translateY(-12px) rotate(-45deg);
        -ms-transform: translateY(-12px) rotate(-45deg);
        transform: translateY(-12px) rotate(-45deg);
    }
}

/* LANGUAGES 
=============================== */ 
.languagesDrop {
    font-size: 14px;
    letter-spacing: 1.8px;
    margin-right: 30px;
}
@media (max-width:575px){
   .languagesDrop {
        margin-right: 18px;
    } 
}
.languagesDrop .dropdown-toggle {
    color: var(--black);
}
.languagesDrop a {
    color: var(--black);
    text-decoration: none;
    font-size: 14px; 
}
.languagesDrop .dropdown-menu {
    min-width: 40px;
    border-radius: 0;
    background:none;
    border:0;
}
 .languagesDrop .dropdown-item {
    display: block;
    padding: 0px;
    text-align: left;
 }
 .languagesDrop .dropdown-item:hover {
     background:none;
    color:var(--greenColor);
 }


/*CONTENT
============================== */
.block_row ul,
.text-page ul{
    margin-left: 22px;
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .main-section .max-width {
        width:80%;
        margin:auto;
    }
    .main-section .main-gal {
         width:80%;
         margin-left:auto;
    }
    .main-section h2{
        line-height:36px; 
    }
}
@media (min-width: 992px){
    .main-section .max-width  {
        width:60%;
    }
    .main-section .main-gal {
        width:80%;
    }
}

@media (max-width: 767px){
    .main-section .twocols-content h2 {
        text-align:center;
    }
}
@media (max-width: 575px){
    .main-section .main-gal > div {
        flex-wrap:wrap;
    }
    .main-section .main-gal  picture:first-child{
        width: 100%;
        margin-bottom:10px;
    }
}
@media (min-width: 576px){
    .main-section .main-gal  picture:first-child{
        margin-right:10px;
        width: 70%;
    }
}
@media (min-width: 1200px){
    .main-section .main-gal  picture:first-child{
        width: 50%;
    }
}
@media (min-width: 1480px){
    .main-section .main-gal  picture:first-child{
        width: 42%;
    }
}
    
/*CONTENT SECTION -img + text + img
==================================== */
.section-text-center {
    flex-wrap: wrap;
}
.section-text-center .col-text {
    padding-bottom:50px; 
    order:1; 
}
.section-text-center > div.col-img:nth-of-type(2) {
    order:2; 
}
.section-text-center > div.col-img:nth-of-type(3) {
    order:3;  
}
@media (max-width: 767px){
    .section-text-center > div.col-img:nth-of-type(2) picture{
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-bottom: 10px;
    }
    .section-text-center > div.col-img:nth-of-type(3) picture{
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}
@media (min-width:576px) and (max-width: 767px){
    .section-text-center > div.col-img:nth-of-type(2) picture{
        margin-left: 1.5rem;
        margin-right: 5px;
        margin-bottom: 0px;
        margin-top: 50px;
    }
    .section-text-center > div.col-img:nth-of-type(3) picture{
        margin-left: 5px;
        margin-right: 1.5rem;
    }
}
@media (min-width: 768px){
    .section-text-center .col-text .max-width {
        width:auto;
    }
    .section-text-center .col-text {
        order:2;   
        padding-bottom:120px; 
    }
    .section-text-center > div.col-img:nth-of-type(2) {
        order:1; 
        align-self: end;
    }
    .section-text-center > div.col-img:nth-of-type(3) {
        order:3;  
    }
    .section-text-center > div.col-img:nth-of-type(2) picture{
        margin-right:2rem;
    }
    .section-text-center > div.col-img:nth-of-type(3) picture{
        margin-left: 2rem;
        margin-right: 1.5rem;
    }
}
@media (min-width: 992px){
    .section-text-center > div.col-img:nth-of-type(2) picture{
        margin-right:8rem;
    }
    .section-text-center > div.col-img:nth-of-type(3) picture{
        margin-left: 2rem;
        margin-right: 2rem;
    }
}
@media (min-width: 1200px) {
    .section-text-center .col-text {
        padding-bottom:160px; 
    }
    .section-text-center .col-text .max-width {
        width: 61%;
    }
    
    .section-text-center > div.col-img:nth-of-type(2) picture{
        margin-right: 9.5rem;
    }
    .section-text-center > div.col-img:nth-of-type(3) picture{
        margin-left: 3rem;
        margin-right: 3rem;
    }
}
@media (min-width: 1480px) {
    .section-text-center > div.col-img:nth-of-type(3) picture{
        margin-left: 5rem;
        margin-right: 5rem;
    }
}
/*CONTENT SECTION -img + text + img with BG
=========================================== */
.block_row.bg-color {
    position:relative;
    padding-top:3.5rem !important;
    padding-bottom:3.5rem !important;
}
.block_row.bg-color:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    background-color:var(--bodyBgSecondary);
}
@media (max-width: 767px){
    .block_row.bg-color.container-spacing {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .section-text .col-text .mx-offset{ 
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
}
@media (max-width: 575px){
    .block_row.bg-color {
        padding-top:4rem !important;
        padding-bottom:0rem !important;
    } 
    .block_row.bg-color:before {
        bottom:10%;
    }
}
@media (min-width: 768px){
    .block_row.bg-color:before {
        top:10%;
    }
    .block_row.bg-color .section-text-center > div.col-img:nth-of-type(2) picture{
        margin-right:3rem;
    }
    .block_row.bg-color .section-text-center > div.col-img:nth-of-type(3) picture{
        margin-right: unset!important;
        margin-left: 1.5rem;
    }
    .block_row.bg-color .section-text-center .col-text {
        padding-bottom: 50px;
    }
    .block_row.bg-color .section-text-center .col-text .max-width{
        padding-top:60%;
    }
}
@media (min-width: 992px){
    .block_row.bg-color .section-text-center > div.col-img:nth-of-type(2) picture{
        margin-right:6rem;
    }
    .block_row.bg-color .section-text-center > div.col-img:nth-of-type(3) picture{
        margin-left: 4rem;
    }
    .block_row.bg-color .section-text-center .col-text .max-width{
        padding-left:0px;
    }
}
@media (min-width: 1200px){
    .block_row.bg-color:before {
        top:15%;
    }
    .block_row.bg-color .section-text-center .col-text .max-width {
        width: 70%;
        padding-top: 40%;
    }
    .block_row.bg-color .section-text-center > div.col-img:nth-of-type(2) picture{
        margin-right:10rem;
    }
    .block_row.bg-color .section-text-center > div.col-img:nth-of-type(3) picture{
         margin-left: 1rem;
    }
}
@media (min-width: 1680px){
    .block_row.bg-color .section-text-center > div.col-img:nth-of-type(2) picture{
        margin-right:15rem;
    }
}
/*SECTION - text only
=====================================*/
/*only moto text*/
.text-only-section  div.h1{
    line-height:2;   
}
@media (min-width: 768px) {
    .text-only-section .max-width{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .text-only-section.align-right .max-width {
        width: 65%;    
        margin-left: auto;
        margin-right: unset;
    }
}
@media (max-width: 767px) {
    .text-only-section  div.h1{
        font-size: 14px;
        font-weight: 400;
    }
}


/*CONTENT SECTION (blockRowSection) -img + text + img small
=========================================================== */
.section-text {
    flex-wrap: wrap;
    position:relative;
}
.section-text .col-text {
    padding-bottom:50px;   
}
@media (max-width: 575px){
    .section-text > div.col-img:nth-of-type(2) {
        margin-bottom:10px; 
    }
}
@media (min-width:576px) and (max-width: 767px){
    .section-text > div.col-img:nth-of-type(2) picture{
        margin-right: 5px;
        margin-bottom: 0px;
    }
    .section-text > div.col-img:nth-of-type(3) {
        align-self: end;
    }
    .section-text > div.col-img:nth-of-type(3) picture{
        margin-left: 5px;
    }
}
@media (min-width:768px){
    .section-text:not(.revert) .col-text {
        order:2;   
    }
    .section-text .col-text {
        padding-top:50px;
        padding-bottom:220px; 
    }
    .section-text:not(.revert) > div.col-img:nth-of-type(2) {
        order:1; 
    }
    .section-text > div.col-img:nth-of-type(2) picture {
        margin-right: 1.5rem;
    }
    .section-text > div.col-img:nth-of-type(3) {
       /* order:3;*/  
        align-self: end;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .section-text:not(.revert) > div.col-img:nth-of-type(3) {
        left:unset;
        right: 0;
        text-align:right;
    }
    .section-text .col-img picture{
        display:block;
        height: 100%;
    }
    .section-text > div.col-img:nth-of-type(3) picture{
        width:35%;
    }
    .section-text:not(.revert) > div.col-img:nth-of-type(3) picture{
        margin-left:auto;
    }
    .section-text:not(.revert) > div.col-img:nth-of-type(3) video{
    }
}
@media (min-width: 992px){
    .section-text > div.col-img:nth-of-type(3) picture{
        width:33%;
    }
}
@media (min-width: 1200px) {
    .section-text .col-text{
        padding-top:80px;
        padding-bottom:280px; 
    }
    .section-text .col-text .max-width {
        max-width:60%; 
    }
}
@media screen and (min-width: 1480px) {
    .section-text .col-text{
        padding-bottom:340px; 
    }
}


/*CONTENT SECTION (blockImageSection) -img
=========================================== */
@media screen and (min-width: 1480px) {
    .bg-image-section {
        height:calc(100vh - 80px);
        overflow: hidden;
    }
}
.bg-image-section picture{
    height:100%;
}
#work-text,
#heal-text {
    margin-top:0px;
}
@media screen and (min-width: 768px) {
    #work-text .section-text-center .col-text .max-width,
    #heal-text .section-text-center .col-text .max-width {
        padding-top: 60px;
    }
    #heal .max-width > span,
    #heal .max-width > div{
        width: 80%;
        margin-right:auto;
    }
}
@media screen and (min-width: 992x) {
    #heal .max-width > span,
    #heal .max-width > div{
        width: 33.33333333%;
    }   
}

/* ACCOMMODATION
=================================*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: left;
}
.swiper-button-next,
.swiper-button-prev {
    background: url(../images/arrow-line-right.svg) no-repeat center center !important;
    background-size: 100% !important;
    width: 42px;
    height: 15px;
    position:absolute;
    top: 18%;
    left: auto;
    right: calc(20% - 34px);
}
.swiper-button-prev {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.swiper-button-prev {
    top:calc(18% - 35px);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display:none;  
}       
@media (min-width: 768px){
    .swiper-button-next,
    .swiper-button-prev {
        top: 94%;
        right: calc(35% - 34px);
        width: 69px;
        height: 24px;
    }
    .swiper-button-prev {
        top:calc(94% - 50px);
    }
}
@media (min-width: 1200px){
    .swiper-button-next,
    .swiper-button-prev {
        top: 64%;
        right: calc(8% - 34px);
    }
    .swiper-button-prev {
        top:calc(64% - 50px);
    } 
}
.swiper-navigation-icon {
    display:none;
}
.swiper-slide .h1{
    color:var(--greenColor);
}
.carouselSwiper .section-text:not(.revert) .col-text {
    order:2;   
}
.carouselSwiper .section-text:not(.revert) > div.col-img:nth-of-type(2) {
    order:1; 
}
.carouselSwiper .section-text:not(.revert) > div.col-img:nth-of-type(3) {
    order:3; 
}
@media (max-width: 767px){
    .carouselSwiper .section-text > div.col-img:nth-of-type(2) picture{
        width:60%;
        margin-bottom:1.5rem;
    }
    .carouselSwiper .section-text > div.col-img:nth-of-type(3) picture{
        width:40%;
        margin-left:auto;
    }
}


/*TEXT ONLY SECTION WITH BG - packages
================================== */
#player-overlay video {
    width: 100%;
    max-height: 100%;
}
@media (min-width: 576px){
    .section-text:not(.revert) > div.col-img:nth-of-type(3) #player-overlay video {
        max-width:340px;
        height:318px;
    }
    .section-text-center > div.col-img:nth-of-type(2) #player-overlay video {
        max-width:340px;
        height:318px;
    }
}


/*TEXT ONLY SECTION WITH BG - packages
================================== */
.text-bg-section {
    background-color: var(--bodyBgSecondary);
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
    .text-bg-section  {
        padding: 1.5rem;
    }
}
@media (min-width: 992px) {
    .text-bg-section {
        padding:2rem!important;  
    }
}
@media (min-width: 1200px) {
    .text-bg-section {
        padding:3rem!important;  
    }
}

@media (min-width: 1480px) {
    .text-bg-section {
        padding:5rem!important;  
    }  
}
.text-bg-section h2{
    text-align:center;
}
.table th,
.table td{
   background:none;
   border-bottom:#D7D2CE solid 1px;
   padding: 1.5% 5%;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
   background:#E4E0DB;
}
.table th {
    font-size: 18px;
    font-weight: 500;
    letter-spacing:1.8px;
    text-transform:uppercase; 
}

.text-holder{
    padding:0 5%  1.5% 5%; 
    text-align:center;
}        
.packages-rows {
    margin-top:40px;
}
.packages-rows .package.headings{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.packages-rows .package{
     border-bottom:#D7D2CE solid 1px;

}
.packages-rows > .package:nth-of-type(even) {
   background:#d8d5d0;
}
.packages-rows .package{
      display:flex;
      flex-wrap:wrap;
}
.col-header{
    padding:1.5% 5%  1.5% 5%;
} 
@media (min-width: 768px) {
     .col-header:not(:last-child){
        padding:1.5% 5%  0 5%;
    }   
    .col-header.col-more .m-display-more {
        margin-top:2%;
    }
}
.col-header.col-more {
    padding:0 5%  1.5% 5%;
}
.col-header,
.col-header h2 {
    text-align:left;     
}
.package .subtitle  {
    color: var(--black);
        margin-bottom: 0px;
}

.col-header.col-more .m-display-more {
    border-top:#b7bfb9 solid 1px;
    padding-top:20px;
}
.col-header.col-more .m-display-more strong{
    font-weight:500;
}
.col-header .m-more-less-content .m-show-more, 
.col-header .m-more-less-content .m-show-less {
    left:calc(100% - 100px);
}
@media (max-width: 767px) {
    .packages-rows .package.headings{
        display:none;
    }
    .packages-rows .col-header{
        width:100%!important;
    }
    .packages-rows .package {
        padding-top:15px;
         padding-top:15px;
    }
    .packages-rows .header-container {
        margin-bottom:15px;
    }
}

/*FOOTER
=====================*/
.footer .container-spacing .footer-row{
    text-align: left;
    border-top:#D7D2CE solid 1px;
}
.footer-col {
    width:100%;
          text-align: left;
     padding: 30px 20px 0;
}
.footer .footer-logo img{
    width: 165px;
}
.footer-col .h3 {
    font-size:14px;
    letter-spacing:1.8px;
    margin:0;
}
@media (max-width: 991px){
    .footer-col.footer-logo {
         text-align: center;
    }
    .footer-col:not(.footer-logo) {
        display:flex;
        line-height: 1.5;
    }
    .footer-col .h3 {
        margin:0;
        line-height: 1.8;
        width: 120px !important;
    }
    .footer-col div:not(.h3) {
        width: calc(100% - 120px)!important;
    }
}
@media (max-width: 420px){
    .footer-col {
        display: block !important;
    }
    .footer-col .h3,
    .footer-col div:not(.h3) {
       width: 100% !important;
   } 
}
@media (min-width: 992px){
    .footer .container-spacing .footer-row{
        display:flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    .footer-col{
        width:20%;
        text-align: left;
        padding: 30px 20px 0;
    }
     .footer-col.footer-logo { 
        width:100%;
        text-align:center;
      }
}
@media (min-width: 1480px){
    .footer-col.footer-logo { 
        width:20%;
        text-align: left;
    }
}

.footer a:hover {
    text-decoration:underline;
}
.social img{
  width: 24px;
  margin: 0 6px;
}
.copyright{
  font-size: 13px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-align:center;
}
.copyright .link {
    text-decoration:underline;
}
.copyright .link:hover {
    text-decoration:none;
}


/*MORE TEXT
=================================*/
.m-more-less-content .m-show-more,
.m-more-less-content .m-show-less {
    color: var(--dark-color) !important;
    cursor: pointer;
}
.m-more-less-content span {
    display: inline;
    padding-right: 20px;
    position: relative;
}
.el .m-more-less-content .m-show-more:before {
    content: "περισσότερα";
}
.m-more-less-content .m-show-more:before {
    content: "Read more";
}
.m-more-less-content .m-show-more:after,
.m-more-less-content .m-show-less:after {
    content:"";
    width: 14px;
    height: 24px;
    display: block;
    background: url(../images/arrow-more.svg) no-repeat center center !important;
    background-size: 100% !important;
    position: absolute;
    right: 0px;
    top: 0px;
}
.m-more-less-content .m-show-less {
    display: none;
}
.el .m-more-less-content .m-show-less:before {
    content: " λιγότερα";
}
.m-more-less-content .m-show-less:before {
    content: " Read less";
}
.m-more-less-content .m-show-less:after {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.m-more-less-content .m-more-text {
    overflow: hidden;
    display: none;
}
.m-more-less-content.m-display-more .m-show-more {
    display: none;
}
.m-more-less-content.m-display-more .m-more-text{
   display: block; 
}
.m-more-less-content.m-display-more .m-show-less {
    display: inline-block;
}



.text-page h2{
    margin-bottom:20px;
}


/* FORMS
====================================== 
.contactform {
    font-size:15px;
}
.contactform .form-control {
  	border-radius: 0px;
  	height: 40px;
  	background-color:transparent;
	border:none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	outline: none;
	color: #565656;
	padding: .375rem 0rem;
	font-size: 15px;
    font-weight: 400;
	
}
.contactform .form-control:focus {
	outline: 0;
	border-bottom: 1px solid rgba(97, 97, 97, 1);	
	box-shadow: 0 1px 3px transparent;
	background-color:transparent;
}
::-webkit-input-placeholder {
 	color:#565656;
}
:-moz-placeholder { 
   color:#565656;
}
::-moz-placeholder {  
   color:#565656;
}
:-ms-input-placeholder { 
   color:#565656;
}
.contactform select.form-control {
	color:#565656;
}
.contactform textarea.form-control {
  height: auto;
}
.field-validation-valid {
  display: none;
  color: red; }
.field-validation-error {
  display: block;
  color: red;
  font-size: 14px;
  text-align: left; }
.field-validation-error:empty {
	display: none;
}  


.contactform label span {
  color: red; }
.contactform label.required:after {
  content: " *";
  color: #FF0000; }

.asterisk {
	text-align:left;
	font-size:14px;
}
.asterisk span {
  display: inline;
  font-size: 24px;
  line-height: 22px;
}
.form-agree label {
	display:inline;
}
.form-agree .field-validation-error {
	display: inline-block;
}
.form-agree a {
    text-decoration:underline;
}
.form-agree a:hover {
    text-decoration:none;
}
.submitBtn {
  padding: 10px 25px;
  border-radius: 0rem;
  color: var(--black)!important;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  z-index: 1;
  font-family: var(--fontMain);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

#json-msg {
    padding-top:20px;
}
.status-failure,
.status-busy {
    margin:6px 0 0 0;
}
.status-busy img{
   height: 10px;
}

*/
/*
.map_link {
	display:block;
	z-index: 11;
    position: relative;
}

.map_link.inner {
	background:url(/images/map.jpg) no-repeat center center;	
	min-height:450px;
	width:100%;
}
@media screen and (max-width: 767px) {
    .map_link.inner {
        min-height:350px;
        margin-bottom:30px;
    }   
}
*/


 ul.TextList{
  margin: 40px 0 0 40px;
  padding: 0;
}
.TextList li{
  display: block;
  margin-bottom: 20px;
  list-style-type: none;
}
.TextList li::before{
  content: "";
  display: block;
  width: 10px;
  background-color: var(--black);
  height: 1px;
  margin: 0px 0px -20px -20px;
}


/** START OF MODAL 
=======================*/
.modal {
  z-index: 20000;
}
  .modal .modal-dialog {
    max-width:640px;
  }
.modal .modal-content {
  border-radius: 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;
  }
}

/* START SCROLL UP  */
#progress {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 44px;
    width: 44px;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    #progress {
        bottom: 0px;
    }
}
#progress-value {
  display: block;
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#progress-value img {
  width: 20px;
 /* filter: brightness(0) saturate(100%) invert(68%) sepia(20%) saturate(354%)
    hue-rotate(359deg) brightness(90%) contrast(87%);*/
}

/*Privacy Policy
============================*/

.wordbreak a{
     word-break: break-word;  
}
.privacyList ul{
    margin: 0 0 15px 20px;
}
.privacyList ul ul{
    margin:0 0 15px 40px;
}
.privacyList li{
    list-style: disc;
}
.privacyList ul ul li{
    list-style: circle;
}

