@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Slabo+27px:400');
/*
    font-family: 'PT Sans', sans-serif;
    font-family: 'Playfair Display', serif;
*/
* {
    cursor: none!important;
}
.cursor__inner {
    z-index: 99999;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.cursor__inner--dot {
    width: 6px;
    height: 6px;
    background: #d6b740;
}
.cursor__inner--circle {
    width: 20px;
    height: 20px;
    border: 1px solid #d6b740;
}
.locked {
    height:0;
    overflow:hidden;
    margin-top:0 !important;
}
h1,h2,h3,h4,h5 {
    font-family: 'Slabo+27px', serif;
}
html, body {
    font-family: 'PT Sans', sans-serif;
}
b, strong {
    font-weight: normal;
}
button, button:hover, button:focus, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
.stokk {
    overflow: hidden;
}
body.modal-open {
      padding-right: 0px!important;
}
body.allcovered {
    overflow: hidden;
}
body.allcovered:before {
    content: '';
    width: 100%;
    opacity: 1;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,0.8);
    top: 0;
    z-index: 4;
}
.pos-relative {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input, button {
  outline: none;
}
::selection {
    background: white;
    color: #688981;
    opacity: 1;
    text-shadow: none;
}
.aparecemob {
    display: none!important;
}
/*NAVBAR*/
.navbar {
    width: 100%;
    z-index: 9;
    padding-top: 40px;
}
.navbar-light .navbar-brand {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 2.5em;
    letter-spacing: 5px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}
.navbar-light .navbar-nav .nav-link span {
    width: 0px;
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    -webkit-transition: width .25s, visibility .35s, width .25s;
    transition: width .25s, visibility .35s, width .25s;
}
.navbar-light .navbar-nav .nav-link:hover span {
    width: 20px;
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    -webkit-transition: width .25s, visibility .35s, width .25s;
    transition: width .25s, visibility .35s, width .25s;
}
.navbar-nav  .nav-item.langs a {
    color: #fff;
    font-size: 2em;
    margin-top: 10px;
    display: inline-block;
    padding: 5px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link {
    color: white;
}
#main:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,0.4);
}
#main {
    /*background: url('../img/12594048_1198645076831205_1843551249297999732_o.jpg') center center;*/
    background-size: cover;
    position: relative;
    min-height: 100vh;
}
.navbar-light .navbar-toggler {
    color: white;
    border: none;
}
.home__scroll-down {
    position: absolute;
    bottom: 30px;
    width: 50%;
    text-align: center;
    cursor: pointer;
    left: 0;
    width: 100%;
}
.home__scroll-down span {
    font-size: .8125rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 19px;
    display: block;
    color: #fff;
}
.home__scroll-down img {
    -webkit-animation-name: first-bg-scroll-animation;
    animation-name: first-bg-scroll-animation;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes first-bg-scroll-animation{
    0%{
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
    100%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
}
@keyframes first-bg-scroll-animation{
    0%{
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
    100%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
}

#main_about {
    padding: 120px 0px;
    position: relative;
}
#main_about .container {
    padding: 60px 15px;
    position: relative;
    
}
#main_about .container:before {
    background: url('../img/12640455_1201492053213174_4859445241129569061_o.jpg') center center;
    background-size: 100%;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    content: '';
    opacity: 1;
    background-attachment: fixed;
}
#main_about a {
        border: none;
    background: white;
    color: #333;
    font-weight: 700;
    border-radius: 0;
    display: block;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    position: absolute;
    bottom: -85px;
    right: 0;
}
#main_about a i {
    position: relative;
    top: 5px;
    font-size: 20px;
}
/*#main_about:after {
   background: url(../img/pattern.png) center bottom no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -10%;
    left: 0;
    content: '';
    pointer-events: none;
    opacity: 0.6;
    background-size: 15%;
}*/
#main_about h1 {
    font-size: 5em;
    line-height: 1;
    color: #333333;
    letter-spacing: 2px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: -50px;
    opacity: 0.1;
}
#main_about h2 {
    font-size: 2.4em;
    letter-spacing: 5px;
    color: #333333;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#main_about .onebit {
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 1px;
}
#main_about .secondbit {
    background:white;
    padding: 60px 15px;
}
#main_decade {
    background: #fff;
    position: relative;
    padding: 120px 15px;
}
#main_decade h1 {
    font-size: 2.4em;
    color: #333333;
    letter-spacing: 5px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#main_decade:before {
    width: 50%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/P1070324.JPG) center center;
    background-size: cover;
}
.pad-left-30 {
    padding-left: 30px;
}
.pad-right-30 {
    padding-right: 30px;
}
#main_servexcele {
    background: #ffffff;
    padding: 0 0 120px 0px;
    position: relative;
}
#main_servexcele .container {
    padding: 0px 15px 120px 15px;
    position: relative;   
}
#main_servexcele .container:before {
    background: url('../img/adega07035.jpg') center center;
    background-size: cover;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    content: '';
    opacity: 1;
}
#main_servexcele a {
        border: none;
    background: #333;
    color: white;
    border-radius: 0;
    display: block;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    position: absolute;
    bottom: -85px;
    right: 0;
}
#main_servexcele a i {
    position: relative;
    top: 5px;
    font-size: 20px;
}
#main_servexcele h1 {
    font-size: 1.2em;
    line-height: 1;
    color: #333333;
    letter-spacing: 2px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 60px;
}
#main_servexcele h2 {
    font-size: 2.4em;
    letter-spacing: 5px;
    color: #333333;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#main_servexcele .onebit {
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 1px;
}
#main_servexcele .secondbit {
    background: #ffffff;
    padding: 60px 15px;
}

#contacts:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,0.4);
}
#contacts {
    /*background: url('../img/jul05004.jpg') center center no-repeat;*/
    background-size: cover;
    position: relative;
    min-height: 60vh;
}
#contacts h4 {
    font-size: 5em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 100%;
    padding-left: 15px;
    bottom: 25px;
    margin: 0;
    letter-spacing: 2px;
    line-height: 0;
}
#contacts_map, #contacts_form {
    padding: 80px 0;
}
#contacts_contact, #contacts_contact a {
    color: #111;
}
#contacts_form .formup label {
    font-size: 1em;
    line-height: 1;
    color: #333333;
    letter-spacing: 2px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}
#contacts_form .contactuss {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #333;
}
#contacts_form .contactuss a {
    color: #333;
    text-decoration: underline;
}
#contacts_form .formup textarea, #contacts_form .formup button, #contacts_form .formup input {
    outline: none;
    box-shadow: none;
}
#contacts_form .formup input {
    border: 2px solid #ccc;
    padding: 8px 12px;
    height: inherit;
    border-radius: 0;
}
#contacts_form .formup textarea {
    height: 150px;
    border: 2px solid #ccc;
    padding: 8px 12px;
    border-radius: 0;
    resize: none;
}
#tile {
    padding: 60px 0 60px 0;
}
#hometile {
    padding: 0 0 120px 0;
    background: #ffffff;

}

#contacts_form .formup button {
    border: none;
    background: #111;
    color: white;
    font-weight: 700;
    border-radius: 0;
    display: block;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

#gallery:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,0.4);
}
#gallery {
    /*background: url('../img/jul05004.jpg') center center no-repeat;*/
    background-size: cover;
    position: relative;
    min-height: 60vh;
}
#gallery h4 {
    font-size: 5em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 100%;
    padding-left: 15px;
    bottom: 25px;
    margin: 0;
    letter-spacing: 2px;
    line-height: 0;
}
#gallery_main {
    padding: 90px 0px 90px 0px;
    position: relative;
}
/*#gallery_main .container {
    padding: 60px 15px;
    position: relative;
}*/
#gallery_main a {
    background: white;
    color: #333333;
    border: 2px solid #111;
    border-radius: 0;
    font-weight: 700;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    text-align: center;
}
#gallery_main a i {
    position: relative;
    top: 5px;
    font-size: 20px;
}
#gallery_main h1 {
    font-size: 1.2em;
    line-height: 1;
    color: #333333;
    letter-spacing: 2px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 60px;
}
#gallery_main h2 {
    font-size: 2.4em;
    letter-spacing: 5px;
    color: #333333;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#gallery_main .onebit {
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 1px;
}
#gallery_main .secondbit {
    background:white;
    padding: 60px 15px;
}
/*#gallery_main .restaurantcave:before {
    background: url('../img/mix252.jpg') center center;
    background-size: cover;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 60px;
    right: 0;
    content: '';
    opacity: 1;
}*/
.mb30 {
    margin-bottom: 30px;
}

#the_mmeynu:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,0.4);
}
#the_mmeynu {
    /*background: url('../img/newerstpic.jpg') center bottom no-repeat;*/
    background-size: cover;
    position: relative;
    min-height: 60vh;
    background-position-y: 60%;
}
#the_mmeynu h4 {
    font-size: 5em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 100%;
    padding-left: 15px;
    bottom: 25px;
    margin: 0;
    letter-spacing: 2px;
    line-height: 0;
}




#the_cartaddm:before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,0.4);
}
#the_cartaddm {
    /*background: url('../img/newerstpic_lacart.jpg') center bottom no-repeat;*/
    background-size: cover;
    position: relative;
    min-height: 60vh;
    background-position-y: 60%;
}
#the_cartaddm h4 {
    font-size: 5em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 100%;
    padding-left: 15px;
    bottom: 25px;
    margin: 0;
    letter-spacing: 2px;
    line-height: 0;
}



#main_menusx {
    padding: 80px 0;
}
#main_menusx h4 {
    font-size: 1.1em;
    color: #333333;
    letter-spacing: 5px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
#main_menusx ul {
    border-bottom: 1px solid #ccc;
}
#main_menusx p {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #333;
}
#main_menusx a {
    border: none;
    background: #333;
    color: white;
    display: inline-block;
    border-radius: 0;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.accordion .card .card-header h5 {
    width: 100%;
    display: block;
    text-align: center;
}
.accordion .card .card-header h5 button {
    font-size: 1.2em;
    color: #333333;
    letter-spacing: 5px;
}
.btn-link.focus, .btn-link:focus, .accordion .card .card-header h5 button:hover {
    text-decoration: none;
}
.accordion .card-header {
    background: transparent;
}
.accordion .card:first-of-type {
    border-radius: 0;
}
.accordion .card-body {
    padding-top: 0;
}

@media (max-width: 768px) {
    .navbar-light .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    #main_decade:before {
        width: 70%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.5em;
    }
    .navbar-nav .nav-item.langs a {
        font-size: 1.5em;   
    }
    #gallery_main h2, #main_servexcele h2, #main_decade h1, #main_about h2 {
        font-size: 1.5em;
    }
    #gallery_main p, #main_servexcele p, #main_decade p, #main_about p {
        font-size: 1.3em;
    }
    #main_decade .pad-left-30 {
        background: white;
        padding-right: 0;
    }
    #gallery_main .secondbit, #main_servexcele .secondbit {
        position: relative;
        padding: 30px 15px;
        margin-top: -1px;
    }
    footer {
        font-size: 1.3em;
    }
    #the_mmeynu h4, #contacts h4, #gallery h4 {
        font-size: 2.3em;
        line-height: 1;
        bottom: -5px;
    }
    #fotostodas img, #fotostodasae img {
        margin-bottom: 15px;
    }
    #fotostodas .mb30, #fotostodasae .mb30 {
        margin-bottom: 0;
    }
    #contacts_form .contactuss {
        font-size: 1.2em;
    }
    #contacts_form .formup input {
        padding: 12px 12px;
    }
}

#fotostodasae {
	padding: 80px 0;
}
#fotostodas {
        padding-bottom: 90px;
    }

#main_meyy {
    padding: 80px 0;
}
#main_meyy h4 {
    font-size: 1.1em;
    color: #333333;
    letter-spacing: 5px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
#main_meyy ul {
	    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 0px solid #ccc;
}
#main_meyy .nav-tabs .nav-item {
	display: inline-block
}
#main_meyy p {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333;
}
#main_meyy a {
    border: none;
    color: #333;
    display: inline-block;
    border-radius: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#main_meyy .nav-tabs .nav-link.active {
	font-weight: 700;		
}
#main_meyy .tab-content ul {
	text-align: left;
}
#sumnyk {
    padding: 80px 0;
}

#sumnyk .col-md-4 {
	position: relative;
	overflow: hidden;
}
/*#sumnyk .col-md-4:after {
    content: '';
    background: url(../img/pattern-white.png);
    height: 100px;
    position: absolute;
    bottom: -50px;
    pointer-events: none; 
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    background-position: center;
}*/

#sumnyk h4 {
	font-size: 1.4em;
    letter-spacing: 4px;
    color: #333333;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: absolute;
    background: white;
    display: inline-block;
    padding: 20px;
    top: 30px;
    width: 62%;
}
#main_meyy a.downmenu {
    background: #333;
    color: white;
    margin-top: 10px;
}
#loading_cover {
    z-index: 1002;
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    -webkit-transform-origin: right;
    -webkit-transform: scale(1,1);
    transform-origin: right;
    transform: scale(1,1);
    top: 0;
    height: 10000px;
    -webkit-transition: transform 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
#loading_cover.loaded {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.has_transition_1200_inout_expo {
    -webkit-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}
.w-100 {
    width: 100%;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-30 {
    margin-bottom: 30px;   
}
.minilogomid {
    position: relative;
    overflow: hidden;
}
.minilogomid .star {
    position: absolute;
    width: 300px;
    top: -18%;
    left: -5%;
}


/*------ footer - ------------------------------------------------*/
footer ul {
    margin-bottom: 0;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #111111;
    color: white;
}
footer a, footer a:hover {
    color: white;
}
button.commonbut, a.commonbut {
    border: none;
    background: #111;
    color: white;
    font-weight: 700;
    border-radius: 0;
    display: block;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    border: 2px solid #111;
    margin-top: 20px;
}
button.commonbut:hover, a.commonbut:hover {
    background: white;
    color: #111;
}


.burger {
  position: absolute;
  z-index: 10;
  right: 25px;
  top: 25px;
  cursor: pointer;
    padding: 15px 10px;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__patty {
  width: 28px;
  height: 2px;
  margin: 0 0 4px 0;
  background: white;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__patty:last-child {
  margin-bottom: 0;
}
.burger--close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.burger--close .burger__patty:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
          background:#333;
}
.burger--close .burger__patty:nth-child(2) {
  opacity: 0;
  background:#333;
}
.burger--close .burger__patty:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -4px);
          transform: rotate(-45deg) translate(5px, -4px);
          background:#333;
}

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  visibility: hidden;
}
.menu--active {
  visibility: visible;
}
.menu__brand, .menu__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  float: left;
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
.menu__list {
  margin: 0;
  padding: 0;
  background: #ebebeb;
  list-style-type: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__list--active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu__brand {
  background: #f3f3f3;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
    background-image: url(../img/hotel/07.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.menu__brand--active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu__item {
  -webkit-transform: translate3d(500px, 0, 0);
          transform: translate3d(500px, 0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__item--active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu__link {
  display: inline-block;
  position: relative;
  font-size: 30px;
  padding: 15px 0;
  font-weight: 300;
  text-decoration: none;
  color: #111;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__link:hover {
    color:#d6b740
}
/*
.menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 2px;
  background: white;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}*/
.menu__link:hover:before {
  width: 100%;
}
.menu .menu__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.menu .menu__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.menu .menu__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menu .menu__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu .menu__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menu .menu__item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@media screen and (max-width: 768px) {
  ul.menu__list,
  div.menu__brand {
    float: none;
    width: 100%;
    min-height: 0;
  }
  ul.menu__list--active,
  div.menu__brand--active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .menu__list {
    height: 75vh;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  .menu__link {
    font-size: 24px;
  }

  .menu__brand {
    height: 25vh;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .menu__brand .logomenubur {
    width: 90px;
    height: 90px;
  }
}
.logomenubur {
    width: 200px;
    height: 200px;
    background: transparent;
    border-radius: 50%;
    background-image: url(../img/logo.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.booknowbut, .booknowbut:hover {
    background: white;
    padding: 13px 25px;
    color: #111;
    position: absolute;
    right: 90px;
    top: 25px;
}


#sumnyk .formstyle textarea, #sumnyk .formstyle button, #sumnyk .formstyle input {
    outline: none;
    box-shadow: none;
}
#sumnyk .formstyle input {
    border: 2px solid #ccc;
    padding: 8px 12px;
    height: inherit;
    border-radius: 0;
}
#sumnyk .formstyle select {
	border: 2px solid #ccc;
	padding: 8px 12px;
	border-radius: 0;
	box-shadow: none;
	height: 44px;	
}
#sumnyk .formstyle textarea {
    height: 150px;
    border: 2px solid #ccc;
    padding: 8px 12px;
    border-radius: 0;
    resize: none;
}
#sumnyk .formstyle button {
    border: none;
    background: #111;
    color: white;
    font-weight: 700;
    border-radius: 0;
    display: block;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}


@media (max-width: 768px) {
    .booknowbut, .booknowbut:hover {
        display: none;
    }
    .home__scroll-down {
        left: 15px;
    }
    #main_about h1 {
        font-size: 3em;
    }
    #gallery_main p, #main_servexcele p, #main_decade p, #main_about p {
        font-size: 15px;
    }
    #main_about .container:before {
        background-size: cover;
    }
    .minilogomid .star {
        width: 110px;
    }
    footer {
        font-size: 15px;
    }
    .cursor__inner {
        display: none;
    }
    #fotostodas .mb-30 {
        margin-bottom: 0;
    }
    #fotostodasae .mb-30 {
        margin-bottom: 0;
    }
}
.showaftermessage {
	width: 100%;
	margin-top: 20px;
	display: none;
}