﻿@import url('reset.css'); /* Start off with a complete CSS reset */
/*
Theme Name: Anaximander - static version for lynda.com tutorial
Theme URI: http://designisphilosophy.com/free-wordpress-themes/anaximander/
Author: Morten Rand-Hendriksen of Pink &amp; Yellow Media
Author URI: http://pinkandyellow.com
Description: Semantic HTML5 WordPress 3.4 theme built as a learning tool for lynda.com. The background in the screenshot shows Dirk L. Couprie's illustration of Anaximander's models of the universe. On the left, daytime in summer; on the right, night time in winter, sourced from the Internet Encyclopedia of Philosophy (http://www.iep.utm.edu/anaximan/) and Wikipedia (http://en.wikipedia.org/wiki/Anaximander).
Version: 1.2.1
License: GNU General Public License
License URI: license.txt
*/

/* 
WEB FONTS 
*/

/* 'Open Sans' */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600);

/* 'Open Sans Condensed' */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300);

/* FontAwesome font for social icons. Full source at http://fortawesome.github.com/Font-Awesome/ */
@import url(FontAwesome/css/font-awesome.css);
/* 
-------------------------------------------------------------- 
General structure
-------------------------------------------------------------- 
*/
html {
	overflow-x:hidden!important;
}

body {
	font-size: 100%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/Prolong-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	display: block;
	width: 980px;
	margin: 0 auto;
	background-color:transparent;
}
#content-container {
	width: 100%;
}
#content-container-page {
	width: 100%;
}
#content {
	margin-top: -20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#main {
	background-color: #fff;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text, .assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
/* END General structure */

/*
--------------------------------------------------------------
Global styles
-------------------------------------------------------------- 
*/

em {
	font-style: italic;
}
strong {
	font-weight: 600;/*font-weight: bold;*/
}
/* Used to highlight content when navigating the site using a keyboard.
 * Anaximander features extensive focus elements so this style is optional.
:focus {
	outline: #000 solid 1px;
}
*/

.right {
	float: right;
}
.left {
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.2em;
}
p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #333;
}
/* END Global Styles */

/* 
-------------------------------------------------------------- 
Header
-------------------------------------------------------------- 
*/

/* PRE-HEADER */

#pre-header {
	padding: 0px 25px;
	position: relative;
	height: 28px;
	width: 10%;
	float: right;
}
#pre-header a:link, #pre-header a:visited {
	color: #fff;
	text-decoration: none;
}
#pre-header a:hover, #pre-header a:focus {
	color: #fff;
	text-decoration: none;
}
#social-links li {
	float: left;
	margin-right: 3px;
	margin-top: 8px;
	font-size: 0.8em;
	height: 40px;
	width: 40px;
}
#social-links li a:link, #social-links li a:visited {
	color: #ccc;
	height: 40px;
	width: 40px;
}
#social-links li a:hover {
	color: #fff;
}
/* HEADER SEARCH */

#header-search {
width: 22%;
float: right;
padding-top: 5px;
padding-left: 10px;
margin-top: 55px;
}

#header-search input:focus {
	outline: none;
}
#header-search #searchform {
	display: block;
	clear: both;
}
#header-search #searchform label {
	display: none;
}
#header-search #searchform input#s {
	width: 70%;
}
#header-search input#s {
	padding: 3px 25px 3px 8px;
	margin: 0 0em 0 0;
	color: #a2a2a2;
	background: #fff;
	font-size: 0.7em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#header-search #searchsubmit {
width: 14px;
height: 14px;
text-indent: -9999px;
position: absolute;
right: 20px;
margin-top: 4px;
}
/* END PRE-HEADER */


#site-header {
	background-color:transparent;
	position: relative;
}
#header_margin {
	padding: 40px 50px;
}
#header_image img {
	display: block;/*	width: 100%;
	height: auto;*/
}
.header-container {
}
#header-title {
}
#site-title {
	font-size: 2em;
	font-weight: 700;
	margin: 0;
	font-family: 'Open Sans Condensed';
	text-transform: uppercase;
	z-index: 10;
}
#site-title a:link, #site-title a:visited, #site-title a:hover, #site-title a:focus {
	text-decoration: none;
	color: #fff;
}
#site-description {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	margin: 0.2em 0;
}
/* Conditional if header image is presen#social-linkst */

#header-title.header-image-true {
	width: 100%;
}
/* Header menu */


#access {
	display: block;
	margin-top: 10px;
}
#access ul {
	list-style: none;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	margin: 0 2em 0 0;
}
#access a {
	display: block;
	padding: 5px 0 8px 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.sf-sub-indicator {
	display: none;
}
#access a:hover, #access a:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
}
/* Drop down */

#access ul ul {
	display: none;
	float: left;
	padding: 7px 0 0 0;
	position: absolute;
	top: 1.7em;
	left: 0;
	z-index: 99999;
	background-position: 10px 0px;
	background-image: url('images/arrowUpGrey.png');
	background-repeat: no-repeat;
}
#access ul ul li {
	border: none;
	margin: 0;
}
#access ul ul li:first-child a {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#access ul ul li:last-child a {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#access ul ul li:only-child a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#access ul ul a {
	line-height: 1em;
	width: 10em;
	height: auto;
	color: #fff;
	background: #333;
	padding: 10px 25px;
	border: none;
}
#access ul ul :hover > a, #access ul ul :focus > a {
	color: #fff;
}
#access ul ul li:hover > a, #access ul ul li:focus > a {
	border-bottom: none;
	background: #000;
}
#access ul ul a:hover, #access ul ul a:focus {
	background: #000;
}
#access ul li:hover > ul, #access ul li:focus > ul {
	display: block;
}
#access ul ul ul {
	left: 100%;
	top: 0;
	padding: 0 0 0 7px;
	background-image: url('images/arrowLeftGrey.png');
	background-position: 0 8px;
	background-repeat: no-repeat;
	margin-left: 0;
}
/* Highlight current page / parent menu item */
#access li.current_page_item > a, #access li.current_page_parent > a, #access li.current-page-ancestor > a, #access li.current-post-ancestor > a {
/*color: #fff;*/
}
/* Special in case of custom header image */


.menu-main-menu-container {
	width: 100%;
	background-color: #ececec;
	float: left; z-index:9999;
}
.nav_wrap {
	width: 100%;
	background-color: #ececec;
	display: inline-block;
}
#sub-access {
	background: #fff;
	padding: 20px;
	z-index: 1000;
}
#sub-access ul {
	list-style: none;
	background-color: #ececec;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	display: inline-block;
	width: 100%;
}
#sub-access li {
	float: left;
	position: relative;
	border-right: 1px solid #c0c0c0;
}
#sub-access a {
	display: block;
	padding: 5px 9px;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: .8em;
	font-weight: bold;
}
#sub-access ul ul {
	display: none;
	float: left;
	padding: 7px 0 0 0;
	position: absolute;
	top: 1.3em;
	left: 0;
	z-index: 99999;
	background-position: 30px 0px;
	background-image: url('images/arrowUp.png');
	margin-left: 10px;
	background-repeat: no-repeat;
}
#sub-access ul ul li {
	border: none;
}
#sub-access ul ul li:first-child a {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#sub-access ul ul li:last-child a {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#sub-access ul ul li:only-child a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sub-access ul ul a {
	line-height: 1em;
	width: 10em;
	height: auto;
	color: #fff;
	background: #000;
}
#sub-access li:hover > a, #sub-access li:focus > a {
	color: #000;
}
#sub-access ul ul :hover > a, #sub-access ul ul :focus > a {
	color: #fff;
}
#sub-access ul ul li:hover > a, #sub-access ul ul li:focus > a {
	border-bottom: none;
	background: #333;
}
#sub-access ul ul a:hover, #sub-access ul ul a:focus {
	background: #333;
}
#sub-access ul li:hover > ul, #sub-access ul li:focus > ul {
	display: block;
}
#sub-access ul ul ul {
	left: 100%;
	top: 0;
	padding: 0 0 0 7px;
	background-image: url('images/arrowLeft.png');
	background-position: 0 8px;
	background-repeat: no-repeat;
	margin-left: 0;
}
/* Highlight current page / parent menu item */
#sub-access li.current_page_item > a, #sub-access li.current_page_parent > a, #sub-access li.current-page-ancestor > a, #sub-access li.current-post-ancestor > a {
}
/* END Header */

/* 
-------------------------------------------------------------- 
Main Content
-------------------------------------------------------------- 
*/

.sticky {
}
.entry-header a:link, .entry-header a:visited {
	text-decoration: none;
}
.entry-header a:hover, .entry-header a:focus {
	text-decoration: underline;
}
.entry-title {
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	line-height: 1.3em;
	word-wrap: break-word;
}
.name-date {
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 1.5em;
}
.entry-meta {
	clear: both;
	display: block;
}
.index-meta {
	margin: 1.5em 0;
}
.index-meta li {
	float: left;
	margin: 0 1px 0 0;
	text-transform: uppercase;
}
.index-meta li a:link, .index-meta li a:visited {
	font-size: 0.6em;
	padding: 2px 20px;
	background: #9b9b9b;
	text-decoration: none;
	line-height: 17px;
	color: #fff;
}
.index-meta ul ul li a:link, .index-meta ul ul li a:visited {
	padding: 2px 10px;
}
.index-meta li.theComments a:link, .index-meta li.theComments a:visited {
	background: #333;
}
.index-meta li a:hover, .index-meta li.theComments a:hover, .index-meta li a:focus, .index-meta li.theComments a:focus {
	background: #3399FF;
}
li.theComments span {
	display: none;
}
.single-thumb {
	margin: 0 0 1em 0;
}
.single-thumb img {
	max-width: 100%;
	height: auto;
}
.entry-content p {
	line-height: 1.4em;
	margin-bottom: 2em;
}
.entry-content li {
	font-size: 0.9em;
	margin: 0 0 1em 2em;
	line-height: 1.3em;
}
.entry-content ul {
	list-style-type: square;
	margin-bottom: 2em;
}
.entry-content ol {
	list-style-type: decimal;
	margin-bottom: 2em;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}



.paged #content #nav-above, .single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
.index-title {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.3em;
	word-wrap: break-word;
}
.index-title a {
	text-decoration: none;
}
.index-title a:hover, .index-title a:focus {
	text-decoration: underline;
}
.index-name-date {
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 10px;
}
.index-name-date a {
	text-decoration: none;
}
.index-name-date a:hover, .index-name-date a:focus {
	text-decoration: underline;
}
.index-content {
	margin: 20px;
}
.more-link {
	display: block;
	float: right;
	width: 65%;
}
.catbuy {
	display: block;
	float: right;
	width: 65%;
}
.more-link a:link, .more-link a:visited {
	font-size: 0.6em;
	padding: 2px 20px;
	background: #9B9B9B;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
	color: white;
}
.more-link a:hover, .more-link a:focus {
	background-color: #3399FF;
}
.page-header {
/*background: #EAEAEA;*/
}
.page-header h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.3em;
	margin: 0;
	padding: 10px 30px 20px;
}
/* 
-------------------------------------------------------------- 
Index - Traditional
-------------------------------------------------------------- 
*/

#regular-index {
	float: left;
	margin: 0 0px 0 0;
	/*width: 65.95744680851064%;*/
	width: 100%;
}
#regular-index-page {
	float: left;
	margin: 0 0px 0 0;
	width: 65.95744680851064%;
}
#regular-index-cat {
	float: left;
	margin: 0;
	width: 100%;
}
#regular-content {
	width: 100%;
}
#regular-index .index-post-container {
	width: 100%;
	border: none;
	float: none;
	margin: 0 0 50px 0;
}
#regular-index-cat .index-post-container {
	width: 48.4%;
	float: left;
	margin: 10px 15px 10px 0;
	min-height: 236px;
	border-bottom: 1px solid #CCC;
}
#regular-index .the-thumbnail {
	/*display: none;*/
	width: 25%;
	float: left;
}
#regular-index-cat .the-thumbnail {
	/*display: none;*/
	width: 34%;
	float: left;
	overflow: hidden;
}
#regular-index .index-title, #regular-index .index-name-date, #regular-index .index-content {
	margin: 20px 0;
}
#regular-index-cat .index-content {
	margin: 5px 0;
	float: right;
	width: 65%;
}
#sidebar {
	float: right;
	overflow: hidden;
	width: 31.91489361702128%;
	margin: 0 0 0 20px;
	background-color: #f5f5f5;/*-moz-box-shadow: inset 1px 0px 5px #888;
	-webkit-box-shadow: inset 1px 0px 5px #888;
	box-shadow: inset 1px 0px 5px #888;*/
}
#sidebar .widget {
	width: 99%;
	border: 0px #e3e3e3 solid;
	float: left;
	padding: 10px;
	margin: 0 0 20px 0;
}
#sidebar .widget-title {
	font-size: 1.5em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
}
#sidebar .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}
#sidebar ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 90%;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
}
#sidebar ul li a:hover, #sidebar ul li a:focus {
	background-color: #E5E5E5;
	text-decoration: none;
	padding: 10px;
}
/* Front page widgets */

.index-widget-area .widget {
	width: 258px;
	float: left;
	padding: 20px;
	margin: 0 0 20px 0;
}
.index-widget-area .widget-title {
	font-size: 1.5em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
}
.index-widget-area .children {
	margin-left: 0.5em;
	padding: 0!important;
	float: none;
}
.index-widget-area ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 90%;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
}
.index-widget-area ul li a:hover, .index-widget-area ul li a:focus {
	background-color: #E5E5E5;
	text-decoration: none;
	padding: 10px;
}
.index-widget-area .recentcomments a:hover, .index-widget-area .recentcomments a:focus {
	background: inherit;
	text-decoration: underline;
}
/* Recent Comments widget */


.recentcomments {
	font-size: 90%;
	padding: 10px 0;
}
.recentcomments a {
	font-size: 100%!important;
}
.recentcomments a:hover, .recentcomments a:focus {
	background: inherit;
	text-decoration: underline;
}
.textwidget {
	padding: 10px 0 0 0;
	line-height: 1.3em;
	font-size: 0.9em;
}
.textwidget p {
	font-size: 100%;
}
/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar tr {
	line-height: 1.8em;
}
.widget_calendar #wp-calendar caption {
	font-size: 1em;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* RSS Widget */

h1.widget-title a:link, h1.widget-title a:visited {
	text-decoration: none!important;
}
h1.widget-title a:hover, h1.widget-title a:focus {
	text-decoration: underline!important;
}
.widget_rss ul li {
	margin-bottom: 1em;
	padding-bottom: 10px;
	font-weight: 100;
}
.widget_rss ul li a {
	text-transform: uppercase;
	font-size: 1.1em!important;
}
.widget_rss ul li a:hover {
	text-decoration: underline!important;
}
.widget_rss a:hover, .widget_rss a:focus {
	background: inherit!important;
	padding: 10px 0!important;
}
.widget_rss .rss-date {
	font-size: 0.8em;
	color: #808080;
	margin-bottom: 10px;
}
.widget_rss .rssSummary {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.widget_rss cite {
	font-size: 0.8em;
	color: #808080;
}
.widget_rss cite:before {
	content: "by ";
}
/* PAGINATION */

.paginationBox {
	clear: both;
	display: block;
	float: left;
	margin: 0;
}
ul.pagination {
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	font-size: 80%;
	line-height: 1em;
	list-style-type: none;
}
.pagination li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}
.pagination span, .pagination a {
	float: left;
	border: 1px #ccc solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #999;
}
.pagination a:hover, .pagination a:focus {
	color: #fff;
	background-color: #ccc;
}
.pagination .current {
	padding: 3px 9px 4px 9px;
	color: #fff;
	background-color: #ccc;
	border: 1px #ccc solid;
}
/* END PAGINATION */

/* Fix for FlexSlider */
.flexslider .slides img {
	height: auto;
}
/* 
-------------------------------------------------------------- 
Single post
-------------------------------------------------------------- 
*/

.entry-content {
}
.entry-content h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #052458;
	border-bottom: 1px solid #052458;
	padding-bottom: 6px;
}
.entry-content h4 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #052458;
	padding-bottom: 6px;
}
.entry-content td {
	vertical-align:top;
	padding: 4px;
	border: solid 1px #000;
	border-collapse:collapse;
}
.driver-bio img {
	padding: 3px;
	background-color: #fcb131;
	border-top: 5px solid #052458;
	border-right: 5px solid #052458;
	border-bottom: 5px solid #052458;
	border-left: 5px solid #052458;
	-moz-box-shadow: 0px 5px 18px #000;
	-webkit-box-shadow: 0px 5px 18px #000;
	box-shadow: 0px 5px 18px #000;
}
.footer-meta {
	margin: 1em 0;
}
blockquote {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	margin: 1.5em 0;
	padding-left: 2em;
	border-left: 1px #ccc solid;
	font-style: italic;
	color: #333;
	line-height: 1.4em;
	border-left-color: #EFEFEF;
	border-left-width: 10px;
}
.footer-tags li {
	float: left;
	text-transform: uppercase;
	margin: 1px 1px 0 0;
}
.footer-tags li a:link, .footer-tags li a:visited, .footer-tags li.highlight {
	font-size: 0.7em;
	padding: 2px 10px;
	background: #9b9b9b;
	text-decoration: none;
	line-height: 15px;
	color: #fff;
}
.footer-tags li.highlight, .footer-tags li.highlight {
	background: #333;
	padding: 2px 20px;
}
.footer-tags li a:hover, .footer-tags li a:focus {
	background: #3399FF;
}
/* RELATED */

h1#recent {
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 1em 50px;
}
#related {
	background: #eaeaea;
	padding: 20px;
}
#related ul {
}
#related ul li {
	width: 31.91489361702128%;
	float: left;
	margin-right: 2.127659574468085%;
}
#related ul li:last-child {
	margin-right: 0;
}
#related ul li a {
	text-decoration: none;
}
#related ul li article {
	padding: 20px;
	border: 1px rgba(255, 255, 255, 0.5) solid;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
}
#related ul li a:hover article, #related ul li a:focus article {
	background: #fff;
}
#related .theExcerpt {
	margin-top: 1em;
}
/* END RELATED */

/* 404 page */

/* Notices */

/* 
-------------------------------------------------------------- 
Image Attachments
-------------------------------------------------------------- 
*/

.image-attachment .entry-header {
	margin-left: 0;
	width: 100%;
	float: none;
}
.image-attachment div.entry-meta {
	float: left;
	font-size: .9em;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
	font-size: .9em;
}
.image-attachment .previous-image {
	margin-right: 10px;
}
.image-attachment .next-image {
	margin-left: 10px;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* 
--------------------------------------------------------------
Images
-------------------------------------------------------------- 
*/

a img {
	border: none;
}
p img {
	margin-bottom: 1em;
}
img.alignleft, .wp-caption.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.alignright, .wp-caption.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 5px;
}
img.aligncenter, .wp-caption.aligncenter {
	margin: 0 auto 1.5em auto;
	height: auto;
}
.wp-caption {
	padding: 10px;
	text-align: center;
	border: 1px #ccc solid;
}
.wp-caption img {
	margin: 0;
}
.wp-caption .wp-caption-text {
	margin: .5em;
	font-size: 80%;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}
/* END Images */

/*
--------------------------------------------------------------
Forms
--------------------------------------------------------------
*/

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text], input#s {
	margin: .1em 1em .1em 0;
	width: 40%;
}
input {
	margin: 1em 1em 1em 0;
	width: 40%;
}
.uam_login_form .checkbox {
	margin: 0em 0em 0em 0;
	width: 5%;
	visibility: hidden;
}
.uam_login_form .checkbox_label {
	left: 20px;
	visibility: hidden;
}
.uam_login_options {
	visibility: hidden;
}
textarea {
	width: 80%;
}
/* Class for labelling required form items */
.required {
	color: #cc0033;
}
/* END Forms */

/*
--------------------------------------------------------------
Comments
-------------------------------------------------------------- 
*/

#comments-title {
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 2em;
}
#reply-title {
	text-transform: uppercase;
	font-weight: 100;
	margin: 2em 0 1em 0;
}
article.comment {
	margin-left: 34.04255319148936%;
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}
.comment-footer {
	margin-left: -51.61290322580645%;
	width: 48.38709677419355%;
	float: left;
	font-size: 0.9em;
	line-height: 1.3em;
}
.left-content {
	float: left;
	margin-right: 10px;
}
.comment-author {
	text-transform: uppercase;
	color: #999999;
}
/* Custom style for post author */
.bypostauthor {
}
.commentlist .children {
	margin-left: 60px;
}
.comment-footer a:link, .comment-footer a:visited {
	color: #999;
	font-size: 90%;
	text-decoration: none;
}
.comment-footer a:hover, .comment-footer a:focus {
	color: #333;
}
.comment-footer .reply a:link, .comment-footer .reply a:visited {
	width: 48px;
	border: 1px #ccc solid;
	display: block;
	text-transform: uppercase;
	font-size: 70%;
	text-align: center;
	padding: 0;
}
.comment-footer .reply a:hover, .comment-footer .reply a:focus {
	border-color: #999;
}
.comment-footer .children li {
	margin-left: 60px;
}
#commentform {
	margin-left: 34.04255319148936%;
	margin-bottom: 2em;
}
#commentform input:focus, #commentform textarea:focus {
	outline: 1px solid #808080;
}
#commentform label {
	display: inline-block;
	margin-bottom: 0.4em;
	font-size: 90%;
}
#commentform input, #commentform textarea {
	padding: 5px;
}
.comment-notes {
	margin-left: -51.61290322580645%;
	width: 38.38709677419355%;
	float: left;
	font-size: 80%;
	color: #999;
}
.form-allowed-tags {
	font-size: 80%;
	color: #999;
}
#respond input[type=text] {
	display: block;/*	width: 60%;*/
}
#respond textarea {
	display: block;
	margin: 0 0 1em;/*	width: 80%;*/
}
#respond .form-allowed-tags {
	clear: both;/*	width: 80%;*/
}
#respond .form-allowed-tags code {
	display: block;
}
#commentform input#submit {
	margin: 1em 0 0 0;
	border: 1px solid #ccc;
	color: #999;
	padding: 3px 2em;
	background: #fff;
	font-size: 70%;
	text-transform: uppercase;
}
#commentform input#submit:hover, #commentform input#submit:focus {
	border-color: #999;
	color: #333;
	cursor: pointer;
}
.pingback {
	margin: 0 0 2em 0;
}
/*
--------------------------------------------------------------
Widgets
--------------------------------------------------------------
*/

.widget {
	display: block;
}
#sidebar .widget_search {
	overflow: hidden;
}
#sidebar .widget_search input {
	float: left;
}
#home-right-index .widget {
	margin-bottom: 15px;
}
#middle-index {
	background-color:#000;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
	-moz-box-shadow: 0px 5px 18px #000;
	-webkit-box-shadow: 0px 5px 18px #000;
	box-shadow: 0px 5px 18px #000;
}
#middle-index p.widget-title {
	font-size: 1.2em;
	text-decoration: none;
	color: #fff; 
	margin-top:10px; margin-bottom:0px!important;
}
#middle-index li {
	width: 22.3%;
	height: 170px;
	float:left;
	margin-right:15px;
	padding-left: 10px;
	position: relative;
}
#middle-index a {
	font-size: 0.6em;
	text-decoration: none;
	color: #fff;
}
#middle-index .textwidget {
	font-size: .7em;
	color: #fff;
}
#middle-index a {
	display: inline-block;
	background-image: url(images/orange_btn.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 4px 10px;
	margin-top: 5px;
	position: absolute;
	bottom: 5px;
	right: 0px;
}
#middle-index h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#middle-index {
	border-bottom-width: 0px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}
#middle-index img {
	border: 0px solid #FFF;
	float: left;
	padding-right: 5px;
}
/*
--------------------------------------------------------------
Footer
--------------------------------------------------------------
*/

#colophon {
	padding: 0;
	background: #000;
	color: #fff;
	font-size: 0.9em;
	position:relative;
}
#footer-sidebar ul {
	padding: 20px 20px;
}
#footer-sidebar ul li {
	width: 20%;
	float: left;
	margin-right: 2.127659574468085%;
}
#footer-sidebar ul li:last-child {
	margin-right: 0;
	max-height: 295px;
	overflow: scroll;
}
#footer-sidebar ul ul, #footer-sidebar ul ul li {
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}
#footer-sidebar .widget-title {
	font-size: 1.1em;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.3em;
	word-wrap: break-word;
}
#footer-sidebar ul ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 0;
	font-size: 90%;
	line-height: 1.3em;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
}
#footer-sidebar ul ul li a:hover, #footer-sidebar ul ul li a:focus {
	background-color: #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* SPECIAL CASE: RECENT COMMENTS */

#footer-sidebar ul#recentcomments li {
	padding: 10px 0;
}
#footer-sidebar ul#recentcomments li:hover, #footer-sidebar ul#recentcomments li:focus {
}
#footer-sidebar ul li.recentcomments a:link, #footer-sidebar ul li.recentcomments a:visited {
	border-style: none;
	color: inherit;
	text-decoration: none;
	line-height: 1.2em;
}
#footer-sidebar ul li.recentcomments a.url {
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}
#footer-sidebar ul li.recentcomments a:hover, #footer-sidebar ul li.recentcomments a:focus {
	background-color: transparent;
	background-image: none;
	text-decoration: underline;
}
/* END RECENT COMMENTS */


#footer-content {
	margin: 0;
	padding: 20px 50px;
	text-align: center;
	font-size: 70%;
	text-transform: none;
}
#footer-content p {
	margin: 0 0 10px 0;
	font-size: 1.4em;
}
#colophon a:link, #colophon a:visited {
	color: #f8a61c;
	text-decoration: none;
}
#colophon a:hover, #colophon a:focus {
	text-decoration: underline;
}
#slider-index {
	-moz-box-shadow: 0px 5px 18px #000;
	-webkit-box-shadow: 0px 5px 18px #000;
	box-shadow: 0px 5px 18px #000;
	background-color: #000;
}
#social_links {
	float: right;
height: 40px;
width: 26%;
/* clear: right; */
margin-top: 55px;
}
#social_links li {
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 5px;
}
#header_image {
	float:left;
	width: 50%;
	padding-top: 10px;
}
#testimonials-index {
	clear: both;
	background-image: url(images/comment_bar.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	position: relative;
}
#testimonials-index .widget-title {
	text-align: center;
	color: #fff;
	padding: 20px;
	font-size: 1.5em;
	font-weight: normal;
}
#testimonials-index .textwidget {
	width: 75%;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 1.1em;
	line-height: 2em;
	text-align: center;
	padding-bottom: 15px;
}
#testimonials-index .quotes {
	color: #f8a61c;
	font-size: 3.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 8px;
	vertical-align: middle;
}
.bottom_image {
	position: absolute;
	height: 438px;
	width: 500px;
	right: -115px;
	bottom: 150px;
}
#related h1 {
	font-size: 1.2em;
}
img, img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, #sidebar img, .wp-caption {
/* max-width: 100%; When images are too wide for containing element, force them to fit. */
	/* height: auto; Override height to match resized width for correct aspect ratio. */
}
img.aligncenter, .wp-caption.aligncenter {
	margin: 0 auto 1.5em auto;
	max-width: 100%;
	height: auto;
}
#footer-sidebar .textwidget {
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: normal;
}
#home-left-index {
	width: 66.7%;
	float: left;
	margin-right: 20px;
}
#home-right-index {
	width: 31%;
	float: left;
}
.home-left-lower .widget {
	/*width: 49%;*/
	float: left;
	min-height: 325px;
}
/*.home-left-lower .widget-title {
	color: #f8a61c;
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #333;
}*/

/*.home-left-lower a:link,
.home-left-lower a:visited {
	color: #000;
	text-decoration: none;
	font-size: .9em;
}

.home-left-lower a:hover,
.home-left-lower a:focus {
	color: #333;
	text-decoration: underline;
}*/

.home-left-lower li {
	padding-bottom: 5px;
}
.anything_wrapper {
	position: relative;
}
.anything_content_a {
	position: absolute;
	top: 75px;
	left: 75px;
}
/*pro {
	color: #ec118a;
	font-size: 48px;
	line-height: 1.3em;
}
.long {
	color: #f9a61b;
	font-size: 48px;
	line-height: 1.3em;
}
.slider_med {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2em;
}
.slider_lg {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.4em;
}
.trademark {
	font-size: 14px;
	vertical-align: super;
}*/



.pro {
	color: #ec118a;
	font-size: 38px;
	line-height: 1.3em;
}
.long {
	color: #f9a61b;
	font-size: 38px;
	line-height: 1.3em;
}
.slider_med {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.2em; font-weight:normal;
}
.slider_lg {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
}
.trademark {
	font-size: 12px;
	vertical-align: super;
}



.slider_logo {
	background-image: url(images/Prolong-header-logo-med.png);
	background-repeat: no-repeat;
	height: 86px;
	width: 205px;
	display: block;
}
.slide_caption_1 {
	width: 940px;
	height: 320px;
	margin-left: -590px;
	position:relative;
}
.slide-block-1 {
	position: absolute;
	top: 88%;
	left: 4%;
}
.slide-block-2 {
	position: absolute;
	top: 88%;
	left: 30%;
}
.slide-block-3 {
	position: absolute;
	top: 88%;
	left: 55%;
}
.slide-block-4 {
	position: absolute;
	top: 88%;
	left: 80%;
}
dt {
	padding-top: 3px;
	padding-bottom: 3px;
}
#em-wrapper h2 {
	background: #ececec;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a.more-link {
	font-size: .8em;
	text-decoration: none;
	color: #fff;
	display: table;
	padding: 4px 10px;
	margin-top: 5px;
	background: url(images/orange_btn.png) repeat-x center center;
	width: auto;
}
a.read_more {
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 8px 10px;
	margin-top: 25px;
	background: url(images/orange_btn.png) repeat-x center center;
	float: right;
	margin-right: 10px;
}
a.buy_now {
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 8px 10px;
	margin-top: 75%;
	background: url(images/orange_btn.png) repeat-x center center;
	/*float: right;*/
	margin-right: 10px;
}
.the-thumbnail img {
	width: auto;
	height: 100%;
}
.the-thumbnail {
	width: 120px;
	height: 130px;
	position: relative;
}
.buynow a {
	display: inline-block;
	background-image: url(images/orange_btn.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 4px 10px;
	margin-top: 5px;
	font-size: 0.6em;
	text-decoration: none;
	color: #fff;
}
.catbuy a {
	padding-left: 25px;
	padding-right: 25px;
}
ul.ytchagallery .ytctitle a {
	word-wrap: break-word;
	font-size: .8em;
}
.wp-spoiler-content .testimonials-widget-testimonial q, .wp-tab-content .testimonials-widget-testimonial q, .wp-spoiler-content .testimonials-widget-testimonial blockquote, .wp-tab-content .testimonials-widget-testimonial blockquote, .wp-spoiler-content .testimonials-widget-testimonial p, .wp-tab-content .testimonials-widget-testimonial p {
	quotes: none;
	width: 100%;
	color: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	padding-bottom: 15px;
	padding-left: 0px;
	font-style: normal;
	border-left: 0px #ccc solid;
}
.motorsports p {
	font-size: .8em;
}
.motorsports h2 {
	font-size: 1.5em;
	font-weight: bold;
}
.motorsports img {
	border: 2px solid #000;
	-moz-box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
}
.tp-caption a {
	color: #ffffff !important;
	font-size: .8em !important;
}
span.toggle_text {
	font-size: .7em;
}
.wpui-light .ui-collapsible-header, .wpui-light .ui-accordion h3.ui-accordion-header {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: bold 1.2em 'Segoe UI', 'Lucida Grande', 'Arial', sans-serif !important;
	background: -moz-linear-gradient(top, #AAAAAA, #DADADA);
	background: -webkit-gradient(linear, left top, left bottom, from(#AAAAAA), to(#DADADA));
	background: -webkit-linear-gradient(top, #AAAAAA, #DADADA);
	background: -o-linear-gradient(top, #AAAAAA, #DADADA);
	padding: 10px 10px !important;
	color: #222;
	border: 1px solid #A2A2A2;
	text-shadow: 0 1px 0 #FFF;
}
.ui-collapsible {
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}
.one-third {
	width: 32%;
	margin-right: 1%;
	float:left;
	text-align: center;
	margin-bottom: 10px;
}
.one-third a {
	font-weight: normal;
	font-size: .8em;
}
.one-third .thumbnail {
	width: 91%;
	max-height: 200px;
	overflow: hidden;
	background-color: #fcb131;
	border-top: 5px solid #052458;
	border-right: 5px solid #052458;
	border-bottom: 5px solid #052458;
	border-left: 5px solid #052458;
	padding: 3px;
	margin-bottom: 10px;
}
.one-third img {
	width: 98% !important;
	height: auto;/*-moz-box-shadow: 0px 5px 18px #000;
-webkit-box-shadow: 0px 5px 18px #000;
box-shadow: 0px 5px 18px #000;*/
}
.one-half {
	width: 48%;
	margin-right: 1%;
	float:left;
	text-align: center;
	margin-bottom: 10px;
}
.one-half a {
	font-weight: normal;
	font-size: .8em;
}
.one-half .thumbnail {
	width: 91%;
	max-height: 200px;
	overflow: hidden;
	background-color: #fcb131;
	border-top: 5px solid #052458;
	border-right: 5px solid #052458;
	border-bottom: 5px solid #052458;
	border-left: 5px solid #052458;
	padding: 3px;
	margin-bottom: 10px;
}
.one-half img {
	width: 98% !important;
	height: auto;/*-moz-box-shadow: 0px 5px 18px #000;
-webkit-box-shadow: 0px 5px 18px #000;
box-shadow: 0px 5px 18px #000;*/
}
.drivers div.srp-widget-singlepost {
	padding: 0px 0px 10px;
	margin: 0px 1% 10px 1%;
	border-bottom: 1px solid #CCCCCC;
	width: 31%;
	float: left;
	text-align: center;
	clear: none;
}
.drivers img.srp-widget-thmb {
	max-width: none;
	border: 4px solid #fcb131;
	-moz-box-shadow: 3px 4px 9px #333;
	-webkit-box-shadow: 3px 4px 9px #333;
	box-shadow: 3px 4px 9px #333;
	width: 100%;
}
/*.tribe-bar-views-inner label {
	background: url(images/down-arrow.png) no-repeat 70px 0px;	
}*/

.breadcrumbs, .breadcrumbs a {
	font-size: .7em;
	padding-top: 5px;
}
.ninja-forms-form-wrap {
	width: 75%;
}
.field-wrap label {
	font-size: .8em;
}
.ninja-forms-required-items {
	font-size: .7em;
	margin-bottom: 10px;
}


/*padding-left: 25px;
padding-right: 25px;
--------------------------------------------------------------
Media Queries Aplenty
--------------------------------------------------------------
*/
 @media only screen and (min-width: 981px) and (max-width:1100px) {
 #site-header {
background-color: transparent;
position: relative;
padding: 0px 4%;
}
 #wrapper {
 max-width: 100%;
}
 #sub-access a {
 padding: 5px 8px;
}
 #middle-index li {
 width: 47%;
 float: left;
 margin-right: 0px;
 padding: 15px 0px 15px 10px;
 height:auto;
}
 #related ul li {
 width: 32%;
 float: left;
 margin-right: 2.127659574468085%;
}
 .bottom_image {
 position: absolute;
 height: 0px;
 width: 0px;
 left: 0px;
 bottom: 0px;
 overflow: hidden;
}
 #header_image img {
 display: block;
 max-width: 100%;
 height: auto;
}
 #footer-sidebar ul li {
 width: 30%;
 float: left;
 margin-right: 5%;
}
 #social_links {
 float: right;
 height: 80px;
 width: 45%;
 margin-top: 50px;
}
 #sub-access a {
 padding:6px 6px 3px 6px;
 font-size: 0.9em;
}
 #home-left-index {
 width: 100%;
 float: left;
 margin-right: 0px;
}
 #home-right-index {
 width: 100%;
 float: left;
}
 .home-left-lower .widget {
 width: 100%;
 float: left;
 min-height: 325px;
}
 #testimonials-index .widget-title {
 text-align: center;
 color: #fff;
 padding: 15px;
 font-size: 1.4em;
 font-weight: normal;
}
 #testimonials-index .textwidget {
 width: 75%;
 font-size: .8em;
 line-height: 1.5em;
 padding-bottom: 10px;
}
 #testimonials-index .quotes {
 color: #f8a61c;
 font-size: 2.6em;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 padding-top: 8px;
 vertical-align: middle;
}
 .menu-main-menu-container {
 width: 100%;
 background-color: #ececec;
 float: left;
}
 #header-search {
 width: 50%;
 float: right;
 padding-top: 5px;
 padding-right: 10px;
}
 .pro {
 color: #ec118a;
 font-size: 34px;
}
 .long {
 color: #f9a61b;
 font-size: 34px;
}
 .slider_med {
 font-size: 20px;
}
 .slider_lg {
 font-size: 22px;
}
 .trademark {
 font-size: 6px;
 vertical-align: super;
}
 #home-right-index .widget {
 display: block;
 width: 50%;
 float: left;
}
 #regular-index {
 float: left;
 margin: 0 0px 0 0;
 width: 100%;
}
 #sidebar {
 float: none;
 overflow: hidden;
 width: 96%;
 margin: 0 0 0 0px;
 background-color: #f5f5f5;
 padding:0px 2%;
 clear: both;
}
 #sidebar .widget {
 width: 32%;
 border: 0px #e3e3e3 solid;
 float: left;
 padding: 10px;
 margin: 0 0 20px 0;
 clear: none;
}
 aside#wdg_specialrecentpostsfree-11 {
width: 63%!important;
}
aside#text-11 {
width: 63%!important;
}
.textwidget table {
width:100%!important;
}
#regular-index-page {
float: none;
margin: 0 0px 0 0;
width: 100%;
}
#content {
margin-top:0px;
margin-right: 20px;
margin-bottom:0px;
margin-left: 20px;
padding: 10px 0px 0px;
}
h4.srp-post-title {
display: block;
margin-top: 0em;
margin-bottom: 20px!important;
}
div.srp-thumbnail-box {
vertical-align: top;
padding-right: 25px!important;
display: inline-block;
float: left;
padding-bottom: 15px;
}
.drivers div.srp-widget-singlepost {
padding: 0px 0px 10px;
margin: 0px 1% 10px 1%;
border-bottom: 1px solid #CCCCCC;
width: 23%;
float: left;
text-align: center;
clear: none;
}
.ninja-forms-form-wrap {
	width: 75%;
}
}
 @media only screen and (min-width: 768px) and (max-width: 981px) {
#site-header {
background-color: transparent;
position: relative;
padding: 0px 4%;
}
 #wrapper {
 max-width: 100%;
}
 #sub-access ul {
 list-style: none;
 background-color: #ececec;
 padding-top: 5px;
 padding-right: 0;
 padding-bottom: 5px;
 padding-left: 0;
 display: block;
 width: 100%;
 text-align:center;
}
 #sub-access li {
 float: none;
 position: relative;
 border-right: 1px solid #c0c0c0;
 display:inline-block;
 margin: 10px 0px 10px 0px;
}
 #sub-access a {
 display: block;
 padding: 5px 9px;
 text-decoration: none;
 color: #333;
 text-transform: uppercase;
 font-size: 0.8em;
 line-height: .8em;
 font-weight: bold;
 display:inline;
 text-align:center;
}
 #sub-access a {
 padding: 5px 10px;
 font-size: 0.9em;
}
#sub-access ul ul {
 display: none;
 float: left;
 padding: 7px 0 0 0;
 position: absolute;
 top: 1.3em;
 left: 0;
 z-index: 9999999;
 background-position: 30px 0px;
 background-image: url('images/arrowUp.png');
 margin-left: 10px;
 background-repeat: no-repeat;
}
 #sub-access ul ul li {
 margin:0px;
}
#sub-access ul ul a {
 line-height: 1em;
 width: 10em;
 height: auto;
 color: #fff;
 background: #000;
 display:block;
 font-weight:normal;
 text-align:left;
 padding:7px 12px;
}
 #middle-index li {
 width: 47%;
 float: left;
 margin-right: 0px;
 padding: 15px 0px 15px 10px;
 height:auto;
}
 #related ul li {
 width: 32%;
 float: left;
 margin-right: 2.127659574468085%;
}
 .bottom_image {
 position: absolute;
 height: 0px;
 width: 0px;
 left: 0px;
 bottom: 0px;
 overflow: hidden;
}
 #header_image img {
 display: block;
 max-width: 100%;
 height: auto;
}
 #footer-sidebar ul li {
 width: 30%;
 float: left;
 margin-right: 5%;
}
 #social_links {
 float: right;
 height: 80px;
 width: 45%;
 margin-top: 50px;
}
 #home-left-index {
 width: 100%;
 float: left;
 margin-right: 0px;
}
 #home-right-index {
 width: 100%;
 float: left;
}
 .home-left-lower .widget {
 width: 100%;
 float: left;
 min-height: 325px;
}
 #testimonials-index .widget-title {
 text-align: center;
 color: #fff;
 padding: 15px;
 font-size: 1.4em;
 font-weight: normal;
}
 #testimonials-index .textwidget {
 width: 75%;
 font-size: .8em;
 line-height: 1.5em;
 padding-bottom: 10px;
}
 #testimonials-index .quotes {
 color: #f8a61c;
 font-size: 2.6em;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 padding-top: 8px;
 vertical-align: middle;
}
 .menu-main-menu-container {
 width: 100%;
 background-color: #ececec;
 float: left;
}
 
#header-search {
/* width: 100%; */
/* float: right; */
padding-top: 5px;
padding-right: 20px;
}

#header-search #searchform input#s {
width: 83%;
}

#header-search #searchsubmit {
width: 14px;
height: 14px;
text-indent: -9999px;
position: absolute;
right: 33px;
margin-top: -17px;
}



#social_links {
float: right;
height: 80px;
width: 39%;
clear: right;
margin-top: 20px;
}
 .pro {
 color: #ec118a;
 font-size: 34px;
}
 .long {
 color: #f9a61b;
 font-size: 34px;
}
 .slider_med {
 font-size: 20px;
}
 .slider_lg {
 font-size: 22px;
}
 .trademark {
 font-size: 6px;
 vertical-align: super;
}
 #home-right-index .widget {
 display: block;
 width: 50%;
 float: left;
}
 #regular-index {
 float: left;
 margin: 0 0px 0 0;
 width: 100%;
}
 #sidebar {
 float: none;
 overflow: hidden;
 width: 96%;
 margin: 0 0 0 0px;
 background-color: #f5f5f5;
 padding:0px 2%;
 clear: both;
}
 #sidebar .widget {
 width: 47%;
 border: 0px #e3e3e3 solid;
 float: left;
 padding: 10px;
 margin: 0 0 20px 0;
 clear: none;
}
 #regular-index-cat .index-post-container {
width: 45%;
float: left;
margin: 10px 35px 10px 0;
min-height: 255px;
border-bottom: 1px solid #CCC;
padding-bottom: 20px;
}
#regular-index-page {
float: none;
margin: 0 0px 0 0;
width: 100%;
}
#content {
margin-top:0px;
margin-right: 20px;
margin-bottom:0px;
margin-left: 20px;
padding: 10px 0px 0px;
}
h4.srp-post-title {
display: block;
margin-top: 0em;
margin-bottom: 20px!important;
}
div.srp-thumbnail-box {
vertical-align: top;
padding-right: 25px!important;
display: inline-block;
float: left;
padding-bottom: 15px;
}
.drivers div.srp-widget-singlepost {
padding: 0px 0px 10px;
margin: 0px 1% 10px 1%;
border-bottom: 1px solid #CCCCCC;
width: 23%;
float: left;
text-align: center;
clear: none;
}
}
 
 @media only screen and (max-width: 768px) {
 #site-header {
background-color: transparent;
position: relative;
padding: 0px 5%;
}
 #wrapper {
 width: 100%;
}
 #sub-access {
background: #fff;
padding: 10px;
z-index: 1000;
}
 #sub-access ul {
 list-style: none;
 background-color: #ececec;
 padding-top: 5px;
 padding-right: 0;
 padding-bottom: 5px;
 padding-left: 0;
 display: block;
 width: 100%;
 text-align:center;
}
 #sub-access li {
 float: none;
 position: relative;
 border-right: 1px solid #c0c0c0;
 display:inline-block;
 margin: 10px 0px 10px 0px;
}
 #sub-access a {
 display: block;
 padding: 5px 9px;
 text-decoration: none;
 color: #333;
 text-transform: uppercase;
 font-size: 0.8em;
 line-height: .8em;
 font-weight: bold;
 display:inline;
 text-align:center;
}
 #sub-access a {
 padding: 5px 8px;
 font-size: 0.9em;
}
 #sub-access ul ul {
 display: none;
 float: left;
 padding: 7px 0 0 0;
 position: absolute;
 top: 1.3em;
 left: 0;
 z-index: 99999;
 background-position: 30px 0px;
 background-image: url('images/arrowUp.png');
 margin-left: 10px;
 background-repeat: no-repeat;
}
 #sub-access ul ul li {
 margin:0px;
}
 #sub-access ul ul a {
 line-height: 1em;
 width: 10em;
 height: auto;
 color: #fff;
 background: #000;
 display:block;
 font-weight:normal;
 text-align:left;
 padding:7px 12px;
}
 #header-search {
 right: 20px;
}
 #related ul li {
 width: 100%;
/*margin-right: 2.127659574468085%;*/
	}
 #regular-index {
 float: none;
 margin: 0;
 width: 100%;
}
 #regular-content {
 margin: 0;
}
 #sidebar {
 float: none;
 overflow: inherit;
 width: 96%;
 margin: 0 0 0 0px;
 background-color: #f5f5f5;
 padding:0px 2%;
 clear: both;
 margin: 0;
}


	/* Change widgets to stack one on top of the other */

	#sidebar .widget {
 width: inherit;
 border: none;
 float: none;
 padding: 0;
 margin: 0 0 20px 0;
}
 #sidebar .widget ul {
 padding: 0 20px 20px 20px;
}
 #sidebar .widget-title {
 padding: 20px 20px 0 20px;
}
 #sidebar ul li a:hover,  #sidebar ul li a:focus {
 background-color: #fff;
}
 .bottom_image {
 position: relative;
 height: 0px;
 width: 0px;
 left: 0px;
 top: 0px;
 visibility: hidden;
 right: 0px;
 bottom: 0px;
}
 .bottom_image img {
 height: 0px;
 width: 0px;
 visibility: hidden;
}
 #middle-index {
border-bottom-width: 0px;
margin: 30px 0px 0px 0px;
padding: 0px 0px 3px 0px;
}
 #middle-index li {
width: 94%;
float: none;
display: block;
margin: 10px auto;
padding: 10px 0px;
}
 #footer-sidebar ul li {
 width: 95%;
 float: none;
 margin-right: 2.127659574468085%;
 margin-bottom: 15px;
}
 #social_links {
float: none;
height: 80px;
width: 35%;
margin-top: 50px;
margin: 20px auto;
text-align: center;
}

#social_links li {
width: 32px;
height: 32px;
float: none;
margin: 5px;
display: inline;
}
 #home-left-index {
 width: 100%;
 float: left;
 margin-right: 0px;
}
 #home-right-index {
 width: 100%;
 float: left;
}
 .home-left-lower .widget {
 width: 100%;
 float: left;
 min-height: 325px;
}
 #testimonials-index .widget-title {
 text-align: center;
 color: #fff;
 padding: 15px;
 font-size: 1.4em;
 font-weight: normal;
}
 #testimonials-index .textwidget {
 width: 75%;
 font-size: .8em;
 line-height: 1.5em;
 padding-bottom: 10px;
}
 #testimonials-index .quotes {
 color: #f8a61c;
 font-size: 2.6em;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 padding-top: 8px;
 vertical-align: middle;
}
 .menu-main-menu-container {
 width: 100%;
 background-color: #ececec;
 float: left;
}
#header-search {
width: 44%;
float: none;
padding-top: 5px;
/* padding-right: 10px; */
clear: both;
margin: 0px auto;
padding-right: 0px;
}

#header-search #searchform input#s {
width: 79%;
}

#header-search #searchsubmit {
width: 14px;
height: 14px;
text-indent: -9999px;
position: absolute;
right: 229px;
margin-top: 4px;
}
 .pro {
 color: #ec118a;
 font-size: 24px;
}
 .long {
 color: #f9a61b;
 font-size: 24px;
}
 .slider_med {
 font-size: 10px;
}
 .slider_lg {
 font-size: 12px;
}
 .trademark {
 font-size: 4px;
 vertical-align: super;
}
 .widget {
 display: block;
 width:100%;
 float: left;
}
 .textwidget {
padding: 10px 0 0 0;
line-height: 1.3em;
font-size: 0.9em;
text-align: center;
}
.textwidget table {
width:100%!important;
}
#regular-index-cat .index-post-container {
width: 45%;
float: left;
margin: 10px 30px 10px 0;
min-height: 288px;
border-bottom: 1px solid #CCC;
}
#regular-index-page {
float: none;
margin: 0 0px 0 0;
width: 100%;
}
#content {
margin-top:0px;
margin-right: 20px;
margin-bottom:0px;
margin-left: 20px;
padding: 10px 0px 0px;
}
h4.srp-post-title {
display: block;
margin-top: 0em;
margin-bottom: 20px!important;
}
div.srp-thumbnail-box {
vertical-align: top;
padding-right: 25px!important;
display: inline-block;
float: left;
padding-bottom: 15px;
}
.drivers div.srp-widget-singlepost {
padding: 0px 0px 10px;
margin: 0px 1% 10px 1%;
border-bottom: 1px solid #CCCCCC;
width: 48%;
float: left;
text-align: center;
clear: none;
}
 .drivers img.srp-widget-thmb {
max-width: none;
border: 4px solid #fcb131;
-moz-box-shadow: 3px 4px 9px #333;
-webkit-box-shadow: 3px 4px 9px #333;
box-shadow: 3px 4px 9px #333;
width: 100%;
}
div.srp-thumbnail-box{
width:80%;
     float: none;
    padding-bottom: 15px;
    padding-right: 10px;
    vertical-align: top;
	margin:0px auto;
}
div.srp-thumbnail-box img{
	border:none!important;
	-ms-interpolation-mode:bicubic!important;
	height: auto!important;
	max-width: 100%!important;
	outline:none!important;
	display: inline-block;
	
	}
	.tribe-events-calendar thead th {
background-color: #666;
color: #fff;
font-weight: bold;
letter-spacing: 0;
padding: 1em 0;
border-left: 1px solid #666;
border-right: 1px solid #666;
font-size: 10px!important;
}
.ninja-forms-form-wrap {
width: 98%;
}
.one-half {
width: 100%;
margin-right:0;
float: none;
text-align: center;
 margin:10px auto 25px auto;
}
.one-half strong{
display:block;
}
.one-half a {
font-weight: normal;
font-size: .8em;
margin: 15px 0px 0px 0px;
display: inline-block;
}
} 
@media only screen and (max-width: 720px) {
html {
overflow-x:hidden!important;
}
#header_image {
float: none;
width: 100%;
padding-top: 10px;
text-align: center;
}
#header_image img {
display: inline-block;
text-align: center;
}
div.srp-thumbnail-box{
width:100%;
     float: none;
    padding-bottom: 15px;
    padding-right: 10px;
    vertical-align: top;
	margin:0px auto;
}
div.srp-thumbnail-box img{
	border:none!important;
	-ms-interpolation-mode:bicubic!important;
	height: auto!important;
	max-width: 100%!important;
	outline:none!important;
	display: inline-block;
	
	}
	.tribe-events-calendar thead th {
background-color: #666;
color: #fff;
font-weight: bold;
letter-spacing: 0;
padding: 1em 0;
border-left: 1px solid #666;
border-right: 1px solid #666;
font-size: 10px!important;
}
.ninja-forms-form-wrap {
width: 98%;
}
.one-half {
width: 100%;
margin-right:0;
float: none;
text-align: center;
 margin:10px auto 25px auto;
}
.one-half strong{
display:block;
}
.one-half a {
font-weight: normal;
font-size: .8em;
margin: 15px 0px 0px 0px;
display: inline-block;
}
}







/* END max-width : 719px */
 @media only screen and (max-width: 640px) {
 #site-header {
background-color: transparent;
position: relative;
padding: 0px 5%;
}
#wrapper {
width: 97%;
margin:0px auto;
}
 #header_image {
float: none;
width: 100%;
padding-top: 10px;
text-align: center;
}
#header_image img {
display: inline-block;
text-align: center;
}
#social_links {
float: none;
height: 65px;
width: 100%;
margin-top: 20px;
display: block;
text-align: center;
}

#social_links li {
width: 32px;
height: 32px;
float: none;
margin-right: 0px;
display:inline-block;
margin: 0px 3px;
}
#social_links li a {
display:inline;
text-align:center;
}
 #sub-access {
background: #fff;
padding: 10px;
z-index: 1000;
}
 #sub-access ul {
 list-style: none;
 background-color: #ececec;
 padding-top: 5px;
 padding-right: 0;
 padding-bottom: 5px;
 padding-left: 0;
 display: block;
 width: 100%;
 text-align:center;
}
 #sub-access li {
 float: none;
 position: relative;
 border-right: 1px solid #c0c0c0;
 display:inline-block;
 margin: 5px 0px 5px 0px;
}
 #sub-access a {
 display: block;
 padding: 5px 9px;
 text-decoration: none;
 color: #333;
 text-transform: uppercase;
 font-size: 0.8em;
 line-height: .8em;
 font-weight: bold;
 display:inline;
 text-align:center;
}
 #sub-access a {
 padding: 5px 8px;
 font-size: 0.9em;
}
 #sub-access ul ul {
 display: none;
 float: left;
 padding: 7px 0 0 0;
 position: absolute;
 top: 1.3em;
 left: 0;
 z-index: 99999;
 background-position: 30px 0px;
 background-image: url('images/arrowUp.png');
 margin-left: 10px;
 background-repeat: no-repeat;
}
 #sub-access ul ul li {
 margin:0px;
}
 #sub-access ul ul a {
 line-height: 1em;
 width: 10em;
 height: auto;
 color: #fff;
 background: #000;
 display:block;
 font-weight:normal;
 text-align:left;
 padding:7px 12px;
}
 #header-search {
 right: 20px;
}
 #related ul li {
 width: 100%;
/*margin-right: 2.127659574468085%;*/
	}
 #regular-index {
 float: none;
 margin: 0;
 width: 100%;
}
 #regular-content {
 margin: 0;
}
 #sidebar {
 float: none;
 overflow: inherit;
 width: 96%;
 margin: 0 0 0 0px;
 background-color: #f5f5f5;
 padding:0px 2%;
 clear: both;
 margin: 0;
}

	/* Change widgets to stack one on top of the other */

	#sidebar .widget {
 width: inherit;
 border: none;
 float: none;
 padding: 0;
 margin: 0 0 20px 0;
}
 #sidebar .widget ul {
 padding: 0 20px 20px 20px;
}
 #sidebar .widget-title {
 padding: 20px 20px 0 20px;
}
 #sidebar ul li a:hover,  #sidebar ul li a:focus {
 background-color: #fff;
}
 .bottom_image {
 position: relative;
 height: 0px;
 width: 0px;
 left: 0px;
 top: 0px;
 visibility: hidden;
 right: 0px;
 bottom: 0px;
}
 .bottom_image img {
 height: 0px;
 width: 0px;
 visibility: hidden;
}
 #middle-index {
border-bottom-width: 0px;
margin: 30px 0px 0px 0px;
padding: 0px 0px 3px 0px;
}
 #middle-index li {
width: 94%;
float: none;
display: block;
margin: 10px auto;
padding: 10px 0px;
}
 #footer-sidebar ul li {
 width: 95%;
 float: none;
 margin-right: 2.127659574468085%;
 margin-bottom: 15px;
}
 #home-left-index {
 width: 100%;
 float: left;
 margin-right: 0px;
}
 #home-right-index {
 width: 100%;
 float: left;
}
 .home-left-lower .widget {
 width: 100%;
 float: left;
 min-height: 325px;
}
 #testimonials-index .widget-title {
 text-align: center;
 color: #fff;
 padding: 15px;
 font-size: 1.4em;
 font-weight: normal;
}
 #testimonials-index .textwidget {
 width: 75%;
 font-size: .8em;
 line-height: 1.5em;
 padding-bottom: 10px;
}
 #testimonials-index .quotes {
 color: #f8a61c;
 font-size: 2.6em;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 padding-top: 8px;
 vertical-align: middle;
}
 .menu-main-menu-container {
 width: 100%;
 background-color: #ececec;
 float: left;
}
#header-search {
width: 57%;
float: none;
padding-top: 5px;
padding-right: 10px;
margin: 0px auto;
}

#header-search #searchform input#s {
width: 74%;
 margin: 0px auto; 
 float: none; 
}
#header-search #searchsubmit {
width: 14px;
height: 14px;
text-indent: -9999px;
position: absolute;
right: 67px;
margin-top: 4px;
}.pro {
 color: #ec118a;
 font-size: 24px;
}
 .long {
 color: #f9a61b;
 font-size: 24px;
}
 .slider_med {
 font-size: 10px;
}
 .slider_lg {
 font-size: 12px;
}
 .trademark {
 font-size: 4px;
 vertical-align: super;
}
 .widget {
 display: block;
 width: 100%;
 float: none;
}
 .textwidget {
padding: 10px 0 0 0;
line-height: 1.3em;
font-size: 0.9em;
text-align: center;
}
 .textwidget table {
width:100%!important;
}
#regular-index-cat .index-post-container {
width: 80%;
float: none;
min-height: 250px;
border-bottom: 1px solid #CCC;
margin:10px auto 34px auto;
}
#regular-index-page {
float: none;
margin: 0 0px 0 0;
width: 100%;
}
#content {
margin-top:0px;
margin-right: 20px;
margin-bottom:0px;
margin-left: 20px;
padding: 10px 0px 0px;
}
h4.srp-post-title {
display: block;
margin-top: 0em;
margin-bottom: 20px!important;
}
div.srp-thumbnail-box {
vertical-align: top;
padding-right: 25px!important;
display: inline-block;
float: left;
padding-bottom: 15px;
}
.drivers div.srp-widget-singlepost {
padding: 0px 0px 10px;
margin: 0px 1% 10px 1%;
border-bottom: 1px solid #CCCCCC;
width: 48%;
float: left;
text-align: center;
clear: none;
}
 .drivers img.srp-widget-thmb {
max-width: none;
border: 4px solid #fcb131;
-moz-box-shadow: 3px 4px 9px #333;
-webkit-box-shadow: 3px 4px 9px #333;
box-shadow: 3px 4px 9px #333;
width: 100%;
}
img.srp-widget-thmb {
	border:none!important;
	-ms-interpolation-mode:bicubic!important;
	height: auto!important;
	max-width: 100%!important;
	outline:none!important;
}
.tribe-events-calendar thead th {
background-color: #666;
color: #fff;
font-weight: bold;
letter-spacing: 0;
padding: 1em 0;
border-left: 1px solid #666;
border-right: 1px solid #666;
font-size: 10px!important;
}
}
@media screen and (max-width: 480px) {
html {
overflow-x:hidden!important;
}
 #site-header {
background-color: transparent;
position: relative;
padding: 0px 5%;
}
#wrapper {
width: 97%;
margin:0px auto;
}
 #header_image {
float: none;
width: 100%;
padding-top: 10px;
text-align: center;
}
 #header_image img {
display: inline-block;
text-align: center;
}
#social_links {
float: none;
height: 65px;
width: 100%;
margin-top: 20px;
display:block;
text-align:center;
}
#social_links li {
width: 32px;
height: 32px;
float: none;
margin-right: 0px;
display:inline-block;
margin: 0px 3px;
}
#social_links li a {
display:inline;
text-align:center;
}
 #sub-access {
background: #fff;
padding: 10px;
z-index: 1000;
}
 #sub-access ul {
 list-style: none;
 background-color: #ececec;
 padding-top: 5px;
 padding-right: 0;
 padding-bottom: 5px;
 padding-left: 0;
 display: block;
 width: 100%;
 text-align:center;
}
 #sub-access li {
 float: none;
 position: relative;
 border-right: 1px solid #c0c0c0;
 display:inline-block;
 margin: 5px 0px 5px 0px;
}
 #sub-access a {
 display: block;
 padding: 5px 9px;
 text-decoration: none;
 color: #333;
 text-transform: uppercase;
 font-size: 0.8em;
 line-height: .8em;
 font-weight: bold;
 display:inline;
 text-align:center;
}
 #sub-access a {
 padding: 5px 8px;
 font-size:12px;
}
 #sub-access ul ul {
display: none;
float: left;
padding: 7px 0 0 0;
position: absolute;
top: 1.3em;
left: -34px;
z-index: 99999;
background-position: 57px 0px;
background-image: url('images/arrowUp.png');
margin-left: 10px;
background-repeat: no-repeat;
}
 #sub-access ul ul li {
 margin:0px;

}
 #sub-access ul ul a {
 line-height: 1em;
 width: 10em;
 height: auto;
 color: #fff;
 background: #000;
 display:block;
 font-weight:normal;
 text-align:left;
 padding:7px 6px;
}
 #related ul li {
 width: 100%;
/*margin-right: 2.127659574468085%;*/
	}
 #regular-index {
 float: none;
 margin: 0;
 width: 100%;
}
 #regular-index-page {
 width: 100%;
}
 #regular-content {
 margin: 0;
}
 #sidebar {
 float: none;
 overflow: inherit;
 width: 96%;
 background-color: #f5f5f5;
 padding:0px 2%;
 clear: both;
 margin: 0;
}

	/* Change widgets to stack one on top of the other */

	#sidebar .widget {
 width: inherit;
 border: none;
 float: none;
 padding: 0;
 margin: 0 0 20px 0;
}
 #sidebar .widget ul {
 padding: 0 20px 20px 20px;
}
 #sidebar .widget-title {
 padding: 20px 20px 0 20px;
}
 #sidebar ul li a:hover,  #sidebar ul li a:focus {
 background-color: #fff;
}
 .bottom_image {
 position: relative;
 height: 0px;
 width: 0px;
 left: 0px;
 top: 0px;
 visibility: hidden;
 right: 0px;
 bottom: 0px;
}
 .bottom_image img {
 height: 0px;
 width: 0px;
 visibility: hidden;
}
 #middle-index {
border-bottom-width: 0px;
margin: 30px 0px 0px 0px;
padding: 0px 0px 3px 0px;
}
 #middle-index li {
width: 94%;
float: none;
display: block;
margin: 10px auto;
padding: 10px 0px;
}
 .the-thumbnail img {
 width: 100%;
 height: auto;
}
 #regular-index-cat .index-post-container {
 width: 100%;
 float: left;
 margin: 0px 15px 0px 0;
 min-height: 210px;
 border-bottom: 1px solid #CCC;
 position: relative;
}
 .more-link {
 text-align: left;
 bottom:25px;
right: 0px;
}
 #footer-sidebar ul li {
 width: 95%;
 float: none;
 margin-right: 2.127659574468085%;
 margin-bottom: 15px;
}
 #home-left-index {
 width: 100%;
 float: left;
 margin-right: 0px;
}
 #home-right-index {
 width: 100%;
 float: left;
}
 .home-left-lower .widget {
 width: 100%;
 float: left;
 min-height: 325px;
}
 #testimonials-index .widget-title {
 text-align: center;
 color: #fff;
 padding: 15px;
 font-size: 1.4em;
 font-weight: normal;
}
 #testimonials-index .textwidget {
 width: 75%;
 font-size: .8em;
 line-height: 1.5em;
 padding-bottom: 10px;
}
 #testimonials-index .quotes {
 color: #f8a61c;
 font-size: 2.6em;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 padding-top: 8px;
 vertical-align: middle;
}
 #middle-index img {
 border: 0px solid  #FFF;
 float: left;
 padding-right: 5px;
 height: 109px;
 width: auto;
}
 .menu-main-menu-container {
 width: 100%;
 background-color: #ececec;
 float: left;
}
 #header-search {
 width: 100%;
 float: none;
 padding-top: 5px;
 padding-right: 10px; margin:0px auto;
}
 .index-title {
 font-size: 1em;
}
 .pro {
 color: #ec118a;
 font-size: 2.2em;
}
 .long {
 color: #f9a61b;
 font-size: 2.2em;
}
 #slider-wrapper {
		/*margin-top: 10px;*/
		width: 100%;
 margin: 0 auto;
 float: none;
 position:relative;
}
 #slider-wrapper img {
 width: 100% !important;
/*height: auto !important;*/
	}
 #slider {
 width: 100% !important;
/*height: auto !important;*/
	}
 #slider img {
 width: 300px !important;
 position: relative !important;
 height: auto !important;
}
 .slider_med {
 font-size: 1.2em;
}
 .slider_lg {
 font-size: 1.3em;
}
 .trademark {
 font-size: 4px;
 vertical-align: super;
}
 .instagram-image {
 padding: 2px;
 background-color: 
 #fff;
 float: left;
 margin-right: 5px;
 margin-top: 5px;
 width: 46%;
}
 .ngg-thumbnail {
 width: 46%;
}
 .ngg-thumbnail img {
 width: 90%;
}
 .ngg-albumtitle {
 font-size: 1.2em;
}
#footer-content {
margin: 0;
padding: 20px 26px;
text-align: center;
font-size: 70%;
text-transform: none;
}
#footer-content {
margin: 0;
padding: 10px 20px;
text-align: center;
font-size: 70%;
text-transform: none;
}
 img {
 border:none;
 -ms-interpolation-mode:bicubic;
 height: auto;
 max-width: 100%;
 outline:none;
}
.textwidget {
padding: 10px 0 0 0;

line-height: 1.3em;
font-size: 0.9em;
text-align: center;
}
.textwidget table {
width:100%!important;
}
#regular-index-cat .index-post-container {
width: 85%;
float: none;
min-height: 250px;
border-bottom: 1px solid #CCC;
margin:10px auto 34px auto;
}
#regular-index-page {
float: none;
margin: 0 0px 0 0;
width: 100%;
}
#content {
margin-top:0px;
margin-right: 20px;
margin-bottom:0px;
margin-left: 20px;
padding: 10px 0px 0px;
}
h4.srp-post-title {
display: block;
margin-top: 0em;
margin-bottom: 20px!important;
}
div.srp-thumbnail-box {
vertical-align: top;
padding-right: 25px!important;
display: inline-block;
float: left;
padding-bottom: 15px;
}
.drivers div.srp-widget-singlepost {
padding: 0px 0px 10px;
margin: 0px 1% 10px 1%;
border-bottom: 1px solid #CCCCCC;
width: 48%;
float: left;
text-align: center;
clear: none;
}
 .drivers img.srp-widget-thmb {
max-width: none;
border: 4px solid #fcb131;
-moz-box-shadow: 3px 4px 9px #333;
-webkit-box-shadow: 3px 4px 9px #333;
box-shadow: 3px 4px 9px #333;
width: 100%;
}
img.srp-widget-thmb {
	border:none!important;
	-ms-interpolation-mode:bicubic!important;
	height: auto!important;
	max-width: 100%!important;
	outline:none!important;
}
.tribe-events-calendar thead th {
background-color: #666;
color: #fff;
font-weight: bold;
letter-spacing: 0;
padding: 1em 0;
border-left: 1px solid #666;
border-right: 1px solid #666;
font-size: 10px!important;
}
}
@media screen and (max-width: 320px) {
html {
overflow-x:hidden!important;
}
 #site-header {
background-color: transparent;
position: relative;
padding: 0px 5%;
}
#wrapper {
width: 97%;
margin:0px auto;
}
 #header_image {
float: none;
width: 100%;
padding-top: 10px;
text-align: center;
}
 #header_image img {
display: inline-block;
text-align: center;
}
#social_links {
float: none;
height: 65px;
width: 100%;
margin-top: 20px;
display:block;
text-align:center;
}
#social_links li {
width: 32px;
height: 32px;
float: none;
margin-right: 0px;
display:inline-block;
margin: 0px 3px;
}
#social_links li a {
display:inline;
text-align:center;
}
 #sub-access {
background: #fff;
padding: 10px;
z-index: 1000;
}
 #sub-access ul {
 list-style: none;
 background-color: #ececec;
 padding-top: 5px;
 padding-right: 0;
 padding-bottom: 5px;
 padding-left: 0;
 display: block;
 width: 100%;
 text-align:center;
}
 #sub-access li {
 float: none;
 position: relative;
 border-right: 1px solid #c0c0c0;
 display:inline-block;
 margin: 5px 0px 5px 0px;
}
 #sub-access a {
 display: block;
 padding: 5px 9px;
 text-decoration: none;
 color: #333;
 text-transform: uppercase;
 font-size: 0.8em;
 line-height: .8em;
 font-weight: bold;
 display:inline;
 text-align:center;
}
 #sub-access a {
 padding: 5px 8px;
 font-size:12px;
}
 #sub-access ul ul {
display: none;
float: left;
padding: 7px 0 0 0;
position: absolute;
top: 1.3em;
left: -34px;
z-index: 99999;
background-position: 57px 0px;
background-image: url('images/arrowUp.png');
margin-left: 10px;
background-repeat: no-repeat;
}
 #sub-access ul ul li {
 margin:0px;
}
 #sub-access ul ul a {
 line-height: 1em;
 width: 10em;
 height: auto;
 color: #fff;
 background: #000;
 display:block;
 font-weight:normal;
 text-align:left;
 padding:7px 6px;
}
 #related ul li {
 width: 100%;
/*margin-right: 2.127659574468085%;*/
	}
 #regular-index {
 float: none;
 margin: 0;
 width: 100%;
}
 #regular-index-page {
 width: 100%;
}
 #regular-content {
 margin: 0;
}
 #sidebar {
 float: none;
 overflow: inherit;
 width: 96%;
 background-color: #f5f5f5;
 padding:0px 2%;
 clear: both;
 margin: 0;
}

	/* Change widgets to stack one on top of the other */

	#sidebar .widget {
 width: inherit;
 border: none;
 float: none;
 padding: 0;
 margin: 0 0 20px 0;
}
 #sidebar .widget ul {
 padding: 0 20px 20px 20px;
}
 #sidebar .widget-title {
 padding: 20px 20px 0 20px;
}
 #sidebar ul li a:hover,  #sidebar ul li a:focus {
 background-color: #fff;
}
 .bottom_image {
 position: relative;
 height: 0px;

 width: 0px;
 left: 0px;
 top: 0px;
 visibility: hidden;
 right: 0px;
 bottom: 0px;
}
 .bottom_image img {
 height: 0px;
 width: 0px;
 visibility: hidden;
}
 #middle-index {
border-bottom-width: 0px;
margin: 30px 0px 0px 0px;
padding: 0px 0px 3px 0px;
}
 #middle-index li {
width: 94%;
float: none;
display: block;
margin: 10px auto;
padding: 10px 0px;
}
 .the-thumbnail img {
 width: 100%;
 height: auto;
}
 #regular-index-cat .index-post-container {
 width: 100%;
 float: left;
 margin: 0px 15px 0px 0;
 min-height: 210px;
 border-bottom: 1px solid #CCC;
 position: relative;
}
 .more-link {
 text-align: left;
 bottom:25px;
right: 0px;
}
 #footer-sidebar ul li {
 width: 100%;
 float: none;
 margin:0px auto;
}
 #home-left-index {
 width: 100%;
 float: left;
 margin-right: 0px;
}
 #home-right-index {
 width: 100%;
 float: left;
}
 .home-left-lower .widget {
 width: 100%;
 float: left;
 min-height: 325px;
}
 #testimonials-index .widget-title {
text-align: center;
color: #fff;
padding: 25px 0px 10px;
font-size: 20px;
font-weight: normal;
}
 #testimonials-index .textwidget {
 width: 75%;
 font-size: .8em;
 line-height: 1.5em;
 padding-bottom: 10px;
}
 #testimonials-index .quotes {
 color: #f8a61c;
 font-size: 2.6em;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 padding-top: 8px;
 vertical-align: middle;
}
 #middle-index img {
 border: 0px solid  #FFF;
 float: left;
 padding-right: 5px;
 height: 109px;
 width: auto;
}
 .menu-main-menu-container {
 width: 100%;
 background-color: #ececec;
 float: left;
}
 #header-search {
 width: 100%;
 float: none;
 padding-top: 5px;
 padding-right: 10px;
}
 .index-title {
 font-size: 1em;
}
 .pro {
 color: #ec118a;
 font-size: 2.2em;
}
 .long {
 color: #f9a61b;
 font-size: 2.2em;
}
 #slider-wrapper {
		/*margin-top: 10px;*/
		width: 100%;
 margin: 0 auto;
 float: none;
 position:relative;
}
 #slider-wrapper img {
 width: 100% !important;
/*height: auto !important;*/
	}
 #slider {
 width: 100% !important;
/*height: auto !important;*/
	}
 #slider img {
 width: 300px !important;
 position: relative !important;
 height: auto !important;
}
 .slider_med {
 font-size: 1.2em;
}
 .slider_lg {
 font-size: 1.3em;
}
 .trademark {
 font-size: 4px;
 vertical-align: super;
}
 .instagram-image {
 padding: 2px;
 background-color: 
 #fff;
 float: left;
 margin-right: 5px;
 margin-top: 5px;
 width: 46%;
}
 .ngg-thumbnail {
 width: 46%;
}
 .ngg-thumbnail img {
 width: 90%;
}
 .ngg-albumtitle {
 font-size: 1.2em;
}
#footer-content {
margin: 0;
padding: 20px 26px;
text-align: center;
font-size: 70%;
text-transform: none;
}
#footer-content {
margin: 0;
padding: 10px 20px;
text-align: center;
font-size: 70%;
text-transform: none;
}
 img {
 border:none;
 -ms-interpolation-mode:bicubic;
 height: auto;
 max-width: 100%;
 outline:none;
}
.textwidget {
padding: 10px 0 0 0;
line-height: 1.3em;
font-size: 0.9em;
text-align: center;
}
.textwidget table {
width:100%!important;
}
#regular-index-cat .index-post-container {
width: 96%;
float: none;
min-height: 250px;
border-bottom: 1px solid #CCC;
margin:10px auto 25px auto;
padding-bottom: 20px;
}
.testimonials-widget-testimonial p {
quotes: none;
width: 99%;
font-size: 14px!important;
line-height: 1.5em;
text-align: center;
padding-bottom:0px!important;
padding-left: 2px;
}
a.more-link {
font-size: .8em;
text-decoration: none;
clear: both;
color: #fff;
display: block;
padding: 4px 10px;
margin:40px auto 0px auto;
background: url(images/orange_btn.png) repeat-x center center;
width: 40%;
float:none;
position:relative;
text-align:center;
}
#footer-sidebar ul li:last-child {
margin-right: 0;
max-height: 295px;
overflow: scroll;
width: 100%;
margin-top: 20px;
}
#regular-index-page {
float: none;
margin: 0 0px 0 0;
width: 100%;
}
#content {
margin-top:0px;
margin-right: 20px;
margin-bottom:0px;
margin-left: 20px;
padding: 10px 0px 0px;
}
h4.srp-post-title {
display: block;
margin-top: 0em;
margin-bottom: 20px!important;
}
div.srp-thumbnail-box {
vertical-align: top;
padding-right: 25px!important;
display: inline-block;
float: left;
padding-bottom: 15px;
}
.drivers div.srp-widget-singlepost {
padding: 0px 0px 10px;
margin: 0px 1% 10px 1%;
border-bottom: 1px solid #CCCCCC;
width: 40%;
float: left;
text-align: center;
clear: none;
}
 .drivers img.srp-widget-thmb {
max-width: none;
border: 4px solid #fcb131;
-moz-box-shadow: 3px 4px 9px #333;
-webkit-box-shadow: 3px 4px 9px #333;
box-shadow: 3px 4px 9px #333;
width: 100%;
}
img.srp-widget-thmb {
border:none;
	-ms-interpolation-mode:bicubic;
	height: auto;
	max-width: 100%;
	outline:none;
}
}
@media screen and (max-width: 240px) {
html {
overflow-x:hidden!important;
}
}
