/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
	height: 100%;
	min-height: 100%;
	background-color: #ececec;
}
body {

}
.no-js {
	/*padding-top: 106px;*/
}
h2 {
	margin-top: 0;
}
.loading {
}
section {
	min-width: 960px;
	opacity: 0;
}
.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {

}
.content-cover {
    background: url(../_img/John-Deere-3.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    clear: both;
    min-height: 500px;
    background-color: #87827f;
}
a {
	text-decoration:underline;
	color:#ffffff;
}
a:hover {
	text-decoration:none;
}

#preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}

/*///////////////////////////////////////////////////////////////////
		NEWLY ADDED AB
///////////////////////////////////////////////////////////////////*/


/*          MAIN HEADER NAV */

header{
  position: fixed;
  width: 100%;
  text-align: center;
  height: 80px;
  background-image:url(../_img/header_bg.png);
  background-repeat:repeat;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  transition: all 0.5s ease;
  z-index:100;
}
header h1 {
	margin:0;
	padding:0;
	font-size: 34px;
	line-height: 80px;
	display:none;
	transition: all 0.5s ease;
}
header .header_image {
	opacity:0;
	transition: all 0.5s ease;
}

header.sticky {
	font-size: 24px;
	line-height: 34px;
	height: 42px;
	text-align: left;
	background-image:url(../_img/header_bg.png);
	background-repeat:repeat;
}

header.sticky h1 {
	font-size:18px;
	line-height:42px;
}

header .logo {
	position: absolute;
	left: 10px;
	top: 50%;
	margin: -19px 0 0;
	width: 239px;
	height: 38px;
	transition: all 0.5s ease;
}
header.sticky .logo {

}

nav {
position: absolute;
right: 0px;
width: auto;
top: 0;
}

nav ul {
	margin:0;
	padding:0;
	display:inline-flex;
}

nav ul li {
	margin:0;
	padding:0;
}

nav ul li:last-child a {
	background-color:#000000;
}
nav ul li:last-child a:hover {
	background-color:#8F3785;
}

header nav ul li a {
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	padding: 0 10px;
	line-height: 80px;
	border-left:1px solid #999;
	transition: all 0.5s ease;
	outline:none;
}

nav ul li a:hover {
	background-color:#000;
	transition:none;
}

header.sticky nav ul li a {
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	padding: 0 10px;
	line-height: 42px;
	border-left:1px solid #999;
}

.paint_chart_container {
	position: fixed;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	background-image:url(../_img/header_bg.png);
	background-repeat:repeat;
	z-index:99;
}
.paint_chart {
	width: 960px;
	position: absolute;
	height: 220px;
	top: 50%;
	left: 50%;
	padding: 0;
	margin: -110px 0 0 -480px;
	background-color: #ffffff;
}
.paint_chart h1 {
    color: #222222;
    width: 100%;
    height: 18px;
    padding: 0;
    margin: 20px 0 0;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
}
.paint_chart .close {
	position:absolute;
	right:5px;
	top:5px;
}
.paint_chart .close a {
	width:24px;
	height:24px;
	display:block;
	color:#000000;
	font-size:24px;
	text-decoration:none;
}
.paint_chart .close a:hover {
	color:#666666;
}

.main_intro {
	width:100%;
	height:250px;
	margin:0 auto;
	padding:0;
	border-bottom:1px solid #cccccc;
	position:relative;
	background-color:#c2a8d2;
	position:relative;
}
.main_intro .paint_img {
	position:absolute;
	right:0;
	top:94px;
	height:300px;
	width:430px;
	margin:0;
	background-image:url(../_img/paint_header.png);
	background-size: 430px 300px;
	background-repeat:no-repeat;
	opacity:0.2;
	display:none;
}

.content-cover .title {
  background: rgba(0,0,0,0.6);
margin: 0 auto 0;
text-align: center;
padding: 0;
width: 60%;
max-width: 400px;
height: auto;
position: absolute;
display: block;
top: 40%;
left: 0;
right: 0;
}

.content-cover .title h1 {
	font-size:30px;
	line-height:30px;
	height:30px;
	font-weight:lighter;
	color:#ffffff;
	margin:0;
	padding:30px 30px 0;
	text-shadow: 0 0 3px #FFFFFF;
}
.content-cover .title h2 {
	font-size:16px;
	font-weight:lighter;
	line-height:26px;
	color:#ffffff;
	margin:0;
	padding:10px 30px 20px;
}

.man_list {
		width:960px;
		height:auto;
		padding:0 20px;
		margin:0 auto;
}

.man_list h1 {
	font-size:18px;
	text-align:center;
	margin:0 auto;
	border-bottom:1px solid #cccccc;
	line-height:60px;
}

.introductory_block {
	margin:0;
	padding:0;
}
.introductory_text {
	width:660px;
	float:left;
	margin:20px 0 0;
}
.introductory_img {
	background-color:#ececec;
	width:260px;
	height:260px;
	margin:30px 0 0;
	padding:0;
	float:right;
}

.man_list p,
.paint_chart p {
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
    padding: 0;
    line-height: 18px;
}

.introductory_text p {
	text-align:right;
}

.man_list p a,
.paint_chart p a {
	color:#000000 !important;
	text-decoration:underline;
	font-weight:bold;
}
.man_list p a:hover,
.paint_chart p a:hover {
	text-decoration:none;
}

.man_list ul,
.paint_chart ul {
	margin:30px 0 0;
	padding:0;
	width:320px;
	float:left;
}
.man_list ul li,
.paint_chart ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: none;
    height: 18px;
}
.man_list ul li a,
.paint_chart ul li a {
	color:#000000;
	text-decoration:none;
}
.man_list ul li a:hover,
.paint_chart ul li a:hover {
	color:#0883d1;
}

.man_list ul li._d,
.paint_chart ul li._d {
	height:26px;
}
.man_list ul li span.tmbs,
.paint_chart ul li span.tmbs {
	float:left;
	width:200px;
	margin:0;
	line-height:22px;
}
.man_list ul li img,
.paint_chart ul li img {
	float:right;
	width:15px;
	height:10px;
	margin:0 0 0 1px;
	padding:0;
	border:1px solid #cccccc;
}
.man_list ul li img:hover,
.paint_chart ul li img:hover {
	opacity:0.8;
}
.man_list ul li span.man,
.man_list ul li span.man_d,
.paint_chart ul li span.man,
.paint_chart ul li span.man_d{
	float:left;
	color:#000;
	margin:0;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:12px;
}
.man_list ul li span.man_d,
.paint_chart ul li span.man_d {
	line-height:24px;
}

.man_section {
	margin:0 auto;
	width:960px;
	padding:35px 20px 0;
}

.man_section h2 {
	font-size:18px;
	text-align:center;
	margin:0 auto;
	border-bottom:1px solid #cccccc;
	line-height:50px;
}


.man_section ul {
	margin:15px;
	padding:0;
}
.man_section ul li {
	list-style-type:none;
	float:left;
	margin:2px;
	position:relative;
	width:226px;
	height:150px;
	border:1px solid #cccccc;
}
.man_section ul li img {
	position: absolute;
	width: 226px;
	height: 150px;
}
.sheen,
.sheen_2a,
.sheen_2b,
.sheen_3 {
	z-index:95;
	position:absolute;
	width:inherit;
	height:inherit;
	background-size: 226px;
}
.sheen_2a {
	background-image:url(../_img/sheen_2_litres.png);
	background-repeat:no-repeat;
}
.sheen_2b {
	background-image:url(../_img/sheen_2_aero.png);
	background-repeat:no-repeat;
}
.sheen_3 {
	background-image:url(../_img/sheen_3.png);
	background-repeat:no-repeat;
}

.scroll_top,
.scroll_menu {
	width:40px;
	height:40px;
	position:fixed;
	left:20px;
	bottom:20px;
}
.scroll_top a,
.scroll_menu a {
	outline:none;
}

.scroll_menu {
	left:60px;
}

.scroll_top:hover,
.scroll_menu:hover {
	opacity:0.8;
}

.snipit {
	width: 196px;
    height: auto;
    padding: 15px 15px 10px;
    display: none;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left:0;
	z-index:95;
}
.snipit h4 {
	color:#ffffff;
	font-size:14px;
	margin:0 0 5px;
	padding:0;
}
.snipit a {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}
.snipit a:hover {
	text-decoration:underline;
}
.snipit a span {
	color:#cccccc;
	font-weight:bold;
}

.snipit ul {
	margin:0;
	padding:0;
	height:auto;
}

.snipit ul li {
	border:0;
	margin:0;
	padding:0;
	height:auto;
	line-height:16px;
}

.man_sidebar {
	background-position: 12px;
    background-size: 30px;
}

footer .man_section p {
	font-size:12px;
	line-height:18px;
}
