/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* global
================================================== */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #333;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	/*-webkit-font-smoothing: subpixel-antialiased;*/
}

#content_wrapper {
	float: left;
	clear: both;
	width: 100%;
	background: #fff;
}

#content_wrapper.no_header { /* add padding if no header image */
	padding-top: 60px;
}

@media only screen and (max-width: 479px) {
	#content_wrapper.no_header {
		/*padding-top: 120px;*/
	}
}

.container.content {
	clear: both;
	padding: 20px 0;
}

.section {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.page_section {
	float: left;
	clear: both;
	width: 100%;
	padding: 40px 0;
	background: #fff;
}

div.one_quarter_full {
	float: left;
	display: inline;
	width: 25%;
}

div.one_half_full {
	float: left;
	display: inline;
	width: 50%;
}

div.one_third_full {
	float: left;
	display: inline;
	width: 33.333%;
}

div.two_thirds_full {
	float: left;
	display: inline;
	width: 66.666%;
}

.padding_0_20 {
	padding: 0 20px;
}

.padding_20 {
	padding: 20px;
}

/* typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.25em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

h1 {font-size: 48px; margin-bottom: 30px;}
h2 {font-size: 36px; margin-bottom: 30px; color: #214786;}
h3 {font-size: 28px; margin-bottom: 20px;}
h4 {font-size: 22px; margin-bottom: 20px;}

@media only screen and (max-width: 767px) {
	h1 {font-size: 36px;}
	h2 {font-size: 24px;}
	h3 {font-size: 22px;}
	h4 {font-size: 18px;}
}

/* heading text colors */
.blue {color: #214786;}
.magenta {color: #ec008c;}
.orange {color: #ce5125;}
.gold {color: #dcad27;}
.white {color: #fff;}

p {
	margin: 0 0 20px 0;
}

p.lead {
	font-size: 22px;
	line-height: 1.5em;
}

p.caption,
p.wp-caption-text {
	margin-top: -10px;
	font-size: 14px;
	line-height: 1.25em;
	font-style: italic;
	color: #666;
}

div.wp-caption {
	width: auto !important;
}

em {font-style: italic;}
strong {font-weight: bold;}
small {font-size: 80%;}

p.meta {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1em;
	color: #888;
}


/* links
================================================== */

a {text-decoration: none; color: #ff0000; outline: 0;}
a:hover, a:focus {text-decoration: none;}
p a {line-height: inherit;}


/* lists
================================================== */

ul, ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 30px; font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px;
}

li {
	line-height: 1.25em;
	margin-bottom: 12px;
}


/* images
================================================== */

img.scale-with-grid,
.responsive img,
img.responsive,
article img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.alignleft,
img.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}

.alignright,
img.alignright {
	float: right;
	margin: 0px 0 10px 20px;
}

.aligncenter,
.aligncenter img,
img.aligncenter {
	display: block;
	clear: both;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 479px) {
	.alignleft,
	.alignright,
	.aligncenter {
		width: 100%;
	}
}

div.image_banner {
	float: left;
	clear: both;
	width: 100%;
}

div.image_banner img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

/* image rollover */

.roll_img {
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: default;
}

.roll_img .mask,
.roll_img .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.roll_img .mask {
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.25);
	transition: all 0.4s ease-in-out;
}

.roll_img:hover .mask {
	opacity: 1;
}

.roll_img img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	transition: all 0.2s linear;
}

.roll_img:hover img {
	/*transform: scale(1.015);*/
}

/* zoom icon on images */

div.zoom {
	position: relative;
}

div.zoom img {
}

div.zoom:before { /* zoom icon over photo */
	content: url(../images/common/icon_zoom_photo.png);
	position: absolute;
	top: 6px;
	left: 6px;
	width: 24px;
	height: 24px;
}


/* video
================================================== */

.video_wrapper {
	position: relative;
	margin-bottom: 20px;
	/*padding-bottom: 56.25%;*/ /* 16:9 */
	padding-bottom: 56%; /* ~16:9 */
	height: 0;
}

.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* buttons
================================================== */

.button /* default blue - apply to a */ {
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px 24px;
	background-color: #0085ca;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px; 
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	-ms-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}

.button:hover {background-color: #009aea; text-decoration: none;}

/* modify input to match button styles */
input.button {padding: 10px 24px; border: none;}
input.button:hover {background: #009aea;}


/* forms
================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    /*background: #f2f2f2;*/ /*use only if form on white background */
    border: 1px solid #f2f2f2;
    box-shadow: inset 0 1px 2px rgba(10,10,10,.0);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}

/* gravity forms */

/*.gform_button {
	padding: 20px !important;
	background-color: #9d3333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.gform_button:hover {
	background: #ae3939;
	text-decoration: none;
}*/

/* validation */

/* top/main error message */
.gform_wrapper .validation_error {
	/*color: #9d3333 !important;
	border: none !important;*/
	
	padding: 20px;
	background-color: #9d3333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	color: #fff !important;
}

.gform_legacy_markup_wrapper .gfield_required {
    color: #ff0000 !important;
}

/* required field message */
.gform_wrapper .validation_message {
	display: none;
    color: #ff0000 !important;
}

/* keep default text color for required field labels */
.gform_wrapper .gfield_error .gfield_label {
    color: #444 !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: #444 !important;
}

/* remove background, borders, margin, padding from error message fields */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}

/* remove extra padding between field and error message */
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
}

/* border color for required fields */
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error select {
    border: 1px solid #ff0000 !important;
	/*width: auto !important;*/
}


/* overlay
================================================== */

/* global styles - see individual instances */

#overlay {
	display: none;
	z-index: 100;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: #a9a8a7;
	/*font-size: 20px;*/
	font-size: 18px;
	line-height: 1.5em;
	color: #fff;
}

#overlay.active {
	display: block;
}

#overlay a#close_overlay {
	position: absolute;
	top: 60px;
	right: 60px;
}


/* header
================================================== */

#header_wrapper {
	float: left;
	clear: both;
	width: 100%;
	
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

/* menu bg color on scroll */
#header_wrapper.scroll {
	background: rgba(0,0,0, 0.75);
}

/* move under wp admin bar */

@media screen and (min-width: 783px) {
	body.admin-bar #header_wrapper {
		top: 32px;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar #header_wrapper {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	body.admin-bar {
		/*padding-top: 52px;*/
	}
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}

#header_logo {
	float: left;
	padding: 10px 30px;
}

@media only screen and (max-width: 479px) {
	#header_logo {
		padding: 10px 20px;
	}
}

#header_logo img {
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 479px) {
	#header_logo img {
		width: 240px;
		height: auto;
	}
}

/* scroll down link from headers */

a#scroll_down {
	position: absolute;
	width: 70px;
	height: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	opacity: .75;
	
	transition: all 0.2s ease-in-out;
}

a#scroll_down:hover {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	a#scroll_down {
		display: none;
	}
}

/* offset target anchor to clear main navigation */

#main {
    padding-top: 120px;
    margin-top: -120px;
}

.parallax-mirror {
	z-index: 0 !important;
}

.parallax-container {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.parallax-container {
		height: 240px;
	}
}

.parallax-container img {
	right: 0 !important;
}

.parallax-container h1 {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 0;
	line-height: 1em;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.parallax-container h1 {
		/*padding-top: 10px;*/
	}
}

/* compensate for wp admin bar */

@media screen and (min-width: 480px) and (max-width: 767px) {
	body.admin-bar .parallax-container {
		/*margin-top: 160px;*/
	}
}

/* no parallax version */

#banner {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

#banner img {
	display: block;
	width: 100%;
	height: auto;
	margin: 70px 0 0;
}


/* navigation
================================================== */

.nav_wrapper {
	float: right;
	padding: 18px 10px 0 0;
}

/* mobile toggle position */
@media only screen and (max-width: 479px) {
	.nav_wrapper {
		padding-top: 12px;
	}
}

@media only screen and (max-width: 959px) {
	nav.primary {
		display: none;
	}
}

#menu-main-menu .current-menu-item,
#menu-main-menu .current-menu-item a:hover,
#menu-main-menu .current_page_parent,
#menu-main-menu .current_page_parent a:hover,
#menu-main-menu .current-page-ancestor,
#menu-main-menu .current-page-ancestor a:hover {
	color: #dcad27;
	cursor: pointer;
}

#menu-main-menu .current-menu-item a,
#menu-main-menu .current_page_parent a,
#menu-main-menu .current-page-ancestor a {
	color: #dcad27;
}

nav.primary {
	float:right;
}

nav.primary ul,
nav.primary ul li {
	margin: 0px;
}

nav.primary ul {
	text-align: center;
}

nav.primary ul li {
	display: inline-block;
	position: relative;
}

nav.primary ul li a {
	display: inline-block;
	padding: 10px 20px 14px;
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
		
	-webkit-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
	-ms-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

@media only screen and (max-width: 1199px) {
	nav.primary ul li a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 999px) {
	nav.primary ul li a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 13px;
	}
}

nav.primary ul li.nav_iot a,
#shiftnav-main ul li.nav_iot a {
	text-transform: none;
}

nav.primary ul li a:hover { /* main level hover */
	color: #c7ebff;
}

/*sub navigation*/

nav.primary ul ul {
	opacity: 0; 
  	filter: alpha(opacity=0); 

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	
	height: 0px;
	overflow: hidden;
	
	width: auto;
	min-width: 12em;
	
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

nav.primary ul li:hover ul {
	opacity: 10; 
  	filter: alpha(opacity=100); 
  	
	height: auto;
	overflow: auto;
}

nav.primary ul ul li {
	float: none;
	display: list-item;
	/*border-bottom: 1px solid #999;*/
}

nav.primary ul ul li:last-child {
	/*border: none;*/
}

nav.primary ul ul li a {
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	text-align: left;
	color: #fff !important;
	
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

/* 2nd level hover */
nav.primary ul ul li a:hover {
	/*background: rgba(0, 0, 0, 0.25);*/
	color: #6cb5d9 !important;
}

/* 2nd level click */
nav.primary ul ul li a:active {
	/*background: rgba(0, 0, 0, 0.25);*/
	color: #6cb5d9 !important;
}

nav.primary ul li:hover > a {
}

/* 2nd level current */
nav.primary ul ul li.current-menu-item a {
	/*background: rgba(0, 0, 0, 0.25);*/
	color: #6cb5d9 !important;
}

/* mobile menu toggle */

#mobile_toggle {
	position: absolute;
	top: 22px;
	right: 20px;
	z-index: 1000;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

@media only screen and (min-width: 960px) {
	#mobile_toggle {
		display: none;
	}
}

/* overlay */

#mobile_nav.overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	height: 100%;
	width: 0;
	background-color: #333;
	overflow-x: hidden; /* disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* overlay content */
#mobile_nav .overlay-content {
	position: relative;
	top: 60px;
	width: 100%;
	padding: 0 30px;
}

#mobile_nav .overlay-content img {
	display: block;
	max-width: 100%;
	margin-bottom: 30px;
}

/* navigation links */

#mobile_nav a {
	color: #fff;
}

#mobile_nav ul,
#mobile_nav li {
	margin: 0;
	list-style-type: none;
}

#mobile_nav ul li a {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
	
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	-ms-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}

/* navigation links hover */
#mobile_nav ul li a:hover,
#mobile_nav ul li a:focus {
	background: #000;
}

#mobile_nav .current-menu-item,
#mobile_nav .current-menu-item a:hover {
	cursor: pointer;
}

#mobile_nav .current-menu-item a {
	background: #000;
}

/* close button */
#mobile_nav .closebtn {
	position: absolute;
	top: 22px;
	right: 20px;
	font-size: 24px;
	z-index: 10001;
}

/* screen height under 670 pixels - change font-size and position of links and close button so they don't overlap */
@media screen and (max-height: 670px) {
	#mobile_nav .overlay-content {
		top: 10px;
	}
	#mobile_nav .closebtn {
		font-size: 40px;
		top: 10px;
		right: 25px;
	}
}

/* pagination */

.pagination ul.page-numbers {
	clear: both;
	margin: 0;
}

.pagination ul.page-numbers li {
	float: left;
	margin-left: 10px;
	line-height: 1em;
	list-style-type: none;
}

.pagination ul.page-numbers li span.current,
.pagination ul.page-numbers li a {
	display: block;
	padding: 6px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	color: white;
	text-decoration: none;
}

.pagination ul.page-numbers li span.current {
	background: #343434;
}

.pagination ul.page-numbers li a {
	background: #999;
}

.pagination ul.page-numbers li a:hover {
	background: #343434;
}


/* breadcrumbs
================================================== */

#breadcrumbs_wrapper {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

p#breadcrumbs {
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	p#breadcrumbs {
		margin-left: 0;
	}
}

p#breadcrumbs a {
	text-decoration: none;
}


p#breadcrumbs i {
	margin: 0 6px;
}


/* footer
================================================== */

#footer_wrapper {
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 30px;
	color: #fff;
}

#footer_wrapper a {
	text-decoration: none;
	color: #fff;
}

#footer_copyright {
	float: left;
}

@media only screen and (max-width: 599px) {
	#footer_copyright {
		float: none;
		display: block;
		text-align: center;
	}
}

#footer_copyright p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 32px;
}

@media only screen and (max-width: 767px) {
	#footer_copyright p {
		line-height: 24px;
	}
}

@media only screen and (max-width: 479px) {
	#footer_copyright p {
		font-size: 12px;
	}
}

#footer_social {
	float: right;
}

@media only screen and (max-width: 599px) {
	#footer_social {
		float: none;
		display: block;
		text-align: center;
	}
}

#footer_social i {
	display: inline-block;
	margin-left: 10px;
	font-size: 32px;
}

@media only screen and (max-width: 767px) {
	#footer_social i {
		font-size: 24px;
	}
}

@media only screen and (max-width: 479px) {
	#footer_social i {
		font-size: 20px;
	}
}


/* page styles
================================================== */


/* home
================================================== */

.page-template-page-home #header_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#banner_home {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: left center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url("../images/home/banner_home.jpg");
	
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
	#banner_home {
		background-position: 8% center;
	}
}

@media only screen and (max-width: 767px) {
	#banner_home {
		height: 65vh;
	}
}

#banner_home #banner_content {
	position: absolute;
	bottom: 50%;
	right: 0;
	width: 50%;
	padding-right: 100px;
	text-align: right;
	color: #fff;
	
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}

@media only screen and (max-width: 767px) {
	#banner_home #banner_content {
		bottom: 30px;
		left: 0;
		width: 100%;
		padding: 0 30px;
		text-align: left;
		
		transform: none;
	}
}

#banner_home #banner_content p {
	font-size: 24px;
	line-height: 1.5em;
}

@media only screen and (max-width: 767px) {
	#banner_home #banner_content p {
		margin-bottom: 6px;
		font-size: 18px;
	}
}

#banner_home #banner_content img {
	display: block;
	float: right;
}

@media only screen and (max-width: 767px) {
	#banner_home #banner_content img {
		width: 200px;
	}
}

#banner_home #banner_logos {
/*	position: absolute;
	bottom: 0;
	right: 0;*/
	float: left;
	width: 100%;
	padding-top: 60px;
	text-align: center;
	font-size: 0;
	color: #fff;
}

/*@media only screen and (max-width: 959px) {
	#banner_home #banner_logos {
		padding-top: 10px;
	}
}*/

/*@media only screen and (max-width: 959px) {
	#banner_home #banner_logos {
		padding-top: 30px;
	}
}*/

#banner_home #banner_logos img {
	float: none;
	display: inline-block;
	vertical-align: top;
	max-width: 20%;
	height: auto;
	margin: 10px 20px;
}

@media only screen and (max-width: 959px) {
	#banner_home #banner_logos img {
		max-width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	#banner_home #banner_logos {
		display: none;
	}
}

#banner_logos_mobile {
	display: none;
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	font-size: 0;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#banner_logos_mobile {
		display: block;
	}
}

@media only screen and (max-width: 479px) {
	#banner_logos_mobile {
		padding-top: 4px;
	}
}

#banner_logos_mobile img {
	float: none;
	display: inline-block;
	vertical-align: top;
	max-width: 10%;
	height: auto;
	margin: 10px 20px;
	
	filter: brightness(0.65);
}

@media only screen and (max-width: 599px) {
	#banner_logos_mobile img {
		max-width: 15%;
	}
}

@media only screen and (max-width: 479px) {
	#banner_logos_mobile img {
		margin: 4px 20px;
	}
}

#banner_home #banner_social {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 30px;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#banner_home #banner_social {
		display: none;
	}
}

#banner_home #banner_social a {
	color: #fff;
}

#banner_home #banner_social i {
	margin: 0 4px;
	font-size: 24px;
}

#banner_social_mobile {
	display: none;
	float: left;
	clear: both;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#banner_social_mobile {
		display: block;
	}
}

#banner_social_mobile a {
	color: #999;
}

#banner_social_mobile i {
	margin: 0 4px;
	font-size: 18px;
}

#home_title {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
}

#home_tagline {
	margin: 0 auto 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #bbbebf;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: center;
}

.page-template-page-home .page_section:nth-of-type(odd) { 
	background: #eceff1; 
}

.page-template-page-home h2 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.page-template-page-home img.image_mobile {
	display: none;
	width: 100%;
	margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
	.page-template-page-home div.image {
		display: none;
	}
	.page-template-page-home img.image_mobile {
		display: block;
	}
	.page-template-page-home div.text {
		width: 100%;
	}
}

.page-template-page-home div.text .wrapper {
	padding: 40px;
}

.page-template-page-home div.image img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/* sounds */

#sounds {
	padding: 0;
}

#sounds .wrapper {
	/*padding-top: 120px;*/ /******/
}

#sounds .image{
	background: url("../images/home/chip_podcast.jpg") center no-repeat;
	background-size: cover;
}

/* video */

#video {
	padding: 40px;
}

#video h2 {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#video .video {
		width: 50%
	}
}

@media only screen and (max-width: 479px) {
	#video .video {
		width: 100%
	}
}

#video .button_wrapper {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

#video .button_wrapper .button {
	margin-bottom: 0;
}

/* video thumbnails */

/* wrap all thumbnail content */
.image_link {
	padding: 10px;
}

/* wrap image */
.image_link .thumbnail {
	position: relative;
	padding-top: 56.25% !important; /* aspect ratio - 16:9 */
	overflow: hidden;
}

/* inner image container */
.image_link .thumbnail .img_wrap {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* image fills container */
.image_link .thumbnail .img_wrap img {
	position: relative;
	width: 100%;
	height: auto;
	top: 50%;
	
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* words */

#words {
	/*padding-top: 80px;*/ /******/
}

/* social */

#social {
	/*padding-top: 80px;*/ /******/
}

#social div.text .wrapper {
	padding-top: 0;
}

/* comedy */

#comedy {
	/*padding-top: 80px;*/ /******/
}

@media only screen and (max-width: 767px) {
	#comedy.parallax-container {
		height: 320px;
	}
}

#comedy h2,
#comedy p {
	-moz-text-shadow: 0 0 10px #000, 0 0 3px #000;
	-webkit-text-shadow: 0 0 10px #000, 0 0 3px #000;
	-ms-text-shadow: 0 0 10px #000, 0 0 3px #000;
	-o-text-shadow: 0 0 10px #000, 0 0 3px #000;
	text-shadow: 0 0 10px #000, 0 0 3px #000;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#comedy p,
	#comedy .video_wrapper {
		display: none;
	}
}

#comedy #comedy_info p {
	padding: 20px;
	background: rgba(0,0,0,.75);
}

#comedy_mobile {
	display: none;
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	text-shadow: none;
	color: #333;
}

@media only screen and (max-width: 767px) {
	#comedy_mobile {
		display: block;
	}
}

/* music */

#music {
}

#music .wrapper {
	padding: 40px;
}

#music .image .wrapper {
	padding: 48px 0 40px 40px;
}

#music .audio_wrapper {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

#music .audio_wrapper .audio_track {
	margin-bottom: 10px;
}

#music .audio_wrapper .audio_track h4 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

#music .audio_wrapper .audio_track audio {
	width: 75%;
}

@media only screen and (max-width: 1099px) {
	#music .audio_wrapper .audio_track audio {
		width: 100%;
	}
}

/* contact */

#contact {
}

#contact h2,
#contact p,
#contact h4,
#contact #phone_wrapper {
	text-align: center;
}

#contact .section {
	padding-bottom: 20px;
}

#contact #form_wrapper {
    width: 75%;
    margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
	#contact #form_wrapper {
		width: 100%;
	}
}

#contact .gform_legacy_markup_wrapper .gfield_required {
    display: none;
}

#contact #phone_wrapper a {
    font-size: 28px;
	color: #333;
}

#contact #phone_wrapper a i {
	color: #0085ca;
}


/* video
================================================== */

.page-template-page-video p#breadcrumbs {
	margin-left: 0;
}

.page-template-page-video #videos {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}

/*.page-template-page-video .video_thumb {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}*/

.page-template-page-video .video_thumb h4 a {
	text-decoration: none;
	color: #333;
}

/* single video */

.single-video #nav_wrapper li.nav_video {
	background: #fff;
}

.single-video #nav_wrapper li.nav_video a:hover {
	background: #fff;
	color: #333;
}

.single-video #nav_wrapper li.nav_news {
	background: #ececec;
}

.single-video #nav_wrapper li.nav_news a:hover {
	background: #ececec;
	color: #007abd;
}

@media only screen and (max-width: 959px) {
	.single-video h1 {
		margin-bottom: 10px;
	}
}

.single-video h1 span {
	display: inline-block;
	vertical-align: 15%;
	margin-right: 10px;
	padding: 6px 10px 8px;
	background: #007abd;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

@media only screen and (max-width: 959px) {
	.single-video h1 span {
		display: block;
		font-size: 24px;
	}
}

.single-video p.author a {
	font-size: 18px;
}

.single-video .video_description p {
	font-size: 16px;
}

.single-video #sidebar h4.sidebar_title_block {
	margin-bottom: 20px;
	padding: 12px;
	background: #007abd;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #fff
}

.single-video #sidebar .video_thumb {
	margin-bottom: 12px;
}

/*.single-video #sidebar .video_thumb h4 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: 700;
	text-align: center;
}

.single-video #sidebar .video_thumb h4 a {
	text-decoration: none;
	color: #333;
}*/

.single-video #sidebar .video_thumb .image_link {
	margin-bottom: 0 !important;
	padding: 0;
}

.single-video #sidebar a.jumplink {
	display: block;
	width: 100%;
	margin: 20px 0;
	padding: 12px;
	background: #007abd;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #fff
}


/* contact
================================================== */

.page-template-page-contact .contact_info {
	padding: 20px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.page-template-page-contact .contact_info {
		padding-bottom: 40px;
	}
}

.page-template-page-contact .contact_info #contact_logo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}

.page-template-page-contact .contact_info i {
	display: block;
	font-size: 24px;
	color: #0085ca;
}

@media only screen and (max-width: 1199px) {
	.page-template-page-contact .contact_info,
	.page-template-page-contact .contact_map {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-page-contact .contact_info,
	.page-template-page-contact .contact_map {
		display: block;
		float: none;
		width: 100%;
	}
}





/* 404
================================================== */

.error404 #content_wrapper {
	min-height: 600px;
	padding-top: 120px;
	background: #dcad27;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 479px) {
	.error404 #content_wrapper .container.content {
		padding: 20px;
	}
}

.error404 div#back {
	margin-top: 40px;
	font-size: 80px;
}

@media only screen and (max-width: 479px) {
	.error404 div#back {
		margin-top: 0;
	}
}

.error404 a {
	color: #fff;
}


/* media queries
================================================== */

/* 960 or wider (standard size) */
@media only screen and (min-width: 960px) {}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}