/*    background: #D3D4D6 url('../images/body-bg.jpg') repeat-y top center; */
body.sub {
    color: #565656;
}

body.photospan {
    background: #232323 url(../images/home-blades.jpg) no-repeat top center fixed;
    color: #343434;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.5;
    color: #0057B8;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 30px;
    margin-bottom: 8px;
}

h2 {
    font-size: 21px;
    margin-bottom: 5px;
}

h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

h4, h5, h6 {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: bold;
}

p {
    margin: 0 0 20px 0;
}

header {
    padding: 10px 0 0 0;
}

/*header .logo 								{ padding:15px 0 0 0; width:218px; margin:0; }*/
header .logo {
    padding: 15px 0 0 0;
    margin: 0;
}

header aside.forms {
    float: right;
    width: 160px;
    padding: 5px 0;
}

header aside.forms form {
    float: right;
    display: inline;
}

header aside.forms form.search {
    width: 192px;
    padding-left: 15px;
    border-left: 1px #dedede dotted;
    margin: 0 0 0 25px;
}

header aside.forms input[type=text],
header aside.forms select {
    padding: 6px;
    width: 150px;
    margin: 0 0 5px 0;
    color: #898989;
}

header aside.forms input[type=text] {
    border-right: none;
    padding: 3px;
    float: left;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    font-style: italic;
}

header aside.forms input[type=image] {
    width: auto;
    display: block;
    margin: 0;
    height: 24px;
    width: 24px;
    border: 0;
    float: left;
    border-collapse: collapse;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.ie9 header aside.forms input[type=text] {
    padding: 4px 3px;
}

ul#mainmenu,
ul#mainmenu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul#mainmenu {
    width: 940px;
    margin-left: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #0057B8 /*url('../images/menu-bg.png') repeat-x 0 0*/;
    border: 1px #0076BF solid;
}

ul#mainmenu ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    -moz-box-shadow: 0 0 5px #565656;
    -webkit-box-shadow: 0 0 5px #565656;
    box-shadow: 0 0 5px #565656;
    background-color: #ffffff;
    padding: 0;
    min-width: 200px;
}

ul#mainmenu li:hover > * {
    display: block;
}

ul#mainmenu li {
    position: relative;
    display: block;
    white-space: nowrap;
    font-size: 0;
    float: left;
}

ul#mainmenu li:hover {
    z-index: 1;
}

ul#mainmenu {
    font-size: 0;
    z-index: 999;
    position: relative;
    display: inline-block;
    zoom: 1;
    padding: 0;
    *display: inline;
}

* html ul#mainmenu li a {
    display: inline-block;
}

ul#mainmenu > li {
    margin: 0;
}

ul#mainmenu a:active, ul#mainmenu a:focus {
    outline-style: none;
}

ul#mainmenu a {
    display: block;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #E1F4FF;
    cursor: pointer;
    padding: 12px 37px;
    background-color: #0073BA;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #005193;
    background: #0057b8 /* url('../images/menu-bg.png') repeat-x 0 0 */;
}

ul#mainmenu ul li {
    float: none;
    margin: 0;
}

ul#mainmenu ul a {
    text-align: left;
    padding: 6px 20px;
    background-color: #FFFFFF;
    background-image: none;
    border-width: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    color: #787878;
    text-decoration: none;
    border-bottom: 1px #cdcdcd solid;
}

ul#mainmenu li:hover > a,
ul#mainmenu li a.pressed {
    background-color: #00386C;
    background-image: none;
    color: #ffffff;
    text-decoration: none;
}

ul#mainmenu span {
    display: block;
    overflow: visible;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 0px;
}

ul#mainmenu ul li:hover > a,
ul#mainmenu ul li a.pressed {
    background-color: #e8e8e8;
    background-image: none;
    color: #004880;
    text-decoration: none;
}

ul#mainmenu li.topfirst > a {
    border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
}

ul#mainmenu ul li a.all {
    background: #eee;
    display: block;
    border-bottom: none;
    font-style: italic;
}

/**
*
**/

section.intro-widget {
    margin-left: 10px;
    width: 900px;
    background: url(../images/start-widget-bg.png) repeat-x 0 0;
    padding: 5% 0 8% 3.5%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px #ffffff solid;
}

section.intro-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.intro-widget ul li {
    margin: 0;
    padding: 3px 0;
}

section.intro-widget ul.col1,
section.intro-widget ul.col2 {
    width: 49%;
    float: left;
    font-size: 11px;
}

section.intro-widget h2.step {
    padding: 30px 0 10px 0;
    color: #232323;
    font-size: 20px;
}

section.intro-widget h2.step.one {
    background: url(../images/h2-step1-bg.png) no-repeat 0 0;
}

section.intro-widget h2.step.two {
    background: url(../images/h2-step2-bg.png) no-repeat 0 0;
}

section.intro-widget h3 {
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;
}

section.intro-widget a,
section.intro-widget a:active,
section.intro-widget a:visited {
    padding: 5px 10px;
    text-decoration: none;
    color: #0057B8;
    border: 0;
}

section.intro-widget a:hover,
section.intro-widget a.active,
section.intro-widget a.active:hover {
    background: #0057B8;
    color: #fff;
}

section.intro-widget div.js-continents ul li {
    border-bottom: 1px #9b9b9b solid;
}

section.intro-widget div.js-continents ul li:last-child {
    border-bottom: none;
}

section.intro-widget div.js-continents ul li a {
    font-size: 18px;
    display: block;
}

section.intro-widget div.js-countries ul li a {
    color: #565656;
}

section.intro-widget div.js-countries ul li a:hover,
section.intro-widget div.js-countries ul li a.active,
section.intro-widget div.js-countries ul li a.active:hover {
    background: #0057B8;
    color: #fff;
}

section.intro-widget div.js-countries div {
    display: none;
}

section.intro-widget div.js-countries div.show {
    display: block;
}

section.intro-widget div.js-languages div,
section.intro-widget div.js-languages div a.button-go {
    display: none;
}

section.intro-widget div.js-languages div.show,
section.intro-widget div.js-languages div a.button-go.show {
    display: inline-block;
}

section.intro-widget div.js-languages div ul {
    margin-bottom: 40px;
}

section.intro-widget div.js-languages div a.button-go {
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
}

section.intro-widget div.js-languages div a.button:hover {
    background: #00386C;
}

section.intro-widget div.next {
    display: none;
}

section.intro-widget div.next.show {
    display: block;
}

body.photospan section.intro-widget .eleven.columns {
    background: url(../images/map-bg.png) no-repeat 200px 70px;
}

a#countries,
a#lang {
    display: none;
}

section.finder {
    background: #ffffff url(../images/subnav-bg.png) repeat-y 0 0;
    border: 1px #D9D9D9 solid;
    padding: 2% 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

section.finder form {
    padding: 1% 5% 2.25% 5%;
    width: 85% !important;
    margin: 0 0 0 2% !important;
}

section.finder h2 {
    font-size: 21px;
    color: #0057B8;
    border-bottom: 1px #bdbdbd solid;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px #ffffff;
}

section.finder form p {
    font-size: 12px;
    color: #898989;
    border-top: 1px #fff solid;
    padding-top: 10px;
    min-height: 64px;
}

section.finder form select {
    width: 100%;
    padding: 5px;
    background: #ffffff;
    border-color: #ababab;
}

section.finder form input[type=submit] {
    margin: -5px 0 10px 0;
    float: right;
}

.ie7 section.finder form input[type=submit] {
    padding: 5px 4px 8px 4px;
    border: none;
}

aside.sidebar nav,
aside.sidebar section {
    margin-bottom: 30px;
}

aside.sidebar h3 {
    color: #484848;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px #2978AD solid;
}

aside.sidebar nav.subnav ul {
    background: #ffffff url(../images/subnav-bg.png) repeat-y 0 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px #D9D9D9 solid;
    border-top: 1px #D9D9D9 solid;
}

aside.sidebar nav.subnav ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px #D9D9D9 solid;
}

aside.sidebar nav.subnav ul li a {
    color: #565656;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 7px 15px 7px 10px;
    font-size: 12px;
}

aside.sidebar nav.subnav ul li a:hover {
    background: #0057B8;
    color: #ffffff;
}

aside.sidebar nav.subnav ul li ul {
    background: none;
    border: 0;
    border-top: 1px #D9D9D9 solid;
    list-style: none;
}

aside.sidebar nav.subnav ul li ul li {
}

aside.sidebar nav.subnav ul li ul li:last-child {
    border: 0;
}

aside.sidebar nav.subnav ul li ul li a {
    padding-left: 30px;
}

aside.sidebar nav.subnav ul li.exp a {
    background: transparent url(../images/subnav-exp-bg.png) no-repeat 100% 50%;
}

aside.sidebar nav.subnav ul li.exp ul a {
    background: none;
    color: #565656;
}

aside.sidebar nav.subnav ul li.exp ul li a {
    background: none;
}

aside.sidebar nav.subnav ul li.exp a:hover {
    background: #0057B8 url(../images/subnav-exp-bg.png) no-repeat 100% 50%;
    color: #ffffff;
}

aside.sidebar nav.subnav ul li.exp ul a:hover {
    background: #0057B8;
    color: #ffffff;
}

aside.sidebar nav.subnav ul li.active a,
aside.sidebar nav.subnav ul li.exp ul li.active a {
    color: #0082D9;
}

aside.sidebar nav.subnav ul li.active a:hover,
aside.sidebar nav.subnav ul li.exp ul li.active a:hover {
    color: #ffffff;
    background-color: #0057B8;
}

aside.sidebar section.callout a img {
    margin: 0 20px;
}

.container aside.four.columns.sidebar {
    /* override skeleton */
    padding-right: 10px;
    width: 200px;
}

article.content {
    /*override skeleton */
    float: left;
    width: 720px;
}

article.content img.scale {
    width: 100%;
    height: auto;
}

article.content .home-news {
    background: #f5f5f5;
    padding: 5px 0;
}

article.content .home-news .news-summary {
    margin: 10px 15px;
    border-top: 1px #ededed solid;
    padding-top: 20px;
}

article.content .home-news .news-summary:first-child {
    border-top: none;
    padding-top: 0;
}

article.content .home-news .news-summary h3 {
    margin: 0 0 3px 0;
    padding: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
}

article.content .home-news .news-summary a {
    color: #0171B9
}

article.content .home-news .news-summary p.date {
    margin: 0 0 5px 0;
    font-size: 11px;
    font-style: italic;
}

article.content .home-news .news-summary p.summary {
    font-size: 12px;
}

article.content .home-news .news-summary a.more {
    font-size: 11px;
}

footer p {
    font-size: 11px;
    color: #ababab;
    text-align: left;
}

footer p a {
    color: #ffffff;
}

footer p a:hover {
    text-decoration: none;
}

footer p a.spec {
    border: 0;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

div.footerspan {
/*    width: 1000px; */
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    background: #0057b8;
/*    border-top: 5px #232323 solid; */
}

div.footerspan footer {
    background: url(../images/footer-bg.jpg) no-repeat top center;
    min-height: 200px;
    margin-bottom: 0;
    border: 0;
}

div.footerspan footer p {
    margin-bottom: 0;
    border: 0;
}

nav.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.breadcrumb ul li {
    float: left;
}

nav.breadcrumb ul li span {
    font-size: 12px;
    display: block;
    padding: 0 8px;
    border-right: 1px #ccc dotted;
}

nav.breadcrumb ul li a:hover {
    text-decoration: none;
}

nav.breadcrumb ul li:last-child span,
nav.breadcrumb ul li:last-child a span {
    border: 0;
}

section.products.grid div h4,
section.products.grid div h4 a {
    margin-bottom: 0px;
    color: #0057B8;
}

section.products.grid div h4 a:hover {
    text-decoration: none;
}

section.products.grid div span.sku {
    font-size: 11px;
    display: block;
    padding: 0 0 5px 0;
}

section.products.grid div p {
    font-size: 12px;
    margin-bottom: 10px;
}

section.products.grid div a.button {
    padding: 5px 8px;
}

section.products.grid a img {
    border: 1px #ccc solid;
}

section.products.grid a:hover img {
    border-color: #0057B8;
}

section.controlbar {
    background: #ccc;
    margin: 0 10px 40px 10px;
    padding: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

section.controlbar form {
    float: left;
    padding: 5px;
    margin: 0;
    width: 215px;
    display: inline;
}

section.controlbar form input[type=text],
section.controlbar form select {
    padding: 3px;
    width: 170px;
    margin: 0;
    color: #898989;
}

section.controlbar form select {
    width: 190px;
}

section.controlbar form input[type=text] {
    border-right: none;
    padding: 3px;
    float: left;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    font-style: italic;
}

section.controlbar form input[type=image] {
    width: auto;
    display: block;
    margin: 0;
    height: 24px;
    width: 24px;
    float: left;
    border: 0;
    border-collapse: collapse;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.ie9 section.controlbar form input[type=text] {
    padding: 4px 3px;
}

.formbox h3 {
    color: #018F04;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}

.formproduct {
    background: #4B4B4B;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
}

.formproduct label {
    color: #fff;
    font-weight: normal;
    margin: 0;
}

.formproduct input[type=text] {
    width: 98%;
    padding: 2% 1%;
    background: #EDEDED;
}

.formproduct select {
    background: #ededed;
    padding: 2% 1%;
    width: 100%;
}

.formproduct input[type=submit] {
    background: #00AC04;
    color: #FFFFFF;
    border: 0;
    text-shadow: none;
    font-size: 20px;
    width: 100%;
}

.formproduct input[type=submit]:hover {
    background: #008003;
    color: #FFFFFF;
    border: 0;
    text-shadow: none;
    font-size: 20px;
    width: 100%;
}

.product-details-top .photo-active {
    border: 1px #ccc solid;
}

.product-details-top .photo-active:hover {
    border-color: #0076BF;
}

.product-details-top .photo-active img {
    display: block;
}

.product-details-top .photo-nav ul,
.product-details-top .photo-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-details-top .photo-nav ul {
    margin-top: 20px;
    margin-left: 5px;
}

.product-details-top .photo-nav ul li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
}

.product-details-top .photo-nav ul li img {
    width: 100%;
    height: auto;
    border: 1px #ccc solid;
    display: block;
}

.product-details-top .photo-nav ul li img:hover {
    border-color: #0057B8;
}

.ie .product-details-top .photo-nav ul {
    margin-left: 0px;
}

.product-documents {
    margin: 20px 0;
}

.sharethis {
    margin: 10px 0 20px 0;
}

.button.white {
    background: #dcdcdc url(../images/wbutton.png) repeat-x 0 0;
    border: 1px #ababab solid;
    color: #00528E;
    text-shadow: 0px 0px 1px #ffffff;
    font-size: 13px;
    margin-bottom: 10px;
}

.button.white:hover {
    background-image: none;
}

.button.white.pdf span {
    background: url(../images/icon-pdf.png) no-repeat 0 0;
    padding: 3px 5px 3px 30px;
}

p.instruction {
    background: #FFFFCC;
    padding: 15px;
    border: 2px #FF9933 dashed;
    margin-top: 5px;
}

p.mobile {
    display: none;
}

.product-details-additional {
    padding-bottom: 40px;
}

.product-details-additional table {
    width: 100%;
    text-align: left;
    border: 1px #414141 solid;
    font-size: 12px;
}

.product-details-additional table td {
    border-right: 1px #C0C0C0 solid;
}

.product-details-additional table thead tr th {
    background: #0057B8 /* url(../images/menu-bg.png) repeat-x 0 0*/;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 8px;
    border-right: 1px #004a83 solid;
    text-align: left;
}

.product-details-additional table tbody tr td {
    padding: 5px 8px;
}

.product-details-additional table tbody tr:nth-of-type(even) td {
    background: #E6E6E6;
}

.product-details-additional table tbody tr td:first-child {
    background: #F9FA9C;
}

.product-details-additional table tbody tr:nth-of-type(even) td:first-child {
    background: #F0F193;
}

.product-details-additional table tbody tr td:last-child {
    border: 0;
}

.infograph img {
    width: 100%;
    height: auto;
}

/* breakpoint_1 */
body:after {
    display: none;
    content: 'breakpoint_1';
}

.flexslider {
    max-width: 1080px;
    margin: 0 auto;
}

/********* MEDIA QUERIES **********/

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

    aside.sidebar section.callout a img {
        margin: 0;
    }

    body {
        background: none;
    }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    body:after {
        display: none;
        content: 'breakpoint_2';
    }

    .container aside.four.columns.sidebar {
        /* override skeleton */
        width: 155px;
    }

    header aside.forms {
        width: 493px;
    }

    header aside.forms form.search {
        width: 172px;
        padding-left: 5px;
        margin: 0 0 0 15px;
    }

    header aside.forms input[type=text],
    header aside.forms select {
        padding: 3px;
        width: 140px;
        margin: 0 0 0 10px;
    }

    header aside.forms form.search input[type=text] {
        padding: 4px 3px;
        width: 120px;
    }

    section.finder h2 {
        font-size: 18px;
        color: #0057B8;
        border-bottom: 1px #bdbdbd solid;
        padding-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 5px;
        text-shadow: 1px 1px 1px #ffffff;
    }

    body.sub article.content {
        /*override skeleton */
        width: 570px;
    }

    section.intro-widget,
    section.start-widget {
        width: 97%;
    }

    section.intro-widget div.js-continents ul li a {
        font-size: 15px;
    }

    section.start-widget form {
        padding: 1% 2% 2% 2% !important;
        width: 18.5% !important;
        margin: 0 0 0 2% !important;
    }

    section.start-widget form select {
        font-size: 12px;
    }

    ul#mainmenu {
        width: 748px;
    }

    ul#mainmenu a {
        font-size: 12px;
        padding: 12px 32px;
    }

    aside.sidebar nav.subnav ul li ul li a {
        padding-left: 20px;
        font-size: 11px;
    }

    section.controlbar form {
        width: 170px;
    }

    section.controlbar form input[type=text] {
        width: 135px;
    }

    section.controlbar form select {
        width: 190px;
    }

    div.formbox h3 {
        font-size: 18px;
    }

    div.formbox form input[type=submit] {
        font-size: 14px !important;
    }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    body:after {
        display: none;
        content: 'breakpoint_3';
    }

    aside.sidebar section {
        display: none;
    }

    aside.sidebar section.finder {
        display: block;
    }

    section.slider {
        display: none;
    }

    ul#mainmenu {
        background: none;
        border: 0;
        width: 300px;
        margin-left: 60px;
    }

    ul#mainmenu ul {
        display: none;
        position: absolute;
        left: 8px;
        top: 100%;
        min-width: 200px;
    }

    ul#mainmenu li {
        position: relative;
        display: block;
        white-space: nowrap;
        font-size: 0;
        float: left;
        width: 100%;
    }

    ul#mainmenu a {
        display: block;
        font-size: 14px;
        padding: 12px 40px;
        border: 0;
        background: #0057B8 /*url('../images/menu-bg.png') repeat-x 0 0*/;
        margin-top: 5px;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
    }

    ul#mainmenu ul li {
        float: none;
        margin: 0;
    }

    ul#mainmenu ul a {
        padding: 8px 20px;
        font-size: 13px;
        font-weight: normal;
        color: #787878;
        border-bottom: 1px #cdcdcd solid;
        margin-top: 0;
    }

    ul#mainmenu li.topfirst > a {
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
    }

    nav.breadcrumb {
        margin: 0 0 20px 0;
    }

    div.footerspan footer {
        background: none;
        min-height: 200px;
        margin-bottom: 0;
        border: 0;
    }

    section.controlbar form {
        width: 190px;
    }

    section.controlbar form input[type=text] {
        width: 155px;
    }

    section.controlbar form select {
        width: 186px;
    }

    section.intro-widget {
        padding: 0;
    }

    section.intro-widget,
    section.start-widget {
        width: 95%;
        background: #efefef;
    }

    section.start-widget form {
        padding: 7% !important;
        width: 80% !important;
        margin: 0 0 0 2% !important;
    }

    section.start-widget form select {
        font-size: 13px;
    }

    section.start-widget form p {
        font-size: 13px;
        color: #676767;
        min-height: 0;
    }

    .adjuster {
        width: 100% !important;
    }

    .js-continents,
    .js-countries,
    .js-languages {
        width: 100% !important;
    }

    .js-continents a {
        padding: 10px 20px !important;
    }

    section.intro-widget h2.step {
        padding: 5px 20px;
        color: #fff;
        margin: 0;
        display: block;
        -webkit-border-top-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius-topleft: 7px;
        -moz-border-radius-topright: 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    section.intro-widget h2.step.padfix {
        margin-top: 30px;
    }

    section.intro-widget h2.step.one {
        background: #0057b8 /* url('../images/menu-bg.png') repeat-x 0 0*/ ;
    }

    section.intro-widget h2.step.two {
        background: #0057B8 /* url('../images/menu-bg.png') repeat-x 0 0*/ ;
    }

    p.mobile {
        display: block;
    }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    ul#mainmenu {
        width: 300px;
        margin-left: 0px;
    }

    .container aside.four.columns.sidebar {
        /* override skeleton */
        width: 300px;
    }

    article.content {
        /*override skeleton */
        width: 300px;
    }

    header .logo img {
        margin: 0 0 20px 42px;
    }

    header aside.forms {
        float: none;
        width: 250px;
        padding: 5px 0;
        margin-left: 24px;
    }

    header aside.forms form {
        float: none;
    }

    header aside.forms form.search {
        width: 240px;
        border: 0;
    }

    header aside.forms select {
        width: 230px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    header aside.forms input[type=text] {
        width: 200px
    }

    aside.sidebar nav {
        width: 250px;
        margin: 0 0 40px 24px;
    }

    section.controlbar {
        margin-left: 40px;
        margin-right: 40px;
    }

    section.intro-widget ul.col1,
    section.intro-widget ul.col2 {
        width: 90%;
        float: none;
        font-size: 13px;
        margin-left: 10%;
    }

    section.intro-widget ul.col1 li,
    section.intro-widget ul.col2 li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    section.finder {
        width: 100%;
        background: #fdfdfd;
        margin-left: 0;
    }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    ul#mainmenu {
        width: 300px;
        margin-left: 60px;
    }

    section.finder {
        width: 70%;
        background: #fdfdfd;
        margin-left: 15%;
    }

    .container aside.four.columns.sidebar {
        /* override skeleton */
        width: 420px;
    }

    article.content {
        /*override skeleton */
        width: 420px;
    }

    header .logo img {
        margin: 0 0 20px 98px;
    }

    header aside.forms {
        float: none;
        width: 250px;
        padding: 5px 0;
        margin-left: 82px;
    }

    header aside.forms form {
        float: none;
    }

    header aside.forms form.search {
        width: 240px;
        border: 0;
    }

    header aside.forms select {
        width: 230px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    header aside.forms input[type=text] {
        width: 200px
    }

    aside.sidebar nav {
        width: 250px;
        margin: 0 0 40px 82px;
    }

    article.content section.row div.six.columns {
        width: 380px;
        margin-left: 20px;
        margin-right: 20px;
    }

    article.content section.row div.four.columns {
        width: 340px;
        margin-left: 40px;
        margin-right: 40px;
    }

    article.content section.row div.three.columns {
        width: 190px;
        margin-left: 10px;
        margin-right: 10px;
    }

    section.controlbar {
        margin-left: 100px;
        margin-right: 100px;
    }

}

a button#online-ordering {

    margin: -3px 0 0 85px;
    padding: 5px 7px 5px 7px;
    font-size: 10px;

}

div.footerspan footer div#ftrcontainer p.logo {

    text-align: center;
    margin: -5px 0 0 0;
}

div.footerspan footer div#ftrcontainer p.logotext {

    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: -12px 0 0 0;
}

div.footerspan footer div#ftrcontainer {

/*
    border-top: solid 1px #3B7BBC;
    border-bottom: solid 1px #3B7BBC;
*/
    padding: 50px 0 10px 0;
    float: left;
    width: 100%

}

div.footerspan footer div#ftrcontainer div.ftr {

/*    border-right: solid 1px #3B7BBC; */
    padding: 0 10px 0 0;
    height: 75px;

}

div.footerspan footer div#ftrcontainer img.ftricon {

    float: left;
    margin: 0 4px 0 0;
}

div#select-locale p {

    text-align: right;
    margin: 60px 15px 0 0;
    font-size: 14px;

}

div#select-locale p, div#select-locale p a, div#select-locale p a:link, div#select-locale p a:visited {

    color: #0057B8;

}

div#select-locale p a:hover, div#select-locale p a:active {

    color: #ff0000;
}

div#cookie {

    position: relative;
    top: 0;
    width: 940px;
    height: 50px;
    border: solid 1px #efefef;
    background-color: #0057B8;
    padding: 5px;
}

div#cookie p, div#cookie p a, div#cookie p a:link, div#cookie p a:visited  div#cookie p a:hover {

    color: #ffffff;
    line-height: 1em;
    margin: 0;
}

div.docRow {

    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    background-color: #ffffff;
}

div.docRow:after {

    display: block;
    clear: both;
}

div.doc {

    width: 231px;
    float: left;
    margin: 0 6px 10px 0;
    background-color: #ffffff;

}

div.doc a img {

    float: left;
    width: 231px;
    height: 293px;
    background-color: #ffffff;


}

div.doc div.docName {

    float: left;
    width: 100%;
    background-color: #d6e5ef;
    text-align: center;
    padding: 3px 0 6px 0;
    margin: 3px 0 0 0;
}

div.doc div.docFileSize {

    float: left;
    width: 100%;
    background-color: #d6e5ef;
    text-align: center;
    padding: 3px 0 6px 0;
    margin: 3px 0 0 0;
    color: #666666;
    font-weight: bold;
}

div.doc div.printRequest {

    float: left;
    width: 100%;
    background-color: #d6e5ef;
    text-align: center;
    padding: 3px 0 6px 0;
    margin: 3px 0 0 0;

}

div.docItem {

    float: left;
    padding: 5px;
    width: 345px;
    background-color: #f3f7fa;
}


div.docItem.dr {

    margin-right: 10px;
}


article.content ul li {

    margin-bottom: 0;
}


table.needle-rollers {

    width: 100%;

}

table.needle-rollers td {

    text-align: center;

}

table.needle-rollers td.description {

    text-align: left;
}

table.needle-rollers td.description-small {

    text-align: left;
    width: 5%;
}

table.needle-rollers th {

    background-color: #0057B8;
    color: #ffffff;
    font-weight: bold;

}

table.needle-rollers tr:nth-child(even) {

    background-color: #efefef;
}

table.needle-rollers tr:nth-child(odd) {

    background-color: #ffffff;
}

table.needle-rollers th {

    width: 5%;
}

table.needle-rollers th.description {

    text-align: left;
    width: 10%;
}

p.blue {

    color: #0057B8;
}


aside.sidebar nav.subnav ul {

    border-right: 1px #D9D9D9 solid;
}
aside.sidebar nav.subnav ul li.heading {

    font-weight: bold;
    color: #0057B8;
    text-align: center;
    font-style: italic;

}



aside nav.subnav > ul > li {

    font-weight: bold;
}

aside nav.subnav > ul > li > ul > li {

    font-weight: normal;
}



aside.sidebar nav.subnav ul li ul li a {
    padding-left: 50px;
}



br.clear {

    clear: both;
}

/* #Product Table
================================================== */

.product-table {
  text-align: center;
  min-width: 100%;
}

.product-table thead tr {
  background: #000 !important;
  color: #fff;
  font-weight: bold;
}

.product-table thead td,
.product-table thead th {
  border: 1px solid #fff;
  padding: 5px 3px;
}

.product-table tr:nth-child(even) {
  background: #f2f2f2;
}

.product-table tr:nth-child(odd) {
  background: #FFF;
}

.product-table td {
  vertical-align: middle;
  padding: 2px;
}

.product-table a {
  cursor: pointer;
}


.bre-news {
  width: 340px;
  float: left;
}

.bre-news img {
  width: 100%;
}
.bre-news iframe {
  width: 100%;
}


.bre-news h3, .bre-news p, {
  margin: 0 20px;
}

.bre-news:nth-child(odd) {
  margin-right: 20px;
}

.bre-news .embed-container {
  margin-bottom: 20px;
}
@media (max-device-width: 1024px) {
  .bre-news {
    width: 100%;
  }
}

/* BUY Now Page */

.bre-banner {
  max-width: 100%;
}

.buy-now-page-item .panel {
  display: none;
}

@media (max-device-width: 750px) {
  .buy-now-page-item .panel {
    overflow-x: scroll;
  }
}

.buy-now-page-item h3 {
  text-align: left !important;
  font-size: 14px;
  font-weight: bold;
  margin: 1px 15px;
}

.buy-now-page-image {
  width: 160px;
}

.buy-now-page-image-large {
  width: 320px;
}

.buy-now-page-item .panel {
  margin: 40px 0;
  clear: both;
}
@media (min-device-width: 750px) {
.buy-now-page-item .panel.panel-small {
  max-width: 550px;
  clear: none;
}
}
@media (min-device-width: 750px) {
  .buy-now-page-image {
    float: right;
    width: auto;
  }
}

@media (max-device-width: 750px) {
  #logo-full {
    display: none;
    }
}

/* US PROMO CODE */
#promocode-form {
  background: #0057B8;
  padding: 20px;
}

#promocode-form button {
  margin: 0;
}

#promocode-form form {
  margin-bottom: 0;
}

#promocode-form label,
#promocode-form input {
  float: left;
  margin-bottom: 0;
}

#promocode-form label {
  color: #fff;
  margin-right: 20px;
  line-height: 30px;
}

#promocode-form input {
  margin-right: 15px;
}
