/*
Template Name: The Restaurant
Author: Mega Theme
Author URI: http://themeforest/user/mega_theme
Version: 1.0
Last change:08/11/2016

=====Table of Contents=====

	#General and Typography
	#Preloader
	#Navigation
	#Logo
	#Main Slider
	#Section - Offer
	#Section - Blog
	#Section - Testimonials
	#Section - About
	#Section - Menu
	#Section - Gallery
	#Section - Reservation
    #Section - Team
	#Section - Contact
	#Section - Opening
	#Section - Map
    #Section - Footer
	#Miscellaneous
	#Media Queries

===========================
  General and Typography
============================
*/

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}

p {
	font-size: 16px;
	line-height: 28px;
	color: #4c4c4c;
	margin: 0;
	font-weight: normal;
}

/* Headings */

h1 {
	font-size: 50px;
	letter-spacing: 0.7px;
	margin-bottom: 20px;
	font-family: 'Alegreya Sans', sans-serif;
}

h2 {
	font-size: 38px;
	margin-bottom: 20px;
	color: #cd9b33;
	letter-spacing: 0.9px;
	display: inline;
	padding: 10px 15px;
	line-height: 60px;
	font-family: 'Alegreya Sans', sans-serif;
	position: relative;
}

h3 {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 18px;
	letter-spacing: 1.4px;
	position: relative;
	color: #cd9b33;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

h5 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
}

h6 {
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	text-transform: none;
	font-family: 'Open Sans Condensed', sans-serif;
}

/* Links */

a {
	font-weight: 600;
	color: #cd9b33;
	transition: all .2s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: underline;
	color: #cd9b33;
}

a,
a.active,
a:active {
	outline: none;
}

/* Others */

#about p,
#nafpaktos p {
	margin-bottom: 25px
}

#about p.subtitle,
#nafpaktos p.subtitle {
	color: #333;
	font-size: 21px;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
	font-weight: 500;
	padding-bottom: 18px;
	border-bottom: 1px solid #cccccc;
	line-height: 28px;
}

#about p {
	font-size: 1.3em;
	text-align: justify
}

#about p.text-center {
	text-align: center
}

.text-light {
	color: #fff;
}

/*===========================
  Preloader
============================ */

#preloader {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #cd9b33;
}

/* Preloader effect */

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
	top: 48%;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #cecece;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	animation-delay: -1.0s;
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/*===========================
  Navigation
============================ */

.navbar {
	margin-bottom: 0;
	z-index: 900;
	box-shadow: 6px 0px 5px 0px rgba(0, 0, 0, 0.2);
	background-color: #000;
	<height: 102></height:102>px;
}

.navbar-right {
	float: right!important;
	text-align: right;
}

.navbar-nav {
	float: left;
	text-align: left;
	margin-left: 45px;
}

.navbar-nav>li>a {
	font-weight: 600 !important;
	font-size: .85em !important;
	text-transform: uppercase;
	line-height: 82px;
	padding: 10px 15px;
	transition: all .2s ease-in-out;
}

.navbar-nav>li>a:hover,
.navbar-custom ul.nav li a:hover,
.navbar-custom ul.nav li.active a,
.navbar-nav>li>a:focus {
	background: transparent;
	color: #cd9b33
}

.navbar-custom li:after {
	content: "\f111";
	font-family: FontAwesome;
	padding: 0 3px;
	vertical-align: middle;
	font-size: 3px;
	color: #cd9b33;
}

.navbar-custom li:last-child:after {
	display: none;
}

.navbar-custom ul.nav li a {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	transition: all .2s ease-in-out;
	color: #fff;
	letter-spacing: 0.9px;
	font-weight: normal;
	background: transparent;
}

.navbar-custom .nav>.active>a {
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu li:after {
	display: none;
}

.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

/* a languages  */

.navbar-nav>li#lngs {
	font-size: 14px !important;
	color: #fff;
}

.navbar-nav>li#lngs>a {
	line-height: 85px;
	padding: 10px 0px 0 0;
}

.navbar-nav>li#lngs>a:first-child {
	padding: 10px 0px 0 15px;
}

/* Responsive navbar  */

.navbar-toggle:focus,
.navbar-toggle:active {
	outline: 0;
	color: #cecece;
}

.navbar-toggle {
	margin-top: 12px;
	font-size: 25px;
	color: #fff;
	transition: all .2s ease-in-out;
	position: relative;
	float: right;
	border-radius: 0px;
	background-color: #cd9b33;
}

.navbar-collapse {
	background-color: #000;
}

/*===========================
  Logo
============================ */

.navbar-brand-centered img {
	margin: auto;
}

/* ===========================
 Main Slider
============================ */

.slider-container {
	overflow: hidden;
	position: relative;
	height: 100%;
	cursor: all-scroll;
}

.slider {
	z-index: 1;
	position: relative;
	height: 100%;
	top: 80px;
}

/*Controls */

.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	transition: opacity 0.3s;
	opacity: 0;
}

.slider-control.inactive:hover {
	cursor: auto;
}

.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}

.slider-control.left {
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
	right: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

/* Pagination */

ul.slider-pagi {
	padding-left: 0px;
}

.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 1rem;
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}

.slider-pagi__elem {
	border: 2px solid #cd9b33;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	cursor: pointer;
}

.slider-pagi__elem.active {
	background-color: #cd9b33;
}

.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	transition: transform 0.3s;
	transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
	transform: translate(-50%, -50%) scale(1);
}

/* Slider Animation */

.slider.animating {
	transition: transform 0.5s;
}

.slider.animating .slide_bg {
	transition: transform 0.5s;
}

.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.slide.active .slide_overlay,
.slide.active .slide_text {
	opacity: 1;
	transform: translateX(0);
}

.slide_bg {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.61);
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top right;
}

.slide_content {
	position: absolute;
	top: 0;
	left: 20%;
	right: 20%;
	height: 100%;
}

/* Slider Overlay */

.slide_overlay {
	position: absolute;
	bottom: 0;
	left: 4%;
	height: 100%;
	width: 40%;
	min-height: 610px;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
	transform: translate3d(-20%, 0, 0);
	opacity: 0;
}

.slide_overlay {
	opacity: 0.4;
}

/* Slider Typography */

.slide_text {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 37%;
	color: #fff;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	transform: translateY(-50%);
	opacity: 0;
}

.slide_text-heading {
	margin-bottom: 1.5rem;
	font-size: 53px;
	color: #cd9b33;
	margin-top: 0;
}

.lead {
	font-size: 3.2rem;
	color: #fff;
	margin-bottom: 1.1rem;
}

/* slide1 */

.slide:nth-child(1) {
	left: 0;
}

/* slide2 */

.slide:nth-child(2) {
	left: 100%;
}

/* slide3 */

.slide:nth-child(3) {
	left: 200%;
}

/* slide4 */

.slide:nth-child(4) {
	left: 300%;
}

/* slide5 */

.slide:nth-child(5) {
	left: 400%;
}

/* slide6 */

.slide:nth-child(6) {
	left: 500%;
}

/* slide7 */

.slide:nth-child(7) {
	left: 600%;
}

/* slide8 */

.slide:nth-child(8) {
	left: 700%;
}

/*===========================
  Offer
============================ */

#offer .container {
	background-image: url(../img/offer1.png), url(../img/offer2.png);
	background-position: left, right;
	background-repeat: no-repeat;
}

#offer .hr {
	color: #fff;
}

#offer .price {
	font-size: 45px;
	color: #fff;
	margin-top: 30px;
}

/*===========================
  Blog And Blog Detail
============================ */

#blog {
	background-color: #f2f2f2
}

.blog {
	background-color: #fff;
}

.blog h4 {
	text-align: left;
	font-size: 17px;
	margin: 25px 0 20px 0;
	line-height: 30px;
}

.post_history {
	padding: 0px 20px 20px;
}

.post_history p {
	font-size: 14px;
	margin-bottom: 20px;
}

.blog a {
	color: #cd9b33;
	font-size: 15px;
	font-weight: bold;
}

.standard-blog-post {
	background: url(../img/blog-bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.pad-bottom {
	padding-bottom: 60px;
}

.pad-top {
	padding-top: 60px;
}

#master-wrap .container {
	padding: 0px;
}

#master-wrap a {
	color: #000
}

.white-bg {
	background-color: #ffffff;
}

.inner-page-header .page-title {
	font-size: 40px;
	line-height: 47px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 80px;
	color: #fff;
}

.inner-page-header .page-sub-title {
	font-style: italic;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}

.light-grey-bg {
	background-color: #E9E9EB;
}

.pad-min-bottom-half {
	padding-bottom: 40px;
}

.pad-min-top-half {
	padding-top: 40px;
}

.blog-post-details p {
	display: inline-block;
	margin-bottom: 0px;
	font-weight: 400;
}

.blog-page-content p {
	margin-bottom: 25px
}

.inner-page-navigation:hover {
	color: #cd9b33 !important;
}

.fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0;
}

.add-min-top-half {
	margin-top: 40px;
}

.add-min-bottom-half {
	margin-bottom: 40px;
}

.blog-post-footer {
	padding: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.blog-post-share {
	padding-top: 7px;
}

.blog-post-share .social-icons a {
	font-size: 20px;
	line-height: 1px;
	margin-right: 10px;
}

.blog-post-tags ul li {
	list-style: none;
	display: inline-block;
	margin: 2px 0px;
}

.blog-post-tags a {
	border-color: #121212;
}

.blog-post-tags a {
	font-size: 12px;
	line-height: 20px;
	padding: 3px 6px;
	padding-top: 5px;
	display: inline-block;
	border: 1px solid;
	margin-left: 3px;
	font-weight: 700;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.comments {
	margin-top: 60px;
}

.blog-page-content .sub-head {
	font-size: 16px;
	line-height: 23px;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.comments ul {
	padding-left: 0px;
}

.comments ul li {
	list-style: none;
}

.commentlists .comment>div {
	border-color: rgba(0, 0, 0, 0.25);
}

.commentlists .comment>div {
	position: relative;
	padding: 20px;
	padding-left: 85px;
	padding-right: 0px;
	margin-bottom: 25px;
	border-top: 1px solid;
}

.commentlists .avatarbox {
	position: absolute;
	left: 0px;
	top: 20px;
}

.comment-info {
	font-size: 12px;
	line-height: 19px;
}

.comment-info a {
	font-weight: 700;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.comment-info span {
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
}

.comment-reply {
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 15px;
}

.comments ul li p {
	margin-top: 10px;
}

.comments ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

.comments ul.children li {
	padding-left: 70px;
}

.commentform-wrap {
	margin-top: 60px;
}

.commentform-wrap .comment-title {
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
}

.commentform textarea,
.commentform input[type="text"] {
	width: 100%;
	padding: 5px;
	outline: none;
	border: 1px solid;
	margin-bottom: 15px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.commentform textarea,
.commentform input[type="text"] {
	border-color: rgba(0, 0, 0, 0.25);
}

.button-style-01 {
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 25px;
	padding-top: 13px;
	cursor: pointer;
	position: relative;
	z-index: 5;
	font-weight: 700;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.button-style-01.black-button p {
	margin: 0px;
}

.form-submit input[type="submit"] {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0;
	background: transparent;
	border: none;
	color: #fff;
}

.button-style-01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button-style-01.black-button::before {
	background-color: #000000;
}

.button-style-01-container {
	display: inline-block;
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.button-style-01.black-button:hover {
	color: #000000;
}

.blog-post-sidebar {
	margin-left: 15px;
}

.blog-post-sidebar>div {
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

.blog-post-sidebar>div {
	border-color: rgba(0, 0, 0, 0.25);
}

.blog-page-content .sub-head {
	font-size: 16px;
	line-height: 23px;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.blog-post-sidebar ul {
	list-style: square;
	padding-left: 20px;
}

.blog-post-sidebar a {
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.blog-post-sidebar ul li a {
	color: #8B8B8B;
}

/* ornament image */

img.services_image {
	margin-top: -420px;
	position: relative;
	max-width: 100%;
	bottom: 0;
}

/* ===========================
--- Testimonials
============================ */

#testimonial {
	background: url(../img/testimonial-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat, repeat-y;
	background-color: rgba(0, 0, 0, 0.61);
}

#testimonial blockquote {
	border-left: none;
	margin: 0;
	padding: 0;
}

#testimonial img {
	margin-bottom: 15px;
	margin-bottom: 15px;
	width: 171px;
	display: inline-block;
}

#testimonial .items {
	color: #fff
}

#testimonial .detail {
	font-size: 17px;
	line-height: 32px;
}

#testimonial .name {
	margin-top: 20px;
	font-size: 20px;
}

/* Quote */

.quote-test:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	font-size: 2.3em;
	line-height: 0.1em;
	margin-right: 0.5em;
	vertical-align: 0.2em;
}

.quote-test p {
	display: inline;
}

.quote-test small {
	margin-top: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.quote-test i {
	margin: 10px;
}

/*===========================
  About Us
============================ */

#about h2 {
	z-index: 99;
	position: relative;
}

.section-heading p {
	font-size: 22px;
	color: #333333
}

.row.about-margin {
	padding: 50px 0 60px;
}

#owl-about {
	margin-top: 52px;
}

/*===========================
  Nafpaktos
============================ */

#nafpaktos {
	background-color: #f2f2f2
}

#nafpaktos h2 {
	z-index: 99;
	position: relative;
}

#owl-nafpaktos {
	margin-top: 52px;
}

#nafpaktos-gallery img {
	margin-top: 60px;
}

/* ===========================
--- Menu
============================ */

#menu .container {
	padding: 0px
}

#menu .pad-top {
	padding-top: 130px;
}

#menu .tab-content {
	background: #fff;
	padding: 60px;
}

#menu .menu_item {
	padding-top: 40px;
	padding-bottom: 60px;
	background: url(../img/menu/photos-03.jpg) no-repeat center;
	background-size:cover;
}

#menu .menu_item i:before {
	display: block
}

#menu .menu_item ul li a span {
	height: 55px;
	width: 55px;
	display: inline-block;
}

#menu .menu_item ul li .breakfast {
	background: url(../img/menu/breakfast_grey.png) no-repeat center;
}

#menu .menu_item ul li .drink {
	background: url(../img/menu/drink_grey.png) no-repeat center;
}

#menu .menu_item ul li .wine {
	background: url(../img/menu/wine_grey.png) no-repeat center;
}

#menu .menu_item ul li .dinner {
	background: url(../img/menu/dinner_grey.png) no-repeat center;
}

#menu .menu_item ul li .main_dish {
	background: url(../img/menu/main_dish_grey.png) no-repeat center;
}

#menu .menu_item ul li.active .breakfast,
#menu .menu_item ul li:hover .breakfast {
	background: url(../img/menu/breakfast.png) no-repeat center;
}

#menu .menu_item ul li.active .drink,
#menu .menu_item ul li:hover .drink {
	background: url(../img/menu/drink.png) no-repeat center;
}

#menu .menu_item ul li.active .wine,
#menu .menu_item ul li:hover .wine {
	background: url(../img/menu/wine.png) no-repeat center;
}

#menu .menu_item ul li.active .dinner,
#menu .menu_item ul li:hover .dinner {
	background: url(../img/menu/dinner.png) no-repeat center;
}

#menu .menu_item ul li.active .main_dish,
#menu .menu_item ul li:hover .main_dish {
	background: url(../img/menu/main_dish.png) no-repeat center;
}

/* fade tab transition */

.fade {
	opacity: 0;
	transition: opacity 0.55s linear;
}

/* Ornament images with effect*/

.image_menu {
	max-width: 90%;
	margin-top: 27%;
	position: absolute;
	z-index: 100;
	overflow: hidden;
}

/* Menu styling */

.menu-body {
	max-width: 680px;
	margin: 0 auto;
	padding: 20px;
	display: block;
	color: rgb(92, 92, 92);
}

.menu-section-title {
	font-family: georgia;
	font-size: 50px;
	display: block;
	font-weight: normal;
	margin: 20px 0;
	text-align: center;
}

.menu-item {
	margin: 35px 0;
	font-size: 18px;
}

/* menu featured */

.menu-item.featured {
	margin: -83px 0 10px;
	padding: 15px;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	position: relative;
}

.menu-item.featured .menu-item-name {
	color: #fff;
}

.menu-item img {
	border-radius: 50%;
}

/* menu Name */

.menu-item-name {
	font-weight: 600;
	text-transform: uppercase;
	color: #cd9b33;
	padding: 25px 0px;
}

/* menu Description */

.menu-item-description {
	font-size: 15px;
	line-height: 28px;
	font-weight: normal;
}

/* menu Price */

.menu-item-price {
	color: #cd9b33;
	margin-top: 20px;
	border-radius: 50%;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
}

.menu-contents {
	text-align: left;
	font-style: italic;
}

.menu-contents h3 {
	font-style: normal;
}

.menu-contents strong {
	font-style: normal;
}

.menu-contents p {
	margin: 0 0 20px 0;
	display: inline-block;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	padding: 0 0 10px 0;
	min-height: 100px;
}

.menu-contents .no-lines p,  p.no-lines{
	border-bottom: 0px dashed #ccc;
}

/* ===========================
--- Gallery
============================ */

#about-photos .portfolio-item {
	position: relative;
	width:30%;
	float:left;
}



.portfolio-item {
	position: relative;
	width:10%;
	float:left;
}




@media (max-width: 600px) {

.portfolio-item {
	position: relative;
	width:33.3%;
	float:left;
}


}




#gallery .container {
	padding-bottom: 0px;
}

#gallery #lightbox {
	display: block;
	padding-bottom: 0px;
	min-height: 500px !important;
}

/* Gallery Navigation */

.nav-gallery {
	text-align: center;
}

#gallery .nav.nav-tabs {
	margin-bottom: 30px;
}

#gallery .nav.nav-tabs>li>a {
	font-size: 14px;
	padding: 3px 15px;
	border: 2px solid;
	line-height: 35px;
	min-height: 40px;
	text-transform: uppercase;
}

#gallery .nav.nav-tabs>li>a:focus,
#gallery .nav.nav-tabs>li>a:hover,
#gallery .nav.nav-tabs>li>.active {
	border: 2px solid #fff;
	color: #fff;
}

/* Isotope */

/* Gallery */

.gallery-item.selected img {
	transition: opacity 1s ease-in-out;
}

.gallery-thumb img {
	display: block;
	position: relative;
	overflow: hidden;
	height: 225px !important;
	width: auto !important;
}

.scrollimation .gallery-thumb {
	transform: translateY(100px);
	opacity: 0;
	transition: opacity .4s ease-out, transform .4s ease-out;
}

.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
	transform: translateY(0px);
	opacity: 1;
}

/* thumbnail Overlay */

.gallery-thumb .overlay-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	background-color: #CD9B33;
	transition: opacity .3s ease-out;
}

.gallery-thumb .overlay-text {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 25%;
	opacity: 0;
	z-index: 3;
	color: #fff;
	padding: 30px;
	text-align: center;
	transform: translateY(200px);
	transition: all .3s ease-out;
}

.gallery-thumb .overlay-text h4 {
	font-weight: normal;
	margin-top: 20px;
	font-size: 24px
}

.gallery-thumb .overlay-text p {
	color: #fff;
}

.gallery-thumb:hover .overlay-mask {
	opacity: 0.8;
}

.gallery-thumb:hover .overlay-text {
	opacity: 0.8;
	transform: translateY(0px);
}

.gallery-thumb .link {
	display: inline-block;
	margin: 0;
	font-size: 20px;
	line-height: 57px;
	color: #fff;
	opacity: 0;
	height: 60px;
	width: 60px;
	text-align: center;
	z-index: 3;
	transform: translateX(200px);
	transition: all .3s ease-out;
	border: 1px solid #fff;
	border-radius: 50%;
}

.gallery-thumb:hover .link {
	transform: translate(0);
	opacity: 1;
	transition: all .3s ease-out .3s;
}

.gallery-thumb .link.centered {
	transform: translateY(-200px);
	transition-delay: 0s;
}

.gallery-thumb i {
	transition: all 0.2s ease-in-out;
}

.gallery-thumb i:hover {
	color: #cecece;
}

.gallery-thumb:hover .link.centered {
	transform: translateY(0);
	transition-delay: 0.1s;
}

.gallery_carousel {
	text-align: center !important;
	position: relative;
}

.gallery_carousel .carousel-control {
	color: #C29E62;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=180, Color=#000000)";
	/*IE 8*/
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.9);
	/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#000000);
	/*IE 5.5-7*/
	background: none;
}

.gallery_carousel .carousel-indicators {
	margin: 0 auto;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center !important;
	position: relative;
}

/* Indicators list style */

.gallery_carousel .carousel-indicators li {
	background-color: #C29E62;
	border-color: #C29E62;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#000000)";
	/*IE 8*/
	-moz-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.6);
	/*FF 3.5+*/
	-webkit-box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.6);
	/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.6);
	/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid: DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000);
	/*IE 5.5-7*/
}

.gallery_carousel .carousel-indicators li.active {
	background-color: #00250C;
	border-color: #00250C;
}

.featherlight-previous span,
.featherlight-next span {
	display: none !important;
}

.featherlight-previous:hover {
	background: rgba(255, 255, 255, 0.15);
	background-image: url(img/left.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 30px;
}

.featherlight-next:hover {
	background: rgba(255, 255, 255, 0.15);
	background-image: url(img/right.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 30px;
}

/*===========================
 Reservation
============================ */

#reservation .reservation-form {
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: #d6d4d4;
}

#reservation .container {
	padding: 0px;
}

#reservation .pad-top {
	padding-top: 130px;
	padding-bottom: 0px;
}

#reservation input[type="text"] {
	width: 100%;
	height: 40px;
	margin: 0;
	margin-bottom: 35px;
	padding: 0px 20px;
	border: none;
	color: #000;
	font-weight: normal;
}

#reservation textarea {
	width: 100%;
	height: 122px;
	margin: 0;
	padding: 10px 20px;
	border: none;
	margin-bottom: 15px;
	font-weight: normal;
}

.form-controls {
	position: relative
}

#reservation1 .form-controls-data-field:after {
	content: "\f073";
	position: absolute;
	top: 10px;
	right: 40px;
	pointer-events: none;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	pointer-events: none;
}

#location .white_block p {
	margin-bottom: 25px;
}

#location .container-fluid .col-md-12 {
	padding: 0;
}

/*===========================
  Team
============================ */

#team {
	background-color: #eee;
}

.team {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #fff;
	color: #000000;
	border-radius: 5px;
}

.team * {
	box-sizing: border-box;
	transition: all 0.35s ease-in-out;
}

.team img {
	width: 100%;
	position: relative;
	display: block;
}

.team:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 90%;
	z-index: 1;
	left: -100%;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #fff;
	transition: all 0.4s ease-in-out;
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
}

/* Team caption */

.team .teamcaption {
	padding-left: 20px;
	position: absolute;
	left: 0;
	top: 20%;
	width: 90%;
	z-index: 1;
	opacity: 0;
}

.team .teamcaption p {
	margin: 0;
	text-align: left;
	padding: 5px 0 0;
	width: 100%;
}

.team .teamcaption .icons {
	width: 100%;
	padding: 8px 0;
	margin-top: 10px;
}

.team .teamcaption .icons i {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	margin-right: 5px;
	opacity: 0;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	background-color: #cd9b33;
}

.team .teamcaption a {
	opacity: 0.8;
}

.team .teamcaption a:hover {
	opacity: 1;
}

/* Team Name */

.team .teamname {
	bottom: 0;
	width: 100%;
	padding: 15px 0px;
	font-size: 1.4em;
	opacity: 1;
	font-weight: 700;
	color: #cd9b33;
}

/* Team Overlay effect */

.team:hover .teamcaption,
.team.hover .teamcaption,
.team:hover .icons i,
.team.hover .icons i {
	opacity: 1;
	transition-delay: 0.2s;
}

.team:hover:before,
.team.hover:before {
	transform: skewX(0deg) translateX(0px);
	left: 0px;
}

/*===========================
  Contact
============================ */

#contact h6 {
	margin: 10px 0 20px;
	font-size: 17px;
	font-weight: normal;
	color: #cd9b33;
}

#contact p {
	margin-bottom: 25px;
}

#contact .single_info p {
	margin-bottom: 78px;
}

#contact h4 {
	margin-bottom: 35px;
}

#contact .form-control,
.textarea-field:focus,
.input-field:focus {
	outline: 0 none;
}

#contact .form-control {
	font-size: 16px;
	outline: 0;
	box-shadow: none;
	background: none;
	border-radius: 0;
	padding-top: 15px;
	border: 1px solid #d4d4d4;
	padding: 10px 15px;
	margin-bottom: 20px;
	font-weight: normal;
}

#contact textarea {
	height: 150px;
	resize: none;
}

/*===========================
  Opening Times
============================ */

#opening {
	background: url(../img/opening_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat, repeat-y;
}

.openning_opacity {
	background: rgba(255, 255, 255, .7);
	padding: 50px 0;
}

#opening span {
	color: #000;
	font-size: 20px;
	margin-bottom: 0px;
	display: block;
	font-weight: normal;
	letter-spacing: 0.50px;
}

#opening p.text-center {
	color: #fff;
	margin: 50px 0px;
	line-height: 37px;
	font-size: 25px;
}

#opening table {
	font-weight: 600;
	text-transform: uppercase;
}

#opening table>tbody>tr>td {
	line-height: 2em;
}

#opening h5 {
	margin-bottom: 20px;
}

#opening .sign h5 {
	margin: 30px;
}

.opening_img {
	display: inline
}

/*Sign */

.sign {
	float: left;
	width: 100%;
	border: 5px solid #fff;
	padding: 0.15em 1em .65em;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.4);
	background-color: #333;
	border-radius: 15px;
}

.sign p {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1);
	margin: 0 auto;
	line-height: normal;
}

.sign:before {
	position: absolute;
	content: "";
	border: 2px dotted #444;
	border-bottom: none;
	border-left: none;
	width: 100px;
	height: 100px;
	top: -55px;
	left: 50%;
	margin-left: -50px;
	transform: rotate(-45deg);
	border-radius: 0 5px 0 0;
}

.sign:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: -75px;
	left: 50%;
	margin-left: -4px;
	background: #4c4c4c;
}

/*Instagram */

#instafeed a {
	padding: 5px 5px 1px 5px;
	margin: 10px;
	display: inline-block;
	position: relative;
}

#instafeed img {
	border-radius: 50%;
	width: 150px;
}

#instafeed .likes {
	transition: background .5s ease-in-out;
	font-size: 24px;
	position: absolute;
	color: #333;
	right: 5px;
	top: 5px;
	left: 5px;
	opacity: 0;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

/* Instagram Hover effect */

#instafeed a:hover .likes {
	background: #fff;
	opacity: 1;
	border-radius: 150px 150px 0 0;
	width: 150px;
	height: 50%;
	line-height: 85px;
}

/*===========================
  Map
============================ */

#special-offer {
	background: url(../img/offer-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat, repeat-y;
}

#special-offer .offer-img {
	padding: 0px 48px;
}

.offer-item-price {
	background-color: #ed1f24;
	color: #fff;
	float: right;
	border-radius: 50%;
	height: 135px;
	width: 135px;
	line-height: 130px;
	font-size: 49px;
	position: absolute;
	right: 50px;
	top: 0px;
}

.offer-title {
	font-size: 31px;
	font-weight: normal;
	margin: 30px 0px;
	line-height: 1.42;
	color: #333333;
}

#special-offer p {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	font-style: italic;
	letter-spacing: 1.7px;
	margin-bottom: 25px;
}

#special-offer a {
	padding: 13px 60px;
	background-color: #cd9b33;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: italic;
	margin-top: 25px;
}

#special-offer a:hover {
	color: #fff
}

/*===========================
  Map
============================ */

#map-canvas {
	border-top:2px solid #C29E62;
	border-bottom:2px solid #C29E62;
	max-width: 100%;
	height: 380px;
}

/*===========================
  Footer
============================ */

footer {
	padding: 25px 0 25px 0;
	background-color: #000
}

footer a {
	color: #fff !important;
}

footer a:hover {
	color: #333 !important;
}

footer p {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}

/* Go to top icon */

.back-to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 12px;
	z-index: 119;
}

.back-to-top i {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	background-color: #333;
	border-radius: 50%;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

/*===========================
  Miscellaneous
============================ */

/* owl-carousel */

.owl-carousel .owl-item {
	perspective: 1000px;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	padding: 6px;
	width: 30px;
	border-radius: 50%;
	margin-top: -50px;
	text-align: center;
	background-color: #333;
}

.owl-prev:hover,
.owl-next:hover {
	transition: all .3s ease-in-out;
}

.owl-prev i,
.owl-next i {
	color: #fff;
}

.owl-next {
	right: 0px;
}

.owl-carousel.owl-loaded {
	display: block;
	clear: both;
	/* Important fix */
}

.owl-dots {
	text-align: center;
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
	border: 2px solid;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	cursor: pointer;
	color: #cd9b33;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #cd9b33
}

.owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	transition: transform 0.3s;
	transform: translate(-50%, -50%) scale(0);
}

.owl-theme .owl-dots .owl-dot span:hover:before {
	transform: translate(-50%, -50%) scale(1);
}

.owl-theme .owl-dots .owl-dot.active span:before {
	transform: translate(-50%, -50%) scale(1);
}

/* bootstrap carousel indicators */

.carousel-indicators li {
	width: 14px;
	height: 14px;
	margin: 0px 7px;
	background: transparent;
	border: 2px solid;
	display: inline-block;
	backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px
}

.carousel-indicators .active,
.carousel-indicators li:hover {
	width: 14px;
	height: 14px;
	margin: 0px 7px;
}

/* Section with pattern */

section.pattern {
	background: url(../img/texture.jpg);
	background-repeat: repeat;
}

/* Space between sections */

section .container {
	padding-top: 130px;
	padding-bottom: 80px;
}

.small-section .container {
	padding: 100px 0 100px 0;
}

/* dividers */

.hr {
	max-width: 60px;
	padding: 0;
	border-style: solid;
	border-width: 2px 0 0 0;
	text-align: center;
	clear: left;
	display: block;
	height: 0;
	margin: 0px auto 20px auto;
	width: 100%;
}

/* Image zoom Hover effect*/

.img-wrapper {
	overflow: hidden;
}

.img-wrapper img {
	transition: all 2s ease;
	vertical-align: middle;
	display: inline-block;
}

.img-wrapper img:hover {
	transform: scale(1.2);
}

/* Sections heading */

.section-heading {
	margin-bottom: 70px;
	text-align: center;
	z-index: 99;
}

.section-heading h2::before,
.section-heading h2::after {
	border-top: 2px solid #cd9b33;
	content: "";
	left: -215px;
	position: absolute;
	top: 33px;
	width: 200px;
}

.section-heading h2::after {
	left: inherit;
	right: -215px;
}

/* Pagination */

.pagination>li>a,
.pagination>li>span {
	margin: 0 5px;
	color: #999999;
	font-style: italic
}

.pagination li a {
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	padding: 6px;
}

.pagination li.active a {
	background-color: none;
	color: #cd9b33
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #cd9b33;
	background-color: #fff
}

.pagination>.active>a,
.pagination>.active>a:hover {
	background-color: #fff;
	color: #cd9b33
}

/* Color blocks */

.white_block {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px 30px 0px 30px;
	z-index: 99;
	border: 1px solid #f6f6f6;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.read_more {
	color: #cd9b33;
	text-align: right;
	display: block;
	font-size: 16px;
	font-weight: 500
}

/* Pager */

.pager {
	margin: 50px 0;
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	font-size: 20px;
	font-weight: 700;
	background-color: #fff;
	border: 1px solid;
	border-radius: 0px;
}

.pager li>a:hover {
	color: #fff;
}

/* Nav-tabs */

.nav-tabs {
	text-align: center;
	border-bottom: 0;
}

.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus,
.nav.nav-tabs>li>a:hover {
	background: #fff;
	color: #cd9b33;
	border-color: #fff;
}

.nav.nav-tabs>li {
	float: none;
	margin: 0 55px 0;
	width: 206px;
	display: inline-block;
}

#menu .nav.nav-tabs li.first {
	margin-left: 0px;
}

#menu .nav.nav-tabs li.last {
	margin-right: 0px;
}

.nav.nav-tabs>li>a {
	position: relative;
	display: block;
	letter-spacing: 0.2px;
	font-weight: bold;
	min-height: 50px;
	line-height: 40px;
	padding: 30px 35px;
	color: #333;
	font-size: 18px;
	background-color: #e7e7e7;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
	border-color: #e7e7e7;
	margin: 0px;
}

.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus {
	color: #cd9b33;
	border-color: #fff;
}

/* Panels */

.panel {
	border: 0;
	background: transparent;
}

.panel-title {
	font-size: 18px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0;
}

.panel-heading a {
	display: block;
	text-transform: none;
	color: #fff;
	padding: 10px;
	border: 0px;
}

.panel-heading a:focus {
	color: #C1B7B7;
}

.panel-group .panel+.panel {
	margin-top: 0px;
}

.panel-group .panel-heading {
	border-bottom: 0px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0px;
}

.panel-heading {
	padding: 10px 0px;
}

.panel-heading [data-toggle="collapse"]:after {
	content: "\f077";
	font-family: FontAwesome;
	float: right;
	font-size: 18px;
	line-height: 22px;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
	transform: rotate(180deg);
}

/* Lists */

ul {
	font-size: 16px;
}

/* Buttons */

.btn {
	font-size: 14px;
	font-weight: 700;
	background-image: none;
	border-radius: 0px;
	margin-top: 25px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	padding: 15px 30px;
	letter-spacing: 0.2px;
	color: #fff;
	border: 1px solid;
	background-color: #cd9b33;
}

.btn:hover {
	border: 1px solid #cd9b33;
	background-color: #fff;
	color: #cd9b33
}

.btn:focus {
	outline: none;
}

.input-group-btn .btn {
	margin-top: 0px;
}

/* Forms */

.input-group-addon {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
	text-align: center;
	border: 0px;
	border-radius: 4px;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group {
	border-collapse: separate;
	margin: 0 auto;
	text-align: center;
}

.form-control {
	display: block;
	width: 100%;
	height: 46px;
	border: 0;
}

.input-group-btn span,
.btn span {
	color: #fff;
}

.input-group .form-control:first-child {
	border-radius: 0;
}

.input-group .form-control:focus {
	box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

/* Social Media Icons */

.social-media {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.social-media a {
	display: inline-block;
	font-size: 18px;
	background-color: #cd9b33;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

.social-media a i {
	transition: .3s;
	margin: 3px;
	width: 30px;
}

.social-media i {
	transition: color .3s ease-in-out;
}

/* Centered columns */

.col-centered {
	float: none;
	margin: 0 auto;
}

/* Nav-pills */

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
}

.nav-pills>li>a:hover {
	color: #fff;
}

.nav-pills .nav>li>a:hover,
.nav>li>a:focus {
	color: #fff;
}

/* Tables */

.table>tbody>td {
	border-bottom: 1px solid #ddd;
	border-top: none;
	padding: 11px;
	font-size: 17px;
}

.table>tbody>tr:first-child>td {
	border: none;
}

/* Wells */

.well {
	border-radius: 0;
	border: 0;
	box-shadow: 0 0 0px;
	background-color: #fff;
}

.well .list-unstyled {
	padding-left: 0;
	list-style: none;
	line-height: 37px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}

.well .list-unstyled li:before {
	font-family: 'FontAwesome';
	content: '\f061';
	font-weight: normal;
	font-size: 13px;
	margin: 0 10px 0 15px;
}

.well h4 {
	margin-bottom: 20px;
	display: inline-block;
}

.well h4:before {
	margin-right: 10px;
	content: "\e003";
	font-family: 'Flaticon';
	font-weight: normal;
	vertical-align: middle;
	font-size: 20px;
}

/* Media */

.media {
	margin-top: 45px;
	font-size: 16px;
	line-height: 27px;
}

.media img {
	max-width: 100px;
}

.media:last-child {
	margin-bottom: 65px;
}

.media-heading {
	margin-bottom: 15px;
	padding: 10px;
}

.media-heading small {
	font-weight: 700;
}

/* Margins */

.margin8 {
	margin-bottom: 8px;
}

.top-margin {
	margin-top: 20px;
}

.full {
	width: 100%;
}

/*===========================
  Media Queries
============================ */

/************ min width 1400px *************/

@media (min-width: 1400px) {
	h1 {
		font-size: 70px;
	}
	.nav.nav-tabs>li {
		margin: 0px 55px 0px;
	}
}

/************ max width 1200px *************/

@media (max-width: 1200px) {
	h1 {
		font-size: 40px;
	}
	.navbar-brand-centered img {
		max-height: 60%;
		max-width: 60%;
	}
	.navbar-nav>li>a {
		padding: 10px 5px;
	}
	.social-media a i {
		margin: 0px;
	}
	.navbar-custom ul.nav li a {
		font-size: 13px;
	}
	.wow {
		visibility: visible !important;
		animation: none !important;
		/* turns off animations in smaller screens for better performance */
	}
	#menu {
		background: none;
	}
	.nav.nav-tabs>li {
		margin: 0px 21px 0px;
	}
}

/************ max width 991px *************/

@media (max-width: 991px) {
	/*navbar */
	.navbar {
		min-height: 50px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 0px;
	}
	.navbar-custom ul.nav li a {
		font-size: 16px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 5px;
		padding-bottom: 5px;
		height: 40px;
		line-height: 40px
	}
	/* a languages  */
	.navbar-nav>li#lngs {
		font-size: 14px !important;
		color: #fff;
		text-align: center;
	}
	.navbar-nav>li#lngs>a {
		line-height: 40px;
		display: inline-block;
		text-align: center;
	}
	.navbar-nav>li#lngs>a:first-child {
		padding: 0px;
	}
	.collapsing {
		overflow: hidden!important;
	}
	.navbar-custom li:after {
		display: none;
	}
	.navbar-custom ul.nav li a {
		font-size: 16px;
		display: block;
		padding: 0px;
	}
	.navbar-right {
		float: none;
		margin-right: 0px;
	}
	/* Logo */
	#navbar-brand-centered.collapse.in {
		display: block!important;
		max-height: none;
	}
	.navbar-brand {
		line-height: 30px;
		height: 70px
	}
	.navbar-brand-centered img {
		max-height: 100%;
		max-width: 100%;
		margin: auto;
	}
	/* Main Slider */
	.slider {
		top: 0px;
	}

	.slide .slide__text {
		padding: 20px;
	}
	.slide__text {
		left: 0;
		bottom: 0;
		min-width: 100%;
		text-align: center;
		transform: none;
		transition: none;
		padding: 0 1rem;
	}
	.slide_content {
		left: 0px;
		right: 0px;
	}
	.slide__overlay {
		display: none;
	}
	.slider-pagi {
		position: absolute;
		z-index: 3;
		left: 50%;
		bottom: 1rem;
		transform: translateX(-50%);
		font-size: 0;
		list-style-type: none;
	}
	/* Space between sections */
	.section-heading {
		margin-bottom: 9rem;
	}
	.section-heading h2::before,
	.section-heading h2::after {
		display: none;
	}
	/* Stats */
	#stats h5 {
		margin-bottom: 60px;
	}
	/* Menu */
	#menu .tab-content {
		border: 0px;
		margin-top: 40px;
	}
	.menu-body {
		padding: 0px;
	}
	#menu .tab-content {
		padding: 20px;
	}
	.menu-item.featured {
		margin: -39px 0 10px;
	}
	/* Team */
	.team .teamcaption {
		padding-left: 40px;
	}
	/*Opening Sign */
	.sign {
		margin-bottom: 40px;
	}
	/* Nav tabs */
	.nav-tabs>li {
		margin: 10px 20px !important;
	}
	.nav-tabs {
		border-bottom: 0;
	}
	.nav.nav-tabs>li>a {
		border-radius: 0;
	}
	/* typography */
	h2 {
		font-size: 35px;
	}
	/* Sections background */
	#newsletter {
		background: none;
	}
	#testimonials {
		background: none;
	}
	#call-to-action .container {
		background: none;
	}
	#contact .container {
		background: none;
	}
	#opening .container {
		background: none;
	}
	#offer .container {
		background: none;
	}
	/* miscellaneous */
	.res-margin {
		margin-bottom: 15px;
	}
	.margin {
		margin-bottom: 40px;
	}
	.row.about-margin {
		padding: 0px 0 0px;
	}
	#map-canvas {
		margin-bottom: 30px;
	}
	.blog {
		margin-bottom: 20px
	}
}

/************ max width 767px *************/

@media (max-width: 767px) {
	/* Navbar */
	.navbar-fixed-top {
		position: absolute;
		z-index: 1000;
		border-width: 0 0 1px;
	}
	.blog {
		margin-bottom: 20px
	}



		.nav.nav-tabs>li {
width:25% !important;
	float:left !important;
	display:inline-block !important;
}



.nav.nav-tabs>li>a {
	position: relative;
	display: block;
	letter-spacing: 0.2px;
	font-weight: bold;
	min-height: 20px;
	line-height: 20px;
	padding: 10px;
	color: #333;
	font-size: 8px;
	background-color: #e7e7e7;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
	border-color: #e7e7e7;
	margin: 0px;
	float:left;
	display:inline-block !important;
}
}

/************ max width 480px *************/

@media (max-width: 480px) {
	/* navbar */
	.navbar-toggle {
		margin-top: 16px;
		font-size: 18px;
		color: #fff;
	}
	/* section */
	section .container {
		padding: 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.small-section .container {
		padding: 40px 0 40px 0;
	}
	.section-heading h2 {
		padding: 2px 2px;
		border: 0;
		line-height: 30px;
		letter-spacing: 0px;
		font-size: 26px;
		word-wrap: break-word;
	}
	.section-heading p {
		font-size: 16px;
	}
	#opening span {
		font-size: 20px
	}
	#opening p.text-center {
		font-size: 16px;
		line-height: 30px
	}
	/* team */
	.teamcaption p {
		display: none;
	}
	.team .teamcaption {
		padding-left: 20px;
	}
	/* menu */
	.menu-item-price {
		margin-top: 10px;
		height: 60px;
		line-height: 50px;
	}
	.menu-item-name {
		border-bottom: 0;
	}
	.menu-item.featured {
		padding: 8px;
	}
	.nav.nav-tabs>li {
		margin: 0px !important
	}
	/* slider  */
	.slider-pagi {
		display: none;
	}
	.slide__text-heading {
		margin-bottom: 1.5rem;
		margin-top: 1.5rem;
	}
	.owl-theme .owl-dots .owl-dot {
		display: none;
	}
	/* text*/
	h1 {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
	h3:after,
	h3:before {
		display: none;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 18px;
	}
	.subtitle {
		font-size: 16px;
		line-height: 18px;
	}
	/* Miscellaneous */
	.m-left {
		margin-left: 0px
	}
	.section-heading {
		margin-bottom: 3em;
	}
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	.nav-pills>li.active:after,
	.nav-pills>li.active:before {
		top: -45%;
	}
	.nav-pills>li+li {
		margin-bottom: 20px;
	}
	.nav-pills>li {
		float: none;
	}
	/* Blog Post */
	.inner-page-header .page-title {
		font-size: 25px;
		line-height: 32px;
	}
	.inner-page-header .page-sub-title {
		font-size: 14px;
		line-height: 21px;
	}
	.commentlists .avatarbox img {
		width: 55px;
		height: 55px;
	}
	.blog-post-path {
		text-align: left;
		margin-top: 15px;
	}
	.blog-post-tags {
		text-align: left;
		margin-top: 15px;
	}
	.blog-post-tags ul {
		padding: 0px;
	}
	.commentlists .comment>div {
		margin-bottom: 5px;
		padding-bottom: 30px;
		padding-left: 75px;
	}
	.blog-post-sidebar {
		margin-left: 0px;
		margin-top: 65px;
	}
	.blog {
		margin-bottom: 20px
	}
	#map-canvas {
		margin-bottom: 30px
	}









}












}

/************ max width 320px *************/

@media (max-width: 320px) {
	.container {
		width: 270px !important;
	}








}

/************ max width 300px *************/

@media (max-width: 300px) {


	/* titles*/
	h1 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	/* logo */
	.navbar-brand-centered img {
		max-height: 60%;
		max-width: 60%;
	}
	/* extras */
	.white_block {
		padding: 20px 10px 20px;
		margin: 5px;
	}
	.btn {
		padding: 10px;
	}
	.form-control {
		height: 48px;
	}
	#opening .sign h5 {
		margin: 10px 0px 10px;
	}
	.panel-heading [data-toggle="collapse"]:after {
		display: none;
	}
	/* team */
	.teamcaption .icons {
		display: none;
	}
	.team .teamcaption {
		padding-left: 10px;
	}
	.blog {
		margin-bottom: 20px
	}
}







/* PHOTOS
***************************************************/
#photos{
}
#photos img{
border:2px solid #cd9b33;
border-left:0px;
}

.scrollphotos .slick-prev, .scrollphotos .slick-next{
border:0px solid #ccc;
background: transparent;
width:40px;
height:40px;
box-shadow: 0;
}
.scrollphotos .slick-prev{
position:absolute;
top:45%;
z-index:9999;
float:left;
text-indent:-9999px;
}
.scrollphotos .slick-prev:after{
content: "\f060";
font-family: FontAwesome;
font-size:1em;
position:absolute;
top:6px;
left:0px;
z-index:9999;
width:20px;
height:20px;
text-indent:0px;
font-size:1.6em;
color:#fff;
text-shadow: 1px 2px 3px rgba(0,0,0,1);
}
.scrollphotos .slick-next:after{
content: "\f061";
font-family: FontAwesome;
font-size:1em;
position:absolute;
top:6px;
left:15px;
z-index:9999;
width:20px;
height:20px;
text-indent:0px;
font-size:1.6em;
color:#fff;
text-shadow: 1px 2px 3px rgba(0,0,0,1);
}
.scrollphotos .slick-next{
position:absolute;
top:45%;
right:0px;
z-index:9999;
float:right;
text-indent:-9999px;
display:none ;
}
.featherlight-content{
overflow-y:hidden !important;
}

.featherlight .featherlight-content {
padding: 10px 0 !important;
border-bottom: 0px solid transparent !important;

/* dimensions: handling small or empty content */
min-width:  30%;

/* dimensions: handling large content */
max-height: 95%;

/* styling */
background: #cd9b33 !important;
}

.featherlight-next:hover,
.featherlight-previous:hover {
background:transparent !important;
}
.featherlight-next:hover:before{
background:transparent !important;

    content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #cd9b33;
    font-size: 40px;
    position: absolute;
    top: 45%;
    right:-10%;

}
.featherlight-previous:hover:before {
background:transparent !important;

    content: "\f0a8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #cd9b33;
    font-size: 40px;
    padding-right: 0.5em;
    position: absolute;
    top: 45%;
    left: -10%;

}






