@font-face {
  font-family: OpenSans-light;
  src: url(../fonts/OpenSans-Light.woff);
}

body,
html {
  font-family: OpenSans-light;
  height: 100%;
  margin: 0;
  width: 100%;
  padding: 0;
}

h1 {
  font-family: 'Open Sans', sans-serif;
}

p {
  font-family: 'Tinos', serif;
}


/*Header*/
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-item:hover>.dropdown-menu {
  display: block;
}
ul li{
list-style-type:none;
display: inline;
}

.navbar-nav .nav-link{display:inline-block;}
   
.ml-auto {display:inline-block!important;}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}
.dropdown-menu {
  background: #B8D3C2;
  min-width: 11rem;
}

.multilanguage{
  width:25%!important;
  flex-direction: row!important;
  justify-content: flex-end!important;
  font-size: 0.9rem!important;
  margin-top: 5px!important;
}
.nav-item .nav-link {
  color: inherit;
}

.dropdown-divider {
  border-top: 1px solid #009245;
  opacity: 0.2;
  margin: 0 auto;
  width: 84%;
}

.navbar-nav {
  justify-content: space-between;
  width: 100%;
  font-size: 1.4em;
}

.navbar {
  -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
  font-weight: unset;
  color: #FFF;
  text-shadow: unset;
}

.dropdown-item {
  color: #ffffff;
}
.navbar-brand img{
    width: 100px;
    height: 98px;
}
.navbar-brand {
  position: absolute;
  top: 10%;
  left: 6%;
}

.navbar {
  padding-top: 1.44rem;
  padding-bottom: 0;
}

.navbar .container {
  width: 54%;
}

.active-menu {
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.navbar-nav .nav-item a:hover {
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  color: #B8D3C2;
}

.nav-item.active{
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  color: #B8D3C2;
}

.bg {
  /* The image used */
  background-image: url("../img/background.jpg");
  /* Full height */
  height: 100%;
  height: 89.6%;
  /* Center and scale the image nicely */
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform:scale3d(1.1, 1.1, 1.1);
  -webkit-transform:scale3d(1.1, 1.1, 1.1);
  -o-transform:scale3d(1.1, 1.1, 1.1);
  -ms-transform:scale3d(1.1, 1.1, 1.1);
  transform:scale3d(1.1, 1.1, 1.1);



  transition-timing-function: linear;
  background-attachment:fixed;
  min-width:100%;
  width:100%;
  height:auto;
}
#hero-image{
    position: absolute;
    top: 178px;
    width: 100%;
}
.row.justify-content-center {
  text-align: center;
  align-items: center;
  width: 100%;
}
.dropdown-item.active{
  color: #B8D3C2!important;
  text-decoration: none!important;
  background-color: #f8f9fa!important;
  font-weight: unset!important;
  text-shadow: unset!important;
}
.dropdown-item{
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);  
}
.dropdown-menu {
  border: unset;
  border-radius: 0;
  -webkit-box-shadow: 7px 3px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 3px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 3px 8px 1px rgba(0, 0, 0, 0.2);
}

.background-title {
  font-size: 6.5rem;
  color: #ffffff;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.background-subtitle span:before {
  content: "*"; /* Or content: "m³/s"; */
}
.background-subtitle {
  color: #B8D3C2;
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
  line-height: 2.8rem;
  margin-top: 6%;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

#svg-img{
  width: 60%;
  margin: 0 auto;
}
.main-col-1{
  padding-right: 30px;
}
.main-col-2{
  padding-right: 15px;
  padding-left: 15px;
}
.backgroundSubtitle {
  position: absolute;
  top: -4.3rem;
  left: -12rem;
  font-size: 5rem;
  opacity: 0.36;
  color: #B8D3C2;
  z-index: -1;
  font-family: 'Open Sans', sans-serif;
}

.star-sub {
  font-size: 10rem;
  top: 1rem;
}

.philosophy {
  padding-top: 22%;
}

.text-align-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: right;
  opacity: 0.7;
  color: #B7A494;
  height: 100%;
  width:100%;
}
.animate-hero{
  -webkit-transition-duration:2s;  
  -o-transition-duration:2s;  
  transition-duration:2s;

  -moz-transform:scale3d(1,1,1)!important;
  -webkit-transform:scale3d(1,1,1)!important;
  -o-transform:scale3d(1,1,1)!important;
  -ms-transform:scale3d(1,1,1)!important;
  transform:scale3d(1,1,1)!important;
}
.thumb-image:hover{
  opacity:1;
}
.thumb-image{
  opacity: 0.6;
}
.open-logo{
/*    transform: translate3d(0px, -200px, 0px);*/
}
.modal-dialog{
    max-width: 45%!important;
    margin-right: 8.333%;
    height: 100%;
    display: table;
    width: 100%;
}
.modal-dialog .modal-content{
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    border: 0;
}
.text-align-right-closer {
    top: -2rem;
    left: -2rem;
    font-size: 3rem;
}
.p-container{
  position: relative;
}
.text-align-right-bottom {
  bottom: 18%;
  left: 0.4%;
  top: inherit;
}
.modal-backdrop{
  display: none;
}
.mTop-8 {
  margin-top: 100px;
}

.mTop-15 {
  margin-top: 15%;
}

.mBottom2 {
  margin-bottom: 2%;
}
.checked {
    color: #fcee21;
    -webkit-text-stroke: 0.5px rgb(251,176,59);
    text-stroke: 0.5px rgb(251,176,59);
}
.carousel-reviews{
  overflow: unset;
}
/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #e65100;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #B8D3C2;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* Icon 3*/

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}


/* Icon 4 */

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.dropdown-toggle::after {
  display: none;
}

.thumbs {
  cursor: pointer;
  padding-right: 4px;
  padding-left: 4px;
  z-index: 9999;
}
.carousel-control-prev-icon{

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B8D3C2' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B8D3C2' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-multi-item{
  -webkit-box-shadow: unset!important;
  -moz-box-shadow: unset!important;
  box-shadow: unset!important;  
}
.carousel{
  -webkit-box-shadow: 4px 4px 9px -2px rgba(0,0,0,0.22);
  -moz-box-shadow: 4px 4px 9px -2px rgba(0,0,0,0.22);
  box-shadow: 4px 4px 9px -2px rgba(0,0,0,0.22);
}
#background {
  background-image: url("../img/pefkh/pic3.jpg");
  height: 100%;
  height: 89.6%;
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: cover;
}
.levanda{
  background-image: url("../img/levanda/pic3.jpg")!important;
}
.dentrolivano{
  background-image: url("../img/dentrolivano/profil.jpg")!important;  
}
#facilities-container .row:nth-child(1){
  margin-top: 1rem;
}
.facilities-background{
  left: -7rem;
}
.btn-info{
    color: #fff;
    background-color: #B8D3C2;
    border-color: #B8D3C2;
}
.btn-info:hover{
    color: #fff;
    background-color: #A5BDAE;
    border-color: #A5BDAE;
}
#facilities-container .row .col-8{
  display: flex;
}
.symbol{
  position: relative;
}
.symbol-title{
    padding-top: 15px;
    padding-left: 35px;
    margin-bottom: 0;
    font-family: OpenSans-light;
}
.symbol-subtitle{
    padding-left: 62px;
    font-size: 0.8rem;
    font-style: italic;
}
.greek, .english{
  cursor: pointer;
}
.pipe:hover{
    font-weight: normal!important;
    color: inherit!important;
    text-shadow: none!important;
    cursor: default!important;
}
strong{
  color: #B7A494;
  font-family: OpenSans-light;
}
/*.symbol:before {
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    color: #E5EFE9;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 1;
    z-index: -1;
}*/
.ico-container{
  min-height: 60px;
  /* min-width: 82px; */
  max-width: 200px;
  align-items: center;
  margin: 0 auto;
  background-repeat: no-repeat!important;
  background-size: contain!important;
}
.carousel-indicators{
    bottom: -80px;
}
.carousel-indicators li{
    background-color: #E5EFE9;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.phone{
    background: url(../img/facilities/phone.png);
}
.bed{
    background: url(../img/facilities/bed.png);
}
.basic-soap{
    background: url(../img/facilities/soaps.png);
}
.sofa-bed{
    background: url(../img/facilities/sofabed.png);
}
.oven{
    background: url(../img/facilities/oven.png);  
}
.hamocks{
    background: url(../img/facilities/hamock.png);
}
.sandwich-press{
    background: url(../img/facilities/sandwichpress.png);  
}
.gass-barbeque{
    background: url(../img/facilities/gassbarbeque.png);  
}
.celling-fans{
    background: url(../img/facilities/ceilingfan.png);  
}
.canoe{
    background: url(../img/facilities/canoe.png);  
}
.blender{
    background: url(../img/facilities/blender.png);
}
.treehouse{
    background: url(../img/facilities/treehouse.png);    
}
.volleyball{
    background: url(../img/facilities/voley.png);
}
.heating{
     background: url(../img/facilities/heating.png);
}
.beach-towels{
    background: url(../img/facilities/beachtowel.png);
}
.toilet-paper{
    background: url(../img/facilities/toiletpapaer.png);  
}
.sunbeds{
    background: url(../img/facilities/sunbed.png);    
}
.toaster{
    background: url(../img/facilities/toaster.png);  
}
.fridge{
    background: url(../img/facilities/fridge.png);
}
.wifi{
    background: url(../img/facilities/wifi.png);
}
.washing-machine{
    background: url(../img/facilities/washing-machine.png);
}
.coffee{
    background: url(../img/facilities/coffee.png);
}
.tv{
    background: url(../img/facilities/tv.png);
}
.hair-dryer{
    background: url(../img/facilities/hair-dryer.png);
}
.air-condition{
    background: url(../img/facilities/air-condition.png);
}
.parking{
    background: url(../img/facilities/parking.png); 
}
.Iron{
    background: url(../img/facilities/Iron-board.png); 
}
.towels{
    background: url(../img/facilities/towels.png);  
}
.dishes{
    background: url(../img/facilities/dishes.png);   
}
.fireplace{
    background: url(../img/facilities/fireplace.png); 
}
/*.phone:before{
    content: "\f095";
    transform: rotate(90deg);
    font-size: 50px;
    font-size: 58px;
    line-height: 58px;
}
.bed:before{
    content: "\f236";
    font-size: 80px;
    top: -10px;
    line-height: 80px;
}*/
#facilities-container{
    flex-direction: column;
    display: flex;
}
.facilities-container{
  min-height: 80px;
}
.navbar-brand img:hover{
  transform: scale3d(1.1, 1.1, 1.1);
}

.villa-fify-title {
    top: -3.8rem;
    font-size: 4.5rem;
    left: -3rem;
}
.thumbs .thumb-image{
  width: 100%;
}
.thumbs .thumb-image.active{
  opacity: 1;
}

/*@media (min-width: 1300px) {
  .background-title{
    font-size: 9rem;
  }
}*/
.contact{
  min-height: 786px!important;
}
.contact-text{
  text-align: right;
    margin: 0 auto;
}
.contact-title{
    top: -3rem;
    font-size: 3.5rem;
    left: 0;
}
.contact-map{
  background-image: url("../img/contact/contact-map.jpg")!important;
  background-position: 100% 100%!important;
  position: relative;
}
.contact-title-follower{
    position: relative;
    margin: 0 auto;
}
.contact-form-title{
    text-align: left;
    margin: 1rem auto!important;
}
.contact-info-mail{
    font-family: 'Tinos', serif;
    color: #B7A494;
}
.contact-info-title{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;  
}
.villa-container{
  height: 100%!important;
  max-width: 100%;
  padding: 0!important;
}
.col-lg-6.col-md-6.col-sm-12.order-sm-2.order-md-1.order-2.align-self-center{
  margin-top: 100px;
}

.navbar-brand {
  padding-top: 0; 
  padding-bottom: 0rem; 
}
.mapitem1{
  display: table-cell;
  width: 11%;
  position: absolute;
  top: 24%;
  left: 41.4%;
  height: 10%;
}
.mapitem2{
  display: table-cell;
  width: 2%;
  position: absolute;
  top: 24%;
  left: 39.4%;
  height: 10%;
}
.mapitem3{
  display: table-cell;
  width: 4%;
  position: absolute;
  top: 9%;
  left: 23.4%;
  height: 5%;
}
.mapitem4{
  display: table-cell;
  width: 5%;
  position: absolute;
  top: 22%;
  left: 61.4%;
  height: 5%;
}
.mapitem5{
  display: table-cell;
  width: 5%;
  position: absolute;
  top: 53%;
  left: 87.4%;
  height: 5%;
}
#pin:hover{
  transform: rotate3d(1.1, 1.1, 1.1, 5deg);
  transform-origin: bottom center;
}
.container{
  padding-right: 1rem;
  padding-left: 1rem;
}
.preload {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: white;
  transition-delay: 0s;
  transition-duration: 1s;
  z-index: 99999999999999;
}
.fab:hover, .designer:hover, .map-footer:hover{
  color: #f8f9fa;
  opacity: 0.36;
}
a:hover{
  text-decoration:none;
}
footer .row .container{
  width: 54%;
}
@media (max-width: 1199px) {
  .dragscroll{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;

  }
}
@media (max-width: 1024px) {
  body, html{
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {

.multilanguage{
    position: absolute;
    top: 18px;
    justify-content: unset!important;
    margin-top: 0!important;
    width: 80%!important;
}

  .contact-title{
    top: -1.6rem;
    font-size: 2.1rem;
  }
  body,
  html {
    font-size: 0.9rem;
  }
  .background-title {
    font-size: 3.5rem;
  }
  .navbar-brand {
    position: absolute;
    top: initial;
    left: 5%;
    bottom: -36px;
  }
  .navbar .container {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0px;
    margin-bottom: 12px;
  }
  .dropdown-menu{
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: unset;
  }
  .dropdown-item{
    color: initial;
  }
  .dropdown-divider{
    width:100%;
    margin: 0;
  }
  .navbar-nav {
    margin-bottom: 3rem;
  }
}

footer{
  background: #B8D3C2;
  text-align: center;
  margin-top: 116px;
  padding: 1rem;
  font-size: 0.9rem;
}
.carousel-small-screen{
  display: none!important;
}
.carousel-big-screen{
  display: block!important;
}
.about{
  cursor: pointer;
}
@media (max-width: 767px) {
  .col-lg-6.col-md-6.col-sm-12.order-sm-2.order-md-1.order-2.align-self-center{
    margin-top: 100px;
  }
  .contact-title{
    font-size: 3.5rem;
    top: -2.8rem;
  }
  .contact-map{
    max-height: 50%!important;
    background-position: 100% 0%!important;
    min-width: 100%;
  }
  .dragscroll{
    padding: 0;
  }
  .philosophy{
    font-size: 1.1rem;
    padding-top: 5rem;
  }
  .philosophy p{
    margin-right: 0rem!important;
  }

  #about-target p {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .backgroundSubtitle{
      top: -2.3rem;
      left: 1rem;
      font-size: 3rem;
  }
  .text-align-right-closer {
      top: -1.9rem!important;
      font-size: 2.5rem!important;
  }
  #about-target .col-12.col-md-6{
    padding-right:0!important;
    padding-left:0!important;
  }
  .mTop-8 {
      margin-top: 2rem;
  }
  .carousel-small-screen{
    display: block!important;
  }
  .carousel-big-screen{
    display: none!important;
  }
  .reviews-container{
    margin-top: 5rem;
  }
}

@media (max-width: 575px) {
  .mapitem1{
    top: 30%;
  }
  .mapitem2{
    top: 30%;
  }
  .mapitem3{
    top: 13%;
  }
  .mapitem4{
    top: 28%;
  }
  .mapitem5{
    top: 63%;
  }
  .symbol-title{
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
  }
  .symbol-subtitle{
    padding-left: 0;
    text-align: center;
  }
  .ico-container{
    background-position: 50% 50%!important;
  }
   footer .row .container{
    width: 100%;
  }
  .contact-title{
    font-size: 2.5rem;
    top: -1.8rem;
  }
  .contact-map{
    min-width: 400px;
    min-height: 400px;
  }
  .carousel-item .col-sm-4{
    padding-top:15px;
    padding-bottom:15px;
  }
  #facilities{
    height: auto!important;
  }
  .facilities-text-container{
     margin-top: 5rem!important; 
  }
  .facilities-background{
    top: -2.4rem;
    left: -4rem;
  }
  .carousel-indicators{
    bottom: -5rem;
  }
  .facilitie-indicators{
    bottom: -4rem;
  }
  .modal-dialog{
    max-width: 90%!important;
    height: 100%;
    margin: 0 auto;
    display: flex;
  }
  .contact-container{
    margin-top: 60px;
    padding-left: 32px;
    padding-right: 32px;    
  }
  .villa-container{
/*    height: auto!important;*/
  }
  .modal-backdrop{
    display: block;
  }
  .thumbs {
       z-index: 0; 
  }
  .modal-dialog .modal-content{
    align-self: center;
  }
  .modal-dialog{
    height: 100%;
  }
  .main-col-2{
    margin-top: 2.8rem;
  }

}




