/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar-brand {
    height: 150px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    float: none;
}
img.logo {
  margin: 0 auto;
}
.telephone {
  text-align: center;
  font-size: 21px;
}
.telephone a {
  color: #f15e57;
}
.home {
  background-image: url("../images/booking-form-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  Padding-top: 15px;
  padding-bottom: 15px;
  min-height:400px;
}
.home .row {
    max-width:1170px;
    margin: 0 auto;
}
.home .row .wrap {
    max-width:780px;
    float: left;
}
.booking-form {
  margin-top: 20px;
}
.owl-carousel {
  margin: -40px 0 30px;
}
.car-icons {
  text-align:center;
}
.owl-prev, .owl-next {
  display: inline-block;
  margin:15px 0;
  border: 1px solid red;
  border-radius: 4px;
  padding: 6px 12px;
}
.owl-next {
  float:right;
}
.thumbnail {
  padding: 10px 4px 4px 4px;
}
.main-footer {
  margin-top:30px;
  padding: 30px 0 15px;
  background: #333;
  color:#ccc;
}
.main-footer a {
  color:#ccc;
}
.fa {
    padding-left: 8px;
    }

/**** OVERWRITE pjStyles 
body [id^=pjWrapper] {
    max-width: 750px;
}                         ****/

@media (min-width: 768px) {
  .navbar-brand {
    height: 116px;
    float: left;
  }
  .telephone {
    margin-top: 30px;
    text-align: right;
  }
  .navbar {
    margin-bottom: 0;
  }

}
