/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* TYPOGRAPHY */

h1, h2, h3, p, dl {
	padding: 0 10px;
	margin-bottom: 20px;
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.2em;
	line-height: 1em;
}

p, dl {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}

dt {
	width: 5em;
	float: left;
}

dd {
	width: 100%
}

p:last-of-type {
	margin-bottom: 2em;
}

ul, ol {
	font-size: 0.9em;
}

.page-titles {
	color: #DFDFDF;
	font-size: 6.5em;
	letter-spacing: -5px;
	margin-bottom: 45px;
	line-height: 100%;
}

.product-title{
	margin-bottom: 0;
	padding-top: 30px;
}

.fine-print {
	font-size: 0.6em;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.red-text {
	color: #C42C2C;
}

.blue-text {
	color: #00567A;
}

.green-text {
	color: #4EB151;
}

.yellow-text {
	color: #F2D93F;
}

.orange-text {
    color: #F39F36;
}

p.caption {
	font-size: 0.7em;
	margin-bottom: 0;
}

/* TABLES */

.table-grid-9 {
	width: 680px;
}

.table-grid-6 {
	width: 440px;
}

table {
	margin:0 10px 2em 10px;
	font-size: 0.8em;
}

th {
	text-align: left;
	padding: 6px 10px;
	border: 1px solid #FFFFFF;
}

td {
	padding: 4px 10px;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}

table.green-bg th {
	color: #FFFFFF;
}

table.green-bg tr:nth-child(odd) td {
	background: #D8E8D3;
}

table.green-bg tr:nth-child(even) td {
	background: #B7D7AD;
}

table.yellow-bg tr:nth-child(odd) td {
	background: #FCF5D6;
}

table.yellow-bg tr:nth-child(even) td {
	background: #FAEFB0;
}

/* GRIDS */

.grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-9, .grid-12 {
	margin: 0 10px 30px 10px;
	float: left;
}

.grid-2 {
	width: 140px;
}

.grid-3 {
	width: 220px;
}

.grid-4 {
	width: 300px;
}

.grid-5 {
	width: 380px;
}

.grid-6 {
	width: 460px;
}

.grid-9 {
	width: 700px;
}

.grid-12 {
	width: 940px;
}

.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

.clear {
	clear: both;
}

/* GENERAL STYLES */

body {
	color: #333333;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	overflow: auto;
}

.text-box {
	margin-bottom: 50px;
}

a {
	text-decoration: none;
	color: #333;
}

img, iframe {
	margin-bottom: 1em;
}

/* HEADER */

header {
	width: 100%;
	height: 220px;
	background: #CCCCCC;
}

#home {
    background: #CCCCCC url('../img/spring-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 410px;
}

#products {
	background: #CCCCCC url('../img/banner-home.jpg') no-repeat center center;
}

#product-range {
    margin-top: 20px;
}

#about {
	background: #CCCCCC url('../img/banner-about.jpg') no-repeat center center;
}

#principles, #privacy, #terms {
	background: #CCCCCC url('../img/banner-principles.jpg') no-repeat center center;
}

#contact {
	background: #CCCCCC url('../img/banner-contact.jpg') no-repeat center center;
}

#media {
	background: #CCCCCC url('../img/banner-media.jpg') no-repeat center center;
}

#banner-mark {
	float: left;
}

/* DROPDOWN */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
}

#nav a {
	display: block;
    padding: 10px;
    margin: 0 10px;
}

#nav a:hover, #nav a.current {
    border-top: 6px #C42C2C solid;
    padding-top: 4px;
}

#nav li {
	float: left;
}

/* First Level */
#nav li ul li a  {
    padding: 4px 10px;
    background: #C42C2C;
    display: block;
    width: 140px;
    color: white;
}

#nav li ul li a:hover {
    border: 0px;
    background: white;
    color: #C42C2C;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
    display: block;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* BODY */

#body {
	margin-top: 40px;
}

.thumb {
	width: 172px;
	margin: 10px;
    float: left;
    color: white;
}

.thumb img {
    width: 100%;
}

.thumb p {
    margin-bottom: 1em;
}

.red-bg {
	background-color: #C42C2C;
}

.blue-bg {
	background-color: #00567A;
}

.green-bg {
	background-color: #4EB151;
}

.yellow-bg {
	background-color: #F2D93F;
}

.orange-bg {
    background-color: #F39F36;
}

.bottom-border {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 15px;
	overflow: auto;
}

.request-for-quote {
	padding: 5px 10px;
	margin: 0 10px 20px 10px;
	width: 180px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.8em;
}

.request-for-quote a {
	color: #FFFFFF;
}

.product-img-large {
	margin-bottom: 30px;
}

.back-to-top {
	clear: both;
	float: right;
	font-weight: bold;
	font-size: 0.8em;
	padding: 10px;
}

/* TIMELINE */

.timeline-entry {
	border-bottom: 1px dashed #C42C2C;
	overflow: auto;
	margin-bottom: 1em;
}

.timeline-entry:last-of-type {
	border-bottom: 0px;
}

.timeline-entry h1 {
	color: #C42C2C;
	font-size: 3em;
	margin-top: -10px;
}


/* FOOTER */

footer {
	background: #C42C2C;
	width: 100%;
	margin-top: 125px;
	color: #FFFFFF;
	padding-bottom: 30px;
	padding-top: 20px;
}

footer dt {
	width: 5em;
	float: left;
}

footer dd {
	width: 100%
}

footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

footer p, footer dl {
	font-size: 0.8em;
}


#affiliates img {
	padding: 0 10px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}