/**
 * Global stylesheet
 *
 * package: 	Site Glass
 * version: 	1.7
 */


/* 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%;
}

.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;
	}
}

/* fonts */

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

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

#contact .contact-form-footer li.telephone:before,
#contact .contact-form-footer li.yelp:before,
#contact .contact-form-footer li.facebook:before,
#contact .contact-form-footer li.email:before,
#main-nav li a span:after,
.back-to-top:after,
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before,
#contact #socialise li:before,
.toggler-trigger span i {
	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: #0e0303;
}


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

/* content */

.header {
	margin-top: 40px;
}

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

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

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

.excerpt {
	margin-top: 30px;
	font-size: 1.4em;
	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: #0e0303;
}

@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;
}

.mobile {
	display: none;
}

.show {
	display: inline;
}

.yellow {
	color: #ffcc33;
}

.title-separator {
    margin: 0px auto;
    text-align: center;
    border-top: 1px dashed #ffcc33;
    max-width: 145px;
}

.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: #ffcc33;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: 'Roboto Slab',sans-serif;
	font-weight: 700;
	font-size: 0.9em;
	border: solid 2px #0e0303;
	display: inline-block;
	transition: 0.2s;
	-moz-transition: 0.2s;
	color: #0e0303;
	text-transform: uppercase;
}

.button:hover,.buttonspan:hover {
	border: solid 2px #ffcc33;
	background: #0e0303;
	cursor: pointer;
	color: #ffcc33;
}

.button:hover a {
	color: #ffcc33;
}
.button-icon {
	margin-left: 10px;
}

/* main header */

#top-bar {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	background-color: #0E0303;
	height: 140px;
	margin: 0;
	padding: 0;
	z-index: 999;
}

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

#top-bar .image {
	margin-top: 25px;
	position: relative;
	width:100%;
}

#top-bar .col:first-child {
	width: 22%;
	position: relative;
}

#top-bar .col:nth-child(2) {
	width: 73%;
	margin-left: 5%;
}

.top-info-card {
	color: #ffcc33;
	margin-top: 22px;
	cursor: default;
	float:right;
	width: 300px;
}

.top-info-card h3 {
	color: #fff;
	font-family: 'Roboto Slab',sans-serif;
	font-size: 1.1em;
	line-height: 2.2em;
	text-transform: uppercase;
	font-weight: 300;
}

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

.top-info-card p {
	color: #fff;
	font-family: 'Roboto',sans-serif;
	font-size: 0.9em;
	line-height: 1.7em;

}

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

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


#main-header {
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	height: 65px;
	z-index: 100;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color: #ffcc33;
	border-bottom: solid 2px #0E0303;
}

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

#main-header .col {
	width: 100%;
	text-align: right;
	height: 90px;
}

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

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

@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: 100%;
	}
}

@media screen and (max-width: 1120px) {
	#top-bar .image {
		margin-top: 20px;
	}
	#top-bar .col:first-child {
		width: 30%;
	}
	#top-bar .col:nth-child(2) {
		width: 65%;
	}
	.mobile {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	#top-bar .image {
		width: 100%;
		margin-top: 38px;
	}
	.top-info-card {
		text-align: left;
	}
}

@media screen and (max-width: 615px) {
	#top-bar .col:first-child {
		width: 100%;
		margin: 20px auto;
		position: relative;
	}
	#top-bar .image {
		margin-top: 30px;
		width: 280px;
		margin: 0 auto;
	}
	.top-info-card {
		display: none;
	}	
}


@media screen and (max-width: 580px) {
	#main-header .title {
		font-size: 28px;
	}
}

@media screen and (max-width: 768px) {
	#main-header .col {
		width: 11.5%;
	}
	#main-header .col:first-child {
		width: 100%;
	}
	#main-header .title {
		font-size: 28px;
		line-height: 18px;
		margin-top: 32px;
	}
	#main-header .title span:last-of-type {
		display: block;
		font-size: 10px;
		margin-left: 0;
	}
	#main-header .trigger {
		height: 68px;
	}
}

/* main menu */

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

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

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

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

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

#main-nav li a {
	display: block;
	font-size: 1em;
	font-weight: 700;
	font-family: 'Roboto Slab', sans-serif;
	color: #0e0303;
	font-weight: 300;
}

#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: #0e0303;
	}
}

@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;
	}
}

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

/* second menu */

#second-header {
	position:fixed;
	top:0px;
	right: 0px;
	left: 0px;
	width:100%; 
    z-index: 100;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #0e0303;
	z-index:9999;
	display: none;
	height: 110px;
}

#second-header .col:first-child {
	float: left;
}

#second-header .image {
	width: 55%;
	margin-top: 3%;
}

#second-header .container {
	padding: 0px;
}

#second-header .col {
	width: 60%;
}

#second-header .col:first-child {
	width: 35%;
}

#second-nav  {
	margin-top: 3%;
}

#second-nav ul {
	list-style-type: none;
	text-align: right;
}

#second-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;
}


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

#second-nav li a {
	display: block;
	font-size: 1em;
	font-weight: 300;
	font-family: 'Roboto Slab', sans-serif;
	color: #ffcc33;
	text-transform: uppercase;
}

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

#second-header .trigger .click {
	color: #ffcc33;
	margin-top: 20px;
}

@media screen and (max-width: 1280px) {
	#second-nav li {
		margin-left: 20px;
	}
}

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

@media screen and (max-width: 1120px) {
	#second-nav {
		float: none;
		margin: 10px 0;
	}
	#second-nav ul {
		text-align: center;
	}
	#second-nav li {
		margin-left: 40px;
	}
	#second-nav li a span:after {
		bottom: -25px;
	}
	#second-nav li a {
		color: #0e0303;
	}
	#second-nav .trigger {
		display: block;
		float: right;
	}
	#second-header .image {
		margin-top: 6%;
	}
}

@media screen and (max-width: 980px) {
	#second-header .image {
		margin-top: 30px;
	}
	#second-nav li a span {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@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;
		padding-right: 0px;
	}
	#main-nav li a span {
		border: 0;
		padding: 0;
	}
	#main-nav li a span:after {
		display: none;
	}
	#main-nav li a {
		font-size: 1em;
	}
	#second-header .container .col {
		width: 47.5%;
	}
	#second-nav li {
		display: block;
		margin-left: 0px;
	}
	.trigger .click {
		padding: 18px 0 10px 5px !important;
		color: #0e0303;
		font-size: 30px !important;
	}
	#second-header .image {
		margin-top: 20px;
		width: 200px;
	}
}

/* trigger & slideout */

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

.trigger .click {
	padding: 20px 0 28px 5px;
	color: #0e0303;
	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;
	}
	#main-header .slideout {
		background: #ffcc33;
		position: absolute;
		top: 65px;
		left: 0;
		right: 0;
		display: none;
	}
	.slideout {
	border-top: solid 2px #0E0303;

	}
}


@media screen and (max-width: 1120px) {
	#second-header .trigger {
		display: block;
		float: right;
	}
	#second-header .slideout {
		background: #ffcc33;
		position: absolute;
		top: 110px;
		left: 0;
		right: 0;
		display: none;
	}
}

/* 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;
	line-height: 70px;
}

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

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

/* introduction */

#introduction {
    height: 85vh;
    position: relative;
	background: url('assets/images/introduction/site_glass_services_glass_fitting_chorley_plant_glazing_intro_background_2.jpg');
}

.intro-overlay {
    color: #fff;
    text-align: left;
	position: relative;
	background: url('assets/images/introduction/site_glass_services_glass_fitting_chorley_plant_glazing_intro_background_1.jpg');
	background-size: cover;
}

.intro-overlay img {
	height: 85vh;
}

#introduction .title {
    color: #fff;
	font-size: 3.5em;
	line-height: 1.2em;
	text-transform: uppercase;
	width:60%;
	position: absolute;
	top: 50%;
	padding-left: 2%;
	padding-right: 2%;
	background: rgba(0,0,0,0.8);
	padding-top: 2%;
	padding-bottom: 2%;
	border-left: solid 8px #ffcc33;
	right:0px;
}

@media screen and (max-width: 1490px) {
	#introduction .title {
		font-size: 2.7em;
	}
}

@media screen and (max-width: 1440px) {
	#aboutus .row [class*='col']:last-child {
		margin-top: 0px;
	}
}
@media screen and (max-width: 1290px) {
	#introduction .title {
		font-size: 2.5em;
	}
	#introduction .subtitle {
		min-width: 320px;
		font-size: 1em;
	}
}

@media screen and (max-width: 1120px) {
	.intro-overlay .title {
		top: 280px !important;
		width: 80% !important;
	}
	#introduction {
		height: 70vh;
	}
	#introduction .title {
		font-size: 2.5em;
	}
	#introduction .subtitle {
		min-width: 320px;
		font-size: 1em;
	}
}

@media screen and (max-width: 850px) {
	.flexslider {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#introduction {
		background-attachment: scroll;
		background-size: cover;
	}
}

@media screen and (max-width: 550px) {
	.intro-overlay .title {
		font-size: 1.6em !important;
	}
	#introduction {
		height: 480px !important;
	}
	.intro-overlay .title{
		top: 280px !important;
	}
}

#aboutus {
	background: url('assets/images/aboutus/site_glass_services_glass_fitting_chorley_plant_glazing_about_us_truck.png');
	background-size: 700px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#aboutus .image {
	border: 0px;
	max-width:200px;
	margin-top:30px;
}

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

#aboutus .title {
	color: #0e0303;
	font-size: 4em;
	margin-bottom: 40px;
}

#aboutus .excerpt {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
}

#aboutus .section-subtitle {
	font-size: 1.4em;
	font-family: 'Roboto Slab',sans-serif;
	width: 70%;
	text-transform: uppercase;
	color: darkslategray;
	font-weight: 700;
}


#aboutus .button {
	margin-top: 55px;
}

#services .col:last-child {
	margin-top: 1%;
}

@media screen and (max-width: 768px) {
	#aboutus {
		background-size: 400px;
	}
	#aboutus .button {
		margin-top: 30px;
	}


	#aboutus .section-subtitle {
		font-size: 1.2em;
		font-family: 'Roboto Slab',sans-serif;
		width: 100%;
		text-transform: uppercase;
		color: darkslategray;
		font-weight: 700;
	}
	#aboutus .title {
		font-size: 2.8em;
	}
}

@media screen and (max-width: 480px) {
	#aboutus {
		font-size: 0.8em;
		padding: 10px;
		background-size: 300px;
	}
}


/* call to action 1 */

#action-one {
	text-align: left;
	background: url("assets/images/calltoaction/site_glass_services_glass_fitting_chorley_plant_glazing_calltoaction_background_1.jpeg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
}

#action-one .title {
	font-size: 2.5em;
	line-height: 1em;
	color: #fff;
	text-transform: uppercase;
}

#action-one .excerpt p {
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	font-size: 1em;
	margin: 0 auto;
	color: #fff;
	line-height: 1.5em;
	width:90%;
	float: left;
}

#action-one .section-content {
	width: 100%;
	margin: 0 auto;
}

#action-one .col {
	width: 30%;
}

#action-one .col:first-child {
	width: 65%;
}

#action-one .button {
	font-family: 'Roboto Slab',sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	width: 80%;
	text-align: center;
	margin-top: 60px;
}

.action-one .button:hover a {
	color: #ffcc33 !important;
}

#action-one .container {
	padding-top: 70px;
	padding-bottom: 70px;
	padding-right: 5%;
	padding-left: 5%;
}

@media screen and (max-width: 1390px) {
	#action-one .button {
		font-size: 1em;
		width: 80%;
	}
}

@media screen and (max-width: 1095px) {
	#action-one .title {
		font-size: 1.7em;
		line-height: 1.2em;
	}
}

@media screen and (max-width: 1040px) {
	#action-one .button {
		margin-top: 25px;
	}
}

@media screen and (max-width: 940px) {
	#action-one .button {
		font-size: 0.8em;
	}
}


@media screen and (max-width: 768px) {
	#action-one {
		background-attachment: scroll;
	}

	#action-one .title {
		font-size: 2.7em;
		line-height: 1em;
		color: #fff;
		text-transform: uppercase;
	}

	#action-one .section-content .excerpt {
		max-width: 550px;
		padding-top: 20px;
		margin: 0 auto;
	}

	#action-one .section-content .excerpt p {
		float: none;
	}

	#action-one .button {
		font-size: 1.2em;
		margin-top: 20px;
		width: 50%;
	}

	#action-one .col {
		width: 100%;
	}
	
	#action-one .col:first-child {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#action-one .title {
		font-size: 2em;
		line-height: 1em;
	}

	#action-one .excerpt p {
		font-size: 0.8em;
	}

	#action-one .button {
		font-size: 0.8em;
		width: 80%;
	}
}


/* services */

#services {
	background: #E9E9E9;
}

#services .section-header .title {
	color: #0e0303;
	font-size: 4em;
	margin-bottom: 40px;
}

#services .section-header {
	margin: 0 auto !important;
}

#services .section-header .excerpt {
	    width: 70%;
		margin: 0 auto;
}

#services .section-header .excerpt p {
    font-size: 1.2em;
    font-family: 'Roboto Slab',sans-serif !important;
    text-transform: uppercase;
    color: darkslategray;
    font-weight: 700;
}

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

.services-list .col:first-child {
	margin: 1% 0 1% 1.6%;
}

.services-list .col {
    width: 23.5%;
	margin: 1% 0 1% 1.3%;
}

.services-list .item {
    text-align: left;
    cursor: default;
	background: #ccc;
	height: 400px;
	position: relative;
}

#services .readmore {
	color:#fff;
	text-decoration: underline;
	cursor: pointer;
}

.item .title {
	font-size: 1.3em;
	font-family: 'Roboto Slab',sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1em;
	color: #ffcc33;
}

.item .excerpt {
	position: absolute;
	bottom: 0px;
	margin-top: 0px;
	line-height: 1.4em;
	padding: 10px;
	background: rgba(0,0,0,0.8);
	width: 100%;
}

.item .excerpt p {
	margin-top: 8px;
	margin-bottom: 10px;
	color:#fff;
	font-size: 0.8em !important;
	line-height: 1.4em;
	display: none;
	padding-right: 10px;
}

#item-1 {
	background: url('assets/images/services/site_glass_services_glass_fitting_chorley_plant_glazing_plant_item.jpg');
	background-size: cover;
	background-position: center;
}

#item-2 {
	background: url('assets/images/services/site_glass_services_glass_fitting_chorley_plant_glazing_agriculture_item.jpg');
	background-size: cover;
	background-position: center;
}

#item-3 {
	background: url('assets/images/services/site_glass_services_glass_fitting_chorley_plant_glazing_bus_item.jpg');
	background-size: cover;
	background-position: center;
}

#item-4 {
	background: url('assets/images/services/site_glass_services_glass_fitting_chorley_plant_glazing_commercial_item.jpg');
	background-size: cover;
	background-position: center;
}

#item-5 {
	background: url('assets/images/services/site_glass_services_glass_fitting_chorley_plant_glazing_crane_item.jpg');
	background-size: cover;
	background-position: center;
}

#item-6 {
	background: url('assets/images/services/site_glass_services_glass_fitting_chorley_plant_glazing_building_item.jpg');
	background-size: cover;
	background-position: center;
}

#item-7 {
	background: url('assets/images/services/site_glass_services_glass_fitting_chorley_plant_glazing_machinery_item.jpg');
	background-size: cover;
	background-position: center;
}

#item-8{
	background: url('assets/images/services/site_glass_services_glass_fitting_chorley_plant_glazing_van_item.jpg');
	background-size: cover;
	background-position: center;
}

.services-icon {
	margin-top: 39px;
}

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

#services .excerpt {
	font-size: 1.2em;
}


@media screen and (max-width: 1350px) {
	.item .title {
		font-size: 1.2em;
	}

	.item .excerpt p {
		margin-top: 10px;
		font-size: 0.8em;
		line-height: 1.4em;
	}
}

@media screen and (max-width: 1260px) {
	.services-list .col:first-child {
		margin: 1% 0 1% 1.6%;
	}

	.services-list .col {
		width: 31.5%;
		margin: 1% 0 1% 1.3%;
	} 

	.services-list .row {
		display: inline;
	}
}

@media screen and (max-width: 980px) {
	.services-list .col:first-child {
		margin: 1% 0 1% 1.6%;
	}

	.services-list .col {
		width: 47%;
		margin: 1% 0 1% 1.3%;
	} 

	.services-list .row {
		display: inline;
	}
}

@media screen and (max-width: 768px) {
	.services-list .col:first-child {
		margin: 1% 0 1% 1.6%;
	}

	.services-list .col {
		width: 97%;
		margin: 1% 0 1% 1.3%;
	} 

	.services-list .row {
		display: inline;
	}
	#services .section-header .excerpt {
		font-size: 0.8em;
		width: 100%;
	}
		#services .section-header .title {
		font-size: 2.8em;
		line-height: 1.2em;
	}
}



@media screen and (max-width: 600px) {
	.services-list .col {
		width: 100%;
		margin: 0;
	}
	.item .title {
		font-size: 1.4em;
		margin-top: 0px;
	}

	.item .excerpt p {
		margin-top: 10px;
		font-size: 1em;
		line-height: 1.2em;
	}
}

@media screen and (max-width: 480px) {
	.services-list .col {
		width: 100%;
		margin: 0;
	}
	.item .title {
		font-size: 0.9em;
		margin-top: 10px;
	}

	.item .excerpt p {
		margin-top: 10px;
		font-size: 0.8em;
		line-height: 1.2em;
	}
	.item .icon .image {
		height: 40px;
		width: 40px;
	}
	.services-icon {
		margin-top: 32px;
	}
}

/* gallery */

#gallery .section-header .title {
	color: #0e0303;
	font-size: 4em;
	margin-bottom: 10px;	
}

#gallery .section-header .excerpt {
	    width: 70%;
		margin: 0 auto;
}

#gallery .section-header .excerpt p {
    font-size: 1em;
    font-family: 'Roboto Slab',sans-serif !important;
    text-transform: uppercase;
    color: darkslategray;
    font-weight: 700;
}

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

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

#gallery .section-content .gallery .hidden-image {
    display:none;
}

#gallery .section-content .gallery .col .image{
	position: relative;
}

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

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

@media screen and (max-width: 1040px) {
	#gallery .col:last-child {
		margin-top: 0px;
	}
	#second-header .col {
		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-header .title {
		font-size: 2.8em;
		line-height: 1.2em;
	}
}

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

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



/* coverage */

#coverage {
	background: #000;
}

#coverage .section-header .title {
	font-size: 4em;
	margin-bottom: 10px;	
}

#coverage .section-header .title,
#coverage .section-content .excerpt {
	color: #fff;
}

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


#coverage .section-content .col {
	width: 65%;
	margin-left: 5%;
}

#coverage .section-content .col:first-child {
	width: 30%;
	margin-left: 0;
}

#coverage .section-content figure img {
	width: 100%;
}

#coverage .button {
	margin-top: 40px;
}

@media screen and (max-width: 1180px) {
	#coverage .section-content .col {
		width: 55%;
	}

	#coverage .section-content .col:first-child {
		width: 35%;
	}

	#coverage .section-content .excerpt {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#coverage .section-content .col,
	#coverage .section-content .col:first-child {
		width: 100%;
		margin: 0;
	}

	#coverage .section-content figure img {
		width: auto;
	}

	#coverage .section-content .col:last-child {
		margin-top: 40px;
	}

	#coverage .section-header .title {
		font-size: 2.8em;
		line-height: 1.2em;
	}
}

@media screen and (max-width: 580px) {
	#coverage .section-content figure img {
		width: 100%;
	}
}



/* contact us */

#contactus {
	background: #E9E9E9;
}

#contactus a {
	color:darkslategray;
}

#contactus .nocookie a {
	color: #fff;
}

#contactus .title:first-child {
	font-size: 4em;
}

#contactus .section-subtitle {
	font-size: 1.4em;
	font-family: 'Roboto Slab',sans-serif;
	width: 100%;
	text-transform: uppercase;
	color: darkslategray;
	font-weight: 700;
	line-height: 1.2em;
}

.field {
	width: 100% !important;
	padding: 15px !important;
	font-size: 1.2em !important;
	font-family: 'Roboto',sans-serif !important;
}

#contactus .excerpt:nth-child(3) {
	margin-top: 20px;
}

#contactus .excerpt:nth-child(4) {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.address .title {
		margin-top: 10px;
	}
	.address {
		text-align: left;
	}
	#contactus .title:first-child {
		font-size: 2.8em;
	}
	#contactus .title {
		font-size: 2.8em;
	}
	#contactus .excerpt {
		font-size: 0.8em;
		width: 80%;
		margin: 0 auto;
		margin-top: 20px;
	}
	#contactus .excerpt:nth-child(4) {
	margin-top: 10px;
	}

}

/* inventis */

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

.inventis img {
	width: auto;
}

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

/* flexslider */

.flex-slider {
	margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
}
.flex-direction-nav .flex-prev {
    margin-right: 75px;
    padding: 15px 33px 6px 27px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background: #ffcc33;
    padding: 15px 29px 6px 30px;
	color: #0E0303;
}

.svg-inline--fa.fa-w-10 {
	height: 25px;
}
/* lightbox */

/* privacy policy */

/* no cookie */

.nocookie {
    margin: 0 auto;
    padding: 40px;
    background: #000;
	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;
	color: #fff;
}

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



/* 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%;
}

/* Contact Form */

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

#contactus .contact-form input {
	width: 95%;
	padding: 3%;
	display: inline-block;
	border: 0;
	box-sizing: border-box;
	color: #0e0303;
	height: 55px;
	font-size: 0.9em;
	font-family: 'Roboto';
	margin-bottom: 0px;
}

#contactus .contact-form textarea {
	width: 95%;
	padding: 2.5%;
	display: inline-block;
	border: 0;
	box-sizing: border-box;
	color: #0e0303;
	height: 200px;
	font-size: 0.9em;
}

#contactus .button.secondary {
	display: none;
}

@media screen and (max-width: 768px) {
	.field {
		width: 95% !important;
		padding: 15px !important;
		font-size: 1.2em !important;
		font-family: 'Roboto',sans-serif !important;
	}
}

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

/* footer */

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

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

#main-footer {
	background: #0e0303;
	font-family: 'Roboto Slab', sans-serif;
	margin-top: -15px;
	font-weight: 300;
	color: #fff;
}

#main-footer .footer-cols .col {
	width: 20%;
}

#main-footer .footer-cols .col:nth-child(3) .image {
	width: 63%;
	margin-bottom: 20px;
}

#main-footer .footer-cols p {
	line-height: 2.3em;
	font-size: 1em;
}

#main-footer .container {
	padding: 60px 5%;
}

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

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

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

@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 #ffcc33;
	}

	#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: 1.1em;
	font-family: 'Roboto', 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: 1.2em;
	}
	#footer-nav li a span {
		display: block;
		padding: 10px 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: #0e0303;
	border: 2px solid #ffcc33;
	z-index: 9999;
	color: #fff;
	padding-top: 2px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	border-radius: 100%;
}

.back-to-top:hover {
	color: #0e0303;
	background: #ffcc33;
}

@media screen and (max-width: 580px) {
	.back-to-top {
		display: none !important;
	}
}


/* 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: 18px;
	font-size: 14px;
}

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

/* Success message box */

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

.ucf .message .success p {
	color: #0e0303;
}

/* Form */
.ucf * {
	outline: none;
}
.ucf fieldset {
	max-width: 10e0303px;
	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 #ccc;
	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: 10px;
	}
	
	.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: #ffcc33;
    border: none;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-family: 'Roboto Slab' ,sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    border: solid 2px #0e0303;
    display: inline-block;
    transition: 0.3s;
    -moz-transition: 0.3s;
    color: #0e0303;
    text-transform: uppercase;
}

.ucf button[type=submit]:hover {
	background: #0e0303;
	color: #ffcc33;
    border: solid 2px #ffcc33;
}

.ucf button[type=submit].complete {
	background: #0e0303;
	color: #ffcc33;
	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: #ddd;
}

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

::selection {
	background: #0e0303;
	color: #FFFFFF;
}

.gmap {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
	height: 550px;
}

.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: #0e0303;
}


.button a:hover {
	color: #ffcc33;
}