/*
Theme Name: Inspection Werx
Theme URI: http://www.radiatedigital.com
Description: Premium WordPress theme based on the Radiate Framework
Version: 2.1
Author: Radiate Digital
Author URI: http://www.radiatedigital.com
*/


/* Table of Contents
==================================================
	#Global Reset
	#Structural Customization
	#Header
	#Navigation Bar
	#Typography
	#Tables
	#Widgets
	#WP Blog
	#Form Buttons
	#Styled Buttons
	#Tabs
	#Toggles
	#Callouts
	#Comments
	#WP Gallery
	#Misc
	#Example of Home Page Areas Styles
*/

/* @group Global Reset */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.pad td {
	padding: 10px;
}
pre, code {
	white-space: normal;
	background-color: #f7f7f7;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	display: block;
	font: 12px/24px Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}
p code {
	display: inline;
	white-space: normal;
}
p:empty {
	display: none;
}
.edit-link {
	display: block;
	margin-bottom: 20px;
}
body {
	line-height: 150%;
	background-color: #000000;
	/* font-family: "Helvetica Neue", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;*/ 
	font-family: 'Open Sans', sans-serif;
}
/* @end */



/* @group Structural Customization */


/*wrappers*/

#header-wrap {
}
.masternav-wrap {
}
#title-wrap {
	background-color: #f3f3f3;
	color: #abacaf;
	position: relative;
}
.content-wrap {
	background-color: #f3f3f3;
}
.page-wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-wrap #content img {
	max-width:100%;
	height:auto;
}
/* Footer Styles */

#footer-bg {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color:#d00606;
}
#footer, #footer_text {
	font-size: 15px;
	color: #ebebeb;
}
#footer_text {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer a, #footer_text a {
	color: #ffffff;
}
#footer a:hover {
	color: #1a1a1a;
}
#footer_text a:hover {
	color: #ababab;
}
#footer i {
	vertical-align: middle;
}
#footer .post-date {
	display: block;
	font-size: 12px;
	color: #797a7e;
}
#footer li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424347;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer li a {
	display:block;
}
#footer.noborder {
	border: none;
	padding-top: 0;
}
#footer #credits {
	font-size: 11px;
	color: #9f9f9f;
}
a.themeauthor {
	display: block;
	width: 75px;
	height: 12px;
	margin: 0px auto;
	float: right;
	text-decoration: none;
	text-indent: -9999em;
	background: url(images/icons/stlogo.png) no-repeat right center;
}
#footer .widget-title {
	color: #797a7e;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
}
#footer .full-width {
	text-align: center;
	font-size: 25px;
}
/* @end */

/* @group Header */

#header-bg-sticky.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
}
#header-bg, #header-bg-sticky {
	background-color: #FFF;
	position: relative;
	z-index: 1000;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15)
}
#header-wrap {
}
#header {
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -57px;
}
#header .inner {
	position: relative;
	padding-bottom: 10px;
}
#header_extras_wrap {
	background-color: #EEE;
}
.header_extras {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
}
#header .header_extras_right {
	float: right;
	width: 30%;
	text-align:right;
}
.logo-wrapper {
	float:left;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	width: 372px;
	margin-left:-20px;
}
body.page-template-home-page-php .logo-wrapper {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
body.page-template-home-page-php #masternav {
	width: 100%;
	position:relative !important;
	right:0px !important;
	top:0px !important;
	text-align:center;
	margin-top:0px !important;
}
body.page-template-home-page-php #header-menu-left, body.page-template-home-page-php #header-menu-right {
	display: inline-block;
}
#site-title, #site-title a {
	margin: 0;
	padding: 0;
	font-size: 38px;
	color: #f25a33 !important;
	text-transform: uppercase;
	/* font-family: "Helvetica Neue", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;*/ 
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	background-image: url(images/i-w-logo.png);
	background-repeat: no-repeat;
	height: 159px;
	width: 372px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-position: center top;
}
body.page-template-home-page-php #site-title {
	display:inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-left: 15px;
}
#header div#site-title a {
	text-decoration: none;
}
#header h1#site-title {
	margin: 0;
	padding: 0;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -2px;
	text-shadow: 0px 1px 0px #FFF;
}
#header #site-title a:hover {
	color: #1cabc9;
}
/* Header Tagline */

#header span.site-desc {
	display:none;
}
/* Image Header */

#header #site-title.graphic a {
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	padding-top: 10px;
	overflow:hidden;
	position:relative;
 *overflow:visible;
}
#header span.site-desc.graphic {
	display: none;
}
/* @end */

/* @group Navigation Bar */

body.page-template-home-page-php .navigation ul li {
}
body.page-template-home-page-php .navigation ul {
}
.navigation ul li.middle-before {
}
.navigation ul li.middle:after {
}
#masternav {
	position: relative;
	z-index: 100;
}
.navigation ul {
	width: 100%;
	position: relative;
}
.navigation ul li {
	background-image: none;
	position: relative;
	/* Fix for safari */
	-webkit-transform: translate3d(0px, 0px, 1px);
	-webkit-font-smoothing: antialiased;
}
.navigation ul li.middle {
	background-color: #000;
}
.navigation ul li a {
	line-height: 100%;
	border:none;
	background-image: none;
	text-decoration: none;
	display: block;
	padding-top: 19px;
	padding-right: 15px;
	padding-bottom: 19px;
	padding-left: 12px;
	color: #d00606;
	font-size: 16px;
	font-weight: 400;
}
/* Navbar Hover Links */

.navigation ul li:hover a, .navigation ul li a:hover {
	color: #333;
	border:none;
}
.navigation ul li:hover li a {
	color: #999;
	font-weight: normal;
}
/* Navbar Active Links */

.navigation ul li.active a {
}
/* Nav Sublevel */

.navigation ul.sub-menu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navigation ul.sub-menu li {
	border: none;
}
/* Nav Sublevel Links */

.navigation ul.sub-menu li a {
	background: #3e3f40;
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	min-width: 210px;
	border-bottom: none;
	position: static;
	padding-top: 5px;


	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-transform: none;
	font-size: 14px;
}
/* Nav Sublevel Hover */

.navigation ul.sub-menu li a:hover {
	border-bottom: none;
	color: #ffffff;
	background-color: #2E2F30;
}
/* @end */

/* @group Typography */

h1, h2, h3, h4, h5 {
	font-weight: 600;
	/* font-family: "Helvetica Neue", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;*/ 
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizespeed;
	letter-spacing: -1px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}
#title-wrap h1.entry-title, #title-wrap h1.entry-title a {
	font-size: 34px;
	line-height: 140%;
	margin-bottom: 0px;
	padding-top: 80px;
	padding-bottom: 0px;
	font-weight: 600;
	display: block;
}
h1.entry-title, h2.entry-title {
	line-height: 140%;
	margin-bottom: 15px;
	display: block;
}
h2.entry-title a {
	color:inherit;
}
h1 {
	line-height: 140%;
	margin-bottom: 10px;
}
h2 {
	line-height: 130%;
	margin-bottom: 10px;
}
h3 {
	line-height: 130%;
	margin-bottom: 8px;
}
h4 {
	line-height: 125%;
	margin-bottom: 8px;
}
h5 {
	line-height: 120%;
	margin-bottom: 8px;
}
h6 {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 8px;
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
}
.subheader {
	color: #777;
}
.normal {
	font-weight: normal;
}
.bolder {
	font-weight: bolder;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */

.feedback {
	background-color:#ffffff;
	color: #999;
	border: 1px solid #ddd;
	margin-bottom: 0px;
	-webkit-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	-moz-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	font-style: italic;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.feedback-author {
	background-image: url(images/testim-atuth-bg.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: -1px;
	background-position: center top;
	text-align: center;
}
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	font-style: italic;
}
blockquote {
	border-left: 1px solid #ddd;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 19px;
}
blockquote cite {
	display: block;
	font-size: 12px;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 20px 0 20px;
	height: 0;
}
/* #Links
================================================== */

a, a:link, a:visited, a:active, #content .gist .gist-file .gist-meta a:visited {
	color:#d00606;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-ms-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
a, a:visited {
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus {
	color: #1a1a1a;
	text-decoration: none;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Lists
================================================== */
ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 22px;
	margin-bottom: 12px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/* # Image Alignment Classes
============================================================== */

.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}
.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto;
}
/* WP Captions */
.wp-caption {
	text-align: center;
	padding: 5px;
	margin: 10px auto;
}
.wp-caption {
	color: #666;
	position: relative;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 5px 0 0px 0;
	margin: 0;
}
.wp-caption.alignleft {
	margin: 0px 10px 0px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 0px 10px;
}
/* @end */

/* @group Tables */

table {
	margin: .5em 0 1em;
}
table th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background: #ddd;
	font-weight: bold;
}
table td {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	padding: 10px;
}
/* @end */


/* @group social media icons */

#footer a.fb-icon, #footer a.tw-icon, #footer a.g-plus-icon {
	opacity: 0.3;
	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-ms-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}
#footer a.fb-icon:hover, #footer a.tw-icon:hover, #footer a.g-plus-icon:hover {
	opacity: 1;
}
a.fb-icon {
	display: inline-block;
 *display: inline;
	background-image: url(images/icons/Facebook.png);
	height: 32px;
	width: 33px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}
a.fb-icon:hover {
	background-position: left -32px;
}
a.tw-icon {
	display: inline-block;
 *display: inline;
	background-image: url(images/icons/Twitter.png);
	height: 33px;
	width: 33px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}
a.tw-icon:hover {
	background-position: left -33px;
}
a.g-plus-icon {
	display: inline-block;
 *display: inline;
	background-image: url(images/icons/google-plus.png);
	height: 33px;
	width: 33px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}
a.g-plus-icon:hover {
	background-position: left -33px;
}
a.in-icon {
	display: inline-block;
 *display: inline;
	background-image: url(images/icons/LinkedIn.png);
	height: 33px;
	width: 33px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}
a.in-icon:hover {
	background-position: left -33px;
}
a.email-icon {
	display: inline-block;
 *display: inline;
	background-image: url(images/icons/Email.png);
	height: 33px;
	width: 33px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}
a.email-icon:hover {
	background-position: left -33px;
}
/* @end */


/* @group Widgets */

#sidebar {
	font-size: 14px;
	margin-top:-100px;
}
.widget-container ul {
	list-style: none;
}
.widget-container ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-container select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 28px 0;
	padding-top: 1px;
}
.widget-container ul {
	margin-left: 0;
}
.widget-title {
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding-bottom: 10px;
}
input#searchsubmit {
	margin-bottom: 0;
}
.widget-container a:link, .widget-container a:visited {
	text-decoration: none;
	display: block;
}
.widget-container a:active, .widget-container a:hover {
}
.widget-container .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
/* Sidebars Widgets */

#sidebar a {
	color:#787878;
}
#sidebar a:hover {
	color:#d00606;
}
#sidebar .widget-container {
}
#sidebar .widget-container li {
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
}
#sidebar .widget-container .widget-title {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
}
/* WP Calendar Widget */

#wp-calendar {
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	font-size: .85em;
}
#wp-calendar td {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #d2d2d2;
	background-color: #f7f7f7;
	text-shadow: #fff 1px 1px 0;
	color: #7c7c7c;
}
#wp-calendar td.pad {
	background-color: #e5e5e5;
}
#wp-calendar td#today {
	color: #333;
	background-color: #d2d2d2;
	text-shadow: none;
}
#wp-calendar caption {
	font-weight: 700;
}
#wp-calendar th {
	font-style: normal;
	background: #ddd;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	text-shadow: #ebebeb 0 1px 0;
	text-align: center;
}
/* WP text Widget */

#sidebar .widget-container .textwidget {
	background-color: #d00606;
}
#sidebar .widget-container .textwidget ul li {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b80606;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e30707;
	font-size: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#sidebar .widget-container .textwidget ul li:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b80606;
}
#sidebar .widget-container .textwidget ul li a {
	color:#ffffff;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#sidebar .widget-container .textwidget ul li a:hover {
	background-color: #b80606;
}
/* Testimonials Widget */

#sidebar .widget-container.widget_feedback {
	position: relative;
	background-color: #ececec;
	padding: 18px;
	border: 1px solid #e3e3e3;
}
#sidebar .widget-container.widget_feedback .widget-title {
	text-transform: none;
	letter-spacing: normal;
	font-size: 20px;
	text-align: center;
	border:none;
}
#sidebar .widget-container.widget_feedback ul.slides li {
	border:none;
}
#sidebar .widget-container.widget_feedback .flex-control-nav {
	position: relative;
	bottom: 0px;
	text-align: left;
}
#sidebar .widget-container.widget_feedback .flex-control-nav li {
	display: inline-block;
	border:none;
	margin-right: 4px;
}
/* WP RSS Widget */

.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Indent Sidebar Lists */

.widget-container ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
/* Page Menus/Custom Menus */

li.page_item, li.menu-item {
	padding: 5px;
	margin: 0;
	list-style: none;
}
li.page_item a, li.menu-item a {
}
li.page_item a:hover, li.menu-item a:hover {
}
/* Page Menus/Custom Menus - Sublevels */

li.page_item li a, li.menu-item li a {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	color: #666;
	line-height: 175%;
	font-weight: normal;
}
li.page_item li a:hover, li.menu-item li a:hover {
}
li.page_item a:hover, li.menu-item a:hover {
	text-decoration: none;
	color: #333;
}
/* Recent Posts - Shortcode */

.latestposts {
}
.latestposts h3.widget-title {
	margin-bottom: 20px;
}
/* @end */

#entry-author-info {
	text-align: center;
	padding-top: 20px;
}
#entry-author-info img.avatar {
	-webkit-border-radius: 200px;
	border-radius: 200px; 
}
.title-image .container {
	position: relative;
	top: 50%;
	text-align: center;
	text-transform: uppercase;
	margin-top: -46px;
}
#title-wrap .title-image .entry-title {
	font-size: 60px;
	font-weight: 600;
}
#blog-bg {
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 2;
}
.entry-meta {
	font-size: 13px;
	margin-bottom: 15px;
	margin-right:15px;
	text-transform: uppercase;
}
.entry-meta.has-thumbnail, .entry-content.has-thumbnail, .entry-summary.has-thumbnail {
	padding-left:215px;
}
.loop-entry-thumbnail{
	display: block;
	margin-bottom: 15px;
	float: left;
	height: auto;
	width: 200px;
}
.loop-entry-thumbnail img{
	vertical-align: bottom;
}
.readmore {
	display: block;
	padding-top: 10px;
}
.cat-links, .comments-link, .meta-sep, .entry-utility {
	font-size: 13px;
}
.cat-links ul.post-categories, .entry-utility ul.post-categories { margin-bottom:0px;}
.cat-links ul.post-categories li, .entry-utility ul.post-categories li {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
ul.post-categories li a {
	display: block;
	background-color: #d00606;
	color: #FFF;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 24px;
	height: 24px;
}
ul.post-categories li a:hover {
	background-color: #000000;
	color#ffffff;
}
.cat-links ul.tag-list, .entry-utility ul.tag-list{
	display: block;
	clear: both;
	margin-bottom: 0px;
	padding-top: 10px;
}
.cat-links ul.tag-list li, .entry-utility ul.tag-list li {
	display: inline;
	margin-right: 10px;
}
.entry-utility {
	padding-top: 5px;
	padding-bottom: 5px;
}
.comments-link {
}
.entry-utility .edit-link {
	margin-bottom: 0px;
	text-align: right;
	display: block;
	clear: both;
}
.hentry{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.page .hentry {
	padding: 0px;
	border: none;
}
.post.single {
	border-bottom: none;
}
a.more-link {
	display: block;
	padding-top: 8px;
}
.st_relatedposts h4 {
	border-bottom: 1px solid #ebebeb;
}
.st_relatedposts ul {
	color: #666;
	list-style: square;
	margin-left: 20px;
}
.st_relatedposts ul li {
}
/* @end */

/* @group Styled Buttons */
a.button-alt, a.button, a.button.small, a.button.large, a.button.medium {
}
a.button-alt:hover, a.button:hover, a.button.small:hover, a.button.large:hover, a.button.medium:hover {
}
.button-alt, .button, .button.small, .button.large, .button.medium {
	background-image: none;
	margin: 0;
	display: inline-block;
	font-size:14px;
	text-align: center;
	text-decoration: none;
}
.button.left .button {
	float: left;
	margin-left:0px;
}
.button.right .button {
	float: right;
	margin-right:0px;
}
.button.center, .button.middle {
	margin: 0px auto;
	text-align: center;
	display: inherit;
}
.button-alt a, .button a, .button.small a {
	font-size: .8em;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.button.medium a {
	font-size: 1.2em;
}
.button.large a {
	font-size: 1.8em;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.button span.btn_caption {
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	display: block;
	padding-top: 10px;
}
/* @group Default  */
a.button {
	display: inline-block;
	/* IE7 inline-block hack */
 	*display: inline;
 *zoom: 1;
 *line-height: 1em;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	background-color: #d00606;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 5px;
}
a.button:hover {
	text-decoration: none;
	background-color: #ab0404;
}
a.button:active {
	text-decoration: none;
	background-color: #ab0404;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
a.button span.btn_caption {
	color: #FFF;
}
/* @end */

/* @group Black  */
a.button.black {
	color: #ffffff;
	background-color: #363636;
}
a.button.black:hover {
	color: #ffffff;
	background-color: #151515;
}
a.button.black:active {
	background-color: #080808;
}
a.button.black span.btn_caption {
	color: #bfbfbf;
	text-shadow: 0 1px 0 #150f0f;
}
/* @end */

/* @group Blue  */
a.button.blue {
	color: #ffffff;
	background-color: #49afcd;
}
a.button.blue:hover {
	color: #ffffff;
	background-color: #2f96b4;
}
a.button.blue:active {
	background-color: #24748c;
}
a.button.blue span.btn_caption {
	color: #acd3f1;
	text-shadow: 0 1px 0 #1976be;
}
/* @end */

/* @group Green  */
a.button.green {
	color: #ffffff;
	background-color: #5bb75b;
}
a.button.green:hover {
	color: #ffffff;
	background-color: #51a351;
}
a.button.green:active {
	background-color: #408140;
}
a.button.green span.btn_caption {
	color: #9bc874;
}
/* @end */

/* @group Red  */
a.button.red {
	color: #ffffff;
	background-color: #da4f49;
}
a.button.red:hover {
	color: #ffffff;
	background-color: #bd362f;
}
a.button.red:active {
	background-color: #942a25;
}
a.button.red span.btn_caption {
	color: #f76464;
}
/* @end */

/* @group Orange  */
a.button.orange {
	color: #ffffff;
	background-color: #faa732;
}
a.button.orange:hover {
	color: #ffffff;
	background-color: #f89406;
}
a.button.orange:active {
	background-color: #c67605;
}
a.button.orange span.btn_caption {
	color: #f5c161;
}
/* @end */

/* End Button Styles */
	
/* @group Tabs */

ul.tabs {
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #ddd;
}
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 0 0 1px;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
}
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-right-width: 1px;
	margin: 0 -1px 0 0;
	color: #111;
}
ul.tabs li:first-child a {
}
ul.tabs li:last-child a {
	border-width: 1px 1px 0 1px;
}
ul.tabs-content {
	margin: 0;
	display: block;
	padding: 20px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
ul.tabs-content > li {
	display:none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* @end */

/* @group Latest Posts */

.latest-item {
	margin-bottom: 15px;
}
.latest-item h4 {
	font-size: 14px;
	text-transform: uppercase;
}
/* @end */

/* @group Toggles */

.toggle_container {
	padding: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	font-size: 14px;
}
p.trigger {
	display: block;
	padding:  15px;
	margin: 0;
	cursor: pointer;
}
/* Up Toggle State */

.list {
	margin-bottom: 15px;
}
p.trigger {
	padding-left: 34px;
	background-color: #f5f5f5;
	background-image: url(images/icons/16_expand.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid #e5e5e5;
}
p.trigger a {
	text-decoration: none;
	color: #666;
}
/* Hover Toggle State */

p.trigger:hover {
	background: url(images/icons/16_expand.png) no-repeat 10px center;
}
p.trigger.active a {
	color:#d00606;
}
/* Active Toggle State */

p.trigger.active {
	background: url(images/icons/16_collapse.png) no-repeat 10px center;
	border-bottom: 1px solid #ffffff;
}
/* @end */

/* @group Callouts */

/* Callout Box */
.cta {
	padding: 15px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.cta p {
	margin: 0;
	padding: 0;
}
.cta h3 {
	font-size: 1.5em;
}
/* @end */

/* @group Comments */

/* Needs RWD Check */

#respond {
	margin:0px;
	float:left;
	padding-top: 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
#respond input[type=text] {
	width:300px;
	margin-right:20px;
}
#respond textarea {
	width:550px;
	height:120px;
	padding:10px;
}
#comments {
	float:left;
	margin:0;
}
#comments {
	border: 0;
	width: 100%;
}
body.dark #comments {
	background: url(images/dark/divider.png) repeat-x right top;
}
#comments h2 {
	display: block;
	padding-bottom: 10px;
}
#comments h6 {
	letter-spacing: normal;
	text-transform: none;
	margin: 10px 0px;
	font-weight: normal;
}
.cancel-comment-reply {
	float: right;
}
#comments .comment-meta {
	margin:0px 0px 20px 0px;
	display:block;
	font-size: 14px;
}
#comments .commentlist {
	margin:0px;
	float:left;
	list-style:none;
	width:100%;
}
#comments .commentlist ul {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}
#comments .commentlist li {
	margin:0;
	padding:0;
	display:block;
}
body.page-template-onecolumn-page-php #comments .commentlist li .comment-meta {
}
#comments .commentlist li li {
	margin:0 0 20px 25px;
}
#comments .commentlist li li .comment-meta {
}
#comments .commentlist li li li {
	margin:0 0 20px 25px;
}
#comments .commentlist li li li .comment-meta {
}
#comments .commentlist li li li li {
	margin:0 0 20px 25px;
}
#comments .commentlist li li li li .comment-meta {
	width:395px;
}
#comments .commentlist li li li li li {
	margin:0 0 20px 25px;
}
#comments .commentlist li li li li li .comment-meta {
	width:370px;
}
#comments .single-comment {
	margin-bottom:20px;
}
#comments .comment-author {
	float:left;
	margin: 0px 10px 6px 0px;
	display:inline;
	width:50px;
}
#comments .comment-author cite {
	clear:both;
	font-weight:bold;
}
#comments .vcard {
	float:left;
	clear:both;
	display:block;
	width:100px;
	min-height: 100px;
	padding:20px 0;
}
#comments .vcard img.avatar {
}
#comments .vcard {
	background:url(images/comment_author_bg.png) no-repeat top right;
}
#respond label {
	font-weight: normal;
}
/* @end */

/* @group WP Gallery */

ul.thumbnails.gallery {
	display: block;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
.thumbnails.gallery li {
	margin-bottom: 4%;
}
.thumbnails.gallery li img {
	background-color: #FFF;
	display: block;
	width: 100%;
	height: auto;
	opacity:1;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	background-color: #FFF;
}
.thumbnails.gallery li:hover img {
	background-color: #FFF;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
/* Attachment Page */

#nav-below {
	width: 100%;
}
#nav-below .nav-previous a {
	float: left;
}
#nav-below .nav-next a {
	float: right;
}
.entry-caption {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
/*-----------------------------------------------------------------------------------*/
/* = Example of Home Page Areas Styles
/*-----------------------------------------------------------------------------------*/

#home-highlights {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
}
#home-highlights h2 {
	font-size: 44px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
#home-highlights h2 span {
	font-weight: 300;
}
.section-tagline {
	font-size: 26px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: 300;
	line-height: 32px;
}
.page-tagline {
	font-size: 34px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: 300;
	line-height: 120%;
}
#home-area-one {
	background-color: #d00606;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
	text-align: center;
	font-size: 17px;
}
#home-area-one a {
	display: inline-block;
	color: #FFF;
	padding-right: 8px;
	padding-left: 8px;
}
#home-area-one a:hover {
	color:#000000;
}
#home-area-one h2 {
	font-size: 44px;
	color: #FFF;
}
#home-area-two {
	background-color: #ececec;
	border-bottom:1px solid #ffffff;
	text-align:center;
}
#home-area-two h2 {
	font-size: 44px;
}
#home-area-two a.better-business-bureau {
	background-image: url(images/better-business-bureau-logo.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 95px;
	width: 203px;
	opacity: 0.5;
	text-align: left;
	text-indent: -9999px;
	overflow:hidden;
}
#home-area-two a.better-business-bureau:hover {
	opacity: 0.9;
}
#home-area-two a.inter-nachi {
	background-image: url(http://inspectionwerx.com/wp-content/uploads/2015/08/ashi1.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 95px;
	width: 82px;
	opacity: 0.5;
	text-align: left;
	text-indent: -9999px;
	overflow:hidden;
}
#home-area-two a.inter-nachi:hover {
	opacity: 0.9;
}
#home-area-two a.nrpp {
	background-image: url(images/nrpp-logo.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 95px;
	width: 150px;
	opacity: 0.5;
	text-align: left;
	text-indent: -9999px;
	overflow:hidden;
}
#home-area-two a.nrpp:hover {
	opacity: 0.9;
}
#home-area-two a.better-business-bureau, #home-area-two a.inter-nachi, #home-area-two a.nrpp {
	background-position: center center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	margin-right: 25px;
	margin-left: 25px;
}
#home-testimonials {
	background-color: #FFF;
	border: solid 1px #d9d9d9;
	padding: 20px;
}
#home-testimonials .slides li {
  display: none;
		min-height:315px;
}
#home-testimonials .flex-control-nav {
	position: relative;
	bottom: 0px;
	text-align: left;
}
#homegauge-form {
	background-color: #ededed;
	border: solid 1px #d9d9d9;
	padding: 40px;
}
#homegauge-form input[type="submit"] {
	font-size: 20px;
	font-weight: 600;
	padding-right: 50px;
	padding-left: 50px;
}
/*-----------------------------------------------------------------------------------*/
/* = About Page
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/* = Home Slider
/*-----------------------------------------------------------------------------------*/


/* Basic Swiper Styles */

.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
        z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px, 0, 0);
	-webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px, 0, 0);
	-moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px, 0, 0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px, 0px);
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px, 0, 0);
	-ms-transition-timing-function:ease;
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px, 0, 0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
/* Custom Swiper Styles */

#slider-wrapper .sixteen.columns .swiper-container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.swiper-slide {
	position: relative;
	overflow: hidden;
}
.container.text {
	top:0;
	height: 100%;
}
.slide-text {
	position: absolute;
	width: 250px;
	left: 100px;
	display: block;
	top: 60%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 40px;
}
.container.text .slide-text {
	left: -10000px;
}
.swiper-slide-active .container.text .slide-text {
	left:50px;
	opacity:0;
}
.slide-text h2 {
	font-size: 44px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: normal;
	color:#ffffff;
	text-align: center;
}
.swiper-container {
	width: 100%;
}
.slide-image {
	position: absolute;
	top: 0px;
	z-index: 99;
	width: 48%;
	height: 100%;
	opacity:0;
	display:none;
	right: 0px;
}
.swiper-slide-active .slide-image {
	opacity:1;
	display:block;
}
.swiper-slide-active .container.text .slide-text {
	opacity:1;
}
.slide-image img {
	opacity:1;
	display: block;
	position: absolute;
	bottom: 0px;
	max-height:95%;
	width:auto;
}
.swiper-slide .container.text a {
	display:block;
	background-color: #d00606;
	text-align: left;
	width: 90%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 15px;
	padding-left: 5%;
	color: #FFF;
	position: absolute;
	background-image: url(images/slider-link-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	bottom: -40px;
	text-indent: -9999px;
	overflow: hidden;
	min-height: 20px;
}
a.slider-full-link {
	display: block;
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 100%;
	color:inherit;
}
.arrow-left {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	z-index:101;
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.arrow-right {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	z-index:101;
	opacity:0;
	filter:alpha(opacity=0);
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
}
.swiper-container:hover .arrow-left {
	left:0px;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 200ms linear, left 200ms linear;
	-moz-transition: opacity 200ms linear, left 200ms linear;
	-ms-transition: opacity 200ms linear, left 200ms linear;
	-o-transition: opacity 200ms linear, left 200ms linear;
	transition: opacity 200ms linear, left 200ms linear;
	background-color: #333333;
	background-color: rgba(51, 51, 51, 0.5);
}
.swiper-container:hover .arrow-right {
	right:0px;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 200ms linear, right 200ms linear;
	-moz-transition: opacity 200ms linear, right 200ms linear;
	-ms-transition: opacity 200ms linear, right 200ms linear;
	-o-transition: opacity 200ms linear, right 200ms linear;
	transition: opacity 200ms linear, right 200ms linear;
	background-color: #333333;
	background-color: rgba(51, 51, 51, 0.5);
}
.arrow-left:hover {
	background-color: #d00606 !important;
	background-position: -0px -60px;
}
.arrow-right:hover {
	background-color: #d00606 !important;
	background-position: -60px -60px;
}
.pagination {
	position: relative;
	left: 30px;
	text-align: left;
	bottom:70px;
	z-index: 101;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #d00606;
}
/*-----------------------------------------------------------------------------------*/
/* = Flex Slider
/*-----------------------------------------------------------------------------------*/


/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0 0 60px;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
overflow:
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-position: left -36px;
}
.flex-direction-nav li {
	margin-bottom: 0px !important;
}
.flex-direction-nav .flex-prev {
	left: 10px;
}
.flex-direction-nav .flex-next {
	right: 10px;
	background-position: right -36px;
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter:alpha(opacity=0);
	cursor: default;
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:hover {
	opacity: 1;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	zoom: 1;
 *display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px !important;
	margin-left: 5px;
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-paging li a:hover {
	background: #000000;
}
.flex-control-paging li a.flex-active {
	background: #d00606;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/*-----------------------------------------------------------------------------------*/
/* = Testimonials Slider
/*-----------------------------------------------------------------------------------*/

#testimonials-slider {
	padding-top: 20px;
	margin-bottom: 50px;
}
#testimonials-slider p {
	line-height: 26px;
	font-size: 18px;
	color: #999;
	border: 1px solid #ddd;
	margin-bottom: 0px;
	-webkit-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	-moz-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	padding: 35px;
}
#testimonials-slider .feedback-author {
	display: block;
	background-image: url(images/testim-atuth-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	margin-top: -1px;
	margin-right: auto;
	margin-left: auto;
}
/*-----------------------------------------------------------------------------------*/
/* = Galleria Slider
/*-----------------------------------------------------------------------------------*/

#galleria-loader {
	height:1px!important
}
.galleria-container {
	position: relative;
	overflow: hidden;
	color: #fff;
}
.galleria-container img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.galleria-stage {
	overflow: hidden;
	background: #f25a33;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 60px;
}
.galleria-container.fullscreen .galleria-stage {
	bottom: 0
}
.galleria-container.notouch .galleria-thumblink:hover, .galleria-container.touch .galleria-thumblink:active, .galleria-thumblink.open, .galleria-container.notouch .galleria-fullscreen:hover, .galleria-container.touch .galleria-fullscreen:active, .galleria-container.notouch .galleria-play:hover, .galleria-container.touch .galleria-play:active, .galleria-container.notouch .galleria-popout:hover, .galleria-container.touch .galleria-popout:active {
	background-color: #000
}
.galleria-thumbnails-container {
	height: 50px;
	bottom: 0;
	position: absolute;
	left: 10px;
	right: 10px;
	z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
	margin-left: 30px;
	margin-right: 30px;
}
.galleria-thumbnails {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.galleria-thumbnails .galleria-image {
	height: 13px;
	width: 13px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: -999px;
	overflow: hidden;
	border-radius: 50px 50px 50px 50px;
	border-style: none;
	background-color: #cccccc;
	float: left;
	cursor:pointer;
}
.galleria-thumbnails .galleria-image.active {
	background-color: #666;
}
.galleria-counter {
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: right;
	color: #fff;
	font: normal 11px/1 arial, sans-serif;
	z-index: 1;
}
.galleria-container.notouch .galleria-thumbnails .galleria-image:hover, .galleria-container.touch .galleria-thumbnails .galleria-image:active {
}
.galleria-loader {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	z-index: 2;
	display: none;
	background: #000 url(images/loader.gif) no-repeat 50% 50%;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.galleria-image-nav {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 100%;
	height: 36px;
	left: 0;
}
.galleria-image-nav-left, .galleria-image-nav-right {
	cursor: pointer;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 20px;
	z-index: 100;
	background-image: url(images/nav-slider.png);
}
.galleria-image-nav-right {
	left: auto;
	right: 20px;
	background-position: -36px 0;
	z-index: 100;
}
.galleria-container.notouch .galleria-image-nav-left:hover, .galleria-container.touch .galleria-image-nav-left:active {
	background-position: 0 -36px
}
.galleria-container.notouch .galleria-image-nav-right:hover, .galleria-container.touch .galleria-image-nav-right:active {
	background-position: -36px -36px
}
.galleria-thumb-nav-left, .galleria-thumb-nav-right {
	cursor: pointer;
	display: none;
	background-position: -495px 5px;
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 23px;
	z-index: 3;
	opacity: .8;
}
.galleria-thumb-nav-right {
	background-position: -578px 5px;
	border-right: none;
	right: 0;
	left: auto;
}
.galleria-thumbnails-container .disabled, .galleria-thumbnails-container .disabled:hover, .galleria-thumbnails-container .disabled:active {
	opacity: .2;
	cursor: default;
}
.galleria-container.notouch .galleria-thumb-nav-left:hover, .galleria-container.touch .galleria-thumb-nav-left:active, .galleria-container.notouch .galleria-thumb-nav-right:hover, .galleria-container.touch .galleria-thumb-nav-right:active {
	opacity: 1;
	background-color: #111;
}
.galleria-carousel .galleria-thumb-nav-left, .galleria-carousel .galleria-thumb-nav-right {
	display: block
}
.galleria-info {
	width: 100%;
	bottom: 60px;
	left: 0px;
	z-index: 2;
	position: absolute;
}
.galleria-info-text {
	/* IE7 */ zoom:1;
}
.galleria-info-title {
	font: bold 12px/1.1 arial, sans-serif;
	margin: 0;
	color: #fff;
	margin-bottom: 7px;
}
#galleria .galleria-info-description {
	padding-left:70px;
}
#slider-wrapper {
	background-color: #e30707;
	max-width:100%;
	overflow:hidden;
	position: relative;
	z-index: 12;
}
.recent-work-title {
	width: 100%;
	text-align: center;
	z-index: 25;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	background-color: #d00606;
	color: #FFF;
}
.recent-work-title h2 {
	font-size: 44px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
}
#galleria .container {
	width: 100%;
	padding:0px;
}
#galleria-full .galleria-stage {
	bottom:0px;
}
#galleria-full .galleria-info, #galleria .galleria-info {
	width:50%;
	position:relative;
	top: 0px;
	bottom: 0px;
	margin-top: 5%;
	float: left;
}
#galleria-full .galleria-thumbnails-container {
	height:0px;
	display:none;
}
#galleria-full .galleria-info-text {
	background-color: transparent;
}
#galleria-full h2, #galleria h2 {
	color: #FFF;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
}
#single-portfolio-left #galleria, #single-portfolio-left .galleria-stage {
	height: 600px;
}
/*-----------------------------------------------------------------------------------*
/* = LIST CAROUSEL
/*-----------------------------------------------------------------------------------*/

.list_carousel {
	margin-top: 0;
	margin-right: 0;
	margin-left: 60px;
}
.list_carousel ul {
	padding: 0;
	list-style: none;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.list_carousel .item {
	text-align: center;
	display: block;
	float: left;
	margin-left: 30px;
	position:relative;
	color:inherit;
	width: 100%;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.list_carousel .item:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d00606;
}
.list_carousel .item .text {
	display: block;
	clear: both;
	padding-bottom: 20px;
}
.list_carousel .item h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
}
.list_carousel .item .img_block {
	height: 200px;
	position: relative;
	overflow: hidden;
	display: block;
}
.list_carousel .item .img_block img {
	position: absolute;
	top:50%;
	left:50%;
	display:block;
	opacity:0;
	background-color: transparent;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}
#home-highlights .list_carousel .item:hover .img_block span.orig img {
	opacity:0 !important;
}
#home-highlights .list_carousel .item .img_block span.hover img {
	opacity:0 !important
}
#home-highlights .list_carousel .item:hover .img_block span.hover img {
	opacity:1 !important
}
.list_carousel.responsive {
	width: auto;
	margin-left:-30px;
	position: relative;
}
.prev {
	float: left;
	margin-left: 10px;
}
a#prev, a#next {
	cursor:pointer;
	width:60px;
	height:60px;
	background-position:0px 0px;
	float: left;
	background-image: url(images/nav.png);
	text-indent: -999px;
	overflow: hidden;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-color: #c9cacd;
	margin-right: 1px;
	margin-left: 1px;
}
a#next {
	background-position:-60px 0px;
}
a#next:hover {
	background-position:-60px -60px;
}
a#prev:hover {
	background-position:0px -60px;
}
/*-----------------------------------------------------------------------------------*
/* = LIST CAROUSEL TEAM
/*-----------------------------------------------------------------------------------*/

#our-team {
	margin-bottom: 30px;
}
.list_carousel .item.team .img_block img {
	background-color: #FFF;
}
.list_carousel .item.team:hover .img_block img {
}
.list_carousel .item.team:hover .img_block span.second img {
	opacity:0 !important;
}
.list_carousel .item.team .img_block {
	height: 250px;
	position: relative;
	overflow: hidden;
	display: block;
}
.hidden-content {
	left: 0px;
	overflow: hidden;
	background-color: #ffffff;
	display:none;
	margin-bottom:30px;
	padding: 50px;
	position: relative;
}
.hidden-content.active {
}
.ca-close {
	position:absolute;
	top:10px;
	right:10px;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
	background-color: #fff;
	background-image: url(images/cross.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ca-close:hover {
	opacity:1.0;
	cursor:pointer;
}
/*-----------------------------------------------------------------------------------*
/* = Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio-heading {
	position: relative;
}
nav#single-nav {
	position: absolute;
	right: 0px;
	top: 25px;
}
nav#single-nav a {
	color: #FFF;
}
nav#single-nav a:hover {
	opacity: 0.5;
}
#single-nav-left, #single-nav-right {
	float: left;
	margin-left: 10px;
}
#portfolio-wrap {
	overflow: hidden;
	margin-bottom: -20px;
}
.portfolio-content {
	margin-right: -20px;
 *position:relative;
 *float:left;
}
.no-margin {
	margin-right: 0px !important;
}
.no-border {
	border-right: 0px !important;
}
ul.filter {
	font-size: 12px;
	list-style: none;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 30px;
	right: 0px;
}
ul.filter li {
	float: left;
	height: 25px;
	line-height: 25px;
}
li.sort {
	margin-right: 10px !important;
}
ul.filter a {
	display: block;
	color: #FFF;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 2px solid #FFF;
}
ul.filter li:last-child a {
	margin: 0px;
}
ul.filter a:hover, ul.filter a.active {
	background-color:#3d3d3d;
	border-color:#3d3d3d;
	color: #fff;
}
/*portfolio items*/
.portfolio-item {
	float: left;
	position: relative;
	background-color: #FFF;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.portfolio-item .hover img {
	position: absolute;
	height: auto;
	width: 100%;
	top: 0px;
	right: 0px;
}
.portfolio-item a {
	display: block;
}
.portfolio-item a img {
	display: block;
	background-color: #FFF;
	-webkit-transition: opacity 200ms linear;
	-moz-transition: opacity 200ms linear;
	-ms-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}
.portfolio-item a span.hover img {
	opacity:0 !important;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
.portfolio-item a:hover span.hover img {
	opacity:1 !important;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
.portfolio-item a:hover .portfolio-overlay {
	-webkit-transition: bottom 300ms ease 0s;
	-moz-transition: bottom 300ms ease 0s;
	-ms-transition: bottom 300ms ease 0s;
	-o-transition: bottom 300ms ease 0s;
	transition: bottom 300ms ease 0s;
	bottom: 0px;
}
.portfolio-overlay {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
}
.portfolio-overlay h3 {
	font-weight: normal;
	margin: 0;
	background-color: #3d3d3d;
	letter-spacing: normal;
	width: 96%;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
	display: block;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	font-size: 14px;
	color: #FFF;
}
#single-portfolio {
	margin-bottom: 20px;
}
/* @end */

/* @group Misc */


/* Apply CSS class of "guest" to menu items hidden from logged-in users */

body.logged-in li.guest, body.logged-in li.guest {
	display: none;
}
/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
 *padding-left:0px !important;
}
.add-top {
	margin-top: 20px !important;
}
.resize {
	background: url(images/resize.png) repeat scroll 0 0 transparent;
	bottom: 0;
	height: 80px;
	position: fixed;
	right: 0;
	width: 80px;
}
.bypostauthor, .gallery-caption {
}

/* @end */


/* CUSTOM MEDIA QUERIES */

@media only screen and (min-width: 1025px) and (max-width: 1299px) {
	#header {
	}
	.logo-wrapper {
		width: 320px;
	}
	#site-title, #site-title a {
	}
	.navigation ul li a {
		font-size:12px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 1024px) {
	body.page-template-home-page-php .one_third.first {
		float: none;
		width: 100%;
		margin-bottom:40px;
	}
	body.page-template-home-page-php .one_third {
		width: 48%;
		margin-right: 4%;
	}
	#header {
		margin-bottom: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.logo-wrapper {
		width: 300px;
		float: none;
		margin: auto;
	}
	#site-title, #site-title a {
		background-repeat: no-repeat;
		height: 59px;
		width: 300px;
		background-position: center -159px;
	}
	.swiper-container, .container.text {
		height: 400px !important;
	}
	.slide-text {
		margin-top: 50px !important;
		top:0px !important;
		left:40px !important;
	}
	.arrow-left, .arrow-right {
		display: none
	}
	#title-wrap {
		background-attachment: scroll !important;
	}
	.widget_search #s {
		width: 100%;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 819px) {
	#header {
		margin-bottom: 0px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.logo-wrapper {
		width: 300px;
		float: none;
		margin: auto;
	}
	#site-title, #site-title a {
		background-position: center -159px;
		background-repeat: no-repeat;
		height: 59px;
		width: 300px;
	}
	#sidebar {
		margin-top: 0px;
	}
	.page-wrap #content {
		padding-bottom:30px;
	}
	.page-wrap #sidebar .widget-container {
		margin-left:0px !important;
	}
	#title-wrap {
		background-attachment: scroll !important;
	}
	a.arrow-left {
		display:none;
	}
	a.arrow-right {
		display:none;
	}
	.logo-wrapper {
		float:none;
		margin-bottom: 10px;
	}
	#site-title {
		text-align: center;
	}
	#header #site-title.graphic a {
		margin-right: auto;
		margin-left: auto;
	}
	#header span.site-desc {
		text-align: center;
	}
	#header .header_extras_right {
		float: none;
		position: relative;
		text-align: center;
		width:auto;
	}
	#masternav {
		clear: both;
	}
	.swiper-container, .container.text {
		height: 360px !important;
	}
	.slide-text {
		left:0px !important;
		width: 90%;
		text-align: center;
		margin: 0px !important;
		top:40px !important;
		height:130px !important;
		padding-top: 30px;
		position: relative;
		z-index: 100;
		padding-right: 5%;
		padding-left: 5%;
	}
	.pagination {
		text-align:center;
		left:0px;
	}
	.slide-text h1, .slide-text h2, .slide-text h3 {
	}
	.swiper-slide a {
		margin-left:auto;
		margin-right:auto;
	}
	.slide-image {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		right:auto;
		text-align: center;
		bottom: 0px;
		height: auto;
	}
	.slide-image img {
		display: none;
	}
	.slide-text p {
		display:none;
	}
	.galleria-container, .galleria-stage, .slider {
		height:300px !important
	}
	#single-portfolio-left #galleria {
		height:auto;
	}
	.entry-meta.has-thumbnail, .entry-content.has-thumbnail, .entry-summary.has-thumbnail {
   padding-left: 0px;
	}
	.entry-meta {
		display: none;
	}
	.comments-link {
		float: none;
		display:block;
		padding-top:15px;
	}
	.hentry {
		padding-left:0px
	}
}
@media only screen and (min-width: 480px) and (max-width: 819px) {
	.list_carousel .item.team .img_block {
		height:330px;
	}
	.swiper-container {
		height: 300px;
	}
	.list_carousel .item, .list_carousel a.item {
		width:420px !important;
	}
}
.af-form-wrapper {
 background-color: #ECECEC;
 border: 1px solid #D9D9D9 !important;
 max-width: 335px;
 margin: auto !important;
}
.af-body .af-textWrap {
  width:100% !important;
}
#af-form-1600390424 .af-body input.text, #af-form-1600390424 .af-body textarea {
  width: 96%;
  border: solid 1px #d5d5d5 !important;
  font-size: 14px !important;
  color: #555 !important;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  display: inline-block;
  *display:inline;
  vertical-align: top;
  margin-top: 0px;
  padding-top: 10px !important;
  padding-right: 2% !important;
  padding-bottom: 10px !important;
  padding-left: 2% !important;
  font-family: "Open Sans",sans-serif !important;
}
.af-form {
 max-width:300px !important;
}
.af-body.af-standards input.submit {
 padding: 10px 20px !important;
 color:#ffffff !important;
 font-size: 20px !important;
 font-weight: 600 !important;
}

.swiper-container {
    height: 400px !important;
}
/* @end */
