.hidden{
  display:none !important;
}

.show{
  -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 transition: all 0.5s ease;

}
#main-scrollbar{
  background-color: #fff;
  z-index: 1;
  position:relative;
}
.divider
{
  position: relative;
  margin-top: 10px;
  height: 1px;
}


.all-press-items{
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.all-press-item{
  padding:20px 0px;
}

.all-press-item img{
  margin-bottom:20px;
}

.div-transparent:before
{
  content: "";
  position: absolute;
  top: 0;
  left: 33%;
  right: 33%;
  width: 33%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.press-item{
  padding:25px;
}

.press-item h4{
  margin:0px;
  padding:0px;
}

.press-logo{
  width:150px !important;
  margin-bottom:20px;
  text-align: center!important;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}



.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #333;
  font-family: 'Cinzel', serif;
  font-size:22px;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}



.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}




.butn-light a{
  text-decoration: none;
}

.header .caption .butn-dark {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.vipgal .owl-nav{
  margin-top:20px;
}



.border-dbl {
 border: 3px solid #ffffff;
 padding:5px; background:#ececec;
 border-radius: 50%;
}




/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}

.header .caption span i.star-rating {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .caption h4 {
    font-family: 'Barlow Condensed', serif;;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.header .caption h1 {
    position: relative;
    margin: 0px 0px 20px 0px !important;
    padding:0px!important;
    font-family: 'Cinzel', serif;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 11px;
}
.header .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.butn-light {

  padding:15px 10px;
   width:220px;
  margin:auto;
  background-color: rgba(0, 0, 0, 0.1);
  border:1px #ccc solid;
  backdrop-filter: blur(5px);
  display:block;
  color:#fff;
  letter-spacing: 1.3px;
  font-size:13px;
}
.butn-light:hover{
  color:#fff;

}





/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top bottom;
}
.slider-fade .item .caption {
    z-index: 9;
}
/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.slider-fade .owl-prev {
    float: left;
}
.slider-fade .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    transform-origin: center;

}
@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}
/* owl-dots for slider */
.slider-fade .owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    text-align: right !important
}
.slider-fade .owl-dots:after {
    position: absolute;
    top: -60px;
    left: 0%;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 1px;
    height: 50px;
    content: '';
    background: rgba(255, 255, 255, .3)
}
.slider-fade .owl-dots:before {
    position: absolute;
    bottom: -60px;
    left: 0%;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 1px;
    height: 50px;
    content: '';
    background: rgba(255, 255, 255, .3)
}
.slider-fade .owl-dots .owl-dot {
    text-align: center
}
.slider-fade .owl-dots {
    counter-reset: dots
}
.slider-fade .owl-dots .owl-dot {
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    display: block;
    color: #fff;
    font-family: 'Cinzel', sans-serif;
}
.slider-fade .owl-dots .owl-dot span {
    background: transparent;
    display: none
}
.slider-fade .owl-dots .owl-dot.active {
    color: #aa8453
}
.slider-fade .owl-dot:before {
    counter-increment: dots;
    content: counter(dots)
}

/* video field for slider */
.header div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}

.header div.reservation .call {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 15px;
}

.header div.reservation .call span {
       font-family: 'Cinzel', serif;
    font-size: 24px;
    color: #aa8453;
    letter-spacing: 1px;
}

.header div.reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}
.header div.reservation a .icon i {
    color: #FFF;
    font-size: 24px;
    transform: rotate(90deg);
}
.header div.reservation a .icon:hover {
    border: 1px solid #aa8453;
}
@media screen and (max-width: 768px) {
    .header div.reservation {
        display: none;
    }
    #myVideo{
        width: 100%;
        object-fit: fill;
    }
}







.menuzord-menu{
    visibility: hidden;

}

.m-brk {
    display: none;
}


 .sliderText {
	min-height: 0px;
	min-width: 0px;
	line-height: 16px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 3px;
	font-size:22px;
	color:#fff;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	transform: translate3d(0px, 0px, 0px);
	text-transform:uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
 .sliderHeading {
	min-height: 0px;
	min-width: 0px;
	line-height: 16px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-size: 78px;
	color:#fff;
	font-family: 'Cinzel', serif;
	font-weight:400;
	font-style:italic;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}



.make-reservation-sidebtn{
  position: fixed;
  width: 200px;
  height: auto;
  right: -140px;
  top: 50%;
  z-index:100;
  background-color: #333;
  color:#fff!important;
  font-family: 'Cinzel', serif;
  padding: 10px 10px 20px 10px;
  font-size:20px;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg) translateX(-50%);
    text-align: center;
    cursor: pointer;
}
.make-reservation-sidebtn a,.make-reservation-sidebtn a:hover {
  color:#fff;
}






.make-reservation{


  height: auto;
  background-color: #333;
  color:#fff!important;
  font-family: 'Cinzel', serif;
  padding: 20px 30px;
  font-size:20px;
    text-align: center;
    cursor: pointer;
}

.flicker-1 {
	-webkit-animation: flicker-1 2s linear infinite 5s;
	        animation: flicker-1 2s linear infinite 5s;

}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-8 17:52:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flicker-1
 * ----------------------------------------
 */
@-webkit-keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
@keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}




.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  transition: 1s all;
}

.mfp-bg {}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}




/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


.gdpr{

    position:fixed;
    padding:15px;
    background-color:#000;
    color:#ccc;
        width:100%;
    bottom:0px;
    z-index:99999;
    visibility:hidden;

}





dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}



::selection {
 background: #996;
 color: #FFF;
 text-shadow: none;
}



::-moz-selection {
 background: #1ABC9C; /* Firefox */
 color: #FFF;
 text-shadow: none;
}



::-webkit-selection {
 background: #1ABC9C; /* Safari */
 color: #FFF;
 text-shadow: none;
}
:active, :focus {
	outline: none !important;
}

html {
    scroll-behavior: auto !important;
}

 body {

	color: #8c8c8c;
	font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
}


a {
	
	color:#8c8c8c;
}
a:hover {
	color: #222;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
iframe {
	border: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Cinzel', serif;
}
h5, h6 {
	margin-bottom: 20px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h4 p {
	font-size: 12px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h4 {
	font-weight: 600;
}
h5, h6 {
	font-weight: bold;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
	margin-bottom: 30px;
}
small {
	font-family: 'Lato', sans-serif;
}



#restaurants-dubrovnik {
	position: relative;
	float: none;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.clear {
	clear:both;
}
.vertical-middle {
	height: auto !important;
	left: 0;
}
.mfp-ajax .mfp-content {
	max-width: 800px;
  background-color: #fff;
  padding:20px;
}
.section {
	position: relative;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}
.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
.mobile-parallax, .video-placeholder {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center;
}
.section .container {
	z-index: 2;
}
#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.restaurants-top {
	background-color:rgba(0, 0, 0, 0.5);
	height:35px;
	font-family: 'Dosis', sans-serif;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#ccc;
	font-weight:300;
	padding-top:8px;
	padding-right:50px;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	display:block;
}
.restaurants-top a {
	color:#CCC;
	padding:0px 7px;
  font-size:15px;
}
.restaurants-top a:hover {
	color:#fff;
}
.fixed .top-smaller {
	margin-top:-35px;
}
.slider-parallax, .slider-parallax {
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-backface-visibility: hidden;
}
#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}
.intro {
	padding:20px 0px;
	background-color:#FFF;
	position:relative;
}
.val {
	position: relative;
	margin-top: -80px;
	height: 85px;
	width: 100%;
	background-image: url(https://www.nautikarestaurants.com/restaurant-nautika/images/val.png);
	background-position:center top;
	z-index: 99;
}
.textshadow {
	text-shadow: 2px 2px 2px rgba(20, 20, 20, 1);
  margin-top:25px;
}
.val-bottom {
	position: relative;
	margin-bottom: -80px;
	height: 80px;
	width: 100%;
	background-image: url(https://www.nautikarestaurants.com/restaurant-nautika/images/valBottom.png);
	background-position:center top;
	z-index: 99;
}
#restaurants {
	position: relative;
	overflow: hidden;
	padding:40px 0px;
	background-color:#F2F2F2;
}
#restaurants h3 {
	letter-spacing:3px;
}
.big-border {
	border:14px #fff solid;
	outline: 1px solid #E4E4E4;
	box-shadow: inset 0 0 0 1px #E4E4E4;
	;
}



#map {
	width:100%;
	height:500px;
}
#card_number {
	background-image: url(https://www.nautikarestaurants.com/restaurant-nautika/images/cards.png);
	background-position: 3px 3px;
	background-size: 50px 300px; /* 89 x 560 */
	background-repeat: no-repeat;
	padding-left: 70px;
}
#section-about {
	margin-top:50px;
}
#content p {
	line-height: 1.8;
}
.content-wrap {
	position: relative;/*padding: 80px 0;*/

}
#content .container {
	position: relative;
}

.menu-homepage {
	font-size:29px;
	padding:15px 0px;
	height:68px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.smaller .menu-homepage {
	font-size:17px;
	padding:8px 0px !important;
	height:48px;
}
.menu-left-title {
	font-size:29px;
	margin-left:25%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.smaller .menu-left-title {
	font-size:17px;
	margin-left:37%!important;
	float:left;
}
.menu-right-title {
	font-size:29px;
	margin-right:24%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.smaller .menu-right-title {
	font-size:17px;
	margin-right:36%!important;
	float:right;
}
#footer {
	background-color:#333;
	color: #999;
	padding:50px 0px;
  position:relative
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #fff;
}
#footer h2 {
	color: #666;
}

.footer-title{
  	font-family: 'Cinzel', serif;
    font-size:34px;
}
.follow-us {
  margin-left:15px;
  margin-top:9px;
	color:#666;
	font-size:20px;
	line-height:1.4em;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}


#bottom {
	background-color:#222;
	padding: 20px 0px;
	width:100%;
	margin-top:20px;
  position:absolute;
  bottom:0px;
  left:0px;


}

#bottom .bottom-text{
	color:#999;
	font-size:10px;
}
.dnolink ul {
	margin-left:10px;
	margin-top:15px;
}
.dnolink ul li {
	list-style-type:none;
}
.dnolink ul li .fa {
	color:#666;
}
.btn-homepage {
	padding-bottom:7px;
	border-bottom:#CCC 1px solid;
	letter-spacing:3px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-homepage:hover {
	padding-bottom:12px;
}
.youtubebtn {
	width:120px;
	height:90px;
	background-image:url(https://www.nautikarestaurants.com/restaurant-nautika/images/video_btn.png);
	background-position:top center;
	background-repeat: no-repeat;
	padding:0px;
	border:none;
	background-color:transparent;
}
.youtubebtn:hover {
	background-image:url(https://www.nautikarestaurants.com/restaurant-nautika/images/video_btn.png);
	background-position:bottom center;
}

.btn-lg {
	font-weight: 700;
	padding: 18px 42px;
	font-size: 17px;
}
.dnolink {
	font-size:11px;
}
/* POLY FUN */

.poly-top {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	z-index:100;
}
.vip {
border-radius: 50% !important;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
width:230px !important;
height: 230px;
object-fit: inherit;
}
.vip-item{
  padding:17px;
}
.bcklight {
	padding:20px 0px;
	background-color:#F2F2F2;
}
#footer hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #666;
}
.dzwrapper {
	height:600px;
}

.dzwrapper-title {
  	font-family:'Cinzel', serif;
  	font-size:40px;
    color:#fff!important;
}
.dzwrapper-dsc {
  	font-family:'Cinzel', serif;
  	font-size:25px;
      color:#fff!important;
}
.dzwrapper-text {
	margin-top:350px;
}
/*    social icon    */





.social li {
	float: left;
	display: inline;
	margin-right: 7.5px;
	margin-bottom: 5px;
}
.social li a {
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	display: block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.social {
/*margin-left:20px !important;*/

}
.sc-1 {
	background: url(../images/social.png) 0px 0px no-repeat;
}
.sc-2 {
	background: url(../images/social.png) -156px 0 no-repeat;
}
.sc-3 {
	background: url(../images/social.png) -78px 0px no-repeat;
}
.sc-4 {
	background: url(../images/social.png) -117px 0px no-repeat;
}
.sc-5 {
	background: url(../images/social.png) -156px 0px no-repeat;
}
.sc-6 {
	background: url(../images/social.png) -195px 0px no-repeat;
}
.sc-7 {
	background: url(../images/social.png) -234px 0px no-repeat;
}
.sc-8 {
	background: url(../images/social.png) -273px 0px no-repeat;
}
.sc-9 {
	background: url(../images/social.png) -312px 0px no-repeat;
}
.sc-10 {
	background: url(../images/social.png) -351px 0px no-repeat;
}
.sc-1:hover {
	background: url(../images/social.png) 0px -32px no-repeat;
}
.sc-2:hover {
	background: url(../images/social.png) -156px -32px no-repeat;
}
.sc-3:hover {
	background: url(../images/social.png) -78px -32px no-repeat;
}
.sc-4:hover {
	background: url(../images/social.png) -117px -32px no-repeat;
}
.sc-5:hover {
	background: url(../images/social.png) -156px -32px no-repeat;
}
.sc-6:hover {
	background: url(../images/social.png) -195px -32px no-repeat;
}
.sc-7:hover {
	background: url(../images/social.png) -234px -32px no-repeat;
}
.sc-8:hover {
	background: url(../images/social.png) -273px -32px no-repeat;
}
.sc-9:hover {
	background: url(../images/social.png) -312px -32px no-repeat;
}
.sc-10:hover {
	background: url(../images/social.png) -351px -32px no-repeat;
}
.i-rounded,  .i-plain,  .i-circled,  .i-bordered,  .social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-style: normal;
}
 body:not(.device-touch) .i-rounded,  body:not(.device-touch) .i-plain,  body:not(.device-touch) .i-circled,  body:not(.device-touch) .i-bordered,  body:not(.device-touch) .social-icon {
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.i-rounded,  .i-circled,  .i-bordered {
	width: 52px !important;
	height: 52px !important;
	line-height: 52px !important;
	background-color: #444;
	border-radius: 3px;
}
.i-bordered {
	border: 1px solid #555;
	line-height: 50px !important;
	background-color: transparent !important;
	color: #444;
	text-shadow: none;
}
.i-plain {
	width: 36px !important;
	height: 36px !important;
	font-size: 28px;
	line-height: 36px !important;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
}
.i-plain:hover {
	color: #777;
}
.i-circled {
	border-radius: 50%;
}
.i-light {
	background-color: #F5F5F5;
	color: #444;
	text-shadow: 1px 1px 1px #FFF;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}
.i-alt {
	background-image: url('https://www.nautikarestaurants.com/restaurant-nautika/images/icons/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
}
.i-rounded:hover,  .i-circled:hover {
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.i-bordered:hover {
	background-color: #444 !important;
	color: #FFF;
	border-color: #444;
}
.i-small.i-rounded,  .i-small.i-plain,  .i-small.i-circled,  .i-small.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 14px;
}
.i-small.i-rounded,  .i-small.i-circled,  .i-small.i-bordered {
	width: 28px !important;
	height: 28px !important;
	line-height: 28px !important;
}
.i-small.i-bordered {
	line-height: 26px !important;
}
.i-small.i-plain {
	width: 18px !important;
	height: 18px !important;
	font-size: 14px;
	line-height: 18px !important;
}
.i-medium.i-rounded,  .i-medium.i-plain,  .i-medium.i-circled,  .i-medium.i-bordered {
	margin: 6px 13px 9px 0;
	font-size: 21px;
}
.i-medium.i-rounded,  .i-medium.i-circled,  .i-medium.i-bordered {
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
}
.i-medium.i-bordered {
	line-height: 34px !important;
}
.i-medium.i-plain {
	width: 28px !important;
	height: 28px !important;
	font-size: 20px;
	line-height: 28px !important;
}
.i-large.i-rounded,  .i-large.i-plain,  .i-large.i-circled,  .i-large.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 42px;
}
.i-large.i-rounded,  .i-large.i-circled,  .i-large.i-bordered {
	width: 64px !important;
	height: 64px !important;
	line-height: 64px !important;
}
.i-large.i-bordered {
	line-height: 62px !important;
}
.i-large.i-plain {
	width: 48px !important;
	height: 48px !important;
	font-size: 42px;
	line-height: 48px !important;
}
.i-xlarge.i-rounded,  .i-xlarge.i-plain,  .i-xlarge.i-circled,  .i-xlarge.i-bordered {
	margin: 4px 11px 7px 0;
	font-size: 56px;
}
.i-xlarge.i-rounded,  .i-xlarge.i-circled,  .i-xlarge.i-bordered {
	width: 84px !important;
	height: 84px !important;
	line-height: 84px !important;
}
.i-xlarge.i-bordered {
	line-height: 82px !important;
}
.i-xlarge.i-plain {
	width: 64px !important;
	height: 64px !important;
	font-size: 56px;
	line-height: 64px !important;
}
.i-xxlarge.i-rounded,  .i-xxlarge.i-plain,  .i-xxlarge.i-circled,  .i-xxlarge.i-bordered {
	margin: 6px 15px 10px 0;
	font-size: 64px;
}
.i-xxlarge.i-rounded,  .i-xxlarge.i-circled,  .i-xxlarge.i-bordered {
	width: 96px !important;
	height: 96px !important;
	line-height: 96px !important;
}
.i-xxlarge.i-bordered {
	line-height: 94px !important;
}
.i-xxlarge.i-plain {
	width: 80px !important;
	height: 80px !important;
	font-size: 64px;
	line-height: 80px !important;
}
.i-overlay,  .i-overlay a {
	display: block;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.2) url('https://www.nautikarestaurants.com/restaurant-nautika/images/grid.png') repeat;
}
.i-overlay a {
	background: transparent;
}
.i-overlay img,  .i-overlay i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	width: 48px !important;
	height: 48px !important;
	font-size: 48px;
	line-height: 1;
	color: #E5E5E5;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.i-overlay i {
	margin: -18px 0 0 -18px;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px;
	font-size: 24px;
}
.on-hover.i-overlay {
	opacity: 0;
}
 body:not(.device-touch) .on-hover.i-overlay {
 -webkit-transition: opacity 0.3s linear;
 -o-transition: opacity 0.3s linear;
 transition: opacity 0.3s linear;
}
.on-hover.i-overlay:hover {
	opacity: 1;
}
.social-icon {
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	border-radius: 3px;
	overflow: hidden;
	background-color:#fff;
}
.si-rounded {
	border-radius: 50%;
}
.si-borderless {
	border-color: transparent !important;
}
.si-dark {
	background-color: #444;
	color: #FFF !important;
	border-color: transparent;
}
.si-light {
	background-color: rgba(0, 0, 0, 0.05);
	color: #666 !important;
	border-color: transparent;
}
.si-colored {
	border-color: transparent !important;
}
.si-colored i {
	color: #FFF;
}
.social-icon.si-large {
	margin: 0 10px 10px 0;
	width: 56px;
	height: 56px;
	font-size: 30px;
	line-height: 54px !important;
}
.social-icon.si-small {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 30px !important;
}
.social-icon i {
	display: block;
	position: relative;
}
 body:not(.device-touch) .social-icon i {
 -webkit-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.social-icon i:last-child {
	color: #FFF !important;
}
.social-icon:hover i:first-child {
	margin-top: -38px;
}
.social-icon.si-large:hover i:first-child {
	margin-top: -54px;
}
.social-icon.si-small:hover i:first-child {
	margin-top: -30px;
}
.social-icon:hover {
	color: #555;
	border-color: transparent;
}
.si-colored.social-icon {
	border-color: transparent;
}

.si-sticky {
	position: fixed;
	top: 50%;
	left: 5px;
	width: 36px;
	z-index: 100;
}
.si-sticky.si-sticky-right {
	left: auto;
	right: 8px;
}
.si-share {
	position: relative;
	padding-left: 5px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.si-share span {
	line-height: 36px;
	font-weight: bold;
	font-size: 13px;
}
.si-share div {
	float: right;
}
.si-share .social-icon {
	margin: -1px 0;
	border-radius: 0;
	font-size: 15px;
}
.si-facebook:hover,  .si-colored.si-facebook {
	background-color: #3B5998 !important;
}
.si-delicious:hover,  .si-colored.si-delicious {
	background-color: #205CC0 !important;
}
.si-paypal:hover,  .si-colored.si-paypal {
	background-color: #00588B !important;
}
.si-flattr:hover,  .si-colored.si-flattr {
	background-color: #F67C1A !important;
}


/* Social Icons Text Color

-----------------------------------------------------------------*/



.si-text-color.si-facebook i {
	color: #3B5998;
}
.si-text-color.si-delicious i {
	color: #205CC0;
}
.si-text-color.si-paypal i {
	color: #00588B;
}
.si-text-color.si-flattr i {
	color: #F67C1A;
}
.si-text-color.si-android i {
	color: #A4C639;
}
.si-text-color.si-smashmag i {
	color: #E53B2C;
}
.si-text-color.si-gplus i {
	color: #DD4B39;
}
.si-text-color.si-wikipedia i {
	color: #333;
}
.si-text-color.si-stumbleupon i {
	color: #F74425;
}
.si-text-color.si-foursquare i {
	color: #25A0CA;
}
.si-text-color.si-call i {
	color: #444;
}
.si-text-color.si-ninetyninedesigns i {
	color: #F26739;
}
.si-text-color.si-forrst i {
	color: #5B9A68;
}
.si-text-color.si-digg i {
	color: #191919;
}
.si-text-color.si-spotify i {
	color: #81B71A;
}
.si-text-color.si-reddit i {
	color: #C6C6C6;
}
.si-text-color.si-blogger i {
	color: #FC4F08;
}
.si-text-color.si-cc i {
	color: #688527;
}
.si-text-color.si-dribbble i {
	color: #EA4C89;
}
.si-text-color.si-evernote i {
	color: #5BA525;
}
.si-text-color.si-flickr i {
	color: #FF0084;
}
.si-text-color.si-google i {
	color: #DD4B39;
}
.si-text-color.si-instapaper i {
	color: #333;
}
.si-text-color.si-klout i {
	color: #FF5F52;
}
.si-text-color.si-linkedin i {
	color: #0E76A8;
}
.si-text-color.si-vk i {
	color: #2B587A;
}
.si-text-color.si-rss i {
	color: #EE802F;
}
.si-text-color.si-skype i {
	color: #00AFF0;
}
.si-text-color.si-twitter i {
	color: #00ACEE;
}
.si-text-color.si-youtube i {
	color: #C4302B;
}
.si-text-color.si-vimeo i {
	color: #86C9EF;
}
.si-text-color.si-aim i {
	color: #FCD20B;
}
.si-text-color.si-yahoo i {
	color: #720E9E;
}
.si-text-color.si-email3 i {
	color: #6567A5;
}
.si-text-color.si-macstore i {
	color: #333333;
}
.si-text-color.si-myspace i {
	color: #666666;
}
.si-text-color.si-podcast i {
	color: #E4B21B;
}
.si-text-color.si-cloudapp i {
	color: #525557;
}
.si-text-color.si-dropbox i {
	color: #3D9AE8;
}
.si-text-color.si-ebay i {
	color: #89C507;
}
.si-text-color.si-github i {
	color: #171515;
}
.si-text-color.si-googleplay i {
	color: #DD4B39;
}
.si-text-color.si-itunes i {
	color: #222;
}
.si-text-color.si-plurk i {
	color: #CF5A00;
}
.si-text-color.si-pinboard i {
	color: #0000E6;
}
.si-text-color.si-soundcloud i {
	color: #FF7700;
}
.si-text-color.si-tumblr i {
	color: #34526F;
}
.si-text-color.si-wordpress i {
	color: #1E8CBE;
}
.si-text-color.si-yelp i {
	color: #C41200;
}
.si-text-color.si-intensedebate i {
	color: #009EE4;
}
.si-text-color.si-eventbrite i {
	color: #F16924;
}
.si-text-color.si-scribd i {
	color: #666666;
}
.si-text-color.si-stripe i {
	color: #008CDD;
}
.si-text-color.si-print i {
	color: #111;
}
.si-text-color.si-dwolla i {
	color: #FF5C03;
}
.si-text-color.si-statusnet i {
	color: #131A30;
}
.si-text-color.si-acrobat i {
	color: #D3222A;
}
.si-text-color.si-drupal i {
	color: #27537A;
}
.si-text-color.si-buffer i {
	color: #333333;
}
.si-text-color.si-pocket i {
	color: #EE4056;
}
.si-text-color.si-bitbucket i {
	color: #0E4984;
}
.si-text-color.si-stackoverflow i {
	color: #EF8236;
}
.si-text-color.si-hackernews i {
	color: #FF6600;
}
.si-text-color.si-xing i {
	color: #126567;
}
.si-text-color.si-instagram i {
	color: #3F729B;
}
.si-text-color.si-quora i {
	color: #A82400;
}
.si-text-color.si-openid i {
	color: #E16309;
}
.si-text-color.si-steam i {
	color: #111;
}
.si-text-color.si-amazon i {
	color: #E47911;
}
.si-text-color.si-disqus i {
	color: #E4E7EE;
}
.si-text-color.si-plancast i {
	color: #222;
}
.si-text-color.si-appstore i {
	color: #000;
}
.si-text-color.si-pinterest i {
	color: #C8232C;
}
.si-text-color.si-fivehundredpx i {
	color: #111;
}
.si-text-color:hover {
	color: #FFF;
}
.mobile-separator {
	width: 100%;
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-position:center center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 200px;
	font-size:25px;
	font-family: 'Cinzel', serif;
	font-style:italic;
	color:#fff;
	text-align:center;
	padding:0px 30px;
}
.preloaderbox p {
	padding:0px 30px;
}



.mfp-iframe-scaler iframe {

background: #fff !important;

}





.mobile-only{
  display:none;
}

.large-only {
  display:block;
}

.small-only{
  display:none !important;
}

.large-only {
  display:block !important;
}
 .bottom-mobile-reservation{
display:none;
 }



   /* Large Devices, Wide Screens */

  @media (min-width: 1201px) and (max-width: 2500px) {

      .menuzord-brand{
        font-size:30px;
      }


      .mobile-only{
        display:none !important;
      }

      .small-only{
        display:none !important;
      }

      .large-only {
        display:block !important;
      }






}

@media (min-width: 992px) and (max-width: 1200px) {




.restaurants-top{
  display:none!important;
}

  .mobile-only{
    display:none !important;
  }

  .small-only{
    display:block !important;
  }
  .large-only {
    display:block !important;
  }




}
 @media (min-width: 768px) and (max-width: 991px) {

   .restaurants-top{
       display:none!important;
   }

   .large-only {
     display:none ;
   }


   .mobile-only{
     display:none ;
   }

   .small-only{
     display:block !important;
   }



   .header .caption h4 {
       font-family: 'Barlow Condensed', serif;;
       font-size: 20px;
       font-weight: 400;
       text-transform: uppercase;
       letter-spacing: 6px;
       color: #fff;
       text-align: center;
       margin-bottom: 20px;
       margin-top: 20px;
       -webkit-animation-delay: .4s;
       animation-delay: .4s;
   }
   .header .caption h1 {
       position: relative;
       margin: 0px 0px 20px 0px;
           padding:0px!important;
       font-family: 'Cinzel', serif;
       font-size: 55px;
       text-transform: uppercase;
       line-height: 1.35em;
       -webkit-animation-delay: .6s;
       animation-delay: .6s;
       color: #fff;
       font-weight: 400;
       letter-spacing: 11px;
   }



}
@media (max-width: 767px){
    .bottom-wrap .bottom-text, #footer .bottom-wrap .bottom-text:last-child{
      text-align: center;
    }
    .block-md-none {
      display: none;
    }
    .d-lg-none {
      display: block;
    }
}
 @media (min-width: 576px) and (max-width: 767px){

   .restaurants-top{
       display:none!important;
   }

   .large-only {
     display:none ;
   }

   .mobile-only{
     display:none ;
   }

   .small-only{
     display:block !important;
   }

   .header .caption h4 {
       font-family: 'Barlow Condensed', serif;;
       font-size: 19px;
       font-weight: 400;
       text-transform: uppercase;
       letter-spacing: 6px;
       color: #fff;
       text-align: center;
       margin-bottom: 20px;
       margin-top: 20px;
       -webkit-animation-delay: .4s;
       animation-delay: .4s;
   }
   .header .caption h1 {
       position: relative;
       margin: 0px 0px 20px 0px;
           padding:0px!important;
       font-family: 'Cinzel', serif;
       font-size: 50px;
       text-transform: uppercase;
       line-height: 1.35em;
       -webkit-animation-delay: .6s;
       animation-delay: .6s;
       color: #fff;
       font-weight: 400;
       letter-spacing: 11px;
   }

   .butn-light {

     padding:12px;
     width:180px;
     margin:auto;
     background-color: rgba(0, 0, 0, 0.1);
     border:1px #ccc solid;
     backdrop-filter: blur(5px);
     display:block;
     color:#fff;
     letter-spacing: 1.3px;
     font-size:13px;
   }

   .make-reservation-sidebtn{
     display:none;
   }

   .bottom-mobile-reservation{
         display:block !important;
         position:fixed;
         bottom:0px;
         z-index:500;
         width:100%;
         left:0px;
         text-align: center;
         padding:17px 20px;
         font-family: 'Cinzel', serif;
         background-color:#333;
         color: #fff;
       font-weight: bold;
       font-size:21px;

     }
     .bottom-mobile-reservation:hover, .bottom-mobile-reservation:hover:active{
       color:#fff;
       font-weight:bold;
       font-size:21px;
     }




}
@media (max-width: 576px){


  .restaurants-top{
      display:none!important;
  }
      h2{
        font-size: 24px;
      }
      .large-only {
        display:none!important;
      }

.ceo-title{
    text-align: center;
}

      .small-only{
        display:none !important;
      }
      .mobile-only{
        display:block!important;
      }

      .make-reservation-sidebtn{
        display:none;
      }

      .mob-justify{
        text-align: justify!important;
        padding:0px 8px;
      }

      .hover-underline-animation {
          font-size: 18px;
    }

      .mobile-separator-dsc{
        /*
        background: rgb(234,234,234);
background: linear-gradient(0deg, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 39%);
*/
        text-align: center;
        padding:20px 15px;
        color:#7a7474;
        font-weight:bold;
        font-family: 'Cinzel', serif;
        font-size: 17px;
        padding-bottom:60px;
      }

        .header .caption h4 {
            font-family: 'Barlow Condensed', serif;;
            font-size: 15px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 6px;
            color: #fff;
            text-align: center;
            margin-bottom: 20px;
            margin-top: 20px;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }
        .header .caption h1 {
            position: relative;
            margin: 0px 0px 0px 0px;
                padding:0px!important;
                text-indent: 8px;
            font-family: 'Cinzel', serif;
            font-size: 26px;
            text-transform: uppercase;
            line-height: 1.35em;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
            color: #fff;
            font-weight: 400;
            letter-spacing: 8px;
        }

        .butn-light {

          padding:10px;
          width:180px;
          margin:auto;
          margin-top:20px;
          background-color: rgba(0, 0, 0, 0.1);
          border:1px #ccc solid;
          backdrop-filter: blur(5px);
          display:block;
          color:#fff;
          letter-spacing: 0.8px;
          font-size:11px;
        }


        .bottom-mobile-reservation{
              display:block;
              position:fixed;
              bottom:-90px;

              z-index:500;
              width:100%;
              left:0px;
              text-align: center;
              padding:17px 20px;
              font-family: 'Cinzel', serif;
              background-color:#333;
              color: #fff;
            font-weight: bold;
            font-size:21px;
            -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
         transition: all 0.5s ease-in-out;

          }
      .bottom-mobile-reservation:hover, .bottom-mobile-reservation:hover:active{
      color:#fff;
      font-weight:bold;
      font-size:21px;
    }

    .bottom-mobile-reservation.active{

      bottom:0px;

    }

    .v-middle {
        position: absolute;
        width: 100%;
        top: 46%;
        left: 0;
        -webkit-transform: translate(0%, -46%);
        transform: translate(0%, -46%);
    }


    .menuzord-responsive .menuzord-brand {
    margin: 8px 10px 10px 20px;
    font-size: 22px;
    font-weight:bold;
    line-height: 1.55;
}


	.menuzord-menu > li > a{
	padding: 16px 8px;
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #666;
	outline: 0;
	line-height: 1.42857143;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;

		 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-shadow: 0px 1px 1px #FFF;

}

.smaller .menuzord-menu  > li > a{
  padding: 16px 8px;
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #666;
	outline: 0;
	line-height: 1.42857143;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;

		 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-shadow: 0px 1px 1px #FFF;
}

.header {

    min-height: 100vh !important;
    height: 100vh !important;
    overflow: hidden;
}



.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    background-size: cover;
    background-position: center bottom;
}


#map {
	width:100%;
	height:250px;
}

.gdpr{

    position:fixed;
    padding:15px;
    background-color:#000;
    color:#ccc;
        width:100%;
    bottom:0px;
    z-index:10000;
    visibility:hidden;
}

    .val {
        opacity:0.3;
    }

    #footer {
        background-color: #333;
        color: #999;
        padding: 50px 15px;
        position: relative;
    }

    .footer-title{
      	font-family: 'Cinzel', serif;
        font-size:24px;
    }
    .follow-us-mobile a i {

    width:35px;
    height:35px;
    margin:5px;

    display: inline-block;
    border-radius: 55px;
    box-shadow: 0 0 2px #888;
    padding-top:5px;



    }
    .mobile-center{

      text-align:center;

    }

    .our-restaurants{
      padding-bottom:180px;
    }



}


@media only screen
                   and (max-width: 750px)
                   and (orientation: landscape) {


.menuzord-brand{
       font-size:20px !important;
}

.val, .val-bottom{
  display:none!important;
}

.header .caption h1{
  font-size:30px;
}
.si-sticky{
  display:none!important;
}
.butn-light{
  width:200px;
  font-size:11px!important;
  padding:10px 20px!important;
  display:none;
}

.bottom-mobile-reservation {
    display: block !important;
    position: fixed;
    bottom: 0px;
    z-index: 500;
    width: 220px;
    left: 50%;
    margin-left:-110px;
    text-align: center;
    padding: 7px 8px;
    font-family: 'Cinzel', serif;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.menuzord {
    background-color: rgba(255, 255, 255, 0.7);
}

.dzsparallaxer {
  display:none !important;
}

.mobile-separator, .mobile-separator-dsc{
  display:block !important;
}

.mobile-separator-dsc{
  /*
  background: rgb(234,234,234);
background: linear-gradient(0deg, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 39%);
*/
  text-align: center;
  padding:20px 15px;
  color:#7a7474;
  font-weight:bold;
  font-family: 'Cinzel', serif;
  font-size: 17px;
  padding-bottom:60px;
  width:100%;

  background-image: url(https://www.nautikarestaurants.com/restaurant-nautika/images/val-opac.png);
  background-position:center top;
  background-repeat: no-repeat;
  background-position: bottom -30px center;

}

h2{
  font-size:25px
}

.smaller .menuzord-brand{
  font-weight:bold;
}
}
.small-text{
    display: block;
}
.text-block{
    color: #000;
    font-size: 18px;
}
p.grd-box {
    font-size: 25px;
    padding-top: 30px;
    margin: 0;
}
.bg-fad{
    height: 100%;
    background: #00000069;
}
.gm-style div[role="button"]{
    display: none !important;
}
.gmnoprint.gm-style-mtc-bbw, .vip-gal-box .owl-dots{
    display: none !important;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.dzwrapper-txt{
    font-size: 27px;
}
.bottom-wrap .bottom-text:last-child {
    text-align: right;
}

@media (min-width: 768px) {
  .d-lg-none {
      display: none;
    }
  
    .block-md-none {
      display: flex;
    }
}