/*
	Theme Name: Jalux
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

/* Baseline Normalize
	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:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

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

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

body {
	/*background: url("images/body-bg.jpg") repeat-y scroll center center;
	background-size: 100%;*/
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

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

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

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #0ebfe9;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

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

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

blockquote {
	margin: 40px;
	margin: 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;
}

cite {
	font-style: normal;
}

.button{
	transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: linear;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Ubuntu', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

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

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

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

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

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #fff;
	border: 3px solid #e6000e;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	font-weight: 500;
	padding: 12px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #e6000e;
	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: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

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

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

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

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

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

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

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

/* Content */

.content {
	float: left;
	width: 720px;
}

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

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

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

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

.avatar {
	float: left;
}

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

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

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

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

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

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

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

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

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

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

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

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

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

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

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

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

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

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

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

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

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

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

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

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

.home .site-header {
    background: transparent;
}

.home .site-header.sticky {
    background: #fff;
}

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

.title-area {
	float: left;
	padding: 35px 0 7px;
	width: 400px;
}

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

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 700px;
}

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

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

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #272727;
	display: block;
	font-size: 14px;
	padding: 21px 15px;
	position: relative;
	font-weight: 500;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0dbab0;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: 0;
	letter-spacing: 0;
	opacity: 0;
	top: 50%;
	position: absolute;
	-webkit-transition:		all .3s ease-in-out;
	-moz-transition:		all .3s ease-in-out;
	-ms-transition:			all .3s ease-in-out;
	-o-transition:			all .3s ease-in-out;
	transition:				all .3s ease-in-out;
	width: 200px;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.18);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.18);
	/*-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;*/
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	top: 100%;
	/*left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);*/
}

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

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

.c-hamburger {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: background 0.3s;
	float: right;
}

.c-hamburger:focus {
  	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 23px;
	left: 14px;
	right: 14px;
	height: 5px;
	background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
  	top: -10px;
}

.c-hamburger span::after {
  	bottom: -10px;
}

.c-hamburger--htx {
  	background-color: #e6000e;
}

.c-hamburger--htx span {
  	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  	transition-duration: 0.3s, 0.3s;
  	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  	transition-property: top, transform;
}

.c-hamburger--htx span::after {
  	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  	background-color: #e6000e;
}

.c-hamburger--htx.is-active span {
  	background: none;
}

.c-hamburger--htx.is-active span::before {
  	top: 0;
  	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  	bottom: 0;
  	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  	transition-delay: 0s, 0.3s;
}


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

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

.entry {
	margin-bottom: 40px;
	margin-bottom: 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: none;
	position: relative;
	padding: 0 0 10px;
}

.entry-content ul li::before {
	content: "• ";
	color: #e6000e;
	position: absolute;
	left: -16px;
	top: 0px;
}

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

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

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

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

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.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: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

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

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

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

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

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

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

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

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

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

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

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

.footer-widgets {
	clear: both;
	color: #999;
	background-color: #333;	
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
	margin-right: 6rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

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

.site-footer {
	padding: 20px 0;
	text-align: center;
}

/*
Custom CSS
---------------------------------------------------------------------------------------------------- */

.header-widget-area h4 {
	font-size: 12px;
	color: #272727;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	margin: 0;
	position: relative;
	top: -4px;
}

.header-widget-area .textwidget a {
    margin: 7px 5px 0px;
    display: inline-block;
}

.header-widget-area .textwidget a img {
	margin: 0;	
}

#hero-img {
	background: url("images/hero-img.jpg") no-repeat scroll center center;
	background-size: cover;
	height: 730px;
	position: relative;
}

#hero-img h1 {
	font-size: 50px;
	font-weight: 500;
	color: #000;
	margin: 280px 0 25px;	
}

#hero-img p {
	background: url("images/red-line.jpg") no-repeat scroll top 15px left;
	font-size: 20px;
	padding: 0 0 0 70px;
}

.business-panel {
	padding: 90px 0 0;	
}

.business-panel h6 {
	color: #0dbab0;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

.business-panel h2 {
	font-size: 45px;
	font-weight: 500;
	margin: 0 0 40px;
}

/*Panel - 3 Css
------------------------*/ 

.panel-3 .panel-grid-cell {
	position: relative;	
}

.panel-3 .widget_black-studio-tinymce {
	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	background-color: transparent;
}

.panel-3 .col h3 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.panel-3 .col h3:after {
	content: "";
	border-bottom: 3px solid #e6000e;
	position: absolute;
	width: 50%;
	display: block;
	left: 0;
	right: 0;
	margin: 20px auto 0px;
}

.panel-3 .panel-grid-cell:hover .col h3, .panel-3 .panel-grid-cell:hover .col h3:after {
	display: none;	
}

.panel-3 .col a {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-decoration: none !important;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);		
}

.panel-3 .col svg.fa-arrow-right {
	color: #e6000e;
}

.panel-3 .panel-grid-cell:hover .col a {
	opacity: 1;	
}

.panel-3 .so-widget-sow-image img {
	display: block !important;	
}

.panel-3 .widget_sow-image {
	margin: 0 !important;
}

.panel-3 .widget_black-studio-tinymce,
.panel-3 .panel-grid-cell .widget_black-studio-tinymce img,
.panel-3 .panel-grid-cell .widget_black-studio-tinymce p {
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.panel-3 .panel-grid-cell .so-widget-sow-image img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.panel-3 .panel-grid-cell:hover .so-widget-sow-image img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

/*.panel-3 .panel-grid-cell:hover .widget_black-studio-tinymce img,
.panel-3 .panel-grid-cell:hover .widget_black-studio-tinymce p {
	opacity: 0;
}*/

.panel-3 .panel-grid-cell .widget_black-studio-tinymce {
	background-color: rgba(0,0,0,0.68);
}

.panel-3 .panel-grid-cell:hover .widget_black-studio-tinymce {
	background-color: rgba(0,0,0,0.4);
}

.col a {
    margin: 13px auto 0;
    display: block;
	line-height: 1.2;
}

/*.panel-3 .col p {
	color: #fefefe;
	text-align: center;
	font-size: 17px;
	font-weight: 200;	
	padding: 0 59px;
	margin: 0;
}*/

/*Panel - 3 Css
------------------------*/ 

.about-panel {
	padding: 50px 0 40px;	
}

.about-panel h6 {
	color: #0dbab0;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

.about-panel h2 {
	font-size: 45px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 20px;
}

a.btn {
	border: 3px solid #e6000e;
	display: block;
	width: 230px;
	padding: 15px 25px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: 500;
	color: #000 !important;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

a.btn:hover {
	background: #e6000e;
	color: #fff !important;	
}

a.btn svg.svg-inline--fa.fa-arrow-right {
    color: #727272;
    position: relative;
    right: -15px;
}

a.btn:hover svg.svg-inline--fa.fa-arrow-right {
    color: #fff;
}

.social-panel {
	padding: 50px 0 60px;
	min-height: 400px;	
}

.social-panel h6 {
	color: #0dbab0;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

.social-panel h2 {
	font-size: 45px;
	font-weight: 500;
	margin: 0 0 20px;
	color: #fff;
}

/*
Internal Pages CSS
---------------------------------------------------------------------------------------------------- */

.page-featured-image {
    position: relative;
	margin: 94px 0 0;
}

.page-featured-image img {
    display: block;
	width: 100%;
}

.page-featured-image #container {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

h1.entry-title {
	background: rgba(230,0,14,0.5);
	text-align: center;
	font-size: 45px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	margin: 0;
	width: auto;
	padding: 18px 65px;
	border-radius: 50px;
}

.universal-panel-1 {
	padding: 0 170px;	
}

.universal-panel-1 h2 {
	font-size: 36px;
	font-weight: 500;
}

.universal-panel-1 h3 {
	font-size: 24px;
	font-weight: 500;
}

.universal-panel-2 {
	padding: 0 97px;	
}

.universal-panel-2 h3 {
	font-size: 24px;
	font-weight: 500;
}

.footer-section ul li {
    display: inline-block;
    margin: 40px 20px;
}

.footer-section .widget_nav_menu ul li a {
	text-transform: uppercase;
	font-size: 14px;
	color: #272727;
	font-weight: 500;
	margin: 0;
	text-decoration: none;
}

.footer-section p {
    font-size: 12px;
}

.footer-section a {
    color: #000;
}

.footer-section a:hover {
    color: #e6000e;
	text-decoration: underline;
}

.footer-section .textwidget a {
	font-size: 20px;
	margin: 0 25px 35px;
    display: inline-block;
	color: #000;
	width: 30px;
}

a.twitter-x img {
    margin: 16px 0 -40px;
}

.inventory-panel {
	padding: 50px 0 0;
}

.inventory-panel h2 {
	font-size: 36px;
	font-weight: 500;
	margin: 0 0 15px;
	text-align: center;
}

.inventory-panel p {
	text-align: center;
	padding: 0 0 30px;
}

.inventory-panel .right-col h2 {
	text-align: left;
}

.inventory-panel .right-col p {
	text-align: left;
	padding: 0 150px 0 0;
}

a.link {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 3px solid #e6000e;
	color: #000 !important;
	text-decoration: none !important;
	padding: 0 0 5px;
}

a.link svg.svg-inline--fa.fa-arrow-right {
    color: #727272;
}

p.phone-icon a, p.email-icon a {
    color: #000 !important;
	text-decoration: none !important;
}

.services-provided {
	padding: 20px 0 50px;	
}

.services-provided h2 {
	background: url("images/red-border.jpg") no-repeat scroll bottom center;
	font-size: 36px;
	font-weight: 500;
	margin: 0 0 50px;
	text-align: center;
	padding: 0 0 20px;
}

.services-provided p {
	text-align: center;
	font-weight: 500;	
}

.contact-information {
	padding: 80px 0 110px;	
}

.contact-information h2 {
	background: url("images/red-border.jpg") no-repeat scroll bottom center;
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 90px;
	text-align: center;
	padding: 0 0 20px;
}

.location-box {
    padding: 10px 45px 20px;
}

.location-box p img {
	margin-top: -65px;	
}

.location-box h3 {
	font-size: 24px;
	font-weight: 500;	
}

.location-box p {
	margin: 0 0 10px;	
}

p.loc-icon {
	background: url("images/location-icon.png") no-repeat scroll left center;
	padding: 0 0 0 30px;
}

p.phone-icon {
	background: url("images/phone-icon.png") no-repeat scroll left center;
	padding: 0 0 0 30px;
}

p.fax-icon {
	background: url("images/fax-icon.png") no-repeat scroll left center;
	padding: 0 0 0 30px;
}

p.email-icon {
	background: url("images/mail-icon.png") no-repeat scroll left center;
	padding: 0 0 0 30px;
}

p.time-icon {
	background: url("images/clock-icon.png") no-repeat scroll left center;
	padding: 0 0 0 30px;
}

.affiliates-panel {
	padding: 40px 200px 0;	
}

.affiliates-panel h6 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 15px;	
}

.affiliates-panel .left-sec .textwidget {
	text-align: center;
}

.affiliates-panel a {
	font-size: 14px;
	display: inline-block;
	font-weight: 500;
	margin: 0 10px;
	color: #000 !important;
}

.affiliates-panel a img {
    margin: 3px 0px 0 5px;
}

body.page-id-11.blue-theme h1.entry-title, body.page-id-332.blue-theme h1.entry-title {
    background: rgba(28,66,149,0.65);
}

.download-links {
	padding: 0;
}

.download-links .textwidget {
	text-align: center;
}

.hagi-row {
    padding: 50px 0 70px;
}

.hagi-row h2 {
    font-size: 36px;
    font-weight: 500;
}

.cta-panel {
	padding: 70px 0 20px;	
}

.cta-panel h2 {
    font-size: 36px;
    font-weight: 500;
	text-align: center;
	color: #fff;
}

.cta-panel p {
    text-align: center;
    padding: 0 459px;
}

.cta-panel.asphalt-page p {
	padding: 0 350px;
}

.cta-panel p a {
    font-size: 24px;
    color: #fff !important;
	text-decoration: underline;
}

.upcoming-events {
	padding: 70px 0 60px;
}

.upcoming-events h2 {
    background: url("images/blue-border.jpg") no-repeat scroll bottom center;
	font-size: 36px;
	color: #000;
	font-weight: 500;
	margin: 0 0 60px;
	text-align: center;
	padding: 0 0 20px;
}

.upcoming-events h3 {
	font-size: 24px;
	font-weight: 500;
	padding: 30px 0 10px;
}

.upcoming-events a {
	display: block;
	color: #1993dc !important;
}

.contact-info {
	padding: 70px 0 70px;	
}

.contact-info h2 {
    background: url("images/light-blue-border.jpg") no-repeat scroll bottom center;
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 90px;
	text-align: center;
	padding: 0 0 20px;
}

.contact-box {
    padding: 60px 0 30px;
	min-height: 362px;
}

.contact-box .textwidget {
    text-align: center;
}

.contact-box h3 {
    font-size: 24px;
    font-weight: 500;
	text-align: center;
}

.contact-box img {
	margin: 0 auto;	
}

.contact-box p:first-child img {
    margin-top: -115px;
}

.contact-box p a {
	color: #000 !important;	
}

.logos-row {
	padding: 40px 400px 10px;	
}

.logos-row a {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    margin: 0;
    color: #000 !important;
}

.logos-row a img {
    margin: 3px 0px 0 5px;
}

.intro-panel {
	padding: 40px 0 30px;	
}

.intro-panel h2 {
    font-size: 36px;
    font-weight: 500;
	text-align: center;
	margin: 0 0 30px;
}

.intro-panel p {
	text-align: center;
	font-size: 18px;	
}

.intro-panel p strong {
	font-size: 30px;
	font-weight: 500;	
}

.contact-us-for-retail {
    padding: 50px 0 110px;
}

.contact-us-for-retail h2 {
	background: url("images/red-border.jpg") no-repeat scroll bottom center;
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 90px;
	text-align: center;
	padding: 0 0 20px;
}

.contact-us-for-retail.blue-sec h2 {
	background: url("images/light-blue-border.jpg") no-repeat scroll bottom center;
}

.contact-us-box {
    padding: 60px 0 30px;
}

.contact-us-box p img {
    margin-top: -115px;
}

.contact-us-box p {
	font-size: 16px;
	text-align: center;	
}

.contact-us-box p a {
	font-size: 20px;
	display: block;
	color: #0dbab0 !important;	
}

.contact-us-box.col3 p a {
	color: #000 !important;	
}

.why-text h2 {
    padding: 0 0 0 120px;
}

.tabs-panel .sow-tabs-tab-container {
    text-align: center !important;
	padding: 0 0 50px !important;
    display: block !IMPORTANT;	
}

.tabs-panel .sow-tabs-panel-content {
    outline: none;
}

.tabs-panel .sow-tabs-tab-container .sow-tabs-tab {
	border: 3px solid #e6000e;
}

.tabs-panel .sow-tabs-tab-container .sow-tabs-tab {
	position: relative;
	outline: none !important;
}

.tabs-panel .sow-tabs-tab-container .sow-tabs-tab-selected:after {
	content: "";
	background: url("images/tab-triangle-img.png") no-repeat scroll 0 0;
	width: 85px;
	height: 15px;
	display: block;
	bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

.tabs-panel .sow-tabs-tab-container .sow-tabs-title {
    text-transform: uppercase;
    font-weight: 500;
}

.tab2-content {
	padding: 10px 0 0;	
}

.tab2-content h3 {
	font-size: 30px;
	text-align: center;	
}

.tab2-content p {
	padding: 0 180px;
	text-align: center;	
}

.no-margin img {
	margin: 0 auto;	
}

.tab-color-row {
	padding: 40px 0 20px;	
}

.tab-color-row h2 {
	font-size: 36px;
	text-align: center;	
}

.tab-color-row p {
    text-align: center;
    padding: 0 500px;
}

.tab-color-row p a {
	font-size: 24px;	
	color: #0dbab0 !important;
	text-decoration: underline;
	max-width: 325px;
    display: block;
    margin: 0 auto;
}

.tab-color-row p img {
	margin: 0;
}

.tab3-content {
	padding: 0 50px;	
}

.tab3-content h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 500;	
}

.tab3-content .row-1 p {
	text-align: center;
	padding: 0 200px;
}

.tab3-content h3 {
	font-size: 30px;
	text-align: center;
	font-weight: 500;	
	margin: 0;
}

.tab3-content h6 {
	font-size: 18px;
	text-align: center;	
}

.tab3-content p strong {
	font-weight: 500;	
}

.tab3-content .left-sec, .tab3-content .right-sec {
	padding: 20px 0 0;	
}

.tab3-content .left-sec2 {
	padding: 57px 0 0;	
}

.tab3-content .right-sec2 {
	padding: 12px 0 0;	
}

.tab-content3-left-right > .panel-grid-cell:first-child {
    border-right: 15px solid #e6e6e6;
	margin: 0px 0 0 30px !important;
}

.tab-content3-left-right > .panel-grid-cell {
    padding: 0 28px;
}

/*
Pulsating Circle Css
--------------------------- */
#container {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
	bottom: -60px;
}
 
.circle1 {
    border-radius: 50%;
    background-color: #e6000e;
    width: 100px;
    height: 100px;
    position: absolute;
	-webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; 
}

.circle2 {
    border-radius: 50%;
    background-color: #e6000e;
    width: 120px;
    height: 120px;
    position: absolute;
	-webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; 
}
 
.item {
    z-index: 100;
    padding: 5px;
}

.item a {
    outline: none;
}
 
.item img {
    width: 55px;
	animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}

/*@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}*/

/*
Pulsating Circle Css
--------------------------- */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 15px 10px;
}

body.blue-theme h1.entry-title {
	background: rgba(28,66,149,0.5);
}

body.blue-theme .circle1, body.blue-theme .circle2 {
	background-color: #1c4295;
}

.blue-list ul li:before {
    color: rgba(28,66,149,1);
}

.entry-content p a {
	color: #e6000e;
}

.entry-content p a:hover {
	text-decoration: underline;
}

.no-page-featured-image {
    margin: 110px 0 -40px;
}

.no-page-featured-image .no-page-title {
	text-align: center;
}

.pda-form {
    background: #000;
    padding: 35px 30px 15px;
    border-radius: 5px;
	margin: 0 0 50px;
}

.pda-form h3 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.additional-note {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.pda-form .gform_button.button {
    display: block !important;
    margin: 0 auto !important;
} 

.agree-checkbox label.gfield_label {
	display: none !important;
}

.agree-checkbox label a {	
	color: #e6000e;
}

.pda-form select {
    padding: 15px 10px !important;
}

.aqua-patch {
	padding: 50px 0;
}

.aqua-patch h2 {
	margin: 0 0 40px;
}

.core-value {
	
}

.core-value h6 {
    color: #0dbab0;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.core-value h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.social-panel p {
    color: #fff;
}

.contact-boxes .location-box {
    min-height: 170px;
	padding: 10px 15px 10px;
}

.contact-boxes .location-box p {
    margin: 0;
    text-align: center;
}

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

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

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 800px;
	}

	.content {
		width: 580px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 280px;
	}
	
	.genesis-nav-menu a {
		padding: 21px 7px;
	}
	
	#hero-img {
    	height: 600px;
	}
	
	#hero-img h1 {
    	margin: 200px 0 25px;
	}
	
	.about-panel h2 {
		font-size: 40px;
	}
	
	.location-box p {
    	font-size: 15px;
	}
	
	.affiliates-panel {
    	padding: 40px 240px 0;
	}
	
	.tab3-content .row-1 p {
    	padding: 0 100px;
	}
	
	.tab-color-row p {
    	padding: 0 280px;
	}
	
	.cta-panel p {
    	padding: 0 350px;
	}
	
	.cta-panel.asphalt-page p {
    	padding: 0 250px;
	}

}

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

	.wrap {
		max-width: 768px;
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		padding: 40px 5% 0;
		padding: 4rem 5% 0;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .widget,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 0 0 40px 0;
	}
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon, .c-hamburger {
		display: block;
		position: absolute;
    	top: 0;
    	right: 0;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	
	.genesis-nav-menu .sub-menu {
		box-shadow: none;
	}
	
	#hero-img {
    	height: 400px;
	}
	
	#hero-img .textwidget {
    	padding: 0 10px;
	}
	
	#hero-img h1 {
    	font-size: 40px;
		margin: 100px 0 25px;
	}
	
	.footer-section ul li {
    	margin: 20px 5px 40px;
	}
	
	.footer-section .widget_nav_menu ul li a {
		font-size: 12px;
	}
	
	.page-featured-image {
    	margin: 0;
	}
	
	.universal-panel-1, .universal-panel-2 {
    	padding: 0;
	}
	
	.page-title {
		top: 30%;
	}
	
	h1.entry-title {
    	font-size: 30px;
    	padding: 15px 65px;
	}
	
	.inventory-panel h2 {
		font-size: 30px;
	}
	
	.location-box {
    	margin: 0 0 80px;
	}
	
	.contact-information {
    	padding: 60px 0 10px;
	}
	
	.affiliates-panel {
    	padding: 40px 0px 0;
	}
	
	.affiliates-panel h6 {
    	text-align: center;
    	margin: 0 0 15px 0;
	}
	
	.affiliates-panel img {
    	margin: 0 auto;
	}
	
	.affiliates-panel a {
    	text-align: center;
    	margin: 10px auto 0;
    	width: 150px;
	}
	
	.intro-panel h2, .tab-color-row h2 {
		font-size: 26px;
	}
	
	.tabs-panel .sow-tabs-tab-container .sow-tabs-tab {
    	margin: 0px 0px 0px 10px !important;
	}
	
	.tab2-content p {
    	padding: 0 50px;
	}
	
	.tab-color-row p {
    	padding: 0 140px;
	}
	
	.contact-us-box {
    	margin: 0 0 80px;
	}
	
	.contact-us-for-retail {
    	padding: 50px 0 10px;
	}
	
	.tab3-content .row-1 p {
    	padding: 0;
	}
	
	.tab3-content .row-1 p br {
		display: none;
	}
	
	.tab-content3-left-right > .panel-grid-cell:first-child {
    	border-right: none;
    	margin: 0px 0 0 0 !important;
	}
	
	.contact-us-for-retail h2 {
		font-size: 30px;
	}
	
	.cta-panel h2 {
		font-size: 30px;
	}
	
	.cta-panel p {
    	padding: 0 200px;
	}
	
	.contact-box {
    	min-height: auto;
    	margin: 0 0 80px;
	}
	
	.contact-info {
    	padding: 30px 0 10px;
	}
	
	.logos-row {
    	padding: 40px 0px 10px;
	}
	
	.no-page-featured-image {
    	margin: 10px 0 -20px;
	}
	
	.cta-panel.asphalt-page p {
    	padding: 0 100px;
	}
	
	.logos-row .textwidget {
    	text-align: center;
	}
	
	.download-links {
    	padding: 20px 0 0;
	}
	
	.panel-3 .panel-grid-cell {
    	margin: 0 0 10px !important;
	}
	
}

@media only screen and (max-width: 736px) {
	
	.footer-section ul li {
    	margin: 20px 4px 40px;
	}
	
	.tab-color-row p {
    	padding: 0 120px;
	}
	
	.cta-panel p {
    	padding: 0 190px;
	}
	
}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	
	#hero-img {
    	height: 300px;
	}
	
	#hero-img h1 {
    	font-size: 26px;
    	margin: 50px 0 25px;
	}
	
	#hero-img p {
    	font-size: 16px;
	}
	
	#hero-img p br {
		display: none;
	}
	
	.business-panel h2 {
		font-size: 35px;
	}
	
	.about-panel h6 {
		margin: 0;
	}
	
	.about-panel h2 {
    	font-size: 25px;
	}
	
	.social-panel h2 {
		font-size: 30px;
	}
	
	.footer-section ul li {
    	margin: 10px 4px 10px;
    	display: block;
	}
	
	.site-footer {
		padding: 0;
	}
	
	.page-featured-image img {
    	height: 200px;
    	object-fit: cover;
	}
	
	.item img {
    	height: 55px;
	}
	
	.universal-panel-1 {
    	padding: 40px 0 0;
	}
	
	h1.entry-title {
    	font-size: 25px;
    	padding: 15px 45px;
	}
	
	.inventory-panel h2 {
    	font-size: 26px;
	}
	
	.inventory-panel .right-col p {
    	padding: 0;
	}
	
	.services-provided h2, .contact-information h2 {
		font-size: 30px;
	}
	
	.intro-panel h2, .tab-color-row h2 {
    	font-size: 20px;
		padding: 0 10px;
	}
	
	.intro-panel p {
    	font-size: 16px;
	}
	
	.intro-panel p strong {
		font-size: 26px;
	}
	
	.contact-us-for-retail h2 {
    	font-size: 26px;
	}
	
	.tabs-panel .sow-tabs-tab-container .sow-tabs-tab {
    	margin: 0 0 10px !important;
    	width: 100%;
	}
	
	.tabs-panel .sow-tabs-tab-container {
    	padding: 0 0 0px !important;
	}
	
	.tab2-content h3 {
		font-size: 24px;
	}
	
	.tab2-content p {
    	padding: 0;
	}
	
	.tab-color-row p a {
		font-size: 16px;
		max-width: 270px;
	}
	
	.tab-color-row p {
    	padding: 0 8px;
	}
	
	.tab3-content h2 {
		font-size: 24px;
	}
	
	.tab3-content {
    	padding: 0;
	}
	
	.footer-section .textwidget a {
		margin: 20px 25px 30px;
	}
	
	.cta-panel h2 {
    	font-size: 24px;
	}
	
	.cta-panel p {
    	padding: 0 50px;
	}
	
	.cta-panel.asphalt-page p {
    	padding: 0;
	}
	
	.cta-panel p a {
    	font-size: 15px;
	}
	
	.contact-info h2, .hagi-row h2 {
		font-size: 30px;
	}
	
	.no-page-featured-image {
    	margin: 20px 0 -40px;
	}
	
	.why-text h2 {
    	padding: 0;
    	text-align: center;
	}

}