/*
 * Leeds custom CSS
 */

@import url('https://fonts.googleapis.com/css?family=Oswald:400,300,700|Roboto+Condensed:400,300,300i,400i,700i,700|Roboto:400,100,100i,300,300i,400i,500,500i,700,700i,900,900i|Source+Sans+Pro:400,200,200i,300,300i,900i,900,700i,700,600i,600,400i');

body {
  color: #444;
  font-family: Oswald,"Roboto Condensed",sans-serif!important;
  background: #eaeaea;
}
.wrap {
  font-family: "Source Sans Pro",Roboto,sans-serif;
  font-weight: 200;
  font-size: 18px;
}

.client-logo {
  width: auto;
  height: 100px;
}
img.header-banner {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 608px) {
  .client-logo {
    width: auto;
    height: 55px;
  }
  img.header-banner {
    width: auto;
    height: 50px;
  }
}


.navbar {
  min-height: inherit;
}
.navbar-default {
  background: #e6e7e8 !important;
  border-bottom: 3px solid #005b9e !important;
}
.navbar-default .navbar-nav > li > a {
  padding: 10px 5px;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0 10px;
  text-decoration: none;
  color: #005b9e !important;
  border-right: none !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  font-weight: 400;
  color: #005b9e !important;
  background: none !important;
}
.navbar-default .navbar-nav > .active {
  background: url(../img/active-item.png) bottom center no-repeat;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #005b9e !important;
  background: transparent url(../img/active-item.png) bottom center no-repeat !important;
}
@media screen and (max-width: 768px) {
  .navbar-default .navbar-nav > .active {
    background: none !important;
  }
  .navbar-default .navbar-nav > li > a:hover {
    font-weight: 400;
    color: #005b9e !important;
    background: none !important;
  }
}
.navbar-nav > li > a.disabled,
.navbar-nav > li > a.disabled:hover,
.navbar-nav > li > a.disabled:focus {
  color: #aaa !important;
  cursor: default;
  background: none !important;
}
.navbar-nav .fa {
  line-height: 15px;
}
.dropdown-menu {
  border-radius: 0;
}
b, strong {
  font-weight: 400;
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
}

a {
  color: #1983d4;
  font-weight: 100;
}
a:focus,
a:hover {
  color: #23527c;
}
.terms-link a {
  color: #1983d4;
}
.terms-link a:focus,
.terms-link:hover {
  color: #23527c;
}

.btn-default,
.btn-theme,
.btn-action {
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-default {
  border: 1px solid #ccc;
  color: #333;
}
.btn-default:hover {
  background-color: #ccc;
  color: #333;
}
.btn-theme {
  border: 1px solid #005b9e;
  color: #005b9e;
}
.btn-theme:hover {
  background-color: #005b9e;
  color: #fff;
}
.btn-action,
.btn-action:hover {
  color: #005b9e;
  font-family: Oswald,"Roboto Condensed",sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #fed30f;
  background-color: #fed30f;
}
/*.btn-action.btn-sm {*/
  /*font-size: 13px !important;*/
  /*padding-top: 4px !important;*/
  /*padding-bottom: 4px !important;*/
/*}*/
.btn-action:hover {
  opacity: .9;
}
.btn-theme .glyphicon {
  font-size: 14px;
  padding-left: 3px;
}

.table > tr > th {
  background: transparent;
}
.table > thead > tr > th {
  border-bottom: none;
  font-weight: 600;
  font-size: 16px;
}

.form-control {
  font-size: 16px;
}
.form-control:focus,
select.form-control:focus {
  border-color: #f99700 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 170, 92, 0.6) !important;
}


.images-carousel .slick-dots li button:before {
  color: #005b9e;
}


.loading-spinner > div {
  background-color: #fed30f !important;
}


.booking-steps ul.pref-btns li a.active {
  color: #444;
  border-bottom: 3px solid #fed30f;
}


.brick-container {
  font-size: 16px;
}
.bricks-img {
  text-align: center;
}
@media screen and (max-width: 46.3em) {
  .brick-container .col-md-3 {
    padding-top: 0;
  }
}
/*.brick-inscription {*/
  /*text-align: center;*/
  /*background: url(../img/brick-bg.jpg);*/
  /*background: none;*/
/*}*/
.modal.customization-modal .form-control {
  text-transform: uppercase;
}
.customization-preview > svg {
  font-weight: 500;
  display: block;
  max-width: 400px;
  margin: 10px auto;
  float: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.25);
}


.modal .modal-content {
  border-top: 5px solid #fed30f;
}


.panel-heading {
  padding-bottom: 0;
}

.faq strong {
  font-weight: 500;
}

.bricks-img .supporter {
  margin: 3.5em 0;
}

.bricks-img .regular {
  margin: 1.5em 0;
}

.bricks-img .large {
  margin: 1.5em 0;
}

.bricks-img .limited {
  margin: 2.5em 0;
}
