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

html,body{
    background: url(../images/background.jpg) fixed no-repeat bottom center;
    background-size: cover;
    height: 100%;
    font-family: 'open_sansregular';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../font/OpenSans-Bold-webfont.eot');
    src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/OpenSans-Bold-webfont.woff') format('woff'),
        url('../font/OpenSans-Bold-webfont.ttf') format('truetype'),
        url('../font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../font/OpenSans-Semibold-webfont.eot');
    src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/OpenSans-Semibold-webfont.woff') format('woff'),
        url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'),
        url('../font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/OpenSans-Regular-webfont.woff') format('woff'),
        url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../font/OpenSans-Italic-webfont.eot');
    src: url('../font/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/OpenSans-Italic-webfont.woff') format('woff'),
        url('../font/OpenSans-Italic-webfont.ttf') format('truetype'),
        url('../font/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
#top .container{
    min-height: 100px;
}
a{
    color: #9ac039;
}
a:hover{
    color: #9ac039;
}

strong{
    font-family: 'open_sansbold';
    font-weight: normal;
    font-style: normal;
}
.alert-band{
    background: #C00;
    padding: 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}
.alert-band a{
    color: #FFF;
    text-decoration: underline;
}
.alert-band p{
    margin: 0;
    padding: 0 60px;
    display: inline-block;
}
.well{
    padding: 20px;
    font-family: 'open_sansregular';
    font-weight: normal;
    font-style: normal;
    background-color: #ebf2d7;;
    border: 1px solid transparent;
}

.well strong{
    font-size: 18px;
}

#logo{
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 4000;
}

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

#middle{
    margin-bottom: 70px;
}

#footer{
    background-color: #121212;
    padding: 30px 0px;
    color:#CCC;
    font-size: 14px;
}
#footer a{
    color: #CCC;
}
#footer h4{
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'open_sansbold';
    font-weight: normal;
    font-style: normal;
    border-bottom: 1px solid #666;
    width: auto;
    padding-bottom: 5px;
    display: inline-block;
}
#footer img{
    max-height: 100px;
}
#copy{
    font-size: 10px;
}
.box-inner{
    text-align:left;
    background: #FFF;
    padding: 40px;
}

.topBanner{
    text-align: center;
    width: 100%;
    min-height: 70px;
}

#capcha div{
    float: left;
}

#slideshow {}

b, strong{
    -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6 {
    -moz-osx-font-smoothing: grayscale;
}

h1{
    font-size: 30px;
    border-left: 5px solid #9ac039;
    padding-left: 10px;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 18px;
    font-family: 'open_sansbold';
    font-weight: normal;
    font-style: normal;
}

/* -------------------- */
/*       MAIN MENU      */
/* -------------------- */

#mainMenu{
    position: relative;
    z-index: 1000;
    font-family: 'open_sanssemibold';
    font-weight: normal;
    font-style: normal;
}

#mainMenu ul{
    margin:0;
    padding:0;
    list-style:none;
    background: #FFF;
}

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

#mainMenu li ul{
    display:none;
    position:absolute;
    top:40px;
    left:0;
    background: #FFF;
    width: auto;
}

#mainMenu li ul li{
    width:100%;
    float:left;
    clear:both;
}

#mainMenu li ul li a{
    color: #333333;
    line-height: 30px;
}

#mainMenu li:hover ul, #mainMenu li.over ul {
    display: inline-block;
}
#mainMenu li:hover, #mainMenu li.over {
    color:#9ac039;
}


#mainMenu a{
    font-size: 16px;
    padding:0px 10px;
    color: #333;
    text-decoration:none;
    display:block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#mainMenu a:hover{
    color:#9ac039;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

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

#mainMenu li.activeMenu a{
    color:#333;
    border-bottom: 2px solid #9ac039;
}

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


/* ------------------- */
/*       MODULES       */
/* ------------------- */
.module-box{
    float: left;
    width:100%;    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;
    padding: 10px 0px;
}

.module-box.hidden-lg.hidden-md{
    margin-top: 15px;
    float: left;
    width: 100%;
}

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


/* ------------------- */
/*        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:  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;
    -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%;
    margin: 20px 0 0 0;
}

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

#social-links{
}

#social-links a{
    margin-left: 5px;
    display: inline-block;
}
#social-links img{
    width: 25px;
}

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

.newsBox{
    border: 1px solid #EFEFEF;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.newsBox strong{
    color: #333;
    font-size: 18px;
}
.newsImage{
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.newsCopy{
    padding: 20px;
}
.link{
    text-align: right;
    margin-bottom: 0;
    margin-top: 10px;
}
.btn-green{
    background: #9ac039;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
}
.btn-green:hover{
    color: #FFF;
}
.latest-photos{
    padding: 0;
}

td,th{
    padding: 5px;
}
td{
    border: 1px solid #EFEFEF;
}
th{
    background: #000;
    color: #FFF;
    text-align: center;
}

.navbar{
    margin-bottom:0px;
    min-height: 1px;
    border: 0;
}
.navbar-toggle{
    margin-bottom: 0;
    float: none;
    width: 100%;
    font-family: 'open_sansbold';
    font-weight: normal;
    font-style: normal;
    margin-top: 0;
}
.gallery-photo-box div{width: 100%;padding-bottom: 75%;background-size: cover; background-position: center center}

@media(max-width:768px){
    #logo{
        position: relative;
        margin: 0 auto 15px;
    }
    #top .container{
        background: none;
    }
    #mainMenu li{
        width: 100%;
    }
    #menu{
        background: #FFF;
    }
    #mainMenu li ul{
        position:relative;
        top:0px;
        left:0;
        width: 100%;
        padding-left: 15px;
        display: inline-block;
    }
    #mainMenu a{
        line-height: 30px;
    }
    .imgFix{
        padding-right: 15px;
    }
    .newsFix{
        padding-left: 15px;
    }
    .newsImage{
        height: 200px;
    }
}
@media (min-width: 768px) {
    #top .container{
        background: #FFF;
    }
    #mainMenu{
        font-size: 16px;
        line-height: 50px;
    }
    #mainMenu a{
        padding: 0 15px;
        line-height: 40px;
    }
    .newsImage{
        height: 200px;
    }
    .latest-photos{
        max-height: 150px;
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    #mainMenu{
        font-size: 16px;
        line-height: 100px;
    }
    #mainMenu a{
        padding: 0 6px
    }
    .newsImage{
        height: 210px;
    }
    .imgFix{
        padding-right: 0px;
    }
    .newsFix{
        padding-left: 0px;
    }
    .latest-photos{
        max-height: 190px;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    #mainMenu{
        font-size: 17px;
        line-height: 100px;
    }
    #mainMenu a{
        padding: 0 10px
    }
    .newsImage{
        height: 200px;
    }
    .latest-photos{
        max-height: 220px;
        overflow: hidden;
    }
}