@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Regular-webfont.eot'); /* IE */  
  src: local("Open Sans"), url('/fonts/OpenSans-Regular-webfont.ttf') format("truetype"); /* non-IE */
}
.arial-12-grey {
	font-family: "Open Sans";
	font-size: 13px;
	color: #333;
	font-weight: 300;
	font-variant: normal;
}
.main-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.open-18-blue {
	font-family: "Open Sans";
	font-size: 18px;
	color: #27546B;
}

.arial-12-db {
	font-family: "Open Sans";
	font-size: 13px;
	color: #16485B;
}
.bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #32A1DC;
}
.big {
	font-family: "Open Sans";
	font-size: 35px;
	color: #14425C;
}
.grey-border {
	border: thin solid #999;
}


.arial-12-lb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6BB8D6;
}
.arial-11-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.open-12-white {
	font-family: "Open Sans";
	font-size: 13px;
	color: #FFF;
}


.arial-16-green {
	font-family: "Open Sans";
	font-size: 18px;
	color: #B41D22;
}
.open-16-grey {
	font-family: "Open Sans";
	font-size: 16px;
	color: #333;
	line-height: normal;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}


.arial-12-white {
	font-family: "Open Sans";
	font-size: 12px;
	color: #FFF;
}
.open-15-white {
	font-family: "Open Sans";
	font-size: 16px;
	color: #FFF;
}

.arial-18-blue {
	font-family: "Open Sans";
	font-size: 24px;
	color: #32A2E1;
}
.arial-12-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.arial-18-db {
	font-family: "Open Sans";
	font-size: 24px;
	color: #14435E;
}
.open-24-white {
	font-family: "Open Sans";
	font-size: 24px;
	color: #FFF;
}

.underline-nav {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.arial-10-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
img.sop {
	filter: alpha(opacity=100);
	opacity: 1;
}
img:hover.sop  {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#mobile_return {
   display: block; top: 0; left: 0; width: 100%; text-align: center; /*Leave this line alone */
   position: fixed;
   height: 4em;
   background-color: #1A445D;
   z-index: 2000;
}
#mobile_return a { 
   font-size: 1.5em; line-height: 3em; vertical-align: middle; text-decoration: none; /*Leave this line alone */
   font-family: "Helvetica Neue", Arial, sans-serif;
   color: #ffffff;
}.line-right-blue-dotted {
	color: #D6D6D6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #13425C;
	border-right-color: #13425C;
	border-bottom-color: #13425C;
	border-left-color: #13425C;
}
.line-bottom-blue {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #13425C;
	border-right-color: #13425C;
	border-bottom-color: #13425C;
	border-left-color: #13425C;
}


a.top-link-new{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 60px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 60px;
	width: 100%;
	line-height:60px;
	background-color:#13425C;
	
}
a.top-link-new:hover {
	background-color:#2E98CC;
	color: #fff;
}


a.top-link-new2{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 60px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 60px;
	width: 100%;
	line-height:60px;
	background-color:#32A2E1;
	
}
a.top-link-new2:hover {
	background-color:#2E98CC;
	color: #fff;
}



.innernav {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #13425C;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 100%;
	line-height:46px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #f3f3f3;
	transition: all 0.2s ease;
}
.innernav::before {
	content:'\E87D';
	font-family: 'Material Icons';
	font-size: 12px;
	color: #cfcfcf;
	padding: 0px 17px;
	font-style: normal;
	vertical-align: -4px;
	transition: all 0.2s ease;
}
.innernav:hover {
	color: #1079c2;
}
.innernav:hover::before {
	color: #1079c2;
}
.innernav:nth-of-type(2)::before {
	content:'\E7F7';
}
.innernav:nth-of-type(3)::before {
	content:'\E417';
}


#topnav div.drop {
	position: relative;	
	width: 100%;
	height: 100%;
	line-height: 40px;
	display: block;
}
#topnav div.drop div {
	display: none;
	position: absolute;
	right: -167px;
	top: 60px;
	width: 250px;
	line-height: normal;
	height: auto;
	min-height: 15px;
	padding: 0px;
	z-index: 10000000000;
}
#topnav div.drop:hover > div {
	display: block;
}



.poppins-20-dark-blue {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #329EDD;
	font-weight: 700;
	text-decoration: none;
}


.poppins-28-dark-blue {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	line-height: 26px;
	color: #329EDD;
	font-weight: 700;
	text-decoration: none;
}

.poppins-30-darker-red {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #B41C24;
	font-weight: 700;
	text-decoration: none;
}

.poppins-30-darker-red-light {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	line-height: 46px;
	color: #B41C24;
	font-weight: 400;
	text-decoration: none;
}



.poppins-15-dark-blue {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #329EDD;
	font-weight: 700;
	text-decoration: none;
}




.pop-14-grey {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #737373;
	text-decoration: none;
	font-weight: 300;
}

.pop-20-grey {
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	line-height: 28px;
	color: #737373;
	text-decoration: none;
	font-weight: 300;
}

.pop-16-grey {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #737373;
	text-decoration: none;
	font-weight: 300;
}

.pop-19-grey {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	line-height: 28px;
	color: #737373;
	text-decoration: none;
	font-weight: 300;
}


.pop-14-white {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}

.pop-14-white2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}

.pop-14-white-bold {
	font-family: 'Poppins', sans-serif;
	font-size: 21px;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
}

.pop-17-white {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}

.pop-16-white {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #FFF;
	text-decoration: none;
	font-weight: 300;
}



.pop-14-bread {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #737373;
	text-decoration: none;
	font-weight: 300;
}



.button-orange {
	display: block;
	height: 40px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	line-height:40px;
	font-weight: 500;
	background-color:  #006699;	
	-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
	}
a.button-orange:hover {
    background-color: #32A2E1;	
	color: #FFFFFF;	
}


.button-blue {
	display: block;
	height: 40px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	line-height:40px;
	font-weight: 500;
	background-color: #32A2E1;	
	-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
	}
a.button-blue:hover {
	background-color:  #13425C;	
	color: #FFFFFF;	
}



.button-white {
	display: block;
	height: 40px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	line-height:40px;
	font-weight: 500;
	background-color:  #FFF;	
	-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
	}
a.button-white:hover {
    background-color: #F99801;	
	color: #FFFFFF;	
}



.cta-bg {
	background-color: #32A2E1;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.09' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}


input[type=submit] {
	height: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #ffffff;
    border: 1px #d4d4d4 solid;
    border-radius: 4px;
	text-transform: uppercase;
	width: 90px;
	background-color: #f79800;
	cursor: pointer;
	
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input[type=submit]:hover {
	background: #11597a;
}


/* Form */
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input.submit-button {
	display: block !important;
	width: 250px !important;
	height: 50px !important;
	color: #ffffff !important;
	background-color: #FB0B07 !important;
	border: #FB0B07 thin solid !important;
	border-radius: 4px !important;
	font-family: 'Poppins', sans-serif; !important;
	font-size: 14px !important;
	line-height: 50px !important;
	transition: 0.3s ease !important;
}
input.submit-button:hover {
	background-color: #b7012a !important;
	border: #b7012a thin solid !important;
	color: #ffffff !important;
	cursor: pointer !important;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
	margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
}


/* Lightbox pop-ups */

.lightbox-target {
	position: fixed;
	top: -100%;
	left: 0;
	margin-left: 0;
	background: rgba(0,0,0,.4);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
	z-index: 2000000000000000000000000000000000000000000000;
}
.lightbox-target > a img {
	margin: auto;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 30%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 1000;
}
a.lightbox-close {
	background: white;
	color: #ADADAD;
	text-decoration: none;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	padding: 8px 12px;;
	display: inline-block;
	left: 50%;
	margin-left: 280px;
	margin-top: 12%;
	position: absolute;
	z-index: 200000000000000000000000000000000000000000000000001;
}
a.lightbox-close::before {
	content:'CLOSE';
	letter-spacing: 1px;
	padding-right: 5px;
	
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	vertical-align: 6px;

}
a.lightbox-close:hover {
	color: #2262ac;
}
.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
}
.lightbox-target:target table {
	max-height: 100%;
	max-width: 100%;
}
.lightbox-target:target a.lightbox-close {
	top: 0px;
}

.background-pop-up {
	background-image: url(images/pop-up/double-glazing-plymouth.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	opacity: .85;
	z-index: 2000;
	display: none;
}
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: auto;
	max-width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2001;
}
#btnClose {
  font: normal normal 20px/20px 'Poppins', sans-serif;
	display: inline-block;
	font-weight:700;
	text-align: right;
	text-decoration: none;
	color: #cccccc;
  position: absolute;
  right: -20px;
  top: -4px;
  z-index: 2002;
}
#btnClose:hover {
	color: #c90c12;
}