/* Simple CLearfix */
.clearfix:after {
	content: "";
	display: table;
	clear: both
}
/* Paul Irish Border-box Implementation */
*, :before, :after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#content_spacer {
	display: none;
}
/* Fun Extras */
/* GENERAL STYLES */
body {
	text-rendering: optimizeLegibility;
	color: #401E3E;
	font-size: 100%!important;
	font-family: pt-sans, sans-serif;
	background: url("../images/body_bg.jpg") top left no-repeat #C1D245 fixed;
}
p {
	font-size: 1em
}

#header, .navbar, #main_block, #footer, #secondaryFooter, #headerContent, #right_panel_bottom, #right_panel {
	width: 100%
}
#headerContainer, #content_panel, #content_panel .ad-gallery, #FooterContainer, #footer_copyright {
	width: 100%;
	max-width: 1100px
}
#top_panel, .tp_bg, .tp_bg1, .tp_top, #right_panel, #left_panel {
	width: 100%
}
#content_panel {
	display: block;
	float: none;
	margin: 0 auto;
	padding: 0 10px;
	line-height: normal;
}
#content_panel .center {
	text-align: center
}
#main_block {
	width: 100%;
	background: url("../images/main2_bg.png") no-repeat top;
	z-index: auto;
	margin-bottom: 0;
	padding-top: 100px;
	clear: both
}
/***TEXT & HEADLINE GENERAL STYLE***/
/* HEADLINE STYLE*/
h1, h2, h3, h4, h5, h6, #content_panel h1, #content_panel h2, #content_panel h3, #content_panel h4, #content_panel h5, #content_panel h6 {
	text-rendering: geometricPrecision;
	clear: both;
	line-height: 1.3em;
	position: relative;
	font-family: special-elite, serif;
}
#content_panel h1, h1 {
	font-size: 40px;
	text-align: center;
	color: #401E3E;
	padding: 0 100px;
}
#content_panel h2, h2 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 5px;
}
#content_panel h3, h3 {
	font-size: 22px;
	margin-top: 0;
}
#content_panel h4, h4 {
	text-align: center;
	font-size: 20px;
	color: #D54C6B;
	padding: 10px 0
}
#content_panel h5, h5 {
	font-size: 24px;
	padding: 10px 0;
}
#content_panel h6, h6 {
}
#content_panel p {
	font-size: 16px;
	line-height: 1.5em;
	clear: both
}
/*LINKS*/
a:link, a, a:active, a:visited {
	color: inherit;
	text-decoration: none
}
a:hover {
	opacity: .7;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}
/*TEXT & LISTS*/

#content_panel li p {
	margin: 0
}
#content_panel li {
	padding: 2px 0
}
#content_panel ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: square;
	font-size: 14px;
	list-style-position: outside;
}
#content_panel ol {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: decimal;
	font-size: 14px;
	list-style-position: outside;
}
/*IMAGES*/
img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}
#content_panel img {
	border-radius: 20px;
/*border: 3px solid #98C2A5;*/}
/*HEADER STYLE*/
#header {
	margin: 0 auto;
	height: auto;
	position: fixed;
	z-index: 11;
	height: auto;
	background: rgba(255, 255, 255, 0.8);
}
#logo {
	position: relative;
	padding: 10px;
	margin-left: 0;
	width: auto!important;
	height: auto!important;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#logo:hover {
	opacity: .7;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}
#header img, #headerContent img {
	display: inline-block
}
#headerContainer {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
	position: relative;
	text-align: left
}
/*SOCIAL MEDIA STYLE*/
.socialmedia img {
	width: 30px;
	height: 30px;
	vertical-align: middle
}
.socialmedia img:hover {
	opacity: .7;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out
}
/*
.socialmedia img:hover{-webkit-filter: invert(100%); 
	transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-webkit-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
}*/

/* BANNER */
#banner {
	position: relative;
	clear: both;
	margin: 200px auto 0!important;
	width: 100%!important;
	height: 255px!important;
	background-size: cover;
	top: 0;
	z-index: 0;
}
#bannerContainer {
	position: relative;
	margin: 0 auto;
	width: 100%!important;
	max-width: 1100px;
	height: 360px!important;
}
#bannerContainer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
 background:;
	background-size: 100%;
	z-index: 4
}
div.bgcarousel {
	margin: auto;
	/* CSS for main carousel container */
	height: 100%
}
div.slide {
	background-position: center center;
	/* center image within carousel */
	background-size: cover;
	/* CSS3 property to scale image within container? "cover" or "contain" */
	background-repeat: no-repeat;
	color: #996600eee;
	/* CSS for each image's DIV container within main container */
	opacity: 0!important;
	left: 0!important;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	transition-delay: 2600ms;
	-webkit-transition-delay:/* Safari */ 2600ms
}
div.selectedslide {
	/* CSS for currently selected slide */
	opacity: 1!important;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	transition-delay: 0;
	-webkit-transition-delay: 0
}
div.slide div.desc {
}
div.selectedslide div.desc {
/* CSS for currently selected slide's desc div */
}
#mybgcarousel {
	width: 100%!important;
	height: 100%!important
}
/* GALLERY */
/*#galleryPage { width:85%; }*/
.ad-gallery img {
	margin-right: 20px;
	max-width: 100%;
}
.layout .layout-column-main {
	padding: 0;
	width: 60%;
}
.layout .layout-column-thin {
	margin: 1px;
	padding: 0;
	width: 35%;
}
#right_panel_bottom {
}
.ad-gallery {
	background-color: transparent;
}
.ad-gallery, .ad-gallery * {
	list-style: none;
}
.ad-image-description {
	display: none;
}
.ad-gallery .ad-nav .ad-thumbs {
	max-width: 100%;
}
.ad-gallery .ad-controls {
	display: none;
}
.ad-gallery .ad-thumbs li {
	max-height: 70px;
}
.ad-gallery {
	background-color: transparent;
	width: 89% !important;
}
.ad-gallery .ad-image-wrapper .ad-image {
	left: 0 !important;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	right: 0 !important;
	top: 0;
	z-index: 9;
}
.ad-gallery .ad-nav .ad-thumbs {
	overflow: hidden;
	width: 90%;
}
#content_panel ul.ad-thumb-list {
	height: 130px;
	margin: 0px;
	padding: 0 0 9px;
	list-style-type: disc;
}
/* COLUMN SYSTEMS STYLES */
.grid {
	margin: 15px auto
}
.grid:after {
	display: table;
	clear: both;
	/* Or @extend clearfix */
	content: ""
}
[class*='col-'] {
	float: left;
	padding: 0 20px 0 0;
}
.last {
	padding-right: 0
}
.col-1-2 {
	width: 50%
}
.col-1-3 {
	width: 33.33%
}
.col-1-4 {
	width: 25%
}
.col-1-5 {
	width: 20%
}
.col-1-6 {
	width: 16.6%
}
.col-1-7 {
	width: 14.2%
}
.col-1-8 {
	width: 12.5%
}
.col-2-3 {
	width: 66.66%
}
.col-2-5 {
	width: 40%
}
.col-3-4 {
	width: 75%
}
.col-3-5 {
	width: 60%
}
.col-4-5 {
	width: 80%
}
/* Opt-in outside padding */
.grid-pad {
	padding: 15px 0 15px 15px
}
#content_panel .layout h1:first-child {
	margin-bottom: 15px
}
/* ### LAYOUT SINGLE ### */
.layout.single {
	margin-left: auto;
	margin-right: auto
}
/* ### LAYOUT DOUBLE ### */
.layout.double {
	clear: both;
	margin-top: 20px;
}
.layout.double #a {
	margin: 0 3% 0 0;
	width: 48.5%
}
.layout.double #b {
	padding: 0;
	width: 48.5%
}
.layout.double .layout-section {
	float: left;
	width: 50%
}
/* ### FOOTER ### */
#footer {
	display: block;
	float: none;
	clear: both;
	padding: 0;
	width: 100%;
	height: auto;
	background: #401E3E;
}
#footer img {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
}
#footer p {
	color: #ededed;
	font-size: 16px;
}
.innerfooter {
	margin: 0 auto;
	padding: 10px;
	max-width: 1100px;
	text-align: center;
	height: auto
}
#FooterContainer {
	margin: 0 auto
}
#secondaryFooter {
	margin: 0 auto;
	width: 100%;
	background: #98C2A5;
	padding: 10px;
}
#copyright {
	clear: both;
	margin-top: 0;
	padding-top: 0
}
#copyright, #copyright a {
	text-align: center;
	font-size: 10px
}
/* ### FORMS ### */


input, #content_panel textarea {
	font-size: 20px;
	width: 100%
}
form.custom-form legend {
	color: #FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
	width: 100%;
	padding: 10px;
	border: 2px solid #D3D357;
	background: #B80050;
	text-align: center;
}
form.custom-form .custom-form-submit {
	background: #D3D357;
	border: none;
	padding: 10px 20px;
	color: #B80050;
	margin-left: 0;
	cursor: pointer;
	outline: 0;
	border: 1px solid #B80050;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
form.custom-form .custom-form-submit:hover {
	background: #B80050;
	color: #fff;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
form.custom-form label {
	width: 100%;
	font-size: 18px
}
form.custom-form ol {
	padding: 0!important;
}
/* Video Player Overrides */
#vidplayer {
	margin: 0 auto;
	width: 100%!important;
	height: auto!important;
	max-height: 500px!important
}
.bvVideoContainer * {
	height: auto!important;
	min-height: 300px
}
.bvVideo {
	background: transparent!important;
	z-index: 0
}
.bvErrorScreen {
	border: none!important
}
/* OTHER */
.cta {
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 998;
	margin: 0 auto;
	padding: 0 10px;
}
.cta p {
	color: #401E3E;
	text-align: right;
	font-family: special-elite, serif;
}
#content_panel .spotbox {
	background: #98C2A5;
	padding: 20px;
	color: #fff;
	clear: both;
	border-radius: 20px;
}
#content_panel .spotbox2 {
	background: #D3D3D3;
	padding: 20px;
	color: #fff;
	clear: both
}
#content_panel .spotbox2 p, #content_panel .spotbox2 h3 {
	color: #555
}
::selection {
	background: #2B60DE;
	color: #fff
}
.module {
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
a.module {
	font-size: 25px
}
#content_panel .module img {
	margin-top: 0
}
.module span {
	position: absolute;
	bottom: 0;
	background: #B80050;
	background-size: contain;
	font-size: 16px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 900;
	left: 0;
	color: #Fff;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	padding-left: 15px;
	padding-right: 15px
}
.module:hover span {
	position: absolute;
	bottom: 0;
	background: url("http://static.localedge.com/sitethemes/advanced_happytrailsrail/images/span_bg.png") center center no-repeat rgba(168,0,0,0);
	font-size: 16px;
	padding-bottom: 64%;
 */	display: block;
	color: #fff;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	text-shadow: 2px 2px 23px #333
}
.module:hover {
	box-shadow: 2px 2px 15px rgba(51,51,51,0.48);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
#content_panel .module img {
	margin: 0
}
.num {
	white-space: nowrap;
	font-size: 24px;
	font-weight: bolder
}
.arrow-right {
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid green
}
.anchor {
	display: block;
	height: 50px;
	/*same height as header*/
	margin-top: -50px;
	/*same height as header*/
	visibility: hidden
}
p.button-p a {
	clear: both;
	width: 100%;
	max-width: 350px;
	padding: 15px;
	margin: 5px auto;
	color: #B80050;
	font-weight: bolder;
	display: inline-block;
	border: 2px solid;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
p.button-p a:hover {
	background: #B80050;
	color: #fff;
	border: 2px solid #B80050;
	padding: 25px 15px;
	max-width: 250px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}
p.button-p {
	text-align: center
}
.logos {
	text-align: center;
}
.logos img {
	display: inline-block;
	padding: 5px;
	border: 1px solid #555;
	border-radius: 0!important;
	margin: 5px;
	max-height: 70px;
}
/* ### MENU FIXED ON SCROLL ANIMATED ### */

/* ### HEADER FIXED ON SCROLL ANIMATED ### */

.logo#logo {
	margin-left: 0px;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
}
.logo2#logo {
	opacity: 1;
	top: 50px;
	margin-left: 300px;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	right: 0;
	z-index: 10;
	display: block;
}
.logo3#logo {
	opacity: 1;
	margin-left: 300px;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	right: 0;
	z-index: 10;
	display: block;
}

/* ### PLACE IN MEDIA QUERY FOR RESPONSIVE TABLE SUPPORT ### */
/*	table,thead,tbody,tfoot,th,td,tr{display:block}
    	tr+tr{margin-top:1em}	*/
/* ### MEDIA QUERIES ### */
@media (max-width: 1024px) {
.navbar, #navigation, #headerContainer, #navigation, #bannerContainer, #content_panel, #content_panel .ad-gallery, #FooterContainer, #footer_copyright {
	margin: 0 auto;
	width: 100%
}
html .navbar {
	width: 100%
}
#content_panel h1, h1 {
	font-size: 3em
}
}

@media (max-width: 959px) {
/* Theme Specific */
.theme_specific_product_left {
	font-size: 3em
}
#content_panel #right_panel {
	width: 95% !important;
	float: none !important;
}
#main_block {
	background: #C1D245;
	padding-top: 0px;
}
#banner {
	height: 260px!important;
}
#bannerContainer {
	height: 100%!important;
}
/* General */
#content_panel h1, h1 {
	font-size: 2.6em;
	padding: 10px
}
#content_panel h2, h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px
}
#top_panel, .tp_bg, .tp_bg1, .tp_top, #right_panel, #left_panel {
	margin: 0 auto;
	width: 90%
}
.subtitle {
	display: inline-block;
	width: 33%
}
.footerContainer {
	width: 97%
}
.logo2#logo {
	margin-left: 80px;
}
}

@media (max-width:767px) {
/* Theme Specific */
[class*='col-'] {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 100%
}
#anchors [class*='col-'] {
	float: left;
	width: 16.6%;
	padding: 0 2px
}
.full img {
	display: inline;
	margin: 0 auto;
	text-align: center
}
#content_panel img {
	margin: 0 auto!important
}
/* General */

#logo {
	margin-top: 0;
	max-width: 330px
}
#banner {
	height: 218px!important;
}
#navigation, #headerContainer, #navigation, #bannerContainer, #content_panel, #content_panel .ad-gallery, #FooterContainer, #footer_copyright {
	margin: 0 auto;
	width: 100%
}
#top_panel, .tp_bg, .tp_bg1, .tp_top, #right_panel, #left_panel {
	margin: 0 auto;
	width: 100%!important
}
.subtitle {
	display: inline-block;
	width: 155px;
	font-size: 15px
}
#footer, #footer h2 {
	text-align: center
}
.footerContainer {
	width: 90%
}
.innerfooter, .innerfooter h3 {
	text-align: center
}
#content_panel .column p, #content_panel .lastcolumn p {
	margin-bottom: 15px
}
#content_panel h1, #content_panel h2, #content_panel h3, #content_panel h4 {
	text-align: center;
	margin-top: 1em
}
.spotbox {
	padding: 10px!important
}
}

@media (min-width:685px) {
html .navbar {
	display: block!important
}
}

@media (max-width:684px) {
/* Go to One Column */
/* Theme Specific */
[class*='col-'] {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 100%
}
#anchors [class*='col-'] {
	width: 50%;
	padding: 2px
}
.module {
	max-height: 100px
}
/* General */
.flex_mobile_fullwidth {
	width: 100%
}
.flex_padding_mega_horizontal {
	padding-left: 15px;
	padding-right: 15px
}
.flex_product_left {
	font-size: 2.5em;
	float: none;
	width: 100%
}
.flex_product_right {
	float: none;
	width: 100%;
	padding-top: 5px
}
#content_panel .flex_product_right p {
	margin: 0
}
.flex_width_70.flex_width_mobilefull {
	width: 100%
}
#content_panel .flex_mobile_hide, #headerContainer .flex_mobile_hide {
	display: none
}
#content_panel .flex_mobile_show, #headerContainer .flex_mobile_show {
	display: block
}
#content_panel .flex_mobile_show.flex_mobile_show_inlineblock {
	display: inline-block
}
#content_panel .flex_mobile_show.flex_mobile_show_inline {
	display: inline
}
.flex_mobile_centered {
	text-align: center
}
.flex_mobile_marginless {
	margin-top: 0!important
}
.cta {
	position: relative;
	width: 100%;
	top: 0;
	max-width: 100%;
}
#headerContainer {
	background: none;
}
#headerContainer a {
	position: static
}
#logo {
	padding: 0!important;
	margin: 0 auto;
	background: none;
	max-height: 120px;
	max-width: 90%;
}
#content_panel h4, h4 {
	padding: 0
}
#content_panel h4, #headerContent h4, #content_panel h5, #headerContent h5, #content_panel h6, #headerContent h6 {
	text-align: center
}
#content_panel h5, #headerContent h5 {
	margin-bottom: 20px;
	font-size: 20px
}
.layout.triple-left .layout-column-main, .layout.four-center .lastcolumn, .layout.four-center .column, .layout.doublecenter .first, .layout.doublecenter .last, .layout.five-center .lastcolumn, .layout.five-center .column, .layout.triple-center .column, .layout.triple-center .lastcolumn, .layout.double #a, .layout.double #b, .layout .layout-column-main, .layout .layout-column-thin, .layout.doubleswitch .first, .layout.doubleswitch .last {
	float: left;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0;
	width: 100%
}
.layout.four-center .column, .layout.four-center .lastcolumn {
	width: 25%
}
.layout.four-center .column img, .layout.four-center .lastcolumn img {
	display: inline;
	width: auto
}
.layout.triple-center, .layout.doublecenter, .layout.single, .layout.triple-left, #content_panel .layout.flex_margintop_extra {
	margin-top: 0
}
.navbar {
	position: relative
}
.logo2#logo {
	margin-left: 0;
}
html .navbar {
	width: auto;
	height: auto;
	top: 50px;
 background:;
	box-shadow: 1px 1px 40px rgba(51,51,51,0.55)
}
#content_panel .layout.doublecenter p:first-child {
	margin-top: 1.12em
}
#content_panel .layout h1:first-child {
	margin-bottom: 0
}
#headerContainer {
	text-align: center;
	padding-top: 50px;
}
#logo {
	position: static;
	padding: 0
}
#header {
	height: auto!important;
	padding: 0;
	position: relative
}
#headerContent {
	height: auto;
	text-align: center;
	padding: 0
}
#headerContent h2 {
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
	display: none
}
#headerContent p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#footer .layout.doublecenter .first, #footer .layout.doublecenter .last {
	text-align: center
}
#footer, #footer h2 {
	font-size: 24px
}
#footer p {
	width: 100%
}
#footer .layout, #footer .layout .first {
	margin-top: 0
}
#main_block {
	margin-top: 50px;
}
#banner {
	height: 200px!important;
	margin-top: 0!important;
	position: relative;
	z-index: 1;
}
div {
	-webkit-transition: 0;
}
}

@media (max-width:580px) {
#banner {
	height: 175px !important;
	width: 100%;
}
}

@media (max-width:480px) {
.bvVideoContainer * {
	height: auto!important;
	min-height: 250px
}
#banner {
	height: 150px !important;
}
#content_panel h1 {
	font-size: 2.2em;
	line-height: 1.1em
}
img.flex_left, img.flex_right {
	margin: 0 auto 8px;
	float: none;
	max-width: 100%
}
#logo {
}
form.custom-form .custom-form-submit {
	width: 50%
}
}

@media (max-width:360px) {
#banner {
	height: 115px !important;
}
}
