/* Dailo Styling */
/* Author: UNOapp */

/* font-family: 'PT Sans', sans-serif; */

/* Block Stylings */ 
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
}
body {
	background: #000 !important;
	font-family: 'PT Sans', sans-serif !important;
	color: #fffff0 !important;
}
img, a {
	border: 0;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #67bea5;
}
h1 {
	margin-bottom: 15px;
	font-size: 36px;
	color: #9a0d00;
}
h2 {
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
	color: #67bea5;
}
h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
}
hr {
	border: none;
	width: 100%;
	max-width: 75%;
	margin: 0 auto;
	height: 1px;
	background-color: #fff;
}
p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.clear {
	clear: both;
}
.wrapper {
	position: relative;
	height: 100%;
	min-height: 100%;
}
.content-wrapper:first-child {
	padding-top: 0;
}
.content-wrapper {
	width: 100%;
	min-height: 100%;
	padding-top: 65px;
	border-bottom: 1px solid #1a1a1a;
}
.content-wrapper.intro {
	background: url(../img/intro-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.content-wrapper.about {
	position: relative;
	background: url(../img/about-bg.jpg) repeat center;
	background-attachment: fixed;
}
.content-wrapper.offerings {
	position: relative;
	background: url(../img/offerings-bg.jpg) no-repeat center;
	background-size: cover;
}
.content-wrapper.gallery {
	position: relative;
	background: url(../img/gallery-bg.jpg) repeat;
	background-attachment: fixed;
}
.content-wrapper.press {
	background: url(../img/press-bg.jpg) repeat center;
}
.content-wrapper.lopan {
	display: none;
	background: url(../img/lopan-bg.jpg) repeat center;
	background-attachment: fixed;
}
.content-wrapper.contact {
	position: relative;
	background: url(../img/contact-bg.jpg) repeat center;
}
.content {
	width: 100%;
	min-height: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 15px 15px 0;
}
/* Header Stylings */
.header-wrapper {
	z-index: 20;
	width: 100%;
	background-color: rgba(255,255,240,.75);
	border-bottom: 1px solid #012b16;
}
.header-content {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 15px;
}
/* Main Navigation Stylings */
.bar {
	width: 100%;
}
.green-bar {
	height: 10px;
	background-color: #91b18d;
}
.red-bar {
	height: 5px;
	background-color: #9a0d00;
}
.brown-bar {
	height: 10px;
	background-color: #603506;
}
.main-navigation {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.fixed-nav {
	position: fixed !important;
	z-index: 15;
	top: 0;
	left: 0;
}
.nav-logo {
	position: absolute;
	top: -28px;
	left: 0;
}
.nav-logo img {
	width: 65px;
	position: relative;
	z-index: 10;
}
.navigation-container {
	padding: 10px;
	height: 40px;
	background-color: rgba(0,0,0,.5);
}
.navigation-container ul {
	position: relative;
	list-style-type: none;
	max-width: 1024px;
	margin: 0 auto;
}
.navigation-container ul li {
	float: right;
	margin: 0 4%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navigation-container ul li a {
	font-weight: 700;
	color: #67bea5;
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navigation-container ul li a:hover {
	color: #fff !important;
}
.navigation-container ul li a.selected {
	color: #fff !important;
}
/* Sub Navigation Stylings */

/* Responsive Navigation Stylings */
.nav-toggle-container {
	display: none;
}
.nav-toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 40px;
	height: 30px;
	position: absolute;
	top: 28px;
	right: 10px;
	opacity: 0;
	display: block;
	text-indent: -9999px;
	background: url("../img/menu-icon.png") no-repeat center;
	background-size: 100%;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.navigation {
	width: 100%;
}
.navigation.opened { 
	overflow: hidden;
}
.navigation.closed {
	max-height: 0px;
	overflow: hidden;
}
.responsive-navigation {

}
.res-nav-container {
	display: none;
	border-bottom: 1px solid #1a1a1a;
}
.responsive-navigation ul {
	list-style-type: none;
}
.responsive-navigation ul li {
	
}
.responsive-navigation ul li a {
	display: block;
	padding: 5px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	text-align: right;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.responsive-navigation ul li a:hover {
	background-color: rgba(103,190,165,.7);
	color: #fff !important;
}
.responsive-navigation ul li a.selected {
	background-color: rgba(103,190,165,.7);
	color: #fff !important;
}
/* Intro Stylings */
.intro-box {
	text-align: center;
	max-width: 290px;
	margin: 0 auto;
}
.info-container {
	overflow: hidden;
	width: 100%;
	padding: 30px 40px;
	background: rgba(43,9,10,.7);
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 3px 0 rgba(0,0,0,1);
}
.info-container p {
	font-weight: 700;
}
.intro-img {
	clear: both;
	margin-bottom: 15px;
}
.info-container {
	margin-bottom: 15px;
}
.info-container ul {
	list-style-type: none;
	overflow: hidden;
}
.info-container ul li {
	display: inline-block;
}
.info-container ul li a {
	color: #fff;
}
.info-container ul li a:hover {
	color: #67bea5;
}
.info-container ul li a .fa-inverse {
	color: rgba(43,9,10,1);
}
.reserve-btn {
	display: inline-block;
	padding: 30px 15px;
	border-radius: 50%;
	background: #67bea5;
	box-shadow: 0 0 5px 0 #000;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.reserve-btn:hover {
	background-color: rgba(43,9,10,.7);
}
.reserve-btn p {
	padding: 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pickup-btn {
	margin-top: 20px;
	min-width: 106px;
    min-height: 108px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* About Stylings */
.about-box {
	padding: 40px;
	background-color: rgba(255,255,255,.9);
}
.about p {
	font-size: 14px;
	text-align: justify;
	line-height: inherit;
	color: #603506;
}
/* Offerings Stylings */
.offerings-box {
	max-width: 600px;
	min-height: 900px;
	margin: 0 auto;
	background: url(../img/menu-bg.png) repeat;
	padding: 20px;
	box-shadow: 0 0 5px 0 #000;
}
.ParentContainer {
	width: auto !important;
	height: auto !important;
}
.comp_div {
	position: relative !important;
	overflow: hidden !important;
	width: 100% !important;
	height: auto !important;
	float: left;
	z-index: 13 !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}
.menu-items-layout-4 li .menu-item-layout-item_title {
	margin-right: 5px !important;
}
#menu_widget_110150 {
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}
#menu_widget_110151 {
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}
/* Gallery Stylings */
.gallery-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	width: 70%;
	border-right: 1px solid #1a1a1a;
}
.slider-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.thumbnail-container {
	float: right;
	margin-top: -80px;
	width: 30%;
	height: 100%;
	padding: 85px 20px 10px;
}
.thumbnail-container ul {
	list-style-type: none;
}
.thumbnail-container ul li {
	float: left;
	width: 47%;
	margin-bottom: 10px;
}
.thumbnail-container ul li:nth-child(even) {
	float: right;
}
.thumbnail-container ul li a img {
	width: 100%;
	box-shadow: 0 0 5px 0 #000;
}
/* Press Stylings */
.press-box {

}
.article {
	position: relative;
	margin: 0 1% 20px;
	width: 23%;
	float: left;
	border: 1px solid #1a1a1a;
	box-shadow: 0 0 5px 0 #000;
}
.article img {
	display: block;
	width: 100%;
}
.article .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	background-color: rgba(0,0,0,.9);
}
/* Lopan Stylings */
.content-wrapper .lopan-logo img {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
}
.content-wrapper .lopan-footer img {
	display: block;
	margin: 15px auto 15px;
	width: 70%;
}
.lopan-box {
	margin: 0 auto;
	max-width: 600px;
	min-height: 770px;
	background: url(../img/menu-bg.png) repeat;
	padding: 20px;
	box-shadow: 0 0 5px 0 #000;
}
#menu_widget_110169 {
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}
#menu_widget_110170 {
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}
/* Contact Stylings */
.contact-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	width: 70%;
	border-right: 1px solid #1a1a1a;
	background: url(../img/map.png) no-repeat center;
	background-size: cover;
}
.contact-container {
	float: right;
	margin-top: -80px;
	width: 30%;
	height: 100%;
	padding: 85px 20px 10px;
}
.contact-info {
	padding: 20px;
	max-width: 300px;
	margin: 0 auto;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	box-shadow: 0 0 3px 0 rgba(0,0,0,1);
	font-weight: 700;
}
.contact-info ul {
	margin: 20px 0;
	display: inline-block;
	list-style-type: none;
	overflow: hidden;
}
.contact-info ul li {
	float: left;
	margin: 0 5px;
}
.contact-info ul li a {
	color: #fff;
}
.contact-info ul li a:hover {
	color: #67bea5;
}
.contact-info ul li a .fa-inverse {
	color: rgba(0,0,0,1);
}
.content-contact {
	display: none;
}
/* Footer Stylings */
.footer {
	width: 100%;
	background-color: #2b090a;
}
.footer-content {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 15px;
}
.footer p {
	float: left;
	margin-bottom: 0;
	font-size: 11px;
	letter-spacing: 1px;
}
.footer img {
	float: right;
	width: 65px;
}
/* Other Stylings */

/* Flexslider Stylings */
#gallery-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	box-shadow: none;
}
#gallery-slider img {
	width: 100%;
	display: block;
	float: left;
}
#gallery-carousel {
	position: absolute;
	margin-top: -3px;
	bottom: 15px;
	left: 2%;
	border: 1px solid #fffff0;
	background-color: rgba(56,29,1,.8);
	box-shadow: 0 0 5px 1px #000;
	display: inline-block;
	width: 96%;
}
#gallery-carousel img {
	float: left;
}
#gallery-carousel .flex-direction-nav a:before {
	position: absolute;
	top: 50%;
	margin-top: -22px;
}
.flex-viewport {
	height: 100% !important;
}
.flex-viewport ul.slides {
	height: 100%;
}
.flex-viewport ul.slides li {
	height: 100%;
	position: relative;
}
#gallery-carousel .flex-viewport ul.slides li {
	border-right: 1px solid #fffff0;
}
.flex-direction-nav a {
	display: none;
	height: 100%;
	top: 20px;
	opacity: 1;
	text-shadow: 1px 1px 2px #000;
	color: #fff !important;
	background-color: rgba(103,190,165,.2);
	padding: 0 5px;
	position: absolute;
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-ms-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
}
.flex-direction-nav a:hover {
	background-color: rgba(103,190,165,.8);
}
.flex-direction-nav a.flex-prev:before {
	position: absolute;
	top: 50%;
	left: 8px !important;
}
.flex-direction-nav a.flex-next:before {
	position: absolute;
	top: 50%;
	right: 8px !important;
}
.flex-direction-nav .flex-prev {
	left: 0 !important;
	border-right: 1px solid #1a1a1a;
}
.flex-direction-nav .flex-next {
	right: 0 !important;
	border-left: 1px solid #1a1a1a;
}
.slider-img {

}
/* Fancybox Stylings */
#fancybox-wrap {
	-webkit-box-sizing: initial;
	box-sizing: initial;
}
#fancybox-content {
	-webkit-box-sizing: initial;
	box-sizing: initial;
}
.fancybox-mobile .fancybox-nav span {
    visibility: visible;
}

/* Responsive Stylings */

/* Tablet Stylings */
@media screen and (max-width: 959px) and (min-width: 565px) {
	h3 { font-size:16px; }
	h3 span { font-size:12px !important; }
	.navigation-container ul li { margin:0 2%; }
	.res-nav-container { display:none; }
	.article { width:48%; }
	.contact-box { display:none; }
	.content-contact { display:block; }
	.contact-container { display:none; }
	.content-wrapper.contact { background:url(../img/map.png) no-repeat center;background-size:cover; }
	.lopan-box { float:none;margin:0 auto 15px;width:100%;max-width:600px; }
}

/* Mobile Stylings */
@media screen and (max-width: 564px) {
	h1 { font-size:20px; }
	.about p { font-size:14px; }
	.main-nav { display:none; }
	.nav-toggle-container { display:block; }
	.nav-toggle { opacity:1; }
	.res-nav-container { display:block; }
	.gallery-box { width:100%; }
	.flex-direction-nav a { display:block; }
	.article { width:98%; }
	.content-contact { display:block; }
	.contact-box { display:none; }
	.contact-container { display:none; }
	.content-wrapper.contact { background:url(../img/map.png) no-repeat center;background-size:cover; }
	.thumbnail-container ul img { visibility:hidden; }
	.lopan-box { float:none;margin:0 auto 15px;width:100%;max-width:600px; }
	.content-wrapper .lopan-logo img { width:100%; }
	.content-wrapper .lopan-footer img { width: 100%; }
}

@media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px) {
    .content-wrapper.intro {
      -webkit-background-size: cover;
      background-attachment: scroll;
    }
}
@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
    .content-wrapper.intro {
      -webkit-background-size: cover;
      background-attachment: scroll;
    }
}

.has-background-transparent {
	background: transparent !important; }
.is-shadowless {
	box-shadow: none !important; }

.is-inline-block {
	display: inline-block !important; }

@media (max-width:600px){
	.video.youtube iframe {
		width: 100% !important;
	}
}