/*
 * aston villa's custom CSS
 */

body {
  color: #555555;
  font-family: Barlow, Helvetica, Arial, sans-serif;
  background: #fbfbfb;
}

.wrap {
  font-family: Barlow, Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  border: 1px solid #f4f3f4;
  border-top: 0;
}

@media screen and (min-width: 768px) {
  .wrap {
    border: 1px solid #f4f3f4;
    border-top: 0;
  }
}

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


.navbar {
  min-height: inherit;
}
.navbar-default {
  background: white !important;
  /*border-top: 1px solid #f4f3f4!important;*/
  border-bottom: 1px solid #aaa!important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: rgba(0,0,0,.1) !important;
}
.navbar-default .navbar-nav > li > a {
  padding: 25px 20px;
  font-size: 15px;
  font-weight: bold;
  font-family: Barlow, Helvetica, Arial, sans-serif;
  margin: 0;
  text-decoration: none;
  color: #111111 !important;
  border: none !important;
  border-left: 1px solid hsla(0,0%,100%,.1) !important;
}
.navbar-default .navbar-nav > li:last-child > a {
  border-right: 1px solid hsla(0,0%,100%,.1) !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  font-weight: 700;
  color: #111111 !important;
  background-color: rgba(0,0,0,.1) !important;
  font-family: Barlow, Helvetica, Arial, sans-serif;
}
.navbar-default .navbar-nav > .active {
  background: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff !important;
  background-color: rgba(0,0,0,.1) !important;
}
@media screen and (max-width: 768px) {
  .navbar-default .navbar-nav > .active {
    background: none !important;
  }
  .navbar-default .navbar-nav > li > a:hover {
    font-weight: 700;
    color: #fff !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;
}
.warp b, strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
}

h1, h3 {
  font-family: Barlow, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h1 {
  color: blue;
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  h1 {
    font-size: 39px;
    line-height: 40px;
  }
}

a {
  color: #337ab7;
  font-weight: 100;
}
a:focus,
a:hover {
  color: #23527c;
}
.terms-link a {
  color: #94BEE5;
}
.terms-link a:focus,
.terms-link a:hover {
  color: rgba(148, 190, 229, 0.8);
}

.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;
  border-bottom: 3px solid #ccc;
  border-radius: 5px;
  color: #333;
}
.btn-default:hover {
  background-color: #ccc;
  color: #333;
}
.btn-theme {
  color: #2B5AA9;
  border: 1px solid #2B5AA9;
  border-bottom: 3px solid #2B5AA9;
  border-radius: 5px;
}
.btn-theme:hover {
  border: 1px solid rgba(43, 90, 169, 0.8);
  border-bottom: 3px solid #2B5AA9;
  background-color: rgba(43, 90, 169, 0.8);
  color: #fff;
}
.btn-action,
.btn-action:hover {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  border-bottom: 3px solid #2B5AA9;
  border-radius: 5px;
  background-color: #2B5AA9;
}
.btn-action:hover {
  background-color: rgba(43, 90, 169, 0.9);
}
/*.btn-action.btn-sm {*/
  /*font-size: 13px !important;*/
  /*padding-top: 4px !important;*/
  /*padding-bottom: 4px !important;*/
/*}*/
.btn-action:hover {
  opacity: .9;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.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: #337ab7 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147, 205, 226, 0.6) !important;
}


.images-carousel .slick-dots li button:before {
  color: #1a50a7;
}


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


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


.brick-container {
  font-size: 16px;
}
.bricks-img {
  text-align: center;
}
.bricks-img .premium {
  margin: 2em 0;
}
.bricks-img .regular {
  margin: 2em 0;
}
.bricks-img .regular.limited {
  margin: 6em 0;
}
.bricks-img .large {
  margin: 2em 0;
}
.bricks-img .large.limited {
  margin: 2em 0;
}
@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: 30px 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: 0;
}


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


.faq strong {
  font-weight: 500;
}

.faq h4 {
  font-family: Barlow, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.brick-container h3 {
  font-family: Barlow, Helvetica, Arial, sans-serif;
}

.terms .tc-section {
  padding: 15px;
  max-width: 1024px;
  margin:0px auto;
}
.terms .ul-custom li {
  margin-bottom: 15px;
}
.terms .new-num-list {
  padding-top:30px;
}
.terms table, .terms th, .terms td {
  border: 1px solid #333;
  border-collapse: collapse;
}
.terms .tc-table {
  margin-top: 25px;
  margin-bottom: 25px;
}
.modal.customization-modal .add-extra-message {
  text-transform: none;
}

img.crest.selected {
  outline: 2px solid #2B5AA9;
}
body {
  padding-bottom: 0;
}
