/*
 Theme Name:   Website
 Description:  Website theme, child of dev WP Bootstrap Starter theme
 Author:       Voxcomp
 Author URI:   http://voxcomp.com
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 Text Domain:  website
*/

body {
	color:#272727;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}
.widget { font-size:inherit !important; }
.header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 200;
	padding:25px 0 0;
	background:#fff;
	background-size:100% 35px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   border-bottom:17px solid #2B8C9D;
}
.home .header {
	border-bottom:0;
}
.logged-in .header {
	top:33px;
}
.header.sticky {
	padding:10px 0 0;
	background:#FFF;
	box-shadow: 0 0 10px rgba(50,50,50,0.70);
}
.header.sticky .topright {
	display:none !important;
}
.site-logo {
	margin-bottom:15px;
}
.site-logo img {
	width:300px;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.sticky .site-logo {
	margin-bottom:5px;
}
.sticky .site-logo img {
	width:120px;
}

.page-container {
	position: relative;
	z-index: 0;
	padding-top:205px;
}
.home .page-container {
	padding-top:180px;
}

.dmbs-content {
	padding-top:40px;
	padding-bottom:40px;
	line-height:1.7em;
}

.text-warning {
	color:#D66C3B !important;
}
.blue-text {
	color:#2C8E9D;
	font-weight:600;
}
.padding-15 {
	padding:15px;
}
.padding-top-15 {
	padding-top:15px;
}
.padding-bottom-15 {
	padding-bottom:15px;
}
.padding-left-15 {
	padding-left:15px;
}
.padding-right-15 {
	padding-right:15px;
}
.padding-25 {
	padding:25px;
}
.padding-top-25 {
	padding-top:25px;
}
.padding-left-25 {
	padding-left:25px;
}
.padding-right-25 {
	padding-right:25px;
}
.padding-bottom-25 {
	padding-bottom:25px;
}
.padding-40 {
	padding:40px;
}
.padding-top-40 {
	padding-top:40px;
}
.padding-bottom-40 {
	padding-bottom:40px;
}
.padding-bottom-65 {
	padding-bottom:65px;
}
.padding-80 {
	padding:80px;
}
.padding-top-80 {
	padding-top:80px;
}
.padding-bottom-80 {
	padding-bottom:80px;
}
.lineheight-1 {
	line-height:1em;
}
.lineheight-12 {
	line-height:1.2em;
}
.lineheight-13 {
	line-height:1.3em;
}
.lineheight-14 {
	line-height:1.4em;
}
.lineheight-16 {
	line-height:1.6em;
}
.lineheight-18 {
	line-height:1.8em;
}
.lineheight-2 {
	line-height:2em;
}
.letter-spacing {
	letter-spacing:inherit;
}
.white-bkg {
	background:#fff;
}
.fill-bkg {
	position: absolute;
	z-index: 0;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.transparent-bkg {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.table-container {
	display:table;
	height:100%;
	width:100%;
	table-layout: fixed;
}
.table-content {
	display:table-cell;
	width:100%;
	vertical-align: middle;
	text-align: center;
}

.centered {
	text-align:center;
}
.block.right {
	text-align:right;
}
.font-16 {
	font-size:16px;
}
.font-18 {
	font-size:18px;
}
.font-20 {
	font-size:20px;
}
.font-22 {
	font-size:22px;
}
.font-24 {
	font-size:24px;
}
.font-26 {
	font-size:26px;
}
.font-28 {
	font-size:28px;
}
.font-30 {
	font-size:30px;
}
.xlarge-icon {
	font-size:65px;
}
.large-icon {
	font-size:50px;
}
.medium-icon {
	font-size:35px;
}
.small-icon {
	font-size:20px;
}
.btn {
	text-transform: uppercase;
	font-size:14px;
	border:0;
	border-radius: 0;
	padding: .6em 1.2em;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   background:transparent;
}
.btn-white {
	border:1px solid #fff;
	font-size:17px;
	padding:.4em .8em;
	background:transparent;
	color:#fff;
	font-weight:300;
}
.btn-white:hover {
	color:#133A68;
	background:#D66C3B;
}
.btn-blue {
	border:0;
	background:#2D8D9D;
	color:#fff;
	font-size:22px;
	font-weight:600;
	padding:.3em .9em;
}
.btn-blue:hover {
	background:rgba(45,141,157,0.80);
	color:#fff;
	border:0;
}
.btn-primary {
   background:#2D8D9D;
	color:#fff;
}
.btn-primary:hover, .btn-default:hover {
   background:rgba(45,141,157,0.60);
	color:#fff;
}
.btn-default {
   background:#2D8D9D;
	color:#fff;
}

.btn-warning {
	border:1px solid #F1AA47;
	color:#fff;
	background: #F1AA47;
}
.btn-warning:hover {
	background:#fff;
	color: #F1AA47;
	border:1px solid #F1AA47;
}

.btn-success, .btn-header {
	border:none;
	background: #82BE40;
	color:#fff;
}
.btn-header {
	text-transform: none;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border: 0px solid #000000;
}

.copyright {
	font-size:12px;
	text-align: left;
	font-weight:400;
}

a {
	text-decoration: none;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
   color:#D66C3B;
}
.white-text a {
	color:#fff;
	text-decoration: underline;
}
strong {
	font-weight: 600;
}
a:hover, .footer a:hover, .sub-footer a:hover {
	color:#8C342F;
	text-decoration: none;
}
.footer a {
	color:#516D81;
}
.footer a:hover {
	color:#2D8D9D;
}

.page-header {
    padding-bottom: 0;
    margin: 0 0 20px;
    border-bottom: 0;
}
.img-responsive { display:inline-block; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight:normal;
	color:#164B67;
}
.white-text h2, .white-text h3, .white-text h4, .white-text h5 {
	color:#fff;
}

h1 { font-size:52px; 	font-family: 'Euphoria Script', cursive; color:#499DAB; }
.page-title-banner h1.page-title { 
	font-weight:400; 
	color:#fff; 
	font-size:40px; 
	line-height:normal; 
	padding:0; 
	margin:0; 
	text-shadow: 0 0 5px #999;
}
h2 { font-size:24px; }
.content-panel h2 { font-size:45px; color:#499DAB; font-family: 'Euphoria Script', cursive; }
.content-panel h3 { font-size:31px; color:#164B67; text-transform: uppercase; font-weight:300; }
.white-text h2 { color:#fff !important; }
.community-right h2, h2.vt-category {
	background:rgb(249,242,233);
	padding:7px 10px;
	text-transform: uppercase;
	color:#164B67;
	font-size:22px;
	margin-bottom:15px;
}
h3 { font-size:18px; }
.image-grid h3 { font-size:18px; }
.image-grid h3 a { color:#164B67; }
.image-grid h3 a:hover { color:#2C8C9D; }
h4 { font-size:15px; }

.rteright {
	text-align:right;
}
.rtecenter {
	text-align:center;
}

.content-panels {
}
.content-panel {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonials {
	padding:25px 25px 0;
}
.testimonials .carousel {
	padding-bottom:65px;
}
.testimonials .testQuote {
	font-size:19px;
	color:#6B7376;
	max-width:825px;
	margin:0 auto;
	text-align: center;
}
.testimonials .testQuote * {
	display:inline;
}

.testimonials .testSig {
	padding-top:12px;
	font-size:16px;
	text-align: center;
	color:#6B7376;
	text-transform: uppercase;
}

.carousel-indicators li {
	border:1px solid #499DAB;
	width:12px;
	height:12px;
	border-radius: 10px;
	background:#499DAB;
}
.testimonials .carousel-indicators li {
	border-color:#499DAB;
	opacity: .25;
}
.testimonials .carousel-indicators .active {
	background:#499DAB;
	opacity:1;
}

.social {
	margin-bottom:20px;
	font-size:14px;
	font-weight:400;
}
.social ul {
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}

.social ul li {
	text-align:center;
	margin:0 0 0 10px;
	list-style:none;
	padding:0;
	display:inline-block;
	font-size:24px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
}

.video-container {     position: relative;     padding-bottom: 56.25%;     padding-top: 30px; height: 0; overflow: hidden; width:100%; } 
.video-container iframe, .video-container object, .video-container embed {     position: absolute;     top: 0;     left: 0;     width: 100%;     height: 100%; }

#ninja_forms_required_items, .nf-field-container {
	margin-bottom:10px;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
	font-size:14px !important;
	padding:9px !important;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
	height:43px !important;
}

.nf-form-content input[type=button] {
    display: inline-block;
    font-weight: 400 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-transform: uppercase;
	font-size:14px !important;
	border-radius: 0;
	height:auto !important;
	padding: .45em 1em !important;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
	border:1px solid #2D8D9D !important;
   background:#2D8D9D !important;
	color:#fff !important;
}
.nf-form-content input[type=button]:hover {
	border:1px solid rgba(45,141,157,0.60) !important;
   background:rgba(45,141,157,0.60) !important;
	color:#fff !important;
}

.event-item {
	padding-bottom:25px;
	border-bottom:1px solid #aeaeae;
	margin-bottom:25px;
}

.card {
	border:0;
}
.card-header {
	border:0;
	background:transparent;
}
.card-header h5 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f358";
  display: inline;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size:18px;
  color:#2D8D9D;
}

.card-header h5 a.collapsed:before {
	content: "\f35a";
}

.card-header h5 {
	display:inline;
	vertical-align: middle;
	font-size:16px;
    text-transform: none;
}
.card-header h5 a {
	color:#272727;
	font-weight:600;
}
.card-header h5 a.collapsed {
	font-weight:400;
}
.card-body {
	padding-left:60px;
}

.wpos-tab-slider .as-layer.as-black {
	font-size:20px;
	font-weight:400;
	left:0 !important;
	bottom:0 !important;
	background:rgba(234,212,182, 0.80);
	color:#272727;
/* 	visibility: visible !important; */
}

.wpos-tab-slider .as-pagination-buttons {
	z-index: 50;
}

.right-block {
	margin-bottom:20px;
}
.right-block iframe {
	height:300px;
}

.cta {
	background:#2D8D9D;
	font-weight:400;
	text-align: center;
	padding:10px;
	width:100%;
	text-transform: uppercase;
	color:#fff;
	font-weight:600;
	margin-top:45px;
}

/********************* NAVIGATION */

.home .main-navigation {
	background:#2B8C9D;
}
.home .main-navigation .nav>li>a, .home .main-navigation .nav>.active>a {
	background:none;
	text-transform: lowercase;
	padding:5px 18px;
	cursor: pointer;
	font-weight:400;
	color:#fff;
   font-size:16px;
}
.home .main-navigation .nav>li>a span.caret {
	display:none;
}
.home .main-navigation .nav>li>a:hover, .home .main-navigation .nav>li>a:focus {
	background:none;
   color:#144B67;
}

.home .main-navigation .dropdown-menu > li {
	display:block;
	text-align: center;
	border-bottom:1px solid #ccc;
}
.home .main-navigation .dropdown-menu > li:last-child {
	border-bottom:0;
}
.home .main-navigation .dropdown-menu > li > a {
	color:#fff;
	text-transform: lowercase;
}
.home .main-navigation .dropdown-menu > li > a, .home .main-navigation .dropdown-menu > .active > a {
	background:none;
	font-weight:400;
}
.home .main-navigation .dropdown-menu > li > a:hover, .home .main-navigation .dropdown-menu > li > a:focus {
	background-color:transparent;
}
.home .main-navigation ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block !important;
    position: absolute;
    background:#2B8C9D;
}
.home .main-navigation ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}
.home .main-navigation ul.nav li.dropdown ul.dropdown-menu .dropdown-item:hover {
	background:transparent;
}

.navbar-toggle {
    position: relative;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
	outline: none;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.navbar-toggle .icon-bar {
    border-color: #2B8C9D;
    background: #2B8C9D;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 46px;
    height: 4px;
    border-radius: 2px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
.navbar-collapse {
	border-top:0;
	max-height: none;
	background:transparent;
}
.navbar-close {
	margin-bottom:8px;
	margin-right:0;
	border-radius: 4px;
	display:inline-block;
	padding: 5px 17px;
	border:1px solid #fff;
	color:#fff;
	background:transparent;
}
.navbar-close:hover {
	background:#fff;
	color:#2B8C9D;
}


.gen-navigation .main-navigation {
	position: fixed;
	top:0;
	left:-100%;
	height:100%;
	padding:25px;
	background:#2B8C9D;
	z-index: 500;
	min-width:25%;
	box-shadow: 0 0 10px rgba(0,0,0,0.55);
	overflow-y:auto;
}
.gen-navigation .main-navigation .nav>li>a, .gen-navigation .main-navigation .nav>.active>a {
	padding:4px 15px;
	font-size:19px;
	color:#fff;
	font-weight:400;
	text-transform: lowercase;
}
.gen-navigation .main-navigation .nav>li>a:hover, .gen-navigation .main-navigation .nav>.active>a {
	background:transparent;
	color:#E98B2B;
}
.gen-navigation .main-navigation .dropdown-menu {
		display:block !important;
		background-color:transparent;
		border-top:0;
		position: relative !important;
		top:auto;
		left:auto;
		z-index: auto;
		float:none;
		min-width: 0;
		padding:0 0 0 25px;
		margin:0;
		border:0;
		box-shadow:none;
		-webkit-box-shadow: none;
		border-radius: 0;
		border:0;
}
.gen-navigation .main-navigation .dropdown-menu > li {
	border-bottom:0;
	text-align: left;
}
.gen-navigation .main-navigation .dropdown-menu > li > a {
	padding:2px 15px;
		font-size:19px;
		color:#fff;
	font-weight:400;
	text-transform: lowercase;
}
.gen-navigation .main-navigation .dropdown-menu > li > a:hover, .gen-navigation .main-navigation .dropdown-menu > li > a:focus {
		color:#fff;
	background-color:transparent;
}
.gen-navigation .main-navigation .dropdown-menu > .active > a, .gen-navigation .main-navigation .dropdown-menu > .active > a:hover, .gen-navigation .main-navigation .dropdown-menu > .active > a:focus {
	background-color:transparent;
	color:#fff;
}



.footer .nav {
}
.footer .nav:before, .footer .nav:after {
	display:none;
}
.footer .nav>li {
	float:none;
	vertical-align: middle;
	border-right:1px solid #516D81;
	margin-bottom:7px;
}
.footer .nav>li:last-child {
	border-right:none;
}
.footer .nav>li>a, .footer .nav>.active>a {
	background:none;
	text-transform: lowercase;
	font-size:14px;
	font-weight:400;
	padding:1px 10px;
	line-height:1em;
	color:#516D81;
}
.footer .nav>li>a span.caret {
	display:none;
}
.footer .nav>li>a:hover, .footer .nav>li>a:focus {
	background:none;
}


/********************* COLLAPSE TEXT *****************************/

.panel {
	box-shadow:none;
	-webkit-box-shadow: none;
}
.panel-default > .panel-heading {
	background-color:transparent;
	color:#231F20;
	border:1px solid #40AD49;
	border-left:0;
	border-right:0;
	background:url(images/open.png) 98% center no-repeat;
	border-radius: 0;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
	padding:0;
}
.panel-default > .panel-heading a {
	padding:10px 15px;
	display:block;
	text-decoration: none;
	font-weight:700;
	background:#def2df;
}

.panel-default > .panel-heading:hover {
	background-color:#40AD49;
	color:#fff;
}
.panel-default > .panel-heading:hover a:hover {
	color:#fff;
	text-decoration: none;
	background-color:#40ad49;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border:0;
}
.panel-group .panel + .panel {
	margin-top:-1px;
}

/********************* PAGE BANNER *****************************/

.slideshow {
	visibility: hidden;
}
.page-image img {
	width:100%;
	margin-bottom:30px;
}

.slide-text {
	font-size:50px;
	font-weight:400;
	line-height: normal;
	color:#fff;
	position: relative;
	padding:25px 15px;
}
.slideshow-slide p {
	margin:0;
}

/********************* COMMENT AREA *****************************/

.btn-info, .comment-respond #submit, #searchform #searchsubmit {
	text-transform: uppercase;
	font-size:16px;
	background-color:transparent;
	border-radius:7px;
	border:2px solid #032874;
	color:#032874;
   -webkit-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info, .comment-respond #submit:hover, .comment-respond #submit:focus, .comment-respond #submit.focus, .comment-respond #submit:active, .comment-respond #submit.active, .open > .dropdown-toggle.comment-respond #submit, #searchform #searchsubmit:hover, #searchform #searchsubmit:focus, #searchform #searchsubmit.focus, #searchform #searchsubmit:active, #searchform #searchsubmit.active, .open > .dropdown-toggle#searchform #searchsubmit {
	border:2px solid #032874;
	background:#032874;
	color:#fff;
}

/********************* FUNNEL ******************************/

.funnels {
	border-top:2px solid #303669;
	text-align:center;
	font-size:22px;
	color:#303669;
	font-weight:500;
	padding:25px;
}
.home .funnels {
	border:0;
}
.funnels .funnel {
	cursor: pointer;
}
.view-funnels .funnel {
	text-align:center;
	padding:15px 15px;
}
.view-funnels .funnel h3 {
	font-size:18px;
	text-transform: none;
	margin-top:12px;
	font-weight:400;
}
.view-funnels .funnel h3 a {
	color:#303669;
}
.view-funnels .funnel h3 a:hover, .view-funnels .funnel.active h3 a {
	color:#8E8B76;
}
.view-funnels .funnel img {
	width:140px;
}
.view-funnels .funnel .funnel-image-hover {
	display:none;
}
	
/********************* FOOTER AREA *****************************/

.footer { 
	position: relative;
	z-index: 1;
	padding:20px 0 20px;
	background:#F9F2E9;
	color:#516D81;
	border-bottom:15px solid #2C8E9D;
	border-top:12px solid #fff;
}


@media screen and (min-width:575px) {
	.footer .navbar-nav {
		flex-direction: row;
		justify-content: flex-end;
	}
	.home .navbar-close { display:none; }
	.home .navbar-nav {
		flex-direction: row;
		justify-content: center;
	}
	.home .main-navigation img { display:none; }
}
@media screen and (min-width:768px) {
	.event-image {
		display:inline-block;float:right;max-width: 350px;
	}
}
@media screen and (max-width:767px) {


	img.img-responsive {
		float:none !important;
	}
	.mobile-text-center { text-align:center !important; }
	.mobile-text-right { text-align:right !important; }
	.mobile-text-left { text-align:left !important; }

	.footer .nav {
		margin-bottom:20px;
	}	
	.footer .nav>li { border-right:none; }
}
@media screen and (max-width:575px) {
	.header {
		background-size:100% 25px;
		padding-right:8px;
	}
	.page-container {
		padding-top:125px;
	}
	.home .page-container {
		padding-top:99.5px;
	}

	.home .main-navigation {
		position: fixed;
		top:0;
		left:-100%;
		height:100%;
		padding:25px;
		background:#2B8C9D;
		box-shadow: 0 0 10px rgba(0,0,0,0.55);
		z-index: 100;
		min-width:250px;
		overflow-y:auto;
	}
	
	.home .dropdown-menu {
		display:block !important;
		position: relative;
		background-color:#fff;
		top:auto;
		width:auto;
		float:none;
		border:0;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		padding-left:20px;
	}

	.home .main-navigation .nav>li>a, .home .main-navigation .nav>.active>a {
		font-size:19px;
		padding-left:0;
	}
	.home .dropdown-menu > li > a:hover, .home .dropdown-menu > li > a:focus {
		color:#40AD49;
		background-color:transparent;
	}
	.home .dropdown-menu > .active > a, .home .dropdown-menu > .active > a:hover, .home .dropdown-menu > .active > a:focus {
		background-color:transparent;
		color:#40AD49;
	}
	
	.home .nav {
		text-align: left;
	}
	.home .nav>li {
		display:block;
		text-align: left;
	}
	.home .nav>li>a, .home .nav>.active>a {
		padding:4px 15px;
		font-size:22px;
		color:#fff;
	}
	.home .dropdown-menu {
		display:block !important;
		background-color:transparent;
		border-top:0;
		position: relative !important;
		top:auto;
		left:auto;
		z-index: auto;
		float:none;
		min-width: 0;
		padding:0 0 0 25px;
		margin:0;
		border:0;
		box-shadow:none;
		-webkit-box-shadow: none;
		border-radius: 0;
		border:0;
	}
	.home .main-navigation .dropdown-menu > li{
		border-bottom:0;
		text-align: left;
	}
	.home .main-navigation .dropdown-menu > li > a {
		font-size:19px;
	}

	.view-funnel .view-content {
		display:block;
	}
	.view-funnel .views-row {
		display:block;
		padding:8px 15px;
	}
	
	.page-banner-title-line h1 {
		font-size:26px;
	}

	.wpos-tab-slider .as-layer {
		display:block !important;
	}
	.wpos-tab-slider .as-layer.as-black {
		font-size:14px;
	}
}

