
*, *::after, *::before {
    box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: 'titillium_webregular', 'Titillium Web', 'Lucida Sans Unicode',Verdana, sans-serif;
}

body {
    color: #FFF;
    background-color: #111;
    font-weight: 200;
    font-size: 16px;
    font-family: 'titillium_webregular', 'Titillium Web', 'Lucida Sans Unicode' ,Verdana, sans-serif;
    cursor: default;
}

h1{
    font-family: 'Great Vibes', 'great_vibesregular', "Comic Sans MS", cursive;
    font-size: 40px;
    text-align: center;
}

p{
    padding: 0 25px;
    text-align: justify;
}

.container{
    display: none;
}

.content-overlay{
    display:none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(51,51,51,0.9);
    z-index: 199;
}

.top-navigation{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    color: #74777B;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    background: rgba(250, 250, 250, 0.7);
}

.socials-contact-holder.top-nav-socials {
  position: fixed;
  top: 13px;
  left: 0;
  z-index: 101;
}
.socials-contact-holder.top-nav-socials .icon-button {
  top: 0;
  bottom: auto;
  background-color: transparent;
}
.socials-contact-holder.top-nav-socials .icon-button.instagram {
  left: 0;
}
.socials-contact-holder.top-nav-socials .icon-button.facebook {
  left: 40px;
}
.top-nav-socials .icon-button .icon-facebook,
.top-nav-socials .icon-button .icon-instagram {
  color: #2F2F35;
}

.top-navigation nav ul{
    float: right;
    margin-top: 0;
    margin-right: 50px;
}

.top-navigation nav a{
    text-decoration: none;
    color: #2F2F35;
}

.top-navigation nav a span{
    font-size: 18px;
}

.top-navigation nav li.tab-current a::after{
    background: #2F2F35;
}

.top-navigation nav a::after{
    background: #2F2F35;
}

.top-navigation nav a:hover, .top-navigation nav a:focus {
    color: #d5ab57;
}

.top-navigation nav a:hover::after, .top-navigation nav a:focus::after{
    background: #d5ab57;
}

.top-navigation nav li.event-tab a {
  text-shadow: 0px 0px 5px rgb(213 171 87 / 75%);
}
.top-navigation nav a span.tab-text {
  display: inline-block;
  padding: 0 5px 0 1px;
  vertical-align: baseline;
  font-family: 'Great Vibes', 'great_vibesregular', "Comic Sans MS", cursive;
  text-transform: none;
  font-size: 29px;
  line-height: 1;
}

.hamburger-menu-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 100;
    color: #74777B;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    background: rgba(250, 250, 250, 0.7);
}

.hamburger-menu{
    width: 50px;
    height: 44px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.hamburger-menu span{
    width: 50px;
    height: 4px;
    margin-bottom: 8px;
    background: #2F2F35;
    float: right;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.hamburger-menu.open span:nth-of-type(1),
.hamburger-menu.open span:nth-of-type(3)
{
    width: 60px;
}

.hamburger-menu.open span:nth-of-type(2){
    width: 40px;
}

/* HOME */
.main-title {
    z-index: 99;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    width: 100%;
    margin-top: -90px;
    font-family: 'Great Vibes', 'great_vibesregular', cursive;
    text-align: center;
    /* transform: translate(-50%, -50%); */
    backface-visibility: hidden;
}

.main-title h1 {
    position: relative;
    top: -10px;
    width: 100%;
    margin: 0;
    font-weight: 200;
    font-size: 4.5em;/*84px*/
    line-height: 1;
    color: #fff;
    text-shadow: 0px 0px 5px #2F2F35;
    opacity: 0;
}
.main-title .top-info {
    position: absolute;
    top: -120px;
    width: 100%;
    font-family: 'titillium_webregular', 'Titillium Web', 'Lucida Sans Unicode' ,Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 10em;
    color: #fff;
    text-shadow: 0px 0px 10px #d5ab57;
    opacity: 0;
}

.main-title h2 {
    position: absolute;
    top: -10px; /*85px*/
    width: 100%;
    margin: 5px 0 0 0;
    font-weight: 200;
    font-size: 38px;
    line-height: 1;
    /* color: #fff;
    text-shadow: 0px 0px 5px #2F2F35; */
    color: #fff;
    text-shadow: 0px 0px 5px #2f2f35;
    opacity: 0;
    font-family: 'titillium_webregular', 'Titillium Web', 'Lucida Sans Unicode' ,Verdana, sans-serif;
    text-transform: uppercase;
}

.main-title .bottom-info {
    position: relative;
    bottom: -70px;
    display: inline-block;
    font-size: 2em;
    line-height: 1;
    color: #fff;
    text-shadow: 0px 0px 10px #d5ab57;
    opacity: 0;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.main-title .bottom-info span {
    display: inline-block;
    font-family: 'titillium_webregular', 'Titillium Web', 'Lucida Sans Unicode' ,Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 70%;
}
.main-title .bottom-info .fa {
    position: relative;
    top: -8px;
    left: 20px;
    font-size: 40%;
}
.main-title .bottom-info:hover {
  color: #d5ab57;
  text-shadow: 0px 0px 10px #fff;
}

.boxgallery > nav span{
    display: none;
}

/* RESTAURANT */

.restaurant-holder {
	position: absolute;
    top: 0;
	width: 100%;
	background: #333;
	overflow: hidden;
    background-image: url('../img/restaurant-background-2.jpg');
	background-position: center bottom;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.restaurant-holder .about-us{
    position: absolute;
    top: 100px;
    left: 20px;
    width: 45%;
    height: calc(100% - 160px);
    background: rgba(47,47,53,0.9);
    padding-bottom: 25px;
    color: #fff;
}

.restaurant-holder .about-us h1{
    margin-bottom: 15px;
    font-size: 30px;
    opacity: 0;
}

.restaurant-holder .about-us p{
    position: relative;
    opacity: 0;
}

.restaurant-holder .about-us p:nth-of-type(1),
.restaurant-holder .about-us p:nth-of-type(2),
.restaurant-holder .about-us p:nth-of-type(3),
.restaurant-holder .about-us p:nth-of-type(4),
.restaurant-holder .about-us p:nth-of-type(5){
    left: -40%;
}

/* .restaurant-holder .about-us p:nth-of-type(1){
    font-weight: 600;
} */

.mCSB_scrollTools .mCSB_draggerContainer{
    top: 15px;
    left: 0;
    bottom: 15px;
    right: 15px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    margin: 0px -5px;
}

.restaurant-holder .about-us a{
    color: #d5ab57;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.restaurant-holder .about-us a:hover{
    color: #cfbd97;
}

.restaurant-holder .about-us .panel-info p {
  margin: 15px 25px;
  padding: 20px;
  font-weight: normal;
}

.panel-info p {
  margin: 15px 25px;
  padding: 20px;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 0px 5px 0px rgba(255,255,255,1);
}
.panel-info p a {
  color: #d5ab57;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.panel-info p a:hover{
  color: #cfbd97;
}
.panel-info p a.fb-link:hover{
  color: #17a7fc;
}
.panel-info p a.insta-link:hover{
  color: #7c39ad;
}

/* MENU */

.rm-container{
    height: 600px;
    margin: 100px auto 40px auto;
}

.rm-content{
    padding-top: 5px;
}

.rm-content h2,
.rm-content h4{
    font-family: 'Great Vibes', 'great_vibesregular',cursive;
    font-size: 38px;
    text-transform: capitalize;
}

.rm-content h2{
    font-size: 43px;
}

.rm-modal h5{
    font-size: 19px;
}

.rm-modal p{
    line-height: 20px;
}

.rm-content dl.small-font{
    font-size: 15px;
}

.rm-content dt.padding-top{
    padding-top: 20px;
}

.rm-content .rm-info{
    position: absolute;
    bottom: 50px;
}

a.rm-button-open{
    margin-bottom: 30px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

a.rm-button-open:hover{
    color: #d5ab57;
}

a.rm-viewdetails{
    color: #2A323F;
    margin-top: 30px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

a.rm-viewdetails:hover{
    color: #d5ab57;
}

a.rm-button-open .fa-angle-double-right{
    display: inline-block;
}

a.rm-button-open .fa-angle-double-down{
    display: none;
}

.rm-close{
    right: 0;
    background: #d5ab57;
}

.rm-wrapper > div > div{
    box-shadow:
		inset 0 0 0 16px #fff,
		inset 0 0 0 17px #DEB462,
		inset 0 0 0 18px #fff,
		inset 0 0 0 19px #DEB462,
		inset 0 0 0 20px #fff,
		inset 0 0 0 21px #DEB462;
}

/* GALLERY */

.container.gallery-container{
    display: table;
    width: 100%;
    height: 100%;
    /* background: url('../img/strange-bullseyes.png') #fff top left repeat; */
    /* background: url('../img/dark-circles.png') #fff top left repeat; */
    background: url('../img/circles.png') #fff top left repeat;

    /* background: #EAECD4; */
}

.gallery-holder{
    display: table;
    width: 100%;
    padding: 70px 20px 50px 20px;
}

.gallery-text{
    display: table;
    width: calc(100% - 12px);
    margin: 30px 6px;
    padding: 25px 0;
    background: rgba(47,47,53,0.9);
    color: #fff;
}

.gallery-text h1{
    height: 44px;
    margin-top: 0;
    font-size: 30px;
    opacity: 0;
}

.gallery-text .text-holder{
    float: left;
    width: calc(100% - 360px);
}

.gallery-text .text-holder-new {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 80%;
}
.gallery-text .text-holder-new p {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
}

.gallery-text a{
    color: #d5ab57;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.gallery-text a:hover{
    color: #cfbd97;
}
.gallery-text a.fb-link:hover{
    color: #17a7fc;
}

.gallery-text .video-holder{
    position: relative;
    float: left;
    text-align: center;
    width: 320px;
    height: 250px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 25px;
    opacity: 0;
}

.gallery-text .video-holder .video-cover{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 240px;
    background: url(../img/video_poster.jpg) top left no-repeat;
    background-size: cover;
}

.gallery-text .video-holder .video-cover .play-button{
    width: 100px;
    height: 100px;
    margin-top: 70px;
    margin-left: 110px;
    cursor: pointer;
    background: url(../img/play-button.png) top left no-repeat;
    background-size: cover;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.gallery-text .video-holder .video-cover .play-button:hover,
.close-button:hover{
    opacity: 0.8;
    transform: scale(0.95);
}

#Video{
    /* position: absolute; */
    position: fixed;
    top: 20px;
    /* right: 0; */
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;
}

#Video.active{
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10% !important;
    /* right: 10%; */
    left: 10% !important;
    opacity: 1;
    z-index: 200;
}

.close-button{
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    background: #E23742;
    text-align: center;
    z-index: 300;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.close-button .fa-times{
    font-size: 40px;
    padding-top: 8px;
}

.gallery-text p{
    position: relative;
    opacity: 0;
}

.gallery-text p:nth-of-type(1){
    top: -100px;
}

.gallery-text p:nth-of-type(2){
    top: -150px;
}

.gallery-text p:nth-of-type(3){
    top: -200px;
}

.gallery-list{
    display: block;
    width: 100%;
}

.gallery-list::before, .gallery-list::after {
    content: " ";
    display: table;
}

.gallery-list .gallery-item {
    float: left;
    position: relative;
    width: 20%;
    padding: 6px;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;
}

.gallery-list .gallery-item:hover{
    transform: scale(0.9);
    opacity: 0.7;
}

.gallery-list .gallery-item img {
    width: 100%;
}

.gallery-list .gallery-item .image::before {
    content: "";
    padding-top: 100%;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.02);
    z-index: 1;
    transition: all 0.2s ease-out 0s;
}

.gallery-text .panel-info p {
  padding: 20px;
}

/* EVENT CENTAR */
#lightcase-nav a:hover {
  text-decoration: none;
}
.container.gallery-container.event-container {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #2F2F35;
  background-image: url(../img/event_center/event_page_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event-slideshow-holder {
  width: 100%;
  height: 80vh;
}
.event-slideshow-holder .uk-overlay-background {
  background: rgba(0,0,0,.3);
}
.event-slideshow-holder .uk-overlay-panel .top-info,
.event-slideshow-holder .uk-overlay-panel h1,
.event-slideshow-holder .uk-overlay-panel h2 {
  width: 100%;
  opacity: 1;
  color: #fff;
}
.event-slideshow-holder .uk-overlay-panel .top-info,
.event-slideshow-holder .uk-overlay-panel h2 {
  text-transform: uppercase;
}
.event-slideshow-holder .uk-overlay-panel .top-info {
  position: relative;
  top: -20px;
  font-size: 3.2em;
}
.event-slideshow-holder .uk-overlay-panel h1 {
  margin: 15px auto;
  font-size: 4em;
  line-height: 1em;
  font-weight: normal;
}
.event-slideshow-holder .uk-overlay-panel h2 {
  font-size: 1.8em;
  font-weight: normal;
}

/*scroll down indicator*/
.scroll-down-holder.uk-position-bottom {
  bottom: 90px;
}
.scroll-down {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  -webkit-animation: move 3s ease-out infinite;
	-moz-animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
  -webkit-animation: move 3s ease-out 1s infinite;
	-moz-animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
  -webkit-animation: move 3s ease-out 2s infinite;
	-moz-animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
  -webkit-transform: skew(0deg, 30deg);
  -ms-transform: skew(0deg, 30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
  -webkit-transform: skew(0deg, -30deg);
  -ms-transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    -ms-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.text {
  display: block;
  margin-top: 20px;
  margin-left: -15px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
  -webkit-animation: pulse 2s linear alternate infinite;
	-moz-animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
/*scroll down indicator END*/

.event-container .event-slideshow-holder h1 span {
  display: block;
  padding-left: 5px;
  font-family: 'titillium_webregular', 'Titillium Web', 'Lucida Sans Unicode' ,Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 80%;
}
.event-holder {
  display: table;
  width: 100%;
  padding: 10px 30px 80px 30px;
}
.event-text {
  padding: 20px 0;
  text-align: center;
}
.event-text h1 {
  margin-bottom: 40px;
}
.event-text h1::first-letter {
  text-transform: lowercase;
  font-size: 200%;
  font-weight: lighter;
}
.event-text h1 span {
  display: inline-block;
  padding-left: 5px;
  font-family: 'titillium_webregular', 'Titillium Web', 'Lucida Sans Unicode' ,Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 80%;
}
.event-text .text-holder {
  margin: 0 auto;
  padding: 10px 0;
  max-width: 80%;
}
.event-text .text-holder p {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.3em;
}
.event-text .text-holder p a {
  color: #d5ab57;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.event-text .text-holder p a:hover{
  color: #cfbd97;
}
.event-text .text-holder p a.fb-link:hover{
  color: #17a7fc;
}
.event-text .text-holder p a.insta-link:hover{
  color: #7c39ad;
}

/* CONTACT */

#map {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.container.contact-container .gm-style .gm-style-iw{
    font-family: 'titillium_webregular', sans-serif;
    color: #2F2F35;
}

.container.contact-container .contact-info{
    position: absolute;
    left: -600px;
    bottom: 70px;
    width: 500px;
    /* height: 320px; */
    height: 380px;
    padding: 0 10px;
    background: rgba(47,47,53,0.9);
    color: #fff;
    z-index: 90;
}

.container.contact-container .contact-info h1{
    margin-bottom: 10px;
}

.container.contact-container .contact-info .panel-info p {
  padding: 15px;
  text-align: center;
}

.container.contact-container .contact-info .contact-link{
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.container.contact-container .contact-info .contact-link:hover{
    color: #d5ab57;
}

.copy-right{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    text-align: center;
    line-height: 23px;
    background: rgba(47,47,53,0.9);
    color: #fff;
    z-index: 100;
}

.copy-right span{
    padding-right: 20px;
}

.contact-info > .fa{
    position: absolute;
    top: 10px;
    right: 10px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.contact-info .fa.fa-angle-double-left{
    display: block;
}

.contact-info .fa.fa-angle-double-right{
    display: none;
}

.contact-info .fa:hover{
    color: #d5ab57;
}

/* PAGE LOADER */

#loader-wrapper img{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1001;
    opacity: 1;
}

#loader-wrapper .img-loader{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1001;
    opacity: 1;
    background: url('../img/loader.svg') top left no-repeat;
    background-size: cover;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    opacity: 1;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            opacity: 0;
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        opacity: 0;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
        transition: all 0.3s 1s ease-out;
}

/* FACEBOOK BUTTON */

/* Wrapper */
.icon-button {
    bottom: 20px;
    right: 15px;
	background-color: white;
	/* border-radius: 50%; */
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	height: 40px;
	line-height: 42px;
	margin: 0 5px;
	position: absolute;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 40px;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 40px;
	height: 40px;
	/* border-radius: 40px; */
	margin: -20px;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	/* background-color: #3B5998; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17a7fc+0,0b83ed+50,0164e1+100 */
  background: #17a7fc; /* Old browsers */
  background: -moz-linear-gradient(top,  #17a7fc 0%, #0b83ed 50%, #0164e1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #17a7fc 0%,#0b83ed 50%,#0164e1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #17a7fc 0%,#0b83ed 50%,#0164e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a7fc', endColorstr='#0164e1',GradientType=0 ); /* IE6-9 */
}
.instagram span {
	/* background-color: #e71230; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9d002+0,f60e1e+50,7c39ad+100 */
  background: #f9d002; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #f9d002 0%, #f60e1e 50%, #7c39ad 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #f9d002 0%,#f60e1e 50%,#7c39ad 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #f9d002 0%,#f60e1e 50%,#7c39ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d002', endColorstr='#7c39ad',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.icon-button.instagram {
    right: 65px;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 40px;
	left: 0;
	line-height: 42px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 40px;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	/* color: #3B5998; */
  color: #0b83ed;
}
.icon-button .icon-instagram {
	color: #e71230;
  right: 65px;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-instagram {
	color: white;
}

/* 404 PAGE */

body.error{
    color: #979797;
    background-color: #fff;
}

body.error .container{
    display: block;
    width: 100%;
    height: 100%;
}

div.wrapper {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
#container {
    display: block;
    width: 960px;
    margin: 0px auto;
    padding: 30px 0px;
}

#container a{
    outline: none;
    color: #F90;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

#container a:hover{
    color: #979797;
}

#fof{display:block; width:100%; margin:100px 0; line-height:1.6em; text-align:center;}
#fof .hgroup{text-transform:uppercase;}
#fof .hgroup h1{margin-bottom:25px; font-size:95px; line-height: 97px;}
#fof .hgroup h1 span{display:inline-block; margin-left:5px; padding:2px; border:1px solid #CCCCCC; overflow:hidden;}
#fof .hgroup h1 span strong{display:inline-block; padding: 10px 30px 0px 20px; border:1px solid #CCCCCC; font-weight:normal; padding-bottom: 0;}
#fof .hgroup h2{font-size:60px; line-height: 60px;}
#fof .hgroup h2 span{display:block; font-size:30px;}
#fof p{margin:25px 0 0 0; padding:0; font-size:16px; text-align: center;}
#fof p:first-child, #fof p.margin-top-small{margin-top:0;}

/* SITEMAP */

.map-holder h1{
    font-size: 45px;
    font-family: 'titillium_webregular', 'Titillium Web', 'Lucida Sans Unicode' ,Verdana, sans-serif;
}

.list-holder{
    width: 320px;
    margin: 20px auto 0px;
}

.list-holder ul{
    width: 100px;
    margin: 0px auto;
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 19px;
    line-height: 21px;
}

.list-holder ul li{
    padding-bottom: 10px;
}

.list-holder ul li .fa{
    font-size: 19px;
    line-height: 21px;
    padding-right: 10px;
}



/* RESPONSIVE */

@media screen and (max-width: 1650px) {
    .restaurant-holder .about-us{
        width: 50%;
    }
}

@media screen and (max-width: 1450px) {

  .main-title h1 {
      font-size: 3.8em;
  }
  .main-title .top-info {
      top: -100px;
      font-size: 8em;
  }
  .main-title h2 {
    margin-top: 0;
    font-size: 30px;
  }

    .restaurant-holder .about-us{
        width: 60%;
    }
}

@media screen and (max-width: 1300px) {
    .restaurant-holder .about-us{
        width: 70%;
    }

    .restaurant-holder .about-us p:nth-of-type(1),
    .restaurant-holder .about-us p:nth-of-type(2),
    .restaurant-holder .about-us p:nth-of-type(3),
    .restaurant-holder .about-us p:nth-of-type(4){
        left: -70%;
    }
}

@media screen and (max-width: 1200px) {
  .top-navigation nav ul{
      margin-right: 20px;
  }
}

@media screen and (max-width: 1100px) {
    .top-navigation nav ul{
        margin-right: 0;
    }
    .tabs-style-linebox nav a{
        padding: 0px 15px;
    }
    .tabs-style-linebox nav ul li{
        display: inline-block !important;
    }

    .main-title h1 {
        font-size: 3.5em;
    }
    .main-title .top-info {
        top: -90px;
        font-size: 8em;
    }
    .main-title h2 {
      margin-top: 0;
      font-size: 27px;
    }
    .main-title .bottom-info {
      bottom: -65px;
    }

    .rm-content h2, .rm-content h4{
        font-size: 33px;
    }

    .rm-content h3{
        margin: 20px 0px;
    }

    .restaurant-holder .about-us{
        width: 80%;
    }

    .event-slideshow-holder .uk-overlay-panel .top-info {
      font-size: 3em;
    }
    .event-slideshow-holder .uk-overlay-panel h1 {
      font-size: 3.8em;
    }
    .event-slideshow-holder .uk-overlay-panel h2 {
      font-size: 1.6em;
    }
    .gallery-list .gallery-item {
      width: 33%;
    }
}

@media screen and (max-width: 960px) {

    .tabs-style-linebox nav a{
        padding: 0px 10px;
    }
    .top-navigation nav a span {
      font-size: 16px;
    }

    .restaurant-holder .about-us{
        width: 90%;
    }

    a.rm-button-open .fa-angle-double-right{
        display: none;
    }
    a.rm-button-open .fa-angle-double-down{
        display: inline-block;
    }

    #container{
        width: 100%;
    }

    .rm-content .rm-info {
        position: relative;
        bottom: 0;
    }
}

@media screen and (max-width: 850px) {

  .socials-contact-holder.top-nav-socials {
    display: none;
  }

    .restaurant-holder .about-us{
        width: 95%;
    }

    .gallery-text{
        padding-bottom: 40px;
    }

    .gallery-text .text-holder{
        width: 100%;
    }

    .gallery-text .video-holder{
        left: 50%;
        margin-left: -160px;
    }

    .event-text .text-holder p {
      font-size: 1.2em;
      line-height: 1.2em;
    }
}

@media screen and (max-width: 766px) {

  .socials-contact-holder.top-nav-socials {
    display: block;
    top: 4px;
  }

    h1{
        font-size: 34px;
        margin-bottom: 15px;
    }

    p{
        margin: 10px 0;
    }

    .hamburger-menu-bar{
        display: block;
    }

    .top-navigation{
        top: 50px;
        /* right: -1500px; */
        right: -800px;
        padding-top: 0;
    }

    .top-navigation nav ul{
        width: 98%;
        margin-right: 10px;
    }

    .tabs-style-linebox nav ul li {
        display: block !important;
        width: 100%;
    }

    .tabs-style-linebox nav a {
        padding: 5px 15px;
    }

    .main-title h2{
        font-size: 32px;
    }

    .main-title h1 {
        font-size: 2.2em;
    }
    .main-title .top-info {
        top: -85px;
        font-size: 7em;
    }
    .main-title h2 {
      margin-top: 0;
      font-size: 23px;
    }
    .main-title .bottom-info {
      bottom: -65px;
    }
    .main-title .bottom-info .fa {
      top: -3px;
      left: 10px;
    }

    .restaurant-holder .about-us {
        top: 80px;
        width: 90%;
        height: calc(100% - 110px);
    }

    .restaurant-holder .about-us p:nth-of-type(1),
    .restaurant-holder .about-us p:nth-of-type(2),
    .restaurant-holder .about-us p:nth-of-type(3),
    .restaurant-holder .about-us p:nth-of-type(4){
        left: -85%;
    }

    .mCSB_scrollTools .mCSB_draggerContainer{
        bottom: 0;
    }

    .close-button{
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }

    .close-button .fa-times{
        font-size: 28px;
    }

    .container.gallery-container .copy-right{
        position: relative;
    }

    .container.contact-container .contact-info{
        width: 90%;
        /* height: 330px; */
        height: 360px;
    }

    .container.contact-container .contact-info p{
        margin-top: 0;
        text-align: left;
        line-height: 22px;
    }
    .container.contact-container .contact-info .panel-info p {
      margin: 15px 15px;
      padding: 15px;
      line-height: 22px;
    }

    .icon-button {
        bottom: 15px;
    }

    /* .icon-button {
        top: 15px;
        left: 15px;
    }

    .icon-button.instagram {
        top: 15px;
        left: 60px;
    } */

    .uk-slidenav-position:hover .uk-slidenav {
      display: none;
    }
    .event-slideshow-holder {
      height: 480px;
    }
    .event-slideshow-holder .uk-overlay-panel .top-info {
      font-size: 2.2em;
    }
    .event-slideshow-holder .uk-overlay-panel h1 {
      margin-top: 5px;
      font-size: 2.2em;
      line-height: 1em;
    }
    .event-slideshow-holder .uk-overlay-panel h2 {
      font-size: 1.4em;
    }
    .event-text .text-holder {
      padding-top: 0;
      max-width: 100%;
    }
    .event-text .text-holder p {
      padding: 0 10px;
    }
    .gallery-list .gallery-item {
      width: 100%;
    }
}


@media screen and (max-width: 600px) {
  .container.contact-container .contact-info{
      width: 90%;
      height: 340px;
  }

  .container.contact-container .contact-info p{
      padding: 0px 15px;
      line-height: 20px;
  }
  .container.contact-container .contact-info .panel-info p {
    margin: 10px 15px;
    padding: 13px;
    line-height: 22px;
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {

    .restaurant-holder .about-us{
        padding-bottom: 25px;
    }

    .restaurant-holder .about-us p{
        text-align: left;
    }

    .rm-content h2{
        font-size: 34px;
    }

    .rm-content h3{
        padding: 20px 25px;
    }

    .rm-info p{
        padding: 0px 20px;
    }

    .gallery-text p{
        padding: 0px 20px;
        text-align: left;
    }

    .container.contact-container .contact-info{
        height: 410px;
    }
    .copy-right{
        height: 60px;
        line-height: 20px;
    }

    .copy-right span {
        padding-right: 30px;
    }

    #container{
        width: 90%;
    }

    #fof{
        margin: 45px 0px;
    }

    #fof .hgroup h1 {
        margin-bottom: 20px;
        font-size: 75px;
        line-height: 80px;
    }

    #fof .hgroup h2 {
        margin-top: 20px;
        margin-bottom: 25px;
        font-size: 50px;
        line-height: 50px;
    }

    #fof .hgroup h2 span {
        font-size: 25px;
        line-height: 27px;
    }

    #fof .hgroup h1 span strong{
        padding: 10px 24px 0px 12px;
    }

    #fof p{
        line-height: 20px;
    }
}

@media screen and (max-width: 400px) {
    .restaurant-holder .about-us p,
    .gallery-holder p{
        line-height: 20px;
    }
    .gallery-holder{
        top: 50px;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .gallery-text .video-holder{
        left: 0;
        width: 90%;
        margin-left: 5%;
    }

    .gallery-text .video-holder .video-cover .play-button{
        position: relative;
        left: 55%;
        margin-left: -50px;
    }

    .copy-right span:last-of-type{
        display: inline-block;
        width: 100%;
        padding-right: 0;
    }

    .container.contact-container .contact-info {
        height: 450px;
    }
    .container.contact-container .contact-info p {
        font-size: 15px;
    }

    .icon-button {
        bottom: 15px;
    }

    /* .icon-button {
        top: 15px;
        left: 5px;
    }

    .icon-button.instagram {
        top: 15px;
        left: 40px;
    } */
}

@media screen and (max-width: 320px) {
    .copy-right span {
        padding-right: 17px;
    }

    .icon-button {
        bottom: 6px;
    }

    #container{
        padding-top: 20px;
    }

    #fof {
        margin: 30px 0px;
    }

    #fof .hgroup h2 span{
        font-size: 22px;
        line-height: 27px;
    }

    #fof p.margin-top-small {
        margin-top: 5px;
    }

    .main-title h1 {
        font-size: 1.8em;
    }
    .main-title .top-info {
        top: -80px;
        font-size: 6em;
    }
    .main-title h2 {
      font-size: 20px;
    }
    .main-title .bottom-info {
      bottom: -65px;
    }

    .event-slideshow-holder {
      height: 450px;
    }
    .event-slideshow-holder .uk-overlay-panel .top-info {
      font-size: 2em;
    }
    .event-slideshow-holder .uk-overlay-panel h1 {
      font-size: 2em;
      line-height: 1em;
    }
    .event-slideshow-holder .uk-overlay-panel h2 {
      font-size: 1.2em;
    }
    .event-holder {
      padding: 10px 20px 60px 20px;
    }
    .event-text h1 {
      font-size: 32px;
    }
}

.menu-container,
.menu-container #rm-container {
  display: none !important;
}
