html, body {
	min-height: 100%;
	padding-bottom: 0;
	}

body {
	font-family: Arial, Sans-Serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url("../../../images/content-background.jpg");
	background-repeat: no-repeat;
	background-position: center -10%;
	background-attachment: fixed;
	background-size: cover;
	}
a {
	color: #CA8A00;
	}
a:hover {
	color: #00315c;
	}
#header {
	width: 100%;
	}
#content {
	width: 100%;
	padding-bottom: 20px;
	}
.header-top {
	height: 60px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40px;	
	background-image: url("../../../images/header-background.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	}
.header-bottom {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40px;
	overflow: hidden;
	}
#contact p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 26px;
	color: #6c6c6c;
	}
#contact .phone {
	width: 50%; 
	float: left;
	}
#contact .email {
	width: 50%;
	float: right;
	text-align: right;
	}
	
#top-title {
	font-size: 26px;
	color: #6c6c6c;
	margin: 15px 0;
	display: block;
	width: 65%;
	float: left;
	}
div.search-bar {
	width: 238px;
	height: 26px;
	float: right;
	margin: 17px 0;
	text-align: right;	
	}
input:focus {
    outline:none;
	}
input#mbl-search-box {
	background: url('../../../images/search-icon.png') no-repeat 4px 1px;
	background-size: 20px;
	background-color: #fff;
	width: 36%;
	opacity: 0.75;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
input#mbl-search-box:focus {
	width: 86%;
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
input#search-box {
	background: url('../../../images/search-icon.png') no-repeat 4px 1px;
	background-size: 20px;
	background-color: #fff;
	width: 36%;
	opacity: 0.75;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
input#search-box:focus {
	width: 86%;
	opacity: 0.9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
div.header-bottom .logo {
	display: block;
	height: 36px;
	width: 85px;
	float: left;
	padding-right: 10px;
	}
div.header-bottom nav {
    width: -webkit-calc(100% - 95px);
    width: expression(100% - 100px);
	width: -moz-calc(100% - 95px);
	width: -o-calc(100% - 95px);
    width: calc(100% - 95px);
	height: 32px;
	float: right;
	background-image: url("../../../images/nav-background.gif");
	background-repeat: repeat-x;
	background-position: center top;
	border-color: black;
	border-style: solid;
    border-width: 2px 0 2px 0;
    overflow: hidden;
	}
div.header-bottom nav ul {
	text-align: center;
	width: 95%;
	margin: 0 auto;
	padding-top: 7px;
	padding-left: 0;
	}
div.header-bottom nav ul li {
	display: inline-block;
	text-align: center;
	padding: 0 4.5%;
	}
div.header-bottom nav ul li a {
	text-decoration: none;
	color: black;
	font-size: 16px;
	line-height: 16px;
	display: block;
	}
span.bullet {
	display: inline-block;
	width: 10px;
	padding: 0 0.5%;
	line-height: 16px;
	}
	
	
	
	
	
	
	
#mobile-header {
	width: 100%;
	position: relative;
	z-index: 100;
	}
#mobile-header .phone {
	float: left;
	margin-bottom: 0;
	}
#mobile-header .email {
	float: right;
	text-align: right;
	margin-bottom: 0;
	}
#mobile-header .header-top {
	height: 46px;
	background-image: url("../../../images/header-background.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	}
#mobile-header .header-top .mobile-logo {
	display: block;
	height: 26px;
	width: 77px;
	float: left;
	padding-top: 8px;
	}
div.nav-top {
	height: 32px;
	background-image: url("../../../images/nav-background.gif");
	background-repeat: repeat-x;
	background-position: center top;
	border-color: black;
	border-style: solid;
    border-width: 2px 0 2px 0;
    }
#mobile-header .header-bottom nav {
	width: 100%;
	background-image: none;
	border: none;
	}
#mobile-header .header-bottom nav ul {
	text-align: center;
	width: 100%;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.27);
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.27);
	}
#mobile-header .header-bottom nav ul li {
	text-align: center;
	display: block;
	}
#mobile-header .header-bottom nav ul li a {
	text-decoration: none;
	color: white;
	width: 100%;
	background-color: #1a4c78;
	border-color: #00315c;
	border-style: solid;
    border-width: 0 0 2px 0;
    padding: 10px 0;
    display: block;
	}

#mobile-header .header-bottom nav ul li a:hover {
	background-color: #6c6c6c;
	border-color: #00315c;
	border-style: solid;
    border-width: 0 0 2px 0;
	}
#mobile-header .header-bottom .nav-top p {
	display: block;
	float: left;
	margin: 8px 0 0 10px;
	}
#mobile-header .header-bottom .nav-top a {
	display: block;
	float: right;
	margin-right: 5px;
	}
#mobile-header .header-bottom .nav-top a {
	background: url(images/mobile-nav.png) 0 0;
	background-size: cover;
	width: 39px;
	height: 32px;
	}
#mobile-header .header-bottom .nav-top .open {
	background-position: 0 32px;
	}
div.mobile-search-bar {
	width: 238px;
	height: 26px;
	float: right;
	margin: 10px 0 6px 0;
	text-align: right;	
	}
#mobile-header {
	display: none;
	}
#mobile-nav {
	display: none;
	height: 152px;
	}
#content .container .col-one {
	float: left;
	width: 49.5%;
	margin-right: 0.5%;
	}
#content .container .col-two {
	float: right;
	width: 49.5%;
	margin-left: 0.5%;
	}
#content .container .col-thirds-one {
	display: inline-block;
	vertical-align: top;
	width: 32.7%;
	margin-right: 0.5%;
	}
#content .container .col-thirds-two {
	display: inline-block;
	vertical-align: top;
	width: 32.6%;
	margin: 0 0.5%;
	}
#content .container .col-thirds-two-thirds {
	display: inline-block;
	vertical-align: top;
	width: 66.3%;
	margin-left: 0.5%;
	}
#content .container .col-thirds-three {
	display: inline-block;
	vertical-align: top;
	width: 32.7%;
	margin-left: 0.5%;
	}
#content .container .col-full {
	margin-top: 20px;
	}
#content .container .col-full h1 {
	padding: 20px 0 25px 0;
	margin: 0;
	font-size: 40px;
	font-weight: normal;
	color: white;
	text-align: center;
	display: block;
	background-color: #00315c;
	}
#content .container .col-thirds-two-thirds div.grey-boxes table {
	width: 100%; 
	text-align: left; 
	border-collapse: collapse;
	}
#content .container .col-thirds-two-thirds div.grey-boxes table tr {
	border-bottom: 1px solid rgba(150,150,150,1);
	height: 50px;
	}
	/* Define the default color for all the table rows */
.hoverTable tr.hover{
	background: none;
	}
	/* Define the hover highlight color for the table row */
.hoverTable tr.hover:hover {
    background-color: rgba(252, 153, 0, 0.3);
    }
#content .container .col-thirds-two-thirds div.grey-boxes table th {
	font-weight: normal;
	padding: 10px;
	}
#content .container .col-thirds-two-thirds div.grey-boxes table th.heading {
	color: rgba(100,100,100,1);
	font-weight: bold;
	}
#content .container .col-thirds-two-thirds div.grey-boxes table th.time, #content .container .col-thirds-two-thirds div.grey-boxes table th.voltage, #content .container .col-thirds-two-thirds div.grey-boxes table th.price {
	border-left: 1px solid rgba(150,150,150,1);
	} 
#content .container .col-thirds-two-thirds div.grey-boxes table th.price {
	border-right: 1px solid rgba(150,150,150,1);
	}
#content .container {
	margin: 0 40px;
	height: 100%;
	}
#content .container p {
	text-align: center;
	line-height: 40px;
	margin-top: 1vw;
	margin-bottom: 0;
	}
hr {
	height: 6px;
	background: url(images/hr.png) repeat-x 0 0;
    border: 0;
    margin: 5px 0 5px 0;
	}
hr.fullwidth {
	margin-bottom: 0;
	}
h2.section-titles {
	margin-bottom: 0;
	}
div.MC-boxes {
	background-color: rgba(0,49,92,0.8);
	margin-top: 15px;
	}
div.SP-boxes {
	background-color: rgba(26,76,120,0.8);
	margin-top: 15px;
	}
div.grey-boxes {
	background-color: rgba(185,185,185,0.7);
	margin-top: 15px;
	padding: 0 10px 20px 10px;
	}
div.grey-boxes h3 {
	text-align: center;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1.5em;
	}
#content .container div.grey-boxes p {
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	}
div.coming-soon {
	width: 100%; 
	}
img.box-image {
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
	opacity: 1;
	}
img.grey-box-image {
	display: block;
	width: 80%;
	margin: 0 auto;
	opacity: 1;
	}
div.tablet-version {
	display: none;
	}

body, #content:after, .container:after, .coming-soon:after, .highlighted:after, #mobile-nav:after, div.header-bottom:after, #mobile-contact:after { 
    content: " "; 
    display: block;
    clear: both;
} 

@media all and (max-width: 1000px) {
	div.tablet-version {
		display: block;
		}
	div.hide-on-tablet {
		display: none!important;
		}
	div.enlarge-on-tablet {
		width: 100%!important;
		}
	}

@media all and (max-width: 891px) {
	#top-title {
		width: 60%;
		}
	div.header-bottom nav ul li {
		padding: 0 2.5%;
		}
	div.MC-boxes, div.SP-boxes {
		margin-top: 10px;
		}
	body {
		background-size: auto;
		}
	#content .container {
		margin: 0 20px;
		}
	.header-top, .header-bottom {	
		padding: 0 20px;
		}
	h2.section-titles, #contact p {
		font-size: 1.2em;
		}
	}

@media all and (max-width: 740px) {
	.header-top, .header-bottom, {	
		padding: 0 20px;
		}
	.container {
		margin: 0 20px;
		}
	div.header-bottom .logo {
		display: none;
		}
	div.header-bottom nav {
		width: 100%;
		}
	div.header-bottom nav ul li a{
		font-size: 14px;
		}
	div.search-bar {
		overflow: hidden;
		width: 30%;
		}
	#top-title {
		width: 386px;
		}
	#content .container .col-full h1 {
		padding: 15px 0 18px 0;
		font-size: 34px;
		}
	div.grey-boxes h3 {
		font-size: 1.2em;
		}
	#content .container div.grey-boxes p {
		text-align: center;
		font-size: 0.9em;
		line-height: 1.2em;
		}
	#content .container .col-thirds-one {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin-right: 1%;
		}
	#content .container .col-thirds-two {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin: 0 1%;
		}
	#content .container .col-thirds-two-thirds {
		display: inline-block;
		vertical-align: top;
		width: 66%;
		margin-left: 1%;
		}
	#content .container .col-thirds-three {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin-left: 1%;
		}
	#content .container .col-thirds-two-thirds div.grey-boxes table th {
		font-size: 0.9em;
		line-height: 1.2em;
		padding: 8px;
		}
	}


@media all and (min-width: 650px) {
	div.header-bottom nav ul li a {
		position: relative;
		color: #000;
		text-decoration: none;
		}
	 div.header-bottom nav ul li a:hover {
		color: #000;
		}
	 div.header-bottom nav ul li a:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 50%;
		bottom: 150%;
		left: 0;
		background-color: #000;
		visibility: hidden;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transitition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		}
	 div.header-bottom nav ul li a:hover:after {
		visibility: visible;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		bottom: 120%;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		}
	  div.header-bottom nav ul li a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 50%;
		bottom: -110%;
		left: 0;
		background-color: #000;
		visibility: hidden;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transitition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		}
	div.header-bottom nav ul li a:hover:before {
		visibility: visible;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		bottom: -75%;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		}
	}



@media all and (max-width: 650px) {
	#header {
		display: none;
		}
	#mobile-header {
		display: block;
		font-size: 12px;
		}
	#mobile-header .header-bottom .nav-top p {
		margin: 9px 0 0 10px;
		}
	.header-bottom {
		height: auto;
		}
	#mobile-contact {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 10px;
		}
	#mobile-contact p {
		font-size: 1.4em;
		color: #6c6c6c;
		margin: 10px 0;
		}
	#mobile-nav ul li {
		margin: 0;
		padding: 0;
		}
	#content {
		height: -moz-calc(100% - 86px);
    	height: -webkit-calc(100% - 86px);
    	height: calc(100% - 86px);
    	}
	#content .container .col-one {
		float: none;
		width: 100%;
		margin-right: 0;
		}
	#content .container .col-two {
		float: none;
		width: 100%;
		margin-left: 0;
		}
	#content .container .col-thirds-one {
		float: none;
		width: 100%;
		margin-right: 0;
		}
	#content .container .col-thirds-two {
		float: none;
		width: 100%;
		margin: 0;
		}
	#content .container .col-thirds-three {
		float: none;
		width: 100%;
		margin-left: 0;
		}
	#content .container .col-thirds-two-thirds {
		float: none;
		width: 100%;
		margin-left: 0;
		}
	#content .container p {
		font-size: 13px;
		line-height: 30px;
		margin-top: 1vw;
		margin-bottom: 0;
		}
	div.coming-soon {
		width: 100%; 
		min-height: 120px;
		}
	#content .container .col-full h1 {
		font-size: 6.5vw;
		padding: 1.5vw 0;
		}
	#content .container .col-full {
		margin-top: 10px;
		}
	h2.section-titles {
		font-size: 4vw;
		}
	div.header-bottom nav ul {
		padding-top: 0;
		}
	#content .container {
		margin: 0 20px;
		}
	#mobile-header div.header-top, #mobile-header div.header-bottom {
		padding: 0 0;
		}
	#content .container .col-full h1 {
		padding: 7px 0 9px 0;
		font-size: 20px;
		}
	h2.section-titles {
		font-size: 0.9em;
		}
	div.grey-boxes h3 {
		font-size: 0.9em;
		}
	#content .container div.grey-boxes p {
		text-align: center;
		font-size: 0.7em;
		line-height: 1.1em;
		}
	#mobile-header .header-top .mobile-logo {
		padding-left: 10px;
		}
	#content .container .col-thirds-two-thirds div.grey-boxes table th {
		font-size: 0.7em;
		line-height: 1.1em;
		padding: 6px;
		}
	#content .container .col-thirds-two-thirds div.grey-boxes table tr {
		height: 30px;
		}
	}
	
@media all and (max-width: 500px) {
		#mobile-contact .phone {
			width: 100%;
			}
		#mobile-contact .email {
			float: left;
			text-align: left;
		}
	}

@media all and (max-width: 1075px) and (orientation:landscape){
	#content .container .col-thirds-one {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin-right: 1%;
		}
	#content .container .col-thirds-two {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin: 0 1%;
		}
	#content .container .col-thirds-three {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin-left: 1%;
		}
	#content .container .col-one {
		float: left;
		width: 49.5%;
		margin-right: 0.5%;
		}
	#content .container .col-two {
		float: right;
		width: 49.5%;
		margin-left: 0.5%;
		}
	#content .container .col-quads-one {
		display: inline-block;
		vertical-align: top;
		min-width: 49%;
		margin-right: 1%;
		}
	#content .container .col-quads-two {
		display: inline-block;
		vertical-align: top;
		width: 49%;
		margin-left: 1%;
		}
	body {
		background-position: center 20%;
		}
	}
	
@media all and (max-width: 650px) and (orientation:landscape){
	#content .container .col-thirds-one {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-right: 1%;
		}
	}
	