﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
/* DEFAULTS
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
blockquote {
	quotes: none
}
blockquote:before, blockquote:after {
	content: '';
	content: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: medium none;
	vertical-align: middle
}
table th {
	border: 0;
	padding: 5px 7px;
	text-align: center
}
table td {
	padding: 5px 10px;
	text-align: center
}
a img {
	border: 0
}
img {
	max-width: 100%;
	height: auto
}
html {
	height: 100%;
	margin: 0!important;
	-webkit-transition: all 1.3s ease-out;
	-moz-transition: all 1.3s ease-out;
	-o-transition: all 1.3s ease-out;
	-ms-transition: all 1.3s ease-out;
	transition: all 1.3s ease-out
}
body {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 300;
	background-color: #eeeeee;
	overflow-y: scroll;
	overflow-x: hidden!important;
	-webkit-font-smoothing: antialiased
}
p {
	margin-bottom: 15px;
}
sup, sub {
	font-size: 70%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.uppercase {
	text-transform: uppercase;
}
strong, b {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 10px;
}
h1 {
	font-size: 30px;
	line-height: 32px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
}
h3 {
	font-size: 20px;
	line-height: 22px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #ecae80
}
a, p a {
	color: #8d2a23;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	-ms-transform: color .15s ease-in-out;
	transition: color .15s ease-in-out
}
a:hover, p a:hover {
	color: #cc3d33;
	text-decoration: underline;
}
.sep {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
ul {
	list-style-position: inside
}
::selection {
	background: #ecae80;
	color: #fff
}

::-moz-selection {
 background: #ecae80;
 color: #fff
}
.content ul ul, .content ol ol {
	padding: 0 0 0 15px
}
img.img-left {
	float: left;
	padding: 0px 20px 10px 0px;
}
img.img-right {
	float: right;
	padding: 0px 0px 10px 20px;
}
.wrapper {
	background-color: #fff;
	position: relative;
	z-index: 1000;
	-webkit-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	left: 0
}
.right_side_menu_opened .wrapper {
	left: -270px
}
.wrapper_inner {
	width: 100%;
	overflow: hidden
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
 *zoom: 1
}
.clear:after {
	clear: both;
	content: "";
	display: block
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0
}
.alignright {
	float: right;
	margin: 0 0 20px 20px
}
.aligncenter {
	display: block;
	margin: 10px auto
}
.text-align-right {
	text-align: right
}
.text-align-left {
	text-align: left
}
.text-align-center {
	text-align: center
}
.content {
	margin-top: 0;
	position: relative;
	z-index: 100;
	background-color: #fff
}
.content.content_top_margin {
	margin-top: 100px!important
}
.content.content_top_margin_none {
	margin-top: 0!important
}
.container {
	position: relative;
	padding: 0;
	width: 100%;
	z-index: 100
}
.container_inner {
	width: 1100px;
	margin: 0 auto
}
.content .container {
	background-color: #fff
}
.full_page_container_inner {
	padding: 30px 0 0 0
}
.full_width {
	position: relative;
	z-index: 100;
	background-color: #fff
}
.ajax_loader {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1100;
	display: none
}
.vertical_menu_enabled:not(.vertical_menu_transparency_on) .ajax_loader {
	margin-left: 130px
}
.ajax_loader_1 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%
}
.ajax_loader_2 {
	margin: -50% 0 0 -50%
}
.ajax_loader .pulse {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background-color: #303030;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out
}
 @-webkit-keyframes scaleout {
 0% {
 -webkit-transform: scale(0)
}
 100% {
 -webkit-transform: scale(1);
 opacity: 0
}
}
 @-moz-keyframes scaleout {
 0% {
 -moz-transform: scale(0)
}
 100% {
 -moz-transform: scale(1);
 opacity: 0
}
}
 @-ms-keyframes scaleout {
 0% {
 -ms-transform: scale(0)
}
 100% {
 -ms-transform: scale(1);
 opacity: 0
}
}
 @-o-keyframes scaleout {
 0% {
 -o-transform: scale(0)
}
 100% {
 -o-transform: scale(1);
 opacity: 0
}
}
 @keyframes scaleout {
 0% {
 transform: scale(0);
 -webkit-transform: scale(0)
}
 100% {
 transform: scale(1);
 -webkit-transform: scale(1);
 opacity: 0
}
}
body.smooth_scroll {
	overflow-y: hidden
}
body div.pp_default .pp_loaderIcon {
	background-color: #fff;
	border-radius: 20px
}
 @-webkit-keyframes element-from-left {
 0% {
 -webkit-transform: translate(-20%, 0);
 opacity: 0
}
 100% {
 -webkit-transform: translate(0, 0);
 opacity: 1
}
}
 @-moz-keyframes element-from-left {
 0% {
 -moz-transform: translate(-20%, 0);
 opacity: 0
}
 100% {
 -moz-transform: translate(0, 0);
 opacity: 1
}
}
 @-o-keyframes element-from-left {
 0% {
 -o-transform: translate(-20%, 0);
 opacity: 0
}
 100% {
 -o-transform: translate(0, 0);
 opacity: 1
}
}
 @keyframes element-from-left {
 0% {
 transform: translate(-20%, 0);
 opacity: 0
}
 100% {
 transform: translate(0, 0);
 opacity: 1
}
}
 @-webkit-keyframes element-from-right {
 0% {
 -webkit-transform: translate(20%, 0);
 opacity: 0
}
 100% {
 -webkit-transform: translate(0, 0);
 opacity: 1
}
}
 @-moz-keyframes element-from-right {
 0% {
 -moz-transform: translate(20%, 0);
 opacity: 0
}
 100% {
 -moz-transform: translate(0, 0);
 opacity: 1
}
}
 @-o-keyframes element-from-right {
 0% {
 -o-transform: translate(20%, 0);
 opacity: 0
}
 100% {
 -o-transform: translate(0, 0);
 opacity: 1
}
}
 @keyframes element-from-right {
 0% {
 transform: translate(20%, 0);
 opacity: 0
}
 100% {
 transform: translate(0, 0);
 opacity: 1
}
}
 @-webkit-keyframes element-from-bottom {
 0% {
 -webkit-transform: translate(0, 30%);
 opacity: 0
}
 100% {
 -webkit-transform: translate(0, 0);
 opacity: 1
}
}
 @-moz-keyframes element-from-bottom {
 0% {
 -moz-transform: translate(0, 30%);
 opacity: 0
}
 100% {
 -moz-transform: translate(0, 0);
 opacity: 1
}
}
 @-o-keyframes element-from-bottom {
 0% {
 -o-transform: translate(0, 30%);
 opacity: 0
}
 100% {
 -o-transform: translate(0, 0);
 opacity: 1
}
}
 @keyframes element-from-bottom {
 0% {
 transform: translate(0, 30%);
 opacity: 0
}
 100% {
 transform: translate(0, 0);
 opacity: 1
}
}
 @-webkit-keyframes element-from-top {
 0% {
 -webkit-transform: translate(0, -30%);
 opacity: 0
}
 100% {
 -webkit-transform: translate(0, 0);
 opacity: 1
}
}
 @-moz-keyframes element-from-top {
 0% {
 -moz-transform: translate(0, -30%);
 opacity: 0
}
 100% {
 -moz-transform: translate(0, 0);
 opacity: 1
}
}
 @-o-keyframes element-from-top {
 0% {
 -o-transform: translate(0, -30%);
 opacity: 0
}
 100% {
 -o-transform: translate(0, 0);
 opacity: 1
}
}
 @keyframes element-from-top {
 0% {
 transform: translate(0, -30%);
 opacity: 0
}
 100% {
 transform: translate(0, 0);
 opacity: 1
}
}
 @-webkit-keyframes element-transform {
 0% {
 -webkit-transform: scale(0.3);
 opacity: .1
}
 100% {
 -webkit-transform: scale(1);
 opacity: 1
}
}
 @-moz-keyframes element-transform {
 0% {
 -moz-transform: scale(0.3);
 opacity: .1
}
 100% {
 -moz-transform: scale(1);
 opacity: 1
}
}
 @-o-keyframes element-transform {
 0% {
 -o-transform: scale(0.3);
 opacity: .1
}
 100% {
 -o-transform: scale(1);
 opacity: 1
}
}
 @keyframes element-transform {
 0% {
 transform: scale(0.3);
 opacity: .1
}
 100% {
 transform: scale(1);
 opacity: 1
}
}
 @-webkit-keyframes buffering-stripes {
 from {
 background-position: 0 0
}
to {
	background-position: 30px 0
}
}
 @-moz-keyframes buffering-stripes {
 from {
 background-position: 0 0
}
to {
	background-position: 30px 0
}
}
 @-ms-keyframes buffering-stripes {
 from {
 background-position: 0 0
}
to {
	background-position: 30px 0
}
}
 @-o-keyframes buffering-stripes {
 from {
 background-position: 0 0
}
to {
	background-position: 30px 0
}
}
 @keyframes buffering-stripes {
 from {
 background-position: 0 0
}
to {
	background-position: 30px 0
}
}
 @-webkit-keyframes scaleout {
 0% {
 -webkit-transform: scale(0)
}
 100% {
 -webkit-transform: scale(1);
 opacity: 0
}
}
 @-moz-keyframes scaleout {
 0% {
 -moz-transform: scale(0)
}
 100% {
 -moz-transform: scale(1);
 opacity: 0
}
}
 @-ms-keyframes scaleout {
 0% {
 -ms-transform: scale(0)
}
 100% {
 -ms-transform: scale(1);
 opacity: 0
}
}
 @-o-keyframes scaleout {
 0% {
 -o-transform: scale(0)
}
 100% {
 -o-transform: scale(1);
 opacity: 0
}
}
 @keyframes scaleout {
 0% {
 transform: scale(0);
 -webkit-transform: scale(0)
}
 100% {
 transform: scale(1);
 -webkit-transform: scale(1);
 opacity: 0
}
}
 @-webkit-keyframes spin {
 from {
 -webkit-transform: rotate(0deg);
 opacity: 1
}
to {
	-webkit-transform: rotate(360deg);
	opacity: 1
}
}
 @-moz-keyframes spin {
 from {
 -moz-transform: rotate(0deg);
 opacity: 1
}
to {
	-moz-transform: rotate(360deg);
	opacity: 1
}
}
 @-ms-keyframes spin {
 from {
 -ms-transform: rotate(0deg);
 opacity: 1
}
to {
	-ms-transform: rotate(360deg);
	opacity: 1
}
}
 @-o-keyframes spin {
 from {
 -o-transform: rotate(0deg);
 opacity: 1
}
to {
	-o-transform: rotate(360deg);
	opacity: 1
}
}
 @keyframes spin {
 from {
 transform: rotate(0deg);
 opacity: 1
}
to {
	transform: rotate(360deg);
	opacity: 1
}
}
.element_from_left, .element_from_right, .element_from_top, .element_from_bottom, .element_from_fade {
	display: inline-block;
	width: 100%
}
.touch .no_animation_on_touch .element_from_left>div, .touch .no_animation_on_touch .element_from_right>div, .touch .no_animation_on_touch .element_from_top>div, .touch .no_animation_on_touch .element_from_bottom>div, .touch .no_animation_on_touch .element_from_fade>div, .touch .no_animation_on_touch .element_transform>div {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none
}
.element_from_left>div, .element_from_right>div, .element_from_top>div, .element_from_bottom>div, .element_from_fade>div {
	opacity: 0;
	display: inline-block;
	width: 100%;
	filter: alpha(opacity=0)
}
.element_transform>div {
	opacity: .2;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5)
}
.element_from_fade.element_from_fade_on>div {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .8s ease 0s;
	-moz-transition: opacity .8s ease 0s;
	-o-transition: opacity .8s ease 0s;
	-webkit-backface-visibility: hidden
}
.element_from_left.element_from_left_on>div {
	-webkit-animation: element-from-left .7s 1 ease-in-out;
	-moz-animation: element-from-left .7s 1 ease-in-out;
	-o-animation: element-from-left .7s 1 ease-in-out;
	animation: element-from-left .7s 1 ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden
}
.element_from_right.element_from_right_on>div {
	-webkit-animation: element-from-right .7s 1 ease-in-out;
	-moz-animation: element-from-right .7s 1 ease-in-out;
	-o-animation: element-from-right .7s 1 ease-in-out;
	animation: element-from-right .7s 1 ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden
}
.element_from_top.element_from_top_on>div {
	-webkit-animation: element-from-top .7s 1 ease-in-out;
	-moz-animation: element-from-top .7s 1 ease-in-out;
	-o-animation: element-from-top .7s 1 ease-in-out;
	animation: element-from-top .7s 1 ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden
}
.element_from_bottom.element_from_bottom_on>div {
	-webkit-animation: element-from-bottom .7s 1 ease-in-out;
	-moz-animation: element-from-bottom .7s 1 ease-in-out;
	-o-animation: element-from-bottom .7s 1 ease-in-out;
	animation: element-from-bottom .7s 1 ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-backface-visibility: hidden
}
.element_transform.element_transform_on>div {
	-webkit-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-o-animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: element-transform .4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
header {
	width: 100%;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	position: relative;
	z-index: 110;
	-webkit-backface-visibility: hidden
}
header .header_inner_left {
	position: absolute;
	left: 45px;
	top: 0
}
header .container_inner .header_inner_left {
	position: absolute;
	left: 0;
	top: 0
}
.header_bottom {
	padding: 0 45px;
	position: relative;
	background-color: #eee;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	position: relative;
	z-index: 99
}
.header_bottom .container_inner {
	position: relative
}
.logo_wrapper {
	height: 100px;
	float: left
}
.q_logo {
	position: relative;
	top: 50%;
	left: 0
}
.q_logo a {
	position: relative;
	display: block;
	visibility: hidden
}
.q_logo img {
	display: block;
	opacity: 1;
	position: absolute;
	top: -50%;
	width: auto!important;
	max-width: none;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out
}
header.fixed, header.fixed_hiding {
	-webkit-transition: left .13s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: left .13s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: left .13s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: left .13s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: left .13s cubic-bezier(0.694, 0.0482, 0.335, 1), left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	width: 100%;
	position: fixed;
	z-index: 110;
	top: 0;
	left: 0
}
header.fixed.scrolled .header_bottom, header.fixed_hiding.scrolled .header_bottom {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	background-color: #fff!important
}
.right_side_menu_opened .wrapper header.fixed, .right_side_menu_opened .wrapper header.fixed_hiding {
	left: -270px
}
 @media only screen and (min-width:1100px) {
.right_side_menu_opened:not(.boxed) .carousel-inner:not(.relative_position) {
	left: -270px!important
}
}
 @media only screen and (min-width:1000px) {
}
 @media only screen and (min-width:1000px) {
}
.mobile_menu_button {
	display: none;
	float: left;
	height: 100px;
	margin: 0 20px 0 0
}
.mobile_menu_button span {
	color: #777;
	width: 19px;
	height: 17px;
	font-size: 14px;
	z-index: 50;
	display: table-cell;
	position: relative;
	cursor: pointer;
	vertical-align: middle
}
nav.mobile_menu {
	display: none;
	width: 100%;
	float: left;
	position: relative;
	top: 0;
	text-align: left;
	overflow: hidden;
	background-color: #eee;
	z-index: 100
}
nav.mobile_menu ul {
	display: none;
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0
}
nav.mobile_menu>ul {
	margin-bottom: -1px!important
}
nav.mobile_menu ul li {
	margin: 0;
	padding: 0;
	position: relative
}
nav.mobile_menu ul li a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-tap-highlight-color: transparent
}
nav.mobile_menu ul li, nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
	border-bottom: 1px solid #eaeaea
}
nav.mobile_menu ul li.open_sub>ul {
	border-top: 1px solid #eaeaea
}
nav.mobile_menu ul li:last-child {
	border: 0!important
}
nav.mobile_menu ul>li.has_sub>span.mobile_arrow, nav.mobile_menu ul>li.has_sub>span.mobile_arrow {
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 10px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 50px;
	z-index: 9000;
	-webkit-tap-highlight-color: transparent
}
nav.mobile_menu ul li span.mobile_arrow i, nav.mobile_menu ul li span.mobile_arrow i {
	color: #888
}
nav.mobile_menu ul>li>span.mobile_arrow i {
	display: none
}
nav.mobile_menu ul>li.has_sub>span.mobile_arrow i {
	display: inline
}
nav.mobile_menu ul>li.has_sub>span.mobile_arrow i.fa-angle-down, nav.mobile_menu ul>li.has_sub>span.mobile_arrow i.fa-angle-down {
	display: none
}
nav.mobile_menu ul>li.has_sub.open_sub>span.mobile_arrow i.fa-angle-right, nav.mobile_menu ul>li.has_sub>ul.open_sub>li>span.mobile_arrow i.fa-angle-right {
	display: none
}
nav.mobile_menu ul>li.has_sub.open_sub>span.mobile_arrow i.fa-angle-down, nav.mobile_menu ul>li.has_sub ul.open_sub>li>span.mobile_arrow i.fa-angle-down {
	display: inline
}
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
	font-size: 12px;
	font-weight: 400;
	color: #282828;
	padding: 9px 0;
	display: block;
	position: relative;
	text-transform: none;
	line-height: 17px;
	letter-spacing: 0
}
nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a {
	color: #ecae80
}
nav.mobile_menu ul li ul li {
	margin: 0 0 0 20px
}
header:not(.centered_logo) .header_fixed_right_area {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	line-height: 100px
}
.header_menu_bottom .main_menu {
	left: auto
}
.side_menu_button>a, .mobile_menu_button span {
	-webkit-transition: opacity .3s ease, color .3s ease;
	-moz-transition: opacity .3s ease, color .3s ease;
	-ms-transition: opacity .3s ease, color .3s ease;
	-o-transition: opacity .3s ease, color .3s ease;
	transition: opacity .3s ease, color .3s ease;
	color: #5d5d5d
}
.side_menu_button>a:hover, .mobile_menu_button span:hover {
	color: #ecae80
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
 color: #959595;
 margin: 10px 0 0 0
}
.vertical_menu_enabled .q_slider, .vertical_menu_enabled .full_width, .vertical_menu_enabled .content .container, .vertical_menu_enabled .title_outer, .vertical_menu_enabled footer {
	padding-left: 260px
}
.vertical_menu_enabled .content .title .container {
	padding-left: 0
}
.vertical_menu_enabled .content .container, .vertical_menu_enabled .q_slider, .vertical_menu_enabled footer {
	width: auto
}
aside.vertical_menu_area {
	position: fixed;
	width: 260px;
	top: 0;
	left: 0;
	padding: 10px 20px 20px 20px;
	background-color: #eee;
	height: 100%;
	z-index: 101;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	transition: background-color .3s ease;
	outline: 0
}
aside.vertical_menu_area.with_scroll {
	overflow: hidden
}
aside.vertical_menu_area .vertical_menu_area_widget_holder {
	font-size: 13px;
	position: relative
}
.vertical_menu_enabled.vertical_area_transparent .content {
	padding-left: 0
}
.vertical_menu_transparency_on aside.vertical_menu_area.light .vertical_menu_area_widget_holder, .vertical_menu_transparency_on aside.vertical_menu_area.light .widget a, .vertical_menu_transparency_on aside.vertical_menu_area.light .q_social_icon_holder i.simple_social body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.light .vertical_menu_area_widget_holder, body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.light .widget a, body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.light .q_social_icon_holder i.simple_social {
	color: #fff
}
.vertical_menu_transparency_on aside.vertical_menu_area.dark .vertical_menu_area_widget_holder, .vertical_menu_transparency_on aside.vertical_menu_area.dark .widget a, .vertical_menu_transparency_on aside.vertical_menu_area.dark .q_social_icon_holder i.simple_social, body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.dark .vertical_menu_area_widget_holder, body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.dark .widget a, body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.dark .q_social_icon_holder i.simple_social {
	color: #000
}
.vertical_menu_enabled header {
	display: block
}
.vertical_menu_enabled header .header_inner {
	display: none
}
.vertical_area_background {
	position: fixed;
	width: 260px;
	height: 100%;
	background-position: center 600px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 1;
	background-image: url(../images/side_menu_back.jpg);
}
.vertical_logo_wrapper {
	z-index: 100;
	position: relative;
	padding: 0px 20px;
}
.vertical_logo_wrapper img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease
}
.q_logo_vertical img.normal {
	position: relative
}
.q_logo_vertical img.light, .q_logo_vertical img.dark {
	opacity: 0
}
.vertical_menu_transparency_on .light .q_logo_vertical img.normal, body:not(.vertical_menu_transparency_off) .light .q_logo_vertical img.normal {
	opacity: 0
}
.vertical_menu_transparency_on .light .q_logo_vertical img.light, body:not(.vertical_menu_transparency_off) .light .q_logo_vertical img.light {
	opacity: 1
}
.vertical_menu_transparency_on .light .q_logo_vertical img.dark, body:not(.vertical_menu_transparency_off) .vertical_menu_transparency_on .light .q_logo_vertical img.dark {
	opacity: 0
}
.vertical_menu_transparency_on .dark .q_logo_vertical img.normal, body:not(.vertical_menu_transparency_off) .dark .q_logo_vertical img.normal {
	opacity: 0
}
.vertical_menu_transparency_on .dark .q_logo_vertical img.light, body:not(.vertical_menu_transparency_off) .dark .q_logo_vertical img.light {
	opacity: 0
}
.vertical_menu_transparency_on .dark .q_logo_vertical img.dark, body:not(.vertical_menu_transparency_off) .dark .q_logo_vertical img.dark {
	opacity: 1
}
nav.vertical_menu {
	position: relative;
	z-index: 101;
	margin: 25px 0 0 0;
	padding-right: 60px;
}
.vertical_menu ul {
	list-style: none
}
.vertical_menu ul li {
	position: relative
}
nav.vertical_menu>ul>li>a {
	text-align: right;
	position: relative;
	color: #282828;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	position: relative;
	line-height: 35px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease
}
.vertical_menu ul li a:hover {
	color: #ecae80
}
.vertical_menu .second .inner {
	position: relative;
	display: block;
	padding: 0;
	z-index: 997;
	text-align: right;
}
.vertical_menu_toggle .second .inner_arrow {
	display: none
}
.vertical_menu_toggle .second {
	margin: 0;
	display: none;
	overflow: hidden;
	z-index: 10
}
.vertical_menu_toggle .second ul ul {
	display: none
}
nav.vertical_menu_toggle ul li a {
	display: block;
}
nav.vertical_menu_toggle ul li a .line {
	display: none
}
nav.vertical_menu_toggle ul>li.menu-item-has-children>a>.plus:before {
	width: 25px;
	height: 25px;
	z-index: 10000;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -25px;
	font-family: FontAwesome;
	content: "\f105";
	background-repeat: no-repeat;
	background-position: 100%;
	-o-background-size: 8px 8px;
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	background-size: 8px 8px
}
nav.vertical_menu_toggle ul li ul>li.menu-item-has-children>a>.plus {
	margin: 5px 0 0 0
}
.no-touch nav.vertical_menu_toggle ul>li.menu-item-has-children>a:hover>.plus:before {
	font-family: FontAwesome;
	content: "\f107";
}
nav.vertical_menu_toggle ul>li.menu-item-has-children.open>a>.plus:before {
	font-family: FontAwesome;
	content: "\f107";
}
nav.vertical_menu_toggle ul li.menu-item-has-children a span {
	display: inline-block;
	max-width: 180px
}
 @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
}
 @media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
}
nav.vertical_menu_toggle ul li a .q_menu_arrow {
	display: none
}
nav.vertical_menu_toggle li.narrow .second .inner ul {
	background-color: transparent;
	padding: 0;
	width: 100%
}
nav.vertical_menu_toggle li.narrow .second .inner ul ul {
	display: none
}
.vertical_menu_toggle .second .inner ul li a {
	display: block;
	height: auto;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #999;
	margin: 0;
	padding: 5px 0 5px 0;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease
}
.vertical_menu_toggle .second .inner ul li a:hover {
	color: #ecae80
}
.vertical_menu_toggle .second .inner ul ul li a {
	padding-left: 15px
}
.vertical_menu_area_widget_holder {
	margin: 60px 0 0 0
}
.vertical_menu_enabled .carousel-inner:not(.relative_position) {
	left: 260px!important
}
.vertical_menu_area .q_social_icon_holder {
	margin: 0 12px 2px 0!important
}
.vertical_menu_enabled .content {
	margin-top: 0!important;
	padding-top: 0!important
}
.boxed.vertical_menu_enabled .carousel-inner {
	width: 1150px!important;
	left: auto!important
}
.vertical_menu_enabled.vertical_menu_transparency .full_section_inner {
	overflow: hidden
}
.vertical_menu_enabled.vertical_menu_transparency_on aside.vertical_menu_area {
	background-color: transparent!important
}
.vertical_menu_enabled.vertical_menu_transparency_on aside.vertical_menu_area .vertical_area_background {
	opacity: 0
}
.vertical_menu_enabled.vertical_menu_transparency .q_slider {
	padding-left: 0
}
.vertical_menu_enabled.vertical_menu_enabled.vertical_menu_transparency .carousel-inner:not(.relative_position) {
	left: 0!important
}
.boxed.vertical_menu_enabled.vertical_menu_enabled.vertical_menu_transparency .carousel-inner:not(.relative_position) {
	left: auto!important
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-control.left {
	bottom: 60px;
	height: 44px;
	right: 105px;
	top: auto;
	width: 44px
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-control.right {
	bottom: 60px;
	height: 44px;
	right: 50px;
	top: auto;
	width: 44px
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-control .prev_nav {
	left: 0;
	margin: 0;
	top: 0;
	height: 40px;
	width: 40px;
	line-height: 40px
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-control .next_nav {
	margin: 0;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	line-height: 40px
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-control i {
	font-size: 24px;
	line-height: 40px
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-indicators {
	display: none!important
}
.social-icons {
	text-align: right;
	padding-top: 0px;
}
.social-icons a {
	font-size: 18px;
	display: inline-block;
	padding: 10px;
	color: #aaa;
}
.social-icons a.last {
	padding-right: 0px;
}
.social-icons a:hover {
	color: #ecae80;
}
.location_widget {
	color: #FFF;
	text-transform: uppercase;
	background-color: #8d2a23;
	padding: 10px;
	text-align: center;
	margin-top: 30px;
	margin-right: -80px;
	margin-left: -20px;
	font-size: 13px;
	font-weight: 300;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.location_widget a {
	font-weight: 600;
	text-decoration: underline;
	color: #fff;
}
.location_widget:hover {
	background-color: #f3483c;
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.boxed .carousel-inner {
	width: 1150px;
	left: auto!important
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel.fade .item {
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100)
}
.carousel.fade .active.left, .carousel.fade .active.right {
	opacity: 0;
	filter: alpha(opacity=0)
}
.carousel.fade .active.item {
	opacity: 1;
	filter: alpha(opacity=100)
}
.carousel.fade .active.left, .carousel.fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0)
}
.carousel.fade .next, .carousel.fade .prev {
	left: 0;
	z-index: 1
}
.carousel-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}
.carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	border-radius: 10px
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 40px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn {
	text-shadow: none
}
 @media screen and (min-width:768px) {
.carousel-control .icon-prev,  .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 30px
}
.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px
}
}
.carousel {
	margin-bottom: 0
}
.carousel.full_screen {
	height: 1500px
}
.qode_slider_preloader {
	width: 100%;
	background-color: #1c1c1c;
	position: absolute;
	z-index: 20
}
.qode_slider_preloader {
	height: 1500px
}
.qode_slider_preloader .ajax_loader {
	position: absolute
}
.carousel-inner .slider_content_outer {
	position: relative;
	height: 100%;
	width: 1100px;
	margin: 0 auto;
	z-index: 12
}
.carousel-inner .slider_content {
	position: absolute;
	width: 100%
}
.carousel-inner .slider_content .slide_anchor_holder {
	margin-top: 70px
}
.carousel-inner .item.dark .slider_content .text .slide_anchor_holder .slide_anchor_button {
	color: #000
}
.carousel-inner .slider_content .slide_anchor_holder .slide_anchor_button {
	font-size: 51px;
	color: #fff
}
.carousel-inner .slider_content .thumb {
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	height: 100%
}
 @media only screen and (max-height:850px) {
.full_screen .carousel-inner .slider_content {
	height: 35%
}
}
 @media only screen and (max-height:600px) {
.full_screen .carousel-inner .slider_content {
	height: 25%
}
}
.carousel-inner .slider_content.left .thumb {
	text-align: left
}
.carousel-inner .slider_content.right .thumb {
	text-align: right
}
.carousel-inner .active .slider_content .thumb {
	-webkit-animation: rotate 1s 1 ease-out;
	-moz-animation: rotate 1s 1 ease-out;
	-o-animation: rotate 1s 1 ease-out;
	animation: rotate 1s 1 ease-out;
	opacity: 1;
	filter: alpha(opacity=100)
}
.carousel-inner .active .slider_content .thumb.fade {
	-webkit-animation: fade 1s 1 ease-out;
	-moz-animation: fade 1s 1 ease-out;
	-o-animation: fade 1s 1 ease-out;
	animation: fade 1s 1 ease-out
}
.carousel-inner .slider_content .thumb img {
	max-height: 100%
}
.carousel-inner .slider_content .text {
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px 0 10px 0;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px)
}
.carousel-inner .active .slider_content .text {
	-webkit-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	animation: text-from-bottom 1.5s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000);
	opacity: 1;
	filter: alpha(opacity=100)
}
.carousel-inner .slider_content.left .separator {
	margin-left: 0
}
.carousel-inner .slider_content.right .separator {
	margin-right: 0
}
.carousel-inner .slider_content .text.one_by_one {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 1
}
.carousel-inner .slider_content .text.one_by_one h2, .carousel-inner .slider_content .text.one_by_one p, .carousel-inner .slider_content .text.one_by_one a.qbutton, .carousel-inner .slider_content .text.one_by_one .slide_anchor_holder, .carousel-inner .slider_content .text.one_by_one .slide_subtitle, .carousel-inner .slider_content .text.one_by_one .separator {
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 70px
}
.carousel-inner .active .slider_content .text.one_by_one h2, .carousel-inner .active .slider_content .text.one_by_one p, .carousel-inner .active .slider_content .text.one_by_one a.qbutton, .carousel-inner .active .slider_content .text.one_by_one .slide_subtitle, .carousel-inner .active .slider_content .text.one_by_one .slide_anchor_holder, .carousel-inner .active .slider_content .text.one_by_one .separator {
	-webkit-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s;
	-moz-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s;
	-o-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s;
	animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	filter: alpha(opacity=100)
}
.carousel-inner .active .slider_content .text.one_by_one p {
	animation-delay: .4s;
	-webkit-animation-delay: .4s
}
.carousel-inner .active .slider_content .text.one_by_one a.qbutton {
	animation-delay: .6s;
	-webkit-animation-delay: .6s
}
.carousel-inner .slider_content .text.one_by_one .slide_anchor_holder {
	animation-delay: .8s;
	-webkit-animation-delay: .8s
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator h2 {
	animation-delay: .2s;
	-webkit-animation-delay: .2s
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator p {
	animation-delay: .6s;
	-webkit-animation-delay: .6s
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator a.qbutton {
	animation-delay: .8s;
	-webkit-animation-delay: .8s
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator .slide_anchor_holder {
	animation-delay: 1s;
	-webkit-animation-delay: 1s
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator h2 {
	animation-delay: .2s;
	-webkit-animation-delay: .2s
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator .separator {
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
	margin-top: -7px
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator p {
	animation-delay: .6s;
	-webkit-animation-delay: .6s
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator a.qbutton {
	animation-delay: .8s;
	-webkit-animation-delay: .8s
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator .slide_anchor_holder {
	animation-delay: 1s;
	-webkit-animation-delay: 1s
}
.carousel-inner .small_title .slider_content_outer {
	width: 100%
}
.carousel-inner .small_title.small_title_right .slider_content {
	left: auto!important;
	top: auto!important;
	bottom: 110px!important;
	right: 120px!important;
	width: 100%!important;
	height: auto!important
}
.carousel-inner .small_title.small_title_right .slider_content .text, .carousel-inner .small_title.small_title_right p {
	text-align: right;
	margin: 0
}
.carousel-inner .small_title.small_title_left .slider_content {
	auto: auto!important;
	top: auto!important;
	bottom: 110px!important;
	left: 120px!important;
	width: 100%!important;
	height: auto!important
}
.carousel-inner .small_title.small_title_left .slider_content .text, .carousel-inner .small_title.small_title_left p {
	text-align: left;
	margin: 0
}
.carousel-inner .small_title h2 {
	font-size: 25px;
	margin: 10px 0
}
.carousel-inner .small_title p {
	font-size: 14px;
	margin: 0
}
.carousel-inner .slider_content .slide_buttons_holder {
	display: inline-block
}
.carousel-inner .slider_content .slide_buttons_holder .qbutton {
	margin: 10px 10px 0 10px;
	-webkit-backface-visibility: hidden
}
.carousel-inner .slider_content .slide_buttons_holder .qbutton:first-child {
	margin-left: 0
}
.carousel-inner .slider_content .slide_buttons_holder .qbutton:last-child {
	margin-right: 0
}
.carousel-inner .slider_content .text .qbutton:not(.white):hover {
	color: #fff;
	border-color: #fff
}
.carousel-inner .item.dark .slider_content .text .qbutton {
	border-color: #303030;
	background-color: #303030;
	color: #fff
}
.carousel-inner .item.dark .slider_content .text .qbutton:hover {
	background-color: transparent;
	color: #303030
}
.carousel-inner .item.dark .slider_content .text .qbutton.white {
	background-color: transparent;
	color: #303030
}
.carousel-inner .item.dark .slider_content .text .qbutton.white:hover {
	background-color: #303030;
	color: #fff!important;
	border-color: #303030
}
.carousel-inner h2 {
	display: inline-block;
	font-size: 60px;
	line-height: 1.071428571428571em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 10px 0 20px 0
}
.carousel-inner h2.with_border {
	border: 4px solid;
	border-left: none;
	border-right: 0;
	padding: .5272727272727273em 40px;
	margin-top: 0
}
.carousel-inner .subtitle_above_title h2.with_border {
	margin-top: 10px
}
.carousel-inner .slide_subtitle {
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	padding: 0;
	font-size: 60px;
	line-height: 60px;
	font-family: Open Sans;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}
.carousel-inner .slide_subtitle span {
	font-size: 1em;
	margin-bottom: 13px;
	display: inline-block
}
.carousel-inner p {
	color: #fff;
	text-align: center;
	font-size: 23px;
	line-height: 1.363157894736842em;
	font-weight: 400;
	margin: 10px 0 43px 0
}
.carousel-indicators a.morearrow img {
	opacity: 0.5;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease-in-out;
}
.carousel-indicators a.morearrow:hover img {
	opacity: 1;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease-in-out;
}
.carousel-inner .left .text, .carousel-inner .left h2, .carousel-inner .left p, .carousel-inner .left .slide_subtitle {
	text-align: left
}
.carousel-inner .left h2.with_border {
	padding-left: 0
}
.carousel-inner .right .text, .carousel-inner .right h2, .carousel-inner .right p, .carousel-inner .right .slide_subtitle {
	text-align: right
}
.carousel-inner .small_title.small_title_left .slider_content .slide_subtitle {
	text-align: left
}
.carousel-inner .small_title.small_title_right .slider_content .slide_subtitle {
	text-align: right
}
.carousel-inner .right h2.with_border {
	padding-right: 0
}
.carousel-inner {
	left: 0!important;
	position: fixed;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-webkit-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1)
}
.carousel-inner.relative_position {
	position: relative
}
.carousel-inner .item img {
	display: inline-block!important
}
.touch .carousel-inner .item {
	background-position: center 0!important
}
.carousel-inner .item .image {
	position: absolute;
	top: 0;
	left: 0;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}
.carousel-inner .item .image img {
	display: none!important;
	width: 0;
	height: 0
}
.carousel-control {
	top: 0;
	width: 6%;
	color: #303030;
	font-size: 13px;
	height: 100%;
	background: 0;
	text-shadow: none;
	position: absolute;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 0;
	z-index: 2!important;
	margin: 0;
	outline: 0;
	cursor: pointer;
	-webkit-transition: color .6s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: color .6s ease-in-out, opacity .3s ease-in-out;
	-o-transition: color .6s ease-in-out, opacity .3s ease-in-out;
	-ms-transform: color .6s ease-in-out, opacity .3s ease-in-out;
	transition: color .6s ease-in-out, opacity .3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden
}
.carousel-control.right {
	right: 0;
	left: auto
}
.carousel-control:hover {
	color: #303030;
	opacity: 1!important
}
.carousel-control.dark, .carousel-control.dark:hover {
	color: #fff
}
.carousel-control .prev_nav, .carousel-control .next_nav {
	height: 54px;
	width: 54px;
	border: 2px solid transparent;
	line-height: 54px;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	text-align: center;
	z-index: 10;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	-o-border-radius: 56px;
	border-radius: 56px;
	-webkit-transition: border-color .3s ease-in-out;
	-moz-transition: border-color .3s ease-in-out;
	-ms-transition: border-color .3s ease-in-out;
	-o-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out
}
.carousel-control .prev_nav:hover i, .carousel-control .next_nav:hover i {
	opacity: .8
}
.carousel-control i {
	font-size: 30px;
	color: #fff;
	line-height: 54px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}
.carousel-control.dark i {
	color: #000
}
.carousel-control .prev_nav {
	left: 23px
}
.q_slider:hover .carousel-control .prev_nav {
	opacity: 1
}
.carousel-control .next_nav {
	right: 23px
}
.q_slider:hover .carousel-control .next_nav {
	opacity: 1
}
.q_slider:hover .carousel-control .next_nav:hover, .q_slider:hover .carousel-control .prev_nav:hover {
	opacity: 1
}
.carousel-control .thumb_holder {
	width: 150px;
	display: block;
	position: absolute;
	margin: -20px 0 0 0;
	top: 50%;
	z-index: 9
}
.carousel-control .thumb_holder .thumb_top {
	background-color: #fff;
	display: block;
	position: relative
}
.carousel-control.dark .thumb_holder .thumb_top {
	background-color: #000
}
.carousel-control.left .thumb_holder .thumb_top {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0
}
.carousel-control.right .thumb_holder .thumb_top {
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	-ms-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0
}
.carousel-control.left .thumb_holder {
	left: -100%;
	-webkit-transition: left .2s ease-in-out;
	-moz-transition: left .2s ease-in-out;
	-o-transition: left .2s ease-in-out;
	-ms-transform: left .2s ease-in-out;
	transition: left .2s ease-in-out;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	display: none
}
.slider_thumbs .carousel-control.left:hover .thumb_holder {
	left: 0
}
.in_progress.slider_thumbs .carousel-control.left .thumb_holder {
	left: -100%!important
}
.carousel-control.right .thumb_holder {
	right: -100%;
	-webkit-transition: right .2s ease-in-out;
	-moz-transition: right .2s ease-in-out;
	-o-transition: right .2s ease-in-out;
	-ms-transform: right .2s ease-in-out;
	transition: right .2s ease-in-out;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	display: none
}
.slider_thumbs .carousel-control.right:hover .thumb_holder {
	right: 0
}
.in_progress.slider_thumbs .carousel-control.right .thumb_holder {
	right: -100%!important
}
.carousel-control.left .arrow_left {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 15px
}
.carousel-control.left .numbers {
	float: right;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 0
}
.carousel-control.right .arrow_right {
	float: right;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 0
}
.carousel-control.right .numbers {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 20px
}
.carousel-control .img_outer {
	top: 0;
	clear: both;
	width: 150px;
	height: 47px;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 0 -2px 0
}
.carousel-control .img {
	top: -47px;
	width: 150px;
	height: 47px;
	position: relative;
	display: block;
	overflow: hidden
}
.in_progress .carousel-control:hover .img {
	top: -47px!important
}
.carousel-control:hover .img {
	top: 0;
	-webkit-transition: top .2s ease-in-out .2s;
	-moz-transition: top .2s ease-in-out .2s;
	-o-transition: top .2s ease-in-out .2s;
	-ms-transform: top .2s ease-in-out .2s;
	transition: top .2s ease-in-out .2s
}
.carousel-control.right .img {
	float: right
}
.carousel-control .img img, .carousel-control .img .video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
.carousel-control .img .video {
	left: -1px
}
.carousel-control .img .old {
	z-index: 1
}
 @media only screen and (max-width:1300px) {
.carousel-control {
	width: 15%
}
}
 @media only screen and (max-width:1000px) {
.carousel-control {
	width: 10%
}
.carousel-control .prev_nav {
	left: 0;
	opacity: 1
}
.carousel-control.left .thumb_holder {
	display: none
}
.carousel-control .next_nav {
	right: 0;
	opacity: 1
}
.carousel-control.right .thumb_holder {
	display: none
}
}
.touch .carousel-control {
	width: 10%
}
.touch .carousel-control.left {
	background-position: 30px center!important
}
.touch .carousel-control.left .thumb_holder {
	display: none
}
.touch .carousel-control.right {
	background-position: 100% center!important
}
.touch .carousel-control.right .thumb_holder {
	display: none
}
 @media(max-width:1400px) {
.carousel.responsive_height .carousel-inner .slider_content_outer {
	display: table
}
.carousel.responsive_height .carousel-inner .slider_content .thumb {
	height: auto
}
.carousel.responsive_height .carousel-inner .slider_content {
	display: table-cell;
	vertical-align: middle;
	position: static;
	top: 0!important;
	left: 0!important
}
.carousel.responsive_height .carousel-inner h2 {
	font-size: 2.9em!important
}
.carousel.responsive_height .carousel-inner h2 {
	line-height: 1.4em!important
}
.carousel.responsive_height .carousel-inner p span {
	font-size: .9em
}
.carousel-inner .qbutton {
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding: 0 30px
}
}
 @media(max-width:1200px) {
.carousel-inner .item:not(.small_title) h2 {
	font-size: 2.5em!important
}
.carousel-inner .item:not(.small_title) h2 {
	line-height: 1.4em!important
}
.carousel-inner .slide_subtitle span {
	font-size: .8em
}
.location .btnFeatured {
    font-size:18px;
    width:100%;
}
}
 @media(max-width:1024px) {
.carousel-inner {
	position: relative
}
.carousel-inner .qbutton {
	font-size: 12px;
	line-height: 31px;
	height: 31px
}
.carousel-inner .qbutton i {
	margin: 0 0 0 20px
}
}
@media(max-width:960px) {
    .location .featuredBtnBox {
        padding: 0px !important;
    }
}
 @media only screen and (max-width:800px) {
.carousel .carousel-inner .slider_content_outer {
	display: table
}
.carousel-inner .slider_content .thumb {
	height: auto
}
.carousel .carousel-inner .slider_content {
	display: table-cell;
	vertical-align: middle;
	position: static;
	top: 0!important;
	left: 0!important
}
.carousel-inner .small_title.small_title_right .slider_content .text,  .carousel-inner .small_title.small_title_right p,  .carousel-inner .small_title.small_title_left .slider_content .text,  .carousel-inner .small_title.small_title_left p {
	text-align: center
}
.carousel .carousel-inner .small_title .slider_content {
	vertical-align: bottom
}
.carousel .carousel-inner .small_title .slider_content .text {
	margin: 0 0 50px 0
}
}
 @media(max-width:768px) {
.carousel-inner .qbutton {
	font-size: 11px;
	line-height: 27px;
	height: 27px
}
.carousel-inner .qbutton i {
	margin: 0 0 0 17px
}
}
 @media(max-width:567px) {
.carousel-inner h2 {
	font-size: 1.7em!important
}
.carousel-inner .qbutton {
	font-size: 10px;
	line-height: 23px;
	height: 23px
}
.carousel-inner .qbutton i {
	margin: 0 0 0 14px
}
.carousel-inner p {
	line-height: 1.4em!important
}
.carousel-control {
	display: none
}
}
 @media(max-width:320px) {
.carousel-inner .item:not(.small_title) h2 {
	font-size: 1.5em!important
}
.carousel-inner p span {
	font-size: 60%!important
}
.carousel-inner p {
	line-height: 1em
}
.carousel-inner .qbutton {
	font-size: 9px;
	line-height: 20px;
	height: 20px
}
.carousel-inner .qbutton i {
	margin: 0 0 0 10px
}
}
 @media(max-width:768px) {
.carousel-control.left {
	left: 0
}
.carousel-control.right {
	right: 0
}
}
.carousel-indicators li {
	background-color: #fff;
	margin: 0;
	opacity: .4;
	margin: 0 3px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transform: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.carousel-indicators.dark li {
	background-color: #000
}
.carousel-indicators .active {
	opacity: 1;
	margin: 0 3px
}
 @-webkit-keyframes text-from-bottom {
 0% {
 -webkit-transform: translate(0, 15%);
 opacity: 0
}
 50% {
 -webkit-transform: translate(0, 15%);
 opacity: 0
}
 100% {
 -webkit-transform: translate(0, 0);
 opacity: 1
}
}
 @-moz-keyframes text-from-bottom {
 0% {
 -moz-transform: translate(0, 15%);
 opacity: 0
}
 50% {
 -moz-transform: translate(0, 15%);
 opacity: 0
}
 100% {
 -moz-transform: translate(0, 0);
 opacity: 1
}
}
 @-o-keyframes text-from-bottom {
 0% {
 -o-transform: translate(0, 15%);
 opacity: 0
}
 50% {
 -o-transform: translate(0, 15%);
 opacity: 0
}
 100% {
 -o-transform: translate(0, 0);
 opacity: 1
}
}
 @keyframes text-from-bottom {
 0% {
 transform: translate(0, 15%);
 opacity: 0
}
 50% {
 transform: translate(0, 15%);
 opacity: 0
}
 100% {
 transform: translate(0, 0);
 opacity: 1
}
}
 @-webkit-keyframes rotate {
 0% {
 -webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
 opacity: 0
}
 50% {
 -webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
 opacity: 0
}
 100% {
 -webkit-transform: perspective(600px) rotateX(0deg) scale(1);
 opacity: 1
}
}
 @-moz-keyframes rotate {
 0% {
 -moz-transform: perspective(600px) rotateX(90deg) scale(.5);
 opacity: 0
}
 50% {
 -moz-transform: perspective(600px) rotateX(90deg) scale(.5);
 opacity: 0
}
 100% {
 -moz-transform: perspective(600px) rotateX(0deg) scale(1);
 opacity: 1
}
}
 @-o-keyframes rotate {
 0% {
 -o-transform: perspective(600px) rotateX(90deg) scale(.5);
 opacity: .2
}
 50% {
 -o-transform: perspective(600px) rotateX(90deg) scale(.5);
 opacity: .2
}
 100% {
 -o-transform: perspective(600px) rotateX(0deg) scale(1);
 opacity: 1
}
}
 @keyframes rotate {
 0% {
 transform: perspective(600px) rotateX(90deg) scale(.5);
 opacity: 0
}
 50% {
 transform: perspective(600px) rotateX(90deg) scale(.5);
 opacity: 0
}
 100% {
 transform: perspective(600px) rotateX(0deg) scale(1);
 opacity: 1
}
}
 @-webkit-keyframes fade {
 0% {
 opacity: 0
}
 50% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @-moz-keyframes fade {
 0% {
 opacity: 0
}
 50% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @-o-keyframes fade {
 0% {
 opacity: 0
}
 50% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @keyframes fade {
 0% {
 opacity: 0
}
 50% {
 opacity: 0
}
 100% {
 opacity: 1
}
}
 @-webkit-keyframes text-from-bottom-one-by-one {
 0% {
 top: 70px;
 opacity: 0
}
 50% {
 top: 45px;
 opacity: 0
}
 100% {
 top: 0;
 opacity: 1
}
}
 @-moz-keyframes text-from-bottom-one-by-one {
 0% {
 top: 70px;
 opacity: 0
}
 50% {
 top: 45px;
 opacity: 0
}
 100% {
 top: 0;
 opacity: 1
}
}
 @-o-keyframes text-from-bottom-one-by-one {
 0% {
 top: 70px;
 opacity: 0
}
 50% {
 top: 45px;
 opacity: 0
}
 100% {
 top: 0;
 opacity: 1
}
}
 @keyframes text-from-bottom-one-by-one {
 0% {
 top: 70px;
 opacity: 0
}
 50% {
 top: 45px;
 opacity: 0
}
 100% {
 top: 0;
 opacity: 1
}
}
.carousel .video .mobile-video-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}
.carousel .video .video-overlay {
	height: 3000px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 11
}
.carousel .video .video-overlay img {
	display: none!important
}
.carousel .video .video-wrap {
	top: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 10
}
.carousel .video .video-wrap .mejs-poster {
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	-o-background-size: cover!important
}
.carousel .video .video-wrap .mejs-container .mejs-controls {
	display: none!important
}
.carousel .video .video-wrap .mejs-controls .mejs-button button:focus {
	outline: none!important
}
.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255, 255, 255, 0.18)!important
}
.carousel .video .video-wrap .mejs-container {
	background-color: transparent!important;
	background-image: none!important;
	height: auto!important
}
.carousel .video .video-wrap .mejs-mediaelement {
	background: none!important;
	border: 0!important
}
.carousel .video .video-wrap .mejs-container .mejs-poster img {
	max-width: none!important;
	width: 100%!important
}
.carousel .video .video-wrap .mejs-controls button {
	opacity: .8
}
.carousel .video .video-wrap .mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button {
	opacity: 1!important
}
.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #1f1f1f none repeat scroll 0 0!important
}
.carousel .video .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: transparent!important
}
.q_slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10
}
 @media only screen and (min-width:1000px) {
.right_side_menu_opened:not(.boxed) .carousel-inner:not(.relative_position) {
	left: -270px!important
}
}
 @-webkit-keyframes title-from-right {
 0% {
 filter: alpha(opacity=0);
 opacity: 0;
 -webkit-transform: translate(50%, 0)
}
 100% {
 filter: alpha(opacity=100);
 opacity: 1;
 -webkit-transform: translate(0, 0)
}
}
 @-moz-keyframes title-from-right {
 0% {
 filter: alpha(opacity=0);
 opacity: 0;
 -moz-transform: translate(50%, 0)
}
 100% {
 filter: alpha(opacity=100);
 opacity: 1;
 -moz-transform: translate(0, 0)
}
}
 @-o-keyframes title-from-right {
 0% {
 filter: alpha(opacity=0);
 opacity: 0;
 -o-transform: translate(50%, 0)
}
 100% {
 filter: alpha(opacity=100);
 opacity: 1;
 -o-transform: translate(0, 0)
}
}
 @keyframes title-from-right {
 0% {
 filter: alpha(opacity=0);
 opacity: 0;
 transform: translate(50%, 0)
}
 100% {
 filter: alpha(opacity=100);
 opacity: 1;
 transform: translate(0, 0)
}
}
.right_side_menu_opened .full_width nav.content_menu.fixed {
	left: -270px
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus, .portfolio_slider .flex-container a:active, .portfolio_slider .flexslider a:active, .portfolio_slider .flex-container a:focus, .portfolio_slider .flexslider a:focus, .qode_carousels .flex-container a:active, .qode_carousels a:active, .qode_carousels .flex-container a:focus, .qode_carousels a:focus {
	outline: 0
}
.portfolio_slides, .slides, .flex-control-nav, .flex-direction-nav, .caroufredsel-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}
.flexslider .slides>li {
	background-color: transparent;
	display: none;
	position: relative;
	margin: 0
}
.caroufredsel_wrapper {
	cursor: grab!important;
	cursor: -moz-grab!important;
	cursor: -webkit-grab!important;
	margin: 0!important
}
aside.sidebar .widget.widget_search {
	border-bottom: 0;
	padding: 0
}
aside.sidebar .widget h5 {
	margin-bottom: 19px;
	font-size: 15px;
	padding: 9px 16px;
	background-color: #efefef
}
aside.sidebar .widget.posts_holder li.page_item_has_children>ul.children li:last-child, aside.sidebar .widget.posts_holder li.menu-item-has-children>ul.sub-menu li:last-child {
	border-bottom: 0
}
aside.sidebar .widget.posts_holder li.page_item_has_children>ul.children, aside.sidebar .widget.posts_holder li.menu-item-has-children>ul.sub-menu {
	padding-left: 10px
}
aside.sidebar .widget.posts_holder li.page_item_has_children>a, aside.sidebar .widget.posts_holder li.menu-item-has-children>a {
	display: block
}
aside.sidebar .widget a {
	color: inherit
}
aside.sidebar .widget {
	margin: 0 0 26px
}
aside.sidebar .widget_nav_menu .sub-menu, aside.sidebar .widget_pages .children {
	margin-left: 20px;
	margin-top: 6px
}
 @media only screen and (-webkit-min-device-pixel-ratio:2.0), only screen and (min--moz-device-pixel-ratio:2.0), only screen and (-o-min-device-pixel-ratio:200/100), only screen and (min-device-pixel-ratio:2.0), only screen and (min-resolution:210dpi) {
}
 @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:150/100), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:160dpi) {
}
header .container_inner .header-left-from-logo-widget, header .container_inner .header-right-from-logo-widget {
	padding: 0
}
.ls-nav-prev, .ls-nav-next {
	position: absolute;
	display: block!important;
	line-height: 40px;
	margin: -20px 0 0;
	top: 60%;
	z-index: 90;
	cursor: pointer;
	opacity: .6!important;
	filter: alpha(opacity=60)!important
}
.ls-nav-prev {
	background-image: none!important;
	background-color: transparent!important;
	height: 54px;
	width: 54px;
	line-height: 54px;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	text-align: center;
	z-index: 10;
	-webkit-transition: opacity .3s ease 0s!important;
	-moz-transition: opacity .3s ease 0s!important;
	-o-transition: opacity .3s ease 0s!important;
	transition: opacity .3s ease-in-out!important;
	opacity: .7;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	-o-border-radius: 56px;
	border-radius: 56px;
	position: absolute;
	left: 23px
}
.ls-nav-prev:after {
	position: absolute;
	left: 0!important;
	color: #fff;
	width: 100%;
	height: 100%;
	content: "\f104";
	font-family: 'FontAwesome', serif;
	line-height: 54px;
	text-align: center;
	display: block!important;
	font-size: 30px
}
.ls-nav-next {
	background-image: none!important;
	background-color: transparent!important;
	height: 54px;
	width: 54px;
	line-height: 54px;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	text-align: center;
	z-index: 10;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	-o-border-radius: 56px;
	border-radius: 56px;
	right: 23px
}
.ls-nav-next:after {
	position: absolute;
	left: 0!important;
	color: #fff;
	width: 100%;
	height: 100%;
	content: "\f105";
	font-family: 'FontAwesome', serif;
	line-height: 54px;
	text-align: center;
	display: block!important;
	font-size: 30px
}
.ls-nav-prev:hover, .ls-nav-next:hover {
	opacity: 1!important;
	filter: alpha(opacity=100)!important
}
.ls-wp-fullwidth-helper {
	left: 0!important
}
/* #Buttons
================================================== */

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	/*border-radius: 4px;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn.small {
	padding: 3px 6px;
	font-size: 12px;
}
a.btn {
	text-decoration: none;
}
a.btn:link, a.btn:visited {
	color: #fff;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
a.btn-default:link, a.btn-default:visited {
	color: #333;
	font-weight: normal;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}
.btn-primary {
	color: #fff;
	background-color: #8d2a23;
	border-color: #7d251f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #7d251f;
	border-color: #6b201b;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-main {
	color: #fff;
	background-color: #542707;
	border-color: #3a1b05;
	text-transform: uppercase;
}
a.btn-main {
	color: #fff;
}
.btn-main:hover, .btn-main:focus, .btn-main:active, .btn-main.active, .open > .dropdown-toggle.btn-main {
	color: #fff;
	background-color: #3a1b05;
	border-color: #2a1404;
}
.btn-main:active, .btn-main.active, .open > .dropdown-toggle.btn-main {
	background-image: none;
}
.btn-main.disabled, .btn-main[disabled], fieldset[disabled] .btn-main, .btn-main.disabled:hover, .btn-main[disabled]:hover, fieldset[disabled] .btn-main:hover, .btn-main.disabled:focus, .btn-main[disabled]:focus, fieldset[disabled] .btn-main:focus, .btn-main.disabled:active, .btn-main[disabled]:active, fieldset[disabled] .btn-main:active, .btn-main.disabled.active, .btn-main[disabled].active, fieldset[disabled] .btn-main.active {
	background-color: #979797;
	border-color: #979797;
}
.btn-beer {
	color: #fff;
	background-color: #9b916e;
	border-color: #867d5f;
}
a.btn-beer {
	color: #fff;
}
.btn-beer:hover, .btn-beer:focus, .btn-beer:active, .btn-beer.active, .open > .dropdown-toggle.btn-beer {
	color: #fff;
	background-color: #867d5f;
	border-color: #787055;
}
.btn-beer:active, .btn-beer.active, .open > .dropdown-toggle.btn-beer {
	background-image: none;
}
.btn-beer.disabled, .btn-beer[disabled], fieldset[disabled] .btn-beer, .btn-beer.disabled:hover, .btn-beer[disabled]:hover, fieldset[disabled] .btn-beer:hover, .btn-beer.disabled:focus, .btn-beer[disabled]:focus, fieldset[disabled] .btn-beer:focus, .btn-beer.disabled:active, .btn-beer[disabled]:active, fieldset[disabled] .btn-beer:active, .btn-beer.disabled.active, .btn-beer[disabled].active, fieldset[disabled] .btn-beer.active {
	background-color: #979797;
	border-color: #979797;
}
.btn-clear {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	border-color: #fff;
	font-weight: 700;
	border-width: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
a.btn-clear {
	color: #fff;
}
.btn-clear:hover, .btn-clear:focus, .btn-clear:active, .btn-clear.active, .open > .dropdown-toggle.btn-clear {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: #fff;
}
.btn-clear:active, .btn-clear.active, .open > .dropdown-toggle.btn-clear {
	background-image: none;
}
.btn-maclearin.disabled, .btn-clear[disabled], fieldset[disabled] .btn-clear, .btn-clear.disabled:hover, .btn-clear[disabled]:hover, fieldset[disabled] .btn-clear:hover, .btn-clear.disabled:focus, .btn-clear[disabled]:focus, fieldset[disabled] .btn-clear:focus, .btn-clear.disabled:active, .btn-clear[disabled]:active, fieldset[disabled] .btn-clear:active, .btn-clear.disabled.active, .btn-clear[disabled].active, fieldset[disabled] .btn-clear.active {
	background-color: #979797;
	border-color: #979797;
}
.btn-secondary {
	color: #000;
	background-color: #fff;
	border-color: #ebebeb;
}
a.btn-secondary:link, a.btn-secondary:visited {
	color: #000;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	color: #000;
	background-color: #ebebeb;
	border-color: #e2e2e2;
}
.btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background-image: none;
}
.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary, .btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled:active, .btn-secondary[disabled]:active, fieldset[disabled] .btn-secondary:active, .btn-secondary.disabled.active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary.active {
	background-color: #9ec9c6;
	border-color: #8cb3b0;
}
.btn-subtle {
	color: #231f20;
	background-color: rgba(255, 255, 255, .25);
	border-color: #231f20;
}
.btn-subtle:hover, .btn-subtle:focus, .btn-subtle:active, .btn-subtle.active, .open > .dropdown-toggle.btn-subtle {
	color: #231f20;
	background-color: rgba(255, 255, 255, .65);
	border-color: #231f20;
}
.btn-subtle:active, .btn-subtle.active, .open > .dropdown-toggle.btn-subtle {
	background-image: none;
}
.btn-subtle.disabled, .btn-subtle[disabled], fieldset[disabled] .btn-subtle, .btn-subtle.disabled:hover, .btn-subtle[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-subtle.disabled:focus, .btn-subtle[disabled]:focus, fieldset[disabled] .btn-subtle:focus, .btn-subtle.disabled:active, .btn-subtle[disabled]:active, fieldset[disabled] .btn-subtle:active, .btn-subtle.disabled.active, .btn-subtle[disabled].active, fieldset[disabled] .btn-subtle.active {
	background-color: rgba(255, 255, 255, 0);
	border-color: #7d7d7d;
}
.btn-link {
	font-weight: normal;
	color: #428bca;
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
.icon {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	padding: 15px 0px;
	text-align: center;
	border-radius: 15px;
	width: 90%;
}
.icon .txt {
	float: left;
	padding-left: 6%;
}
/* #videos
================================================== */
.video-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* #Forms
================================================== */

form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select {
	border: 1px solid #ccc;
	padding: 8px 6px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: 13px;
	color: #000;
	width: 100%;
	max-width: 100%;
	min-width: 50px;
	display: block;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
	background: #fff;
}
input[type="text"]:focus,  input[type="password"]:focus,  input[type="email"]:focus,  textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}
label,  legend {
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span,  legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
		
	::-webkit-input-placeholder {
font-style:italic;
}
    ::-moz-placeholder {
font-style:italic;
} /* firefox 19+ */
    :-ms-input-placeholder {
font-style:italic;
} /* ie */
 input:-moz-placeholder {
font-style:italic;
}
.noinputmargin, .noinputmargin input, .noinputmargin select, .noinputmargin textarea {
	margin: 0px;
	line-height: normal;
}
.centerwithfield {
	padding-top: 8px;
}
input[type="checkbox"], input[type="radio"] {
	text-align: left;
}
/* #lists
================================================== */
.page ul {
	list-style-type: disc;
	list-style-position: outside;
}
.page ol {
	list-style-type: decimal;
	list-style-position: outside;
}
.page ul ul, .page ol ul {
	list-style-type: circle;
	list-style-position: outside;
}
.page ol ol, .page ul ol {
	list-style-type: lower-latin;
	list-style-position: outside;
}
.page ul, .page ol, .page ul ul, .page ol ul, .page ol ol, .page ul ol {
	margin-left: 20px;
	padding-left: 40px;
}
.page ul.noindent, .page ol.noindent {
	padding-left: 0px;
}
.page li {
	padding-bottom: 10px;
}
/* #circles
================================================== */

.circle {
	position: relative;
	display: block;
	margin: 2em 0;
	background-color: transparent;
	color: #222;
	text-align: center;
}
.circle:after {
	display: block;
	padding-bottom: 100%;
	width: 100%;
	height: 0;
	border-radius: 50%;
	background-color: #ddd;
	content: "";
}
.circle__inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.circle__wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.circle__content {
	display: table-cell;
	padding: 1em;
	vertical-align: middle;
}
/* #pages
================================================== */

.fluidbanner h1 {
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	text-transform: uppercase;
}
.fluidbanner h1 .pgname  
{
    font-weight:bold;
    font-style:italic;
    font-size:30px;
    text-transform:none;
    padding-top:20px;
}
.headbanner {
	text-align: center;
	position: relative
}
.headbanner h1 {
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
}
.headbanner h1.valign {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%)
}
.locator {
	overflow: hidden;
}
.locator .headbanner {
	height: 150px;
	background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../images/locator-head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.locator .headbanner h1 {
	padding-left: 30px;
	text-transform: uppercase;
}
.locator .headbanner h1 span {
	font-weight: 400;
	font-size: 46px;
	display: block;
	padding-left: 60px;
}
.locator .locatorsearch {
	background-color: #cba290;
	color: #000;
	padding: 10px;
}
.locator .locatorside {
	background-color: #e7e3d1;
	color: #241005;
}
.locator .locatorside .head {
	background-color: #000;
	color: #fff;
	padding: 40px 10px 10px 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.locsearch {
	width: 80% !important;
	display: inline !important;
	margin: 0px 5px 0px 0px !important;
}
.locsearchbtn {
	display: inline;
}
.searchoptions, .searchcontrols {
	padding-top: 12px;
}
.searchoptions, .searchoptions label {
	font-size: 12px !important;
}
.searchoptions label, .searchoptions input {
	display: block;
	float: left;
}
.searchoptions label {
	margin-right: 20px;
	margin-top: -5px;
	margin-left: 5px;
}
.locator .locatorside .results {
	padding: 1px 20px 20px 20px;
}
.listing {
	color: #000;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	max-width: 340px;
	margin: 0px auto;
	padding-top: 20px;
}
.listing h3 {
	color: #000;
	font-weight: 700;
	font-size: 14px;
}
.listing .locbutton {
	padding: 5px;
	border: 1px solid #000;
	text-transform: uppercase;
	width: 100%;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.listing .locbutton:after {
	margin-left: 10px;
	font-family: FontAwesome;
	content: "\f0da";
	display: block;
	float: right;
}
.listing a.locbutton {
	color: #000;
}
.listing .locbutton:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
.listing .box {
	padding: 0.3em;
}
.listing .phone.btn, .listing .directions.btn {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left !important;
}
.listing .phone.btn a, .listing .directions.btn a {
	color: #fff;
	font-size: 16px;
}
.listing .phone.btn a .fa, .listing .directions.btn a .fa {
	padding-right: 10px;
}
.locatorback {
	background-color: #333;
}
.features {
	margin-top: 20px;
}
.features .bit-2 {
	padding-bottom: 20px;
}
.features .box {
	padding: 120px 50px;
	text-align: center;
	height: 100%;
	width: 100%;
	max-height: 600px;
	max-width: 1100px;
	min-height: 380px;
}
.features .btn {
	padding-left: 60px;
	padding-right: 60px;
}
.features .title {
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	text-transform: uppercase;
}
.features .locfeature .title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 30px;
}
.features .foodmenufeature .title {
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
}
.features .foodmenufeature {
	filter: none;
	-webkit-filter: sepia(0);
	-moz-filter: sepia(0);
	-ms-filter: sepia(0);
	-o-filter: sepia(0);
	filter: sepia(0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.features .foodmenufeature:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'old-timey\'><feColorMatrix type=\'matrix\' values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\'/></filter></svg>#old-timey");
	-webkit-filter: sepia(1);
	-webkit-filter: sepia(100%);
	-moz-filter: sepia(100%);
	-ms-filter: sepia(100%);
	-o-filter: sepia(100%);
	filter: sepia(100%);
}
.features .brewcrewfeature .title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.features .brewcrewfeature .innerwrap {
	width: 50%;
}
.features .box.brewcrewfeature {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
}
.features .box.imgfeature {
	padding: 0px;
	max-height: 380px;
	overflow: hidden;
}
.features .imgfeature img {
	width: 100%;
	height: auto;
}
.features .box.imgfeature.allowshrink {
    max-height: 100%;
	min-height: 100%;
}
.features .box {
	min-height: 466px;
}
.backtotop {
	text-align: right;
	font-size: 12px;
	line-height: 10px;
	font-weight: 600;
}
.backtotop a .fa {
	font-size: 30px;
}
.backtotop a {
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.backtotop a:hover {
	color: rgba(0, 0, 0, 1);
}
.brewcrew .fluidbanner {
	background-image: url(../images/banner-brew-crew.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.brewcrew .fluidbanner h1 {
	font-size: 38px;
	line-height: 48px;
	padding-top: 150px;
	padding-bottom: 50px;
	padding-left: 60px;
	font-weight: 400;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1), 0px 0px 15px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1);
}
.brewcrew .fluidbanner h1 strong {
	font-weight: 800;
}
.brewcrew .innerwrap .bit-40, .brewcrew .innerwrap .bit-60 {
	padding: 10px;
}
.brewcrew .points {
	padding-left: 40px;
	padding-top: 10px;
}
.heading {
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
	padding: 15px;
}
.patterntaupe {
	background-image: url(../images/pattern-back-taupe.jpg);
	background-repeat: repeat;
}
.solidred {
	background-color: #b82213;
}
.brewcrew .pointhead {
	color: #665827;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 18px;
}
.brewcrew .bottom .box {
	padding: 30px;
	min-height: 130px;
}
.line-right {
	border-right: 2px solid #e4b251;
}
.newsletter .fluidbanner {
	background-image: url(../images/banner-newsletter-brews1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.newsletter .fluidbanner h1 {
	padding: 5% 30px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.newsletter .btn {
	padding-left: 50px;
	padding-right: 50px;
	text-transform: uppercase;
}
.newsletter .btn .fa {
	padding-left: 20px;
}
.newsletterpic {
	padding:0px 40px; 
}
.franchise .fluidbanner {
	background-image: url(../images/banner-franchise.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.franchise .fluidbanner .innerwrap {
	padding: 5% 40px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1), 0px 0px 15px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1);
	color: #fff;
}
.franchise .fluidbanner .innerwrap p {
	max-width: 340px;
	padding-top: 10px;
	line-height: 24px;
}
.franchise .bit-30, .franchise .bit-2 {
	padding: 1%;
}
.franchise .cornerbox {
	color: #fff;
	background-color: #000;
	padding: 5px;
	font-weight: 600;
	border: 2px solid #fff;
	width: 40%;
	text-align: left;
}
.franchise h2 {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
	padding: 10% 20% 5% 5%;
}
.franchise .b-overview {
	background-image: url(../images/franchise-box-overview.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 360px;
	cursor: pointer;
}
.franchise .b-industry {
	background-image: url(../images/franchise-box-industry.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	max-height: 200px;
	cursor: pointer;
}
.franchise .b-food {
	background-image: url(../images/franchise-box-food.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	max-height: 200px;
	cursor: pointer;
}
.franchise .b-opportunity {
	background-image: url(../images/franchise-box-opportunity.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	max-height: 200px;
	cursor: pointer;
}
.franchise .b-faq {
	background-image: url(../images/franchise-box-faq.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	max-height: 200px;
	cursor: pointer;
}
.franchise .btn {
	width: 100%;
	padding: 20px;
	font-weight: 600;
}
.franchise-pages .fluidbanner {
	background-image: url(../images/banner-franchise-pages.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.franchise-pages .fluidbanner h1 {
	padding: 5% 40px;
	text-align: center;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1), 0px 0px 15px rgba(0, 0, 0, 1), 0px 0px 10px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1);
	color: #fff;
}
.sidenav {
	padding: 5%;
}
.sidenav .links a {
	display: block;
	padding: 20px 0px;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
.sidenav .links a:hover, .sidenav .links .active {
	color: #bc5b00;
}
.sidenav .links a:after {
	float: right;
	font-family: FontAwesome;
	content: "\f0da";
	margin-right: 10px;
}
.sidenav .buttons .btn {
	width: 100%;
	padding: 20px;
	margin-top: 20px;
}
.franchise-pages .contents {
	background-color: #eeeeee;
	padding: 2% 5%;
}
.franchise .disclaimer, .franchise-pages .disclaimer {
	font-size: 10px;
	line-height: 12px;
	margin-top: 30px;
}
.franchise-pages.requestinfo .bit-2 {
	padding-right: 2%;
}
.company .fluidbanner {
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(../images/banner-company.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.company .fluidbanner h1 {
	padding: 6% 30px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.sidenav .topbutton {
	padding: 10%;
	background-color: #edb04f;
}
.sidenav .topbutton .btn {
	display: block;
}
.company .employment {
	background-image: url(../images/company-employment.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 450px;
}
.employment .topbox {
	background-color: #000;
	color: #fff;
	padding: 2%;
}
.employment .topbox a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: underline;
}
.employment .topbox a:hover {
	color: #e1da77;
}
.company .story {
	line-height: 28px;
}
.press .fluidbanner {
	background-image: url(../images/banner-press-v2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.press .fluidbanner h1 {
	padding: 15% 20px 6% 20px;
	text-align:center;
	max-width:700px;
	margin:0px auto;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.press .presslisting {
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px solid #e1da77;
	padding-bottom: 20px;
	padding-top: 20px;
}
.press .presslisting h2 {
	font-size: 18px;
	line-height: 20px;
}
.backtotop.fixedup {
	position: fixed;
	bottom: 0;
	right: 0;
}
.backtotop.fixedup a {
	display: block;
	padding: 20px;
	color: rgba(0, 0, 0, 1);
}
.contact .fluidbanner {
	background-image: url(../images/banner-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.contact .fluidbanner h1 {
	padding: 6% 30px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.contact .bit-3 {
	padding: 2%;
}
.contact .seps {
	border-bottom: 2px solid #458fc9;
	padding-bottom: 30px;
	padding-top: 30px;
}
.contact .seps a {
	color: #000;
}
.contact .form {
	font-size: 14px;
}
.contact .form select {
	width: 100%;
}
.contact .foot {
	background-image: url(../images/contact-foot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 14%;
}
.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
	line-height: 0 !important;
}
#recaptcha_area input {
	height: auto;
	display: inline;
}
.failureNotification {
	color: #a52121;
	border-radius: 10px;
	font-size: 11px;
	padding: 5px;
	margin: 10px 0px;
	border: 1px solid #f5aca6;
	background-color: #ffecec;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.failureNotification ul {
	margin: 5px 0px 0px 30px;
	padding: 0px;
}
.failureNotification li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.login .fluidbanner {
	background-image: url(../images/banner-beer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.login .fluidbanner h1 {
	padding: 6% 30px;
	text-shadow: 0px 0px 25px rgba(221,158,17, 1), 0px 0px 5px rgba(221,158,17, 1);
}
.account .fluidbanner {
	background-image: url(../images/banner-beer-dark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.account .accountinfowrapper {
	margin-top: 20px;
	background-color: #eee;
}
.account .accountinfo {
	padding: 20px;
}
.account .tabbar {
	background-color: #fff;
}
.account a.tab {
	display: block;
	padding: 20px;
	background-color: #ddd;
	color: #111;
}
.account a.tab:hover {
	background-color: #d5a129;
	text-decoration: none;
}
.account a.tab.active {
	background-color: #eee;
	text-decoration: none;
}
.account .currentLevel {
	width: 90%;
	margin: 0px auto;
}
.account .circle:after {
	background-color: #efd73d;
}
.account .circle {
	font-size: 14px;
	line-height: 14px;
}
.account .circle strong {
	font-size: 30px;
	line-height: 30px;
}
.account .tier .circle strong {
	font-size: 20px;
	line-height: 20px;
}
.account .rawresults {
	font-size: 12px;
	line-height: 16px;
}
.account .findbeer .circle:after {
	background-color: #fff;
}
.account .findbeer .btn {
	font-size: 18px;
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.app .fluidbanner {
	background-image: url(../images/banner-app.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.app .fluidbanner h1 {
	padding: 6% 30px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.location .hbanner {
	background-color: #37342c;
	text-align: center;
}
.location.special .hbanner, .location.eventspage .hbanner {
	text-align: left;
	border-bottom: 1px solid #f28e06;
}
.location .hbanner .wrap {
	padding: 15px 0px;
}
.location .hbanner h1 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}
.location .hbanner a {
	color: #ffdcdc;
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
}
.location .hbanner a:hover {
	color: #d73b3c;
}
.location .hbanner a.btn {
	color: #37342c;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	border: none;
	background-color: #9d9b98;
}
.location .hbanner a.btn:hover {
	color: #37342c;
	background-color: #cdccca;
}
.location .hbanner a.fav {
	color: #d73b3c;
}
.location .hbanner a.fav:hover {
	color: #ccc;
}
.location .hbanner h1, .location .hbanner a, .location .hbanner .l-open, .location .hbanner .l-closed {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.location .hbanner .l-open, .location .hbanner .l-closed {
	font-size: 14px;
	line-height: 14px;
	padding: 8px;
	color: #fff;
	cursor: default;
	display: inline-block;
	margin-left: 15%;
}
.location .hbanner .l-open {
	background-color: #6bae30;
}
.location .hbanner .l-closed {
	background-color: #d73b3c;
}
.location .hbanner .navbtns {
	float: right;
}
.location .events {
	background-color: #f5f0df;
}
.location .events .top 
{
    background-color:#230F04;
	background-image: url(../images/location-events-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.location .events .top h2 {
	padding: 4% 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 36px;
}
.location .events .top h2 span {
	color: #dccfa3;
	text-decoration: underline;
}
.location .hours {
	margin-top: 20px;
}
.location .hours strong {
	font-weight: 600;
	text-transform: uppercase;
}
.location .hours .list .bit-25, .location .hours .list .bit-75 {
	padding: 2px 0px;
}
.location .events .eicon {
	padding: 8px 0px 8px 8px;
}
.location .events .einfo {
	padding: 8px;
}
.location .events .etitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 5px;
}
.location .events .edesc {
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
}
.location .events .event, .location .events .food, .location .events .band, .location .events .brewcrew, .location .events .ladiesnight {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.location .brewcrew {
	background-color: #dccfa3;
}
.location .events .brewcrew:hover {
	background-color: #c1b68f;
}
.location .ladiesnight {
	background-color: #ead1d5;
}
.location .events v.ladiesnight:hover {
	background-color: #d0babd;
}
.location .event, .location .food, .location .band {
	background-color: #f5f0df;
}
.location .events .event:hover, .location .events .food:hover, .location .events .band:hover {
	background-color: #e0dbcc;
}
.location .eventdetail {
	margin-bottom: 20px;
}
.location .eventdetailswrap {
	text-align: left;
	padding: 20px 40px;
}
.location .eventdetail img.edicon {
	float: left;
	padding-right: 20px;
	margin-top: -10px;
}
.location .eventdetail .edtitle {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
}
.location .eventdetail .edclose {
	font-size: 30px;
	line-height: 30px;
	float: right;
}
.location .bodyboxes .bit-2.r {
	padding-left: 1%
}
.location .bodyboxes .bit-2.l {
	padding-right: 1%
}
.location .shead {
	width: 100%;
	padding: 10px;
	font-size: 34px;
	line-height: 38px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.location .fhead {
	width: 100%;
	padding: 10px;
	font-size: 34px;
	line-height: 38px;
	font-weight: 800;
	color: #fff;
	text-align: center;
}
.location .btnFeatured {
    font-size:22px;
    color:#fff;
    font-weight:700;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    margin-top:10px;
}
.location .featured {
    background-color:#f5f0df;
}
.location .row-flex {
  display: flex;
  flex-wrap: wrap;
}
.location .content {
  height: 100%;
}
.location .featuredBtnBox {
    background-color:#f5f0df;
    display: flex;
    width:100%;
    height: 100%;
    align-items:center;
    padding:20px;
}
.location .freshtapped .shead {
	background-color: #b82213;
}
.location .menus .shead {
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(../images/locations-menu-head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.location .freshtapped, .location .menus {
	background-color: #f5f0df;
}
.location .menus, .location .freshtapped, .location .storeinfo, .location .specials 
{
    height:100%;
	/*margin-bottom: 30px;
	min-height: 250px;*/
}
.location .samehwrap 
{
    display: flex; 
    height: 100%;
}
.location .sameh 
{
    flex: 1; 
    margin-bottom:20px;
}
.location .sameh.nbm 
{
    margin-bottom:0px;
}
.location .message {
    background-color: #230F04;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(../images/location-events-banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top:10px;
    padding:0px 10px 10px 10px;
}
.location .message p {
	margin-bottom:0px;
	color:#fff;
	font-size:14px;
	padding:10px 10px 0px 10px;
	line-height:normal;
}
.location .message h2 {
	font-size:22px; 
	line-height:normal;
	padding:10px 0px 0px 0px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
.location .menus a {
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
	font-weight: 800;
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
}
.location .menus .left a {
	padding-right: 4px;
}
.location .menus .right a {
	padding-left: 4px;
}
.location .menus a:hover {
	color: #b82213;
}
.location .freshtapped .freshwrapper {
	padding: 20px;
}
.location .freshtapped .slides {
	background-color: #f5f0df;
}
.location .freshtapped .beername {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.location .bhead {
	width: 100%;
	padding: 10px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.location .specials .bhead {
	background-color: #000;
	color: #fff;
}
.location .storeinfo .bhead {
	background-image: url(../images/locations-directions-head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #000;
}
.location .specials .specialsbody {
	width: 100%;
	background-image: url(../images/location-specials-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	/*height: 250px;*/
}
.location .storeinfo {
	color: #37342c;
}
.location .storeinfo .info {
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
}
.location .storeinfo .address {
	margin-top: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.location .storeinfo .address .phone {
	font-size: 24px;
	line-height: 28px;
}
.location .social {
	margin-top: 20px;
}
.location .social a {
	color: #8d2a23;
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
}
.location .social a:hover {
	color: #b82213;
	text-decoration: none;
}
.location .videobox {
	border-right: 15px solid #fff;
}
.sidebarfavactions {
	margin-right: -80px;
	margin-left: -20px;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}
.special .weekly {
	background-color: #e0dbcc;
}
.special .weekly .alt, .special .weekly .reg {
	padding: 20px;
	background-color: #e0dbcc;
}
.special .weekly .alt {
	background-color: #f1ecdb;
}
.special .weekly .dayname, .special .flow .dayname {
	background-color: #37342c;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.special .weekly .daywrap {
	border-right: 2px solid #37342c;
	border-left: 2px solid #37342c;
}
.special .weekly .altbox .dayname {
	background-color: #b82213;
}
.special .weekly .daywrap.altbox {
	border-right: 2px solid #b82213;
	border-left: 2px solid #b82213;
}
.special .flow .bit-3 {
	padding: 5px;
}
.special .flow .box {
	background-color: #e0dbcc;
	min-height: 300px;
}
.special .flow .alt, .special .flow .reg {
	padding: 20px;
}
.special .flow .dayname {
	background-color: #b82213;
}
.beer .fluidbanner {
	background-image: url(../images/banner-find-beer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.beer .fluidbanner h1 {
	padding: 2% 30px 12% 30px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.beer .filter {
	background-color: #dfd6c7;
}
.beer .filteroptions {
	padding: 10px 10%;
}
.beer .filter .mast {
	background-color: #b21212;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	width: 100%;
}
.beer .beerresults {
	width: 100%;
	background-color: #f4f1e6;
	height: 600px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.beer .beerlisting {
	padding-top: 25px;
}
.beer .beeritem {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.beer .beeritem:hover {
	background-color: #e4ddc5;
}
.beer .selected {
	background-color: #e4ddc5;
}
.beer .beerdetails {
	background-color: #f4f1e6;
}
.beer .beerdetails .beerwrapper {
	padding: 20px;
}
.beer .beerwrapper .infowrap {
	padding: 10px 10%;
	font-weight: 600;
	line-height: 18px;
}
.beer .beerdetails .beername {
	background-color: #e4ddc5;
}
.beer .beerdetails .beername h2 {
	padding: 22px 0px;
	margin: 0px;
	font-size: 22px;
	line-height: 28px;
}
.beer .beerdetails .beerdescription {
	margin-top: 20px;
}
.beer .beerdetails .beermast {
	background-color: #9b916e;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 10px 30px;
}
.beer .infowrap .frame {
	padding-bottom: 10px;
}
.beer .filter .btn {
	text-align: left;
}
.beer .pagehead {
	background-color: #000;
	text-align: center;
}
.beer .pagehead h2 {
	color: #fff;
	padding: 10px;
}
.beer .filteroptions select, .beer .filteroptions input, .beer .filteroptions .btn {
	width: 100%;
}
.beer a.selectbtn {
	display: block;
	padding: 20px;
	text-align: right;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
}
.beer .pagehead span {
	font-size: 14px;
	color: #999;
}
.beer .glasskey {
	margin-top: 20px;
	padding: 10px 0px;
	background-color: #f4f1e6;
	width: 50%;
	text-align: left;
}
.beer .detailpane {
	padding: 0px 10px;
}
.spinnerlightbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
	height: 100vh;
	width: 100vw;
	min-height: 100%;
	max-height: 100%;
	overflow: hidden;
	z-index: 1000;
}
.spinnerlightbox .spinnercontrol {
	padding: 30px;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000;
	text-align: center;
}
.beer .optiongroup {
	color: #bab2a6;
	border: 1px solid #bab2a6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.beer .optiongroup .btn {
	margin-bottom: 10px;
}
.beer .filteroptions p {
	padding: 0px;
	margin: 0px;
}
.beer .beerbuttons {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.beer .beerbuttons .btn {
	width: 90%;
}
.beer .locbox {
	background-color: #e4ddc5;
	padding: 10px;
	margin: 3px;
}
.beer .locbox .btn {
	width: 100%;
	margin: 10px 0px;
}
.beer .locs {
	background-color: #f4f1e6;
}
.beer .locswrap {
	padding: 30px;
}
.closebtn {
	color: #b21212;
	font-size: 30px;
	float: right;
}
.beerology .fluidbanner {
	background-image: url(../images/banner-beer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.beerology .fluidbanner h1 {
	padding: 6% 30px;
}
.beerology .bit-3 {
	padding: 1.5%;
}
.beer101 .fluidbanner {
	background-image: url(../images/banner-beer101.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.beer101 .fluidbanner h1 {
	padding: 7% 50px;
}
.beer101 .glassware {
	padding: 10px;
	background-color: #ea9b33;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}
#glassware h3 {
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#glassware, #beerstyles, #beerglossary {
	font-size: 14px;
	line-height: 16px;
}
#glassware .row {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #000;
}
#glassware .col img {
	padding-right: 10px;
}
.beer101 .stylescolor {
	padding: 10px;
	background-color: #331c0f;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 80px;
	margin-bottom: 40px;
}
.location.special .fluidbanner {
	background-image: url(../images/banner-weeklyspecials.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.location.eventspage .fluidbanner {
	background-image: url(../images/banner-events.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.location.special .fluidbanner h1, .location.eventspage .fluidbanner h1 {
	padding: 6% 60px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.location.eventspage .fluidbanner h1 span {
	color: #dccfa3;/*text-decoration:underline;*/
}
.location.eventspage .item {
	float: left;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 1%;
	background-color: #f5f0df;
}
.location.eventspage .item:nth-child(3n+1) {
	clear: left
}
.location.eventspage .events {
	background-color: #fff;
}
.popup-trigger {
}
.popup {
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	padding: 50px 30px;
	background: #fff;
	color: #333;
	font-size: 19px;
	line-height: 30px;
	border: 10px solid #37342c;
	z-index: 9999;
}
.popup-mobile {
	position: relative;
	top: 0;
	left: 0;
	margin: 30px 0 0;
	width: 100%;
}
.popup-btn-close {
	position: absolute;
	top: 8px;
	right: 14px;
	color: #8d2a23;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.offscreen {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* #Accessibility
================================================== */
.sr-only, #footernav ul li.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; 
    }
  
 .sr-jump:active, .sr-jump:focus 
 {
     display:block;
     text-align:center;
 }
  
:focus-visible {
    outline: 3px solid #00BFFF !important; 
    box-shadow: 0 0 8px #00BFFF !important;   
    border-radius: 4px;  
    transition: box-shadow 0.2s ease-in-out;
    }
    
.features .imgfeature a:focus-visible img {
    border:3px solid #00BFFF;
    margin:-3px;
    }
       
  
  .error-box {
	background:#ffecec;
	border:1px solid #f5aca6;
	color:#a52121;
	border-radius:10px;
	padding:10px;
	margin-bottom:20px;
	margin-top:10px;
    }

  /* Phone Link */

  .ph_Link, .ph_Link:visited {
    color: #000 !important;
    font-weight: 400;
    text-decoration: none !important;
}

.ph_Link:hover, .ph_Link:focus {
    color: #000 !important;
    text-decoration: underline !important;
}