/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: 'Raleway', sans-serif;
}

h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

button:focus {
  border: none;
  outline: none;
}

.btn-default {
  margin-bottom: 5px;
  padding: 5px 8px;
  color: #757575;
}

.btn-default:hover {
  color: #222222;
}

form .btn-default {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

.ribbon-wrapper {
  overflow: hidden;
  width: 200px;
  height: 200px;
  top: 0px;
  right: 0px;
  position: absolute;
}

.login-warning {
  max-width: 45%;
  position: absolute;
  margin: 0 auto;
  top: 4px;
  left: 0;
  right: 0;
  z-index: 20;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.navbar {
  width: 100%;
  min-height: 80px;
}

.navbar-nav {
  margin-top: 13px;
}

.navbar-brand {
  padding: 5px 15px;
  min-height: 80px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ccc;
}

.navbar-toggle {
  margin-top: 23px;
}

.static-img {
  background: url('../pics/static-img.jpg') no-repeat;
  background-position: center center;
  width: 100%;
}

/* Auction & Login blocks
-------------------------------------------------- */

#overlay {
  background-image: url(../pics/overlay.png);
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 493px;
  z-index: 10;
  position: absolute;
}

#slider {
  position: relative;
}

#slider-overlay {
  margin: 0 auto;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10;
  position: absolute;
}

.home-block {
  height: auto;
  margin: 0 auto;
  border-radius: 10px;  
  text-align: center;
  position: relative;
  z-index: 12;
}

.home-block p {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 16px;
}

.home-block h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 20pt;
}

.home-block table th {
  font-size: 12px;
  font-weight: normal;
}

.home-block table td {
  font-size: 14px;
}

.table-heading {
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
}

.auction {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 20px;
  padding: 10px 0 30px 0;
  margin-bottom: 15px;
}

.auction-date {
  background-color: rgba(0, 0, 0, 0.7);
  width: 90%;
  color: #fff;
  font-size: 19px;
  padding: 6px 10px;
  margin: 10px auto;
}

.auction-time {
  background-color: rgba(0, 0, 0, 0.7);
  width: 45%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 5px 10px; 
  margin: 10px auto 18px auto;  
}

.login {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 0 28px 0;
  margin-bottom: 15px;
}

.login input {
  width: 80%;
  height: 50px;
  border-radius: 0;
  display: inline-block;
  margin: 5px 0;
}

.login button {
  font-size: 20px;
  padding: 10px 50px;
  margin: 8px 0 0 0;
  box-shadow: 0px 0px 5px #000;
  width: 80%;
}

.form-group {
  margin-bottom: 10px;
}

.form-horizontal input,
.form-horizontal select,
.form-horizontal textarea {
  border-radius: 0;
}

.button {
  box-shadow: 0px 0px 5px #000;
  width: 80%;
  padding: 10px 10px;
  font-size: 19px;
  font-weight: normal;
  border: none;
}

.button:focus {
  border: none;
  outline:none
}

/* Main Content
-------------------------------------------------- */

.content-wrapper {
  width: 100%;
  height: auto;
  margin-top: 120px;
  margin-bottom: 60px;
}

.stolen-vehicles {
  text-align: center;
}

.stolen-vehicles h2, h4 {
  font-family: 'Oswald', sans-serif;
}

.stolen-vehicles h2 {
  font-size: 36px;
  padding-bottom: 10px;
}

.stolen-vehicles h4 {
  font-size: 24px;
}

/* Affiliates Content
-------------------------------------------------- */

#affiliates {
  width: 100%;
  height: auto;
  background-color: #343434;
  text-align: center;
  padding: 34px 0;
  position: relative;
  z-index: 10;
}

#affiliates img {
  width: 250px;
  padding: 20px 0;
}

.grow img {
    width: 280px;
    height: 86px;
    padding-right: 20px;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.grow:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

/* About Content
-------------------------------------------------- */

#about {
  background-color: #efefef;
  padding: 20px 0 20px 0;
  text-align: center;
  position: relative;
}

#about p {
  text-align: justify;
}

.list {
  text-align: left;
  list-style: none;
}

.glyphicon {
  padding-right: 10px;
}

#about h3 {
  font-family: 'Raleway', sans-serif;
  text-transform: none;
  padding: 20px 0;
}

/* News Content
-------------------------------------------------- */

#newsitems {
  background-color: #efefef;
  padding: 20px 0 20px 0;
}

.leftitem {
  float: left;
}

.rightitem {
  float: right;
}


/* Contact Content
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
#contact {
  padding: 20px 0 20px 0;
  text-align: center;
  position: relative;
}

#contact p {
  margin-right: 10px;
  margin-left: 10px;
}

.col-lg-4 {
  padding: 10px 20px;
}

.email {
  margin-top: 14px;
}

/* Apps Content
-------------------------------------------------- */

#app-download {
  background-color: #efefef;
  padding: 45px 0;
  text-align: center;
}

#app-download h2 {
  line-height: 63px;
}

/* Module Scroller Content
-------------------------------------------------- */

#module-scroller {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 0;
  text-align: center;
  height: 320px;
}

#module-scroller h3 {
  color: #d70000;
  font-size: 18px;
}

#module-scroller p {
  font-size: 12px;
}

.carousel-control.right,
.carousel-control.left {
  background: transparent;
}

.carousel-control.right a,
.carousel-control.left a {
  position: absolute;
  top: 62px;
  font-size: 98px;
  color: black;
  opacity: initial;
  text-shadow: none;
  text-decoration: none;
}

.carousel-control.right a {
  right: -73px;
}

.carousel-control.left a {
  left: -73px;
}

/* Support Content
-------------------------------------------------- */

#support {
  width: 100%;
  height: auto;
  background-color: #a9a9a9;
  text-align: center;
  padding-bottom : 20px;
  position: relative;
  z-index: 9;
  background-image: url('../pics/plane.png');
  background-repeat: no-repeat;
  background-position: center 5px;
}

#support button {
    box-shadow: 0px 0px 5px #333;
}

#support h2 {
  color: #fff;
  font-size: 55px;
  padding-bottom: 4px;
}

/* Footer Content
-------------------------------------------------- */

footer {
  position: relative;
}

footer p {
  text-align: center;
}

.disclaimer {
  font-size: 11px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 1200px) {
  #overlay {
  height: 487px;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form  {
  margin-right: 145px;
  }

  .home-block {
    height: 320px;
  }

}

@media only screen  and (max-width : 1198px) {
  .static-img {
      width: 100%;
      height: 1024px;
    }

    #slider-overlay {
      top: 100px;
    }

  .auction {
    font-size: 15px;
    padding: 5px 0 15px 0;
    margin-bottom: 8px;
  }

  .home-block h1 {
    font-size: 20pt;
    padding: 0;
  }

  .login {
    padding: 5px 0 20px 0;
    margin-bottom: 15px;
  }

  .login button {
    margin: 0;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form  {
  margin-right: 154px;
  }  

}

@media (min-width: 768px) {
  /* Navbar positioning */
  .navbar-wrapper {
    width: 100%;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .carousel-indicators {
    bottom: 0px;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form  {
  margin-right: 154px;
  }  

}

@media (max-width: 767px) {

  #slider-overlay {
      top: 100px;
    }



  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form  {
  margin-right: 0;
  }

}

@media (max-width: 566px) {

  .static-img {
    width: 100%;
    height: 1024px;
  }

  .logo {
    max-width: 224px;
    padding-top: 6px;
  }

  #slider-overlay {
      top: 100px;
    }

  .auction-date {
    font-size: 27px;
  }

  #support button {
  font-size: 20px;
  width: 85%;
  }

  .auction button {
    width: 80%;
  }

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  #slider-overlay {
      top: 100px;
    }

  .logo {
    max-width: 193px;
    padding-top: 9px;
  }

  .home-block h1 {
    font-size: 20pt;
    padding: 0;
  }

  .auction-date {
    font-size: 19px;
  }

  .auction-time {
    font-size: 14px;
  }

  #support button {
    font-size: 16px;
  }

  .navbar-toggle {
    margin-right: 20px;
  }

  #anniversary {
    display:none;
  }

  .grow img {
    -webkit-transition: none; /* Safari and Chrome */
    -moz-transition: none; /* Firefox */
    -ms-transition: none; /* IE 9 */
    -o-transition: none; /* Opera */
    transition: none;
}

.grow:hover img {
    -webkit-transform: none; /* Safari and Chrome */
    -moz-transform:none; /* Firefox */
    -ms-transform:none; /* IE 9 */
    -o-transform:none; /* Opera */
     transform:none;
}

.static-img {
  width: 100%;
  height: 1024px;
}

  #support button {
  font-size: 20px;
  width: 85%;
}

  .auction button {
    width: 80%;
  }

}
