/*

Theme Name: Jzpub

Theme URI: http://www.themelooper.com/jzpub

Author: Themelooper

Author URI: http://www.themelooper.com

Description: JZ Pub & Bar WordPress Theme

Version: 3.0

License: GNU General Public License v2.0

License URI: http://themeforest.net/licenses

Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

Text Domain: jzpub

/** Table of Content  Css

Project:		Jz Pub & Bar
Version:		3.0
Author:			Themelooper
Primary use:	Pub & Bar

[Layout]

--> body
--> Header--- #header 
--> Content--- #main
--> Left column--- #aside 
--> Right column---#aside
--> Sidebar ---#sidebar
--> Search ---.search_box
--> Footer ---footer

Navigation	 #navbar
Content header	 h2


[Color Codes]

Background:	#ffffff (White)
Content:	#222222 (Light Dark)
Header H1:	#ffffff (White)
Header H2:	#222222 (Light Dark)
Footer:		#1f1f1f (White)


[Typography]

Body:				font:16px/24px 'Lato', sans-serif;
Headers:			font:15px/15px 'Lato', sans-serif;
Input, textarea:	font:16px/30px Lato', sans-serif;
Sidebar heading:	font:24px/24px 'Alice', serif;



==> 	RESET    
==> 	Wrapper 
==> 	Header
==> 	Welcome Section
==>		Tab Style 1
==>		Tab Style 2
==>		Parallax Section
==>		Event Section
==>		Home Gallery
==>		Newsletter
==>		Footer
==>		Inner BANNER
==>		Menu
==>		About Section
==>		Error Page
==>		Contact Page
==>		Blog Section
==>		Sidebar
==>		Gallery
==>		Event



End of Table of Content Css End **/
/*===========================================================================*/
						/*Default Css Start*/
/*===========================================================================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700');
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font: 400 14px/24px 'Open Sans', sans-serif;
	background: #000;
}
body p {
	font: 400 14px/24px 'Open Sans', sans-serif;
	color: #ccc;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul ul, ol ol {
	padding-left: 30px;
}
body h4, body h5, body h6{
	color:#fff;
	float:left;
	width:100%;
	margin:10px 0;
}
ul, ol{
	color:#fff;
}
/*===========================================================================*/
						/*Wrapper Start*/
/*===========================================================================*/
#wrapper {
	float: left;
	width: 100%;
}
#main {
	float: left;
	width: 100%;
}
/*===========================================================================*/
						/*Header Start*/
/*===========================================================================*/
#header {
	float: left;
	width: 100%;
	background: #000;
	border-bottom: 1px solid;
}
.theme_logo {
    float: left;
    left: 0;
	top:40px;
    margin:0 auto;
    position: absolute;
    right: 0;
}
.navigation {
	float: left;
	width: 100%;
	position: relative;
	margin:100px 0 0 0;
}
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: block;
	float: none;
}
#nav li {
	display: inline-block;
	float: none;
	position: relative;
	padding: 0 0 28px 0;
}
.menu-item-has-children:before{
	content:"\f0d7";
	font-family:FontAwesome;
	font-size:10px;
	color:#fff;
	position:absolute;
	right:15px;
	top:-7px;
}
#nav li ul li.menu-item-has-children:before{
	content:"\f0da";
	color:#222;
	top:10px;
	position:absolute;
	font-size:12px;
}
#nav li:first-child {
	background: none;
}
#nav li a {
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 27px;
	display: block;
	position: relative;
	z-index: 20;
}
#nav li a .fa {
	padding: 0 0 0 12px;
}
#nav li:hover > a {
	background: none;
}
#nav li ul li a:hover, #nav li ul li:hover > a {
	text-decoration: none;
	color: #fff;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 190px;
	background: #fff;
	padding: 0;
	border: 1px solid;
	display: none;
	list-style: none;
	z-index: 99999;
}
#nav li:hover > ul {
	display: block;
}
#nav li ul li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 190px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: auto;
	padding: 0;
	display: block;
	background: none;
	border-top: 1px solid;
}
#nav li ul li:first-child {
	border: 0;
}
#nav li.active ul li a {
	color: #444;
}
#nav li ul li a {
	background: none;
	font: 16px/16px 'Lato', sans-serif;
	text-align: left;
	padding: 13px 20px;
	text-transform: capitalize;
	display: block;
	color: #242c43 !important;
	position: relative;
}
#nav li ul li a:before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#nav li ul li a:hover:before {
	width: 100%;
}
#nav li ul li a:hover {
	color: #fff !important;
}
.navigation .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.navigation .navbar {
	border-radius: 0;
}
.navigation .navbar {
	border: 0;
	margin-bottom: 0;
	min-height: auto;
	position: relative;
}
.navigation .navbar-collapse {
	padding: 0;
}
.logo-col {
	float: left;
	width: 250px;
	margin: 0;
}
strong.logo {
	position: absolute;
	margin: auto;
	width: 200px;
	left: 66px;
	right: 0;
	z-index: 99;
	top: -60px;
}
strong.logo img{
	display:block;
	width:100%;
}
.top-bar {
	float: left;
	width: 100%;
	padding: 15px 0 10px 0;
}
.top-bar strong.time {
	font: 400 14px/14px 'Open Sans', sans-serif;
	color: #ccc;
	float: left;
}
.top-bar strong.time .fa {
	padding: 0 8px 0 0;
	float: left;
}
.top-bar .top-social {
	float: right;
}
.top-bar .top-social strong.title {
	float: left;
	font: 400 14px/18px 'Open Sans', sans-serif;
	color: #ccc;
	padding: 0;
}
.top-bar .top-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.top-bar .top-social ul li {
	float: left;
	padding: 0 0 0 20px;
}
.top-bar .top-social ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	color: #ccc;
}
.top-right-box {
	position: absolute;
	right: 0;
	/*top: 10px;*/
	top:8px;
}
.top-right-box button {
	font-size: 14px;
}
.tl_search_holder {
	float: right;
}
.burger-nav {
	float: right;
	margin: 0 0 0 35px;
}
/*===========================================================================*/
						/*Search Bar Css Start*/
/*===========================================================================*/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(197,160,89,0.95);
	z-index: 999;
}
#tl_overlay_boxed .overlay {
	background: rgba(197,160,89,0.95);
}
#tl_overlay_repair .overlay {
	background: rgba(197,160,89,0.95);
}
#tl_overlay_store .overlay {
	background: rgba(197,160,89,0.95);
}
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}
.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover, .overlay ul li a:focus {
	color: #f0f0f0;
}
.overlay-contentscale {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.tl_search_holder #trigger-overlay {
	background-color: transparent;
	border: none;
}
.tl_search_inner {
	width: 750px;
	margin: 0 auto;
	padding-top: 200px;
}
.tl_search_inner form {
	float: left;
	width: 100%;
	position: relative;
}
.tl_search_inner form input[type="text"] {
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	position: relative;
	float: left;
	width: 100%;
}
.tl_search_inner form input::-webkit-input-placeholder {
 color:#fff;
 opacity:1;
}
.tl_search_inner form input:-moz-placeholder {
 color:#fff;
 opacity:1;
}
.tl_search_inner forminput::-moz-placeholder {
 color:#fff;
 opacity:1;
}
.tl_search_inner form input:-ms-input-placeholder {
 color:#fff;
 opacity:1;
}
.tl_search_inner form .submit {
	font-size: 18px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	background-color: transparent;
	border: none;
}
/*===========================================================================*/
						/*BANNER CSS*/
/*===========================================================================*/
#banner {
	float: left;
	width: 100%;
	position: relative;
}
#banner img {
	display: block;
	width: 100%;
	height: auto;
}
#banner .caption {
	position: absolute;
	left: 0;
	top: 250px;
	width: 100%;
}
#banner .caption .holder {
	width: 765px;
	margin: 0 auto;
}
#banner .caption .holder strong.title {
	font: 300 30px/30px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
#banner .caption .holder span {
	font: 400 48px 'Dancing Script', cursive;
	display: block;
	text-align: center;
	padding: 0 0 15px 0;
}
#banner .caption .holder h1 {
	font: 400 60px/50px 'Montserrat', sans-serif !important;
	color: #fff;
	margin: 0 0 15px 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
#banner .caption .holder h1 b {
	font-weight: 700;
	font-size: 130px;
	display: block;
	text-align: center;
	position: relative;
	z-index: -1;
}
#banner .caption .holder strong.title-2 {
	display: block;
	text-align: center;
	font: 400 30px/30px 'Dancing Script', cursive;
	color: #fff;
}
#banner .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 60px;
	right: 0;
	background: #000;
	border-radius: 0;
	padding: 0;
}
#banner .owl-next:hover:before, #banner .owl-prev:hover:before {
	color: #000;
}
#banner .owl-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 60px;
	display: block;
	text-align: center;
}
#banner .owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 60px;
	left: 0;
	background: #000;
	border-radius: 0;
	padding: 0;
}
#banner .owl-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 60px;
	display: block;
	text-align: center;
}
#banner .owl-dots {
	position: absolute;
	bottom: 75px;
	text-align: center;
	display: block;
	width: 100%;
}
#banner .owl-theme .owl-controls {
	margin: 0;
}
/*===========================================================================*/
						/*Welcome Section Css*/
/*===========================================================================*/
.welcome-section {
	float: left;
	width: 100%;/*padding: 20px 0 70px 0;*/
	/* background: #000 url(../images/welcome-bg.jpg) no-repeat left top/cover; */
}
.welcome-section .text-col {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
.welcome-section .text-col h2 {
	font: 400 48px 'Dancing Script', cursive !important;
	margin: 0 0 15px 0;
	letter-spacing: 4px;
}
.welcome-section .text-col h3 {
	font: 300 30px/30px 'Open Sans', sans-serif !important;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.welcome-section .thumb {
	float: left;
	width: 100%;
	margin: 0 0 0 94px;
}
.floating {
	float: left;
	animation-name: Floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes Floating {
0% {
transform:translate(0px, 0px);
}
65% {
transform:translate(0px, 15px);
}
100% {
transform:translate(0px, 0px);
}
}
.reality-row {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
	position: relative;
}
.reality-row:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	/*background: url(../images/key-bg.png) no-repeat center top;*/
	width: 76px;
	height: 179px;
}
.reality-row h2 {
	font: 400 48px 'Dancing Script', cursive !important;
	margin: 0 0 15px 0;
	display: block;
	text-align: center;
	letter-spacing: 4px;
}
.reality-row .text-col {
	float: left;
	width: 400px;
	margin: 30px 100px 0 100px;
}
.reality-row .text-col strong.title {
	font: 400 15px 'Open Sans', sans-serif;
	color: #fff;
	display: block;
	padding: 0 0 10px 0;
}
.reality-row .text-col.text-right {
	float: right;
}
.reality-row .text-col.text-right strong.title, .reality-row .text-col.text-right p {
	text-align: right;
}
/*===========================================================================*/
						/*Tab Style 1*/
/*===========================================================================*/
.tab-style-1 {
	float: left;
	width: 100%;
	padding-bottom: 0;
	position: relative;/* background: #000; */
}
.tab-style-1:before {
	content: '';
	background: url(images/tab-style-1-bg.jpg) no-repeat center bottom;
	position: absolute;
	left: 0;
	bottom: 132px;
	width: 100%;
	height: 76px;
}
.tab-row {
	float: left;
	width: 100%;
}
.tab-row .nav-tabs {
	border-bottom: 0;
}
.tab-row .nav {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	background: #222;
	position: relative;
	float: left;
	width: 100%;
}
.tab-row .nav-tabs > li {
	margin: 0;
	border-left: 1px solid #ccc;
	width: 25%;
}
.tab-row .nav-tabs > li:first-child {
	border: 0;
}
.tab-row .nav-tabs > li > a {
	border: 0;
	border-radius: 0;
	line-height: none;
	margin-right: 0;
}
.tab-row .nav > li > a {
	font: 400 30px 'Open Sans', sans-serif;
	color: #ccc;
	text-transform: uppercase;
	display: block;
	padding: 45px 0;
	text-align: center;
	position: relative;
}
.tab-row .nav-tabs > li.active > a, .tab-row .nav-tabs > li.active > a:hover, .tab-row .nav-tabs > li.active > a:focus {
	border: 0;
	background-color: transparent;
	cursor: default;
}
.tab-row .nav-tabs > li > a:hover {
	border-color: transparent;
}
.tab-row .nav > li > a:hover, .tab-row .nav > li > a:focus {
	background-color: transparent;
	text-decoration: none;
}
.tab-style-1 .tab-content {
	float: left;
	width: 100%;
	position: relative;
}
.box {
	float: left;
	width: 100%;
}
.img-frame {
	float: left;
	width: 100%;
	overflow: hidden;
}
.text-area {
	float: left;
	width: 100%;
	background: #1f1f1f;
}
.tab-style-1 .tab-content .text-area h2 {
	font: 400 24px 'Open Sans', sans-serif !important;
	color: #fff;
	margin: 0 0 10px 0;
}
.tab-style-1 .tab-content h2 a {
	color: #fff;
}
.tab-style-1 .tab-content .box:hover h2 a {
	text-decoration: none;
}
.tab-style-1 .tab-content .box .img-frame {
	background: #000;
}
.tab-style-1 .tab-content .box:hover .img-frame img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.6;
}
.tab-style-1 .tab-content .box:hover .btm-row ul li a {
	color: #fff;
}
.tab-style-1 .tab-content .text-area {
	text-align: center;
	padding: 30px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tab-style-1 .tab-content .text-area p {
	padding: 0;
	margin: 0;
}
.tab-style-1 .tab-content .box {
	margin-top: 137px;
}
.tab-style-1 .tab-content .btm-row {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.tab-style-1 .tab-content .btm-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.tab-style-1 .tab-content .btm-row ul li {
	display: inline-block;
	padding: 0 15px;
}
.tab-style-1 .tab-content .btm-row ul li a {
	font: 400 14px 'Open Sans', sans-serif;
	color: #222;
	text-decoration: none;
}
.tab-style-1 .tab-content .btm-row ul li a .fa {
	padding: 0 0 0 6px;
}
.bottle-frame {
	float: left;
	width: 100%;
	text-align: center;
	margin:90px 0 0 0;
}
/*===========================================================================*/
						/*Tab Style 2*/
/*===========================================================================*/
.tab-style-2 {
	float: left;
	width: 100%;
	/*background: #000;*/
	padding-bottom: 50px;
}
.tab-style-2 .nav-tabs {
	border-bottom: 0;
}
.tab-style-2 .nav {
	border-right: 1px solid;
	list-style: none;
	margin-bottom: 0;
	padding: 125px 0 100px 0;
}
.tab-style-2 .nav-tabs > li {
	float: none;
	display: block;
	margin: 10px 0;
}
.tab-style-2 .nav-tabs > li > a {
	border: 0;
	border-radius: 0;
	margin-right: 0;
}
.tab-style-2 .nav > li > a {
	font: 400 24px/24px 'Open Sans', sans-serif;
	display: block;
	text-transform: uppercase;
	padding: 25px 0 25px 18px;
	position: relative;
}
.tab-style-2 .nav-tabs > li.active > a, .tab-style-2 .nav-tabs > li.active > a:hover, .tab-style-2 .nav-tabs > li.active > a:focus {
	background-color: #151515;
	border: 0;
	color: #fff;
	cursor: default;
}
.tab-style-2 .nav-tabs > li > a:hover {
	border-color: transparent;
}
.tab-style-2 .nav > li > a:hover, .tab-style-2 .nav > li > a:focus {
	background-color: #151515;
	text-decoration: none;
	color: #fff;
}
.menu-box {
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
}
.menu-box .img-frame:hover {
	margin: -20px 0 0 0;
}
.menu-box .text-col {
	float: left;
	width: 420px;
}
.menu-box .text-col strong.title {
	display: block;
	font: 300 30px 'Open Sans', sans-serif;
	color: #ccc;
	padding: 0 0 0 0;
}
.menu-box .text-col h2 {
	font: 400 60px 'Dancing Script', cursive !important;
	margin: 0 0 6px 0;
	letter-spacing: -1px;
}
.menu-box .text-box-outer {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.menu-box .text-box {
	float: left;
	max-width: 265px;
}
.menu-box .text-box span {
	display: block;
	padding: 0 0 7px 0;
	font: 400 18px 'Open Sans', sans-serif;
}
.menu-box .text-col strong.amount {
	font: 400 24px/24px 'Open Sans', sans-serif;
	color: #fff;
	float: right;
	padding: 52px 0 0 0;
}
.menu-box .img-frame {
	float: right;
	width: auto;
}
/*===========================================================================*/
						/*Parallax Section Css*/
/*===========================================================================*/
.parallax-section {
	float: left;
	width: 100%;
	/* background-image: url(../images/paralex-section-bg.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	padding: 150px 0;
}
.parallax-section .holder {
	width: 670px;
	margin: 0 auto
}
.parallax-section strong.title {
	display: block;
	text-align: center;
	font: 400 100px 'Dancing Script', cursive;
	padding: 0 0 30px 0;
}
.parallax-section strong.title span {
	color: #fff;
}
.parallax-section address {
	margin: 0 15px;
}
address.align-right {
	float: left;
	width: 304px;
}
address.align-right span {
	font: 400 18px 'Open Sans', sans-serif;
	color: #fff;
	text-align: right;
	float: left;
	padding: 10px 0 0 0;
}
address.align-right .fa {
	float: right;
	width: 75px;
	height: 75px;
	border: 1px solid;
	border-radius: 100%;
	text-align: center;
	line-height: 75px;
	font-size: 48px;
	color: #fff;
	margin: 0 0 0 22px;
}
address.align-left {
	float: left;
	width: 304px;
}
address.align-left span {
	font: 400 18px 'Open Sans', sans-serif;
	color: #fff;
	text-align: left;
	float: left;
	padding: 10px 0 0 0;
	width: 200px;
}
address.align-left .fa {
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid;
	border-radius: 100%;
	text-align: center;
	line-height: 75px;
	font-size: 48px;
	color: #fff;
	margin: 0 22px 0 0;
}
/*===========================================================================*/
						/*Event Section*/
/*===========================================================================*/
.event-section {
	float: left;
	width: 100%;
	/*background: #000;*/
	padding: 70px 0;
}
.event-section .holder {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
.event-section .holder strong.title {
	display: block;
	font: 400 30px 'Open Sans', sans-serif;
	color: #ccc;
}
.event-section .holder p {
	margin-bottom: 25px;
}
.event-section .holder h2 {
	font: 400 48px 'Dancing Script', cursive !important;
	margin: 0 0 15px 0;
}
.event-section .holder a.link {
	font: italic 300 24px 'Open Sans', sans-serif;
	color: #ccc;
	text-decoration: none;
	margin: 0 14px;
	position: relative;
	display: inline-block;
	padding: 25px 0 0 0;
}
.event-section .holder a.link:hover:before {
	width: 100%;
}
.event-section .holder a.link:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 58px;
	height: 1px;
}
.event-section .center-block {
	position: relative;
}
.event-section .center-block:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 86px;
}
/*===========================================================================*/
						/*Home Gallery*/
/*===========================================================================*/
.home-gallery {
	float: left;
	width: 100%;
	background: #000;
}
.home-gallery .img-frame {
	position: relative;
	width: 20%;
}
.home-gallery .img-frame img {
	display: block;
	width: 100%;
	height:auto;
}
.home-gallery .img-frame .caption {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.home-gallery .img-frame .caption:before {
	content: "";
	height: 50%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -20%;
	width: 100%;
}
.home-gallery .img-frame .caption:after {
	bottom: -20%;
	content: "";
	height: 50%;
	opacity: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
.home-gallery .img-frame:hover .caption:before {
	opacity: 0.8;
	top: 0;
}
.home-gallery .img-frame:hover .caption:after {
	bottom: 0;
	opacity: 0.8;
}
.home-gallery .img-frame:hover .caption .holder {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	opacity: 1;
}
.home-gallery .img-frame .caption .holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 50px;
	width: 120px;
	z-index: 99;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	opacity: 0;
}
.home-gallery .img-frame .caption .holder a.link {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
	background: #000;
	text-align: center;
	line-height: 50px;
	padding: 0;
}
/*===========================================================================*/
						/*Newsletter*/
/*===========================================================================*/
.newsletter {
	float: left;
	width: 100%;
	/*background: #000;*/
	padding: 70px 0;
}
.newsletter strong.title {
	display: block;
	font: 400 30px 'Dancing Script', cursive;
}
.newsletter h2 {
	font: 400 36px/36px 'Open Sans', sans-serif !important;
	color: #fff;
	margin: 0;
}
.newsletter form {
	float: left;
	width: 100%;
	position: relative;
	margin: 30px 0 0 0;
}
.newsletter form input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid;
	background: none;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
}
.newsletter form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	height: 50px;
	padding: 0 20px;
	font: 300 18px 'Open Sans', sans-serif;
	color: #222;
	text-transform: uppercase;
}
.newsletter form input[type="submit"]:hover {
	background: #ccc;
}
/*===========================================================================*/
						/*Footer*/
/*===========================================================================*/
#footer {
	float: left;
	width: 100%;
	background: #000 url(images/footer-bg.jpg) no-repeat center bottom;
	padding: 60px 0 80px 0;
}
strong.footer-logo {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}
#footer address {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 60px 0;
}
#footer address p {
	font: 400 24px 'Open Sans', sans-serif !important;
	text-align: center;
	margin: 0;
}
#footer address p span {
	display: block;
	color: #fff;
}
#footer address p a {
	text-decoration: none;
}
#footer strong.copyrights {
	display: block;
	text-align: center;
	font: 400 18px/18px 'Open Sans', sans-serif;
	color: #ccc;
	padding: 0 0 50px 0;
}
#footer strong.copyrights a {
	text-decoration: none;
}
.footer-social {
	float: left;
	width: 100%;
}
.footer-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.footer-social ul li {
	display: inline-block;
	padding: 0 14px;
}
.footer-social ul li a {
	float: left;
	width: 50px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	color: #222;
	text-decoration: none;
	border: 2px solid rgba(0,0,0,0);
}
.footer-social ul li a:hover {
	text-decoration: none;
	background: none;
	border: 2px solid;
	color: #fff;
}
/*===========================================================================*/
						/*Inner Banner*/
/*===========================================================================*/
#inner-banner {
	float: left;
	width: 100%;
	background: url(images/inner-banner.jpg) no-repeat left top;
	padding: 160px 0 120px 0;
	margin-bottom: 70px;
}
#inner-banner h1 {
	font: 400 48px/48px 'Montserrat', sans-serif !important;
	color: #fff;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
#inner-banner .breadcrumbs {
	background-color: transparent;
	border-radius: 0;
	list-style: none;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
}
#inner-banner .breadcrumbs a, #inner-banner .breadcrumbs .last-item, #inner-banner .breadcrumbs .separator {
	font: 300 14px/14px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
#inner-banner .breadcrumbs a, #inner-banner .breadcrumbs .last-item, #inner-banner .breadcrumbs .separator {
	text-decoration: none;
	font: 300 14px/14px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
#inner-banner.inner-banner-bg-2 {
	/*background: url(../images/inner-banner-2.jpg) no-repeat left top;*/
}
#inner-banner.inner-banner-bg-3 {
	/*background: url(../images/inner-banner-3.jpg) no-repeat left top;*/
}
#inner-banner.inner-banner-bg-4 {
	/*background: url(../images/inner-banner-4.jpg) no-repeat left top;*/
	margin: 0;
}
#inner-banner.inner-banner-bg-5 {
	/*background: url(images/inner-banner-5.jpg) no-repeat left top;*/
}
#inner-banner.inner-banner-bg-6 {
	/*background: url(../images/inner-banner-6.jpg) no-repeat left top;*/
}
#inner-banner.inner-banner-bg-7 {
	/*background: url(../images/inner-banner-7.jpg) no-repeat left top;*/
}
#inner-banner.inner-banner-bg-8 {
	/*background: url(../images/inner-banner-8.jpg) no-repeat left top;*/
}
#inner-banner.inner-banner-bg-9 {
	/*background: url(../images/inner-banner-9.jpg) no-repeat left top;*/
}
/*===========================================================================*/
						/*Menu*/
/*===========================================================================*/
.menu {
	/*background: url(../images/welcome-bg.jpg) no-repeat left top;*/
	padding: 0;
}
.tab-style-1.menu h2 {
	font: 400 48px/48px 'Dancing Script', cursive;
	text-align: center;
	margin: 0 0 20px 0;
}
.tab-style-1.menu strong.title {
	display: block;
	text-align: center;
	font: 300 30px/30px 'Open Sans', sans-serif;
	color: #ccc;
	text-transform: uppercase;
	padding: 0 0 40px 0;
}
.tab-style-1.menu .img-frame {
	text-align: center;
}
/*===========================================================================*/
						/*About Section Css*/
/*===========================================================================*/
.about-section {
	float: left;
	width: 100%;
	/* background: #000 url(../images/welcome-bg.jpg) no-repeat left top; */
	position: relative;
	margin-bottom: -20px;
}
.about-section:before {
	content: '';
	/*background: url(../images/tab-style-1-bg.jpg) no-repeat left bottom;*/
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 76px;
}
.about-section .holder {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px;
}
.about-section h2 {
	font: 300 48px/48px 'Dancing Script', cursive !important;
	margin: 0 0 20px 0;
	word-spacing: 6px;
	text-align: center;
	overflow: hidden;
}
.about-section strong.title {
	display: block;
	text-align: center;
	font: 300 30px/30px 'Open Sans', sans-serif;
	color: #ccc;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}
.about-section p {
	margin: 0 0 50px 0;
}
.about-section .img-frame {
	text-align: center;
}
.about-section .img-frame:hover {
	margin: -20px 0 0 0;
}
.bartenders-section {
	float: left;
	width: 100%;
}
.bartenders-section strong.title {
	padding: 0 0 50px 0;
}
.bartenders-section .box {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.bartenders-section .box:hover .img-frame {
	overflow: hidden;
	background: 000;
}
.bartenders-section .box:hover .img-frame:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.6;
}
.bartenders-section .box .img-frame img {
	display: block;
	width: 100%;
}
.bartenders-section .box:hover .text-box h2 a {
	text-decoration: none;
}
.bartenders-section .box .text-box {
	background: #1f1f1f;
	float: left;
	width: 100%;
	padding: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}
.bartenders-section .box .text-box h2 {
	font: 400 24px/24px 'Open Sans', sans-serif;
	color: #ccc;
	margin: 0 0 15px 0;
}
.bartenders-section .box .text-box p {
	margin: 0;
}
.bartenders-section .box .text-box h2 a {
	color: #ccc;
}
.bartender-social {
	float: left;
	width: 100%;
	background: #333;
	padding: 20px 0;
}
.bartender-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	display: block;
}
.bartender-social ul li {
	display: inline-block;
	padding: 0 20px;
}
.bartender-social ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #ccc;
}
.bartender-social:hover ul li a {
	color: #000;
}
.bartender-detail {
	float: left;
	width: 100%;
}
.bartender-detail span {
	display: block;
	font: 400 24px/24px 'Open Sans', sans-serif;
	padding: 0 0 20px 0;
}
.bartender-detail p {
	margin: 0 0 30px 0;
}
.bartender-detail-social {
	float: left;
	width: 100%;
}
.bartender-detail-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bartender-detail-social ul li {
	float: left;
	padding: 0 30px 0 0;
}
.bartender-detail-social ul li a {
	text-decoration: none;
	font-size: 18px;
}
.bartender-detail-social ul li a:hover {
	color: #fff;
}
.bartender-detail form {
	float: left;
	width: 100%;
	margin: 70px 0 0 0;
}
.bartender-detail form strong.title {
	display: block;
	text-align: center;
	font: 300 24px/24px 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding: 0 0 70px 0;
}
.bartender-detail form input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	background: none;
	border: 0;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	font: 400 14px 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
}
.bartender-detail form textarea {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 540px;
	height: 115px;
	resize: none;
	background: none;
	border: 0;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	font: 400 14px 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
}
.btn-row {
	display: block;
	width: 100%;
	text-align: center;
}
.bartender-detail form input[type="submit"] {
	display: inline-block;
	border: 0;
	padding: 13px 20px;
	font: 400 14px 'Open Sans', sans-serif;
	color: #000;
}
.bartender-detail form input[type="submit"]:hover {
	background: #ccc;
}
.bartender-detail-bg:before {
	bottom: -117px;
}
.bartender-detail-bg {
	margin: 0 0 100px 0;
}
/*===========================================================================*/
						/*Error Page*/
/*===========================================================================*/
.error-page {
	float: left;
	width: 100%;
	background: #000 url(images/error-bg.jpg) no-repeat center 150px;
	padding: 250px 0 110px 0;
}
.error-page .holder {
	width: 1050px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.error-page h1 {
	font: 400 160px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.error-page strong.title {
	display: block;
	text-align: center;
	font: 400 20px/20px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 40px 0;
}
.error-page form {
	float: left;
	width: 100%;
	margin: 0 0 60px 0;
}
.error-page form strong.title {
	font: 400 36px/35px 'Open Sans', sans-serif;
	text-transform: none;
	color: #fff;
	float: left;
	padding: 0;
	width:30%;
}
.error-page form .input-box {
	float: right;
	width: 69%;
	position: relative;
}
.error-page form .input-box input[type="text"] {
	float: left;
	width: 100%;
	height: 50px;
	border: 1px solid;
	background: none;
	padding: 0 15px;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.error-page form .input-box input[type="submit"] {
	position: absolute;
	right: 0;
	height: 50px;
	border: 0;
	padding: 0 35px;
	font: 400 18px 'Open Sans', sans-serif;
	color: #000;
	text-transform: uppercase;
}
.error-page form .input-box input[type="submit"]:hover {
	background: #ccc;
}
.error-page a.btn-return {
	display: inline-block;
	padding: 15px 25px;
	border-radius: 2px;
	font: 400 15px 'Open Sans', sans-serif;
	color: #000;
}
.error-page a.btn-return:hover {
	text-decoration: none;
	background: #ccc;
}
/*===========================================================================*/
						/*Contact Page*/
/*===========================================================================*/
.contact-section {
	float: left;
	width: 100%;
	/*background: #000 url(../images/welcome-bg.jpg) no-repeat left bottom;*/
}
.map-row {
	float: left;
	width: 100%;
}
.map-row .container-fluid, .map-row .container-fluid .col-md-6 {
	padding: 0;
}
.map-box {
	float: left;
	width: 100%;
}
.map-box .map_canvas {
	height: 578px;
	width: 100%;
}
.contact-info {
	float: left;
	width: 100%;
	height: 578px;
	padding: 110px 0 0 0;
}
.contact-info-box {
	margin: 0 auto;
	width: 255px;
	display: block;
	overflow: hidden;
}
.contact-info-box h2 {
	display: block;
	font: 400 30px/30px 'Open Sans', sans-serif !important;
	color: #000 !important;
	text-transform: uppercase;
	margin: 0 0 50px 0;
}
.contact-info-box address {
	margin: 0;
	float: left;
	width: 100%;
}
.contact-info-box address ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contact-info-box address ul li {
	display: block;
	overflow: hidden;
	padding: 0 0 50px 0;
}
.contact-info-box address li strong.title {
	display: block;
	font: 400 24px/24px 'Open Sans', sans-serif;
	color: #000;
	padding: 0 0 20px 0;
}
.contact-info-box address li p, .contact-info-box address li a {
	color: #000;
}
.contact-section .bartender-detail form strong.title {
	font-size: 30px;
}
/*===========================================================================*/
						/*Blog Section*/
/*===========================================================================*/
.blog-section {
	float: left;
	width: 100%;
}
.blog-section .text-box {
	float: left;
	width: 100%;
}
.post-box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.post-box .img-frame {
	overflow: hidden;
	background: #000;
}
.post-box .img-frame:hover img {
	opacity: 0.6;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.blog-section .img-frame {
	margin-bottom: 20px;
}
.blog-section .video-frame {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.blog-section .img-frame img {
	display: block;
	max-width: 100%;
}
.blog-section .text-box strong.date {
	width: 50px;
	float: left;
	height: 70px;
	font: 400 25px/25px 'Montserrat', sans-serif;
	color: #000;
	text-align: center;
	margin: 0 30px 0 0;
	padding: 10px 0 0 0;
}
.blog-section .text-box strong.date span {
	display: block;
	font-size: 14px;
}
.heading-row {
	float: left;
	width: 100%;
	margin-bottom: 27px;
}
.blog-section .text-box h2 {
	font: 400 24px/24px 'Open Sans', sans-serif !important;
	color: #fff;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	position: relative;
	float: left;
	width: 90%;
}
.blog-section .text-box h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 1px;
}
.blog-section .text-box h2 a {
	color: #fff;
}
.detail-row {
	float: left;
	width: 100%;
}
.blog-section .text-box a.link {
	float: left;
	font: 400 13px/13px 'Open Sans', sans-serif;
	text-decoration: none;
	padding: 0 30px 20px 0;
}
.blog-section .text-box a.link .fa {
	padding: 0 6px 0 0;
	color: #fff;
}
.blog-section .text-box a.btn-readmore {
	float: left;
	font: 400 13px/13px 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.blog-section .text-box blockquote {
	float: left;
	padding: 0;
	border: 0;
	font: italic 400 17px/28px 'Open Sans', sans-serif;
}
.blog-section .text-box blockquote .fa {
	float: left;
	width: 50px;
	height: 90px;
	border: 1px solid;
	text-align: center;
	line-height: 90px;
	font-size: 16px;
	margin: 0 30px 0 0;
}
.blog-section .text-box a.btn-readmore .fa {
	padding: 0 0 0 6px;
	color: #fff;
	font-size: 10px;
}
.list {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
	float: left;
	width: 100%;
}
.list li {
	overflow: hidden;
	display: block;
	font: 400 15px/28px 'Open Sans', sans-serif;
	color: #ccc;
	position: relative;
	padding: 0 0 0 12px;
}
.list li:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #6c7176;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.comment-box {
	float: left;
	width: 100%;
}
.comment-box input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid;
	height: 44px;
	padding: 0 14px;
	font: 400 13px 'Open Sans', sans-serif;
	color: #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none;
	margin: 0 0 30px 0;
}
.comment-box textarea {
	float: left;
	width: 100%;
	border: 1px solid;
	height: 140px;
	resize: none;
	padding: 14px;
	font: 400 13px 'Open Sans', sans-serif;
	color: #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none;
	margin: 0 0 30px 0;
}
.comment-box input[type="submit"] {
	float: left;
	padding: 10px 16px;
	border-radius: 2px;
	font: 400 18px 'Open Sans', sans-serif;
	color: #000;
	border: 0;
}
.comment-box input[type="submit"]:hover {
	background: #ccc;
}
.blog-section .text-box .comment-box h3:before {
	display: none;
}
.blog-section .text-box .comment-box h3 {
	margin: 0 0 30px 0;
}
.share {
	float: left;
	width: 100%;
	/*border-bottom: 1px solid;
	border-top: 1px solid;*/
	margin: 20px 0 40px 0;
	padding: 20px 0;
}
.share strong.title {
	float: left;
	font: 400 15px/30px 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #ccc;
	padding: 0 30px 0 0;
}
.post-box .share ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.share ul li {
	float: left;
	padding: 0 16px 0 0;
}
.share ul li a {
	font-size: 16px;
	color: #ccc;
	text-decoration: none;
}
.blog-section .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	border-radius: 0;
	padding: 0;
}
.blog-section .owl-theme .owl-controls .owl-nav .owl-next:before {
	content: "\f105";
	font-size: 13px;
	color: #000;
	line-height: 36px;
	text-align: center;
	display: block;
	font-family: FontAwesome;
}
.blog-section .owl-theme .owl-controls .owl-nav .owl-prev {
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	border-radius: 0;
	padding: 0;
}
.blog-section .owl-theme .owl-controls .owl-nav .owl-prev:before {
	content: "\f104";
	font-size: 13px;
	color: #000;
	line-height: 36px;
	text-align: center;
	display: block;
	font-family: FontAwesome;
}
.blog-section .owl-dots {
	display: none !important;
}
/*===========================================================================*/
						/*Sidebar*/
/*===========================================================================*/
.sidebar {
	float: left;
	width: 100%;
}
.widget-box {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.widget-box h3 {
	font: 400 24px/24px 'Open Sans', sans-serif;
	color: #ccc;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
.search-widget {
	float: left;
	width: 100%;
	position: relative;
}
.search-widget input[type="text"] {
	float: left;
	width: 100%;
	height: 40px;
	padding: 0 10px 0 48px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 400 14px 'Montserrat', sans-serif;
	color: #000;
}
.search-widget input::-webkit-input-placeholder {
 color:#000;
 opacity:1;
}
.search-widget input:-moz-placeholder {
 color:#000;
 opacity:1;
}
.search-widget input::-moz-placeholder {
 color:#000;
 opacity:1;
}
.search-widget input:-ms-input-placeholder {
 color:#000;
 opacity:1;
}
.search-widget button[type="submit"] {
	position: absolute;
	left: 0;
	top: 7px;
	background: none;
	border: 0;
	padding: 0;
	width: 41px;
	color: #000;
	font-size: 16px;
}
.popular-post-widget {
	float: left;
	width: 100%;
}
.popular-post-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.popular-post-widget ul li {
	display: block;
	overflow: hidden;
	padding: 30px 0 0 0;
}
.popular-post-widget ul li:hover .thumb img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.6;
}
.popular-post-widget ul li:first-child {
	padding: 0;
}
.popular-post-widget .thumb {
	float: left;
	margin: 0 15px 0 0;
	background: #000;
}
.popular-post-widget .text-col {
	overflow: hidden;
}
.popular-post-widget .text-col a {
	text-decoration: none;
	font: 400 14px/20px 'Open Sans', sans-serif;
	display: block;
	padding: 0 0 6px 0;
}
.popular-post-widget .text-col span.date {
	display: block;
	font: 400 11px/11px 'Open Sans', sans-serif;
	color: #ccc;
}
.categories-widget {
	float: left;
	width: 100%;
}
.categories-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.categories-widget ul li {
	display: block;
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px solid;
}
.categories-widget ul li:first-child {
	border: 0;
	padding: 0 0 15px 0;
}
.categories-widget ul li:hover a {
	padding: 0 10px;
}
.categories-widget ul li a {
	display: block;
	font: 400 13px/13px 'Open Sans', sans-serif;
	color: #fff;
	text-decoration: none;
}
.categories-widget ul li a span {
	float: right;
}
.tags-widget {
	float: left;
	width: 100%;
}
.tags-widget a {
	text-decoration: none;
	float: left;
	padding: 7px 14px;
	background: #fff;
	font: 400 13px/13px 'Open Sans', sans-serif;
	color: #000;
	margin: 0 8px 8px 0;
}
.tags-widget a:hover {
	color: #fff;
	text-decoration: none;
}
.pagination-box {
	float: left;
	width: 100%;
}
.pagination-box {
	float: left;
	width: 100%;
}
.pagination-box .pagination {
	border-radius: 0;
	display: block;
	margin: 20px 0 0 0;
	padding-left: 0;
	text-align: center;
}
.pagination-box .pagination > li {
	display: inline-block;
}
.pagination-box .pagination > li > a, .pagination-box .pagination > li > span {
	background-color: #fff;
	font: 400 13px/13px 'Open Sans', sans-serif;
	color: #000;
	border: 1px solid #1f2225;
	float: left;
	margin-left: 0;
	padding: 12px 15px;
	position: relative;
	text-decoration: none;
}
.pagination-box .pagination > li:first-child > a, .pagination-box .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination-box .pagination > li:last-child > a, .pagination-box .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination-box .pagination > li > a:hover, .pagination-box .pagination > li > span:hover, .pagination-box .pagination > li > a:focus, .pagination-box .pagination > li > span:focus {
	border-color: #1f2225;
	color: #000;
	z-index: 2;
}
/*===========================================================================*/
						/*Gallery Css*/
/*===========================================================================*/
.gallery-section {
	float: left;
	width: 100%;
}
.gallery-section h2 {
	font: 300 48px/48px 'Dancing Script', cursive !important;
	margin: 0 0 20px;
	text-align: center;
	text-transform: capitalize;
}
.gallery-section strong.title {
	color: #ccc;
	display: block;
	font: 300 30px/30px "Open Sans", sans-serif;
	padding: 0 0 40px 0;
	text-align: center;
	text-transform: uppercase;
}
.gallery-section .img-frame img {
	width: 100%;
}
.gallery-section .img-frame:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.5;
}
.gallery-section .img-frame {
	overflow: hidden;
}
.gallery-section .col-md-6 {
	padding: 0;
}
.gallery-masnory {
	float: left;
	width: 100%;
}
#blog-masonrywrap {
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.gallery-masnory .img-frame {
	position: relative;
	overflow: hidden;
}
.gallery-masnory .img-frame:hover .caption {
	left: 0;
}
.gallery-masnory .img-frame img {
	width: 100%;
}
.gallery-masnory .img-frame .caption {
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
}
.gallery-masnory .img-frame .caption:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.gallery-masnory .img-frame .caption .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.gallery-masnory .img-frame .caption .inner a.zoom {
	width: 40px;
	height: 40px;
	background: #000;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #ccc;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 20px 0;
}
.gallery-masnory a.btn-more {
	display: inline-block;
	padding: 15px 50px;
	font: 300 18px/18px 'Open Sans', sans-serif;
	color: #222;
	text-transform: uppercase;
	margin: 20px 0;
	text-decoration: none;
}
.gallery-masnory a.btn-more:hover {
	background: #ccc;
}
.gallery-masnory h4 {
	font: 300 24px/24px 'Open Sans', sans-serif;
	color: #222;
	margin: 0;
}
/*===========================================================================*/
						/*Evnet Scetion*/
/*===========================================================================*/
.event-section {
	float: left;
	width: 100%;
}
.event-section .tab-style-1.menu {
	margin-bottom: 70px;
}
.event-section .tab-row .nav > li > a {
	padding: 45px 0;
}
.tab-row p {
	text-align: center;
	padding: 0 100px;
	margin: 0 0 50px 0;
}
.event-box {
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
}
.event-box .img-frame {
	overflow: hidden;
	background: #000;
}
.event-box .img-frame:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.6;
}
.event-box .img-frame img {
	width: 100%;
}
.event-box .text-box {
	float: left;
	width: 100%;
	background: #1f1f1f;
	padding: 30px 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.event-box .text-box .text-col {
	float: left;
	width: 100%;
}
.event-box .text-box .text-col p {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #777;
}
.event-box .text-box .text-col h3 {
	font: 400 24px/24px 'Dancing Script', cursive !important;
	color: #ccc;
	margin: 0 0 20px 0;
}
.event-time-box {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
.event-time-box .countdown-section {
	padding: 0px 0px 10px 0px;
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
	width: 80px;
}
.event-time-box .countdown-amount {
	color: #000;
	font: 400 40px 'Oswald', sans-serif;
	position: relative;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	text-align: center;
}
.event-time-box .countdown-period {
	font: 400 18px/18px 'Oswald', sans-serif;
	color: #fff;
	display: block;
	text-align: center;
}
.event-box .btm-row-2 {
	float: left;
	width: 100%;
	padding: 8px 20px;
}
.tab-style-1 .tab-content .btm-row-2 strong.text {
	font: 400 18px/18px 'Open Sans', sans-serif;
	color: #222;
	float: left;
	padding: 10px 0;
}
.tab-style-1 .tab-content .btm-row-2 a.btn-map {
	float: left;
	font: 400 18px/18px 'Open Sans', sans-serif;
	color: #222;
	padding: 10px 0;
	margin: 0 0 0 20px;
}
.tab-style-1 .tab-content .btm-row-2 a.btn-view-detail {
	float: right;
	font: 300 16px/16px 'Open Sans', sans-serif;
	color: #fff;
	padding: 14px 20px;
	text-transform: uppercase;
	text-decoration: none;
	background: #1f1f1f;
	margin: 0 0 0 30px;
}
.tab-style-1 .tab-content .btm-row-2 span.link {
	float: right;
	font: 300 14px/14px 'Open Sans', sans-serif;
	color: #fff;
	padding: 12px 0;
	margin: 0 30px 0 0;
}
.tab-style-1 .tab-content .btm-row-2 span.link .fa {
	padding: 0 0 0 8px;
}
.event-row {
	float: left;
	width: 100%;
}
.event-col {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.event-col:hover .thumb img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	opacity: 0.5;
}
.event-col .text-col {
	float: left;
	padding: 48px 25px 30px 14px;
	width: 570px;
	position: relative;
}
.event-section .event-col .text-col strong.date {
	position: absolute;
	top: 0;
	right: 30px;
	background: #1f1f1f;
	text-align: center;
	display: block;
	font: 400 36px/36px 'Open Sans', sans-serif;
	padding: 5px 10px 5px 10px;
}
.event-section .event-col .text-col strong.date span {
	display: block;
	text-align: center;
	font-size: 26px;
}
.event-section .event-col .text-col p {
	margin: 0 0 40px 0;
}
.event-col .thumb {
	float: left;
	overflow: hidden;
	background: #000;
}
.event-col .text-col h2 {
	font: 400 24px/24px 'Open Sans', sans-serif !important;
	color: #222;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.event-col .text-col p {
	color: #222 !important;
}
.event-col .text-col h2 a {
	color: #222;
	text-decoration: none;
}
.event-col .text-col .share {
	margin: 10px 0 0 0;
	padding: 0;
	width: auto;
	border: 0;
}
.event-col .text-col .share ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.event-col .text-col .share strong.title {
	color: #222;
	line-height: 24px;
}
.event-col .text-col .share ul li a {
	font-size: 14px;
	color: #222;
}
.event-col .text-col a.btn-book {
	float: right;
	width: 145px;
	height: 45px;
	background: #1f1f1f;
	font: 400 14px/45px 'Open Sans', sans-serif;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 20px;
}
.event-col .text-col.bg-color {
	background: #ccc;
}
.event-section .event-col .text-col.bg-color strong.date {
	color: #fff;
}
/*===========================================================================*/
						/*Transition Css*/
/*===========================================================================*/
#nav li ul li a:before, #banner .owl-next, #banner .owl-prev, #banner span, .tab-row .nav > li > a, .tab-style-2 .nav > li > a, .event-section .holder a.link:before, .home-gallery .img-frame .caption:before, .home-gallery .img-frame .caption:after, .home-gallery .img-frame .caption .holder, .home-gallery .img-frame .caption .holder a.link, .home-gallery .img-frame, .footer-social ul li a, .bartender-social, .bartender-social ul li a, .tags-widget a, .gallery-masnory .img-frame .caption .inner a.zoom, .gallery-masnory .img-frame .caption, .share ul li a, .top-bar .top-social ul li a, .img-frame img, .tab-style-1 .tab-content h2 a, .tab-style-1 .tab-content .btm-row ul li a, .newsletter form input[type="submit"], .tab-style-1 .tab-content .box .img-frame img, .menu-box .img-frame, .error-page form .input-box input[type="submit"], .error-page a.btn-return, .about-section .img-frame, .bartenders-section .box .text-box h2 a, .bartender-detail-social ul li a, .bartender-detail form input[type="submit"], .comment-box input[type="submit"], .popular-post-widget .thumb img, .categories-widget ul li a, .event-box .img-frame, .event-col .thumb img, .gallery-masnory a.btn-more, .side-navigation .navbar-nav > li > a:before, .tagcloud a {
	-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;
}
.FONTS {
	font-family: 'Oswald', sans-serif;
	font-family: 'Lato', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Dancing Script', cursive;
	font-family: 'Open Sans', sans-serif;
}
.post-box ul {
	margin:0 0 15px 0;
	float: left;
	width: 100%;
}
.post-box ul li {
	font: 400 15px/28px 'Open Sans', sans-serif;
	color: #ccc;
	position: relative;
	padding: 0 0 0 12px;
}
.caption .holder strong.title {
	font: 300 30px/30px 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.caption .holder span {
	font: 400 18px 'Dancing Script', cursive;
	display: block;
	text-align: center;
	padding: 0 0 15px 0;
}
#bx-slider .slide img {
	width: 100%;
	height: auto;
	opacity: 0.4;
}
.welcome-section.reality_section {
	padding: 25px 0px 70px 0px;
}
.welcome-section.reality_section .reality-row {
	padding-top: 0px;
}
.welcome-section.above_portion {
	padding: 20px 0px 20px 0px;
}
.event-section .center-block {
	margin-bottom: 25px;
}
.widget_wysija_cont .wysija-submit {
	margin-top: 0px;
	color:#fff;
	padding:4px 10px;
	border:0;
	background:#c5a059;
}
.wysija-paragraph .formError {
	left: 269px !important;
	top: 0px !important;
}
.tab-style-1 .tab-content .img-frame img {
	width: 100%;
	height: auto;
}
.bartender-detail form button {
	display: inline-block;
	border: 0;
	padding: 13px 20px;
	font: 400 14px 'Open Sans', sans-serif;
	color: #000;
}

.tab-style-1 .tab-pane h2 {
	font: 400 48px/48px 'Dancing Script', cursive !important;
	text-align: center;
	margin: 0 0 20px 0;
}
.tab-style-1 strong.title {
	display: block;
	text-align: center;
	font: 300 30px/30px 'Open Sans', sans-serif !important;
	color: #ccc;
	text-transform: uppercase;
	padding: 0 0 40px 0;
}
.tab-style-1 .bottle-frame img {
	max-height: 730px;
}
.blog-section .img-frame img {
	height: auto;
}
.blog-section .text-box blockquote p {
	float: left;
	padding: 0;
	border: 0;
	font: italic 400 17px/28px 'Open Sans', sans-serif;
	margin: 0 0 20px;
}
.blog-section .text-box ul li {
	padding: 0;
	float: left;
	width: 100%;
}
.blog-section .text-box ul li {
	font: 400 15px/28px 'Open Sans', sans-serif;
	color: #ccc;
	position: relative;
}
.blog-section .text-box .share ul li {
	display: inline-block;
	width: 4%;
	padding: 0px;
}
.blog-section .text-box h3 {
	font: 400 18px/18px 'Open Sans', sans-serif !important;
	color: #fff;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	position: relative;
	float: left;
	width: 100%;
}
.blog-section form#commentform {
	float: left;
	width: 100%;
	border-radius: 0px;
}
.blog-section .form-control {
	border-radius: 0px;
}
.event_not_found {
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.tab-style-1.menu .img-frame img {
	min-height: 310px;
}
.bartender-detail .img-frame img {
	min-width: 550px;
	min-height: 550px;
}
.widget_categories {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.widget_categories ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_categories ul li {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.widget_categories ul li:first-child {
	padding: 0 0 10px 0;
}
.widget_categories ul li a {
	font: 400 14px/20px "Open Sans", sans-serif;
	color: #ccc;
	text-decoration: none;
}
.widget_tag_cloud {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.tagcloud {
	float: left;
	width: 100%;
}
.tagcloud a {
	background: #fff;
	font: 700 14px/14px "Open Sans", sans-serif;
	padding: 10px 15px;
	margin: 0 10px 10px 0;
	float: left;
	color: #222;
	text-decoration: none;
	position:relative;
	z-index:9;
}
.tagcloud a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
}
.tagcloud a:hover{
	text-decoration:none;
	color:#fff !important;
	background:#c5a059;
}

.tagcloud a:before:hover{
	width:100%;
	background:#c5a059;
}
.widget_archive, .widget_meta, .widget_recent_comments, .widget_recent_entries, .widget_rss, .widget_search, .widget_text, .widget_nav_menu {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.widget_search .widget-box {
	margin: 0;
}
.widget_archive ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul, .widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_archive ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_nav_menu ul li {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	color: #ccc;
}
.widget_archive ul li:first-child, .widget_meta ul li:first-child, .widget_recent_comments ul li:first-child, .widget_recent_entries ul li:first-child, .widget_rss ul li:first-child, .widget_nav_menu ul li:first-child {
	padding: 0 0 10px 0;
}
.widget_archive ul li a, .widget_meta ul li a, .widget_recent_comments ul li a, .widget_recent_entries ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
	font: 400 14px/20px "Open Sans", sans-serif;
	color: #ccc;
	text-decoration: none;
}
.widget_rss h3 a {
	color: #fff;
}
.widget_archive {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.widget_archive select, .widget_categories select, .widget_text select {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
}
.widget_calendar {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.calendar_wrap {
	float: left;
	width: 100%;
}
#wp-calendar {
	float: left;
	width: 100%;
	color: #fff;
}
.widget_pages {
	float: left;
	width: 100%;
}
.widget_pages ul {
	list-style: none;
}
.widget_pages ul li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.widget_pages ul li a {
	text-decoration: none;
	color: #fff;
	font: 400 14px/14px "Open Sans", sans-serif;
}
.widget_pages ul li .children {
	padding: 0 0 0 15px;
}
.widget_text img {
	max-width: 100%;
	height: auto;
}
.widget_text p {
	margin: 0 0 20px 0;
}
.widget_tag_cloud .tagcloud a {
	font: 400 14px/14px "Open Sans", sans-serif !important;
}
/*THEMETEST CSS*/
table {
	color: #fff;
	width: 100%;
	margin-bottom: 30px;
}
table td, table th {
	border: 1px solid #ccc;
	padding: 10px;
}
table td a, table th a{
color:#c5a059;
}
.category-markup dt a, .category-markup dd a{
	color:#c5a059;
}
figcaption a{
	color:#c5a059;
}
.blog-section .category-markup h2 {
	margin: 0 0 30px 0;
}
.blog-section .category-markup h2:before {
	display: none;
}
.category-markup dt, .category-markup dd {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	color: #fff;
}
blockquote {
	margin: 30px 0;
}
.paging-navigation {
	text-align: center;
	display: block;
	color: #fff;
}
.paging-navigation a {
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
}
.category-titles h2 a {
	word-break: break-all;
}
.category-titles p {
	word-break: break-all;
}
.category-trackbacks form input[type="submit"] {
	color: #000;
	border: 0;
	background: #fff;
	padding:2px 5px;
}
.category-trackbacks, .tag-trackbacks-2, .post_format-post-format-gallery {
	color: #fff;
}
.blog-section .post_format-post-format-gallery img {
	width: auto;
	max-width: 100%;
}
.post_format-post-format-gallery figure {
	float: left;
	margin: 5px;
}
.post_format-post-format-gallery .post-tags a {
	font: 400 13px/13px "Open Sans", sans-serif;
	color: #fff;
	padding: 0 6px 0 0;
}
.post_format-post-format-gallery .post-tags .fa {
	padding: 0 8px 0 0;
}
.blog-section .post_format-post-format-image img {
	width: auto;
	max-width: 100%;
}
.tag-wordpress .post-tags {
	float: left;
	width: 100%;
	margin-bottom:15px;
}
.tag-wordpress .post-tags .fa {
	padding: 0 8px 0 0;
	color: #fff;
}
.tag-wordpress .post-tags a {
	font: 400 13px/13px "Open Sans", sans-serif;
	color: #fff;
	padding: 0 6px 0 0;
}
.tag-markup-2 .text-box li {
	float: left;
	width: 100%;
	color: #fff;
}
.tag-markup-2 .post-tags {
	float: left;
	margin-bottom:10px;
	width: 100%;
}
.tag-markup-2 .post-tags .fa {
	padding: 0 8px 0 0;
	color: #fff;
}
.tag-markup-2 .post-tags a {
	font: 400 13px/13px "Open Sans", sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0 6px 5px 0;
}
.content_holder {
	color: #ccc;
}
body h1 {
	color: #fff
}
.category-markup ol {
	color: #ccc;
}
.category-markup ol li {
	float: left;
	width: 100%;
}
.category-lists ol {
	color: #ccc;
}
.category-lists ol li {
	float: left;
	width: 100%;
}
address {
	color: #ccc;
}
/***Menu Css***/

.navbar-nav .sub-menu li {
	z-index: 11;
}
.navbar-nav .sub-menu li a {
	display: block;
}
#slide-menu .bar-menu-class {
	padding: 0;
	padding-left: 0;
}
.side-navigation .bar-menu-class li a {
	padding: 7px 20px;
}
.side-navigation li .sub-menu {
	display: none;
}
.side-navigation li:hover .sub-menu {
	display: block;
}
#slide-menu .navbar-nav {
	margin:70px 0 0 0;
}
.navigation-row .burger-nav {
	float: left;
	margin: 0 70px 0 0;
	position: relative;
	z-index: 999;
}
.burger-nav .fa {
/* font-size: 34px; */
}
#side-menu .nav > li > a:hover, #side-menu .nav > li > a:focus{
	background:none;
}
.burger-nav a {
	color: #fff;
}
#slide-menu {
	margin-left: -300px;
	left: 0;
	top: 0;
	width: 300px;
	background:url("images/sidebar-menu-bg.jpg") no-repeat left top/cover;
	position: fixed;
	height: 100%;
	z-index: 1000;
	color: #fff;
	padding:40px 0 0 0;
}
#side-menu #close-btn {
	float: right;
	position: relative;
	margin-bottom: 40px;
}
.closeit_bar{
	list-style:none;
	position:absolute;
	right:8px;
	top:8px;
	z-index:9999;
}
.side-navigation .closeit_bar li{
	line-height:normal;
	border:0;
}
.closeit_bar li a{
	padding:0;
	text-decoration:none;
	font-size:25px;
}
#side-menu #close-btn a {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}
#close-btn a .fa {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	text-align: center;
	color: #0f0f0f;
}
.side-navigation {
	position: absolute;
	top: 0;
	width: 300px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-navigation #close a {
	text-align: right;
	padding: 0;
}
.side-navigation li {
	line-height: 36px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.side-navigation li a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: block;
	padding: 10px 0 10px 40px;
}
.side-navigation li a:hover, .side-navigation li a:focus {
	text-decoration: none;
}
.side-navigation li:hover a {
	text-decoration: none;
}
.side-navigation .dropdown-menu {
	position: static;
	width: 100%;
	background: transparent;
	border: none;
	box-shadow: none;
}
.side-navigation .dropdown-menu .dropdown .caret {
	float: right;
	margin-left: 10px;
	border-left: 6px solid;
	border-right: 6px solid;
}
.side-navigation .dropdown-menu > li {
	border-bottom: 1px solid #333;
}
.side-navigation .dropdown-menu > li:last-child {
	border-bottom: none;
}
.side-navigation .dropdown-menu li a {
	padding: 6px 10px 6px 50px;
	line-height: 30px;
	color: #fff;
}
.side-navigation .navbar-nav .open .dropdown-menu > li > a, .side-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 6px 10px 6px 50px;
}
.side-navigation .dropdown-menu > li:hover a {
	padding-left: 30px;
}
.side-navigation .dropdown a .fa {
	margin-left: 20px;
	color: #888888;
}
.side-navigation li:hover > a .fa {
	color: #fff;
}
.side-navigation li#close:hover > a {
	background-color: transparent;
}
.side-navigation .bar-menu-class li ul {
	padding-left: 0;
}
.side-navigation .navbar-nav > li > a {
	line-height: 36px;
	position:relative;
}
.side-navigation .navbar-nav > li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	background:#000;
	z-index:-1;
}
.side-navigation .navbar-nav > li > a:hover:before{
	width:100%;
}
.side-navigation .navbar-nav li li a {
	padding-left: 30px;
}

.single figure.gallery-item{
display:inline-block;
}

.sticky, .bypostauthor {
}
 
/*THEMETEST START*/
.sticky{
	margin-bottom:20px;
	overflow:hidden;
	background:#333;
	padding:10px 30px;
}
.post-tags a{
	font:400 13px/13px "Open Sans",sans-serif;
	color:#c5a059;
	padding:0 30px 20px 0;
	float:left;
}
.post-tags .fa{
	padding:0 6px 0 ;
	color:#fff;
	float:left;
}
.tl-post-categories{
	font:400 13px/13px "Open Sans",sans-serif;
	color:#c5a059;
	padding:0 30px 20px 0;
	float:left;
}
.tl-post-categories a{
	font:400 13px/13px "Open Sans",sans-serif;
	color:#c5a059;
}
.blog-section .text-box p a{
	color:#ccc;
	text-decoration:none;
}
.comment-notes{
	margin-bottom:15px;
}
.comment-body{
	padding:20px 0;
}
.comment-body img{
	margin-right:10px;
}
.comment-body .comment-reply-link{
	background:#c5a059;
	padding:2px 10px;
	border-radius:3px;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	margin:10px 0 0 0;
}
.comment-body a{
	color:#ccc;
}
.comment-author {
	margin-bottom:10px;
}
.comment-list{
	list-style:none;
}
.comment-list li{
	display:block;
	overflow:hidden;
	clear:both;
}
.comment-list li a{
	color:#ccc;
}
.comment-list li a:hover{
	color:#fff !important;
	text-decoration:none;
}
#commentform input[type="submit"]{
	padding:10px 20px;
}
.category-trackbacks .detail-row{
	margin:12px 0 0 0;
}
body dl{
	float:left;
	width:100%;
	margin: 0;
}
body dt, body dd{
	margin:8px 0;
	color:#ccc;
}
figure{
	color:#ccc;
}
.single-post h2:before{
	display:none;
}
.single-post .blog-section h1, .single-post .blog-section h2, .single-post .blog-section h3, .single-post .blog-section h4, .single-post .blog-section h5, .single-post .blog-section h6{
	margin:15px 0 !important;
}
a:hover{
	text-decoration:none !important;
}
.blog-section .text-box ol li{
	float:left;
	width:100%;
}
.jzpub_index h1, .jzpub_index h2, .jzpub_index h3, .jzpub_index h4, .jzpub_index h5, .jzpub_index h6{
	margin:10px 0 !important;
}
.category-markup h1, .category-markup h2, .category-markup h3, .category-markup h4, .category-markup h5, .category-markup h6{
	margin:10px 0 !important;
}
.jzpub_index p{
	margin:15px 0;
}
.page-links{
	display:block;
	text-align:center;
	margin:15px 0;
	overflow:hidden;
}
.page-links span{
	float:left;
	color:#fff;
}
.page-links a{
	text-decoration:none;
	padding:0 10px;
	float:left;
	color:#fff;
}
.jzpub_index .detail-row{
	margin:20px 0 0 0;
}
.jzpub_index .alignnone{
	height:auto;
}
.jzpub_index .text-box input[type="submit"]{
	padding:3px 4px;
	background:#c5a059;
	border:0;
	color:#000;
}
.wp-caption-text{
	display:none;
}
.tag-tiled p{
	clear:both;
	overflow:hidden; 
}
.single-post .comment-body{
	padding:5px 0;
}
/*THEMETEST START*/



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
	max-width:100%;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	border:0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.blog-section .category-sticky{
	float:left;
	width:100%;
	background:#333;
	padding:10px 30px;
	position:relative;
}
.blog-section .category-sticky:before{
	content:"\f005";
	position:absolute;
	right:0;
	top:0;
	width:30px;
	height:30px;
	font-family: FontAwesome;
	background:#fff;
	color:#222;
	text-align:center;
	font-size:16px;
	line-height:30px;
}
.tag-title h2:before{
	display:none;
}
.tag-title .heading-row{
	margin:0;
}
.single-post .detail-row{
	margin:12px 0 0 0;
}
.blog-section .text-box strong.date{
	margin-bottom:10px;
}
.blog-section .post_format-post-format-image img{
	height:auto;
}
.content{
	float:left;
	width:100%;
}
/*******/
.search .blog-section .text-box h2:before {height:0px;}
.widget_categories label, .widget_archive label{display:none;}
.single .text-box input[type="submit"]{
	background:#c5a059;
	color:#000;
	border:0;
	padding: 3px 4px;
}
.jzpub_index .text-box a, .jzpub_index a, body p a{
	color:#c5a059;
}
body dt a, body dd a, .blog-section .text-box ul li a{
	color:#c5a059;
}

body h4 {font-size:16px !important;}

.wpcf7-form{
	float:left;
	width:100%;
}
.wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="time"], .wpcf7-form input[type="week"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="color"], .wpcf7-form .uneditable-input {
 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #c5a059;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    float: left;
    height: 50px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
	font-family: "Open Sans",sans-serif;
	margin-bottom:25px;
}
.wpcf7-form textarea{
	height:115px;
	resize:none;
}
.wpcf7-form input[type="submit"]{
    border: 0 none;
    color: #000;
    display: inline-block;
    font: 400 14px "Open Sans",sans-serif;
    padding: 13px 20px;
	background:#c5a059;
}
.wpcf7-form label{
	float:left;
	width:100%;
	font-family: "Open Sans",sans-serif;
	text-align:center;
}
.wpcf7-form label span {
    float: left;
    width: 100%;
}
.wpcf7-form p{
	text-align:center;
}
.wpcf7-form-control.wpcf7-file{
	background:#c5a059;
	padding:10px;
	color:#222;
}
.wpcf7-form select{
	width:30%;
	text-align:center;
	color:#222;
	padding:20px 0 0 0;
	border:1px solid #ccc;
	background:#000;
}
.wpcf7-form select option{
	background:#c5a059;
	padding:10px 0;
	margin:5px 0;
}
.heading_h2{
	font:300 30px/30px "Open Sans",sans-serif;
	display:block;
	color:#c5a059;
	text-align:center;
	margin:0 0 20px 0;
}
.heading_h2 strong{
	font-weight:300;
}
div.wpcf7{
	margin:80px 0 0 0;
}
.rev_error {
    width: 100%;
    height: 125px;
    background: #fff;
    margin-top: 150px;
}

.rev_error p {
    text-align: center;
    font-size: 40px !important;
    padding: 45px 0;
    color: #000 !important;
    font-weight: bold !important;
    overflow: hidden;
}

/***********Header Margin Fixes *****************/
.header-3 .navigation{
	margin:40px 0 0 0;
}
.header-2 .navigation {
	margin:0;
}

blockquote{
	width:100%;
	float:left;
}
/*NIVO SLIDER START*/
#content .theme-default .nivoSlider{
	margin:0;
}
#content .wrap-nivoslider.theme-default{
	margin:0;
}
#content .nivo-caption{
	top:0;
	opacity:0.5;
}
#content .wrap-nivoslider .nivo-caption{
	padding:300px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#content .wrap-nivoslider .nivo-caption span{
	font:400 48px "Dancing Script",cursive;
	display:block;
	color:#c5a059;
}
#content .wrap-nivoslider .nivo-caption p{
	margin:0;
	font:300 30px/30px "Open Sans",sans-serif;
}
#content .wrap-nivoslider.theme-default .nivo-controlNav{
	width:100%;
	display:none;
}
#content .wrap-nivoslider.theme-default .nivo-controlNav a.active{
	background:#c5a059;
}
#content .wrap-nivoslider.theme-default .nivo-controlNav a{
	height:3px;
	width:12px;
	border-radius:0;
	opacity:1;
}
#content .inner-text-block{
	position:relative;
	z-index:99999;
}
/*NIVO SLIDER END*/

/*BX SLIDER START*/
#content .bx-wrapper{
	margin:0;
	float:left;
	width:100%;
}
#content .bx-wrapper .bx-viewport{
	border:0;
	box-shadow:none;
	background:none;
}
#content .slide{
	position:relative;
}
#content .slide .caption{
	position:absolute;
	left:0;
	top:300px;
	width:100%;
}
#content .slide .caption .holder{
	margin:0 auto;
	width:900px;
	display:block;
	overflow:hidden;
	text-align:center;
}
#content .caption .holder span{
	padding:20px 0 20px 0;
	font-size:35px;
}
#content .caption .holder a.bx_post_slider_btn{
	display:inline-block;
	padding: 14px 30px;
	border-radius: 2px;
	font: 400 15px 'Open Sans', sans-serif;
	color: #000;
	background:#c5a059;
}
#content .bx-wrapper .bx-pager.bx-default-pager a{
	background:#ccc;
	border-radius:100%;
	width:10px;
	height:10px;
}
#content .bx-wrapper .bx-pager.bx-default-pager a:hover, #content .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#c5a059;
}
#content .bx-wrapper .bx-pager, #content .bx-wrapper .bx-controls-auto{
	padding:0;
	bottom:50px;
	z-index:999;
}
#banner .caption .holder a.post_slider_btn{
	display:inline-block;
	padding: 14px 30px;
	border-radius: 2px;
	font: 400 15px 'Open Sans', sans-serif;
	color: #000;
	background:#c5a059;
}
#content #banner .caption .holder{
	text-align:center;
}
#content .bx-wrapper li{
	position:relative;
}
#content .bx-wrapper li .bxsl-text-block{
	position:absolute;
	left:500px;
	top:300px;
	width:670px;
}
#content .bx-wrapper li .bxsl-text-block strong.title{
	font:300 30px/30px 'Oswald', sans-serif;
	color:#fff;
	display:block;
	padding:0 0 15px 0;
}
#content .bx-wrapper li .bxsl-text-block h1{
	margin:0 0 15px 0;
	display:block;
	font:400 60px/50px 'Montserrat', sans-serif;
	color:#c5a059;
}
#content .bx-wrapper li .bxsl-text-block p{
	font:400 18px/24px "Open Sans",sans-serif;
}
#content .bx-controls-direction{
	display:none;
}
/*BX SLIDER END*/

.welcome-section-2 .services-box .thumb {
	margin:0 0 30px 0;
}
.welcome-section-2 .services-box{
	margin-bottom:30px;
}

.instagram .thumb img {
    max-width: 68px;
    max-height: 68px;
    min-width: 68px;
    width: 68px;
    height: 68px;
}
/* Booking Form */

#booking_wrapper{

	float: left;

	width: 100%;

}

.em-booking-form{

	float: left;

	width: 100%;

	margin-bottom: 30px;

}

.ticket-price > label{

	margin-right: 5px;

}

#jzpub_booking_form label{

	font-size: 16px;

	font-weight: 400;

	display: block;

	margin-bottom: 10px;

}

#jzpub_booking_form input[type="text"],#jzpub_booking_form input[type="email"],#jzpub_booking_form input[type="password"],

#jzpub_booking_form input[type="text"],#jzpub_booking_form select,#jzpub_booking_form textarea{

	float: left;

	width: 100%;

	line-height: 30px;

	padding: 5px 10px;

	border: 1px solid #c5a059;

	margin-bottom: 15px;
	
	background: #000;

}

.em-booking-form-details select option{

	padding: 5px 10px;

}

.em-booking-form-details textarea{

	min-height: 180px;

}

#jzpub_booking_form .em-booking-buttons .em-booking-submit,.em-booking-login #em_wp-submit{

	padding: 10px 20px;

	margin-right: 5px;

	border: none;

	width: auto;

	color: #000;

}

.em-booking-login-form > input[type="checkbox"]{

	display: block;

	margin-top: 15px;

}

.em-booking-login-form a{

	color: #222;

}

#jzpub_booking_form .ticket-price > label{

	display: inline-block;

	margin-bottom: 0;

}

#jzpub_booking_form  .em-booking-form-details {
	padding-top:15px;
}

#jzpub_booking_form .em-booking-login-form a {
	padding: 10px 20px;

	margin-right: 5px;

	border: none;

	width: auto;

	color: #000;
	
	background: #c5a059;
}

#jzpub_booking_form label {
	color:#ccc;
}

.widget_social {
	float: left;
	width: 100%;
}
.widget_social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.widget_social ul li {
	display: inline-block;
	float:left;
	padding:0px 5px;
}
.widget_social ul li a {
	float: left;
	width: 50px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	color: #222;
	text-decoration: none;
	border: 2px solid rgba(0,0,0,0);
}
.widget_social ul li a:hover {
	text-decoration: none;
	background: none;
	border: 2px solid;
	color: #fff;
}