/* TAG47 Starts */
article p { letter-spacing: normal!important; }
.title { letter-spacing: normal!important; }
.banner-sub, .banner-text{ letter-spacing:normal!important; }
/* TAG47 Ends */
.title {
  color: #222222;
  /* change color to theme color*/
  font-size: 17px;
  letter-spacing: 1px;
  margin: 20px 0 22px 0;
}
.banner-text {
  color:#ffe389;
  /* change color to theme color*/
  font-size: 36px;
  text-align: center;
  letter-spacing: 2px;
}
.phone {
  font-size: 24px;
 color: #222222; /* change color to theme color*/
}
.phone-sub {
  text-align: center;
  color:#222222;
  /* change color to theme color*/
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 1px;
}
.phone-sub-small {
  color: #222222;
  /* change color to theme color*/
  font-weight: 600;
  text-decoration: underline;
}
.master-nav {
  background: #063;
  /* change color to theme color*/
}
.master-nav ul {
  margin-bottom: 0;
}
.btn-custom, .btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom, .btn-custom:active:hover, .btn-custom.active:hover, .open > .dropdown-toggle.btn-custom:hover, .btn-custom:active:focus, .btn-custom.active:focus, .open > .dropdown-toggle.btn-custom:focus, .btn-custom:active.focus, .btn-custom.active.focus, .open > .dropdown-toggle.btn-custom.focus, .btn-custom:hover, .btn-custom:focus, .btn-custom.focus {
  font-size: 16px;
  color: #fff;
  background-color: #063;
  /* change color to theme color*/
  border-color:#063;
  /* change color to theme color*/
}
.jumbotron {
  background: #000 url("http://carsmarketing.org/sites/1/cars/cars/uploads/Landing-Site-V1/Images/cars-template-1-banner.jpg") center center;
  background-repeat: no-repeat;
}
.banner-inner {
  text-align: center;
  width: 100%;
}
.master-header {
  padding: 0;
  margin: 0;
}
.banner-sub {
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
}
.master-nav ul li {
  display: inline-block;
  padding: 5px 0;
}
.master-nav ul li a {
  color: #fff;
  font-weight: 100;
  letter-spacing: 2px;
}
.master-nav ul li::after {
  content: "|";
  color: #fff;
  padding: 0 10px;
}
.master-nav ul li:last-child:after {
  font-weight: 100;
  content: "";
  display: none;
}
.top-logo img {
  float: left;
  width:28%;
}
iframe {
  width: 100%;
  border: none;
  height: 900px;
  height: 100vh;
}
.master-footer {
  background-color: #fff;
}
.master-footer .container * {
  display: inline-block;
     height: 70px;
    padding: 3px;
color: #000;
}
.inside-buttons > div {
  display: inline-block;
}
.inside-left {
  width: 255px;
}
.video {
  width: 400px;
  height: 250px;
}
article p {
  font-size: 14px;
  color: #666;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: justify;
}
.tel-alias {
  font-weight: 700;
  color: #666;
}
.btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom {
  background-image: none;
}
@media screen and (max-width: 992px) {
  .video {
    padding-top: 10px;
    width: 100%;
    height: auto;
  }
  .inside-buttons {
    margin: 0 auto;
  }
  .inside-left {
    width: 70%;
  }
  .inside-right {
    width: auto;
  }
  .top-logo img {
    padding: none;
    float: none;
    position: relative;

  }
}
@media screen and (max-width: 986px) {}
@media screen and (max-width: 768px) {
  .banner-sub {
    font-size: 20px;
  }
  .banner-text {
    font-size: 25px;
  }
  .jumbotron {
    background: #000 url("http://carsmarketing.org/sites/1/cars/cars/uploads/Landing-Site-V1/Images/responsive-cars-template-1-banner.jpg") no-repeat center right;
  }
}
@media only screen and (max-width: 440px) {
  .master-nav ul li a {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
  }
}