/*
	Theme Name: BetaView Theme
	Theme URI: http://thebrandid.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: BrandiD (Kimberly Fleeger)
	Author URI: http://www.thebrandid.com/
	Version: 3.0.0
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,400italic);


/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 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{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}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}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fffff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.betaview-home .featured-content img,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #FF7D34;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #1f3469;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #333;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings and Titles
--------------------------------------------- */

.entry-title a {
	color: #1f3469;
}

.widget-title {
	color: #1f3469;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	font-size: 20px;
	font-size: 2rem;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	color: #5396B0;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
	color: #5396B0;
}

.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	color: #5396B0;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
	color: #5396B0;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #1f3469;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #5396B0;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {

}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #5396b0;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

.button,
.entry-content .button {
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #1f3469;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 0px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 0px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {

}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	clear: both;
	padding: 0;
}

.betaview-home .site-inner {
	padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar .content-sidebar-wrap {
	width: 1020px;
	margin: 150px auto;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 700px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
	background: url(/wp-content/themes/betaview/images/sidebar_gradient.jpg) repeat-x top left;
	min-height: 1600px;
	margin-top: 27px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	font-size: 14px;
	padding: 10px 40px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #999;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
    padding: 0 0 0 2rem;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.1;
}

a.more-link {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Zoom Gallery
--------------------------------------------- */

.gallery {
	width: 100%;
	float: left;
}

#zoomContainer, #videoContainer { 
width: 505px; 
float: left;
}

#thumbnails {
	width: 100px;
	float: right;
}


/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #5396b0;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #1f3469;
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Page Styles -- Quotes and Boxes
--------------------------------------------- */

.page-quotes {
	background: #eee;
	padding: 20px;
}

.product-box {
	width: 100%; 
	float: left; 
	background: #eee; 
	border: 1px solid #aaa; 
	padding: 20px; 
	margin: 20px 0px;	
}

.product-one {
	width:  50%;
	float: left;
}


.product-two {
	width:  40%;
	float: right;
}

.MagicThumb-caption {
padding: 0px !important;
text-align: center !important;
}

.block {
	width: 100%;
	float: left;
}

.pr-image {
	width: 210px; 
	float: left;
}
.pr-desc {
	width: 230px; 
	float: left;
}

.pr-link {
	width: 120px; 
	float: right;
}

.pr-more {
	padding: 5px 10px; 
	background: #eee; 
	color: #5396B0; 
	float: right; 
	margin-top: 20px;
}

/* Gravity Forms
--------------------------------------------- */

#cboxContent {
	background: #1f3469 !important;
	color: #fff !important;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px;
}

#cboxContent h3 {
font-size: 0px;
}

#cboxClose {
	color: #fff !important;
	margin: 0px 20px 10px 0px !important;
}

#cboxMiddleLeft {
	display: none;
}

#cboxMiddleRight {
	display: none;
}


#cboxTopLeft {
	display: none;
}

#cboxTopRight {
	display: none;
}


#cboxBottomLeft {
	display: none;
}

#cboxBottomRight {
	display: none;
}

#cboxMiddleLeft {
	display: none;
}

#cboxTopCenter {
	display: none;
}

#cboxBottomCenter {
	display: none;
}

.homeform {
	max-width: 250px;
	background: #fff;
	z-index: 99;
	float: right;
	padding: 10px;
	opacity: 0.9;
	position: relative;
	margin-bottom: -340px;
	margin-top: 25px;
}

.homeform .gform_description {
	color: #1f3469;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
}

.freequote {
	background: #fff;
	padding: 10px;
	opacity: 1.0;
	max-width: 245px;
	margin: 0 auto 0;
}

.freequote .gform_description {
	color: #5396b0;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
}

#gform_submit_button_5 {
	margin: 0;
	padding: 5px 19px;
	padding: 0.5rem 1.9rem;
}


#gform_wrapper_5 {
margin: 0 auto 0;	
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
	padding: 6px;
	color: #000 !important;
	background: #eee;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 5px;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

.gform_wrapper .gform_footer {
    clear: both;
    margin: 5px 0px 0px 0px !important;
    padding: 5px 0 !important;
}

div.gform_wrapper input[type="button"],
div.gform_wrapper input[type="submit"],
div.gform_wrapper .button,
div.gform_wrapper .entry-content .button {
	background-color: #188f00;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 21px;
	padding: 0.5rem 2.1rem;
	text-transform: uppercase;
	width: auto;
	margin: 0;
}

div.gform_wrapper input:hover [type="button"],
div.gform_wrapper input:hover [type="submit"],
div.gform_wrapper .button:hover,
div.gform_wrapper .entry-content .button:hover {
	background-color: #5396b0;
	color: #fff;
}

#gform_submit_button_7 {
padding: 5px 41px;
}


/* Jetpack
---------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100px;
}


.site-header a {
	color: #5396b0;	
}

.site-header a:hover {
	color: #1f3469;	
}

.site-header .wrap {
	width: 960px;
	margin: 0 auto;
}

.site-header-double{
	background: transparent;
	pointer-events: none;
}
.awa-image{
	position: absolute;
	left: inherit;
	top: 16px;
	pointer-events: auto;
	margin-left: 237px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	background: url(/wp-content/themes/betaview/images/logo.jpg) no-repeat top left;
	float: left;
	margin: 10px 0px 10px 0px;
	width: 250px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 0px;
}

.site-title a {
	display: block;
	width: 250px;
	height: 60px;
}

.site-description {
	font-size: 0px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	margin: 17px 0px 0px 0px;
	width: 300px;
}

.site-header .widget-area li {
	margin: 0;
	padding: 0;   
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	background: #eeeeee;
	color: #1f3469;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	width: 960px;
	float: left;
	margin: 0 auto 0;	
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border-top: 2px solid transparent;
	color: #1f3469;
	display: block;
	padding: 8px 14px;
	padding: 0.8rem 1.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
	background-color: #5396b0;
	border-color: #1f3469;
	color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #1f3469;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 250px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #eeeeee;
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	padding: 1.0rem;
	position: relative;
	width: 250px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #5396b0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
	padding: 1.8rem 1.6rem 2rem;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
	padding: 1rem 0 0;
}

.genesis-nav-menu .search input {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px;
	padding: 1.2rem;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #eeeeee;
	position: fixed;
	width: 100%;
	z-index: 999;
	margin-top: 100px;
}

.nav-primary .wrap {
	width:  960px;
	margin-top: 0px auto 0px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	display:  none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.betaview-home .content .widget {
	padding: 0px;
}

.betaview-home .content .featured-content {
	padding: 0;
}

.betaview-home .content .featured-content .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	margin: -4rem 0 0;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.betaview-home .content .featured-content .widget-title::before,
.betaview-home .content .featured-content .widget-title::after {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
}

.betaview-home .content .featured-content .widget-title::before {
	margin-right: 12px;
	margin-right: 1.2rem;
}

.betaview-home .content .featured-content .widget-title::after {
	margin-left: 12px;
	margin-left: 1.2rem;
}

.betaview-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
	padding: 2rem 0;
}

.betaview-home .content .featured-content article ~ .widget-title:before,
.betaview-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}

.betaview-home .content .featured-content article ~ ul,
.betaview-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	text-align: center;
}

.betaview-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.betaview-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.betaview-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
}

.betaview-home .content .featured-content .entry-content {
	padding: 0 40px;
}

.betaview-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.betaview-home .featured-content a:hover {
	color: #1f3469;
}

.betaview-home .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
}

.betaview-home .featuredpost img.entry-image {
	margin: 0;
}

.slider {
	background-color: #d8d8d8;
	margin-top: 115px;
}

.slider .widget {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.slider h4 {
	color: #1f3469;
	text-align: center;
}

#genesis-responsive-slider {
    background-color: #d8d8d8 !important;
    border: none !important;
    margin: 0 auto !important;
}

.tagline {
	background-color: #fff;
	padding: 30px 0px 15px 0px;
}

.tagline .widget {
	max-width: 960px;
	margin: 0px auto;
	text-align: center;
}

.tagline h4 {
	color: #1f3469;
	text-align: center;
	font-size: 30px;
}

.tagline p {
	font-size: 16px;
}

.blue {
	background-color: #1f3469;
}

.blue .widget {
	max-width: 960px;
	margin: 40px auto 40px;
	padding: 0px;
}

ul.fg-menu-selection li {
	float: right;
	text-align: right;
}

ul.fg-menu-selection:before {
content: "View:";
float: left;
color: #fff;
margin-right: 20px; 
}

ul.fg-menu-selection {
	float: right;
	text-align: right;
}

.fg-thumbnail-container {
	margin: 0 auto 0;	
}

.video-welcome {
	background: #eee url(/wp-content/themes/betaview/images/gradient.jpg) top left;
	width: 100%;
}

.video-welcome .wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 1%;
}


.video-welcome .widget {
	width: 45%;
	float: left;
	margin: 20px;
}

.video-welcome h4 {
	color: #1f3469;
	text-transform: none;
	font-size: 20px;
	line-height: 1.8;
}

.betaview-home .logo-footer {
	display: none;
}

.logo-footer {
	background-color: #fff;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
}

.logo-footer .widget {
	max-width: 960px;
	margin: 20px auto 20px;
	text-align: center;
}

.logos {
	background-color: #fff;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
}

.logos .widget {
	max-width: 960px;
	margin: 20px auto 20px;
	text-align: center;
}

.logo-center {
	width: 960px; 
	margin: 0 auto 0;
}

.logo-center img.mobile-logos {
    display:none;
}

.testimonials {
	background: #eee;
}

.testimonials .widget {
	max-width: 960px;
	margin: 20px auto 20px;
	padding: 10% 0 5%;
	text-align: center;
}

.testimonials h4 {
	color: #1f3469;
	text-align: center;
}

#quoteauthor {
	font-weight: bold;
}

#quote {
	font-style: italic;
}

.columns {
	background: #eee url(/wp-content/themes/betaview/images/gradient.jpg) top left;
	width: 100%;
}

.columns .wrap {
	max-width: 960px;
	margin: 20px auto 0px;
	padding-bottom: 20px;
}

.columns .widget {
	width: 28%;
	float: left;
}

#text-3 {
	margin-right: 65px;
}

#text-4 {
	margin-right: 65px;
}

#text-2 {
	margin-right: 0px;
}

.columns h4 {
	color: #1f3469;
	}


/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 10px 40px 24px;
	padding: 1rem 4rem 2.4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	display: none;
}

.entry-header .entry-meta {
	display: none;
}

.entry-footer .entry-meta {
	display: none;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
	margin: 0 0.4rem 0 0.6rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
	text-transform: uppercase;
}

.archive-pagination a {
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #1f3469;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 40px;
	margin-top: 4rem;
	padding: 0 40px;
	padding: 0 4rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	border-left: 2px solid #f5f5f5;
}

.comment-header {
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.comment-reply-link {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #575757;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin: 0px 10px 20px 10px;
	padding: 15px;
	padding: 1.5rem;
}

.sidebar .enews-widget {
	background-color: #333;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.shareaholic-canvas {
	width: 340px;
	margin-left: -20px;
}

#text-21 {
	background: #fff;
	width: 340px;
	padding-bottom: 8px;
	margin-left: -20px;
}



/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-columns {
	background-color: #fff;
	color: #999;
	clear: both;
	padding: 20px 0 20px;
	padding: 2rem 0 2rem;
	width: 960px;
	margin: 0 auto 0;
}

.footer-columns .widget {
	width: 20%;
	float: left;
}

.footer-columns a {
	color: #5396b0;	
}

.footer-columns a:hover {
	color: #1f3469;	
}

.footer-columns h4 {
	font-size: 15px;
	font-size: 1.5rem;
	color: #1f3469;
	text-transform: uppercase;
}


.full-site {
	display: block;
}

.mobile-site {
	display: none;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0px 0;
	padding: 0rem 0;
	text-align: center;
	width: 960px;
	margin: 0 auto 0;
}

.site-footer a {
	color: #5396b0;
}

.site-footer a:hover {
	color: #333;
}

.site-footer p {
	margin-bottom: 0;
}

.copyright {
	float:  left;
}

.privacy {
	float: right;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 960px;
	}

	.content {
		width: 660px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.blue .widget {
	max-width: 900px;
	margin: 40px auto 40px;
	padding: 0px 20px;
}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}
	
.gallery {
	width: 100%;
	float: left;
}

#zoomContainer, #videoContainer { 
width: 100%; 
float: left;
}

#thumbnails {
	width: 100%;
	float: left;
}


	
}

@media only screen and (max-width: 1023px) {
	
	.site-header {
	position: relative;
	width: 100%;
}

.nav-primary {
	position: relative;
	top: 0px;
	width: 100%;
	margin: 0 auto 0;
	float: left;
}

.genesis-nav-menu {
	max-width: 100%;
	float: left;	
}

.site-inner,
.wrap {
		max-width: 100%;
	}
	
.site-container {
	padding-top: 0px;
	max-width: 100%;
	margin: 0 auto 0;
}

.content-sidebar .content-sidebar-wrap {
	width: 100%;
	margin: 0px auto;
}

.homeform {
	position: relative;
	margin-bottom: -350px;
	margin-top: 0px;
}

.slider {
	background-color: #fff;
	margin-top: 0px;
	width: 100%;
}

.video-welcome .widget {
	width: 42%;
	float: left;
	margin: 20px;
}

.logo-center {
	width: 100%; 
	margin: 0 auto 0;
}

.columns .widget {
	width: 28%;
	float: left;
	margin: 0px 15px;
}

.footer-columns {
	width: 760px;
	margin: 0 auto 50px;
}

.footer-columns .widget {
	width: 33%;
	float: left;
	min-height: 250px;
}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}


	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar .widget {
		padding: 40px;
		padding: 4rem;
		margin: 0 auto 0;
	}
	
	.sidebar-primary {
	width: 100%;	
	min-height: 1200px;
	margin-top: 0px;
	}
	
	.freequote {
	padding: 40px;
	opacity: 1.0;
	max-width: 80%;
	margin: 0 auto 0;
}

#text-21 {
	display: none;
}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
		width: 100%;
	}
	
	.genesis-nav-menu a {
		padding: 10px 12px 12px;
		padding: 1rem 1.2rem 1.2rem;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding: 12px;
		padding: 1.2rem;
	}
	
	.breadcrumb {
	display: none;
}

.breadcrumb a {
	display: none;
}
.site-header-double {
	background: transparent;
	pointer-events: none;
	position: absolute !important;
	top: 0;
}
	
}

@media only screen and (max-width: 800px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-container {
	padding-top: 0px;
	width: 100&;
	margin: 0 auto 0;
	}
	.site-header-double{
		display: none;
	}

	.homeform {
	display: none;
	}

	#flexi-quote-rotator {
	min-height: 200px !important;
	}


	.betaview-home .wrap {
		max-width: 640px;
	}
	
	
	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.site-inner {
		padding: 5%;
	}
	

	.site-container {
		padding: 0;
	}

	.site-header {
		position: relative;
		width:  90%;
		margin: 0 auto 0;
	}

	.wrap {
		width: 100%;
	}
	
	.video-welcome .widget {
	width: 100%;
	float: left;
	margin: 0 auto 20px;
	}

	.columns  {
	display: none;
	}

.footer-columns {
	width: 100%;
	margin: 0 auto 20px;
}

.footer-columns .widget {
	width: 100%;
	min-height: 0px;
	text-align: center;
	margin-top: 20px;
}

#text-24 {
	display: none;
}

.copyright {
	width:  100%;
	text-align: center;
}

.privacy {
	width:  100%;
	text-align: center;
	float: left;
	}
	
	
.gallery {
	width: 100%;
	float: left;
}

#zoomContainer, #videoContainer { 
width: 100%; 
float: left;
}

#thumbnails {
	width: 100%;
	float: left;
}


.block {
	width: 100%;
	float: left;
}

.pr-image {
	width: 45%; 
	float: left;
}
.pr-desc {
	width: 50%; 
	float: right;
}

.pr-link {
	width: 100%; 
	float: left;
}

.pr-more {
	padding: 5px 10px; 
	background: #eee; 
	color: #5396B0; 
	float: right; 
	margin-top: 0px;
}

.full-site {
	display: none;
}

.mobile-site {
	display: block;
}
	
}

@media only screen and (max-width: 680px) {

	
/*.site-header .widget-area {
display: none;
	}*/
	
.site-header {
	width: 250px;
	float: left;
}

.site-header .wrap {
	width: 250px;
	float: left;
}

.nav-primary {
	display:  none;
}

.nav-secondary {
	display:  block;
}

 /* Secondary Navigation Menu Icon properties */
  
	#secondary-menu-icon {
		cursor: pointer;
		display: block;
		padding: 10px;
		padding: 1.0rem;
		text-align: center;
		float: right;
		font-size: 35px;
	}

	#secondary-menu-icon::before {
		color: #5894AC;
		content: '\2630';
		font-weight: bold;
		letter-spacing: 1px;
		font-size: 35px;
	}
	
	/*#secondary-menu-icon:hover::before {
		color: #5894AC;
		content: '\2637';
		font-size: 35px;
	}
	
	#secondary-menu-icon:active::before {
		color: #5894AC;
		content: '\2637';
		font-size: 35px;
	}*/
	
	/* Hide Secondary Navigation Menu until it's toggled via script */
	
	.menu-secondary {
		display: none;
	}
	
	.menu-secondary li {
	width: 100%;
	float: left;
}
	
	
.sidebar .widget {
		padding: 5px;
		padding: .5rem;
		margin: 0 auto 0;
	}
	
	.sidebar-primary {
	width: 100%;	
	min-height: 0px;
	margin-top: 0px;
	}
	
	.freequote {
	padding: 5px;
	opacity: 1.0;
	max-width: 100%;
	margin: 0 auto 0;
}

.site-inner {
		padding: 0px;
		margin: 0px;
	}
	
.site-inner, .wrap {
	width: 100%;
		padding: 0px;
		margin: 0px;
	}

.content {
	width: 100%;
}

.entry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 10px 10px 24px;
	padding: 1rem 1rem 2.4rem;
	width: 100%;
}

.product-box {
	width: 100%; 
	float: left; 
	background: #eee; 
	border: 1px solid #aaa; 
	padding: 5px; 
	margin: 20px 0px;	
}

.product-one {
	width:  100%;
	float: left;
	padding: 5px;
}


.product-two {
	width:  100%;
	float: left;
	padding: 20px 5px 5px 5px;
}


}

/* Reef changes */
#gform_widget-2 {
    background-color: #5c95b2 !important;
    /*margin-left: 0;
    margin-right: 0;*/
    margin: 10px;
}

#gform_submit_button_5 {
    font-weight: bolder !important;
    width: 220px !important;
    background-color: #188f00 !important;
}

#gform_submit_button_4 {
    font-weight: bolder !important;
    width: 230px !important;
}

#text-12 .textwidget span a {
    color: #188f00 !important;
    font-weight: 700;
}

#gform_fields_4 li {
    margin-right: 0px !important;
}

.homeform {
    display: none !important;
}


@media only screen and (max-width: 680px) {
    .cta-call:link,
    .cta-call:visited,
    .cta-call:hover,
    .cta-call:active{
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      background: rgba(0, 0, 0, .7);
      color: #fff;
      text-align: center;
      z-index: 9999;
      padding: .8em;
      text-transform: uppercase;
      font-size: 1em;
    }
}

@media only screen and (min-width: 681px) {
    .cta-call:link,
    .cta-call:visited,
    .cta-call:hover,
    .cta-call:active{
        display: none;
    }
}

#tagline {
    padding-bottom: 0px;
}

#tagline .widget-title {
    margin-bottom: 0px;
}


.post-image {float: left !Important; margin-right: 20px; }

/*COAPP CSS*/

/*sidebar-form*/
.content-sidebar-wrap .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background: transparent;
	width: 100%!important;
	border: 0px!important;
}
.content-sidebar-wrap .gform_wrapper li{
	margin: 0px!important;
	position: relative;
}
.content-sidebar-wrap .gform_wrapper div.validation_error{
	display: none!important;
}
.content-sidebar-wrap .gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea{
	width: 100%!important;
	border: 0px!important;
}
.content-sidebar-wrap .gform_wrapper .top_label input.large{
	width: 100%!important;
}
.content-sidebar-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required{
	margin-bottom: 2px!important;
}
.content-sidebar-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
	max-width: 100%!important;
	border: 3px solid #9c9e9d;
	border-radius: 6px;
}
.content-sidebar-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
	margin: 0px!important;
}
.content-sidebar-wrap .gform_wrapper label.gfield_label + div.ginput_container{
	margin-top: 2px!important;
}
.content-sidebar-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	position: absolute;
	top: 1px;
	right: 0px;
	width: auto;
	font-size: 10px;
}
.content-sidebar-wrap .gform_wrapper input{
	background: #fff!important;
	border: 3px solid #9c9e9d;
	width: 100%!important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	background: #fff;
	margin: 0px;
}
.sidebar-primary #gform_widget-2{
	padding: 0px;
	background-color: #fff!important;
}
.sidebar-primary .gform_wrapper form{
	padding: 0px;
}
.sidebar-primary #gform_widget-2 .tick{
  	width: 43px;
  	height: 40px;
  	display: inline-block;
  	background-image: url("/wp-content/themes/betaview/assets/images/i_tick.png");
  	background-repeat: no-repeat;
  	vertical-align: middle;
  	margin-right: 6px;
  	float: left;
  	margin-top: 10px;
}
.sidebar-primary #the_form .head p{
	color: #1a2a66;
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    display: inline;
    vertical-align: middle;
    margin-bottom: 0;
}
.sidebar-primary #the_form .head span.big{
	font-size: 19px;
    display: block;
}

.sidebar-primary #the_form .head span.green{
	color: #00901f;
	font-weight: 900;
}

.sidebar-primary #the_form .head ul{
	list-style: inside disc;
	color: #1a2a66;
	font-size: 15px;
	margin: 20px 0px 10px 13px!important;
}
.sidebar-primary #the_form .head ul li{
	margin: 0px!important;
	font-size: 14px;
}
.sidebar-primary #gform_5 .gform_footer.top_label{
	position: relative;
}
.sidebar-primary #gform_5  .gform_footer.top_label:after{
	position: absolute;
	background-image: url("/wp-content/themes/betaview/assets/images/btn_arr.png");
	width: 9px;
	height: 13px;
	content: '';
	right: 15px;
	top: 50%;
	margin-top: -7px;
}
.sidebar-primary #gform_submit_button_5{
	width: 245px!important; 
	padding: 7.5px 1.9rem; 
}

/*header*/
.site-header .wrap{
	position: relative;
}
.nav-primary{
	margin-top: 99px;
}
.slider{
	margin-top: 141px;
}
.title-area{
	float: none;
	margin-top: 15px;
}
.content-sidebar .content-sidebar-wrap{
	margin-top: 160px auto;
}
.site-header-double .awa-image{
	position: static;
	margin-left: 237px;
	margin-top: 24px;
	display: inline-block;
}
.site-header-double .check-lists{
	display: inline-block;
	margin-left: 10px;
}
.site-header-double .check-lists li{
	display: block;
	color: #1a2a66;
	font-size: 12px;
	font-weight: bold;
}
.site-header-double .check-lists li span{
	font-weight: 100;
}
.site-header-double .person{
	display: inline-block;
	position: absolute;
}
.site-header-double .person .image{
	position: relative;
	right: 23px;
}
.site-header-double .person .image img{
	width: 148px;
	margin-top: 3px;
}
.site-header-double .person .name{
	position: absolute;
	bottom: 36px;
	text-align: center;
	width: 100%;
	right: 23px;
}
.site-header-double .person .name p{
	font-size: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0px;
	font-style: italic;
	margin-bottom: 13px;
	font-weight: 600;
}
.site-header .widget-area{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 21px;
}
.nav-secondary{
	position: relative!important;
}

/*responsive*/
@media screen and (max-width: 1023px) {
	.slider{
		margin-top: 64px!important;
	}
	.nav-primary{
		margin-top: 15px;	
	}
	#testimonials.testimonials.widget-area{
		padding: 15px;
	}
}
@media screen and (max-width: 960px) {
	.site-header-double .person{
		display: none;
	}
	.site-header .wrap{
		padding: 0px 15px;
	}
	.site-header .widget-area{
		right: 15px;
	}
}
@media screen and (max-width: 900px) {
	.site-header-double .check-lists{
		display: none;
	}
}
@media screen and (max-width: 800px) {
	/*.site-header{
		width: 100%;
	}*/
	.slider .widget, .betaview-home .wrap{
		max-width: 100%;
	}
}
@media screen and  (max-width: 680px) {
	.nav-secondary{
		position: relative!important;
		width: 100%;
		top: 0;
		left: 0;
	}
	.metaslider{
		position: static!important;
		clear:both;
	}
	.slider{
		margin-top: 0px!important;
	}
	.sidebar-primary #the_form .head ul{
		padding-left: 20px;
	}
	.title-area{
		margin-top: 17px;
	}
	#secondary-menu-icon{
		margin-top: 13px;
		margin-right: 10px;
		position: absolute!important;
		right: 0!important;
		top: 0!important;
	}
	.site-header .widget-area{
		margin-top: 22px;
	}
	.site-header{
		width: 90%;
	}
	.site-header .wrap{
		width: 100%;
	}
	.fbx-inner{
		top: 25%!important;
	}
}
@media screen and (max-width: 620px) {
	.title-area{
		background-size: 160px;
		width: 160px;
		margin-top: 25px;
		margin-bottom: 0px;
	}
	.site-title a{
		width: 160px;
	}
	/*.site-header{
		width: 100%;
	}
	.site-header .widget-area{
		margin-top: 26px;
		width: auto;
		right: 70px;
	}*/
	.site-header .widget-area .textwidget span{
		font-size: 14px!important;
	}
	.fbx-modal td{
		width: 100%!important;
		display: block!important;
	}
	.fbx-modal.fbx-phone .fbx-inner{
		height: 340px!important;
	}
	.fbx-rounded .fbx-item-current, .fbx-rounded .fbx-item-next, .fbx-rounded .fbx-item-image{
		padding: 15px;
		border-radius: 0px!important;
		width: auto;
	}
	#secondary-menu-icon{
		position: absolute!important;
		float: right;
		top: 0!important;
		right: 0!important;
		z-index: 999;
	}
}
@media screen and (max-width: 500px) {
	.fbx-modal.fbx-phone .fbx-inner{
		height: 400px!important;
	}
}
@media screen and (max-width: 420px){
	.title-area{
		background-size: 120px;
		width: 120px;
		margin-top: 32px;
		margin-top: 17px;
	}
	.title-area a{
		width: 120px;
	}
	.site-title a{
		height: 41px;
	}
	.site-header .widget-area{
		margin-top: 10px;
	}
	.site-header{
		height: auto;
		height: 74px;
	}
	#secondary-menu-icon{
		margin-top: 0px;
		padding: 8px;
	}
}
@media screen and (max-width: 375px) {
	.site-header .widget-area .textwidget span, #text-9 .textwidget a{
		font-size: 12px!important;
	}
	.site-header .widget-area{
		/*right: inherit;
		left: 120px;*/
		right: 47px;
		text-align: right;
	}
	.site-header .wrap{
		padding: 0px 2px;
	}
	#secondary-menu-icon{
		margin-right: 0px;
	}
}
@media screen and (max-width: 375px) {
	.site-header .widget-area{
		right: 13px;
	}
}
#ABTastyElement6237331, #ABTastyElement5663527{
	display: none!important;
}

.dazbox {
	background-color: #000;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000001;
    visibility: hidden;
    width: 100%;
    height: 100%;
    font-family: "Segoe UI",Helvetica,Arial,"Sans Serif";
    line-height: normal;
    outline: 0!important;
}

.dazbox .db-inner {
	border: solid 8px transparent;
    border-radius: 6px;
    width: 100%;
    max-width: 600px;
    margin: auto;
    background-color: #1F3469;
    border-color: #1F3469;
}

.dazbox .taw {
	display: table;
	width: 100%;
	height: 100%;
}

.dazbox .ta {
	display: table-cell;
	vertical-align: middle;
}

/* --- Banner image on homepage - Added by Marius, today 8th March 2017 --- */

.slider .opt-holder-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px;
    height: 400px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.slider .opt-l-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url('/wp-content/themes/betaview/images/74ed0bd383a5ba4f95e4f90e35afb7e1_option_8_-_big.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 59.5%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.slider .opt-l-panel .opt-inner-left {
    width: 60%;
}
.slider .opt-l-panel .opt-inner-left div {
    font-size: 200px;
    color: white;
    opacity: 0.5;
    font-weight: 600;
}
.slider .opt-big-num {
    font-family: 'Lato', sans-serif;
}
.slider .opt-l-panel .opt-inner-right {
    width: 30%;
    padding: 5px 10px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height:400px !important;
}
.slider .opt-l-panel .opt-inner-right p {
    font-size: 22px;
    font-weight: 200;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.slider .opt-l-panel .opt-inner-right a {
    padding: 1.0rem 1.4rem;
    text-transform: none;
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
	background-color: #5396b0;
	border: none;
	box-shadow: none;
	color: white;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
    display:block;
}
.slider .opt-l-panel .opt-inner-right a:hover {
	background-color: #1f3469;
}
.slider .opt-s-panels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 39.5%;
}
.slider .opt-s-panels .opt-top-panel {
    background-image: url('/wp-content/themes/betaview/assets/images/4-Corner-Sliding-Door-D-flipped.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider .opt-s-panels > div {
    height: 48.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height:194px !important;
}
.slider .opt-s-panels .opt-top-panel > div {
    background: rgba(31, 52, 105, 0.5);
    color: white;
}
.slider .opt-s-panels > div > div {
    padding: 5px;
    width: 80%;
    font-style: italic;
}
.slider .opt-s-panels .opt-bot-panel {
    background-image: url('/wp-content/themes/betaview/assets/images/2-BDM_Fixed_Lites_03-flipped.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider .opt-s-panels > div {
    height: 48.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.slider .opt-s-panels .opt-bot-panel > div {
    color: rgb(31,52,105);
    background: rgba(255,255,255,0.5);
}
.slider .opt-s-panels > div > div {
    padding: 5px;
    width: 80%;
    font-style: italic;
}
@media screen and (max-width: 760px) {
	.slider .opt-holder-1 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 400px;
	}
	.slider .opt-l-panel {
		width: 100% !important;
		height: 59.5% !important;
	}
	.slider .opt-l-panel .opt-inner-left {
		width: 50% !important;
	}
	.slider .opt-l-panel .opt-inner-left div {
		font-size: 168px !important;
	}
	.slider .opt-l-panel .opt-inner-right {
		width: 48% !important;
        height:238px !important;
	}
	.slider .opt-l-panel .opt-inner-right p {
		font-size: 10px !important;
		width: 100% !important;
	}
	.slider .opt-l-panel .opt-inner-right a {
		font-size: 10px !important;
	}
	.slider .opt-s-panels {
		width: 100% !important;
		height: 39.5% !important;
		-ms-flex-direction: row !important;
		-webkit-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		flex-direction: row !important;
	}
	.slider .opt-s-panels > div {
		height: 100% !important;
		width: 49.5% !important;
	}
	.slider .opt-s-panels > div {
		height: 100% !important;
		width: 49.5% !important;
	}
}

/* --- Blue banner on homepage - Added by Marius, today 10th March 2017 --- */

#blue .wrap {
	padding-top: 10px;
}
.opt-holder > h2 {
    text-align: center;
    color: white;
}
.opt-options {
    display: flex;
    justify-content: space-around;
}
.opt-options > div {
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    margin: 10px;
    padding-top: 10px;
}
.opt-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff3;
    top: 0;
}
#blue-custom {
    margin: 7px auto;
}

#blue-custom .fg-menu-selection {
    position: relative;
    top: 16px;
}

#blue-custom .textwidget > div:first-of-type {
    margin-top: 16px;
}
#text-33 {
	display: none;
}

/* --- Benefits slider homepage - Added by Marius, today 17th March 2017 --- */

.optBannerContainerNew {
	    height: 48px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    float: left;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    background: #e7e7e7;
	    width: 100%;
	    color: #1f3469;
	}
	
.optSliderNew {
	display: none;
	min-width: 300px;
	min-height: 24px;
	text-align: center;
}

.optSliderNew p {
	margin: 0;
  display: inline-block;
}

.optSliderNew span {

	margin-right: 5px;
  display: inline-block;
}


/* Licensed BUilders Homepage */


 .opt-container-prom {
    max-width: 960px;
    margin: 0px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

 .opt-background {
    background: #eeeeee
;
    padding: 20px 0;
}

 .opt-container-prom .opt-installer {
    width: 50%;
    padding: 5px 15px;
    background: white;
    padding-bottom: 0;
}

 .opt-container-prom .opt-installer .opt-in-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

 .opt-container-prom .opt-installer .opt-in-header .opt-in-img img {
    width: 109px;
    height: 100%;
}

 .opt-container-prom .opt-installer .opt-in-header .opt-in-img {
    height: 100%;
}

 .opt-container-prom .opt-installer .opt-in-header .opt-in-info h1 {
    color: #1f3469;
}

 .opt-container-prom .opt-installer .opt-in-header .opt-in-info p {
    color: #1f3469;
}

 .opt-container-prom .opt-installer .opt-in-header .opt-in-info {
    width: 70%
;
}
 .opt-container-prom .opt-installer .opt-in-info span {
display: block;
    font-weight: 800;
}
 .opt-container-prom .opt-promise {
    width: 49%;
    padding: 5px 15px;
    padding-bottom: 0;
}

 .opt-container-prom .opt-promise h1 {
    color: #1f3469;
    margin-bottom: 40px
;
    margin-left: 11px;
}

 .opt-container-prom .opt-promise .opt-p-points {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

 .opt-container-prom .opt-promise .opt-p-points .opt-point {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
}

 .opt-container-prom .opt-promise .opt-p-points .opt-point .opt-p-circle {
    margin-left: -11px;
}

 .opt-container-prom .opt-promise .opt-p-points .opt-point p {
    width: 60%;
    font-size: 13px;
    margin-bottom: 0;
}

 .opt-button {
    padding: 10px 24px;
    text-align: center;
    width: 60%
;
}

 .opt-btn-holder {
    text-align: center;
    margin-top: 20px;
}

@media  (max-width: 920px) {
   .opt-container-prom {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
   .opt-installer {
    width: 100% !important;
  }
   .opt-promise {
    width: 100% !important;
  }
}



#exit-intent {    background-repeat: no-repeat!important;
    background-image: url(https://imgs.abtasty.com/108548/1445993951bg-3.png)!important;}
    
#exit-intent > P:nth-child(1) {
    font-size: 30px!important;
    text-align: center!important;
    color: #FFFFFF!important;
    margin: 0;
    padding: 10px 0 5px 0;
    }
#exit-intent > P:nth-child(2) {
    text-align: center!important;
    color: #FFFFFF!important;
    margin-bottom: 0px!important;
    margin: 0px 0px 0px 0px!important;
    margin-top: 0px!important;}
#gform_wrapper_17 {
    margin-left: 330px!important;
    margin: 28px 0px 15px 330px!important;
    margin-top: 28px!important;
}
#gform_17 {
    margin-top: -35px!important;
    margin: -35px 0px 0px 0px!important;}
#field_17_33 {
    clear: none!important;
    border-style: none!important;
    border-top: !important;
    border-bottom: !important;
    border-left: !important;
    border-right: !important;
    background-color: transparent!important;
}
#field_17_34 {
    margin-top: 0px!important;
    clear: none!important;
    margin: 0px 5px 5px 0px!important;
    background-color: transparent!important;
    border-style: none!important;
    border-top: !important;
    border-bottom: !important;
    border-left: !important;
    border-right: !important;
}

#field_17_35 { margin: 0px 5px 5px 0px!important; padding:0;}
#gform_submit_button_17 {
    width: 280px!important;
    height: 40px!important;
    border-radius: !important;
    border-style: solid!important;
    border-width: 1px!important;
    padding-right: 5px!important;
    padding-left: 5px!important;
    padding: 5px 5px 5px 5px!important;
    background-color: #188f00!important;
}

#gform_wrapper_17 .gform_wrapper .gform_footer {padding:0 !important;}
#exit-intent > DIV:nth-child(6) {
    color: #FFFFFF!important;
    padding-bottom:15px;
}

#field_17_33 > LABEL:nth-child(1)  {
    display: none!important;
}

#field_17_34 > LABEL:nth-child(1)  {
    display: none!important;
}

#field_17_35 > LABEL:nth-child(1) {
    display: none!important;
}

#input_17_33 {
    width: 280px!important;
    height: 40px!important;
    padding-top: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    padding: 0px!important;
}

#input_17_34 {
    width: 280px!important;
    height: 40px!important;
    padding-top: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    padding: 0px!important;
}

#input_17_35 {
    width: 280px!important;
    height: 40px!important;
}

#gform_fields_17 {padding-top:2px !important;}




#text-26 .widget-wrap{
    display: flex; 
    flex-wrap: wrap; 
    flex-direction: column; 
    align-items: flex-end;
}
    
#text-26 .widget-wrap .textwidget{
    width: 180px;
    background: #188f00;
    float: right;
    padding: 0 10px;
    border-radius: 5px;
}
#text-26 .widget-wrap .textwidget a{
    color:#ffffff;
}
#text-26 .widget-wrap .textwidget img{
    width:18px;
    height:auto;
}
#text-35 .widget-wrap .textwidget p{
    color: #5396b0;
    font-size: 12px;
    font-weight: bold;
}



@media screen and (max-width: 420px) {
    .site-header {
  height: 80px !important;
    }
}

@media screen and (max-width: 350px) {
   #text-26 .widget-wrap .textwidget a {
    font-size: 11px;
   }
  #text-26 .widget-wrap .textwidget {
    width: 140px;
  }
}


/***** Media Queries *****/
@media screen and (max-width: 700px){
    #exit-intent-popup {width:100% !important; left:0 !important; margin-left:0 !important; padding:0 15px !important; top:100px !important; margin-top:0 !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height:auto !important;}
    #exit-intent-popup a.close {right:22px !important; width:20px !important; height:20px !important; top:7px !important;}
    #exit-intent > P:nth-child(1) {font-size:20px !important;}
    #exit-intent > P:nth-child(2) {font-size:12px !important;}
    #exit-intent {padding:22px 15px 0 15px !important; background-image:none !important; background-color:#07437a}
    #gform_wrapper_17 {margin:28px 0 0 0 !important;}
    #gform_wrapper_17 input {width:100% !important; padding-left:6px !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
    .logo-center img {display:none;}
    .logo-center img.mobile-logos {display:block;}
}



/********************** SWIPER GALLERY *************************/
.optOverlay {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    display: block;
    position: fixed;
	top: 0;
    z-index: 9999999;
}

.optModal {
 	transform: translate(-50%,-50%);
	max-width: 826px;
    width:100%;
    z-index: 999999999999;
    position: fixed;
    left: 50%;
    top: 50%;
}

.optClose {
    position: absolute;
    right: -55px;
    top: -55px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.optClose:before, .optClose:after {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    content: " ";
    height: 5px;
    width: 50px;
    background-color: white;
}
.optClose:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.optClose:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.optSwiper .swiper-pagination span {opacity:1 !important;}
.optSwiper .swiper-slide {text-align:center;}

.optSwiper .swiper-slide img {max-height:75vh}


.swiper-container {
	overflow: visible !important;
    overflow-x: hidden !important;
}

.opt-container .swiper-slide {cursor:zoom-in;}

.swiper-pagination {
 	top: -110px;
    position: static !important;
    display: flex;
    justify-content: space-between;
}

.swiper-pagination span {
    width: 24%;
    margin: 0 !important;
    height: 50px;
    border-radius: initial;
    background-size: cover !important;
}

.optnumber {
 	position: absolute;
    right: 0px;
    top: 20px;
    background: white;
    width: 100px;
    text-align: center;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    box-shadow: 3px 2px 6px 5px rgba(0,0,0,0.24);   
}

.swiper-pagination-bullet {
 	opacity: 1;   
}

.optnumbermob { 
    display: none;
}

.swiper-button-prev, .swiper-button-next { 
 	filter: brightness(0)invert(1);
    top: 35%;
}

.swiper-button-prev {
 	left: -40px;   
}

.swiper-button-next {
 	right: -40px;   
}

@media (max-width: 680px) {
	.optModal {
        width: 400px;
    }
    
    .swiper-pagination span {
        width: 70px;
        height: 70px;
        bottom: -70px;
    }
}

@media (max-width: 480px) {
	.optModal {
        width: 100vw;
        top: 30%;
        min-width: 100px;
    }
    
    
    .swiper-pagination {
     	display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .swiper-pagination span {
        border-radius: initial;
        background-size: cover !important;
	}
    
    .optnumber {
        display: none;
    }
    
    .optnumbermob {
    	display:block;
        line-height: 30px;
    }
    
}

.optSwiper .swiper-pagination span {
    width: 24%;
    height: 100px;
    max-width: 170px;
    margin: 0px 0.5%;
    border-radius: initial;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

@media (min-width: 768px) and (max-height:950px){
    .optClose {
        top:16px;
    }
}

body:not(.home) .check-lists {position:relative; top:10px;} 