button.radius, .button.radius {
    border-radius: 3px;
}

button.white, .button.white {
    color: white !important;
    margin:0 10px;
}

.button.nobutton {
    text-decoration:none;
    cursor: text;
    color: #fff;
}

aside .button.nobutton {
    color: #000;
}

.contactinfo span {
    display:block;
    margin-left: 10px;
    color: #fff;
}

a[href^=tel] { color: inherit; text-decoration: none; }

aside .contactinfo {
    margin-bottom:40px;
}

aside .contactinfo span {
    color: #000;
    margin-left: 0;
}


.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.headertitle, top-bar-right li {
    background-color: #0a2196;
}

.headertitle img {
    margin-top:-80px;
}

.footermenu:hover {
    text-decoration:underline;
}

.top-bar {
    background-color: #0a2196;
}

.top-bar-left p {
    padding-left:10px;
    color: #fff;
}

.models {
    border: 1px solid black;
}

.models h3 {
}

.models h3 .model_code {
    position:absolute;
    font-size:12px;
    left:130px;
    top:13px;
}

.models .magnific {
    float:left;
}

.models .selector {
    float:left;
    clear:both;
    font-size:12px;
    margin-top:10px;
}

.models .selector select {
    width:160px;
}

.models .year select {
    width: 90px;
}

.models .selector p {
    margin:0; padding:0;
}

.models .selector .button {
    margin-top:18px;
    border-radius: 8px;
}

.models .model_details {
    position: absolute;
    font-size:10px;
    font-style: italic;
    text-decoration:underline !important;
    right:5px;
    top:14px;
}


.headerphoto {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  min-height: 20vh;
  max-height: 36vh; }

.column, .columns {
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   margin-bottom:20px;
 }

.headertitle {
  text-align: center; }

[type='search'] {
  box-shadow: none; }

ul.pagination {
  background: #DDD;
  display: inline-block; }
  ul.pagination a {
    padding: 0.6em 1em;
    text-decoration: none; }
  ul.pagination .active a {
    color: #e6e6e6;
    background: #0a0a0a; }

h1 a, h2 a, h3 a {
  text-decoration: none; }

p.meta {
  font-size: 90%;
  color: #666; }

@media screen and (min-width: 40em) {
  h1, h2 {
    margin-bottom: 2rem; }
  img {
    margin: 0 auto 1rem;
    max-width: 80%;
    display: block; } 
    
  .models .selector {
      margin-left:15px;
      clear:none;
  }
    
  .models input {
      margin: 25px 0 0 20px;
  }
}


@media screen and (max-width: 39.9375em) {
  .headertitle img {
    margin-top:0px;
  }
  .no-js .top-bar {
    display: none; 
  } 
    
}

@media screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

.menu > li {
  padding: 0; }
  .menu > li a {
    color: #2B2B2B;
    text-decoration: none; }
  .menu > li.active > a {
    color: #2B2B2B;
    background-color: inherit;
    border-bottom: 1px solid; }

.widgetholder .widget {
  margin: 1.5em 0; }

@media only screen and (max-width: 40em) { 
  .contactinfo {
    margin-bottom:40px;
  }
  
  .contactinfo .phoneno {
    text-decoration: underline;
    cursor: pointer;
  }
}
