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

html{
    height: 100%;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    height: 100%;
    font-size: 18px;
}
header{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #555 url(../images/bg-paper.jpg) no-repeat center center;
    background-size: cover;
}
#logo{
    margin: 20px auto;
}
main{
    /*-webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;*/
}
a, a:hover{
    color: #000;
}

#search-box{
    padding-top: 5px;
}

#middle{
    margin:50px 0;
}

footer{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 20px 0;
    background: #555 url(../images/bg-paper.jpg) no-repeat center center;
    background-size: cover;
}

.topBanner{
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

#capcha div{
    float: left;
}

#slideshow {}

b, strong{
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
}
.btn{
    border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 30px;
    margin: 20px 0;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:hover{
    padding: 8px 30px;
    margin: 22px 0;
    letter-spacing: 2px;
}
h1,h2,h3,h4,h5,h6 {
    -moz-osx-font-smoothing: grayscale;
}
h1{
    font-size: 34px;
    text-transform: uppercase;
}
h2{
    font-size: 30px;
}
blockquote{
    border: none;
    margin: 30px 0;
    text-align: center;
}
blockquote em{
    font-size: 110%;
    font-weight: 500;
}
.mid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#tagline{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    padding: 30px;
    text-align: center;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.8);
}
/* -------------------- */
/*       MAIN MENU      */
/* -------------------- */
#desktop-nav{
    justify-content: space-between;
}
#desktop-nav a{
    font-weight: 500;
}
#desktop-nav a:hover{
    color: #222;
    text-decoration: none;
}
.navbar{
    min-height: 1px;
    margin-bottom: 0;
    border: 0;
}
#mainMenu{
    position: relative;
    z-index: 1000;
    font-weight: 500;
}

#mainMenu ul{
    margin:0;
    padding:0;
    list-style:none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

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

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

#mainMenu li ul li{
    width:160px;
    float:left;
    clear:both;
}

#mainMenu li ul li a{
    color: #000;
}

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

#mainMenu li:hover, #mainMenu li.over {
    color:#000;
}

#mainMenu a{
    padding:0px 10px;
    line-height: 30px;
    color: #000;
    text-decoration:none;
    display:block;
}

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

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

#mainMenu li.activeMenu a{
    color:#222;
}

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

.submenuitem{
    font-size: 16px;
    display: block;
    text-align: left;
    padding-left: 15px;
}

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

/* ------------------- */
/*    SOCIAL LINKS     */
/* ------------------- */

#social-links{
    font-size: 18px;
    margin-bottom: 15px;
}
#social-links a{
    width: 44px;
    height: 44px;
    background: #000;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #FFF;
    margin: 0 5px;
    box-shadow: 0 0 0 2px #000;
}

.fa{
    -webkit-transition:color 0.4s;
    transition: color 0.4s;
}
.fa-facebook, .fa-twitter, .fa-instagram, .fa-linkedin, .fa-google-plus, .fa-pinterest, .fa-youtube{
    color: #FFF;
}
.fa-facebook:hover{
    color: #3b5998;
}
.fa-twitter:hover{
    color: #55acee;
}
.fa-instagram:hover{
    color: #bc2a8d;
}
.fa-linkedin:hover{
    color: #007bb5;
}
.fa-google-plus:hover{
    color: #dd4b39;
}
.fa-pinterest:hover{
    color: #cb2027;
}
.fa-youtube:hover{
    color: #bb0000;
}

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

.textfield-large{
    width:100%;
}

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

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

.login-reminder{
    margin:  0px 0px 20px 0px;
    padding: 10px 15px;
    background: #E5E5E5;
    border-left: 10px solid #428bca;
}

.block-box{
    margin:  0px 0px 15px 0px;
    padding: 10px;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
}

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;
    box-shadow:0 0 10px #555;
    /* vertical and horizontal alignment used for preloader text */
    line-height:400px;
    text-align:center;
}

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

.webpage-gallery-container{
    text-align: center;
    margin-bottom: 15px;
}

.webpage-photo-box-inner{
    height: 100%;
    overflow: hidden;
    border:1px solid #CCCCCC;
}

/* ------------------- */
/*      PAGINATION     */
/* ------------------- */

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

.pagination{
    width: 100%;
}

#pagination-details{
    float: right;
}

#pagination-details ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#pagination-details li{
    float: left;
    padding: 5px 10px;
    border: 1px solid #eeeeee;
    margin: 10px 5px;
}

.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;
}

.white-popup {
    position: relative;
    background: #ffffff;
    padding: 15px;
    width:auto;
    max-width: 800px;
    margin: 15px auto;
}

.white-popup h3{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.white-popup-inner{
    max-height: 800px;
    overflow: scroll;
}

.online-store-eway-overlay{
    background: #000000;
    color:#d9ebe3;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 100000;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    display: none;
}

.online-store-eway-overlay img{
    margin: auto;
    margin-top: 25%;
}

@media(max-width:767px){
    #tagline{
        width: 90%;
        font-size: 16px;
    }
    .mid{
        display: block;
    }
    #logo{
        max-height: 100px;
        margin-bottom: 0;
    }
    .footer-logo{
        margin-bottom: 20px !important;
    }
    .navbar-toggle{
        width: 100%;
        float: none;
        margin: 15px 0;
        padding: 0;
        font-weight: 500;
        text-align: center;
    }
    #mainMenu{
        padding-bottom: 20px;
    }
    #mainMenu ul{
        border-top: 1px dashed #e0e0e0;
        padding-top: 10px;
        display:block;
    }
    #mainMenu ul li ul{
        border: none;
        padding-top: 0;
    }
    #mainMenu li{
        width:100%;
    }

    #mainMenu li ul{
        position:relative;
        top:0px;
        left:0;
        display: block;
    }
    footer{
        text-align: center;
    }
}

@media (min-width: 768px){}

@media (min-width: 992px){}

@media (min-width: 1200px){}