/**handles:boilerstyle**/
.getQuote {
	padding: 60px 0px 60px;
	box-sizing: border-box;
	min-height: 540px !important; /* Avoid some jumping around between loads */
	transition: 0.5s;
}

.getQuote .iconWrap {
    border: 2px solid rgba(85, 0, 3, 0.8);
}

.quoteRow.fourCol .first {
	margin-left: 10% !important;
}

/* Calculating Screen */

.calculating {
	text-align: center;
	margin: auto;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 150px;
}

.calculating img {
	width: 40px !important;
	opacity: 1;
	margin-bottom: 5px;
}

/* Text Colours */

.getQuote .calcSwitch span {
	opacity: 1;
	color: #550003;
}

.getQuote .calcSwitch:hover span {
	color: #fff;
}

.getQuote p {
	font-size: 16px;
}

.getQuote p a {
	color: #fff;
}

.getQuote p a:hover {
	color: #fff;
	transition: 0.5s;
	text-decoration: underline;
}

/* Icon Scale Tweaks */

.iconWrap.terraced svg {
	max-width: 100px;
}

.iconWrap.flat svg {
	max-width: 70px;
}

.error svg {
	height: auto;
	width: 60px;
	margin: 130px auto 0px;
}

/* Results Page */

.quoteBox {
	background-color: #fff;
	width: calc(33.333% - 40px);
	box-sizing: border-box;
	padding: 30px;
	float: left;
	margin: 30px 20px 0px;
	background-position: right bottom;
	background-size: 60%;
	background-repeat: no-repeat;
}

.quoteBox h1, .quoteBox h1 small, .quoteBox h3, .quoteBox p, .quoteBox li {
	color: #171717;
	margin: 0;
	padding: 0;
}

.quoteBox h1.price {
	font-size: 55px;
	padding: 10px 0;
}

.quoteBox h1 small {
	color: #e40009;
	font-size: 38px;
	vertical-align: baseline;
	margin-right: -5px;
}

.quoteBox h3.package {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}

.quoteBox p.subtitle {
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin: 0;
	text-align: left;
}

.quoteBox .includes {
	border-top: solid 1px lightgrey;
	padding-top: 20px;
	margin-top: 20px;
}

.quoteBox .includes ul {
	padding: 0;
	margin: 0;
}

.quoteBox .includes ul li {
    list-style-type: none;
    padding-left: 23px;
    text-indent: 0;
    font-size: 14px;
    line-height: 28px;
    background: url('https://ckplumbing.co.uk/wp-content/plugins/outrank-boilerquote/assets/img/tick.png') no-repeat 0 5px;
}

.quoteBox.smallbg {
	/*background-image: url('https://ckplumbing.co.uk/wp-content/plugins/outrank-boilerquote/assets/img/boilerbg.png');*/
}

.getQuoteBtn {
	background: #e40009;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 15px;
	text-transform: uppercase;
	transition: 0.5s;
	margin: 15px 0px 0px 0px;
	display: inline-block;
}

.getQuoteBtn:hover {
	background: #171717;
	transition: 0.5s;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 15px;
	text-transform: uppercase;
	margin: 15px 0px 0px 0px;
	display: inline-block;
}

.clearfix {
	clear: both;
}

/* Finance Calculator */

.financeCalc {
	margin: 50px auto 0px;
	background: rgba(0,0,0,0.15);
	border-radius: 5px;
	width: calc(100% - 40px);
	padding: 30px 30px 10px 30px;
}

.financeCalc h4 {
	margin: 0 0 10px 0;
	padding: 0;
}

.financeCalc input {
	display: inline;
	width: 200px;
	color: #fff;
	background: rgba(0,0,0,0.1);
	border: none;
	padding: 8px;
	height: 30px;
	box-shadow: none;
	margin: 0 4px;
}

.financeCalc input::placeholder {
	color: #fff;
}

.financeCalc select	{
	display: inline;
	width: 200px;
	color: #fff;
	background: rgba(0,0,0,0.1);
	border: none;
	padding: 0 8px;
	height: 30px;
	box-shadow: none;
	margin: 0 4px;
}

.financeCalc input:focus {
	display: inline;
	width: 200px;
	background: rgba(0,0,0,0.2);
	border: none;
	margin: 0 4px;
	box-shadow: none;
}

.financeForm {
	margin-bottom: 20px;
}

a.calculateBtn {
	border: solid 2px #fff;
	background: transparent;
	transition: 0.5s;
	color: #fff;
	padding: 5px 9px;
	display: inline;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px 0 0 10px;
	font-size: 12px;
	transition: 0.5s;
}

a.calculateBtn:hover {
	border: solid 2px #fff;
	background: #fff;
	color: #e40009;
	transition: 0.5s;
}

#financeQuote:empty {
	display: none;
}

#financeQuote {
  background-color: #fff;
  display: block;
  color: #171717;
  padding: 10px 15px;
  margin-bottom: 20px;
  position: relative;
}

#financeQuote strong, #financeQuote a {
	font-weight: bold;
	color: #171717;
}

#financeQuote svg {
	float: left;
	display: inline-block;
	margin: 3px 10px 0 0;
	padding: 0;
	transform: none;
	transition: none;
	position: relative;
	top: auto;
}


/* Responsive Fixes */

@media(max-width: 960px) {
	.quoteBox {
		width: calc(100% - 60px);
		margin: 30px;
	}
	
	.financeCalc {
		width: calc(100% - 60px);
	}
	
	.quoteRow {
		text-align: center;
	}
	
	.quoteRow .calcSwitch {
		width: calc(100% - 60px);
		display: block;
		border: solid 2px #550003;
		border-radius: 5px;
		margin: 10px 30px;
	}
	
	.getQuote .quoteRow .calcSwitch .iconWrap svg {
		float: left;
		max-width: 80px !important;
		margin: 0 0 0 10px;
	}
	
	.getQuote .quoteRow .calcSwitch .iconWrap.terraced svg {
		float: left;
		max-width: 100px !important;
		margin: 0;
	}
	
	.quoteRow .calcSwitch span {
		float: left;
		display: inline-block;
	}
	
	.quoteRow .iconWrap {
		border: none;
		padding: 0;
		width: 100px;
		text-align: center;
	}
	
	.quoteRow.fourCol .first {
    	margin-left: 30px !important;
	}

	.getQuote .iconWrap:hover {
	    border: none;
	    cursor: auto;
	}
	
	.calcSwitch:hover {
		border-color: #fff;
		transition: 0.5s;
	}
	
	.calcSwitch:hover svg path {
		fill: #fff;
		transition: 0.5s;
	}
	
	.calcSwitch:hover span {
		color: #fff;
	}
}

/* Contact Form */

.form-wrapper {
	padding: 0px 20px;
}

.form-container {
  margin: 40px auto 30px;
  position: relative;
  background-color: rgba(0,0,0,0.15);
  max-width: 520px;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
}
 
.form-container input {
	background: rgba(0,0,0,0.1)!important;
	border: 0!important;
	border-radius: 5px;
	box-shadow: none;
	padding: 7px 7px 7px 36px;
	color: white;
	background-image:none!important;
}
 
.form-container input:focus {
	background: rgba(0,0,0,0.2);
	border: 0;
	box-shadow: none;
}

.form-container input::placeholder {
	opacity: 0.5;
	color: #fff;
}

.form-container .input-wrap {
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	width: 48.5%;
}

.form-container .input-wrap:nth-child(odd) {
	margin-right: 3%;
}

@media(max-width: 500px) {
	.form-container .input-wrap {
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	width: 100%;
}

.form-container .input-wrap:nth-child(odd) {
	margin-right: 0%;
}
}

.form-container .input-wrap:before {
	font-family: 'FontAwesome';
    color: white;
    position: relative;
    height: 0px;
    float: left;
    font-size: 16px;
    z-index: 100;
    opacity: 0.5;
    left: 12px;
    bottom: -6px;
}

.form-container .input-wrap.name:before {
	content: "\f007";
}

.form-container .input-wrap.postcode:before {
	content: "\f015";
}

.form-container .input-wrap.email:before {
	content: "\f0e0";
}

.form-container .input-wrap.phone:before {
	content: "\f095";
}
 
.form-container:after {
  content: '';
  position: absolute;
  width: 0;
  background: transparent;
  height: 0;
  border: 15px solid transparent;
}
 
.speech-bubble-top:after {
  border-bottom-color: rgba(0,0,0,0.15);
  left: 50%;
  bottom: 100%;
  background: transparent;
  margin-left: -15px;   
}

.form-container .submit-button {
	border: solid 2px #fff;
    background: transparent;
    transition: 0.5s;
    color: #fff;
    padding: 5px 9px;
    display: inline;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.5s;
    width: 100%;
    letter-spacing: 0.3px;
    border-radius: 0px;
}

.form-container .submit-button:hover {
	color: #d9030b;
    background: white;
    transition: 0.5s;
}

.validation-fail {
	font-size: 12px;
	background: #ffbcbc;
	border: solid 1px #ff2c2c;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px;
	color: #ff2c2c;
}














@charset "UTF-8";
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */





.quoteBtn {
  top: 0;
  right: 50px;
  z-index: 5;
  display: block;
  cursor: pointer;
  width: 190px;
  font-size: 13px;
  text-align: center;
  padding: 8px 0 10px;
  position: absolute;
  background-color: #e40009;
  text-transform: uppercase
}

.quoteBtn, .quoteBtn:hover {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.quoteBtn:hover {
  background-color: #000
}

.homeBanner {
  height: 440px;
  background-size: cover;
  padding-top: 40px
}

.bannerCard {
  position: relative;
  background-color: hsla(0, 0%, 100%, .8);
  width: 100%;
  padding: 35px 20px 35px 35px
}

.bannerCard p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  max-width: 70%
}

.bannerCard.primary img {
  position: absolute;
  bottom: 30px;
  right: 30px
}

.redBtn {
  background-color: #e40009;
  display: inline-block;
  clear: both;
  padding: 8px 15px 9px;
  color: #fff;
  font-size: 15px;
  margin-top: 10px
}

.getQuote {
  padding: 50px 0 30px;
  background: url(https://ckplumbing.co.uk/wp-content/plugins/outrank-boilerquote/assets/img/heatwave-blue.png) #a0a8c9 no-repeat center 50px;
  background-size: cover
}

.getQuote * {
  color: #fff
}

.getQuote p {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px
}



.max800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto
}

.div20 {
  width: 20%;
  float: left
}

.div50 {
  width: 50%;
  float: left
}

.div20.last {
  clear: both
}

.quoteRow {
  margin-top: 60px;
  position: relative
}

.quoteRow:after {
  top: -35px;
  content: "";
  width: 12px;
  height: 6px;
  background: url(https://ckplumbing.co.uk/wp-content/plugins/outrank-boilerquote/assets/img/arrowdown.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.getQuote svg {
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.actionCall .lim1000 {
  padding-top: 0;
  margin: -25px auto 25px
}

.getQuote .iconWrap {
  margin: 0 auto;
  width: 135px;
  height: 135px;
  border: 2px solid #550003;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 5px
}

.getQuote .div20 span {
  display: inline-block;
  opacity: 0;
  text-align: center;
  width: 100%;
  margin-top: 15px
}

.getQuote .iconWrap:hover {
  border: 2px solid #fff;
  cursor: pointer
}

.getQuote .iconWrap:hover svg path {
  fill: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.getQuote .div20:hover span {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.lim1100 {
  max-width: 1100px
}

.lim1000, .lim1100 {
  padding: 55px 0 35px;
  width: 100%;
  margin: 0 auto;
  position: relative
}

.lim1000 {
  max-width: 1000px
}

.getQuote {
  padding: 60px 0;
  box-sizing: border-box;
  min-height: 540px!important;
  -webkit-transition: .5s;
  transition: .5s
}

.getQuote .iconWrap {
  border: 2px solid rgba(85, 0, 3, .8)
}

.quoteRow.fourCol .first {
  margin-left: 10%!important
}

.calculating {
  text-align: center;
  margin: auto;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 150px
}

.calculating img {
  width: 40px!important;
  opacity: 1;
  margin-bottom: 5px
}

.getQuote .calcSwitch span {
  opacity: 1;
  color: #550003
}

.getQuote .calcSwitch:hover span {
  color: #fff
}

.getQuote p {
  font-size: 16px
}

.getQuote p a {
  color: #fff
}

.getQuote p a:hover {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: underline
}

.iconWrap.terraced svg {
  max-width: 100px
}

.iconWrap.flat svg {
  max-width: 70px
}

.error svg {
  height: auto;
  width: 60px;
  margin: 130px auto 0
}

.quoteBox {
  background-color: #fff;
  width: calc(33.333% - 40px);
  box-sizing: border-box;
  padding: 30px;
  float: left;
  margin: 30px 20px 0;
  background-position: 100% 100%;
  background-size: 60%;
  background-repeat: no-repeat
}

.quoteBox h1, .quoteBox h1 small, .quoteBox h3, .quoteBox li, .quoteBox p {
  color: #171717;
  margin: 0;
  padding: 0
}

.quoteBox h1.price {
  font-size: 55px;
  padding: 10px 0
}

.quoteBox h1 small {
  color: #e40009;
  font-size: 38px;
  vertical-align: baseline;
  margin-right: -5px
}

.quoteBox h3.package {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px
}

.quoteBox p.subtitle {
  font-size: 15px;
  font-weight: 400;
  padding: 5px 0 0;
  margin: 0;
  text-align: left
}

.quoteBox .includes {
  border-top: 1px solid #d3d3d3;
  padding-top: 20px;
  margin-top: 20px
}

.quoteBox .includes ul {
  padding: 0;
  margin: 0
}

.quoteBox .includes ul li {
  list-style-type: none;
  padding-left: 23px;
  text-indent: 0;
  font-size: 14px;
  line-height: 28px;
  background: url(https://ckplumbing.co.uk/wp-content/plugins/outrank-boilerquote/assets/img/tick.png) no-repeat 0 5px
}

.quote-boiler {
  float: right;
  width: 50%!important;
  margin-right: -70px;
  margin-top: -10px;
  margin-left: 20px
}

@media (max-width:500px) {
  .quote-boiler {
    display: none
  }
  .financeCalc input, .financeCalc select {
    display: inline;
    width: 100%!important
  }
  .calculateBtn {
    margin-top: 10px!important;
    width: 100%!important;
    margin-left: 3px!important;
    display: block!important
  }
}

.getQuoteBtn {
  background: #e40009;
  z-index: 5
}

.getQuoteBtn, .getQuoteBtn:hover {
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  transition: .5s;
  margin: 15px 0 0;
  display: inline-block
}

.getQuoteBtn:hover {
  background: #171717
}

.clearfix {
  clear: both
}

.contentBlockRow.blogcontact .news h2 {
  margin-bottom: 5px
}

.contentBlockRow.blogcontact .news ul {
  margin-left: 0;
  padding: 0
}

.contentBlockRow.blogcontact .news ul li {
  list-style-type: none;
  width: 100%;
  padding: 6px 0;
  margin: 0;
  position: relative;
  padding-right: 30px;
  border-bottom: 1px solid #232323
}

.contentBlockRow.blogcontact .news ul li:last-child {
  border: none
}

.contentBlockRow.blogcontact .news ul li a {
  font-size: 18px;
  color: #fff;
  width: 100%;
  display: block
}

.contentBlockRow.blogcontact .news ul li svg {
  position: absolute;
  right: 10px;
  top: 10px
}

.contentBlockRow.blogcontact .news ul li svg path {
  fill: #696969
}

.contentBlockRow.blogcontact .news ul li:hover svg path {
  fill: #fff
}

.contentBlockRow.blogcontact .news ul li:hover svg {
  right: 0
}

.contentBlockRow.blogcontact .news ul li:hover a {
  color: #e40009
}

.blackBtn:hover, .contentBlockRow.blogcontact .news ul li a, .contentBlockRow.blogcontact .news ul li svg, .contentBlockRow.blogcontact .news ul li svg path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.blackBtn:hover {
  color: #e40009
}

.financeForm select option {
  background-color: #870005!important
}

.subpage.content img {
  float: right;
  margin: 0 0 15px 15px
}

.blackOutBtn:hover {
  margin-top: 0
}

.pageTitle.fullWide {
  position: relative;
  z-index: 6
}

.fullWide.maps {
  position: relative;
  z-index: 5;
  border-bottom: 5px solid #111
}

.large-6.form {
  padding-left: 50px
}

.form div.wpcf7, .form form.wpcf7-form {
  padding-top: 0
}

.content .form p {
  padding-bottom: 0
}

span.enquiry-reason {
  width: 100%;
  display: block
}

.content .form input, .content .wpcf7-form-control-wrap {
  width: 100%
}


.financeCalc {
  margin: 50px auto 0;
  background: rgba(0, 0, 0, .15);
  border-radius: 5px;
  width: calc(100% - 40px);
  padding: 30px 30px 10px
}

.financeCalc h4 {
  margin: 0 0 10px;
  padding: 0
}

.financeCalc input {
  display: inline;
  width: 200px;
  color: #fff;
  background: rgba(0, 0, 0, .1);
  border: none;
  padding: 8px;
  height: 30px;
  box-shadow: none;
  margin: 0 4px
}

.financeCalc input::-webkit-input-placeholder {
  color: #fff
}

.financeCalc input:-ms-input-placeholder {
  color: #fff
}

.financeCalc input::placeholder {
  color: #fff
}

.financeCalc select {
  color: #fff;
  background: rgba(0, 0, 0, .1);
  padding: 0 8px;
  height: 30px
}

.financeCalc input:focus, .financeCalc select {
  display: inline;
  width: 200px;
  border: none;
  box-shadow: none;
  margin: 0 4px
}

.financeCalc input:focus {
  background: rgba(0, 0, 0, .2)
}

.financeForm {
  margin-bottom: 20px
}

a.calculateBtn {
  background: transparent;
  color: #fff;
  padding: 5px 9px;
  display: inline;
  font-weight: 700;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-size: 12px
}

a.calculateBtn, a.calculateBtn:hover {
  border: 2px solid #fff;
  -webkit-transition: .5s;
  transition: .5s
}

a.calculateBtn:hover {
  background: #fff;
  color: #e40009
}

#financeQuote:empty {
  display: none
}

#financeQuote {
  background-color: #fff;
  display: block;
  color: #171717;
  padding: 10px 15px;
  margin-bottom: 20px;
  position: relative
}

#financeQuote a, #financeQuote strong {
  font-weight: 700;
  color: #171717
}

.quoteTerms {
  margin: auto;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  opacity: .8
}

#financeQuote svg {
  float: left;
  display: inline-block;
  margin: 3px 10px 0 0;
  padding: 0;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  position: relative;
  top: auto
}

.financeRow .large-6:first-child h2 {
  color: #fff
}

.financeCalc.box input {
  width: 90px
}

.financeCalc.box, .financeCalc.box .financeForm {
  padding: 0;
  background-color: transparent;
  width: 100%;
  float: left;
  clear: both;
  margin: 0
}

.financeCalc.box {
  margin-top: 15px
}

.financeRow .large-6:first-child .contentBlock>p:first-of-type {
  border-bottom: 1px solid #ff5454;
  padding-bottom: 15px
}

.financeCalc.box #financeQuote {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 20px
}

.financeCalc.box input, .financeCalc.box p, .financeCalc.box select {
  font-weight: 700;
  font-size: 18px;
  font-family: Gilroy, Helvetica, Arial, sans-serif
}

.financeCalc.box input, .financeCalc.box select {
  background: #ba1414;
  padding: 8px 8px 4px;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 8px;
  height: auto;
  border: none;
  box-shadow: none;
  border-radius: 3px
}

@media (max-width:960px) {
  .quoteBox {
    margin: 30px
  }
  .financeCalc, .quoteBox {
    width: calc(100% - 60px)
  }
  .quoteRow {
    text-align: center
  }
  .quoteRow .calcSwitch {
    width: calc(100% - 60px);
    display: block;
    border: 2px solid #550003;
    border-radius: 5px;
    margin: 10px 30px
  }
  .getQuote .quoteRow .calcSwitch .iconWrap svg {
    float: left;
    max-width: 80px!important;
    margin: 0 0 0 10px
  }
  .getQuote .quoteRow .calcSwitch .iconWrap.terraced svg {
    float: left;
    max-width: 100px!important;
    margin: 0
  }
  .quoteRow .calcSwitch span {
    float: left;
    display: inline-block
  }
  .quoteRow .iconWrap {
    border: none;
    padding: 0;
    width: 100px;
    text-align: center
  }
  .quoteRow.fourCol .first {
    margin-left: 30px!important
  }
  .getQuote .iconWrap:hover {
    border: none;
    cursor: auto
  }
  .calcSwitch:hover {
    border-color: #fff;
    -webkit-transition: .5s;
    transition: .5s
  }
  .calcSwitch:hover svg path {
    fill: #fff;
    -webkit-transition: .5s;
    transition: .5s
  }
  .calcSwitch:hover span {
    color: #fff
  }
}

@media (max-width:400px) {
  .quoteBox h1.price {
    font-size: 48px!important
  }
}




@media (max-width:700px) {
  .fullWide.boilers *, .fullWide.boilers .hoverWrap:hover *, .fullWide.boilers .large-4:hover .hoverWrap * {
    display: block!important;
    height: auto!important;
    position: relative!important
  }
  .fullWide.boilers a {
    display: inline-block!important
  }
  .fullWide.boilers .hoverWrap, .fullWide.boilers .hoverWrap:hover, .fullWide.boilers .large-4:hover .hoverWrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto
  }
  .large-6 {
    padding-left: 0!important
  }
  .fullWide.maps {
    padding: 0
  }
  .come-in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: none;
    animation: none
  }
  .pricingTable .tier {
    width: 100%;
    margin-bottom: 100px
  }
  .hovernotice, .mapBox {
    display: none
  }
  .homeBanner {
    height: auto
  }
  .contentBlock, .homeBanner .large-3, .homeBanner .large-5, .large-6 {
    width: 100%;
    max-width: 100%
  }
  .homeBanner .large-3 {
    margin: 20px 0
  }
  .contentBlock, .contentBlock * {
    text-align: center
  }
  .contentBlock a, .contentBlock a:hover {
    margin: 10px auto 30px
  }
  .contentBlock h2 span {
    display: inline-block;
    margin: 0 0 0 8px
  }
  .fullWide.block-two {
    padding: 0
  }
  .fullWide.block-two>div:last-child {
    padding: 35px 20px 20px
  }
  .fullWide.block-three .large-4 {
    width: 100%;
    margin-bottom: 10px
  }

  .thinStrip a.greyOutBtn, .thinStrip a.greyOutBtn:hover {
    width: 100%;
    margin: 15px 0 0
  }
  .fullWide.block-five img {
    margin-bottom: 20px
  }
  .thinStrip {
    padding: 15px
  }
  .block-two .catQuote a {
    bottom: -20px;
    left: 16px;
    right: auto
  }
  .fullWide .large-6:first-child {
    padding-left: 0
  }
  .fullWide .large-6:last-child {
    padding-right: 0
  }
  .blogcontact {
    padding: 0
  }
  .contentBlockRow .large-6 {
    padding: 30px 15px;
    min-height: 0
  }
  .contentBlockRow.blogcontact .news ul li svg {
    position: relative;
    right: auto;
    top: auto
  }
  .newsItem {
    padding-top: 25px
  }
  .newsItem .row .columns {
    padding: 0
  }
  .newsItem .row .columns * {
    text-align: center;
    width: 100%
  }
  .newsItem .row .columns img {
    display: block;
    margin: 0 auto
  }
  .areasBlock .wrapper .area:hover {
    bottom: 0
  }
  .areasBlock .wrapper .area {
    bottom: 0;
    display: block;
    position: relative;
    width: 100%;
    margin: 20px auto
  }
  .areasBlock .wrapper {
    padding: 50px 15px 20px
  }
  .fullWide.contentBlockRow {
    padding-left: 0;
    padding-right: 0
  }
  .fullWide.contentBlockRow>div .contentBlock {
    padding-left: 15px;
    padding-right: 15px
  }
  .subpage.content .large-12 p img {
    width: 100%!important
  }
 /* ul.sub-menu {
    display: none!important
  }*/
  .contentBlockRow.blogcontact .news ul li {
    padding-right: 0;
    cursor: pointer
  }
  .blogcontact a, .blogcontact a:hover {
    margin-bottom: 5px
  }
  .pageTitle {
    height: auto;
    padding-bottom: 55px
  }
  .pageTitle p {
    display: none
  }
  .boilers.new .greyOutBtn {
    margin-top: 5px;
    margin-bottom: 20px
  }
  .boilers .large-4 {
    max-height: 10000000px;
    height: auto;
    margin-bottom: 30px
  }
  .tableWrap {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden
  }
  table.responsive {
    min-width: 435px
  }
  .tableWrap th {
    padding: 8px 0 5px
  }
  .boilers .large-4 .hoverWrap {
    position: relative;
    padding: 15px 25px 0;
    top: 0;
    left: 0;
    right: 0;
    text-align: center
  }
  .boilers .large-4:hover .hoverWrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
  }
}

@media (max-width:600px) {
  footer>div:first-child p:first-child, footer>div:first-child p:nth-child(2) {
    width: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    text-align: center;
    position: relative;
    margin: 15px 0 0;
    padding: 0
  }
  footer img {
    display: block;
    margin: 40px auto 30px
  }
  footer p a {
    margin: 0;
    width: 100%;
    display: block;
    text-align: center
  }
  footer p a:after {
    display: none
  }
  footer .thinStrip a, footer .thinStrip a.greyOutBtn:hover {
    margin: 0
  }
}

@media (max-width:450px) {
  .pageTitle .boschBadge {
    display: none
  }
}

@media (max-width:1200px) {
  .tenboiler {
    display: none
  }
  .fullWide {
    padding-left: 15px;
    padding-right: 15px
  }
  .homeBanner {
    padding-top: 15px
  }
  .homeBanner .large-5 {
    width: 50%
  }
  .homeBanner .large-3 {
    width: 40%
  }
  .fullWide.block-two {
    padding-left: 0
  }
}

@media (max-width:1100px) {
  button.hamburger {
    position: absolute;
    right: 10px;
    top: 50px;
    display: block
  }
  .boilers .large-4 {
    width: 100%;
    max-height: auto
  }
  .fullWide.contentBlockRow {
    padding-left: 0;
    padding-right: 0
  }
  .quoteBtn.proxima {
    position: absolute;
    text-align: center;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    padding: 8px 0;
    display: inline-block;
    clear: both;
    width: 100%!important;
    max-width: 100%
  }
}

@media (max-width:960px) {
  .pageTitle .boschBadge {
    margin-top: 25px;
    z-index: 1;
    position: absolute;
    border-radius: 0 0 5px 5px;
    height: 70px;
    width: 150px;
    padding: 0 20px;
    right: 30px;
    top: -115px;
    border: none;
    box-shadow: none;
    float: right;
    left: auto;
    bottom: auto
  }
}

@media (max-width:800px) {
  .homeBanner.fullWide {
    height: auto;
    padding-bottom: 30px
  }
  .financeCalc.box input {
    text-align: left;
    margin-top: 6px
  }
  .financeCalc.box option, .financeCalc.box select {
    margin-top: 6px;
    text-align: center
  }
  .bannerCard.primary img {
    position: relative;
    float: left;
    clear: both;
    display: block;
    margin: 10px 0 20px;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto
  }
  form .div50 {
    width: 100%!important;
    float: none
  }
  form .div50 label {
    float: none;
    margin-bottom: 5px
  }
  form .div50 input {
    width: 100%!important
  }
}

@media (max-width:700px) {
  .fullWide.boilers *, .fullWide.boilers .hoverWrap:hover *, .fullWide.boilers .large-4:hover .hoverWrap * {
    display: block!important;
    height: auto!important;
    position: relative!important
  }
  .fullWide.boilers a {
    display: inline-block!important
  }
  .fullWide.boilers .hoverWrap, .fullWide.boilers .hoverWrap:hover, .fullWide.boilers .large-4:hover .hoverWrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto
  }
  .large-6 {
    padding-left: 0!important
  }
  .fullWide.maps {
    padding: 0
  }
  .come-in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: none;
    animation: none
  }
  .pricingTable .tier {
    width: 100%;
    margin-bottom: 100px
  }
  .hovernotice, .mapBox {
    display: none
  }
  .homeBanner {
    height: auto
  }
  .contentBlock, .homeBanner .large-3, .homeBanner .large-5, .large-6 {
    width: 100%;
    max-width: 100%
  }
  .homeBanner .large-3 {
    margin: 20px 0
  }
  .contentBlock, .contentBlock * {
    text-align: center
  }
  .contentBlock a, .contentBlock a:hover {
    margin: 10px auto 30px
  }
  .contentBlock h2 span {
    display: inline-block;
    margin: 0 0 0 8px
  }
  .fullWide.block-two {
    padding: 0
  }
  .fullWide.block-two>div:last-child {
    padding: 35px 20px 20px
  }
  .fullWide.block-three .large-4 {
    width: 100%;
    margin-bottom: 10px
  }
  .fullWide.block-three .large-4:last-child {
    margin-bottom: 0
  }
  .fullWide.block-four .large-4 img {
    width: 100%!important
  }
  .thinStrip a.greyOutBtn, .thinStrip a.greyOutBtn:hover {
    width: 100%;
    margin: 15px 0 0
  }
  .fullWide.block-five img {
    margin-bottom: 20px
  }
  .thinStrip {
    padding: 15px
  }
  .block-two .catQuote a {
    bottom: -20px;
    left: 16px;
    right: auto
  }
  .fullWide .large-6:first-child {
    padding-left: 0
  }
  .fullWide .large-6:last-child {
    padding-right: 0
  }
  .blogcontact {
    padding: 0
  }
  .contentBlockRow .large-6 {
    padding: 30px 15px;
    min-height: 0
  }
  .contentBlockRow.blogcontact .news ul li svg {
    position: relative;
    right: auto;
    top: auto
  }
  .newsItem {
    padding-top: 25px
  }
  .newsItem .row .columns {
    padding: 0
  }
  .newsItem .row .columns * {
    text-align: center;
    width: 100%
  }
  .newsItem .row .columns img {
    display: block;
    margin: 0 auto
  }
  .areasBlock .wrapper .area:hover {
    bottom: 0
  }
  .areasBlock .wrapper .area {
    bottom: 0;
    display: block;
    position: relative;
    width: 100%;
    margin: 20px auto
  }
  .areasBlock .wrapper {
    padding: 50px 15px 20px
  }
  .fullWide.contentBlockRow {
    padding-left: 0;
    padding-right: 0
  }
  .fullWide.contentBlockRow>div .contentBlock {
    padding-left: 15px;
    padding-right: 15px
  }
  .subpage.content .large-12 p img {
    width: 100%!important
  }
  /*ul.sub-menu {
    display: none!important
  }*/
  .contentBlockRow.blogcontact .news ul li {
    padding-right: 0;
    cursor: pointer
  }
  .blogcontact a, .blogcontact a:hover {
    margin-bottom: 5px
  }
  .pageTitle {
    height: auto;
    padding-bottom: 55px
  }
  .pageTitle p {
    display: none
  }
  .boilers.new .greyOutBtn {
    margin-top: 5px;
    margin-bottom: 20px
  }
  .boilers .large-4 {
    max-height: 10000000px;
    height: auto;
    margin-bottom: 30px
  }
  .tableWrap {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden
  }
  table.responsive {
    min-width: 435px
  }
  .tableWrap th {
    padding: 8px 0 5px
  }
  .boilers .large-4 .hoverWrap {
    position: relative;
    padding: 15px 25px 0;
    top: 0;
    left: 0;
    right: 0;
    text-align: center
  }
  .boilers .large-4:hover .hoverWrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
  }
}

@media (max-width:600px) {
  footer>div:first-child p:first-child, footer>div:first-child p:nth-child(2) {
    width: 100%;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    text-align: center;
    position: relative;
    margin: 15px 0 0;
    padding: 0
  }
  footer img {
    display: block;
    margin: 40px auto 30px
  }
  footer p a {
    margin: 0;
    width: 100%;
    display: block;
    text-align: center
  }
  footer p a:after {
    display: none
  }
  footer .thinStrip a, footer .thinStrip a.greyOutBtn:hover {
    margin: 0
  }
}

@media (max-width:450px) {
  .pageTitle .boschBadge {
    display: none
  }
}

.bannerCard h1 {
  font-size: 35px;
  line-height: 38px;
}

/** Calculator Styles **/

.getQuote {
  padding: 60px 0px 60px;
  box-sizing: border-box;
  min-height: 540px !important;
  /* Avoid some jumping around between loads */
  transition: 0.5s;
}

.getQuote #calculator{padding:30px;}

.getQuote .iconWrap {
  border: 2px solid rgba(85, 0, 3, 0.8);
}

.quoteRow.fourCol .first {
  margin-left: 10% !important;
}

/* Calculating Screen */

.calculating {
  text-align: center;
  margin: auto;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 150px;
}

.calculating img {
  width: 40px !important;
  opacity: 1;
  margin-bottom: 5px;
}

/* Text Colours */

.getQuote .calcSwitch span {
  opacity: 1;
  color: #550003;
}

.getQuote .calcSwitch:hover span {
  color: #fff;
}

.getQuote p {
  font-size: 16px;
}

.getQuote p a {
  color: #fff;
}

.getQuote p a:hover {
  color: #fff;
  transition: 0.5s;
  text-decoration: underline;
}

/* Icon Scale Tweaks */

.iconWrap.terraced svg {
  max-width: 100px;
}

.iconWrap.flat svg {
  max-width: 70px;
}

.error svg {
  height: auto;
  width: 60px;
  margin: 130px auto 0px;
}

/* Results Page */

.quoteBox {
  background-color: #fff;
  width: calc(33.333% - 40px);
  box-sizing: border-box;
  padding: 30px;
  float: left;
  margin: 30px 20px 0px;
  background-position: right bottom;
  background-size: 60%;
  background-repeat: no-repeat;
}

.quoteBox h1, .quoteBox h1 small, .quoteBox h3, .quoteBox p, .quoteBox li {
  color: #171717;
  margin: 0;
  padding: 0;
}

.quoteBox h1.price {
  font-size: 64px;
  padding: 10px 0;
}

.quoteBox h1 small {
  color: #e40009;
  font-size: 38px;
  vertical-align: baseline;
  margin-right: -5px;
}

.quoteBox h3.package {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

.quoteBox p.subtitle {
  font-size: 15px;
  font-weight: normal;
  padding: 5px 0px 0px 0px;
  margin: 0;
  text-align: left;
}

.quoteBox .includes {
  border-top: solid 1px lightgrey;
  padding-top: 20px;
  margin-top: 20px;
}

.quoteBox .includes ul {
  padding: 0;
  margin: 0;
}

h2.gilroyHeavy{text-align:center;}


.getQuoteBtn {
  background: #e40009;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.5s;
  margin: 15px 0px 0px 0px;
  display: inline-block;
}

.getQuoteBtn:hover {
  background: #171717;
  transition: 0.5s;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 0px 0px 0px;
  display: inline-block;
}

.clearfix {
  clear: both;
}

/* Finance Calculator */

.financeCalc {
  margin: 50px auto 0px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: calc(100% - 40px);
  padding: 30px 30px 10px 30px;
}

.financeCalc h4 {
  margin: 0 0 10px 0;
  padding: 0;
}

.financeCalc input {
  display: inline;
  width: 200px;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  padding: 8px;
  height: 30px;
  box-shadow: none;
  margin: 0 4px;
}

.financeCalc input::placeholder {
  color: #fff;
}

.financeCalc select {
  display: inline;
  width: 200px;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0 8px;
  height: 30px;
  box-shadow: none;
  margin: 0 4px;
}

.financeCalc input:focus {
  display: inline;
  width: 200px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 4px;
  box-shadow: none;
}

.financeForm {
  margin-bottom: 20px;
}

a.calculateBtn {
  border: solid 2px #fff;
  background: transparent;
  transition: 0.5s;
  color: #fff;
  padding: 5px 9px;
  display: inline;
  font-weight: bold;
  vertical-align: middle;
  margin: 0px 0 0 10px;
  font-size: 12px;
  transition: 0.5s;
}

a.calculateBtn:hover {
  border: solid 2px #fff;
  background: #fff;
  color: #e40009;
  transition: 0.5s;
}

#financeQuote:empty {
  display: none;
}

#financeQuote {
  background-color: #fff;
  display: block;
  color: #171717;
  padding: 10px 15px;
  margin-bottom: 20px;
  position: relative;
}

#financeQuote strong, #financeQuote a {
  font-weight: bold;
  color: #171717;
}

#financeQuote svg {
  float: left;
  display: inline-block;
  margin: 3px 10px 0 0;
  padding: 0;
  transform: none;
  transition: none;
  position: relative;
  top: auto;
}

/* Responsive Fixes */

@media(max-width: 960px) {
  .quoteBox {
    width: calc(100% - 60px);
    margin: 30px;
  }
  .financeCalc {
    width: calc(100% - 60px);
  }
  .quoteRow {
    text-align: center;
  }
  .quoteRow .calcSwitch {
    width: calc(100% - 60px);
    display: block;
    border: solid 2px #550003;
    border-radius: 5px;
    margin: 10px 30px;
  }
  .getQuote .quoteRow .calcSwitch .iconWrap svg {
    float: left;
    max-width: 80px !important;
    margin: 0 0 0 10px;
  }
  .getQuote .quoteRow .calcSwitch .iconWrap.terraced svg {
    float: left;
    max-width: 100px !important;
    margin: 0;
  }
  .quoteRow .calcSwitch span {
    float: left;
    display: inline-block;
  }
  .quoteRow .iconWrap {
    border: none;
    padding: 0;
    width: 100px;
    text-align: center;
  }
  .quoteRow.fourCol .first {
    margin-left: 30px !important;
  }
  .getQuote .iconWrap:hover {
    border: none;
    cursor: auto;
  }
  .calcSwitch:hover {
    border-color: #fff;
    transition: 0.5s;
  }
  .calcSwitch:hover svg path {
    fill: #fff;
    transition: 0.5s;
  }
  .calcSwitch:hover span {
    color: #fff;
  }
}

nav.nav_container ul.menu>li {
  margin: 0 0 0 7px;
}

#menu-main li .sub-menu li a, nav.nav_container ul.menu>li>a {
  font-size: 12px;
}

/* Contact Form */

.form-wrapper {
  padding: 0px 20px;
}

.form-container {
  margin: 40px auto 30px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  max-width: 520px;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
}

.form-container input {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  padding: 7px 7px 7px 36px;
  color: white;
}

.form-container input:focus {
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  box-shadow: none;
}

.form-container input::placeholder {
  opacity: 0.5;
  color: #fff;
}

.form-container .input-wrap {
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
  width: 48.5%;
}

.form-container .input-wrap:nth-child(odd) {
  margin-right: 3%;
}

@media(max-width: 500px) {
  .form-container .input-wrap {
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    width: 100%;
  }
  .form-container .input-wrap:nth-child(odd) {
    margin-right: 0%;
  }
}

.form-container .input-wrap:before {
  font-family: 'FontAwesome';
  color: white;
  position: relative;
  height: 0px;
  float: left;
  font-size: 16px;
  z-index: 100;
  opacity: 0.5;
  left: 12px;
  bottom: -6px;
}

.form-container .input-wrap.name:before {
  content: "\f007";
}

.form-container .input-wrap.postcode:before {
  content: "\f015";
}

.form-container .input-wrap.email:before {
  content: "\f0e0";
}

.form-container .input-wrap.phone:before {
  content: "\f095";
}

.form-container:after {
  content: '';
  position: absolute;
  width: 0;
  background: transparent;
  height: 0;
  border: 15px solid transparent;
}

.speech-bubble-top:after {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  left: 50%;
  bottom: 100%;
  background: transparent;
  margin-left: -15px;
}

.form-container .submit-button {
  border: solid 2px #fff;
  background: transparent;
  transition: 0.5s;
  color: #fff;
  padding: 5px 9px;
  display: inline;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s;
  width: 100%;
  letter-spacing: 0.3px;
  border-radius: 0px;
}

.form-container .submit-button:hover {
  color: #d9030b;
  background: white;
  transition: 0.5s;
}

.validation-fail {
  font-size: 12px;
  background: #ffbcbc;
  border: solid 1px #ff2c2c;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
  color: #ff2c2c;
}