@import url("https://fonts.googleapis.com/css?family=Muli:400,600");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.mb-30 {
  margin-bottom: 30px;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

section {
  position: relative;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

body {
  font-family: "Muli", sans-serif;
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 13px;
  overflow-x: hidden;
  color: #7f7f7f;
}

a {
  color: #7f7f7f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a:focus {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
  line-height: 26px;
  margin-top: 0px;
  font-weight: 600;
  color: #333;
}

p {
  margin-bottom: 0px;
}

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

.container-mid {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.siteHeader .topbar {
  background: #f5f5f5;
  padding: 3px 0;
  border-bottom: 1px solid #d8d8d8;
}

.siteHeader .topbar .contactInfo {
  text-align: right;
  line-height: 34px;
}

.siteHeader .topbar .contactInfo li {
  display: inline-block;
  margin-left: 10px;
  font-size: 11px;
}

.siteHeader .topbar .contactInfo li a span {
  font-weight: 500;
  text-transform: uppercase;
}

.siteHeader .topbar .contactInfo li a span i {
  color: #c00;
  margin-right: 2px;
}

.siteHeader .topbar .contactInfo li a:hover {
  color: #990000;
}

.siteHeader .mainMenuBar .navbar {
  padding: 0 0;
}

.siteHeader .mainMenuBar .navbar .navbar-brand img {
  max-width: 180px;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 44px;
  letter-spacing: 1.5px;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item .nav-link:hover {
  background: #990000;
  color: #fff;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.contactMenu .nav-link {
  background: #c00;
  color: #fff;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler {
  background: #c00;
  border-radius: 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 4px 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .middle-bar {
  opacity: 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.mainSectionheading h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 400;
  position: relative;
}

.mainSectionheading h2::before {
  position: absolute;
  content: '';
  bottom: -20px;
  height: 3px;
  width: 80px;
  background: #c00;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mainSectionheadingWhite {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.mainSectionheadingWhite h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.mainSectionheadingWhite p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 13px;
}

.siteFooter .aboutFooter {
  background: #EDF0F5;
  padding: 10px 0;
}

.siteFooter .aboutFooter .socialIcons {
  text-align: right;
  margin-top: 8px;
}

.siteFooter .aboutFooter .socialIcons li {
  display: inline-block;
  margin: 0 3px;
}

.siteFooter .aboutFooter .socialIcons li a {
  color: #fff;
  display: inline-block;
  border: 1px solid #828080;
  width: 35px;
  height: 35px;
  font-size: 14px;
  color: #fff;
  padding-top: 3px;
  text-align: center;
  border-radius: 2px;
}

.siteFooter .aboutFooter .socialIcons li a.facebook {
  background: #3b5999;
  border: 1px solid #3b5999;
}

.siteFooter .aboutFooter .socialIcons li a.google {
  background: #DD4B39;
  border: 1px solid #DD4B39;
}

.siteFooter .aboutFooter .socialIcons li a.twitter {
  background: #55ACEE;
  border: 1px solid #55ACEE;
}

.siteFooter .aboutFooter .socialIcons li a.linkedin {
  background: #0077B5;
  border: 1px solid #0077B5;
}

.siteFooter .aboutFooter .socialIcons li a.youtube {
  background: #CD201F;
  border: 1px solid #CD201F;
}

.siteFooter .preFooter {
  padding: 40px 0;
  background: #EDF0F5;
  border-top: 1px solid #dcdee0;
}

.siteFooter .preFooter p {
  margin-top: 10px;
}

.siteFooter .preFooter h3 {
  font-size: 22px;
}

.siteFooter .preFooter .pageLinks li {
  line-height: 30px;
  font-size: 14px;
}

.siteFooter .preFooter .pageLinks li a {
  display: block;
  padding: 3px 18px;
  position: relative;
}

.siteFooter .preFooter .pageLinks li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 16px;
  background: #c00;
  width: 5px;
  height: 5px;
}

.siteFooter .preFooter .pageLinks li a:hover {
  color: #c00;
}

@media screen and (max-width: 767px) {
  .siteFooter .preFooter .pageLinks li a {
    margin: 10px 0;
  }
}

.siteFooter .copyright {
  padding: 10px 0;
  background: #fff;
}

.siteFooter .copyright p {
  font-size: 12px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .siteFooter .copyright p {
    text-align: center;
  }
}

.siteFooter .copyright .copyrightLinks {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .siteFooter .copyright .copyrightLinks {
    text-align: center;
  }
}

.siteFooter .copyright .copyrightLinks li {
  display: inline-block;
  margin-right: 8px;
  line-height: 36px;
}

.siteFooter .copyright .copyrightLinks li a:hover {
  color: #c00;
}

.siteFooter .copyright .copyrightLinks li:last-child {
  margin-right: 0;
}

.sideFixedBtn {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 9;
}

.sideFixedBtn .sideFixedBtnDiv {
  width: 140px;
  background: #fff;
  color: #333;
  margin: 3px 0;
  line-height: 40px;
  position: relative;
  right: -100px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sideFixedBtn .sideFixedBtnDiv .CTAname {
  width: 100px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}

.sideFixedBtn .sideFixedBtnDiv .CTAicon {
  float: left;
  background: #333;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.sideFixedBtn .sideFixedBtnDiv:hover {
  right: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.vehicleDetail .vehicleDetail-heading {
  background: #f1f1f1;
  padding: 30px 0;
}

.vehicleDetail .vehicleDetail-heading .carDetailTop h3 {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .vehicleDetail .vehicleDetail-heading .carDetailTop h3 {
    font-size: 20px;
  }
}

.vehicleDetail .vehicleDetail-heading .carDetailTop ul li {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .vehicleDetail .vehicleDetail-heading .carDetailTop {
    text-align: center;
  }
}

.vehicleDetail .vehicleDetail-heading .carPrice {
  font-size: 22px;
  font-weight: 500;
  text-align: right;
  color: #990000;
}

@media screen and (max-width: 767px) {
  .vehicleDetail .vehicleDetail-heading .carPrice {
    margin-top: 20px;
    text-align: center;
  }
}

.vehicleDetail .vehicleDetail-block {
  padding: 40px 0;
}

.vehicleDetail .vehicleDetail-block .vehicle-slider .slick-slide img {
  width: 100%;
}

.vehicleDetail .vehicleDetail-block .vehicle-slider .slick-arrow {
  width: auto;
  height: auto;
}

.vehicleDetail .vehicleDetail-block .vehicle-slider .slick-next {
  right: 8px;
}

.vehicleDetail .vehicleDetail-block .vehicle-slider .slick-next:before {
  font-size: 28px;
  opacity: 1;
}

.vehicleDetail .vehicleDetail-block .vehicle-slider .slick-prev {
  left: 8px;
  z-index: 1;
}

.vehicleDetail .vehicleDetail-block .vehicle-slider .slick-prev:before {
  font-size: 28px;
  opacity: 1;
}

.vehicleDetail .sidebar-col {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}

.vehicleDetail .sidebar-col h4 {
  margin: 0;
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
  background: #c00;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 15px;
  text-transform: uppercase;
}

.vehicleDetail .sidebar-col:last-child {
  margin-bottom: 0;
}

.vehicleDetail .sidebar-col .fuel-efficiency-detail {
  padding: 25px 15px;
  text-align: center;
}

.vehicleDetail .sidebar-col .fuel-efficiency-detail label {
  margin-bottom: 0px;
  font-weight: 500;
  display: block;
}

.vehicleDetail .sidebar-col .fuel-efficiency-detail p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 20px;
}

.vehicleDetail .sidebar-col .fuel-efficiency-detail img {
  width: 55px;
  margin: 0 auto;
}

.vehicleDetail .sidebar-col .fuel-efficiency-detail .city_mpg {
  font-size: 30px;
  font-weight: 700;
}

.vehicleDetail .sidebar-col .fuel-efficiency-detail .highway_mpg {
  font-size: 30px;
  font-weight: 700;
}

.vehicleDetail .sidebar-col .car-attributes {
  padding: 20px;
}

.vehicleDetail .sidebar-col .car-attributes li {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 8px;
}

.vehicleDetail .sidebar-col .car-attributes li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.vehicleDetail .sidebar-col .car-attributes li span {
  width: 150px;
  display: table-cell;
}

.vehicleDetail .sidebar-col .car-attributes li strong {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.vehicleDetail .sidebar-col .leadForm {
  padding: 20px;
}

.vehicleDetail .sidebar-col .leadForm .form-group .form-control {
  font-size: 14px;
  border-radius: 0;
}

.vehicleDetail .sidebar-col .leadForm button {
  width: 100%;
  background: transparent;
  display: inline-block;
  color: #990000;
  font-weight: 500;
  border-radius: 0;
  border: 2px solid #990000;
  text-transform: uppercase;
}

.vehicleDetail .sidebar-col .leadForm button:hover {
  background: #990000;
  color: #fff;
}

.vehicleDetail .singleDetailGrid {
  margin-top: 30px;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .vehicleDetail .singleDetailGrid {
    margin-bottom: 30px;
  }
}

.vehicleDetail .singleDetailGrid h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  text-transform: uppercase;
  background: #c00;
  color: #fff;
  margin-bottom: 0;
  padding: 7px 15px;
}

.vehicleDetail .singleDetailGrid .singleDetailGridContent {
  padding: 20px;
}

.vehicleDetail .singleDetailGrid .singleDetailGridContent p {
  margin-bottom: 10px;
}

.vehicleDetail .singleDetailGrid .singleDetailGridContent p:last-child {
  margin-bottom: 0;
}

.vehicleDetail .veicleTabDetail {
  margin-top: 30px;
}

.vehicleDetail .veicleTabDetail .nav {
  background: #c00;
}

.vehicleDetail .veicleTabDetail .nav .nav-item .nav-link {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.vehicleDetail .veicleTabDetail .nav .nav-item .nav-link.active {
  background: #990000;
}

.vehicleDetail .veicleTabDetail .tab-content {
  padding: 20px;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}

.vehicleDetail .veicleTabDetail .tab-content .specsBlock {
  margin-bottom: 15px;
}

.vehicleDetail .veicleTabDetail .tab-content .specsBlock h5 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.vehicleDetail .veicleTabDetail .tab-content .specsBlock ul {
  -webkit-columns: 2;
          columns: 2;
}

@media screen and (max-width: 767px) {
  .vehicleDetail .veicleTabDetail .tab-content .specsBlock ul {
    -webkit-columns: 1;
            columns: 1;
  }
}

.vehicleDetail .veicleTabDetail .tab-content .specsBlock ul li {
  list-style: inside;
}

.vehicleDetail .veicleTabDetail .tab-content .specsBlock:last-child {
  margin-bottom: 0;
}

.mainSlider .carousel .carousel-inner .carousel-item {
  height: 650px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent {
  max-width: 400px;
  background: rgba(255, 255, 255, 0.6);
  padding: 60px 20px;
  text-align: center;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent span {
  color: #000;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent h2 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 26px;
  color: #990000;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent p {
  font-size: 14px;
  color: #000;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent a {
  border: 2px solid #990000;
  background: #990000;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 3px;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent a:hover {
  background: transparent;
  color: #990000;
}

.mainSlider .carousel .carousel-control-prev img {
  position: absolute;
  top: 45%;
  left: 10px;
  z-index: 5;
  display: inline-block;
  margin-left: -10px;
  margin-top: -10px;
  background: #fff;
  padding: 25px 0;
  width: 40px;
}

.mainSlider .carousel .carousel-control-next img {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 5;
  display: inline-block;
  margin-left: -10px;
  margin-top: -10px;
  background: #fff;
  padding: 25px 0;
  width: 40px;
}

.blogSection {
  padding: 50px 0;
  background: #fff;
  position: relative;
}

.blogSection .blogBigBlock {
  margin-top: 30px;
}

.blogSection .blogBigBlock .blogBigBlock-img {
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
}

.blogSection .blogBigBlock .blogBigBlock-content {
  padding-top: 10px;
}

.blogSection .blogBigBlock .blogBigBlock-content .blogCategory {
  font-weight: 600;
}

.blogSection .blogBigBlock .blogBigBlock-content h3 {
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 18px;
}

.blogSection .blogBigBlock .blogBigBlock-content p {
  margin-bottom: 10px;
}

.blogSection .blogBigBlock .blogBigBlock-content a {
  text-transform: uppercase;
  margin-top: 10px;
  color: #990000;
  text-decoration: underline;
  font-weight: 600;
}

.blogSection .blogBigBlock .blogBigBlock-content a:hover {
  color: #c00;
  text-decoration: none;
}

.dealerBenefits {
  padding: 50px 0;
}

.dealerBenefits .dealerBenefitInner {
  margin-top: 30px;
}

.dealerBenefits .dealerBenefitInner .dealerBenefitImg {
  position: relative;
}

.dealerBenefits .dealerBenefitInner .dealerBenefitImg::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
}

.dealerBenefits .dealerBenefitInner .dealerBenefits-content {
  margin: 20px auto 0;
  text-align: center;
  padding: 0 20px;
}

.dealerBenefits .dealerBenefitInner .dealerBenefits-content h3 {
  margin-bottom: 10px;
  line-height: 40px;
}

.dealerBenefits .dealerBenefitInner .dealerBenefits-content p {
  font-size: 14px;
}

.dealerBenefits .dealerBenefitInner .dealerBenefits-content a {
  display: inline-block;
  border: 2px solid #990000;
  margin-top: 20px;
  color: #990000;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 200px;
  padding: 7px 0;
  border-radius: 35px;
}

.dealerBenefits .dealerBenefitInner .dealerBenefits-content a:hover {
  background: #c00;
  color: #fff;
  border: 2px solid #c00;
}

.mapSection .mapSectionInner {
  height: 400px;
  position: relative;
}

.mapSection .mapSectionInner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

.mapSection .mapSectionInner .getDirections {
  background: #fff;
  position: absolute;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mapSection .mapSectionInner .getDirections h4 {
  margin-top: 20px;
}

.ourModels {
  padding: 50px 0;
  background: url("../images/modelBg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.ourModels .ourModels-inner .ourModels-block {
  margin-top: 40px;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsimg .afterImg {
  display: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsContent {
  text-align: center;
  margin-top: 10px;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsContent h4 {
  font-size: 22px;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsContent p {
  text-transform: uppercase;
}

.ourModels .ourModels-inner .ourModels-block:hover .beforeImg {
  display: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.ourModels .ourModels-inner .ourModels-block:hover .afterImg {
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.ourModels .ourModels-inner .owl-nav div {
  position: absolute;
  top: 40%;
  left: -70px;
  height: 40px;
  width: 40px;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding-top: 8px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 767px) {
  .ourModels .ourModels-inner .owl-nav div {
    position: unset;
  }
}

.ourModels .ourModels-inner .owl-nav div.owl-next {
  right: -70px;
  left: auto;
}

.discoverMore {
  padding: 50px 0;
  border-bottom: 1px solid #dcdee0;
}

.discoverMore .discoverMore-heading {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.discoverMore .discoverMore-heading h2 {
  margin-bottom: 15px;
}

.discoverMore .discoverMore-inner {
  margin-top: 30px;
  border-radius: 4px;
  background: #EDF0F5;
  -webkit-box-shadow: 0px 1px 2px 1px #e4e7eb;
          box-shadow: 0px 1px 2px 1px #e4e7eb;
  padding: 20px;
}

.discoverMore .discoverMore-inner .discoverMore-icon {
  display: table-cell;
  vertical-align: top;
}

.discoverMore .discoverMore-inner .discoverMore-icon i {
  font-size: 24px;
  background: #990000;
  margin-right: 15px;
  color: #fff;
  padding: 8px 8px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.discoverMore .discoverMore-inner .discoverMore-content h3 {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 0px;
}

.discoverMore .discoverMore-inner:hover .discoverMore-icon i {
  background: #c00;
}

.offersBlock {
  position: relative;
  background: #990000;
  padding: 50px 0 50px;
  background: url("../images/offerbg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.offersBlock::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
}

.offersBlock .offersBlockheading {
  border-left: 3px solid #900;
  color: #fff;
  padding: 5px 18px;
}

.offersBlock .offersBlockheading h2 {
  color: #fff;
  margin-top: 0;
}

.offersBlock .carousel-indicators {
  margin-bottom: 0;
  bottom: -40px;
  margin-right: 0;
}

.offersBlock .offerInner .offerCar {
  max-width: 700px;
  width: 100%;
  margin-top: 30px;
}

.offersBlock .offerInner .offerDetail {
  max-width: 800px;
  width: 100%;
}

.offersBlock .offerInner .offerDetail h4 {
  color: #fff;
}

.offersBlock .offerInner .offerDetail p {
  color: #fff;
}

.offersBlock .offerInner .offerDetail a {
  border: 2px solid #990000;
  background: #990000;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 3px;
}

.offersBlock .offerInner .offerDetail a:hover {
  background: transparent;
}

.offersBlock .ripple-background {
  position: absolute;
  right: 0;
}

.offersBlock .circle {
  position: absolute;
  border-radius: 50%;
  background: white;
  -webkit-animation: ripple 10s infinite;
          animation: ripple 10s infinite;
  -webkit-box-shadow: 0px 0px 1px 0px #508fb9;
          box-shadow: 0px 0px 1px 0px #508fb9;
}

@media screen and (max-width: 1200px) {
  .offersBlock .circle {
    display: none;
  }
}

.offersBlock .small {
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.offersBlock .medium {
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.offersBlock .large {
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.offersBlock .xlarge {
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.offersBlock .xxlarge {
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.offersBlock .shade1 {
  opacity: 0.2;
}

.offersBlock .shade2 {
  opacity: 0.5;
}

.offersBlock .shade3 {
  opacity: 0.7;
}

.offersBlock .shade4 {
  opacity: 0.8;
}

.offersBlock .shade5 {
  opacity: 0.9;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

#offerpopup .modal-content {
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
}

#offerpopup .modal-content .offerpopupClose {
  position: absolute;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  width: 30px;
  height: 30px;
  text-align: center;
  border-top-right-radius: 0;
}

#offerpopup .modal-content .offerpopupClose button {
  float: unset;
  color: #fff;
  opacity: 1;
  margin-left: 1px;
}

#offerpopup .modal-content .offerpopupClose:hover {
  opacity: .8;
}

#offerpopup .modal-content .offerpopupContent {
  text-align: center;
  padding: 20px;
}

#offerpopup .modal-content .offerpopupContent h2 {
  color: #c00;
  font-weight: 600;
  font-size: 54px;
  margin: 35px 0 28px 0;
}

#offerpopup .modal-content .offerpopupContent h3 {
  margin: 20px 0;
}

#offerpopup .modal-content .offerpopupContent h4 {
  margin-top: 30px;
  text-transform: uppercase;
}

#offerpopup .modal-content .offerpopupContent a {
  border: 2px solid #990000;
  background: #990000;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 7px 20px;
  margin: 10px 3px 0;
  border-radius: 3px;
}

#offerpopup .modal-content .offerpopupContent a:hover {
  background: transparent;
  color: #990000;
}
/*# sourceMappingURL=custom.css.map */