/*
  *** TABLE OF CONTENTS ***
  Base          = !base
  Header        = !header
  Main Nav      = !nav
  Content       = !content
  Main          = !main
  Sections      = !sections
  Sidebar       = !sidebar
  Footer        = !footer
  WooCommerce   = !woo
  Home Page     = !homepage
*/

/* ==========================================================================
   Base | !base
   ========================================================================== */

html,
body,
button,
input,
select,
textarea {
	color: #666;
}

body {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-weight: 300;
	line-height: normal;
	word-wrap: break-word;
}

.wrap {
	overflow: hidden;
	transition: all 0.20s ease-in-out 0s;
	-moz-transition: all 0.20s ease-in-out 0s;
	-webkit-transition: all 0.20s ease-in-out 0s;
}
h4.echcol{
	color:white; !important
	
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-weight: 300;
}

h1,
.h1 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 400%;
	text-transform: uppercase;
}

h2,
.h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 300%;
}

h3,
.h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 180%;
	font-weight: 400;
}

h4,
.h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 160%;
	font-weight: 400;
}

h5,
.h5 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: 400;
}

h6,
.h6 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: 400;
}

b,
strong {
	font-weight: 700;
}

p,
menu,
figure,
fieldset,
ul,
ol,
dl,
blockquote,
table,
form,
pre,
hr {
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
}

p {
	display: block;
}

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

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

hr {
	display: block;
	height: 2px;
	border: 0;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.2);
	max-width: 260px;
	margin: 10px auto;
}

a,
a:hover,
a:active,
a img,
a img:hover,
a img:active {
	outline: none !important;
	transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
	
}

/* Buttons */

.button,
#submit,
.submitbutton,
a.shipping-calculator-button,
#searchsubmit,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-block;
	margin: 5px;
	padding: 16px 30px;
	min-width: 150px;
	background: none;
	border: 2px solid #d2232a;
	border-radius: 4px;
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 100%;
	font-weight: 600 !important;
	text-decoration: none;
	color: #d2232a !important;
	line-height: 1;
	-webkit-appearance: none;
	text-align: center;
}

.button.white-text {
	color: #fff !important;
}

.button:hover,
#submit:hover,
.submitbutton:hover,
a.shipping-calculator-button:hover,
#searchsubmit:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #d2232a;
	color: #fff !important;
}

.button.alt,
input#submit.alt,
button.alt,
input.alt,
.button.white {
	background: none !important;
	border: 2px solid #fff !important;
}

.button.alt:hover,
input#submit.alt:hover,
button.alt:hover,
input.alt:hover,
.button.white:hover {
	background: #fff !important;
	border: 2px solid #fff !important;
	color: #555 !important;
}

/* Red */
.button.red,
.red-buttons .button {
	background: #d2232a !important;
	border: 2px solid #d2232a !important;
	color: #fff !important;
}

.button.red:hover,
.red-buttons .button:hover {
	background: #fff !important;
	border: 2px solid #d2232a !important;
	color: #d2232a !important;
}

.button.red-alt,
.red-alt-buttons .button {
	background: none !important;
	border: 2px solid #d2232a !important;
	color: #d2232a !important;
}

.button.red-alt:hover,
.red-alt-buttons .button:hover {
	background: #d2232a !important;
	border: 2px solid #d2232a !important;
	color: #fff !important;
}

/* Blue */
.button.blue {
	background: #334c5e !important;
	border: 2px solid #334c5e !important;
	color: #fff !important;
}

.button.blue:hover {
	background: #fff !important;
	border: 2px solid #334c5e !important;
	color: #334c5e !important;
}

.button.big {
	font-size: 140% !important;
}

/* Responsive 479px */
@media screen and (max-width: 479px) {

	.button,
	#submit,
	.submitbutton,
	a.shipping-calculator-button,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt {
		clear: both;
		margin: 10px auto;
		padding: 15px 20px;
		width: 100%;
		min-width: 40px;
		display: block;
	}

}

/* Forms */
.wrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 12px 15px;
}

.wrap .gform_wrapper select,
.wrap .gform_wrapper.gf_browser_gecko select {
	padding: 10px 23px 10px 13px;
}

.wrap .gform_wrapper label.gfield_label {
	font-weight: 600;
	font-size: inherit;
}

/* ==========================================================================
   Header !header  
   ========================================================================== */

.header {
	background: none;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 90;
	width: 100%;
	top: auto;
}

.floating-header {
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
}

.sticky.scrolling {
	background: rgba(0, 0, 0, 1);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 80;
	left: 0;
	right: 0;
	top: 0;
}

.single-post .sticky.scrolling {
	background: rgba(255, 255, 255, 0.7);
}

/* Responsive 960px and above */
@media screen and (min-width: 960px) {

	.content-wrap.scrolling {
		padding-top: 2%;
	}

	.content-wrap.has-floating-header.scrolling {
		padding-top: 0;
	}

}

.single-post .content-wrap {
	padding-top: 50px !important;
}

.header-top {
	background: #252525;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
}

.header-inner {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.header-inner>.container {
	max-width: 1420px;
}

.logo {
	position: relative;
	z-index: 100;
	float: left;
	margin: -7px 0 0;
	line-height: 1;
}

.header-aux {
	position: relative;
	z-index: 100;
	float: right;
}

#header-search {
	float: left;
	margin: auto;
	padding: 4px 4px;
	overflow: hidden;
}

#header-search .header-search {
	background: none;
	position: relative;
	float: right;
	transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
}

#header-search .header-search form {
	transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
	position: absolute;
	z-index: 0;
	right: 0;
	float: right;
	margin: 0;
	width: 85%;
	height: 0px;
	opacity: 0;
}

#header-search .header-search .search-query {
	float: left;
	margin: 0 10px 0 0;
	width: 78%;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

#header-search .header-search .search-button {
	height: 0;
	width: 0;
	opacity: 0;
	color: #B8B8B8;
}

#header-search .header-search.search-open .search-button {
	opacity: 1;
	color: #d2232a;
	font-size: 130%;
	margin: 0;
	padding: 10px 8px 12px;
	width: 15%;
	height: auto;
}

#header-search .header-search .search-toggle {
	position: relative;
	z-index: 10;
	float: right;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 130%;
	margin: 0;
	padding: 8px 8px 10px 7px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
}

#header-search .header-search .search-toggle:hover {
	color: #d2232a;
}

#header-search .header-search.search-open .search-toggle {
	float: left;
	width: 15%;
	background: none;
	color: #B8B8B8;
}

#header-search .header-search.search-open .search-toggle span {
	display: none;
}

#header-search .header-search.search-open {
	color: #444;
	position: relative;
	z-index: 101;
	right: 0;
	width: 320px;
}

#header-search .header-search.search-open form {
	position: relative;
	z-index: 10;
	right: 0;
	height: auto;
	opacity: 1;
}

#header-phone {
	display: inline-block;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px) {

	.header-aux {
		clear: right;
	}

}

/* Responsive 959px */
@media screen and (max-width: 959px) {

	.header {
		background: rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	.header-inner {
		padding-top: 0;
		padding-bottom: 0;
	}

	.logo {
		margin: 5px 0 5px 55px;
	}

	.logo img {
		width: auto;
		max-height: 100px;
	}

}

/* Responsive 768px */
@media screen and (max-width: 768px) {

	.logo {
		margin: 5px auto 5px auto;
		float: none;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	.logo img {
		width: auto;
		max-height: 80px;
	}

	.header-aux {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 18px;
	}

	.header-aux .button {
		min-width: 10px;
		margin: 4px;
		padding: 15px;
	}

}

/* Responsive 599px */
@media screen and (max-width: 599px) {

	.logo img {
		width: auto;
		max-height: 60px;
	}

	.header-aux {
		top: 8px;
	}

}

/* Responsive 479px */
@media screen and (max-width: 479px) {}

/* Social Media */
.social-media {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.social-media li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.social-media li a {
	display: block;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 24px;
	line-height: normal;
	padding: 13px 3px;
}

.social-media li a:hover {
	color: #d2232a;
}

.single-post .social-media li a {
	color: #333;
}

.single-post .social-media li a:hover {
	color: #d2232a;
}

.header .social-media {
	float: right;
}

/* Responsive 959px */
@media screen and (max-width: 959px) {}

/* Responsive 768px */
@media screen and (max-width: 768px) {}

/* Responsive 599px */
@media screen and (max-width: 599px) {}

/* Responsive 479px */
@media screen and (max-width: 479px) {}

/* ==========================================================================
   Main Navigation !nav  
   ========================================================================== */

.main-nav-wrap {
	position: relative;
	z-index: 90;
	width: auto;
	left: 0;
	right: 0;
	display: inline-block;
	margin: 0 auto;
}

.nav {
	margin: 0;
	padding: 0;
}

.main-nav .nav {
	position: relative;
	left: 0;
	display: block;
	margin: 0;
}

.main-nav .nav>li {
	display: inline-block;
	margin: 0 18px;
}

.main-nav .nav>li>a {
	display: block;
	padding: 15px 0 6px;
	color: #fff;
	font-family: 'Roboto', 'Helvetica', sans-serif;
	font-size: 110%;
	font-weight: 300;
	border-bottom: 2px solid rgba(0, 0, 0, 0.0);
	letter-spacing: 0.5px;
}

.main-nav .nav .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 12px -6px 0 3px;
	text-indent: -99999px;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
	content: "\2193";
}

.main-nav .nav>li>a:hover {
	color: #fff;
	border-bottom: 2px solid #d2232a;
}

.main-nav .nav>li.dropdown.open>a,
.main-nav .nav>li.current-menu-item>a,
.main-nav .nav>li.current-menu-parent>a,
.main-nav .nav>li.current-menu-ancestor>a,
.main-nav .nav>li.current_page_ancestor>a {
	color: #fff;
	border-bottom: 2px solid #d2232a;
}

.main-nav .nav li>a:hover>.caret,
.main-nav .nav li.dropdown.open>a>.caret .main-nav .nav li.current-menu-item>a>.caret,
.main-nav .nav li.current-menu-parent>a>.caret,
.main-nav .nav li.current-menu-ancestor>a>.caret,
.main-nav .nav li.current_page_ancestor>a>.caret {
	opacity: 1;
	filter: alpha(opacity=100);
}

.single-post .main-nav .nav>li>a {
	color: #333;
}

.single-post .main-nav .nav>li>a:hover {
	color: #d2232a;
}

.single-post .main-nav .nav>li.dropdown.open>a,
.single-post .main-nav .nav>li.current-menu-item>a,
.single-post .main-nav .nav>li.current-menu-parent>a,
.single-post .main-nav .nav>li.current-menu-ancestor>a,
.single-post .main-nav .nav>li.current_page_ancestor>a {
	color: #d2232a;
}

/* Drop Down */
.main-nav .nav .dropdown {
	position: relative;
}

.main-nav .nav .dropdown-toggle {
	*margin-bottom: -3px;
}

.main-nav .nav .dropdown-toggle:active,
.dropdown.open .dropdown-toggle {
	outline: 0;
}

.main-nav .nav .dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 180px;
	max-width: 240px;
	padding: 15px 3px;
	margin: 0;
	list-style: none;
	background-color: rgba(255, 255, 255, 0.95);
	border-color: rgba(0, 0, 0, 0.1);
	border-style: solid;
	border-width: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align: left;
}

.main-nav .nav .dropdown-content:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: -7px;
	left: 9px;
}

.main-nav .nav .dropdown-content:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(255, 255, 255, 0.95);
	position: absolute;
	top: -6px;
	left: 10px;
}

.main-nav .nav .dropdown.open {
	*z-index: 1000;
}

.main-nav .nav .dropdown.open>.dropdown-content {
	display: block;
}

/*uncomment for hover dropdowns*/
/*.main-nav .nav > .dropdown:hover > .dropdown-content { display: block; }*/
.main-nav .nav .dropdown-content li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	margin: 0 15px;
	padding: 8px 0;
	clear: both;
	font-size: 90%;
	font-weight: 400;
	color: #999;
	line-height: 110%;
}

.main-nav .nav .dropdown-content li:last-child a {
	border-bottom: none;
}

.main-nav .nav .dropdown-content li>a:hover {
	color: #d2232a;
}

.main-nav .nav .dropdown-content .dropdown.open>a {
	color: #888;
}

.main-nav .nav .dropdown-content .current-menu-item>a,
.main-nav .nav .dropdown-content .current-menu-parent>a,
.main-nav .nav .dropdown-content .current-menu-ancestor>a,
.main-nav .nav .dropdown-content .current_page_ancestor>a {
	color: #d2232a;
}

/* 2nd level and below drop down styles */
.main-nav .nav ul .caret {
	position: absolute;
	right: 8px;
	top: 2px;
	border-top: 4px solid transparent;
	border-left: 4px solid #777;
	border-bottom: 4px solid transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
	content: "\2193";
}

.main-nav .nav ul .dropdown.open>.dropdown-toggle>.caret,
.main-nav .nav ul .dropdown-toggle:hover>.caret {
	border-left: 4px solid #fff;
}

.main-nav .nav ul>.dropdown.open>.dropdown-toggle>.caret {
	opacity: 1;
	filter: alpha(opacity=100);
}

.main-nav .nav ul .dropdown-content {
	top: -3px;
	left: 157px;
	padding-left: 2px;
	padding-right: 2px;
}

.main-nav .nav ul .dropdown-content:before {
	border-top: 7px solid transparent;
	border-left: none;
	border-right: 7px solid #ccc;
	border-bottom: 7px solid transparent;
	top: 7px;
	left: -7px;
}

.main-nav .nav ul .dropdown-content:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	top: 8px;
	left: -6px;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px) {

	.main-nav-wrap {
		float: right;
	}

	.main-nav .nav>li {
		margin: 0 10px;
	}

}

/* Responsive 959px */
@media screen and (max-width: 959px) {

	.btn-navbar .icon-bar {
		background: #fff;
	}

	.single-post .btn-navbar .icon-bar {
		background: #333;
	}

	.main-nav-wrap {
		clear: both;
		float: none;
		padding: 10px 0 20px;
		background: #222;
	}

	.main-nav-wrap.drawer-menu {
		background: #222;
	}

	.main-nav-wrap .nav {
		float: none;
		margin: 0;
	}

	.main-nav .nav>li {
		clear: both;
		float: none;
		display: block;
	}

	.main-nav .nav>li>a {}

	.main-nav .nav>li>a,
	.main-nav .dropdown-content a,
	.single-post .main-nav .nav>li>a,
	.single-post .main-nav .dropdown-content a {
		text-align: left;
		padding: 10px 15px;
		color: #fff;
	}

	.main-nav .dropdown-content li a,
	.single-post .main-nav .dropdown-content li a {
		color: #fff;
	}

	.main-nav .nav li>a:hover,
	.main-nav .nav>li.dropdown.open>a,
	.main-nav .nav>li.current-menu-item>a,
	.main-nav .nav>li.current-menu-parent>a,
	.main-nav .nav>li.current-menu-ancestor>a {}

	/* Dropdown */
	.main-nav .nav .dropdown-content {
		position: static;
		top: auto;
		left: auto;
		float: none;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
	}

	.main-nav .nav .caret,
	.main-nav .nav ul .caret {
		margin: 6px 0 0 2px;
		border-left: 4px solid #fff;
		border-right: none;
		border-bottom: 4px solid transparent;
		border-top: 4px solid transparent;
	}

	.main-nav .nav .dropdown.open>.dropdown-toggle .caret,
	.main-nav .nav ul .dropdown.open>.dropdown-toggle .caret {
		margin-top: 8px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #fff;
	}

	.main-nav .nav .dropdown-content li a {}

	.main-nav .nav .dropdown-content li>a:hover {}

	.main-nav .nav .dropdown-content .dropdown.open>a {}

	.main-nav .nav .dropdown-content .current-menu-item>a,
	.main-nav .nav .dropdown-content .current-menu-parent>a,
	.main-nav .nav .dropdown-content .current-menu-ancestor>a,
	.main-nav .nav .dropdown-content .current_page_ancestor>a {}

	.main-nav .nav .dropdown-content:before,
	.main-nav .nav .dropdown-content:after {
		display: none;
	}

	/* 2nd level and below drop down styles */

	.main-nav .nav ul .caret {
		display: inline-block;
		position: static;
	}

}

/* Responsive 768px */
@media screen and (max-width: 768px) {}

/* Responsive 599px */
@media screen and (max-width: 599px) {}

/* Responsive 479px */
@media screen and (max-width: 479px) {}

/* End Main Navigation */

/* Utility Nav */
.utility-nav {
	float: right;
}

.utility-nav ul {
	text-align: right;
}

.utility-nav li {
	display: inline-block;
}

.utility-nav li a {
	padding: 0 8px;
}

.utility-nav ul li a:hover,
.utility-nav ul li.current-menu-item a,
.utility-nav ul li.current-menu-parent a,
.utility-nav ul li.current-menu-ancestor a,
.utility-nav ul li.current_page_ancestor a {}

/* Responsive 959px */
@media screen and (max-width: 959px) {
	.utility-nav.mobile {
		clear: both;
		float: none;
	}

	.utility-nav.mobile ul {
		text-align: left;
	}

	.utility-nav.mobile li a {
		color: #999;
	}

	.utility-nav.mobile ul li a:hover,
	.utility-nav.mobile ul li.current-menu-item a,
	.utility-nav.mobile ul li.current-menu-parent a,
	.utility-nav.mobile ul li.current-menu-ancestor a,
	.utility-nav.mobile ul li.current_page_ancestor a {
		color: #fff;
	}
}

/* Responsive 768px */
@media screen and (max-width: 768px) {}

/* Responsive 599px */
@media screen and (max-width: 599px) {}

/* Responsive 479px */
@media screen and (max-width: 479px) {}

/* ==========================================================================
   Content !content  
   ========================================================================== */

.content-wrap {}

.content {}

/* ==========================================================================
   Main !main  
   ========================================================================== */

.main {
	padding: 30px 10px;
}

.page-title {}

/* ==========================================================================
   Sections !sections  
   ========================================================================== */

.section,
.section-row {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 20px;
}

.section-col {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-row {
	padding: 0;
}

.section .section-heading {
	padding: 0 10px 10px;
}

.section .section-heading h1::after,
.section .section-heading h2::after,
.section h1::after,
.section h2::after {
	content: "";
	display: block;
	border-bottom: 2px solid #ccc;
	margin: 30px 0;
	width: 250px;
}

.section .section-heading h1[style*="text-align: center;"]::after,
.section .section-heading h2[style*="text-align: center;"]::after,
.section h1[style*="text-align: center;"]::after,
.section h2[style*="text-align: center;"]::after,
.section .section-heading.text-center h1::after,
.section .section-heading.text-center h2::after,
.section.text-center h1::after,
.section.text-center h2::after {
	margin: 30px auto;
}

.section.main-content {
	padding: 30px 20px;
}

.main .section {
	padding-left: 0;
	padding-right: 0;
}

/* Responsive 768px */
@media screen and (max-width: 768px) {

	.section .section-heading,
	.page-title,
	.banner-content {
		font-size: 80% !important;
	}

}

/* Responsive 599px */
@media screen and (max-width: 599px) {

	.section .section-heading,
	.page-title,
	.banner-content {
		font-size: 70% !important;
	}

	.section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

}

/* Content Layout */
.section.content-layout.bgImage {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding: 80px 20px;
}

.section.content-layout.bgImageLeft,
.section.content-layout.bgImageRight {
	padding: 0 20px;
}

.section.content-layout.bgImageLeft .bg-image,
.section.content-layout.bgImageRight .bg-image {
	float: left;
	width: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 80;
}

.section.content-layout .bg-image a {
	display: block;
}

.section.content-layout.bgImageLeft .bg-image>img,
.section.content-layout.bgImageRight .bg-image>img {
	width: 100%;
	height: auto;
}

.section.content-layout.bgImageLeft .bg-image {
	text-align: center;
	left: 0;
}

.section.content-layout.bgImageRight .bg-image {
	float: right;
	text-align: center;
	right: 0;
}

.section.content-layout.bgImageLeft .content-area,
.section.content-layout.bgImageRight .content-area {
	position: relative;
	z-index: 10;
	padding: 0;
}

.section.content-layout.bgImageLeft .content-area .content-inner {
	width: 50%;
	float: right;
	padding: 60px 0 60px 30px;
}

.section.content-layout.bgImageRight .content-area .content-inner {
	width: 50%;
	float: left;
	padding: 60px 30px 60px 0;
}

.section.content-layout .content-area .content-block.content-has-bg {
	padding: 30px 30px;
}


#inquiries .gform_wrapper input[type="text"] {
	display: block;
	width: 100%;
}

#newsletter-pdfs .content-block img.alignleft {
	margin-top: 0;
}

/* Responsive 959px */
@media screen and (max-width: 959px) {}

/* Responsive 768px */
@media screen and (max-width: 768px) {

	.section.content-layout.bgImageLeft,
	.section.content-layout.bgImageRight {
		padding: 0;
	}

	.section.content-layout.bgImageLeft .bg-image,
	.section.content-layout.bgImageRight .bg-image {
		float: none;
		clear: both;
		width: 100%;
		max-height: 500px;
		position: relative;
		left: auto;
		right: auto;
	}

	.section.content-layout.bgImageLeft .bg-image>img,
	.section.content-layout.bgImageRight .bg-image>img {
		position: relative;
		left: 0;
		right: 0;
		height: auto;
		max-width: 100%;
		width: 100%;
	}

	.section.content-layout.bgImageLeft .content-area,
	.section.content-layout.bgImageRight .content-area {
		padding: 0;
	}

	.section.content-layout.bgImageLeft .content-area .content-inner,
	.section.content-layout.bgImageRight .content-area .content-inner {
		float: none;
		clear: both;
		width: 100%;
		padding: 40px 20px !important;
	}

}

/* Responsive 599px */
@media screen and (max-width: 599px) {

	.section.content-layout.bgImageLeft,
	.section.content-layout.bgImageRight {}

	.section.content-layout.bgImageLeft .content-area,
	.section.content-layout.bgImageRight .content-area {
		padding: 0;
	}

	.section.content-layout.bgImageLeft .content-area .content-inner,
	.section.content-layout.bgImageRight .content-area .content-inner {
		padding: 30px 20px !important;
	}

	#newsletter-pdfs .content-block .row .col-xs-12 {
		margin: 0 auto 20px;
		text-align: center;
	}

}

/* CTAs */
.ctas {}

.ctas .cta-item {
	position: relative;
	margin: 10px auto;
	font-size: 110%;
}

.ctas .cta-item a {
	color: inherit;
	text-decoration: none;
}

.ctas .cta-item .cta-image {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
}

.ctas .cta-item .cta-image img {
	transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
}

.ctas .cta-item:hover .cta-image img {
	margin-top: -5px;
	margin-bottom: 5px;
}

.ctas .cta-item .cta-content {}

.ctas .cta-item .cta-content h3,
.ctas .info-box .accordion-link {
	text-align: center;
	font-size: 140%;
	font-weight: 400;
}

.ctas .cta-item .cta-content h3 a {
	text-decoration: none;
}

.ctas .cta-item .cta-link {
	text-align: center;
}

/*.ctas .cta-item .button {
			color:#334c5e !important;
			border-color:#334c5e !important;;
			padding:12px 30px;
		}
		.ctas .cta-item .button:hover {
			color:#fff !important;
			background:#334c5e !important;
			border-color:#334c5e !important;;
		}*/

.ctas.hero-boxes .cta-item {
	position: relative;
	margin: 10px auto;
	padding: 20px 25px 85px;
	width: auto;
}

.ctas.hero-boxes .cta-item h3 {
	font-weight: 400;
}

.ctas.hero-boxes .cta-item hr {
	border-color: rgba(0, 0, 0, 0.1);
	margin: 10px auto;
}

.ctas.hero-boxes .cta-item h3 img {
	display: inline-block !important;
}

.ctas.hero-boxes .cta-item .button {
	position: absolute;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 25px;
	width: 80%;
}

.ctas .cta-item.gray {
	background: #efefef;
}

.ctas .cta-item.white {
	background: #fff;
}

#newsletter-pdfs .cta-item {
	font-size: 100%;
}

#newsletter-pdfs .cta-item .cta-image {
	display: block;
	margin: auto;
	text-align: left;
	float: left;
	width: 20%;
}

#newsletter-pdfs .cta-item .cta-image img {
	width: auto;
	height: auto;
}

#newsletter-pdfs .cta-item .cta-content h3 {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

#newsletter-pdfs .cta-item .cta-content p {
	margin-top: 0;
}


/* Responsive 959px */
@media screen and (max-width: 959px) {

	.ctas .info-box .accordion-link {
		width: 100%;
		display: block;
	}

	.ctas .info-box .img {
		margin: auto;
		text-align: center;
		display: block;
	}

}

/* Responsive 768px */
@media screen and (max-width: 768px) {

	.ctas.hero-boxes .cta-item {
		padding-bottom: 20px;
	}

	.ctas.hero-boxes .cta-item .button {
		position: relative;
		width: auto;
		bottom: auto;
	}

}

/* Responsive 599px */
@media screen and (max-width: 599px) {

	#newsletter-pdfs .cta-item .cta-image {
		margin: 0 auto;
		text-align: center;
	}

	#newsletter-pdfs .cta-item .cta-content {
		margin: 0 auto 20px;
		text-align: center;
	}

	#newsletter-pdfs .cta-item .cta-content h3 {
		text-align: center;
	}

}

/* Buttons */
.section.buttons-layout {}

.section.buttons-layout .grid-row .grid-unit a.button {
	display: block;
}

/* Tabs */
.section.tabs-layout {
	padding-bottom: 0;
}

.section.tabs-layout ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
	border-bottom: none;
	overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 40px;
}

.section.tabs-layout ul.tabs {
	border-bottom: none;
}

.section.tabs-layout li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border: none;
	box-shadow: none;
	float: none;
	text-align: center;
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0;
}

.section.tabs-layout li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	min-width: 120px;
	display: inline-block;
	margin: 0 15px;
	padding: 10px 2px;
	background: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.0);
	box-shadow: none;
	text-transform: none;
	color: #d2232a;
	font-size: 110%;
	font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 19px 20px;
}

.section.tabs-layout li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	background: none;
	border-bottom: 2px solid #d2232a;
	color: #d2232a;
	cursor: pointer;
	cursor: hand;
}

.section.tabs-layout li.selected a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background: none;
	border-bottom: 2px solid #d2232a;
	color: #d2232a;
}

#tabs-content>.section,
#tabs-content>.section-col {
	display: none;
}

#tabs-content #tab-content-1 {
	display: block;
}

#navigation-alt li a {
	min-width: 20px !important;
	background: none;
	border: none;
	color: #ccc;
	margin: 0 20px 15px;
	padding: 25px 0 10px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.0);
}

#navigation-alt li:hover a {
	/*background:rgba(0,0,0,0.1);*/
	border: none;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}

#navigation-alt li.selected a {
	color: #fff;
	border-color: #d02530;
}


/* Responsive 599px */
@media screen and (max-width: 599px) {

	.section.tabs-layout ul.tabs,
	#navigation-alt {
		padding: 0 !important;
	}

	.section.tabs-layout li,
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: block;
		margin: 0;
		padding: 0;
	}

	.section.tabs-layout li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	#navigation-alt li a {
		display: block;
		margin: 0;
	}

}

/* Reset Woo Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	position: relative !important;
	bottom: 0 !important;
	width: 0 !important;
	height: 0 !important;
	content: none !important;
	box-sizing: border-box !important;
	border: none !important;
	right: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-width: 0 !important;
	box-shadow: none !important;
}

/* Accordion */
.section.accordion-layout .accordion-list {
	padding: 15px 0;
}

.section.accordion-layout .accordion-list .accordion-item {
	margin: 5px 0;
}

.section.accordion-layout .accordion-item a.accordion-link,
.section.ctas .info-box a.accordion-link {
	position: relative;
	transition: 0.4s;
	display: block;
	padding: 10px 30px 10px 15px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #666;
	font-weight: 500;
}

.section.accordion-layout .accordion-item a.accordion-link:hover,
.section.ctas .info-box a.accordion-link:hover {
	color: #444;
	cursor: pointer;
	cursor: hand;
}

.section.accordion-layout .accordion-item a.accordion-link.active,
.section.ctas .info-box a.accordion-link.active {
	color: #d2232a;
}

.section.accordion-layout .accordion-item a.accordion-link:after,
.section.ctas .info-box a.accordion-link:after {
	content: '\02795';
	/* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	display: block;
	vertical-align: middle;
	width: 32px;
	position: absolute;
	right: 0;
	top: 13px;
	text-align: center;
}

.section.accordion-layout .accordion-item a.accordion-link.active:after,
.section.ctas .info-box a.accordion-link.active:after {
	content: "\2796";
	/* Unicode character for "minus" sign (-) */
}

.section.accordion-layout .accordion-item .accordion-content {
	display: none;
	overflow: hidden;
	font-size: 90%;
	padding: 5px 15px;
}

/* Gallery */
.section.gallery-layout {}

.section.gallery-layout .gallery-item {
	position: relative;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}

.section.gallery-layout .gallery-item .gallery-img {
	margin: auto;
	padding: 0;
}

.section.gallery-layout .gallery-grid .gallery-item .gallery-img,
.section.gallery-layout .gallery-carousel .gallery-item .gallery-img {
	position: relative;
}

.section.gallery-layout .gallery-carousel .gallery-item .gallery-img {
	padding-left: 10px;
	padding-right: 10px;
}

/* Posts */
.section.posts-layout {}

.section.posts-layout .post-item {
	margin: 10px 0;
}

.section.posts-layout .imgleft .post-item .post-thumbnail {
	float: left;
	max-width: 180px;
	margin: 10px 10px 0 0;
}

.section.posts-layout .imgleft .post-item .post-content {
	float: right;
}

.section.posts-layout .imgtop .post-item .post-thumbnail {
	clear: both;
	float: none;
	margin: 10px auto 10px auto;
	max-width: 100%;
}

.section.posts-layout .imgtop .post-item .post-content {
	clear: both;
	float: none;
}

.section.posts-layout .imgright .post-item .post-thumbnail {
	float: right;
	max-width: 180px;
	margin: 10px 0 0 10px;
}

.section.posts-layout .imgright .post-item .post-content {
	float: left;
}

.section.posts-layout .post-item .post-content h3 a {
	text-decoration: none;
}

.section.posts-layout .post-item .post-content .post-date,
.post-date
 {
	color: #334c5e;
	font-size: 100%;
	font-weight: 500;
	padding: 10px 0 0;
}

.section.posts-layout .post-item .post-content .read-more {
	display: none;
}

#wytec-news .post-content,
#wytec-press .post-content {
	text-align: center;
}

#wytec-news .post-content h3,
#wytec-press .post-content h3 {
	font-size: 130%;
	color: #334c5e;
}

#wytec-news .post-content h3 a,
#wytec-press .post-content h3 a {
	color: #334c5e;
	text-decoration: underline;
}
#wytec-news .post-content h5 a,
#wytec-press .post-content h5 a {
	color: #fff;
}

#wytec-news .post-content .button,
#wytec-press .post-content .button {
	display: none;
}

.single-post .main.content-block {
	max-width: 960px;
	float: none;
	margin: 0 auto;
}

.single-post .main.content-block .page-title h1 {
	font-size: 280%;
	color: #d2232a;
	text-transform: none;
}

/* Banner */
.section.banner-layout {
	padding: 0;
}

.section.banner-layout .banner-image {}

.section.banner-layout .banner-content {
	position: relative;
	padding: 20px 20px;
}

.section.banner-layout .banner-content.position-absolute {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	padding: 60px 20px;
}

#email-updates .banner-content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

#email-updates .banner-content a {
	color: #fff !important;
	text-decoration: none !important;
}

#email-updates .banner-content a i.icon {
	line-height: 1px;
	height: 1px;
	display: inline-block;
}

/* Responsive 599px */
@media screen and (max-width: 599px) {

	#email-updates .banner-content a {
		text-align: center !important;
		float: none !important;
		display: block !important;
	}

	#email-updates .banner-content span {
		text-align: center !important;
		float: none !important;
		display: block !important;
	}

}

/* Section with Sidebar */
body.page-template-page-sidebar .section {}

.section img.aligncenter {
	padding-left: 15px;
	padding-right: 15px;
}

.section img.alignleft {
	padding-right: 15px;
}

.section img.alignright {
	padding-left: 15px;
}

/* Owl Carousel */
.owl-carousel {
	width: auto;
}

.owl-carousel.hasNavArrows .owl-stage-outer {
	margin: 0 auto;
	max-width: 1170px;
}

.owl-nav {
	position: absolute;
	z-index: 90;
	top: 50%;
	width: 100%;
	font-size: 250%;
	margin: auto;
}

.owl-nav .owl-prev {
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}

.owl-nav .owl-next {
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}

.owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
}

.owl-dots .owl-dot {
	display: inline-block;
	margin: 0 4px;
}

.owl-dots .owl-dot span {
	background: #000;
	display: inline-block;
	border-radius: 50%;
	padding: 6px;
	opacity: 0.6;
}

.owl-dots .owl-dot.active span {
	background: #fff;
	opacity: 1;
}

.gallery-layout .owl-nav .owl-prev {
	left: 0;
}

.gallery-layout .owl-nav .owl-next {
	right: 0;
}

.gallery-layout .owl-dots {
	bottom: 0;
}

/* Responsive 959px */
@media screen and (max-width: 959px) {}

/* Responsive 768px */
@media screen and (max-width: 768px) {

	.gallery-layout .owl-dots {
		position: relative;
	}

}

/* Responsive 599px */
@media screen and (max-width: 599px) {

	.owl-nav {
		top: auto;
		bottom: 30px;
	}

	.gallery-layout .owl-dots {
		width: 80%;
		margin: auto;
	}

}

/* ==========================================================================
   Sidebar !sidebar  
   ========================================================================== */

.sidebar {
	padding: 30px 10px;
}

.sidebar-container {
	padding: 15px 20px;
}

.sidebar h3 {}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar li a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
}

/* ==========================================================================
   Footer !footer  
   ========================================================================== */

.footer {
	background: #333b4a;
	color: #fff;
}

.footer-top {
	padding: 20px;
}

.join-newsletter {
	padding: 30px 0;
}

.footer-inner {
	padding: 20px;
	padding-bottom:0px;
	color: #fff;
}

.footer-top img {
	width: auto;
	height: auto;
	margin: 10px auto;
}

.footer-nav {}

.footer-nav>ul {
	text-align: left;
	margin: 1em 0;
}

.footer-nav>ul>li {
	display: inline;
}

.footer-nav>ul>li>a {
	padding: 0 10px;
}

.footer-nav>ul>li:first-child>a {
	padding-left: 0;
}

.footer-nav ul ul {
	display: none;
}

.footer-nav ul li a:hover {}

.footer .footer-widget {
	margin-bottom: 0;
	text-align: left;
}

.footer .footer-widget ul {
	margin: 0;
	padding: 0;
}

.footer .footer-widget ul li {
	list-style: none;
	margin: 3px 0;
	padding: 0;
}

.footer .footer-widget ul li a {
	padding: 2px 0;
	text-decoration: none;
}

.footer .footer-widget ul li a:hover {
	color: inherit;
}

.footer a,
.footer-nav>ul>li>a,
.footer .footer-widget ul li a {
	color: fff;
}

.footer a:hover,
.footer-nav>ul>li>a:hover,
.footer .footer-widget ul li a:hover {
	color: fff;
}

.footer-bottom {
	padding: 20px;
	padding-top:0px;
}

.copyright {
	clear: both;
	text-align: center;
}

/* ==========================================================================
   WooCommerce !woo  
   ========================================================================== */

.woocommerce-wrapper {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb a:visited {
	color: inherit;
}

.woocommerce-breadcrumb a:hover {
	color: inherit;
}

.woocommerce ul.products h2,
.woocommerce ul.products h3,
.posts-layout .product-item h2,
.posts-layout .product-item h3 {
	color: inherit;
}

.woocommerce ul.products .star-rating {
	color: inherit;
}

.woocommerce ul.products .price,
.posts-layout .product-item .price {
	color: inherit;
}

.woocommerce ul.products li.product .button,
.posts-layout .product-item .button {
	color: #fff;
}

.woocommerce p.stars span a {
	color: #FE9D00;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0 -10px 1em;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	margin: 10px auto;
	padding: 0 10px;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
	width: 25%;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 33.333%;
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
	width: 50%;
}

/* ==========================================================================
   Home Page !homepage
   ========================================================================== */

#hero {
	overflow: hidden;
	position: relative;
}

#hero .hero-container {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
}

#hero .hero-content {
	background: rgba(51, 58, 73, 0.4);
	position: relative;
	padding: 80px 20px;
	color: inherit;
	text-align: inherit;
	font-size: 130%;
}

#hero .hero-content h1 {
	color: inherit;
	font-size: 600%;
	font-weight: 300;
	border-top: 2px solid rgba(255, 255, 255, 0.5);
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

#hero .hero-content h2 {
	color: inherit;
	font-size: 440%;
	font-weight: 300;
}

#hero .hero-content h3{
	color: inherit;
}

#hero .hero-content hr {
	border-color: rgba(255, 255, 255, 0.2);
	width: auto;
	margin: 0 0 0 0;
}

#hero .hero-content .hero-buttons {
	text-align: inherit;
}

#hero .hero-content .hero-buttons .button {
	font-size: 90% !important;
}

#hero .video-wrapper {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	max-width: none;
	margin: auto;
}

#hero .video-wrapper iframe,
#hero .video-wrapper object,
#hero .video-wrapper embed,
#hero .video-wrapper video {
	border: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#hero .hero-content.video-content {
	background: rgba(51, 58, 73, 0.4);
	position: absolute;
	z-index: 50;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 20px;
	padding-right: 20px;
}

#watch-full-video iframe,
#watch-full-video video {
	border: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

body.home #hero .hero-content {
	font-size: 130%;
}

body.home #hero .hero-content .col-xs-12 {
	width: 47%;
}

body.home #hero .hero-content h1 {
	font-size: 760%;
}

.has-floating-header #hero .hero-content {
	padding: 70px;
	padding-bottom:20px;
}

#hero .hero-boxes {
	clear: both;
	margin: 10px -15px;
	padding-top: 140px;
}

#hero .hero-boxes .hero-item {
	position: relative;
	margin: 10px 5px;
	padding: 10px 25px 85px;
	background: #E2E3E4;
	font-size: 90%;
}

#hero .hero-boxes .hero-item h3 {
	font-size: 230%;
	font-weight: 400;
}

#hero .hero-boxes .hero-item hr {
	border-color: rgba(0, 0, 0, 0.1);
	margin: 10px auto;
}

#hero .hero-boxes .hero-item h3 img {
	display: inline-block !important;
}

#hero .hero-boxes .hero-item .button {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 40px;
	width: 50%;
}

/* Responsive 1300px */
@media screen and (max-width: 1300px) {

	body.home #hero .hero-content .col-xs-12 {
		width: 60%;
	}

	body.home #hero .hero-content h1 {
		font-size: 730%;
	}

	#hero .hero-content.video-content,
	.has-floating-header #hero .hero-content.video-content {
		padding-top: 100px !important;
	}

	#hero {
		font-size: 90%;
	}

}

/* Responsive 959px */
@media screen and (max-width: 959px) {

	#hero .hero-content {
		padding: 70px 20px;
		font-size: 90%;
	}

	body.home #hero .hero-content .col-xs-12 {
		width: 80%;
	}

	body.home #hero .hero-content h1 {
		font-size: 700%;
	}

	.has-floating-header #hero .hero-content {
		padding-top: 100px;
	}

	#hero .hero-boxes {
		clear: both;
		margin: 10px 0;
		padding-top: 50px;
	}

	#hero .hero-boxes .hero-item {
		font-size: 100%;
	}

	#hero .video-wrapper {
		display: none !important;
	}

	#hero .hero-content.video-content {
		position: relative !important;
		top: 0;
		transform: translateY(0%);
		padding-top: 150px !important;
		padding-bottom: 100px;
	}

	#hero .hero-boxes .hero-item {
		margin: 10px 5px;
	}

}

/* Responsive 768px */
@media screen and (max-width: 768px) {

	body.home #hero .hero-content .col-xs-12 {
		width: 100%;
	}

	#hero .hero-content {}

	#hero .hero-content h1 {
		font-size: 500%;
	}

	#hero .hero-content h2 {}

	#hero .hero-content h3 {}

	body.home #hero .hero-content h1 {
		font-size: 530%;
	}

}

/* Responsive 599px */
@media screen and (max-width: 599px) {

	#hero .hero-content {
		padding: 40px 20px;
	}

	#hero .hero-content h1 {
		font-size: 400%;
	}

	#hero .hero-content h2 {
		font-size: 300%;
	}

	#hero .hero-content h3 {}

	body.home #hero .hero-content h1 {
		font-size: 430%;
	}

	body.home #hero .hero-content,
	#hero .hero-content.video-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.has-floating-header #hero .hero-content {
		padding-top: 80px !important;
		padding-bottom:0px !important;
	}

	#hero .hero-boxes {
		padding-top: 30px;
	}

	#hero .hero-boxes .hero-item {
		margin: 10px 0;
	}

}

/* Responsive 479px */
@media screen and (max-width: 479px) {

	#hero .hero-content {
		padding: 40px 20px;
	}

	body.home #hero .hero-content h1 {
		font-size: 350%;
	}

}

#industry-leader .section-content {
	text-align: center;
}

#industry-leader .grid-unit.col-md-custom {
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
	display: inline-block;
	float: none !important;
	width: auto !important;
}

#industry-leader .grid-unit.col-md-custom h3 {
	font-size: 110%;
	font-weight: 600;
	padding-bottom: 5px;
}

#industry-leader .grid-unit.col-md-custom .cta-item:hover h3 {
	color: #666 !important;
}

#industry-leader .grid-unit.col-md-custom .cta-item.active h3 {
	color: #d2232a !important;
	border-bottom: 1px solid #d2232a;
}

#industry-leader .info-box p,
#industry-leader .info-box h2,
#industry-leader .info-box img,
#industry-leader .info-box .alignnone {
	margin: 0 !important;
}

#industry-leader .info-box h2 {
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	bottom: auto;
	width: 100%;
	height: 50px;
	margin: auto;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#industry-leader .info-box h2::after {
	display: none;
	border: none;
}

#industry-leader .info-box .button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	width: 185px;
	height: 50px;
	margin: auto;
}


#staff .cta-item .cta-image img {
	max-height: 380px;
	width: auto !important;
	height: auto !important;
	margin: auto;
}

#staff .cta-item h3,
#staff .cta-item h3 a {
	color: #d2232a !important;
}

#staff .cta-item .cta-desc {
	font-size: 120%;
}

#staff .cta-item .button {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	color: #226e86 !important;
}

#staff .cta-item .button:hover {
	color: #444 !important;
}

#business-ctas .cta-item {
	background: #efefef;
	font-size: 90%;
}

#business-ctas .cta-item .cta-content {
	padding: 10px 15px 15px;
}

#business-ctas .cta-item h3 {
	color: #226e86 !important;
	font-weight: 400;
	min-height: 60px;
}

#business-ctas .cta-item h3 a {
	color: #226e86 !important;
}

#business-ctas .cta-item .button {
	border-color: #f5911f !important;
	background: #f5911f !important;
	color: #fff !important;
}

#business-ctas .cta-item .button:hover {
	border-color: #f5911f !important;
	background: none !important;
	color: #f5911f !important;
}

#companies .cta-item {
	padding: 10px;
}

#companies .cta-item .cta-content {
	padding: 10px 10px 20px;
}

#companies .section-heading {
	max-width: 700px;
	margin: 0 auto;
}

#companies .cta-item .cta-desc {
	min-height: 300px;
}

/*.ctas .cta-item.business .button {
	border-color:#f5911f !important;
	color:#f5911f !important;
}
.ctas .cta-item.business .button:hover {
	background:#f5911f !important;
	color:#fff !important;
}

.ctas .cta-item.enterprise .button {
	border-color:#d2232a !important;
	color:#d2232a !important;
}
.ctas .cta-item.enterprise .button:hover {
	background:#d2232a !important;
	color:#fff !important;
}

.ctas .cta-item.cities .button {
	border-color:#38b24a !important;
	color:#38b24a !important;
}
.ctas .cta-item.cities .button:hover {
	background:#38b24a !important;
	color:#fff !important;
}*/

#testimonials {
	padding: 0;
}

#testimonials .content-container {
	padding: 60px 20px;
	background: rgba(0, 0, 0, 0.4);
}

#testimonials .post-content {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

#testimonials .post-content h3 {
	display: none;
}

.pdf-item a {
	text-decoration: none !important;
	color: #334c5e !important;
}

.pdf-item h4 {
	font-weight: 500;
	text-decoration: none !important;
	color: #334c5e !important;
}

/* Responsive 959px */
@media screen and (max-width: 959px) {

	#industry-leader .info-box h2 {
		display: block;
	}

	#industry-leader .info-box .button {
		bottom: 10%;
	}

}

/* Responsive 768px */
@media screen and (max-width: 768px) {

	#companies .cta-item .cta-desc {
		min-height: 50px;
	}

	#industry-leader .info-box .button {
		position: relative;
		width: 100%;
	}

}

a.watch-video:hover {
	cursor: pointer;
}

.blog-title-wrap{
	background: #333b4a;
}
.blog-title-wrap h3{
	display: none;
}
.blog-title-wrap ul{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.blog-title-wrap ul li{
	display: inline-block;
	padding: 25px 0;
}
.blog-title-wrap ul li a{
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	display: block;
	padding: 5px 25px;
	transition: ease-in-out all 0.25s;
	border-bottom: 2px solid transparent;
}
.blog-title-wrap ul li.current-cat a,
.blog-title-wrap ul li a:hover{
	border-bottom: 2px solid #d2232a;
	transition: ease-in-out all 0.25s;
}

.single-post .sidebar{
	display: none;
}

h1.category-title{
	font-size: 36px;
	color: #d2232a;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 2px solid #444444;
}

h1.category-title:after{
    content: "";
    display: block;
    border-bottom: 0px solid transparent;
    margin: 0;
    width: auto;
}
h4.echcol{
	color:white; !important
	
}