/*
Theme Name: Palmetto Collision
Theme URI: http://www.nebulatechnologies.net
Author: nebula Technologies
Author URI: http://www.nebulatechnologies.net
Description: Palmetto Collision theme was a custom build, based on the 2013 theme core.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: roofer

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@font-face {
    font-family: "BebasNeue";
    src: url('css/BebasNeue-Regular.woff') format('woff'),url('css/BebasNeue-Regular.woff2') format('woff2'),url('css/BebasNeue-Regular.ttf') format('truetype'),url("css/BebasNeue-Regular.otf") format('embedded-opentype'),url("css/BebasNeue-Regular.svg#svgFontname") format('svg');
}
@font-face {
    font-family: "BebasNeue";
    src: url('css/BebasNeue-Bold.woff') format('woff'),url('css/BebasNeue-Bold.woff2') format('woff2'),url('css/BebasNeue-bold.ttf') format('truetype')url("css/BebasNeue-Bold.otf") format('embedded-opentype'),url("css/BebasNeue-Bold.svg#svgFontname") format('svg');
    font-weight: bold;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin:             0;
	padding:            0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', "Source Sans Pro", Helvetica, sans-serif;
}
html {overflow-x:hidden;}
body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	background: #fff;
	font-family: 'Open Sans', "Source Sans Pro", arial, sans-serif;
	font-size:15px;
	letter-spacing:1px;
	overflow-x:hidden;
}
a {
	color: inherit;
	text-decoration: none;
}

a:visited {
	
}

a:focus {
	outline: 0;
}

a:active,
a:hover {
	color: inherit;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:"BebasNeue", sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
    margin: 25px 0 25px 65px;
    color: #555;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.3);
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

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

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
 	border: 2px solid #B2B5B6;
    font-family: inherit;
    padding: 4px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #C50000;
    border: none;
    border-bottom: 3px solid #850202;
    box-shadow: inset 3px 6px 20px #D23636, inset -3px -6px 20px #B00000, 3px 6px 15px #ACAEB0;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    padding: 8px 45px 12px 45px;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px #F67878, 0 -1px #3B0303;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #E90000;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #E90000;
	border: none;
	border-top: 3px solid #A92F2F;
	padding: 12px 45px 8px 45px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background: #FFF;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}
.white-bg {min-height:600px;}
.fade-wrap {
    position: relative;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #0E2242;
    box-shadow: inset 0 5px 135px #010A19, 0 1px #000000;
    border-bottom: 6px solid #000D23;
    border-top: 1px solid #000D23;
	z-index:9988;
}
#fader {
  position: relative;
  width: 1200px;
  height: auto;
  border: 1px solid #222;
  margin: 0px auto;
  overflow: hidden;
  background: #0E2242;
}
div.rev_slider_wrapper#rev_slider_1_1_wrapper {
	background: transparent!important;
	background-color: transparent!important;
}
	
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

 /*
 * logo/branding CSS
 *------------------------*/

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
 
 
 
.white-head {
	  display: block;
  height: 220px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.company-name {
    position: relative;
    width: 60%;
    clear: left;
    margin-left: 68px;
    padding-top: 15px;
	text-align:center;
	z-index:90;
}
.company-name a:hover {text-decoration:none;cursor:pointer;}
.company-name h1 {
font-family: 'Open Sans', "Source Sans Pro", arial, sans-serif;
    color: #0d3078;
    margin: 0;
    padding: 60px 0 0 0;
    font-size: 44px;
    letter-spacing: 3px;
    position: relative;
    overflow: visible;
    width: 535px;
    text-align: center;
}
.company-name h1:after {
content: "";
    background-image: url(images/palmetto-palm-logo.png);
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: visible;
    display: block;
    width: 100%;
    height: 300px;
    top: -40px;
    left: -12px;
}
.social-head {
position:absolute;
}
.phonestuff {position:absolute;top:30px;right:12px;z-index:100;}
.phonestuff h3 {
	font-size: 19px;
    letter-spacing: 2px;
    color: #555;
    padding: 0;
    margin: 3px 0;
    text-align: center;
    font-family: 'Open Sans', "Source Sans Pro", arial, sans-serif;
    font-weight: normal;
}
.phonestuff a {
color: #444;
    text-shadow: 0px 1px rgba(45, 103, 150, 0.49);
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 20px;	
}
.phonestuff a.contact {
	font-size: 18px;
    margin: 8px 0;
    padding: 4px 12px;
    color: #fff;
	background: #123F9C;
    border-radius: 12px;
    border: 2px solid #DDD;
    box-shadow: inset 0 3px 6px #2C63D4, inset 0 -3px 6px #081D49,inset 0 0 0 1px #aaa, 0 0 0 1px #aaa, 3px 5px 6px #CCC;
}
img.logoPic {
	
}
.site-header {
	position: relative;
    width: 100%;
    height: 86px;
    font-size: 20px;
    padding: 0 40px 0 23px;
    text-transform: uppercase;
    border-top: 2px solid #000D23;
    border-bottom: none;
    z-index: 9999;
    background-color: #E0E0E0;
    box-shadow: inset 0 -1px 0 0 #340404, 0 1px 0 0 #000000, inset 3px 4px 16px #FBFCFB, inset -3px -3px 16px #8C8C8C;
}
.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}
.colWrap {
	width:100%;
	margin:30px auto;
}
.colWrap:before, .colWrap:after {
	content: " ";
    display: table;
}
.colWrap:after {
	clear:both;
}
.col4 {
width:25%;
float:left;	
}
.entry-content .col4 h2 {
text-align:center;
letter-spacing:2px;
margin:5px 0;
}
.col4 p img.col4Img {
width:90%;
margin:0 0 15px 5%;
padding:7px;
background:#ccc;
border:1px solid #aaa;
border-radius:5px;
box-shadow: 3px 6px 15px #777;
height:auto;
min-height:60px;
}
.entry-content .col4 p {
	margin:5px 0;
}
.entry-content .col4 div.col4text p{
	margin:5px 5%;
}
.entry-content .col4 div.col4text {
	min-height:160px;
    border-right: 1px solid #ccc;
    box-shadow: 1px 0px #eee, inset -1px 0px #eee;
}
.entry-content .col4:nth-child(4) div.col4text {
    border-right: none;
    box-shadow: none;
}
.col4 p a.col4Link {
	text-align: center;
    display: block;
    width: 130px;
    font-size: 14px;
    margin: 8px auto;
    padding: 4px 12px;
    color: #fff;
    background: #123F9C;
    border-radius: 12px;
    border: 2px solid #DDD;
    box-shadow: inset 0 3px 6px #2C63D4, inset 0 -3px 6px #081D49,inset 0 0 0 1px #aaa, 0 0 0 1px #aaa, 3px 5px 6px #CCC;
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.nav-first {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #CF8205;
  text-shadow: 0 1px #573B0E;
}
.first {
  display:block;clear:both;
}
.dropdown-text {
  font-size: 16px;
  line-height: 16px;
  color: #AFE4BE;
  font-weight: bold;
  text-shadow: 0 1px #257315;	
}
.main-navigation {
	/*clear: both;*/
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
	font-size:0;
}
.nav-menu li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  letter-spacing: 1px;
  height: 82px;
  text-align: center;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #9E9E9E;
    background-color: #E0E0E0;
    box-shadow: inset 3px 4px 16px #FBFCFB, inset -3px -3px 16px #8C8C8C;
}
.nav-menu li a {
    color: #0D3078;
    text-shadow: 0 1px #C4D4F7, 0 -1px #071F4F;
	display: block;
	font-size: 15px;
	line-height: 1;
    padding: 30px 20px 35px 20px;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #0D3078;
    text-shadow: 0 1px #C4D4F7, 0 -1px #071F4F, 0 0 8px #3B7BFF;
}
.nav-menu li:active > a,
.nav-menu li a:active {
	box-shadow:inset -3px -3px 16px #FBFCFB, inset 3px 3px 16px #8C8C8C;
}
.nav-menu ul.sub-menu li {
	border-left: 1px solid #D22525;
    border-right: 1px solid #901313;
    background-color: #C50000;
    box-shadow: inset 3px 4px 16px #FF3D3D, inset -3px -3px 16px #6B0000;
	height:60px;
}
.nav-menu ul.sub-menu li:last-child {
	border-bottom:2px solid #043412;
	border-radius:0 0 3px 3px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu ul.sub-menu li a {padding:20px;}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
	background:#f90;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
}
ul.nav-menu li#menu-item-90, ul.nav-menu li:last-child, #menu-item-90 {display:none!important;}
.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

/*  Adjust stop for anchor names */

.anchor-name {display:block;margin-top:-75px;}
.top-stop {
position:absolute;
top:0;
right:0;
width:1px;
height:1px;
background:transparent;
text-decoration:none;
color:transparent;
opacity:0;
}
#backToTop {
    position: fixed;
    z-index: 99999;
    bottom: 50px;
    right: 50px;
    display: none;
    width: 65px;
    height: 60px;
    background: rgba(33, 72, 129, 0.7);
    border: 4px solid #04265E;
    border-radius: 10px;
    color: #567BBB;
    text-transform: uppercase;
    text-shadow: 0 1px #D9DEE6;
    box-shadow: inset -3px -3px 12px rgba(14, 38, 75, 0.75), inset 3px 3px 12px rgba(55, 84, 128, 0.75), 3px 3px 17px rgba(14, 38, 75, 0.5);
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding:0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	width: 100%;
}





/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {

}

.entry-content a:hover,
.comment-content a:hover {

}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}


.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}




.entry-content h2 {
	font-weight: bold;
    font-size: 2em;
    letter-spacing: 0px;
    margin: 10px 0 10px 60px;
    color: #0B387F;
    text-shadow: 1px 1px 1px rgba(158, 154, 154, 0.3);
    text-transform: uppercase;
}

.fleetCallout {
	width: 100%;
    background: #F3F4F7;
    border: 3px solid #ddd;
    border-radius: 2px;
    margin: 20px auto;
	padding:10px;
}
.entry-content .fleetCallout#fleetOne {max-width:400px;}
.entry-content .fleetCallout p {
font-size:17px;
margin:0px;
text-shadow:0px 1px rgba(51,51,51,0.5), 0px -1px rgba(51,51,51,0.5);
text-align:center;
}
.palC {color:#0B387F;font-weight:bold;white-space: nowrap;}
p.center {text-align:center;}
.entry-content .fleetPic {
    margin: 10px auto;
    display: block;
    padding: 10px;
    background: #DEDBD8;
    border: 2px solid #B5AEA6;
    border-radius: 3px;
    box-shadow: 4px 7px 15px #ABAAA8;
}

/**
 * Form Styles
 * ----------------------------------------------------------------------------
 */
#ninja_forms_form_1_cont {
    position: absolute;
    right: 20%;
	width:288px;
	min-height:400px;
    top: 45px;
    z-index: 9999;
    overflow: visible;
    font-size: 12px;
    padding: 7px;
    border: 3px solid #767B80;
    border-radius: 3px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e8ea+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e8ea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e8ea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e8ea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e8ea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e8ea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e8ea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e8ea',GradientType=0 ); /* IE6-9 */
}
#ninja_forms_form_5_cont {

    z-index: 999999999;
    overflow: visible;
    font-size: 14px;
    padding: 7px;
    border: 3px solid #767B80;
    border-radius: 3px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e8ea+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e8ea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e8ea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e8ea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e8ea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e8ea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e8ea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e8ea',GradientType=0 ); /* IE6-9 */
}
#contactWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(12, 10, 0, 0.8);
    z-index: 999990;
	visibility: hidden;  
	opacity:0;
    transition:opacity 1.0s ease;
}
#contactWrap.contactWrapActive {visibility:visible!important;opacity:1;}
#flyout-contact {
    width: 100%;
    height: 100%;
    position: relative;	
}
#ninja_forms_form_1_cont input[type="submit"], #ninja_forms_form_5_cont input[type="submit"]{
    margin: 10px 0 0 50%;
    position: relative;
    left: -25%;
}
#ninja_forms_form_1_cont h2, #ninja_forms_form_5_cont h2 {
    font-size: 18px;
    margin: 0;
    padding: 14px 5px 15px 20px;
    text-align: center;
    background: #C50000;
    width: 120%;
    left: -10%;
    position: relative;
    border: 3px solid #0D2040;
	border-right: 5px solid #0D2040;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0px 1px #333;
    letter-spacing: 1px;
	position:relative;
}
#ninja_forms_form_1_cont h2:before, #ninja_forms_form_5_cont h2:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 38px solid #0D2040;
    position: absolute;
    top: 0;
    left: 0;
}
.ninja-forms-required-items {display:none;}
.field-wrap.label-right label, .field-wrap.label-left label {
    display: inline-block!important;
    width: 70px;
    margin-left: 10px;
}
.field-wrap, #ninja_forms_required_items {
    margin-bottom: 8px!important;
}
.field-wrap, #ninja_forms_required_items:first-child {
    margin-top: 8px!important;
}
.textarea-wrap textarea {
    height: 100px!important;
}
#ninja_forms_field_3, #ninja_forms_field_19 {
	vertical-align: top;
}
.ninja-forms-form-wrap label {
    font-weight: normal!important;
    color: #091832;
    text-shadow: 0 0 1px #B2B5B6;
    letter-spacing: 2px;
}
/**
 * general
 * ----------------------------------------------------------------------------
 */.entry-content h2.redHeading {
	font-family: sans-serif;
    font-style: italic;
    font-size: 1.8em;
    letter-spacing: 1px;
    text-align: center;
    color: #C63404;
    text-shadow: 1px 2px #fff, 1px 2px 1px #7D7462;
    padding: 0px;
    margin: 15px 100px 15px 0px;	
}
.entry-content h1.blueHeading {
    font-family: sans-serif;
    font-style: italic;
    font-size: 2.8em;
    letter-spacing: 1px;
    text-align: center;
    color: #0E2242;
    text-shadow: 1px 2px #fff, 1px 3px 1px #566884;
    padding: 0px;
    margin: 15px 100px 15px 0px;
    text-transform: uppercase;	
}
.entry-content h3 {
	font-size: 22px;
    margin: 30px 60px;
    text-align: center;
    font-style: italic;
    color: #AC0D0D;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
}
.entry-content p { }
.list-red-highlight {
	color: #C50000;
    font-weight: bold;
    letter-spacing: 1px;	
}
.entry-content ol {
max-width:800px;
margin:10px 0 10px 40px;	
}
.entry-content ol li {
padding: 0 0 20px 0;	
}
#cat-pic {
    width: 550px;
    height: 300px;
    padding: 10px;
    margin: 30px 0px 30px 10px;
    box-shadow: 5px 5px 12px 0px #C4C1BF, inset 0px 0px 0px 1px #fefefe;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background: #F8F9FA;
    padding: 10px;
}
.entry-content h2.subCat {
font-family: sans-serif;
    font-style: normal;
    font-size: 2em;
    letter-spacing: 0px;
    text-align: left;
    color: #2B5CAA;
    text-shadow: 1px 2px #fff, 1px 3px 1px rgba(102, 85, 0, 0.3);
    padding: 0px;
    margin: 0;
    text-transform: none;
}
.entry-content img.subPic {
	margin: 10px;
    box-shadow: 5px 5px 12px 0px #C4C1BF, inset 0px 0px 0px 1px #fefefe;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background: #F8F9FA;
    padding: 10px;
    float: right;
}
/**
 * homepage
 * ----------------------------------------------------------------------------
 */
 ul.colWrap {
	width:100%; 
	list-style:none;
 }
 ul.colWrap li.col3 p {
 padding:5px;
 margin:0px;
 }
ul.colWrap li.col3 {
	width:32%; 
	list-style:none;
	margin:10px 0 10px 1%;
	float:left;
 }
ul.colWrap li.col3 h3 {
	min-height: 2.5em;
   }
ul.colWrap li.col3 img.col3img {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    box-shadow: rgb(196, 193, 191) 5px 5px 12px 0px, rgb(254, 254, 254) 0px 0px 0px 1px inset;
    border-radius: 5px;
    background: rgb(248, 249, 250);
}
ul.colWrap li.col3 a.col3link {
	text-align:center;
	text-decoration: underline;
    color: #AC0D0D;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.46);
    width: 100%;
    display: block;
}
.focal {
    padding: 30px 50px;
    margin: 30px 0 60px 0;
    text-align: center;
    line-height: 1.7em;
    box-shadow: 0px 21px 3px -20px #333,0px -21px 3px -20px #333;
    border-radius: 70px;
}
.entry-content .focus p {
    margin: 0;
}
a.mainCall {
font-size: 18px;
    margin: 0 auto;
    display: block;
    padding: 14px 5px 15px 20px;
    text-align: center;
    background: #C50000;
    width: 320px;
    left: 0;
    position: relative;
    border: 3px solid #0D2040;
    border-right: 5px solid #0D2040;
    border-radius: 3px;
    color: #fff;
    text-shadow: 0px 1px #333;
    letter-spacing: 1px;
    position: relative;	
}
a.mainCall:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 38px solid #0D2040;
    position: absolute;
    top: 0;
    left: 0;
}
ul.colWrap li.col3 h3.financing {
    margin: 0 auto;
    min-height: auto;
    padding-top: 15px;	
}
ul.colWrap li.col3 img.ccards {
    display: block;
    margin: 0 auto;
}
ul.colWrap li.col3 a.lowerPhone {
	display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #533E0B;
    /* color: #0D2040; */
    letter-spacing: 8px;
    font-size: 20px;
    vertical-align: top;
    line-height: 1em;
    padding-left: 6px;	
}
.entry-content p.info {
	font-size:1.1em;
	font-style:italic;
	color:#666;
}
.entry-content p.info a {
	color:#666;
	text-decoration:underline;
}
.entry-content p.info .callout {
	color:#AC0D0D;
	font-weight:bold;
}
.focal {
    padding: 30px 50px;
    margin: 30px 0 60px 0;
    text-align: center;
    line-height: 1.7em;
    box-shadow: 0px 21px 3px -20px #333,0px -21px 3px -20px #333;
    border-radius: 70px;
}
.entry-content .focal p {
    margin: 1em 20px;
    font-weight: bold;
    color: #777;
    font-style: italic;
    text-shadow: none;
}
/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.pre-footer {
	position:relative;
  width: 100%;
  height: 180px;
  text-align: center;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: bold;
  font-style: italic;
  color: #153361;
  text-shadow: 0 1px #fff;
  font-family: 'times new roman', serif;
  margin: 0;
  padding: 1.5em 0;
  background: #d0d3cf;
  background: -moz-linear-gradient(top, #d0d3cf 0%, #d4d6d4 24%, #edf2ed 51%, #d4d6d4 79%, #d0d3cf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d3cf), color-stop(24%,#d4d6d4), color-stop(51%,#edf2ed), color-stop(79%,#d4d6d4), color-stop(100%,#d0d3cf));
  background: -webkit-linear-gradient(top, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  background: -o-linear-gradient(top, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  background: -ms-linear-gradient(top, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  background: linear-gradient(to bottom, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d3cf', endColorstr='#d0d3cf',GradientType=0 );
}
.pre-footer:before {
  content: "";
  position: absolute;
  width: 1500px;
  top: 0px;
  left: -1500px;
  height: 180px;
  background: #d0d3cf;
  background: -moz-linear-gradient(top, #d0d3cf 0%, #d4d6d4 24%, #edf2ed 51%, #d4d6d4 79%, #d0d3cf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d3cf), color-stop(24%,#d4d6d4), color-stop(51%,#edf2ed), color-stop(79%,#d4d6d4), color-stop(100%,#d0d3cf));
  background: -webkit-linear-gradient(top, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  background: -o-linear-gradient(top, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  background: -ms-linear-gradient(top, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  background: linear-gradient(to bottom, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d3cf', endColorstr='#d0d3cf',GradientType=0 );
}
.pre-footer:after {
  content: "";
  position: absolute;
  width: 1500px;
  top: 0px;
  right: -1500px;
  height: 180px;
  background: #d0d3cf;
  background: -moz-linear-gradient(top, #d0d3cf 0%, #d4d6d4 24%, #edf2ed 51%, #d4d6d4 79%, #d0d3cf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d3cf), color-stop(24%,#d4d6d4), color-stop(51%,#edf2ed), color-stop(79%,#d4d6d4), color-stop(100%,#d0d3cf));
  background: -webkit-linear-gradient(top, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  background: -o-linear-gradient(top, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  background: -ms-linear-gradient(top, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  background: linear-gradient(to bottom, #d0d3cf 0%,#d4d6d4 24%,#edf2ed 51%,#d4d6d4 79%,#d0d3cf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d3cf', endColorstr='#d0d3cf',GradientType=0 );
}
.pre-footer em {text-decoration:underline;}
.site-footer {
position: relative;
    height: 260px;
    text-shadow: 0 1px #3C7ADC;
    background: #0E2242;
    border-bottom: 2px solid #000000;
    border-top: 10px solid #000D23;
    box-shadow: inset 0 3px 0 0 #07172F,inset 0 4px 0 0 #1C355A, 0 -1px 0 0 #000000;
}
.site-footer:before {
  content: "";
  position: absolute;
  width: 1500px;
  top: -10px;
  left: -1500px;
  height: 260px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    background: #0E2242;
    border-bottom: 2px solid #000000;
    border-top: 10px solid #000D23;
    box-shadow: inset 0 3px 0 0 #07172F,inset 0 4px 0 0 #1C355A, 0 -1px 0 0 #000000;
}
.site-footer:after {
  content: "";
  position: absolute;
  width: 1500px;
  top: -10px;
  right: -1500px;
  height: 260px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    background: #0E2242;
    border-bottom: 2px solid #000000;
    border-top: 10px solid #000D23;
    box-shadow: inset 0 3px 0 0 #07172F,inset 0 4px 0 0 #1C355A, 0 -1px 0 0 #000000;
}
.site-footer a {
	color: #686758;
}
.infobox {
  float: left;
  width: 270px;
  margin-right: 20px;
  font-size: 12px;
}
.infobox h2 {
padding-left: 10px;
  font-size: 16px;
  margin: 18px 0 0 0;
  color: #C8C8C8;
  letter-spacing: 2px;
  text-shadow: 0 1px rgba(107,161,248,0.5), 0px -1px #000205;
}
.infobox h2:before, .prefoot .infobox h2:after {
    content: " - ";
    position: relative;
}
.infobox ul {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0 0 0 12px;
}
.infobox ul li {
    width: 240px;
    padding: 5px 10px 5px 20px;
    border-bottom: 1px solid #c9c9c9;
    color: #C8C8C8;
    text-shadow: 0 1px #043412;
}
.infobox ul li a {
  color: #C8C8C8;
  text-shadow: 0 1px #043412;
}
#collision-repair-copyright {
  position: relative;
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
  color: #aaa;
  text-shadow: 0 1px #043412;
}
#copy-link, #copy-link:hover {
  color: inherit;
  text-shadow: inherit;
  text-decoration: none;
  cursor: default;
}

#wpstats {
	display: none;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
 @media screen and (max-width: 1350px) {
#ninja_forms_form_1_cont { right:10%;}	
}
@media screen and (max-width: 1190px) {
.entry-content {padding:10px;}
.nav-menu li a {font-size:13px;letter-spacing:0px;padding: 30px 12px 35px 12px;}
.fade-wrap {
  height: auto;
  padding: 0;
 /* background:transparent!important;
  border:none;
  box-shadow:none;*/
}
#fader {
  width: 100%;
 /* height: auto;
  border: none;
  background:transparent!important; */
}
.rev_slider_wrapper {background:transparent!important;
}
#fader .tp-bullets {display:none;}

.pre-footer:before, .site-footer:before {
  content: "";
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  background: transparent;
  display: table;
  clear: both;
}
.pre-footer:after, .site-footer:after {
  content: "";
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  background: transparent;
  display: table;
  clear: both;
}
.entry-content h2 {
  font-size: 2.8em;
}

.entry-content .col4 h2 {
  font-size: 2em;
}
.entry-content .col4 div.col4text {
    min-height: 240px;
}
.arrow-container {
  left: 373px;
  top: 21px;
}
.site-footer {
  height: auto;
  padding-bottom: 20px;
}
.infobox h3 {
  width: 100%;
}
.phonestuff {
    background-color: #fff;
    right: 0px;
    padding-right: 12px;
}
.company-name {
    margin-left: 10px;
    width: auto;
}
}
@media (max-width: 1069px) {

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}
}
@media screen and (max-width: 999px) {
.focal {
    padding: 6px 0;
    margin: 0;
}
.nav-menu li a {
/*  padding: 0px 5px;*/
}
.entry-content h2 {
  font-size: 2.5em;
}
.entry-content .col4 h2 {
  font-size: 1.5em;
}
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
}
@media (max-width: 880px) {
h4 {margin:25px 0;}
.infobox {;
    margin-right: 0;
    margin-left: 20px;
}
.company-name h1 {
font-size:34px;width:425px;
}
.menu-menu-1-container {
  width: 100%;
  background: transparent;
  position: relative;
  /* clear: both; */
  margin-top: 74px;
  display: block;
}
.nav-menu li {
  border: none;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #777;
  box-shadow: none;
  text-shadow: none;
  background-color:#aaa;
  height:auto;
}
.nav-menu li:hover {
	background-color: #cbcbcb;
}
.nav-menu li a {
    color: #FFFFFF;
    text-shadow: 0 -1px #222, 0px 1px #ACACAC;
    font-size: 16px;
    line-height: 1em;
    padding: 15px 0;
    font-weight: bold;
}
.nav-menu li:active > a, .nav-menu li a:active {
    box-shadow: none;
	background-color: #cbcbcb;
}
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
	background: #15305B;
    border: 1px solid #0B1D39;
    border-radius: 6px;
    color: #FFFFFF;
    text-shadow: 0px -1px #061429, 0px 1px #2C5494;
    padding: 12px;
    position: absolute;
    right: 0px;
    top: 11px;
    box-shadow:inset 2px 4px 20px #234D91, inset -2px -4px 20px #061020, 3px 3px 15px #071736;
}
.dropdown-text {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  text-shadow: inherit;
  text-align: center;
}
	.menu-toggle:focus {
		outline: none;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
    border: 4px solid #A00000;
    border-radius: 4px;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	
ul.nav-menu li#menu-item-90, ul.nav-menu li:last-child, #menu-item-90 {display:block!important;}
}
@media (max-width: 810px) {
.entry-content .col4 h2 {
height:4em;
}
.entry-content h1 {font-size:32px;margin:18px 0;}
.entry-content h2 {font-size:26px;margin:10px 0;}
}
/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
.company-name {
   width: 345px;	
}
.company-name h1 {
font-size:24px;
}
.company-name h1:after {
top: -55px;
left: -16px;
}
.entry-content .col4 div.col4text {
    min-height: 340px;
}
.phonestuff h3 {
font-size: 17px;
}
.phonestuff a {
font-size: 18px;
}
.phonestuff a.contact {
font-size: 14px;
}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

}

@media (max-width: 643px) {
	.pre-footer {padding: 1em 0;}
.col4 {
  width:50%;
}
.entry-content .col4 div.col4text {
    min-height: 200px;
}
.entry-content .col4:nth-of-type(n+3) {
margin-top:40px;
}
	.site-header {padding:0  15px 0 0;}
	.phonestuff a.contact {
  display: none;
}
.phonestuff h3 {
  display: none;
}
.phonestuff {
  position: absolute;
  top: 2px;
  right: 12px;
  bottom: auto;
}
.company-name {
    margin: 0 auto;
    width: 100%;
	padding-top:32px;
}
#backToTop {
    position: fixed;
    bottom: 8px;
    right: 5px;
    display: none;
    width: 50px;
    height: 30px;
    border-radius: 2px;
    padding-top: 0;
}
}
/* Mobile devices */
@media (max-width: 459px) {
.entry-content .col4 div.col4text {
    min-height: auto;
}
.pre-footer {height:150px;}
#wide-foot {font-size:30px;}
.company-name h1 {
font-size:20px;width:100%;
}
.company-name h1:after {
top: -55px;
left: -16px;
}
}
@media (max-width: 400px) {
.col4 {
  width:100%;margin-top:10px;
}
content .col4 div.col4text {
    min-height: auto;
}

}
@media screen and (-webkit-min-device-pixel-ratio:0) { 

}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {


}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}


	.site-footer,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}
