#noscript{
    background-color:#CC0000;
    padding:10px;
    font-size:20px;
    color:#FFFFFF;
    text-align:center;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
}

@font-face {
    font-family: 'gotham-bookgotham-book';
    src: url('../images/fonts/gotham-book-webfont.woff2') format('woff2'),
        url('../images/fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_blackregular';
    src: url('../images/fonts/gothamblack-webfont.woff2') format('woff2'),
        url('../images/fonts/gothamblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('../images/fonts/gothambold-webfont.woff2') format('woff2'),
        url('../images/fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamcondensed-bolgothamCnBd';
    src: url('../images/fonts/gothamcondensed-bold-webfont.woff2') format('woff2'),
        url('../images/fonts/gothamcondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamcondensed-boogothamCnBk';
    src: url('../images/fonts/gothamcondensed-book-webfont.woff2') format('woff2'),
        url('../images/fonts/gothamcondensed-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamcondensed-liggothamCnLt';
    src: url('../images/fonts/gothamcondensed-light-webfont.woff2') format('woff2'),
        url('../images/fonts/gothamcondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,body{
    font-family: 'gotham-bookgotham-book';
    height: 100%;
    color:#404041;
    font-size: 16px;
    background: #ffffff;
}

#top{
    position: fixed;
    background:#ffffff;
    width:100%;
    z-index: 100000;
    padding: 0px;
}

#top .container{
    position:relative;
}

#top .home-top{
    border-bottom: 1px solid #256DA1;
    padding-bottom: 15px;
}

#logo{
    margin-top: 7px;
}

#logo img{
    margin: 0px;
}

#bweb-system-message{
    position: fixed;
    bottom: 30px;
    left: 0px;
    width: 100%;
    z-index: 1000;

}

#wrapper {
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -55px; /* the bottom margin is the negative value of the footer's height */
    overflow: hidden;
}
a{
    color:#256DA1;
    font-weight: 300;
    outline: 0;
}

a:hover{
    color:#256DA1;
    text-decoration: underline;
    font-weight: 300;
    outline: 0;
}

#middle{
    margin: 0px 0px;
    padding-top: 83px;
}

@media (max-width:767px){
    #top{
        position: static;
    }

    #middle{
        padding-top: 0px;
    }

    #logo{
        position: static;
    }

    #bweb-system-message{
        position: fixed;
        bottom: 85px;
        left: 0px;
        width: 100%;

    }
}

#footer{
    background:#256DA1;
    padding: 15px;
    color:#ffffff;
    width: 100%;
    float: left;
    text-align: center;
}

#footer a{
    color:#ffffff;
}

#footer, .push {
    min-height: 55px; /* .push must be the same height as .footer */
}

.push {
    width: 100%;
    float: left;
}

.spacer{
    clear:both;
    height:1px;
    font-size:2px;
}

.box-inner{
    text-align:left;
    margin: 0px auto;
    padding: 0px 0px;
    width: auto;
}

.img-responsive{
    margin: auto;
}

.homepageSection{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    padding: 5% 0px;
}

.box-container{
    position: relative;
    z-index: 100;
}

.grey-box{
    background: #CBCDCE;
    padding: 10% 15%;
    margin-bottom: 30px;
    font-family: 'gotham-bookgotham-book';
}

.product-price{
    font-size: 90px;
    line-height: initial;
    color:#ffffff;
    font-family: 'gotham_boldregular';
}

.homepage-blue-first{
    background: #256DA1;
    color: #ffffff;
    width: 100%;
    height: 100%;
    float: left;
}

.homepage-blue{
    background: #256DA1;
    color: #ffffff;
    width: 100%;
    height: 100%;
    float: left;
}

.homepage-blue h1, .homepage-blue h2, .homepage-blue h3, .homepage-blue h4, .homepage-blue h5, .homepage-blue h6, .homepage-blue a, .homepage-blue b{
    color: #ffffff;
}

.homepage-white{
    background: #ffffff;
    color: #404041;
    width: 100%;
    height: 100%;
    float: left;
}

.banner-top{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
}

.testimonials{
    padding: 5%;
    background: #256DA1;
    opacity: 0.5;
    color: #ffffff;
    margin-bottom: 30px;
}

b, strong{
    font-family: 'gotham-bookgotham-book';
    color: #256DA1;
    -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6 {
    color: #256DA1;
    font-family: 'gotham-bookgotham-book';
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 0px 10px 0px;
    padding:0px;
    font-weight: normal;
}

h1{
    font-size: 38px;
    line-height: 38px;
}

h2{
    font-size: 36px;
    line-height: 36px;
}

h3{
    font-size: 34px;
    line-height: 34px;
}

h4{
    font-size: 32px;
    line-height: 32px;
}

h5{
    font-size: 30px;
    line-height: 30px;
}

h6{
    font-size: 28px;
    line-height: 28px;
}

/** Main menu using sucker fish style list menu **/

/** Main menu using sucker fish style list menu **/
.navbarClass{
    margin-bottom: 0px;
}

.menuContainer{
    margin: 0px auto;
}

#mobile-menu{
    float: right;
    margin-top: -5px;
    color: #256DA1;
    font-family: 'gotham-bookgotham-book';
    padding-left: 25px;
    font-size: 20px;
}

.nz-made-icon{
    margin-top: 30px;
    max-width: 80px;
}

.navbar-collapse{
    padding: 0px;
}

.navbar-toggle .icon-bar{
    background: #256DA1;
}

.navbar-toggle{
    padding:30px 15px;
}

#menu{
    margin: 40px 0px 0px 0px;
}

#mainMenu{
    width: 70%;
    margin: auto;
}

#mainMenu ul{
    margin:5px 0px;
    padding:0;
    list-style:none;
}

#mainMenu li{
    float:left;
    position:relative;
    margin:0;
    padding:0;
    text-decoration:none;
    display: block;
    color: #404041;
    white-space:nowrap;
}

#mainMenu li ul{
    display:none;
    position:absolute;
    top:35px;
    left:0;
}

#mainMenu li ul li{
    width:160px;
    float:left;
    clear:both;
    background-color: #ffffff;
}

#mainMenu li ul li a{
    color: #404041;
    text-decoration: none;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

#mainMenu li:hover, #mainMenu li.over {
    color:#404041;
    text-decoration: none;
}

#mainMenu a{
    padding:0px 30px 0px 10px;
    line-height: 35px;
    color: #404041;
    text-decoration:none;
    display:block;
    font-size: 18px;
}

@media (max-width:767px){
}

@media (min-width:992px) and (max-width:1199px){
    #mainMenu a{
        padding:0px 30px 0px 0px;
    }

    .nz-made-icon{
        margin-top: 20px;
    }
}

@media (min-width:768px) and (max-width:991px){
    #mainMenu a{
        padding:0px 15px 0px 0px;
        font-size: 14px;
    }

    .nz-made-icon{
        margin-top: 5px;
    }
}

#mainMenu a:hover{
    color:#256DA1;
    text-decoration: none;
}

#mainMenu li.lastMenu{
    border-right:none;
}

#mainMenu li.activeMenu a{
    color:#404041;
    text-decoration: underline;
}

#mainMenu li ul li{
    border-right:none;
}


/**
 * Modules
*/
.module-box{
    padding:10px;
    padding-top: 0px;
    margin-bottom: 15px;
    border: solid 1px #E5E5E5;
    outline: 0;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 4px;
}

.module-box h2{
    border-bottom: 3px double #CCCCCC;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
}

/** Search **/
.search-hightlight{
    background-color:#FFFF00;
}

#search-box{
    margin: 10px 0px;
    width: 100%;
    float: right;
    text-align: center;
}

#btn-search{
    border: 1px solid #c2c2c3;
    border-right: 1px solid #f2f2f2;
    background: #f2f2f2;
    float: right;
    height: 40px;
    outline:none;
}

#searchFor{
    border: 1px solid #c2c2c3;
    border-left: none;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    float: right;
    outline:none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/**
 * Form
*/
.form-table{
    width:80%;
}

.textfield-large{
    width:100%;
}

.textarea-large{
    width:100%;
    height:400px;
}

.required-field{

}

.required-field-highlight{
    background-color: #f8bdb6;
}

#login-reminder{
    margin: 20px 0px 0px 0px;
    padding: 10px 20px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 12px/100% Verdana, Tahoma, sans-serif;
    line-height: 130%;
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#login-reminder:hover, #login-reminder:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

input.button{
    border: solid 1px #CCCCCC;
    background: #CCCCCC url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
    padding:0px 10px;
    line-height: 25px;
    height:25px;
    cursor: pointer;
}

input.button:hover, input.over{
    background: #AAAAAA url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #999999), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #999999 1px, #FFFFFF 25px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FFFFFFFF);
}

#login-username, #login-password{
    width:150px;
}

#easy_zoom{
    width:330px;
    height: 100%;
    border:3px solid #336699;
    background:#ffffff;
    color:#333333;
    position:absolute;
    top:0px;
    left:260px;
    overflow:hidden;
    -moz-box-shadow:0 0 10px #555;
    -webkit-box-shadow:0 0 10px #555;
    box-shadow:0 0 10px #555;
    /* vertical and horizontal alignment used for preloader text */
    line-height:400px;
    text-align:center;
}

#webpage-gallery-box{
    width: 100%;
    float: left;
    margin: 20px 0px;
}

#webpage-gallery-box ul{
    margin: 5px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

#webpage-gallery-box li{
    float: left;
    margin: 5px 5px 5px 0px;
    border: 1px solid #000000;
    padding: 0px;
    height: 70px;
    overflow: hidden;
    background-color: #ffffff;
}

#webpage-gallery-box div{
    margin: 0px;
    padding: 0px;
    border: 5px solid #ffffff;
    overflow: hidden;
    height: 60px;
}

/**
 * Pagination
 **/
.items-per-page-box{
    float:left;
}

.pagination{
    float: right;
    width: 100%;
}

#pagination-details{
    float: right;
}

.breadcrumb{
    font-size: 12px;
    padding:0px;
    background-color: transparent;
    margin-bottom: 10px;
}

.breadcrumb a{
    color: #999999;
}

.formSecurityValidation{
    display: none;
}

.box-featured-product-item{
    margin:0px 5px 5px 0px;
    padding:5px;
}

#social-links{
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

#social-links a{
    margin-left: 10px;
    float: right;
}


.arrow-round{
    cursor: pointer;
    margin: 15px auto 15px auto;
    text-align: center;
    border: 1px solid #404041;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}


.arrow{
    border: solid #404041;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    margin-top: 8px;
}

.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media (min-width:300px){
    #social-links a{
        margin-left: 2px;
    }

    #searchFor{
        width: 75%;
    }
}

@media (min-width:350px) and (max-width:500px){
    #social-links a{
        margin-left: 0px;
        float: none;
    }

    #search-box{
        margin: 10px 13px;
    }
}

@media (max-width:1199px){
    #menu{
        margin: 30px 0px 0px 0px;
    }

    #mainMenu{
        width: 80%;
        margin: auto;
    }

}

@media (max-width:991px){
    #logo{
        margin-top: 5px;
    }

    #middle{
        padding-top:150px;
    }

    #menu{
        margin: 15px 0px;
    }
    .extra-page{
        margin-top: 0px;
        padding-bottom: 50px;
    }
}

@media (max-width:767px){
    #middle{
        padding-top:0px;
    }

    #top .home-top{
        padding-bottom: 0px;
    }

    #menu, #mainMenu{
        width: 100%;
    }

    #logo img{
        margin: auto;
        width: 50%;
    }

    .nz-made-icon{
        margin-top: 25px;
        width: 50px;
    }
    .extra-page{
        margin-top: 40px;
        padding-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .extra-page{
        margin-top: 70px;
        padding-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .extra-page{
        margin-top: 100px;
        padding-bottom: 50px;
    }
}