﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Arvo');

/* DEFAULTS & GENERAL
----------------------------------------------------------*/
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: 28px;
	font-family: 'Lato', sans-serif;
	color: #111111;
	font-weight: 700;
	background-color: #681919;
	padding-bottom:10px;
	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:normal;
	padding-bottom: 10px;
	font-family: Arvo;
}
h1 {
	font-size: 30px;
	line-height: 32px;
}
h2 {
	font-size: 30px;
	line-height: 36px;
	color:#681919;
}
h3 {
	font-size: 26px;
	line-height: 30px;
	color:#681919;
}
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: 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: 45px 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: 40px;
	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: 20px;
}
.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: 'Lato';
	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
}
}
 @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 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
}
.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;
}

/* #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;
}
.btn.medium, a.btn.medium
{
    font-size:16px; 
    text-transform:uppercase; 
    padding:8px 25px; 
}
.btn.biglong, a.btn.biglong
{
    font-size:16px; 
    text-transform:uppercase; 
    padding:10px 70px; 
}
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-white {
	color: #000;
	background-color: #fff;
	border-color: #000;
	text-transform: uppercase;
}
a.btn-white, a.btn-white:link, a.btn-white:visited, a.btn-white:hover, a.btn-white:active {
	color: #000;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white {
	color: #000;
	background-color: #fcf6e5;
	border-color: #000;
}
.btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white {
	background-image: none;
}
.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
	background-color: #979797;
	border-color: #979797;
}
a.btn-transparent-light, a.btn-transparent-light:link, a.btn-transparent-light:visited, a.btn-transparent-light:hover, a.btn-transparent-light:active {
	color: #fff;
}
.btn-transparent-light {
	color: #fff;
	background-color:transparent;
	border-color: #fff;
	text-transform: uppercase;
}
a.btn-transparent-light {
	color: #fff;
}
.btn-transparent-light:hover, .btn-transparent-light:focus, .btn-transparent-light:active, .btn-transparent-light.active, .open > .dropdown-toggle.btn-transparent-light {
	color: #fff;
	background-color: rgba(0, 0, 0, .25);
	border-color: #fff;
}
.btn-transparent-light:active, .btn-transparent-light.active, .open > .dropdown-toggle.btn-transparent-light {
	background-image: none;
}
.btn-transparent-light.disabled, .btn-transparent-light[disabled], fieldset[disabled] .btn-transparent-light, .btn-transparent-light.disabled:hover, .btn-transparent-light[disabled]:hover, fieldset[disabled] .btn-transparent-light:hover, .btn-transparent-light.disabled:focus, .btn-transparent-light[disabled]:focus, fieldset[disabled] .btn-transparent-light:focus, .btn-transparent-light.disabled:active, .btn-transparent-light[disabled]:active, fieldset[disabled] .btn-transparent-light:active, .btn-transparent-light.disabled.active, .btn-transparent-light[disabled].active, fieldset[disabled] .btn-transparent-light.active {
	background-color: #979797;
	border-color: #979797;
}
a.btn-transparent-dark, a.btn-transparent-dark:link, a.btn-transparent-dark:visited, a.btn-transparent-dark:hover, a.btn-transparent-dark:active {
	color: #000;
}
.btn-transparent-dark {
	color: #000;
	background-color:transparent;
	border-color: #000;
	text-transform: uppercase;
}
a.btn-transparent-dark {
	color: #000;
}
.btn-transparent-dark:hover, .btn-transparent-dark:focus, .btn-transparent-dark:active, .btn-transparent-dark.active, .open > .dropdown-toggle.btn-transparent-dark {
	color: #000;
	background-color: rgba(255, 255, 255, .75);
	border-color: #000;
}
.btn-transparent-dark:active, .btn-transparent-dark.active, .open > .dropdown-toggle.btn-transparent-dark {
	background-image: none;
}
.btn-transparent-dark.disabled, .btn-transparent-dark[disabled], fieldset[disabled] .btn-transparent-dark, .btn-transparent-dark.disabled:hover, .btn-transparent-dark[disabled]:hover, fieldset[disabled] .btn-transparent-dark:hover, .btn-transparent-dark.disabled:focus, .btn-transparent-dark[disabled]:focus, fieldset[disabled] .btn-transparent-dark:focus, .btn-transparent-dark.disabled:active, .btn-transparent-dark[disabled]:active, fieldset[disabled] .btn-transparent-dark:active, .btn-transparent-dark.disabled.active, .btn-transparent-dark[disabled].active, fieldset[disabled] .btn-transparent-dark.active {
	background-color: #979797;
	border-color: #979797;
}
.btn-burgtan {
	color: #621725;
	background-color: transparent;
	border-color: #bba994;
	border-width:2px;
	text-transform: uppercase;
}
a.btn-burgtan, a.btn-burgtan:link, a.btn-burgtan:visited, a.btn-burgtan:hover, a.btn-burgtan:active {
	color: #621725;
}
.btn-burgtan:hover, .btn-burgtan:focus, .btn-burgtan:active, .btn-burgtan.active, .open > .dropdown-toggle.btn-burgtan {
	color: #621725;
	background-color: transparent;
	border-color: #bba994;
	border-width:2px;
}
.btn-burgtan:active, .btn-burgtan.active, .open > .dropdown-toggle.btn-burgtan {
	background-image: none;
}
.btn-burgtan.disabled, .btn-burgtan[disabled], fieldset[disabled] .btn-burgtan, .btn-burgtan.disabled:hover, .btn-burgtan[disabled]:hover, fieldset[disabled] .btn-burgtan:hover, .btn-burgtan.disabled:focus, .btn-burgtan[disabled]:focus, fieldset[disabled] .btn-burgtan:focus, .btn-burgtan.disabled:active, .btn-burgtan[disabled]:active, fieldset[disabled] .btn-burgtan:active, .btn-burgtan.disabled.active, .btn-burgtan[disabled].active, fieldset[disabled] .btn-burgtan.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
================================================== */

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;
	font-family:Lato;
}
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 {
    color: #000;
}
::-moz-placeholder {
    color: #000;
} /* firefox 19+ */
:-ms-input-placeholder {
    color: #000;
} /* ie */
input:-moz-placeholder {
    color: #000;
}
.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;
}


/* #possibly needed
================================================== */

.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: #fb7e09;
}
.sidenav .links a:after {
	float: right;
	font-family: FontAwesome;
	content: "\f0da";
	margin-right: 10px;
}
.sidenav .buttons .btn {
	width: 100%;
	padding: 20px;
	margin-top: 20px;
}
.sidenav .topbutton {
	padding: 10%;
	background-color: #e1da77;
}
.sidenav .topbutton .btn {
	display: block;
}
.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;
}
.sidebarfavactions {
	margin-right: -80px;
	margin-left: -20px;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}

/* #SLIDER
================================================== */

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}

.tp-banner{
	width:100%;
	position:relative;
}


.tp-caption a {
  color: #231f20;
}
.tp-caption h1 
{
    font-size:inherit;
    line-height:inherit;
}
.tp-caption.big_white {
    font-size:50px;
    line-height:50px;
    color:#fff;
    font-weight:700;
    text-decoration:none;
}
.tp-caption.xl_white {
    font-size:78px;
    line-height:78px;
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
}
.tp-caption.med_white 
{
    font-size:20px;
    line-height:30px;
    font-family:'Arvo';
    color:#fff;
}
.tp-caption.sm_white 
{
    color:#fff;
    text-align:center;
    font-size:16px;
    line-height:20px;
}
.tp-caption.center 
{
    text-align:center;
}

.tp-bullets.simplebullets.round .bullet {  
    background:#fff !important; 
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px; 
    width:10px !important; 
    height:10px !important; 
}

 
.tp-bullets.simplebullets.round .bullet:hover {  
    background:#999 !important; 
}


/* #pages
================================================== */

.constrainwidth 
{
    max-width:1260px;
    margin:0px auto;
    padding:0px 20px;
}
.constrainwidthmed
{
    max-width:1100px;
    margin:0px auto;
    padding:0px 20px;
}
.constrainwidthsmall
{
    max-width:960px;
    margin:0px auto;
    padding:0px 20px;
}
.fluidbanner h1 {
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	text-transform:uppercase;
}
.fluidbanner h1 .pgname  
{
    font-weight:bold;
    font-style:italic;
    font-size:30px;
    text-transform:none;
    padding-top:20px;
    display:block;
}
.uniqueposition .fluidbanner {
	background-image: url(../images/banner-unique-position.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.uniqueposition .fluidbanner h1 {
	padding: 10% 20px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.whyinvest .fluidbanner {
	background-image: url(../images/banner-why-invest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.whyinvest .fluidbanner h1 {
	padding: 20% 0px 5% 0px;
	max-width:400px;
	margin:0px auto;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.stats .fluidbanner {
	background-image: url(../images/banner-stats.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.stats .fluidbanner h1 
{
    padding: 13% 0px;
	max-width:700px;
	margin:0px auto;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.reqs .fluidbanner {
	background-image: url(../images/banner-requirements.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.reqs .fluidbanner h1 {
	padding: 20% 20px 10% 20px;
	max-width:690px;
	margin:0px auto;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.process .fluidbanner {
	background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../images/banner-process.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.process .fluidbanner h1 {
	padding: 13% 20px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
    line-height: 26px;
}
.franprocess .fluidbanner {
	background-image: url(../images/banner-franchise-process.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.franprocess .fluidbanner h1 {
	padding: 15% 20px 5% 20px;
	max-width:690px;
	margin:0px auto;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.constprocess .fluidbanner {
	background-image: url(../images/banner-construction-process.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.constprocess .fluidbanner h1 {
	padding: 13% 20px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.team .fluidbanner {
	background-image: url(../images/banner-team.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.team .fluidbanner h1 {
	padding: 11% 20px;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.nextsteps .fluidbanner {
	background-image: url(../images/banner-next-steps.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.nextsteps .fluidbanner h1 {
	padding: 15% 20px 3% 20px;
	max-width:520px;
	margin:0px auto;
	text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}
.home .fluidbanner {
	background-image: url(../images/banner-home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 420px;
}
.conditional 
{
    display:none;
}
span.line {
    display: block;
    margin: 0px 0px 20px 0px;
    text-align: center;
}
span.line span 
{
    background-color: #ecaf4e;
    height: 4px;
    width: 200px;
    display: inline-block;
    text-align: center;
}
.lines {
    overflow: hidden;
    text-align: center;
}
.lines:before, .lines:after {
     background-color: #d6d6d6;
     content: "";
     display: inline-block;
     height: 2px;
     position: relative;
     vertical-align: middle;
     width: 50%;
}
.lines:before {
     right: 1em;
     margin-left: -50%;
}
.lines:after {
     left: 1em;
     margin-right: -50%;
}

.circle-icon {
    background: #681919;
    color:#fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 25px 20px 20px 20px;
}
.circle-icon:hover {
    background-color:#e28603;
}
.iconlist span 
{
    padding-top:20px;
    font-size:14px;
}
.iconlist a
{
    text-decoration:none;
}
.iconlist a span
{
    color:#000;
    display:block;
}
.uniqueposition .segment1
{
    text-align:center;
    background-color:#efebe4;
    padding:50px 0px;
}
.uniqueposition .segment2
{
    text-align:center;
    padding:50px 0px;
}
.uniqueposition .segment4
{
    padding-top:50px;
}
.uniqueposition .segment5
{
    background-image: url(../images/impressing-every-guest.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width:100%;
	max-width:1260px;
	min-height:511px;
	text-align:center;
	margin:0px auto;
}
.uniqueposition .segment5 h2
{
    color:#fff;
    padding: 230px 10px 0px 10px;
    text-transform:uppercase;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
    max-width:510px;
    margin:0px auto;
}
.uniqueposition .segment6
{
    text-align:center;
    background-color:#fae8cb;
    padding:50px 0px;
    width:100%;
	max-width:1260px;
	margin:0px auto;
}
.team .segment1 
{
    text-align:center;
    padding:20px;
}
.whyinvest .segment1 
{
    background-color:#fae8cb;
    padding-top:60px;
    padding-bottom:40px;
}
.whyinvest .segment1 h2
{
    text-align:center;
    max-width:480px;
    margin:0px auto;
}
.whyinvest .segment2
{
    text-align:center;
    padding-top:40px;
}
.stats .segment1
{
    padding-top:40px;
    padding-bottom:40px;
}
.stats .segment2
{
    background-color:#e8d9b1;
    padding-top:20px;
    padding-bottom:20px;
}
.stats .segment2 .lines:before, .stats .segment2 .lines:after {
     background-color: #681919;   
}
.reqs .segment1   
{
    padding:40px 30px;
    text-align:center;
    max-width:800px;
    margin:0px auto;
 }
.reqs .segment1 h2 
{
    max-width:400px;
    margin:0px auto;
 }
.reqs .segment2 img
{
    text-align:center;
}
.reqs .segment2 p, .reqs .segment2 ul li
{
    font-weight:normal;
}
.reqs .segment2 .bit-70, .reqs .segment2 .bit-75
{
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
}
.reqs .segment2 .bit-25
{
    max-width:165px;
}
.reqs .box_fin, .reqs .box_init, .reqs .box_other, .reqs .box_train
{
    background-color:#f5f3eb;
    padding:20px 10px;
}
.reqs .box_fee, .reqs .box_term
{
    background-color:#ebe7d6;
    padding:20px 10px;
}
.reqs .segment2 h3
{
    font-size:18px;
    line-height:24px;
    font-weight:700;
    text-transform:uppercase;
}
.reqs .box_fin h3
{
    color:#a67c17;
}
.reqs .box_init h3
{
    color:#4d9b8d;
}
.reqs .box_other h3, .reqs .box_train h3
{
    color:#007ea4;
}
.reqs .segment2 ul, .reqs .segment2 ul li
{
    padding-left:0px;
    margin-left:10px;
}
.process .franbox 
{
    /*background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/process-franchise-box.jpg');*/
    background: url('../images/process-franchise-box.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border:10px solid #fff;
}
.process .franbox h2, .process .constbox h2, .process .franbox h2 a, .process .constbox h2 a, .process .franbox h2 a:hover, .process .constbox h2 a:hover
{
    color:#fff;
    font-size:30px;
    line-height:30px;
	padding: 18% 0px;
	text-shadow: 5px 5px 25px rgba(0, 0, 0, 1);
	text-decoration:none;
}
.process .constbox 
{
    /*background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/process-construction-box.jpg');*/
	background: url('../images/process-construction-box.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border:10px solid #fff;
}
.constprocess .segment1 
{
    background: url('../images/pointedback.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
    padding:40px;
}
.constprocess .segment2
{
    margin-top:50px; 
}
.constprocess .segment2 h3
{
   font-weight:700;
   margin-bottom:20px;
   font-size:22px;
}
.nextsteps .segment2 
{
    background-color:#e3e3dc;
    margin-top:60px;
    padding-bottom:40px;
}
.nextsteps .segment2 .sec1 .tab
{
    background-color:#fff;
    padding:20px 0px 45px 0px;
    margin:0px auto 20px auto;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.nextsteps .segment2 .sec1 p 
{
    margin-bottom:0px;
    padding-bottom:0px;
}
.nextsteps .segment2 .sec2 
{
    padding:20px;
}
.nextsteps .segment2 .sec2 h2
{
    text-transform:uppercase;
    font-size:26px;
    line-height:30px;
}
.nextsteps .segment2 .sec2 p
{
    font-size:20px;
}
.home h2 
{
    text-align:center;
}
.home .secwhy .hmtop h2
{
    max-width:500px;
    margin:0px auto;
}
.home .secwhy .hmtop img
{
    float:left; 
    width:50%;
    margin-right:20px;
    max-width:300px;
}
.home .secinvest
{
    background-color:#5A534D;
    background-image: url('../images/invest-back.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size:cover;
    padding-top:80px;
}
.home .secinvest h2, .home .secinvest p
{
    color:#fff;
    text-align:center;
    font-weight:normal;
    line-height:normal;
}
.home .secinvest p.line1
{
    margin-top:20px;
    margin-bottom:0px;
}
.home .secinvest p.line2  
{
    margin-top:0px;
    margin-bottom:40px;
}
.home .secreq 
{
    margin-top:60px;
    text-align:center;
}
.home .secreq p.line1
{
    font-weight:normal;
    margin-top:20px;
    margin-bottom:5px;
}
.home .secreq p.line2  
{
    font-size:20px;
    margin-top:0px;
    margin-bottom:40px;
}
.home .secprocess
{
    margin-top:30px;
    padding-top:50px;
    text-align:center;
    background-color:#faf1e1;
}
.home .secprocess p
{
    margin-bottom:40px;
}
/* #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;
 }
  
 /* TEMP for testing 
 a:focus {
  outline: #ffffbf solid 1px; } */
  
  #content:focus {
  outline: none; }
  
  .error-box {
	background:#ffecec;
	border:1px solid #f5aca6;
	color:#a52121;
	border-radius:10px;
	padding:10px;
	margin-bottom:20px;
	margin-top:10px;
    }