/**
 * Global stylesheet
 *
 * package: 	Total Gas Safety
 * version: 	1.6
 */


/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	vertical-align: baseline; 
}

img {
	vertical-align: middle;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}


/* structure */

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	line-height: 2.5rem;
	position: relative;
}

.container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 5%;
}

.inner-container {
	padding: 40px;
}

.outer-container {
	padding: 120px 80px;
}

.row [class*='col']:first-child {
	margin: 0;
}

.col {
	width: 47.5%;
	margin-left: 5%;
	float: left;
}

@media screen and (max-width: 1040px) {
	.row [class*='col']:last-child {
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 60px 5%;
	}
	.outer-container {
		padding: 80px 80px;
	}
	.col {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.row-undo {
		margin-top: -40px;
	}
}


/* animations */

.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: default;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* fonts */

body,
h1,
h3,
h4,
h5,
h6,
title
{
	font-family: 'Montserrat', sans-serif;
}

#footer-nav li,
#main-nav li,p,button,.excerptp,.subtitle {
	font-family: 'Open Sans', sans-serif;
}

#contactus .contactus-form-footer li.telephone:before,
#contactus .contactus-form-footer li.yelp:before,
#contactus .contactus-form-footer li.facebook:before,
#contactus .contactus-form-footer li.email:before,
#main-nav li a span:after,
.back-to-top:after,
.custom-flex-direction-nav a.flex-prev:before,
.custom-flex-direction-nav a.flex-next:before,
#contactus #socialise li:before {
	font-family: "FontAwesome";
}


/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

h1 {
	font-size: 46px;
	line-height: 3rem;
}

h2 {
	font-size: 42px;
	line-height: 2.75rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a,
a:hover {
	text-decoration: none;
}

.title {
	font-size: 3.3em;
	color: #1a1a1a;
}


@media screen and (max-width: 480px) {
	.title {
		font-size: 3em;
		color: #1a1a1a;
	}
}

/* content */

.header {
	margin-top: 40px;
}

.item {
	position: relative;
	overflow: hidden;
}

.content {
	text-align: center;
	z-index: 50;
}

.overlay {
	position: absolute;
	background: rgba(15, 27, 49, 0.75);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.pretitle {
	font-style: italic;
	font-size: 1.37;
}

.subtitle {
	font-size: 1.4em;
	line-height: 32px;
	font-weight: 100;
}

.excerpt {
	margin-top: 30px;
	font-size: 1.2em;
	line-height: 2rem;
}

.excerpt p {
	margin-top: 20px;
}

.excerpt p:first-child {
	margin-top: 0;
}

.colored .excerpt p,
.colored .section-header .title,
.colored .title,
.colored li {
	color: #000;
}

@media screen and (max-width: 1040px) {
	.excerpt p {
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	.excerpt p {
		font-size: 16px;
		line-height:1.5em;
	}
}

/* elements */

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger span {
	background: #dfdfdf;
	padding: 10px;
}

.toggler-trigger span i {
	margin-left: 10px;
}

.toggler-trigger:hover span {
	background: #cfcfcf;
}


#getintouchaction {
	cursor: pointer;
}

#myInput {
  background-image: url('assets/images/site/24_7_jetting_drainage_emergency_drain_sewer_clearance_search_icon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 90%;
  padding: 10px 20px 12px 40px;
  border: 1px solid #333333;
  margin-bottom: 12px;
  font-family:'Montserrat';
  font-size: 1.1em;
}


.blue {
	color: #ccc;
}

.separator {
	width: 10%;
	border-top: 3px solid #fff;
}

.underline {
	border-bottom: 1px solid white;
}

.image img {
	width: 100%;
}

.iconimage {
	max-width: 20px;
	margin-top: -5px;
	padding: 0;
	line-height: 0;
}

img {
	width: auto;
}

.standout {
	font-weight: 700;
}

.relative {
	position: relative;
}

.button {
	background-color: #333333;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	border: solid 2px #ffff00;
	display: inline-block;
	transition: 0.3s;
	-moz-transition: 0.3s;
	color: #fff;
	text-transform: uppercase;
}

.button:hover,.buttonspan:hover {
	border: solid 2px #ffff00;
	background: #ffff00;
	cursor: pointer;
	color: #333333;
}

.button-icon {
	margin-left: 10px;
}

/* main header */

#top-bar {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	background-color: #333333;
	height: 120px;
	margin: 0;
	padding: 0;
	z-index: 1000;
	border-top: solid 5px #ffff00;
}

#top-bar .container {
	padding-top: 0px;
}

#top-bar .title {
	color: #fff;
	margin-top: 25px;
	font-weight: 400;
	font-size: 3.2em;
}

#top-bar .subtitle {
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 4.5px;
	text-transform: uppercase;
	margin-left: 5px;
}

#top-bar .image {
	margin-top: 25px;
}

#top-bar .image img {
	width: 420px;
}

#top-bar .logo-cols img {
	width: 200px;
	float: left;
	margin-top: 20px;
}

#top-bar .col:first-child {
	width: 50%;
	margin: 0;
}

#top-bar .col:nth-child(2) {
	width: 28%;
	margin: 0;
}

#top-bar .col:nth-child(3) {
	width: 10%;
	margin: 0;

}

#top-bar .col:nth-child(4) {
	width: 10%;
	margin: 0;

}

#quote-col img {
	width: 200px;
	display: inline;
	float: right;
}

#quote-col .image {
	width: 200px;
	margin: 0;
	display: inline;
}

.top-info-card {
	color: #fff;
	margin-top: 20px;
	cursor: default;
	float: right;
	width: 260px;
}

.top-info-card .button {
	margin-top: 15px;
	float: right;
}

.top-info-card h3 {
	color: #fff;
	font-family: 'Montserrat',sans-serif;
	font-size: 1em;
	line-height: 2.2em;
}

.top-info-card h3:after {
	content: "";
    display: block;
    width: 125px;
    border-bottom: 1px solid white;
	margin-left: 57px;
	margin-bottom: 5px;
}

.top-info-card p {
	color: #fff;
	font-family: 'Open Sans',sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

.top-info-card a {
	text-decoration: underline;
	color: #fff;
}

.top-bar-icon {
	display: inline;
	float: left;
	height: 95px;
	font-size: 2.2em;
	padding-right: 20px;
}


#main-header {
	position: fixed;
	top: 120px;
	left: 0;
	right: 0;
	height: 65px;
	z-index: 100;
	-webkit-transition: all 1s;
	/* Safari */
	transition: all 1s;
	background-color: #ffff00;
}

#main-header .container {
	padding: 0 5%;
	position: relative;
}

#main-header .col {
	width: 55%;
	text-align: right;
}

#main-header .col:first-child {
	width: 100%;
	text-align: left;
}

@media screen and (max-width: 1120px) {
	#main-header .row [class*='col']:last-child {
		margin-top: 0;
	}
	#main-header .col {
		margin-left: 2.5%;
		width: 16.75%;
	}
	#main-header .col:first-child {
		margin-left: 0;
		width: 80.75%;
	}
	.top-info-card p {
		color: #fff;
		font-family: 'Open Sans',sans-serif;
		font-size: 0.8em;
		line-height: 1.4em;
	}
	#top-bar .col:nth-child(3) {
		display: none;
	}
	#top-bar .col:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width: 1120px) {
	#top-bar .col:nth-child(2) {
		width: 20%;
		margin-left: 3%;
		float:right;
	}

	#top-bar .col:nth-child(3) {
		display: none;
	}

	#top-bar .col:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width: 768px) {

	#top-bar .col:nth-child(2) {
		width: 20%;
		margin-left: 3%;
		float:right;
		text-align: left;
	}

	#top-bar .col:nth-child(3) {
		display: none;
	}

	#top-bar .col:nth-child(4) {
		display: none;
	}

	#top-bar .image {
		width: 100%;
	}

	#top-bar .image img {
		width: 310px;
		margin-top:10px;
		float: left;
	}
}

@media screen and (max-width: 590px) {
	#top-bar .top-info-card:last-child {
		display: none;
	}
	#top-bar .col {
		width: 100% !important;
		margin: 0 auto;
		text-align: center;
	}
	#top-bar .image img {
		float: none;
		width: 340px;
		margin: 0 auto;
		text-align: center;
	}
	#top-bar .col:first-child {
		width: 100% !important;
	}
}

@media screen and (max-width: 768px) {
	#main-header .col {
		width: 11.5%;
	}
	#main-header .col:first-child {
		width: 86%;
	}
}

@media screen and (max-width: 480px) {
	#main-header {
		top: 88px;
		height: 50px;
	}
	.trigger .click {
		padding-top: 14px !important;
	}
	.trigger {
		height: 20px;
	}
}



/* main menu */

#main-nav {
	float: left;
	line-height: 15px;
	margin-top: 8px;
}

.main-nav-clicked {
	border-bottom: 2px solid #fff;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li {
	display: inline-block;
	margin-left: 30px;
	text-align: center;
	transition: all 0.2s;
	transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: 0px solid #fff;
}

#main-nav li:first-child {
	margin-left: 0;
}

#main-nav li a {
	display: block;
	font-size: 0.9em;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	text-transform: uppercase;
}

#main-nav li a span {
	padding: 20px 0;
	display: block;
	position: relative;
}


@media screen and (max-width: 1120px) {
	#main-nav {
		float: none;
		margin: 10px 0;
	}
	#main-nav ul {
		text-align: center;
	}
	#main-nav li {
		margin-left: 40px;
	}
	#main-nav li a span:after {
		bottom: -25px;
	}
	#main-nav li a {
		color: #fff;
	}
}

@media screen and (max-width: 768px) {
	#main-nav {
		line-height: 48px;
		float: none;
		padding-left: 50px;
		padding-right: 50px;
	}
	#main-nav ul {
		text-align: center;
		margin-bottom: 5px;
	}
	#main-nav li {
		display: block;
		margin: 0;
	}
	#main-nav li a span {
		border: 0;
		padding: 0;
	}
	#main-nav li a span:after {
		display: none;
	}
	#main-nav li a {
		font-size: 0.9em !important;
		line-height: 2.6em;
	}
}

@media screen and (max-width: 1215px) {
	#main-nav li  {
		margin-left: 10px;
	}
}

#top-bar .row [class*='col']:last-child {
	margin: 0;
}

@media screen and (max-width: 1055px) {
	#top-bar .col:first-child {
		width: 75% !important;
	}
	#top-bar .col:last-child {
		width: 20% !important;
	}
	#top-bar .title {
		font-size: 2.4em !important;
		float: left;
	}
}


@media screen and (max-width: 768px) {
	#main-nav {
		line-height: 48px;
		float: none;
		padding-left: 50px;
		padding-right: 50px;
	}
	#main-nav ul {
		text-align: center;
		margin-bottom: 5px;
	}
	#main-nav li {
		display: block;
		margin: 0;
	}
	#main-nav li a span {
		border: 0;
		padding: 0;
	}
	#main-nav li a span:after {
		display: none;
	}
	#main-nav li a {
		font-size: 1em;
	}
}

/* trigger & slideout */

.trigger {
	display: none;
	cursor: pointer;
}

.trigger .click {
	padding: 20px 0 29px 5px;
	color: #333333;
	font-size: 32px;
}

.slideout {
	background: none;
	position: relative;
}

@media screen and (min-width: 1121px) {
	.slideout {
		display: block !important;
	}
}

@media screen and (max-width: 1120px) {
	#main-header .trigger {
		display: block;
		height: 65px;
		width: 30px;
	}
	#main-header .slideout {
		background: #333333;
		position: absolute;
		top: 65px;
		left: 0;
		right: 0;
		display: none;
	}
}


@media screen and (max-width: 768px) {
	.trigger .click {
		font-size: 24px;
		padding-top: 25px;
	}
}

@media screen and (max-width: 480px) {
	#main-header .slideout {
		position: absolute;
		top: 50px;
	}
}

@media screen and (max-width: 590px) {
	#top-bar .col:first-child {
		width: 100% !important;
	}
	#top-bar .image img {
		width: 250px;
	}
}


/* sections */

section {
	background: #fff;
	overflow: hidden;
}

.section-header {
	text-align: center;
}

.section-header img {
	margin-top: 20px;
	max-width: 200px;
}

.section-header .col,
.section-header .col:first-child {
	width: 100%;
}

.section-header.container {
	padding-bottom: 0;
}

.section-header .title {
	font-size: 3.3em;
}

.section-footer .col {
	text-align: center;
}

.section-footer {
	padding-top: 25px;
}

/* introduction */

#introduction {
    background: url('assets/images/footer/total_gas_safety_testing_inspection_repair_cooker_services_central_heating_boiler_southport_footer_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 720px;
    position: relative;
	background-attachment: fixed;
}

.intro-overlay {
    color: #fff;
    position: absolute;
    top: 63.5%;
    left: 31%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    padding: 30px;
	background: rgba(0,0,0,0.7);
	width: 540px;
}

.intro-overlay .excerpt {
	margin-top: 0px;
	font-family: 'Montserrat',sans-serif;
	color: #fff;
}

.intro-overlay .excerpt:first-of-type {
	margin-bottom: 5px;
}

.intro-overlay .button {
	margin-top: 20px;
}
.intro-overlay .button:last-of-type {
	margin-left: 10px;
}

.intro-overlay-2 {
	float: right;
	position: absolute;
	top: 54%;
	right: 15%;
}

.intro-overlay-2 img {
	width: 580px;
	float: right;
}

#introduction .title {
    color: #fff;
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 20px;
}

#introduction .subtitle {
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#introduction .subtitle .tick {
	margin-right: 10px;
}

@media screen and (max-width: 1873px) {
	#introduction .subtitle {
		font-size: 1.2em;
	}
	.intro-overlay-2 img {
		width: 400px;
		float: right;
	}
}

@media screen and (max-width: 1375px) {
	#introduction .subtitle {
		font-size: 1.2em;
	}
	.intro-overlay-2 img {
		width: 380px;
		float: right;
	}
	.intro-overlay-2 {
		right: 9%;
	}
}

@media screen and (max-width: 1290px) {
	#introduction .title {
		font-size: 2.8em;
	}
	.intro-overlay-2 img {
		display: none;
	}
}

@media screen and (max-width: 1155px) {
	#introduction .intro-overlay-2 {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	#introduction .title {
		font-size: 2.2em;
	}
	.intro-overlay {
		color: #fff;
		position: absolute;
		top: 34%;
		left: 5%;
		-webkit-transform: none;
		transform: none;
		text-align: left;
		padding: 30px;
		background: rgba(0,0,0, 0.9);
		width: 530px;
	}
}

@media screen and (max-width: 768px) {
	#introduction {
		background-attachment: scroll;
		height: 620px;
	}
	.intro-overlay {
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		margin-top: 180px;
		background: rgba(000, 000, 000, 0.6);
		text-align: center;
		padding: 0;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 520px) {
	.intro-overlay .excerpt {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 480px) {
	#introduction .title {
		font-size: 1.8em;
	}
	#top-bar {
		height: 85px;
	}
	#top-bar .title {
		float: none;
		text-align: center;
		font-size: 2em !important;
		margin-top: 20px;
	}
	#top-bar .col:first-child {
		width: 100% !important;
	}
	#introduction .subtitle {
		font-size: 1em;
		float: left !important;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	#introduction {
		height: 600px;
	}
	#introduction .intro-overlay {
		margin-top: 120px;
	}
	.intro-overlay .excerpt {
		font-size: 0.9em;
		line-height: 1.5em;
	}
	.intro-overlay .button {
		width: 40%;
		font-size: 0.7em !important;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/* call to action 1 */

#action-one {
	text-align: center;
	background: url('assets/images/calltoaction/total_gas_safety_testing_inspection_repair_cooker_services_central_heating_boiler_southport_call_to_action_background_one.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

#action-one .excerpt {
	margin-top: 0px;
}

#action-one .title {
	font-size: 2.8em;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}

#action-one .calltoactionsections .excerpt p {
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	margin: 20px auto;
	color: #fff;
}

#action-one .calltoactionsections {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}

#action-one .calltoactionsections .image {
	width: 120px;
	float: right;
}

#action-one .section-content .col:first-child {
	width: 80%;
	text-align: left;
}

#action-one .section-content .col:last-child {
	width: 15%;	
}

#action-one a {
	color: #fff;
}

#action-one .title:last-child {
	color: #fff;
	font-weight: 700;
	font-size: 2.2em;
	padding-bottom: 10px;
}

#action-one .section-footer .col {
	width: 100%;
	margin-top: 20px;
}

#action-one .section-footer {
	padding-bottom: 0px !important;
	padding-top:60px;
}

#action-one .container {
	padding: 40px;
}


@media screen and (max-width: 768px) {
	#action-one {
		background-attachment: scroll;
	}
	#action-one .title {
		font-size: 2.4em;
	}
	#action-one .title:last-child {
		font-size: 1.8em;
	}
	#action-one .col {
		width: 100% !important;
		margin: 0 auto;
	}
	#action-one .image {
		margin: 0 auto;
		float: none !important;
	}
	#action-one .container {
		padding: 20px;
	}
}

@media screen and (max-width: 480px) {
	#action-one .container {
		padding: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#action-one .title {
		font-size: 2.2em;
	}
	#action-one .excerpt {
		width: 100%;
		font-size: 1em;
	}
	#action-one .title:last-child {
		font-size: 1.3em;
	}
}

/* call to action 2 */

#action-two {
	text-align: center;
	background: url('assets/images/calltoaction/24_7_jetting_drainage_drain_emergency_drain_sewer_clearance_calltoaction_background_2.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
}

#action-two .title {
	font-size: 3em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}

#action-two .excerpt {
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	margin: 20px auto;
	color: #fff;
	width: 80%;
}

#action-two a {
	color: #fff;
}

#action-two .title:last-child {
	color: #fff;
	font-weight: 700;
	font-size: 2.2em;
	padding-bottom: 10px;
}

#action-two .container {
	padding: 40px;
}

@media screen and (max-width: 768px) {
	#action-two {
		background-attachment: scroll;
	}
	#action-two .title {
		font-size: 2.4em;
	}
	#action-two .title:last-child {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 480px) {
	#action-two .container {
		padding: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#action-two .title {
		font-size: 2.2em;
	}
	#action-two .excerpt {
		width: 100%;
		font-size: 1.2em;
	}
	#action-two .title:last-child {
		font-size: 1.3em;
	}
}

/* services */

#services {
	background: #333;
	border-top: solid 4px #ffff00;
	border-bottom: solid 4px #ffff00;
}

#services .section-header {
	text-align: left;
	margin: 0 auto;
	float:none;
	padding-bottom: 0px;
}

#services .section-header .col {
	width: 100%;
}

#services .section-header .title {
	width: 100%;
	color: #ffff00;
	font-size: 2.8em;
	font-weight: 700;
}

#services .title {
	color: #fff;
	font-size: 1.4em;
	width: 80%;
	font-weight: 500;
}

#services .services-list {
	margin-top: 40px;
}

#services .services-list .service {
	width: 30%;
	display: inline-block;
	margin: 0;
	margin-left: 4.6%;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	border: solid 4px #ffff00;
	margin-bottom: 2%;
	background: #333;
	height: 475px;
}

#services .services-list .service img {
	margin: 0 auto;
	width: 62px;
	padding: 10px;
	margin-bottom: 10px;
}

#services .services-list .service:nth-child(1) {
	margin-left: 0;
}

#services .services-list .service:nth-child(4) {
	margin-left: 0;
}

#services .services-list .service .title {
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height: 1.5em;
}

#services .service-list li {
	font-size: 0.9em;
	text-align: center;
	color: #fff;
	margin-left: 0px;
}

#services .service-list {
	list-style-type: none;
	margin-top: 10px;
}

#services .col {
	width: 100%;
}
#services .excerpt {
	color: #fff;
}
#services .section-content {
	padding-top: 10px;
	padding-bottom: 20px;
}

#services .row [class*='col']:last-child {
	margin-top: 0px;
}

#services .section-footer {
	padding-top: 10px;
}

.brands ul {
	margin: auto 0;
	width: 100%;
    text-align: center;
}

.brands ul li {
    display: inline;
    margin-right: 1%;
    margin-left: 1%;
    opacity: 1;
    transition: 0.5s;
    -moz-transition: 0.5s;
}

.brands ul li img {
    width: 12% !important;
}

.brands ul li:hover {
    display: inline;
    margin-right: 1%;
    margin-left: 1%;
    opacity: 1;
}

@media screen and (max-width: 1340px) {
	#services .services-list .service .title {
		font-size: 1em !important;
	}
}
@media screen and (max-width:1180px) {
	#services .services-list .service {
		margin-left: 2.5% !important;
	}
}

@media screen and (max-width: 1065px) {
	#services .services-list .service {
		width: 47%;
		margin-bottom: 10px;
	}
	#services .services-list .service:nth-child(3) {
		margin-left: 0;
	}
	#services .services-list .service:nth-child(4) {
		margin-left: 2.5% !important;
	}
	#services .services-list .service:nth-child(5) {
		margin-left: 0;
	}
	#services .services-list .service .title {
		font-size: 1.2em !important;
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	#services .col {
		width: 100%;
	}
	#services .section-header .title {
		font-size: 2.7em;
	}
	#services .section-content .title {
		text-align: left;
		font-size: 1.5em;
	}
	#services .services-list .service {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 20px !important;
		height: auto;
	}
	#services .services-list .service:nth-child(4) {
		margin-left: 0 !important;
	}
	#services .services-list .service:hover {
		background: #fff !important;
	}
	.brands ul li img {
		width: 25% !important;
		padding: 10px;
	}
}

@media screen and (max-width: 480px) {
	#services .section-header .title {
		font-size: 2.2em;
		text-align: center;
	}
	#services .section-content .title {
		text-align: center;
		font-size: 1.1em;
		line-height: 1.6em;
		width: 100%;
	}
	#services .separator {
		display: none;
	}
	#services .services-list {
		margin-top: 0;
	}
	#services .services-list .service .title {
		font-size: 1em !important;
	}
	#services .excerpt {
		font-size: 1.2em;
	}
	.brands ul li img {
		width: 50% !important;
		padding: 10px;
	}
}

/* breakdown */

#breakdown {
	border-top: solid 4px #ffff00;
}

#breakdown .section-header {
	text-align: left;
}

#breakdown .separator {
	margin-top: 30px;
	margin-bottom: 20px;
	border-color: #333;
}

#breakdown .section-content .title {
	font-size: 1.4em;
	line-height: 1.2em;
}

#breakdown .section-content {
	padding-top: 40px;
}

#breakdown .section-header .title {
	width: 100%;
	color: #333333;
	font-size: 2.8em;
	font-weight: 700;
}

#breakdown .section-content ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 10px;
	color: #fff;
}

#breakdown .section-footer ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 10px;
}

#breakdown .section-footer .col {
	text-align: left;
}

#breakdown .section-footer .title {
	font-size: 2.3em;
	line-height: 1.2em;
}

#breakdown .excerpt {
	margin-top: 10px;
	font-family: 'Open Sans',sans-serif;
	font-size: 1em;
}

#breakdown img {
	width: 450px;
}

#breakdown .image {
	text-align: center;
	margin-top:30px;
}

.accordian-tab {
	box-sizing: border-box;
	padding: 15px;
	background: #333;
	cursor: pointer;
	color: #000;
	margin-bottom: 10px;
	transition: 0.2s;
	-moz-transition: 0.2s;
}

.accordian-tab:hover .title {
	margin-left: 5px;
}

.accordian-tab .title {
	color: #fff;
	font-size: 1.8em;
	transition: 0.2s;
	-moz-transtion: 0.2s;
}

.active-accordian .title  {
	color: #ffff00;
}

.accordian-tab .fas {
	margin-right: 10px;
}

.accordian-tab .excerpt {
	margin-top: 5px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#breakdown img {
		width: 100%;
	}
	#breakdown .section-content .title{
		font-size: 1em;
	}
	#breakdown li {
		text-align: left;
	}
}

@media screen and (max-width:480px) {
	#breakdown .section-header .title {
		font-size:2.2em !important;
		text-align: center;
	}
	.separator {
		display: none;
	}
}

/* boiler */

#boiler {
	border-top: solid 4px #ffff00;
	border-bottom: solid 4px #ffff00;
}

#boiler .section-header {
	text-align: left;
}

#boiler .image {
	border: solid 4px #ffff00;
}

#boiler .separator {
	margin-top: 30px;
	margin-bottom: 0px;
}

#boiler {
	background: #333;
}

#boiler .section-content {
	padding-top: 30px;
	padding-bottom: 0px;
}


 .boiler2 .section-content {
	padding-top: 30px;
	padding-bottom: 100px !important;
}


#reviews .col {
width:100%;
}


#reviews .col iframe {
	height:500px;
	}
	
@media screen and (max-width:600px) {
	#reviews .col iframe {
		height:960px;
		}
}

#boiler .boiler3 .section-content .col:last-of-type {
	width: 100%;
}

#boiler .section-content .col:first-of-type {
	width: 55%;
}


#boiler .section-footer .col:first-of-type {
	width: 55%;
}


#boiler .section-content .col:last-of-type {
	width: 40%;
}

#boiler .section-middle .col {
	width: 45% !important;
}

#boiler ul {
	margin-top: 10px;
}

#boiler ul li {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #fff;
}

#boiler .section-content .col:nth-child(3) {
	margin-left: 5%;
}

#boiler .section-footer .col:nth-child(2) {
	margin-left: 5%;
}

#boiler #first-excerpt {
	margin-top: 0px !important;
}

#boiler .section-header {
	text-align: left;
	margin: 0 auto;
	float:none;
	padding-bottom: 0px;
}

#boiler .section-header .col {
	width: 100%;
}

#boiler .section-header .title {
	width: 100%;
	color: #ffff00;
	font-size: 2.8em;
	font-weight: 700;
}

#boiler .excerpt {
	color: #fff;
}

#boiler .section-footer {
	padding-top: 0px;
}

#boiler .section-footer .excerpt {
	float: left;
	text-align: left;
}

#boiler ul {
	float: left;
	text-align: left;
	list-style-type: disc;
	font-weight: 500;
	font-family: 'Open Sans',sans-serif;
	font-size: 1.2em;
	margin-top: 20px;
	margin-left: 20px;
}

.boiler2 .image img {
	width:100%;
}

.boiler2 .image {
	width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#boiler .col {
		width: 100% !important;
	}
	#boiler .section-content .col:nth-child(3) {
		margin-left: 0;
	}
	#boiler .section-content .title{
		text-align: center;
	}
	#boiler .section-footer .title{
		text-align: center;
	}
	#boiler .title {
		width: 100%;
	}
	#boiler .section-footer .col:nth-child(2){
		margin-left: 0;
	}
	#boiler .section-middle .col {
		width: 100% !important;
	}
	.section-middle {
		margin-top: 20px;
	}
	#boiler .excerpt {
		font-size: 0.9em !important;
	}
	#boiler .section-content {
		padding-bottom: 40px;
	}
	#boiler .image {
		margin-top: 20px;
	}
	 #boiler .section-footer .excerpt {
		 margin-top: 0px;
	 }
}

#boiler .row [class*='col']:last-child {
	margin-top: 0px;
}

@media screen and (max-width: 480px) {
	#boiler .section-header .title {
		font-size: 2.2em;
		text-align: center;
	}
	#boiler .separator {
		display: none;
	}
	#boiler .services-list .service .title {
		font-size: 1em !important;
	}
	#boiler .excerpt {
		font-size: 1.2em;
	}
	#boiler ul {
		margin-top: 0px;
	}
}

#testimonial {
	text-align: center;
	background: url('assets/images/testimonials/total_gas_safety_testing_inspection_repair_cooker_services_central_heating_boiler_southport_testimonials_background.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
}

#testimonial .title {
	width: 100%;
    color: #fff;
    font-size: 2.8em;
    font-weight: 700;
}

#testimonial .section-content .excerpt {
	width: 45%;
	display: inline-block;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	min-height: 250px;
	border: 4px solid #ffff00;
	box-sizing: border-box;
	position: relative;
	background: rgba(0,0,0,0.8);
	padding-top: 5px;
	margin-bottom: 20px;
}

#testimonial .section-content {
	padding-top: 7px !important;
	padding-bottom: 40px;
}

.nav-carousel a {
    color: #fff;
    border-radius: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-right: 2%;
    margin-left: 2%;
    font-size: 1.6em;
}

#testimonial .section-content .excerpt p {
	padding: 20px;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 1em;
	margin: 0 auto;
	color: #fff;
	line-height: 1.4em;
}

#testimonial .section-content .excerpt .review-name {
	position: absolute;
	bottom: 20px;
	right: 30px;
	font-family: 'Montserrat',sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
	letter-spacing: 0.2px;
}

@media screen and (max-width: 1490px) {
	#testimonial .container:first-of-type, #testimonial .container:last-of-type {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 100px;

	}
}

@media screen and (max-width: 1315px) {
	#testimonial .section-content .excerptt {
		height: 280px;
	}
}

@media screen and (max-width: 1315px) {
	#testimonial .section-content .excerpt {
		height: 320px;
		font-size: 1.2em;
	}

}
@media screen and (max-width: 900px) {
	#testimonial .section-content .excerpt {
		height: 400px;
		font-size: 1.2em;
	}
	#testimonial .section-content .excerpt .review-name {
			font-size: 1.1em;
			margin-top: 20px;
			margin-bottom: 10px;
			color: #fff;
			font-family: 'Montserrat',serif;
		}
}


@media screen and (max-width: 768px) {
	#testimonial {
		background-attachment:scroll;
	}
	#testimonial .separator {
		display: none;
	}
	#testimonial .section-content .excerpt {
		height: 340px;
		font-size: 1em;
	}
	
	#testimonial .section-content .excerpt .review-name {
		font-size: 1em;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #fff;
		font-family: 'Montserrat',serif;
	}
	#testimonial .container:first-of-type, #testimonial .container:last-of-type {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 650px) {
	#testimonial .section-content .excerpt {
		height: 380px;
		font-size: 1.2em;
	}
	
#testimonial .section-content .excerpt .review-name {
		font-size: 1.1em;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #fff;
		font-family: 'Montserrat',serif;
	}
	#testimonial .section-content .excerpt {
		width: 95%;
		min-height: 200px;
	}
}

@media screen and (max-width: 480px) {
	#testimonial .title {
		font-size: 2.2em;
		line-height: 1em;
	}
	#testimonial .section-content .excerpt {
		height: 350px;
		font-size: 1em;
	}
#testimonial .section-content .excerpt .review-name {
	font-size: 1em;
}
}

/* gallery */

#gallery .title {
    width: 100%;
    color: #333;
    font-size: 2.8em;
    font-weight: 700;
	text-align:center;
}

#gallery .separator {
	border-color: #333;
	margin: 0 auto;
	margin-top: 30px;
}

#gallery .section-content {
	padding-top: 60px;
	padding-bottom: 120px;
}

#gallery .section-content .gallery .col {
	width: 31.11%;
	margin-left: 1%;
	margin-bottom:1%;
}

#gallery .section-content .gallery .col .image{
	position: relative;
	height: 250px;
	overflow: hidden;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: url('assets/images/gallery/total_gas_safety_testing_inspection_repair_cooker_services_central_heating_boiler_southport_gallery_overlay.png');
	cursor: pointer;
	background-position: center;
}

.image:hover .gallery-overlay {
  opacity: 0.8;
}

@media screen and (max-width: 1040px) {
	#gallery .col:last-child {
		margin-top: 0px;
	}
}

@media screen and (max-width: 768px) {	
	#gallery .section-content .gallery .col {
		width: 48%;
		margin-left: 1%;
		margin-bottom:1%;
	}

	#gallery .section-content .gallery .col:last-child {
		display: none;
	}
	#gallery .section-content {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 480px) {	
	#gallery .section-header .title {
		font-size: 2.2em;
	}
	#gallery .section-content .gallery .col {
		width: 98%;
		margin-left: 1%;
		margin-bottom:5%;
	}

	#gallery .section-content .gallery .col:last-child {
		display: none;
	}
}

/* contactus us */

.field {
	width: 95% !important;
	padding: 15px !important;
	font-size: 1.2em !important;
	font-family: 'Open Sans',sans-serif !important;
	border: solid 3px #ccc !important;
}

#contactus .section-header {
	text-align: left;
	margin: 0 auto;
	float:none;
	padding-bottom: 0px;
}

#contactus .section-header .col {
	width: 100%;
}

#contactus .section-header .title {
	width: 100%;
	color: #333333;
	font-size: 2.8em;
	font-weight: 700;
}

#contactus .title {
	color: #fff;
	font-size: 1.2em;
	width: 100%;
	font-weight: 600;
	font-family: 'Montserrat',sans-serif;
}

#contactus .section-header .excerpt {
	padding-bottom: 40px;
}

#contactus .separator {
	border-color: #333;
}

#contactus textarea {
	height: 140px;
	resize: none;
}

.address {
	margin-bottom: 20px;
	padding: 20px;
	background: #333333;
	cursor: default;
}

.address .extra-info {
	font-size: 0.9em;
}

.address .title {
	font-size: 1.4em;
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
	line-height: 1.5em;
	margin-top: 0px;
	color: #fff;
	width: 80%;
	font-weight: 500;
}

.address a {
	color: #fff;
}

.address .title:last-child {
	margin-top: 0px;
}

.address .excerpt {
	margin-top:10px;
	font-size: 1em;
	line-height: 1.3em;
	color: #fff;
}

.address .excerpt:last-child {
	line-height: 1.4em;
}

.address .address-icon {
	display: inline;
    float: left;
    height: 50px;
    font-size: 2.2em;
	margin-right: 20px;
}

.address .title {
	font-family: 'Montserrat',sans-serif;
}

.address .address-icon .image {
	height: 60px;
	width: 60px;
}

@media screen and (max-width: 1220px) {
	#contactus .title {
		color: #fff;
		font-size: 1em;
		width: 100%;
		font-weight: 600;
		font-family: 'Montserrat',sans-serif;
	}
}

@media screen and (max-width: 1055px) {
	#contactus .title {
		color: #fff;
		font-size: 0.9em;
		width: 100%;
		font-weight: 600;
		font-family: 'Montserrat',sans-serif;
	}
}

@media screen and (max-width:980px) {
	#contactus .excerpt p {
		margin-left: 80px;
	}
}

@media screen and (max-width: 768px) {
	#contactus .section-header .excerpt {
		font-size:0.9em;
	}
	#contactus .title {
		color: #fff;
		font-size: 1.2em;
		width: 100%;
		font-weight: 600;
		font-family: 'Montserrat',sans-serif;
	}
	#contactus 	.excerpt p {
		margin-left: 0;
	}
	#contactus .separator{
		display: none;
	}
}

.gas-register-num { 
	display: block;
	background-color: #333333;
	padding: 0 50px;
	margin: auto;
	width: fit-content;
	border:solid 2px #FFFF00

}

/* inventis */

.inventis {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.inventis img {
	width: auto;
}

@media screen and (max-width: 768px) {
	.inventis {
		text-align: center;
	}
}

/* flexslider */

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}


html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flex-viewport {
    max-height: 2000px;
}

.loading .flex-viewport {
    max-height: 255px;
}

.custom-flex-direction-nav {
	list-style-type: none !important;
	margin-left :0px !important;
	float: none !important;
	text-align: right !important;
	margin-top: 0px !important;
}

.custom-flex-direction-nav li  {
	display: inline !important;
}

.custom-flex-direction-nav a {
    text-decoration: none;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background: #FFFF00;
    color: #333333;
}

.custom-flex-direction-nav a:before {
    font-size: 38px;
}

.custom-flex-direction-nav li a {
    padding: 16px 33px 12px 29px;
}

.slide-image {
	border: solid 4px #FFFF00;
}



/* no cookie */

.nocookie {
    margin: 0 auto;
    padding: 40px;
    background: #333;
	text-align: center;
}

.nocookie .excerpt {
	margin-top: 0;
}

.nocookie .excerpt p {
	float: none;
	color: #fff;
}

.nocookie .privacy-policy a {
    font-size: 18px;
    color: #fff;
	display: block;
	margin-top: 20px;
	font-weight: 700;
}

.nocookie .sub-title.privacy-policy a {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
}



/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 1000;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #2d2c2a;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}

#privacyselect .privacy-select-wrapper .excerpt {
    font-size: 14px;
    line-height: 1.75rem;
}

#privacyselect .privacy-select-wrapper .button {
	background: #00d2ff;
	margin: 30px auto 10px;
    border: 0;
	float: none;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #37adff;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 0;
	color: #fff;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 768px) {
	#privacyselect {
		width: 90%;
	}
}

@media screen and (max-width: 580px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		width: 100%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy.sub-title {
	text-align: center;
}

.privacy-policy a {
    cursor: pointer;
    color: #9c9c9c;
	float: none;
	text-align: center;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #2d2c2a;
}

#privacypolicy .title.main-title {
    font-size: 24px;
}

#privacypolicy .title {
    margin-top: 30px;
	font-size: 16px;
	line-height: 22px;
    font-weight: 700;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}

#privacypolicy .policyoptions .button {
	background: #00d2ff;
	margin: 50px auto 0;
    border: 0;
	float: none;
}

#privacypolicy .policyoptions .button:hover {
	background: #37adff;
}

#privacypolicy .policyoptions .button span {
    padding: 0;
	color: #fff;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #03162F;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 400;
}

.sub-title.privacy-policy a,
.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 400;
}

.sub-title.privacy-policy a:hover {
	color: #fff;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #03162F;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

html,
body {
    overflow: auto;
    height: auto;
}

html.disabled,
body.disabled {
    overflow: hidden;
    height: 100%;
}

/* contactus Form */

#contactus {
	background: #fff;
}

#contactus .contactus-form {
	margin-top: 25px;
}

#contactus .section-header {
	text-align: left;
	margin: 0 auto;
	float:none;
	padding-bottom: 0px;
}

#contactus .section-header .title:nth-child(2) {
	color: #333333;
	font-size: 2em;
	width: 80%;
	font-weight: 500;
	margin-top: 40px;
}

#contactus .subtitle {
	margin-top: 60px;
	font-family: 'Montserrat',sans-serif;
	font-size: 1.6em;
}

#contactus .contactus-form label {
	display: block;
	text-align: left;
	font-size: 1.2em;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 2px;
}

#contactus .section-content {
	padding-top: 40px;
}

@media screen and (max-width: 768px) {
	#contactus .col {
		width: 100%;
	}
	#contactus .section-header .title {
		font-size: 2.7em;
	}
	#contactus .section-header .title:nth-child(2) {
		text-align: left;
		font-size: 1.5em;
	}
	#contactus .services-list .service {
		width: 100%;
		margin-left: 0;
	}
	.address .title {
		font-size: 1.4em;
		font-family: 'Open Sans',sans-serif;
		text-transform: uppercase;
		line-height: 1.4em;
		margin-top: 0px;
		color: #333333;
		width: 100%;
		font-weight: 500;
		text-align: left;
	}
	.address .excerpt {
		text-align: left;
	}
	#contactus .section-content {
		padding-top: 0px;
	}
	#contactus .title {
		width: 100%;
	}
	#contactus .row [class*='col']:last-child {
		margin-top: 0px;
	}
	.address:first-of-type {
		margin-top: 0px;
	}
}

@media screen and (max-width: 480px) {
	#contactus .section-header .title {
		font-size: 2.2em;
		text-align: center;
	}
	#contactus .section-header .title:nth-child(2) {
		text-align: center;
		font-size: 1.1em;
		line-height: 1.6em;
		width: 100%;
	}
	#contactus .separator {
		display: none;
	}

	#contactus .excerpt {
		font-size: 1em;
	}
	#contactus a {
		font-size: 1em !important;
	}
	.address .address-icon {
		display: none;
	}
	.address .title {
		text-align: center ;
		font-size: 1em !important;
	}
	.address .excerpt {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.field {
		width: 100% !important;
		padding: 15px !important;
		font-size: 1.2em !important;
		font-family: 'Open Sans',sans-serif !important;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 480px) {
	#contactus .contactus-form textarea {
		height: 200px;
	}
	.field {
		width: 100% !important;
		padding: 15px !important;
		font-size: 1.2em !important;
		font-family: 'Open Sans',sans-serif !important;
	}
}

/* footer */

#main-footer .separator {
	border-top: 2px solid #ffff00;
	max-width: 100%;
	padding-bottom: 40px;
	margin-top: 30px;
	width: 100%;
}

#main-footer {
    background:url('assets/images/introduction/total_gas_safety_testing_inspection_repair_cooker_services_central_heating_boiler_southport_introduction_background.jpg');
	background-size: cover;
	background-position: center;
    font-family: 'Open Sans', sans-serif;
    margin-top: -15px;
    font-weight: 300;
    color: #fff;
}

#main-footer .image img {
	margin-top: 90px;
	width: 200px;
}

#main-footer .footer-cols .col {
    width: 20%;
}
#main-footer .container {
	padding-top: 60px;
	padding-bottom: 30px;
}

#main-footer a {
	color: #fff;
}

#main-footer .title {
    color: #ffff00;
    font-size: 1.7em;
    border-bottom: solid 2px #ffff00;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#main-footer .copyright {
	font-size: 1.1em;
	line-height: 18px;
	color: #ffff00;
	text-align: center;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
}

#main-footer .copyright span,
#main-footer #currentyear {
	display: inline-block;
}

#main-footer p {
    font-size: 0.9em !important;
}

@media screen and (max-width: 980px) {
	#main-footer .footer-cols .col {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	#main-footer .title {
		border-bottom: 0px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		margin-top: 20px;
	}
	#main-footer .title span {
		border-bottom: solid 2px #ccc;
	}

	#footer-nav ul {
		list-style-type: none;
		text-align: center !important;
	}
	.inventis {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	#main-footer .container {
		padding: 20px 5%;
	}
}

@media screen and (max-width: 580px) {
	#main-footer {
		padding-bottom: 75px;
	}
}

/* footer menu */

#footer-nav ul {
    list-style-type: none;
    text-align: left;
}

#footer-nav li {
    display: inline;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

#footer-nav li:first-child {
	margin-left: 0;
}

#footer-nav li a {
    display: block;
    color: #fff;
}

#footer-nav li a span {
	padding: 20px 0;
}


@media screen and (max-width: 768px) {
	#footer-nav li {
		display: block;
		margin: 0;
		font-size: 1em;
	}
	#footer-nav li a span {
		display: block;
		padding: 5px 0;
	}
	#main-footer .copyright {
		font-size: 1em;
	}
}


/* back to top */

.back-to-top {
	display: none;
	position: fixed;
	left: auto;
	right: 30px;
	bottom: 30px;
	text-align: center;
	height: 40px;
	width: 40px;
	background: #ffff00;
	border: 2px solid #fff;
	z-index: 9999;
	color: #333;
	padding-top: px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	border-radius: 100%;
}

.back-to-top:hover {
	background: #333333;
	color: #ffff00;
}

@media screen and (max-width: 580px) {
	.back-to-top {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 45px;
		line-height: 45px;
		border: 0;
		border-top: 2px solid #333333;
		border-radius: 0;
	}
}


/* Error message box */

.ucf .message .errors {
	background: #D60A0A;
	color: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 20px;
	border-radius: 5px;
	padding: 10px;
	line-height: 1.4em;
	font-size: 14px;
	font-weight: 600;
	margin-top:20px;
}

.ucf .message .errors p {
	color: #FFFFFF;
}

/* Success message box */

.ucf .message .success {
	background: #fff;
	color: #000;
	border: none;
	border-radius: 5px;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

.ucf .message .success p {
	color: #000;
}

/* Form */
.ucf * {
	outline: none;
}
.ucf fieldset {
	max-width: 1000px;
	margin: 0px auto;
}
.ucf legend {
	font-weight: bold;
	padding: 10px;
}
.ucf .field-wrapper {
	clear: both;
	margin-top: 0;
	line-height: 2em;
	padding: 0;
	box-sizing: border-box;
}
.ucf .field-wrapper label span {
	display: block;
	width: 100%;
}
.ucf .field-wrapper input[type=text],
.ucf .field-wrapper input[type=tel],
.ucf .field-wrapper input[type=email],
.ucf .field-wrapper input[type=password],
.ucf .field-wrapper textarea,
.ucf .field-wrapper select {
	border: solid 1px #333333;
	padding: 10px;
	transition: all .3s ease-in-out;
}
.ucf .field-wrapper input[type=text]:focus,
.ucf .field-wrapper input[type=tel]:focus,
.ucf .field-wrapper input[type=email]:focus,
.ucf .field-wrapper input[type=password]:focus,
.ucf .field-wrapper textarea:focus,
.ucf .field-wrapper select:focus {
	border: solid 1px #333;
}
@media (max-width:1260px) {
	.ucf .trio {
		width: 100% !important;
		display: inline-block!important;
	}
}
@media ( max-width: 768px) {
	.ucf fieldset {
		padding: 0px;
	}
	
	.ucf .field-wrapper {
		margin-bottom: 10px;
	}
	
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea {
		width: 150px;
	}
	
	.ucf .field-wrapper select {
		width: 170px;
	}
}
@media ( min-width: 481px) {
	.ucf .field-wrapper {
		margin-bottom: 20px;
	}
	
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea {
		width: 200px;
	}
	
	.ucf .field-wrapper select {
		width: 220px;
	}
}

/* Select 2 overrides */
.select2 {
	margin-bottom: 20px;
}
.select2-container .selection,
.select2-container .select2-selection {
	width: 100% !important;
}
.select2-search__field:focus {
	outline: none;
}

/* Honey trap field */
.ucf .hey-honey {
	left: -9999px;
	position: absolute;
}

/* Button */
.ucf button[type=submit] {
	background-color: #333333;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    border: solid 2px #ffff00;
    display: inline-block;
    transition: 0.3s;
    -moz-transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
	padding: 15px;
}

.ucf button[type=submit]:hover {
	border: solid 2px #ffff00;
	background: #ffff00;
	cursor: pointer;
	color: #333333;
}

.ucf button[type=submit].complete {
	background: #ffff00;
	color: #333333;
	cursor: default;
}

.ucf button.secondary {
	margin-left: 20px;
	display: inline-block;
	width: auto;
	height: auto;
	border: 2px solid #fff;
	background: none;
	padding: 15px;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
}

.ucf button.secondary:hover {
	background: #ffff00;
}

::-moz-selection {
	background: #333333;
	color: #FFFFFF;
}

::selection {
	background: #333333;
	color: #FFFFFF;
}

#map .col {
    width: 100%;
}

#map .gmap {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}

#map .row [class*='col']:last-child {
	margin-top: 0px;
}

#map .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 768px) {
	#map .gmap {
		padding-bottom: 55%;
	}
	#maps .col {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#map .gmap {
		padding-bottom: 80%;
	}
}

.button a {
	color: #1a1a1a;
}