/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
::-webkit-scrollbar {
    display: none;
}
body {
    line-height: 1;
    font-family: 'Lato', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
    font-family: Aara;
    src: url('../fonts/Aara-Regular.ttf');
}
.center-vertically {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.animate {
    -webkit-transition: all .2s ease-out !important;
    -moz-transition: all .2s ease-out !important;
    -o-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important;
    -ms-transition: all .2s ease-out !important
}
.clear {
    clear:both;
}
.hover:hover {
    cursor:pointer;
}
#loader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.95) url(../img/loader.png) center center no-repeat;
    background-size: 100px;
    z-index: 150;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -ms-transition: all .5s ease-out
}
#video {
    position: relative;
    width:100%;
    height:100vh;
}
#video video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%, -50%);
}

#logo_container {
    display: none;
    position: relative;
    z-index:50;
    margin:auto;
    width:200px;
    padding:20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: rgba(0,0,0,0.5);
}
#logo_container img {
    display: block;
    width:100%;
}

#category_selection {
    position:absolute;
    z-index:50;
    display: flex;
    justify-content: center;
    width:100%; height:30%;
    left:0; right:0;
    bottom:0;
    font-size:0;
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6404936974789917) 59%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6404936974789917) 59%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6404936974789917) 59%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.border-bottom-color {
    border-bottom: 3px solid rgb(210, 157, 0);
}
.border-bottom-black {
    border-bottom: 3px solid #000;
}
.category-selection-animate {
    animation: changeBorderColor 3s infinite;
    animation-iteration-count: 1;
}
@keyframes changeBorderColor {
    0% {
        border-bottom: 3px solid rgb(210, 157, 0);
    }
    100% {
        border-bottom: 3px solid #000;
    }
}
#category_selection .item {
    position: relative;
    opacity:0;
    display: inline-block;
    align-self: flex-end;
    width:400px;
    padding:20px 30px;
    margin-bottom:50px;
}
#category_selection .item:after {
    content:"";
    display: block;
    width:15px; height:15px;
    margin: 20px auto auto auto;
    background:url('../img/decors/arrow-up.svg') center center no-repeat;
    background-size: 15px;
    -webkit-transition: all .3s ease-out !important;
    -moz-transition: all .3s ease-out !important;
    -o-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
    -ms-transition: all .3s ease-out !important
}
#category_selection .item:hover:after {
    -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
#category_selection .item img {
    display: block;
    width: 120px;
    margin: 0 auto 10px auto;
}
#category_selection .item h2 {
    font-size:22px;
    color:#fff;
    font-family: Aara;
    text-transform: uppercase;
    text-align: center;
}
#category_selection .item a {
    position: absolute;
    top:0; right:0; bottom:0; left:0;
}

#social_media {
    opacity:0;
    position: absolute;
    top:50%; right:10px;
}
#social_media img {
    display: block;
    width:40px;
    margin-bottom:20px;
}

/* subpage */
.content {
    width:95%;
    margin:auto;
}
#header {
    position: fixed;
    top:0; right:0; left:0;
    z-index:100;
    background-color: #000;
}
#header_top {
    position:relative;
    height:40px;
    border-bottom:1px solid #fff;
}
#header_top .content {
    position:absolute;
    top:0; left:0; right:0; bottom:0;
}
#header_social_media {
    position: absolute;
    top:50%; left:0;
    width:100%;
}
#header_social_media a {
    display: inline-block;
    width:18px;
    margin-right:10px;
}
#header_social_media a img {
    display: block;
    width:100%;
}
#category_select {
    position: absolute;
    top:50%; right:0;
    font-size:0;
}
#category_select a {
    display: inline-block;
    margin-left:30px;
    font-weight:300;
    font-size:11px;
    letter-spacing:2px;
    color:#aaa;
    text-transform: uppercase;
    text-decoration:none;
}
#category_select a:hover {
    color:#fff;
}
#category_select a.active {
    color:#fff;
    font-weight:400;
}

#header > .content {
    position: relative;
    height:100px;
}
#header .logo {
    position: absolute;
    top:50%; left:0;
    width:100px;
}
#header .logo img {
    display: block;
    width:100%;
}
#header .main-nav {
    position: absolute;
    top: 50%; left:0; right:0;
    margin:auto;
    text-align:center;
    font-size:0;
}
#header .main-nav a {
    display: inline-block;
    margin:0 20px;
    font-size:12px;
    color:#cbcbcb;
    text-decoration:none;
    text-transform: uppercase;
    letter-spacing:3px;
}
#header .main-nav a:hover {
    color:#fff;
}
#header .main-nav a.active {
    color:#fff;
}

#reservation_btn {
    position:absolute;
    top:50%; right:0;
    z-index:110;
    padding:8px 10px;
    background-color:#fff;
    color:#000;
    font-size:11px;
    text-transform: uppercase;
    letter-spacing:3px;
    border:1px solid transparent;
}
#reservation_btn:hover {
    cursor: pointer;
    background-color:#000;
    color:#fff;
    border:1px solid #fff;
}

#slider {
    position: relative;
    margin-top:141px;
    width:100%; height:calc(100vh - 140px);
}
#slider *:focus {
    outline:none;
}
#slider .slick-dots {
    position: absolute;
    right:2.5%; bottom:20px;
    font-size: 0;
    z-index:50;
}
#slider .slick-dots li {
    display: inline-block;
    width:10px; height:10px;
    margin-left:10px;
    font-size:0;
}
#slider .slick-dots li:first-of-type {
    margin-left:0;
}
#slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    border: none;
}
#slider .slick-dots li button:hover {
    cursor: pointer;
}
#slider .slick-dots .slick-active button {
    background-color:#aaa;
}
#slider .slide {
    position: relative;
    background-color: #000;
    width:100%; height:calc(100vh - 140px);
}
#slider .slide figure {
    position: absolute;
    top:0; bottom:0; left:0; right:0;
    width:100%;
}
#slider .slide .text {
    position: absolute;
    bottom:0; left:0; right:0;
    width:100%; height:40%;
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6516981792717087) 63%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6516981792717087) 63%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6516981792717087) 63%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    text-align: center;
    /* font-family: Aara; */
}
#slider .slide .text .slide-content {
    position: absolute;
    top:50%; left:0; right:0;
    text-align:center;
    text-transform: uppercase;
}
#slider .slide .text .slide-content .slide-title {
    font-size:30px;
    color:#fff;
    font-family:Aara;
}

#slider .slide .text .slide-content p {
    width:800px;
    margin: 20px auto auto auto;
    padding:15px;
    border:0.5px solid #fff;
    font-size:12px;
    line-height:25px;
    text-transform: uppercase;
    color:#fff;
    letter-spacing:2px;
    font-weight:300;
}

.home-section {
    position: relative;
    width:100%;
    padding:100px 0;
    text-align: center;
}
.home-section:hover {
    background-color:rgb(250,250,250);
}
.home-section .section-title {
    position:relative;
    display: inline-block;
    margin:auto auto 50px auto;
    padding:10px;
    font-size: 25px;
    font-weight:300;
    letter-spacing:3px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.home-section .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    visibility: hidden;
  }

.home-section .section-title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    visibility: hidden;
  }

  .home-section:hover .section-title:before {
    -webkit-animation: topleft 1s ease-in-out forwards;
    -moz-animation: topleft 1s ease-in-out forwards;
    -o-animation: topleft 1s ease-in-out forwards;
    animation: topleft 1s ease-in-out forwards;
  }

  .home-section:hover .section-title:after {
    -webkit-animation: bottomright 1s ease-in-out forwards;
    -moz-animation: bottomright 1s ease-in-out forwards;
    -o-animation: bottomright 1s ease-in-out forwards;
    animation: bottomright 1s ease-in-out forwards;
  }

  .home-section .section-title.active:before {
    -webkit-animation: revtopleft 1s ease-in-out forwards;
    -moz-animation: revtopleft 1s ease-in-out forwards;
    -o-animation: revtopleft 1s ease-in-out forwards;
    animation: revtopleft 1s ease-in-out forwards;
  }

  .home-section .section-title.active:after {
    -webkit-animation: revbottomright 1s ease-in-out forwards;
    -moz-animation: revbottomright 1s ease-in-out forwards;
    -o-animation: revbottomright 1s ease-in-out forwards;
    animation: revbottomright 1s ease-in-out forwards;
  }

  .home-section .section-title.active:before,
  .home-section .section-title.active:after {
    width: 100%;
    height: 100%;
    visibility: visible;
  }

  .home-section .section-title.temp:before, .home-section .section-title.temp:after {
    width: 100%;
    height: 100%;
    visibility: visible;
  }

@keyframes bottomright {
    0% {
      width: 0;
      height: 0;
      padding-top: 0;
      visibility: visible;
    }
    25% {
      width: 100%;
      height: 0;
      padding-top: 0;
      visibility: visible;
    }
    50% {
      height: 100%;
      width: 100%;
      visibility: visible;
    }
    75% {
      visibility: visible;
    }
    100% {
      visibility: visible;
    }
  }

  @keyframes revbottomright {
    0% {
      width: 100%;
      height: 100%;
      visibility: visible;
    }
    25% {
      width: 100%;
      height: 100%;
      visibility: visible;
    }
    50% {
      width: 100%;
      height: 100%;
      visibility: visible;
    }
    75% {
      width: 100%;
      height: 0;
      padding-top: 0;
      visibility: visible;
    }
    100% {
      width: 0;
      height: 0;
      padding-top: 0;
      visibility: hidden;
    }
  }

  @keyframes topleft {
    0% {
      width: 0;
      height: 0;
      padding-bottom: 0;
      visibility: hidden;
    }
    25% {
      width: 0;
      height: 0;
      padding-bottom: 0;
      visibility: hidden;
    }
    50% {
      width: 0;
      height: 0;
      padding-bottom: 0;
      visibility: hidden;
    }
    75% {
      width: 100%;
      height: 0;
      padding-bottom: 0;
      visibility: visible;
    }
    100% {
      width: 100%;
      height: 100%;
      opacity: 1;
      visibility: visible;
    }
  }

  @keyframes revtopleft {
    0% {
      width: 100%;
      height: 100%;
      opacity: 1;
      visibility: visible;
    }
    25% {
      width: 100%;
      height: 0;
      padding-bottom: 0;
      visibility: visible;
    }
    50% {
      width: 0;
      height: 0;
      padding-bottom: 0;
      visibility: hidden;
    }
    75% {
      width: 0;
      height: 0;
      padding-bottom: 0;
      visibility: hidden;
    }
    100% {
      width: 0;
      height: 0;
      padding-bottom: 0;
      visibility: hidden;
    }
  }

.home-section .section-title strong {
    font-weight:400;
}
.section-slider {
    position:relative;
    width:1000px;
    margin:auto;
}
.section-slider .slick-next {
    position: absolute;
    z-index: 50;
    bottom:0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    font-size: 0;
    background:#fff url('../img/decors/next.svg') center center no-repeat;
    background-size: 15px;
    border:1px solid #000;
    border-radius:50%;
    -webkit-transition: all .2s ease-out!important;
    -moz-transition: all .2s ease-out!important;
    -o-transition: all .2s ease-out!important;
    transition: all .2s ease-out!important;
    -ms-transition: all .2s ease-out!important;
}
.section-slider .slick-prev {
    position: absolute;
    z-index: 50;
    bottom:0;
    right: 45px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    font-size: 0;
    background:#fff url('../img/decors/prev.svg') center center no-repeat;
    background-size: 12px;
    border:1px solid #000;
    border-radius:50%;
    -webkit-transition: all .2s ease-out!important;
    -moz-transition: all .2s ease-out!important;
    -o-transition: all .2s ease-out!important;
    transition: all .2s ease-out!important;
    -ms-transition: all .2s ease-out!important;
}
.section-slider .slick-next:hover, .section-slider .slick-prev:hover {
    cursor: pointer;
    border:1px solid #666;
}
.section-slider .slide {
    font-size:0;
}
.section-slider .slide figure {
    display: inline-block;
    vertical-align: middle;
    width:500px;
    height:500px;
}
.section-slider .slide .text {
    display: inline-block;
    vertical-align: middle;
    margin-left:100px;
    width:400px;
}
.section-slider .slide .text h3 {
    margin-bottom:30px;
    font-size:20px;
    text-transform: uppercase;
    letter-spacing:2px;
}
.section-slider .slide .text p {
    font-size: 15px;
    line-height:30px;
    text-align:center;
    font-weight:300;
}
.section-slider .slide .text .img {
    display: block;
    width:100px;
    margin: 30px auto;
}
.section-slider .slide .text .img img {
    display: block;
    width:30px;
    margin:auto;
}
.section-slider .slide .text .img:after {
    content:"";
    display: block;
    margin:20px auto auto auto;
    width:100px; height:1px;
    background-color:#000;
}
.section-slider .slide .text .link {
    display: inline-block;
    padding:8px 10px;
    background-color:#000;
    border:1px solid transparent;
    font-size:12px;
    color:#fff;
    font-weight:300;
    color:#fff;
    letter-spacing:2px;
    text-transform: uppercase;
    text-decoration:none;
}
.section-slider .slide .text .link:hover {
    border:1px solid #000;
    background-color:#fff;
    color:#000;
}

#spacer {
    position:relative;
    width:100%;
    min-height:90vh;
    background:url('../img/spacer.jpg') center center no-repeat;
    background-size:cover;
}
#spacer:before {
    content:"";
    position: absolute;
    top:0; right:0; bottom:0; left:0;
    z-index:50;
    background-color:rgb(0,0,0,0.2);
    -webkit-transition: all .2s ease-out !important;
    -moz-transition: all .2s ease-out !important;
    -o-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important;
    -ms-transition: all .2s ease-out !important;
}
#spacer:hover::before {
    background-color:rgb(0,0,0,0.05);
}
#menu {
    position: absolute;
    left:55%; top:50%;
    z-index:70;
    width:300px; padding: 50px;
    text-align: center;
    background-color: rgba(210, 157, 0, 0.9);
}

#menu > img {
    display: block;
    width: 40px;
    margin:auto auto 30px auto;
}
#menu > h4 {
    margin-bottom:30px;
    font-size:30px;
    font-family: Aara;
    text-transform: uppercase;
    color:#fff;
}
#menu > p {
    color:#fff;
    font-size:14px;
    line-height:20px;
    font-weight: 400;
}
#show_menu {
    display: inline-block;
    margin: 30px 0;
    padding: 8px 20px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height:20px;
    font-weight:300;
    text-decoration:none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid transparent;
}
#show_menu strong {
    font-weight:400;
}
#book_table {
    display: inline-block;
    padding: 0 5px 5px 5px;
    border-bottom:2px solid #000;
    font-size:12px;
    text-transform: uppercase;
    text-decoration:none;
    font-weight:600;
    color:#000;
}
#book_table:hover {
    cursor: pointer;
    padding: 0 10px 5px 10px;
    color:#fff;
    border-bottom:2px solid #fff;
}

#recommendations {
    position: relative;
}
#recommendations > figure {
    width: 50%;
    height:50vh;
}

#purchase_voucher {
    width:100%;
    padding: 50px 0;
    text-align: center;
    background-color:#000;
}
#purchase_voucher:hover {
    background-color:#111;
}
#purchase_voucher:hover #purchase_voucher_btn {
    border: 1px solid #fff;
}
#purchase_voucher > h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: Aara;
    text-transform: uppercase;
    color: #fff;
}
#purchase_voucher > p {
    width: 800px;
    margin: 20px auto;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}
#purchase_voucher_btn {
    display: inline-block;
    padding: 8px 10px;
    background-color: #000;
    border: 1px solid transparent;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
}
#purchase_voucher_btn:hover {
    cursor: pointer;
    padding: 8px 20px;
}

#bottom_container {
    position:relative;
    width:100%;
    height:70vh;
    background: url('/img/home_bottom.jpg') center center no-repeat;
    background-size:cover;
}
#bottom_container:after {
    content:"";
    position:absolute;
    bottom:0; left:0; right:0;
    width:100%; height:30%;
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 32%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 32%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 32%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

footer {
    width:100%;
    padding:50px 0;
    background-color:#000;
}
footer figure {
    display: block;
    width:120px;
    margin: auto auto 80px auto;
}
footer figure img {
    display: block;
    width:100%;
}
footer .content {
    width:1200px;
}
footer .col {
    display: inline-block;
    vertical-align: top;
    width:20%;
    margin-right:5%;
}
footer .col:nth-of-type(2) {
    margin-right:110px;
}
footer .col:last-of-type {
    margin-right:0;
}
footer .col h6 {
    margin-bottom:30px;
    font-size:16px;
    font-family:Aara;
    color:#fff;
}
footer .col ul {
    display: block;
    width:100%;
}
footer .col ul li {
    display: block;
    margin-bottom: 15px;
    font-size:11px;
    line-height:20px;
    color:#fff;
    letter-spacing:2px;
    text-transform: uppercase;
    font-weight:300;
}
footer .col ul li a {
    font-size:11px;
    line-height:20px;
    color:#fff;
    letter-spacing:2px;
    text-transform: uppercase;
    font-weight:300;
    text-decoration:none;
}
footer .col ul li:last-of-type {
    margin-bottom:0;
}

#subpage {
    margin-top:141px;
}
.banner {
    position: relative;
    width:100%;
    height:40vh;
}
#veranda_banner_gallery {
    background: url('../img/breadcrumbs/veranda-gallery.jpg') center center no-repeat;
    background-size:cover;
}
#veranda_banner_menu {
    background: url('../img/breadcrumbs/veranda-menu.jpg') center center no-repeat;
    background-size:cover;
}
#veranda_recommendations {
    background: url('../img/breadcrumbs/veranda-recommendations.jpg') center center no-repeat;
    background-size:cover;
}
#banner_contact {
    background: url('../img/breadcrumbs/veranda-contact.jpg') center center no-repeat;
    background-size:cover;
}

#breadcrumbs {
    position:absolute;
    z-index:50;
    text-align:center;
    width:100%;
    left:0; right:0;
    bottom:0;
    padding: 5% 0;
    font-size:0;
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6404936974789917) 59%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6404936974789917) 59%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6404936974789917) 59%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#breadcrumbs .title {
    font-size: 30px;
    color: #fff;
    font-family: Aara;
    text-transform: uppercase;
}
#breadcrumbs ol {
    font-size:0;
    margin-top:20px;
}
#breadcrumbs ol li {
    display: inline-block;
    vertical-align: top;
}
#breadcrumbs ol li:after {
    content:"/";
    display: inline-block;
    margin: 0 10px;
    color:#fff;
    font-size:12px;
    font-weight:300;
}
#breadcrumbs ol li:last-of-type:after {
    display: none;
}
#breadcrumbs ol li:last-of-type a {
    font-weight:400;
}
#breadcrumbs ol li a {
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    text-decoration:none;
}

#gallery {
    margin: 50px 0;
}
#gallery * {
    outline: none;
}
#gallery .home-section {
    padding:0;
}
#gallery .home-section:hover {
    background-color:#fff;
}
#gallery .row {
    margin-bottom:calc(50px - 2%);
    font-size:0;
    text-align:center;
}
#gallery .row .title {
    display: inline-block;
    margin: auto auto 50px auto;
    padding: 10px;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#gallery .row a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width:32%; height:30vh;
    margin: 0 0 2% 0;
}
#gallery .row a:before {
    content:"";
    position:absolute;
    top:0; right:0; bottom:0; left:0;
    background-color:rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-out !important;
    -moz-transition: all .2s ease-out !important;
    -o-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important;
    -ms-transition: all .2s ease-out !important
}
#gallery .row a:hover::before {
    background-color:rgba(0,0,0,0);
}
#gallery .row a:nth-of-type(3n +2) {
    margin: 0 2%;
}
#gallery .row:last-of-type {
    margin-bottom:0;
}

#menu_widget {
    margin:50px 0;
}

#contact {
    width:1100px;
    margin:50px auto;
    font-size:0;
}
#logo_contact {
    display: block;
    width:250px;
    margin:0 auto 50px auto;
}
#contact .row {
    margin-bottom:30px;
    padding-bottom: 30px;
    border-bottom:0.5px solid #000;
}
#contact .row .left {
    display: inline-block;
    vertical-align: top;
    width:30%;
}
#contact .row .left h3 {
    text-transform: uppercase;
    font-size:13px;
    color:#000;
    letter-spacing:2px;
    font-weight:600;
}
#contact .row .right {
    display: inline-block;
    vertical-align: top;
    width:70%;
    text-align: right;
}
#contact .row .right p {
    margin-bottom: 15px;
    font-size:13px;
    color:#000;
    letter-spacing:2px;
    text-transform: uppercase;
    font-weight:600;
}
#contact .row .right p:last-of-type {
    margin-bottom:0;
}
#contact .row .right p a {
    font-size:13px;
    color:#000;
    letter-spacing:2px;
    text-decoration:none;
}
#contact_form {
    margin-top:100px;
}
#contact_form label {
    display: block;
    margin: 0 0 10px 0;
    font-size:12px;
    color:#000;
    letter-spacing:2px;
    font-weight:600;
    text-transform: uppercase;
}
#contact_form label.required:after {
    content:"*"
}
#contact_form input, #contact_form textarea {
    display: block;
    width:100%;
    margin: 0 0 20px 0;
    padding:0 0 5px 0;
    border:none;
    border-bottom:0.5px solid #000;
    font-size:12px;
    color:#000;
    font-weight:400;
}
#contact_form input:focus, #contact_form textarea:focus {
    outline: none;
    border-bottom:0.5px solid #666;
}
#contact_form textarea {
    min-height:100px;
    resize:vertical;
}
#contact_form input[type="submit"] {
    display: inline-block;
    width:auto;
    margin: 30px 0 0 0;
    padding: 8px 10px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 1px solid transparent;
}
#contact_form input[type="submit"]:hover {
    cursor: pointer;
    border: 1px solid #000;
    background-color:#fff;
    color:#000;
}

#contact_map {
    position: relative;
}

#map_mask {
    position:absolute;
    bottom:0; left:0; right:0;
    width:100%; height:100%;
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5592612044817927) 54%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5592612044817927) 54%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5592612044817927) 54%, rgba(0,0,0,0) 100%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}
#contact_map:hover #map_mask {
    height:0;
}
#contact_map iframe {
    display: block;
    width:100%;
}
.alert {
    position:fixed;
    top:200px; right:0;
    width:300px;
    z-index:200;
    padding: 15px;
    background-color: #00b62b;
}
.alert-failure {
    background-color: #ed006f;
}
.alert li {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 16px
}
.alert li:last-of-type {
    margin-bottom: 0
}
.modal {
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color:rgba(0,0,0, 0.95);
    z-index:150;
}
.modal .close-modal {
    position: absolute;
    top:20px; right:20px;
    text-transform: uppercase;
    font-size:12px;
    color:#fff;
    font-weight:600;
    letter-spacing:2px;
}
.modal .close-modal:hover {
    cursor: pointer;
}
.modal .modal-content {
    position:absolute;
    top:50%; left:0; right:0;
    width:800px;
    margin:auto;
    text-transform: uppercase;
}
.modal .modal-content h6 {
    margin-bottom:30px;
    font-size:30px;
    font-family: Aara;
    color:#fff;
    text-align:center;
}
.modal .modal-content p {
    margin: 30px auto;
    padding: 15px;
    border: 0.5px solid #fff;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    text-align:center;
}
.modal .modal-content p strong {
    font-weight:400;
}
.modal .modal-content form {
    display: block;
    font-size:0;
}
.modal .modal-content form .col {
    display: inline-block;
    vertical-align: top;
    width:50%;
}
.modal .modal-content form .col:first-of-type {
    width:calc(50% - 30px);
    margin-right:30px;
}
.modal .modal-content label {
    display: block;
    margin: 0 0 15px 0;
    font-size:12px;
    color:#fff;
    letter-spacing:2px;
    font-weight:600;
    text-transform: uppercase;
    text-align-last: left;
}
.modal .modal-content label.required:after {
    content:"*"
}
.modal .modal-content input, .modal .modal-content textarea {
    display: block;
    width:100%;
    margin: 0 0 25px 0;
    padding:0 0 8px 0;
    border:none;
    border-bottom:0.5px solid #fff;
    font-size:12px;
    color:#fff;
    font-weight:400;
    background-color: transparent;
}
.modal .modal-content select {
    display: block;
    width:100%;
    -webkit-appearance: none;
    appearance:none;
    margin: 0 0 25px 0;
    padding:0 0 8px 0;
    border:none;
    border-bottom:0.5px solid #fff;
    border-radius: 0;
    font-size:12px;
    color:#fff;
    font-weight:400;
    background: url('../img/decors/arrow-down.svg') right center no-repeat;
    background-size:12px;
}
.modal .modal-content select option {
    color: #000;
}
.modal .modal-content input:focus, .modal .modal-content textarea:focus, .modal .modal-content select:focus {
    outline: none;
    border-bottom:0.5px solid #eee;
}
.modal .modal-content textarea {
    min-height:50px;
    resize:vertical;
}
.modal .modal-content input[type="submit"] {
    display: inline-block;
    width:auto;
    margin: 30px 0 0 0;
    padding: 8px 10px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 1px solid #fff;
}
.modal .modal-content input[type="submit"]:hover {
    cursor: pointer;
    border: 1px solid #fff;
    background-color:#fff;
    color:#000;
}

#recommendations {
    width:1200px;
    margin:50px auto 30px auto;
    font-size:0;
}
#recommendations .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width:32%;
    margin: 0 0 2% 0;
    padding-top:20px;
    border-top:0.5px solid #000;
}
#recommendations .item:nth-of-type(3n +2) {
    margin: 0 2%;
}
#recommendations .item .author {
    display: block;
    margin-bottom:30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
}
#recommendations .item .author:before {
    content:"~";
}
#recommendations .item p {
    font-size:14px;
    line-height:25px;
    letter-spacing: 2px;
    font-weight:300;
}
#recommendations_slider {
    position: relative;
    width:100%;
    height:70vh;
}
#recommendations_slider * {
    outline: none;
}
#recommendations_slider:after {
    content:"";
    position:absolute;
    bottom:0; left:0; right:0;
    width:100%; height:30%;
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 32%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 32%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 32%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#recommendations_slider .slide {
    width:100%;
    height:70vh;
}
#recommendations_slider .slick-dots {
    position: absolute;
    right:2.5%; bottom:0;
    font-size: 0;
    z-index:150;
}
#recommendations_slider .slick-dots li {
    display: inline-block;
    width:10px; height:10px;
    margin-left:10px;
    font-size:0;
}
#recommendations_slider .slick-dots li:first-of-type {
    margin-left:0;
}
#recommendations_slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    border: none;
}
#recommendations_slider .slick-dots li button:hover {
    cursor: pointer;
}
#recommendations_slider .slick-dots .slick-active button {
    background-color:#aaa;
}
#res {
    display: none;
}

@media all and ( max-width:1100px) {
    #category_selection .item {
        position: relative;
        opacity: 0;
        padding:0;
        display: inline-block;
        align-self: flex-end;
        margin-bottom: 50px;
        flex: 1 0 50%;
        max-width: 50%;
    }
    .section-slider {
        width:95%;
        margin:auto;
    }
    .modal .modal-content {
        width:95%;
    }
    footer .content {
        width:100%;
    }
    #menu {
        left:0;
        right:0;
        margin:auto;
    }
    #res {
        display: block;
        position: absolute;
        right:20px;
        top:37px;
    }
    #res img {
        width:35px;
    }
    #purchase_voucher > p {
     width:95%;
    }
    #header > .content {
        width:100%;
    }
    #header .main-nav {
        display: none;
        position: absolute;
        top: 177px;
        right: 0;
        left:initial;
        margin: auto;
        text-align: center;
        font-size: 0;
        background: #000;
        padding: 0px 0;
        width: 70%;
        max-width: 500px;
        padding-right: 20px;
    }
    #header .main-nav a {
        display: block;
        margin: 15px 0;
        font-size: 13px;
        color: #cbcbcb;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-align: right;
    }
    #reservation_btn {
        right:80px;
    }
    #slider .slide .text .slide-content p {
        width:95%;
    }
    .section-slider .slide .text {
        display: block;
        width:90%;
        margin-top:20px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .col {
        display: block;
        width:100%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    #recommendations {
        width:100%;
    }
    #recommendations .item {
        width:95%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #recommendations .item:nth-of-type(3n +2) {
        margin-bottom:2%;
        margin-left: auto;
        margin-right: auto;
    }
    #contact {
        width:95%;
    }
    #contact .row .left {
        margin-bottom: 20px;
    }
    #contact .row .left, #contact .row .right {
        display: block;
        width:100%;
        text-align: center;
    }
    #contact_form {
        text-align: center;
    }
}

@media all and (max-width:600px) {
    #category_select {
        width: 80%;
        text-align: right;
        padding-right: 10px;
    }
    #category_select a {
        margin-bottom: 5px;
    }
    .section-slider .slick-prev, .section-slider .slick-next {
        bottom:-45px;
    }
    #menu {
        width:95%;
        box-sizing: border-box;
        padding:20px
    }
    .modal .modal-content form .col:first-of-type {
        width:100%;
        margin-right: auto;
    }
    .modal .modal-content form .col {
        width:100%;
    }
    .modal {
        overflow: scroll;
    }
    .modal .close-modal {
        z-index: 100;
    }
    #header_social_media a {
        margin-right: 5px;
    }
    #gallery .row a {
        display: block;
        width:100%;
    }

}
