.editor_main_lg {
	font-size: 72px !important;
}
@media (max-width: 767px) {
	.editor_main_lg {
		font-size: 30px !important;
	}
}

.ba-canvas-scrollable {
	width: 100%;
	z-index: 0;
}

.ba-canvas-page-container {
	width: 100%
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-position: 14px 14px;
	background-repeat: no-repeat
}

.btn [class^="icon-"] {
	margin-right: 4px
}

.ba-preview-container {
	width: 100%;
	height: 100%;
	overflow: auto
}

.ba-preview-desktop-container {
	margin: auto;
	width: 974px;
	height: 1200px;
	background-color: #f5ede0
}

.ba-preview-desktop-page {
	position: absolute
}

.ba-preview-mobile-container {
	width: 100%;
	height: 800px
}

.ba-preview-mobile-phone-container {
	margin: 100px auto;
	width: 408px;
	height: 660px
}

.ba-preview-mobile-phone {
	border: 30px solid black;
	border-bottom: 80px solid black;
	width: 408px;
	height: 660px;
	background-color: #FFF;
	overflow-y: scroll;
	border-radius: 20px
}

.ba-media-gallery {
	margin: 0 auto;
	position: relative
}

.ba-media-gallery-slider {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	position: relative
}

.ba-media-gallery-slider.bordered {
	border: 15px solid #f5f5f5
}

.ba-media-gallery-slider li {
	height: 100%;
	overflow: hidden;
	width: 500px
}

.ba-media-gallery-slider img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	position: relative
}

.ba-media-gallery-slider img.autosize {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none
}

.ba-media-gallery-caption {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	text-align: left;
	padding: 10px
}

a .ba-media-gallery-caption,
a:link .ba-media-gallery-caption,
a:visited .ba-media-gallery-caption,
a:hover .ba-media-gallery-caption {
	color: #fff
}

.ba-media-gallery-pagination {
	text-align: center;
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 5px
}

.ba-media-gallery-pagination li {
	background-color: #969696;
	height: 10px;
	width: 10px;
	display: inline-block;
	cursor: pointer;
	margin: 4px;
	-webkit-box-shadow: inset 0 2px 2px rgba(50, 50, 50, .5);
	box-shadow: inset 0 2px 2px rgba(50, 50, 50, .5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.ba-media-gallery-pagination li.active {
	background-color: #98c22a;
	cursor: default
}

.ba-media-gallery-pagination-thumbs-wrapper {
	display: block;
	overflow: hidden;
}

.ba-media-gallery-pagination-thumbs {
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	height: 80px;
	position: relative
}

.ba-media-gallery-pagination-thumbs li {
	background-color: transparent;
	height: 60px;
	width: 85px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	border: 2px solid #fff;
	margin-top: 15px!important;
	cursor: pointer
}

.ba-media-gallery-pagination-thumbs li.active {
	background-color: #3182e6;
	border: 2px solid #3182e6
}

.ba-media-gallery-pagination-thumbs-left-arrow,
.ba-media-gallery-pagination-thumbs-right-arrow {
	width: 30px;
	height: 62px;
	display: block;
	background-color: #474747;
	border: 1px solid #474747;
	background-image: url(https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/images/ba-slideshow-nav-arrows-sprt.png);
	background-repeat: no-repeat
}

.ba-media-gallery-pagination-thumbs-left-arrow {
	background-position: 10px -133px
}

.ba-media-gallery-pagination-thumbs-right-arrow {
	background-position: 10px -29px
}

.ba-media-gallery-pagination-thumbs-left-arrow.enabled,
.ba-media-gallery-pagination-thumbs-right-arrow.enabled {
	border: 1px solid #777;
	cursor: pointer
}

.ba-media-gallery-pagination-thumbs-left-arrow.enabled {
	background-position: 10px -81px
}

.ba-media-gallery-pagination-thumbs-right-arrow.enabled {
	background-position: 10px 23px
}

.ba-media-gallery-pagination-thumbs-left-arrow.enabled:hover,
.ba-media-gallery-pagination-thumbs-right-arrow.enabled:hover {
	background-color: #777;
	border: 1px solid #777
}

.ba-media-gallery-pagination-thumbs-left-arrow {}

.ba-media-gallery-pagination-thumbs-right-arrow {}

.ba-media-gallery-pagination-thumbs-thumbnail-wrapper {
	height: 60px;
	width: 85px;
	display: block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden
}

.ba-media-gallery-pagination-thumbs-thumbnail-wrapper img {
	min-width: 75px;
	min-height: 50px;
	position: relative;
	height: auto;
	width: auto
}

.ba-media-gallery .ba-media-gallery-arrows-left-arrow,
.ba-media-gallery .ba-media-gallery-arrows-right-arrow {
	width: 22px;
	height: 42px;
	cursor: pointer;
	background-image: url(https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/images/ba-slideshow-arrows.png)
}

.ba-media-gallery-arrows-left-arrow {
	background-position: 0 0;
}

.ba-media-gallery-arrows-right-arrow {
	background-position: 22px 0;
}

.ba-media-gallery .ba-media-gallery-arrows-hover-left-arrow {
	width: 20%;
	min-width: 40px;
	cursor: pointer;
	background-image: url(https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/images/ba-slideshow-left-arrow.png);
	background-position: center center;
	background-repeat: no-repeat
}

.ba-media-gallery .ba-media-gallery-arrows-hover-right-arrow {
	width: 20%;
	min-width: 40px;
	cursor: pointer;
	background-image: url(https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/images/ba-slideshow-right-arrow.png);
	background-position: center center;
	background-repeat: no-repeat
}

.ba-media-gallery .ba-media-gallery-arrows-hover-left-arrow {}

.ba-media-gallery .ba-media-gallery-arrows-hover-right-arrow {}

.ba-media-gallery .ba-media-gallery-overlay {
	text-align: center
}

.ba-media-carousel {
	text-align: center;
	position: relative;
	height: auto;
	vertical-align: middle
}

.ba-media-carousel .ba-media-carousel-wrapper {
	display: inline-block;
	text-align: center;
	overflow: hidden
}

.ba-media-carousel .ba-media-carousel-wrapper img {
	height: auto;
	width: auto;
	position: relative
}

.ba-media-carousel .ba-media-carousel-overlay {
	text-align: center;
	width: 100%;
	height: 100%
}

@font-face {
	font-family: "WSB Mobile Navigation";
	src: url("https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/fonts/ba-mobile-nav.eot");
	src: local("â˜º"), url("https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/fonts/ba-mobile-nav.eot?#iefix") format("embedded-opentype"), url("https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/fonts/ba-mobile-nav.woff") format("woff"), url("https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/fonts/ba-mobile-nav.ttf") format("truetype"), url("https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/fonts/ba-mobile-nav.svg#wsbmobilenav") format("svg")
}

@media screen and (max-device-width:480px) {
	@font-face {
		font-family: "WSB Mobile Navigation";
		src: url("https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/fonts/ba-mobile-nav.woff") format("woff"), url("https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/fonts/ba-mobile-nav.ttf") format("truetype"), url("https://img4.wsimg.com/wst/v7/WSB7_J_20160811_1117_ba-16358_9281/v2/fonts/ba-mobile-nav.svg#wsbmobilenav") format("svg")
	}
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0)
}

#mobile-site-view {
	position: relative;
}

#mobile-site-view .mobile-menu,
#mobile-site-view .mobile-menu a,
#mobile-site-view .mobile-menu a:hover,
#mobile-site-view .mobile-menu a:visited,
#mobile-site-view .mobile-nav,
#mobile-site-view .mobile-nav a,
#mobile-site-view .mobile-nav a:hover,
#mobile-site-view .mobile-nav a:visited {
	font-family: Arial, sans-serif
}

.mobile-hamburger {
	float: left
}

.mobile-hamburger:before {
	content: "\aaaf";
	font-size: 36pt
}

#mobile-site-view .icon-ba-mobile {
	background: 0;
	font-family: 'WSB Mobile Navigation';
	speak: none;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 50px;
	-webkit-font-smoothing: antialiased
}

#mobile-site-view .icon-ba-mobile.down:before {
	content: "\25bc"
}

#mobile-site-view .icon-ba-mobile.phone:before {
	content: "\aaad";
	font-size: 34pt
}

#mobile-site-view .icon-ba-mobile.marker:before {
	content: "\aaae";
	font-size: 36pt
}

#mobile-site-view .mobile-menu {
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 50px;
}

#mobile-site-view .mobile-menu.fixed {
	position: fixed
}

#mobile-site-view .mobile-menu button {
	width: 48px;
	height: 50px;
	border: 0;
	background-color: transparent;
	padding: 0;
	position: absolute
}

#mobile-site-view .mobile-menu button i {
	background-color: transparent;
	cursor: pointer;
	height: 40px;
	margin: 4px;
	width: 40px;
	position: relative;
	border-radius: 5px
}

#mobile-site-view .mobile-menu button.btn-2 {
	padding-right: 2px;
	outline: 0
}

#mobile-site-view .mobile-menu button.btn-1 {
	padding-left: 2px;
	outline: 0
}

#mobile-site-view .mobile-menu .nav-current {
	text-align: center;
	background-color: transparent;
	font-size: 20px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	outline: 0
}

.toggle-nav {
	outline: 0
}

#mobile-site-view .mobile-menu .nav-current.leftBtn-0 {
	outline: 0
}

#mobile-site-view .mobile-menu .nav-current.btns-1 {
	outline: 0
}

#mobile-site-view .mobile-menu .nav-current.btns-2 {
	outline: 0
}

#mobile-overlay {
	height: 100vh;
	width: 100vw;
	opacity: .5;
	background-color: black;
	display: none;
	z-index: 10000
}

#mobile-site-view .mobile-nav {
	float: left;
	font-size: 16pt;
	padding: 0;
	z-index: 10001;
	height: calc(100% - 0)
}

#mobile-site-view .mobile-nav ul {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow-x: hidden;
	overflow-y: auto
}

#mobile-site-view .mobile-nav ul li {
	height: 51px;
	position: relative
}

#mobile-site-view .mobile-nav ul li:last-child {
	border-bottom: 0
}

#mobile-site-view .mobile-nav ul li a {
	text-decoration: none;
	padding: 0 25px 0 25px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16pt;
	font-weight: normal;
	margin: 0
}

#mobile-site-view .mobile-nav ul li a.sub-1 {
	padding-left: 50px
}

#mobile-site-view .mobile-nav ul li a.sub-2 {
	padding-left: 100px
}

#mobile-site-view .mobile-nav ul li a.sub-3 {
	padding-left: 150px
}

#mobile-site-view .mobile-nav ul li a.active {
	font-weight: bold
}

.mobilepod {
	padding: 5px 5px 10px 5px!important;
	overflow: hidden
}

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,
img,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin-top: 0;
	margin-bottom: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	margin: 0
}

body {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.3;
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {}

sub {}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold
}

h1 {
	font-size: 2em
}

h2 {
	font-size: 1.5em
}

h3 {
	font-size: 1.17em
}

h4 {
	font-size: 1em
}

h5 {
	font-size: .83em
}

h6 {
	font-size: .67em
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

.customform_label.adjacent {
	height: auto
}

.fb_iframe_widget {
	border: none!important
}

.txt {
	word-wrap: break-word
}

.txt table {
	max-width: 100%
}

.ba-element-text a,
.ba-text-element a {
	font-size: inherit!important
}

.img_border_shadow {
	border: 5px #fff solid;
	-webkit-box-shadow: 0 2px 7px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0 2px 7px rgba(50, 50, 50, 0.6);
	box-shadow: 0 2px 7px rgba(50, 50, 50, 0.6)
}

.img_shadow {
	-webkit-box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75);
	box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75)
}

.img_rounded_corners {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden
}

.ba-nav {
	position: relative;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	background-repeat: repeat
}

.ba-nav.mobile {
	max-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto
}

.ba-nav.mobile>a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap
}

.ba-nav ul {
	display: table;
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}

.nav-btn-left {
	text-align: left
}

.nav-btn-left>ul {
	margin-left: 0
}

.nav-btn-left.nav-vertical>ul {
	text-align: left
}

.nav-btn-center {
	text-align: center
}

.nav-btn-center.nav-vertical>ul {
	text-align: center
}

.nav-btn-right {
	text-align: right
}

.nav-btn-right>ul {
	margin-right: 0
}

.nav-btn-right.nav-vertical>ul {
	text-align: right
}

.nav-btn-stretch>ul {
	width: 100%
}

.mobile.nav-text-left,
.nav-text-left>ul>li {
	text-align: left
}

.mobile.nav-text-right,
.nav-text-right>ul>li {
	text-align: right
}

.mobile.nav-text-center,
.nav-text-center>ul>li {
	text-align: center
}

.nav-horizontal>ul>li {
	display: inline-block
}

.nav-horizontal.nav-btn-stretch>ul>li,
.nav-horizontal.nav-equal-width>ul>li {
	display: table-cell
}

.nav-vertical>ul>li {
	display: table;
	margin-left: auto;
	margin-right: auto;
	border-width: 0!important
}

.nav-vertical.nav-btn-left>ul>li {
	margin-left: 0
}

.nav-vertical.nav-btn-right>ul>li {
	margin-right: 0
}

.nav-vertical.nav-btn-stretch>ul>li,
.nav-vertical.nav-equal-width>ul>li {
	display: block
}

.ba-nav li.has-children>a:after {
	content: ' â–º';
	display: none
}

.ba-nav.nav-horizontal>ul>li.has-children>a:after {
	content: ' â–¼';
	display: none
}

.ba-nav>ul ul {
	display: none;
	background-color: #fff;
	border: solid 1px #efefef;
	width: 200px
}

.ba-nav>ul ul li a {
	color: #333;
	padding: .25em .6em;
	display: block;
	text-decoration: none
}

.ba-nav>ul ul li:hover>a {
	background-color: #efefef
}

.nav_simple>ul>li {
	border-right: 1px #aeaeae solid;
	padding: 0 20px
}

.nav_simple>ul>li:last-child {
	border-right: 0
}

.nav_simple>ul>li>a:hover {
	text-decoration: none
}

.form-label {
	display: block;
	margin-bottom: 3px;
	cursor: default
}

.form-value {
	display: block;
	width: 100%;
	*width: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 5px
}

textarea.form-value {
	resize: none
}

.form-button-disabled {
	cursor: default;
	opacity: .4;
	filter: alpha(opacity=40)
}

.form-value-invalid {
	border: 1px solid #d00000;
	background-color: #ffdcdc
}

.form-req {
	color: red
}

span.sf-dp-wrapper.dp-wrapper {
	position: fixed!important
}

.opt-in {
	display: table-cell
}

.opt-in-checkbox {
	margin: 5px;
	display: inline-block
}

.opt-in-label {
	display: table!important
}

.shadow_lifted:before,
.shadow_lifted:after,
.shadow_curved_horizontal:before,
.shadow_curved_horizontal:after,
.shadow_curved_vertical:before,
.shadow_curved_vertical:after {
	content: "";
	z-index: -2
}

.shadow_drop_shadow {
	-webkit-box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75);
	box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75)
}

.shadow_lifted:before,
.shadow_lifted:after {
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg)
}

.shadow_lifted:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg)
}

.shadow_curved_horizontal:before,
.shadow_curved_vertical:before {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px / 100px;
	border-radius: 10px / 100px
}

.shadow_curved_horizontal:before {
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px
}

.shadow_curved_vertical:before {}

.mobilepod .shadow_curved_vertical:before {
	display: none
}

.mobilepod .shadow_curved_horizontal:before {
	display: none
}

.body {
	color: #606060;
	font-family: 'Droid Sans';
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7
}

a,
a:hover,
a:visited {
	color: #606060;
	font-weight: 700;
	text-decoration: none
}

h1,
h2,
h3 {
	letter-spacing: 0;
	line-height: 1.2
}

h4,
h5,
h6 {
	letter-spacing: 0;
	line-height: 1.1
}

h1 {
	color: #898888;
	font-family: 'Allura';
	font-size: 80px;
	font-weight: 400
}

h2 {
	color: #898888;
	font-family: 'Allura';
	font-size: 65px;
	font-weight: 400
}

h3 {
	color: #000;
	font-family: 'Allura';
	font-size: 30px;
	font-weight: 400
}

h4 {
	color: #000;
	font-family: 'Droid Sans';
	font-size: 24px;
	font-weight: 400
}

h5 {
	color: #898888;
	font-family: 'Droid Sans';
	font-size: 18px;
	font-weight: 400
}

h6 {
	color: #898888;
	font-family: 'Droid Sans';
	font-size: 14px;
	font-weight: 700
}

.editor_main {
	color: #000;
	font-family: 'Allura';
	font-size: 108px;
	font-weight: 400;
	text-shadow: 0 0 3px #000;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.75)
}

.editor_black {
	color: #000
}

.nav_theme>ul>li>a {
	color: #6c6c6c;
	font-family: 'Allura';
	font-size: 30px;
	line-height: 1;
	padding: 0 26px;
	text-decoration: none
}

.nav_theme>ul>li.active>a {
	color: #000
}

.nav_theme .nav-subnav {
	width: 140px;
	background-color: transparent;
	border: 0 none
}

.nav_theme .nav-subnav li {
	background-color: #292b2f
}

.nav_theme .nav-subnav li:first-child {
	padding-top: 20px
}

.nav_theme .nav-subnav li:last-child {
	padding-bottom: 20px
}

.nav_theme .nav-subnav li>a {
	color: #fff;
	font-size: 12px;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.4;
	background-color: #292b2f
}

.nav_theme .nav-subnav li:hover>a {
	background-color: #000
}

.nav_theme .nav-subnav ul {
	border-left: 2px solid #fff;
	border-left: 2px solid transparent
}

.mobile-nav-flyout ul a {
	font-weight: normal
}

.mobile-nav-flyout ul a.active,
.mobile-nav-flyout ul a:hover {
	font-weight: bold
}

.nav_theme2 ul li a {
	color: #898888;
	font-family: 'Droid Sans';
	font-size: 13px;
	line-height: 1;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase
}

.nav_theme2 ul li.active a {
	color: #000
}

.shape_dropshadow {
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.31);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.31)
}

.button_theme1,
.button_theme1:hover,
.form-submit {
	background: #adadad;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(173, 173, 173, 1) 0, rgba(254, 254, 254, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(173, 173, 173, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
	background: -webkit-linear-gradient(top, rgba(173, 173, 173, 1) 0, rgba(254, 254, 254, 1) 100%);
	background: -o-linear-gradient(top, rgba(173, 173, 173, 1) 0, rgba(254, 254, 254, 1) 100%);
	background: -ms-linear-gradient(top, rgba(173, 173, 173, 1) 0, rgba(254, 254, 254, 1) 100%);
	background: linear-gradient(to bottom, rgba(173, 173, 173, 1) 0, rgba(254, 254, 254, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#fefefe', GradientType=0);
	border: 1px solid #adadad;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-family: 'Droid Sans';
	font-size: 13px;
	font-weight: 400;
	height: 24px;
	padding: 0 18px;
	text-transform: uppercase
}

.form-label {
	line-height: 1
}

.form input {
	border: 1px solid #cbcaca
}

.form textarea {
	height: 150px
}

.form .form-value {
	border-color: #e7e7e7
}

.form .form-value-invalid {
	border-color: #b2082c;
	color: #b2082c;
	-moz-box-shadow: 0 0 3px rgba(178, 8, 44, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(178, 8, 44, 0.2);
	-khtml-box-shadow: 0 0 3px rgba(178, 8, 44, 0.2);
	box-shadow: 0 0 3px rgba(178, 8, 44, 0.2)
}

#locu-render-output .locu-wsb {
	color: #606060;
	font-family: 'Droid Sans';
	font-weight: 400
}

#locu-render-output .locu-wsb .locu-nav {
	text-align: center
}

#locu-render-output .locu-wsb .locu-nav .locu-tab {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-width: 1px;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	padding-left: 0;
	padding-right: 0;
	margin: 0 20px 0 20px;
	color: #898888
}

#locu-render-output .locu-wsb .locu-nav .locu-tab.locu-active {
	border-color: #000;
	color: #000
}

#locu-render-output .locu-wsb .locu-nav .locu-tab:hover {
	border-top: 0;
	border-left: 0;
	border-right: 0
}

#locu-render-output .locu-wsb .locu-section-name-inner:before,
#locu-render-output .locu-wsb .locu-section-name-inner:after {
	display: none
}

#locu-render-output .locu-wsb .locu-section-name {
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	color: #898888;
	font-family: 'Allura';
	font-weight: 400
}

#locu-render-output .locu-wsb .locu-section-name-inner {
	font-size: 60px;
	line-height: 60px;
	padding: 25px 0
}

#locu-render-output .locu-wsb .locu-subsection-name {
	color: #898888;
	font-family: 'Allura';
	font-weight: 400;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	font-size: 48px
}

#locu-render-output .locu-wsb .locu-menu-item .locu-menu-item-name {
	font-weight: normal
}

#locu-render-output .locu-wsb .locu-menu-item-name {
	display: inline;
	margin-right: 10px
}

#locu-render-output .locu-wsb .locu-menu-item-price {
	display: inline;
	position: static
}

#locu-render-output .locu-wsb .locu-note {
	text-align: center;
	margin: 0 auto;
	font-style: normal
}

#locu-render-output .locu-wsb.locu-attribution-footer {
	padding-top: 30px;
	text-align: center
}

#locu-render-output .locu-web-menu .locu-wsb .locu-subsection {
	width: 80%;
	margin: 0 auto
}

#locu-render-output .locu-web-menu .locu-wsb .locu-note {
	width: 70%
}

#locu-render-output .locu-mobile-menu .locu-wsb .locu-section-name-inner {
	text-align: center;
	max-width: 100%
}

#locu-render-output .locu-mobile-menu .locu-wsb .locu-nav .locu-tab {
	margin-right: 10px
}

#locu-render-output .locu-mobile-menu .locu-wsb .locu-menu-item-price,
#locu-render-output .locu-web-menu .locu-wsb .locu-menu-item-price {
	display: inline-block
}

.addthis-smartlayers h2 {
	background-color: transparent!important;
	border: none!important
}

.form-submit {
	margin-top: 30px!important
}

a[href^=tel] {
	color: inherit;
	text-decoration: none
}

.mobilepod .txt table {
	width: 100%!important;
	table-layout: fixed
}

.customform input.form-value.datefield {
	padding-top: 6px!important
}
