/*
Theme Name: herbert
Theme URI: http://underscores.me/
Author: Bandwise LLC
Author URI: http://bandwise.com
Description: Custom Site for Herbert Asphalt
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

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.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

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

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

/* =Reset
-------------------------------------------------------------- */

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 0 1em;
	border-left: 3px solid #FAE20A;
	border-top: 1px solid #FAE20A;	
	border-bottom: 1px solid #FAE20A;
	font-size: 1.4em;
	padding: 0.5em 1em;
	box-shadow: inset 5px 4px 5px -2px #FAE20A, inset 5px -4px 5px -2px #FAE20A;
}
blockquote:before {
	content: '\f10d';
	float: left;
	color: #CCC;
	text-shadow: 2px 2px 5px #000;
	margin-right: 0.4em;
	font-family: "FontAwesome";
	font-size: 2em;
}
blockquote p {
	margin:0;
	padding:0;
}
blockquote footer {
	font-size: 0.8em;
	padding:0.3em 0 0;
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: white;
}
a:visited {
	color: #ccc;
}
a:hover,
a:focus,
a:active {
	color: #ccc;
	cursor: pointer;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.col-50 {
	width:49% !important;
}
.col-3 {
	width:32% !important;
}
.col-25 {
	width:25% !important;
}
.col-20 {
	width:20% !important;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	display:block;
	margin:0 auto;
}
.textcenter {
	text-align: center;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.sign-background {
	position: relative;
	z-index: 20;
	border-radius: 8px;
	background: #FAE309;
	border: 5px solid #000000;
	display: block;
	text-align: center;
	text-shadow: 0px 1px 1px #FFFFFF;
}
.sign-background:hover {
	background:#E6D017;
}

/* =Main Styles
-----------------------------------------------
----------------------------------------------- */

html, body {min-height:100%;}

body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	background-scroll: fixed;
	background-position: top left;
	color: #f2f2f2;
}

#main {
	width:90%;
	max-width: 90em;
	margin: 0 auto;
	padding: 1em 3em;
	font: 1em/1.3 "Amethysta", serif;
}

#primary {
	float:right;
	width:70%;
}
#primary.full-width {
	float:none;
	width:100%;
}
#secondary {
	float:left;
	width:29%;
}

.site-footer {
	clear:both;
	border-top: 2px solid #FAE20A;
  padding: 1em 0;
}
.site-info a {
	color:white;
	text-decoration: none;
}
.site-info a:hover {
	color:#f2f2f2;
	text-decoration: underline;
}
/* =Header
----------------------------------------------- */

#masthead {
	position: relative;
	z-index: 2;
	box-shadow: 0px 1px 10px 0px #353535;
	border-bottom: 1px solid #505050;
	height: 9em;
}

#masthead:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:9em;
	width:100%;
	background: transparent url('images/gradient.png') repeat-x bottom left;
}

#masthead hgroup {
	position: relative;
	z-index:2;
	width: 75em;
	height: 9em;
	margin: 0 auto;
	background: transparent url('images/header2.png') no-repeat bottom left;
}

#masthead hgroup h1, #masthead hgroup h2, #masthead hgroup h3{
	text-indent:-9999px;
	color:black;
	font: 2.6em/1.1 normal 'bebasneue', sans-serif;
	text-decoration:none;
}

.contact {
	position: absolute;
	font: 2.2em/1.1 'fancy', 'Helvetica', sans-serif;
	top: 0.2em;
	color: #CFCFCF;
	text-shadow: 0 0 0.1em #616161,-2px -2px 0 #222, 3px 3px 5px #000000;
	left: 18.5em;
} 

.mobile-contact {
	display:none;
	margin: 0.7em 0 0em;
	text-align: center;
	font-size: 1.4em;
	color: #CFCFCF;
	text-shadow: -0.03em -0.03em grey;
}

.mobile-contact a {
	margin: 0.1em;
	padding: 2% 5%;
	color:black;
	display:inline;
	font-size:2em;
	text-decoration: none;
}
.mobile-contact .small {
	font-size: 1em;
	color:white
}

.no-js .mobile-contact #email {
	display:none !important;
}


/* =Menu
----------------------------------------------- */

.site-navigation {
	clear: both;
	width: 100%;
	font: 1em/1.3 "Amethysta", serif;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	text-align:center;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	display: inline-block;
}
.main-navigation a {

  -webkit-transition: all 0.2s ease-in-out; 
     -moz-transition: all 0.2s ease-in-out; 
       -o-transition: all 0.2s ease-in-out; 
          transition: all 0.2s ease-in-out; 
          
	text-decoration: none;
	position: relative;
	display: block;
	padding: 1em 1em 0.5em;
	margin: -0.5em 1em 0;
	color: #000;
	text-shadow: 0 1px #fff;
	background-color: #FAE20A;
	font-size: 1.2em;
	box-shadow: inset 0 0 1px #333, 0 0 3px #ccc;
}
.main-navigation a:hover {
	background: #A0910F;
	color: #fff;
	text-shadow:0 1px #000;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	text-align: center;
	background: #FAE20A;
	padding: 0.2em;
	color: #000;
	text-shadow: 0 1px #FFF;
	font-size: 2em;
	margin: 0.5em 0 0;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	box-shadow: inset 0 0 5px 2px #333;
}
.main-small-navigation .toggled-on {
	box-shadow: inset 0 3px 5px -2px #000, inset 5px 0 5px -3px #000, inset -5px 0 5px -3px #000;
	border-bottom:0;
}
.main-small-navigation .menu {
	display: none;
	background:#fae20a;
	box-shadow: inset 0 -3px 5px #000, inset 5px 0 5px -3px #000, inset -5px 0 5px -3px #000;
}
.main-small-navigation .menu {
	margin:0;
	padding:0;
}
.main-small-navigation .menu li {
	list-style: none;
	text-align: center;
	padding:0.3em 0;
	border-top:1px solid black;
}
.main-small-navigation .menu a {
	color: #000;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 0 1px white;	
}

/* =Content
----------------------------------------------- */

.feature-cont {
	margin: 0 0 2.5em;
}
.feature-cont a {
	text-decoration: none;
}
.feature-cont a:hover .feature {
	background:#E6D017;
}
.feature {

  -webkit-transition: all 0.2s ease-in-out; 
     -moz-transition: all 0.2s ease-in-out; 
       -o-transition: all 0.2s ease-in-out; 
          transition: all 0.2s ease-in-out; 
          
	color: black;
	text-shadow: 0 1px white;
	margin-left: 0.25em;
}
.feature i {
	font-size: 7em;
	margin: 0.15em 0 0;
	display: block;
}
.feature h2, .feature h2.small {
	font-size: 3em;
	text-align: center;
}
.feature h2.small {
	font-size: 2.1em;
}
.services-subtitle {
	font-size: 2em;
	text-align: center;
	color: #C5C5C5;
	text-shadow: 3px 3px 2px black;
	font-family: 'bebasneue';
}
.services, .services-right {
	margin: 0;
	border-left: 3px solid #FAE20A;
	border-top: 1px solid #FAE20A;	
	border-bottom: 1px solid #FAE20A;
	font-size: 1.4em;
	padding: 0.5em 1em;
	box-shadow: inset 5px 4px 5px -2px #FAE20A, inset 5px -4px 5px -2px #FAE20A;
}
.services-right {
	border-left:0;
	border-right: 3px solid #FAE20A;
	box-shadow: inset -5px 4px 5px -2px #FAE20A, inset -5px -4px 5px -2px #FAE20A;
}
.services h3, .services-right h3 {
	font-size: 2em;
	text-align: left;
	margin: 0 0 0.3em;
	color: #C5C5C5;
	text-shadow: 3px 3px 2px #000;
	font-family: 'bebasneue';
}
.services-right h3 {
	text-align: right;
}
.services img, .services-right img {
	margin: 0.1em 0.3em;
	width:42% !important;
}
.services .single, .services-right .single {
	width: 12% !important;
	margin: 0.3em 1.4em 0 0;
}
.services-right .single {
	width: 12% !important;
	margin: 0.3em 0 0 1.4em;
}

.services .single img, .services-right .single img {
	width:100% !important;
}
.services p, .services-right p {
	margin:0;
	padding:0;
}
.services footer, .services-right footer {
	font-size: 0.8em;
	padding:0.3em 0 0;
	font-style: italic;
}
.steps .feature {
	width:24.5%;
}
.steps .feature i {
	font-size:5em;
}
.steps .feature h4 {
	font-size:1em;
	padding:0.4em;
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-title, .entry-header h3 {
	font-size: 4em;
	text-align: center;
	color: #C5C5C5;
	text-shadow: 3px 3px 2px #000;
	font-family: 'bebasneue';
}
.entry-header h3 {
	font-size: 2em;
	margin:0;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-content .prevent-main h3 {
	font-size: 2.4em;
	margin:0.5em 0;
	text-align: center;
	color: #C5C5C5;
	text-shadow: 3px 3px 2px #000;
	font-family: 'bebasneue';
	border-bottom:1px solid #FAE20A;
}
.entry-content h4 {
	font-size: 1.3em;
	text-align: center;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.bypostauthor {
}

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

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {
	display: none;
}

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

@media all and (max-width:75em) {
	#masthead hgroup{
		width:57em;
	}
	#main {
		width:90%;
		padding:3em 0.5em;
	}
	.main-navigation a {
		margin: -0.5em 0.7em 0;
	}
	.feature {
		margin:0;
	}
	.feature i {
		font-size:7em;
	}
}
@media all and (max-width:59em) {
	#masthead hgroup {
		width: 38em;
	}
	#main {
		width: 40em;
	}
	#primary, #secondary {
		width: 100% !important;
		float: none;
	}
	.steps .feature {
		width:50% !important;
	}
	.feature h2.small {
		font-size: 1.5em;
	}
	.contact {
		display: none;
	}	
	.main-navigation a {
		padding: 0.7em 0.2em 0.3em;
		margin: -0.5em 0.1em 0;
	}
}
@media all and (max-width:39em) {
	blockquote, blockquote:before {
		font-size:1.1em;
	}
	#masthead hgroup {
		width:19em;
  }
  .services, .services-right {
  	margin:0;
  }
  .services img, .services-right img {
  	width:41% !important;
  }
  .services h3, .services-right h3 {
  	text-align: center;
  }
  .entry-content h4 {
  	font-size:1em;
  }
  .entry-content h3, .entry-content .prevent-main h3 {
  	font-size:1.6em;
  }
  .services p, .services-right p {
  	font-size:0.8em;
  }
  [class*='col'], .services .single, .services-right .single {
  	width:85% !important;
  	float:none !important;
  	margin:0 auto 0.5em;
  }
  .services .single img, .services-right .single img {
  	width:50% !important;
  	display: block;
  	margin:0 auto;
  	float:none !important;
  }
	#main {
		width:90%;
		padding:0.3em 0.5em;
	}
	.feature {
		width:100% !important;
	}
	.steps .feature {
		width:100% !important;
	}
	.feature h2.small {
		font-size:2em;
	}
	.hide {
		display:none;
	}
	.entry-header h3 {
		font-size:1.4em;
	}
	.entry-title {
		font-size:1.7em;
		text-align: center;
	}
	.mobile-contact {
		display: block;
	}	
	.site-footer {
		text-align:center;
		padding:0.5em;
		font-size:0.9em;
	}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (    min-moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  

  #masthead hgroup {
  	background: transparent url('images/header2@2x.png') no-repeat bottom left;
  	background-size:75em;
  }


}