<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:500');

.counter {
    font-family: "Roboto Mono", monospace;
    display: block;
    width: auto;
    margin: 10px auto;
}

.counter &gt; span {
    dislay: inline-block;
    padding: 0 10px;
    background: url('/totalquartz/images/counter-back.svg') no-repeat center center;
    background-size: contain;
    font-size: 36pt;
    color: #fff;
    position: relative;
}

.counter &gt; span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/totalquartz/images/counter-front.svg') no-repeat center center;
    background-size: contain;
    z-index: 2;
}

.navbar-total {
    border-bottom: dotted 2px #666;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;

    text-transform: uppercase;
    font-size: 11pt;
    font-weight: bold;
}

.navbar-total .navbar-nav li {
    margin-left: 50px;
}
.navbar-total .navbar-nav li a {
    margin-top: 30px;
    position: relative;
    background-color: transparent;
}
.navbar-total .navbar-nav li.active a {
    background-color: transparent;
}
@media (max-width: 769px) {
    .navbar-total .navbar-nav li {
        margin-left: 0;
    }
  .navbar-total .navbar-nav li a {
    margin-top: 10px;
    text-align: center;
  }
  .navbar-brand {
    float: none;
  }
  .navbar-brand img {
    margin:0 auto;
  }
}

.navbar-total .navbar-nav li.active a:after {
    content: "";
    position: absolute;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    background: #e10031;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -30px;
}
@media (max-width: 769px) {
  .navbar-total .navbar-nav li.active a:after {
    display: none;
  }
}
.navbar-total .container-fluid {
    padding: 0;
}

footer {
    background: #ebebeb;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 14pt;
}

footer a {
    color: #000;
    text-decoration: underline;
}

.slide {
    position: relative;
}

.slide1 {
    background: url("/totalquartz/images/bg1.jpg") top center no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 40px;
}

.slide2 {
    background: url("/totalquartz/images/bg2.jpg") top center no-repeat;
    background-size: cover;
    padding-bottom: 140px;
}

.slide3 {
    background: #005ea2;
    padding-bottom: 40px;
}

.slide-lub {
    background: url("/totalquartz/images/engine.jpg?v2") top center no-repeat;
    background-size: cover;
}

.slide-test {
    background: url("/totalquartz/images/test.jpg") top center no-repeat;
    background-size: cover;
}

.slide-raffle {
    background: url("/totalquartz/images/raffle.jpg") top center no-repeat;
    background-size: cover;
}

.slide-quiz {
    background-color: #000;
    background: url("/totalquartz/images/gears.jpg") top center no-repeat;
    background-size: contain;
}

.slide-road {
    background: url("/totalquartz/images/road.jpg") top center no-repeat;
    background-size: cover;
}

.slide-blu {
    background: #005ea2;
}

.btn {
    min-width: 300px;
    height: 60px;
    font-weight: 700;
    color: #e10031;
    font-size: 15pt;
    border-width: 3px;
    border-radius: 10px;
}

.btn-default {
    background: transparent;
    border-color: #5c5c5c;
    border-image: url("/totalquartz/images/btnbg.png");
    border-image-width: 20px;
    border-image-slice: 20;
    border-image-repeat: stretch;
    color: #5c5c5c;
}

.btn-lg {
    min-width: 320px;
    height: 90px;
    font-size: 20pt;
}


.btn-default:hover {
    background: transparent;
    border-color: #5c5c5c;
    color: #e10031;
}

.type-selector.unchecked .type-selector-item {
    opacity: 1;
}

.type-selector-item {
    opacity: 0.5;
    position: relative;
    width: 238px;
    height: 201px;
    white-space: normal;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: no-repeat center top;
    margin-left: -10px;   
}
.type-selector-item:hover {
    opacity: .7;
}
.type-selector-item.active {
    opacity: 1;
}

select.form-control.transparent-control {
    font-size: 15pt;
    height: auto;
    border: 0;
    font-weight: bold;
    box-shadow: none;
    padding-left: 0;
    margin-left: -5px;
    color: #000;
}

.ya-share2__icon {
    width: 90px !important;
    height: 90px !important;
}

.ya-share2__counter {
    line-height: 90px !important;
    font-size: 36px !important;
}

#mainCover {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
#mainCover.affix {
    position: fixed;
}

select.form-control,
input.form-control {
    border: solid 4px #d7d7d7;
    border-radius: 0;
    height: auto;
}
</pre></body></html>