@import url("https://fonts.googleapis.com/css?family=Dosis");
html {
  color: #676767; }

a {
  color: #676767; }

a:focus, a:hover {
  text-decoration: none;
  color: #1b1b1b; }

.dosis, nav, footer a, .categories h1, .contact h3, .contact label, .banner h1, .distributors-wrapper h3, .distributors h3, .product ul.tab li a, .product h4, .login label, .products h3, .products > .list .title, .products > .list .parts, .products > .list .btn, .blog h1, .landing .intro span, .landing .intro a {
  font-family: 'Dosis', sans-serif; }

.carousel-inner > .item img {
  object-fit: cover; }

nav a {
  text-transform: uppercase;
  font-weight: bold; }
nav .nav-logo {
  height: 20px; }
nav .icon-bar {
  border: 1px solid #676767; }
nav.dark {
  background-color: #676767;
  color: white; }
  nav.dark a {
    color: white; }
  nav.dark a:hover {
    background-color: #888; }
  nav.dark a.navbar-brand:hover {
    background-color: inherit; }
  nav.dark .icon-bar {
    border: 1px solid white; }

.nav > li > a {
  padding: 15px 24px; }

.navbar {
  position: relative;
  top: 0;
  margin-bottom: 0;
  z-index: 1000;
  background: white; }

@media (min-width: 768px) {
  .navbar {
    top: 20px;
    z-index: 1;
    background-color: white;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0; } }
.carousel img {
  width: 100%;
  max-height: 470px; }

footer {
  margin-top: 40px;
  margin-bottom: 50px; }
  footer img {
    width: 260px; }
  footer a {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 20px; }
  footer .footer-links {
    margin-top: 20px; }

p {
  font-size: 10pt; }

.span-circle {
  display: inline-block;
  background: white;
  border-radius: 50%;
  padding: 4px;
  margin-top: 25px; }

.img-circle {
  border: 1px solid black;
  padding: 4px;
  background: white;
  object-fit: cover; }

.categories {
  text-align: center; }
  @media (min-width: 1200px) {
    .categories .span-circle {
      margin-top: -40px; } }
  .categories h1 {
    font-size: 14pt;
    font-weight: bold;
    text-transform: uppercase; }
  .categories p {
    text-align: justify; }

.contact h3 {
  font-weight: bold;
  font-size: 14pt;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  margin-top: 40px; }
.contact label {
  font-size: 12pt; }
.contact ul {
  list-style: none;
  padding-left: 0; }
.contact li:before {
  content: "+";
  margin-right: 4px; }
.contact label {
  margin-bottom: 1px; }
.contact input, .contact textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px; }
.contact .map {
  margin-right: 20px; }

.banner {
  background: #676767; }
  .banner h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 15px;
    color: white; }

.distributors-wrapper h3 {
  text-transform: uppercase; }

.distributors img {
  width: 100%;
  margin-bottom: 40px; }
.distributors h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14pt;
  margin-top: 0; }
.distributors > div {
  margin-top: 30px; }

.product {
  /* Style the list */
  /* Float the list items side by side */
  /* Style the links inside the list items */
  /* Change background color of links on hover */
  /* Create an active/current tablink class */
  /* Style the tab content */ }
  .product.top {
    position: relative;
    text-align: center; }
    .product.top .ribbon {
      background-color: #676767;
      width: 100%;
      height: 90px;
      position: absolute;
      margin-top: 55px; }
    .product.top img {
      object-fit: cover; }
      .product.top img#current {
        width: 100%;
        max-height: 470px;
        margin-top: 80px; }
    .product.top .other img {
      cursor: pointer; }
    .product.top .other .span-circle {
      background: #676767; }
    .product.top .other .img-circle {
      border: initial; }
  .product ul.tab {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: #949494;
    margin: 40px 0 0 0; }
  .product ul.tab li {
    text-align: center;
    padding: 0; }
  .product ul.tab li a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11pt;
    display: inline-block;
    color: white;
    text-align: center;
    padding: 5px 40px;
    width: 100%;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #7c7c7c; }
  .product ul.tab li a:hover {
    background-color: #aaa; }
  .product ul.tab li a:focus, .product .active {
    background-color: white !important;
    color: #949494 !important;
    border-bottom: 1px solid white !important; }
  .product .tabcontent {
    margin-top: 20px;
    display: none;
    padding: 6px 12px;
    border-top: none; }
  .product .tab-line {
    border-bottom: 1px solid #7c7c7c;
    position: relative;
    top: -1px;
    z-index: -1; }
  .product hr {
    border-color: #ddd;
    margin-top: 30px;
    margin-bottom: 30px; }
  .product h4 {
    text-transform: uppercase;
    font-weight: bold; }
  .product ul.suitable {
    padding-left: 15px; }

.admin table {
  width: 100%; }

#world-map {
  height: 400px;
  margin-top: 80px;
  margin-bottom: 10px; }

@media (max-width: 768px) {
  #world-map {
    margin-top: 0; } }
#my-thumbs-list {
  overflow: auto;
  width: 800px;
  height: auto; }

#actions-sidebar {
  margin-top: 100px; }

.login {
  margin-top: 100px; }
  .login form {
    width: 200px;
    margin: 0 0 100px; }
  .login label {
    text-transform: uppercase;
    margin-top: 5px; }
  .login input {
    display: block; }
  .login .btn-login {
    margin-top: 15px; }

.products h3 {
  font-weight: bold;
  text-transform: uppercase; }
.products > .list {
  margin-top: 30px; }
  .products > .list .link {
    padding-left: 0;
    padding-right: 0; }
  .products > .list .title {
    text-transform: uppercase;
    font-size: 16pt;
    font-weight: bold;
    height: 46px;
    overflow: hidden; }
  .products > .list .pic {
    object-fit: contain;
    max-width: 100%;
    max-height: 220px; }
  .products > .list .parts {
    font-size: 14pt;
    margin-top: 0; }
  .products > .list .description {
    text-align: justify;
    display: block;
    height: 140px; }
  .products > .list .btn-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .products > .list .btn {
    text-transform: uppercase;
    font-weight: bold;
    background: #676767;
    color: white;
    border-radius: 0;
    font-size: 14pt;
    margin-top: 15px;
    margin-bottom: 15px; }

.open > .dropdown-toggle.btn-default:focus {
  color: white;
  border-color: white; }

.filter {
  margin-top: 72px;
  text-align: center;
  background: #cfcfcf;
  color: white; }
  .filter .btn-default:active:focus, .filter .open > .dropdown-toggle.btn-default {
    color: white;
    outline: none;
    background-color: #cfcfcf; }
  .filter .dropdown {
    margin: 5px; }
    .filter .dropdown button {
      background-color: #cfcfcf;
      color: white;
      border-color: white;
      border-radius: 0;
      width: 100%; }
    .filter .dropdown ul {
      background-color: #cfcfcf;
      color: white;
      border-radius: 0;
      text-align: left; }
    .filter .dropdown a {
      color: white; }
    .filter .dropdown a:hover {
      background-color: #676767;
      color: white; }
  .filter ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white; }
  .filter :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1; }
  .filter ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1; }
  .filter :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  .filter .search {
    margin: 5px;
    display: inline-block;
    background-color: #cfcfcf;
    border-color: white;
    border-radius: 0;
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.blog .entry {
  border-bottom: 1px solid #9a9a9a; }
.blog h1 {
  text-transform: uppercase;
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 0; }
.blog .by {
  font-size: 8pt; }
.blog .content {
  margin-top: 10px;
  margin-bottom: 20px; }

.car {
  margin-top: 72px; }

.cake-debug-output {
  margin-top: 100px; }

@media (max-width: 768px) {
  .filter {
    margin-top: 0; } }
.landing {
  background: url("/img/impreza1.png") center no-repeat;
  background-size: cover;
  height: 84%;
  position: relative;
  border-bottom: 2px solid black; }
  .landing .intro {
    padding-top: 6em;
    text-align: right;
    color: #EEE;
    font-size: 20pt;
    text-transform: uppercase;
    font-weight: bold;
    position: relative; }
    .landing .intro span {
      display: block; }
      .landing .intro span.s1 {
        font-size: 35pt;
        margin-bottom: -15px; }
      .landing .intro span.s2 {
        font-size: 29pt;
        margin-bottom: -7px; }
      .landing .intro span.s3 {
        font-size: 20pt; }
    @media (max-width: 544px) {
      .landing .intro span.s1 {
        font-size: 23pt;
        margin-bottom: -10px; }
      .landing .intro span.s2 {
        font-size: 19pt;
        margin-bottom: -4px; }
      .landing .intro span.s3 {
        font-size: 13pt; }
      .landing .intro a {
        font-size: 16pt; } }
    .landing .intro a {
      color: white;
      position: relative;
      top: 25px;
      border: 1px solid white;
      padding: 10px; }
    .landing .intro a:hover {
      color: #eee; }

.landing:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: black; }

.outro {
  width: 100%;
  height: 14%;
  background: #444240;
  position: absolute;
  left: 0;
  bottom: 0; }

html.lp, body.lp {
  background-color: #444240;
  height: 100%; }

.compat-object-fit {
  background-size: cover;
  background-position: center center; }
  .compat-object-fit img {
    opacity: 0; }

/*# sourceMappingURL=main.css.map */
