/*------------------------------------
    Global styles
------------------------------------*/

* {
    position: relative;
}

img {
    max-width: 100%;
}

html,
button,
input,
select,
textarea {
    color: #185799;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    background: #01569f;;
    color: #185799;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 10px solid #eeeeee;
    margin: 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a, a:link, a:active, a:visited {
    color: #185799;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

::-webkit-input-placeholder {
   color: #cccccc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cccccc;
}

::-moz-placeholder { /* Firefox 19+ */
   color: #cccccc;
}

:-ms-input-placeholder {
   color: #cccccc;
}

/*------------------------------------
    Helpers
------------------------------------*/

.left {
    float: left;
}

.right {
    float: right;
}

.center-list {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.center-list li {
    display: inline-block;
}

.more-info {
    border: 1px #ccc solid;
    padding: 10px 45px 10px 20px;
    font-size: 16px;
    background: transparent url('http://media.hbfuller.com/designimages/more-info-arrow.png') no-repeat scroll 94% center;
}

.back-btn {
    color: #888888 !important;
    background: transparent url('http://media.hbfuller.com/designimages/light-texture.jpg') no-repeat scroll center center;
    text-transform: uppercase;
    padding: 18px 28px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    top: 20px;
}

.back-btn:hover {
    background: #c1c1c1;
}

.back-btn span {
    background: transparent url('http://media.hbfuller.com/designimages/back-btn.png') no-repeat scroll left center;
    padding-left: 15px;
}

.mobile-only {
    display: none;
}

/*------------------------------------
    Modal window
------------------------------------*/

.modal-btn {
    display: block;
    background: transparent url('http://media.hbfuller.com/designimages/icon-play.png') no-repeat scroll center center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mfp-bg {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.mfp-iframe-scaler {
    overflow: visible;
}

/*------------------------------------
    Headings, Ps etc
------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    color: #185799;
}

h2 {
    font-size: 34px;
    font-weight: 800;
    padding-bottom: 20px;
}

h2 span {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}

h3 {
    line-height: 1.2;
}

h4 {
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0 0 15px 0;
}

/*------------------------------------
    Containers
------------------------------------*/

.container {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

section {
    background: #fff;
}

/*------------------------------------
    Site Header
------------------------------------*/

#site-header {
    height: 160px;
    background: #fff;
}

#site-logo {
    width: 279px;
    height: 61px;
    margin-top: 52px;
}

#site-logo a {
    display: block;
}

#global-links {
    padding: 0;
    margin: 0 0 38px 0;
    list-style: none;
    float: right;
}

#global-links li {
    float: left;
}

#global-links li a {
    display: block;
    padding: 5px 40px 5px 24px;
    background: #eeeeee url('http://media.hbfuller.com/designimages/global-links-arrow.jpg') no-repeat scroll 94% center;
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    border-left: 1px #dddddd solid;
    border-right: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
}

/*  ENCODED INLINE
 #global-links li.performance a span {
    background: url('http://media.hbfuller.com/designimages/icon-performance.jpg') no-repeat scroll 0 0;
    padding-left: 25px;
}
*/

#global-links li.trade-shop {
    margin-left: 10px;
}

#search-form {
    clear: both;
    width: 308px;
    float: right;
}

input,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    resize: none;
}

input[type="text"] {
    -webkit-appearance: none;
}

#search-form input[type="text"] {
    width: 100%;
    padding-right: 15%;
}

#search-form input[type="submit"],
#search-form input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -99999px;
}

/*------------------------------------
    Primary Nav
------------------------------------*/

#primary-nav .container {
    z-index: 4;
}

#nav-bg,
.texture,
.grad {
    height: 90px;
}

.texture,
.grad {
    position: absolute;
    width: 100%;
}

.grad {
    background: url('http://media.hbfuller.com/designimages/nav-bg.png') repeat-y scroll center top;
    z-index: 2;
}

.texture {
    background: url('http://media.hbfuller.com/designimages/nav-texture.png') repeat-x scroll 0 0;
    z-index: 3;
}

#nav-bg {
    position: absolute;
    width: 100%;
}

.left-bg,
.right-bg {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

#primary-nav .left-bg {
    left: 0;
    background: #0156a0;
}

#primary-nav .right-bg {
    right: 0;
    background: #242f6b;
}

#primary-nav ul {
    height: 100%;
    line-height: 90px;
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
    list-style: none;
    text-align: center;
}

#primary-nav ul li {
    display: inline-block;
    margin: 0;
    margin-right: -4px;
}

/*
** FIREFOX HACK
** This hack is only tarrgeted at Firefox
** Without this hack, you will get
** a 1px border on each LIs when hovering
** the primary nav
*/

@-moz-document url-prefix() {

    #primary-nav ul li {
        margin-right: -5px;
    }

    #sub-header ul li a.active,
    .data-filters li a.active {
        padding-bottom: 43px !important;
    }

}

#primary-nav ul li a {
    color: #fff;
    display: block;
    background: transparent url('http://media.hbfuller.com/designimages/nav-border.png') no-repeat scroll right top;
    padding: 0 39px 0 78px;
}

#primary-nav ul li.contact a {
    background: none;
}

#primary-nav ul li:hover a {
    background: #f8f8f8;
    color: #185799;
    text-decoration: none;
}

#primary-nav ul li.active a {
    background: #eeeeee;
    color: #185799;
}

#primary-nav ul li:hover a .nav-icon.products,
#primary-nav ul li.active a .nav-icon.products {
    background-position: 0 -32px;
}

#primary-nav ul li:hover a .nav-icon.ideas,
 #primary-nav ul li.active a .nav-icon.ideas{
    background-position: -30px -32px;
}

#primary-nav ul li:hover a .nav-icon.where,
#primary-nav ul li.active a .nav-icon.where {
    background-position: -60px -32px;
}

#primary-nav ul li:hover a .nav-icon.contact,
#primary-nav ul li.active a .nav-icon.contact {
    background-position: -90px -32px;
}

.nav-icon {
    display: inline-block;
    width: 30px;
    height: 32px;
    top: 30px;
    left: 20px;
    background: url('http://media.hbfuller.com/designimages/nav-icons.png') no-repeat scroll 0 0;
    position: absolute;
}

.nav-icon.ideas {
    background-position: -30px 0;
}

.nav-icon.where {
    background-position: -60px 0;
}

.nav-icon.contact {
    background-position: -90px 0;
}

/*------------------------------------
    Hero
------------------------------------*/

/*------------------------------------
    This is a bug fix to stop
    Flexslider animiating the height
    and forcing the it to slide down
    on load.
------------------------------------*/
.h-tube .flex-viewport {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    height: 210px !important;
}


.flexslider,
.h-tube {
    border: 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

#hero-nav {
    margin-top: -25px;
    top: -25px;
}

#hero-nav .flex-control-nav {
    position: relative;
    bottom: 0;
    z-index: 1;
}

.flex-control-paging li a,
.flex-control-paging li a:hover {
    width: 24px;
    height: 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: transparent url('http://media.hbfuller.com/designimages/flexslider-dots.png') no-repeat scroll 0 0;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a.flex-active:hover {
   background: transparent url('http://media.hbfuller.com/designimages/flexslider-dots.png') no-repeat scroll 0 -24px;
}

#hero-nav .flex-direction-nav {
    width: 95%;
    height: 100%;
    position: relative;
    bottom: 250px;
    margin: auto;
}

#hero-nav .flex-direction-nav li {
    height: 67px;
    float: left;
    width: 50%;
}

#hero-nav .flex-direction-nav li a.flex-prev,
#hero-nav .flex-direction-nav li a.flex-next {
    opacity: 1;
    color: transparent;
    text-shadow: none;
    width: 44px;
    height: 67px;
    display: block;
    background: transparent url('http://media.hbfuller.com/designimages/hero-arrows.png');
}

#hero-nav .flex-direction-nav li a.flex-prev {
    left: 0;
}

#hero-nav .flex-direction-nav li a.flex-next {
    right: 0;
    background-position: -44px 0;
}

.hero {
    background: #cccccc;
    max-height: 500px;
}

.hero .flexslider {
    margin: 0 auto;
}

.hero-content {
    position: absolute;
    z-index: 999999;
    width: 300px;
    top: 130px;
}

.hero-content p {
    margin-bottom: 15px;
}

.hero-content.trade {
    color: #fff;
}

.hero-content.diy,
.hero-content.diy a {
    color: #0156a0;
}

.hero h1 {
    font-size: 80px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
}

.hero-content a {
    color: #fff;
}

.hero-content a.find-out-more {
    background: #185799 url('http://media.hbfuller.com/designimages/slide-content-arrow.png') no-repeat scroll 90% center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: 220px;
    height: 50px;
    display: block;
    line-height: 50px;
    padding-left: 20px;
}

.hero-content a.find-out-more:hover {
    background-color: #aaa;
}

/*------------------------------------
    Page content
------------------------------------*/

#page-content {
    background: #fff;
    padding: 60px 0;
}

#page-content #default a {
    text-decoration: underline;
}

/*------------------------------------
    Home
------------------------------------*/

#page-content.home-content {
    padding: 95px 0;
}

.home-content h2 {
    padding-bottom: 0;
}

.home-content h3 {
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 20px;
}

.home-content .center-list li {
    margin: 0 15px;
}

#home-img {
    padding-top: 50px;
    text-align: center;
}

/*------------------------------------
    Range Trade
------------------------------------*/

#range-hero {
    min-height: 620px;
}

#range-hero.trade {
    color: #fff;
}

#range-hero img {
    position: absolute;
    left: 50%;
    margin-left: -700px;
}

.hero .hero-content {
    width: 380px;
}

/*------------------------------------
    Range DIY
------------------------------------*/

#range-hero.diy,
.hero.diy h1 {
    color: #0156a0;
}

#range-hero.diy {
    color: #0156a0;
}

/*------------------------------------
    Product Listing
------------------------------------*/

.product-listing {
    padding: 0 0 50px 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.product-section .product-listing {
    padding-bottom: 0;
    clear: both;
}

.product-listing li {
    display: inline-block;
    margin: 0 0;
    vertical-align: top;
}

.seven li {
    width: 134px;
}

.three li {
    width: 320px;
}

.product-listing.multirow.six li {
    width: 157px;
}

.product-listing.multirow li a span {
    padding: 5px 0 0 0;
}

.product-listing.multirow li a,
.product-listing.two li a {
    text-transform: none;
    color: #888888;
    background: none;
}

.product-listing.multirow li a img {
    left: 0;
}

.product-listing.single {
    padding: 0;
}

.product-listing li a,
.product-listing.single a {
    display: block;
    text-transform: uppercase;
    padding: 30px 0;
    letter-spacing: -1px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    background: transparent url('http://media.hbfuller.com/designimages/product-listing-gradient.png') repeat-x scroll 0 0;
}

.vertical .product-listing li a {
    padding: 0px;
    padding-bottom: 30px;
}

.product-listing p {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.alt-product {
    margin-top: 98%;
}

.h li a,
.product-listing.single a {
    background: transparent url('http://media.hbfuller.com/designimages/product-listing-gradient-h.png') repeat-x scroll 0 0;
}

#diy-range .product-listing a {
    font-size: 34px;
}

#diy-range.products-range .product-listing a {
    font-size: 20px;
}

.product-listing li a span {
    display: block;
    padding: 0 5px 15px 5px;
}

.product-listing li a img {
    left: 14px;
}

#alt-products h2 {
    float: none;
    padding-bottom: 25px;
}

#alt-products a span {
    margin-bottom: 15px;
    display: block;
}

/*------------------------------------
    Products
------------------------------------*/

.product-section {
    border-bottom: 1px #eeeeee solid;
    padding: 40px 0;
}

.product-section .headline  {
    padding-bottom: 25px;
}

.product-section h2 {
    padding: 0;
    font-size: 40px;
    letter-spacing: -1px;
    float: left;
    text-transform: uppercase;
}

#product-search.prod-alt #search-form {
    width: 55%;
}

#product-search #search-form {
    clear: none;
    width: 100%;
}

#product-search #search-form input[type="text"],
#search-results #search-form input[type="text"],
#sub-header.where #search-form input[type="text"],
#sub-header.data-sheets #search-form input[type="text"] {
    padding: 11px 12px 12px 12px;
}

#product-search #search-form input[type="text"]:focus,
#search-results #search-form input[type="text"]:focus,
#sub-header.where #search-form input[type="text"]:focus,
#sub-header.data-sheets #search-form input[type="text"]:focus {
    border: 1px #185799 solid;
}

#product-search #search-form input[type="submit"],
#search-results #search-form input[type="submit"],
#sub-header.where #search-form input[type="submit"],
#sub-header.where #search-form input[type="button"],
#sub-header.data-sheets #search-form input[type="submit"] {
    width: 26px;
    height: 26px;
    background: #fff url('http://media.hbfuller.com/designimages/icon-search-product.jpg') no-repeat scroll 0 0;
    top: 12px;
    right: 12px;
}

#search-results #search-form input[type="text"]:focus ~ #search-results #search-form input[type="submit"] {
    background-position: 0 -26px;
    background: red;
}

/*------------------------------------
    Sub Header
------------------------------------*/

#sub-header,
#search-results {
    background: #fff url('http://media.hbfuller.com/designimages/grey-header.jpg') repeat-x scroll 0 0;
    padding: 28px 0 40px 0;
    border-bottom: 0;
}

#sub-header h2,
#search-results h2 {
    color: #cccccc;
}

#sub-header h3 {
    font-size: 30px;
    font-weight: 100;
    padding: 70px 0 0 0;
}

#sub-header h3 strong {
    font-weight: 800;
}

#sub-header ul,
.data-filters {
    padding: 10px 0 0 0;
    margin: 0;
    float: right;
    list-style: none;
}

#sub-header ul li,
.data-filters li {
    float: left;
    padding: 0 30px;
}

#sub-header ul li a,
.data-filters li a {
    color: #aaaaaa;
    font-size: 20px;
    font-weight: 800;
    padding: 20px 40px;
    text-transform: uppercase;
}

#sub-header ul li a.active,
.data-filters li a.active {
    color: #185799;
    padding-bottom: 44px;
    background: transparent url('http://media.hbfuller.com/designimages/range-option-arrow.jpg') no-repeat scroll center bottom;
}

#sub-header ul li a:hover,
.data-filters li a:hover {
    color: #185799;
}

/*------------------------------------
    Products - Trade
------------------------------------*/

.product-section.trade-range h2 {
    float: none;
}

#sub-header.trade-range {
    background: #fff url('http://media.hbfuller.com/designimages/grey-header-trade.jpg') repeat-x scroll 0 0;
    padding-bottom: 42px;
}

#sub-header ul.trade-products {
    float: none;
    padding: 20px 0 0 0;
}

#sub-header ul.trade-products li {
    padding: 0;
}

#sub-header ul.trade-products li a {
    padding-left: 17px;
    padding-right: 17px;
}

/*------------------------------------
    Product Listing
------------------------------------*/

#product-image {
    text-align: center;
}

.horizontal #product-image {
    padding-bottom: 45px;
    margin-bottom: 50px;
}

#tube {
    position: relative;
    overflow: hidden;
    top: 0;
    z-index: 1;
    width: 100%;
}

#tube.horizontal {
    height: 320px;
    background: transparent url('http://media.hbfuller.com/designimages/tube-h.png') no-repeat scroll center top;
}

#tube.vertical {
    width: 173px;
    height: 807px;
    background: transparent url('http://media.hbfuller.com/designimages/tube-v.png') no-repeat scroll center top;
}

#tube.vertical,
.v-tube {
    margin-left: 80px;
}

.h-tube {
    margin-top: -260px;
}

.v-tube {
    margin-top: -807px;
    width: 173px;
}

.h-tube .flex-direction-nav li a,
.product-arrows a,
.product-arrows-v a {
    width: 44px;
    height: 40px;
    display: block;
    text-indent: -999999px;
    margin: 0 auto;
    opacity: 1;
    background: transparent url('http://media.hbfuller.com/designimages/product-arrows.png') no-repeat scroll 0 0;
}

.product-arrows-v a {
    height: 52px;
    background: transparent url('http://media.hbfuller.com/designimages/product-arrows-v.png') no-repeat scroll 0 0;
}

.product-arrows,
.product-arrows-v {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    height: 57%;
}

.product-arrows-v {
    height: 100%;
}

.product-arrows .flex-direction-nav,
.product-arrows-v .flex-direction-nav {
    width: 100%;
    height: 100%;
}

.product-arrows .flex-direction-nav li,
.product-arrows-v .flex-direction-nav li {
    height: 100%;
}

.product-arrows-v .flex-direction-nav li {
    position: absolute;
    width: 100%;
}

.product-arrows .flex-direction-nav .flex-prev,
.product-arrows-v .flex-direction-nav .flex-prev {
    left: 46%;
    text-align: left;
    top: 0;
}

.product-arrows-v .flex-direction-nav .flex-prev,
.product-arrows-v .flex-direction-nav .flex-next {
    top: 50%;
}

.product-arrows .flex-direction-nav .flex-next,
.product-arrows-v .flex-direction-nav .flex-next {
    right: 50%;
    text-align: left;
    background-position: 0 -40px;
}

.product-arrows-v .flex-direction-nav .flex-prev {
    left: 10px;
}

.product-arrows-v .flex-direction-nav .flex-next {
    right: 10px;
    background-position: 0 -52px;
}

.h-tube .slides img {
    width: auto;
}

#product-content #label {
    padding: 30px 0 40px 0;
}

#product-content #description {
    padding-bottom: 30px;
}

#product-content #description h3 {
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 100;
}

#product-content #description h3 strong {
    font-weight: 800;
}

#product-content #description h3 sup {
    font-size: 11px;
    top: -15px;
    font-weight: 600;
}

#product-content hr {
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
}

#sub-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sub-content ul li {
    float: left;
    padding-right: 20px;
}

#sub-content #download ul li {
    padding-right: 30px;
}

#download a,
.msds {
    background: transparent url('http://media.hbfuller.com/designimages/icon-download.jpg') no-repeat scroll left center;
    padding-left: 20px;
}

#sub-content h5 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 10px;
}

#product-details {
    overflow: hidden;
    margin-bottom: 50px;
}

.details {
    overflow: hidden;
}

#product-details ul {
    padding: 0;
    margin: 40px 0;
    list-style: none;
    clear: both;
    width: 100%;
    overflow: hidden;
}

#product-details .sub-tab ul.product-listing {
    margin: 0;
}

#product-details ul li {
    float: left;
    margin-right: 3px;
}

#product-details #tab-uses ul li{
    float: none;
}

#product-details ul li.accessories {
    margin-right: 0;
}

ul.alt-tabs li a,
#sub-header ul.full-width li a,
#contact-form .tabs li a,
#other-formats h4,
.tabs li.first-tab .active {
    background: transparent url('http://media.hbfuller.com/designimages/light-texture.jpg') repeat-x scroll center center;
}

ul.alt-tabs li a,
#contact-form .tabs li a,
.tabs-nav {
    display: block;
    font-size: 18px;
    font-weight: 800;
    height: 60px;
    line-height: 60px;
    padding: 0 21.2px;
    text-transform: uppercase;
    color: #888888;
    letter-spacing: -1px;
    width: 90%;
    float: right;
}

.vertical ul.alt-tabs li a,
.fuller-ideas  ul.alt-tabs li a {
    width: 100%;
}

.fuller-ideas  ul.alt-tabs li a {
    float: none;
}

ul.alt-tabs li a:hover,
#contact-form .tabs li a:hover {
    background: #999;
    color: #fff !important;
}

ul.alt-tabs li a.active,
#contact-form .tabs li a.active {
    background: #185799;
    color: #fff;
    width: 100%;
}

.horizontal #product-details ul {
    margin: 0;
    width: 30%;
    float: left;
}

.horizontal #product-details ul li {
    float: none;
    margin-right: 0;
    overflow: hidden;
}

.horizontal #product-details ul.tabs {
    width: 37%;
    text-align: right;
}

#product-details ul.tabs {
    width: 100%;
}

.tabs-nav {
    display: none;
}

#product-details ul.tabs li {
    margin-bottom: 3px;
}

.horizontal #product-details .tab {
    float: right;
    width: 58%;
}

.horizontal #product-details #types,
.horizontal #product-details #colours,
.horizontal #product-details #notes {
    float: none;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.horizontal #product-details #types ul,
.horizontal #product-details #colours ul {
    width: 50%;
}

/*------------------------------------
    Tab - Uses
------------------------------------*/

.horizontal #tab-uses ul,
.horizontal #tab-apply ul,
.horizontal #tab-accessories ul,
.horizontal #tab-tips .top-tips,
.vertical #tab-uses ul,
.vertical #tab-apply ul,
.vertical #tab-accessories ul,
.vertical #tab-tips .top-tips {
    width: 100%;
    float: none;
    overflow: visible;
}


.horizontal #tab-uses ul,
.vertical #tab-uses ul {
    list-style: disc outside none;
    font-size: 14px;
    padding-left: 17px;
    margin: 0;
}

.horizontal #tab-uses ul li,
.vertical #tab-uses ul li {
    padding-bottom: 10px;
    overflow: visible;
}

/*------------------------------------
    Tab - Top Tips
------------------------------------*/

.horizontal .sub-tab .top-tips li {
    width: 100%;
}

.horizontal .sub-tab .top-tips li a,
.horizontal .sub-tab .top-tips li div {
    color: #185799;
    font-weight: normal;
    overflow: hidden;
}

.horizontal .sub-tab .top-tips li a img,
.horizontal .sub-tab .top-tips li div img {
    float: left;
    width: 40%;
}

.horizontal .sub-tab .top-tips li a span,
.horizontal .sub-tab .top-tips li div span {
    float: right;
    width: 56%;
    line-height: 1.3;
    font-size: 14px;
    padding: 0;
    text-align: left;
}

/*------------------------------------
    Tab - Accessories
------------------------------------*/

.horizontal #tab-accessories ul.h li {
    width: 100%;
    padding-bottom: 30px;
}

.horizontal #tab-accessories ul {
    text-align: center;
}

.horizontal #tab-accessories ul li {
    display: inline-block;
    width: 133px;
}

.horizontal #tab-accessories ul li a {
    padding: 0;
    font-size: 16px;
}

.horizontal #tab-accessories ul li a span {
    padding: 0;
}


.horizontal #buy-me {
    padding-bottom: 20px;
}

.horizontal #sub-content {
    border-top: 1px #eee solid;
    padding-top: 30px;
}

#sub-content {
    border-top: 1px #eee solid;
    padding: 30px 0;
    overflow: hidden;
}

.list {
    text-align: right;
}

#types,
#colours {
    float: left;
    width: 70%;
}

.vertical #types,
.vertical #colours {
    width: 100%;
}

#types ul,
#colours ul {
    margin: 0;
    float: left;
    clear: none;
    font-size: 15px;
}

#types ul li,
#colours ul li {
    float: none;
    padding-bottom: 10px;
    margin-right: 0;
}

#colours ul li {
    padding-bottom: 15px;
    margin: 0;
    font-size: 18px;
}

#colours ul li img {
    vertical-align: middle;
    padding-right: 5px;
}

#types ul li img {
    vertical-align: text-bottom;
}

.vertical #notes {
    float: none;
    width: 100%;
    clear: both;
}

#notes {
    float: right;
    width: 23%;
    font-size: 12px;
}

#notes p {
    padding: 0;
}

#other-formats .product-listing {
    padding: 0;
}

#other-formats .product-listing li {
    width: 208px;
    background: none;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    padding: 30px 0px;
}

#other-formats .product-listing li img {
    left: auto;
}

#other-formats .product-listing li span {
    padding: 15px 0 0;
    display:block;
}

#other-formats h4 {
    color: #888888;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px;
}

.page-arrows {
    position: absolute;
    top: 30%;
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url('http://media.hbfuller.com/designimages/product-page-arrows.jpg') no-repeat scroll 0 0;
}

.page-arrows.prev {
    left: 0;
}

.page-arrows.next {
    right: 0;
    background-position: -80px 0;
}

#other-product-view h2 {
    color: #cccccc;
}

/*------------------------------------
    Search Results
------------------------------------*/

#search-results #search-form {
    clear: none;
    width: 55%;
}

/*------------------------------------
    Fuller Ideas
------------------------------------*/

#sub-header.fuller-ideas {
    background: #eeeeee;
    padding-bottom: 0;
}

#sub-header.fuller-ideas.tip {
    height: 280px;
}

#sub-header ul.full-width,
#contact-form ul.full-width {
    padding: 40px 0 0;
    float: none;
    overflow: hidden;
    text-align: center;
}

#sub-header ul.full-width li,
#contact-form ul.full-width li {
    padding: 0;
    margin: 0 0 0 -2px;
    float: none;
    display: inline-block;
}

#sub-header ul.full-width li a,
#contact-form ul.full-width li a {
    padding: 0 29px;
    color: #888888;
}

#sub-header ul.full-width li a:hover,
#contact-form ul.full-width li a:hover {
    background: #999;
}

#sub-header ul.full-width li a.active,
#contact-form ul.full-width li a.active {
    background: #185799;
    color: #fff;
}

.top-tips {
    padding: 50px 2px;
}

.top-tips li {
    width: 318px;
}

.top-tips li a,
.top-tips li div {
    background: none;
    text-transform: none;
    color: #888888;
    padding: 0 0 20px 0;
}

.horizontal .top-tips li div.modal-container a span.modal-btn {
    width: 40%;
}

.top-tips li div.modal-container a {
    padding: 0;
}

.top-tips li div img {
    width: 100%;
}

.top-tips li span.modal-btn {
    display: block;
    background: transparent url('http://media.hbfuller.com/designimages/icon-play.png') no-repeat scroll center center !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: .5px;
}

.top-tips li a img,
.top-tips li div img {
    left: 0;
}

.top-tips li a span,
.top-tips li div span {
    padding-top: 10px;
}

#tip-img {
    margin-top: 75px;
}

.steps {
    padding: 0 120px 0 0;
    margin: 0;
    list-style: none;
}

.steps li {
    clear: both;
}

.steps li span {
    float: left;
    font-size: 30px;
    font-weight: 800;
    width: 5%;
}

.steps li p {
    padding: 10px 0;
}

.product-listing.two {
    padding: 0;
}

.product-listing.two li {
    width: 49%;
}

.product-listing.two li a {
    background: none;
    padding: 0;
}

.product-listing.two li img {
    left: 0;
}

/*------------------------------------
    Where To Buy
------------------------------------*/

#sub-header.where {
    background: #eeeeee;
    padding-bottom: 0;
    height: 350px;
}

#sub-header.where #search-form,
#sub-header.data-sheets #search-form {
    float: left;
    width: 82%;
    margin-top: 10px;
}

#sub-header.where ul.full-width {
    clear: both;
    padding: 96px 0 0;
}

#sub-header #states li {
    float: left;
    margin-right: 4px;
}

#sub-header #states li a {
    font-size: 18px;
    padding: 0 17px;
    width: 100%;
}

#tabs-container {
    clear: both;
}


.listing,
.listing ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.listing ul {
    font-weight: normal;
    padding: 0 0 10px 20px;
}

.listing ul li {
    padding-bottom: 0;
}

.listing li {
    padding-bottom: 10px;
}

.listing li a:hover {
    text-decoration: underline;
}

.listing li a.active {
    font-weight: bold;
}

.listing li .country-name {
    display: none;
}

.listing li .street-address {
    display: block;
}

#postcode-search .listing .list-content ul {
    padding-left: 0;
}

#postcode-search .list-content li a {
    font-weight: bold;
}

#postcode-search div.list-content > ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

#postcode-search .listing div.list-content > ul > li {
    width: 50%;
}

div.gmap-results {
    height: 350px;
    overflow-y: auto;
}

/* Google Marker Info */
div.gm-style-iw p {
    padding: 0;
}

div.gm-style-iw div.gmap-store-info a {
    float: right;
    display: block;
    z-index: 100;
    margin-right: 10px;
}

/*------------------------------------
    Australia Map
------------------------------------*/

#googlemap img {
  max-width: none;
}

#ausmap-wrapper {
    top: 40px;
}

#sub-header #ausmap {
    width: 258px;
    height: 233px;
    padding: 0;
    margin: 0 auto;
    background: url('http://media.hbfuller.com/designimages/ausmap.png') no-repeat;
    position: relative;
}

#sub-header #ausmap li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    float: none;
}

#sub-header #ausmap a {
    display: block;
    height: 100%;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
}

#sub-header #wa {
    left: 0px;
    top: 21px;
    width: 101px;
    height: 160px;
    z-index: 10;
}

#sub-header #wa a {
    text-align: center;
    padding-top: 80px !important;
    padding-left: 15px !important;
    color: #fff;
}

#sub-header #wa a:hover,
#sub-header #wa a.active {
    background: url('http://media.hbfuller.com/designimages/ausmap.png') 0 -254px no-repeat;
    text-decoration: none;
}

#sub-header #nt {
    left: 102px;
    top: 2px;
    width: 56px;
    height: 106px;
    z-index: 10;
}

#sub-header #nt a {
    text-align: center;
    padding-top: 60px !important;
    padding-left: 0px !important;
    color:#fff;
}

#sub-header #nt a:hover,
#sub-header #nt a.active {
    background: url('http://media.hbfuller.com/designimages/ausmap.png') -102px -235px no-repeat;
    text-decoration:none;
}

#sub-header #sa {
    left: 102px;
    top: 108px;
    width: 75px;
    height: 88px;
    z-index:10;
}

#sub-header #sa a {
    text-align: center;
    padding-top: 15px !important;
    padding-left: 0px !important;
    color: #fff;
}

#sub-header #sa a:hover,
#sub-header #sa a.active {
    background: url('http://media.hbfuller.com/designimages/ausmap.png') -102px -341px no-repeat;
    text-decoration: none;
}

#sub-header #tas {
    left: 200px;
    top: 212px;
    width: 25px;
    z-index:10;
}

#sub-header #tas a {
    text-align: center;
    padding-top: 2px !important;
    padding-left: 0px !important;
    color: #fff;
    letter-spacing: -1px;
}

#sub-header #tas a:hover,
#sub-header #tas a.active {
    background: url('http://media.hbfuller.com/designimages/ausmap.png') -200px -445px no-repeat;
    text-decoration: none;
}

#sub-header #qld {
    left: 159px;
    top: 0;
    width: 99px;
    height: 130px;
    z-index: 9;
}

#sub-header #qld a {
    text-align: center;
    padding-top: 80px !important;
    padding-right: 20px !important;
    color:#fff;
}

#sub-header #qld a:hover,
#sub-header #qld a.active {
    background: url('http://media.hbfuller.com/designimages/ausmap.png') -159px -466px no-repeat;
    text-decoration: none;
}

#sub-header #nsw {
    left: 178px;
    top: 123px;
    width: 80px;
    height: 66px;
    z-index: 10;
}

#sub-header #nsw a {
    text-align: center;
    padding-top: 20px !important;
    padding-right: 20px !important;
    color: #fff;
}

#sub-header #nsw a:hover,
#sub-header #nsw a.active {
    background: url('http://media.hbfuller.com/designimages/ausmap.png') -178px -356px no-repeat;
    text-decoration: none;
}

#sub-header #vic {
    left: 178px;
    top: 166px;
    width: 57px;
    height: 37px;
    z-index: 11;
}

#sub-header #vic a {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    color: #fff;
}

#sub-header #vic a:hover,
#sub-header #vic a.active {
    background: url('http://media.hbfuller.com/designimages/ausmap.png') -178px -632px no-repeat;
    text-decoration: none;
}

#sub-header #act {
    left: 224px;
    top: 167px;
    width: 40px;
    z-index: 12;
}

#sub-header #act a {
    text-align: right;
    padding-top: 0px !important;
    padding-right: 0px !important;
    color: #ea9034;
}

#sub-header #act a:hover,
#sub-header #act a.active {
    background: url('http://media.hbfuller.com/designimages/actdot.png') 0 0 no-repeat;
    text-decoration: none;
    color: #322e2b;
}

/*------------------------------------
    Contact Us
------------------------------------*/

#sub-header.contact {
    height: 380px;
    background: #eee;
}

#sub-header.contact h3 {
    padding-right: 75px;
}

#sub-header #contact-list {
    padding: 50px 0 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    font-weight: 100;
    width: 86%;
    line-height: 1.3;
}

#sub-header #contact-list li {
    float: none;
    padding: 0 0 20px 50px;
}

#sub-header #contact-list li.email {
    background: transparent url('http://media.hbfuller.com/designimages/icon-email.png') no-repeat left 8px;
}

#sub-header #contact-list li.email a {
    color: #185799;
    outline: none;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    text-transform: none;
    font-weight: inherit;
}

#sub-header #contact-list li.email a:hover {
    text-decoration: underline;
}

#sub-header #contact-list li.country,
#sub-header #contact-list li.phone {
    width: 50%;
    float: left;
}

#sub-header #contact-list li.country {
    text-transform: uppercase;
    font-weight: 800;
    background: transparent url('http://media.hbfuller.com/designimages/icon-country.png') no-repeat left 8px;
}

#sub-header #contact-list li.address {
    clear: both;
    background: transparent url('http://media.hbfuller.com/designimages/icon-address.png') no-repeat left 8px;
}

#sub-header.contact ul.full-width {
    padding-top: 52px;
}

#contact-form fieldset {
    float: left;
}

#contact-form input[type="text"],
#contact-form input[type="email"] {
    padding: 12px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
    color: #0156a0;
    font-weight: normal;
}

.form-row {
    margin-bottom: 19px;
}

.submit-row {
    margin-bottom: 0;
    height: 100%;
}

.first {
    margin-right: 20px;
}

.first,
.second {
    width: 48.9%;
}

.third {
    width: 100%;
}

.half {
    width: 48%;
}

.half input,
.full input,
.full textarea {
    width: 100%;
}

#contact-form input[type="submit"] {
    width: 235px;
    height: 50px;
    border: 0;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    float: right;
    background: transparent url('http://media.hbfuller.com/designimages/submit-btn.jpg') no-repeat scroll 0 0;
}

#contact-form ul.full-width li a {
    padding: 0 37px;
}

#contact-form ul.full-width {
    padding: 0 0 40px 0;
    margin-top: -120px;
}

#contact-tabs input {
    display: none;
}

/*------------------------------------
    Downloads
------------------------------------*/

#sub-header.downloads {
    height: 380px;
    background: #eee;
}

/*------------------------------------
    Base Page - About Us
------------------------------------*/

#sub-header.base-page {
    background: #eee;
}

/*------------------------------------
    Site Footer
------------------------------------*/

#site-footer {
    padding: 30px 0;
    background: transparent url('http://media.hbfuller.com/designimages/footer.jpg') repeat-x scroll 0 0;
}

#footer-nav {
    margin: 0;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 800;
    list-style: none;
    text-transform: uppercase;
}

#footer-nav li {
    float: left;
    margin-right: 18px;
}

#footer-nav li a {
    color: #fff;
    padding: 2px 5px;
}

#footer-nav li a:hover {
    background: #242f6b;
}

#social {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

#social li {
    float: left;
    margin-left: 5px;
}

#social li:first-of-type {
    margin-left: 0;
}

#social li a {
    width: 29px;
    height: 29px;
    display: block;
    background: transparent url('http://media.hbfuller.com/designimages/icons-social.png') no-repeat scroll 0 0;
}

#social li a.twitter {
    background-position: 0 0;
}

#social li a.twitter:hover {
    background-position: 0 -50px;
}

#social li a.facebook {
    background-position: -45px 0;
}

#social li a.facebook:hover {
    background-position: -45px -50px;
}

#social li a.youtube {
    background-position: -90px 0;
}

#social li a.youtube:hover {
    background-position: -90px -50px;
}

/*------------------------------------
    Forms
------------------------------------*/

input[type="text"],
input[type="email"],
textarea,
select {
    border: 1px #cccccc solid;
    color: #666;
    padding: 7px 12px;
    margin: 0;
    font-weight: 100;
    outline: none;
}

textarea {
    height: 190px;
}

textarea.error {
    height: 215px;
}

.search-btn {
    position: absolute;
    display: none;
    top: 40px;
    right: -15px;
}

input[type="submit"],
input[type="button"],
.search-btn {
    width: 41px;
    height: 41px;
    border: 0;
    background: #ccc url('http://media.hbfuller.com/designimages/icon-search.jpg') no-repeat scroll center center;
}

label.error {
    color: #cd4343;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding-left: 12px;
}

label.error.valid {
    display: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 50px;
    background: none;
}

.select-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: block;
    background: transparent url('http://media.hbfuller.com/designimages/select-arrow.jpg') no-repeat scroll 0 0;
}

/*------------------------------------
    Data Sheets
------------------------------------*/

#sub-header.data-sheets #tabs-container {
    margin-bottom: -45px;
}

#sub-header.data-sheets,
.page-filter {
    background: #eee;
}

.page-filter {
    border-top: 3px #fff solid;
    height: 81px;
    background: #fff url('http://media.hbfuller.com/designimages/data-filter.jpg') repeat-x scroll 0 0;
}

#sub-header #selected {
    padding: 0;
    margin: 0;
    width: 310px;
    top: 72px;
    list-style: none;
}

#sub-header #selected li {
    padding: 0;
    float: none;
    margin-bottom: 10px;
}

#sub-header #selected li a {
    color: #fff;
    font-size: 17px;
    padding: 0 27px;
    height: 60px;
    line-height: 60px;
    display: block;
    background: transparent url('http://media.hbfuller.com/designimages/dark-texture.jpg') repeat scroll center center;
}

#sub-header #selected li a span {
    display: block;
}

#sub-header #selected li a.filtered span {
    background: transparent url('http://media.hbfuller.com/designimages/icon-right-arrow.png') no-repeat scroll right center;
}

#sub-header #selected li a.download span {
    background: transparent url('http://media.hbfuller.com/designimages/icon-selected.png') no-repeat scroll right center;
    padding-right: 41px;
}

#sub-header #data-sheets-tabs {
    padding: 80px 0 0;
}

#sub-header #data-sheets-tabs li a {
    padding: 0 85px;
    width: 100%;
}

.vertical #tabs-container {
    overflow: hidden;
    width: 30%;
    float: left;
}

.vertical .alt-tabs li {
    width: 100%;
}

#product-details .tab {
    width: 67%;
    float: right;
}

.vertical #product-details ul.tabs {
    margin: 0;
}

.vertical ul.alt-tabs li a {
    width: 90%;
}

.vertical ul.alt-tabs li a.active {
    width: 100%;
}

.data-filters {
    padding: 20px 0 0 0;
    float: none;
}

.data-filters li {
    padding: 0;
}

.data-filters li a {
    padding: 20px 16px;
    font-size: 18px;
}

.data-filters li a.active {
    padding-bottom: 34px;
}

#dl-pdfs {
    float: right;
    margin-bottom: 20px;
}

#dl-pdfs li {
    float: left;
    margin-left: 20px;
    display: block;
}

#dl-pdfs li a {
    display: block;
    background-position: 90% center;
}

.select-all {
    background: transparent url('http://media.hbfuller.com/designimages/icon-select-all.jpg') no-repeat scroll left center;
    padding-left: 20px;
}

table {
    width: 100%;
    border-top: 1px #e2e2e2 solid;
}

table th {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}

table th,
table td {
    border-bottom: 1px #e2e2e2 solid;
    padding: 7px 0;
}

td.product {
    width: 24%;
}

td.class {
    width: 11%;
}

td.product-type {
    width: 35%;
}

td.downloads {
    width: 20%;
}

td.downloads span{
    width: 104px;
    display: inline-block;
}

td.select {
    width: 10%;
}

.msds {
    padding-right: 30px;
}

.dl-file {
    background: transparent url('http://media.hbfuller.com/designimages/icon-tds.jpg') no-repeat scroll left center;
    padding-left: 20px;
}

.center-text {
    text-align: center;
}

/*------------------------------------
    Mobile AND Tablet - Everything
------------------------------------*/

@media (max-width: 1279px) {

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    #sub-header h3 {
        padding: 40px 0 0;
    }

    #hero-nav .flex-direction-nav {
        display: none;
    }

    #range-hero img {
        left: auto;
        margin-left: 0;
    }

    #sub-header ul.alt-tabs li a {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    #sub-header .tabs.sub-nav {
        float: none;
        width: 100%;
        text-align: center;
    }

    #sub-header .tabs.sub-nav li,
    #sub-header ul li {
        padding: 0;
        float: left;
    }

    #sub-header #states li a {
        font-size: 18px;
    }

    #sub-header,
    #search-results,
    #sub-header.trade-range {
        background: #eeeeee;
        padding: 20px 0 15px 0;
    }

    #sub-header h2 {
        text-align: left;
        float: none;
    }

    #tabs-container {
        width: 30%;
        text-align: right;
    }

    #tabs-container.states-tab {
        width: 90%;
        margin: 0 auto;
    }

    #types,
    #colours {
        width: 100%;
        overflow: hidden;
    }

    #types,
    #colours,
    #notes,
    #product-content,
    #product-details {
        width: 100%;
    }

    #buy-me,
    #download {
        padding-bottom: 40px;
        overflow: hidden;
        width: 50%;
        float: left;
    }

    #types ul,
    #colours ul {
        font-size: 12px;
    }

    #sub-header ul.full-width li {
        float: left;
    }

    .state-search .col-md-3 {
        width: 25%;
        float: left;
    }

    /*------------------------------------
        Where to buy
    ------------------------------------*/

    #sub-header.where,
    #sub-header.fuller-ideas.tip {
        height: auto;
    }

    #ausmap-wrapper {
        display: none;
    }

    #search-filter {
        width: 100%;
        float: none;
        text-align: center;
    }

    #sub-header ul.sub-nav {
        float: left;
    }

    #sub-header.where #search-form,
    #sub-header.data-sheets #search-form {
        width: 90%;
        float: none;
        margin: 10px auto 0 auto;
    }

    /*------------------------------------
        Contact Us
    ------------------------------------*/

    .first, .second {
        margin-right: 0;
        width: 100%;
    }

    .form-row {
        margin-bottom: 15px;
    }

    #contact-form input[type="submit"] {
        top: 0;
    }

    #contact-form ul.full-width {
        margin: -40px 0 0 0;
        padding-bottom: 10px;
    }

    /*------------------------------------
        Data Sheets
    ------------------------------------*/

    #select-rows {
        width: 100%;
    }

    #sub-header.data-sheets {
        height: auto;
        padding-bottom: 0;
    }

    #sub-header.data-sheets #tabs-container {
        margin-bottom: 0;
    }

    #sub-header #selected {
        width: 100%;
        float: none;
        margin: 0 auto;
        top: 20px;
        overflow: hidden;
    }

    #sub-header #selected li {
        width: 100%;
    }

    #sub-header #selected li:first-child {
        float: left;
    }

    #sub-header #selected li:last-child {
        float: right;
    }

    #sub-header #data-sheets-tabs {
        padding: 0;
    }

    #sub-header #data-sheets-tabs li {
        clear: both;
        float: left;
    }

    #sub-header #data-sheets-tabs li a {
        padding: 0 29px;
    }

    .page-filter {
        height: auto;
        background: #eee;
    }

    .data-filters {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .data-filters {
        padding-top: 15px;
    }

    .data-filters li {
        padding-bottom: 15px;
    }

    #tip-img {
        text-align: center;
    }

    #tip-img img {
        padding-top: 0;
    }

    #back-btn-wrapper {
        padding: 20px 0 37px 0;
    }

    .h-product-image,
    .v-product-image {
        text-align: center;
        padding-bottom: 50px;
    }

    #sub-header.trade-range {
        background: #eee;
        text-align: center;
    }

    #sub-header .sub-nav li {

    }

    #sub-header ul li a {
        display: block;
        padding: 10px 17px;
    }

    #sub-header ul li a.active {
        padding-bottom: 10px;
        background: none;
    }

    /*------------------------------------
        Tablet tabs nav
    ------------------------------------*/

    .tablet-tabs-nav ul.closed {
        display: none;
    }

    .tablet-tabs-nav ul.open {
        display: block;
    }

    #tabs-container.tablet-tabs-nav {
        width: 70%;
        float: none;
        overflow: hidden;
        padding: 20px 0;
    }

    #tabs-container.tablet-tabs-nav.data-sheets {
        margin: auto;
        width: 90%;
    }

    .tablet-tabs-nav .tabs-nav {
        text-align: left;
        display: block;
        color: #888888 !important;
        height: 49px;
        margin-bottom: 2px;
        line-height: 49px;
        border: 0;
        width: 100%;
        padding: 0 29px;
        background: #ddd url('http://media.hbfuller.com/designimages/tabs-nav.jpg') no-repeat scroll right center;
    }

    .horizontal #product-details ul.tabs {
        width: 100%;
    }

    #sub-header .tablet-tabs-nav .tabs {
        padding: 0;
        text-align: left;
        width: 100%;
    }

    #sub-header .tablet-tabs-nav .tabs li {
        float: none;
        width: 100%;
        margin: 0;
        border: 0;
        margin-bottom: 2px;
    }

    #sub-header .tablet-tabs-nav .tabs li a,
    #sub-header .tablet-tabs-nav .tabs li a.active {
        background: #ddd;
    }

    #sub-header .tablet-tabs-nav .tabs li a {
        display: block;

        color: #888888 !important;
        height: 49px;
        line-height: 49px;
        font-size: 18px;
    }

    #sub-header .tablet-tabs-nav .tabs li a:hover {
        background: #ddd;
    }









}

/*------------------------------------
    Mobile TO Tablet ONLY
------------------------------------*/

@media (min-width: 641px) and (max-width: 1279px) {

    /*------------------------------------
        Primary Nav
    ------------------------------------*/

    #primary-nav ul {
        font-size: 18px;
    }

    #primary-nav ul li {
        margin: 0 0 0 -4px;
        width: 24%;
    }

    #primary-nav ul li a {
        padding: 0;
    }

    .nav-icon {
        display: none;
    }

    /*------------------------------------
        Site header
    ------------------------------------*/

    #branding.col-md-7 {
        width: 50%;
        float: left;
    }

    #site-search.col-md-5 {
        width: 50%;
        float: right;
    }

    #search-form {
        width: 100%;
    }

    #global-links {
        width: 100%;
        float: none;
        text-align: center;
        overflow: hidden;
    }
    #global-links li.performance,
    #global-links li.trade-shop {
        width: 48%;
    }

    #global-links li.performance {
        float: left;
    }

    #global-links li.trade-shop {
        float: right;
        margin-left: 0;
    }

    #global-links li a {
        font-size: 12px;
        padding: 5px 0;
        background: #eeeeee;
    }

    #global-links li.performance a span {
        background: none;
        padding: 0;
    }

    /*------------------------------------
        Home
    ------------------------------------*/

    .hero-content {
        margin-top: 4%;
        top: 0;
    }

    .hero h1 {
        font-size: 70px;
        margin-bottom: 10px;
    }

    .hero-content p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .hero-content a.find-out-more {
        font-size: 14px;
        width: 180px;
    }

    /*------------------------------------
        Sub Header
    ------------------------------------*/

     #product-details ul.alt-tabs li,
     #sub-header ul.full-width li,
     #contact-form ul.full-width li,
     #sub-header #states li {
        /*width: 50%;
        margin: 0;
        border: 1px #fff solid;
        text-align: center;*/
    }

    .v-product-image,
    #product-content {
        float: left;
    }

    .v-product-image {
        width: 30%;
    }

    #product-content {
        width: 70%;
    }

    .horizontal #product-content {
        width: 100%;
    }

    #buy-me,
    #download {

        padding-bottom: 20px;
    }

    .horizontal #buy-me,
    .horizontal #download {
        width: 50%;
        float: left;
    }

    .horizontal #product-details .tab {
        width: 66%;
    }

    .horizontal #product-details ul.tabs {
        width: 100%;
    }

    .horizontal #product-details ul.tabs li {
        width: 100%;
        text-align: right;
    }

    .horizontal #product-details #types,
    .horizontal #product-details #colours,
    .horizontal #product-details #notes {
        width: 50%;
        float: left;
    }

    .horizontal #product-details #notes {
        clear: none;
    }


    .vertical .alt-tabs li a {
        font-size: 14px;
        display: inline-block;
        padding: 0 14px;
    }

    #sub-header #states {

    }

    #sub-header #states li {

    }

    #sub-header #states li a {

    }
    .horizontal #tab-accessories ul.h li {
        width: 50%;
        float: left;
    }

    /*------------------------------------
        Contact Us
    ------------------------------------*/

    #contact-form ul.full-width li {
        width: 50%;
        float: left;
    }

    /*------------------------------------
        Data Sheets
    ------------------------------------*/

    #sub-header #selected li a {
        font-size: 16px;
        padding: 0 20px;
    }

}

@media (max-width: 1160px) {

    .page-arrows {
        top: 5px;
        width: 40px;
        height: 40px;
        background: transparent url('http://media.hbfuller.com/designimages/product-page-arrows-mobile.jpg') no-repeat scroll 0 0;
    }

    .page-arrows.next {
        background-position: -40px 0;
    }

    #product-view .container {
        padding-top: 40px;
    }

}

@media (max-width: 992px) {

    #sub-header.contact {
        height: auto;
    }

    #sub-header.contact h3 {
        padding: 40px 0;
    }

    #sub-header #contact-list {
        float: none;
        padding: 0;
        width: 100%;
    }

    #sub-header #contact-list li {
        text-align: left;
    }

    .home-content .center-list {
        padding: 20px 0 0;
    }

    .home-content .center-list li {
        width: 44%;
    }

    .home-content .center-list li a {
        display: block;
    }

    #googlemap {
        width: 80%;
        margin: 0 auto;
    }

    #footer-nav {
        text-align: center;
        font-size: 14px;
        padding: 0;
    }

    #footer-nav li {
        float: none;
        margin: 0;
        padding-bottom: 5px;
        display: inline-block;
    }

    #social {
        float: none;
        text-align: center;
        padding-top: 15px;
    }

    #social li {
        float: none;
        display: inline-block;
        margin: 0 3px;
    }

}

@media (max-width: 800px) {

    /*------------------------------------
        Site Footer
    ------------------------------------*/



    .headline a {
        float: left;
        margin-top: 20px;
    }

}

/*------------------------------------
    iPad Landscape
------------------------------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .hero .hero-content {
        padding-top: 65px;
    }

}

/*------------------------------------
    iPad Portrait
------------------------------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .hero .hero-content {
        padding-top: 35px;
    }

    .three li {
        width: 240px;
    }

    #other-formats .product-listing li {
        width: 165px;
    }

}

/*------------------------------------
    Tablet Portrait
------------------------------------*/

@media (min-width: 768px) {

    .container {
        width: 100%;
    }

}

/*------------------------------------
    Mobile
------------------------------------*/

@media (max-width: 640px) {

    .hide-mobile {
        display: none !important;
    }

    #hero-nav {
        top: 0;
        margin-top: 0;
        background: #fff;
    }

    h2 span {
        display: block;
        line-height: 1.3;
    }

    .more-info {
        float: left;
    }

    .row {
        margin: 0;
    }

    .center-list {
        width: 100%;
        text-align: left;
    }

    .home-content .center-list li {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
        float: none;
        overflow: hidden;
    }

    .home-content .center-list .more-info {
        display: block;
        width: 100%;
    }

    /*------------------------------------
        Site header
    ------------------------------------*/

    #site-header {
        height: auto;
    }

    #site-logo {
        width: 161px;
        height: auto;
        margin: 40px 0;
        float: left;
    }

    #site-search {
        /* display: none; */
    }
    #search-form {
        margin-bottom: 10px;
    }
    .search-btn {
        display: none;
    }

    #sub-header .tabs.sub-nav li {
        display: block;
    }

    /*------------------------------------
        Primary Nav
    ------------------------------------*/

    #primary-nav .container {
        height: auto;
        padding: 0;
        display: block;
    }

    #nav-bg,
    .texture,
    .grad {
        height: 60px;
    }

    .burger {
        display: block;
        width: 100%;
        height: 60px;
    }

    .burger span {
        position: absolute;
        display: block;
        width: 29px;
        height: 24px;
        top: 19px;
        right: 16px;
        background: url('http://media.hbfuller.com/designimages/burger.png') no-repeat scroll 0 0;
    }

    .burger.open span {
        background-position: 0 -49px;
    }

    #primary-nav ul {
        line-height: normal;
        text-align: left;
        display: none;
        background: #074187;
    }

    #primary-nav ul li {
        display: block;
        margin: 0;
        border-top: 1px #476296 solid;
    }

    #primary-nav ul li a {
        padding: 16px 30px 16px 67px;
    }

    .nav-icon {
        margin-right: 25px;
        top: 14px;
    }

    /*------------------------------------
        Hero
    ------------------------------------*/

    .hero .hero-content {
        top: 10px;
        width: 100%;
    }

    .hero-content a.find-out-more {
        display: none;
    }

    .hero h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .hero-content p {
        font-size: 16px;
        margin-bottom: 0;
    }

    #range-hero {
        min-height: 380px;
    }

    /*------------------------------------
        Flexslider
    ------------------------------------*/

    .flex-control-paging li a,
    .flex-control-paging li a:hover {
        width: 22px;
        height: 22px;
        background: transparent url('http://media.hbfuller.com/designimages/flexslider-mobile-dots.jpg') no-repeat scroll 0 0;
    }

    .flex-control-paging li a.flex-active,
    .flex-control-paging li a.flex-active:hover {
       background: transparent url('http://media.hbfuller.com/designimages/flexslider-mobile-dots.jpg') no-repeat scroll 0 -22px;
    }

    .flex-control-nav {
        bottom: 0;
        position: relative;
        padding: 15px 0 0;
    }

    #home-img {
        clear: both;
    }

    /*------------------------------------
        Product Listing
    ------------------------------------*/

    .product-listing li,
    .product-listing.multirow.six li {
        width: 49%;
        margin: 0;
    }

    .product-listing.three li {
        width: 100%;
        margin: 0;
    }

    #diy-range .product-listing a {
        font-size: 20px;
    }

    #alt-products a {
        font-size: 16px;
    }

    /*------------------------------------
        Home
    ------------------------------------*/

    #page-content.home-content {
        padding: 45px 0;
    }

    #primary-nav ul li.active a {
        height: auto;
    }

    /*------------------------------------
        Products
    ------------------------------------*/

    #sub-header h2 {
        font-size: 30px;
        padding-bottom: 0;
    }

    #product-search #search-form {
        width: 100%;
        padding-bottom: 10px;
    }

    ::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 25px;
        padding: 0;
    }

    :-moz-placeholder { /* Firefox 18- */
        font-size: 14px;
        line-height: 25px;
        padding: 0;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
        font-size: 14px;
        line-height: 25px;
        padding: 0;
    }

    :-ms-input-placeholder {
        font-size: 14px;
        line-height: 25px;
        padding: 0;
    }

    #buy-me,
    #download,
    #product-details .tab,
    #contact-form ul.full-width,
    #contact-form ul.full-width li {
        width: 100%;
        float: none;
    }

    #product-details ul.alt-tabs li,
    #sub-header ul.full-width li,
    #sub-header #states li,
    .tabs-nav {
        width: 100%;
        margin: 0;
        border: 1px #fff solid;
        text-align: center;
    }

    #sub-header #states.tabs {

    }

    #sub-header #states.tabs li {
        border: 0;
        margin-bottom: 2px;
    }

    #sub-header #states.tabs li a {
        display: block;
        color: #888888 !important;
        height: 49px;
        line-height: 49px;
        font-size: 18px;
    }

    #sub-header.where .tabs-nav {
        text-align: left;
        display: block;
        color: #888888 !important;
        height: 49px;
        margin-bottom: 2px;
        line-height: 49px;
        border: 0;
        width: 100%;
        background: #ddd url('http://media.hbfuller.com/designimages/tabs-nav.jpg') no-repeat scroll right center;
    }

    #product-details ul.tabs li {
        float: left;
        margin-bottom: 0;
    }

    .horizontal #product-details ul.tabs {
        width: 100%;
    }

    #product-details ul.tabs {
        margin: 0;
    }

    #product-details .tab {
        clear: both;
    }

    #download {
        padding-bottom: 0;
    }

    #product-details .tab {
        width: 100% !important;
        float: none !important;
    }

    /*------------------------------------
        Tabs
    ------------------------------------*/

    .page-filter ul.closed,
    #sub-header.product-section .closed {
        display: block !important;
    }

    ul.closed {
        display: none;
    }

    ul.open {
        display: block;
    }

    #tabs-container.tablet-tabs-nav,
    #sub-header.where ul.full-width {
        width: 100%;
    }

    #sub-header.where ul.full-width {
        padding: 0;
    }

    #tabs-container.states-tab {
        padding: 20px 0;
        overflow: hidden;
    }

    .tabs li a {
        background: #eeeeee;
        text-align: left;
    }

    #sub-header #states li a,
    #sub-header #states li a.active {
        background: #ddd;
    }

    #tabs-container,
    .vertical #tabs-container {
        width: 100%;
    }

    .tabs.closed li.first-tab {
        /*display: block;*/
    }

    .tab {
        padding-top: 15px;
    }

    .tabs-nav {
        text-align: left;
        display: block;
        color: #888888 !important;
        height: 49px;
        line-height: 49px;
        background: #eeeeee url('http://media.hbfuller.com/designimages/tabs-nav.jpg') no-repeat scroll right center;
    }

    #product-details ul.tabs li a {
        display: block;
        background: #eeeeee;
        color: #888888 !important;
        height: 49px;
        line-height: 49px;
        width: 100%;
    }

    #other-formats .product-listing li {
        width: 50%;
        float: left;
    }

    .state-search .col-md-3 {
        width: 100%;
    }

    #sub-header #states li a,
    #contact-form ul.full-width li a {
        font-size: 14px;
    }

    /*------------------------------------
        Contact Us
    ------------------------------------*/

    #sub-header #contact-list {
        font-size: 16px;
    }

    #contact-form ul.full-width li {
        margin-bottom: 2px;
    }

    #sub-header #contact-list li.phone {
        padding-left: 0;
        text-align: right;
    }

    /*------------------------------------
        Data Sheets
    ------------------------------------*/

    #tabs-container.tablet-tabs-nav.data-sheets {
        width: 100%;
    }

    table {
        font-size: 15px;
    }

    .class,
    .select,
    .product-type {
        display: none;
    }

    #sub-header #selected {
        width: 100%;
    }

    #sub-header #selected li {
        width: 100%;
    }

    #sub-header #selected li a {
        font-size: 16px;
    }

    #sub-header #selected li:first-child,
    #sub-header #selected li:last-child {
        float: none;
    }

    #sub-header.data-sheets #search-form {
        width: 100%;
    }

    #sub-header #data-sheets-tabs {

    }

    #dl-pdfs li {
        width: 100%;
        margin: 0;
    }

    #dl-pdfs li a {
        width: 100%;
    }

    /*------------------------------------
        Fuller Ideas
    ------------------------------------*/

    .steps {
        padding: 0;
    }

    .steps li span {
        width: 12%;
    }

    .steps li p {
        float: left;
        width: 88%;
    }

    #tip-img img {
        padding-top: 0;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding: 0;
    }

    /*------------------------------------
        Where To Buy
    ------------------------------------*/
    #postcode-search .listing div.list-content > ul > li {
        width: 100%;
    }

    div.gmap-results {
        margin-bottom: 10px;
    }
}

/* Small Phones */
@media (max-width: 375px) {
    #search-form {
        width: 288px;
    }
}

.ie8 #sub-header #selected li {
    margin-right: 18px;
}

.ie .product-listing li a,
.ie .product-listing.single a {
    background: #f6f6f6;
}

.clear {
    clear: both;
}
