/*vars*/
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "Atlas Grotesk", sans-serif;
  font-size: 17px;
  color: #595959; }

a:hover {
  text-decoration: none; }

h3 {
  color: #131316;
  font-family: Georgia;
  font-size: 33px;
  font-weight: 400;
  line-height: 22.92px;
  text-transform: uppercase; }

h4, h5 {
  color: #c2b59b;
  font-family: "Berkshire Swash", cursive;
  font-size: 33px; }

h5 {
  font-size: 25px; }
html[lang="el"] .btn-lg, html[lang="fr"] .btn-lg{
    font-size: 14px;
}
.btn {
  border-radius: 0px; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #c2b59b !important; }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background-color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.btn-outline-primary {
  border: 1px solid #c2b59b;
  color: #c2b59b; }

.btn-outline-primary:hover {
  background-color: #c2b59b;
  border: 1px solid #c2b59b; }

.btn-lg {
  text-transform: uppercase;
  padding: 15px 40px;
  font-size: 17px; }
  .btn-lg i {
    margin-left: 8px; }

.navbar {
  z-index: 100; }
  .navbar .navbar-links .nav-link {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px; }
  .navbar .dropdown .btn-light {
    color: #b9a885; }
  .navbar .dropdown-menu.show {
    width: 80px !important;
    border-radius: 0px;
    overflow: hidden;
    padding: 0px;
    top: 37px;
    left: 0;
    min-width: 0;
    margin: 0; }

#slider {
  margin-top: -120px;
  width: 100%;
  max-height: 900px;
  overflow: hidden; }
  #slider .carousel-caption {
    top: 25%;
    left: 70px;
    position: absolute;
    width: 550px;
    height: auto;
    text-align: left; }
    #slider .carousel-caption h2 {
      font-family: "Berkshire Swash", cursive;
      font-size: 56px;
      text-shadow: 0 6px 0 rgba(0, 0, 0, 0.25); }
  #slider .highlight {
    background-color: rgba(255, 255, 255, 0.09);
    padding: 9px 20px;
    max-width: 385px;
    border-radius: 3px;
    font-size: 15px; }
  #slider .carousel-indicators {
    bottom: 45px; }
    #slider .carousel-indicators li {
      height: 7px;
      opacity: 0.38; }
    #slider .carousel-indicators li.active {
      opacity: 1; }

#about {
  background-color: #fcfbfa;
  padding: 90px 15px; }

#location {
  padding: 90px 15px; }
  #location .location-map {
    max-width: 720px;
    height: auto;
    margin: 50px auto 0; }
    #location .location-map img {
      width: 100%;
      height: auto; }

#image-grid {
  padding-bottom: 100px; }
  #image-grid .grid-item:hover .overlay {
    display: block;
    -webkit-transition: 1000ms;
    transition: 1000ms; }
  #image-grid .grid-item {
    height: 530px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    #image-grid .grid-item .overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(194, 181, 155, 0.5);
      padding: 30px;
      position: relative;
      color: #fff;
      display: none; }
      #image-grid .grid-item .overlay a {
        color: #fff; }
      #image-grid .grid-item .overlay .icon {
        text-align: center;
        margin-top: 130px; }
      #image-grid .grid-item .overlay .fa-search {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #c2b59b;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        padding-top: 15px;
        border: 2px solid #fff;
        margin: 10px auto; }
      #image-grid .grid-item .overlay span {
        font-size: 14px; }
      #image-grid .grid-item .overlay p {
        font-size: 18px; }
        #image-grid .grid-item .overlay p span {
          font-family: Georgia; }
  #image-grid .carousel-indicators {
    bottom: 20px; }
    #image-grid .carousel-indicators li {
      background-color: #ebebeb;
      height: 17px;
      width: 17px;
      opacity: 1;
      border-radius: 50%; }
    #image-grid .carousel-indicators li.active {
      opacity: 1;
      background-color: #b7b7b7 !important; }

#book {
  padding: 80px 15px 70px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; }
  #book h2 {
    font-family: "Berkshire Swash", cursive;
    font-size: 50px; }
  #book .btn-light {
    background-color: rgba(255, 255, 255, 0.1); }
  #book .time span {
    font-family: "Berkshire Swash", cursive;
    font-size: 20px; }

#facilities {
  padding: 90px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #facilities .f-card {
    width: 220px;
    height: 170px;
    display: inline-block;
    position: relative;
    vertical-align: top; }
    #facilities .f-card span {
      display: inline-block;
      max-width: 150px;
      color: #4e4f52;
      font-family: Georgia;
      font-size: 14px;
      font-weight: bold; }
    #facilities .f-card .image {
      height: 80px;
      vertical-align: top; }
  #facilities .f-card:after {
    content: ' ';
    border-right: 1px solid #ebebeb;
    display: inline-block;
    height: 66px;
    position: absolute;
    top: 10px;
    right: -5.5px;
    z-index: 150; }
  #facilities .f-card:before {
    border-left: 1px solid #ebebeb;
    content: ' ';
    display: inline-block;
    height: 66px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 150; }

#service {
  padding: 90px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; }
  #service h4 {
    color: #fff;
    font-size: 38px; }
  #service .s-card {
    width: 100%;
    min-height: 80px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px; }
    #service .s-card .image, #service .s-card .text {
      display: inline-block;
      vertical-align: middle; }
    #service .s-card .image {
      width: 75px;
      height: 75px; }
      #service .s-card .image img {
        width: 100%;
        height: auto; }
    #service .s-card .text {
      width: 200px;
      font-size: 15px;
      padding-left: 10px; }

.footer {
  background-color: #fcfbfa;
  padding: 50px 15px; }
  .footer h5 {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: bold; }
  .footer .list-inline-item {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #55565d;
    text-align: center;
    padding-top: 4px;
    margin-right: 10px; }
    .footer .list-inline-item a {
      color: #55565d; }
  .footer .btn-lg {
    padding: 10px 28px; }
  .footer .btn-outline-dark {
    color: #c2b59b;
    font-size: 14px;
  }
  .footer .list-unstyled {
    margin-top: 20px; }
    .footer .list-unstyled li {
      margin-bottom: 15px; }
      .footer .list-unstyled li a {
        color: #595959; }
  .footer .contact li {
    font-size: 14px; }
    .footer .contact li i {
      width: 20px;
      color: #c2b59b; }
  .footer .plugin img {
    max-width: 100%; }

@media (max-width: 1200px) {
  .navbar-toggler {
    background-color: rgba(0, 0, 0, 0.1);
    color: #c2b59b;
    margin-right: 15px; }

  .navbar-brand {
    margin-left: 15px; }

  .navbar-toggler.collapsed {
    background-color: transparent; }

  .navbar {
    padding: 0; }
    .navbar .container-fluid {
      padding: 0 !important; }

  .navbar-collapse {
    background-color: #c2b59b;
    margin-bottom: 112px;
    padding: 20px;
    width: 100%; }
    .navbar-collapse .btn {
      margin-bottom: 20px; } }
@media (max-width: 800px) {
  #slider .carousel-indicators {
    bottom: -15px; } }
@media (max-width: 405px) {
  #service .s-card {
    padding: 10px; } }

/*# sourceMappingURL=styles.css.map */




ul{
 list-style:none!important;
}
