body{
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
}

p,ul,ol{
  margin-top: 20px;
}

ul,ol{
  padding-left: 15px;
}

.special-offer{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  transition: all 0.5s ease;
}

.special-offer .inner{
  background: #8D1821;
  padding: 20px;
  text-align: center;
}

.special-offer .title{
  font-size: 25px;
  font-family: "Montserrat",sans-serif;
  font-weight: 500px;
  text-transform: uppercase;
  color: #EEC215;
}

.special-offer .text{
  font-size: 21px;
  font-family: "Raleway",sans-serif;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
}

.click_here{
  background: url('../img/large-yellow-arr.png') no-repeat;
  background-size: contain;
  width: 345px;
  height: 64px;
  line-height: 64px;
  font-size: 34px;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  padding-left: 40px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  color: #8B1821;
}

.click_here.small{
  background-size: contain;
  width: 210px;
  height: 39px;
  line-height: 39px;
  font-size: 20px;
}

.table{
  display: table;
  width: 100%;
  height: 100%;
}

.td{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.header{
  padding: 10px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: rgba(255,255,255,0.9);
}

.header .logo{
  width: 130px;
}

.header .navigation{
  text-align: right;
}

.header .navigation ul,
.header .navigation li,
.header .navigation a{
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.header .navigation li{
  margin-right: 60px;
}

.header .navigation li.tel{
  margin-right: 20px;
}

.header .navigation li.tel a{
  color: #8D1721;
  text-decoration: none;
  font-size: 25px;
}

.header .navigation li.facebook{
  margin-right: 0px;
}

.header .navigation li.facebook a{
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  text-align: left;
  width: 30px;
  height: 30px;
  background: url('../img/facebook.png') no-repeat;
  background-size: contain;
  margin-bottom: -10px;
}


.header .navigation a{
  font-size: 18px;
  letter-spacing: 1px;
}

.hamburger {
  padding: 10px 10px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 35px;
  height: 25px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 5px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.footer{
  padding: 10px 0px;
  background: #f3f3f3;
}

.footer .navigation{
  text-align: right;
}

.footer .logo{
  width: 100px;
}

.footer p{
  margin: 0px;
}

.footer a{
  text-decoration: none;
  font-size: 18px;
  color: #000;
}

.address_search{
  position: relative;
  max-width: 666px;
  color: #fff;
}

.address_search h1{
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1px;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  margin-top: 100px;
}

.address_search p{
  line-height: 24px;
}

.address_search .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.address_search .overlay .td{
  padding: 0 21%;
  text-align: center;
}

.address_search label{
  display: none;
}

.address_search .input{
  background: url('../img/postcode.png') center center no-repeat;
  background-size: contain;
  height: 64px;
  max-width: 345px;
  text-align: center;
  margin: 20px auto auto;
}

.address_search input[type="text"]{
  background: none;
  height: 64px;
  width: 100%;
  display: inline-block;
  color: #8a1821;
  padding: 0px 14px;
  border: none;
  font-size: 18px;
  font-family: "Raleway",sans-serif;
}

.address_search input[type="submit"]{
  background: none;
  border: none;
  color: #F0C316;
  font-size: 36px;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.page_slider{
  position: relative;
}

.page_slider .overlay{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  background: rgba(138,24,33,0.8);
}

.page_slider .overlay .inner{
  position: relative;
  top: 50%;
  transform: translateY(-60%);
}

.page_slider .caption{
  padding: 0px 40px;
  color: #fff;
}

.page_slider .caption h3{
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
}

.page_slider .caption p{
  line-height: 24px;
}

.page_slider .navigation{
  padding: 40px 40px 20px 40px;
}

.page_slider .navigation *{
  list-style: none;
  background: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
  vertical-align: middle;
}

.page_slider .navigation .dots button{
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  border-radius: 1000px;
  text-indent: -999px;
  cursor: pointer;
}

.page_slider .navigation .dots .slick-active button{
  background: #fff!important;
}

.page_slider .navigation .dots li{
  padding: 0px 2px;
}

.page_slider .navigation .prev,
.page_slider .navigation .next{
  font-size: 13px;
  margin-top: 2px;
  color: #fff;
  cursor: pointer;
}

.page_testimonials{
  overflow: hidden;
}

.page_testimonials .slick-list{
  margin: 0px -10px;
}

.page_testimonials .slide{
  padding: 0px 10px;
}

.page_testimonials .item{
  background: rgba(255,255,255,0.9);
  padding: 40px;
  margin-top: 20px;
}

.page_testimonials .item p{
  font-size: 20px;
  line-height: 38px;
  margin: 0px;
  color: #8B1821;
}

.page_testimonials .item h3{
  font-size: 28px;
  margin: 30px 0px 0px 0px;
  color: #8B1821;
  text-align: right;
  letter-spacing: 1px;
}

.page_testimonials .slick-dots,
.page_testimonials .slick-dots li,
.page_testimonials .slick-dots button{
  list-style: none;
  background: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
  vertical-align: middle;
}

.page_testimonials .slick-dots{
  display: block;
  text-align: center;
  padding: 20px;
}

.page_testimonials .slick-dots button{
  height: 7px;
  width: 7px;
  border: 1px solid #fff;
  border-radius: 1000px;
  text-indent: -999px;
  cursor: pointer;
}

.page_testimonials .slick-active button{
  background: #fff!important;
}

.page_testimonials .slick-dots li{
  padding: 0px 2px;
}

.page_testimonials .navigation{
  text-align: center;
}

.page_testimonials .navigation button{
  display: inline-block;
  background: url('../img/small-yellow-arr.png') no-repeat;
  width: 160px;
  height: 48px;
  text-align: left;
  padding-left: 40px;
  line-height: 48px;
  font-size: 28px;
  border: none;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  color: #8B1821;
  margin-left: 10px;
  cursor: pointer;
}

.get_quote .steps ul,
.get_quote .steps li,
.get_quote .steps a{
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  font-size: 0px;
  outline: none;
}

.get_quote .steps{
  height: 167px;
  margin-bottom: 20px;
}

.get_quote .steps ul{
  width: 100%;
  display: block;
  height: 83px;
  border-bottom: 1px solid #C9C9C9;
}

.get_quote .steps li{
  width: 33.333%;
  text-align: center;
}

.get_quote .steps .disabled a span{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ccc;
  opacity: 0.8;
  top: 0px;
  left: 0px;
  border-radius: 1000px;
  position: absolute;
  z-index: 1;
  text-indent: -999px;
}

.get_quote .steps a{
  width: 167px;
  height: 167px;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}

.get_quote .steps .disabled a{
  cursor: default;
}

.get_quote .steps #get_quote_form-t-0{
  background: url('../img/contact_details.png') 0px 0px no-repeat;
}

.get_quote .steps .current #get_quote_form-t-0{
  background: url('../img/contact_details.png') 0px -167px no-repeat;
}

.get_quote .steps #get_quote_form-t-1{
  background: url('../img/property_details.png') 0px 0px no-repeat;
}

.get_quote .steps .current #get_quote_form-t-1{
  background: url('../img/property_details.png') 0px -167px no-repeat;
}

.get_quote .steps #get_quote_form-t-2{
  background: url('../img/your_quote.png') 0px 0px no-repeat;
}

.get_quote .steps .current #get_quote_form-t-2{
  background: url('../img/your_quote.png') 0px -167px no-repeat;
}

.get_quote .content{
  position: relative;
  padding-top: 60px;
}

.get_quote .content .title{
  position: absolute;
  width: 33.333%;
  text-align: center;
  font-family: "Raleway",sans-serif;
  font-size: 22px;
  font-weight: 300;
  outline: none;
}

.get_quote .content #get_quote_form-h-0{
  top: 0px;
  left: 0px;
}

.get_quote .content #get_quote_form-h-1{
  top: 0px;
  left: 33.333%;
}

.get_quote .content #get_quote_form-h-2{
  top: 0px;
  left: 66.666%;
}

.get_quote .content label{
  display: none!important;
}

.get_quote .content a{
  color: #8b1821;
}

.get_quote .content label[for="consent"]{
  display: block!important;
  color: #8b1821;
}

.get_quote .content input[type="text"]{
  display: block;
  border: 1px solid #8a1821;
  color: #8a1821;
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  margin-bottom: 20px;
  background: rgba(138,24,33,0.1);
}

.get_quote .content input[type="text"].error{
  background: rgba(138,24,33,0.2);
}

.get_quote .actions{
  padding: 20px 0px;
}

.get_quote .actions ul,
.get_quote .actions li,
.get_quote .actions a{
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.get_quote .actions ul{
  display: block;
  width: 100%;
  text-align: center;
}

.get_quote .actions li:first-child{
  display: none;
}

.get_quote .actions a{
  width: 204px;
  height: 43px;
  padding-left: 60px;
  line-height: 43px;
  font-size: 24px;
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  color: #F0C316;
  letter-spacing: 1px;
  text-align: left;
  background: url('../img/small-red-arr.png') no-repeat;
}

.get_quote .wizard > .content{
  display: block;
  min-height: 450px;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.get_quote .wizard > .content > .body{
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
}

.scrollup{
  text-align: right;
}

.scrollup a{
  display: inline-block;
  font-size: 50px;
  padding: 0px 15px;
  color:#fff;
  font-weight: 200;
  background: #969696;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#get_quote_form-p-2{
  text-align: center;
}

#get_quote_form-p-2 h4{
  font-family: "Raleway",sans-serif;
  font-weight: normal;
  text-align: right;
}

#get_quote_form-p-2 #contact_details,
#get_quote_form-p-2 #property_details{
  text-align: left;
}

#get_quote_form-p-2 #contact_details p,
#get_quote_form-p-2 #property_details p{
  margin-top: 0px;
}

#get_quote_form-p-2 #contact_details a,
#get_quote_form-p-2 #property_details a{
  color: #8b1821;
}

.ui-widget{
  font-family: "Montserrat", Sans-serif;
}

.ui-dialog{
  padding: 0px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

.ui-widget-overlay{
    background: none;
}

.ui-widget.ui-widget-content{
    border: none;
    border-radius: 0px;
}

.ui-widget-header {
    background-color: #EEC215;
    color: #fff;
    border-color: #EEC215;
    border-radius: 0px;
    padding: 0px !important;
    height: 30px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background-color: #891720;
    height: 10px !important;
    width: 10px !important;
    border-radius: 1000px;
    border: none;
    margin: 0px;
    right: 10px;
    top: 10px;
    padding: 0px;
}

.ui-dialog .ui-dialog-title {
    margin: 0px;
    position: relative;
    display: none;
}

.ui-dialog .ui-dialog-content{
  padding: 0px;
  overflow-x: hidden;
  color: #7a7a7a;
  font-size: 12px;
}

.ui-dialog .ui-dialog-content .content{
  padding: 20px;
}

.ui-dialog .ui-dialog-content .content.centered{
  text-align: center;
}

.ui-dialog .ui-dialog-content .title{
  font-size: 30px;
  color: #8b1821;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.ui-dialog .ui-dialog-content .description{
  overflow: hidden;
  margin-bottom: 10px;
}

.ui-dialog .ui-dialog-content h3,
.ui-dialog .ui-dialog-content p,
.ui-dialog .ui-dialog-content ul,
.ui-dialog .ui-dialog-content ol{
  margin-bottom: 10px;
  margin-top: 0px;
}

.ui-dialog .ui-dialog-content a{
  text-decoration: none;
  outline: none;
  color: #8b1821;
}

.ui-dialog .ui-dialog-content ul,
.ui-dialog .ui-dialog-content ol{
  margin-left: 20px;
}
