@import url("https://fonts.googleapis.com/css?family=Fira+Sans");
@import url("https://fonts.googleapis.com/css?family=Nunito");
@import url("https://fonts.googleapis.com/css?family=Oxygen");
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One");
body {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.header-font {
  font-family: 'Alfa Slab One', cursive;
}

#climats-footer {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.climats-ad {
  width: 100%;
  height: 100%;
  padding: 15px 15px 15px 15px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#climats-logo {
  width: 400px;
  margin: auto;
  display: block;
}

#climats-bg-image {
  margin-top: 95px;
  width: 100%;
  border-bottom: grey 1px solid;
}

#about-bg {
  width: 100%;
  margin-top: 93px;
}

#info-section {
  margin-top: 40px;
}

#promo-carousel {
  margin-left: 20px;
  margin-right: 20px;
}

.promo-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.promo-image {
  width: 100%;
  height: 250px;
  border: white 15px solid;
}

#tire-promos-section {
  background-color: #1c1c1c;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  #tire-promos-section {
    display: none;
  }
}

#tire-promos {
  margin-right: 200px;
  margin-left: 200px;
}

.card2 {
  border: #d1d1d1 1px solid;
  border-radius: 5px;
  height: 420px;
  width: 350px;
  margin: auto;
}

.card-body2 {
  height: 140px;
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.team-section a {
  color: #606060 !important;
}

.team-section {
  margin-top: 5%;
}

@media screen and (max-width: 640px) {
  .team-section h5, .team-section h4, .team-section h2 {
    font-size: 15px;
  }
}

.team-pic {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .team-pic {
    width: 40%;
    margin-bottom: 10px;
  }
}

#tire-img {
  border: grey 1px solid;
  border-bottom: 0px;
}

#coupon-popup {
  position: fixed;
  width: 350px;
  height: 100px;
  background-color: #0a0a0a;
  top: 45vh;
  border-bottom: #ff132b 5px solid;
  right: 0px;
  z-index: 20;
  opacity: 0.9;
}

@media screen and (max-width: 980px) {
  #coupon-popup {
    display: none;
  }
}

#popup-text {
  color: white;
  position: absolute;
  left: 115px;
  top: 28px;
}

#popup-logo {
  height: 100%;
  width: 28%;
}

.close-btn-round {
  border-radius: 100px;
  position: absolute;
  top: -14px;
  left: -14px;
}

#resoration-img {
  margin: 20px 0px 20px 0px;
  height: 50%;
  width: 50%;
  border: grey 1px solid;
}

.underline-red {
  padding-bottom: 5px;
  border-bottom: red 5px solid;
  border-bottom-width: 30%;
}

.text-grey {
  color: #606060 !important;
}

@media screen and (max-width: 980px) {
  #tires-specials {
    display: none;
  }
}

.service-header-logo {
  max-width: 130px;
  max-height: 70px;
  position: absolute;
  top: 61vh;
  margin-left: 22px;
}

@media screen and (max-width: 980px) {
  .service-header-logo {
    display: none;
  }
}

@media screen and (max-width: 1919px) {
  .service-header-logo {
    width: 300px;
    height: 150px;
    position: absolute;
    top: 60vh;
    margin-left: 25px;
  }
}

.dark-seperator {
  background-color: #aaaaaa;
}

.service-section {
  font-size: 16px;
}

.service-video {
  width: 75%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
}

.service-banner {
  width: 100%;
  height: 660px;
  color: white;
  overflow: hidden;
}

.service-img {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 980px) {
  .service-img {
    width: 1080px;
  }
}

.service-header-text {
  color: white;
  top: 350px;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 30px 30px 30px 30px;
  border-top: #ff132b 5px solid;
  border-left: #ff132b 5px solid;
  border-bottom: #0085ca 5px solid;
  border-right: #0085ca 5px solid;
  background-color: #1c1c1c;
  background-color: rgba(0, 0, 0, 0.7);
}

#tire-guy {
  z-index: 30;
  bottom: 67vh;
  left: 15px;
  width: 150px;
}

@media screen and (max-width: 1700px) {
  #tire-guy {
    display: none;
  }
}

#tire-header {
  width: 100%;
  height: 100vh;
  position: absolute;
  right: 1px;
}

#selector-content {
  min-height: 800px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#tire-logos-image {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  width: 100%;
}

#tire-selector {
  background-color: #1c1c1c !important;
}

.container-lg {
  text-align: center;
  margin-right: 2%;
  margin-left: 2%;
}

.card-body {
  color: white;
  background-color: #0085ca;
}

.card {
  height: 400px;
  width: 250px;
  margin-bottom: 35px !important;
  margin: auto;
  overflow: hidden;
}

.card-img-top {
  height: 160px;
}

@media screen and (max-width: 680px) {
  .card {
    height: 400px;
    margin-bottom: 15px !important;
    margin: auto;
  }
  .card-img-top {
    height: 150px;
  }
}

.btn-red {
  background-color: #ff132b;
  border-radius: 0px;
}

#nav-top {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 35px;
  background-color: #006a8c;
}

#nav-top-content {
  padding-top: 7px;
  color: #e2e0e0;
  font-size: 14px;
}

#nav-top-content a {
  color: #e2e0e0;
}

@media screen and (max-width: 680px) {
  #nav-top-content {
    text-align: center;
    padding-top: 10px;
    font-size: 11px;
  }
}

.top-link {
  padding-left: 4px;
}

.top-link2 {
  padding-left: 20px;
}

#back-top-button {
  display: none;
  background-color: #00c3ff;
}

#appointment-logo {
  width: 30%;
  height: 20%;
  margin-bottom: 20px;
}

#move-down-button {
  color: white;
  position: absolute;
  left: 50%;
  top: 95vh;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100px;
}

@media screen and (max-width: 1919px) {
  #move-down-button {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #move-down-button {
    top: 80vh;
  }
}

#move-down-button:hover {
  color: #1c1c1c !important;
}

video [poster] {
  width: 100%;
}

.modal-body {
  margin-top: 10px;
  margin-bottom: 20px;
}

.dropdown-menu {
  background-color: #0085ca;
  border-top: #ff132b 5px solid;
  color: white;
  line-height: 40px;
  top: 50px;
}

@media screen and (max-width: 990px) {
  .dropdown-menu {
    text-align: center;
  }
}

.dropdown-item {
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.dropdown-item:hover {
  background-color: #ff132b;
  color: white;
}

.navbar {
  top: 35px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-bottom: solid #006a8c;
}

.navbar-nav {
  z-index: 25;
  margin-left: auto !important;
}

@media screen and (max-width: 990px) {
  .navbar-nav {
    max-height: 60vh;
    overflow-y: auto;
  }
}

.btn-half {
  width: 33% !important;
}

@media screen and (max-width: 1200px) {
  .btn-half {
    width: 100% !important;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

.modal {
  overflow: hidden;
}

.modal-open {
  overflow: auto;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.btn-send {
  width: 100%;
  margin-top: 5px;
  margin-top: 5px;
}

.form_control {
  margin-top: 5px;
  margin-top: 5px;
}

@media screen and (max-width: 990px) {
  #footer-section {
    padding-bottom: 65px !important;
  }
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.button-round {
  border-radius: 100px;
}

.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  float: left !important;
}

.text-right {
  float: right !important;
}

.text-accent {
  color: #00a8f3;
}

.text-accent-light {
  color: #00c3ff;
}

#title {
  text-align: center;
  position: absolute;
}

.section {
  margin-top: 12%;
  margin-bottom: 12%;
}

.section-small {
  margin-top: 4%;
  margin-bottom: 4%;
}

#logo-image {
  width: 5%;
}

.light-divider {
  border-color: #3a3a3a;
}

a {
  color: #00a8f3;
}

.section-title {
  margin-bottom: 8%;
}

.zoom {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* Animation */
}

.zoom:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom-small {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* Animation */
}

.zoom-small:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.specials-button {
  position: fixed;
  bottom: 20px;
  left: 15px;
  z-index: 10;
  border-radius: 100px;
  text-align: right;
  background-color: #ff132b !important;
}

.appointment-button-bottom {
  position: fixed;
  bottom: 20px;
  left: 130px;
  z-index: 10;
  border-radius: 100px;
}

.back-top-button {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 10;
  border-radius: 100px;
}

#appointment-input-small {
  position: absolute;
  top: 11%;
  text-align: center;
}

#video-banner-small {
  height: 200px;
  width: 100%;
  background-color: #1c1c1c;
  text-align: center;
  overflow: hidden;
}

#video-banner-medium {
  width: 100%;
  background-color: #1c1c1c;
  text-align: center;
  overflow: hidden;
}

#video-banner-tire {
  width: 100%;
  background-color: #1c1c1c;
  text-align: center;
  overflow: hidden;
}

#small-banner-bg {
  width: 100%;
}

#send-button {
  border-radius: 100px;
  margin-right: 4px;
}

.card {
  text-align: center;
}

.card-image {
  height: 280px;
  width: 100%;
}

.card-image-small {
  padding: 15px 30px 0px 30px;
  height: 100px;
  width: 100%;
}

#site-summary-text {
  color: white;
  text-align: center;
  top: 145px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#site-summary-text2 {
  color: white;
  text-align: center;
  top: 33vh;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#home-summary-text {
  color: white;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

#specials-modal {
  z-index: 9999;
}

.modal {
  z-index: 99999;
}

.specials-body {
  background-color: #1c1c1c;
  width: 110%;
  color: white;
}

.banner-bg {
  opacity: 0.2;
  min-width: 100%;
  min-height: 100%;
}

.navbar {
  z-index: 1;
  z-index: 25;
}

.navbar .active {
  color: #00a8f3;
  border-bottom: solid;
}

.nav-item:hover {
  border-bottom: white solid;
}

#logo {
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-bottom: -9px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

#title {
  margin-left: 10px;
  margin-top: -4px;
  font-size: 25px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

@media screen and (max-width: 1280px) {
  #title {
    margin-left: 10px;
    margin-top: 3px;
    font-size: 17px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  #global-nav.scrolled #title {
    margin-left: 100px;
    margin-top: -12px !important;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
}

@media screen and (max-width: 780px) {
  #title {
    margin-top: 7px;
    font-size: 13px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  #global-nav.scrolled #logo {
    position: absolute;
    width: 90px;
    height: 90px;
    margin-top: -27px;
    border: 1px solid #006a8c;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  #global-nav.scrolled #title {
    margin-left: 100px;
    margin-top: -9px !important;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
}

@media screen and (max-width: 990px) {
  #global-nav.scrolled #logo {
    margin-top: -28px !important;
  }
}

#global-nav {
  background-color: #0085ca !important;
}

#global-nav.scrolled #logo {
  position: absolute;
  width: 90px;
  height: 90px;
  margin-top: -28px;
  border: 1px solid #006a8c;
  border-top: 0px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

#global-nav.scrolled #title {
  margin-left: 100px;
  margin-top: -19px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

#footer-section {
  background-color: #0085ca;
  color: white;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

#footer-section a {
  color: white;
}

#map {
  width: 100%;
  height: 380px;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-mask-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
}

.block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.block2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.block3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#intro-video {
  min-height: 100%;
  min-width: 100%;
  opacity: 0.8;
}

#intro-video-small {
  width: 100%;
  height: 95%;
  border: #d8d8d8 1px solid;
  text-align: center;
}

.video-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#video-banner-large {
  height: 100vh;
  width: 100%;
  background-color: #1c1c1c;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 880px) {
  #intro-video {
    display: none;
  }
}

#appointment-input {
  color: white;
  position: absolute;
  left: 50%;
  top: 49vh;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#home-appointment-button {
  border-radius: 100px;
}

#home-appointment-button:hover {
  opacity: 1;
}

.service-image {
  width: 100px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 8%;
  height: 100px;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#tire-home {
  width: 100%;
}

@media screen and (max-width: 660px) {
  #tire-home {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

#about-us-header {
  text-align: center;
  margin-bottom: 200px;
}

#about-us-title {
  color: white;
  position: relative;
  text-align: center;
  bottom: 105%;
}

#about-us-intro {
  height: 700px;
  overflow: hidden;
}

#about-us-image {
  width: 100%;
  background-color: #1c1c1c;
}

.service-title {
  margin-bottom: 8%;
}

.service-icon {
  margin-bottom: 8%;
}

.featurette-image {
  border-radius: 20px;
  height: 350px;
  width: 500px;
}

.featurette2-image {
  border-radius: 10px;
}

.coupon {
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px; 
}

.coupon-sm {
  border-radius: 10px; 
  text-align: center;
  margin-bottom: 10px;
}

.top-coupon {
  margin-top: 50px;
}

.coupon-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.coupon-info {
  border: 1px solid;
  border-radius: 10px;
  float: right;
  width: 64%;
  height: 80%;
  padding-top: 40px;
}

#contact-section {
  margin-bottom: 100px;
  margin-top: 100px;
}

#contact-page-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

#contact-header-image {
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  .store-front-bg {
    height: 50vh;
  }
}

.fixedbutton {
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.slider {
  width: 100%;
  overflow: hidden;
}

.slider .slider-row {
  width: 2956px;
  height: 194.5px;
  background-size: 2956px 194.5px;
  -webkit-animation: slide 50s linear infinite;
  animation: slide 50s linear infinite;
}

@-webkit-keyframes slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -2956px;
  }
}

@keyframes slide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -2956px;
  }
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.icoFacebook {
  background-color: #3B5998;
}

.icoTwitter {
  background-color: #33ccff;
}

.icoGoogle {
  background-color: #BD3518;
}

.icoLinkedin {
  background-color: #007bb7;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
}

.social-circle li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #707070;
}
/*# sourceMappingURL=style.css.map */