* {
	font-family: Arial;
	margin:0;
	padding:0;
	color:#333;
	}
body {
	background: #eeeeec;
	}

/* FONTS */

@font-face {
    font-family: 'ac-reg';
    src: url('../fonts/ac-regular-webfont.eot');
    src: url('../fonts/ac-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ac-regular-webfont.woff2') format('woff2'),
         url('../fonts/ac-regular-webfont.woff') format('woff'),
         url('../fonts/ac-regular-webfont.ttf') format('truetype'),
         url('../fonts/ac-regular-webfont.svg#muliregular') format('svg');
    font-weight: normal;
    font-style: normal;

	}
@font-face {
    font-family: 'ac-ital';
    src: url('../fonts/ac-italic-webfont.eot');
    src: url('../fonts/ac-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ac-italic-webfont.woff2') format('woff2'),
         url('../fonts/ac-italic-webfont.woff') format('woff'),
         url('../fonts/ac-italic-webfont.ttf') format('truetype'),
         url('../fonts/ac-italic-webfont.svg#muliitalic') format('svg');
    font-weight: normal;
    font-style: normal;

	}

h1, h2, h3, h4 {
	font-family: 'ac-reg', Helvetica, Arial;
	font-weight: normal;
	}
h1 {
	text-transform: uppercase;
	color:#fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	font-size:35px;
	margin: 45px 0 0 20px;
	float: left;
	width:30%;
	}
.img-plug h2 {
	font-size: 32px;
	line-height: 38px;
	margin: 0 0 12px;
	}
h2 {
	font-size: 26px;
	line-height: 31px;
	margin: 0 0 12px;
	}
h3 {
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 12px;
	}
	h3 strong {
		font-family: 'ac-reg', Helvetica, Arial;
		}

p {
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 12px;
	}
	p.cta {
		font-weight: bold;
		float:left;
		}

a {text-decoration: none;}

ul {
	margin: 0 0 12px 20px;
	}
	ul li {
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		}


/* OTHER SETTINGS */
img {width:100%;}
p img {
	width: auto;
	float: right;
	margin: 0 0 10px 10px;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	display: block;
	}
p img.wide {width:100%!important;}

.darkgrey {background: #444;}
.grey {background: #999;}
.blue {background: #0093cf;}
.green {background: #b3c829;}


/* BLOCKS */
.section {
	padding:20px 0;
	width: 100%;
	clear: both;
	overflow: auto;
	}
	.section-main {
		overflow: visible;
		}
	.inner {
		max-width: 960px;
		margin: 0 auto;
		}

/* HEADER */
#logo {
	width: 362px;
	float: left;
	margin: 0 0 0 20px;
	transition:0.25s ease-out;
	}
	#logo a {
		display: block;
		}
.cta {
	float:right;
	margin: 0 20px 0 0;
	}
	.cta p {
		text-align: right;
		font-size:20px;
		font-family: 'ac-reg';
		font-weight: normal;
		float: left;
		line-height: 26px;
		transition:0.25s ease-out;
		margin: -5px 0 0;
		}
		.cta p strong {
			font-family: 'ac-reg';
			letter-spacing: -1px;
			}
	.cta ul {
		float:right;
		margin: 0 0 0 20px;
		width:32px;
		text-decoration: none;
		}
		.cta li {
			width:32px;
			height:32px;
			margin: 0;
			list-style: none;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
			transition:0.25s ease-out;
			}
		.cta li.linkedin {background-image: url(../images/linkedin.png); margin: 0 0 10px;}
		.cta li.facebook {background-image: url(../images/facebook.png);}
			.cta li a {
				width:32px;
				height: 32px;
				display:block;
				text-indent: -9999px;
				transition:0.25s ease-out;
				}		

/* NAVIGATION */
#nav-section {
	overflow: visible;
	position: relative;;
	}
.nav {
	list-style: none;
	padding: 0 0 20px;
	margin: 0;
	}
	.nav li {
		float: left;
		border-right:1px solid #0093cf;
		position: relative;
		font-weight: normal;
		}
	.nav li.end {border:none;}
		.nav li a {
			color: #fff;
			font-family: 'ac-reg';
			font-size: 15px;
			padding: 0 20px;
			line-height: 20px;
			text-decoration: none;
			transition:0.25s ease-out;
			}
			.nav li a:hover,
			.nav li.active a,
			.nav li.active .sub a:hover,
			.nav li.active .sub li.active a {
				color:#b3c829;
				text-shadow: 0 0 3px rgba(0,0,0,0.6);
				}
			.nav li.active .sub a {
				color: #fff;
				}
		.nav ul.sub {
			position: absolute;
			top:20px;
			left:0;
			width:240px;
			background: #444;
			padding: 0 0 15px;
			display: none;
			}
		.nav li:hover > ul.sub {display: block}
			.nav ul.sub li {
				width:100%;
				list-style: none;
				border:none;
				}
				.nav ul.sub li a {
					display:block;
					padding: 10px 20px 0;
					}

	.menu {
		background: url(../images/menu.png) no-repeat left top;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 0 30px;
		margin: 0 0 0 20px;
		height:20px;
		font-family: 'ac-reg';
		display: none;
		}
	.m-cta {
		position: absolute;
		top:0;
		right:0;
		margin: 20px;
		display: none;
		}
		.m-cta li {
			list-style: none;
			width: 20px;
			height: 20px;
			float: left;
			margin: 0 0 0 20px;
			}
			.m-cta li a {
				width:20px;
				height: 20px;
				display: block;
				text-indent: -9999px;
				}
			.m-cta li.m-call a {background: url(../images/icon-tel.png) no-repeat center;}
			.m-cta li.m-mob a {background: url(../images/icon-mob.png) no-repeat center;}
			.m-cta li.facebook a {background: url(../images/m-facebook.png) no-repeat center;}
			.m-cta li.linkedin a {background: url(../images/m-linkedin.png) no-repeat center;}

/* PAGE HEADER */
.main-head {
	padding: 0;
	}
	.img-plug,
	.bg-testing,
	.bg-wires,
	.bg-plug {
		background-position: center;
		background-size: cover;
		padding:0;
		width: 100%;
		height: 239px;
		display: block;
		}

	.img-plug { background-image: url(../images/header-plug.png); min-height: 300px;}
	.bg-testing { background-image: url(../images/bg-testing.png);}
	.bg-wires { background-image: url(../images/header-wires.png);}
	.bg-plug { background-image: url(../images/header-plug.png); background-position: bottom}
	.bg-none {min-height: 130px;}

/* CALL BACK FORM */
.call-back-form {
	width:100%;
	padding: 20px 20px 0;
	margin: ;
	z-index: 10;
	}

.sidebar .call-back-form {
	position: absolute;
	top:-259px;
	right: 0;
	z-index: 10;
	width:216px;
	background: #0093cf;
	box-shadow:0 0 20px rgba(0,0,0,0.5);
	}
.noheader {
	padding: 230px 0 0!important;
	display: block;
	}
.noheader .call-back-form {
	position: absolute;
	top:-110px;
	right: 0;
	z-index: 10;
	width:216px;
	background: #0093cf;
	box-shadow:0 0 20px rgba(0,0,0,0.5);
	}
.sidebar.noform {
	padding: 0!important;
	}

.img-plug .call-back-form {
	width:216px;
	float: right;
	padding: 20px 20px 0;
	margin: 0;
	}
	.call-back-form h2 {
		font-size: 22px;
		line-height: 22px;
		color:#fff;
		text-align: center;
		margin: 0 0 10px;
		}
	.call-back-form input.text,
	.call-back-form select,
	.call-back-form .submit,
	.call-back-form textarea {
		width:86%;
		padding: 9px 7%;
		font-size: 14px;
		font-family: 'ac-reg';
		color: #333;
		border:none;
		margin: 0 0 10px;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		}
	.call-back-form textarea {
		height: 100px;
		}
	.call-back-form select {
		width: 100%;
		padding: 9px 5%;
		border-radius: 0;
		background: url(../images/drop-arrow.png) no-repeat right center #fff;
		}
		.default-option {
			color: #888;
			}
	.call-back-form .submit {
		padding: 9px 0;
		width:100%;
		line-height: 18px;
		border:none;
		color:#fff;
		background: #444;
		text-transform: uppercase;
		margin: 0 0 20px;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		}
		
/* BLOCKS */
.row {
	width: 100%;
	clear: both;
	}
	.block1of1 {
		width: 96%;
		margin: 0 2%;
		}
	.block1of2 {
		width: 46.875%;
		margin: 0 0 0 2%;
		float: left;
		}
	.block1of4 {
		width: 22.4%;
		margin: 0 0 0 2%;
		float: left;
		}
	.block3of4 {
		width: 71.3%;
		margin: 0 0 0 2%;
		float: left;
		}
	.block5of8 {
		width: 59%;
		margin: 0 0 20px 2%;
		float: left;
		transition:0.25s ease-out;
		}
	.end-block {
		margin: 0 2%;
		float: right;
		position: relative;
		}
		.block-inner {
			padding: 15px 20px;
			}

	.home-img {
		margin: 0 0 20px;
		}

	.clear {
		clear: both;
		}

/* SIDE BAR */
.sidebar {
	width: 256px;
	float: right;
	position: relative;
	margin: 0 2%;
	padding: 50px 0 0;
	}
	.side-img {
		float: left;
		padding: 21px;
		}
		.side-img img {
			width: 100%;
			}
	.quote {
		float: left;
		padding: 21px;
		}
	.block5of8 .quote {
		border:4px solid #ccc;
		padding: 21px 21px 10px;
		}
		.quote h4 {
			text-align: center;
			margin: 0 0 10px;
			}
		.quote blockquote {
			text-align: center;
			font-size: 14px;
			line-height: 19px;
			margin: 0 0 20px;
			font-style: italic;
			}
		.quote p {
			text-align: center;
			}
	.warning {
		background: #b3c829;
		padding: 20px;
		margin: 20px 0 0;
		}
		.warning h3 {
			font-family: 'ac-reg';
			font-size: 16px;
			line-height: 20px;
			font-weight: bold;
			}
		.warning p {
			margin: 0
			}
		.warning ul li {
			margin: 0 0 6px;
			}
	.offer {
		background: #B3C829;
		padding: 20px;
		margin: 0 0 20px;
		}
		.offer-inner {
			background: #7B8637;
			padding: 10px;
			border-radius: 5px;
			}
			.offer h3 {
				font-size: 16px;
				color:#fff;
				font-weight: bold;
				}
			.offer p {
				margin: 0;
				color:#fff;
				}

/* CREDITS */
h4.credits {
	font-size: 22px;
	line-height: 24px;
	margin: 6px 0;
	}
p.credits {
	line-height: 20px;
	margin: 10px 0;
	}

/* SPECIAL OFFERS */
.green .block1of4 {
	background: #7B8637;
	border-radius:5px;
	}
	.green .block1of4 .block-inner {
		position: relative;
		min-height: 175px;
		}
		.green .block1of4 h3 {
			color:#fff;
			font-size: 22px;
			line-height: 26px;
			margin: 0 0 20px;
			}
			.green .block1of4 h3 a {
				color: #fff;
				font-family: 'ac-reg';
				}
				.green .block1of4 h3 a:hover {
					color: #444;
					}
		.green .block1of4 p {
			color:#fff;
			margin: 0;
			}
.green .end-block {
	background: none;
	}
	.green .end-block p {
		font-family: 'ac-reg';
		font-size: 21px;
		line-height: 24px;
		text-align: center;
		font-weight: bold;
		margin: 20px 0 0;
		}
		.green .end-block p span {
			color: #444;
			font-size: 26px;
			line-height: 32px;
			display: block;
			}

/* FOOTER */
.phone {
	float: left;
	margin: 0 0 0 20px;
	font-size: 20px;
	line-height: 26px;
	color: #ccc;
	font-family: 'ac-reg';
	}
.address {
	float: right;
	margin: 0 20px 0 0;
	color: #ccc;
	}


@media only screen and (max-width: 840px) { 

	.nav li a {
		padding: 0 10px;
		}

	.block5of8 {
		width: 50%;
		}

	.block5of8 h2 br {
		display: none;
		}


}

@media only screen and (max-width: 730px) { 

	#logo {
		width: 280px;
		}
	.cta p {
		font-size:14px;
		line-height: 20px;
		margin: 0;
		}
	.cta ul {
		width: 26px;
		}
		.cta li {
			width: 26px;
			height: 26px;
			}
			.cta li a {
				width: 26px;
				height: 26px;
				}
	.nav li a {
		padding: 0 10px;
		font-size: 14px;
		}

	.block1of4 {
		width: 46.875%;
		margin: 0 0 20px 2%;
		float: left;
		}
	.block5of8 {
		width: 45%;
		}

}

@media only screen and (max-width: 680px) { 

	/*.nav {display: none;}*/
	.menu {
		display: block;
		cursor: pointer;
		}


	.nav {
		background: #444;
		float: left;
		margin: 20px 0 0;
		padding: 0;
		border-top: 1px solid #333;
		display: none;
		}
		.nav li {
			width:100%;
			border:none;
			border-bottom: 1px solid #333;
			}
		.nav li.end-block {
			border-bottom: 1px solid #333;
			}	
			.nav li a {
				padding: 5px 20px;
				display: block;
				}
			.nav ul.sub {
				position: relative;
				top: auto;
				left: auto;
				width:100%;
				margin: 0 0 20px;
				}
				.nav ul.sub li {
					border-top: 1px solid #222;
					}
					.nav ul.sub li a {
						padding: 5px 30px;
						background: #333;
						}
		.nav li a br {display: none;}

p img {
	width: 100%;
	float: none;
	margin: 0 0 10px;
	}
	
}

@media only screen and (max-width: 540px) { 

	.inner {
		margin: 0 20px;
		}
		#logo {
			margin: 0;
			}
	#nav-section .inner,
	.main-head .inner {
		margin: 0;
		}
	.menu {
		
		}

	.cta {display: none;}
	.m-cta {display: block;} 

	/* HOME */
	.img-plug {
		width: 100%;
		margin: 0;
		}
	.main-head h1 {
		width:auto;
		margin: 20px;
		}
		
	.main-head .call-back-form {
		width: 90%;
		margin: 0;
		padding: 0 5%;
		}

	.block1of2,
	.block1of4,
	.end-block,
	.block5of8,
	.sidebar {
		width: 100%;
		margin: 0 0 10px;
		padding:0;
		}


	.sidebar .call-back-form {
		position: relative;
		top:auto;
		right: auto;
		width: 90%;
		padding: 5% 5% 0;
		}
	.noheader {
		padding:0!important;
		}

	.sidebar .side-img {
		padding: 0;
		margin: 20px 0;
		width:100%;
		}
	

	.green .block1of4 .block-inner {
		min-height: 10px;
		}
		.green .end-block .block-inner {
			padding:0;
			}
		.green .end-block p span {
			display: block;
			}

	.darkgrey p a {
		color: #fff;
		text-decoration: none;
		}


	/* CREDITS */
	h4.credits,
	p.credits {
		margin: 0;
		text-align: center;
		}

	/* FOOTER */
	.phone {
		width:100%;
		margin: 0 0 10px;
		text-align: center;
		}
	.address {
		width:100%;
		margin: 0;
		text-align: center;
		}

}