/*
Theme Name: ecospill
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 ecospill is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff url('images/page_bg.png') top repeat-x;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* Links */
a {
    color: royalblue;
}
a:visited {
    color: purple;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a#footy-tipping {
    color:#fff;
}



/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: inline-block; /* changed from block to inline-block 14/1/2016 so hot products displays correctly */
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: '';
    display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}


/* =Page Layout
----------------------------------------------- */

div#main, header#masthead {
    margin: 0 auto;
    width: 940px;
}

div#content {
    overflow: visible;
}

/* =Front Page
----------------------------------------------- */

.home #main {
    background: transparent;
}

div#home-slider {
    height: 284px;
    margin: 0;
}


/* Home page text 
--------------------------------------- */

#home-text {
    background:#e5e8f4 url('images/home_text_bg.jpg') repeat-x top left;
    padding:20px 20px 20px 20px;
    margin-bottom:25px;
    color:#1d5f87;
}

#home-text h3 {
    font-family: 'Open Sans', sans-serif;
    font-size:19px;
    font-weight:700;
    color:#1d5f87;
    text-transform:uppercase;
}

#home-text p {
    margin:10px 0 0 0;
}


/* top blocks 
--------------------------------------- */

div#blocks .block-top-links {
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
    float: left;
    height: 110px;
    margin: 0 3px;
    position: relative;
    width: 306px;
}

/*div#blocks .block-top-links.first {
margin: 0;
}

div#blocks .block-top-links.last {
margin: 0;
}*/

div#blocks #block-range-top {
    background-position: -306px 0;
}

div#blocks #block-training-top {
    background-position: -612px 0;
}


/* bottom blocks 
----------------------------------------*/


#blocks h1 {
    font-family: 'Open Sans', sans-serif;
    font-size:19px;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:20px;
}

#block-range a img {
    border: 0 none;
    max-width: 87px;
}

div#blocks aside {
    padding: 15px 20px 5px 20px;
}

#block-choose ul {
    list-style:none;
    margin:0 0 1.5em 0em;
}

#block-choose li {
    margin-bottom:5px;
}

#block-choose li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#block-training .widget {
    margin-bottom: 0;
    padding: 15px 15px 5px!important;
}

/* phone number move up */
#text-3.widget.widget_text {
  margin-top: -25px;
}


#block-training #frm_show_form-2 {
    padding: 10px 15px 5px!important;
}

div#blocks .block {
    height: 363px;
}

div#blocks #block-range {
    background-position: 0;
}

div#blocks #block-training {
    background-position:0;
}

div#blocks .block#block-choose {
    background-image: url("images/green_block_bg.jpg");
    background-repeat: no-repeat;
}

div#blocks .block#block-range {
    background-image: url("images/orange_block_bg.jpg");
    background-repeat: no-repeat;
}

div#blocks .block#block-training {
    background-image: url("images/blue_block_bg.jpg");
    background-repeat: no-repeat;
}


div#blocks .block {
    background-image: url('images/sprites.png');
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    height: 363px;
    /*height: 423px;*/
    margin: 0 11px;
    position: relative;
    width: 306px;
}

div#blocks .block.first {
    margin: 0;
}

div#blocks .block.last {
    margin: 0;
}

div#blocks .block .block-button {
    bottom: 0;
    display: block;
    height: 60px;
    position: absolute;
    width: 100%;
}

/*
div#blocks aside {
    padding:5px;
}

div#blocks #block-choose {
    background-position: 0px 0px;
}

div#blocks #block-range {
    background-position: -306px 0px;
}

div#blocks #block-training {
    background-position: -612px 0px;
}

#block-training .widget {
    margin-bottom: 0;
    padding: 5px 15px;
}

*/

/* home page form 
----------------------------------------*/
#block-training .required {
    background-color: #FFFFFF !important;
    border-color: #757d80 !important;
    color: #000 !important;
}

#frm_show_form-2 h1 {
    margin-bottom:15px;
}

#block-training .msg textarea {
    float: right;
    height: 55px;
    margin-top: -18px;
    width: 148px!important;
}
#block-training div.frm_submit {
    margin-top: -25px!important;
}


.home #block-training div.frm_submit {
    margin-top: 5px !important;
    position: absolute;
}

#block-training .with_frm_style input.auto_width, 
#block-training .with_frm_style select.auto_width {
    width: 148px;
}

/*----------------------------------------*/

#block-training .with_frm_style .form-field {
    margin-bottom: 5px;
}

#block-training .with_frm_style label.frm_primary_label {
    color: #fff;
}

/*
#block-training .msg textarea {
    height: 25px;
}
*/

#block-training .frm_inline_container input {
    display: block;
    float: right;
    width: 148px;
}

div#blocks a.block-button-top {
    display: block;
    width: 100%;
    height: 85px;
    margin-bottom: 25px;
}

div#blocks .widget_search input {
    box-sizing: border-box;
    width: 100%;
}

.with_frm_style input.auto_width, .with_frm_style select.auto_width {
    float:right;
}




/* =Header
----------------------------------------------- */

header#masthead {
    height: 90px;
    position: relative;
}

header#masthead #banner {
    background: url('images/nav_bg.png');
    bottom: 0;
    height: 52px;
    position: absolute;
    width: 100%;
}

header#masthead #banner h1 {
    display: block;
    float: left;
    height: 52px;
    margin: 0 10px;
    position: relative;
    width: 157px;
}

header#masthead #banner span#logo {
    background: url('images/logo.png');
    display: block;
    height: 52px;
    left: 0;
    position: absolute;
    top: 0;
    width: 157px;
}

header#masthead #banner #site-navigation {
    clear: none;
    float: left;
    height: 52px;
}
/*
header#masthead #cart {
    background-image: url('images/sprites.png');
    background-position: 0 -440px;
    height: 90px;
    position: absolute;
    right: -8px;
    top: 0;
    width: 270px;
}
*/
header#masthead #cart {
    background: url("images/cart_bg.png") no-repeat top right;
    height: 90px;
    position: absolute;
    right: -8px;
    top: 0;
    width: 166px;
}



header#masthead #cart-contents {
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: 17px;
    padding: 0 0 5px 5px;
    font-size: 11px;
}

header#masthead #cart-contents a {
    text-decoration: none;
    color: #fff;
}

header#masthead #cart-contents a:hover {
    color: #ccccff;
}

#account {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 10px;
    padding: 0 0 4px 5px;
}

#account a {
    text-decoration: none;
}

#account a:link, #account a:visited {
    color: #ccccff;
}

#account a:hover, #account a:active {
    color: #fff;
}

/* =Menu
----------------------------------------------- */

/* Main */

.navigation-main ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.navigation-main li {
    float: left;
    position: relative;
}
.navigation-main a {
    color: #3186b9;
    display: block;
    font-size: 11px;
    text-decoration: none;
}

.navigation-main a:hover {
    color: #5cb3e5;
}

.navigation-main ul ul {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 99999;
}
.navigation-main ul ul ul {
    left: 100%;
    top: 0;
}
.navigation-main ul ul a {
    padding: 3px 15px;
    width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
    display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Top-level Menu */
.navigation-main div > ul > li > a {
    line-height: 52px;
    padding: 0 15px;
    text-transform: uppercase;
}

/* Small menu */
.menu-toggle {
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .menu-toggle,
    .navigation-main.toggled-on .nav-menu {
        display: block;
    }
    /*
        .navigation-main ul {
            display: none;
        }
    */
}

/* Secondary */

#secondary-nav {
    background: #2a3b90 url('images/sprites.png') no-repeat;
    background-position: -300px -440px;
    padding: 15px;
}

#secondary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#secondary-nav li {
    border-bottom: 1px dotted #86a1ca;
    margin: 0;
    padding: 0;
}

#secondary-nav li:last-child {
    border-bottom: 0;
}

#secondary-nav a:link, #secondary-nav a:visited {
    color: #26a9e0;
    display: block;
    font-size: 12px;
    padding: 3px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

#secondary-nav a:hover {
    color: #fff;
}

#secondary-nav ul.sub-menu {
    display: none;
}

#secondary-nav li.current-menu-ancestor ul.sub-menu,
#secondary-nav li.current-menu-item ul.sub-menu,
#secondary-nav li.current-product-ancestor ul.sub-menu {
    display: block;
    margin-left: 10px;
}

#secondary-nav li.current-menu-item > a,
#secondary-nav li.current-product-parent > a {
    color: #ccccff;
}

#secondary-nav ul.sub-menu li {
    border: none;
}


/* =Content
----------------------------------------------- */

#main {
    background: #fff;
    position: relative;
}

#primary {
    margin-left: 260px;
    padding: 15px;
    min-height:700px;
}

#primary.footy {
    margin-left: 0;
}

#secondary {
    left: 0;
    position: absolute;
    top: 0;
    width: 260px;
}

#secondary .widget_search {
    padding: 15px;
}

#secondary .widget_search input {
    box-sizing: border-box;
    width: 100%;
}

#content {
    background: #fff;
    margin-bottom: 15px;
}

header.entry-header {
    background-image: url('images/heading_bg.png');
    color: #fff;
    height: 45px;
    margin-right: -15px;
}

header.entry-header h1 {
    float: left;
    font-size: 24px;
    line-height: 45px;
    margin: 0;
    padding: 0 0 0 15px;
}

header.entry-header h1 a {
    text-decoration: none;
}

header.entry-header h1 a:link, header.entry-header h1 a:visited {
    color: #fff;
}

header.entry-header h1 a:hover, a:active {
    color: #ccccff;
}

header.entry-header span {
    display: block;
    float: right;
    font-size: 24px;
    line-height: 45px;
    padding-right: 15px;
}

.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-content {
    padding: 0 0 0 15px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

/* =Footer
----------------------------------------------- */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

div#page {
    min-height: 100%;
    position: relative;
}

div#main {
    padding-bottom: 170px;
}

footer.site-footer {
    background: #1a4f9b url('images/footer_bg.png') repeat-x;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    height: 170px;
    position: absolute;
    text-align: center;
    width: 100%;
}

footer .site-info {
    padding: 15px;
}

.text_no > span {
  font-family: "Open Sans",sans-serif;
  font-size: 35px;
  font-weight: bold;
  padding-left: 40px;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/* =WooCommerce
----------------------------------------------- */

.woocommerce h1.page-title,
.woocommerce-page h1.page-title {
    color: #333;
    font-size: 24px;
    margin: 15px 0 10px;
}

.woocommerce .category-info,
.woocommerce-page .category-info {
    margin: 0px 15px;
    overflow: hidden;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    margin: 0;
    padding: 0;
}

ul.products li.product-category {
    list-style: none;
    display: block;
    float: left;
    width: 150px;
    font-size: 11px;
    margin: 5px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #d5eaf8 url('images/product_bg.png') top repeat-x;
    overflow-x: auto;
    list-style: none;
    margin: 5px -15px 0 0;
    padding: 10px 15px 10px 341px;
    position: relative;
    width: auto;
}

.woocommerce ul.products li.product .product-thumbnail {
    background-color: #fff;
    float: left;
    width: 315px;
    height: 200px;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 15px;
    overflow: hidden;
}

.woocommerce ul.products li.product .product-thumbnail a {
    display: block;
    width: 315px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.term-fuel-oil-spill-kits .product-thumbnail {
	position: static !important;
	max-width: 100% !important;
	width: 100% !important;
	height: 230px !important;
}

.woocommerce-result-count {
    color: #888888;
    font-size: 11px;
    text-align: center;
}

nav.woocommerce-pagination ul,
nav.woocommerce-pagination li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.woocommerce-pagination ul {
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
}

nav.woocommerce-pagination li {
    display: inline
}

.product h3, .product h3 a {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.product-catno {
    font-size: 12px;
    font-weight: bold;
}

.product-description {
    font-size: 12px;
}

.single-product .product .images {
    float: right;
}

.single-product .product h1,h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    clear: none;
}

.single-product .summary,
.woocommerce-tabs .entry-content {
    font-size: 12px;
    line-height: 20px;
}

div.price {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    width:100%;
}

p.price {
    line-height: 25px;
    margin-bottom: 0;
}

.price .incgst {
    font-size: 10px;
}

div.quantity {
    float: left;
    margin-right: 10px;
}

div.quantity input.qty {
    width: 50px;
    height: 19px;
    font-size: 12px;
}

div.quantity input[type="button"] {
    display: none;
}

div.product-categories, div.product-tags {
    color: #888888;
    font-size: 11px;
    margin: 15px 0;
}

div.product-categories a, div.product-tags a {
    color: #505050;
}

div.woocommerce-tabs {
    clear: both;
}

div.woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div.woocommerce-tabs ul.tabs li {
    background: #1f4998;
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #02163c;
    color: #dff5fd;
    float: left;
    font-size: 12px;
    font-weight: normal;
    list-style: none;
    padding: 3px 5px;
}

div.woocommerce-tabs ul.tabs li.active {
    position: relative;
    background: #dff5fd;
    border-color: #0e69a8;
    color: #1f4998;
    z-index: 100;
}

div.woocommerce-tabs ul.tabs a {
    text-decoration: none;
    color: #dff5fd;
}

div.woocommerce-tabs ul.tabs li.first,
div.woocommerce-tabs ul.tabs li.mid {
    margin-right: -1px;
}

div.woocommerce-tabs ul.tabs li.active a {
    color: #1f4998;
}

div.woocommerce-tabs div.panel {
    background: #dff5fd;
    border-radius: 0 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #0e69a8;
    margin: 0;
    padding: 15px;
    position: relative;
    top: -1px;
    z-index: 1;
}

div.woocommerce-tabs div.panel h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

table.cart {
    font-size: 13px;
}

table.cart td {
    padding: 5px;
    vertical-align: middle;
}

table.cart td.product-remove {
    font-weight: bold;
}

table.cart td.product-remove a {
    color: #FF0000;
    text-decoration: none;
}

table.cart td.product-remove a:hover {
    color: #DD0000;
}

table.cart .product-price, table.cart .product-subtotal {
    text-align: right;
}

.cart_totals {
    font-size: 13px;
}

.cart_totals h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.cart_totals th, .cart_totals td {
    border-top: 1px solid #DFDFDF;
    border-collapse: collapse;
    padding: 3px;
}

.cart_totals tr.total th, .cart_totals tr.total td {
    border-bottom: 3px double #DFDFDF;
    border-top: 3px double #DFDFDF;
}

.cart_totals td {
    text-align: right;
}

li.product-category {
    height: 220px;

}
.cart_table_item
{
    border-bottom: solid thin black;
}
.coupon{
    display: inline;
}
.coupon > p{
    display: inline;
}
.cart-action{
    display: inline;
    float: right;
}
#shipping_method  li{
    list-style: none;
}


.row-label{
    display: inline-block !important;
    width: 200px;
}
.form-row input{
    width: 60%;
    height: 30px;
}
#billing_address_2{
    /* margin-left: 200px;*/
}
.input-checkbox{
    width: 20px !important;
    height: 12px !important;
    margin-left: 200px;
}
.checkbox{
    display: inline;
}
.form-row > label{
    width: 200px;
    display: inline-block;
}
.create-account{
    background-color: beige;
    padding:12px;
}
#customer_details .form-row > br{
    display: none !important;
}
.col-1 > h3, .shipping_address > h3, #order_review_heading{
    font-weight: bolder;
    font-size: x-large;
    border-left: solid thick;
    padding-left: 9px;
    margin-bottom: 6px;
    border-bottom: solid thin;
}
#shipping_address_2{
    margin-left: 200px;
}
#order_comments{
    height: 150px;
    width: 100%;
}
.shop_table{
    margin-top: 12px;
}
.shop_table > thead{
    background: rgb(219, 218, 218);
}

.shop_table > thead > tr > th.product-name{
    width: 60%;
}
.shop_table > tfoot > tr.cart-subtotal  td{
    border-top: solid thin;
    border-bottom: #111 double;
}
.shop_table > tfoot > tr.shipping  th{
    padding-top: 20px;
}

.shop_table > tfoot > tr.shipping  td > #shipping_method{
    margin: 0;
}

.shop_table > tfoot > tr.total  td{
    padding-top: 10px;
    border-bottom: double;
}
#payment > ul.payment_methods{
    margin-left: 380px;
}

#payment > ul.payment_methods li{
    list-style: none;
}
#payment > ul > li .payment_method_paypal{
    font-size: 10px;
}
#payment > .place-order{
    text-align: center;
}
.col-1 > #billing_country_field, .shipping_address > #shipping_country_field{
    display: inline-block;
    margin-top: -20px;
    height: 0px;
    vertical-align: top;
    padding-top: 30px;
}

.col-1 > #billing_country_chzn, .shipping_address > #shipping_country_chzn{
    margin: auto;
    display: inline-block;

    margin-top: 10px;
}

#billing_state_field > #billing_state_chzn, #shipping_state_field > #shipping_state_chzn{
    width: 202px !important;
}
td.product-thumbnail img{
    max-width: none;
}

/*---------------- Contact Us ----------------- */
.phone-postal-address{
    width: 100%;
    height: 150px;
}
.contact-us-form{
    height: 430px;
    width: 50%;
    float: left;
    background-image: url('images/contact-us-bg.jpg');
    background-repeat: repeat-x;
}
.contact-us-map{
    width: 45%;
    float: right;}
.address-perth, .address-brisbane{
    margin-bottom: 15px;
}
.address-perth{
    margin-top:15px;
}
.phone-postal-address > table td{
    width: 55%;
    text-align: right;
    padding-right: 26px;
}
#national{
    color:#529606;
}
i{
    font-size: 10px;
    color:#000;
}
.contact-us-form{
    padding:10px;
}
.required{
    background-color:#EFFAFE!important; /*#013e88 !important;*/
    color:#444 !important;
    border-color: #000 !important;
}

.contact-us form br{
    display: none !important;
}

.contact-us td {
    padding: 3px;
}

.contact-us .maps td {
    font-size: 11px;
    line-height: 14px;
}

#frm_show_form-3 {
    margin:0 1.5em;
}

/* hide blank p tags on contact form pushing fields way apart*/
.frm_page_num_1 p {
    display:none;
}

.frm_page_num_1 .with_frm_style .form_field {
    margin-bottom:10px !important;
}

@media screen and (mix-width: 1200px) {
    div#main, header#masthead {
        width: 100%;
    }
    div#page {
        margin: 0 2%;
        width: 96%;
    }
    div#home-slider img {
        height: auto;
        width: 100%;
    }
    img{ width:100%;}
}
@media screen and (max-width:1020px)
{
    header#masthead #banner #site-navigation {
        display: none;
    }	}
@media screen and (max-width:1024px)
{

    div#main, header#masthead {
        width: 100%;
    } 
    div#home-slider img {
        height: auto;
        width: 100%;
    }
    div#page {
        margin: 0 2%;
        width: 96%;
    }
    #blocks {
        padding-top: 33%;
    }
    div#home-slider{height: auto;}
    .woocommerce .category-info, .woocommerce-page .category-info {
        margin: 0;
        width: 100%;
    }
    #primary{ height:auto;  min-height: 885px;}
    img{ width:100%;}
    div#blocks .block-top-links{margin: 0;}
}

@media screen and (max-width:768px)
{
    header#masthead #banner #site-navigation {
        display: none;
    }
    div#home-slider img {
        height: auto;
        width: 100%;
    }
    .woocommerce ul.products li.product .product-thumbnail
    {position: relative; left:0; margin-bottom: 10px;}
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        padding: 5px 15px; margin:0;}

    .woocommerce .category-info, .woocommerce-page .category-info {
        margin: 0;
        width: 100%;
    }
    img{ width:100%;}
}

@media screen and (max-width:767px)
{
    img{ width:100%;}
    div#main, header#masthead {
        width: 100%;
    }
    div#home-slider img {
        height: auto;
        width: 100%;
    }
    header#masthead #banner #site-navigation {
        display: none;
    }
    header#masthead #cart{ right: 0;}
    header#masthead #banner h1{ margin: 0;}
    div#home-slider{height: auto;}
    #blocks {
        padding-top: 33%;
        margin: 0 2%;
        width: 96%;}
    div#blocks .block-top-links{ margin: 0;}
    #home-text{text-align: justify;}
    div#blocks .block{  margin: 10px 0; }
    #primary {
        float: left;
        margin: 0 2%;
        min-height: 200px;
        padding: 0;
        width: 96%;
        padding:0;
    }

    #secondary {
        float: left;
        position: relative;
        width: 100%;
    }
    header.entry-header{ margin:0;}

    .woocommerce .category-info, .woocommerce-page .category-info {
        margin: 0;
        text-align: justify;
        width: 100%;
    }
    .woocommerce ul.products li.product .product-thumbnail
    {position: relative; left:0; margin-bottom: 10px; width: 100%;}
    .woocommerce ul.products li.product .product-thumbnail a{ width:100%;}
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding: 5px 15px; margin:0;}
    .entry-content {
        margin: 0;
        padding: 0;
        text-align: justify;
        width: 100%;
    }
    ul, ol{ margin: 0 0 1.5em 1em;}
    .phone-postal-address{  height: auto;
                            width: 100%;}
}
@media screen and (max-width:320px)
{
    header#masthead #cart{ right: -7px;}
    div#blocks .block-top-links{margin: 0 -5px !important;}
}

@media screen and (max-width:640px)
{


}

@media screen and (max-width:480px)
{



}

/* -- jj --*/
.woocommerce ul.products li.product .button{
    margin-top: 0px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{
    background-color:#e6e6e6;
    color:rgba(0, 0, 0, .8);
}

.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}

.woocommerce ul.products li.product h3{
    padding: 0px;
}

.woocommerce ul.products li.product strong{
    display: inline;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 10px !important;
}
.woocommerce ul.products li.product .product-thumbnail {
    position: static !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 200px !important;
}

.related .product-type-simple > p, .tax-product_cat ul.products li p {
    height: 100px;
    overflow: hidden;
}
/*bigy code*/
.woocommerce ul.products li.product#relative-product .product-thumbnail{
    height: auto !important;

}
 .woocommerce ul.products li.product#relative-product a{
    display: block;
    position: relative;
}
li#relative-product {
    width: 100% !important;
}
li#relative-product .product-thumbnail {
    float: left;
    width: 40% !important;
    height: auto;
}
li#relative-product .woocommerce-loop-product__title{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 357px;

}
.tax-product_cat ul.products li#relative-product > p{
    position: absolute;
    right: 0;
    top: 55px;
    width: 365px;
    clear: both;
}
 .tax-product_cat ul.products li#relative-product p{
    height:auto;
}
.woocommerce ul.products li.product#relative-product .price{
    margin-top: 15px;
}
li#relative-product > a.woocommerce-loop-product__link:before, li#relative-product > a.woocommerce-loop-product__link:after{
   content: '';
   display: table;
}
li#relative-product > a.woocommerce-loop-product__link:after{
    clear: both;
}
li#relative-product form.cart{
    position: absolute;
    right: 0;
    bottom:45px;
    width: 365px;
    clear: both;
}

@media (min-width: 850px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 24%;
	}
    .woocommerce ul.products li.product:nth-child(4n+1) {
        clear: both !important;
    }
}
@media(min-width: 767px) and (max-width: 850px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 32%;
	}
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	    clear: none;
        float: left !important;
	}
    .woocommerce ul.products li.product:nth-child(3n+1) {
        clear: both !important;
    }

}
@media (max-width: 767px) {
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	    clear: none;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
		clear: none !important;
	}
    ul.products {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n), .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) {
        float: left !important;
    }
	
}
@media (min-width: 500px) and (max-width: 767px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 29% !important;
	}
	li.product-category {
	    height: 240px;
	}
    .woocommerce ul.products li.product:nth-child(3n+1) {
        clear: both !important;
    }
}
@media (max-width: 500px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 40% !important;
    }
    .woocommerce ul.products li.product:nth-child(2n+1) {
        clear: both !important;
    }
}
@media (max-width: 956px) {
    li#relative-product .woocommerce-loop-product__title{
        position: relative;
        right: 0;
        top: 0;
        z-index: 99;
        width: auto;
        text-align: center;

    }
    li#relative-product .product-thumbnail {
       float: none;
       margin: 0 auto;
    }
    .tax-product_cat ul.products li#relative-product > p{
        position: relative;
        right: 0;
        top: 0;
        width: auto;
    }
    li#relative-product form.cart{
        position: relative;
        right: 0;
        bottom: 0;
        width: auto;
    }
}
@media (max-width: 765px) {
    .products li#relative-product + li#relative-product{
        margin-top: 20px;
    }
}
@media (max-width: 489px) {
    li#relative-product{
         width: auto !important;
    }
}

h2.convh1 {
    float: left;
    font-size: 24px;
    line-height: 45px;
    margin: 0;
    padding: 0 0 0 15px;
    font-weight: normal;
}