/* service cards - modal
*******************************/
.modal-content {
    color: #121212;
}

/* service cards
*******************************/

.g-tile:hover .g-background-container {
    transform: scale(1.05);
}

.carousel-cell {
    width: 100%;
    height: 395px;
    margin-right: 10px;
    background: #2c2c2c;
    border-radius: 5px;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.card {
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0px 0 1px rgb(10 10 10 / 2%);
    color: #4a4a4a;
    max-width: 100%;
    cursor: pointer;
}

.g-tile {
    overflow: hidden;
}

.card-image.g-background-container {
    width: 101%;
    min-height: 180px;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.2s cubic-bezier(0, 0, 0, 1);
}
.card-image {
    display: block;
    position: relative;
}

.card-content {
    background-color: transparent;
    padding: 1rem;
    margin: 0 auto;
    position: relative;
    width: auto;
}

.g-tile i {
    margin-left: 4px;
}

a.service-btn:hover {
    color: #eee!important;
    text-decoration: none;
}

.g-link a.service-btn,
.g-link a.service-btn:hover {
    color: #5cb85c!important;
}

/* Landing Page Base */
.landingPageContainer{background-color:rgba(0,0,0,0)}.landingPageContainer .container{background-size:cover;background-color:transparent;padding:30px 99px 40px 60px}.landingPageContainer .quickContactBase{border-radius:15px;opacity:.95}.landingPageContainer .quickContactBase>div>h4{font-size:30px;text-align:center;font-weight:bold}.landingPageContainer .quickContactBase>div>h4:after{content:'';position:absolute;width:8%;padding:5px;left:46%;transform:skewX(-20deg);bottom:-5px}.landingPageContainer .quickContactBase>.element-heading{padding:8px 15px 4px 15px}.landingPageContainer .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:FontAwesome !important}.landingPageContainer .fa:before{content:"\f00c"}.seo #seoContentTitle{font-size:44px;text-align:center}.seo #seoContentSubTitle{font-size:29px;width:65%;margin:0 auto;padding-top:15px}.seo #seoContentText{margin:0 auto;width:65%;line-height:1.8;text-indent:40px;padding-bottom:3px;padding-top:10px}

/* End Landing Page Base*/
body, body.main-body{
        background-position: 0 0;
}
body.main-body {
    background-color: #0C0A0B;
}
div.banner-container{
    background: none!important;

}
div#row-a7fbedcd7c274f5981612627fe4479e0 {
    padding: 23px 0;
}
img.img-responsive.center {
    margin: 0 auto;
}
/*---Menu---*/
.navbar{
    border: none;
}
.navbar-default{
    border-radius: 15px 15px 0 0;
    background-color: rgba(0,135,30,.8);
}
li.menu-heading{
    transition:all .60s ease-out;    
}
li.menu-heading:hover {
    background: #262425;
}

div.footer-container, div.page-bottom, div.pagetitle-container .container, .pagetitle-container .container-fluid, .page-content .container, .page-content .container-fluid {
    background-color:rgba(0,0,0,.6);
}
/*---Banner info---*/
div#banner-info {
    text-align: right;
}
div#banner-info div {
    margin: 4px 0;
}
div#banner-info a{
    text-decoration: none;
}
div#banner-info a#credit {
    display: inline-block;
    border: 1px solid #fe8b16;
    padding: 0 15px;
    line-height: 50px;
    color: #fe8b16;
    margin-bottom: 10px;
    transition:all .60s ease-out;
}
div#banner-info a#credit:hover{
    background-color: #fe8b16;
    color: #fff;
    border-color:transparent; 
}
div#banner-info i {
    font-size: 1.35em;
    padding: 0 8px;
    color: #01861d;
}
div#phone a {
    font-size: 1.1em;
}
div#phone a i {
    font-size: .9em;
}

/*--- Quick Links*/

.quick-link a {
    display: block;
    text-decoration: none;
    margin: 20px 0;
    background-color: #2c2c2c;
    padding: 5px;
    transition:all .10s ease-out;
    position: relative;
    overflow: hidden;
    font-family: Arial, Verdana, sans-serif;
}
.quick-link a:hover{
    color:#000;   
}
.quick-link a span {
    display: block;
    z-index: 100;
    position: relative;
}
.quick-link a span:nth-child(2) {
    text-transform: uppercase;
    font-size:.80em;
    margin-bottom: 5px;
    letter-spacing: 1.2px;

}
.quick-link a span:nth-child(3) {
    position: absolute;
    background-color: #008000;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -47px;
    z-index: 60;
    transition:all .30s ease-out;
}
.quick-link a:hover span:nth-child(3){  
    bottom: 0;
}
.quick-link a i{   
    position: absolute;
    right: 13px;
    bottom: -25px;
    z-index: 120;
    transition:all .30s ease-out;
    color: #fff;
    font-size: 1.1em;
}
.quick-link a:hover i{
    bottom: 16px;
}
div#row-2f178ee8fd73467e8bc2673889ca8de1 .row > div {
    padding: 15px 0;
}

/*--- Box ---*/
.box h3 {
    background-color: #2c2c2c;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em;
    border-bottom: 2px solid #008000;
}
.box a {
    text-decoration: none;
}
.box div{
    min-height: 170px;
    position: relative;
}
.box #carfax{
    background:#000 url(https://automanager.blob.core.windows.net/wmclients/008948/images/carfox.png) no-repeat ;
}
.box #webuy{
    background:#000 url(https://automanager.blob.core.windows.net/wmclients/008948/images/we-buy-cars-new.jpg) no-repeat ;
    background-size: cover;
}
div.box-link a {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 25px;
    padding: 5px;
    text-transform: uppercase;
    border: 1px solid #008000;
    transition:all .59s ease-in;
}
div.box-link a:hover{
    background-color: #008000;
    border-color: transparent;

}
.box #webuy a{
    left:5px;
    right: inherit;
}
#about-home a{
    text-decoration: none;
    font-size: 11px;
    padding: 5px 13px;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    div#banner-info {
        text-align: center;
    }
    div#row-2f178ee8fd73467e8bc2673889ca8de1 {
        display: none;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}

/* LANDING PAGE 13 */

.landing13-bg {
        background: #c5c1c0 !important
}

.landing13-bg .container {
    background-image: url(https://automanager.blob.core.windows.net/wmclients/033023/images/corolla.png);
    background-size: cover;
    background-color: #c5c1c0 !important;
}

.landing13-header h1 {
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
}

.landing13-form{
    background: #0a7521;
    border-radius: 15px;
    padding: 25px;
    color: #000;
    margin-right: 8%;
    margin-left: 8%;
    margin-bottom: 5%;
    margin-top: 3%;
}

.landing13-body {
    background: #0a7521!important;
    color: #fff;
}

.landing13-body .container {
    background: #0a7521!important;
   color: #fff!important;
}

.landing13-body2{
    background: #0a7521!important;
    color: #fff;
}

.landing13-body2 .container{
    background: #0a7521!important;
    color: #fff!important;
}

/* END LANDING PAGE 13 */

/* LANDING PAGE 14 */

.landing14-bg {
        background: #212121 !important;
}

.landing14-bg .container {
    background-image: url(https://automanager.blob.core.windows.net/wmclients/033023/images/landing6-bg.jpg);
    background-size: cover;
}

.landing14-header h1 {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 900;
}

.landing14-form{
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    color: #000;
    margin-right: 8%;
    margin-left: 8%;
    margin-bottom: 5%;
    margin-top: 3%;
}

.landing14-body {
    background: #fff !important;
}

.landing14-body .container {
    background: #fff !important;
}

.landing14-body2{
    background: #fff !important;
}

.landing14-body2 .container{
    background: #fff !important;
}

/* END LANDING PAGE 14 */

/* LANDING PAGE 15 */

.landing15-bg {
background: #212121 !important;
}

.landing15-bg .container {
    background-image: url(https://automanager.blob.core.windows.net/wmclients/008948/images/2016-audi-a4-premium-sedan-angular-front1.png);
    background-size: cover;
    background-color: #212121 !important;
}

.landing15-header h1 {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 900;
}

.landing15-form{
    background: #0b7623;
    border-radius: 15px;
    padding: 25px;
    color: #fff;
    margin-right: 8%;
    margin-left: 8%;
    margin-bottom: 5%;
    margin-top: 3%;
}

.landing15-body {
    background: #fff !important;
}

.landing15-body .container {
    background: #fff !important;
}

.landing15-body2{
    background: #fff !important;
}

.landing15-body2 .container{
    background: #fff !important;
}

/* END LANDING PAGE 15 */

/*LANDING PAGE 16 BY BG*/

.landing-page-16 .container {
background-image: url('https://automanager.blob.core.windows.net/wmclients/008948/images/subaru-forester-bg-lp.jpg');
}

/*bg color grey*/

.landing16-bg .container {
    background-color: #f0f0f0!important;
    color: #000;
}

/*bg color white*/
.bg-color-white .container {
    background-color: #ffffff!important;
    color: #000;
}

.contact-form-16 {
    border-radius: 15px;
    padding: 25px;
    color: #fff;
    margin-right: 8%;
    margin-left: 8%;
    margin-bottom: 5%;
    margin-top: 3%;
    background-color: #0a7521;
}


/*END LANDING PAGE 16 BY BG*/

/* LANDING PAGE 17 */

.landing17-bg {
        background: #212121 !important;
}

.landing17-bg .container {
    background-image: url(https://automanager.blob.core.windows.net/wmclients/008948/images/honda-crv-bg-lp.png);
    background-size: cover;
    background-color:#212121;
}

.landing17-header h1 {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 900;
}

.landing17-form{
    background: #FFEB3B;
    border-radius: 15px;
    padding: 25px;
    color: #000;
    margin-right: 8%;
    margin-left: 8%;
    margin-bottom: 5%;
    margin-top: 3%;
}

.landing17-body {
    background: #fff !important;
}

.landing17-body .container {
    background: #fff !important;
}

.landing17-body2{
    background: #fff !important;
}

.landing17-body2 .container{
    background: #fff !important;
}

/* END LANDING PAGE 17 */

/*LANDING PAGE 18 BY BG*/

.landing-page-18 .container {
background-image: url('https://automanager.blob.core.windows.net/wmclients/033023/images/landing-page-11.jpg');
}

/*bg color grey*/

.landing18-bg .container {
  background-color: #f0f0f0!important;
  color: #000;
}

/*bg color white*/
.bg-color-white .container {
    background-color: #ffffff!important;
    color: #000;
}

.contact-form-18 {
    border-radius: 15px;
    padding: 25px;
    color: #fff;
    margin-right: 8%;
    margin-left: 8%;
    margin-bottom: 5%;
    margin-top: 3%;
    background-color: #0b7521;
}

/*END LANDING PAGE 18 BY BG*/

/* LANDING PAGE 19 */

.landing19-bg {
	background: #212121 !important;
}

.landing19-bg .container {
	background-image: url(https://automanager.blob.core.windows.net/wmclients/008948/images/bmw-x5-bg-lp.png);
	background-size: cover;
        background-color: #212121;
}

.landing19-header h1 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
}

.landing19-form{
	background: #01861d;
	border-radius: 15px;
	padding: 25px;
	color: #000;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	margin-top: 20%;
}

.landing19-body {
	background: #fff !important;
}

.landing19-body .container {
	background: #fff !important;
}

.landing19-body2{
	background: #fff !important;
}

.landing19-body2 .container{
	background: #fff !important;
}

/* END LANDING PAGE 19 */

/* LANDING PAGE 20 */

.landing20-bg {
	background: #212121 !important;
}

.landing20-bg .container {
	background-image: url(https://automanager.blob.core.windows.net/wmclients/008948/images/landing6-bg.jpg);
	background-size: cover;
}

.landing20-header h1 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
}

.landing20-form{
	background: #01861d;
	border-radius: 15px;
	padding: 25px;
	color: #000;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	margin-top: 20%;
}

.landing20-body {
	background: #fff !important;
}

.landing20-body h4 {
    color: #333;
}

.landing20-body img {
    box-shadow: 1px 1px 8px #555;
}

.landing20-body .container {
	background: #fff !important;
}

.landing20-body2{
	background: #fff !important;
    line-height: 1.7;
}

.landing20-body2 .container{
	background: #fff !important;
}

/* END LANDING PAGE 20 */

/* LANDING PAGE 22 */

.landing22-bg {
	background: #212121 !important;
}

.landing22-bg .container {
	background-image: url(https://automanager.blob.core.windows.net/wmclients/008948/images/landing-page-bg-22.png);
	background-size: cover;
}

.landing22-header h1 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
}

.landing22-form{
	background: #0a7421;
	border-radius: 15px;
	padding: 25px;
	color: #000;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	margin-top: 20%;
}

.landing22-body {
	background: #fff !important;
}

.landing22-body .container {
	background: #fff !important;
}

.landing22-body2{
	background: #fff !important;
}

.landing22-body2 .container{
	background: #fff !important;
}

/* END LANDING PAGE 22 */

/* LANDING PAGE 23 */

.landing23-bg {
	background: #212121 !important;
}

.landing23-bg .container {
	background-image: url(https://automanager.blob.core.windows.net/wmclients/008948/images/rav4-lp-bg.png);
	background-size: cover;
        background-color:#212121!important;
}

.landing23-header h1 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
}

.landing23-form{
	background: #05711d;
	border-radius: 15px;
	padding: 25px;
	color: #000;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	margin-top: 20%;
}

.landing23-form h4 {
       color: #fff;
}

.landing23-body {
	background: #fff !important;
}

.landing23-body .container {
	background: #fff !important;
}

.landing23-body2{
	background: #fff !important;
}

.landing23-body2 .container{
	background: #fff !important;
}

/* END LANDING PAGE 23 */

/* LANDING PAGE 24 */

.landing24-bg {
	background: #212121 !important;
}

.landing24-bg .container {
	background-image: url(https://automanager.blob.core.windows.net/wmclients/033023/images/landing6-bg.jpg);
	background-size: cover;
}

.landing24-header h1 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
}

.landing24-form{
	background: #0a7522;
	border-radius: 16px;
	padding: 25px;
	color: #fff;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	margin-top: 3%;
}


.landing24-body2{
	background: #fff !important;
}

.landing24-body2 .container{
	background: #fff !important;
}

/* END LANDING PAGE 24 */

/* LANDING PAGE 25 */

.landing25-bg {
	background: #212121 !important;
}

.landing25-bg .container {
	background-image: url(https://automanager.blob.core.windows.net/wmclients/033023/images/landing6-bg.jpg);
	background-size: cover;
}

.landing25-header h1 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
}

.landing25-form{
	background: #0a7522;
	border-radius: 16px;
	padding: 25px;
	color: #fff;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	margin-top: 3%;
}


.landing25-body2{
	background: #fff !important;
}

.landing25-body2 .container{
	background: #fff !important;
}

/* END LANDING PAGE 25 */

/* Landing Page 29 */
.landingPg29 h1 span{color:#bf2e1b}.landingPg29 .container{background-image:url(https://automanager.blob.core.windows.net/wmclients/029252/images/jeep__1_.png?1544806080961)}.landingPg29 .quickContactBase{box-shadow:4px 5px 4px 0px #0b7622;background-color:#0b7622}.landingPg29 .quickContactBase .accent-color1{color:#f8fbfa !important}.landingPg29 .quickContactBase label{color:#fff}.landingPg29 .quickContactBase>div>h4{color:#fff;border-bottom:2px solid #fff}.landingPg29 .fa{color:#0b7622}.seo29 #seoContentTitle{color:#9ce6ac}.seo29 #seoContentSubTitle{color:#88e19b}.seo29 #seoContentText{color:#ddd}



/* End Landing Page 29 */

/*********************************************
MAIN CSS FOR ALL LANDING PAGES
*********************************************/

/* LANDING PAGE 1 */

.landing1-header h1 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
}

.landing1-form{
	background: #0a7522;
	border-radius: 21px;
	padding: 25px;
	color: #fff;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	margin-top: 3%;
}

.landing1-body2{
	background: #fff !important;
}

.landing1-body2 .container{
	background: #fff !important;
color: #444;
}

.landing1-body2 article > div {
    columns: 2 200px;
    column-rule: 1px dashed #888;
    column-gap: 80px;
    margin: 20px 2px 50px;
    line-height: 1.7;
}

/* END LANDING PAGE 1 */


/* LANDING PAGE 26 */

.landing26-bg {
	background: #212121 !important;
}

.landing26-bg .container {
	background-image: url(https://automanager.blob.core.windows.net/wmclients/008948/images/landing_page_bg_cadillac_2012.png);
	background-size: cover;
}

.landingPage26#seoContentTitle{font-size:44px;text-align:center;color:#fff}.landingPage26#seoContentSubTitle{color:#fff;text-align:center;display:none;font-size:50px}.landingPage26#seoContentText{color:#fff;margin:0 auto;width:65%;line-height:1.8;text-indent:40px;padding-bottom:3px;padding-top:10px}



/* END LANDING PAGE 26 */

/* LANDING PAGE 27 */

.landing27-bg {
	background: #212121 !important;
}

.landing27-bg .container {
	background-image: url(https://automanager.blob.core.windows.net/wmclients/033023/images/landing6-bg.jpg);
	background-size: cover;
}

/* END LANDING PAGE 27 */



/* Landing Page 28 */
.landing28-bg .container {
	background-image: url(https://automanager.blob.core.windows.net/wmclients/008948/images/2015-audi-a5-premium-coupe-angular-front__4___2_.png);
	background-size: cover;
}
.introContainer>div>.container{padding:30px 99px 40px 60px;background-color:#0f0f12}.custom28QuickContact{border-radius:15px;background-color:rgba(0,135,30,.8)}.custom28QuickContact>div>h4{font-size:30px;text-align:center;font-weight:bold;color:white}.custom28QuickContact>div>h4:after{content:"";display:block;margin:0 auto;width:50%;padding-top:20px;border-bottom:2px solid white;border-bottom-width:}

.landingPage28#seoContentTitle {
  font-size: 44px;
  text-align: center;
  color: #dddddd; }

.landingPage28#seoContentSubTitle {
  color: #dddddd;
  text-align: center;
  display: none;
  font-size: 50px; }

.landingPage28#seoContentText {
  color: #dddddd;
  margin: 0 auto;
  width: 65%;
  line-height: 1.8;
  text-indent: 40px;
  padding-bottom: 3px;
  padding-top: 10px; }

/* End Landing Page 28 */

/* Landing Page 43 */

.landing43-bg .container{background-image:url(https://automanager.blob.core.windows.net/wmclients/008948/images/bmw-x5-bg-lp.png);background-size:cover}.introContainer>div>.container{padding:30px 99px 40px 60px;background-color:#0f0f12}.custom43QuickContact{border-radius:15px;background-color:rgba(0,135,30,.8)}.custom43QuickContact>div>h4{font-size:30px;text-align:center;font-weight:bold;color:white}.custom43QuickContact>div>h4:after{content:"";display:block;margin:0 auto;width:50%;padding-top:20px;border-bottom:2px solid white;border-bottom-width:}.landingPage43#seoContentTitle{font-size:44px;text-align:center;color:#5cb844}.landingPage43#seoContentSubTitle{color:#5cb844;font-size:20px;width:65%;margin:0 auto;padding-top:15px}.landingPage43#seoContentText{color:#ddd;margin:0 auto;width:65%;line-height:1.8;text-indent:40px;padding-bottom:3px;padding-top:10px}

/* End Landing Page 43 */

.pull-left {
    float: left!important;
    font-size: 13px;
}