/* ==========================================================================
   Spider Styles
   ========================================================================== */

/*-------general-------*/
body {
}

/*-------typography-------*/
.heading,
.sub-heading {
}

.sub-heading {
}

.after-header {
}

p.title {
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/*-------scaffolding-------*/
.container {
  border-bottom: none;
}

.row {
}

.sub-nav {
  border-bottom-width: 1px;
  border-style: dotted;
}

.column-left-divide,
.column-right-divide {
  border-style: solid;
}

/*-------header-------*/
.sub-header {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

.sub-header ul li {
}

.sub-header ul:first-child {
}

.sub-header ul li a.dropdown-toggle {
  padding: 27px 0;
}

.header {
  border-top-style: solid;
  border-top-width: 8px;
}

.header .row {
  margin-top: 0;
}

.header img.logo {
  width: 100%;
  max-width: 350px;
  display: block;
  float: left;
  margin-top: 30px;
}

.header .contact {
  float: right;
  margin-top: 30px;
}

.header .contact p.title,
.header .contact ul.get-in-touch li {
  text-align: right;
}

/*header collapsed*/
.header-collapse .header {
  height: 0;
}

.header-collapse img.logo {
  opacity: 0;
  width: 0;
}

.header-collapse .navbar-brand {
  padding: 15px 0;
}

.header-collapse .navbar-brand img.logo {
  opacity: 1;
  width: 100%;
  max-width: 110px;
  height: 75px;
}

/*-------navigation-------*/
.btn.btn-default {
  border-width: 1px;
  border-style: solid;
}

.btn.btn-sub {
  margin: 0 0 10px 20px;
}

.navbar-default {
  border-bottom-width: 10px;
  border-bottom-style: solid;
}

.navbar-collapse {
  text-align: center;
}

.navbar-collapse .navbar-nav {
  display: inline-block;
  margin: auto;
  float: none;
}

.navbar-nav > li {
  margin: 0 24px;
  transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
}

.navbar-default .navbar-nav > li > a > i {
  display: block;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}

.dropdown-menu {
  padding: 15px 0;
  border: none;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li {
  margin: 10px 20px;
}

.dropdown-menu > li > a {
  padding: 0 0 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.dropdown-menu > li:last-child > a {
  border: none;
}

.header-collapse .navbar-nav {
  float: right;
}

.header-collapse .navbar-nav > li {
  margin: 0;
}

.dropdown-menu .divider {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  height: auto;
  margin: 10px 15px;
}

/*-------get quote boxes-------*/
.get-quote .box {
  min-height: 513px;
}

.revise-quote .box {
  min-height: 280px;
}

.save-quote .box {
  min-height: 500px;
}

/*-------forms-------*/
.input-group-btn button {
  vertical-align: top;
}

.payment-summary {
  padding-bottom: 20px;
  padding-top: 20px;
}

.payment-summary .form-control-static,
.payment-summary .control-label {
  padding: 0;
}

.form-controls {
  text-align: center;
}

/*-------table-------*/
.table.search > tbody > tr > th {
  padding: 0 20px 40px;
  border: none;
  vertical-align: bottom;
}

.table.search > tbody > tr > th:last-child {
  padding-right: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.table.search > tbody > tr > th > label {
  margin: 20px 0 10px;
}

.table.results > thead > tr > th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/*-------draggable list-------*/
li.grab {
  border-width: 1px;
  border-style: dotted;
}

/*-------tabs-------*/
.nav-tabs > li > a {
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  margin: 10px;
}

.nav-tabs > li.active {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a {
  border: none;
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active {
  border: none;
}

.nav-tabs.small-tabs > li > a {
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

/*-------product grouping accordian-------*/
.product-group:nth-child(even) {
  float: right;
}

.product-group {
  padding-top: 10px;
  padding-bottom: 20px;
}

.product-group.opened .product-group-title {
  margin-bottom: 20px;
}

/*-------order basket-------*/
.basket-mask {
  overflow: hidden;
  position: absolute;
  right: 8%;
  top: 115px;
  width: 410px;
  transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
}

.basket-mask.open {
  height: 440px;
}

.basket-mask.closed {
  height: 90px;
}

#basket {
  width: 100%;
  min-height: 350px;
  background-image: url(images/basket-shadow.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  right: 0;
  bottom: 90px;
}

.basket-tab,
.basket-wrap {
  float: left;
}

.basket-tab {
  bottom: -88px;
  left: 50%;
  margin-left: -130px;
  position: absolute;
}

.basket-wrap {
  min-height: 280px;
}

.basket-scroll {
  height: 210px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 40px 20px 20px 20px;
  margin-bottom: 140px;
  border-bottom: 1px dotted;
}

.basket-wrap .basket-items .product {
  width: 250px;
}

#basket .basket-tab a {
  display: block;
  height: 88px;
  width: 259px;
  background-image: url(images/basket-tab.png);
  background-repeat: no-repeat;
  transition: none;
}

#basket.open .basket-tab a {
  background-position: right top;
}

#basket.closed .basket-tab a {
  background-position: left top;
}

.basket-tab a {
  display: block;
  height: 259px;
  width: 87px;
  background: url(images/basket-tab.png) left top no-repeat;
}

.basket-tab .basket-amount {
  position: absolute;
  right: 25px;
  top: 20px;
}

/*-------product payment page-------*/
.product-summary .product {
  margin-bottom: 10px;
}

.product-summary .product ul {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  padding-bottom: 10px;
}

.product-summary .product ul.pack-products {
  border: none;
  margin-top: 10px;
}

/*-------help-------*/
.help a {
  background-image: url(images/nav-help.png);
  background-repeat: no-repeat;
  background-position: center right;
  border-radius: 0 4px 4px 0;
  height: 140px;
  width: 40px;
}

.help a:hover,
.help a:focus,
.help a:active {
  width: 60px;
}

/*-------messages-------*/
.message {
  border-bottom: 1px dotted;
}

/*-------misc-------*/
.alert {
  margin-bottom: 0;
}

.alert-warning {
  border: none;
}

.alert-warning li a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
}

.product-new:after {
  content: url(images/sash-new.svg);
  position: absolute;
  right: 10px;
  top: -3px;
}

.owl-carousel {
  margin-bottom: 80px;
}

.owl-item img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 560px;
}

/*-------footer-------*/
.footer {
  border-top-width: 8px;
  border-top-style: solid;
}

.footer .logo {
  max-width: 150px;
  width: 100%;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
@media screen and (max-width: 992px) {
  .box.step-1,
  .box.step-2 {
    margin-bottom: 30px;
  }

  .revise-quote .box {
    min-height: 230px;
  }

  .column-left-divide,
  .column-right-divide {
    border: none;
  }

  .retrieve-quote {
    margin-top: 30px;
  }

  table.solicitor-details,
  table.sale-details {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .get-quote .box,
  .save-quote .box {
    min-height: auto !important;
    margin-bottom: 30px;
  }

  .box.your-details,
  .box.sale-address {
    margin-bottom: 30px;
  }

  #hom .box.your-details {
    margin-bottom: 0;
  }

  .retrieve-quote {
    margin-top: 0;
  }

  #quo .retrieve-quote {
    margin-top: 100px;
  }

  .header .row {
    margin-top: 40px;
  }

  .header .contact {
    margin-top: 0;
  }

  .top-nav {
    display: none;
    visibility: hidden;
  }
}

@media screen and (max-width: 475px) {
  .header img.logo {
    float: none;
    margin: auto;
  }

  .header .contact {
    float: none;
    margin-top: 40px;
  }

  .header .contact p.title,
  .header .contact ul.get-in-touch li {
    text-align: center;
  }

  .btn.new-quote {
    display: none;
    visibility: hidden;
  }
}
