/*

Theme Name: Car Broker
Theme URI: http://greenlifeit.com/
Author: Md Asiqur Rahman	
Author URI: http://asique.me/
Description: WordPress theme for Carbroker by Fingo.
Version: 1.0.0
Text Domain: car-broker

*/
/* Helper CSS */
h1, h2, h3, h4, h5, h6 {
    font-family: 'VAGRoundedStd-Bold';
}
input:focus, textarea:focus, select:focus {
    outline-offset: 0;
    outline: 0;
}
.cb-body .cb-btn {
    background: #faa41a;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    padding: 20px 70px;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-decoration: none;
}
.cb-body .cb-btn:hover, .cb-body .cb-btn:focus {
    background: transparent;
    border-color: #faa41a;
    color: #faa41a;
}

.cb-btn.no-bg {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid;
}
.cb-btn.no-bg:hover {
    background: #faa41a;
    border: 0;
    color: #fff;
}

.div-table {
    display: table;
    height: 100%;
    width: 100%;
}
.div-table .table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.cb-para {
    line-height: 30px;
    color: #666666;
    text-align: justify;
}

ul {
    list-style-image: url("images/list-img.png");
    padding: 0 0 0 40px;
    margin: 10px 0 20px;
}
ul li {
    padding-left: 10px;
}

a {
    color: #faa41a;
}
.gl-breadcrumb a:hover,
.gl-breadcrumb a:focus,
a:hover, a:focus {
    color: #faa41a;
    outline: none;
    text-decoration: none;
}

.rtbs_content h2,
._style {
    color: #faa41a;
    font-family: 'VAGRoundedStd-Bold';
    font-size: 36px;
    margin-top: 0;
}
.rtbs_content h2:after,
._style:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #faa41a;
    margin: 20px 0;
}
h3._style {
    font-size: 30px;
}
.rtbs_content h2,
.home ._style {
    font-size: 48px;
}

.cb-body .no-padding {
    padding: 0;
}

.cb-body .no-margin {
    margin: 0;
}

.marginTop50 {
    margin-top: 50px;
}

.marginBottom50 {
    margin-bottom: 50px;
}

.bt-margin-top {
    margin-top: 15px;
}

.bt-margin-bottom {
    margin-bottom: 15px;
}

.no-outline:hover, .no-outline:focus, 
.no-outline:active, .no-outline:visited {
    outline: none;
}

.cb-center-block {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* Site Global CSS */
body {
    font-family: 'VAGRoundedStd-Light', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    color: #666;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #f8f8f8;
}

/* Widget */
#cb-side-form-area,
#cb-calculater-area {
    border: 1px solid #e8e8e8;
}
#cb-side-form-area h3,
#cb-calculater-area h3 {
    background: #11adfa;
    color: #fff;
    padding: 20px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.cb-side-form-inner,
.cb-calculater {
    background: #f2f2f2;
    padding: 30px 25px;
}
.cb-side-form-inner label,
.cb-calculater label {
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
}
.cb-side-form-inner .cb-btn,
.cb-calculater .cb-btn {
    border-radius: 4px;
    margin-top: 20px;
    width: 100%;
}
.cb-side-form-inner textarea,
.cb-calculater textarea {
    width: 100%;
    height: 500px;
}
.cb-side-form-inner .modal-dialog,
.cb-calculater .modal-dialog {
    margin-top: 100px;
}

#cb-side-form-area select {
    margin: 0;
    background: #fff;
}
#cb-side-form-area select option {
    color: #fff;
}

/* Forms */
.cb-body .form-control {
    border-color: #e8e8e8;
	-webkit-box-shadow: none;
    box-shadow: none;
    color: #9fb1bd;
    height: 40px;
    margin-bottom: 10px;
}

.wpcf7-form-control.wpcf7-radio {
  display: block;
  margin-bottom: 10px;
}
.cb-body select {
    background: transparent;
    margin: 0;
  	line-height: 34px;
}
.cb-body select option {
    cursor: pointer;
    background: #666;
}
.cb-body select option[disabled] {
    color: #aaa !important;
}

.cb-body .select-inner {
    background: url("images/form-select-bg.png") no-repeat;
    height: 45px;
    position: absolute;
    right: 11px;
    top: 0;
    width: 45px;
    z-index: 9;
    pointer-events: none;
}

.select-bg {
    background: rgba(0, 0, 0, 0.45) url("images/select-bg.png") no-repeat scroll 90% center;
    border: 1px solid #faa41a; /*org: border: 1px solid #f8f8f8;*/
    border-radius: 50px;
    overflow: hidden;
}
#home-form select {
    background: #fff;
}
#home-form select option {
    color: #fff;
}
div.wpcf7-response-output {
  text-align: center;
}

/* Site Header */
#site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #000;
}
#site-header .site-branding,
#site-header .site-navigation,
#site-header .call-to-action {
    height: 120px;
	-webkit-transition: all .5s;
    transition: all .5s;
}
#site-header p {
    margin: 0;
}
.site-phone p {
    font-size: 23px;
}

@media screen and (min-width: 786px) {
    .small-header#site-header .site-branding,
    .small-header#site-header .site-navigation,
    .small-header#site-header .call-to-action {
        height: 65px;
    }
}
.admin-bar #site-header {
    top: 32px;
}

/* Site Main Navigation */
.site-navigation-inner ul li a {
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    font-size: 14px;
}
.site-navigation-inner ul li {
	-webkit-transition: padding 0.5s ease 0s;
    transition: padding 0.5s ease 0s;
}
.site-navigation-inner ul li a:hover, 
.site-navigation-inner ul li a:focus, 
.site-navigation-inner ul li a:active {
    background: none;
    color: #faa41a;
}
.site-navigation-inner ul li + li {
    margin-left: 20px;
}
.site-navigation-inner ul li.current-page-ancestor > a,
.site-navigation-inner ul li.current-menu-item > a {
    color: #faa41a;
}
.site-navigation-inner ul li.current-page-ancestor > a:hover,
.site-navigation-inner ul li.current-menu-item > a:hover {
    color: #faa41a;
}
/*added by samsIT: 15/09/2017*/

.site-navigation-inner ul li.current-menu-ancestor > a,
.site-navigation-inner ul li.current-menu-parent > a {
    color: #faa41a;
}
/* Submenu */
.site-navigation-inner .navbar-nav > li {
    padding: 50px 0;
    position: relative;
}
.small-header .navbar-nav > li {
    padding: 22px 0;
}
.site-navigation-inner .sub-menu {
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    padding: 10px 15px;
    width: 275px
}
.site-navigation-inner .sub-menu li {
    padding: 0;
    margin: 5px 0;
}
.site-navigation-inner .sub-menu li a {
    text-decoration: none;
}
.navbar-nav .open .dropdown-menu .dropdown-header, 
.navbar-nav .open .dropdown-menu > li > a {
  padding: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
}
@media all and (min-width: 768px) {
  	.site-navigation-inner .sub-menu {
		display: none;
	}
	.site-navigation-inner .menu-item-has-children:hover ul {
		display: block;
	}
}
.call-to-action {
    color: #fff;
    text-align: center;
}
.call-to-action .site-phone {
    font-size: 18px;
}
.call-to-action .site-phone i {
    margin-right: 10px;
}

/* Welcome Section */
#site-title-area {
    min-height: 580px;
    width: 100%;
    position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-products-left,
#promo-two-area,
#site-title-area {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home #site-title-area {
    height: 500px;
}
.waw-welcome-text {
    color: #fff;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.waw-welcome-text h1 {
    font-size: 3rem;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0;
	color: #fff;
}
.waw-welcome-text ul {
    margin: 100px 0 0;
    padding: 0;
}
.waw-welcome-text ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.waw-welcome-text ul li + li {
    margin-left: 60px;
}

.waw-welcome-text ul li + li:after {
    background: #fefefe;
    content: "";
    display: block;
    height: 20px;
    right: 100%;
    margin-right: 30px;
    position: absolute;
    top: 0;
    width: 3px;
}

/* Breadcrumb */
.gl-breadcrumb {
    margin-top: 30px;
    font-size: 18px;
}
.gl-breadcrumb a {
    color: #fff;
}
.gl-breadcrumb .separator {
    display: inline-block;
    margin: 0 14px;
}

/* Site Footer */
#site-footer {
    padding: 40px 0;
}
#site-footer .copyright-text {
    color: #999;
}
#site-footer .copyright-text a {
    color: #999;
}
#site-footer .footer-contact-no {
    color: #fff;
    margin-bottom: 15px;
}
#site-footer .footer-contact-no p {
    font-weight: bold;
    font-size: 20px;
}
#site-footer .footer-contact-no i {
    margin-right: 10px;
}

.footer-nav {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
.footer-nav li {
    display: inline-block;
    padding: 0;
}
.footer-nav li a {
    color: #fff;
    text-transform: uppercase;
}
.footer-nav li a:hover {
    color: #faa41a;
    text-decoration: none;
}
.footer-nav li + li {
    margin-left: 20px;
}

.social-info > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-info > ul li {
    display: inline-block;
    padding: 0;
}
.social-info > ul li a {
    border: 1px solid;
    border-radius: 50%;
    color: #9099a1;
    display: block;
    height: 30px;
    text-align: center;
    width: 30px;
}
.social-info > ul li a:hover {
    color: #fff;
}
.social-info > ul li a i {
    line-height: 30px;
}
.social-info > ul li + li {
    margin-left: 15px;
}

/* Home Page */
#primary-slider-area {
    height: 100%;
}
#primary-slider-area .primary-slider-inner {
    height: 100%;
    position: relative;
    width: 100%;
}
#primary-slider-area .slider-form-area {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
#primary-slider-area .slider-form-area {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

#primary-slider-area .slider-form-area h1 {
    color: #fff;
    font-family: 'VAGRoundedStd-Bold';
    font-size: 48px;
  	line-height: 48px;
    text-align: left;
    margin: 25px 0;
}
.home.page #slider-form {
    margin-top: 0;
    display: block;
}
@media screen and (max-width: 787px) {
    #slider-form {
        display: none;
    }
}
#slider-form {
    margin-top: 50px;
}
#slider-form .select-bg {
    height: 45px;
}
#slider-form select {
    background: transparent;
    border: 0;
    height: 45px;
    margin: 0;
    width: 110%;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
#slider-form input[type="submit"] {
    padding: 8px 0;
    width: 100%;
}
#slider-form input[type="submit"]:hover {
    background: rgba(0, 0, 0, 0.5);
}

.car-loan {
    background: #faa41a;
    color: #fff;
}
.car-loan a {
    color: #fff;
}
.car-loan p {
    margin: 0;
    padding: 10px 0;
}

.why-buy {
    color: #666;
    padding: 55px 0;
    font-size: 30px;
    line-height: 48px;
    background: #f2f2f2;
}
.why-buy a {
    color: #faa41a;
}
.why-buy p {
    margin: 0;
}

#about-us-area {
    padding: 110px 0;
}

#promo-two-area {
    padding: 50px 0;
    color: #fff;
}
#promo-two-area ._style {
    color: #fff;
}
#promo-two-area ._style:after {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
#promo-two-area p {
    color: #fff;
    text-align: center;
}

#home-tabs-area {
    padding: 120px 0 80px;
}

.rtbs .rtbs_menu ul {
    background: #f2f2f2;
    border-radius: 50px;
    overflow: hidden;
}
.rtbs .rtbs_menu ul li {
    text-align: center;
    width: 33.3%;
}
.rtbs .rtbs_menu ul li a {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 0;
    text-transform: uppercase;
    color: #faa41a;
    display: block;
    outline: none;
}
.rtbs .rtbs_menu ul li.current {
    background: #faa41a;
    color: #fff;
}

.rtbs .rtbs_content {
    border: 0 none !important;
    background: #fff !important;
}
.rtbs .rtbs_content ul {
    list-style-position: inside;
    margin: 30px 0 0 !important;
    padding: 0;
}
.rtbs .rtbs_content ul li {
    margin: 6px 0;
}
.rtbs .rtbs_content img {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
	-webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin: 0;
    width: 100%;
}

#home-products-area {
    color: #fff;
}
#home-products-area ._style {
    color: #fff;
    margin-bottom: 50px;
    padding: 0 15px;
}
#home-products-area ._style:after {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
#home-products-area .cb-btn {
    margin-bottom: 25px;
}

.home-products-left {
    padding: 90px 0;
}

.home-products-right {
    padding: 90px 10% 25px;
    background: #faa41a;
}
.home-products-right .home-products-item {
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.home-products-right .home-products-item:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.home-products-right .home-products-item a {
	display: block;
	margin-bottom: 10px;
	color: #fff;
}

.home-products-right .home-products-item a:hover,
.home-products-right .home-products-item a:focus {
	text-decoration: none;
	outline: none;
}

#testimonial-area {
    padding: 80px 0;
}
#testimonial-area ._style {
    margin-top: 35px;
}

.testimonial-inner {
    background: #faa41a;
    padding: 15px;
    position: relative;
}
.testimonial-inner q {
    color: #fff;
}
.testimonial-inner .testimonial-inner > p {
    font-family: "VAGRoundedStd-Light",sans-serif;
    margin-top: 20px;
    color: #333;
}
.testimonial-inner .testimonial-arrow {
    border-left: 25px solid transparent;
    border-top: 25px solid #faa41a;
    left: -25px;
    position: absolute;
    top: 25px;
}

#testimonial-area .owl-carousel.owl-loaded {
    padding-top: 35px;
}
#testimonial-area .owl-carousel.owl-loaded .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}
#testimonial-area .owl-carousel.owl-loaded .owl-nav > div {
    display: inline-block;
    padding: 5px 10px;
    color: #d2d2d2;
}
#testimonial-area .owl-carousel.owl-loaded .owl-nav > div:hover {
    color: #000;
}
#testimonial-area .owl-carousel.owl-loaded .owl-nav > div i {
    font-size: 20px;
}

/* Home Form Page */
#home-form-area {
    padding: 50px 0;
}
#home-form-area .form-heading::after {
    background: #e0e0e0 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 25px 0;
    width: 100%;
}
#home-form-area .form-step-details,
#home-form-area .form-step {
    background: #fff;
    margin-bottom: 30px;
    padding: 40px 60px;
    border: 1px solid #ededed;
    border-radius: 4px;
}
#home-form-area .form-step-details > div:not(:first-child),
#home-form-area .form-step > div:not(:first-child) {
    margin-bottom: 15px;
}
#home-form-area .hcf-btn-area,
#home-form-area .hcf-submit-area {
    margin: 0 -15px;
}
#home-form-area .cb-btn {
    border-radius: 4px;
}
#home-form-area #home-form .select-inner,
#home-form-area #trade-in-form .select-inner,
#home-form-area #car-loans-form .select-inner,
#home-form-area #our-stock-form .select-inner,
#home-form-area #contact-us-form .select-inner,
#home-form-area #repayment-calculator-form .select-inner,
#home-form-area #nlc-form .select-inner {/*added by samsIT: 01/08/2017*/
    top: 28px;
}
#home-form-area textarea.form-control {
    height: 85px;
}
#home-form-area textarea.form-control[name="comment"] {
    height: 85px; /*edited by samsIT: org: 250px*/
}
#home-form-area label {
    display: block;
    color: #666666;
    font-weight: 300;
}
#home-form-area label.error {
    color: #f00;
}
#home-form-area .step2,
#home-form-area .step3,
#home-form-area .step-details,
#home-form-area .hcf-submit-area,
#home-form-area .thank-you {
    display: none;
}
#home-form-area .thank-you i {
    color: #faa41a;
    font-size: 55px;
}
#home-form-area .thank-you h1 {
    color: #323232;
    font-size: 60px;
}
#home-form-area .thank-you .thank-you-text {
    font-size: 30px;
    font-weight: 300;
    margin: 90px 0;
}
#home-form-process-area ul {    
  	padding: 0;
}
#home-form-process-area ul li {
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: 400;
  	padding: 0;
}
#home-form-process-area ul li:after {
    content: none;
}
#home-form-process-area ul li span:first-child {
    background: #f5f5f5;
    border: 4px solid #dadada;
    border-radius: 50%;
    display: block;
    height: 50px;
    margin: 0 auto 15px;
    line-height: 45px;
    font-size: 24px;
    position: relative;
    width: 50px;
    color: #818181;
}
#home-form-process-area ul li span:first-child::after {
    background: #dadada;
    content: "";
    display: block;
    height: 10px;
    left: 108%;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 136px;
    z-index: 9;
}
#home-form-process-area ul li span:last-child {
    left: -100%;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 300%;
}
#home-form-process-area ul li.active > span:first-child,
#home-form-process-area ul li.done > span:first-child {
    background: #faa41a;
    color: #fff;
}
#home-form-process-area ul li.active > span:last-child {
    color: #faa41a;
    font-weight: bold;
}
#home-form-process-area ul li:last-child span:first-child:after {
    content: none;
}
#home-form-process-area ul li + li {
    margin-left: 130px;
}
@media all and (max-width: 399px) {
	#home-form-process-area ul li + li {
		margin-left: 7px;
	}
	#home-form-process-area ul li span:first-child {    
		height: 40px;    
		line-height: 35px;    
		width: 40px;
	}
	#home-form-process-area ul li span:first-child::after {
		width: 13px;
	}
	#home-form-process-area ul li span:last-child {    
		display: none;
		font-size: 14px;
	}
	#home-form-process-area ul li.active span:last-child {
		display: block;    
	}
}
@media all and (min-width: 400px) and (max-width: 767px) {
	#home-form-process-area ul li + li {
		margin-left: 25px;
	}
	#home-form-process-area ul li span:first-child {    
		height: 40px;    
		line-height: 35px;    
		width: 40px;
	}
	#home-form-process-area ul li span:first-child::after {
		width: 31px;
	}
	#home-form-process-area ul li span:last-child {    
		display: none;
		font-size: 14px;
	}
	#home-form-process-area ul li.active span:last-child {
		display: block;    
	}
}
@media all and (max-width: 767px) {
	#site-title-area {
		min-height: 215px;
		margin-top: 56px; /*edited by samsIT: org - 75px;*/
	}
    .page-template-template-home-form #site-wrap #site-title-area {
        min-height: 150px;
    }
    .waw-welcome-text h1 {
        font-size: 36px;
     	line-height: 36px;
    }
    #site-wrap  .waw-welcome-text ul {
        margin: 0;
        text-align: center;
        list-style: none;
    }
    #home-form-area .form-step-details, #home-form-area .form-step {
        padding: 15px;
    }
    #home-form-area .hcf-btn-area, #home-form-area .hcf-submit-area {
        padding-right: 30px;
    }
    #home-form-area .cb-btn + .cb-btn {
        margin-top: 15px;
    }
    .sidebar-area {
        margin-top: 50px;
    }
    #site-header .call-to-action {
        text-align: right;
    }
}
@media all and (min-width:768px) and (max-width: 992px) {
    #home-form-process-area ul li span:first-child::after { 
        width: 86px;
    }
    #home-form-process-area ul li + li {
        margin-left: 80px;
    }
     #home-form-area .form-step-details, #home-form-area .form-step {
        padding: 15px;
    }
}

/* Single Page */
#cb-single-page-content {
    padding: 80px 0;
}
#cb-single-page-content .cb-para > p:not(:empty) {
    margin-bottom: 15px;
}

/* Testimonial Page */
.speech p {
    border: 1px solid #e4e7ec;
    margin: 0;
    padding: 20px;
    text-align: justify;
    margin-bottom: 20px;
    position: relative;
}
.speech p .testimonial-arrow {
    background: transparent url("images/testimonials-speech-bg.jpg") no-repeat scroll 0 -4px;
    display: block;
    height: 20px;
    left: 30px;
    position: absolute;
    top: 100%;
    width: 20px;
    z-index: 9;
}

.testimonial-img img {
    border-radius: 50%;
}

/* Research Page */
.panel-group .panel + .panel {
    margin-top: 20px;
}

.panel-default .panel-heading {
    height: 45px;
    padding: 0 45px 0 0;
    position: relative;
    border-color: #e8e8e8;
}
.panel-default .panel-heading::after {
    background: #fff;
    border-left: 1px solid #e8e8e8;
    top: 0;
    height: 100%;
    width: 45px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
    content: "\f107";
    font-family: FontAwesome;
}
.panel-default .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #323232;
    line-height: 18px;
}

.panel-collapse {
    position: relative;
}
.panel-collapse::after {
    background: #fff;
    border-left: 1px solid #e8e8e8;
    bottom: 100%;
    height: 45px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 45px;
    z-index: 2;
    content: "\f106";
    font-family: FontAwesome;
}

/* Car Loans Page */
.wpcf7 p {
    float: left;
    margin: 0;
    width: 100%;
    padding-right: 15px;
}

.wpcf7 label {
    color: #666666;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
    padding-left: 15px;
}
.wpcf7 label span {
    color: #9fb1bd;
}

.wpcf7 textarea.form-control {
    height: 200px;
}

.wpcf7 .form-control:focus {
    border-color: #cbcbcb;
}

.wpcf7 .wpcf7-radio label {
    margin: 0;
    padding: 0;
}

input[type="radio"],
.wpcf7 .wpcf7-radio label {
    cursor: pointer;
}

.wpcf7 .wpcf7-submit {
    border-radius: 7px;
    padding: 10px 50px;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:focus {
    color: #faa41a;
}

/* Car List */
.car-list .car-item {
    border: 1px solid #e8e8e8;
    margin-bottom: 25px;
}

.car-name, .single-car-item .car-desc h3, .single-car-item .related-car h3 {
    background: #f9f9f9;
    border-top: 3px solid #faa41a;
    padding: 15px;
}
.car-name h2, .single-car-item .car-desc h3 h2, .single-car-item .related-car h3 h2 {
    font-weight: bold;
    margin: 0;
    color: #323232;
}
.car-name .car-price, .single-car-item .car-desc h3 .car-price, .single-car-item .related-car h3 .car-price {
    color: #faa41a;
}

.car-meta {
    padding: 15px;
}
.car-meta p {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 5px 0;
}
.car-meta p span {
    float: right;
}
.car-meta p:first-child {
    border-top: 1px solid #cccccc;
}
.car-meta .cb-btn {
    border-radius: 7px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 50px;
    font-size: 16px;
}
.car-meta .cb-btn:hover, .car-meta .cb-btn:focus {
    color: #faa41a;
    background: transparent;
}

/* Single Car Details */
.single-car-item .car-name, .single-car-item .car-desc h3, .single-car-item .related-car h3 {
    margin-bottom: 25px;
}
.single-car-item .car-meta {
    padding: 0;
}
.single-car-item .car-meta .cb-btn {
    padding: 15px 75px;
}
.single-car-item .car-img > img {
    padding: 10px;
    width: 100%;
}
.single-car-item .owl-carousel {
    margin-top: 25px;
    padding: 0 20px;
}
.single-car-item .owl-item img {
    height: 125px;
    width: 180px;
}
.single-car-item .owl-nav {
    left: 0;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}
.single-car-item .owl-nav > div {
    display: inline-block;
    padding: 0 10px;
}
.single-car-item .owl-nav .owl-prev {
    float: left;
	-webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.single-car-item .owl-nav .owl-next {
    float: right;
	-webkit-transform: translateX(-10px);
    transform: translateX(10px);
}
.single-car-item .owl-nav i.fa {
    color: #faa41a;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.single-car-item .car-desc {
    border: 1px solid #e8e8e8;
    margin-top: 75px;
}
.single-car-item .car-desc h3 {
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    color: #323232;
}
.single-car-item .car-desc-text {
    padding: 20px;
    text-align: justify;
}
.single-car-item .related-car {
    border: 1px solid #e8e8e8;
    margin-top: 75px;
}
.single-car-item .related-car h3 {
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    color: #323232;
}
.single-car-item .related-car .related-car-inner {
    padding: 20px;
}
.single-car-item .related-car .related-car-inner > p {
    margin: 20px 0;
}
.single-car-item .related-car .related-car-item {
    background: #f5f5f5;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #323232;
}
.single-car-item .related-car .related-car-item img {
    width: 100%;
}
.single-car-item .related-car .related-car-item h4 {
    margin: 20px 0;
}
.single-car-item .related-car .related-car-item p {
    color: #323232;
    margin: 2px 0;
    font-weight: 700;
}
.single-car-item .related-car .related-car-item .cb-btn {
    border-radius: 5px;
    display: inline-block;
    padding: 8px 30px;
    margin-top: 15px;
}
.single-car-item .related-car .related-car-item .cb-btn:hover, 
.single-car-item .related-car .related-car-item .cb-btn:focus {
    color: #faa41a;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, 
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, 
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, 
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, 
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, 
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, 
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, 
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  background: #faa41a !important;
}
.site-navigation-inner .navbar-header .shiftnav-toggle {
	display: none;
	margin: 0;
	padding: 2px 4px;
}
.site-navigation-inner .navbar-header .shiftnav-toggle i {
    color: #faa41a;
  	margin: 0;
}
/* Responsive Layout */
@media all and (max-width: 400px) {
	.call-to-action-xs .site-phone p {
    	font-size: 16px;
	}
	.site-navigation-inner .navbar-header .shiftnav-toggle {
		padding: 2px 8px;
	}
}
@media all and (max-width: 767px) {
	  header#site-header {
		padding: 15px 0;
	}
	.site-navigation-inner .navbar-header .shiftnav-toggle {
		display: inline-block;
		padding: 3px 10px;
	}
	.gl-breadcrumb {
		margin-top: 5px;
  		padding: 0 15px;
	}
	#cb-single-page-content {
		padding: 30px 0;
	}
    #site-header .site-branding,
    #site-header .site-navigation,
    #site-header .call-to-action {
        height: auto;
    }
	.navbar-header {
		text-align: right;
	}
    #home-tabs-area .rtbs_menu ul {
        border-radius: 0;
    }
    #home-tabs-area .rtbs_menu ul::after {
        top: 3px;
    }
    #home-tabs-area .rtbs_menu ul li {
        color: #000;
        text-align: left;
        width: 100%;
    }
    .panel-default .panel-heading {
        height: auto;
    }
}
@media all and (min-width: 768px) {
    .home-products-left,
    .home-products-right {
        min-height: 550px;
    }
}
/*//added by samsIT: 26/07/2017*/
.container-popupLoadingVehiclePicker {
	position: relative;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index:99999;
	display:none;
}
.popupLoadingVehiclePicker {
	width: 50%;
	height: 50%;
	/*background: #1abcb9;*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #eee;
	text-align:center;
	/*font-weight:bold;
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;*/
}

.sold {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2); /* Green background with 30% opacity */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #f30;
	text-align:center;
	font-size: 36px;
	font-weight:bold;
	padding-top:25%;
	/*font-style:italic;
	font-family:Verdana, Geneva, sans-serif;*/
}
/*17/10/2017: added by samsIT*/
#our-stock-area {
    padding: 90px 0;
}