@font-face {
    font-family: 'Akzidenz Grotesk BE Cn';
    src: url('../fonts/AkzidenzGroteskBE-Cn.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskBE-Cn.woff') format('woff'),
        url('../fonts/AkzidenzGroteskBE-Cn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Akzidenz Grotesk BE';
    src: url('../fonts/AkzidenzGroteskBE-Regular.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskBE-Regular.woff') format('woff'),
        url('../fonts/AkzidenzGroteskBE-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}  
@font-face {
    font-family: 'Akzidenz Grotesk BE Bold';
    src: url('../fonts/AkzidenzGroteskBE-Bold.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskBE-Bold.woff') format('woff'),
        url('../fonts/AkzidenzGroteskBE-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Akzidenz Grotesk BE';
    src: url('../fonts/AkzidenzGroteskBE-Light.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskBE-Light.woff') format('woff'),
        url('../fonts/AkzidenzGroteskBE-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
.main-wrap{
	opacity: 0;
	visibility: hidden;
}
.main-wrap, body, html {
    height: 100%;
}
a {
	color: inherit;
}
a:hover{
	color: inherit;
}
strong{ 
    font-family: 'Akzidenz Grotesk BE'; 
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Akzidenz Grotesk BE Cn';
	font-weight: normal
}
img{
	max-width: 100%;
	height: auto;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
h1{
	color: #000000;
	font-size: 26px;
	font-family: 'Akzidenz Grotesk BE Cn';
	margin-bottom: 25px;
	margin-top: 0;
	line-height: 1;
	text-decoration: uppercase;
}
h1 a{
	text-decoration: underline;
}
h1::after{
	content: '';
	width: 108px;
	height: 3px;
	background: #36a9c9;
	display: block;
	margin: 20px 0;
}
h2.title::after,
.home-about-text h2::after,
h1::after{
	content: '';
	width: 108px;
	height: 3px;
	background: #00538c;
	display: block;
	margin: 20px 0;
}
h2.title,
.home-about-text h2{
	text-transform: uppercase;
}
body{
	font-size: 17px;
	line-height: 1.3;
	font-family: 'Akzidenz Grotesk BE';
	color: #333333;
} 

/***** PAGE TRANSITION *******/  
.pt-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px; 
	transition: 1s -webkit-filter linear;  
} 
.pt-page { 
	width: 100%;
	height: 100%;
	min-height: 100%; 
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d; 
	background: #fff;
	padding-top: 77px;
}
.page-content .hedline .line{
	margin-top: 32px;
}
.page-content{
	padding: 20px;
	background: #f6f5f2;
} 
.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
	height: auto;
}  
.pt-page-ontop {
	z-index: 999;
} 
.ajax-loader-cs { 
	display: none;
	margin: 60px auto;
	font-size: 10px; 
	text-indent: -9999em;
	border-top: 1.1em solid rgba(51, 51, 51, 0.2);
	border-right: 1.1em solid rgba(51, 51, 51, 0.2);
	border-bottom: 1.1em solid rgba(51, 51, 51, 0.2);
	border-left: 1.1em solid #333;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear; 
	position: absolute; 
	left: 50%; 
	top: 450px;
	z-index: 2;
	margin: -50px 0px 0 -50px;
}
.ajax-loader-cs,
.ajax-loader-cs:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}  
@-webkit-keyframes load8{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}  
/************/  
.container{
	width: 1315px;
	max-width: 100%;
	position: relative;
}
.header-wrap{ 
    position: fixed;
	width: 100%;
    z-index: 999;
	background: #fff; 
	height: 77px; 
}
.header-logo{
	position: absolute;
    left: 22px;
    width: 262px;
}
.header-nav{
	text-transform: uppercase;
}
.header-nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-nav ul a{
	color: #fff; 
    font-family: 'Akzidenz Grotesk BE Cn';
    letter-spacing: 2px;
}
.make-reservation{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.hn-top{   
	padding-right: 190px;
    padding-top: 22px;
	float: right;
}
.hn-bottom{
    padding-right: 190px;
    padding-top: 18px;
	float: right;
}
.hn-top li{
	font-size: 12px;
	float: left;
    margin-left: 17px;
}
.hn-bottom li{
	font-size: 16px;
	float: left;
     margin-left: 31px;
}
.hn-bottom a {
    letter-spacing: 2.2px !important;
}
.hlw-item{
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
} 
.home-slider-wrap,
.hlw-item{
	height: 400px;
}
.hlw-item-home,
.hlw-item-home .hlw-item{
	height: 615px;
}
.home-slider-wrap-sc{
	position: relative; 
}
.home-slider-wrap{
	overflow: hidden;
	position: relative; 
} 
.slideCloud1{
    position: absolute;
    width: 102px;
    left: 66px;
    bottom: 2px;
    height: 444px;
    z-index: 99;
}
.slideCloud1{
    position: absolute;
    width: 102px;
    left: 66px;
    bottom: 2px;
    height: 444px;
    z-index: 99;
}
.slideCloud2{
    position: absolute;
    width: 102px;
    right: 103px;
    bottom: 2px;
    height: 444px;
    z-index: 99;
}
#location-map {
    height: 422px;
	max-width: 100%;
}
.slick-vertical .slick-slide{
	border: none;
}
/*Button*/
.button {
	display: inline-block; 
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-decoration: none !important;
} 
.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e36613;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); 
} 
.button--ujarak,
.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
	color: #fff;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
} 
.footer-logo {
    width: 276px; 
	position: absolute;
	display: block;
}
.footer-content{
    padding-left: 385px;
    padding-top: 23px;
    padding-bottom: 40px;
    font-family: 'Akzidenz Grotesk BE';
    font-size: 14px;
} 
.footer-info-box h3{
    font-size: 14px;
    font-family: 'Akzidenz Grotesk BE Cn';
    letter-spacing: 4px;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 12px;
}
.footer-info-box p{
    line-height: 1.8em;
}
.footer-info-box {
    float: left;
    width: 272px;
}
.footer-info-box.middle{
    margin: 0 35px;
}
.footer-reservation{
	text-transform: uppercase;
	text-align: right;
}
.footer-reservation label{
	font-size: 12px;
    font-family: 'Akzidenz Grotesk BE';
}
.date-pick{
	width: 95px;
	font-size: 12px;
    line-height: 1em;
	padding: 0 2px;
}
#time{
	width: 75px;
	font-size: 12px;
    font-family: 'Akzidenz Grotesk BE';
}
.fnwb-size{
	width: 58px;
	font-size: 12px;
    font-family: 'Akzidenz Grotesk BE';
}
.footer-reservation{
	width: 100%;
}
.footer-reservation button[type='submit']{ 
    font-size: 12px;
    font-family: 'Akzidenz Grotesk BE';
	cursor: pointer;
    background: #83cade;
    border: none;
    color: #fff;
}
.footer-links ul{
	padding: 0;
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}
.footer-links ul li{
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
}
.footer-links{
	float: left;
}
.footer-social{
    float: right;
    margin-top: 0;
    line-height: 1em;
}
.footer-social a{
	font-size: 18px;
	margin-left: 25px
}
.footer-links-wrap{
    padding: 20px 0;
    border: 2px solid #fff;
	border-style: solid none;
}
.sage-logo{
	width: 286px;
	margin: 15px 0 0;
}
.footer-wrap{
	overflow: hidden;
	background: #36a9c9;
	color: #fff;
}
.footer-wrap a{
	color: #fff;
}
.footer-reservation-wrap{
	width: 286px;
}
.footer-reservation-table{
	padding-right: 20px
} 
.ui-datepicker {
    font-size: 12px;
}
.fancybox-button--share{
	display: none;
} 

/* Menu Mobile icon styles */
.menu-icon-wrapper {
	position: relative;
	display: inline-block;
    width: 34px;
    height: 34px;
	margin: 2em;
    pointer-events: none;
    transition: 0.1s;
    float: right;
    margin: 22px 2px 25px 0;
    z-index: 99;
}

.menu-icon-wrapper.scaled {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
} 
.menu-icon-wrapper svg {
	position: absolute;
	top: -18px;
	left: -24px;
	-webkit-transform: scale(0.08);
	-ms-transform: scale(0.08);
	transform: scale(0.08);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
} 
.menu-icon-wrapper svg path {
	stroke: #333333;
	stroke-width: 36px;
	stroke-linecap: round;
    stroke-linejoin: round;
	fill: transparent;
}

.menu-icon-wrapper .menu-icon-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menu-icon-wrapper .menu-icon-trigger:hover,
.menu-icon-wrapper .menu-icon-trigger:focus {
	outline: none;
}
.mobile-nav-wrap{
    position: fixed;
    z-index: 100;
    background: rgba(54,169,201,.9);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 76px;
	padding-top: 0px;
	opacity: 0;
	visibility: hidden;
	padding: 50px;
} 
.mobile-nav-wrap ul{
	list-style: none;
	padding: 0;
	margin: 0;
    font-family: 'Akzidenz Grotesk BE Cn';
    letter-spacing: 2px;
	font-size: 18px;
} 
.semi-main-wrap{
	position: relative;
} 
.content-full{
	padding-left: 196px;
}
#gallery-wrap{
	padding-left: 130px;
}
/* Gallery
--------------------------------------*/
#gallery-wrap ul{
	margin: 0px;
	padding: 0px;
}

#gallery-wrap ul li{
	margin-left: 60px;
	margin-bottom: 15px;
	display: inline-block;
	list-style: none;
	float: left;
	width: 220px;
	background: url('../images/bg-line-top-gallery.png') no-repeat top center;
	padding-top: 11px;
}
#gallery-wrap ul li h4{
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-transform: uppercase;
}
#gallery-wrap ul li p {
	color: #A2A2A2;
	line-height: 14px;
	font-weight: 700;
	text-transform: lowercase;
	margin: 0px;
}
#gallery-wrap ul li a:hover{
	text-decoration: none;
}
#gallery-wrap ul li span{
	background: url('../images/bg-line-top-gallery.png') no-repeat top center;
	margin-top: 11px;
	width: 220px;
	height: 11px;
	display: block;
}
#gallery-wrap ul li img{
	width: 220px;
	height: auto;
	margin-bottom: 15px;
	display: inline-block;
}
.sc_category h3{
    background: transparent;
    color: #00538c !important; 
    line-height: 1em;
    margin-top: 15px;
    font-family: 'Akzidenz Grotesk BE Cn';
    font-weight: normal;
    text-align: left;
    text-transform: uppercase !important;
}
#menu_wrap{
    padding-top: 15px;
}
.sc_category p{
	font-family: 'Akzidenz Grotesk BE Cn';
    font-size: 22px;
    line-height: 1; 
}
.sc-menu-item-name-price{
    font-family: 'Akzidenz Grotesk BE Cn';
    float: right;
}
.sc-menu-item-name{
	font-family: 'Akzidenz Grotesk BE Cn';
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0 !important;
    display: block;
	margin-right: 30px;
    text-transform: uppercase;
    color: #000;
}
.sc_category_description{
    padding: 0;
    font-family: 'Akzidenz Grotesk BE Cn';
    font-size: 22px;
    color: #AA272F !important;
    display: block;
    text-transform: none;
}
.menu-foot-note{
	margin: 25px 0;
	text-align: center;
    background: transparent !important;
    color: #AA272F;
    font-style: italic;
}
.blog-post-title{
    font-size: 27px;
    font-family: 'Akzidenz Grotesk BE Cn';
    margin-top: 20px;
    text-transform: uppercase;
}
.blog-post-title{ 
	margin-bottom: 0;
}
.blog-post {
    margin-bottom: 40px;
}
.blog-post-title a{ 
	color: #53144d;
}
.blog-post-date{
    color: #53144d;
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
    font-family: 'Akzidenz Grotesk BE Cn';
}  
#gallery-community{
	margin: 25px 0;
}
#gallery-community .gallery-item{ 
	overflow: hidden;
	text-align: center; 
    margin: 0;
    padding: 10px;
} 
#gallery-community .gallery-item a{
	display: block;
	padding: 20px;
	background: #eaeaea;
}
#gallery-community .gallery-item img{
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}
#gallery-community .grid-sizer { 
	width: 32%; 
}
#gallery-community .gutter-sizer { 
	width: 2%; 
}
.header-social{
	position: relative;
	display: inline-block; 
	margin: 2em; 
	transition: 0.1s;
	float: right;
	margin: 31px 0;
	z-index: 99; 
}
.header-social a {
    font-size: 20px;
    margin-right: 20px;
	color: #333333;
} 
.home-slider-header-link-wrap{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.home-slider-header-link-wrap .onMobileOnly{
	display: none;
}
.button--ujarak-blue{
	background: #fff;
	color: #196497;
	padding: .8em 1.8em;
	border-radius: 2em;
	border: 2px solid #196497;
   font-size: 12px; 
   font-family: 'Akzidenz Grotesk BE Bold';
}
.button--ujarak-blue.button--ujarak::before{
	background: #196497;
}
.hshlw-link{
	background: rgba(0,0,0,.5);
	color: #fff;
	padding: .8em 1.8em;
	border-radius: 2em;
	border: 2px solid #fff;
	margin: 25px 60px;
   font-size: 14px;
}
.hshlw-link.button--ujarak::before{
	background: #000;
}
.hshlw-left{
	float: left;
}
.hshlw-right{
	float: right;
}
.home-about-wrap{
	padding: 32px 20px;
}
.home-about-content{
	border: 2px solid #febc00; 
    padding: 33px 20px;
	text-align: center;
	background: #ececec;
}
.home-about-content img{
	margin: 15px 0;
}
.home-about-content .container{
	width: 1130px;
	max-width: 100%;
	margin: 0 auto;
}
.home-about-content.blog .container{
	width: 1250px; 
	text-align: center !important;
}
.content-wrap.home-about-content{
	text-align: left;
}
.home-about-text{
	text-align: left;
	width: 562px;
	max-width: 100%;
	display: inline-block;
	margin-left: 20px;
	vertical-align: center;
}
.home-about-text p.margMe{
	margin-bottom: 40px;
}
.home-about-image{
	display: inline-block;
	height: 282px;
	width: 282px;
	position: relative;
	vertical-align: top;
}
.descript{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 15px 20px;
	z-index: 2;
	text-align: left;
}
.descript h2{
	font-size: 24px;
	font-family: 'Akzidenz Grotesk BE Cn';
	color: #000;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.descript h3{
	font-size: 12px;
	font-weight: 300;
	font-family: 'Akzidenz Grotesk BE';
	color: #000;
	margin: 0;
     font-style: italic;
}
.sc-img-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
}
.background-full{
	height: 702px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
} 
.background-full.inner{
	height: 355px;
     background-attachment: scroll;
}
.home-gallery-wrap{
	padding: 32px 20px;
}
.home-gallery-content{
	border: 2px solid #36a9c9; 
    padding: 33px 20px;
	text-align: center;
	background: #ececec;
}
.hgiw-item{
	display: inline-block;
	width: 282px;
	height: 282px;
	position: relative;
	margin: 15px;
}
.hgiw-image{
	width: 100%;
	height: 100%;
	opacity: .65;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}
.hgiw-text-wrap{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
	padding: 16px;
	text-align: left;
}
.hgiw-text{
	border: 2px solid #ffffff;
	padding: 13px;
    border: 2px solid #ffffff;
    padding: 13px; 
    height: 100%;
    position: relative; 
	background-size: cover;
	background-repeat: none;
	background-position: center; 
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0; 
}
.hgiw-text h3{
	margin: 0 0;
	font-size: 24px;
	font-family: 'Akzidenz Grotesk BE Cn';
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	top: -10px
}
.hgiw-text a{
	margin: 0;
	font-size: 12px;
	font-family: 'Akzidenz Grotesk BE';
	font-style: italic;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	top: 10px
}
.hgiw-item:hover .hgiw-text{
	opacity: 1; 
}
.hgiw-item:hover .hgiw-text h3,
.hgiw-item:hover .hgiw-text a{
	top: 0;
}
.hgiw-descript{
    color: #fff;
    bottom: 10px;
    position: absolute;
	width: 100%; 
    text-shadow: 1px 2px 3px #111;
}
.home-blog-wrap{
	padding: 32px 20px;
}
.home-blog-content{
	border: 2px solid #ea3702; 
    padding: 33px 20px;
	text-align: center;
	background: #ececec;
}
.hbiw-item{
	margin: 15px;
	width: 272px;
	background: #ffffff; 
	display: inline-block;
	vertical-align: top;
}
.hbiw-content-text{
	text-align: left;
	padding: 15px;
}
.hbiw-item h2{
	font-family: 'Akzidenz Grotesk BE Cn';
	font-size: 24px;
	color: #00538c;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.hbiw-content-text a{
	color: #00538c;
	font-size: 12px;
}
.hbiw-item h2 a{
	font-size: inherit;
}
.hbiw-image-wrap{
	width: 100%;
	height: 177px;
	position: relative;
}
.hbiw-image-inner{
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}
.hbiw-image-opaq{
	z-index: 1;
	opacity: .65;
}
.hbiw-image-nbord{
	padding: 16px;
	z-index: 2;
	opacity: 0;
}
.hbiw-image-full{
	border: 1px solid #fff;
	background-size: 282px;
	background-position: center;
    height: 100%;
}
.hbiw-item:hover .hbiw-image-nbord{
	opacity: 1; 
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.hlw-item-text{
	position: relative;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); 
	padding-left: 10px;
	padding-right: 10px;
}
.hlw-item-text h1::after{
	display: none;
}
.hlw-item-text h1{
	color: #fff;
	margin-bottom:30px;
	text-transform: uppercase;
	font-family: 'Akzidenz Grotesk BE Cn';
	font-size: 48px;
     text-shadow: 1px 2px 20px rgba(0,0,0,.4);
}
.hlw-item-text p{
	color: #fff;
	font-size: 15px;
	text-shadow: 1px 2px 20px rgba(0,0,0,.4);
} 
.meet-us-box-image{
	height: 250px;
	width: 250px; 
}
.meet-us-box{ 
	display: inline-block;
	text-align: left;
	max-width: 100%
}
.meet-us-box-wrap{
	text-align: center;
}
.meet-us-box .sc-img-wrap{
	background-position: top;
}
span.press-p1 { 
    font-size: 14px; 
    text-transform: uppercase; 
      font-family: 'Akzidenz Grotesk BE Cn'
}
span.press-p2 {
    font-family: 'Akzidenz Grotesk BE Cn';
    font-size: 20px; 
    text-transform: uppercase;
}
span.press-p3 {
    font-family: 'Akzidenz Grotesk BE Cn';
    font-size: 19px;
    color: #00538c; 
    text-transform: uppercase;
}
.press-page{
	margin-bottom: 40px;
}
.blog .hbiw-item{ 
     width: 282px;
	 max-width: 100%;
	 margin-left: auto;
	 margin-right: auto;
}
.wp-pagenavi{
	text-align: center;
	margin: 40px 0 20px;
} 
.wpcf7 .input-box label {
	display: block;
	font-family: 'Akzidenz Grotesk BE Cn';
	text-transform: uppercase;
	margin-bottom: 0;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="phone"], 
.wpcf7 textarea {
    color: #000;
    max-width: 100%;
    padding: 2px;
    line-height: 1em;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    resize: none;
    width: 400px;
    max-width: 100%;
} 
.input-box {
	margin-bottom: 10px;
}
.submitFormWrap{
	margin-top: 20px;
	position: relative;
}
.submitFormWrap .ajax-loader{
	position: absolute;
	left: 150px;
	display: block;
	opacity: 1;
	top: 11px;
}
.submitFormWrap submit,
.submitFormWrap input[type="submit"]{
	display: none;
}
/* Gallery
--------------------------------------*/
#gallery-wrap{
	margin: 25px 0;
}
#gallery-wrap .gallery-item{
	width: 32%;
	overflow: hidden;
	text-align: center; 
	margin: 0 0 15px; 
	padding: 20px;
	display: inline-block;
	min-width: 300px;
	vertical-align: middle;
} 
#gallery-wrap .gallery-item a{
	display: block;
	padding: 20px; 
}
#gallery-wrap .gallery-item img{
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}
#gallery-wrap .grid-sizer { 
	width: 32%; 
}
#gallery-wrap .gutter-sizer { 
	width: 2%; 
}
.sc-page-slider-item{
	height: 300px
}
.pr-event-links{
	margin: 30px 0;
}
.pr-event-links a{
	margin-right: 10px;
}
.underline{
	text-decoration: underline;
}
.header-sc-link-wrap{
	float: right;
	margin-top: 32px;
}
.header-sc-link-wrap a {
    margin-right: 20px;
    font-size: 20px;
	text-decoration: none;
    color: #196497;
	font-family: 'Akzidenz Grotesk BE Cn';
}
.header-social a,
.header-sc-link-wrap a{
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
.header-social a:hover,
.header-sc-link-wrap a:hover{
    color: #196497;
}
.header-sc-link-wrap a:hover{
	text-decoration: underline;
}
.nav-reservation-wrap{
	background: #fff;
	padding: 18px;
	float: left;
}
.nav-reservation-content{
	width: 220px;
}
.nav-reservation-content h3{
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
.reservation-wrap-header label{
	width: 22px !important;
}
.reservation-wrap-header select, 
.reservation-wrap-header input[type='text'] {
    width: 160px;
    border: none;
	outline: none;
}
.nav-reservation-wrap .button--ujarak-blue{
	width: 100%;
	text-align: center;
	margin-top: 0;
	border-radius: 0;
	padding: 18px;  
}
.reservation-wrap-header .rwh-box {
    border: 1px solid #d4d4d4;
    padding: 10px 10px 2px;
}
.menu-mobile-menu-container{
	float: left;
}
.open-nav-wrap a,
.menu-mobile-menu-container a{
	text-transform: uppercase;
	color: #cccccc;
	font-family: 'Akzidenz Grotesk BE Bold';
	font-size: 20px; 
	-webkit-transition:color 0.4s;
	transition: color 0.4s;
}
.open-nav-wrap .active a,
.menu-mobile-menu-container .active a{
	text-transform: uppercase;
	color: #cccccc;
	font-family: 'Akzidenz Grotesk BE Bold';
	font-size: 20px;
}
.open-nav-wrap,
.main-nav-wrap {
    float: left;
    margin-left: 100px;
	position: relative;
}
.open-nav-wrap > div{
	z-index: 2;
	position: relative;
}
.open-nav-wrap li,
.main-nav-wrap li{ 
	margin-bottom: 15px;
} 
.open-nav-wrap li a:hover,
.main-nav-wrap li a:hover{ 
	color: #fff;
} 
.open-nav-wrap li{
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}
.open-nav-wrap .sub-menu,
.main-nav-wrap .sub-menu{ 
	display: none;
} 
.main-nav-wrap .sub-menu { 
	background: #36a9c9;
	padding: 20px;
	margin-top: 10px
}
.open-nav-wrap ul{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.z-index-up-nav{
	z-index: 5 !important;
}
.slick-prev:before, .slick-next:before{
	color: #222;
}
.content-text.center{
	text-align: center;
}
.hlw-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.3);
}
.hlw-item.clearBefore::before{
	display: none;
}
@media (min-width : 990px) { 
	.menu-mobile-menu-container .sub-menu{
		display: none !important
	}
}
@media (max-width : 1120px) {
	.footer-logo {
		width: 250px;
		margin-left: 0;
	}
	.footer-content{
		padding-left: 270px;
	}
	.footer-reservation-wrap,
	.footer-info-box{
		width: 28%;
	}
	.footer-reservation-wrap{
		width: 39%;
	}
	.footer-content{
		font-size: 12px;
	}
	.footer-info-box.middle {
		margin: 0 2%;
	} 
	.footer-links ul li{ 
		font-size: 12px;
		margin-right: 11px;
	}
}
@media (max-width : 1400px) {
	#gallery-wrap{
		padding-left: 0px;
	} 
}
@media (max-width : 1000px) {
	.home-gallery-content { 
		padding: 33px 30px;
	}
	.mobile-nav-wrap { 
		padding: 50px 0;
	}
	.main-nav-wrap {
		float: none;
		margin-left: 0; 
		padding-bottom: 70px;
	}
	.menu-mobile-menu-container {
		float: none;
		text-align: center;
	}
	.nav-reservation-wrap{
		display: none;
	}
	.open-nav-wrap{
		display: none !important;
	}
	.hlw-item-text h1{
		font-size: 32px;
	} 
	.home-slider-header-link-wrap{
		text-align: center;
	}
	.home-blog-wrap,
	.home-gallery-wrap{
		    padding: 20px 0px;
	}
	.home-about-image,
	.hgiw-item,
	.hbiw-item{
		margin: 15px 0;
		max-width: 100%;
	}
	.header-logo{
		left:0;
	}
	.hlw-item-home,
	.hlw-item-home .hlw-item,
	.home-slider-wrap,
	.hlw-item{
		background-attachment: scroll;
		height: 250px;
	}
	.background-full{
		height: 400px;
	} 
	.hshlw-link{
		float: none !important;
		margin: 15px 5px;
		padding: 12px 18px;
	}
	.header-social{
		display: none;
	}
	.hgiw-item{ 
		margin: 15px;
		height: 200px;
	}
	.home-about-text h1{
		margin-top: 25px;
	}
	.home-about-text{
		margin: 0;
	}
	.home-about-text h1 br {
		display: none;
	}
	.footer-logo{
		position: relative;
		top: auto;
		left: auto;
		margin: 20px auto 10px;
		display: block;
		max-width: 90%;
	}
	.footer-content{
		padding-left: 0;
	}
	.footer-reservation-wrap, .footer-info-box {
		width: 100% !important;
		margin: 0 !important;
		display: block;
		float: none;
	}
	.footer-links {
		float: none;
	}
	.ajax-loader-cs{
		top: 250px;
	}
	.footer-social{
		float: none;
		margin-top: 10px;
	}
	.footer-social a {
		font-size: 16px; 
		margin-left: 0;
		margin-right: 25px;
	}
}
@media (max-width : 767px) {
	.room-button .sc-button-link{ 
		width: 100%;
		text-align: center;
	} 
	.header-sc-link-wrap{
		display: none;
	}
	#gallery-wrap .gallery-item{
		width: 100%;
		min-width: 0;
		margin: 0 0 10px;
		padding: 0;
	}
	#gallery-wrap .gallery-item a{ 
		background: #fff;
	} 
	.home-about-content .col-md-12 {
		padding: 0 !important;
	} 
	body{
		font-size: 15px;
	}
	.wpcf7-recaptcha{ 
		transform: scale(.7);
		position: relative;
		left: -35px;
	}
	.pr-event-links a{
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.pr-event-links{
		margin-top: 0;
	}
	.sc-page-slider-item{
		height: 250px;
	}
	.hshlw-link {
		margin: 15px 2px;
		padding: 10px 14px;
		font-size: 14px;
	} 
	.home-slider-header-link-wrap a{
		display: none;
	}
	.home-slider-header-link-wrap a.onMobile,
	.home-slider-header-link-wrap a.onMobileOnly{
		display: inline-block;
	}
}