/*
Theme Name: 	subaru2
Theme URI: 	    http://www.dealersolutions.com.au
Description: 	Subaru 2
Version: 	    1.0.1
Author: 	    Dealer Solutions
Author URI: 	http://www.dealersolutions.com.au

License:	    Closed
*/


/*Helpers*/
.nopadding{
    padding: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
}

.nopadding-top {
    padding-top: 0 !important;
}

.nopadding-bottom {
    padding-bottom: 0 !important;
}

.nomargin{
    margin: 0 !important;
}

.nomargin-left {
    margin-left: 0 !important;
}

.nomargin-right {
    margin-right: 0 !important;
}

.nomargin-top {
    margin-top: 0 !important;
}

.nomargin-bottom {
    margin-bottom: 0 !important;
}

.theme-subaru2 .btn {
    border-radius: 30px;
    font-family: 'Avenir LT Std 35 Light',"Open Sans",Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    position: relative;
    line-height: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.theme-subaru2 .btn.btn-arrow {
    padding-left: 40px;
    padding-right: 60px;
}
/*.buyers-tools .buyers-tools-inner {*/ /* change to: nav.sidebar-sticky */
    /*min-width: 60px;*/
    /*width: 60px;*/
    /*position: relative;*/
    /*transition: width 500ms ease-in-out;*/
    /*transition-delay: 250ms;*/
/*}*/
nav.sidebar-sticky {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1030;
    background-color: #014994;
    -webkit-transition: right 1s;
    transition: right 1s;
}

nav.sidebar-sticky .fa-map-marker {
    padding-left: 19px;
}
nav.sidebar-sticky .fa-question-circle {
    padding-left: 14px;
}
nav.sidebar-sticky:hover {
    right: 0;
}
@media( max-width: 991px) {
    nav.sidebar-sticky {
        right: -170px;
    }
}
nav.sidebar-sticky.fixed {
    right: -170px;
}
nav.sidebar-sticky ul {
    margin-bottom: 0;
    padding: 0
}
nav.sidebar-sticky li {
    list-style-type: none;
    margin: 0;
    white-space: nowrap;
}
nav.sidebar-sticky li a {
    line-height: 2.2;
    padding: 5px 55px;
    font-size: 14px;
    border-bottom: 1px solid #76AFEC;
    color: #fff;
    display: block;
    text-decoration: none;
}
nav.sidebar-sticky li:last-of-type a {
    border-bottom: none;
}
nav.sidebar-sticky li i {
    padding: 5px 12px;
    float: left;
    color: #fff;
    pointer-events: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
}
.showroom .sidebar-sticky .fa {
    margin-left: 0;
    margin-right: 0;
}
.showroom .sidebar-sticky li a:hover {
    color: #fff;
    text-decoration: none;
}
nav.sidebar-sticky li a:hover {
    background-color: #1D6AB2;
}
.theme-subaru2 .btn.btn-arrow:before {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #1d6ab2;
    border-radius: 50%;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    font-size: 28px;
    line-height: 38px;
}
.theme-subaru2 .btn.btn-sm {
    font-size: 13px;
    font-family: 'Avenir LT Std 35 Light',"Open Sans",Helvetica, Arial, sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
}
.theme-subaru2 .btn.btn-sm.btn-arrow:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
}
.theme-subaru2 .btn.btn-lg {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Avenir LT Std 65 Medium',"Open Sans",Helvetica, Arial, sans-serif;
}
.theme-subaru2 .btn.btn-lg.btn-arrow:before {
    width: 54px;
    height: 54px;
    line-height: 54px;
}
.theme-subaru2 .btn.btn-primary {
    background: #1d6ab2;
    border-color: #1d6ab2;
}
.theme-subaru2 .btn.btn-primary:hover,
.theme-subaru2 .btn.btn-primary:focus {
    background: #165086;
    border-color: #165086;
}
.theme-subaru2 .btn.btn-info {
    background: #00acee;
    border-color: #00acee;
}
.theme-subaru2 .btn.btn-info:hover,
.theme-subaru2 .btn.btn-info:focus {
    background: #0087bb;
    border-color: #0087bb;
}
.theme-subaru2 .btn.btn-info.btn-arrow:before {
    color: #00acee;
}
.theme-subaru2 .btn.btn-border {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.theme-subaru2 .btn.btn-border:hover,
.theme-subaru2 .btn.btn-border:focus {
    background: none;
    color: #1d6ab2;
    border-color: #1d6ab2;
}
.theme-subaru2 .btn.btn-border-primary {
    background: none;
    border: 1px solid #1d6ab2;
    color: #1d6ab2;
}
.theme-subaru2 .btn.btn-border-primary.btn-arrow:before {
    background: #1d6ab2;
    color: #fff;
}
.theme-subaru2 .btn.btn-border-primary:hover,
.theme-subaru2 .btn.btn-border-primary:focus {
    background: #1d6ab2;
    border-color: #1d6ab2;
    color: #fff;
}
.page .ds-backtotop {
    width: 40px;
    height: 40px;
    border: 0;
    background: #1d6ab2;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    position: fixed;
    z-index: 1200;
    bottom: 30px;
    right: 30px;
    padding: 0;
    margin: 0;
}
.page .ds-backtotop:hover,
.page .ds-backtotop:focus {
    outline: 0 none;
    background: #165086;
    color: #fff;
    box-shadow: none;
}
.theme-subaru2  {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    background: #eeeeee;
    font-weight: 400;
    position: relative;
    font-family: 'Avenir LT Std 55 Roman',"Open Sans",Helvetica, Arial, sans-serif;
}
.theme-subaru2:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.theme-subaru2.offcanvas:before {
    opacity: 1;
    z-index: 90;
}
.theme-subaru2 *:focus {
    outline: 0 none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme-subaru2 a:not(.btn) {
    color: #1d6ab2;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.theme-subaru2 a:not(.btn):hover,
.theme-subaru2 a:not(.btn):focus {
    color: #165086;
}
.theme-subaru2 h1,
.theme-subaru2 h2,
.theme-subaru2 h3,
.theme-subaru2 h4,
.theme-subaru2 h5,
.theme-subaru2 h6,
.theme-subaru2 .h1,
.theme-subaru2 .h2,
.theme-subaru2 .h3,
.theme-subaru2 .h4,
.theme-subaru2 .h5,
.theme-subaru2 .h6 {
    font-family: 'Avenir LT Std 95 Black',"Open Sans",Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.theme-subaru2 h1,
.theme-subaru2 .h1{
    font-size: 30px;
}
.theme-subaru2 h2,
.theme-subaru2 .h2{
    font-size: 26px;
}
.theme-subaru2 h3,
.theme-subaru2 .h3{
    font-size: 22px;
}
.theme-subaru2 h4,
.theme-subaru2 .h4{
    font-size: 18px;
}
.theme-subaru2 h5,
.theme-subaru2 .h5{
    font-size: 14px;
}
.theme-subaru2 h6,
.theme-subaru2 .h6{
    font-size: 10px;
}
.theme-subaru2 form label {
    font-family: 'Avenir LT Std 35 Light',"Open Sans",Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.theme-subaru2 .form-control {
    /*border-radius: 30px;*/
    height: 40px;
    border-color: #fff;
    color: #A8A9AD;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme-subaru2 .form-control:focus {
    border-color: #1d6ab2;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme-subaru2 textarea.form-control {
    height: auto;
}
.theme-subaru2 .ds-header {
    background: #ffffff !important;
	/*border-top: 30px solid #eee;
    padding-top: 15px;*/
}
.ds-subheader {
	padding:10px 0;
	background:#eeeeee;
}
.dssubheader-main  {
	padding-top:15px !important;
}
.header-address, .header-dealername {
	text-align:right;
}
.header-address > div {
	vertical-align:top;
	display:inline-block;
	margin-right:3px;
}
.header-address > div:last-child {
	margin-right:0px !important;
}
/*.header-address > div {
	display:inline-block;
	vertical-align:top;
}*/
@media screen and (max-width: 991px) {
    .theme-subaru2 .ds-header {
        padding-bottom: 15px;
    }
}

.theme-subaru2 .ds-header .brand-info:before,
.theme-subaru2 .ds-header .brand-info:after {
    content: " ";
    display: table;
}
.theme-subaru2 .ds-header .brand-info:after {
    clear: both;
}

@media screen and (max-width: 767px) {
    .theme-subaru2 .ds-header .brand-info .logo {
        border: 0;
        margin: 0;
        padding-right: 0;
        width: 100%;
        float: left;
        text-align: center;
    }
	
	.dssubheader-main a.logo {
		display:block !important;
		text-align:center !important;
	}
	
	.header-dealername {
		text-align:center !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .theme-subaru2 .ds-header .brand-info .logo {
        border: 0;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .ds-header .brand-info .logo img {
        width: 130px;
    }
}
.theme-subaru2 .ds-header .brand-info .tagline {
    font-size: 25px;
    font-family: 'Avenir LT Std 95 Black',"Open Sans",Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .ds-header .brand-info .tagline {
        font-size: 16px;
        width: 100%;
        float: left;
        margin-top: 15px;
        text-align: center;
    }

    .theme-subaru2 .ds-header-alt .header-dealername .tagline{
        font-size: 20px;
        margin-top:15px;
        margin-bottom: 0;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .theme-subaru2 .ds-header .brand-info .tagline {
        float: right;
        margin: 30px 0;
    }
}
.theme-subaru2 .ds-header .header-action {
    text-align: right;
    margin-top: 20px;
}
.theme-subaru2 .ds-header .header-action .btn {
    padding: 12px 24px;
}
.theme-subaru2 .ds-header .header-action .btn > i {
    font-size: 24px;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: -10px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .ds-header .header-action .btn {
        font-size: 13px;
        padding: 8px 15px;
    }
}
.theme-subaru2 .ds-mainnav {
    background: #fff;
    padding: 0 0 15px 0;
    text-align: center;
    position: relative;
    z-index: 1000;
}
.theme-subaru2 .ds-mainnav .brand-info {
    float:left;
    margin-top: -80px;
}
@media screen and (max-width: 991px) {
    .theme-subaru2 .ds-mainnav {
        padding: 0;
    }
}
.theme-subaru2 .ds-mainnav .ds-nav {
    margin: 0;
    padding: 0;
    display: none;
    text-align:right;
    float:right;
}
@media screen and (min-width: 992px) {
    .theme-subaru2 .ds-mainnav .ds-nav {
        display: block;
    }
}
.theme-subaru2 .ds-mainnav .ds-nav.active {
    display: block;
}
.theme-subaru2 .ds-mainnav .ds-nav > li {
    display: inline-block;
    padding: 0 0 0 35px;
    font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .theme-subaru2 .ds-mainnav .ds-nav > li {
        padding: 0 10px;
        font-size: 16px;
    }
}
.theme-subaru2 .ds-mainnav .ds-nav > li a {
    color: #000;
}
.theme-subaru2 .ds-mainnav .ds-nav > li a > i {
    color: #1d6ab2;
}
.theme-subaru2 .ds-mainnav .ds-nav > li a:hover,
.theme-subaru2 .ds-mainnav .ds-nav > li a:focus {
    color: #1d6ab2;
    text-decoration: none;
}
.theme-subaru2 .ds-mainnav .ds-nav > li.dropdown .dropdown-menu {
    text-align: left;
    border: 0;
    border-radius: 0;
    background: #FFF;
    padding: 0;
}
.theme-subaru2 .ds-mainnav .ds-nav > li.dropdown .dropdown-menu li a {
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
}
.theme-subaru2 .ds-mainnav .ds-nav > li.dropdown .dropdown-menu li.active a,
.theme-subaru2 .ds-mainnav .ds-nav > li.dropdown .dropdown-menu li a:hover,
.theme-subaru2 .ds-mainnav .ds-nav > li.dropdown .dropdown-menu li a:focus {
    background: #1d6ab2;
    color: #fff;
}
.theme-subaru2 .ds-mainnav .ds-nav > li .btn-hide-offcanvas {
    position: absolute;
    top: 0;
    left: 100%;
    height: 38px;
    width: 38px;
    background: #1d6ab2;
    border: 0;
    color: #fff;
}
.theme-subaru2 .ds-mainnav .ds-nav > li .btn-hide-offcanvas:hover,
.theme-subaru2 .ds-mainnav .ds-nav > li .btn-hide-offcanvas:focus {
    outline: 0 none !important;
}
@media screen and (max-width: 991px) {

    .theme-subaru2 .ds-mainnav .ds-nav > li.dropdown .dropdown-menu {
        background: #1d6ab2;
    }
    .theme-subaru2 .ds-mainnav .ds-nav > li.dropdown .dropdown-menu li a {
        color: #FFF;
    }
    .theme-subaru2 .ds-mainnav .ds-nav > li.dropdown .dropdown-menu li a:hover,
    .theme-subaru2 .ds-mainnav .ds-nav > li.dropdown .dropdown-menu li a:focus {
        background: #1d6ab2;
        color: #fff;
    }

    .theme-subaru2 .ds-mainnav .ds-nav {
        position: fixed;
        z-index: 100;
        top: 0;
        bottom: 0;
        left: -320px;
        width: 280px;
        background: #1d6ab2;
        transition: all 0.2s ease-in-out 0.1s;
        -moz-transition: all 0.2s ease-in-out 0.1s;
        -webkit-transition: all 0.2s ease-in-out 0.1s;
        display: block;
    }
    .theme-subaru2 .ds-mainnav .ds-nav li {
        display: block;
        padding: 0;
        text-align: left;
    }
    .theme-subaru2 .ds-mainnav .ds-nav li a {
        display: block;
        padding: 8px 20px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .theme-subaru2 .ds-mainnav .ds-nav li a .fa,
    .theme-subaru2 .ds-mainnav .ds-nav li a i {
        color: #fff;
    }
    .theme-subaru2 .ds-mainnav .ds-nav li a:hover,
    .theme-subaru2 .ds-mainnav .ds-nav li a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    .theme-subaru2 .ds-mainnav .ds-nav li .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        padding-left: 20px !important;
        padding-right: 20px !important;
        float: none;
    }
}
.theme-subaru2 .ds-mainnav .ds-nav.offcanvas {
    left: 0;
}
.theme-subaru2 .ds-hero img {
    max-width: 100%;
}
@media screen and (max-width: 991px) {
    .theme-subaru2 .ds-hero {
        height: 280px;
        overflow: hidden;
    }
    .theme-subaru2 .ds-hero img {
        height: 100%;
        width: auto;
        max-width: none;
    }
}
.theme-subaru2 .irs .irs-bar {
    background-image: -webkit-linear-gradient(left, #024796 0%, #00acee 100%);
    background-image: -o-linear-gradient(left, #024796 0%, #00acee 100%);
    background-image: linear-gradient(to right, #024796 0%, #00acee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff024796', endColorstr='#ff00acee', GradientType=1);
    background-position: inherit;
    height: 5px;
    border-radius: 4px;
    top: 28px;
}
.theme-subaru2 .irs .irs-slider {
    width: 6px;
    background: #000;
    border-radius: 4px;
    cursor: pointer;
}
.theme-subaru2 .irs .irs-line-mid,
.theme-subaru2 .irs .irs-line-left,
.theme-subaru2 .irs .irs-line-right,
.theme-subaru2 .irs .irs-bar-edge {
    background: #fff;
    border-radius: 6px;
}
.theme-subaru2 .irs .irs-from,
.theme-subaru2 .irs .irs-to,
.theme-subaru2 .irs .irs-single {
    margin-top: 5px;
}
.theme-subaru2 .btn-offcanvas {
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    background: none;
    border: 0;
    padding: 10px 20px;
    font-size: 24px;
    color: #1d6ab2;
}
/*.theme-subaru2 #ds-home-slideshow .slide-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    color: #000;
    height: 460px;
    padding: 60px 0;
}
.theme-subaru2 #ds-home-slideshow .slide-item .slide-item-action {
    position: absolute;
    bottom: 60px;
}
.theme-subaru2 #ds-home-slideshow .slide-item .slide-item-action .name {
    margin-bottom: 30px;
}
.theme-subaru2 #ds-home-slideshow .slide-item .slide-item-action .name > img {
    margin: 0 auto;
}
.theme-subaru2 #ds-home-slideshow .slide-item.slide-item-1 {
    background-image: url('img/home-slide-1.jpg');
}*/

.theme-subaru2 .features-list .features-list-item {
    position: relative;
}
.theme-subaru2 .features-list .features-list-item .features-list-item-img {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .features-list .features-list-item .features-list-item-img {
        display: none;
    }
}
.theme-subaru2 .features-list .features-list-item .features-list-item-action {
    display: block;
    padding: 15px;
    text-align: center;
    font-family: 'Avenir LT Std 65 Medium',"Open Sans",Helvetica, Arial, sans-serif;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .features-list .features-list-item .features-list-item-action {
        position: relative;
        margin-bottom: 5px;
        background: #000;
    }
}
.theme-subaru2 .features-list .features-list-item .features-list-item-action:hover,
.theme-subaru2 .features-list .features-list-item .features-list-item-action:focus {
    text-decoration: none;
}
.theme-subaru2 .features-list .features-list-item:hover .features-list-item-action {
    background: #1d6ab2;
    color: #fff;
}
.theme-subaru2 .product-slider-item a,
.theme-subaru2 .product-slider-item .product-slider-item-comingsoon {
    display: block;
    text-align: center;
}
/*.theme-subaru2 .product-slider-item a > img {
    width: 100%;
}*/
.theme-subaru2 .product-slider-item a > span,
.theme-subaru2 .product-slider-item .product-slider-item-comingsoon > span {
    font-size: 26px;
    color: #000;
    font-family: 'Avenir LT Std 95 Black',"Open Sans",Helvetica, Arial, sans-serif;
    display: block;
    line-height:30px;
}

.theme-subaru2 .product-slider-item a:hover,
.theme-subaru2 .product-slider-item a:focus {
    text-decoration: none;
}
.theme-subaru2 .product-slider-item a:hover span,
.theme-subaru2 .product-slider-item a:focus span {
    color: #1d6ab2;
}
.theme-subaru2 .form-control.bootstrap-select {
    background: none;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme-subaru2 .form-control.bootstrap-select .btn {
    height: 30px;
    padding: 6px 15px;
    font-size: 14px;
}
.theme-subaru2 .form-control.bootstrap-select .dropdown-toggle .fa {
    font-size: 14px;
    margin-left: -5px;
    color: #000;
}
.theme-subaru2 .form-search .form-control.bootstrap-select {
    margin-bottom: 25px;
}
.theme-subaru2 .form-search .form-control.bootstrap-select .btn {
    color: #aaa;
    border-color: #fff;
    font-size: 12px;
}
.theme-subaru2 .form-search .form-control.bootstrap-select .btn:hover,
.theme-subaru2 .form-search .form-control.bootstrap-select .btn:focus {
    background: #fff;
    color: #000;
}
.theme-subaru2 .form-search .range-slider {
    margin-bottom: 30px;
}
.theme-subaru2 .map-detail-box {
    font-size: 16px;
    font-family: 'Avenir LT Std 35 Light',"Open Sans",Helvetica, Arial, sans-serif;
}
.theme-subaru2 .map-detail-box h5 {
    margin: 5px 0 15px 0;
    text-transform: uppercase;
    font-size: 16px;
}
.theme-subaru2 .map-detail-box p:last-child {
    margin-bottom: 5px;
}
.theme-subaru2 .map-detail-box a {
    text-transform: uppercase;
    font-family: 'Avenir LT Std 55 Roman',"Open Sans",Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.theme-subaru2 .map-detail-box a:hover,
.theme-subaru2 .map-detail-box a:focus {
    color: #00acee;
    text-decoration: none;
}
.theme-subaru2 .theme-subaru-section-secondary .ds-form  h2{
    margin-top: 0;
    margin-bottom: 0;
    color: #6D767F;
}

.theme-subaru2 .ds-form .error{
    color: #b94a48;
}

.theme-subaru2 .ds-form select,
.theme-subaru2 #quick-search select,
.dslc select{
    -webkit-appearance:none;
}

.theme-subaru2 .ds-form .form-title,
.theme-subaru2 form .form-title {
    font-family: 'Avenir LT Std 65 Medium',"Open Sans",Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #1d6ab2;
    margin: 30px 0;
    font-size: 18px;
    font-weight: 400;
}
.theme-subaru2 .ds-form .form-group,
.theme-subaru2 form .form-group {
    margin-bottom: 15px;
}
.theme-subaru2 .ds-form .bootstrap-select .btn,
.theme-subaru2 form .bootstrap-select .btn {
    border-color: #fff;
    height: 40px;
    color: #A8A9AD;
}
.theme-subaru2 .ds-form .bootstrap-select .btn:focus,
.theme-subaru2 form .bootstrap-select .btn:focus,
.theme-subaru2 .ds-form .bootstrap-select .btn:hover,
.theme-subaru2 form .bootstrap-select .btn:hover {
    color: #000;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .ds-form .bootstrap-select .btn,
    .theme-subaru2 form .bootstrap-select .btn {
        margin-top: 10px;
    }
}
.theme-subaru2 .ds-form label,
.theme-subaru2 form label {
    font-size: 16px;
}
.theme-subaru2 .ds-form textarea.form-control,
.theme-subaru2 form textarea.form-control {
    min-height: 200px;
    margin-bottom: 30px;
}
.theme-subaru2 .footnav-box {
    font-family: 'Avenir LT Std 35 Light',"Open Sans",Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .footnav-box {
        margin-bottom: 20px;
    }
}
.theme-subaru2 .footnav-box .footnav-title {
    font-size: 20px;
    font-family: 'Avenir LT Std 65 Medium',"Open Sans",Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}

.theme-subaru2 .footnav-box p.addr {
    font-size: 16px;
    margin-bottom: 20px;
    color: #6D767F;
}
.theme-subaru2 .footnav-box .form-footnav .bootstrap-select {
    margin-bottom: 20px;
}
.theme-subaru2 .footnav-box .form-footnav .bootstrap-select .btn {
    border-radius: 0;
    font-size: 18px;
    color: #A9AAAD;
    padding: 15px 20px;
    border: 0;
    background: #fff;
    font-family: 'Avenir LT Std 35 Light',"Open Sans",Helvetica, Arial, sans-serif;
    height: auto;
}
.theme-subaru2 .footnav-box .footnav-time-list p {
    padding: 10px 0 0 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.theme-subaru2 .footnav-box .footnav-time-list p:before,
.theme-subaru2 .footnav-box .footnav-time-list p:after {
    content: " ";
    display: table;
}
.theme-subaru2 .footnav-box .footnav-time-list p:after {
    clear: both;
}
.theme-subaru2 .footnav-box .footnav-time-list p > span {
    float: right;
}
.theme-subaru2 .footnav-box .footnav-time-list p:last-child {
    border-bottom: 0;
}
.theme-subaru2 .footnav-box .footnav-action .btn {
    font-family: 'Avenir LT Std 35 Light',"Open Sans",Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 991px) {
    .theme-subaru2 .footnav-box .footnav-action .btn {
        margin-bottom: 10px;
    }
    .theme-subaru2 .footnav-box .footnav-action .btn > i {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    .theme-subaru2 .footnav-box .footnav-action .btn {
        width: 100%;
    }
}
.theme-subaru2 .footer {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .footer {
        text-align: center;
    }
}
.theme-subaru2 .footer > .container {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
}
.theme-subaru2 .footer p {
    font-size: 11px;
    margin: 0;
}
.theme-subaru2 .footer p.footer-powered {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .footer p.footer-powered {
        text-align: center;
    }
}
.theme-subaru2 .slick-slider .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
}
.theme-subaru2 .slick-slider .slick-dots li {
    display: inline-block;
    padding: 5px;
}
.theme-subaru2 .slick-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #D7D8DC;
    text-indent: -9999em;
    border: 0;
}
.theme-subaru2 .slick-slider .slick-dots li.slick-active button {
    background: #1d6ab2;
}
.theme-subaru2 .slick-slider .slick-arrow {
    border: 0;
    background: none;
    font-size: 36px;
    position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 2;
    color: #C6C6C6;
}
.theme-subaru2 .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}
.theme-subaru2 .slick-slider .slick-arrow:hover,
.theme-subaru2 .slick-slider .slick-arrow:focus {
    color: #1d6ab2;
}
.theme-subaru2 #ds-product-slider .slick-arrow {
    top: auto;
    bottom: 0;
    margin-bottom: -17px;
    font-size: 60px;
    color: #1D6AB2;
}
.theme-subaru2 .showroom-item {
    text-align: center;
    margin-bottom: 50px;
}
.theme-subaru2 .showroom-item .showroom-item-img {
    display: block;
    overflow: hidden;
}
.theme-subaru2 .showroom-item .showroom-item-img img {
    width: auto !important;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}
.theme-subaru2 .showroom-item .showroom-item-name {
    font-size: 26px;
    color: #000;
    margin: 20px 0;
    font-family: 'Avenir LT Std 95 Black',"Open Sans",Helvetica, Arial, sans-serif;
}
.theme-subaru2 .showroom-item:hover .showroom-item-img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.theme-subaru2 .showroom-nav {
    background: #014994;
    color: #fff;
    padding: 0;
    z-index: 1100;
}
.theme-subaru2 .showroom-nav.affix {
    top: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 991px) {
    .theme-subaru2 .showroom-nav {
        display: none;
    }
}
.theme-subaru2 .showroom-nav .si-logo {
    display: block;
    margin: 15px 0;
}
.theme-subaru2 .showroom-nav .si-logo img {
    max-width: 100%;
}
.theme-subaru2 .showroom-nav .si-nav {
    margin: 0;
    padding: 0;
}
.theme-subaru2 .showroom-nav .si-nav li {
    display: inline-block;
    vertical-align: middle;
}
.theme-subaru2 .showroom-nav .si-nav li a {
    display: block;
    padding: 20px 10px;
    color: #fff;
    font-family: 'Avenir LT Std 35 Light',"Open Sans",Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .theme-subaru2 .showroom-nav .si-nav li a {
        font-size: 13px;
    }
}
.theme-subaru2 .showroom-nav .si-nav li a:hover,
.theme-subaru2 .showroom-nav .si-nav li a:focus,
.theme-subaru2 .showroom-nav .si-nav li a.active {
    text-decoration: none;
    background: #1d6ab2;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .theme-subaru2 .showroom-nav .si-nav {
        display: none;
    }
    .theme-subaru2 .showroom-nav .si-nav.active {
        display: block;
    }
}
.theme-subaru2 .showroom-nav .si-toggle-nav {
    background: none;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 0;
    border: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.theme-subaru2 .showroom-item-color .item img {
    margin: 0 auto;
}
.theme-subaru2 .showroom-item-color-nav {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .theme-subaru2 .showroom-item-color-nav {
        margin: 0 auto;
    }
}
.theme-subaru2 .showroom-item-color-nav .nav-item {
    height: 35px !important;
    width: 35px !important;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ddd;
    cursor: pointer;
    margin: 5px auto;
    color: #1d6ab2;
    line-height: 32px;
}
.theme-subaru2 .showroom-item-color-nav .nav-item.blue {
    background: #1d6ab2;
    color: #fff;
}
.theme-subaru2 .showroom-item-color-nav .nav-item.red {
    background: #8D0101;
    color: #fff;
}
.theme-subaru2 .showroom-item-color-nav .nav-item.dark-blue {
    background: #031465;
    color: #fff;
}
.theme-subaru2 .showroom-item-color-nav .nav-item.black {
    background: #363636;
    color: #fff;
}
.theme-subaru2 .showroom-item-color-nav .nav-item.gray {
    background: #848282;
    color: #fff;
}
.theme-subaru2 .showroom-item-color-nav .nav-item.light-blue {
    background: #BBC3C9;
    color: #333;
}
.theme-subaru2 .showroom-item-color-nav .nav-item.silver {
    background: #EBEBEB;
    color: #333;
}
.theme-subaru2 .showroom-item-color-nav .nav-item:hover:before,
.theme-subaru2 .showroom-item-color-nav .nav-item:focus:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.theme-subaru2 .showroom-item-color-nav .slick-current .nav-item {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    line-height: 34px;
}
.theme-subaru2 .showroom-item-color-nav .slick-current .nav-item:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.theme-subaru2 .showroom-item-gallery-nav {
    margin: 40px auto 0 auto;
}
.theme-subaru2 .showroom-item-gallery-nav .showroom-gallery-thumb {
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .showroom-item-gallery-nav .showroom-gallery-thumb {
        padding: 5px;
    }
}
.theme-subaru2 .showroom-item-gallery-nav .showroom-gallery-thumb img {
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.theme-subaru2 .showroom-item-gallery-nav .showroom-gallery-thumb:hover img,
.theme-subaru2 .showroom-item-gallery-nav .showroom-gallery-thumb.slick-current img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    opacity: 1;
    filter: alpha(opacity=100);
}
.theme-subaru2 .showroom-item-gallery-nav .slick-arrow {
    margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
    .theme-subaru2 .showroom-item-gallery-nav .slick-arrow {
        left: -15px;
    }
    .theme-subaru2 .showroom-item-gallery-nav .slick-arrow.slick-next {
        left: auto;
        right: -15px;
    }
}
.theme-subaru2 .showroom-service-item {
    margin-bottom: 30px;
}
.theme-subaru2 .showroom-service-item .img {
    display: block;
}
.theme-subaru2 .showroom-service-item .img img {
    max-width: 100%;
}
.theme-subaru2 .showroom-service-item .name {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Avenir LT Std 95 Black',"Open Sans",Helvetica, Arial, sans-serif;
    margin: 15px 0;
    display: block;
    color: #000;
}
.theme-subaru2 .showroom-service-item .name:hover,
.theme-subaru2 .showroom-service-item .name:focus {
    color: #1d6ab2;
    text-decoration: none;
}
.theme-subaru2 .showroom-service-item .description {
    font-size: 14px;
    font-family: 'Avenir LT Std 35 Light',"Open Sans",Helvetica, Arial, sans-serif;
}
.theme-subaru2 .showroom-range-item {
    padding: 15px;
    margin-bottom: 30px;
}
.theme-subaru2 .showroom-range-item .showroom-range-item-img img {
    width: 100%;
}
.theme-subaru2 .showroom-range-item .showroom-range-item-name {
    font-size: 20px;
    font-family: 'Avenir LT Std 95 Black',"Open Sans",Helvetica, Arial, sans-serif;
    color: #000;
    display: block;
    padding: 15px 0;
    line-height: 1.4;
}
.theme-subaru2 .showroom-range-item .showroom-range-item-name span {
    display: block;
    font-family: 'Avenir LT Std 65 Medium',"Open Sans",Helvetica, Arial, sans-serif;
}
.theme-subaru2 .showroom-range-item .showroom-range-item-name:hover,
.theme-subaru2 .showroom-range-item .showroom-range-item-name:focus {
    color: #1d6ab2;
    text-decoration: none;
}
.theme-subaru2 .showroom-range-item .showroom-range-item-action {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.theme-subaru2 .showroom-range-item .showroom-range-item-action .showroom-range-item-price {
    font-size: 23px;
    font-family: 'Avenir LT Std 95 Black',"Open Sans",Helvetica, Arial, sans-serif;
}
.theme-subaru2 .showroom-range-item .showroom-range-item-action .showroom-range-item-price sub {
    bottom: 0;
    font-size: 12px;
    font-family: 'Avenir LT Std 65 Medium',"Open Sans",Helvetica, Arial, sans-serif;
}
.theme-subaru2 .showroom-range-item .showroom-range-item-action .showroom-range-item-more {
    font-size: 18px;
    font-family: 'Avenir LT Std 95 Black',"Open Sans",Helvetica, Arial, sans-serif;
    color: #000;
    display: block;
}
.theme-subaru2 .showroom-range-item .showroom-range-item-action .showroom-range-item-more i {
    color: #1d6ab2;
}
.theme-subaru2 .showroom-range-item .showroom-range-item-action .showroom-range-item-more:hover,
.theme-subaru2 .showroom-range-item .showroom-range-item-action .showroom-range-item-more:focus {
    color: #1d6ab2;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .theme-subaru2 .showroom-range-item .showroom-range-item-action .showroom-range-item-more {
        text-align: right;
    }
}
.theme-subaru2 .showroom-range-item .btn {
    border-radius: 10px;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .showroom-range-item .btn {
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .theme-subaru2 .showroom-range-item .btn {
        font-size: 10px;
    }
}

.theme-subaru2 .theme-subaru-section,
.showroom .theme-subaru-section,
.page-template-page-inventory-php .theme-subaru-section{
    padding: 60px 0;
}
@media screen and (max-width: 991px) {
    .theme-subaru2 .theme-subaru-section,
    .showroom .theme-subaru-section,
    .page-template-page-inventory-php .theme-subaru-section{
        padding: 30px 0;
    }
}
.theme-subaru2 .theme-subaru-section .theme-subaru-section-ct {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .theme-subaru-section .theme-subaru-section-ct {
        height: 0;
        overflow: hidden;
    }
    .theme-subaru2 .theme-subaru-section .theme-subaru-section-ct.in {
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .theme-subaru2 .theme-subaru-section .theme-subaru-section-ct {
        font-size: 14px;
    }
}
.theme-subaru2 .theme-subaru-section .theme-subaru-section-footer {
    text-align: center;
    padding: 30px;
}
.theme-subaru2 .theme-subaru-section .ds-title {
    text-align: center;
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    padding-bottom: 24px;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
    .theme-subaru2 .theme-subaru-section .ds-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
.theme-subaru2 .theme-subaru-section .ds-title.title-has-badge {
    background: url('img/badge-star.png') no-repeat top left;
    padding-left: 50px;
}
.theme-subaru2 .theme-subaru-section .ds-title.title-has-badge:before {
    display: none;
}
.theme-subaru2 .theme-subaru-section .ds-title .toggle-ct-xs {
    color: #1d6ab2;
    cursor: pointer;
    background: none;
    border: 0;
    margin: 0 auto;
    line-height: 1;
    height: 24px;
}
.theme-subaru2 .theme-subaru-section .ds-title .toggle-ct-xs .fa-angle-up {
    display: none;
}
.theme-subaru2 .theme-subaru-section .ds-title .toggle-ct-xs.active .fa-angle-up {
    display: block;
}
.theme-subaru2 .theme-subaru-section .ds-title .toggle-ct-xs.active .fa-angle-down {
    display: none;
}
.theme-subaru2 .theme-subaru-section .ds-title.title-has-badge .toggle-ct-xs {
    padding-right: 50px;
}
.theme-subaru2 .theme-subaru-section .ds-title:before {
    content: "";
    position: absolute;
    width: 150px;
    margin-left: -75px;
    bottom: 0;
    height: 4px;
    border-radius: 3px;
    background: #1d6ab2;
    left: 50%;
}

#block_intro > .container > .theme-subaru-section-intro {
    margin-top: 0px !important;
}

.theme-subaru2 .theme-subaru-section .theme-subaru-section-intro {
    text-align: center;
    font-family: 'Avenir LT Std 35 Light',"Open Sans",Helvetica, Arial, sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .theme-subaru-section .theme-subaru-section-intro {
        height: 0;
        overflow: hidden;
    }
    .theme-subaru2 .theme-subaru-section .theme-subaru-section-intro.in {
        height: auto;
    }
}
.theme-subaru2 .theme-subaru-section .theme-subaru-section-intro .action {
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    .theme-subaru2 .theme-subaru-section .theme-subaru-section-intro .action .btn {
        padding-left: 120px;
        padding-right: 120px;
    }
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .theme-subaru-section.got-question {
        height: 0;
        overflow: hidden;
        padding: 0;
    }
    .theme-subaru2 .theme-subaru-section.got-question.in {
        height: auto;
        padding: 30px 0;
    }
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-default,
.showroom .theme-subaru-section.theme-subaru-section-default,
.page-template-page-inventory-php .theme-subaru-section.theme-subaru-section-default{
    background: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-default form .form-control {
    border-color: #ddd;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-default form .form-control:focus {
    border-color: #1d6ab2;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary {
    background: #1d6ab2;
    color: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .ds-title,
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .theme-subaru-section-ct,
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .theme-subaru-section-intro {
    color: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .ds-title .toggle-ct-xs {
    color: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .ds-title:before {
    background: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary a:not(.btn) {
    color: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary a:not(.btn):hover,
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary a:not(.btn):focus {
    color: #FFFFFF;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .text-primary {
    color: #529de3;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .btn-primary {
    border-color: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .footnav-box p.addr {
    color: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .footnav-social a {
    border-color: #fff;
    color: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .footnav-social a:hover,
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .footnav-social a:focus {
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-primary .footnav-time-list p {
    border-color: rgba(255, 255, 255, 0.2);
}
.theme-subaru-section.theme-subaru-section-secondary {
    background: #eeeeee;
}
.theme-subaru-section.theme-subaru-section-quaternary {
    background: #d8d8d8;
}
.theme-subaru-section.theme-subaru-section-tertiary {
    background: #d8d8d8;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-background {
    background: #000;
    position: relative;
    color: #fff;
    padding: 100px 0;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .theme-subaru-section.theme-subaru-section-background {
        padding: 30px 0;
    }
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-background .container {
    position: relative;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-background .toggle-ct-xs {
    color: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-background:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-background .ds-title:before {
    background: #fff;
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-background.theme-subaru-section-background-1:before {
    background-image: url('img/bg-image-1.jpg');
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-background.theme-subaru-section-background-2:before {
    background-image: url('img/bg-image-2.jpg');
}
.theme-subaru2 .theme-subaru-section.theme-subaru-section-background .btn-border:hover,
.theme-subaru2 .theme-subaru-section.theme-subaru-section-background .btn-border:focus {
    background: #fff;
    border-color: #fff;
    color: #1d6ab2;
}
.theme-subaru2 .theme-subaru-section.ds-feature-half {
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .theme-subaru-section.ds-feature-half {
        padding: 0;
    }
}
.theme-subaru2 .theme-subaru-section.ds-feature-half .ds-feature-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .theme-subaru-section.ds-feature-half .ds-feature-bg {
        position: relative;
        max-height: 300px;
        overflow: hidden;
    }
}
.theme-subaru2 .theme-subaru-section.ds-feature-half .ds-feature-bg .ds-feature-bg-img img {
    width: 100%;
}
.theme-subaru2 .theme-subaru-section.ds-feature-half .ds-feature-half-ct {
    font-size: 16px;
    padding: 15px;
}
@media screen and (min-width: 1200px) {
    .theme-subaru2 .theme-subaru-section.ds-feature-half .ds-feature-half-ct {
        padding: 50px 0px 50px 100px;
    }
}
.theme-subaru2 .theme-subaru-section.ds-feature-half .ds-feature-half-ct .ds-title {
    text-align: left;
}
.theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom {
    padding: 0;
}
.theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom .ds-feature-bg-img {
    margin-left: -15px;
    margin-right: -15px;
}
.theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom .ds-title {
    font-size: 20px;
    margin-bottom: 0;
}
.theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom .ds-title > span {
    font-size: 25px;
    display: block;
    font-family: 'Avenir LT Std 55 Roman',"Open Sans",Helvetica, Arial, sans-serif;
}
.theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom .ds-title:before {
    display: none;
}
.theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom .ds-feature-half-ct {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom .ds-feature-half-ct {
        min-height: 0;
    }
}
@media screen and (min-width: 1200px) {
    .theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom .ds-feature-half-ct {
        padding: 60px 0px 60px 100px;
        min-height: 320px;
    }
}
.theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom .ds-feature-half-ct.text-right .ds-title {
    text-align: right;
}
@media screen and (min-width: 1200px) {
    .theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom .ds-feature-half-ct.text-right {
        padding: 60px 100px 60px 0px;
    }
}
.theme-subaru2 .theme-subaru-section.ds-feature-half.ds-feature-showroom .theme-subaru-section-ct {
    display: block;
    height: auto;
}
.theme-subaru2.ds-showroom-page .theme-subaru-section-ct,
.theme-subaru2.ds-showroom-page .theme-subaru-section-intro {
    display: block;
    height: auto;
}


/*Location Contacts Plugin Overrides*/
.theme-subaru2 .dslc .btn.btn-default {
    background: #1d6ab2;
    border-color: #1d6ab2;
    color:#FFF;
    text-transform: none;
}
.theme-subaru2 .dslc .btn.btn-default:hover,
.theme-subaru2 .dslc .btn.btn-default:focus {
    background: #165086;
    border-color: #165086;
}

.theme-subaru2 .dslc h3,
.theme-subaru2 .dslc .dslc-select-label{
    font-weight: 400;
    text-transform: none;
    font-family: "Avenir LT Std 65 Medium","Open Sans",Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.theme-subaru2 .dslc .dslc-wrapper-location{
    border: none;
}

.theme-subaru2 .dslc .dslc-wrapper-location-selection{
    border-color: #ccc;
}

.theme-subaru2 .dslc .dslc-trading-hours {
    border-color: #ccc;
    padding: 10px 0 0;
}

.theme-subaru2 .dslc .dslc-label {
    font-weight: 400;
}

.theme-subaru2 .dslc .dslc-wrapper-socials h3 {
    margin-bottom: 30px;
}
.theme-subaru2 .dslc .dslc-wrapper-socials a.dslc-social {
    border: 1px solid #1d6ab2;
    border-radius: 50%;
    color: #1d6ab2;
    display: inline-block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
    padding: 0 10px;
    text-align: center;
    width: 45px;
}

.theme-subaru2 .dslc .dslc-wrapper-socials a.dslc-social:hover{
    background:#1d6ab2;
    color: #FFF;
}

.theme-subaru2 .dslc .dslc-address{
    color: #6d767f;
}

.theme-subaru2 .dslc-wrapper-location:nth-child(odd){
    background: #D8D8D8;

}

@media screen and (max-width: 991px) {
    .theme-subaru2 .dslc .dslc-wrapper-socials a.dslc-social{
        margin-right: 10px;
    }
}


/*Quick Search*/
.quick-search select.form-control::-ms-expand {
    display: none; /*IE 10*/
}

.quick-search .ui-widget-header {
    background: linear-gradient(to right, #024796 0%, #00acee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#024796', endColorstr='#00acee');/*For IE7-8-9*/
}

.quick-search .ui-state-default, .quick-search .ui-widget-content .ui-state-default, .quick-search .ui-widget-header .ui-state-default {
    background: #000 none repeat scroll 0 0;
    border-radius: 4px;
    cursor: pointer;
    width: 6px;
}
.quick-search .ui-slider-horizontal .ui-slider-handle {
    background: #000 none repeat scroll 0 0;
    border-radius: 4px;
    cursor: pointer;
    width: 6px;
    margin-left: -2px;
    border: none;
}

.quick-search .ui-slider-horizontal {
    height: 12px;
}

.quick-search .ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    margin-top: 5px;
}
.quick-search .slider-area {
    margin: 15px 0;
    padding: 5px 0;
}

.quick-search{
    color: #a9aaad;
}

@media (max-width: 767px) {
    .quick-search .slider-area {
        padding: 5px 15px;
    }
}

/*Showroom Overrides*/
.showroom .theme-subaru2 .ds-header .btn,
.page-template-page-inventory-php .theme-subaru2 .ds-header .btn{
    border-radius: 30px;
    font-size: 18px;
    line-height: 1;
}

/*Tabs*/
.theme-subaru2 .nav.nav-tabs a{
    border-radius: 30px 30px 0 0;
    background: #1d6ab2;
    border-color: #FFF;
    color: #FFF;
    text-align: center;
    font-family: "Avenir LT Std 65 Medium","Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    position: relative;
    line-height: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.theme-subaru2 .nav.nav-tabs a:hover,
.theme-subaru2 .nav.nav-tabs a:focus{
    background: #165086;
}

.theme-subaru2 .nav.nav-tabs .active a{
    border-radius: 30px 30px 0 0;
    background: #FFF;
    border-color: #FFF;
    color: #1d6ab2;
}

/*Finance Calcs*/
.theme-subaru2 .calc-wrapper{
    min-height: 470px;
}
.theme-subaru2 #repayment_amount{
    color: #000;
}

/*Banner Overrides*/
.theme-subaru2 .carousel img,
.theme-subaru2.carousel img,
.theme-subaru2 .page-banner img,
.theme-subaru2.page-banner img{
    margin-left: auto;
    margin-right: auto;
}

/*Sitemap*/
.sitemap .theme-subaru2 .theme-subaru-section .theme-subaru-section-intro{
    text-align: left;
}

/*Content*/
.theme-subaru-section-intro ul{
    text-align: left;
}

/*Offers*/
.offer-image {
    /*margin-bottom: 30px;*/
}

.offer {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid #333;
}

.offer h2.offer-title {
	margin-top: 0;
	margin-bottom: 15px;
}

.offer:first-of-type {
	margin-top: 0;
	border-top: none;
}

/***** Request a Brochure *****/
#brochure_form{
    background:#eeeeee;
    padding: 5px 40px;
}

#brochure_form form{
    padding-bottom: 25px;
}

#brochure_form form h2 {
    color: #000000;;
    font-size: 25px;
    font-weight:normal;
}
#brochure_form form label{
    font-weight:normal;
}
#brochure_form form .form-control{
    border:0;
}

#brochure-form form textarea{
    height: 120px !important;
}

#brochure-form  form button,
.showroom .btn-primary{
    /*height:45px !important;*/
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}


#brochure-form  form button:hover,
.showroom .btn-primary:hover{
    /*height:45px !important;*/
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
.btn-brochure-dl{
    padding:15px 25px;
}


/*Alternate Header*/
.theme-subaru2 .ds-header-alt .header-location-details{
    text-align: right;
    margin-top: -40px;
}
@media(max-width: 767px) {
    .theme-subaru2 .ds-header-alt .header-location-details {
        margin-top:0;
    }
    .theme-subaru2 .ds-header {
        border-top: none;
    }
    .theme-subaru2 .ds-mainnav .brand-info {
        padding: 15px 0;
        margin-top: -60px;
    }
}
@media(max-width: 500px) {
    .theme-subaru2 .ds-mainnav .brand-info {
        margin-top: 0;
    }
}
.theme-subaru2 .ds-header-alt .header-address{
    color: #1d6ab2;
}
.theme-subaru2 .ds-header-alt .header-address a{
    margin-left: 20px;
}
.theme-subaru2 .ds-header-alt .header-dealername .tagline{
    color: #333333;
    font-size: 40px;
    font-family: 'Avenir LT Std 95 Black',"Open Sans",Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.theme-subaru2 .dssubheader-main .header-dealername .tagline{
    color: #333333;
    font-size: 40px;
    font-family: 'Avenir LT Std 95 Black',"Open Sans",Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.theme-subaru2 a:hover,
.theme-subaru2 a:focus{
    text-decoration: none;
}


@media(max-width:767px) {
    .theme-subaru2 .ds-header-alt .header-dealername .tagline {
        text-align:left;
    }
    .ds-header.ds-header-alt div div div a img {
        display:block;
        margin: 0 auto;
    }
}
@media(max-width:767px) {
    .theme-subaru2 .theme-subaru-section.theme-subaru-section-default.fix-1 {
        background: #eeeeee;
    }
    .theme-subaru2 .theme-subaru-section.theme-subaru-section-default.fix-2 {
        padding-bottom:0px;
    }
}

.page-template-page-showroom-php .theme-subaru2 .theme-subaru-section .theme-subaru-section-ct{
    height: auto;
}

.get-in-touch-contact > i{
    margin-top: -8px !important;
}

/*VALUATION MODULE*/
.ds-valuation form .form-group > textarea.form-control {
    min-height: 0;
}