@charset "utf-8";



@import "font-awesome.min.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700|Great+Vibes|Oswald::400,600,700');


/*
================================
Global Styles
================================
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html {
	overflow-x: hidden;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #000;
	overflow: hidden;
	line-height: 22px;
	overflow-x: hidden;
	background-color: transparent;
	font-weight: 300;
}

p {
	color: #fff;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.ttu {
	text-transform: uppercase;
}

.ttl {
	text-transform: lowercase;
}

.ttn {
	text-transform: normal;
}

a {
	text-decoration: none!important;
	cursor: pointer;
}

a:link, a:visited { 
	transition: all 0.2s ease-out 0s; 
	-webkit-transition: all 0.2s ease-out 0s; 
	-moz-transition: all 0.2s ease-out 0s; 
}

:active,
:hover,
:focus,
:visited {
	text-decoration: none;
	outline: none!important;
}

input,
button,
select,
textarea {
	font-family: "Open Sans", sans-serif;
}

.page-wrapper {
	width: 100%;
	height: auto;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	color: #000;
	font-family: 'Oswald', sans-serif;

}

h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	font-family: 'Oswald', sans-serif;
	

}

h5 {
color: #FFF;
font-family: 'Oswald', sans-serif;
font-size: 26px;
padding-top: 10px;
font-weight: 400;	
	
	
	
	
	
	
}

.sep {
	position: relative;
    left: 0;
    right: 0;
	width: 30px;
    height: 1.5px;
    background: #353535;
    display: block;
    margin: 20px auto;
    text-align: center;
}

.sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}

.sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}

.sep-white {
	background: #fff;
}

.sep-white:before {
	background: #fff;
}

.sep-white:after {
	background: #fff;
}

.gap-small {
	width: 100%;
	height: 20px;
	clear: both;
}

img {
	border: 0;
	outline: none;
}

.img-fullwidth {
	width: 100%;
}

.img-responsive {
	display: block;
    width: 100%;
    height: auto;
}

.bg-white {
	background: #fff!important;
}

.bg-white-dark {
	background: #f1f1f1!important;
}

.heading-normal {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	overflow: hidden;
}

.heading-normal h2 {
	font-family: 'Oswald', sans-serif;
	color: #333!important;
	padding-bottom: 10px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}

.heading-normal p {
	color: #666;
	font-weight: 600;
}


/*
================================
Preloader
================================
*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/preloaders/1.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}


.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}


/*
================================
Top Bar - Version 1
================================
*/

.top-bar-v1 {
	background: #F2F3F3;
	padding: 10px 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-top: 3px solid #e1bf65;
}

.top-bar-v1 .top-contact {
	float: left;
	padding-top: 5px;
}

.top-bar-v1 .top-contact .list {
	float: left;
	color: #e1bf65;
	margin-right: 20px;
}

.top-bar-v1 .top-contact .list i {
	margin-right: 5px;
}

.top-bar-v1 .top-contact .list a {
	color: #e1bf65;
}

.top-bar-v1 .top-social {
	float: right;
}

.top-bar-v1 .top-social ul {
	float: right;
	margin-bottom: 0;
}

.top-bar-v1 .top-social ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

.top-bar-v1 .top-social ul li a {
	width: 30px;
	line-height: 30px;
	color: #e1bf65;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 16px;
}

.top-bar-v1 .top-social ul li a:hover {
	background: #e1bf65;
	color: #fff!important;
}


/*
================================
Top Bar - Version 2
================================
*/

.top-bar-v2 {
	background: #e1bf65;
	padding: 10px 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.top-bar-v2 .top-contact {
	float: left;
	padding-top: 5px;
}

.top-bar-v2 .top-contact .list {
	float: left;
	color: #fff;
	margin-right: 20px;
}

.top-bar-v2 .top-contact .list i {
	margin-right: 5px;
}

.top-bar-v2 .top-contact .list a {
	color: #fff;
}

.top-bar-v2 .top-social {
	float: right;
}

.top-bar-v2 .top-social ul {
	float: right;
	margin-bottom: 0;
}

.top-bar-v2 .top-social ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

.top-bar-v2 .top-social ul li a {
	width: 30px;
	line-height: 30px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 16px;
}

.top-bar-v2 .top-social ul li a:hover {
	background: #fff;
	color: #e1bf65;
}



/*
================================
Header
================================
*/

header {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	opacity: 0.8;
}

header .logo {
	float: left;
	-webkit-transition: background .2s;
    transition: background .2s;
}

header .logo img {
	max-height: 100px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

header .nav-wrapper {
	float: right;
}

header .nav-wrapper ul {
	float: right;
}

/*
================================
Sticky Header
================================
*/

header.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	z-index: 10000;
	xborder-bottom: 1px solid #3d3b3d;
	background-color: #FFF;
	xopacity: 0.8;
}

header.sticky .logo img {
	height: 50px;
	margin-top: 10px;
}

header.sticky .sf-menu .menu-description {
	display: none;
}

header.sticky .sf-menu li a {
	padding: 10px 18px;
}

header.sticky .sf-menu li li a {
	padding-top: 0;
	padding-bottom: 0;
}

header.sticky .sf-menu > li {
	margin-top: 10px;
}

/*
================================
Sf Menu
================================
*/

.sf-menu {
	margin-bottom: 0;
}

.sf-menu a {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: normal;
}

.sf-menu ul {
	box-shadow: none;
	border-top: 0;
}

.sf-menu li {
	text-transform: none;
}

.sf-menu > li {
	margin-top: 25px;
	text-transform: uppercase;
}

.sf-menu li {
	background: none;
}

.sf-menu li a {
	color: #000;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 13px;
	xtext-shadow: 1px 0px #FFF;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: none;
	font-weight: bold;
}

.sf-menu li:hover a {
	color: #2662A4;
	font-weight: bold;
}

.sf-menu li:hover li a {
	color: #fff!important;
}

.sf-menu li li {
	min-width: 170px;
	height: auto;
	line-height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #333;
	color: #fff;
	margin-right: 0;
	border-bottom: 1px solid #5f5d5d;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
	font-weight: bold;
}

.sf-menu li li:last-child {
	border-bottom: 0;
}

.sf-menu li li:hover {
	background-color: #004879;
}

.sf-menu li li a {
	xfont-weight: bold!important;
	font-size: 13px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	padding-left: 15px;
}

.sf-menu li li:hover a {
	padding-left: 25px;
	color: #F0F0F0;
	font-weight: bold;
}

.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}

.sf-menu li li:hover > ul {
	-moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}

.sf-menu li li li {
	background: #333;
}

.sf-menu ul ul li a {
	color: #333333;
}

.sf-menu li li:hover li a {
	color: #333333;
	padding-left: 15px;
}

.sf-menu ul ul li a:hover {
	color: #fff;
	padding-left: 25px;
	font-weight: bold;
}

.sf-menu .menu-description {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.sf-menu .menu-description i {
	font-size: 24px;
}

.sf-menu .menu-title {
	font-family: 'Montserrat', sans-serif;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.slicknav_nav .slicknav_row {
	margin-top: 0;
	margin-bottom: 0;
}
ul.slicknav_nav {
	padding-top: 23px!important;
}
.slicknav_btn {
	margin-top: 4px!important;
}
.sticky ul.slicknav_nav {
	padding-top: 5px!important;
}
.sticky .slicknav_btn {
	margin-top: 6px!important;
}
.sticky .slicknav_nav a {
	margin-top: 0!important;
}

/*
================================
Slider
================================
*/
.slide-single {
	width: 100%;
	height: 100vh;
	background-image: url(../images/page-banner.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	text-align: center;
}


.slide-single-page {
	height: 300px;
}

.slide-single .text {
	padding-top: 20%;
	text-align: center;
}

.slide-single .text-page {
	padding-top: 12%;
}

.slide-single h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
	display: inline-block;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

.slide-single h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
	background: #353535;
	display: inline-block;
	padding: 10px 20px;
}

.slide-single p {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}

.slide-single p a {
	xbackground: transparent;
	border: 2px solid #e1bf65;
	padding: 10px 20px;
	color: #e1bf65;
	background-color: #FC6;
}

.slide-single p a:hover {
	background: #e1bf65;
	color: #211f21;
}

.slide-single:hover p {
	background: transparent;
}



.slide-carousel {
	overflow: hidden;
	position: relative;
	margin-bottom: -10px;
}

.slide-carousel .item {
	height: 100vh;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #333;
}

.slide-carousel .item .photo {
	width: 100%;
	height: 100%;
}

.slide-carousel .item .text {
	padding-top: 20%;
	text-align: center;
}

.slide-carousel .item h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	color: #239BF3;
	margin-bottom: 5px;
	display: inline-block;
	xborder: thin solid #FFF;
	xbackground-color: #FFF;
	xopacity: 0.9;
	text-shadow: 1px 1px 1px #fff;
	border-radius: 5px;
	xtext-shadow: 2px 0px #000;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.slide-carousel .item h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 800;
	color: #FFC133;
	margin-bottom: 5px;
	display: inline-block;
	xbackground-color: #FFF;
	opacity: 0.9;
	xborder: thin solid #FFF;
	xmargin-top: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-shadow: 1px 1px #000;
}

.slide-carousel .item p {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}

.slide-carousel .item p a {
	border: thin solid #FFF;
	color: #333;
	background-color: #fff;
	font-size: 22px;
	border-radius: 4px;
	xtext-shadow: 1px 0px #000;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	opacity: 0.9;
}

.slide-carousel .item p a:hover {
	color: #fff;
	background-color: #FF1A53;
}

.slide-carousel .item:hover p {
	background: transparent;
}

.slide-carousel .text h2 {
    animation-duration: .8s;
    animation-delay: 0s;
}

.slide-carousel .text h3 {
    animation-duration: .8s;
    animation-delay: .4s;
    line-height: 40px;
}

.slide-carousel .text p {
    animation-duration: .8s;
    animation-delay: .8s;
}

.slide-carousel .owl-prev {
	display: block;
	position: absolute;
	top: 44%;
	left: 0;
}

.slide-carousel .owl-next {
	display: block;
	position: absolute;
	top: 44%;
	right: 0;
}

.slide-carousel .owl-nav [class*=owl-] {
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    background: #FFF;
    color: #211f21;
}

.slide-carousel .owl-nav [class*=owl-]:hover {
	background: #fff;
	color: #e1bf65;
}

/*
================================
About
================================
*/
.about {
	padding-top: 50px;
	padding-bottom: 10px;
	background-color: #FFF;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #fff;
}

.about img {
	width: 100%;
	height: auto;
}

.about h2 {
	/*font-family: 'Great Vibes', cursive;*/
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	color: #333;
}

.about h3 {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #999;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.about p {
	color: #333;
	font-weight: 500;
	margin-bottom: 20px;
}


/*
================================
Parallex
================================
*/
.parallex {
	background-image: url(../images/slides/mid-banner-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}

.parallex .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	xbackground-color: #000;
}

.parallex h2 {
	/*font-family: 'Great Vibes', cursive;*/
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e1bf65;
	text-align: center;
}

.parallex h3 {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	font-size: 24px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 0 10px;
}

.parallex p {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
}

.parallex p.button {
	margin-top: 40px;
}

.parallex p.button a {
	font-family: 'Oswald', sans-serif;
	xtext-transform: uppercase;
	border: 2px solid #fff;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
}

.parallex p.button a:hover {
	color: #FFF;
	background-color: #FF5983;
}


/*
================================
Parallex-2
================================
*/
.parallex-2 {
	background-image: url(../images/mid-banner-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}

.parallex-2 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	xbackground-color: #000;
}

.parallex-2 h2 {
	/*font-family: 'Great Vibes', cursive;*/
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e1bf65;
	text-align: center;
}

.parallex-2 h3 {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	font-size: 24px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 0 10px;
}

.parallex-2 p {
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
}

.parallex-2 p.button {
	margin-top: 40px;
}

.parallex-2 p.button a {
	font-family: 'Oswald', sans-serif;
	xtext-transform: uppercase;
	border: 2px solid #fff;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
}

.parallex-2 p.button a:hover {
	color: #FFF;
	background-color: #666;
}



/*
================================
Menu - Version 1
================================
*/
.menu-v1 {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	position: relative;
	background-color: #FFF;
}

.menu-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: #FFF;
}

.menu-v1 h2 {
	/*font-family: 'Great Vibes', cursive;*/
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.menu-v1 h3 {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	font-size: 24px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	color: #999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.menu-v1 .item {
	margin-bottom: 30px;
	display: table;
	width: 100%;
	border: 1px dotted #3F3D3F;
	border-collapse: collapse;
}

.menu-v1 .inner {
	display: table-row;
}

.menu-v1 .photo {
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #3F3D3F;
	border-collapse: collapse;
	padding: 10px;
	width: 100px;
}

.menu-v1 .photo img {
	width: 80px;
	height: 80px;
}

.menu-v1 .desc {
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #3F3D3F;
	border-collapse: collapse;
	padding: 10px;
	background: #FFF;
}

.menu-v1 .desc h3 {
	display: block;
	border: 0;
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	margin-bottom: 5px;
	color: #333;
}

.menu-v1 .desc h4 {
	color: #666;
	font-size: 15px;
	text-align: left;
	font-family: georgia;
	font-style: italic;
	line-height: 20px;
}

.menu-v1 .price {
	font-family: 'Oswald', sans-serif;
	display: table-cell;
	vertical-align: middle;
	border: 1px dotted #3F3D3F;
	border-collapse: collapse;
	padding: 10px;
	font-size: 20px;
	color: #C00;
	margin-top: 10px;
	background-color: #FAFAFA;
}

.menu-v1 .nav-tabs {
	border-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu-v1 .nav-tabs>li {
	margin-right: 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.menu-v1 .nav-tabs>li>a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #000;
	border: 0;
	border: 1px solid #000;
	border-radius: 0;
	margin-top: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #FFF;
}

.menu-v1 .nav-tabs>li.active>a, 
.menu-v1 .nav-tabs>li.active>a:focus, 
.menu-v1 .nav-tabs>li.active>a:hover {
	color: #FFF;
	border: 0;
	border: 1px solid #666;
	border-radius: 0;
	background-color: #C10000;
}

.menu-v1 .nav-tabs>li>a:hover {
	color: #211f21;
	background-color: #F4F4F4;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}



/*
================================
Menu - Version 2
================================
*/
.menu-v2 {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background: #211f21;
	position: relative;
}

.menu-v2 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #211f21;
	opacity: 0.7;
}

.menu-v2 h2 {
	/*font-family: 'Great Vibes', cursive;*/
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e1bf65;
	text-align: center;
}

.menu-v2 h3 {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	font-size: 24px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	color: #cccccc;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.menu-v2 .item {
	margin-bottom: 30px;
	width: 100%;
}

.menu-v2 .item .inner {
	position: relative;
	margin-bottom: 25px;
}

.menu-v2 .item .photo img {
	width: 100%;
}

.menu-v2 .item .desc {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #211f21;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.menu-v2 .item .desc h3 {
	color: #fff;
	border-top: 0;
	border-bottom: 0;
	padding-top: 15%;
}

.menu-v2 .item .desc h4 {
	color: #ccc;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 0 20px;
}

.menu-v2 .item .desc .price {
	font-family: 'Oswald', sans-serif;
	color: #e1bf65;
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
}

.menu-v2 .item .inner:hover .desc {
	top: 0;
	opacity: 0.9;
  	filter: alpha(opacity=90);
}

.menu-v2 .nav-tabs {
	border-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu-v2 .nav-tabs>li {
	margin-right: 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.menu-v2 .nav-tabs>li>a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	background: transparent;
	color: #fff;
	border: 0;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 6px 10px;
}

.menu-v2 .nav-tabs>li.active>a, 
.menu-v2 .nav-tabs>li.active>a:focus, 
.menu-v2 .nav-tabs>li.active>a:hover {
	background: #e1bf65;
	color: #211f21;
	border: 0;
	border: 1px solid #211f21;
	border-radius: 0;
}

.menu-v2 .nav-tabs>li>a:hover {
	color: #211f21;
	border-color: #e1bf65;
	background: #e1bf65;
}



/*
================================
Menu - Version 3
================================
*/
.menu-v3 {
	padding-top: 50px;
	padding-bottom: 0px;
	text-align: center;
	position: relative;
	background-color: #FFF;
}

.menu-v3 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #211f21;
	opacity: 0.7;
}

.menu-v3 h2 {
	/*font-family: 'Great Vibes', cursive;*/
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.menu-v3 h3 {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	font-size: 24px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	color: #999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.menu-v3 .menu-grid h2 {
	margin-bottom: 20px;
}

.menu-v3 .menu-grid h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu-v3 .menu-grid-item {
	overflow: hidden;
	margin-bottom: 50px;
}

.menu-v3 .item {
	margin-bottom: 30px;
	width: 100%;
}

.menu-v3 .item .inner {
	position: relative;
	margin-bottom: 25px;
}

.menu-v3 .item .photo img {
	width: 100%;
}

.menu-v3 .item .desc {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #211f21;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.menu-v3 .item .desc h3 {
	color: #fff;
	border-top: 0;
	border-bottom: 0;
	padding-top: 15%;
}

.menu-v3 .item .desc h4 {
	color: #ccc;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 0 20px;
}

.menu-v3 .item .desc .price {
	font-family: 'Oswald', sans-serif;
	color: #e1bf65;
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
}

.menu-v3 .item .inner:hover .desc {
	top: 0;
	opacity: 0.9;
  	filter: alpha(opacity=90);
}

.menu-v3 .nav-tabs {
	border-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu-v3 .nav-tabs>li {
	margin-right: 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.menu-v3 .nav-tabs>li>a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	background: transparent;
	color: #fff;
	border: 0;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 6px 10px;
}

.menu-v3 .nav-tabs>li.active>a, 
.menu-v3 .nav-tabs>li.active>a:focus, 
.menu-v3 .nav-tabs>li.active>a:hover {
	background: #e1bf65;
	color: #211f21;
	border: 0;
	border: 1px solid #211f21;
	border-radius: 0;
}

.menu-v3 .nav-tabs>li>a:hover {
	color: #211f21;
	border-color: #e1bf65;
	background: #e1bf65;
}




/*
================================
Menu - Version 4
================================
*/
.menu-v4 {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background: #FFF;
	position: relative;
}

.menu-v4 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #211f21;
	opacity: 0.7;
}

.menu-v4 h2 {
	/*font-family: 'Great Vibes', cursive;*/
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.menu-v4 h3 {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	font-size: 24px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	color: #999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.menu-v4 .menu-grid h2 {
	margin-bottom: 20px;
}

.menu-v4 .menu-grid h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu-v4 .menu-grid-item {
	overflow: hidden;
	margin-bottom: 50px;
}

.menu-v4 .item {
	margin-bottom: 30px;
	width: 100%;
}

.menu-v4 .item .inner {
	position: relative;
	margin-bottom: 25px;
}

.menu-v4 .item .photo {
	overflow: hidden;
}

.menu-v4 .item .photo img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.menu-v4 .item .inner:hover img {
	-moz-transform: scale(1.4) rotate(10deg);
  	-webkit-transform: scale(1.4) rotate(10deg);
  	transform: scale(1.4) rotate(10deg);
}

.menu-v4 .item .desc {
	padding: 20px 20px 30px;
	background-color: #F2F2F2;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.menu-v4 .item .desc h3 {
	font-weight: 600;
	font-size: 22px;
	color: #211f21;
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: 15px;
}

.menu-v4 .item .desc h4 {
	color: #211f21;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

.menu-v4 .item .desc .price {
	font-family: 'Oswald', sans-serif;
	color: #211f21;
	font-weight: 600;
	font-size: 30px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #211f21;
}

.menu-v4 .nav-tabs {
	border-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu-v4 .nav-tabs>li {
	margin-right: 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.menu-v4 .nav-tabs>li>a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	background: transparent;
	color: #fff;
	border: 0;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 6px 10px;
}

.menu-v4 .nav-tabs>li.active>a, 
.menu-v4 .nav-tabs>li.active>a:focus, 
.menu-v4 .nav-tabs>li.active>a:hover {
	background: #e1bf65;
	color: #211f21;
	border: 0;
	border: 1px solid #211f21;
	border-radius: 0;
}

.menu-v4 .nav-tabs>li>a:hover {
	color: #211f21;
	border-color: #e1bf65;
	background: #e1bf65;
}








/*
================================
Gallery
================================
*/
.gallery {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	position: relative;
	background-color: #F8F8F8;
}

.gallery .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #211f21;
	opacity: 0.7;
}

.gallery h2 {
	/*font-family: 'Great Vibes', cursive;*/
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

.gallery h3 {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	font-size: 24px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.gallery .menu-grid h2 {
	margin-bottom: 20px;
}

.gallery .menu-grid h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.gallery .menu-grid-item {
	overflow: hidden;
	margin-bottom: 50px;
}

.gallery .item {
	margin-bottom: 30px;
	width: 100%;
}

.gallery .item .inner {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.gallery .item .photo img {
	width: 100%;
}

.gallery .item .desc {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	height: 93%;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.gallery .item .desc h4 {
	color: #ccc;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 0 20px;
	padding-top: 30%;
}

.gallery .item .desc .price {
	font-family: 'Oswald', sans-serif;
	color: #e1bf65;
	font-weight: 600;
	font-size: 20px;
	margin-top: 30px;
}

.gallery .item .inner:hover .desc {
	top: 0;
	opacity: 0.4;
  	filter: alpha(opacity=70);
}

.gallery .nav-tabs {
	border-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gallery .nav-tabs>li {
	margin-right: 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.gallery .nav-tabs>li>a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	background: transparent;
	color: #fff;
	border: 0;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 6px 10px;
}

.gallery .nav-tabs>li.active>a, 
.gallery .nav-tabs>li.active>a:focus, 
.gallery .nav-tabs>li.active>a:hover {
	background: #e1bf65;
	color: #211f21;
	border: 0;
	border: 1px solid #211f21;
	border-radius: 0;
}

.gallery .nav-tabs>li>a:hover {
	color: #211f21;
	border-color: #e1bf65;
	background: #e1bf65;
}

.gallery a.gallery-photo i {
	color: #e1bf65;
	font-size: 20px;
}




/*
================================
Service
================================
*/
.service {
	background: #211f21;
	padding-top: 70px;
	padding-bottom: 70px;
}

.service .item {
	margin-bottom: 50px;
}

.service .icon {
	color: #e1bf65;
	text-align: center;
	margin-bottom: 15px;
}

.service .icon i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 40px;
	border-radius: 50%;
	border: 1px solid #e1bf65;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service .item:hover .icon i {
	background: #e1bf65;
	color: #211f21;	
}

.service .text {
	text-align: center;
}

.service .text h2 {
	font-family: 'Oswald', sans-serif;
	color: #e1bf65;
	font-size: 28px;
	margin-bottom: 15px;
}

.service .text p {
	font-weight: 600;
}





/*
================================
Service - Version 1
================================
*/

.service-v1 {
	background: #F2F3F3;
	padding-top: 50px;
	padding-bottom: 50px;
}

.service-v1 .heading {
	margin-bottom: 50px;
}

.service-v1 .heading h2 {
	font-size: 36px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.service-v1 .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}

.service-v1 .item {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	display: table;
	background: #fff;
    border: 3px solid #afafaf;
}

.service-v1 .icon {
	width: 20%;
	height: auto;
	font-size: 40px;
	text-align: center;
	padding-top: 22px;
	display: table-cell;
	vertical-align: top;
}

.service-v1 .icon img {
	width: 80px;
	height: 80px;
}

.service-v1 .icon span {
	height: auto;
	padding: 5px 10px;
	color: #e1bf65!important;
	border: 2px solid #e1bf65;
}

.service-v1 .text {
	width: 80%;
	height: auto;
	padding-top: 10px;
	display: table-cell;
	vertical-align: top;
}

.service-v1 .text .inner {
	padding: 10px;
}

.service-v1 .text h3 {
	font-size: 16px;
	font-weight: 600;
}

.service-v1 .text p {
	font-size: 13px;
}


/*
================================
Service - Version 2
================================
*/

.service-v2 {
	background: #F2F3F3;
	padding-top: 50px;
	padding-bottom: 50px;
}

.service-v2 .heading {
	margin-bottom: 50px;
}

.service-v2 .heading h2 {
	font-size: 36px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.service-v2 .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}

.service-v2 .item {
	height: auto;
	margin-bottom: 30px;
	padding: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #fff;
}

.service-v2 .icon {
	width: 100%;
	height: auto;
	font-size: 40px;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 15px;
}

.service-v2 .icon img {
	width: 60px;
	height: 60px;
}

.service-v2 .icon span {
	background: #e1bf65;
	color: #fff!important;
	padding: 10px 15px;
}

.service-v2 .text {
	width: 100%;
	height: auto;
	padding-top: 30px;
	text-align: center;
}

.service-v2 .text h3 {
	font-size: 16px;
	font-weight: 600;
}

.service-v2 .text p {
	font-size: 13px;
}

.service-v2 .item:hover span {
	color: #353535;
}

.service-v2 .item:hover {
	background: #e1bf65;
}

.service-v2 .item:hover h3 {
	color: #fff;
}

.service-v2 .item:hover p {
	color: #fff;
}


/*
================================
Service - Version 3
================================
*/

.service-v3 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.service-v3 .heading {
	margin-bottom: 50px;
}

.service-v3 .heading h2 {
	font-size: 30px;
	text-align: center;
}

.service-v3 .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}

ul.service-v3-menu {
	text-align: center;
	margin-bottom: 25px;
}

ul.service-v3-menu li {
	display: inline-block;
	padding: 6px 14px;
	margin-right: 5px;
	cursor: pointer;
	border: 2px solid #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

ul.service-v3-menu li:hover {
	border: 2px solid #e1bf65;
	background: #e1bf65;
	color: #fff;
}

ul.service-v3-menu li.filter.active {
	border: 2px solid #e1bf65;
	background: #e1bf65;
	color: #fff;
}

.service-v3 .mix {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);\
}

.service-v3 .mix .content-box {
	position: relative;
}

.service-v3 .mix img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-v3 .inner {
	border: 1px solid #e7e7e7;
}

.service-v3 .text {
	background: #f3f3f3;
	padding: 20px 20px;
	overflow: hidden;
}

.service-v3 .text h3 {
	text-align: left;
	color: #353535;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
}

.service-v3 .text h3 a {
	color: #353535;
}

.service-v3 .text h3 a:hover {
	color: #e1bf65;
}

.service-v3 .text h4 {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.service-v3 .text h4.fee {
	text-align: left;
	font-size: 20px;
	color: #e1bf65;
	font-weight: bold;
	margin-bottom: 15px;
}

.service-v3 .text p {
	text-align: left;
}

.service-v3 .text p.button {
	margin-top: 20px;
	float: left;
	font-size: 14px;
}

.service-v3 .text p.button a {
	background: #838383;
	color: #fff;
	padding: 8px 14px 12px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.service-v3 .text p.button a:hover {
	background: #e1bf65;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.service-v3 .thumb {
	position: relative;
	overflow: hidden;
}

.service-v3 .thumb img {
	width: 100%;
}


/*
================================
Chef
================================
*/

.chef {
	background: #211f21;
	padding-top: 50px;
	padding-bottom: 50px;
}

.chef .heading {
	margin-bottom: 50px;
}

.chef .heading h2 {
	font-size: 36px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.chef .heading p {
	font-size: 16px;
	text-align: center;
	color: #211f21;
}

.chef .chef-inner {
	position: relative;
}

.chef .text {
	background: #e1bf65;
	padding: 20px;
	text-align: center;
}

.chef .text h3 {
	color: #211f21;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.chef .text h3 a {
	color: #211f21;
}

.chef .text h3 a:hover {
	color: #e1bf65;
}

.chef .text h4 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.chef .text p.button {
	margin-top: 20px;
}

.chef .text p.button a {
	font-family: 'Oswald', sans-serif;
	background: #211f21;
	color: #fff;
	padding: 8px 14px;
	font-size: 16px;
}

.chef .text p.button a:hover {
	color: #e1bf65;
}

.chef .item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
}

.chef .item .thumb {
	position: relative;
	overflow: hidden;
}

.chef .item .thumb img {
	width: 100%;
}

.chef .item:hover .thumb img {
	width: 100%;
}

.chef .item .thumb .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: rgba(33, 31, 33, 0.7);
}

.chef .item:hover .thumb .overlay {
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.chef .item .social-icons {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.chef .item:hover .social-icons {
	opacity: 1;
	filter: alpha(opacity=1);
}

.chef .social-icons ul {
	text-align: center;
	padding-left: 15px;
}

.chef .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}

.chef .social-icons ul li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: rgba(225, 191, 101, 0.9);
	color: #211f21;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 18px!important;
}

.chef .social-icons ul li a:hover {
	background: #211f21;
	color: #e1bf65;
}

/*
================================
Chefs - Details
================================
*/

.chefs-detail {
	background: #211f21;
	padding-top: 50px;
	padding-bottom: 50px;
}

.chefs-detail .chefs-single {
	margin-bottom: 30px;
}

.chefs-detail .chefs-single .text {
	background: #e1bf65;
	text-align: center;
	padding: 25px 10px 15px;
}

.chefs-detail .chefs-single .text h2 {
	font-family: 'Oswald', sans-serif;
	color: #211f21;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.chefs-detail .chefs-single .text h3 {
	color: #211f21;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 600;
}

.chefs-detail .chefs-single .text p {
	color: #211f21;
	font-weight: 600;
}

.chefs-detail .chefs-single .thumb img {
	width: 100%;
	height: auto;
}

.chefs-detail .chefs-single .social .title {
	text-align: center;
	color: #ccc;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.chefs-detail .chefs-single .social ul {
	margin-top: 15px;
	text-align: center;
}

.chefs-detail .chefs-single .social ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 5px;
}

.chefs-detail .chefs-single .social ul li a {
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	display: block;
	background: transparent;
	border: 2px solid #e1bf65;
	color: #e1bf65;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.chefs-detail .chefs-single .social ul li a:hover {
	background: #e1bf65;
	color: #211f21;
}

.chefs-detail .chefs-detail-tab .content {
	padding: 15px 0;
}

.chefs-detail .chefs-detail-tab .content h2 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.chefs-detail .chefs-detail-tab .content p {
	color: #ccc;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
}

.chefs-detail .chefs-detail-tab .content ul li {
	list-style-position: inside;
}

.chefs-detail .chefs-detail-tab .nav-tabs {
	border-bottom: 0;
}

.chefs-detail .chefs-detail-tab .nav-tabs>li>a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 18px;
	padding: 5px 10px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	margin-right: 10px;
	text-transform: uppercase;
}

.chefs-detail .chefs-detail-tab .nav-tabs>li.active>a {
	font-family: 'Oswald', sans-serif;
	color: #e1bf65;
	font-size: 18px;
	padding: 5px 10px;
	background: transparent;
	border: 2px solid #e1bf65;
	border-radius: 0;
}

.chefs-detail .testimonial-content {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 0;
}

.chefs-detail .testimonial-content:last-child {
	border-bottom: 0;
}

.chefs-detail .testimonial-content .top {
	overflow: hidden;
}

.chefs-detail .testimonial-content .top img {
	width: 60px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.chefs-detail .testimonial-content .top h2 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #211f21;
	font-size: 16px;
}

.chefs-detail .testimonial-content .top h3 {
	color: #838383;
	font-size: 13px;
}

.chefs-detail .testimonial-content .bottom {
	color: #838383;
}

.chefs-detail .ask-question .btn-success {
	font-family: 'Oswald', sans-serif;
	background-color: #e1bf65;
	border-color: #e1bf65;
	font-weight: 600;
	color: #211f21;
	font-size: 22px;
	border-radius: 0;
	padding: 10px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.chefs-detail .ask-question .btn-success:hover {
	background: transparent;
	color: #e1bf65;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.chefs-detail .ask-question .form-control {
	border-radius: 0;
	box-shadow: none;
}

.chefs-detail .ask-question input[type="text"],
.chefs-detail .ask-question input[type="email"],
.chefs-detail .ask-question textarea {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	background: transparent;
	border: 1px solid #e1bf65;
	color: #ccc;
}

.chefs-detail .contact {
	background: #e1bf65;
	margin-bottom: 20px;
	padding: 20px;
}

.chefs-detail .contact .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #211f21;
	color: #e1bf65;
	text-align: center;
	margin: 0 auto;
}

.chefs-detail .contact .icon i {
	font-size: 24px;
}

.chefs-detail .contact .text {
	text-align: center;
}

.chefs-detail .contact .text h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	color: #211f21;
}

.chefs-detail .contact .text p {
	font-size: 14px;
	color: #211f21;
	font-weight: 600;
}

/*
================================
Counter
================================
*/
.counter-v1 {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-image: url(../images/slides/top-banner-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.counter-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.counter-v1 .container {
	position: relative;
	z-index: 9999;
}

.counter-v1 .counter-text {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    width: 187px;
    height: 187px;
	font-size: 24px;
	color: #fff;
	line-height: 38px;
	border-radius: 187px;
	-webkit-border-radius: 187px;
	-moz-border-radius: 187px;
	text-align: center;
	background: rgba(220, 32, 61, 0.7);
}

.counter-v1 .counter-text p:first-child {
	padding-top: 60px;
	margin-bottom: 0px;
}

.counter-v1 .counter-text span.counter {
	color: #fff;
	font-size: 50px;
}

.counter-v1 .counter-text span {
	color: #fff;
	font-size: 16px;
}

/*
================================
Scroll to Top
================================
*/
.scrollup {
	position: fixed;
	z-index: 99999;
	bottom: 20px;
	right: 20px;
	display: none;
}

.scrollup i {
	color: #FFF;
	border: 4px solid #FFF;
	text-align: center;
	font-size: 28px;
	padding: 12px 18px;
	opacity: 0.7;
	filter: alpha(opacity=50);
	background-color: #CCC;
}

.scrollup i:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}

/*
================================
Testimonial - Version 1
================================
*/

.testimonial-v1 {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(../images/slides/mid-banner-2.jpg);
}

.testimonial-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #211f21;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.testimonial-v1 .container {
	position: relative;
	z-index: 9999;
}

.testimonial-v1 .heading {
	margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
	font-size: 36px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.testimonial-v1 .heading p {
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.testimonial-v1 .testimonial-carousel {
  	margin-top: 0px;
  	text-align: center;
  	position: relative;
  	width: 70%;
  	margin: 0 auto;
}

.testimonial-v1 .content .comment {
	color: #fff;
	padding: 15px 50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
}

.testimonial-v1 .content .comment p {
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.testimonial-v1 .author {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.testimonial-v1 .photo {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.testimonial-v1 .photo img {
	width: 80px;
	height: 80px;
	float: right;
	margin-right: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.testimonial-v1 .text {
	display: inline-block;
	vertical-align: top;
}

.testimonial-v1 .text h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	margin-top: 10px;
}

.testimonial-v1 .text h4 {
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.testimonial-v1 .owl-nav {
	margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 20px;
	text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
	color: #fff;
	background: none;
	position: absolute;
	top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
	font-size: 30px;
	font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
	left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
	right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
	background: none;
}

/*
================================
Testimonial - Version 2
================================
*/

.testimonial-v2 {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-image: url(../../bf/images/testimonial/1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.testimonial-v2 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.testimonial-v2 .container {
	position: relative;
	z-index: 9999;
}

.testimonial-v2 .heading {
	margin-bottom: 50px;
}

.testimonial-v2 .heading h2 {
	font-size: 36px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.testimonial-v2 .heading p {
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.testimonial-v2 .testimonial-carousel-2 {
  	margin-top: 0px;
  	text-align: center;
  	position: relative;
  	width: 100%;
  	margin: 0 auto;
}

.testimonial-v2 .content .comment {
	color: #353535;
	background: #fff;
	padding: 15px 50px;
	position: relative;
	font-style: italic;
	margin-top: 15px;
}

.testimonial-v2 .content .comment p {
	margin: 0 auto;
}

.testimonial-v2 .author {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.testimonial-v2 .photo {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.testimonial-v2 .photo img {
	width: 80px;
	height: 80px;
	float: right;
	margin-right: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.testimonial-v2 .text {
	display: inline-block;
	vertical-align: top;
}

.testimonial-v2 .text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin-top: 10px;
}

.testimonial-v2 .text h4 {
	font-size: 13px;
	color: #fff;
	text-align: left;
}

.testimonial-v2 .owl-nav {
	margin-top: 20px;
}

.testimonial-v2 .owl-nav i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 20px;
	text-align: center;
}

.testimonial-v2 .owl-nav .owl-prev,
.testimonial-v2 .owl-nav .owl-next {
	color: #fff;
	background: none;
	position: absolute;
	top: 14%;
}

.testimonial-v2 .owl-nav .owl-prev i,
.testimonial-v2 .owl-nav .owl-next i {
	font-size: 30px;
	font-weight: bold;
}

.testimonial-v2 .owl-nav .owl-prev {
	left: -80px;
}

.testimonial-v2 .owl-nav .owl-next {
	right: -80px;
}

.testimonial-v2 .owl-nav .owl-prev:hover,
.testimonial-v2 .owl-nav .owl-next:hover {
	background: none;
}

/*
================================
News - Version 1
================================
*/

.news-v1 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.news-v1 .heading {
	margin-bottom: 50px;
}

.news-v1 .heading h2 {
	font-size: 36px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.news-v1 .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}

.news-v1 .news-carousel {
	position: relative;
}

.news-v1 .owl-controls {
	position: absolute;
	top: -60px;
	right: 0;
}

.news-v1 .owl-controls .owl-prev,
.news-v1 .owl-controls .owl-next {
	background: #353535;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}

.news-v1 .owl-controls .owl-prev i,
.news-v1 .owl-controls .owl-next i {
	font-size: 16px;
}

.news-v1 .owl-controls .owl-prev:hover,
.news-v1 .owl-controls .owl-next:hover {
	background: #e1bf65;
}

.news-v1 .text {
	background: #f1f1f1;
	padding: 15px;
}

.news-v1 .text h3 {
	text-align: left;
	color: #353535;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.news-v1 .text h3 a {
	color: #353535;
}

.news-v1 .text h3 a:hover {
	color: #e1bf65;
}

.news-v1 .text h4 {
	text-align: left;
	color: #353535;
	font-size: 13px;
	margin-bottom: 20px;
}

.news-v1 .text p {
	text-align: left;
	margin-bottom: 0;
}

.news-v1 .item .thumb {
	position: relative;
	overflow: hidden;
}

.news-v1 .date {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
}

.news-v1 .date .day {
	float: left;
	background: #e1bf65;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.news-v1 .date .day:before {
	position: absolute;
	top: 0;
	font-size: 30px;
	right: -8px;
	font-family: 'FontAwesome', sans-serif;
	content: '\f0da';
	color: #e1bf65;
}

.news-v1 .date .month {
	float: left;
	background: #353535;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

/*
================================
Partner - Version 1
================================
*/
.partner-v1 {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background: #F2F3F3;
}

.partner-v1 .heading {
	margin-bottom: 50px;
}

.partner-v1 .heading h2 {
	font-size: 36px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.partner-v1 .heading p {
	font-size: 16px;
	text-align: center;
	color: #353535;
}

.partner-v1 .partner-carousel {
	position: relative;
}




/*
================================
Page Banner
================================
*/

.page-banner {
	background: url(../../bf/images/page/1.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.page-banner .overlay {
	background: #353535;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-text {
	text-align: center;
}

.banner-text h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}

.banner-text ul {
	margin-bottom: 0;
	text-align: center;
}

.banner-text ul li {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	list-style-type: none;
	font-style: italic;
	color: #d8d8d8;
	font-weight: bold;
	margin-right: 5px;
	font-size: 14px;
}

.banner-text ul li a {
	color: #d8d8d8;
}


/*
================================
About - Version 1
================================
*/

.about-v1 {
	padding-top: 50px;
	padding-bottom: 0px;
	background: #fff;
}

.about-v1 .why-choose h1 {
	font-size: 24px;
	font-weight: bold;
}

.about-v1 .why-choose h3 {
	font-size: 14px;
	margin-bottom: 25px;
}

.about-v1 .panel {
	box-shadow: none!important;
	border-radius: 0!important;
}

.about-v1 .panel-default>.panel-heading {
	background: #e1bf65;
	color: #fff;
	padding: 0;
	border-radius: 0;
	border: 1px solid #e1bf65;
	position: relative;
}

.about-v1 .panel-group .panel-heading a:after {
	content: '\f068';
	font-family: 'FontAwesome';
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	right: -1px;
    top: -1px;
    padding: 12px;
    background: #353535;
}

.about-v1 .panel-group .panel-heading a.collapsed:after {
  	content: '\f067';
  	font-family: 'FontAwesome';
  	font-size: 14px;
}

.about-v1 h4.panel-title a {
	display: block;
	padding: 10px 15px;
}

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

.about-v1 .facility h1 {
	font-size: 24px;
	font-weight: bold;
}

.about-v1 .facility h3 {
	font-size: 14px;
	margin-bottom: 25px;
}

.about-v1 .facility-title {
	color: #e1bf65;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}

.about-v1 .facility-meter {
	width: 100%;
	height: 8px;
	background: #dcd9d9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 26px;
}

.about-v1 .facility-meter-fill {
	height: 8px;
	background: #e1bf65;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
}

.about-v1 .facility-meter-percentage {
	position: absolute;
	top: -34px;
	right: 0;
	color: #fff;
	background: #353535;
	border: 1px solid #dcd9d9;
	padding: 3px 12px;
	font-size: 14px;
}

/*
================================
About - Version 2
================================
*/

.about-v2 {
	padding-top: 50px;
	padding-bottom: 0px;
	background: #fff;
}

.about-v2 h2 {
	color: #353535;
	font-size: 20px;
	font-weight: 600;
}

.about-v2 p.button {
	margin-top: 20px;
}

.about-v2 p.button a {
	font-size: 13px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #e1bf65;
	color: #ffffff;
	padding: 8px 16px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
}

.about-v2 p.button a:hover {
	background: #838383;
}

/*
================================
Statistic
================================
*/

.statistic {
	background: url(../../bf/images/statistic/1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.statistic .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.statistic .icon {
	text-align: center;
	font-size: 60px;
	margin-bottom: 10px;
}

.statistic .icon span {
	display: inline-block;
	background: #e1bf65;
	color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.statistic .number {
	color: #fff;
	font-size: 34px;
	text-align: center;
	line-height: 40px;
}

.statistic .text {
	color: #fff;
	font-size: 20px;
	text-align: center;
}




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

.contact {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
}

.contact .item {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #69C;
}

.contact .icon {
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	color: #211f21;
	font-size: 20px;
}

.contact .text {
	float: left;
}

.contact .text h3 {
	color: #211f21;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
}

.contact .text p {
	color: #211f21;
	font-weight: bold;
}

.contact .text ul li {
	list-style-type: none;
	color: #211f21;
	font-weight: bold;
}

.contact .item:hover {
	background: #e1bf65;
}

.contact .item:hover .icon,
.contact .item:hover .text h3,
.contact .item:hover .text p,
.contact .item:hover .text ul li {
	color: #211f21;
}

.contact .cform-1 .btn-success {
	font-family: 'Oswald', sans-serif;
	background-color: #FC3;
	color: #211f21;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.contact .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
}

.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
	background: transparent;
	border: 2px solid #e1bf65;
	color: #ccc;
}

.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
	height: 40px;
}


/*
================================
Contact - Version 3
================================
*/

.contact-v3 {
	background: url(../../bf/images/contact/1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 70px;
	padding-bottom: 40px;
	position: relative;
}

.contact-v3 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #353535;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.contact-v3 .item {
	margin-bottom: 20px;
	padding: 25px;
	border: 1px solid #c7c5c5;
	position: relative;
}

.contact-v3 .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 15px;
	background: #e1bf65;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: -25px;
	left: 40px;
}

.contact-v3 .text {
	margin-top: 20px;
	padding-left: 15px;
}

.contact-v3 .text h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	color: #fff;
}

.contact-v3 .text ul li {
	list-style-type: none;
	color: #c7c5c5;
	font-size: 14px;
}

/*
================================
404 Error
================================
*/

.error-page {
	background: #211f21;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.error-page .title .inner {
	font-family: 'Oswald', sans-serif;
	width: 200px;
	height: 200px;
	background: #e1bf65;
	color: #211f21;
	border: 5px solid #e1bf65;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
}

.error-page .title .inner span:first-child {
	display: block;
	margin: 0;
	line-height: 60px;
	margin-top: 40px;
	font-size: 66px;
}

.error-page .title .inner span:last-child {
	display: block;
	margin: 0;
	line-height: 60px;
	font-size: 30px;
}

.error-page .content {
	margin-top: 40px;
	text-align: center;
}

.error-page .content h2 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 24px;
}

.error-page .content p {
	color: #cccccc;
}

.error-page .content .button {
	margin-top: 40px;
}

.error-page .content .button a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 2px solid #e1bf65;
	color: #e1bf65;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 16px;
}

.error-page .content .button a:hover {
	background: #e1bf65;
	color: #211f21;
}



/*
================================
Blog
================================
*/

.blog {
	background: #211f21;
	padding-top: 50px;
	padding-bottom: 50px;
}

.blog .post-item {
	margin-bottom: 30px;
}

.blog .image-holder {
	position: relative;
}

.blog .image-holder .date {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	z-index: 999;
}

.blog .image-holder .day {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: #e1bf65;
	color: #211f21;
	text-align: center;
	position: relative;
	font-size: 16px;
}

.blog .image-holder .day:before {
	position: absolute;
	top: 22px;
	left: 24px;
	color: #e1bf65;
	font-family: 'FontAwesome';
	content: '\f0d7';
	font-size: 24px;
}

.blog .image-holder .month {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: #211f21;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

.blog .text {
	padding: 20px 0;
}

.blog h1 {
	font-size: 24px;
	color: #e1bf65;
	font-weight: bold;
}

.blog h2 {
	font-size: 20px;
	color: #e1bf65;
	font-weight: bold;;	
}

.blog h3 {
	font-size: 18px;
	color: #353535;
	font-weight: bold;
}

.blog h4 {
	font-size: 16px;
	color: #e1bf65;
	font-weight: bold;
}

.blog h5 {
	font-size: 14px;
	color: #e1bf65;
	font-weight: bold;
}

.blog h6 {
	font-size: 12px;
	color: #e1bf65;
	font-weight: bold;
}

.blog p {
	margin-bottom: 15px;
	font-size: 13px;
	color: #ccc;
}

.blog h3 {
	font-family: 'Oswald', sans-serif;
	text-align: left;
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.blog h3 a {
	color: #ffffff;
}

.blog h3 a:hover {
	color: #e1bf65;
}

.blog .text ul.status {
	overflow: hidden;
	margin-bottom: 15px;
}

.blog .text ul.status li {
	text-align: left;
	margin-bottom: 15px;
	color: #e1bf65;
	font-size: 13px;
	float: left;
	list-style-type: none;
	margin-right: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-left: 0;
}

.blog .text ul.status li a {
	color: #e1bf65;
}

.blog .text ul.status li i {
	margin-right: 8px;
}

.blog ul.status li:before {
	content: '';
}

.blog ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	list-style-type: none;
}

.blog ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	content: '\f044';
	color: #353535;
}

.blog p.button {
	margin-top: 30px;
	display: block;
}

.blog p.button a {
	font-family: 'Oswald', sans-serif;
	background: transparent;
	border: 2px solid #e1bf65;
	color: #e1bf65;
	font-size: 16px;
	padding: 8px 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.blog p.button a:hover {
	background: #e1bf65;
	color: #211f21;
}

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

.blog .pagination ul {
	width: 100%;
	height: auto;
	text-align: center;
}

.blog .pagination ul li {
	display: inline-block;
	color: #353535;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	padding-left: 0;
}

.blog .pagination ul li:before {
	content: '';
}

.blog .pagination ul li a {
	background: #e1bf65;
	color: #211f21;
	display: block;
	font-size: 16px;
	border: 1px solid #e1bf65;
}

.blog .pagination ul li a i {
	margin-right: 0;
}

.blog .pagination ul li a:hover {
	background: #211f21;
	border: 1px solid #e1bf65;
	color: #fff;
}

.blog .pagination ul li a.active {
	background: #211f21;
	border: 1px solid #e1bf65;
	color: #fff;
}

.blog .gallery-carousel {
	position: relative;
	z-index: 999;
}

.blog .owl-controls {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
	background: #353535;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 13px;
	padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
	font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
	background: #e1bf65;
}

.blog .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.blog .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog .audio {
	width: 100%;
	height: 100%;
  	margin: 0 auto;
}

/*
================================
Sidebar
================================
*/

.sidebar {
	width: 100%;
}

.widget {
	overflow: hidden;
	margin-bottom: 30px;
}

.widget-search input {
	height: 36px;
	color: #ccc;
	border: 2px solid #e1bf65;
	background: transparent;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 0;
}

.widget-search input:focus {
	border: 2px solid #e1bf65;
}

.widget-search button {
	width: 42px;
	height: 36px;
	float: left;
	border: 2px solid #e1bf65;
	background: #e1bf65;
	border-radius: 0;
	margin-left: 5px;
	color: #211f21;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.widget h4 {
	font-family: 'Oswald', sans-serif;
	color: #e1bf65;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin-bottom: 15px;
}

.widget ul li {
	display: block;
	float: none;
	color: #211f21;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

.widget ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	color: #ccc;
	top: 1px;
	left: 3px;
	font-weight: 600;
}

.widget ul li a {
	color: #ccc;
	font-size: 13px;
	font-weight: 600;
}

.widget ul li a:hover {
	color: #e1bf65;
}

.widget ul.tag-cloud li {
	display: inline-block;
	padding-left: 0;
	font-size: 12px;
	margin-right: 5px;
}

.widget ul.tag-cloud li a {
	display: block;
	padding: 4px 10px;
	border: 2px solid #afafaf;
}

.widget ul.tag-cloud li:before {
	content: '';
}

.widget ul.tag-cloud li:hover {
	background: #e1bf65;
	border-color: #e1bf65;
}

.widget ul.tag-cloud li:hover a {
	color: #211f21;
	border: 2px solid #e1bf65;
}

/*
================================
Author Box
================================
*/

.author-box {
	width: 100%;
	height: auto;
	background: #e1bf65;
	color: #211f21;
	text-align: left;
}

.author-box .inner {
	padding: 20px;
	overflow: hidden;
}

.author-thumb {
	width: 15%;
	float: left;
}

.author-thumb img {
	width: 100%;
	height: auto;
	padding-right: 15px;
}

.author-info {
	width: 85%;
	float: left;
}

.author-info h3 {
	color: #211f21;
	font-weight: bold;
	text-transform: none;
}

.author-info p {
	color: #211f21;
	font-weight: 600;
	line-height: 18px;
}

.author-info ul li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding-left: 0;
}

.author-info ul li:before {
	content: '';
}

.author-info ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #e1bf65;
	background: #211f21;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	display: block;
}

.author-info ul li a i {
	margin-right: 0;
}

.author-info ul li a:hover {
	background: #211f21!important;
	color: #fff!important;
}

/*
================================
Comment
================================
*/

.comments {
	margin-top: 40px;
}

.comments h2 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.comment-list {
	background: transparent;
	padding: 15px;
}

.comment-list .thumb {
	width: 80px;
	display: table-cell;
	vertical-align: top;
}

.comment-list .thumb img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.comment-list .text {
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.comment-list .text .inner {
	margin-left: 10px;
}

.comment-list .text h3 {
	margin-top: 0;
	text-transform: none;
	font-size: 18px;
}

.comment-list .text p,
.comment-list .text span {
	color: #ccc;
	font-size: 13px;
}

.comment-list .text span.date {
	margin-right: 40px;
}

.comment-list .text span.date i {
	margin-right: 5px;
}

.comment-list .text span.reply a {
	font-family: 'Oswald', sans-serif;
	background: #e1bf65;
	color: #211f21;
	padding: 6px 12px;
	font-size: 16px;
}

.comment-list .parent {
	margin-bottom: 0px;
	overflow: hidden;
}

.comment-list .children .parent {
	margin-bottom: 0px;
}

.comment-list .children .parent-inner {
	background: transparent;
	padding: 15px;
	overflow: hidden;
	margin-left: 60px;
}

.comment-list .children .children .parent-inner {
	background: transparent;
	padding: 15px;
	overflow: hidden;
	margin-left: 120px;
}

.comments ul.comment-list > li, 
.comments ul.children > li {
	list-style-type: none;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}

.comments ul.comment-list > li {
	border-bottom: 1px dashed #a1a1a1;
	margin-bottom: 20px;
	padding-left: 0;
}

.comments ul.comment-list > li:before,
.comments ul.children > li:before {
	content: '';
}

.comments ul.comment-list > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.respond {
	background: transparent;
	margin-bottom: 20px;
}

.respond .cform-1 .btn-success {
	font-family: 'Oswald', sans-serif;
	background-color: transparent;
	border: 2px solid #e1bf65;
	color: #e1bf65;
	font-size: 18px;
	padding: 10px 20px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.respond .cform-1 .btn-success:hover {
	background: #e1bf65;
	color: #211f21;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.respond .cform-1 .form-control {
	border-radius: 0;
	box-shadow: none;
}

.respond .cform-1 input[type="text"],
.respond .cform-1 input[type="email"],
.respond .cform-1 textarea {
	font-family: 'Oswald', sans-serif;
	background: transparent;
	border: 2px solid #ccc;
	color: #ccc;
	font-size: 16px;
}

/*
================================
Prev Next
================================
*/

.prev-next-container {
	background: #f8f8f8;
	border: 1px solid #eae7e7;
	padding: 0;
	margin-bottom: 30px;
}

.prev-next-container .inner {
	margin: 0;
}

.prev,
.next {
	background: #f8f8f8;
	padding: 60px 25px 50px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.prev {
	border-right: 1px solid #eae7e7;
}

.prev .inner {
	float: left;
}

.next .inner {
	float: right;
}

.prev:hover,
.next:hover {
	background: #fff;
}

.prev a,
.next a {
	display: table-cell;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	background: #838383;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px 10px 6px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
    box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.prev p,
.next p {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
}

.prev p {
	padding-left: 10px;
}

.next p {
	padding-right: 10px;
}

/*
================================
Under Construction - Version 1
================================
*/
.under-construction-v1 {
	width: 100%;
	height: 100vh;
	position: relative;
}

.under-construction-v1 img {
	width: 100%;
	height: 100%;
}

.under-construction-v1 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #211f21;
	opacity: 0.5;
}

.under-construction-v1 .inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.under-construction-v1 h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 50px;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
}

.under-construction-v1 p {
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

.under-construction-v1 .newsletter {
	text-align: center;
}

.under-construction-v1 .btn-success {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	background-color: #e1bf65;
	color: #211f21;
	border: 0;
	border-color: #e1bf65;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
}

.under-construction-v1 .btn-success:hover {
	background: #211f21;
	border-color: #211f21;
	color: #e1bf65;
}

.under-construction-v1 .form-control {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	outline: none;
}

.under-construction-v1 input[type="email"] {
	background: #211f21;
	border: 2px solid #e1bf65;
	height: 40px;
	color: #ccc;
}

/*
================================
Under Construction - Version 2
================================
*/

.under-construction-v2 {
	width: 100%;
	height: 100%;
	position: relative;
}

.under-construction-v2 .inner {
	width: 100%;
	margin-top: 200px;
}

.under-construction-v2 h1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	color: #353535;
	margin-bottom: 25px;
}

.under-construction-v2 p {
	color: #353535;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}

.under-construction-v2 .newsletter {
	text-align: center;
}

.under-construction-v2 .btn-success {
	display: inline-block;
	background-color: #e1bf65;
	border: 0;
	border-color: #e1bf65;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.under-construction-v2 .btn-success:hover {
	background: #838383;
	border-color: #838383;
}

.under-construction-v2 .form-control {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	outline: none;
	border-width: 2px;
}



/*
================================
FAQ
================================
*/

.faq {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #211f21;
}

.faq h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #e1bf65;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.faq .panel {
	box-shadow: none!important;
	border-radius: 0!important;
}

.faq .panel-group {
	margin-bottom: 40px;
}

.faq .panel-default>.panel-heading {
	background: #eee;
	color: #211f21;
	padding: 0;
	border-radius: 0;
	position: relative;
}

.faq .panel-group .panel-heading a:after {
	content: '\f068';
	font-family: 'FontAwesome';
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	right: -1px;
    top: -1px;
    padding: 11px;
    color: #fff;
    background: #e1bf65;
}

.faq .panel-group .panel-heading a.collapsed:after {
  	content: '\f067';
  	font-family: 'FontAwesome';
  	font-size: 14px;
  	right: -1px;
    top: -1px;
    padding: 11px;
    color: #211f21;
    background: #e1bf65;
}

.faq h4.panel-title a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
}

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



/*
================================
Featured Box
================================
*/
.featured-box {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF;
	xbackground-image: url(../images/back.jpg);
}

.featured-box .icon {
	color: #333;
	float: left;
	display: block;
}

.featured-box .icon i {
	font-size: 40px;
}

.featured-box .text {
	color: #211f21;
	margin-left: 64px;
}

.featured-box .text h2 {
	font-family: 'Oswald', sans-serif;
	color: #C00;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.featured-box .text p {
	color: #211f21;
	font-size: 14px;
	font-weight: 600;
}




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

.reservation-v1 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: -10px;
	background-color: #555864;
}

.reservation-v1 .left p {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	padding-top: 10px;
	font-weight: 400;
}

.reservation-v1 .right {
	float: right;
}

.reservation-v1 .right a {
	font-size: 18px;
	display: block;
	color: #FFF;
	border: 2px solid #FFF;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.reservation-v1 .right a:hover {
	color: #FFF;
	background-color: #34353A;
}

/*
================================
Footer - Top
================================
*/
.footer-top {
	width: 100%;
	height: auto;
	padding: 50px 0;
	text-align: center;
	background-color: #F4F4F4;	
}

.footer-top .item {
	margin-bottom: 20px;
}

.footer-top h2 {
	font-family: 'Oswald', sans-serif;
	color: #211f21;
	font-size: 24px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	border-top: 2px solid #211f21;
	border-bottom: 2px solid #211f21;
	padding: 5px 40px;
	text-align: center;
	margin-bottom: 20px;
}

.footer-top h4 {
	margin-bottom: 20px;
}

.footer-top h4 i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	background: #211f21;
	color: #FFF;
	border-radius: 50%;
	border: 2px solid #211f21;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer-top .item:hover i {
	color: #211f21;
	background-color: #FC6;
}

.footer-top p {
	color: #211f21;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}



/*
================================
Footer - Main
================================
*/

.footer-main {
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #254F81;
}

.footer-col h3	{
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.footer-col h3:after {
	content: "";
	position: absolute;
	width: 100px;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #666;
}

.footer-col p {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
}

.footer-col ul li,
.footer-col ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.footer-col ul li {
	list-style-type: none;
	margin-bottom: 1px;
	position: relative;
	padding-left: 10px;
}

.footer-col ul li:before {
	color: #999;
	content: "\f0da";
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
	top: 0;
}

.footer-col ul li a:hover {
	color: #fff;
}

.footer-col .contact-item {
	color: #999;
	font-size: 13px;
	overflow: hidden;
	margin-bottom: 10px;
}

.footer-col .contact-item .icon {
	float: left;
	font-size: 16px;
	margin-right: 10px;
}

.footer-col .contact-item .text {
	float: left;
	line-height: 22px;
}

/*
================================
Footer - Bottom
================================
*/

.footer-bottom {
	width: 100%;
	height: auto;
	padding: 15px 0 5px 0;
	background-color: #302F37;
}

.copyright {
	font-size: 13px;
	color: #999;
}

.footer-menu {
	float: right;
}

.footer-menu ul {
	float: right;
}

.footer-menu ul li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
}

.footer-menu ul li a {
	color: #999;
}

.footer-menu ul li a:hover {
	color: #fff;
}

.hour-table {
	display: table;
	vertical-align: top;
}

.hour-row {
	display: table-row;
	vertical-align: top;	
}

.hour-cell {
	display: table-cell;
	vertical-align: top;
}

.hour-cell:nth-of-type(1) {
	padding-right: 30px;
}


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

.google-map iframe {
	width: 100%;
	height: 400px;
}

/* ---------------------- EMAIL START ----------------------- */

.form_settings { 
  margin: 15px 0 0 0;
}
.form_settings p { 
  padding: 0 0 4px 0;
}
.form_settings span {
	float: left;
	width: 0 px;
	text-align: left;
	font-weight: bold;
	color: #333;
} 
.form_settings input, .form_settings textarea {
	padding: 8px;
	width: 100%;
	border: 1px solid #CCC;
	color: #666;
	cursor: text;
	font-family: arial;
	font-size: 100%;
} 
.form_settings .submit {
	width: 160px;
	height: 40px;
	cursor: pointer;
	border: thin solid #fff;
	color: #FFF;
	padding-top: 5px;
	padding-right: 3;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	float: left;
	background-color: #F36;
}
.form_settings textarea, .form_settings select {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 120px;
}
.form_settings select { 
  width: 100%;
}
.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;

}
.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}

/* ---------------------- EMAIL END ------------------------ */
