/* Social color */

body {
    color: #585858;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
	font-weight: 600;
}
a {
	color: #6f6f6f;
	text-decoration: underline;
}
a:hover {
	color: #888;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-family: "Philosopher", sans-serif;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 14px;
	font-weight: 700;
}
ul, ol {
	margin: 0 0 1.5em 0;
}
dl dt {
	margin-bottom: 5px;
}
dl dd {
	margin-bottom: 15px;
}
.section-title {
	font-family: "Philosopher", sans-serif;
	font-size: 48px;
	color: #332e33;
	text-transform: capitalize;
	line-height: 60px;
	margin-top: 0px;
}
.section-title .colored {
	font-family: "Great Vibes", cursive;
}
.section-title-big {
	font-family: "Philosopher", sans-serif;
	font-size: 60px;
	color: #332e33;
	text-transform: capitalize;
	line-height: 60px;
	margin-top: 0px;
	text-shadow: 2px 2px 6px rgba(150, 150, 150, 1);
}
.section-title-big .colored {
	font-family: "Great Vibes", cursive;
}
.title-md {
	font-size: 18px;
	font-weight: 700;
	font-family: "Philosopher", sans-serif;
	color: #464646;
}
.title-sm {
	font-size: 18px;
}
/** Border classes **/

.bd-0 {
	border: none !important;
}
.bdt-0 {
	border-top: 0 !important;
}
.bdb-0 {
	border-bottom: 0 !important;
}
.bdr-0 {
	border-right: 0 !important;
}
.bdl-0 {
	border-left: 0 !important;
}
.bd {
	border: 1px solid #ddd;
}
.bt {
	border-top: 1px solid #ddd;
}
.bb {
	border-bottom: 1px solid #ddd;
}
/** Padding classes **/

.p-0 {
	padding: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pl-0 {
	padding-left: 0 !important;
}
/* Padding all-round */

.p-5 {
	padding: 5px;
}
.p-10 {
	padding: 10px;
}
.p-15 {
	padding: 15px;
}
.p-20 {
	padding: 20px;
}
.p-25 {
	padding: 25px;
}
.p-30 {
	padding: 30px;
}
.p-35 {
	padding: 35px;
}
.p-40 {
	padding: 40px;
}
.p-45 {
	padding: 45px;
}
.p-50 {
	padding: 50px;
}
/** Padding-top classes **/

.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-75 {
	padding-top: 75px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-85 {
	padding-top: 85px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-95 {
	padding-top: 95px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-120 {
	padding-top: 120px;
}
/** Padding-bottom classes **/

.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-95 {
	padding-bottom: 95px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-120 {
	padding-bottom: 120px;
}
/** Margin classes **/

.m-0 {
	margin: 0 !important;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.ml-0 {
	margin-left: 0;
}
.mr-0 {
	margin-right: 0;
}
/** Margin-top classes **/

.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-65 {
	margin-top: 65px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-95 {
	margin-top: 95px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-120 {
	margin-top: 120px;
}
/** Margin-bottom classes **/

.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-95 {
	margin-bottom: 95px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-120 {
	margin-bottom: 120px;
}
/*****  Responsive utitlities *****/

@media only screen and (max-width: 991px) {
/* Padding all-round */
    
.p-sm-5 {
	padding: 5px;
}
.p-sm-10 {
	padding: 10px;
}
.p-sm-15 {
	padding: 15px;
}
.p-sm-20 {
	padding: 20px;
}
.p-sm-25 {
	padding: 25px;
}
.p-sm-30 {
	padding: 30px;
}
.p-sm-35 {
	padding: 35px;
}
.p-sm-40 {
	padding: 40px;
}
.p-sm-45 {
	padding: 45px;
}
.p-sm-50 {
	padding: 50px;
}
/** Padding-top classes **/
    
.pt-sm-5 {
	padding-top: 5px;
}
.pt-sm-10 {
	padding-top: 10px;
}
.pt-sm-15 {
	padding-top: 15px;
}
.pt-sm-20 {
	padding-top: 20px;
}
.pt-sm-25 {
	padding-top: 25px;
}
.pt-sm-30 {
	padding-top: 30px;
}
.pt-sm-35 {
	padding-top: 35px;
}
.pt-sm-40 {
	padding-top: 40px;
}
.pt-sm-45 {
	padding-top: 45px;
}
.pt-sm-50 {
	padding-top: 50px;
}
.pt-sm-55 {
	padding-top: 55px;
}
.pt-sm-60 {
	padding-top: 60px;
}
.pt-sm-65 {
	padding-top: 65px;
}
.pt-sm-70 {
	padding-top: 70px;
}
.pt-sm-75 {
	padding-top: 75px;
}
.pt-sm-80 {
	padding-top: 80px;
}
.pt-sm-85 {
	padding-top: 85px;
}
.pt-sm-90 {
	padding-top: 90px;
}
.pt-sm-95 {
	padding-top: 95px;
}
.pt-sm-100 {
	padding-top: 100px;
}
.pt-sm-110 {
	padding-top: 110px;
}
.pt-sm-120 {
	padding-top: 120px;
}
/** Padding-bottom classes **/
    
.pb-sm-5 {
	padding-bottom: 5px;
}
.pb-sm-10 {
	padding-bottom: 10px;
}
.pb-sm-15 {
	padding-bottom: 15px;
}
.pb-sm-20 {
	padding-bottom: 20px;
}
.pb-sm-25 {
	padding-bottom: 25px;
}
.pb-sm-30 {
	padding-bottom: 30px;
}
.pb-sm-35 {
	padding-bottom: 35px;
}
.pb-sm-40 {
	padding-bottom: 40px;
}
.pb-sm-45 {
	padding-bottom: 45px;
}
.pb-sm-50 {
	padding-bottom: 50px;
}
.pb-sm-55 {
	padding-bottom: 55px;
}
.pb-sm-60 {
	padding-bottom: 60px;
}
.pb-sm-65 {
	padding-bottom: 65px;
}
.pb-sm-70 {
	padding-bottom: 70px;
}
.pb-sm-75 {
	padding-bottom: 75px;
}
.pb-sm-80 {
	padding-bottom: 80px;
}
.pb-sm-85 {
	padding-bottom: 85px;
}
.pb-sm-90 {
	padding-bottom: 90px;
}
.pb-sm-95 {
	padding-bottom: 95px;
}
.pb-sm-100 {
	padding-bottom: 100px;
}
.pb-sm-110 {
	padding-bottom: 110px;
}
.pb-sm-120 {
	padding-bottom: 120px;
}
/** Margin-top classes **/
    
.mt-sm-5 {
	margin-top: 5px;
}
.mt-sm-10 {
	margin-top: 10px;
}
.mt-sm-15 {
	margin-top: 15px;
}
.mt-sm-20 {
	margin-top: 20px;
}
.mt-sm-25 {
	margin-top: 25px;
}
.mt-sm-30 {
	margin-top: 30px;
}
.mt-sm-35 {
	margin-top: 35px;
}
.mt-sm-40 {
	margin-top: 40px;
}
.mt-sm-45 {
	margin-top: 45px;
}
.mt-sm-50 {
	margin-top: 50px;
}
.mt-sm-55 {
	margin-top: 55px;
}
.mt-sm-60 {
	margin-top: 60px;
}
.mt-sm-65 {
	margin-top: 65px;
}
.mt-sm-70 {
	margin-top: 70px;
}
.mt-sm-75 {
	margin-top: 75px;
}
.mt-sm-80 {
	margin-top: 80px;
}
.mt-sm-85 {
	margin-top: 85px;
}
.mt-sm-90 {
	margin-top: 90px;
}
.mt-sm-95 {
	margin-top: 95px;
}
.mt-sm-100 {
	margin-top: 100px;
}
/** Margin-bottom classes **/
    
.mb-sm-5 {
	margin-bottom: 5px;
}
.mb-sm-10 {
	margin-bottom: 10px;
}
.mb-sm-15 {
	margin-bottom: 15px;
}
.mb-sm-20 {
	margin-bottom: 20px;
}
.mb-sm-25 {
	margin-bottom: 25px;
}
.mb-sm-30 {
	margin-bottom: 30px;
}
.mb-sm-35 {
	margin-bottom: 35px;
}
.mb-sm-40 {
	margin-bottom: 40px;
}
.mb-sm-45 {
	margin-bottom: 45px;
}
.mb-sm-50 {
	margin-bottom: 50px;
}
.mb-sm-55 {
	margin-bottom: 55px;
}
.mb-sm-60 {
	margin-bottom: 60px;
}
.mb-sm-65 {
	margin-bottom: 65px;
}
.mb-sm-70 {
	margin-bottom: 70px;
}
.mb-sm-75 {
	margin-bottom: 75px;
}
.mb-sm-80 {
	margin-bottom: 80px;
}
.mb-sm-85 {
	margin-bottom: 85px;
}
.mb-sm-90 {
	margin-bottom: 90px;
}
.mb-sm-95 {
	margin-bottom: 95px;
}
.mb-sm-100 {
	margin-bottom: 100px;
}
}
.golden {
	color: #f9ae00;
}
.bg-light {
	background: #fff;
}
.bg-dark {
	background: #332e33;
}
.bg-black {
	background: #2A2725;
}
.bg-gray {
	background: #f2f2f2;
}
.light {
	color: #fff;
}
.full-height {
	width: 100%;
	min-height: 100vh;
}
.d-table {
	display: table;
	position: relative;
	width: 100%;
}
.d-table >:nth-child(n+1) {
	display: table-cell;
}
.d-inline {
	font-size: 0;
}
.d-inline >:nth-child(n+1) {
	display: inline-block;
	font-size: initial;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.abs-layer, .instagram-list li a:before, .related-post .layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bg-fixed {
	background-attachment: fixed !important;
}
.ff-vivas {
	font-family: "Great Vibes", cursive;
}
.ff-philo {
	font-family: "Philosopher", sans-serif;
}
.ff-open {
	font-family: "Open Sans", sans-serif;
}
/*Font style*/

.italic {
	font-style: italic;
}
/* Font size */

.fs15 {
	font-size: 15px;
}
/* Line height */

.lh30 {
	line-height: 30px;
}
.lh34 {
	line-height: 34px;
}
.lh40 {
	line-height: 40px;
}
.width50 {
	width: 50%;
}
@media only screen and (max-width: 992px) {
.width100sm {
	width: 100%;
}
}
/******* 

Drop-cap 

******/

.drop-cap p:first-child:first-letter, .drop-cap > p:first-letter, .drop-cap:first-letter {
	font-size: 30px;
	background: #f9ae00;
	color: #fff;
	text-transform: uppercase;
	height: 55px;
	line-height: 53px;
	float: left;
	padding: 0 17px;
	margin: 15px 15px 0px 0px;
	border-radius: 4px;
}
.drop-cap {
	color: #fff;
}
/*======
color
=====*/

.clr-light, .clr-light p {
	color: #c2c2c2;
}
.btn, .btn-primary, .btn-white {
	padding: 8px 45px;
	display: inline-block;
	text-align: center;
	background: #f9ae00;
	text-decoration: none;
	border-radius: 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn, .btn-primary, .btn-accent {
	font-family: "Philosopher", sans-serif;
}
.btn:hover, .btn:focus, .btn:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-accent:hover, .btn-accent:focus, .btn-accent:active {
	text-decoration: none;
	background: #b29126;
}
/* -------------------------------------
 * buttons
 * ---------------------------------- */

.btn, .btn-primary, .btn-white, .btn-yellow, .btn-red {
	font-family: "Philosopher", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	padding: 11px 50px;
	padding: 16px 57px 17px;
	border-radius: 0px;
	display: inline-block;
	border: 1px solid transparent;
	text-align: center;
	cursor: pointer;
	position: relative;
	color: #fff;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}
.btn:hover, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-white:hover, .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .btn-white.focus, .btn-white:active.focus, .btn-white.active.focus, .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .btn-yellow.focus, .btn-yellow:active.focus, .btn-yellow.active.focus, .btn-red:hover, .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .btn-red.focus, .btn-red:active.focus, .btn-red.active.focus {
	outline: 0;
	border-color: transparent;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}
.btn.disabled, .btn-primary.disabled, .btn-white.disabled, .btn-yellow.disabled, .btn-red.disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
}
.btn.btn-md, .btn-primary.btn-md, .btn-white.btn-md, .btn-yellow.btn-md, .btn-red.btn-md {
	padding: 8px 27px;
}
.btn.btn-sm, .btn-primary.btn-sm, .btn-white.btn-sm, .btn-yellow.btn-sm, .btn-red.btn-sm {
	padding: 11px 15px;
}
.btn.btn-xs, .btn-primary.btn-xs, .btn-white.btn-xs, .btn-yellow.btn-xs, .btn-red.btn-xs {
	padding: 6px 15px;
}
.btn.btn-rad, .btn-primary.btn-rad, .btn-white.btn-rad, .btn-yellow.btn-rad, .btn-red.btn-rad {
	border-radius: 30px;
}
.btn-white {
	color: #332e33;
	background: #fff;
	border: 1px solid #332e33;
}
.btn-white.btn-icon i {
	color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active:focus, .btn-white:active:hover {
	color: #fff;
	background: #f9ae00;
	border: 1px solid #f9ae00;
}
.form-control {
	color: #bebebe;
	border-radius: 0;
	height: 52px;
	box-shadow: none;
	border: 1px solid #E5E5E5;
}
.form-control:active, .form-control:focus {
	box-shadow: none;
	border-color: initial;
}
.form-control:active .icon, .form-control:focus .icon {
	z-index: 2;
}
.form-control.dark {
	background: #222121;
	border: 1px solid #313030;
}
.input-group {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.input-group .form-control {
	padding: 6px 12px 6px 40px;
}
.input-group textarea, .input-group textarea.form-control {
	padding: 15px 12px 15px 40px;
}
.input-group .icon {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 5;
}
textarea, textarea.form-control {
	resize: vertical;
	padding: 10px 12px 10px 40px;
}
.img-icon-input .input-group .form-control {
	padding: 6px 12px 6px 70px;
}
.img-icon-input .input-group select.form-control {
	padding-left: 0px;
	text-indent: 67px;
}
.img-icon-input .input-group .icon {
	padding-right: 15px;
}
.img-icon-input .input-group:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 36px;
	background: #ddd;
	top: 8px;
	left: 52px;
	display: block;
	z-index: 5;
}
.img-icon-input .input-group textarea.form-control {
	padding: 15px 12px 15px 70px;
}
.contact-dark-bg .input-group:before {
	background: #313030;
}
html {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
}
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Open Sans", sans-serif;
}
iframe {
	border: none;
	width: 100%;
}
a, b, div, ul, li {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none;
}
a:visited, a:focus, a:active {
	-moz-outline: none;
	outline: none;
}
img:not([draggable]), embed, object, video {
	height: auto;
}
img {
	max-width: 100%;
}
.colored {
	color: #f9ae00;
}
/*Date*/
.bootstrap-datetimepicker-widget .datepicker, .bootstrap-datetimepicker-widget .timepicker {
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background: #f9ae00;
}
/*Time picker*/

.bootstrap-datetimepicker-widget table td .btn {
	background: #f9ae00;
	border-radius: 5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.bootstrap-datetimepicker-widget table td .btn:hover {
	background: #c7a22b;
}
.bootstrap-datetimepicker-widget table td span {
	width: 42px;
	height: 42px;
	line-height: 42px;
}
.bootstrap-datetimepicker-widget table td span:hover {
	background: inherit;
}
.header-top-bar {
	background: #f9ae00;
}
.header-top-bar .social-list li a {
	color: #fff;
	height: 30px;
	line-height: 30px;
}
.top-contact {
	list-style: none;
	padding: 4px 0 6px;
	margin: 0;
}
.top-contact li {
	display: inline-block;
	margin-right: 15px;
}
.top-contact li a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding: 0 0 5px;
}
.top-contact li a i {
	padding-right: 8px;
}
.navbar {
	margin: 0;
}
.main-nav ul {
	list-style: none;
	padding-left: 0;
}
.main-nav li a {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0px;
	position: relative;
}
.main-nav {
	list-style: none;
	padding-left: 0;
	padding-top: 25px;
	margin: 0;
	float: right;
}
.main-nav > li {
	float: left;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.main-nav > li > a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 0px;
	color: #212384;
	font-size: 18px;
	font-weight: 700;
	font-family: "Philosopher", sans-serif;
	position: relative;
}
.main-nav > li > .dropdown-menu {
	padding-top: 8px;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	transform: translatex(-50%);
}
.main-nav > li a {
	font-family: "Philosopher", sans-serif;
}
.main-nav > li:hover > a {
	color: #282828;
	/* The Fallback */
    
	color: rgba(40, 40, 40, 0.8);
}
.dropdown:before, .dropdown-menu .dropdown:before {
	content: "\f107";
	position: absolute;
	right: 10px;
	top: 13px;
	color: #fff;
	font-family: fontAwesome;
	font-size: 11px;
	z-index: 1;
}
.main-nav > .dropdown:before {
	right: 3px;
	top: 10px;
}
.drop-left .dropdown-menu .dropdown > a:before {
	left: 10px;
	right: auto;
}
.dropdown-menu > li > .dropdown-menu {
	left: 100%;
}
.dropdown-menu > .drop-left > .dropdown-menu {
	left: auto;
	right: 100%;
}
.navbar-brand {
	padding: 0;
}
.navbar-absolute-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*************

 Nav style 
 
 *************/

.navbar-default .navbar-brand {
	width: 185px;
	height: auto;
	padding: 0px 0px 0px 15px;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.navbar-default .navbar-brand > img {
	max-width: 100%;
}
.navbar-default .navbar-brand span {
	color: #FE5E3E;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff;
}
.navbar-default {
	background: #FFF;
	padding: 0;
	margin: 0;
	border: none;
}
/* Left submenu  */

.main-nav .drop-left .sub-menu > li a {
	text-align: right;
	padding: 11px 23px 11px 0px;
}
/* Left submenu end */

.main-nav .sub-menu > li > a:hover:after {
	width: 100%;
	z-index: -1;
}
/* Droprdown */

.main-nav ul {
	position: absolute;
	width: 230px;
	display: none;
	z-index: 100;
	background: transparent;
}
.main-nav > li:hover ul ul, .main-nav > li > a:hover ul ul {
	display: none;
}
.main-nav ul ul {
	left: 230px;
	width: 230px;
	margin-top: -46px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: transparent;
	color: #fff;
}
/* Mobile Navbar toggle button */

.navbar-default .navbar-toggle {
	padding: 0;
	width: 30px;
	height: 35px;
	background: transparent;
	border: none;
	box-shadow: none;
	border-radius: 2x;
	padding: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	width: 100%;
	background: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	height: 3px;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(3), .navbar-default .navbar-toggle .icon-bar:nth-child(4), .trigger-overlay.navbar-toggle .icon-bar {
	margin-top: 8px;
}
.navbar-default .navbar-toggle > span + span {
	margin-top: 0;
}
.sub-menu > li a {
	margin-right: 1px;
}
.main-nav .sub-menu > li > a {
	display: block;
	background: #fbad18;
	text-transform: capitalize;
	line-height: 24px;
	padding: 11px 0 11px 23px;
	position: relative;
	z-index: 0;
}
.main-nav .sub-menu > li > a {
	color: #2e3192;
	background: #FFF;
	opacity: 0.9;
}
.main-nav .sub-menu > li > a:hover {
	color: #fff;
	background: #2e3192;
}
.dropdown-menu {
	top: 100%;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-clip: padding-box;
}
@media only screen and (min-width: 992px) {
.main-nav ul {
	display: none!important;
}
.main-nav li.dropdown li.dropdown:hover > ul.dropdown-menu {
	display: block!important;
}
.main-nav li.dropdown:hover > ul.dropdown-menu {
	display: block!important;
}
.main-nav .dropdown-menu {
	left: 0;
	right: auto;
}
.main-nav .drop-left > .dropdown-menu {
	right: 0;
	left: auto;
}
.main-nav .dropdown-menu .dropdown-menu {
	left: 230px;
}
.main-nav .drop-left .dropdown-menu .dropdown-menu {
	right: 230px;
	left: auto;
}
}
.sticky {
	background: #FFF;
	/* The Fallback */
    
	background: rgba(255, 255, 255);
}
.sticky .navbar-brand {
	width: 100px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.sticky .main-nav {
	padding: 8px 0;
}
@media only screen and (max-width: 1200px) {
.nav-fixed-style .navbar-brand > img, .navbar-default .navbar-brand > img {
	width: 95px;
}
.navbar-default {
	padding: 5px 0px 0px;
}
.main-nav ul {
/*display: block;*/
}
.navbar-default {
	background: rgba(255, 255, 255);
}
.main-nav > li:hover > a, .main-nav > li.open > a {
	color: #f9ae00;
}
.main-nav .sub-menu > li > a:hover, .main-nav .sub-menu > li > a:focus, .main-nav .sub-menu > li > a:active {
	color: #f9ae00;
	background: #333;
}
/* new added */
    
.navbar-collapse .main-nav ul.dropdown-menu {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.navbar-collapse.in .main-nav ul ul {
	left: 0;
	margin-top: 0;
}
.main-nav .sub-menu > li > a:after {
	display: none;
}
.navbar-collapse.in .main-nav .sub-menu > li > a > i {
	height: 55px;
	line-height: 55px;
}
.navbar-collapse.in .main-nav li > a > i:before {
	-webkit-transform: rotatez(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotatez(90deg);
	transform: rotatez(90deg);
	display: inline-block;
}
/* new added end */
    
.main-nav li.dropdown.open li.dropdown ul.dropdown-menu {
/*display: block;*/
}
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 11px 0 11px 23px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	line-height: 24px;
}
nav#one-page-nav.navbar-default > .container {
	width: 100%;
}
/* To change Mobile navbar bReak point */
    
.navbar-header {
	width: 100%;
	padding: 0 15px;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none !important;
}
.collapse.in {
	display: block !important;
	float: left;
	width: 100%;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: calc(100vh - 58px) !important;
	overflow-y: auto !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-top: 1px solid rgba(31,31,31,0.8);
}
.main-nav {
	margin: 10px 0 0;
	width: 100%;
}
.main-nav > li {
	width: 100%;
	border-bottom: 1px dashed #121212;
}
.main-nav li.dropdown {
	border-bottom: 1px solid transparent;
}
.main-nav > li:last-child {
	border-bottom: 1px transparent;
}
.main-nav li a, .main-nav .drop-left .sub-menu > li a {
	text-align: center;
	padding: 15px 0 !important;
}
.navbar-right {
	float: left !important;
	width: 100%;
}
/* To change Mobile navbar bReak point */
}
::-webkit-scrollbar {
 width: 10px;
}
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 border-radius: 4px;
}
::-webkit-scrollbar-thumb {
 border-radius: 4px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1400px) {
.para1 {
	top: 10px;
}
.para2 {
	top: 20%;
}
.para3 {
	top: 40%;
}
.para4 {
	top: 70%;
}
}
@media only screen and (max-width: 1200px) {
.banner-content .title {
	font-size: 70px;
}
.banner-content .sub-title {
	font-size: 20px;
}
.call-numbers .number {
	font-size: 40px;
}
.call-numbers .text {
	font-size: 20px;
}
.food-content {
	width: 100% !important;
	margin: 0;
}
}
@media only screen and (max-width: 992px) {
.media-half {
	position: relative;
	width: 100%;
	padding-top: 20px;
}
.media-half img {
	position: relative;
	width: auto;
}
.opening-hours-block {
	position: relative;
	background: #252525;
}
.opening-hours-block .big-text {
	text-align: center;
}
.reservation-hours .reserve-time {
	margin-bottom: 20px;
}
.blockquote-wrapper:before {
	left: 15px;
}
.circle-arrow .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.circle-arrow .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
}
@media only screen and (max-width: 767px) {
.food-nav {
	width: 100%;
}
.food-content {
	width: 100%;
	margin: 0;
}
/* Single menu */
    
.single-menu-content .text-desc {
	padding: 0 20px;
}
.ingredient-item {
	margin-bottom: 30px;
}
.call-numbers > div {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.call-numbers.slash div:not(:last-child):before {
	content: "";
	width: 50px;
	height: 4px;
	background: #f9ae00;
	top: auto;
	left: 50%;
	margin: 0;
	bottom: -25px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
.call-numbers .number {
	font-size: 40px;
}
.call-numbers .text {
	font-size: 20px;
}
.dish-carousel-inner, .dish-carousel-inner {
	text-align: center;
	padding: 0 30px;
}
.dish-carousel-inner .media, .dish-carousel-inner .media {
	display: inline-block;
}
.dish-carousel-inner .content, .dish-carousel-inner .content {
	display: block;
}
.review-carousel-inner .content {
	padding: 0 70px;
}
.blockquote-wrapper {
	padding: 47px 37px;
}
}
@media only screen and (max-width: 640px) {
.section-opening-hours {
	padding: 0 0 70px;
}
.reservation-hours {
	display: block;
}
.reservation-hours .reserve-time {
	width: 100%;
	margin: 0 0 20px;
}
.desc-wrapper {
	padding: 50px 40px;
}
.blog-post {
	padding: 19px 25px 20px 90px;
}
.post-date {
	width: 50px;
	left: 10px;
}
}
@media only screen and (max-width: 480px) {
.col-xsm-1 {
	width: 100%;
}
.hidden-xsm {
	display: none;
}
}
/*======== Section intro ==========*/

.section-intro {
	padding: 114px 0 120px;
}
.inde-intro {
	padding: 34px 0 120px;
}

.intro-text-block {
	padding: 0 40px;
}
.img-block-wrapper {
	position: relative;
}
.img-block-wrapper .img-wrapper {
	width: 48%;
	float: left;
}
.img-block-wrapper .img-wrapper:nth-of-type(1) {
	margin-right: 2%;
	margin-bottom: 12px;
}
.img-block-wrapper .img-wrapper:nth-of-type(2) {
	margin-left: 2%;
	margin-bottom: 12px;
}
.img-block-wrapper .img-wrapper:nth-of-type(3) {
	margin-right: 2%;
	margin-top: 12px;
}
.img-block-wrapper .img-wrapper:nth-of-type(4) {
	margin-left: 2%;
	margin-top: 12px;
}
.img-wrapper {
	position: relative;
	overflow: hidden;
}
.img-wrapper > img {
	width: 100%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.img-wrapper .border-frame {
	border-style: solid;
	border-width: 1px;
	border-color: #f9ae00;
	/* The Fallback */
    
	border-color: rgba(212, 175, 55, 0.3);
	right: 15px;
	top: 15px;
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
}
.img-wrapper .border-frame .corner-left {
	position: absolute;
	bottom: -20px;
	left: -20px;
}
.img-wrapper .border-frame .corner-right {
	position: absolute;
	top: -21px;
	right: -20px;
}
.img-wrapper:hover > img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.border-frame {
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
}
.border-frame .corner-left {
	position: absolute;
	bottom: -20px;
	left: -20px;
}
.border-frame .corner-right {
	position: absolute;
	top: -21px;
	right: -20px;
}
.border-frame.bdr {
	border: 1px solid #f9ae00;
}
.logo-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
/*======
Section-banner
======*/

.section-banner {
/*	min-height: 100vh; */
}
.banner-1 {
	background: url(../img/banner1.jpg) no-repeat;
	background-size: cover;
}
.banner-layer {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.banner-content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner-content .title {
	font-size: 80px;
	font-family: "Great Vibes", cursive;
	color: #f9ae00;
}
.banner-content .sub-title {
	color: #fff;
	font-size: 24px;
	font-family: "Philosopher", sans-serif;
}
.section-opening-hours {
	position: relative;
}
.opening-hours-block {
	background: #fcae18;
	background: #fcae18;
	/* The Fallback */
    
	background: rgba(252, 174, 24, 0.2);
	position: absolute;
	bottom: 0;
	width: 100%;
}
.big-text {
	font-size: 20px;
}
.reservation-hours {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.reserve-time {
	background: rgba(251, 173, 24, 0.8);
	text-align: center;
	outline: 1px solid #313030;
	outline-offset: -10px;
	width: 32.5%;
	margin-left: 0.75%;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.reserve-time span {
	display: block;
}
.reserve-time .days {
	font-family: "Philosopher", sans-serif;
	color: #191b65;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 7px;
}
.reserve-time .time {
	color: #fff;
}
/*=========

Page banner

========*/

.page-banner {
	background-size: cover;
	padding: 180px 0 150px;
}
.para-bg {
	height: 100%;
	top: 0;
	z-index: -1;
	background-size: cover!important;
}
/*======== gallery ==========*/

.section-gallery {
	padding: 114px 0 90px;
}
.gallery-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.gallery-item figure img {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.gallery-item:hover .inner {
	padding-bottom: 60px;
}
.gallery-item:hover figure img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.details {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	height: 100%;
}
.details > .inner {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}
.details .icon {
	display: inline-block;
	margin-bottom: 10px;
}
.details [class^="btn"] {
	margin-top: 20px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.details .title {
	font-family: "Philosopher", sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-transform: capitalize;
	margin: 0;
}
/*====== 
Food menu tab
========*/

.section-food-menu {
	background: url(../img/bg-wood.jpg) no-repeat;
	background-size: cover;
	padding-top: 114px;
	padding-bottom: 120px;
}
.food-nav {
	list-style: none;
	padding: 0;
	width: 34%;
	float: left;
}
.food-nav > li {
	padding: 10px;
	background: #fff;
}
.food-nav > li:not(:last-child) {
	margin-bottom: 3px;
}
.food-nav > li a {
	text-decoration: none;
}
.food-nav > li.active .nrm-icon, .food-nav > li:hover .nrm-icon {
	display: none;
}
.food-nav > li.active .hvr-icon, .food-nav > li:hover .hvr-icon {
	display: inline-block;
}
.food-nav-item {
	background: #fff;
	border: 1px solid #f9ae00;
	height: 146px;
	display: table;
	width: 100%;
}
.food-nav-item .nav-icon {
	background: #F1F1F1;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: 100%;
	text-align: center;
}
.food-nav-item .hvr-icon {
	display: none;
}
.food-nav-item .nav-text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 38px;
}
.nav-text h5 {
	font-weight: 700;
	font-family: "Philosopher", sans-serif;
	color: #332e33;
}
.nav-text .time {
	font-size: 15px;
	font-weight: 600;
	color: #6f6f6f;
}
.food-content {
	width: 65.5%;
	float: left;
	margin-left: .5%;
}
.food-menu-list-wrapper {
	background: #fff;
	padding: 10px;
}
.food-menu-list-wrapper .inner {
	padding: 30px 30px 30px 30px;
	border: 1px solid #f9ae00;
}
.food-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.food-menu-list a {
	position: relative;
	display: block;
	padding-left: 120px;
	padding-top: 16px;
	padding-bottom: 20px;
	text-decoration: none;
}
.food-menu-list a:hover .menu-media:before {
	border: 1px solid #f9ae00;
}
.food-menu-list a:hover .menu-details .heading {
	color: #f9ae00;
}
.food-menu-list a:hover .menu-details .heading:before {
}
.food-menu-list > li:not(:last-child) {
	margin-bottom: 32px;
}
.food-menu-list .menu-media {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	overflow: hidden;
}
.food-menu-list .menu-media:before {
	content: "";
	position: absolute;
	border: 1px solid #fff;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
}
.food-menu-list .menu-details .heading {
	font-weight: 700;
	font-family: "Philosopher", sans-serif;
	color: #332e33;
	font-size: 18px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 4px;
	display: block;
}
.food-menu-list .menu-details .heading:before {
	content: "";
	position: absolute;
	bottom: 8px;
	width: 100%;
}
.food-menu-list .menu-details .title {
	background: #fff;
	position: relative;
	z-index: 1;
}
.food-menu-list .menu-details .price {
	float: right;
	background: #fff;
	position: relative;
	z-index: 1;
}
.food-menu-list .menu-details p {
	font-size: 13px;
}
.food-menu-list .menu-details p:last-child {
	margin-bottom: 0;
}
.food-menu-wrapper {
	width: 100%;
}
.food-menu-type > .food-menu-wrapper {
	position: relative;
	z-index: 2;
}
.food-menu-type > .food-menu-wrapper:not(:last-child) {
	margin-bottom: 120px;
}
.food-menu-type > .food-menu-wrapper:nth-child(even) .food-menu-title {
	float: right;
}
.food-menu-type > .food-menu-wrapper:nth-child(even) .food-content {
	margin-left: 0;
	margin-right: .5%;
}
.food-menu-title {
	list-style: none;
	padding: 0;
	width: 34%;
	float: left;
	position: relative;
}
.food-menu-title .layer {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.8);
}
.food-menu-title .content {
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
	width: 100%;
	text-align: center;
}
.food-menu-title .content h5 {
	color: #332e33;
	margin: 20px 0 7px;
}
.parallex {
	z-index: 1;
	width: 400px;
	height: 600px;
	position: absolute;
}
.parallex.left {
	left: 0;
}
.parallex.right {
	right: 0px;
}
.para1 {
	top: 100px;
}
.para2 {
	top: 20%;
}
.para3 {
	top: 45%;
}
.para4 {
	top: 75%;
}
.section-menu {
	overflow: hidden;
}
/*========
single-menu-content
======*/

.single-menu-content .menu-title {
	background: #f9ae00;
	color: #fff;
	padding: 10px 30px;
	outline: 1px solid #ddd;
	outline-offset: -6px;
	text-align: center;
	display: inline-block;
	position: relative;
	max-width: 90%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.single-menu-content .menu-title h4 {
	margin-top: 14px;
	margin-bottom: 14px;
}
.single-menu-content .text-desc {
	padding: 0 110px;
}
.ingredient-item .title {
	background: #f9ae00;
	padding: 8px 20px;
	margin: 0;
	color: #fff;
}
.ingredient-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
}
.ingredient-list > li {
	position: relative;
	padding: 13px 15px 13px 50px;
}
.ingredient-list > li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.ingredient-list > li .icon {
	position: absolute;
	left: 22px;
	color: #f9ae00;
}
/*==========
focus-person quote/chef quote
========*/

.section-focus-person {
	padding: 114px 0 120px;
}
.blockquote-wrapper {
	position: relative;
	padding: 47px 37px 47px 170px;
	background: #0c1f5d;
}
.blockquote-wrapper .blockquote-inner {
	position: relative;
}
.blockquote-wrapper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f9ae00;
	top: 20px;
	left: 20px;
	z-index: -1;
}
.blockquote {
	padding: 60px;
}
.blockquote p {
	color: #c2c2c2;
}
.blockquote-title {
	text-transform: capitalize;
	color: #f9ae00;
	margin: 0 0 10px;
}
.blockquote-subtitle {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 18px;
}
.focus-person-img {
	position: absolute;
	bottom: -20px;
	left: 0;
	-webkit-transform: translateX(-62%);
	-ms-transform: translateX(-62%);
	-o-transform: translateX(-62%);
	transform: translateX(-62%);
	z-index: 1;
}
/*======
Chef details
======*/

.desc-wrapper {
	padding: 50px 95px;
}
.media-half {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}
.media-half img {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	transform: translatex(-50%);
}
.unorder-list-img {
	list-style: none;
	padding-left: 0;
}
.unorder-list-img li {
	padding-left: 30px;
	margin-bottom: 18px;
	position: relative;
}
.unorder-list-img li:before {
	content: "\f08a";
	position: absolute;
	left: 0;
	top: 4px;
	font-family: fontAwesome;
	color: #f9ae00;
}
/*=========
Blog
========*/

.section-blog {
	padding-top: 114px;
	padding-bottom: 120px;
}
.blog-post-wrapper > .blog-post {
	background: url(../img/blog1.jpg) no-repeat;
	background-size: cover;
}
.blog-post-wrapper > .blog-post:not(:last-child) {
	margin-bottom: 25px;
}
.blog-post {
	position: relative;
	padding: 19px 25px 20px 128px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog-post .title {
	margin: 0 0 20px;
}
.blog-post .title a {
	color: #c2c2c2;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.blog-post .text-block {
	overflow: hidden;
	height: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog-post .text-block .inner {
	display: none;
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #6f6f6f;
}
.blog-post .text-block p {
	color: #c2c2c2;
}
.blog-post .text-block p:last-child {
	margin-bottom: 0;
}
.blog-post:hover .title a {
	color: #f9ae00;
}
.blog-post:hover .text-block {
	height: 90px;
}
.blog-post:hover .text-block .inner {
	display: block;
}
.post-date {
	background: #f9ae00;
	padding: 10px;
	width: 63px;
	text-align: center;
	position: absolute;
	top: 25px;
	left: 25px;
}
.post-date span {
	font-family: "Philosopher", sans-serif;
	display: block;
	font-size: 24px;
	line-height: 20px;
	color: #fff;
}
.post-date .month {
	font-size: 18px;
}
.blog-post-meta {
	list-style: none;
	padding: 0;
	margin: 0;
}
.blog-post-meta > li {
	color: #c2c2c2;
	display: inline-block;
	text-transform: capitalize;
}
.blog-post-meta > li i {
	font-size: 15px;
	margin-right: 8px;
}
.blog-post-meta > li:not(:last-child) {
	margin-right: 25px;
}
.post-nav {
	display: table;
	position: relative;
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #E5E5E5;
}
.post-nav a {
	text-decoration: none;
	font-size: 15px;
	font-family: "Philosopher", sans-serif;
	text-transform: capitalize;
}
.post-nav a i:first-child {
	padding-right: 8px;
}
.post-nav a i:last-child {
	padding-left: 8px;
}
.post-nav a:hover {
	color: #f9ae00;
}
.post-nav >:nth-child(n+1) {
	display: table-cell;
}
.post-media .sc-truncate {
	text-align: right;
}
.post-media .sc-media-image, .post-media .sc-media-left {
	float: right;
}
/*=======
    Event
======*/

.section-event {
	padding-top: 114px;
}
.event-item {
	position: relative;
	overflow: hidden;
}
.event-item > img {
	position: relative;
	vertical-align: bottom;
}
.event-item .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #f9ae00;
	padding: 15px 23px;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.event-item .caption h5 {
	font-size: 18px;
	margin: 0;
}
.event-item .caption:before {
	content: "";
	position: absolute;
	top: 0;
	left: 25px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f9ae00;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.event-item .caption .meta {
	margin-top: 6px;
}
.event-item .caption .event-place {
	text-transform: capitalize;
}
.event-item:hover .caption {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.event-item:hover .caption:before {
	top: -10px;
}
/*======
Carousel
=====*/

.section-carousel {
/*	background: url(../img/blog1.jpg) no-repeat; 
	background-size: cover;*/
	background-color: #0c1f5d;
	padding: 60px 0 60px;
}
.section-carousel-review {
/*	background: url(../img/blog1.jpg) no-repeat; 
	background-size: cover;*/
	padding: 80px 0 70px;
}
.circle-arrow .owl-controls {
	margin: 0;
}
.circle-arrow .owl-controls .owl-buttons > div {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	line-height: 44px;
	font-size: 30px;
	margin: 0;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	background-color: transparent;
	z-index: 2;
	opacity: 0.4;
}
.circle-arrow .owl-controls .owl-buttons .owl-prev {
	left: -50px;
}
.circle-arrow .owl-controls .owl-buttons .owl-next {
	right: -50px;
}
.banner-slider, .background-slider {
/*	height: 100vh; */
}
.banner-slider .item > img, .background-slider .item > img {
	/*	height: 100vh; */
	width: 100%;
}
.banner-slider.circle-arrow .owl-controls, .background-slider.circle-arrow .owl-controls {
	margin: 0;
}
.banner-slider.circle-arrow .owl-controls .owl-buttons .owl-prev, .background-slider.circle-arrow .owl-controls .owl-buttons .owl-prev {
	left: 15px;
}
.banner-slider.circle-arrow .owl-controls .owl-buttons .owl-next, .background-slider.circle-arrow .owl-controls .owl-buttons .owl-next {
	right: 15px;
}
.dish-carousel {
	padding-right: 50px;
	padding-left: 50px;
}
.dish-carousel-inner, .review-carousel-inner {
	display: table;
	position: relative;
	width: 100%;
}
.dish-carousel-inner .media, .review-carousel-inner .media {
	display: table-cell;
	width: 54%;
	vertical-align: middle;
	padding: 0 10px;
}
.dish-carousel-inner .content, .review-carousel-inner .content {
	display: table-cell;
	vertical-align: middle;
}
.dish-carousel-inner .rating, .review-carousel-inner .rating {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 15px;
	color: #fff;
}
.dish-carousel-inner .rating i, .review-carousel-inner .rating i {
	color: #f9ae00;
}
.dish-carousel-inner .rating i:first-child, .review-carousel-inner .rating i:first-child {
	margin-left: 10px;
}
.dish-carousel-inner p, .review-carousel-inner p {
	color: #fff;
	margin: 0;
}
.review-carousel .owl-controls .owl-buttons > div {
	top: 25px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.review-carousel .owl-controls .owl-buttons .owl-prev {
	left: -30px;
}
.review-carousel .owl-controls .owl-buttons .owl-next {
	right: -30px;
}
.review-carousel-inner .content {
	padding: 0px 140px;
}
.review-author {
	position: relative;
	color: #fff;
	margin-top: 20px;
}
.review-author > img {
	width: 42px;
	height: 42px;
	margin-right: 10px;
	border-radius: 50%;
}
.caro-title {
	font-size: 36px;
	margin: 0 0 15px;
	color: #f9ae00;
	font-family: "Great Vibes", cursive;
}
.caro-subtitle {
	margin: 0 0 15px;
	color: #fff;
}
/*=====
contact
=====*/

.section-reservation, .section-contact {
	padding: 114px 0 120px;
	background: url(../img/contact-bg.jpg) no-repeat fixed;
	background-size: cover;
}
.contact-dark-bg {
	padding: 30px 35px;
	background: #1E1D1D;
}
/*======
Client logo area
======*/

.section-client {
	background: #2A2725;
}
.client-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.client-list li {
	display: table;
	height: 180px;
	float: left;
	width: 20%;
	background: #252525;
	box-shadow: inset 0 0 2px #252525;
}
.client-list .owl-item li {
	width: 100%;
}
.client-logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/*========
Contact-info
======*/

.contact-info {
	padding: 0 50px 5px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
.contact-info h6 {
	color: #f9ae00;
	margin: 0 0 10px;
}
/*=====
reservation-contact
====*/

.reservation-contact {
	background: url(../img/reserve.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.call-numbers {
	position: relative;
}
.call-numbers > div {
	width: 50%;
	float: left;
	padding: 0 15px;
	position: relative;
}
.call-numbers span {
	display: block;
}
.call-numbers .number {
	color: #f9ae00;
	font-size: 60px;
	font-family: "Great Vibes", cursive;
}
.call-numbers .text {
	font-family: "Philosopher", sans-serif;
	font-style: italic;
	font-size: 24px;
	color: #fff;
}
.call-numbers.slash div:not(:last-child):before {
	content: "\/";
	position: absolute;
	left: 100%;
	margin-left: -13px;
	top: -5px;
	font-size: 70px;
	color: #f9ae00;
}
/*======
fOOTER
======*/

footer {
/*	background: url(../img/bg-dark.jpg) no-repeat; 
	background-size: cover; */
	background-color: #0c1f5d;
	color: #bebebe;
}
footer .footer-top [class^="col-"] {
	border-right: 1px solid #332e33;
}
footer .footer-top [class^="col-"]:last-child {
	border: none;
}
.footer-top {
	padding: 62px 0 72px;
}
.footer-widget {
	padding-right: 10px;
	padding-left: 12px;
}
.footer-about {
	text-align: center;
}
.footer-about .logo {
	margin-bottom: 25px;
}
.footer-about p {
	line-height: 30px;
}
.footer-about p:last-of-type {
	margin-bottom: 0;
}
.social-list {
	list-style: none;
	padding: 0;
}
.social-list li {
	display: inline-block;
}
.social-list li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.social-list-big {
	list-style: none;
	padding: 0;
}
.social-list-big li {
	display: inline-block;
}
.social-list-big li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.social-list-big li a:hover {
	color: #f9ae00;
}
.footer-social {
	margin-bottom: 0;
}
.footer-social > li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
}
/*Twitter feed*/

.footer-feed {
	padding: 0 15px;
}
.footer-widget-title {
	font-size: 16px;
	margin: 17px 0 25px;
	color: #fff;
}
.twitter-feed {
	list-style: none;
	padding: 0;
	margin: 0;
}
.twitter-feed .feed-item {
	padding-bottom: 26px;
	margin-bottom: 22px;
	position: relative;
	padding-left: 30px;
}
.twitter-feed .feed-item:not(:last-child) {
	border-bottom: 1px solid #332e33;
}
.twitter-feed .feed-item i {
	position: absolute;
	left: 0;
	top: 5px;
}
.feed-time {
	display: block;
}
/*Footer-contact-info*/

.contact-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact-info-list li {
	padding: 12px 40px;
	position: relative;
}
.contact-info-list li i {
	color: #f9ae00;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
}
/*Instagram list*/

.instagram-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.instagram-list li {
	display: block;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 12px;
	padding-right: 12px;
}
.instagram-list li a {
	display: block;
	position: relative;
}
.instagram-list li a:before {
	content: "";
	background: rgba(212, 175, 55, 0.8);
	opacity: 0;
}
.instagram-list li a:after {
	content: "\f002";
	font-family: fontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	opacity: 0;
}
.instagram-list li a:hover:before, .instagram-list li a:hover:after {
	opacity: 1;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
/*Footer bottom*/

.footer-bottom {
	background: rgba(0, 0, 0, 0.5);
	padding: 25px 0;
}
.copyright {
	text-align: center;
}
.copyright p {
	text-transform: uppercase;
	margin: 0;
}
/*=====

page-section-wrapper

=====*/

.page-section-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.post {
	position: relative;
	margin-bottom: 80px;
}
.post .post-media {
	padding: 5px;
	border: 1px solid #ddd;
}
.post .post-media .inner {
	border: 1px solid #fff;
	position: relative;
}
.post .post-media a:hover .play-btn {
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.15);
}
.post .post-time {
	font-family: "Open Sans", sans-serif;
	background: #f9ae00;
	color: #fff;
	padding: 8px 12px;
	position: absolute;
	left: 0;
	top: 30px;
	text-transform: capitalize;
}
.post .post-title {
	margin: 33px 0 20px;
}
.post .post-title:first-letter {
	text-transform: uppercase;
}
.post .post-title, .post .post-title a {
	text-decoration: none;
	color: #332e33;
	font-size: 18px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.post .post-title:hover, .post .post-title a:hover {
	color: #f9ae00;
}
.post .post-content p {
	line-height: 30px;
	margin-bottom: 25px;
}
.post .text-block {
	margin-top: 20px;
}
.post .post-footer {
	margin-top: 22px;
}
.post blockquote {
	margin-bottom: 30px;
}
.post-meta {
	list-style: none;
	padding: 14px 0;
	margin: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.post-meta > li {
	color: #c2c2c2;
	display: inline-block;
	text-transform: capitalize;
	margin-left: 18px;
}
.post-meta > li:not(:last-child) {
	margin-right: 20px;
}
.post-meta > li a {
	color: #c2c2c2;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.post-meta > li a:hover {
	color: #f9ae00;
}
.post-meta > li i {
	font-size: 15px;
	margin-right: 8px;
}
.two-column .post-meta > li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.play-btn {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #f9ae00;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 70px;
}
.play-btn i {
	padding-left: 8px;
}
blockquote.dark {
	background: #F4F4F4;
	border-left: 5px solid #f9ae00;
}
.post-footer .post-share {
	padding: 19px 0;
}
.post-footer .tags {
	padding: 17px 0;
}
.post-share .share-title {
	font-size: 16px;
	font-weight: 400;
	font-weight: 400;
	margin: 0;
	float: left;
	margin-right: 20px;
}
.tags {
	text-align: right;
}
.tags .tag-title {
	font-family: "Philosopher", sans-serif;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 700;
}
.tags a {
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
}
.tags a:hover {
	color: #f9ae00;
}
.social-bg-list {
	margin: 0;
}
.social-bg-list > li a {
	background: #332e33;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	color: #fff;
}
.social-bg-list > li a:hover {
	opacity: 0.7;
}
.social-bg-list > li.rss a {
	background: #ff6600;
}
.social-bg-list > li.pin a {
	background: #bd081c;
}
.social-bg-list > li.twet a {
	background: #55acee;
}
.social-bg-list > li.insta a {
	background: #e95950;
}
.social-bg-list > li.vine a {
	background: #00bf8f;
}
.social-color-list > li.fb a:hover {
	color: #3b5999;
}
.social-color-list > li.rss a:hover {
	color: #ff6600;
}
.social-color-list > li.pin a:hover {
	color: #bd081c;
}
.social-color-list > li.twet a:hover {
	color: #55acee;
}
.social-color-list > li.insta a:hover {
	color: #e95950;
}
.social-color-list > li.vine a:hover {
	color: #00bf8f;
}
.about-author {
	background: #F4F4F4;
	padding: 10px;
	border: 1px solid #ddd;
}
.about-author .media {
	float: left;
	width: 120px;
	margin-right: 20px;
}
.about-author p {
	margin: 0;
	line-height: 30px;
}
.about-author .title {
	font-size: 16px;
	margin: 10px 0 5px;
}
.about-author .designation {
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	color: #c2c2c2;
	margin: 0 0 5px;
}
.related-post {
	position: relative;
	padding: 0 15px;
}
.related-post img {
	border: 3px solid #ddd;
	width: 100%;
}
.related-post a {
	display: block;
	position: relative;
	text-align: center;
}
.related-post a:hover .layer {
	opacity: 1;
}
.related-post .layer {
	background: #f9ae00;
	background: #f9ae00;
	/* The Fallback */
    
	background: rgba(212, 175, 55, 0.8);
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 3px solid #ddd;
}
.related-post .layer i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*====Pagination===*/

.pagination li {
	display: block;
	float: left;
	margin-right: 10px;
}
.pagination li a, .pagination li a:hover {
	border: 2px solid #ddd;
	display: block;
	color: #c2c2c2;
	padding: 7px 13px;
}
.pagination li span {
	padding: 7px 13px;
}
.pagination li:active a {
	background: #f9ae00;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #f9ae00;
	border: 2px solid #f9ae00;
}
/*======

Comment 

======*/

.comment-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.comment {
	background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.comment .media {
	float: left;
	width: 120px;
	margin-right: 20px;
}
.comment p {
	margin: 0;
	line-height: 30px;
}
.comment .title {
	font-size: 16px;
	margin: 10px 0 5px;
}
.comment .meta {
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	color: #c2c2c2;
	margin: 0 0 5px;
}
.comment .comment-details {
	padding-left: 140px;
}
.reply {
	list-style: none !important;
}
.commment-header {
	display: table;
	width: 100%;
}
.commment-header >:nth-child(n+1) {
	display: table-cell;
}
.commment-header .right {
	text-align: right;
	vertical-align: middle;
}
@media only screen and (max-width:580px) {
.comment .media {
	float: none;
}
.comment .comment-details {
	padding-left: 0px;
}
.navbar-default .navbar-brand {
	width: 80px;
}
}
/*==========

Widget

========*/

.search-box {
	position: relative;
}
.search-box input {
	height: 40px;
	border: 1px solid #ddd;
	padding-right: 35px;
}
.search-box i {
	position: absolute;
	width: 35px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	top: 7px;
	right: 1px;
	border-left: 1px solid #ddd;
}
.widget {
	margin-bottom: 35px;
}
.widget header {
	background: #f9ae00;
	padding: 10px;
	text-transform: capitalize;
	color: #fff;
	font-size: 16px;
}
.widget-block {
	border: 1px solid #ddd;
}
.widget-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "Open Sans", sans-serif;
}
.widget-list > li > a {
	display: block;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}
.widget-list > li > a:hover {
	color: #f9ae00;
}
.category-list > li > a {
	padding: 13px 20px 13px 30px;
	border-bottom: 1px solid #ddd;
}
.category-list > li > a:before {
	content: url(../img/list-dot.png);
	position: absolute;
	left: 10px;
	top: 13px;
}
.archive-list > li > a {
	padding: 13px 20px 13px 30px;
	border-bottom: 1px solid #ddd;
}
.archive-list > li > a:before {
	content: url(../img/list-dot.png);
	position: absolute;
	left: 10px;
	top: 13px;
}
.archive-list > li > a span {
	float: right;
}
.tag-list {
	padding: 14px 12px;
}
.tag-list > li {
	list-style: none;
	float: left;
	margin: 0 5px 10px;
}
.tag-list > li > a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	padding: 8px 10px;
	border: 1px solid #ddd;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.tag-list > li > a:hover {
	color: #fff;
	background: #f9ae00;
	border-color: #f9ae00;
}
.widget-slider {
	padding: 10px;
}
.widget-slider .item {
	text-align: center;
}
.widget-slider .item img {
	display: inline-block;
}
.sq-arrow .owl-controls .owl-buttons > div {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	line-height: 15px;
	font-size: 16px;
	border-radius: 0;
	opacity: 1;
	margin: 0;
	border: 1px solid #f9ae00;
	position: absolute;
	background-color: #f9ae00;
	z-index: 2;
}
.sq-arrow .owl-controls .owl-buttons .owl-prev {
	left: 0px;
}
.sq-arrow .owl-controls .owl-buttons .owl-next {
	right: 0px;
}
/*****
grid gallery
*****/
.section-grid-gallery {
	padding-top: 80px;
	background: #f2f2f2;
}
.filter {
	list-style-type: none;
	margin: 0 0 80px;
	padding: 0;
	text-align: center;
}
.filter li, .filter a {
	display: inline-block;
	margin: 0;
}
.filter a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 25px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}
#filter a.active {
	color: #fff;
	background: #f9ae00;
}
/* grid */

.grid-gallery {
	clear: both;
	position: relative;
	overflow: hidden;
}
.grid-item, .width40 {
	width: 20%;
	background: grey;
	float: left;
	color: #fff;
	font-size: 60px;
	text-align: center;
	cursor: default;
	overflow: hidden;
}
.width40 {
	width: 40%;
}
.grid-item > img {
	width: 100%;
	height: 100%;
	display: block;
}
.grid-item img {
	max-width: 100%;
}
.grid-item:hover .popup-link {
	opacity: 1;
}
.grid-item:hover .popup-link img {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.hv-layer, .grid-item .popup-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f9ae00;
	/* The Fallback */
    
	background: rgba(212, 175, 55, 0.8);
	text-align: center;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.hv-layer img, .grid-item .popup-link img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.3);
	-ms-transform: translate(-50%, -50%) scale(0.3);
	-o-transform: translate(-50%, -50%) scale(0.3);
	transform: translate(-50%, -50%) scale(0.3);
	opacity: 0;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: -o-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s, -o-transform .4s;
}
.video-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100% !important;
	z-index: 0;
	background: #332e33;
}
.video-background video {
	height: 100vh !important;
	min-width: 100%;
}
/*****
Search
******/

.search-open {
	overflow: hidden;
}
.site-search.open {
	opacity: 1;
	visibility: visible;
}
.site-search.open .close {
	right: 3rem;
	top: 3rem;
}
.site-search {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 0;
	left: 0;
	background: #222121;
	/* The Fallback */
    
	background: rgba(34, 33, 33, 0.98);
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1050;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.site-search .close {
	color: black;
	font-size: 1.5em;
	position: fixed;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 4px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.8;
}
.site-search .input-group-btn {
	display: none;
}
.site-search p {
	color: #fff;
	font-size: 1em;
	margin-top: 15px;
	text-align: center;
}
.site-search .form-container {
	left: 0;
	margin-top: -2rem;
	position: fixed;
	right: 0;
	top: 50%;
}
.site-search .form-container input[type="search"] {
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	height: 70px;
	text-transform: none;
	background: transparent none repeat scroll 0 0;
	color: #fff;
}
.form-container input[type="search"]::-webkit-input-placeholder {
 color: #fff;
}
/**********
404 /page not found
**********/
.full-height.no-page {
	background: url(../../../../images.pexels.com/photos/24859/pexels-photo-24859e21e.jpg?w=1260&amp;h=750&amp;auto=compress&amp;cs=tinysrgb) no-repeat;
	background-size: cover;
	position: absolute;
	display: table;
}
.full-height.no-page:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(31,31,31,0.9);
}
.page-not-found {
	text-align: center;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
.page-not-found h2 {
	color: #fff;
	text-transform: uppercase;
}
.page-not-found p {
	color: rgba(255,255,255,0.8);
	font-size: 18px;
}
.page-not-found .logo img {
	width: 120px;
}
.page-not-found .info {
	margin-top: 15px;
	color: rgba(255,255,255,0.8);
	font-size: 12px;
}
.page-not-found .info a {
	color: #f9ae00;
	display: inline-block;
	padding: 0 5px;
}
/***********
	
Map section

***********/

section.ggl-map {
	padding: 0;
}
.ggl-map .map-holder {
	height: 500px;
}
.ggl-map.ggl-map-half .map-holder {
	height: 330px;
}
.ggl-map .map-holder .map {
	width: 100%;
	height: 100%;
}


/******
responsive
*******/

@media only screen and (max-width: 1400px) {
.para1 {
	top: 10px;
}
.para2 {
	top: 20%;
}
.para3 {
	top: 40%;
}
.para4 {
	top: 70%;
}
}
@media only screen and (max-width: 1200px) {
.section-banner {
	margin-top: 111px !important;
}
.grid-item, .width40 {
	width: 25%;
}
.banner-content .title {
	font-size: 70px;
}
.banner-content .sub-title {
	font-size: 20px;
}
.call-numbers .number {
	font-size: 40px;
}
.call-numbers .text {
	font-size: 20px;
}
}
@media only screen and (max-width: 992px) {
.media-half {
	position: relative;
	width: 100%;
	padding-top: 20px;
}
.media-half img {
	position: relative;
	width: auto;
}
.opening-hours-block {
	position: relative;
	background: rgba(252, 174, 24, 0.6);
}
.opening-hours-block .big-text {
	text-align: center;
}
.reservation-hours .reserve-time {
	margin-bottom: 20px;
}
.blockquote-wrapper:before {
	left: 15px;
}
.circle-arrow .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.circle-arrow .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
}
@media only screen and (max-width: 767px) {
.section-banner {
	margin-top: 80px !important;
}
.banner-content .title {
	font-size: 60px;
}
.grid-item, .width40 {
	width: 33.33%;
}
.food-nav {
	width: 100%;
}
/*    .food-content {
        width: 100% !important;
        margin: 0;
    }
*/
    /* Single menu */
    
.single-menu-content .text-desc {
	padding: 0 20px;
}
.ingredient-item {
	margin-bottom: 30px;
}
.call-numbers > div {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.call-numbers.slash div:not(:last-child):before {
	content: "";
	width: 50px;
	height: 4px;
	background: #f9ae00;
	top: auto;
	left: 50%;
	margin: 0;
	bottom: -25px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
.call-numbers .number {
	font-size: 40px;
}
.call-numbers .text {
	font-size: 20px;
}
.dish-carousel-inner, .dish-carousel-inner {
	text-align: center;
	padding: 0 30px;
}
.dish-carousel-inner .media, .dish-carousel-inner .media {
	display: inline-block;
}
.dish-carousel-inner .content, .dish-carousel-inner .content {
	display: block;
}
.review-carousel-inner .content {
	padding: 0 70px;
}
.blockquote-wrapper {
	padding: 47px 37px;
}
}
@media only screen and (max-width: 640px) {
.banner-content .title {
	font-size: 42px;
}
.banner-content .sub-title {
	font-size: 16px;
}
.section-opening-hours {
	padding: 0 0 70px;
}
.reservation-hours {
	display: block;
}
.reservation-hours .reserve-time {
	width: 100%;
	margin: 0 0 20px;
}
.desc-wrapper {
	padding: 50px 40px;
}
.blog-post {
	padding: 19px 25px 20px 90px;
}
.post-date {
	width: 50px;
	left: 10px;
}
.food-menu-list a {
	padding-left: 0;
}
.food-menu-list .menu-media {
	position: relative;
	width: 88px;
	height: 88px;
	margin-bottom: 15px;
}
.food-menu-list > li:not(:last-child) {
	margin-bottom: 15px;
}
}
@media only screen and (max-width: 480px) {
.grid-item, .width40 {
	width: 50%;
}
.col-xsm-12 {
	width: 100%;
}
.hidden-xsm {
	display: none;
}
}

footer a {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	color: #fbad17;	
	text-decoration: none;
}
