* {
	box-sizing: border-box;
}

html {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 64.5%;
}

body {
	font-size: 1.6rem;
	margin: 0;
	text-align: left;
}

a {
	display: inline-block;
	text-decoration: none;
}
.footlink {
	color: #fff;
	}
.footlink:hover {
	color: #e0e0e0;
	}

h1 {
	font-size: 2.4rem;
	line-height: 2;
	color: #1B344B
}

/*
h1.waves:before {
	margin-right: -50px;
	content: url( '../images/spark.jpg' );
}
*/

.waves-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.waves-title:before {
	margin-right: -50px;
	content: url( '../images/spark.jpg' );
    display: block;
    position: absolute;
    z-index: 1;
    left: -20px;
}

h1.waves {
    position: relative;
    z-index: 5;
    top: 25px;
    left: 17px;
}

h2 {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: bold;
}
h3 {
	font-size: 1.8rem;
	line-height: 2;
	}
h4 {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: bold;
	padding: 5px;
	background: #02598D;
}
.h5 {
	font-size: 1.6rem;
	}

/*
.boxlink a {
	color: #ffffff;
	}
.boxlink a:hover {
	color: #FFFF99;
	}	
*/

a.boxlink h4 {
    color: #ffffff;
    
}

a.boxlink:hover h4 {
    color: #FFFF66;
}


.footert {
	font-size: 1.4rem;
	}

p {
	font-size: 1.8rem;
	line-height: 1.5;
}

/* Grid */
.full-width {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	
}

.row {
	display: block;
	margin: 0 auto;
	max-width: 1100px;
	padding: 10px;
	width: 100%;
	
}

.row .column ul {
	padding: 10px;
	list-style-position: inside;
	}
.row .column ul li {
	color: #333;
	font-size: 1.8rem;
	padding: 5px;
	list-style-type: disc;
}

.clearfix {
	overflow: hidden;
}

.column {
	overflow: hidden;
	padding: 18px;
	width: 100%;
}

.column.col-1,
.column.col-2,
.column.col-3,
.column.col-4,
.column.col-5,
.column.col-6,
.column.col-7,
.column.col-8,
.column.col-9,
.column.col-10,
.column.col-11,
.column.col-12 {
	float: left;
}

.column.col-1 {
	width: 8%;
}

.column.col-2 {
	width: 16%;
}

.column.col-3 {
	width: 25%;
}

.column.col-4 {
	width: 33%;
}

.column.col-5 {
	width: 42%;
}

.column.col-6 {
	width: 50%;
}

.column.col-7 {
	width: 58%;
}

.column.col-8 {
	width: 66%;
}

.column.col-9 {
	width: 75%;
}

.column.col-10 {
	width: 83%;
}

.column.col-11 {
	width: 91%;
}

.column.col-12 {
	width: 100%;
}

.column.collapse {
	padding: 0;
}

ul.inline-list li {
	display: inline-block;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.centered {
	margin: 0 auto;
	text-align: center;
}

/* Header */
.header .logo {
	height: 104px;
	width: 500px;
}

.header .logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.header .logo a img {
	height: auto;
	width: 100%;
}

.header .nav {
/*	border-top: 5px solid #02598D;*/
	margin-top: 50px;
/*	width: 784px;*/
}

.header .nav .hamburger {
	display: none;
}

.header .nav ul li a {
	color: #333;
	font-family: Times New Roman, serif;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}

.header .nav ul li a:hover,
.header .nav ul li.active a {
	color: #02598D;
}

.fancybox-wrapper {
	margin-bottom: 40px;
}

.fancybox-wrapper .fancybox {
	display: inline-block;
	padding: 10px;
}

.fancybox-nav span
{
	visibility: visible;
}
/* Footer */
.footer {
	background-color: #007AC3;
}

.footer .row {
	padding: 0 20px;
}

.footer p {
	color: #FFF;
	line-height: 1;
}

/* Hero Banner */
.column2 {
	overflow: hidden;
	padding: 5px;
	width: 100%;
}

.hero {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}

.hero img {
	width: 100%;
}

@media screen and (min-width: 1155px) {

    .black-banner-backing {
        background-image:url('../images/metal-background3.jpg');background-repeat:repeat;
        height: 300px;
        position: absolute;
        right: 0;
        left: 0;
        top: 155px; 
        z-index: 2;
    }
    
    .z-position-10 {
        position: relative;
        z-index: 10;
    }
    
}

/* Home Page */
.home-page .products {
	padding: 0 20px;
}

.home-page .products .row .column ul li {
	list-style-type: none;
}

.home-page .products img {
	width: 100%;
}

/* Product Page */
.product-page .product-submenu ul li {
	list-style-type: none;
}

.bold {
    font-weight: 700;
}

.company-contact-section, .team-section {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    clear: both;
}

.team-section {
    clear: both;
    margin-bottom: 40px;
}

.team-section ul li {
    list-style-type: none !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    padding-left: 0px !important;
}

.team-section ul {
    padding: 0px !important;
    width: 50%;
    float: left;
}


.team-section ul li a {
    display: block !important;
    width: 100% !important;
}

ul.second-team-section { 
    margin-bottom: 40px;
}



.address-box {
    max-width: 250px;
    margin-bottom: 20px;
}

.map-box {
    float: right;
    margin-bottom: 20px;
}



.icon-section {
    clear: both;
    width: 100%;
}

.products img {
    border: 1px solid black !important;
    width: 100%;
}

.products li:hover > a,
.products li:focus > a {
    color: #02598D;
    font-weight: 500;
}

.products li:hover > a img,
.products li:focus > a img {
    border: 1px solid #02598D !important;
}


/* product page */

.product-box-section {
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: auto;
}

.manufacturers-section {
    margin-bottom: 40px;
    margin-top: 40px;
}

.product-box {
    padding: 10px;
    width: 50%;
    float: left;
}

.product-link {
    border: 2px solid black;
    width: 100%;
    display: block;
   }

.product-link h2 {
    text-align: center;
}

.product-link ul li {
    font-size: 0.8em !important;
    list-style-type: none !important;
}

.product-link img {
    display: block;
    margin: 10px auto;
}

a.product-link:hover,
a.product-link:focus {
    border: 2px solid #02598D !important;
}

a.product-link:hover > h2,
a.product-link:focus > h2 {
    color: #02598D !important;
}

a.product-link:hover > ul li,
a.product-link:focus > ul li {
    color: #02598D !important;
}

.manufacturers-section h2,
.manufacturers-section ul,
.manufacturers-section li {
    font-size: 1.6rem !important;
}

.manufacturers-section p {
    padding-bottom: 20px;
}

/* utilities */

.clear {
    clear: both;
}


/* table */

.contact-table {
    padding-left: 50px;
}

/* Media styles */

@media screen and (max-width: 920px) {
    .map-box {
        float: none;
        text-align: center;
    }
    
    ul.second-team-section {
        clear: both;
    }
    
    .team-section ul {
        width: 100%;
    }
    
    .product-box {
        padding: 10px;
        width: 100%;
        float: none;
    }
    
    .product-link {
        min-height: 0px;
    }
    
    .product-link ul li {
        font-size: 1em !important;
    }
    
    .product-box-section {
        margin-bottom: 30px;
        margin-left: -20px;
        margin-right: -20px;
    }
    
        .contact-table {
        padding-left: 0px;
    }
    
}

@media screen and (min-width: 920px) {
    ul.second-team-section {
        float: right !important;
    }
    
    .team-section ul {
        margin-bottom: 40px;
    }
}
