/*
Theme Name: WP Auto Mall
Theme URI: https://premopress.com
Description: Car Dealer theme is perfect for auto dealers.
Author: PremoPress
Author URI: https://premopress.com
Version: 1.0.0
Tags: auto, dealers
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {background: transparent;border: 0;margin: 0;padding: 0;vertical-align: baseline;}
body {	}
h1, h2, h3, h4, h5, h6 {clear: both; font-weight: normal; font-family: 'Lato', sans-serif; line-height:2; color:#55525b;}
ol, ul {list-style: none;}
blockquote {quotes: none;}
blockquote:before,
blockquote:after {content: '';content: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
a img {	border: none;}
a:link,
a:visited{color:#666;text-decoration:none;}
a:hover{color:#CCC;text-decoration:none;}

/* Helper classes*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
.bold{
	font-weight: bold;
}
.p_table{
	display: table-row;
}
.span_table{
	padding: 5px 20px 5px 0;
	display: table-cell;
	vertical-align: middle;
}
/* Responsive image */
img {
    max-width: 100%;
    height: auto;
}
@media \0screen {
  img {
  	width: auto; /* for ie 8 */
  }
}
/*wp-img styles*/
.alignleft{
	float: left;
	margin: 0 10px 0 0;
}
.alignright{
	float: right;
	margin: 0 0 0 10px;
}
/* GLOBAL */

body {
	background: url(images/body_bg.png);
	font-family: Calibri, Tahoma, Verdana, sans-serif;
	font-size: 13.5px;
	color: #838187;
}
#top-line{
	background: #49474f;
	color: #fff;
	/*font-size: 13.5px;*/
}
	#top-line .inner{
		width: 100%;
		max-width: 960px;
		min-width: 320px;
		margin: 0 auto;
		padding: 5px 0 2px;
	}
		.widget-top-social{
			float:	left;
		}
		.widget-phone-number{
			float: right;
			padding: 3px 0;
		}
	#top-line .widget-top-social{
		width:45%;
	}
	#top-line .widget-top-social span{
		float: left;
		display: block;
		padding: 3px 6px 0 0;
	}

#header {
	width: 100%;
	padding: 2px 0;
	/* border-bottom: 1px solid #dddfde; */
	background: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8f8f8), to( #f8f8f8));
	background-image: -webkit-linear-gradient( #f8f8f8, #f8f8f8);
	background-image: -moz-linear-gradient( #f8f8f8, #f8f8f8);
	background-image: -ms-linear-gradient( #f8f8f8, #f8f8f8);
	background-image: -o-linear-gradient( #f8f8f8, #f8f8f8);
	background-image: linear-gradient( #f8f8f8, #f8f8f8);


}

#header_inner{
	width: 100%;
	/* max-width: 1960px; */
	margin: 0 auto;
}

#header_logo {
	background:url(https://f650pickup.topic.ws/wp-content/uploads/sites/13/2013/06/flame2.jpg) no-repeat 0px 0px;
	display: block;
	float: left;
	text-indent: -9999px;
	width: 100%;
	max-width: 300px;
	height: 38px;
	margin: 0 2%;

}
	#access {
		float: right;
		padding: 80px 0 0;

	}
		#access ul {
			margin: 0;
			padding: 0;
			width: 100%;
		}
		#access li{
			float: left;
			position: relative;
		}
			#access .sub-menu li{
				display: block;
				float: none;
				width: 100%;
			}
			#access li a{
				display: block;
				padding: 5px 15px;
			}
			#access .current_page_item a, #access .current-menu-item>a, #access .current-menu-parent>a{
				background: #55525b;
				color: #fff;
				text-shadow: none !important;
			}
			#access .sub-menu{
				display:none;
				position:absolute;
				z-index:100;
				left: 0px;
				width: auto;
				min-width: 120px;
				border: 1px solid #ccc;
				background: #fff;
			}
			#access li:hover .sub-menu{display:block}

/*Listing*/

#content_main ul{
	padding: 0 0 0 20px;
}

#content_main ul li{
	/*list-style: disc outside;*/
}

/* Slider AREA */
/*
 * jQuery FlexSlider v2.0
 * https://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * https://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: medium 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 {
	max-width: 100%;
	display: block;
	margin: 40px 30px 15px 0;
	float: right;
}

.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {content: "."; 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 0px; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 41px; height: 41px; margin: -15px 0 0; display: block; /*background: url(images/bg_direction_nav.png)*/ no-repeat 0 0; position: absolute; top: 49%; cursor: pointer; text-indent: -9999px; }
.flex-direction-nav .flex-next {background-position: 100% 0; background: url(images/right_arrow.png) no-repeat scroll 0% 0% transparent; right: -5px; }
.flex-direction-nav .flex-prev {background: url(images/left_arrow.png) no-repeat; left: -5px;}
/*.flexslider:hover .flex-next {opacity: 0.8; right: 0px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 0px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}*/
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {/*width: 11px;*/ height: 11px; display: block; background: #666; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(255,255,255,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(255,255,255,0.9); 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;}


#slider_wrapper {
	overflow: hidden;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;

}
#slideshow img {
	width: 100%;
}
.item-listing-wrapper h2{
	font-size: 24px;
}
#content_main_full, #content_main_full_page{
	width: 100%;
	min-width: 320px;
	font-size: 15px;
	color: #696868;
	margin: 0 0 40px;
}
#content_main_page{
	width:76.04166666666%;
	float: left;
	font-size: 15px;
}
#content_main_blog{
	width: 52.75%;
	margin: 0 0 0 28.5625%;
	font-size: 14px;
}
.sidebar_right{
	float: right;
	width: 20.83333%;
	font-size: 14px;
    margin: 75px 0 0;
}
.content_main_single{
	width: 95%;
	float: left;
	font-size: 14px;
	min-width: 320px;
}
#content_main_page .entry-content{
	background: url(images/page.png) no-repeat right top;
	padding: 0 20px 0 0px;
}
.blog_sidebar_right{
	float: right;
	width: 20.83333%;
	font-size: 14px;
    margin: 35px 0 0;
}
.blog_sidebar_right .widget-generic{
	margin: 0 0 12px;
}
	.blog_sidebar_right .widget-generic h3, .blog_sidebar_right .widget-generic h2{
		font-weight: bold;
		font-size: 15px;
		line-height: 1.3;
	}

	.blog_sidebar_right ul li a{
		padding: 0 4px;
	}

	.blog_sidebar_right ul li:before{
		content: 'Â»';

	}
.sidebar_right ul{
	padding: 10px 0 0 33px;
}
.sidebar_right ul li{
	padding: 1px 0;
	list-style-image: url(images/list-page.png);
	font-weight: bold;
}
	.sidebar_right h2, .sidebar_right h3{
		color: #27343c;
		font-size: 20px;

	}
#content_main_full h1,
#content_main_full_page h1,
#content_main_page h1,
#content_main h1,
#content_wrapper h1{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0px;
}

.inner_slide_content h1{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0;
}
.inner_slide_content p{
	font-size: 18px;
}
.header_blog{
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 30px;
	background: url(images/blog.png) no-repeat bottom center;
}
#content_main .widget-generic ul{
	overflow: hidden;
}
#content_main .widget-generic li{
	padding: 0 0 5px 0;
	list-style-image: url(images/list.png);
}
#content_main .widget-generic li a{
	background: url(images/list.png) no-repeat left center;
	padding: 0 0 0 18px;
}
.arrow{
	background: url(images/slider_line.png) no-repeat bottom right;
	padding: 4px 52px 7px 0;
}
#content_wrapper img{
	border-radius: 2px;
	border: 0px solid #b4b4b4;
}

	#content_main_full .post-wrapper{
		padding: 0 10px;
	}
	#content_main_blog .post-wrapper{
		overflow: hidden;
	}
.edit-attachment{
	display: none;
}

/* Location Widget */
#widget_map_link {
	padding-top: 6px;
	text-align: right;
	width: 100%;
}

/*Items Gallery*/


.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 515px;
	overflow: hidden;
}
.bottom-page-navigation{
	overflow: hidden;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.content {
	clear: both;
}

#content_main ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
ul.thumbs li img{
	width: 100px;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}


/*MAPS*/
#map_canvas, #footer_map_canvas{
	height: 200px;
}



/*CONTACT FOOTER*/
#contact_content .wrapper-dropdown {
	background:#fff url(images/contact_drop.png) no-repeat center right;

    /* Size & position */
    position: relative;
    width: 94%;

    padding: 5px 0 5px 10px;

	margin: 0 8px 12px 0;
   	/*height: 37px;*/
    /* Styles */
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #8f8f8f;
    border-radius: 3px;
	border: 1px solid #dbdbdb;
}
#contact_content ul{
	padding: 0;
}
#contact_content  .wrapper-dropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #acb1b5 transparent;
}

/*SIDEBARS*/
.wrapper-dropdown {
	background: url(images/select_bg.png);

    /* Size & position */
    position: relative;
    /*width: 100%;*/
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
    border-radius: 3px;


   	/*height: 37px;*/
    /* Styles */
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #8f8f8f;
    border: solid 1px #e6e6e6;
}

.wrapper-dropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #acb1b5 transparent;
}

.wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0 0 3px 3px;
    z-index: 9999;

    /* Styles */
    border: 1px solid #e6e6e6;
    border-top: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown .dropdown li {
	padding: 0px 15px;

	background: rgb(249,249,249); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
}

.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
    color: inherit;
}

.wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown .dropdown li i {
    margin-right: 5px;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown .dropdown li:hover {
	background: #8f8f8f;
	color: white;
}

/* Active state */

.wrapper-dropdown.active {
    box-shadow: none;
}

.wrapper-dropdown.active:after {
    border-color: #acb1b5 transparent;
}

.wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid #e6e6e6;
    max-height: 400px;
    margin-top: 1px;
}

/* No CSS3 support: none */

.orange-button {
	color: white;
	text-align: center;
	vertical-align: middle;
	display: block;
	background-image: url(images/button.png);
	height: 29px;
	border-top: solid #ce6335 1px;
	border-left: solid #ce6335 1px;
	border-right: solid #ce6335 1px;
	border-radius: 3px;
	line-height: 26px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
}

.orange-button span{
	color: #fff;

}
#calc_submit, #searchsubmit, .widget-generic .widget-search input[type=submit]{
	color: white;
	text-align: center;
	vertical-align: middle;
	/*background-image: url(images/button.png);*/
	height: 32px;
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-radius: 3px;
	padding: 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FD5D17;
	*background-color: #FD5D17;
	background: -moz-linear-gradient(top, #fc966a 0%, #fc966a 5%, #f9621f 6%, #ec6b32 50%, #e85616 51%, #d95216 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc966a), color-stop(5%,#fc966a), color-stop(6%,#f9621f), color-stop(50%,#ec6b32), color-stop(51%,#e85616), color-stop(100%,#d95216)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fc966a 0%,#fc966a 5%,#f9621f 6%,#ec6b32 50%,#e85616 51%,#d95216 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fc966a 0%,#fc966a 5%,#f9621f 6%,#ec6b32 50%,#e85616 51%,#d95216 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fc966a 0%,#fc966a 5%,#f9621f 6%,#ec6b32 50%,#e85616 51%,#d95216 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fc966a 0%,#fc966a 5%,#f9621f 6%,#ec6b32 50%,#e85616 51%,#d95216 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc966a', endColorstr='#d95216',GradientType=0 ); /* IE6-9 */
	border-color: #FD5D17;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

#calc_submit:hover{
	opacity: 1;
}

.inner_featured_listing{
	position: relative;
	padding: 5px 0;
	margin-bottom: 10px;
}
	.inner_featured_listing a{
		color: #fff;
		background: #fd5d17;
		text-shadow: 0 1px 0 #333;
		padding: 6px 12px;
		position: absolute;
		right: 0;
		top: 5px;
	}
	.item-feat-price{
		font-size: 24.74px;
		color: #fd5d17;
	}

#primary .textwidget, #primary .widget-generic{
	margin: 0 0 15px;

}
#primary .widget-generic input[type=text]{
	width: 93%;
	background: url(images/select_bg.png);
	border: solid 1px #e6e6e6;
	color: #8f8f8f;
}
#primary .widget-generic select {
	width: 100%;
	background: url(images/select_bg.png);
	border: solid 1px #e6e6e6;
	color: #8f8f8f;
}
#primary .widget-generic .payments{
	background: url(images/select_bg.png);
	border: solid 1px #e6e6e6;
	padding: 10px 6px;
	margin: 0 0 8px;
	color: #8f8f8f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#primary .widget-generic .pay{
	background: #585858;
	padding: 10px 30px;
	margin: 0 0 8px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*Payments*/
#primary .widget-generic .total_pay{
	display: inline-block; width: 93%;
}

#primary .widget-generic .montly_pay{
	display: inline-block;
	margin-right: 8px;
}

/*Home Page Inventory*/
#content-main .widget-generic{
	min-height: 120px;
}

.widget-inventory .inventory_listing{
	min-height: 80px;
	width: 31%;
	float: left;
	margin: 0 2% 2% 0;
	background: url(images/shadow2.png) no-repeat bottom center;
}

.widget-inventory .post-wrapper-listing{
	padding: 0 0 26px;
}

#content_main .widget-generic ul{
	padding: 0;
}

input[type=text], textarea{
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px 2px;
	margin: 0 0 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

select{
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px 4px;
	margin: 0 0 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.widget-generic input[type=text]{
	width: 85%;
}

input[type=text]:focus, input[type=text]:active, textarea:focus, textarea:active {
	background: #fff;
}

.widget-generic input[type=submit], #directions_form input[type=submit]{
	padding: 7px 10px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none;
	font-weight: bold;
	margin: 0 0 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
#directions_form input[type=submit] {
	background: #514e57;
	border: 1px solid #514e57;
}

#directions_panel .adp-text{
	padding-left: 25px;
}

#directions_panel img{
	border: none;
	padding-left: 5px;
}

.widget-generic input[type=submit]:hover{
	/*border: 1px solid #aaa;
	background: #ccc;*/
}

#content_main input[type=submit]:hover{
	color: #fff;
}

.widget-recent-projects{
	overflow: hidden;
}

a:hover{
	text-decoration: none;
}

#content_wrapper .widget-recent-projects h2,
#content_wrapper .widget-generic h2,
#content_wrapper .widget-inventory h2,
#content_wrapper .widget-location h2,
#content_wrapper .textwidget h2,
.directions-right h2,
#comments-title,
#reply-title {
	/*background: url(images/widget-line.png) no-repeat bottom left;*/
	padding: 0;
	margin: 0 0 16px;
	line-height: 1.8;
	position: relative;
}
#content_wrapper .title_border {
    border-bottom: 2px solid #fd5d17;
    bottom: 0;
    display: block;
    height: 2px;
    position: absolute;
    width: 29px;
}
#content_wrapper span.finace {
	background: url(images/sprite3.png) no-repeat center right;
	padding: 5px 32px 3px 0;
}
#content_wrapper span.about_us {
	background: url(images/sprite2.png) no-repeat center right;
	padding: 5px 36px 3px 0;
}
#content_wrapper span.notification {
	background: url(images/sprite4.png) no-repeat center right;
	padding: 2px 25px 6px 0;
}
#content_wrapper span.services{
	background: url(images/sprite5.png) no-repeat center right;
	padding: 5px 36px 3px 0;
}
#notify input[type=text]{
	background: url(images/select_bg.png);
	border: solid 1px #e6e6e6;

}
#notify input[type=submit]{
	padding: 5px 24px;
	font-size: 14px;

}


#main-slider-holder{width:100%; min-width: 320px; clear:both; border-bottom:6px #036 solid;}
#slider_wrapper{overflow:hidden; max-width:960px; width:100%; min-width: 320px; margin:0 auto;}
.div_shadow{
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	display: block;
	background-color: #FFF;
}
.div_shadow img{
	width:100%;
}
.slider_shadow img{
	width:100%;
}
.slider-button:link{
	background: #FD5D17;
	color: #FFFFFF;
}
.inner_slide_wrapper a{
	color: rgb(255, 255, 255);
}
.inner_slide_wrapper{
	width:98%;
	padding:0 1% 0;
	position: relative;
}
	.inner_slide_content{
		width: 320px;
		position: absolute;
		top: 30px;
		left: 45px;
	}

.inner_slide_left{
	width:30%;
	float:left;
	margin: 0 0 0 40px;
}

.inner_slide_left h2{
	font-size:26px;
	line-height:1;
	margin:20px 0 5px;
	color:#FFF;
}
.inner_slide_right{
	width: 60%;
	float: right;
	text-align: center;
	margin: 0 40px 10px 0;
}
.inner_slide_image{
	outline: none;
	border:;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
	-moz-border-radius:4px;
  	-webkit-border-radius:4px;
  	border-radius:4px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
}
.slider-button{
	/*font-size: 12px;*/
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
	padding: 7px 20px;
}

#content_wrapper{
	width:100%;
	margin:0px auto;
	max-width: 99.5%;
	min-height: 450px;/*timless*/
}

#content_wrappernew{
	width:100%;

}
#content_wrapper{
	margin-top: 40px;
}
div.no_content_margin{
	margin-top: 0;
}
.content_main_single .post-inner{
	width: 94%;
}
#tabs-list li.ui-state-default{
	background: #F0F0F0;
}
	#content_wrapper p,
	#content_wrapper li,
	#content_wrapper dl{
		/*font-size: ;*/

	}


	#content_wrapper p,
	#content_wrapper dl,
	#content_wrapper dd{
		padding: 10px 0;
	}

  #content_centerline {
    width: 80%;
    margin:auto;
  }

  #content_mainnew {
    width: 100%;
    margin:auto;
  }

	#content_main {
    float: right;
		width: 70%;
		margin: auto;
	}
	#primary {
		width: 25.5625%;
		float: left;
		margin: 0 0.5% 0 1.5%;
	}
.post-inner{
	width: 91%;
	float: center;
}
.post-inner{
	width: 91%;
	float: center;
}
	/*HomePage*/
	#content_main .widget-generic{
		width: 46%;
		margin: 0 2% 2% 0;
		float: left;
		min-height: 136px;
		overflow: hidden;
	}
	#content_main .widget-height {
		height: 48px !important;
		overflow: hidden;
		padding: 0;
	}
	#content_main .widget-generic li{
		float: left;
		display: inline-block;
		margin: 0 10px 6px 0;

	}
	#content_main .widget-generic .cat-item{
		list-style-image: url(images/list.png);
	}

	#primary .widget-sidebar-testimonial .widget-testimonial-text p{
		padding: 5px 0;
		font-style: italic;
	}
	.category_form input[type=text]{
		border-radius:15px;
		box-shadow: inset 0 0 5px #e7e7e7;
		padding: 7px 0 7px 8px;
		width: 320px;
		color: #9e9e9e;
		background: #fff url(images/search.png) no-repeat 99% center;
	}

/* Headers */
.contact_title{
	background: url(images/Item-Listing.png) no-repeat bottom center;
}

.h_staff_title{
	background: url(images/meet-the-staff.png) no-repeat bottom center;
}

.compare_title{
	background: url(images/listing.png) no-repeat bottom center;
}

.listing_title{
	background: url(images/category-line.png) no-repeat bottom center;
}

.item_listing{
	background: url(images/listing.png) no-repeat bottom center;
}

.header_blog_post {
  text-decoration: underline;
	display:block;
	padding-bottom:4px;
}

.item_listing_title {
	padding-bottom:4px;
	line-height:1;
	float: left;
}

#item_stars {
    font-size: 34px;
    line-height: 1.4;
    margin-left: 10px;
}

#item_stars img {
    border: medium none;
    vertical-align: middle;
}

.comment-author img{
	width: 48px;
	height: 48px;
}

/* Comments */
.commentlist{}
.commentlist li{padding-top:10px;overflow:hidden;}
.comment-author{width:65px;float:left;}
.comment-wrapper{width:90%;float:left;margin-bottom:20px;}
.comment-meta{color:#888;font-size:11px;padding:5px 0;}
.commentmetadata{display:none;}
.comment-wrapper{color:#090909;}
.comment-wrapper strong{ font-weight: normal;}
#content_wrapper .comment-body p{ padding:5px 0; color: #838187;}
#content_wrapper .form-submit {padding: 0;}
#reply-title{/*padding:10px 0;background:none;*/font-size:21px;}
#commentform p{
	clear: both;
	/*line-height: 26px;
	margin: 0 0 10px; */
}
#comments-wrapper{
	margin: 20px 0 0;
}
.form-submit #submit{
	font-size: 12px;
	text-transform: capitalize;
}
#commentform p #author,
#commentform p #email,
#commentform p #url{
	width: 320px;
	float: left;
	padding: 5px;
	border:1px solid #E1E1E1;
	margin-right:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
#commentform p textarea{
	padding:4px;
	border:1px solid #E1E1E1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:320px;
	resize: none;
}

/*Form elements*/
input[type=submit], button{
	padding: 4px 30px;
	border: none;
	text-transform: uppercase;
	border: 1px solid #dcdcdc;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	margin: 0 0 8px;
	text-shadow: 0 1px 0 #fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	cursor: pointer;
	background: rgb(248,248,248); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-8 */
}
input[type=submit]:hover{
	color: #000;
	opacity: 1;
	box-shadow: 0 2px 4px #333;
}
input[type=submit]:active{
	box-shadow: inset 0 0 7px #333;
}


#comments #commentform input[type=submit]:hover{
	background: #ccc;
	/*font-size: 12px;*/
	color:#555;
}
/*pagination*/

#breadcrum {
	margin-left: 1.5%;
}

.inner-page-navigation{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #d4d4d4;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
	color: #54525d;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	padding: 8px 10px 8px 0;
}
.inner-page-navigation .page-number{
	float: right;
	font-weight: bold;
}
.inner-page-navigation span, .inner-page-navigation a{
	/*font-size: 13.5px;*/
	padding: 0 6px;
}
.nav-current{
	font-weight: bold;
}
.nav-paginate{
	float: left;
}
.compare_link{
	padding: 0 0 0 20px;
	background: url(images/compare.png) no-repeat center left;
	display: block;
	margin: 5px 0 3px;
}
/*Item Compare*/
#select-compare{
	width: 100%;
	margin: 0 0 10px;
}
	#select-compare .wrapper-dropdown{
		border-radius: 15px;
		padding: 6px 3px;
		border:1px solid #d6d6d6;
		background: #fff url(image/select.png) no-repeat bottom right;
		width: 36%;
		color: #838187;
		box-shadow: inset 0px 0px 5px rgba(0,0,0,1);
		float: right;
	}

	#select-compare select{
		border-radius: 15px;
		padding: 6px 3px;
		border:1px solid #d6d6d6;
		background: #fff url(image/select.png) no-repeat bottom right;
		width: 242px;
		color: #838187;
		box-shadow: inset 0 0px 5px rgba(0,0,0,1);

	}
	#select-compare input[type=submit]{
		color: #fff;
		background: #0f0f11;
		border-radius: 15px;
		padding: 7px 17px;
		border: none;
		font-weight: normal;
		text-transform: capitalize;
		font-size: 11px;
	}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; z-index: 9999;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}



.post-wrapper-compare:last-child{
	margin-right: 0;
}
.post-wrapper-compare{
	width: 48%;
	float: left;
	margin-right: 4%;
}
#content_main table tr{
	border-bottom: 1px solid #cdcdcd;
}
#content_main table tr td:first-child{
	font-weight: bold;
}
#content_main table tr:last-child{
	border-bottom: none;
}
#content_main table tr td {
	padding: 10px 10px 10px 0;
	vertical-align: middle;
}

/*Newest Items*/
#content_main_full .post-wrapper-listing{
	width: 220px;
	float: left;
}
/*Newest Items Ajax Load*/


.load a{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	display: block;
	font-size: 22px;

	background: rgb(252,134,70); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjODY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VmNjQxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VhNTUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTc5MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,134,70,1) 0%, rgba(239,100,31,1) 50%, rgba(234,85,7,1) 51%, rgba(249,121,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,134,70,1)), color-stop(50%,rgba(239,100,31,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(249,121,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,134,70,1) 0%,rgba(239,100,31,1) 50%,rgba(234,85,7,1) 51%,rgba(249,121,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,134,70,1) 0%,rgba(239,100,31,1) 50%,rgba(234,85,7,1) 51%,rgba(249,121,52,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,134,70,1) 0%,rgba(239,100,31,1) 50%,rgba(234,85,7,1) 51%,rgba(249,121,52,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,134,70,1) 0%,rgba(239,100,31,1) 50%,rgba(234,85,7,1) 51%,rgba(249,121,52,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8646', endColorstr='#f97934',GradientType=0 ); /* IE6-8 */
}

/*Item Listing*/

.post-title {
	display:block;
	padding-bottom:4px;
	line-height:1;
}

.post-wrapper-listing span{
	font-size: 15px;
}
.post-wrapper-listing .items-title{
	display: block;
	height: 17px;
	overflow: hidden;
	font-size: 12px;
}
.post-wrapper-listing .items{
	font-size: 12px;
}
.post-wrapper-listing{
	width: 210px;
	float: left;
	margin: 0 10px 15px 0;
	min-height: 207px;
}
.post-thumbnail-array-link{
	display:block;
	width: 210px;
	height: 120px;
}

a.item-thumbnail-link{
	background: #4e4c54;
	display: inline-block;
	color: #fff !important;
	padding: 4px 8px;
	margin: 5px 0;
}

	.item-list-featured{
		padding:6px 20px;
		background: #f8f8f8;
		border: 1px solid #c9c5c6;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		margin: 10px 0 20px;
	}
		.item-list{
			padding: 0 10px;
		}
			.item-list li{
				float: left;
				padding: 12px 30px 12px 0;
				list-style-image: url(images/item.png);
		}
				.item-list li img {
					width: 16px;
					height: 16px;
					margin: 0 0 -4px;
				}
	#tabs-list{
		clear: both;
		overflow: hidden;
	}
	#content_main #tabs ul{
		padding:0;
	}
	#tabs-list li{
		float: left;
		display: block;
		padding: 4px 10px;
		background: #f8f8f8;
		border-top: 1px solid #c9c5c6;
		border-left: 1px solid #c9c5c6;
		border-right: 1px solid #c9c5c6;
		margin: 0 10px 0 0;

		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
		#tabs-list li.ui-tabs-active{
			background: #f8f8f8;
		}

	.items-block{
		padding:6px 20px;
		background: #fbfbfb;
		border: 1px solid #c9c5c6;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		margin: 0 0 20px;
	}
		.items-block iframe{
			min-width: 100%;
		}

.post-wrapper-listing .item-price{
	font-size: 24.74px;
	color: #fd5d17;
}
	.link_color, .widget-generic .link_color{
		color: #fd5d17;
	}


	.widget-recent-project a.img_link{
		display: block;
		height: 120px;
		margin: 0 0 8px;
	}

/*Staff*/
.post-wrapper-staff{
	width: 48%;
	float: left;
	margin: 0 2% 2% 0;
}
	.post-wrapper-staff img{
		float: left;
		margin: 0 10px 0 0;

	}
	.inner-staff{
		/*float: right;
		width: 165px;*/
	}
	.staff, .staff-title{
		display: block;
		padding: 0 0 10px 0;
	}
	.staff-title{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		color: #55525b;
	}
	.post-wrapper-staff img{
		border: 1px solid #b4b4b4;
	}
	.post-wrapper-staff a.item-thumbnail-link{
		padding: 6px 13px;
		margin: 9px 0;
		color: #fff;
		font-size: 12px;
	}
/*Staff page*/
	.stuff-wrapper {

	}
#content_main .listing_title{
	display:inline-block;
	padding-bottom:4px;
	float: left;
}
#content_main .widget-featured-page{
	background: url(images/shodow_block.png) no-repeat bottom center;
}
#content_main .widget_services{
	background: url(images/shodow_block.png) no-repeat bottom center;
}

.p_table .span_table:first-child{
	font-weight: bold;
}
.p_table .span_table:last-child{
	color: #008001;
	font-weight: bold;
}

.widget-sidebar-testimonial img{
	border: 1px solid #ccc;
}
.widget-sidebar-testimonial .widget-testimonial-thumb{
	float: left;
	padding: 0 10px 0 0px;
}
.widget-sidebar-testimonial .widget-testimonial-text{
	/*float: right;
	width: 76%;*/
}
.small_font{
	font-size: 11px;

}
.orange_span{
	color: #fd5d17;
}
#directions_form input[type=text]{
	width: 280px;
	border: 1px solid #dbdbdb;
	-moz-border-radius: 3px;
	padding: 6px;
	border-radius: 3px;
	margin: 18px 10px 18px 0;
}
#directions_form input[type=submit]{
	padding: 6px 16px;
	margin: 18px 0;
	text-transform: capitalize;
}

footer{
	font-size: 14px;
  display: block;
}
	footer .menu-vehicles-by-make-container li{
		padding: 0 0 15px;
	}
	footer .widget-testimonial-text p{
		margin: 0 0 6px;
	}
#footer-bottom-wrapper{
	width: 100%;
	background:#141414;
	padding:8px 0px;
	color:#fff;
}
#footer-second-bottom-wrapper{
	width: 100%;
	background:#0c0c0c;
	padding:4px 0px;
	color:#fff;
}
#footer-social-left{
	/*width: 100%;
	max-width: 960px;
	min-width: 320px;*/
	margin: 10px auto;
}
#footer-bottom, #footer-top{
	width: 100%;
	max-width: 960px;
	min-width: 320px;
}
#footer-top{
	margin: 10px auto;
}
#footer-bottom{
	margin: 0 auto;
}
#footer-top{
	margin-bottom: 55px;
}
#footer-top .widget-generic{
	width: 22%;
	float: left;
	margin-right: 3%;
	overflow: hidden;
}
#footer-bottom-left{float:left; background:url(images/logo_small.png) no-repeat 0px 0px;display:block;float:left; height:30px; width:100%;}

	#footer-top .widget-generic h3, #footer-top .widget-generic h2{
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		overflow: hidden;
		height: 32px;
	}

	#footer-top .widget-generic li{
		width: 50%;
		float: left;

	}

	#footer-top .widget-generic li a{
		padding: 0 0 0 8px;

	}

	#footer-top .widget-generic a{
		color: #5b5b5b;
	}

	#footer-top .widget-generic a:hover{
		text-decoration: underline;
	}

	#footer-top .widget-generic li:before{
		content: "Â»";
		color: #5b5b5b;
	}

	#footer-top .widget-generic .widget-testimonial-text{
		padding: 10px;
		border: 1px solid #222;
		background: #222;
		box-shadow: inset 0 0 33px #141414;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	#footer-bottom-right{
		padding: 9px 0 0;
	}
	#footer-bottom-right, #footer-bottom-right a{
		/*font-size: 0.84375em;*/
		color: #9d9d9d;
	}

	#footer-top .footer_adress{
		background-image: url(images/addr.png);
	}

	#footer-top .footer_phone{
		background-image: url(images/phone.png);
	}

	#footer-top .footer_mail{
		background-image: url(images/mail.png);
	}

	#footer-top .footer_adress,
	#footer-top .footer_phone,
	#footer-top .footer_mail{
		background-repeat: no-repeat;
		display:block;
		padding: 0 0 15px 0px;
		background-position: left top;
	}


#footer-bottom-right{
	width:50%;
	float: left;
}

	#footer-social-left .widget-top-social {
		float: right;

	}
#footer-bottom-wrapper span, #footer-bottom-wrapper a, #footer-bottom-wrapper p, #footer-bottom-wrapper i, #footer-bottom-wrapper b {
	color: #5b5b5b;
}
 #footer-bottom-wrapper b {
	color: #888888;
}

/*Contact Form*/
#contact_content form{
	float: left;
	width: 40%;
	margin: 0 1% 3% 0;
}
#contact_content p{
	float: right;
	width: 25%;
}
#contact_content .info{
	width: 47%;
	padding: 10px 0;
	float: left;
}
.contact-form input[type="text"]{
	padding: 5px 0 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	margin: 0 8px 12px 0;
}
.contact-form textarea{
	padding: 5px 0 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	resize: none;
}
.contact-form input[type="submit"]{
	font-size: 12px;
	text-transform: capitalize;
	padding: 6px 40px;
}
	#content_main .contact-form #cf_phone, #content_main .contact-form #cf_address{
		width: 94%;
	}
	#content_main .contact-form #cf_name, #content_main .contact-form #cf_email{
		width: 43%;

	}
	#content_main .contact-form #cf_name{
		margin-right: 11px;
	}
	#content_main .contact-form #cf_email{
		margin-right: 0;
	}

.contact-form select{
	padding: 5px 0 5px 5px;
	color: #8f8f8f;
}
.category_form{
	float: right;
}
#contact_content p{
	background: #fff;
	padding: 2%;
	margin: 0 0 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	height: 219px;
}
.widget-generic .contact-form input[type="text"]{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0;
}
.widget-generic textarea{
	background: rgb(243,243,243); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(249,249,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(249,249,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */

	height: 120px;
	color: #8f8f8f;;
}
.widget-generic .contact-form input[type="submit"]{
	color: white;
	text-align: center;
	vertical-align: middle;
	height: 32px;
/*	border-top: solid #ce6335 1px;
	border-left: solid #ce6335 1px;
	border-right: solid #ce6335 1px;*/
	border-radius: 3px;
	padding: 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}

.widget-generic .wrapper-dropdown{
	width: 93%;
	font-size: 13px;
}
.widget-generic .related_listing{
	margin: 0 0 5px;
}
#footer-top h2 span{
	color: #fff;
}
/* Responsive AREA */
/* All small phones */

@media screen and (max-width: 320px) {
#top-line{
	width:320px;
}
	#top-line .inner{
		width: 300px;
		min-width: 300px;
	}
	#top-line .soc_link{
		width: 100%;
	}
	#top-line .widget-top-social{
		width: 300px;
	}
	.widget-top-social, .widget-phone-number{
			float:	none;
			padding: 2px 0;
		}
	#primary .widget-generic input[type=text] {
		width: 284px;
		padding: 10px 0 10px 6px;
	}
	#primary .widget-generic .payments{

	}

	#header{
		padding:0 0 0px;
		width:320px;
	}

	#header_logo{
		float: none;
		margin: 10px auto;
		width: 166px;
	}

	#access {
		float: none;
		margin: 0 auto;
	}
		#access li{
			float: left;
			width: 100%;
		}
	.inner_slide_left {
		width: 45%;
		float: left;
		margin: 0 0 0 10px;
	}

	.flexslider .slides img {
		margin: 150px 30px 15px 0;
		float: none;
	}
		.category_form {
			float: none;
		}


		.category_form input[type=text] {
			width: 260px;
			margin: 0 10px;
		}


		.listing_title{
			float: none;
		}
		.category_form{
			float: none;
		}
	#content_main_page{
		width: auto;
		float: none;
	}
	#content_main_page .entry-content {
		background: none;
		padding: 0 10px 0 10px;
		}
	.sidebar_right {
		float: none;
		width: auto;
		margin: 0 0 0;
		padding: 0 10px;
	}

	#primary .widget-generic .total_pay{
		display: block; width: 95%;
	}
	#primary .widget-generic .montly_pay{
		display: inline-block;
		margin-right: 8px;
	}


	#content_main,
	#primary {
		width: 290px;
		float: none;
		padding: 0 0px;

	}
	#content_main .widget-generic {
		width: 300px;

		float: none;
		overflow: hidden;
	}
	#content_main_blog{
		width: 300px;
		padding: 0 10px;
		margin: 0;
	}
		.blog_sidebar_right {
			width: 300px;
			padding: 0 10px;
			margin: 0;
			float: none;
		}
		.content_main_single {
			width: 320px;
			float: none;
			min-width: 320px;
		}
		.content_main_single .post-inner{
			width: 290px;
		}
			#commentform p #author, #commentform p #email, #commentform p #url{
				padding: 5px;
				width: 290px;
			}
			#commentform p textarea {
				padding: 5px;
				width: 290px;
			}

	.post-wrapper-listing{
		/*width: 320px;*/
		float: none;
		/*margin: 0 0 2% 0;*/
	}
		.post-wrapper-staff {
			width: auto;
			float: none;
			margin: 0 0 10px 0;
		}

		.post-wrapper-staff img{
			float: left;
		}
		.inner-staff{
			float: none;
			width: 100%;
		}
		#contact_content form {
			float: none;
			width: 300px;
			margin: 0 10px% 10px 10px;
		}
		#contact_content p {
			float: none;
			width: 280px;
			margin: 0;
		}
		.featured_listing{
			width: 300px;
			margin: 0 auto;
		}
		/*Compare*/
	#select-compare label{
		display: block;
		margin-bottom: 10px;

	}
	#select-compare select{
		width:95%;
		margin-right: 2%;
	}

	#footer-bottom-wrapper{
		width: 300px;
		padding: 0 10px 0 10px;
	}
	#directions_form input[type=text]{
		width: 90%;
		margin-bottom: 0;
	}
	#directions_form input[type=submit]{
		margin-bottom: 0;
	}

	#footer-bottom{
		width: 320px;
	}
	#footer-top{
		min-width: 300px;
	}
	#footer-top .widget-generic {
		float: none;
		margin-bottom: 10px;
		margin-right: 0;
		width: 300px;

	}
	#footer-social-left, #footer-bottom-right  {
		width: 300px;
		float: none;
		margin: 0 auto;
	}
	#footer-social-left .widget-top-social {
		float: none;
	}
	#footer-top {
		margin-bottom: 0px;
	}
	#footer-second-bottom-wrapper{
		width: 320px;
	}
	#footer-top .widget-generic{
		margin-right: 0;
	}

	/*Listings for Home page and Newest Listing*/
	.post-wrapper-listing, #content_main_full .post-wrapper-listing{
		width: 210px;
		margin: 0 auto;
	}
	#content_main_full_page{
		width: 290px;
		min-width: 290px;
		margin: 0 auto;
	}
	#content_main_full{
		width: 220px;
		min-width: 220px;
		margin: 0 auto;
	}

	/*Comments*/
	#comments-wrapper{
		width: 300px;
		margin: 0 10px;
	}
	/*Slideshow*/
	.slideshow-container {
		height: 245px;
	}
}


/* For 2 row items */

@media screen and (min-width: 400px) and (max-width: 480px) {
	.slideshow-container {
		height: 355px;
	}

}

@media screen and (min-width: 400px) and (max-width: 480px) {
	.post-wrapper-listing {
		width: 46%;
		margin-right: 4%;
	}
}

@media screen and (min-width: 320px) and (max-width: 400px) {
	.post-wrapper-listing{
		width: 210px;
		margin: 0 auto;
	}
	.slideshow-container {
		height: 270px;
	}
}


/* Smartphones (portrait and landscape) */

@media screen and (min-width: 320px) and (max-width: 480px) {
#top-line .inner{
	width: 96%;
	margin: 0 2%;
}
#top-line .widget-top-social{
		width:290px;

	}
	.widget-top-social, .widget-phone-number{
			float:	none;
			padding: 2px 0;
		}

	#header{
		padding:0 0 0px;
		min-width: 320px;
	}

	#header_inner{
		min-width: 320px;
	}

	#header_logo{
		float: none;
		margin: 10px auto;
		width: 166px;
	}
	.inner_slide_left {
		width: 45%;
		float: left;
		margin: 0 0 0 10px;
	}
	#access {
		float: none;
		margin: 0 auto;
	}
		#access li{
			float: left;
			width: 100%;
		}
	.flexslider .slides img {
		margin: 150px 30px 15px 0;
		float: none;
	}
	#content_main,
	#primary {
		width: 95%;
		float: none;
		margin:0 auto;
	}
	.widget-recent-projects {
		margin: 0 auto;
	}

		.post-wrapper-staff img{
			float: none;
		}
		.inner-staff{
			float: none;
			width: 100%;
		}
	#content_main .widget-generic {
		width: 96%;
		margin: 0 2% 2% 2%;
		float: none;
		overflow: hidden;
	}
	#content_main_blog{
		width: 98%;
		padding: 0 1%;
		margin: 0;
	}
		.blog_sidebar_right {
			width: 98%;
		padding: 0 1%;
			margin: 0;
			float: none;
		}
		.content_main_single {
			width: 98%;
			padding: 0 1%;
			float: none;
		}
		.content_main_single .post-inner{
			width: 92%;
		}
		#primary .widget-generic input[type=text] {
			width: 95%;
		}
		#primary .widget-generic .total_pay {
			display: inline-block;
			width: 95%;
		}

			#commentform p #author, #commentform p #email, #commentform p #url{
				padding: 5px;
				width: 290px;
			}

			#commentform p textarea {
				padding: 5px;
				width: 290px;
			}
			#content_main_full, #content_main_full_page{
				width: 96%;
				margin: 0 2%;
			}
			#content_main_full .post-wrapper-listing{
				width: 210px;

			}

		.category_form {
			float: none;
		}
		#directions_form input[type=text]{
			width: 50%;
			margin-bottom: 0;
		}
		#directions_form input[type=submit]{
			margin-bottom: 0;
		}
		/*Contacts*/
	#content_main .contact-form #cf_name,
	#content_main .contact-form #cf_email {
		width: 43%;
	}
	#contact_content form {
		float: none;
		width: auto;
		margin: 0;
	}
	#contact_content p {
		background: #fff;
		padding: 2%;
		margin: 0 10px 8px 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #dbdbdb;
		float: none;
		height: auto;
		width: auto;
	}
	/*Compare*/
	#select-compare label{
		display: block;
		margin-bottom: 10px;

	}
	#select-compare select{
		width:95%;
		margin-right: 2%;
	}

	#content_main_page{
		width: 96%;
		margin: 0 2%;
		float: none;
	}
	.sidebar_right {
		float: none;
		width: 96%;
		margin: 0 2%;
	}

	.featured_listing{
			width: 300px;
			margin: 0 auto;
		}
	#footer-top {
		margin-bottom: 10px;
		width: 96%;
		margin: 0 2% 4% 2%;
	}
	#footer-top .widget-generic {
		width: 47%;
		float: left;
		margin-right: 3%;
		margin-bottom: 3%;
		min-height: 145px;
	}
	#footer-social-left, #footer-bottom-right  {
		width: 98%;
		float: none;
		margin: 0 auto;
	}
	#footer-social-left .widget-top-social {
		float: none;
		padding: 10px 0 0;
	}

}




/* Target landscape smartphones, portrait tablets, narrow desktops */

@media screen and (min-width:480px) and (max-width:800px) {
#top-line .inner{
	width: 97%;
}
#header{
	padding:0 0 0px;

}

	#header_inner{
		width: 97%;
	}
  	#header_logo{
		float: none;
		margin: 10px auto;
		width: 166px;
	}
	#top-line .widget-top-social{
		width: 230px;
	}
	#access {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
		#access li{
			float: left;
			width: 33.33%;
		}
		#access .sub-menu li{
				float: none;
				width: 100%;
			}
	.post-wrapper-staff img{
			float: none;
		}
		.inner-staff{
			float: none;
			width: 100%;
		}
		.post-inner {
			width: 88%;
		}
		.item-list li {;
			padding: 6px 30px 6px 0;
		}
	/*Slider*/
	.flexslider .slides img {
		margin: 100px 30px 15px 0;
		float: none;
	}

	#content_main .widget-generic {
		width: 96%;
		margin: 0 2% 2% 2%;
		float: none;
		/*min-height: auto;*/
		overflow: hidden;
	}
	.category_form {
			float: none;
		}
	.content_main_single .post-inner{
		width: 92%;
	}
	#directions_form input[type=text]{
		width: 60%;
	}

	/*Client testimonial*/
	.widget-sidebar-testimonial .widget-testimonial-text {
		/*float: right;
		width: 68%;*/
	}
	.inner_featured_listing a {
		color: #fff;
		background: #fd5d17;
		text-shadow: 0 1px 0 #333;
		padding: 6px 12px;
		position: relative;
		right: 0;
		top: 0;
		display: inline-block;
	}
	/*Loan Calc*/
	.montly_pay{
		width: 93%;
		margin-bottom: 8px;
	}
	#primary .widget-generic .pay {
		padding: 0px 0px;
		text-align: center;
		display: inline-block;
		height: 36px;
		width: 100%;
		text-align: center;
	}
	/*Contacts*/
	#content_main .contact-form #cf_name,
	#content_main .contact-form #cf_email {
		width: 44%;
	}
	#contact_content form {
		float: none;
		width: auto;
		margin: 0;
	}
	#contact_content p {
		background: #fff;
		padding: 2%;
		margin: 0 10px 8px 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #dbdbdb;
		float: none;
		height: auto;
		width: auto;
	}
	/*Compare*/
	#select-compare label{
		display: block;
		margin-bottom: 10px;

	}
	#select-compare select{
		width: 45%;
		margin-right: 2%;
	}
	.slideshow-container {
		height: auto;
	}
	/* #content_main {
		margin: 0 1% 0 1.5%; */
	}
	#content_main_blog {
		width: 48%;
		margin: 0 0 0 28.5625%;
	}
	#comments-wrapper {
		margin: 20px 10px 0;
	}

	#content_main_full, #content_main_full_page {
		width: 96%;
		margin: 0 2% 6%;
	}
	#content_main_page {
		width: 76.04166666666%;
		margin: 0 0 0 2%;
	}

	/*Footer*/
	#footer-bottom, #footer-top {
		width: 96%;
	}
	#footer-top {
		margin: 2% 2% 0;
	}
	#footer-top .widget-generic {
		width: 47%;
		float: left;
		margin-right: 3%;
		margin-bottom: 3%;
		min-height: 145px;
	}


}



/*
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
