@charset "UTF-8";

/*http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified/*/
.clearfix, body, .wrapper {
    zoom: 1
}

.clearfix: before, .clearfix: after, body: before, .wrapper: before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix: after, body: after, .wrapper: after {
    clear: both
}

* {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    margin:0 auto;
    margin-top: 119px;
    background-color: #ffffff;
}

h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 10.5px;
}

ul, ol, li {
    list-style: none;
    padding: 0;
    margin: 0
}

::selection {
    background: #8b0403;
    color: #f9f9f9;
}

::-moz-selection {
    background: #8b0403;
    color: #f9f9f9;
}

a.anchor {
    display: block;
    position: relative;
    top: 250px;
    visibility: hidden;
}

.section {
    margin: 0px;
    background-color: #ffffff;
}

.content a, .content a:visited, .content a:active, span a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px #999 dotted;
}

.left-page-nav {
    line-height: 30px;
}

.wrapper {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    z-index: 0;
}

#top-border {
    top: 0;
    position: fixed;
    height: 5px;
    width: 100%;
    background-color: #000000;
}

#page-header {
    top: 5px;
    position: fixed;
    height: 78px;
    width: 100%;
    background-color: #ffffff;
}

#header {
    top: 0;
    position: fixed;
    background-color: #ffffff;
    height: 119px;
}

#site-logo, #site-logo-mobile {
    margin: 0px auto;
    padding: 0
}

#site-logo {
    padding: 3px 0 5px 0px
}

#site-logo a {
    display: block;
    width: 175;
    height: 50px;
    text-indent: -500px;
    overflow: hidden;
    background-color: transparent;
    background-image: url("/media/img/logo-usa-emergency-supply.png");
    background-image: none, url("/media/img/logo-usa-emergency-supply.svg");
    background-repeat: no-repeat;
    margin: 10px 0px 10px 25px
}

#header-nav {
    position: relative;
    top: 5px;
}

#cart-area-wrapper {
    display: inline-block;
    height: 57px;
}

#cart-area {
    position: relative;
    top: 17px;
}

#cart-area a {
    color: #999
}

#cart-area a:hover {
    color: #fff
}

.header-nav-list {
    float: left
}

.header-nav-list a {
    font-family: 'OpenSansBold', Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    font-size: 11px;
    font-weight: normal
}

#search-area-wrapper {
    display: inline-block;
    height: 57px;
}

#search-area {
    position: relative;
    top: 17px;
    width: 220px;
    height: 29px;
}

#search-button {
    width: 30px;
    height: 29px;
    position: relative;
    top: 0px;
    right: 0px;
}

#search-button a, #search-button-mobile a {
    display: block;
    width: 30px;
    height: 29px;
    text-indent: -500px;
    overflow: hidden;
    background-color: transparent;
    background-image: url("/media/img/icon-search.png");
    background-image: none, url("/media/img/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center center
}

#search-button a {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

#search-input {
    width: 190px;
    height: 29px;
    border: 1px solid #ccc;
}

.shopping-cart {
    padding: 4px 5px 3px 5px;
    position: absolute;
    text-decoration: none;
    border: 1px solid #dddddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.is-full {
    border: 1px solid #ccc
}

.shopping-cart:hover {
    border-color: #c4c4c4;
    background-color: #f3f3f3
}

.shopping-cart-count {
    display: inline;
    float: left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 4px 4px 3px 4px;
    min-width: 20px;
    text-align: center;
    background-color: #d6d6d6;
    color: #fff
}

.shopping-cart-icon {
    display: inline;
    float: left;
    filter: alpha(opacity=70);
    opacity: .7;
    width: 25px;
    height: 20px;
    margin-left: 4px
}

.icon-cart-empty {
    background-color: transparent;
    background-image: url("/media/img/icon-cart-empty.png");
    background-image: none, url("/media/img/icon-cart-empty.svg");
    background-repeat: no-repeat
}

.icon-cart-full {
    background-color: transparent;
    background-image: url("/media/img/icon-cart-full.png");
    background-image: none, url("/media/img/icon-cart-full.svg");
    background-repeat: no-repeat
}

.is-full .shopping-cart-count {
    background-color: #a12433;
    color: #fff
}

.is-full .shopping-cart-icon {
    filter: alpha(opacity=100);
    opacity: 1
}

#cart-mini {
    position: absolute;
    top: -12px;
    right: 249px;
    width: 350px;
    background-color: #f2f2f2;
    z-index: 10000;
}

#footer {
    position: relative;
    height: 650px;
    padding: 60px 10px;
    width: 100%;
    color: #efefef;
    background: #23252d url('/media/img/footer-background-logo.gif') no-repeat center top;
}

#footer a {
    color: #efefef
}

#footer a:hover {
    color: #ccc
}

#footer-copy {
    position: absolute;
    bottom: 0px
}

#footer hr {
    color: #444
}

.drop-shadow {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0.2);
}

.error{
    color: #924949;
}

.breadcrumb {
    background-color: #fff;
    border: transparent;
    border-radius: 0;
    text-decoration: none;
    padding: 5px 7px;
    margin: 0px;
}

.breadcrumb li a {
    color: #000;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #999999;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #000;
}

/* magic zoom styles */
.MagicZoomPlus {
    z-index: 99;
}

.main-product-image {
    padding: 0px;
    border: 1px solid #eaeaea;
}

.product-view {
    padding-top: 3px;
    overflow: hidden;
}

.product-view ul li {
    float: left;
    margin: 5px;
    border: 1px solid #eaeaea;
}

.product-view ul li:first-child {
    margin-left: 0;
}

.product-view ul li img {
    margin: 0px;
    display: block;
}

/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
    background: transparent url(/media/img/magiczoom/buttons2-small.png) no-repeat 0 0;
    display: block;
    height: 18px;
}

.MagicThumb-buttons a {
    height: 18px;
    margin: 0px 1px !important;
    overflow: hidden;
    width: 18px;
}

.icon-referral  {
    margin: 0px auto;
}

img.icon-referral {
    width: 25px;
    height: 25px;
}

.icon-referral li {
    list-style: none
}

.icon-referral li a  {
    float: left;
    width: 25px !important;
    height: 25px !important;
    text-indent: -500px;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    margin: 0px 5px;
}

.icon-facebook a {
    background-image: url("/media/img/icon-facebook-xs.png");
    background-image: none, url("/media/img/icon-facebook-xs.svg");
}

.icon-facebook a:hover {
    background-image: url("/media/img/icon-facebook-xs.png");
    background-image: none, url("/media/img/icon-facebook-xs.svg");
}

.icon-twitter a {
    background-image: url("/media/img/icon-twitter-xs.png");
    background-image: none, url("/media/img/icon-twitter-xs.svg");
}

.icon-googleplus a {
    background-image: url("/media/img/icon-googleplus-xs.png");
    background-image: none, url("/media/img/icon-googleplus-xs.svg");
}

.icon-stumbleupon a {
    background-image: url("/media/img/icon-stumbleupon-xs.png");
    background-image: none, url("/media/img/icon-stumbleupon-xs.svg");
}

.icon-pinterest a {
    background-image: url("/media/img/icon-pinterest-xs.png");
    background-image: none, url("/media/img/icon-pinterest-xs.svg");
}

.icon-print a {
    background-image: url("/media/img/icon-print-xs.png");
    background-image: none, url("/media/img/icon-print-xs.svg");
}

.icon-email-friend a {
    background-image: url("/media/img/icon-email-friend-xs.png");
    background-image: none, url("/media/img/icon-email-friend-xs.svg");
}

.tab-content-border {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 15px 15px 30px 15px;
}

.strong {
    font-weight: 700;
}
/* framework override */

.navbar-fixed-top {
    top: 83px;
}

.navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
}

.navbar {
    position: fixed !important;
    max-width: 1070px;
    margin: 0 auto !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 11px;
}

/* Make larger dropdowns */
.dropdown-large {
    position: static !important;
    padding: 0px
}

.dropdown-toggle {
    font-family: 'OpenSansRegular', Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: .95em;
    font-weight: bold
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    background-color: #333
}

.dropdown-menu-large > li > ul > li {
    list-style: none
}

/*text for links in drop down section*/
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #eee;
    background-color: #666666;
    padding: 3px 20px
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 13px;
    font-weight: bold
}

.dropdown-menu-large {
    margin-left: 0;
    margin-right: 0
}

.dropdown-menu-large > li {
    margin-bottom: 30px
}

.dropdown-menu-large > li:last-child {
    margin-bottom: 0
}

.dropdown-menu-large .dropdown-header {
    padding: 3px 0px !important
}

/* Position the dropdowns */
.dropdown-menu-1 { top: 35px !important; left: 50px !important; width: 733px; padding-bottom: 40px }
.dropdown-menu-2 { top: 35px !important; left: 100px !important; width: 733px; padding-bottom: 40px }
.dropdown-menu-3 { top: 35px !important; left: 300px !important; width: 400px; padding-bottom: 40px }
.dropdown-menu-4 { top: 35px !important; left: 400px !important; width: 500px; padding-bottom: 40px }
.dropdown-menu-5 { top: 35px !important; left: 100px !important; width: 550px; padding-bottom: 40px }

.container {
    max-width: 1070px;
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.form-inline .form-group input {
    width:140px;
}

.img-responsive {
    width:100%;
}

.img-thumbnail {
    margin: 5px;
}

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

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.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-right: 0px;
    padding-left: 0px;
    position: static;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #e8e8e8;
    color: #000
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #003876;
    border-color: #003876;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #f2dede;
    color: #000;
}

.alert-danger hr {
    border-top-color: #d32a0e;
}

.alert-danger .alert-link {
    color: #e6e6e6;
}

.alert a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px #fff dotted;
}

.alert a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 0px #fff dotted;
}

.btn-white {
    color: #999;
    background-color: #fff;
    border-color: #d9d9d9;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #666;
    background-color: #eeeeee;
    border-color: #999;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.42857143;
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #d9230f;
}
.thumbnail .caption {
    padding: 9px;
    color: #777777;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 40px 0;
    border-top: 0px solid #fff;
    color: #b6b6b6;
}

textarea, input[type="text"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"]
{
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.form-control:focus {
    border-color: #999;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0.2);
}

.btn-default {
    color: #fff;
    background-color: #8b0403;
    border-color: #dadada;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #570002;
    border-color: #bbbbbb;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 1;
    display: table;
}

.overlay:hover {
    background: black;
    opacity: 0.5;
    color: white;
}

.caret {
    opacity: 0.3;
}

/* Begin Carousel */
.item {
    text-align: center;
    height: 400px !important;
}

.carousel {
    margin-top: 0px;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* End Carousel */

.home-callout-banner {
    font-size: 70px;
    padding-top: 20px;
}

#paypal-checkout {
    display: block;
    width: 293px;
    height: 82px;
    text-indent: -500px;
    overflow: hidden;
    background-color: transparent;
    background-image: url("/media/img/icon-paypal-express-checkout.gif");
    background-repeat: no-repeat;
    margin: 0px auto;
    border: 0px solid #fff;
}

#paypal-checkout:hover, #paypal-checkout:focus {
    border: 0px solid #fff;
}

div#loading-image {
    display: none;
    opacity:0.25;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/media/img/icon-ajax-loader.gif') 50% 50% no-repeat rgb(0,0,0);
}

/* turn off elements */

#main-menu-mobile {
    display: none
}

#site-logo-mobile {
    display: none
}

#cart-area-mobile {
    display: none
}

#search-button-mobile {
    display: none
}

#cart-mini {
    display: none
}

#sub-search-mobile {
    display: none
}

/* end turn off elements */

.margin-top50 {
    margin-top: 50px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.margin-right50 {
    margin-right: 50px;
}

.margin-left50 {
    margin-left: 50px;
}

.navbar-fixed-top {
    min-height: 36px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 36px;
}

/* mobile phone, mini tablet */
@media (max-width: 767px) {
    body {
        width: 100%;
        -webkit-font-smoothing:antialiased;
        text-rendering:optimizeLegibility;
        margin:0 auto;
        margin-top: 45px;
        background-color: #ffffff;
    }

    .carousel-h1 {
        font-size: 45px;
        padding-top: 135px;
    }

    .navbar-fixed-top {
        top: 0px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding-right: 65px;
        padding-left: 65px;
    }

    .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-right: 3px;
        padding-left: 3px;
    }

    #main-menu-mobile {
        display: block;
        position: absolute;
        top: 5px;
        left: 10px;
        width: 30px;
        height: 30px;
        overflow: hidden;
        margin: 8px 0;
        color: #f7f7f7;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        line-height: 18px;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        background-color: transparent;
        background: url("/media/img/mobile-nav-bg.png") center center no-repeat;
        background: none, url("/media/img/mobile-nav-bg.svg") center center no-repeat
    }

    #site-logo-mobile {
        float: left;
        display: inline;
    }

    #site-logo-mobile a {
        display: block;
        width: 140px;
        height: 38px;
        margin-top: 1px;
        text-indent: -500px;
        overflow: hidden;
        background-color: transparent;
        background-image: url("/media/img/logo-usa-emergency-supply-mobile.png");
        background-image: none, url("/media/img/logo-usa-emergency-supply-mobile.svg");
        background-repeat: no-repeat;
    }

    #cart-area-mobile {
        float: right;
        display: inline;
        margin: 5px 12px 0px 0px;
        padding: 5px 5px 3px 5px;
        width: 60px;
        height: auto;
        font-size: 12px;
        font-size: 1.2rem;
        font-family: 'OpenSansBold', Arial, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
    }

    #cart-area-mobile a {
        color: #999;
        padding: 5px 5px 3px 5px
    }

    #cart-area-mobile a:hover {
        color: #fff
    }

    #search-area-mobile {
        float: right;
        display: block;
        margin: 5px 15px 0px 0px;
        padding: 5px 5px 3px 5px;
        width: 30px;
        height: auto;
        font-size: 12px;
        font-size: 1.2rem;
        font-family: 'OpenSansBold', Arial, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
    }

    #search-button-mobile {
        display: block;
        width: 30px;
        height: 30px;
    }

    #search-button-mobile a {
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -500px;
        overflow: hidden;
        background-color: transparent;
        background-image: url("/media/img/icon-search.png");
        background-image: none, url("/media/img/icon-search.svg");
        background-repeat: no-repeat;
        background-position: center center;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }

    #sub-search-mobile {
        display: hidden;
        float: left;
        text-align: center;
        position: relative;
        padding: 10px;
        margin-bottom: 5px;
        border: none;
        background-color: #333333;
    }

    #sub-search-mobile li {
        list-style: none
    }

    .row {
        margin-right: 0px;
        margin-left: 1px
    }
}

/* tablet in portrait, small desktop */
@media (min-width: 768px) and (max-width: 991px) {
    .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-right: 5px;
        padding-left: 5px;
    }

    .wrapper {
        padding: 0px 0px
    }

    .container {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .carousel-h1 {
        font-size: 60px;
        padding-top: 145px;
    }

    .home-callout-banner {
        font-size: 70px;
        padding-top: 40px;
    }

    .input-lg,
    .form-group-lg .form-control {
        height: 50px;
        padding: 12px 20px;
        font-size: 16px;
        line-height: 1.33;
        border-radius: 0;
    }

    select.input-lg,
    select.form-group-lg .form-control {
        height: 50px;
        line-height: 50px;
    }

    .input-lg + .form-control-feedback {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

/* tablet in landscape, normal desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding-right: 20px;
        padding-left: 20px;
    }

    .wrapper {
        padding: 0px 0px
    }

    .carousel-h1 {
        font-size: 65px;
        padding-top: 150px;
    }

    .home-callout-banner {
        font-size: 80px;
        padding-top: 90px;
    }

    .input-lg,
    .form-group-lg .form-control {
        height: 50px;
        padding: 12px 20px;
        font-size: 16px;
        line-height: 1.33;
        border-radius: 0;
    }

    select.input-lg,
    select.form-group-lg .form-control {
        height: 50px;
        line-height: 50px;
    }

    .input-lg + .form-control-feedback {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

/* large desktop */
@media (min-width: 1200px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding-right: 30px;
        padding-left: 30px;
    }

    .wrapper {
        padding: 0px 0px
    }

    .carousel-h1 {
        font-size: 70px;
        padding-top: 150px;
    }

    .home-callout-banner {
        font-size: 90px;
        padding-top: 90px;
    }

    .input-lg,
    .form-group-lg .form-control {
        height: 50px;
        padding: 12px 20px;
        font-size: 16px;
        line-height: 1.33;
        border-radius: 0;
    }

    select.input-lg,
    select.form-group-lg .form-control {
        height: 50px;
        line-height: 50px;
    }

    .input-lg + .form-control-feedback {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (min-width: 1070px) {
    .navbar {
        width: 100%;
    }
}

@media (min-width: 850px) {
    .dropdown-menu-1 { width: 850px; padding-bottom: 40px }
    .dropdown-menu-2 { width: 850px }
    .dropdown-menu-3 { width: 450px; padding-bottom: 40px }
    .dropdown-menu-4 { width: 550px; padding-bottom: 40px }
    .dropdown-menu-5 { width: 850px; padding-bottom: 40px }
}

