/*
Theme Name: FAB Theme
Theme URI: https://dreiden.com/
Description: FAB Theme
Version: 0.95
Author: Dreiden
Tags: custom, responsive
*/

body {
/* overflow: hidden;*/
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(img/status.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}
/* foundation */
html {
	scroll-behavior: smooth;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
*, *:before, *:after {
	box-sizing: inherit;
}
html, body {
/*height: 100%;*/
}
p, ul, li {
	line-height: 145%;
	margin-bottom: 18px;
}
h1, h2, h3 {
	font-family: 'Advent Pro', sans-serif;
}
.clear {
	clear: both;
}
body {
	background-color: #fff;
	font-size: 18px;
	color: #000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
body.promoblack {
	background-color: #000;
	color: #fff;
}
body.promoblack .hero {
	margin-top: 10px !important
}
.promoblack .storycontent h1, .promoblack .storycontent h2, .promoblack .storycontent h3 {
	color: #fff;
}
.promoblack h3.locs {
	color: #fff;
	background-color: #303030;
	padding-top: 15px;

}
.promoblack ul.homepubs li a {
	color: #fff;
}
.smoothtop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	background-color: rgba(247, 148, 30, 1);
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index: 100;
	margin-right: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(img/icon.png);
	text-indent: -1000em;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.smoothtop:hover {
	background-color: rgba(55, 55, 55, 0.80);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mast {
	width: 100%;
	background-color: #000;
}
#mast img {
	max-width: 100%;
	height: auto;
}
.simple {
	padding-top: 10px;
	position: absolute;
	top: 0;
	left:0;
	z-index: 9998;
}
.simple a {
	color: #fff;
	text-decoration: none;
	height: 50px;
	padding-right: 15px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Advent Pro', sans-serif;
	padding-left: 45px;
	background-image: url(img/back.png);
	display: block;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	background-repeat: no-repeat;
	background-position: left center;
}
.simple a:hover {
	color: #f7941e;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.brand {
	float: left;
}
#wrap {
	margin: 0px auto;
	padding: 0;
	width: 300px;
}
#mast {
	background-color: #000;
	display: block;
	padding: 0px 10px;
	/*background-image: url(img/wood.jpg);*/
/*	background-repeat: repeat-x;*/
	background-position: center top;

}
ul#menu-top li {
	float: right;
	margin: 0;
	padding: 8px 0;
}
ul#menu-top li a {
	display: inline-block;
	color: #fff;
	margin-left: 13px;
	font-family: 'Advent Pro', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
	    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
ul#menu-top li a:hover {
	color: #f7941e;
	-moz-transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
}
ul#menu-top li.current-menu-item a {
	color: #f7941e;
}
ul#menu-main {
	clear: both;
}
ul#menu-main li {
	float: right;
	margin: 0;
	padding: 0;
}
ul#menu-main li a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	padding-left: 20px;
	font-family: 'Advent Pro', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
ul#menu-main li:last-child a {
	padding-left: 0px;
}
ul#menu-main li a:hover {
	color: #f7941e;
	-moz-transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
}
ul#menu-main li.current-menu-item a {
	color: #f7941e;
}
#footer {
	margin: 25px 0 0 0;
	padding: 25px 0;
	font-size: 11px;
	color: #666;
	background-color: #000
}
ul#menu-footer {
	margin-top: 20px;
	clear: both;
}
ul#menu-footer li a {
	display: block;
	text-align: left;
	font-size: 20px;
	color: #737373;
	font-family: 'Advent Pro', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
	margin-bottom: 5px;
}
ul#menu-footer li a:hover {
	color: #f7941e;
	-moz-transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
}
ul#menu-footer li.current-menu-item a {
	color: #f7941e;
}
.inner {
	width: 100%;
	padding: 0 10px;
	max-width:1044px;
	margin: 0px auto;
}
.ftri {
	width: 100%;
}
.ftri h3 {
	background-color: transparent;
	/*color: #737373;*/
	color: #f7941e;
	padding-top: 0;
}
.chimp {
	margin-bottom: 15px;
}
.chimp p, .chimp a {
	font-size: 14px;
	color: #fff;
	width: 100%;
}
.chimp a.genbutton {
	border: solid 2px #fff;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	font-size: 18px;
	font-family: 'Advent Pro', sans-serif;
}
.chimp a.genbutton:hover {
	border: solid 2px #f7941e;
	color: #f7941e;
	background-color: #000;
}
#ender {
	padding: 24px 0;
	text-align: center;
	background-color: #303030;
	border-top:2px solid #e5612d;
	color:#CCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#ender a {
	color: #CCC;
	text-decoration: none;
}
h1 {
	font-size: 48px; /* 48*/
	margin-bottom: 22px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #000f24;
	text-align:center;
	margin-top: 22px;
}
h1.titler span {
	color: #666;
	font-weight: normal;
}
h2 {
	font-size: 36px;
	color: #737373;
	margin-bottom: 12px;
}
.job {
	max-width: 740px;
	margin-bottom: 20px;
}
.job h2 {
	font-size: 36px;
	margin-bottom: 8px;
	padding: 0 0 18px 0;

}
h3 {
	font-size: 24px;
	margin-bottom: 12px;

	color: #000f24;
}
h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.header {
	background-image: url(img/header.png);
	background-repeat: repeat-x;
	background-position: top center;
	margin-top: 25px;
}
.headerlrg {
	background-image: url(img/headerlrg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
h3.fancytxt{
	background-color: #fff;
    display: inline-block;
    padding: 2px 20px 2px 0;
}
.hero img {
	width: 100%;
	height: auto;
}
.promo img {
	width: 100%;
	height: auto;
}
.promom img {
	width: 100%;
	height: auto;
}
.slider {
}
.t20 {
	margin-top: 25px;
}
.inlogo {
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: right;
}
.inlogo img {
	max-width: 300px;
	height: auto;
}
.local {
	margin: 25px 0;
}
.locright img, .mobilemap img {
	width: 100%;
	height: auto;
}
.addy h4 {
	line-height: 120%;
}
.socials {
	margin-top: 15px;
	margin-bottom: 15px;
}
.socials span {
	position: relative;
	top: 50%;
	font-weight: bold;
	transform: translateY(-50%);
	display: inline-block;
}
.socials a {
	margin-left: 6px;
	display: inline-block;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	opacity: 0.8;
}
.socials a:hover {
	opacity: 1;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.hours {
	line-height: 170%;
	margin-bottom: 10px;
}
.hours span {
	display: inline-block;
	width: 50px;
	font-weight: bold;
}
ul.menus {
	margin-bottom: 15px;
}
ul.menus li {
	margin-bottom: 1px;
}
ul.menus li a {
	display: block;
	font-family: 'Advent Pro', sans-serif;
	padding: 6px 10px;
	background-color: #000f24;
	text-decoration: none;
	border: solid 1px #000f24;
	color: #fff;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image: url(img/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
ul.menus li a:hover {
	color: #000f24;
	background-color: #fff;
	border: solid 1px #000f24;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.specials {
	margin: 0 auto;
	min-width: 300px;
}
.specials img {
	width: 100%;
	height: auto;
	display: block;
}
ul.tagline {
	font-family: 'Advent Pro', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 25px;
}
ul.tagline li {
	line-height: 130%;
	text-align: center;
}
/* lisghtbox*/



ul.gallist {
	margin: 0 0 10px 0;
	padding: 0;
}
ul.gallist li {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
	font-size: 0
}
ul.gallist li a img {
	max-width: 100%;
	height: auto;
	border: solid 5px #fff;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.gallist li a img:hover {
	opacity: 0.8;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* BEER LISTS */

ul.beerlist{
text-align:center;	
}
ul.beerlist li {
	 display:inline-block;
/*	float: left;*/
	width:10%;
	min-width:75px;
	margin: 0 10px 10px 10px;
	/*width: 126px;
	text-align: center;*/
	text-align:center;
	font-size: 12px;
}
ul.beerlist li img {
	/*display: block;
	margin-bottom: 5px;
	
	float:left;
	margin-right:5px;*/
	width: 100%;
	height: auto;
	
}

.longText .fs-tooltip-content {
	width: 250px;
	white-space: normal;
	line-height: 145%;
}
/* MAIN PAGE */

.homewrap {
}
.homewrap h1 {
	text-align: center;
	margin: 20px 0 25px 0;
	padding: 0px 10px;
	font-size: 22px;
}
ul.homepubs {
	padding: 0 !important;
}
ul.atg {
	display: inline-block !important;
}
ul.homepubs li {
	text-align: center;
	margin-bottom: 10px;
	padding: 0 !important;
	list-style: none !important;
}
ul.homepubs li a {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	font-family: 'Advent Pro', sans-serif;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 15px;
	text-transform: uppercase;
	display: block;
	line-height: 100%;
}
ul.homepubs li a span {
	color: #666;
	font-size:18px;
	text-transform:none;
}
ul.homepubs li a:hover {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
ul.homepubs li img {
	width: 100%;
	height: auto;
}
ul.homepubs li div.container {
	background-color: #000;
	width: 300px;
	height: 183px;
}
ul.homepubs li div.container a {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
ul.homepubs li div.container a img {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
ul.homepubs li div.container a:hover img, ul.homepubs li div.container a.taptap img {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* */

ul.homepubssml {
	padding: 0 !important;
	text-align: center;
	padding-bottom:15px;
	    display: inline-block;
}
ul.homepubssml li {
	text-align: center;
	padding: 10px 10px 4px 10px;
	width: 20%;
	margin: 0;
	list-style: none !important;
	float: left;
	min-width: 150px;
}
ul.homepubssml li img {
	width: 100%;
	height: auto;
	opacity: 0.5;
}
ul.homepubssml li a:hover img {
	opacity: 1;
}
/* */


/* GENERAL LISTS */
ul.evlist {
	margin: 0;
	padding: 0;
}
ul.evlist li h3 {
	font-size: 14px;
}
ul.evlist li {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #999;
}
ul.evlist li h3 {
	margin: 0px;
	padding: 0px;
}
ul.evlist li h3 a {
	display: block;
	color: #fff;
	font-family: 'Advent Pro', sans-serif;
	text-decoration: none;
	-moz-transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
	padding-bottom: 12px;
}
ul.evlist li h3 a:hover {
	color: #f7941e;
	-moz-transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
}
ul.evlist li h4 {
	margin: 0px;
	padding: 0px;
}
ul.evlist li h4 a {
	display: block;
	font-size: 18px;
	color: #fff;
	font-family: 'Advent Pro', sans-serif;
	text-decoration: none;
	-moz-transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
	padding-bottom: 8px;
}
ul.evlist li h4 a:hover {
	color: #f7941e;
	-moz-transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
}
ul.evlist div.evthumb {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}
ul.evlist div.evthumb img {
	width: 100%;
	height: auto;
}
ul.evlist2 {
	margin: 0 0 25px 0;
	padding: 0;
}
ul.evlist2 li {
	margin-bottom: 20px;
	clear: both;
}
ul.evlist2 li h3 {
	display: block;
	font-size: 20px;
	color: #000;
	font-family: 'Advent Pro', sans-serif;
	text-decoration: none;
	padding-bottom: 4px;
}
ul.evlist2 li h3 span {
	color: #666;
	font-size: 14px;
}
ul.evlist2 li h3 a {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Advent Pro', sans-serif;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
ul.evlist2 li h3 a span {
	font-size: 14px;
	margin-left: 5px;
	color: #666;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
ul.evlist2 li h3 a:hover span {
	color: #000;
	margin-left: 8px;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
ul.evlist2 div.evthumb {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}
ul.evlist2 div.evthumb img {
	width: 100%;
	height: auto;
}
ul.mulist {
	margin: 0 0 15px 0;
	padding: 0;
}
ul.mulist li {
	padding: 5px;
	clear: both;
}
ul.mulist li h3 {
	display: block;
	color: #000;
	font-family: 'Advent Pro', sans-serif;
	text-decoration: none;
	padding-bottom: 4px;
}
.storycontent a {
	color: #000;
}
.storycontent a:hover {
	text-decoration: none;
}
.storycontent ul {
	margin: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	margin-bottom: 12px;
}
.storycontent ul li {
	margin: 0px;
	padding: 4px 0px;
	list-style: disc;
	line-height: 145%;
}
.storycontent ol {
	margin: 0px;
	list-style-type: decimal;
	padding: 0 0 0 30px;
	margin-bottom: 12px;
}
.storycontent ol li {
	margin: 0px;
	padding: 4px 0px;
	list-style-type: decimal;
	line-height: 145%;
}
.blocks a {
	color: #000;
}
.blocks a:hover {
	text-decoration: none;
}
ul.evlist li .imgcontainer {
	width: 135px;
	height: 135px;
	float: left;
	margin-right: 20px;
}
ul.evlist li .imgcontainer img {
	width: 100%;
	height: auto;
}
ul.jobslist li {
	float: left;
	width: 50%;
	padding: 1px;
	margin-bottom: 0;
}
ul.jobslist li a {
	font-size: 16px;
	color: #000;
	display: block;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	/*font-family: 'Advent Pro', sans-serif;*/
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
ul.jobslist li a:hover {
	background-color: #f1f1f1;
}
/* Captions & aligment */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

.loclinks a {
	display: inline-block;
	padding: 15px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.loclinks a:hover {
	color: #f7941e;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
/* ACCORDION */

.toggle {
	cursor: pointer;
	padding: 15px;
	color: #fff;
	font-family: 'Advent Pro', sans-serif !important
}
h4.toggle {
	margin-bottom: 2px;
}
.toggle.fs-swap-enabled {
	display: block;
}
.toggle, .no-touch {
	background: /*#737373;*/ #000;
}
.toggle:hover {
	background: #000;
	color: #f7941e !important
}
.toggle.fs-swap-active, .no-touch .toggle.fs-swap-active:hover {
	/*background: #f1f1f1;
	color: #000*/
	background: #000;
	color: #f7941e !important;
	margin-bottom: 0px;
}
.astabs .toggle_target {
	padding-top: 10px;
}
.astabs h3 {
	margin-bottom: 2px !important;
}
.toggle_target {
	width: 100%;
}
.toggle_target img {
	max-width: 100%;
	height: auto
}
.toggle_target.fs-swap-enabled.fs-swap-target {
	display: none;
}
.toggle_target.fs-swap-enabled.fs-swap-active {
	display: block;
	margin-bottom: 2px;
}
.spec {
	padding: 0px 15px 10px 15px;
	background-size: auto 100% !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
	display: block;
}
.spec p {
	font-family: 'Advent Pro', sans-serif !important;
}
/* TABS */

h3 a.tab {
	color: #ccc;
	text-decoration: none;
}
h3 a.fs-tabs-active {
	color: inherit;
}
a.genbutton {
	padding: 15px;
	text-align: center;
	display: block;
	color: #fff;
	background-color: #000;
	border: none;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
/* FORMS */

::-webkit-input-placeholder {
 color: #000;
}

:-moz-placeholder { /* Firefox 18- */
 color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #000;
}

:-ms-input-placeholder {
 color: #000;
}
.wpcf7-form label {
	width: 200px;
	display: inline-block;
	margin-bottom: 8px;
}
.wpcf7-form input {
	width: 265px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.wpcf7-form textarea {
	width: 100%;
	max-width: 465px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.wpcf7-form select {
	width: 265px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.wpcf7-form wpcf7-checkbox {
	width: 25px;
}
.wpcf7-form p.fw {
	float: none;
	width: 100%;
	min-width: 300px;
}
.wpcf7-form p.fw2 {
	float: none;
	width: 100%;
	min-width: 300px;
	max-width: 540px;
	margin: 0px auto;
	display: inline-block;
}
.wpcf7-form input[type="checkbox"] {
	-webkit-appearance: checkbox;
	width: auto !important;
}
#apply input[type="checkbox"] {
	margin-left: 0;
	margin-right: 8px;
}
.wpcf7-form input[type="radio"] {
	width: auto !important;
	-webkit-appearance: radio;
}
.wpcf7-form .wpcf7-list-item {
	margin-left: 0;
	display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
	display: inline-block;
}
#apply h3 {
	clear: both;
	display: block;
	padding-top: 25px;
	font-weight:bold;
}
#apply p {
	width: 100%;
	clear: both;
	margin-left: 10px;
	margin-bottom: 10px;
}
#apply p span.lbl {
	width: 265px;
	display: inline-block;
}
#apply input, #apply select {
	margin-right: 10px;
	padding: 8px;
	margin-bottom: 2px;
	border: solid 1px #ccc;
}
#apply select {
	margin-left: 10px;
}
#apply select.flat {
	margin-left: 0px;
}
#apply .wpcf7-form textarea.flat {
	margin-right: 10px;
}
#apply select option {
/*	padding:8px;*/

}
#apply input[type="file"] {
	float: none;
	border: none;
}
/* SUBMIT */



.wpcf7-form input.wpcf7-submit, #apply input.wpcf7-submit {
	display: block;
	padding: 15px;
	width: 100%;
	color: #fff;
	background-color: #000;
	border: none;

	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.wpcf7-form input.wpcf7-submit:hover, #apply input.wpcf7-submit:hover {
	cursor: pointer;
	color: #f7941e;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.wpcf7-form input.gogo2, #apply input.gogo2 {
	display: block;
	padding: 15px;
	width: 100%;
	color: #000;
	background-color: #fff;
	border: none;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	font-weight: bold;
	font-family: 'Advent Pro', sans-serif;
}
.wpcf7-form input.gogo2:hover, #apply input.gogo2:hover {
	cursor: pointer;
	color: #000;
	background-color: #f7941e;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
/* validation */
#apply input.wpcf7-not-valid, #apply select.wpcf7-not-valid {
	border: solid 1px #F00;
}
#apply span.wpcf7-not-valid span {
	color: #F00;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: none !important;
}
.wpcf7-validation-errors {
	clear: both;
	background-color: #FCC;
	padding: 30px !important;
}
/* EMBED */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.lg img{
		width:100%; height:auto;
}