/*
Theme Name: our_car_buyer
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: our_car_buyer
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

our_car_buyer is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display:inline-block;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
	padding:15px 25px;
	
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top:45px;
	left: -999em;
	background:#ed1c24;
	z-index: 99999;
	width:250px;
	display:block;
	text-align:left;
}

.main-navigation ul ul li{float:left; width:100%;}
.main-navigation ul ul li a{float:left; width:100%; padding:10px;}
.main-navigation ul ul li:hover a{float:left; width:100%; background:#0f0e0e;}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	background:#ed131b;
	color: #fff;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	background:#ed131b;
	color: #fff;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


body{ color:#444; font-size:14px;font-family: 'Roboto', sans-serif;}

h1,h2,h3,h4,h5,h6{font-family: 'Raleway', sans-serif; margin:0;}
h1,h2{margin-bottom:20px;}
h3{margin-bottom:15px;}
h4{margin-bottom:13px;}

h1 img, h2 img, h3 img, h4 img{vertical-align:middle; margin-right:10px}

a{ text-decoration:none;}

ul{margin:0px; padding:0px}
li{list-style:none;}


img{ max-width:100%;}

*{ font-weight:normal;}

.site, .site-header, .site-main, .site-footer, .navbar, .hentry, .entry-header, .entry-title, .entry-content, .entry-meta, .entry-footer, .footer-meta, .paging-navigation, .widget, 

.widget-title, .page-header, .page-content, .entry-summary, .archive-header, .comments-area, .comment-respond, .comment-list, .comment-reply-title, .must-log-in, .comment-respond 

.comment-form, .comment-respond iframe{ float:left; width:100%; margin:0; padding:0; border:none; background:none; max-width:inherit; font-style:normal;}

.wpcf7{float:left; width:100%;}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{float:left; border:1px solid #d6d6d6; border-radius:2px 2px 2px 2px; 

-webkit-border-radius:2px 2px 2px 2px; -moz-border-radius:2px 2px 2px 2px; width:100%;height:40px; background:#eee; margin:10px 0px 0px; padding:10px;}

.wpcf7 p{float:left; width:100%; font-size:20px !important; margin-bottom:10px;}

.wpcf7 textarea{float:left; width:100%;border-radius:2px 2px 2px 2px; -webkit-border-radius:2px 2px 2px 2px; 

-moz-border-radius:2px 2px 2px 2px; border:1px solid #d6d6d6; height:150px; background:#eee; margin:10px 0px 0px; padding:10px;}

.wpcf7-not-valid-tip{float:left; clear:left;}

.wpcf7-response-output{float:left; width:100%;}

.wapper{float:left; width:100%;}
.main{width:100%; max-width:1200px; margin:0 auto;}
.main-inner{float:left; width:100%;}
.main-header{float:left; width:100%;}
.main_top_header{float:left; width:100%; margin:10px 0px;}
.logo{float:left; width:auto;}
.header_center_top{float:left; width:17%; margin-left:24%; background:url(images/call_arrow.png) right top no-repeat; line-height:30px; margin-top:15px;}
.header_center_top b{float:left; width:100%; font-size:30px; color:#000; font-weight:bold;}
.header_center_top em{float:left; width:100%; font-size:22px; color:#444444; font-style:normal;}
.header_center_top span{float:left; width:100%; font-size:30px; font-weight:bold; color:#ec1018;}
.header_center_top span a{float:left; width:100%; font-size:30px; font-weight:bold; color:#ec1018;}
.header_right_top{float:right; width:18%; margin-top:35px;}
.navigation_sections{float:left; width:100%; background:#0f0e0e;}
.website_banner{float:left; width:100%; background:url(images/banner_bg.png) top center repeat-x; padding:20px 0px 0px;}
.website_banner_inner{float:left; width:100%;}
.website_banner_left{float:left; width:30%; background:#0e70ca; padding:25px 12px;}
.banner_form_title{float:left; width:100%; text-align:center; font-size:24px; font-weight:900; color:#fff;}
.website_banner_right{float:right; width:68%; margin-top:35px;}
.banner_form_inner{float:left;width:100%; margin-top:25px;}
.banner_form_inner select{float:left; width:100%; background:#fff; border-radius:3px; padding:10px; margin-bottom:12px; border:none; font-size:14px; color:#333;}
.banner_form_inner p{float:left; width:48%;margin:0px 10px 10px 0px;}
.banner_form_inner p:nth-child(odd){margin:0px 0px 10px 0px;}
.banner_form_inner p input{float:left; width:100%; padding:5px 10px; font-size:14px;color:#000; height: 40px; border:none;}
a.banner_form_button{float:left; width:100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95ccff+0,3790e2+100 */
background: #95ccff; /* Old browsers */
background: -moz-linear-gradient(top, #95ccff 0%, #3790e2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #95ccff 0%,#3790e2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #95ccff 0%,#3790e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ccff', endColorstr='#3790e2',GradientType=0 ); /* IE6-9 */ border-radius:4px; text-align:center; padding:12px 0px; font-size:16px; color:#fff;}
a.banner_form_button span{ float:left; width:100%; font-size:24px; font-weight:900; color:#fff; text-transform:capitalize; text-shadow:2px 1px 3px #004686; line-height: 24px;}
.whyuse_car_buyers_section{float:left; width:100%; background:#f4f4f4; padding:35px 0px; margin:35px 0px 0px;}
.whyuse_car_buyers_section h3{float:left; width:100%; font-size:30px; font-weight:900; color:#3b3b3b; text-align:center;}
.car_buyer_points{float:left; width:100%; margin:30px 0px 0px;}
.car_buyer_points ul{float:left; width:100%;margin:0px; padding:0px;}
.car_buyer_points ul li{float:left; width:24%; margin-right:15px; list-style:none; height:280px; overflow:hidden;}
.car_buyer_points ul li:last-child{margin-right:0px;}
li.dark_blue{float:left; width:100%; background:#13557d; padding:15px 25px; text-align:center;}
li.light_blue{float:left; width:100%; background:#2281bc; padding:15px 25px; text-align:center;}
li.orange_box{float:left; width:100%; background:#f25f14; padding:15px 25px; text-align:center;}
li.gray_box{float:left; width:100%; background:#1d1d1d; padding:15px 25px; text-align:center;}
li.gray_box .icons_points{margin-top:75px;}
.title_points{ float:left; width:100%; text-align:center; font-size:25px; font-weight:100; color:#fff; line-height: 36px; text-transform:capitalize;}
.sub_title_points{float:left; width:100%; font-size:18px; color:#fff; margin-top:15px;}
.icons_points{ float:left; width:100%; margin-top:25px; text-align:center;}
.home_pages_contents{float:left; width:100%; margin:30px 0px;}
.home_pages_contents ul{float:left; width:100%; margin:0px; padding:0px;}
.home_pages_contents ul li{float:left; width:100%; list-style:none; font-size: 18px; color:#191919; margin-bottom:20px; background:url(images/blut_point.png) 0px 6px no-repeat; padding-left:35px;}
.home_pages_contents ul li span{font-weight:bold; color:#ed1c24;}
.website_testimonilas{float:left; width:100%; background:url(images/testimonilas_bg.png) top center no-repeat; background-attachment:fixed; background-size:cover; margin:35px 0px 0px; padding:45px 0px;}
.website_testimonilas h3{float:left; width:100%; font-size:40px; color:#fff; font-weight:bold; text-align:center;}
.testimonials_inner{float:left; width:100%; margin-top:25px; background:url(images/tes_qut_1.png) top left no-repeat; padding:0px 0px 0px 75px;}
.testimonial_rotator_wrap.with-prevnext{float:left; width:100%; margin:0px; padding:0px;}
.text.testimonial_rotator_description{float:left; width:100%; font-size:18px; font-weight:300;}
.testimonial_rotator_quote{float:left; width:100%; font-size:18px; color: #fff; font-weight:300; line-height: 36px; text-shadow:1px 1px 3px #333; background:url(images/tes_qut_2.png) bottom right no-repeat; padding:0px 75px 0px 0px;;}
.testimonial_rotator.template-longform hr.longform_hr{display:none;}
.testimonial_rotator_author_info.cf-tr{float:left; width:100%; margin-top:15px; font-size:18px !important; color:#fff; font-weight:bold; border:1px solid #fff;}
.testimonial_rotator_author_info.cf-tr strong{font-size:20px; color: #fff; font-weight:bold; border:1px solid #fff; padding:12px 30px; display:inline-block;}
.tab_up_sections{float:left; width:100%; background:#f4f4f4; padding:40px 0px;}
.tab_up_sections p{float:left; width:100%; font-size:18px;}
.tab_up_sections ul{float:left; width:100%;margin:0px; padding:0px;}
.tab_up_sections ul li{float:left; width:100%; list-style:none;background:url(images/blut_point.png) 0px 6px no-repeat; padding-left:35px; font-size:16px; margin-bottom:15px;}
.website_tab_inner {
    float: left;
    width: 100%;
}
.footer_top_sections{float:left; width:100%; padding:45px 0px;}
.footer_top_left{float:left; width:49%; border:15px solid #f4f4f4;}
.footer_top_left iframe{vertical-align:top;}
.footer_top_right{float:right; width:49%; background:#f4f4f4; padding:15px;}
.footer_top_right h3{float:left; width:100%; font-size:22px; font-weight:bold; text-align:center;}
.blog_listing_footer{float:left; width:100%; margin:15px 0px 0px;}
.left_pic_blog{float:left; width:28%;}
.blogo_details_right{float:right; width:69%;}
.blogo_details_right h6{ font-size:16px; font-weight:bold; color:#676767; text-transform:uppercase;font-family: 'Roboto', sans-serif;}
.blog_date{float:left; width:100%; font-size:16px; font-weight:bold; color:#cc181e;}
.footer_top_right p{float:left; width:100%; font-size:14px;line-height:24px; color:#414141;}
a.blog_button{float:left; width:auto; background:#ed1c24; font-size:14px; text-transform:uppercase; color:#fff; text-decoration:none; padding:8px 30px; border-radius:5px;}
.footer_tagline{float:left; width:100%; background:#0059ab; padding:15px 0px;}
.footer_tagline h4{float:left; width:100%; font-size: 24px; color:#fff; font-weight:300; text-align:center;}
.footer_tagline h4 a{ float:left; width:100%; text-align:center; text-decoration:none; color:#f0ff00;}
.main-footer_web{float:left; width:100%; background:#213846; padding:35px 0px 0px; margin-top:3px;}
.footer_main_left{float:left; width:77%;}
.linsk_footer ul{float:left; width:32%; margin:0px; padding:0px;}
.linsk_footer ul li{float:left; width:100%; background:url(images/footer_link_bg.png) 0% 50% no-repeat; padding-left:25px; list-style:none; margin-bottom:10px;}
.linsk_footer ul li a{font-size:14px; text-transform:capitalize; color:#fff; text-decoration:none;}
.footer_logo_clinet{float:left; width:100%; margin:15px 0px;}
.footer_logo_clinet ul{float:left; width:100%; margin:0px;padding:0px;}
.footer_logo_clinet ul li{ float:left; width:22%; margin-right:20px; list-style:none; text-align:center; background:#152833; padding:12px;}
.footer_main_right{float:right; width:20%;}
.footer_main_right h6{ float:left; width:100%; font-size:18px; text-transform:uppercase; color:#fff;}
.addres_footer{float:left; width:100%; margin:10px 0px;}
.footer_icon{float:left; width:7%;}
.iconS_right_footer{float:right; width:90%; font-size: 14px; color:#fff; line-height:24px;}
.iconS_right_footer a{text-decoration:none; color:#fff;}
.iconS_right_footer em{font-size:24px; font-weight:bold; color:#fff;}
.copyrighht{float:left; width:100%; font-size:14px; color:#000; background:#fff; padding:12px 0px; text-align:center;}
.footer_socails{float:left; width:100%; margin-top:10px; margin:12px 0px 20px 0px;}
.footer_socails ul{float:left; width:100%; margin:0px; padding:0px;}
.footer_socails ul li{float:left; width:auto; list-style:none; margin-right:10px;}
.bradcrmb_inner{float:left; width:100%; background:#f4f4f4; padding:10px;}
.inner_pages_inner{float:left; width:100%; padding:25px 0px;}
.inner_pages_inner_left{float:left; width:68%;}
.inner_pages_inner_right{float:right; width:30%; background:#f4f4f4; padding:20px;}
h1.entry-title{float:left; width:100%; font-size:30px; font-weight:bold;}
.articles_list{float:left; width:100%; margin:10px 0px 0px; overflow-y: scroll;height: 690px;}
.articles_list ul{float:left; width:100%; margin:0px; padding:0px;}
.articles_list ul li{float:left; width:100%; list-style:none; background:#fff; padding:10px; margin-bottom:5px;}
.articles_list ul li a{color:#000; font-size:14px; text-decoration:none;}
.articles_list ul li:nth-child(even){background:#ddd;}
div#content h6{float:left; width:100%; font-size:18px; color:#ed1c24; margin:15px 0px;}
div#content p{    font-size: 15px;    color: #333;    line-height: 24px;    /*text-align: center;*/    font-weight: normal;    /*text-transform: uppercase;*/}
.car_point_sd{float:left; width:100%; border:1px solid #ddd; padding:10px; margin-bottom:20px;}
.car_point_sd ul{float:left; width:100%; margin:0px; padding:0px;}
.car_point_sd ul li{float:left; width:auto; list-style:none; background:url(images/tick_right.png) 0% 50% no-repeat; padding-left:20px; font-size:18px; color:#333; margin-right:25px;}
div#content h2{ float:left; width:100%; font-size:30px; color:#000; font-weight:300;}
div#content h3{float:left; width:100%; font-size:24px;}
div#content h3 span{float:left; width:auto; margin-right:15px;}
.page-id-24 .inner_pages_inner_left{float:left; width:100%;}
.page-id-24 .inner_pages_inner_right{display:none;}
.cform_left{float:left; width:100%; background:#f4f4f4; padding:20px;}
.cform_left form.wpcf7-form p{float:left; width:100%; margin:0px 0px 10px 0px; font-size:14px !important; color:#000;}
.cform_left span.wpcf7-form-control-wrap input{float:left; width:100%; margin:0px 0px 10px 0px; background:#fff; box-shadow:inset 0px 2px 2px #ddd;}
.cform_left span.wpcf7-form-control-wrap textarea{float:left; width:100%; margin:0px 0px 10px 0px; background:#fff; box-shadow:inset 0px 2px 2px #ddd;}
.su-column{margin:0px !important;}
.add_one_ca{float:left; width:49%; margin-bottom:10px !important;}
.add_two_ca{float:right; width:49%; margin-bottom:10px !important;}
.add_three_ca{float:left; width:100%; margin:0px 0px 0px;}
.page-id-18 .inner_pages_inner_left{float:left; width:100%;}
.page-id-18 .inner_pages_inner_right{display:none;}
.vehicle_details_one{float:left; width:100%; background:#f4f4f4; padding:20px; margin:0px;}
.vehicle_details_one form.wpcf7-form p{float:left; width:100%; margin:0px 0px 10px 0px; font-size:14px !important;}
.vehicle_details_one form.wpcf7-form p span.wpcf7-form-control-wrap{float:left; width:100%; margin:0px 0px 10px 0px;}
.vehicle_details_one form.wpcf7-form p span.wpcf7-form-control-wrap input{float:left; width:100%; margin:0px 0px 0px 0px; background:#fff;box-shadow:inset 0px 2px 2px #ddd;}
.vehicle_details_one form.wpcf7-form p span.wpcf7-form-control-wrap textarea{float:left; width:100%; margin:0px 0px 0px 0px; background:#fff;box-shadow:inset 0px 2px 2px #ddd;}
.vehicle_details_two{float:left; width:100%; background:#f4f4f4; padding:20px; margin:0px;}
.vehicle_details_two form.wpcf7-form p{float:left; width:100%; margin:0px 0px 10px 0px; font-size:14px !important;}
.vehicle_details_two form.wpcf7-form p span.wpcf7-form-control-wrap{float:left; width:100%; margin:0px 0px 10px 0px;}
.vehicle_details_two form.wpcf7-form p span.wpcf7-form-control-wrap input{float:left; width:100%; margin:0px 0px 0px 0px; background:#fff;box-shadow:inset 0px 2px 2px #ddd;}
.vehicle_details_two form.wpcf7-form p span.wpcf7-form-control-wrap textarea{float:left; width:100%; margin:0px 0px 0px 0px; background:#fff;box-shadow:inset 0px 2px 2px #ddd;}
.vehicle_details_one h3{float:left; width:100%; font-size:30px; color:#3d80b7; text-transform:capitalize; margin-bottom:15px;}
.vehicle_details_two h3{float:left; width:100%; font-size:30px; color:#3d80b7; text-transform:capitalize; margin-bottom:15px;}
.vehicle_details_one input.wpcf7-form-control.wpcf7-submit{float:right; width:auto; padding:10px 25px; background:#3d80b7; font-size:14px; text-transform:uppercase; color:#fff; box-shadow:inherit; border:none; border-radius:5px;}
.vehicle_details_two input.wpcf7-form-control.wpcf7-submit{float:right; width:auto; padding:10px 25px; background:#3d80b7; font-size:14px; text-transform:uppercase; color:#fff; box-shadow:inherit; border:none; border-radius:5px;}
.cform_left input.wpcf7-form-control.wpcf7-submit{float:right; width:auto; padding:10px 25px; background:#3d80b7; font-size:14px; text-transform:uppercase; color:#fff; box-shadow:inherit; border:none; border-radius:5px;}

section#archives-3 h2.widget-title{float:left; width:100%; font-size:24px; font-weight:bold;}
section#archives-3 ul{float:left; width:100%; margin:15px 0px 0px 0px; padding:0px;}
section#archives-3 ul li{float:left; width:100%; list-style:none; background:#fff;}
section#archives-3 ul li:nth-child(even){background:#ddd;}
section#archives-3 ul li a{text-decoration:none; color:#000; padding:10px; float:left; width:100%;}
.blog_page_list{float:left; width:100%; margin:20px 0px 0px;}
.blog_page_list ul{float:left; width:100%; margin:0px; padding:0px;}
.blog_page_list ul li{float:left; width:100%; background:#f4f4f4; padding:20px; border:1px solid #ddd; list-style:none; margin:0px 0px 20px 0px;}
.blog_page_list ul li h6{ float:left; width:100%; font-size:18px; color:#ed131b; font-weight:bold; text-transform:uppercase; margin:0px 0px 12px 0px !important;}
.blog_dis{float:left; width:100%;font-size:14px; color:#333; line-height:24px; margin:10px 0px;}
.sell_pages_form{float:left; width:100%; background:#0e70ca; padding:30px 0px;}
.sell_pages_form .banner_form_inner{float:none; width:100%; max-width:650px; margin:0 auto; padding:25px 0px 0px;}
.sell_pages_form .banner_form_title{margin-bottom:25px;}
.sell_form_right_content{float:right; width:64%; margin:35px 0px 0px; text-align:center;}
.sell_form_right_content p{float:left; width:100%; font-size:24px !important; font-weight:300; color:#000; line-height:40px !important;}
.sell_form_right_content p span{font-weight:bold; color:#ed131b; font-size:38px;}
.page-id-10 h1.entry-title{margin-bottom:25px;}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha{float:left; width:100%;}


section#recent-posts-3 h2.widget-title{float:left; width:100%; font-size:24px; font-weight:bold;}
section#recent-posts-3 ul{float:left; width:100%; margin:15px 0px 20px 0px; padding:0px;}
section#recent-posts-3 ul li{float:left; width:100%; list-style:none; background:#fff;}
section#recent-posts-3 ul li:nth-child(even){background:#ddd;}
section#recent-posts-3 ul li a{text-decoration:none; color:#000; padding:10px; float:left; width:100%;}.loc_content{float:left; width:100%;}.page-id-12 .row{float:left; width:100%;}p.tag_stat{float:left; width:100%; background:#eee; padding:10px 20px; margin:12px 0px;}#map-cont{float:left; width:100%; text-align:center; margin:35px 0px;}.col-md-6.location_form{float:left; width:100%;}.col-md-6.location_form .form-group{float:Left; width:100%;}.col-md-6.location_form .form-group label.control-label.col-xs-4{float:left; width:auto; margin-right:20px;margin-top:5px; font-weight:bold;}.col-md-6.location_form .form-group .col-xs-8.form_fils{float:left; width:65%;}.col-md-6.location_form .form-group .col-xs-8.form_fils input#city{float:left; width:100%;}.form-group1 {    width: 100%;    max-width: 650px;    margin: 0 auto;    overflow: hidden;    background: #eee;    padding: 20px;    border-radius: 5px;    box-shadow: 0px 0px 3px #333;}.form-group1 .button.col-xs-12{float:right; width:auto;}.form-group1 .button.col-xs-12 button.btn.submit{float:left; width:100%;padding: 10px 25px;    background: #3d80b7;    font-size: 14px;    text-transform: uppercase;    color: #fff;    box-shadow: inherit;    border: none;    border-radius: 5px;}
.locations-search-results{float:left; width:100%; margin:15px 0px 0px;}.locations-results-head{float:left; width:100%; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:15px 0px;}.row.location_part_title{float:left; width:100%;}.row.location_part_title .col-xs-4.part_one{float:left; width:50%; font-size:15px; font-weight:bold;}.row.location_part_title .col-xs-4.part_one span{float:left; width:100%; font-size:15px; font-weight:bold; text-transform:uppercase;}.row.locations-results-body{float:left; width:100%; margin:12px 0px;}.locations-results-row{float:left; width:100%; background:#f1f1f1; padding:10px;}.locations-results-row:nth-child(even){float:left; width:100%; background:#fff; padding:10px;}.locations-results-row a{float:left; width:100%; text-decoration:none; color:#000;}.locations-results-row .col-xs-4.part_two{float:left; width:50%; font-size:15px; font-weight:bold;}.location-decs{float:left; width:100%;margin:20px 0px;}div#content .location-decs h2{float:left; width:100%; text-align:left; font-size:20px;}div#content .location-decs p{float:left; width:100%; font-size:14px; font-weight:normal; color:#333; line-height:24px; margin-bottom:20px; text-align:left;}

div#content h2.screen-reader-text{width:auto;}
.site-main .post-navigation{width:100%; float:left;}
/***Website Responsive***/

@media(max-width:1200px){
.main-navigation a{padding:15px;}
.main-navigation ul{display:inline-block;}
.header_center_top{margin-left:20%; width:22%;}
.header_right_top{width:18%;}
.car_buyer_points ul li{margin-right:13px; height:340px;}
.car_buyer_points{padding:0px 10px;}
.website_banner{padding:20px 10px;}
.home_pages_contents{padding:0px 10px;}	
.tab_up_sections{padding:40px 10px;}
ul.cd-tabs-navigation li a{font-size:14px; font-weight:normal;}
.footer_top_sections{padding:45px 10px;}
.main-footer_web{padding:35px 10px;}
.footer_main_left{width:74%;}
.footer_main_right{width:24%;}
.inner_pages_inner{padding:25px 10px;}
.main_top_header{padding:10px;}
.menu-main-menu-container{float:left; width:100%; display:inline-block;}
.main-navigation ul{text-align:center; width:100%;}	
}

@media(max-width:999px){
.header_center_top{ margin-left: 11%; width: 28%;}
.header_right_top{width:23%;}
.responsive-menu-button{ height:36px !important; right:15px !important; top:13px !important; width:35px !important;}
.website_banner{float:left; width:100%; background:#e6eaed; padding:0px;}
.website_banner_left{float:left; width:100%; padding:15px;}
.banner_form_inner {
     float: none;
    margin: 25px auto;
    max-width: 450px;
    padding-top: 25px;
    width: 100%;
}

.website_banner_right{float:left; width:100%;}
.car_buyer_points ul li{float:left; width:47%; margin-right:15px; margin-bottom:20px;}
.car_buyer_points ul li:nth-child(vene){margin-right:0px;}
.car_buyer_points ul{float:none; width:100%; max-width:700px; margin:0 auto; overflow:hidden;}
.cd-tabs nav{float:left; width:100%; position:inherit;}
.cd-tabs-navigation a{padding:15px 20px; color:#fff;}
ul.cd-tabs-navigation li{width:50% !important;}
.cd-tabs-content{min-height:inherit;}
.footer_main_left{float:left; width:100%;}
.footer_main_right {
    background: #152833 none repeat scroll 0 0;
    border-radius: 5px;
    float: none;
    margin: 0 auto;
    max-width: 270px;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}
	
}

@media(max-width:768px){
.logo{float:left; width:100%; text-align:center; margin-bottom:25px;}
.header_center_top {
    float: none;
    margin: 0 auto;
    max-width: 220px;
    overflow: hidden;
    width: 100%;
}	
.header_right_top{float:left; width:100%; margin:0px;}
.footer_top_left{float:left; width:100%;}
.footer_top_right{float:left; width:100%; margin:15px 0px 0px;}
.footer_logo_clinet ul li{margin-right:16px;}

}

@media(max-width:592px){
.car_buyer_points ul li{margin-right:12px;}
.title_points{font-size:22px;}
.testimonials_inner{padding:0 0 0 30px;}
.footer_logo_clinet ul li{width:46%; margin-bottom:20px;}	
}

@media(max-width:479px){
.car_buyer_points ul li{float:left; width:100%; margin-right:0px; margin-bottom:20px; min-height:inherit; height:inherit;}
.testimonial_rotator_quote{padding:0 25px 0 0;}
ul.cd-tabs-navigation li{width:100% !important;}
.linsk_footer ul{width:100%; margin-bottom:20px; border-bottom:1px solid #fff; padding-bottom:20px}
.footer_logo_clinet ul li{float:left; width:100%; margin-right:0px; margin-bottom:20px;}	
	

}

/* New and changed styles */

.footer_logo
{
	width: 20%;
	float: left;
	margin-right: 5%;
	margin-top: 4%;
}

.linsk_footer{float:left; width:75%;}

@media only screen and (max-width:480px)
{
	.footer_logo
	{
		margin-bottom: 5%;
		width: 100% !important;
	}
}

.footer_logo_clinet #brb_widget-2
{
	display:none;
}