#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: 'alegreya_sansmedium';
    src: url('../images/fonts/alegreyasans-medium-webfont.eot');
    src: url('../images/fonts/alegreyasans-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../images/fonts/alegreyasans-medium-webfont.woff2') format('woff2'),
        url('../images/fonts/alegreyasans-medium-webfont.woff') format('woff'),
        url('../images/fonts/alegreyasans-medium-webfont.ttf') format('truetype'),
        url('../images/fonts/alegreyasans-medium-webfont.svg#alegreya_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alegreya_sansbold_italic';
    src: url('../images/fonts/alegreyasans-bolditalic-webfont.eot');
    src: url('../images/fonts/alegreyasans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../images/fonts/alegreyasans-bolditalic-webfont.woff2') format('woff2'),
        url('../images/fonts/alegreyasans-bolditalic-webfont.woff') format('woff'),
        url('../images/fonts/alegreyasans-bolditalic-webfont.ttf') format('truetype'),
        url('../images/fonts/alegreyasans-bolditalic-webfont.svg#alegreya_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alegreya_sansbold';
    src: url('../images/fonts/alegreyasans-bold-webfont.eot');
    src: url('../images/fonts/alegreyasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../images/fonts/alegreyasans-bold-webfont.woff2') format('woff2'),
        url('../images/fonts/alegreyasans-bold-webfont.woff') format('woff'),
        url('../images/fonts/alegreyasans-bold-webfont.ttf') format('truetype'),
        url('../images/fonts/alegreyasans-bold-webfont.svg#alegreya_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body{
    font-family: 'alegreya_sansmedium';
    font-size: 16px;
    -moz-font-smoothing: none;
}

.navbar{
    width: 100%;
    margin: 0px -15px;
    padding: 0px;
}

#top{
    height: 50px;
    width:100%;
    position: relative;
    z-index: 1000;
}

#top .container{
    overflow: hidden;
}

#top-bg{
    position: absolute;
    top:0px;
    left: 0px;
    width:100%;
    height: 100%;
    background: #ffffff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

p{
    margin: 10px 0px;
}

a{    
    color: #006f53;
    text-decoration: none;
}

a:hover{
    color: #006f53;
    text-decoration: underline;
}
.mid{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#logo{
    position: relative;
    max-height: 275px;
}

#searchForm{
    margin: 10px 0px;
}

#btn-search{
    background: #f5f9fc;
    float: left;
    padding: 0px 10px 0px 0px;
    margin: 0px;
    border:1px solid #b1b6ba;
    border-right: none;
    border-right: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;  
    width: 20%;
}

#searchFor{
    background: #f5f9fc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;  
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;  
    float: left;
    height: 30px;
    line-height: 30px;
    border:1px solid #b1b6ba;
    border-left: none;
    -webkit-appearance: none;
    width: 80%;
}

#search-box{
}

#middle{
    float: left;
    width: 100%;
    margin: -15px 0px 15px 0px;
}

#col-left{
    width:229px;
    float:left;
}

#col-right{
    width:665px;
    text-align:left;
    float:left;
}

#col-right-gallery-no-cart{
    width:100%;
    text-align:left;
    float:left;
}

#col-right-1{
    width:500px;
    float:left;
    border-right:1px dotted #CCCCCC;
}

#col-right-2{
    width:163px;
    float:left;
}

#footer{
    color:#ffffff;
    font-size: 12px;
    width: 100%;
    min-height: 140px;
    background:  url("../images/footer-bg.jpg") repeat-x top;
}

#footer .container{
    min-height: 140px;
    background:  url("../images/footer.jpg") no-repeat top;
    position: relative;
}

#footer .container .footer-text{
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#footer-golf{
    display: none;
    float: right;
    background:  url("../images/footer-golf.jpg") no-repeat top;
    width: 123px;
    height: 140px;
    margin: 0px -15px;
}

#footer a{
    text-transform: uppercase;
    color:#ffffff;
    text-decoration: none;
}

#footer a:hover{
    color:#ffffff;
    text-decoration: underline;
}

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

.box-inner{
    text-align:left;
    padding:0px;
    margin-top: -30px;
    width: 100%;
    float: left;
}

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

.home-slideshow {
    position: relative;
    top:-50px;
    left: 0px;
    overflow: hidden;
}

.slideshow-logos{
    position: absolute;
}

.slideshow-logos img{
    margin: 0px;
}

.home-slideshow  .container{
    position: relative;
}

#logo-2{
    left:0px;
    bottom: 30px;
}

#logo-2 img{
    margin-left: 15px;
}

#logo-3{
    right: 0px;
    bottom: 0px;
}

.box-inner-1{
    padding:10px;
}

h3,h4,h5,h6 {
    color: #006f53;
    text-transform: uppercase;
}

h1{
    font-size: 42px;
    color: #006f53;
    font-family: 'alegreya_sansbold_italic';
}

h2{
    font-size: 32px;
    color: #006f53;
    font-family: 'alegreya_sansbold_italic';
}

h3{
    font-size: 22px;
    color: #60bb46;
    font-family: 'alegreya_sansbold';
}

h4{
    font-size: 20px;
    color: #60bb46;
    font-family: 'alegreya_sansbold';
}

h5{
    font-size: 18px;
    color:#333333;
    font-family: 'alegreya_sansmedium';
    font-weight: bold;
}

h6{
    font-size: 16px;
    color:#333333;
    font-family: 'alegreya_sansmedium';
}

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

/** Main menu using sucker fish style list menu **/
#sub-menus-page{
    width: 100%;
    background: #000000;
    position: relative;
    top: -50px;
    left: 0px;
    color:#60bb46;
}

#sub-menus-page p{
    padding: 0px;
    margin: 0px;
}

.module-box#sub-menus-page{
    padding: 10px 0px;
    margin: 0px;
    float: left;
}

#sub-menus-page a{
    color:#60bb46;
    text-decoration: none;
}

#sub-menus-page a:hover{
    color:#60bb46;
    text-decoration: underline;
}

.menuContainer{
    margin-left: -40px;
}

#mainMenu{
    position: relative;
    z-index: 1000;
}

#mainMenu ul{
    margin:0;
    padding: 15px 0px;
    list-style:none;
    float:left;
    width: 100%;
}

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

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

#mainMenu li ul li{
    width:300px;
    float:left;
    clear:both;
    background: #ffffff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#mainMenu li ul li a{
    color: #000000;
    border: none;
    text-decoration: none;
    line-height: 40px;
    font-size: 13px;
}

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

#mainMenu li:hover, #mainMenu li.over {
    color:#000000;
    text-decoration: underline;
}


#mainMenu a{
    padding:0px 10px;
    line-height: 20px;
    color: #000000;
    text-decoration:none;
    display:block;
    text-transform: uppercase;
    border-right: 1px solid #000000;
}

#mainMenu a:hover{
    color: #000000;
    text-decoration: underline;
}

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

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

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


/**
 * Modules
*/
.module-box{
    padding:10px;
    margin-bottom: 10px;
}

/** 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: 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-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{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 12px;
    bottom: 15px;
}

#social-links a{
    position: absolute;
    z-index: 10000;
    bottom: 0px;
}

#fb-icon{
    left: 62px;
}

#twitter-icon{
    left: 121px;
}

#linkedin-icon{
    left: 180px;
}

.alert{
    margin-bottom: 50px;
}

.grey{
    font-weight: bold;
    background: #F3F3F3;
}
.program td{
    padding: 10px;
    border-bottom: 1px solid #F3F3F3;
}

@media(min-width:1500px) and (max-width:1570px){
    #logo-2 img{
        max-width: 80%;
        margin-left: 15px;
    }
}

@media(min-width:1400px) and (max-width:1499px){
    #logo-2 img{
        max-width: 70%;
        margin-left: 15px;
    }

    #logo-3 img{
        max-width: 90%;
    }
}

@media(min-width:1300px) and (max-width:1399px){
    #logo-2 img{
        max-width: 45%;
        margin-left: 25px;
    }

    #logo-2{
        bottom: 20px;
    }

    #logo-3 img{
        max-width: 90%;
    }
}

@media(min-width:1200px) and (max-width:1299px){
    #logo-2 img{
        max-width: 40%;
        margin-left: 25px;
    }

    #logo-2{
        bottom: 10px;
    }

    #logo-3 img{
        max-width: 80%;
    }
}

@media(min-width:1150px) and (max-width:1199px){
    #logo-2 img{
        max-width: 35%;
        margin-left: 15px;
    }

    #logo-2{
        bottom: 15px;
    }

    #logo-3 img{
        max-width: 70%;
    }
}

@media (max-width:1199px){
    #social-links a{
        bottom: 5px;
    }

    #social-links img{
        width: 80%;
    }

    #fb-icon{
        left: 40px;
    }

    #twitter-icon{
        left: 98px;
    }

    #linkedin-icon{
        left: 155px;
    }
}

@media(min-width:1100px) and (max-width:1149px){
    #logo-2 img{
        max-width: 30%;
        margin-left: 10px;
    }

    #logo-2{
        bottom: 10px;
    }

    #logo-3 img{
        max-width: 70%;
    }
}

#logo-2 #logo-2-small{
    display: none;
}

@media(min-width:992px) and (max-width:1099px){
    #logo-2 img{
        display: none;
    }

    #logo-2 #logo-2-small{
        display: block;
        width: 50%;
    }

    #logo-2{
        bottom: 3px;
    }

    #logo-3 img{
        max-width: 70%;
    }
}

@media(max-width:991px){
    #top{
        padding-top: 15px;
    }

    #logo-2 img{
        display: none;
    }

    #logo-2 #logo-2-small{
        display: none;
    }

    #logo-2{
        bottom: 3px;
    }

    #logo-3 img{
        display: none;
    }

    #footer-golf{
        display: block;
    }

    .home-slideshow{
        display: none;
    }

    #top{
        height: auto;
    }

    #logo img{
        max-width: 40%;
    }

    #searchForm{
        margin: 0px;
        width: 100%;
    }

    #searchFor{
        width: 93%;
    }

    #btn-search{
        width: 7%;
    }

    .module-box#sub-menus-page{
        margin-top: 65px;
    }

    .menuContainer{
        padding: 0px;
    }

    #top .navbar{
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    #mainMenu{
        width: 72%;
        margin: 0px auto;
    }

    #social-links{
        height: 50px;
        line-height: 50px;
        position: relative;
        margin: 0px auto 0px auto;
        text-align: center;
        left: 0px;
        bottom: 50px;
    }

    #social-links a{
        position: static;
        width: 8%;
        display: inline-block;
    }

    #social-links img{
        max-width: 50%;
    }
}

@media (max-width:767px){
    #top{
        padding-top: 15px;
    }
    .mid{
        display: block;}

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

    .navbar-toggle{
        padding: 10px 15px;
        margin: 0px;
        width: 110px;
    }

    #mobile-menu{
        float: right;
        margin-top: -6px;
        font-size: 18px;
    }

    #top .container > .navbar-header{
        margin-bottom: 15px;
    }

    #top .navbar .navbar-collapse{
        padding: 15px 15px 0px 15px;
        width: auto;
        border-top: 1px solid #d8d8d8;
    }

    #mainMenu{
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding: 0px 0px 0px 30px;
        float: left;
        border-bottom: 1px solid #d8d8d8;
    }

    #mainMenu ul{
        padding: 0px;
    }

    #mainMenu li{
        width: 100%;
        padding-bottom: 10px;
    }

    #mainMenu li a{
        border: none;
    }

    #mainMenu li a:hover{
        background: none;
    }

    #mainMenu li.activeMenu{
        background: none;
    }

    #social-links{
        height: 50px;
        line-height: 50px;
        position: relative;
        margin: 0px auto 0px auto;
        text-align: center;
        left: 0px;
        bottom: 45px;
    }

    #social-links a{
        position: static;
        width: 8%;
        display: inline-block;
    }

    #social-links img{
        max-width: 50%;
    }

    #logo{
        max-height: 240px;
    }
}

@media (max-width:400px){
    #top{
        padding-top: 15px;
    }

    #logo{
        max-height: 148px;
    }
}