/*
Theme Name: AutoDeals Theme
Author: Gorilla Themes
Author URI: https://gorillathemes.com
Description: Professional WordPress Car Dealership Theme
Version: 2.0.1
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: three-columns, custom-header, custom-menu, featured-images, translation-ready
Automotive theme, Copyright 2018 Gorilla Themes (email: help@gorillathemes.com)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, block quote, pre, a, abbr, acronym, address, big, cite, code, del, don, em, ing, ins, kid, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fields, form, label, legend, table, caption, body, foot, head, tr, th, td, article, aside, canvas, details, embed, figure, fig caption, footer, header, group, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; 
}
body,body.single {	
	font-family: 'Open Sans', sans-serif!important;
	font-size: 16px!important;
	line-height: 160%!important;
	background:#fff!important;
}
.hide_s{
	display: none;
	}

.gradient{
	background: #ddd;
	padding-top: 20px;
	min-height: 410px;
}
.single-gtcd .gradient {
	display: none!important;
}
.row.pad {
/*    height: 102px;
	margin-bottom: 0px;*/

}
#sticky-anchor {
	height: 54px!important;
}
article, aside, details, fig caption, figure, footer, header, group, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
block quote, q {
	quotes: none;
}
block quote:before, block quote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
.none {
	display: none;
}
.sidebar-single{
	display: none;
}

.select-bar {
	width: 171px;
	height: 21px;
}
.half {
	width: 84px; 
}

/********************************************************************/
/*** Loader ***/


.loading-msg {
    display: none;
	width: 85%;

}
.loading-msg .text {
    position: absolute;
    width: 85%;
    text-align: center;
    z-index: 99999;
    margin-top: 100px;
    color: #000;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    padding-right: 0px;
}

.loader-hold {
    width: 45px;
    margin: 0px auto;
}

[data-loader='circle-side'] {
    position: absolute;
    margin: 0px auto;
    z-index: 99999;
    margin-top: 140px;
    width: 45px!important;
    height: 45px!important;
    -webkit-animation: circle infinite .75s linear;
    -moz-animation: circle infinite .75s linear;
    -o-animation: circle infinite .75s linear;
    animation: circle infinite .75s linear;
    border: 10px solid #000!important;
    border-top-color: rgba(0, 0, 0, .2)!important;
    border-right-color: rgba(0, 0, 0, .2)!important;
    border-bottom-color: rgba(0, 0, 0, .2)!important;
    border-radius: 100%;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/********************************************************************/
/*** Nav ***/
.col-sm-8.head {
    height: 122px;
}
.navbar{
	min-height: 40px!important;
	padding: 45px 0px 45px 0px;
}
.navbar-default .container {
    margin: 0 60px!important;
    padding: 0;
}
.navbar-header {
	display: none;
}

nav#menu.navbar-default {
	background: none!important;
	box-shadow: none;
	border: none;
}
nav#menu {
    margin: 0;
    position: relative;
}
.menu-sticky {

	z-index: 99999999;

}
.menu-sticky .navbar{
	min-height: auto;
	position: fixed!important;
	padding: 20px 0px 0px 0px;
	top:0px;
}
.menu-sticky  .nav a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 2px 12px!important;
    font-weight: 700;
}
.menu-sticky  .nav a:hover, .menu-sticky  .active a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 2px 12px!important;
    font-weight: 700;
	background: none!important;
	color: #267EC8!important;
	text-shadow: none!important;
	box-shadow: none!important;
	background: #none!important;
}
.nav a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 5px 11px!important;
    font-weight: 700;
}
nav#menu .active a {
    color: #fff;
	background: #267EC8;
	border: none;

}
nav#menu  .active a:first-child  {
	color: #fff;
    border-bottom-left-radius: 0px;
}

nav#menu .menu-item-type-post_type.active a   {
	border-radius: 0px!important;
}
/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
/*./Dropdown Css*/
open a.dropdown-toggle  {
    background: #267EC8;
    color: #333;
    padding: 0px;
    border-right:none;
}
.navbar-nav ul.dropdown-menu   {
    background: #fff;
    color: #000;
    padding: 0px;
    border-radius: 0px;
    border: none!important;
}

.navbar-nav ul.dropdown-menu li a:hover   {
    background: #267EC8;
    color: #333;
}
.navbar-default .navbar-nav>.open>a  {
    background: #267EC8;
 }
.open a  {
    background: #267EC8;
    color: #333;
    padding: 0px;
    border-radius: 0px;
    border: none;
}
.navbar-nav ul li  a{
    color: #333;
 	font-weight: 500;
    border-right:none;
    padding:11px 0 11px 5px!important;
	font-size: 11px;
    border-bottom: 1px solid #ccc;
}
.navbar-nav ul li:last-child a{
    color: #333;
    box-shadow: none;
    border-bottom: none!important;
}
.navbar-nav ul li:hover  {
    color: #267EC8;
    box-shadow: none;
}
.navbar-nav .current-menu-ancestor  {
    background: #267EC8;
    color: #fff!important;
    box-shadow: none;
}
.navbar-nav .current-menu-ancestor  a{

    color: #fff!important;

}
nav#menu a {
    color: #333;
}
nav#menu li:last-child {
    border-right: none;
}
nav#menu li:first-child a:hover{
	background: #267EC8;
	color: #fff;
}
nav#menu a:hover {
	background: #267EC8;
	transition: 0.5s;
    color: #fff;
    box-shadow: none;
}
.navbar {
    margin: 0px!important;
}
.glyphicon-fullscreen {
    font-size: 15px;
}
.navbar-toggle {
    border: none!important;
}
.icon-bar {
    background-color: #fff!important;
}
.navbar-search .navbar-brand {
    color: #333;
}
.navbar-search {
    padding: 20px 10px;
}
.navbar-collapse {
    padding: 0px!important;
}
.glyphicon-fullscreen {
    font-size: 15px;
}
.glyphicon-search {
    border: none!important;
    color: #333;
}
.navbar-toggle {
    border: none!important;
}
.icon-bar {
    background-color: #333!important;
}
.navbar-search .navbar-brand {
    color: #333;
}
.navbar-search {
    padding: 20px 10px;
}
.navbar-collapse {
    padding: 0px!important;
}
nav#menu {
    border-radius: 0px;
}
ul .nav .navbar-nav li a {
    color: #333;
}
.nav.navbar-nav li a {
    color: #333;
}
ul.side-nav h3 {
    border: none;
    margin: 0;
}
/********************************************************************/
/***   h1, h2, h3, h4, h5, h6, a ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 a {
	color: #000;
}
h1 a:hover {
	color: #267EC8!important;
}
h1 {
	font-size: 28px;
}
h1.cat-title{
	color: white;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	padding: 15px;
	margin: 0 0 15px 0;
	background: rgba(000, 000, 000, .2);	
}
h2 p{
	font-size: 24px!important;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a {
	text-decoration: none;	
}
a:active, a:visited {
	color: #267EC8;
}
a:hover {
	color: #267EC8;
}
h2.visible-xs{
	margin: 10px 0;
	background: #dbe6f0;
	color: #fff;
}
h1.site-title{
	margin: 0;
	padding: 0px 0px 0px 30px;
	text-transform: uppercase;	
	color: #000;
 }
 h1.site-title a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #000!important;
}
#footer .btn.btn-inverse {
	width: 100%;
	padding: 10px 0;
}
.btn.btn-inverse {
	background: #000;
	color:#fff;
}
.btn.btn-inverse:hover {
	background: #555;
	color:#fff;
}
a.learn-more,a.learn-more:visited {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background: #555;
	color:#fff;
	float: right;
	line-height: 160%;
	margin-right: 4px;
	text-align: center;
	padding: 8px 12px;
	cursor: pointer;
}
#footer .btn.btn-inverse a:hover {
	background: #ddd;
	color:#FF9633;
}
.col-sm-9 .title h1{
	position: relative;
	font-size: 24px;
	color: #fff;	    
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 0 15px 15px;
	margin-bottom: 2px;
	margin-top: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
}
#product-list-wrapper h2 {
	margin-bottom: 18px;
	border-top: 1px dotted #929292;
	width: 730px;
	padding-top: 30px;
}
h3.price-single{
	background: #000;
	color: #fff;
	padding: 15px 0 15px 0px;
	text-align: center;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#logo{
	padding: 30px 10px 5px 20px;
}
.logo-sticky a{
	padding: 13px 0px 5px 0px!important;
	position: fixed;
	z-index: 99999;
	font-size: 30px!important;
	top:0px;
}
 .site-title a {
	color: #000;
 }
.site-title a:hover,
.site-title a:focus {
	color: #000;
 }
.site-description {
	color: #000;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
	display: none;
 }
/********************************************************************/
/*** Buttons & Fields ***/

.buttons-action {
    margin: 0px 0;
}
.buttons-action a {
    color: #fff;
}
.buttons-action .btn-default {
    color: #333;
    display: block;
    border: none;
    text-align: center;
    padding: 14px 0;
    display: block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
.btn-lg.offer {
    transition: all 0.3s;
    border-radius: 0px;
    box-shadow: none;
    background: #fff;
}
.btn-lg.offer:hover {
    background: #173B4C;
    color: #fff;
    text-shadow: none;
}
a:hover {
    text-decoration: none!important;
}
input {
    line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
	color:white !important;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}
p.contact-submit input[type="submit"],
p.contact-submit input[type="submit"][disabled]:hover,
p.contact-submit input[type="submit"][disabled]:focus {
    background: #dbe6f0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    width: 0%!important;
    color: #fff;
    padding: 20px;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #000;
    color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}
.grunion-field-label.email,.grunion-field-label.name,.grunion-field-label.text,.grunion-field-label.textarea,.grunion-field-label.select {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: none;
    color: #333;
}
input,
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    color: #686868;
    padding: 0.425em 0.4375em;
    width: 50%!important;
}
#contact textarea {
    background: #ccc;
    border: none;
	border-radius: 0px;
    color: #fff;
    padding: 15px;
    width: 100%!important;
    font-size: 14px;
    border: 1px solid #444;
}
input,input[type="text"],
input[type="email"],input[type="phone"],input[type="number"] {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    width: 50%!important;
    font-size: 14px;
}
input#security_code3 {
    background: #eee;
    border:none;
    color: #fff;
    width: 24%!important;
    font-size: 14px;
    margin: 0px auto 20px auto;
	display: block;
	text-align: center;
}
textarea {
    background: #fff;
    border: none;
    color: #f1f1f1;
    width: 100%!important;
    padding: 14px;
    font-size: 16px!important;
    font-family: 'Open Sans', sans-serif!important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ccc;
    color: #333;
    padding: 14px;
    outline: 0 none;
}
select {
    width: 100%;
    margin: 5px 0!important;
}
.post-password-form {
    margin-bottom: 1.75em;
}
.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}
.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}
.post-password-form > :last-child {
    margin-bottom: 0;
}
.search-form {
    position: relative;
}
input[type="search"].search-field {
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}
.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px;
}
.search-submit {
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}
/********************************************************************/
/*** Header ***/
.call-us {
	padding: 55px 0px 30px 0;
	text-align: right;
	display: block!important;
}
.call-us a.phone {
	color: #173B4C;
	font-size: 10px;
}
.call-us  a.font {
	color: #999;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding-right: 0px;
	font-weight: 700;

}
#nav-logo {
	width: 980px;
	margin: 0px auto;
	position: relative;
	display: block;
}
.header-wrapper {
	width: 100%;
	position: relative;
}
.header {
	width: 980px;
	margin: 0px auto!important;
	position: relative;
	padding: 0px!important;
	height: 139px;
}
.header-wrapper-home {
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px!important;
}
.header-home {
	width: 940px;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px!important;
	
}
.header-home .nav-panel {
	margin-bottom: 10px;
	margin-top: 0px!important;
	padding: 0px!important;
}
/*.left {
	float: left !important;
}
.right {
	float: right !important;
}*/
#logo{
	padding: 30px 10px 5px 20px;
}
.logo-sticky #logo {
	padding: 10px 0px 5px 50px;
	position: fixed;
	z-index: 99999;
	top:0px;
}
.logo-sticky #logo img{

	width: 180px;
	position: fixed;
	position: relative;
	z-index: 99999;
	height: 33px!important;
}
#logo img{
	
	width: 315px;
    margin-top: 0px;
    height: 70px!important;

}

/********************************************************************/
/*** Carousel ***/
.home-search {
	background:#fff;
	height: 374px!important;
	padding: 15px;
	border: none;
}
#carousel-search {
	padding-right: 0;
}
#carousel-search h2{
	margin: 0;
	color: #000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 10px 10px;
	margin:0px 0px 8px 0px;
	text-align: center;
	text-transform: uppercase;
}
.save-top {
    position: relative;
    z-index: 999999999;
}
.top-site {
	background: #eee;
    height: 57px!important;
    color: #ccc;
    text-align: center;
    border-top: 1px solid #267EC8;
}
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
	background: #eee;
	border-top: 8px solid #555;
    color: #fff !important;
box-shadow: 0px 1px 3px #999;

}
.s2f-comparing-items {

width: 88%;
float: left;

}
.s2f-comparing-link {
	float: right;
	background: #044FA0;
border-bottom: 1px solid #333;
color: #fff;font-weight: 700;
padding: 5px 20px;
border-radius: 2px;
font-size: 13px;
margin: 20px 10px 0 0;
cursor: pointer;
}
.s2f-comparing-link:hover {
	float: right;
	background: #ccc;
border-bottom: 1px solid #333;
color: #002648;font-weight: 700;
padding: 5px 20px;
border-radius: 2px;
font-size: 13px;
margin: 20px 10px 0 0;
cursor: pointer;
}
#myCarousel {
/*overflow: hidden;*/
}
#myCarousel.home img{

}
#myCarousel.single img{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.single .left.carousel-control {
     margin:0 0px!important;
     border-top-left-radius: 3px;
}
.single .right.carousel-control {
	margin:0 0px!important;
	border-top-right-radius: 3px;
}
#myCarousel.single {
    margin-bottom: 0px;
    padding: 0!important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: none;
}
#myCarousel{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;	
}
.home #myCarousel{
	padding:0px!important;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.home #myCarousel .col-sm-4{

	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#myCarousel .row{
	margin: 0;
}
.item.active .row img {
    margin: 0px auto!important;
    padding: 0px!important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.slide.home a img {
    margin: 0px auto!important;
    padding: 0px!important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.home .left.carousel-control {
    margin:0 0 10px 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 998;
    position: absolute;   
}
.home .right.carousel-control {
	z-index: 997;
	position: absolute;
	margin:0 0 0px 40px;
}
.fa-angle-right.fa-2x {
    top: 45%!important;
    position: absolute;
    right: 20px;
}
.fa-angle-left.fa-2x {
    top: 45%!important;
    position: absolute;
    left: 16px;
}

.modal-body #my-thumbs-list {
    bottom: 10px;
    position: absolute;
}
.modal-body #myCarousel .item.active img {
    margin: 0px auto!important;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 19px 30px 19px 30px!important;
    width: 600px;
    left: 0px!important;
    position: absolute!important;
    bottom: 20px!important;
    border-bottom-left-radius: 0px;
}
.carousel-caption h2 {
 	text-align: left;
	font-size: 18px;
	font-weight: 700;
}
.fa-chevron-left,.fa-chevron-right {
	background: none!important;
	color: black!important;
	padding: 0 8px!important;
	position: relative;
	top: 9px;
	right:20px!important;
	margin: 0!important;
}

.carousel-title h2 {
	font-weight: 700;
	font-size: 14px;
	background:#fff;
	padding: 15px 15px 15px 40px!important;
	text-align: center;
	margin:0 10px 20px 10px;
	text-transform: uppercase;

}
.home .carousel-inner .item-container{
	background: #fff;
    cursor: pointer;
	height: 308px;
}

.home .carousel-inner .item-container .arrivals-details {
	
text-align: center!important;


}
.home .carousel-inner .item.active:hover .carousel-caption h2 {
    cursor: pointer;
}
.carousel-inner .item.active button {
    background: none;
    padding: 0!important;
}
.carousel-caption h2{
    margin: 0!important;
}
.carousel-caption h2 .price-style {
    color:#000;
    font-weight: 500;
    font-size: 18px;
	font-weight: 700;
}
.carousel-caption .btn-success {
    font-weight: 700;
}
ul.carousel-thumbs .col-sm-12 {
    transition: all 0.3s;
    margin-top: 4px;
}
ul.carousel-thumbs {
    padding: 0;
    border: none;
    background: none;
}
ul.carousel-thumbs li:hover {
    opacity: 0.7;
    cursor: pointer;
}
ul.carousel-thumbs li {
    transition: all 0.3s;
    float: left;
    padding: 1px;
}
ul.carousel-thumbs li a img {
    width: 110px;
    height: 90px;
}
.slides_container h2 {
    padding: 20px;
    color: white;
    position: absolute;
    bottom: 14px;
    font-size: 18px;
    display: none;
    width: 698px;
}
span.lupa {
    opacity:0;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition: opacity 0.5s;
    background: url(assets/images/common/loupe.png) center center no-repeat #000;
    cursor: pointer;
    height: 100%;
	width: 100%;
    position: absolute;
    z-index: 999;
}
span.lupa:hover {
    opacity: .77;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition: opacity 0.5s;
}
.title-detail-tag {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    width: 739px;
    height: 50px;
    position: absolute;
    bottom: 30px;
}
#my-thumbs-list {
    overflow: auto;
    width: auto;
}
.location_term {
    padding-left: 3px;
}
.single-gtcd #myCarousel {
	margin: 0;
	padding:0 20px!important;
}
.single-gtcd #my-thumbs-list {
	padding:0 20px 10px 20px!important;
}
/********************************************************************/
/*** Search ***/
form#searchform input.field {
	height: 30px;
	width: 165px;
	border: none!important;
	background: #ebebeb;
	color: #000!important;
	font-size: 11px;
	padding: 0px 30px 0 10px;
	margin: 0px 0px 12px 0px;
}
form#searchform input.search-button {
	background: #267EC8!important;
	border:none;
	color: #fafafa;
	display: block;
	cursor: pointer;
	text-align: center;
	border: none;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
form#searchform input.search-button:hover {
	opacity: 0.6;
}
.drop label {
	text-transform: uppercase;
	padding: 2px 0 0px 2px;
}
.rlabel {
	padding-right: 14px;
}
/********************************************************************/
/*** Right Sidebar Listing ***/
.refine-nav {
	position: relative;
	overflow: hidden;
	padding:0 15px;
	
}
.refine-nav li {
	cursor: pointer;
	color: #000;	font-size: 14px;
}
.refine-nav li span {
	background: url(assets/images/expandable-icon.png) right center no-repeat;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	border-top: 1px solid #333;
	width: 100%;
	text-transform: uppercase;
}
.refine-nav li.first span {
	border: none;
	font-weight: bold;
	font-size: 14px;
}
.refine-nav li.second span {
	font-weight: bold;
	font-size: 14px;
}
.refine-nav li.third span {
	font-weight: bold;
	font-size: 14px;
}
.refine-nav li.fourth span {
	font-weight: bold;
	font-size: 14px;
}
.refine-nav li.active span {
	background: url(assets/images/expanded-icon.png) right center no-repeat;
}
.refine-nav li.first span.expanded {
	background: url(assets/images/expanded-icon.png) right center no-repeat;
}
.refine-nav li ul {
	margin: 0 0 12px 0;
}
ul.refine-nav li.active {
	width: 100%;
	font-size: 14px;
}
.refine-nav li ul li {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.refine-nav li ul li a:hover {
	text-decoration: none;
	color: #333;
}
.refine-nav li p.strong {
	display: inline;
	color: #333;
	font-size: 14px;
}
.right-glance-block {
	margin: 34px 0 0px 0;
}
.right-glance-block h3 {
	margin: 0 0 12px 0;
}
.specs {
	background:#fff;
	border-radius: 3px;
	margin-bottom: 15px;
}
.quick-list {
	background: #000;
	border: 1px solid #333;
	border-radius: 3px;
}
.quick-glance {
	position: relative;
	overflow: hidden;
	padding: 6px 0 10px 0;
}
.quick-glance li {
	padding: 4px 8px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #333;
}
.quick-glance li:last-child {
	border-bottom: 1px solid #ddd;
}
a.carfax img{
	margin:0 auto 10px auto!important;
	display: block;
	padding:0px 40px;
	width: 100%;
	display: block;
	background: #444;
	border: 1px solid #333!important;
    transition: all 0.3s;
}
a.nhtsa img:hover,a.carfax img:hover {
	opacity: 0.5;
}
a.nhtsa img{
	transition: all 0.3s;
	margin:0 auto 10px auto!important;
	display: block;
	width: 100%;
	display: block;
	border: 1px solid #ccc!important;
}
.quick-glance li p.strong {
	font-size: 14px;
}
/********************************************************************/
/*** Welcome ***/
#content-deals {
background: #eee;
padding: 20px 0 40px 0;
}
#content-welcome .col-sm-12{
	padding: 0!important;
	margin: 0!important;
}
#content-type {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 10px 0;
}
#content-arrivals {
	background: #f1f1f1;
	padding: 20px 0 20px 0;
}
#content-type .col-sm-12{
	padding: 0!important;
	margin: 0!important;
}
.welcome_widget h1{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 26px;
	padding-bottom: 10px;
	color: #fff;
}
.welcome_widget{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	padding:35px 0 35px 5px;
	color: #fff;
	text-align: center;
}
.welcome_widget p{
	margin: 10px 0px;
}

.col-sm-12.welcome{
	padding:0 10px;
}
#content.col-sm-3.home h1{
/*		text-align: right;*/

}
.location-search .container-fluid {
	padding: 20px 0!important;
	width: 1205px;
}
.location-miles {

	padding: 6px 0 0px 0;
	color: #fff;
	width: 208px;
	float: left;

}
.location-miles .selectBox-label {
	color: #000!important;
}
.location-miles .selectBox-dropdown {
	width: 100px!important;
	background: #fff;
	margin: 0;

}

.location-miles label {
	font-weight: normal;
	font-size: 16px;
	padding: 14px 0px 0px 13px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.location-zip {

		padding: 12px 0 12px 0px;
	color: #fff;
	width: 50%;
    float: left; 

}
input#map-search {

	position: relative;
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 4px 18px 0px 0px;
	font-size: 13px;
	font-family: 'Open Sans' , sans-serif;
	border-radius: 0px;
	font-weight: 500;
	padding: 4px 10px !important;
	width: 180px !important;
	float: left;
	text-align: center;
	background: #fff;
	border:none;
	box-shadow: none;
	color: #000;
}
.outer-find.location-search {
	background: #aec2cb;
	color: #000;
	padding: 0px 0;
	
}
.location-search .container-fluid {
	background: #aec2cb;
	color: #000;
	
}
.outer-find.location-search h1{
font-size: 18px;
font-family: 'Open Sans' , sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #000;
text-align: right;

	
}

input#map-search-submit {
	width: 60px!important;
	background: #267EC8;
	    font-size: 14px;
	color: white;
	height: 40px;
	line-height: 30%;

	border-radius: 2px;

}
form.map-search {
	margin: 0 auto;
	display: block;
}

/*******************************************************************/
/*** Three Column Grid ***/
.col-sm-3 .item-container {
    margin-bottom: 20px;
    height: 375px;
	overflow: hidden;
	background: #fff!important;
}
.tricol-product-list .col-sm-3 {
	padding: 10px!important;
	margin: 0;
}
.tricol-product-list .col-sm-12 {
	padding: 7px 0px!important;
	margin: 0;
}
.tricol-product-list .col-sm-12 img{
	width: 132px;
	margin: 0px!important;
	padding: 0px!important;

}
.tricol-product-list .col-sm-12 .image-container{
	width: 140px;
	float: left;
	background: none!important;
	margin: 0 8px 0 0!important;
	padding: 0px!important;		
}
.tricol-product-list .col-sm-12 .item-container {
	background:#fff;
	height: 100px;
	margin: 0px!important;
	padding: 0px!important;
	border-radius: 0px;
	border: none!important;
	box-shadow: 0px 0px 2px #bbb;
}
.tricol-product-list .col-sm-12 .item-container .arrivals-link img{
	border: none!important;
 
}
.tricol-product-list .col-sm-3 {
	padding: 5px!important;
}
.tricol-product-list .item-container {
    cursor: pointer;
    background: #fff;
    transition: all 0.3s;
    border-radius: 3px;
	margin: 6px;
 
}
.tricol-product-list h2{
	padding: 15px;
	font-size: 28px;
	text-align:center;
	margin-bottom: 20px;
	color:#fff;
}
.tricol-product-list .item-container:hover {
    border-radius: 0px;
	transition: all 0.5s;
}
.tricol-product-list .item-container:hover img{
    
    transition: all 0.5s;
	opacity: .8;
}
.arrivals-wrapper h1{
	color:#000;
	text-align: center;
	font-size: 24px;
	margin:0;
	font-weight: 700;
	padding: 30px;
	
}
.arrivals-details p.vehicle-name {
    background: none;
    margin: 0;
    padding:5px 0 0 10px;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.inventory-right p.grid-location {
    color: #000;
    padding-left: 10px!important;
	padding-bottom: 0;
	clear: both;
	font-size: 13px!important;
}
.single-gtcd p.grid-location {
    color: #000;
    padding: 0px;
	clear: both;
	font-size: 14px;
}
p.grid-location {
    color: #000;
    padding-left: 10px;
	clear: both;
	font-size: 13px;
}
.arrivals-details {
    position: relative;
    color: #f1f1f1;
}
.arrivals-details p.title{
    color: #333;
    font-size: 14px;
}
.arrivals-details .meta-style{
    padding-left: 10px;
}
.arrivals-details .grid-location {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding-bottom: 0px;    
}
.arrivals-link img{
	border: 6px solid #fff;

}
.arrivals-details .price-style {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
	padding-left: 10px;
}
.new-arrivals-list:hover {
    opacity: 0.7;
}
a.arrivals-link:link, a.arrivals-link:visited {
    color: #555;
}
a.arrivals-link:hover {
    color: #fff;
}
  .featured-bottom .tricol-product-list .arrivals-details{
	margin-top: 10px;
	text-align: center;
}
  .featured-bottom .tricol-product-list .item-container{
height: 320px;
}
.featured-bottom{
	margin-bottom: 20px;
	text-align: center;
}
.featured-bottom .item-container{
	overflow: hidden;
}
.col-sm-4  .detail-btn {
color: #000;
display: block;
cursor: pointer;
text-align:center;
padding: 8px;
margin-top: 10px;
width: 100%;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
bottom: 0px;
position: absolute;
background: #eee;
border-top: 1px solid #ddd;
border-radius:0px!important;


	border-radius:0px!important;
}
#myCarousel .arrivals-details .meta-style {
	float: none;
	display: block;
    padding-top: 0px!important;
		padding-left: 0;
	font-size: 12px;
	
}
#myCarousel .arrivals-details .price-style {
	float: none;
	display: block;
    padding-top: 3px!important;
	padding-left: 0;
		font-size: 14px;
	
}
#myCarousel .arrivals-details p.vehicle-name {

    padding:8px  10px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
	position: absolute;
	top: -40px;
	background: rgba(0, 0, 0, .55);
	width:271px;
	margin-left: 6px!important;
	
}
.tricol-product-list  .detail-btn {
    color: #fff;
    display: block;
    cursor: pointer;
    text-align:center;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	bottom: 0px;
	position: absolute;
	background: #267EC8;
    border-top: 1px solid #ccc;
    border-radius:0px!important;
}
.tricol-product-list .item-container:hover .detail-btn {
    background: #333;
    color: #fff;
    text-decoration: none;
	transition: all 0.5s;
}
.quick-list li p {
    float: left;
    font-weight: bold;
    padding-right: 3px;
    margin-bottom: 0px;
}
.vehicle-main-image {
    margin-top: -12px;
}
/*******************************************************************/
/*** Distance Template ***/
/*******************************************************************/
.page-template-distance .outer-find.location-search {
	width: 1220px;
	margin: 0 auto 20px auto;
} 
.page-template-distance .outer-find.location-search input#map-search, .page-template-distance .outer-find.location-search .selectBox.dropdown.selectBox-dropdown{

}
/*** Three Column Grid C&S ***/
.page-template-compare .s2f-result-compare {
	display: none!important;
}
.page-template-compare .details.btn-primary.s2f-result-item-save {
	height: 46px!important;
	position: relative;
	left: -156px;
	width: 254px!important;
	background: #fff!important;
	border: none;
}
.s2f-compare-item .delete-compare-item{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    line-height: 10px;
    color: #ff0000;
	font-size:13px ;
	background: #fff;
    cursor: pointer;
}
.s2f-compare-item .delete-compare-item:hover{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	line-height: 10px;
	color: #000;
	font-size:13px ;
	cursor: pointer;
}
.page-template-compare .col-sm-9 h1 a {
	color: #000;
}

.page-template-compare .col-sm-9 h1 {

	font-size: 18px;
	color: #ccc;
	padding: 15px;
	margin: 0;
	font-weight: 700;
	background:#fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px!important;
}
.page-template-compare .blog-post {
	padding-top: 0;
}
.page-template-compare .blog-post img {
    margin: 0px auto!important;
    display: block;
    padding: 0px!important;
    max-width: 100%;
}
.s2f-compare-items .col-sm-4 .item-container {
    margin-bottom: 20px;
    height: 885px;
	overflow: hidden;
	background: #eee!important;
	border: 1px solid #ddd;
}
.s2f-compare-items .col-sm-4 {
	padding: 10px!important;
	margin: 0;
}
.s2f-compare-items  .col-sm-12 {
	padding: 7px 0px!important;
	margin: 0;
}
/*.s2f-compare-items  .col-sm-3 img{
	width: 132px;
	margin: 0px!important;
	padding: 0px!important;

}*/

.s2f-compare-items  .col-sm-12 .image-container{
	width: 140px;
	float: left;
	background: none!important;
	margin: 0 8px 0 0!important;
	padding: 0px!important;		
}
.s2f-compare-items  .col-sm-12 .item-container {
	background:#eee;
	height: 97px;
	margin: 0px!important;
	padding: 0px!important;
	border-radius: 0px;
	border: none!important;
}
.s2f-compare-items  .col-sm-12 .item-container .arrivals-link img{
	border-left: none!important;
	border-top: none!important;
	border-bottom: none!important;
	border-right: 4px solid #eee;
}
.s2f-compare-items  .col-sm-4 {
	padding: 5px!important;
}
.s2f-compare-items  .item-container {
    cursor: pointer;
    background: #fff;
	border: 1px solid #333;
    transition: all 0.3s;
	margin: 6px;
 
}
.s2f-compare-items  h2{
	padding: 15px;
	font-size: 28px;
	text-align:center;
	margin-bottom: 20px;
	color:#fff;
}
.s2f-compare-items  .item-container:hover {
    border-radius: 0px;
	transition: all 0.5s;
	box-shadow: 0px 0px 5px #bbb;
}
.s2f-compare-items  .item-container:hover img{
    
    transition: all 0.5s;
	opacity: .8;
}
.s2f-saved-item .delete-saved-item{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    line-height: 10px;
    color: #ff0000;
	background: #fff;
	font-size:13px ;
    cursor: pointer;
}
.s2f-saved-item .delete-saved-item:hover{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	line-height: 10px;
	color: #000;
	font-size:13px ;
	cursor: pointer;
}
.page-template-saved-cars .col-sm-9 h1 a {
	color: #000;
}
.page-template-saved-cars .col-sm-9 h1 {

	font-size: 18px;
	color: #000;
	padding: 15px;
	margin: 0;
	font-weight: 700;
	background:#fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px!important;
}
.page-template-saved-cars .blog-post {
	padding-top: 0;
}
.page-template-saved-cars  .blog-post img {
    margin: 0px auto!important;
    display: block;
    padding: 0px!important;
    max-width: 100%;
	border:none;

	
}
.s2f-saved-items .col-sm-4 .item-container {
    margin-bottom: 20px;
    height: 465px;
	overflow: hidden;
	background: #eee!important;
	border: none;
	border: 1px solid #ddd;
}
.s2f-saved-items .col-sm-4 {
	padding: 10px!important;
	margin: 0;
}
.s2f-saved-items  .col-sm-12 {
	padding: 7px 0px!important;
	margin: 0;
}
.s2f-saved-items  .col-sm-12 .image-container{
	width: 140px;
	float: left;
	background: none!important;
	margin: 0 8px 0 0!important;
	padding: 0px!important;		
}
.s2f-saved-items  .col-sm-12 .item-container {
	background: #eee;
	height: 97px;
	margin: 0px!important;
	padding: 0px!important;
	border-radius: 0px;
	border: none!important;
}
.s2f-saved-items  .col-sm-12 .item-container .arrivals-link img{
	border-left: none!important;
	border-top: none!important;
	border-bottom: none!important;
	border-right: 4px solid #eee;
}
.s2f-saved-items  .col-sm-4 {
	padding: 5px!important;
}
.s2f-saved-items  .item-container {
    cursor: pointer;
    background: #000;
	border: 1px solid #333;
    transition: all 0.3s;
    border-radius: 3px;
	margin: 6px;
 
}
.s2f-saved-items  h2{
	padding: 15px;
	font-size: 28px;
	text-align:center;
	margin-bottom: 20px;
	color:#000;
}
.s2f-saved-items  .item-container:hover {
    border: 1px solid #333;
    border-radius: 0px;
	transition: all 0.5s;
}
.s2f-saved-items  .item-container:hover img{
    
    transition: all 0.5s;
	opacity: .8;
}






















/********************************************************************/
/*** Sidebar Widgets ***/
.col-sm-3.sidebar-left-single {
	padding-left: 20px;	
}
.col-sm-3.single-sidebar{
	padding:0 10px;
}
.textwidget .contact-form {
    padding: 20px;
}
.textwidget .contact-form input, .textwidget .contact-form textarea {
    background-color: #fff;
    padding: 3px;
    border: 1px solid #eee;
}
.side-widget .advSearch{
	height: 343px;
}
.side-widget {
    margin-bottom: 15px;
    overflow: hidden; 
	background: #fff;
	color: #000;
    padding: 15px 13px 15px 15px!important;
	/*margin: 0px 0px 10px 0px;*/
	
}
.side-widget.seller{
    margin-bottom: 15px;
    overflow: hidden; 
    background: #fff;
	font-size: 14px!important;
    border-radius: 3px;
    padding:0 20px!important;
	color: #000;
}
.side-widget.seller ul {
    padding: 15px 0px 25px 0px;
}
.side-widget ul {
    padding: 20px 0;
}
.side-widget ul li a {
    color: #000;
    font-size: 13px;
}
.side-widget ul li  {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.side-widget iframe {
    max-width: 100%;
}
.info-single h3 a{
    text-align: center;
    text-decoration: none;
    line-height: 2.2em;
    padding:10px;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #173B4C;    
}
.info-single h3{ 
    margin-top: 0px;
    margin-bottom: 1px;
}
.side-widget h3 {
    text-decoration: none;
    line-height: 2.2em;
    padding:0px;
    display: block;
    text-align: left;
    border-bottom: 3px solid #ddd;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.side-widget h3 a {
    color: #fff;
}
.side-widget .search-title {
    margin-bottom: 0px;
}
.side-widget form#searchform input {
    width: 100%!important;
    color: #fff;
    padding: 18px 10px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    text-transform: uppercase;
	border:1px solid #ddd;
}
.side-widget form#searchform .searchsub input.search-button {
    padding: 14px;
    background: none;
    font-size: 14px;
}
/********************************************************************/
/*** Sell Your Car & Forms ***/
#sell-your-car.gt-form input {
	height: 36px;
	border: none;
	box-shadow: none;
}
.gt-form input {
	border-radius: 0px;
	font-size: 13px;
	padding: 34px!important;
}
#sell-your-car.gt-form input:focus {
	background: none!important;
	box-shadow: 0px 0px 2px #666!important;
}
label.error {
   display: none!important;

}

p.instructions {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ccc;
    padding: 20px 0 0 0!important;
}
p.instructions-cont {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ccc;
    padding: 0px 0 0 0!important;
}
.gt-form h3 {
    padding: 20px 0 10px 0;
    color: #000;
}
/* Glaphicons */
div label.gt-title {
    font-size: 0px;
    position: absolute;
}
div label.gt-title:before {
    font-family: "Glyphicons Halflings";
    content: "\e008";
    position: relative;
    top: 5px;
    left: 12px;
    font-size: 14px;
    padding: 7px 10px 11px 0px;
    border-right: 1px solid #ddd;
    color: #666;
}
input#gt-title {
    padding: 0px 10px 0px 50px!important;
    background:#eee;
    width:100%!important;
    margin-bottom: 20px;
    box-shadow:none;
    height: 36px;
	color: #000;
}
div label.gt-price {
    font-size: 0px;
    position: absolute;
}
div label.gt-price:before {
    font-family: "Glyphicons Halflings";
    content: "\e148";
	position: relative;
	font-weight: normal;
	top: 7px;
	left: 12px;
	font-size: 16px;
	padding: 9px 10px 7px 0px;
	border-right: 1px solid #ddd;
	color: #666;
}
input#gt-price {
    padding: 0px 10px 0px 50px!important;
    background:#eee;
    width:30%!important;
    margin-bottom: 20px;
    height: 38px;
}
div label.gt-miles {
    font-size: 0px;
    position: absolute;
}
div label.gt-miles:before {
    font-family: "Glyphicons Halflings";
    content: "\e024";
    position: relative;
    font-weight: normal;
    top: 7px;
    left: 12px;
    font-size: 16px;
    padding: 9px 10px 7px 10px;
    border-right: 1px solid #ddd;
    color: #666;
}
input#gt-miles {
    padding: 0px 10px 0px 50px!important;
	background:#eee;
    width:30%!important;
    margin-bottom: 20px;
    margin-left:10px!important;
}
div label.gt-ext {
    font-size: 0px;
    position: absolute;
}
div label.gt-ext:before {
    font-family: "Glyphicons Halflings";
    content: "\e080";
    position: relative;
    font-weight: normal;
    top: 7px;
    left: 12px;
    font-size: 16px;
    padding: 7px 10px 7px 0px;
    border-right: 1px solid #ddd;
	color: #666;
}
input#gt-exterior {
    padding: 0px 10px 0px 50px!important;
    background:#eee;
    width:36%!important;
    margin-bottom: 20px;
}
div label.gt-int {
    font-size: 0px;
    position: absolute;
}
div label.gt-int:before {
    font-family: "Glyphicons Halflings";
    content: "\e080";
    position: relative;
    font-weight: normal;
    top: 7px;
    left: 12px;
    font-size: 16px;
    padding:9px 10px 7px 10px;
    border-right: 1px solid #ddd;
	color: #666;
}
input#gt-drive {
    padding: 0px 10px 0px 50px!important;
    background:#eee;
    width:27%!important;
    margin-bottom: 20px;
    margin-left:12px;

}
input#gt-interior {
    padding: 0px 10px 0px 50px!important;
    background:#eee;
    width:33%!important;
    margin-bottom: 20px;
    margin-left:13px;
}

textarea#gt-description{
	background: #eee;
	margin-top: 10px;
	font-size: 14px!important;
}
div label.gt-drive {
    font-size: 0px;
    position: absolute;
}
div label.gt-drive:before {
    font-family: "Glyphicons Halflings";
    content: "\e141";
    position: relative;
    font-weight: normal;
    top: 7px;
    left: 12px;
    font-size: 16px;
    padding: 9px 10px 7px 10px;
    border-right: 1px solid #ddd;
    color: #666;
}
div label.gt-vin {
    font-size: 0px;
    position: absolute;
}
div label.gt-vin:before {
    font-family: "Glyphicons Halflings";
    content: "\e040";
	position: relative;
	font-weight: normal;
	top: 7px;
	left: 12px;
	font-size: 16px;
	padding: 9px 10px 7px 10px;
	border-right: 1px solid #ddd;
	color: #666;
}
input#gt-vin {
    padding: 0px 10px 0px 50px!important;
    background:#eee;
    width:36%!important;
    margin-bottom: 20px;
    margin-left:14px!important;
}
div label.gt-features {
    font-size: 0px;
    position: absolute;
}
div label.gt-features:before {
    font-family: "Glyphicons Halflings";
    content: "\e032";
	position: relative;
	font-weight: normal;
	top: 7px;
	left: 12px;
	font-size: 16px;
	padding: 9px 10px 7px 0px;
	border-right: 1px solid #ccc;
	color: #666;
}

input#gt-features {
    padding: 0px 10px 0px 50px!important;
    background: #eee;
    width:100%!important;
    margin-bottom: 20px;
    height: 38px;
}

.securityImage1 {
    width: 100%!important;
    padding: 0px!important;
    margin: 40px auto 20px auto!important;
}


a.selectBox.form-control.selectpicker.selectBox-dropdown {
    border: none!important;
    background: rgba(0, 0, 0, .5)!important;
    border-radius: 0px;
    padding: 10px;
    height: auto;
    width: 100%!important;
}

a.selectBox.form-control.selectpicker.selectBox-dropdown {
    border: none!important;
    background: #eee;
    border-radius: 0px;
    padding: 8px;
    height: auto;
    width: 436px!important;
}

.gt-form .selectBox {
    width: 300px!important;
    margin-right: 1px;
    height: 30px;
}

#sell-your-car .selectBox, .financing .selectBox{
    height: 40px;
    background:#eee;

    color: #ccc!important;
	border-radius: 0px;
    font-size: 13px;
	font-weight: 500;
	text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px!important;
    outline: 0;
	line-height: 260%;
}
.financing select .purchasetype{
	width: 50%!important;
	margin-bottom: 20px!important;
}
.page-template-page-listing .form-group,.page-template-page-listing-free .form-group {
	width: 416px;
	margin-bottom: 20px!important;

}
.page-template-page-listing .form-group.r,.page-template-page-listing-free .form-group.r {
	width: 417px;
	margin-left: 10px;

}
#sell-your-car #gt-year{
	width: 100%!important;
	margin-bottom: 20px!important;
}
#sell-your-car #gt-state,#sell-your-car #gt-make {
width: 100%!important;

}
#sell-your-car #gt-city{
width: 100%!important;

}
#sell-your-car #gt-type{
	width: 100%!important;
	margin-bottom: 10px!important;
	margin-left:10px!important;
}
#sell-your-car #gt-transmission{
	width: 100%!important;
	margin-bottom: 10px!important;
	margin-left:0px!important;
}
#sell-your-car #gt-model{
	width: 100%!important;
}
#sell-your-car .allmakes{
	width: 36%!important;
	margin-bottom: 20px!important;
}
#sell-your-car .models{
	width: 36%!important;
	margin-bottom: 20px!important;
	margin-left:10px!important;
}
#sell-your-car .allyears{
	width: 24%!important;
	margin-bottom: 20px!important;
	margin-left:12px!important;
}
#sell-your-car .sell-transmission{
	width:49%!important;
	margin-bottom: 20px!important;
}
#sell-your-car .sell-type{
	width:49%!important;
	margin-bottom: 20px!important;
	margin-left: 10px!important;
	}
.gt-paypal form {
    text-align: center;
}
.gt-paypal form input {
    width: 200px!important;
    margin: 0px 0 0 15px!important;
    background: none;
}
::-webkit-input-placeholder {
    color: #666!important;
}
.gt-paypal-img img {
    width: 30%;
    margin: 40px 0 0 0!important;
}
::-webkit-input-placeholder {
    color: #666!important;
}
:-moz-placeholder {
    color: #666!important;
}
::-moz-placeholder {
    color: #666!important;
}
:-ms-input-placeholder {
    color: #666!important;
}
.gt-form {
    padding: 0px 0px 30px 0px;
    color: #ccc;
}
gt-forminput {
    margin: 20px 0 0 0!important;
}
input#gt-firstname, input#gt-email{
	padding: 0px 10px 0px 10px!important;
    background:#eee;
    width: 48%!important;
    margin-bottom: 20px;
    height: 40px;
}
input#gt-lastname, input#gt-phone{     
	padding: 0px 10px 0px 10px!important;
    background:#eee;
    width: 48%!important;
    margin-bottom: 20px;
    margin-left: 10px;
    height: 40px;
}
.btn.btn-primary.btn-file.pay{
    text-shadow: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 30px;
    border-radius: 2px;
    margin: 40px auto 0 auto;
    display: block;
	width:50%;
}
#sell-your-car .btn-success {
    text-shadow: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 30px;
    border-radius: 2px;
    margin: 30px auto;
    display: block;
   width:30%;
}
.radio {
    height: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}
.radio input {
    margin: 0px 0px 20px 0px;
}
.form-control.selectpicker {
    background: none!important;
    border: 1px solid #ddd!important;
}
.upload-instructions {
	font-size: 14px;
	text-align: center;
	color: #555;
}
button.form-button {
    text-shadow: none!important;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff!important;
    width: 100%;
	background: #267EC8;
	display: block;
    margin: 6px 0px 0px 0px;
    border-radius: 2px;
	padding: 13px 0;
}
button.form-button:hover {
    background: #555;
	transition: 1s;
    color: #fff;
}
/********************************************************************/
/*** Jetpack ***/
.gorilla-form-wrapper {
	padding: 0px 30px;
}
.gorilla-form-wrapper .gt-form input {
	background:#eee;
	border: 1px solid #ddd;
	border-radius: 0px;
	font-size: 13px;
	padding: 0px!important;
}
.contact-us-page {
    margin: 10px 0;
    border-radius: 0px;
}
.contact-us-page textarea {
    background:#eee;
    border: 1px solid #ddd;
    width: 100%!important;
	border-radius: 0;
}
.contact-us-page p.contact-submit {
    padding: 0!important;
}
.contact-us-page  p.contact-submit input.pushbutton-wide {
	margin: 0 0 20px 0!important;
}
.page-template-financing  p.contact-submit input.pushbutton-wide {
	margin: 0 26px 0 0!important;
}
.single-gtcd p.contact-submit input.pushbutton-wide {
	margin: 10px 0px 0 0px!important;
}
p.contact-submit input.pushbutton-wide {
	cursor: pointer;
	width: 200px!important;
	height: 46px;
	font-size: 13px;
	background: #267EC8!important;
	color: #fff!important;
	text-align: center;
	border: none;
	font-family: 'Open Sans', sans-serif;
	float: right;
	padding: 15px;
	width: 200px!important;
	display: block;
	margin: 10px 30px 0 0px!important;
	border-radius: 2px;
}

p.contact-submit input.pushbutton-wide:hover {
    padding: 15px;
    width: 200px!important;
    display: block;
    float: right;
    margin-top: 10px;
    background: #ccc!important;
    border-radius:2px;
	color: #000!important;
}

div label.grunion-field-label.name {
    position: relative;
    left: -34px;
    text-transform: none;
    color: #666;
}
div label.grunion-field-label.name:before {
    font-family: "Glyphicons Halflings";
    content: "\e008";
    position: relative;
    top: 36px;
    left: 36px;
    padding: 8px 10px 7px 10px;
    border-right: 1px solid #ccc;
    color: #666;
}
div label.grunion-field-label.email {
    position: relative;
    left: -34px;
    text-transform: none;
    color: #666;
}
div label.grunion-field-label.email:before {
    font-family: "Glyphicons Halflings";
    content: "\2709";
    position: relative;
    top: 36px;
    left: 36px;
    border-right: 1px solid #ccc;
    color: #666;
    padding: 8px 10px 7px 10px;
}
div label.grunion-field-label.phone {
    position: relative;
    left: -34px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
div label.grunion-field-label.phone:before {
    font-family: "Glyphicons Halflings";
    content: "\e182";
    position: relative;
    top: 35px;
    left: 36px;
    padding: 8px 10px 8px 10px;
     border-right: 1px solid #ccc;
    color: #666;
}
.page-template-contact-us .contact-us-page {
	margin: 30px 20px;
}
.page-template-contact-us .contact-us-page input{
	width: 50%!important;
}
.contact-form input{
	background:#eee;
	border: none;
	border-radius: 0px;
	color: #ccc!important;

} 
.contact-form input.name{
	padding-left: 50px!important;
} 
.contact-form input[type="text"] {
    font-family: "Glyphicons Halflings"!important;
    content: "\e008"!important;
    padding: 0 0 0 50px;
	font-family: 'Open Sans', sans-serif!important;
	font-size: 14px!important;
  
}
.contact-form select{
	width: 30%;
	margin: 0px 0 20px 0!important;
}
.contact-form textarea {
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
   

}
 .contact-form textarea:focus {
 	    box-shadow: 0px 0px 3px #ccc;
 		   background: #fff;
 } 
input.name:focus, input.email:focus, input.phone:focus {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 3px #ccc;
}
input.email {
	padding-left: 50px!important;
	font-family: 'Open Sans', sans-serif!important;
	font-size: 14px!important;
}
select {
    margin: 0px auto!important;
}
.contact-form input {
    width: 100%!important;
}
.financing .contact-us-page .contact-form  .selectBox {
    width: 30%!important;
    background:#eee!important;
	border: none;
    color: #000;
	height: 38px;
    text-decoration: none;
}
.financing .contact-us-page .contact-form .selectBox-label {
	line-height: 28px!important;
	font-weight: 500;
}
.financing  div label.grunion-field-label.name, .financing div label.grunion-field-label.email {
	left: 0px;
    content: none;
    position: relative;
    border-right:none;
    color: #000;
}
.financing  div label.grunion-field-label.name:before,.financing  div label.grunion-field-label.email:before {
    content: none;
    position: relative;
    padding: 0;
    border-right:none;
    color: #000;
}

.blog-post.financing input {
    padding: 5px!important;
	margin: 0px!important;
    width: 100%!important;
    background: #eee;
	border: none!important;
	color: #000!important;
}
.blog-post.financing label {
	color: #000;
	font-weight: 500;
	padding-top: 10px;
	width: 96%;	
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="url"] {
	max-width: 100%!important;
}
.blog-post.financing .form-left {
	float: left;width:410px;
	margin-left: 30px;
}
.blog-post.financing .form-center {
	width:850px;
	margin-left: 30px;
}
.blog-post.financing .form-left-select {
	float: left;width:255px;margin-left: 30px;
}
.blog-post.financing .form-left-select-last .selectBox{
	float: left;width: 28%;margin-left: 20px;
}
.blog-post.financing .form-left-select .selectBox{
	float: left;width: 100%!important;
}
.blog-post.financing .form-left-select-two .selectBox{
	float: left;width: 100%!important;
}
.blog-post.financing .form-left-select-two-last .selectBox{
	float: left;width: 100%!important;
}
.blog-post.financing .form-left-select-two {
	float: left;width:408px;
	margin-left: 30px;
	
}
.blog-post.financing .form-left-select-two-last {
	float: left;width:410px;
	margin-left: 30px;
}
.blog-post.financing .form-left-select-last .selectBox{
	float: left;width: 32%!important;
}
.blog-post.financing .form-iagree{
	width: 100%!important;
	margin-left: 30px;
	font-size: 14px;
}
.blog-post.financing .form-iagree label input.checkbox{
	width: 25px!important;
	height: 28px;
	position: relative!important;
	font-size: 14px;
	float: left;
}
.blog-post.financing .form-agreement p{
	padding-top: 0px;
	margin-left: 34px;
	font-size: 14px;
	color: #999;
}
.blog-post.financing .selectBox {
    width: 30%;
    padding: 6px;
    margin: 0 0 20px 0;
    background: rgba(255, 255, 255, .75)!important;
}
.blog-post.financing select.selectBox-dropdown {
    width: 30%;
    padding: 6px;
    margin: 0 0 20px 0;
    background: rgba(255, 255, 255, .75)!important;
}
.blog-post.common.financing input.pushbutton-wide {
    width: 50%!important;
    padding: 20px;
    margin: 0 auto!important;
    display: block;
    margin-bottom: 20px!important;
    font-size: 16px;
}
/********************************************************************/
/*** WordPress Core ***/
.alignnone {
	margin: 5px 20px 20px 0;
}	
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/********************************************************************/
/*** Tables ***/
table {
    border: none!important;
}
.thankyou_page table {
    width: 50%;
    margin: 0 auto;
}
.thankyou_page #cdError {
    padding-top: 60px;
}
.thankyou_page table tr td {
    color: black!important;
    text-align: left;
    padding-left: 20px;
}
.thankyou_page table tr td {
    border: 1px solid #ddd;
}
.thankyou_page table tr {
    border: 1px solid #ddd;
}
table#wp-calendar {
    border: 1px solid #222;
}
tbody .pad {
    background-color: #444;
}
table#wp-calendar>tbody>tr>td>a {
    font-weight: bold;
    font-size: 13px;
    color: #173B4C;
}
table#wp-calendar>caption {
    color: #f1f1f1;
    padding: 0px 0 10px 0;
}
thead>tr>th {
    width: 30px;
    height: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 20px;
}
tbody>tr>td {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    color: #ccc;
    line-height: 30px;
}
tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
    font-weight: bold;
    font-size: 18px;
    height: 20px;
    color: #5b7085;
    padding-left: 5px;
}
tfoot>tr>td#prev {
    width: 58px;
    height: 20px;
    text-align: left;
}
tfoot>tr>td#prev a {
    color: #173B4C;
}
tfoot>tr>td#next a {
    color: #173B4C;
}
tfoot>tr>td#next {
    width: 58px;
    height: 20px;
    text-align: right;
    color: #fff;
}
/********************************************************************/
/*** Social ***/
.my-link {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    line-height: 165%;

}
.my-twitter {
    background: #00aced;
    width: 100%;
    padding: 6px;
    
}
.my-twitter:hover,.my-twitter:active {
    background: #0084b4;
    padding: 6px;
}
.my-facebook {
    background: #3B5997;
    width: 100%;
    padding: 6px;
}
.my-facebook:hover,.my-facebook:active {
    background: #2d4372;
    padding: 6px;
}
.my-googleplus {
    background: #D64937;
    width: 100%;
    padding: 6px;
}
.my-plus:hover,.my-googleplus:active {
    background: #b53525;
    padding: 6px;
}
.my-social.col-sm-12 {
    margin: 10px auto;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding: 0;
}
.my-social a:hover, .my-social a:active, .my-social a {
    color: #fff;
    font-weight: bold;
}
.my-social .col-sm-4, .my-social .col-md-4 {
    padding: 1px;
}
.my-social .col-sm-12 {
    margin: 2px 0;
}
/********************************************************************/
/*** Sorting ***/

.top-single-bar {
    margin: 0 0 15px 0;
    font-weight: 500;
	background: #fff;
    padding: 8px;
    font-size: 13px;
    text-transform: uppercase;
}
.searchSort a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.searchSort {
    width: auto;
    float: right;
    color: #000;
    padding-right: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.sort_each_item {
    width: 5;
    float: left;
    text-align: left;
    padding: 0 3px;
}
.sort_each_item a:hover {
    color: #888;
}
.sort_seperator {
    float: left;
}
.sort_filters {
    width: auto;
    float: left;
}
.clear {
    clear: both;
}
/********************************************************************/
/*** Caclulator Widget ***/
.calculate-form {
	margin-top: 20px;
	font-size: 13px;
}
.calc-container {
    margin: 20px 0;
}
.calc-container.results {
    margin: 30px 0 20px 0!important;
}
.calc-input input {
    float: right;
    background: #1d1d1d;
    color: #fff;
    border: 1px solid #444;
    padding:2px 0 2px 10px;
    width: 122px!important;
    border-radius: 0px!important;
	font-size: 13px!important;
}
.calc-input input[type="text"].l-inputbar:focus {
    float: right;
    background: #1d1d1d;
    color: #fff;
    border: 1px solid #444;
    padding-left: 10px!important;
    padding-top: 1px!important;
    padding-bottom: 0px!important;
    width: 40%!important;
	font
}
label.loan-title {  
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #fff;
}
label.loan-title-results {
    font-size: 13px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    float: left;
}
span.calc-years {
    font-size: 14px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.calc-container.results {
    background: #1d1d1d;
    padding: 10px 0 10px 10px;
	border: 1px solid #333;
}
input.l-result {
    font-size: 15px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    outline: none;
    border: none;
    color: red;
    background: none;
    padding: 0px;
    font-weight: 700;
}
.currency-color {
    color: red;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-left: 5px;
	font-size: 16px;
}
input.search-calc {
    padding: 2px 0 4px 0px;
    margin-left: 8px!important;
    width: 128px;
    margin-top: 20px;
    height: 36px;
    background: #0f3a55!important;
    cursor: pointer;
    color: white!important;
    font-weight: bold!important;
    border: none!important;
}
/********************************************************************/
/***  Deals ***/
#content-deals li {
	list-style: none!important;
}
.deals img {
    height: 120px;
	width: 140px!important;
	width: 100%;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
	padding: 0px 0;
	border-top: 3px solid #444;
	float: left;
}
.deals {
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}
.top-deals-title {
    color: #000;
    font-weight: 700;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 10px 0px;
	text-transform: uppercase;

}
.top-deals {
    z-index: 222;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.top-deals-price {
    color: #63ffd8;
    padding: 0px 10px;
}
.deals:hover span.top-deals-title {
    cursor: pointer;
    background: rgb(000, 000, 000);
    background: rgba(0, 0, 0, 0.8);
}
.deals:hover img {
    opacity: 0.7;
}
/********************************************************************/
/***  Ribbons ***/
.image-container img {
	top: 1px;
	position: absolute;
}
.image-container{
	height: 210px;
	padding: 0!important;
}
.item-container {
	overflow: hidden;
	position: relative;
}
.item-container .col-xs-8 {
	padding: 0;
	margin: 0;
}
.item-container .col-lg-12 {
	padding: 0;
	margin: 0;
}
.back-results {
	background: #f2f2f2;	

}
.single-gtcd .back-results, .page-template .back-results {
	padding-top: 20px;
}
.col-results {
    padding:0 5px!important;
}
.price-style-mobile {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px!important;
	text-align: right!important;
	padding: 13px 5px 13px 0px;
	margin: 0;
}
.single #wrap {
	background: #fff;
	padding: 10px 0px;
}
.single #wrap h1{
	color: #000;
	padding: 0px 5px;
}
.result-car .status-tag{
	box-shadow: 0 3px 12px -7px rgba(0, 0, 0, 1);
	color: black;
	display: block;
	position: absolute;
	left: -50px;
	text-align: center;
	text-transform: uppercase;
	top: 15px;
	transform: rotate(-45deg);
	width: 180px;
	z-index: 999;
	background:rgba(255, 255, 255, 0.96);
}
.status-tag{ 
	box-shadow: 0 3px 12px -7px rgba(0, 0, 0, 1);
	color: black;
	display: block;
	font: 700 10px/30px "Source Sans Pro", sans-serif;
	position: relative;
	left: -50px;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
	transform: rotate(-45deg);
	width: 155px;
	z-index: 999;
	background:rgba(255, 255, 255, 0.96);
}
.status-tag.USED, .status-tag.Used, .result-car.status-tag.Used{ 
	background:rgba(255, 138, 0, 0.96)!important;
	color: #fff!important;
}
.status-tag.NEW, .status-tag.New{ 
	background:rgba(0, 180, 255, 0.96)!important;
	color: #fff!important;
	display: none;
}
.status-tag.SALE, .status-tag.Sale{ 
	background:rgba(255, 0, 0, 0.96)!important;
	color: #fff!important;
}
.status-tag.SOLD, .status-tag.Sold{ 
	background:rgba(184, 6, 6, 0.96)!important;
	color: #fff!important;
}
.status-tag.REDUCED, .status-tag.Reduced{ 
	background:rgba(75, 178, 0, 0.96)!important;
	color: #fff!important;
}
.status-tag.NONE, .status-tag.None{ 
	box-shadow: none!important;
	font-size:0!important;
	background: none!important;
}
/********************************************************************/
/***   Pagination ***/
.pagination {
    margin: 26px auto 0;
    width: 380px;
    position: absolute;
    left: 300px;
    top: 254px;
}

.pagination li {
    float: left;
    margin: 0 2px;
    list-style: none;
    font-size: 0px !important;
    padding: 2px;
    background: #ccc;
}
.pagination li a {
    width: 8px;
    height: 8px;
    background: #f9f9f9;
    float: left;
    overflow: hidden;
}
.pagination li.current a {
    background: #173B4C;
}
#pagination {
    text-align: right;
    margin: 10px 0px 20px;
}
#pagination a.btn {
    display: inline-block;
    margin: 0px 3px;
    padding: 4px 10px;
    background: #eee;
    color: #404040;
}
#pagination a.btn:hover {
    display: inline-block;
    margin: 0px 3px;
    padding: 4px 10px;
    background: #555;
    color: #fff;
}
#pagination a.btn.current {
    background: #555;
    color: #fff;
}
.bottom-pagination {
    padding: 0px;
}
.bottom-pagination p {
    color: #f1f1f1;
}
.bottom-pagination a {
    color: #000;
    padding: 4px 10px;
    background: #ccc;
    font-size: 12px;
    border-radius: 0px;
}
.bottom-pagination a.current {
    color: #fff;
    padding: 4px 10px;
    background: #ç;
   	border-radius: 0px;
}
.bottom-pagination a:hover {
	color: #fff;
	padding: 4px 10px;
	background: #267EC8;
	border-radius: 0px;
}
.bottom-pagination .paging {
    float: right;
    margin-bottom: 20px;
}
.bottom-pagination .paging a.current {
    margin-left: 4px;
    color: #fff;
    background: #267EC8;
    border-radius: 0px;

}
.bottom-pagination .paging a {
    margin-left: 4px;
	color: #ccc;
    background: rgba(0, 0, 0,0.5);
    border-radius: 0px;
}
.bottom-pagination .paging a:hover {

    padding: 4px 10px;
	color: #fff;
	background: #267EC8;
	border-radius: 0px;
}
a.next.page-numbers {
    color: #fff !important;
    padding: 4px 10px;
    background: #555;
}
a.previous.page-numbers {
    color: #fff !important;
    padding: 4px 10px;
    background: #555;
}

.page-numbers.current {
    color: #fff !important;
    padding: 4px 10px;
    background: #555;
    font-size: 14px;
    border-radius: 3px;
}
a.page-numbers:hover {
    background: #555;
}
.page-numbers.dots {
    color: #555 !important;
}
/********************************************************************/
/***   Pages ***/
h1.h1-page-title {
	background:#fff;
	font-size: 22px;
	padding: 15px;
	color: #000;
	font-weight: 700;
	margin: 0 0 10px 0!important;
}
.blog-post {
    color: #000;
    background:#fff;
	padding: 20px 0;
	margin-bottom: 20px;
}
h1.blog-post-title{
	font-size: 18px;
	color: #000;
	padding: 15px;
	margin: 0;
	font-weight: 700;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.not-found {
    color: #333;
}
.blog-post-form h1 {
    font-size: 20px;
    position: relative;
    padding: 20px 0px 20px 20px;
    float: left;
    box-shadow: 0px 0px 1px #ccc;
    border: 1px solid #dcdcdc;
    color: #000;
    font-weight: bold;
}
.blog-post h1 {
    font-size: 28px;
    position: relative;
    padding: 10px 020px 20px;
	margin: 0;
    border: none;
    color: #000;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.blog-post h2 {
    font-size: 20px;
    position: relative;
    padding: 20px 0 15px 30px;
	margin: 0;
    border: none;
    color: #000;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.blog-post h2 a {
    color: #333;
}
.blog-post h3 {
    font-size: 18px;
}
.blog-post h4 {
    font-size: 14px;
}
.blog-post h5 {
    font-size: 12px;
}
.blog-post h6 {
    font-size: 10px;
}
.blog-post h1 a, .blog-post h2 a, .blog-post h3 a {
    text-decoration: none;
}
.blog-post h1 a:hover, .blog-post h2 a:hover, .blog-post h3 a:hover {
    text-decoration: underline;
}
.blog-post ul {
    list-style: disc outside;
    margin: 15px 15px 15px 25px;
    line-height: 20px;
}
.blog-post ol {
    list-style: decimal outside;
    margin: 15px 15px 15px 25px;
    line-height: 20px;
}
.blog-post p {
    line-height: 20px;
    padding: 0px 20px;
    color: #000;
    font-size: 14px;
    line-height: 165%;
	font-family: 'Open Sans', sans-serif;
}
.blog-post img {
    margin: 20px auto!important;
    display: block;
    padding: 10px!important;
    max-width: 100%;
	background: #fff;
}
.blog-loop img.size-thumbnail {
	display: block;
	padding: 8px!important;
	max-width: 100%!important;
	background:#fff;

	
}
.blog-post a {
    color: #267EC8;

    font-weight: 700;
}
.blog-post a:hover {
    color: #555;
    text-decoration: underline;
}
.blog-post blockquote {
    margin: 30px 40px;
}
.blog-post blockquote p {
    font-style: italic;
    font-size: 16px;
}
.blog-post strong {
    font-weight: bold;
}
.strong {
    font-weight: bold!important;
}
.blog-post li {
    list-style-position: inside;
}

.blog-post .alignleft {
    float: left;
    margin-right: 15px;
}
.blog-post .alignright {
    float: right;
    margin-left: 15px;
}

.blog-post .aligncenter {
    display: block;
    margin: 0 auto;
}
.thumb_articles img {
    margin: 0px auto;
    display: block;
}
/********************************************************************/
/*** Results ***/
#cps_ajax_search_results.col-sm-12 {
    padding: 0;
}
.home #cps_ajax_search_results.col-sm-12 {
    padding:0 10px 0 10px;
}
#cps_ajax_search_results.col-sm-9 {
    padding:0 10px 0 10px;
}
.result-page-title {
    margin-top: -15px;
    font-size: 26px;
    border-bottom: 1px dotted #929292;
    padding-bottom: 10px;
}
.result-page-title-tag {
    margin-top: 5px;
    font-size: 20px;
}
.result-detail-wrapper {
    padding: 10px 0 0 20px!important;
}
.result-car .result-detail-wrapper p {
    margin-bottom: 0px;
	
}
.result-car .result-detail-wrapper p.vehicle-name {
    font-size: 18px;
    font-weight: bold;
    color: #267ec8;
	text-align: left;
	padding:6px 0px 10px 0px!important;
	width: 100%;
}
.result-car .result-detail-wrapper .title-tag {
    font-size: 12px;
    color: #000;
	border-top: 1px dotted #999;
	overflow: hidden;
	height: 86px;
	margin:10px 0 0px 0;
	padding: 10px 0 0px 0;
    width: 95%;
	text-align: left;
}
.result-car .result-detail-wrapper .car-info {
    font-size: 13px;
    color: #000;
}
.result-detail-wrapper .price-style {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 6px 10px;
}
.result-detail-wrapper .miles-style {
    color: #000;
    font-size: 15px;
	padding: 5px 0;
}
.inventory-right {
    color: #000;
}
.inventory-right .location-tag {
    font-weight: bold;
    font-size: 14px;
    padding: 0px 0 20px 10px;
    color: #ccc;
}
.inventory-right .stock-inventory {
    padding: 0px 10px 0px 10px;
    font-size: 12px;
    color: #000;
}
.price-style-mobile {
    color: #267EC8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
	text-align: left;
	padding-left: 0px!important;
	padding-right:10px!important;
}
.miles-style-mobile {
    text-align: left;	
    font-size: 14px!important;	
	padding-left: 13px;
	font-weight: 500;
	color: #000;
	padding:3px 0 0 20px;
}
.inventory-right .stock-inventory-last {
    padding: 0px 10px 8px 10px;
    font-size: 12px;
    color: #000;
}
.inventory-right p {
    margin-bottom: 0;
}
.arrivals-details .price-style {
    color: #267EC8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
	padding-left: 10px;
}
.inventory-right .price-style {
    display: block;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0 0px 0;
    padding: 0px 10px;
    color: #000;
}
.inventory-right .miles-style {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    margin: 0px 0 0px 0;
    padding: 5px 10px 0px 10px;
    color: #000;
}
.inventory-right .btn-default {
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0 0 0 8px;
    width: 91%;
    text-transform: uppercase;
    padding: 13px 10px;
    background: #267EC8;
    box-shadow: none;
    border:none;
    border-radius: 2px;
	color:#fff;
	text-shadow: none!important
}
.result-car img {
    margin: 5px;
    min-height: 130px;
    border-radius: 0px;
}
.result-car {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    display: block;
    transition: all 0.3s;
	min-height: 236px;		
    background: #fff;
	overflow: hidden;
	padding: 5px 5px 0px 5px;
}
.result-car .col-sm-3 {
    position: relative;
}
.result-car .col-sm-3 {
    padding-left: 0;
}
.result-car:hover {
    cursor: pointer;
    text-decoration: none;
    text-decoration: none!important;
	box-shadow: 0px 0px 5px #ccc;
    
}
.result-car:hover .inventory-right .btn-primary{
	background: #094e6e;
	color: #000;
	border: 0px solid #000;
	text-shadow: none;
}
.grid-location {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding-bottom: 10px;    
}
.meta-style {
    font-size: 13px;
    color: #000;
}
.meta-style-sec {
    font-size: 13px;
    color: #000;
	font-weight: normal;
	padding:8px 0px;
	border-top: 1px solid #ccc;
	margin: 0 10px;
}
.inventory-right {
    padding: 0px 0 0 10px;
    margin-top: 10px;
    border-left: 1px solid #ddd
}
/********************************************************************/
/*** TABS ***/
.features-list {
    position: relative;
    overflow: hidden;
}
.features-list li {
    float: left;
    position: relative;
    width: 222px;
    padding: 8px 0px;
    list-style: circle;
    margin: 0px 16px 0 36px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #ddd;
}
.video {
    padding: 20px;
    background:#fff;
}
.item-list ul {
    padding: 24px 6px 22px;
}
.item-list ul.first {
    display: block;
}
.item-list ul li a {
    color: #fff;
}
.item-list ul li:hover a, .item-list ul li:focus a {
    color: #fff;
}
.nav-tabs {
    border-bottom:none!important;
    margin-top: 0px;   
}
.tab-pane {
    background:rgba(0, 0, 0, .2);
}
.nav.nav-tabs li a {
    color: #333;
    text-shadow: none!important;
    padding: 10px 16px!important;
    font-size: 13px;
    margin: 20px 4px 0px 0px;
    background:#ddd;
	border-top-left-radius:  0px;
	border-top-right-radius: 0px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #fff;
}
.nav.nav-tabs li a:hover {
    background:#fff;
    color: #000;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #fff;
}
.nav.nav-tabs li.active a:hover {
    background:#fff;
    cursor: pointer;
    color: #000;
	border-left: none;
	border-top: none;
	border-right: none;
}
.nav.nav-tabs li.active a {
color: #333;
text-shadow: none!important;
padding: 10px 16px!important;
font-size: 13px;
margin: 20px 4px 0px 0px;
background:#fff;
border-left: none;
border-top: none;
border-right: none;
border-top-left-radius:  0px;
border-top-right-radius: 0px;
}
.home .container-fluid.sresult {
	top: 21px;
	position: relative;
}
.single-listing {
	margin-top: 20px;
}
.single-gtcd h1 {
    font-size: 26px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin:10px 0 20px 0;
}
.overview h1 {
    font-size: 30px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin:30px 0 20px 0;
}
.overview img{
	height: inherit;
}
.overview {
    padding: 20px;
    background:#fff;
    font-size:16px;
    border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    
}
.overview p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#overview {
    color: #000;
}
#overview img {
    width: 100%;
}
#contact {
    padding: 20px;
	border-top: none!important;
    background:#fff;
    position: relative;
    z-index: 5001;
}
#contact h3 {
    background: #feffe7;
    color: #333;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding: 50px;
}
.form-error h3 {
    color: red;
}
.features {

    background:#fff;
}
.car-overview p {
    padding: 5px;
}
/********************************************************************/
/***   Footer ***/
#footer {
    padding:0px;
    margin:30px 0;
    color: #000;
}
#footer h3 {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 2.2em;
    padding: 4px 0 4px 10px;
    display: block;
    margin: 0px 0 20px 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	background:#eee;
}
#footer ,#footer ul {
    font-size: 16px;
}
#footer .col-sm-3 {
 	min-height: 90px;
}
#footer .col-sm-3 .footer-column{
 	background:#fff;
 	padding: 10px;
 	font-size: 13px;	
}
#footer .col-sm-3 ul.news li{
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px;
	font-size: 13px;
}
#footer .col-sm-3 ul.news li:last-child{
	border-bottom: 1px solid #ccc;
}
#footer .col-sm-3 a{
	color: #000;
}
#footer .col-sm-3 .btn-success a{
	color: #000;
}
#footer .col-sm-3 .btn-success {
	color: #fff;
	display: block;
	text-align: center;
	padding: 12px 0;
	display: block;
	font-size: 14px;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	border: none;
	margin: 30px auto;
	background: #000;
}
#footer .col-sm-3 .btn-success:hover {
	color: #fff;
	background: #555;
}
.footer-container p{
	padding: 0 10px;
}
.footer-container .btn-inverse{
	width: 94%!important;
	display: block;
	margin:0 auto;
}
.container-fluid.footer{
    margin:0px!important;
    padding: 0px;
	border: none!important;
	border-bottom: 1px solid #ccc!important;
}
.container-fluid-bottom {
    margin: 0px 10px 0px 10px;
}
.bottom-bar-wrapper {
    text-align: center;
    padding: 14px 0 0 0;
    position: relative;
}
.bottom-bar {
    position: relative;
    margin: 0px auto;
    color: #000;
}
.bottom-bar p {
    margin: 0px;
    font-size: 11px;
}
.bottom-bar p a {
    color: #f39105;
    line-height: 42px;
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
}
.full-width {
    position: relative;
    overflow: hidden;
}
.find-wrapper a{
		color: #fff;
}
.find-wrapper {
    padding: 0px 0 20px 0;
    border-radius: 3px;
    margin-top: 0px;
}
.single-gtcd .col-sm-12.hidden-xs{
    padding: 0 !important;
    margin: 0 !important;
}
.featured-bottom h2 {
    text-align: center;
    text-decoration: none;
    line-height: 2.2em;
    padding:10px;
    display: block;
    margin: 30px 0 10px 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background: #fff;
}
.cars-list {
    margin: 0;
}
.cars-list .col-sm-2 img{width: 78%;
	
}
.cars-list li {
    text-align: center;
    font-size: 11px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.cars-list li a {
    display: block;
}
.cars-list li a:hover {
    color: #ccc;
}
.cars-list li a img:hover {
    opacity: 0.8;
}
.map iframe {
    width: 100%;
    height: 300px;
}
/********************************************************************/
/*** Features ***/
ul.feat-style {
    margin-top: 4px;
}
.feat-style li {
    background: #fafafa;
    float: left;
    padding: 0 6px;
    margin: 0 2px 2px 0;
    font-size: 11px;
    color: #555;
}
/********************************************************************/
/*** Tags Styles ***/
.tagcloud a {
    color: #eee;
}
.tagcloud a:hover {
    color: #1f4263;
    text-decoration: underline;
}
/********************************************************************/
/***   Comments ***/
li.recentcomments {
    color: white!important;
}
ol.commentlist {
    margin: 0px;
}
.commentlist li {
    list-style-type: none;

    padding: 10px 15px;
    position: relative;
    margin: 10px 0px 0px!important;
    border: none;
    background: #fff;
}
.commentlist li.comment.alt {
    border: 1px solid #333!important;
    padding: 10px 15px;
    position: relative;
    margin: 10px 0px 20px;
    border: none;
    background: #eee;
}
.commentlist li.comment {
    padding: 10px 15px;
    position: relative;
    margin: 10px 0px 20px;
    color: #000;
    line-height: 22px;
}
.commentlist li.comment a {
    text-decoration: none;
    font-weight: bold;
}
.comment-author.vcard cite.fn {
    font-weight: bold;
    color: #000;
}
.comment-author.vcard cite.fn a.url {
    font-weight: bold;
    color: #000;
}
.commentlist li.comment .comment-author img {
    float: left;
    margin: 0px 15px 0px 0px!important;
    padding: 0px!important;
}
.commentlist li.comment .commentmetadata {
    position: absolute;
    top: 10px;
    right: 10px;
}
.commentlist li.comment .commentmetadata a, .comment-reply-link {
    color: #666;
}
.commentlist li.comment p {
    margin: 10px 0px 15px;
}
.commentlist li.comment .reply {
    text-align: right;
}
#respond h3 {
    color: #000;
	padding:0px 0 30px 0;
}
#respond {
    padding: 30px;
    background:#fff;
	margin: 30px 0;;
}
#respond label {
    display: block;
    font-size: 14px;
    padding-top: 5px;
    color: #fff;
	font-weight: 500;
}
#respond input {
    margin: 0px 0px 10px;
    padding: 5px;
    width: 210px;
	color: #ccc;
    background:#eee;
	border: none;
}
#respond input#author ,#respond input#email,#respond input#url {
	color: #000;
}
#respond input:focus {
    background: #fff;
	box-shadow:0px 0px 3px #999;
}
#respond input#subscribe_blog,#respond input#subscribe_comments {
    margin: 0px 0px 10px;
    padding: 5px;
    width: auto!important;
	color: #ccc;
    background: rgba(0, 0, 0, .5);
    border: 1px solid #222;
}
#respond textarea {
    margin: 0px 0px 0px;
    width: 100%;
    padding: 5px;
    background:#eee;
	color: #000;
}
h3#comments {
    color: #000;
    padding:10px 20px;
}
#respond #submit-comment {
    cursor: pointer;
    width: 200px!important;
    height: 46px;
    font-size: 13px;
    background: #267EC8;
    color: #fafafa;
    text-align: center;
    border: none;
    font-family: 'Open Sans', sans-serif;
    float: right;
    padding: 15px;
    width: 200px!important;
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}
#respond #submit-comment:hover {
    background: #888;
}
@media (max-width:768px){
.gt-form input, .gorilla-form-wrapper .form-group{
	width: 100%!important;
	margin-left: 0!important;
	margin-right: 0!important;
}
.contact-us-page input{
	color: #000!important;
}
.site-title  {
	color: #000!important;
}
.page-template-financing  p.contact-submit input.pushbutton-wide {
	margin: 0!important;
}
.financing .form-left,.financing .form-left-select,.form-left-select-two,.form-left-select-two-last {
	width: 100%!important;
}
.form-group.r,.form-group {
	margin: 0!important;
}
#sell-your-car #gt-type{
	width: 100%!important;
	margin-bottom: 0px!important;
	margin-left:0px!important;
}
.form-center {
	width: 92%!important;
	margin-left: 30px;
}
.form-left-select-last {
	width: 92%!important;
	margin-left: 30px;
}
.financing select {
	width: 100%!important;
}

.image-container img {
	padding: 0!important;
	position: relative;	
}
.product-list-wrapper {
}
.specs {
	background: rgba(0, 0, 0,0.2);
	border-radius: 0px;
	margin: 0 20px;
	padding:0 10px;
}
.arrivals-details a.detail-btn {
	background: #333;
	color: #fff;
	font-weight: 700;
	border: 1px solid #ccc;
	margin: 30px auto 30px auto;
	display: block;
	position: relative;
	width: 90%;
	padding: 15px;
	border-radius: 0;
}
#myCarousel.home img{
	min-height: inherit!important;
}
.item-container{
	border: none!important;
	box-shadow: none!important;
	border-top: 5px solid #ccc!important;
	border-radius: 0px!important;
}	
a.site-title{
	margin: 0!important;
	padding: 6px 0px 0px 0px;
 }
a.site-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px!important;
	color: #000;
 }
button.form-button{
	width: 100%;
	height: 60px;
	font-size: 18px;
}
#carousel-search{
	display: none;
}
.gradient{
	background: none;
}

 .top-bar{    font-family: 'Open Sans', sans-serif;
	display: none!important;
}
.overview p img {
	width: 100%!important;
	height: auto;
	margin: 0 auto!important;
	display: block;	 
}
.feat-style li {
   display: none;
}
#cps_ajax_search_results.col-sm-12 {
    padding: 0px!important;
    
}
#cps_ajax_search_results.col-sm-9 {
    padding: 0;
}
.container-fluid {
    padding: 0px!important;
    margin: 0px!important;
    overflow-x: hidden;
}
p.title-tag {
    display: none;
}
p.car-info {
    padding: 0px;
}
.inventory-right {
    margin: 0;
}
.inventory-right .btn-primary {
    cursor: pointer;
    color: white;
    display: block;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 0 0 0 0px;
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 12px;
    background: #0d74c6;
}
.searchSort a {
    color: #000;
}
.searchSort {
    margin: 0 auto!important;
    display: block;
    color: #000;
    width: 90%;
}
.col-sm-3.col-results {
    text-align: center;
    padding: 0!important;
}
.col-sm-3 .arrivals-details {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
}
.item-container img{
	border: 0;
	padding: 15px;
}
.result-car {
    margin: 0 0 10px 0;
    box-shadow: none;
    border: none;
}
#content.col-sm-9.home .col-sm-12{
	padding: 0px!important;
	margin: 0px!important;
}
.side-widget {
    padding: 20px;
    border: none;
    border-radius: 0;
    margin:20px 0!important;
}
.gorilla-form-wrapper input {
    width: 100%!important;
}
#content.col-sm-9 {
    padding: 0;
}
.side-widget {
    margin: 0;
}
.side-widget .search-title,.side-widget h3 {
    margin-bottom: 0px;
    padding: 14px;
}
.inventory-right {
    padding: 10px 0 0 20px;
}
.inventory-right .location-tag {
    font-weight: bold;
    color: #f1f1f1;
    font-size: 14px;
    padding: 5px 0 8px 10px;
}
.inventory-right .stock-inventory {
    padding: 0px 10px;
    color: #f1f1f1;
    font-size: 16px;
}
.inventory-right p {
    margin-bottom: 0;
}
.inventory-right .price-style {
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0 0px 0;
    padding: 10px 10px;
}
.inventory-right .btn-primary {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
    background: #173B4C!important;
    margin: 0!important;
}
.side-widget ul {
    padding: 20px;
}
.quick-list{
	border:0;
	border-radius: 0;
}
.single #wrap h1{
	font-size: 22px;
	font-weight: 700;
	margin: 20px 0;
}
#footer .col-sm-3 {
    padding: 0;
}
#footer .col-sm-3 ul {
    padding: 10px;
}
#footer{
    padding: 0;
    color: #000;
}
#footer{
    padding: 0;
    color: #000;
}
#footer ul li a{
    color: #000;
}
#footer .col-sm-3 {
padding: 10px!important;
}
#footer h3 {
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 2.2em;
    padding: 10px 0px;
    display: block;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #173B4C;
}
#myCarousel.home.col-sm-12{
	padding:0px!important;
	margin: 0!important;
}
.home .left.carousel-control {
   
     margin:0!important;
}
.home .right.carousel-control {
	margin:0!important;
}
.container-fluid {
    padding: 0px!important;
    margin: 0px!important;
}
.tricol-product-list{
	margin-bottom: 20px;
}
.col-sm-4,.col-sm-8,.col-sm-3.col-sm-pull-9,.tricol-product-list.col-sm-12 {
    padding: 0px!important;
    margin: 0px!important;
}
.tricol-product-list .col-sm-12 h2 {
    padding: 10px!important;
    margin: 0px!important;
}
.col-sm-12.head {
    padding: 0px!important;
    margin: 0px auto!important;
    display: block;
}
.row.pad {
    padding: 0!important;
    margin: 0!important;
}
.arrivals-link img {
    width: 100%;
}
.top-single-bar {
    background: #222;
    padding: 11px 20px;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 2px 0;
    border: none;
    border-radius: 0;
}
.arrivals-details {
    padding: 0px;
    text-align: center;
}
.arrivals-details p.vehicle-name {
    text-align: left;
     font-size: 16px!important;
	font-weight: bold;
	padding-left: 13px;
}
.arrivals-details .price-style {
    text-align: left;
    font-size: 18px!important;
    color: #267EC8;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;

    padding: 5px 13px;   
}
.arrivals-details .meta-style {
    text-align: left;	
    font-size: 14px!important;	
	padding-left: 13px;
}
.arrivals-details .grid-location {
    text-align: center;
    font-size: 16px!important;
}
.tricol-product-list .col-sm-3 .item-container {
	height:auto;
}
.tricol-product-list .col-sm-3 .image-container {
	height:auto;
}
.tricol-product-list .col-sm-3 .item-container img{
	top: 0px;
}
#myCarousel{
	box-shadow: none;
}
#myCarousel.home img{
	width: inherit;
	height: inherit;
}
#home-slide.col-sm-12{	
	padding: 0;
	margin: 0 0 0px 0;
}
.result-car img {
    margin: 0 auto;
    display: block;
    background: none;
    border: none!important;
}
.item-container{
	border: none!important;
	box-shadow: none!important;
	border: 0!important;
	border-radius: 0px!important;
}	
.result-car  {
    border-radius: 0;
    margin: 0 auto;
    display: block;
    padding: 0px!important;
}
.inventory-right a.btn-default{
	border-radius: 0;
}
.inventory-right {
    padding: 0px 0px 3px 0px!important;  
}
.inventory-right .location-tag {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    padding-bottom: 10px!important;
}
.inventory-right .stock-inventory {
    color: #000;
    font-size: 14px;
}
.sharedaddy{
	padding: 35px 15px 15px 25px;
}
.welcome_widget{
	border: none;
	box-shadow: none;
}
.welcome_widget h1{
	text-align: center;
	margin:0px 0 0 0;
}
nav#menu{
	position: relative;
	left: 0;
}
nav#menu .active a {
    background: #fafafa;
    color: #333;
    box-shadow: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}
.navbar-nav .inventory .active a  {
    background: #fafafa;
    color: #333;
    box-shadow: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}
.navbar-nav .inventory .active a  {
    background: #fafafa;
    color: #333;
    box-shadow: none;
    border-left: none;
    border-top:none;
    border-right: none;
    border-bottom:none;   
}
nav#menu a {
    color: #fff;
    font-size: 13px;
    border-left: none;
    border-top: none;
    border-right: none;
    margin: 0px 1px!important;
}
nav#menu a:hover {
    background: #fafafa;
    color: #333;
    box-shadow: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}
.inventory-right .btn-default {
    color: #fff;
    display: block;
    background: #71af05;
    cursor: pointer;
    border: 1px solid #fff;
    text-shadow: 0px 1px 1px #555;
    text-align: center;
    line-height: 2.2em;
    padding: 8px 0px!important;
    display: block;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
.result-detail-wrapper {
    padding: 0 20px!important;
}
.col-results {
    padding: 0!important;
}
.result-car-link, .result-car-link .price-style.results {
    text-align: center;
    margin: 0;
}
.result-car .result-detail-wrapper p.vehicle-name {
    font-size: 18px;
    font-weight: bold;
    color: #267EC8;
	text-align: left;
	width: 100%;
    padding: 10px 0 0px 20px!important;
}
p.price-style.results {
    text-align: center;
    margin: 0;
    padding: 0px 10px 10px 10px;
    background: none;
    color: black;
}
.bottom-pagination {
    padding: 20px;
}
.result-car a.btn.btn-default {
    background: #333;
    text-shadow: none;
    color: #fff;
    border: 1px solid #ccc;
	box-shadow: none;
    padding: 15px;
	border-radius: 0px!important;
    width: 80%;
    margin: 20px auto;
    
}
.result-car:hover {
    cursor: pointer;
    text-decoration: none;
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: none!important;
}
.result-car .result-detail-wrapper {
    padding-top: 16px;
}
.result-detail-wrapper  .detail-btn {
    color: #fff;
    border: 1px solid #dcdcdc;
    display: block;
    background: #71af05;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    transition: all 0.5s;
    font-weight: 700;
    margin: 20px 0 8px 0;
}
.result-detail-wrapper   .detail-btn:hover {
    background: #dcdcdc!important;
    border: 1px solid #dcdcdc;
    text-decoration: none;
}
select {
    margin: 0px auto!important;
    width: 100%!important;
}
.contact-form input {
    width: 100%!important;
}
.financing .contact-us-page .contact-form  input {
    width: 100%!important;
}
.financing .contact-us-page .contact-form  .selectBox {
    width: 100%!important;
}
.navbar-toggle {
    border: none!important;
}
.search-button {
    background: #173B4C;
}
#searchbar .advSearch {
    padding: 20px!important;
    margin: 0px!important;
    text-align: right;
}
#searchbar .advSearch .selectBox {
    text-align: left;
}
#searchbar .advSearch .select {
    margin: 10px 0!important;
}
.navbar-header {
	display: block!important;
}
.navbar-header.navbar-default {
    background: #fff;
    box-shadow: none;
    margin: 0px 0px 20px 0px!important;
    padding: 0px 0;
    border-radius: 0px;
}
nav#menu.navbar.navbar-default {
    margin: 20px 0 0 0px!important;
    box-shadow: none;
    border: 0;
}
.navbar-default .navbar-collapse {
    border: none;
    background: none;
}
.navbar-header a,.navbar-header a:focus,.navbar-header a:active {
    margin: 0px auto!important;
    display: block;
    text-align: center;
    padding: 16px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
    left: 0px;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff; 
}
nav#menu .active a {
    background: #267EC8;
    color: #fff;
}
.navbar-nav a:focus{
    background: #267EC8;
    color: #fff;
}
.navbar-nav a:hover{
    background: #267EC8!important;
    color: #fff;
}
.navbar-nav .inventory .active a  {
    background: #267EC8;
    color: #fff;
}
nav#menu .dropdown-toggle  {
    border: none!important;
    margin: 0px!important;
}
nav#menu a.dropdown-toggle:hover{
    background: #173B4C;
    color: #fff;
    border: none!important;
}
.navbar-nav .current-menu-ancestor a.dropdown-toggle {
    background: #173B4C;
    color: #fff!important;
    box-shadow: none;
}
nav#menu .dropdown-toggle .focus{
    background: #173B4C;
    color: #fff;
    border: none!important;
}
.navbar li a {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    border: none;
}
.navbar li {
    border-bottom: 1px solid #ccc;
    background: #eee;
}
.navbar li:last-child {
    border-bottom: none;
}
.navbar-header a:hover {
    color: #ccc;
}
.navbar-nav {
    margin: 0px!important;
}
.navbar-header .logo {
    color: #fff;
    font-size: 30px;
}
.navbar-header img.custom-logo{
    color: #000;
    font-size: 30px;
    width: 60%!important;
    height: auto!important;
    position: relative;
}
.navbar-header a.custom-logo-link{
    padding: 0!important;
    background:#fff!important;
}
.navbar-header a.logo:hover {
    background: none!important;
    font-size: 30px;
}
a.logo.visible-xs{
	padding-top: 0px;
}
.navbar-header a.logo:hover {
    background: none!important;
    font-size: 30px;
}
.dropdown {
    width: 100%!important;
    margin: 4px auto!important;
}
#content-deals {
	display: none;
}
.tricol-product-list h2 {
    text-align: center;
    text-decoration: none;
    color: #000;
    line-height: 2.2em;
    padding: 8px 0px;
    display: block;
    margin: 8px 5px 10px 5px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border:none;
}
.title h1 {
    padding: 10px 18px;
    margin: 0;
    font-size: 22px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    background: #f7f7f7;
}
#myTabs-accordion {
    margin-top: 2px;
}
#myTabs-accordion .panel-heading,#myTabs-accordion .panel-default {
    background:#eee url(assets/images/arrow.png) 95% center no-repeat;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    border: none;
}
#myTabs-accordion .panel-body.js-tabcollapse-panel-body {
    background: #fff;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    border-top: 1px solid #ccc;
}
#myTabs-accordion .panel-heading a {
    color: #000;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: block;
	padding:10px;
}
#myTabs-accordion .overview, #myTabs-accordion .item-list, #myTabs-accordion .contact, #myTabs-accordion .video {
    padding: 0px;
    box-shadow: none;
    border: none;
    background: none;
}
#myTabs-accordion .features-list{
	border: none;
}
#myTabs-accordion .features-list li {
    margin: 0;
    padding: 0px 6px;
    list-style: none;
    font-size: 14px;
    color: #000;
    border-bottom: none;
    text-align: center;
    width: auto;
}
.overview {
    padding: 0px;
    box-shadow: none;
    border: none;
    color: #000;
}
.footer-container .col-sm-3{
	margin-bottom: 40px!important;
}
#contact {
    padding: 20px;
    box-shadow: 0px 3px 5px #eee;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fefefe;
}
.gt-form .securityImage1{
	width: 100%!important;
}
.gt-form input#security_code3{
	width: 100%!important;
}
.gt-form .btn-success,.gt-form .btn-default{
	width: 100%;
}
.calc-container.results {
    background: #f1f1f1;
    padding: 10px 0 5px 10px;
    width: 70%;
    margin: 20px auto!important;
    display: block;
}
}
@media (min-width: 768px) {
	
.advSearch{
	margin-top: 0px;
}
.advSearch select.dropdown{
	margin-bottom: 10px!important;
}
.container-fluid {
	top: 0px;
	position: relative;
}
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
    width: 300px;
}
.result-car img {
    width: 100%;
}
.col-sm-3.col-results .inventory-right {
    position: relative;
}
} 

@media (min-width:768px) and (max-width:1024px) {
	.container-fluid {
    padding: 0px!important;
    margin: 0px!important;
}
.overview img{
	height: inherit;
}
.my-link {
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    line-height: 165%;
}
.form-button {
    text-shadow: none!important;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 95%;
	background: #0f2732;
	display: block;
    margin: 4px auto 0px auto;
    border-radius: 0px;
    border: 1px solid #333;
}
.advSearch{
	margin-top: 3px;
}
.advSearch select.dropdown{
	margin-bottom: 8px!important;
}
.container-fluid.footer {
	padding: 0;
	margin-top: 50px;
	background: none;
	box-shadow: none;
	max-width: 100%;
	border-top: 3px double #ccc;
}
#carousel-search.col-sm-3 .side-widget{
	height: 358px;
}
.calc-container .calc-label label{
	color: black!important;
}
.calc-container.results{
	padding: 0!important;
	background: none!important;
	font-size: 13px!important;
}
.calc-container.results input.l-result{
	width: 60px!important;
}
#myCarousel.home img{
	min-height: inherit;
}
.nav a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 13px 16px!important;
    font-weight: 700;
}
h1.site-title a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 33px;
	color: #000;
}
.buttons-action .btn-default {
    color: #333;
    display: block;
    border: none;
    text-align: center;
    padding: 14px 0;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
input.l-result {
    font-size: 14px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    outline: none;
    color: red;
    background: none;
    padding: 0px;
    font-weight: 700;
    width: 65px!important;
}
.calc-container.results {
    background: #f1f1f1;
    padding: 10px 0 10px 10px;
    font-size: 14px;
}
label.loan-title {
    font-size: 14px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #fff;
}
label.loan-title-results {
    font-size: 14px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.calc-input input[type="text"].l-inputbar:focus {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
    width: 40%!important;
    padding: 1px 0 1px 10px!important;
}
}

@media (min-width:175px) and (max-width:768px) {

/*body {
	border-top: 10px solid #267EC8;
}*/
.tricol-product-list{
	margin-bottom: 0px;
}
.currency-color {
    color: red;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-left: 5px;
	font-size: 16px;
	float: right;
}
input.l-result {
    font-size: 14px!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    outline: none;
    color: red;
    background: none;
    padding: 0px;
    font-weight: 700;
    width: 110px!important;
}
.calc-container.results {
    background: none;
    padding: 10px 0 10px 0px;
    font-size: 14px;
	margin: 0!important;
	width: 100%;position: relative;
	display: block!important;
	left: 0px!important;
	float: none;
	border: none;
}
.single-gtcd  .details.btn-primary {
    display: none!important;
}
a.site-title:hover {
	background: none!important;
}
a.site-title {
	padding: 10px!important;
 }
.location-search .container-fluid, .page-template-distance .location-search .container-fluid {

	padding: 20px 0!important;
	width: auto!important;
}

.page-template-distance .outer-find.location-search {
	display: none;
}
.location-miles {

	padding: 6px 0 0px 0;
	color: #fff;
	width: 90%;
	margin: 10px auto;
	float: none!important;
	text-align: center;

}
.location-miles .selectBox-dropdown {
	width: 100px!important;
	background: #fff;
	margin: 0;
}
.location-miles label {
	font-weight: normal;
	font-size: 16px;
	padding: 14px 0px 0px 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.location-zip {

		padding: 12px 0 12px 0px;
	color: #fff;
	width: 90%;
	margin: 4px auto 0px auto!important;
	display: block;
	float: none;

}
input#map-search {

	position: relative;
	text-decoration: none;
	outline: none;
	display: block!important;
	margin: 4px auto 30px auto!important;
	font-size: 16px;
	font-family: 'Open Sans' , sans-serif;
	border-radius: 0px;
	font-weight: 700;
	padding: 14px 10px !important;
	width: 100% !important;
	text-align: center;
	background: #eee;
	border: 1px solid #ccc;
	box-shadow: none;
	color: #000!important;
}
.outer-find.location-search {
	background: #fff;
	color: #000;
	width: 100%!important;
}

.outer-find.location-search h1{
font-size: 18px;
font-family: 'Open Sans' , sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #fff;
text-align: center;

	
}
select#map-radius.dropdown {
	width: 100%!important;
	text-align: center!important;
	font-weight: 700!important;

}
input#map-search-submit {
	width: 100%!important;
	background: #267EC8;
	    font-size: 14px;
	color: white;
	height: 60px;
	line-height: 30%;

	border-radius: 2px;

}
form.map-search {
	margin: 0 auto;
	display: block;
}










#compare, .result-car .col-sm-12 {
	display: none;
}
.price-style-mobile {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px!important;
	text-align: left!important;
	padding: 10px 5px 15px 0px;
	margin: 0;
}
.result-detail-wrapper .price-style-mobile  {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px!important;
	text-align: left!important;
	padding: 10px 5px 5px 20px;
	margin: 0;	
}
.single #wrap {
	background: #fff!important;
	padding: 10px 0px;
}
.single #wrap h1{
    font-size: 20px!important;
	padding: 10px 5px;
}
a.carfax img{
	margin:0 auto 20px auto!important;
	display: block;
	padding:0px 40px;
	background: #000;
	border: 1px solid #444!important;	
}
.contact-form textarea {
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px!important;
    background: #eee!important;
    color: #000!important;
	border: 1px solid #ccc;
	border-radius: 0;   
}
#myTabs-accordion input.pushbutton-wide {
    cursor: pointer;
    width: 100%!important;
    height: 66px;
    font-size: 16px;
    background: #267EC8!important;
    color: #fafafa!important;
    text-align: center;
    border: none;
    font-family: 'Open Sans', sans-serif;
    float: right;
    padding: 15px;
    display: block;
    margin: 20px 0px 0 0px!important;
    border-radius: 2px;
}
#myTabs-accordion input.pushbutton-wide:hover {
	padding: 15px;
    display: block;
    float: right;
    margin-top: 10px;
    background: #444!important;
    border-radius:5px;
}
.single-gtcd label.grunion-field-label.phone:before {
    font-family: "Glyphicons Halflings";
    content: "\e182";
    position: relative;
	position: relative;
	top: 36px!important;
	left: 36px!important;
	padding: 7px 10px 4px 10px;
border-right: 1px solid #ccc;
color: #333!important;
}
div label.grunion-field-label.email:before {
    font-family: "Glyphicons Halflings";
    content: "\2709";
	position: relative;
top: 36px;
left: 36px;
padding: 7px 10px 4px 10px;
border-right: 1px solid #ccc;
color: #333!important;
}
div label.grunion-field-label.name:before {
    font-family: "Glyphicons Halflings";
    content: "\e008";
    position: relative;
    top: 36px;
    left: 36px;
    padding: 7px 10px 4px 10px;
    border-right: 1px solid #ccc!important;
    color: #333!important;
}
#myTabs-accordion input{
	background: #eee!important;
	border: 1px solid #ccc;
	color: #000!important;
}
h1.h1-page-title {
	background: #fff;
	font-size: 18px;
	padding: 15px;
	color: #000;
	font-weight: 700;
	margin: 0 0 0px 0!important;
}
.btn.btn-primary.btn-file.pay{
    text-shadow: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 30px 30px;
    border-radius: 2px;
    margin: 40px auto 0 auto;
    display: block;
	width:100%;
}
#sell-your-car .btn-success {
    text-shadow: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 30px;
    border-radius: 2px;
    margin: 30px auto;
    display: block;
   width:100%;
}
div label.gt-title:before {
    font-family: "Glyphicons Halflings";
    content: "\e008";
    position: relative;
    top: 12px;
    left: 12px;
    font-size: 16px;
    padding: 13px 10px 16px 0px;
    border-right: 1px solid #ccc;
    color: #333;
}
div label.gt-price:before {
    font-family: "Glyphicons Halflings";
    content: "\e148";
	position: relative;
	top: 12px;
	left: 12px;
	font-size: 16px;
	padding: 13px 10px 16px 0px;
border-right: 1px solid #ccc;
color: #333;
}
div label.gt-miles:before {
    font-family: "Glyphicons Halflings";
    content: "\e024";
	top: 12px;
	left: 12px;
	font-size: 16px;
	padding: 13px 10px 16px 0px;
	border-right: 1px solid #ccc;
	color: #333;
}
div label.gt-ext:before {
    font-family: "Glyphicons Halflings";
    content: "\e080";
    position: relative;
	top: 12px;
	left: 12px;
	font-size: 16px;
	padding: 13px 10px 16px 0px;
	border-right: 1px solid #ccc;
	color: #333;
}
div label.gt-int:before {
    font-family: "Glyphicons Halflings";
    content: "\e080";
    position: relative;
	top: 12px;
	left: 12px;
	font-size: 16px;
	padding: 13px 10px 16px 0px;
	border-right: 1px solid #ccc;
	color: #333;
}
/*div label.grunion-field-label.phone:before {
    font-family: "Glyphicons Halflings";
    content: "\e182";
    position: relative;
	top: 12px;
	left: 12px;
	font-size: 16px;
	padding: 13px 10px 16px 0px;
	border-right: 1px solid #ccc;
	color: #333;
}*/
div label.gt-vin:before {
    font-family: "Glyphicons Halflings";
    content: "\e040";
	position: relative;
	font-weight: normal;
	top: 12px;
	left: 12px;
	font-size: 16px;
	padding: 13px 10px 16px 0px;
	border-right: 1px solid #ccc;
	color: #333;
}
div label.grunion-field-label.email:before {
    font-family: "Glyphicons Halflings";
    content: "\2709";
    position: relative;
    top: 36px;
    left: 36px;
	border-right: 1px solid #ccc;
	color: #333;
}
div label.grunion-field-label.name:before {
    font-family: "Glyphicons Halflings";
    content: "\e008";
    position: relative;
    top: 36px;
    left: 36px;
    padding: 7px 10px 4px 10px;
	border-right: 1px solid #ccc;
	color: #333;
}
div label.gt-features:before {
    font-family: "Glyphicons Halflings";
    content: "\e032";
	position: relative;
	font-weight: normal;
	top: 12px;
	left: 12px;
	font-size: 16px;
	padding: 13px 10px 16px 0px;
	border-right: 1px solid #ccc;
	color: #333;
}
div label.gt-drive:before {
    font-family: "Glyphicons Halflings";
    content: "\e141";
	position: relative;
	font-weight: normal;
	top: 12px;
	left: 12px;
	font-size: 16px;
	padding: 13px 10px 16px 0px;
	border-right: 1px solid #ccc;
	color: #333;
}
.gorilla-form-wrapper {
	padding: 0px 20px;
}
.blog-post.financing .form-iagree label input.checkbox{
	width: 30px!important;
	height: 28px;
	position: relative!important;
	font-size: 14px;
	float: left;
}
p.contact-submit input.pushbutton-wide {
	cursor: pointer;
	width: 100%!important;
	height: 66px;
	font-size: 16px;
	background: #267EC8!important;
	color: #fafafa;
	text-align: center;
	border: none;
	font-family: 'Open Sans', sans-serif;
	float: right;
	padding: 15px;
	display: block;
	margin: 20px 0px 0 0px!important;
	border-radius: 2px;
}
p.contact-submit input.pushbutton-wide:hover {
    padding: 15px;
    width: 200px!important;
    display: block;
    float: right;
    margin-top: 10px;
    background: #ccc!important;
    border-radius:5px;
}
.form-left, .form-left-select, .form-left-select-last, .form-left-select-two, .form-left-select-two-last ,.form-center{
	width: 100%!important;
	margin: 0!important;
}
.blog-post.financing h2{
	padding-left:0 ;
}
.blog-post.financing .form-iagree, .blog-post.financing .form-agreement p{
	padding-left: 0;
	margin-left: 0;
}
.blog-post.financing {
	padding:0 30px;
}
#sell-your-car input,#sell-your-car select,.blog-post.financing input, .blog-post.financing select{
	background: #eee!important;
	height: 50px!important;
}
.blog-loop img.size-thumbnail {
	display: block;
	padding: 10px!important;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	border: 1px solid #ccc;
}
#sell-your-car input#gt-lastname, #sell-your-car input#gt-firstname,  #sell-your-car input#gt-email, #sell-your-car input#gt-phone, #sell-your-car input#security_code3 {
	padding-left: 10px!important;
}
#sell-your-car input, #sell-your-car .dropdown,#sell-your-car .gt-select{
	width: 100%!important;
	margin:0 0 10px 0!important;
}
.back-results {
	padding: 0!important;
}
#wrap {
	background: #fff;
}
#wrap h1 {
	padding:20px 0 10px 10px;
	margin: 0!important;
}
.side-widget.seller{
    margin-bottom: 15px;
    overflow: hidden; 
	background: #fff;
   	font-size: 14px!important;
    border-radius: 3px;
    padding:0 20px!important;
	color: #000;
}
.specs {
	background: #fff;
	margin: 0;
}
.featured-bottom {
	display: none;
}
.bottom-pagination p a {
	margin-top: 20px;
}
.bottom-pagination .paging a {
	background: #444;
}
.arrivals-wrapper {
	background: #ccc;
}
.top-single-bar {
    margin: 0 0 15px 0;
    font-weight: 500;
	background: #fff;
    padding: 8px;
    font-size: 13px;
    text-transform: uppercase;
}
.searchSort a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.searchSort {
    width: auto;
    float: right;
    color: #000;
    padding-right: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.sort_each_item {
    width: 5;
    float: left;
    text-align: left;
    padding: 0 3px;
}
.sort_each_item a:hover {
    color: #000;
}
.sort_seperator {
    float: left;
}
.sort_filters {
    width: auto;
    float: left;
}
.clear {
    clear: both;
}
.result-car img {
    margin: 5px;
    min-height: auto!important;
    border-radius: 0px;
}
.result-car {
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    display: block;
    transition: all 0.3s;
	min-height: 236px;
    background:#fff;
    border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 10px!important;
}
.result-car:hover {
    position: relative;
    margin-bottom: 1px;
    cursor: pointer;
    display: block;
    transition: all 0.3s;
    background:#eee;
    border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 10px!important;
}

.arrivals-link p.vehicle-name, .arrivals-link .price-style, .arrivals-link .meta-style {
	text-align: left!important;
	padding-left: 20px!important;

}
.tricol-product-list .col-sm-12 img{
		width: auto;
		margin: 0px!important;
		padding: 0px!important;

}
.footer-container .btn-inverse{
	width: 94%!important;
	display: block;
	margin:20px auto;
	font-weight: 700;
	text-transform: uppercase;
	background: #19a25f url('../images/bg.jpg') no-repeat left top;
}
.container-fluid.footer {
	background: #fff!important;
	
}
#footer {
	
	background: #fff;
}
#footer h3 {
	background: #444;
}
#footer .col-sm-3,#footer .footer-column {
	padding: 5px!important;
	color: #000;
	margin: 0!important;
}
#footer ul li a {
	padding: 0!important;
	color: #000;
}
#footer ul li  {

	border-bottom: 1px solid #666!important;
}
.result-car .status-tag{
	background: #fff;
	padding: 0px 15px 0px 15px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: black;
}
.status-tag{ 
	background: #fff;
	position: absolute;
	text-align: center;
	padding: 5px 15px 5px 15px!important;
	top: 25px;
    left:-45px!important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	height: auto!important;
}
a.detail-btn {
	background: #267EC8!important;
	color: #fff;
	font-weight: 700;
	border:none;
	margin: 0px auto 0px auto;
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 5px;
	border-radius: 0;
}
.arrivals-details a.detail-btn {
	background: #267EC8!important;
	color: #fff;
	font-weight: 700;
	border:none;
	margin: 10px auto 0px auto;
	display: block;
	position: relative;
	width: 100%;
	padding: 5px;
	border-radius: 0;
}
.col-sm-3 .item-container {
   margin:0 0 2px 0;
    height: auto;
	overflow: hidden;
	padding: 10px;
}
.tricol-product-list .col-sm-3 {
		padding: 0px!important;
		margin: 0;
}
.arrivals-wrapper h1{
	color:#267EC8;
	text-align: center;
	font-size: 20px;

	padding: 15px;
	background:#000;
	text-transform: uppercase;
	font-weight: 700;
	
}
#content-type {
		display: none;
}
#content-arrivals {
		background: #000 ;
		border-top: none;
		border-bottom: none;
		padding:0;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.8);
    padding: 19px 30px 19px 30px!important;
    width: 100%;
    left: 0px!important;
    position: absolute!important;
    bottom: 20px!important;
    border-bottom-left-radius: 0px;

}
.carousel-caption h2 {
  	text-align: center!important;
	font-size: 18px;
	font-weight: 700;
	margin: 14px 0 3px 0;

}
#carousel-home-mobile {
	padding: 0!important;
}
.carousel-caption h2 .price-style{
  	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #267EC8;
}
.carousel-caption h2 .miles-style{
	display: none;
}
#searchbar .advSearch {
    padding:0 10px!important;
    margin: 0px 0 40px 0!important;
    text-align: right;
}
.advSearch{
	margin-top: 3px;
	background: #fff;
	position: relative;
	z-index: 999;
}
.price-dropdown-min,.miles-dropdown-min,.year-dropdown-min {
	width: 100%;
	margin-right: 0px;

}
.price-dropdown-max,.miles-dropdown-max,.year-dropdown-max {
	width: 100%;
	margin-left: 0px;
}
.navbar{
	min-height: 40px!important;
	padding: 0px 0px 0px 0px;
}
.nav a {
    font-size: 14px!important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 16px!important;
    font-weight: 700;
	color: #000!important;
}
.navbar li {
    border-bottom: 1px solid #ccc;
    background: #eee;
}
.col-sm-4.arrivals {
	float: left;
	width: 50%!important;
	}
.arrivals-details{
	border-top: none;
	margin:0 15px;
	
}
.item-container .col-lg-12 {
	padding: 0;
	margin: 0;
	height: auto;
}
.col-sm-8.head {
    height: auto;
}
.gradient{
	background: #fff;
	padding-top: 0px;
	min-height: auto;
}
.row.pad {
    height: auto!important;
	margin-bottom: 230px;
}
button.navbar-toggle.search {
    background: #eee;
    position: relative;
    float: right;
    top: 0px;
    right: 15px;
    z-index: 999;
    padding: 5px 14px;
	margin: 0;
    border: 1px solid #ccc!important;
	border-radius: 0;
}

button.navbar-toggle.search:hover,button.navbar-toggle.search:focus {
   background: #267EC8;
   border: 1px solid #fff;
}
.glyphicon-search {
    border: none!important;
    color: #000;
}
button.navbar-toggle.menu {
    background: #eee;
    position: relative;
    float: left;
    left: 15px;
    z-index: 998;
    top: 0px;
    padding: 12px 10px;
	margin: 0;
    border: 1px solid #ccc!important;
	border-radius: 0;
}

button.navbar-toggle.menu:hover,button.navbar-toggle.menu:focus {
    background: #267EC8;
    border: 1px solid #000;
}
button.navbar-toggle.menu:hover .icon-bar,button.navbar-toggle.menu:focus .icon-bar {
    color: #fff!important;
}
.icon-bar {
    background: #000!important;
}

}
@media (min-width: 1200px) {

.sharedaddy{
	padding: 35px 15px 15px 25px;
}
.container-fluid {
	max-width: 1240px;
	position: relative;
}
.container-fluid.footer .col-sm-12{
	padding: 0;
}
.container-fluid.footer {
	padding: 0;
	margin-top: 20px;
	background: none;
	box-shadow: none;
	max-width: 100%;
	border-top: 1px double #222;	
}
.container-fluid.footer .row{
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 0px;	
}
.container-fluid .container{
	margin:0px;
}
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) { 






.location-search .container-fluid {
	padding: 20px 0!important;
	width: 100%;

}
.location-miles {

	padding: 2px 0 0px 0;
	color: #fff;
	width: 268px;
	float: left;

}
select#map-radius.dropdown {
	width: 150px!important;
	background: #eee;
	border: 1px solid #ccc;
	margin: 0;
	color: #000!important;
	height: 35px;

}
.location-miles label {
	font-weight: normal;
	font-size: 16px;
	padding: 19px 0px 0px 13px;
	color: #000!important;
	text-transform: uppercase;
	font-weight: bold;
}
.location-zip {

		padding: 14px 0 12px 0px;
	color: #000;
	width: 50%;
    float: left; 

}
input#map-search {

	position: relative;
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 4px 18px 0px 0px;
	font-size: 13px;
	font-family: 'Open Sans' , sans-serif;
	border-radius: 0px;
	font-weight: 500;
	padding: 4px 10px !important;
	width: 180px !important;
	float: left;
	text-align: center;
	background: #eee;
	border: 1px solid #ccc;
	box-shadow: none;
	color: #000;
}
.outer-find.location-search {
	background: #000;
	color: #fff;
}

.location-search h1{
font-size: 18px;
font-family: 'Open Sans' , sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #fff;


	
}

input#map-search-submit {
	width: 60px!important;
	background: #267EC8;
	    font-size: 14px;
	color: white;
	height: 40px;
	line-height: 30%;

	border-radius: 2px;

}
form.map-search {
	margin: 0 auto;
	display: block;
}






.side-widget .advSearch{
height: 362px;
	}
button.form-button {
    text-shadow: none!important;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff!important;
    width: 100%;
	background: #267EC8;
	display: block;
	border: none;
    margin: 6px 0px 0px 0px;
    border-radius: 2px;
	padding: 13px 0;
}
button.form-button:hover {
	transition: 1s;
}
select#price-dropdown-min,select#price-dropdown-max, select#year-dropdown-min,select#year-dropdown-max,select#miles-dropdown-min,select#miles-dropdown-max,select#makemodel ,select.dropdown{
    width: 100%!important;
    margin: 0px auto!important;
}
.gt-form input, .gorilla-form-wrapper .form-group{
	width: 100%!important;
	margin-left: 0!important;
	margin-right: 0!important;
}
.contact-us-page input{
	color: #000!important;
}
.financing .form-left,.financing .form-left-select,.form-left-select-two,.form-left-select-two-last {
	width: 92%!important;
}
.form-center {
	width: 92%!important;
	margin-left: 30px;
}
.form-left-select-last {
	width: 92%!important;
	margin-left: 30px;
}
.financing select {
	width: 100%!important;
}

.navbar-nav ul.dropdown-menu {
    background: #fff;
    color: #000;
    padding: 0px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: none !important;

}
.navbar-nav ul.dropdown-menu a{
 color: #000!important;
}
.navbar-nav ul.dropdown-menu .active a,.navbar-nav ul.dropdown-menu a:hover {
    color: #fff!important;
}
#sell-your-car .form-group {
	width: 100%!important;
	margin-bottom: 20px!important;
	margin-left:0px!important;
}
#security_code3 {
	display: block;
	margin: 0 auto!important;
}
#sell-your-car #gt-type{
	width: 100%!important;
	margin-bottom: 0px!important;
	margin-left:0px!important;
}
input#gt-vin ,input#gt-drive, input#gt-interior{

	margin-left: 8px!important;
	margin-right: 0!important;}
.price-dropdown-min,.miles-dropdown-min,.year-dropdown-min {
	width: 100%;
	margin-right: 0px;
}
.price-dropdown-max,.miles-dropdown-max,.year-dropdown-max {
width: 100%;
margin-left: 0px;
}
select#price-dropdown-min,select#price-dropdown-max, select#year-dropdown-min,select#year-dropdown-max,select#miles-dropdown-min,select#miles-dropdown-max,select#makemodel ,select.dropdown{
    width: 100%!important;
    margin:0 auto 3px auto!important;
}
select#model.dropdown.allmakes {
margin-bottom: 3px!important;	
}

select {
   -webkit-appearance: menulist-button !important;
   -webkit-appearance:menu-item;
   -moz-appearance:menu-item;
    -webkit-appearance: none!important;
	padding-left: 10px;
	color: #000!important;
	border: none;
	font-weight: 500!important;
	border-radius: 0px!important;
	background:#eee url(assets/images/arrow.png) 95% center no-repeat;
	height:30px;
	font-size: 12px!important; 
}
.gradient .container-fluid {
	margin:0 10px!important;
}
select:hover,select:focus,select:active {
	background: #eee  url(/assets/images/arrow.png) 95% center no-repeat;
}
.carousel-title h2 {
	font-weight: 700;
	font-size: 14px;
	background:#fff;
	padding: 15px 15px 15px 40px!important;
	text-align: center;
	margin:0 10px 0px 10px;
	text-transform: uppercase;

}
#myCarousel {
	margin: 20px 0 0 0 ;
}
#myCarousel .arrivals-details p.vehicle-name {

    padding:8px  10px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
	position: absolute;
	top: -66px;
	background: rgba(0, 0, 0, .45);
	width:210px;
	margin-left: 6px!important;
	
}
#myCarousel .arrivals-details .meta-style {
	float: none;
	display: block;
    padding-top: 0px!important;
	text-align: center!important;
	font-size: 14px;
	width: 150%!important;
	
}
#myCarousel .arrivals-details .price-style {
	float: none;
	display: block;
		width: 150%!important;
    padding-top: 0px!important;
	padding-left: 0;
		font-size: 16px;
	
}
.home .carousel-inner .item-container{
	background: #fff;
    cursor: pointer;
	height: 330px;
}
.col-sm-4  .detail-btn {
color: #fff;
display: block;
cursor: pointer;
text-align:center;
padding: 8px;
margin-top: 10px;
width: 100%;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
bottom: 0px;
position: absolute;
background: #999;
border-top: 1px solid #ddd;
border-radius:0px!important;
border-radius:0px!important;
}
.nav a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 5px 9px!important;
    font-weight: 700;
}

.single-gtcd #myCarousel {
	margin: 0;
	padding:0 20px!important;
}
.single-gtcd #my-thumbs-list {
	padding:0 20px!important;
}
.tricol-product-list .col-sm-12 {
	padding: 12px 0px!important;
	margin: 0;
}
.col-sm-3 .item-container {
    margin-bottom: 20px;
	overflow: hidden;
	background: #222;
}
p.grid-location {
    color: #000;
    padding-left: 10px;
	clear: both;
	font-size: 12px;
	width: 150%!important;
}
.image-container{
	height: 180px;
	padding: 0!important;
}
.col-sm-3 .item-container {
    margin-bottom: 0px;
    height: 350px;
	overflow: hidden;
	background: #fff!important;
}
.arrivals-details p.vehicle-name {
    text-align: left;
     font-size: 15px!important;
	font-weight: bold;
	padding-left: 13px;
	width: 150%;
}
.single-gtcd h1 {
    font-size: 20px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 15px 5px 10px 20px;

}
.price-style-mobile {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px!important;
	text-align: left!important;
	padding: 10px 5px 10px 20px;
	margin: 0;
}
.single-gtcd .gradient {
	display: none;
}
}


.result-car .col-sm-12,.result-car .col-sm-12 .col-sm-6 {
	padding: 0;
}
.result-car .col-sm-12 .compare {

	width: 98%;
}
.result-car .col-sm-12 .approved {

	width: 98%!important;
}
.result-car .col-sm-12 .s2f-result-compare {

	width: 96%!important;
}
.result-car .col-sm-12 .s2f-result-item-save {

	width: 99%;
}


.single-gtcd .s2f-result-compare {

display: none!important;

}
.single-gtcd #cps_ajax_search_results .s2f-result-compare {

display: block!important;
	width: 213px!important;
	margin-left: 0px;

}
.single-gtcd #cps_ajax_search_results .s2f-result-item-save {

width: 218px!important;
height: 34px;
line-height: 165%;
left: 0px;
height: 44px!important;
top: 0px;

}

.single-gtcd .s2f-result-item-save.s2f-item-not-saved,.single-gtcd .s2f-result-item-save.s2f-item-saved {

width: 210px!important;
left: -115px;
position: relative;
height: 46px;
top: 5px;
border-radius: 3px;

}
.s2f-comparing-items {

width: 88%;
float: left;

}
.s2f-comparing-link {
	float: right;
	background: #267EC8;
border-bottom: 1px solid #333;
color: #fff;font-weight: 700;
padding: 15px 20px;
border-radius: 2px;
font-size: 13px;
margin: 20px 10px 0 0;
cursor: pointer;
}
.s2f-comparing-link:hover {
	background: #ccc;
	color: #000;
		float: right;

	border-bottom: 1px solid #333;
font-weight: 700;
	padding: 15px 20px;
	border-radius: 2px;
	font-size: 13px;
	margin: 20px 10px 0 0;
	cursor: pointer;
}

.result-car .row .col-sm-2.button .s2f-result-item-save {
width: 95%;
}
.details.btn-primary.compare {
    cursor: pointer;
    color: #000!important;
    display: block;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 5px 0 0 0px;
    border:none;
    box-shadow: none;
    padding: 20px 0px!important;
    border-radius:2px!important;
    text-shadow: none;
    text-transform: uppercase;
	background: #ebebeb!important;
	border: 1px solid #444;
	
	
}
.details.btn-primary {
    cursor: pointer;
    color: #000!important;
    display: block;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 5px 0 0 0px;
    width: 100%!important;
    border:none;
    box-shadow: none;
    padding: 15px 0px!important;
    border-radius:2px!important;
    text-shadow: none;
    text-transform: uppercase;
	background: #ebebeb!important;

	
	
}
.details.btn-primary:hover {
	background: #ccc!important;

}
.single-gtcd  .details.btn-primary {
    cursor: pointer;
    color: #012648;
    display: block;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    width: 95%;
    border:none;
    box-shadow: none;
    padding: 10px 0px;
	background: #eee;
    border-radius:0px;
    text-shadow: none;
    text-transform: uppercase;
}
.menu-save-container .menu {
	margin: 9px;
	text-align: center;
	width: 100%;
}
.menu-save-container .menu {
	
}
.menu-save-container {

}
.s2f-item-not-saved .save-text{
	color: #000!important;
}
.details.btn-primary.s2f-item-saved .saved-text{
	color: #000!important;
}
.s2f-loading  .fa-spinner {
    display: inline-block;
	color: #000!important;
}
.s2f-item-not-saved .fa-heart{
	color: #000!important;
}
.menu-save-container .fa-heart {
	color: #ff0000;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 700;
}
.menu-save-container a {
	color: #000;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.compare-meta {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding:3px;float:  right;
	margin-right: 20px;
	max-width: 100px;
}
.gorilla-form-wrapper select {
   -webkit-appearance: menulist-button !important;
   -webkit-appearance:menu-item;
   -moz-appearance:menu-item;
    -webkit-appearance: none!important;
	padding-left: 10px;
	color: #333!important;
	border: none;
	font-weight: 500!important;
	border-radius: 0px!important;
	background:#eee url(assets/images/arrow.png) 98% center no-repeat!important;
	height:40px;
	font-size: 13px!important;
	box-shadow: none!important;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
input#gt-title.form-control.error, input#gt-price.form-control.error, input#gt-miles.form-control.error,  input#gt-vin.form-control.error,input#gt-interior.form-control.error,input#gt-exterior.form-control.error,input#gt-drive.form-control.error, input#gt-features.form-control.error, .gt-select.error {
   outline: none;   border: 2px solid #4fbffb!important;
   box-shadow: 0 0 10px #4fbffb;
   
}
.s2f-container-compare-item {
    position: relative;
	width: 248px!important;
	background: #fff;
	padding: 10px;
	border: 1px solid #444;
	margin-right: 10px;
}
.details.s2f-result-compare.compare-added {
    background-color: #bbb !important;

}

div.wpforms-container-full {
    margin: 24px 24px;
}