/*Container width*/

#Container {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

#ContainerLower {
    clear: both;
    float: left;
    width: 100% !important;
    padding: 0 0 20px 0;
}

#ContainerFooter {
    clear: both;
    float: left;
    width: 100% !important;
    background: #d1dfb9;
}

.hoursHighlight {
    background: rgba(70, 70, 70, 0.15);
    border-radius: 10px;
    padding: 3px 20px;
}

.socialShareIcons {
    margin-top: -30px;
    margin-bottom: 20px;
}

.socialShareIconsBottom {
    margin-top: 10px;
    margin-bottom: 20px;
}

#shippingBanner {
    max-width: 100%;
    text-align: center;
    background-color: #ffffff;
}

.shippingBannerImg {
    vertical-align: middle;
}

/*Responsive Grid System - http://www.responsivegridsystem.com/ - Many many thanks to Graham Miller http://www.grahamrobertsonmiller.co.uk/ for this*/

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0 0 0 10px;
    margin: auto;
    /*    width:100%;*/
}

#content_wrapper {
    max-width: 550px;
    overflow: hidden;
    padding-top: 47px;
}

    #content_wrapper #container {
        //width: 550px !important;
    }

    #content_wrapper #PageContent .BlockContent {
        margin: 0 !important;
    }

.marquee {
    text-align: center;
    color: black;
    margin-bottom: 0;
}

.catPageItem {
    float: left;
    padding-left: 20px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 1px 1% 1%;
}

    .col:first-child {
        margin-left: 0px;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.1%;
}

.span_1_of_3 {
    width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .conditionsWidget {
        display: none;
    }

    .socialShareIcons {
        margin-top: 0px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .span_3_of_3 {
        width: 100%;
    }

    .span_2_of_3 {
        width: 100%;
    }

    .span_1_of_3 {
        width: 100%;
    }
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_2_of_2 {
        width: 100%;
    }

    .span_1_of_2 {
        width: 100%;
    }
}
/*  GRID OF FOUR   ============================================================================= */


.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_4 {
        width: 100%;
    }

    .span_2_of_4 {
        width: 100%;
    }

    .span_1_of_4 {
        width: 100%;
    }
}


/*Center an image on the page*/
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*Responsive table
Many thanks to Chris Coyer and css-tricks.com.   http://css-tricks.com/responsive-data-tables/*/

/* 
Generic Styling, for Desktops/Laptops 
*/
table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(even) {
    background: #f5f5f5;
}

th {
    background: #333;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 6px;
    border: 0px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    .tableHead {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #6e6e6e;
        position: relative;
        font-size: 155%;
        background-color: #d4dfb9;
        text-align: center;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        /*padding-left: 50%;*/
        font-size: 85%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            text-align: left;
            white-space: wrap;
        }


        /*
    Label the data
    */
        td:nth-of-type(1):before {
            content: attr(data-label);
        }

        td:nth-of-type(2):before {
            content: attr(data-label);
        }

        td:nth-of-type(3):before {
            content: attr(data-label);
        }

        td:nth-of-type(4):before {
            content: attr(data-label);
        }

        td:nth-of-type(5):before {
            content: attr(data-label);
        }

        td:nth-of-type(6):before {
            content: attr(data-label);
        }

        td:nth-of-type(7):before {
            content: attr(data-label);
        }

        td:nth-of-type(8):before {
            content: attr(data-label);
        }

        td:nth-of-type(9):before {
            content: attr(data-label);
        }

        td:nth-of-type(10):before {
            content: attr(data-label);
        }
}


/* Link sizing*/
#link {
    display: block;
    width: 100%;
    height: 100%;
}


#footer {
    text-align: center;
}

    #footer ul {
        list-style: none;
    }

        #footer ul li {
            display: inline;
        }


/*iframe {
    -moz-transform: scale(01.2, 01.2);
    -webkit-transform: scale(01.2, 01.2);
    -o-transform: scale(01.2, 01.2);
    -ms-transform: scale(01.2, 01.2);
    transform: scale(01.2, 01.2);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
*/

.homeProductHead {
    text-align: center;
    padding: 0;
    margin: 0;
}

.blog-products {
    margin: -10px -10px 0 -10px;
    padding: 0;
}

    .blog-products .item {
        max-width: 190px;
        float: right;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        margin: 10px;
        line-height: 18px;
        border: solid #eeeded 1px;
        background: #ffffff;
    }

.blog-productsLeft .item {
    max-width: 145px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0;
    line-height: 18px;
    border: solid #eeeded 1px;
    background: #ffffff;
}

    .blog-productsLeft .item img {
        max-width: 145px;
        padding-bottom: 10px;
    }

.blog-products .item-feature-product {
    -webkit-box-shadow: #eeeded 0px 0px 3px;
    -moz-box-shadow: #eeeded 0px 0px 3px;
    box-shadow: #eeeded 0px 0px 3px;
}

.blog-products .item .ProductPrice em {
    font-style: normal;
}

.blog-products .item .ProductBrand {
    margin-top: 20px;
}

.blog-products .item h2 {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    text-transform: none;
}

    .blog-products .item h2 a {
        display: block;
        padding: 0 0 10px 0;
    }

.blog-products .item a {
    font-weight: normal;
    color: #007598;
}

.quickview-state h2.ProductName a {
    padding-right: 15px;
}

.blog-products .item .ProductImage {
    width: 145px;
    max-height: 220px;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .blog-products .item .ProductImage .QuickViewBtn {
        width: 100px;
        padding: 0 10px !important;
        margin-top: -17px !important;
        margin-left: -65px !important;
        top: 50% !important;
        left: 50% !important;
    }

.blog-products .quickview-state .ProductImage .QuickViewBtn {
    display: none !important;
}

.blog-products .item .ProductImage a {
    display: table-cell;
    vertical-align: middle;
    width: 145px;
    max-height: 50px;
}

.blog-products .item .ProductImage img {
    height: auto !important;
    width: auto !important;
    max-width: 145px;
    max-height: 110px;
}

.blog-products .item .ProductInfo {
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    width: 127px !important;
    max-height: 150px;
    color: #6e6e6e;
    padding: 8px;
    position: relative;
}

    .blog-products .item .ProductInfo .view-details {
        color: #007598;
    }

    .blog-products .item .ProductInfo .add-to-wishlist {
        margin: 30px 0 0;
    }

    .blog-products .item .ProductInfo .arrow {
        width: 7px;
        height: 15px;
        background: url(../images/blue-left-arrow.jpg) no-repeat;
        position: absolute;
        left: -7px;
        top: 100px;
        display: none;
    }

.lower-subcategories img {
    max-width: 200px;
    height: 175px;
}



#centeredmenu {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    #centeredmenu ul {
        clear: left;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        text-align: center;
    }

        #centeredmenu ul li {
            display: block;
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            right: 50%;
        }

            #centeredmenu ul li a {
                margin: 0 0 0 1px;
                padding: 3px 10px;
                text-decoration: none;
                line-height: 1.3em;
            }

                #centeredmenu ul li a:hover {
                    background: #369;
                    color: #fff;
                }

                #centeredmenu ul li a.active,
                #centeredmenu ul li a.active:hover {
                    color: #fff;
                    background: #000;
                    font-weight: bold;
                }


div.feature {
    position: relative;
}

div.linkwrap a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}


/*River report blog wrapper to hide the scrollbars*/
#blog_wrapper {
    max-width: 540px;
    overflow: hidden;
}

#blog_scroller {
    max-width: 625px;
    overflow: auto;
}

iframe::-webkit-scrollbar {
    display: none;
}

/*Main Category Header Image Sizing*/

.mainCatHead {
    max-width: 890px;
    margin: auto;
    padding: 23px;
}

/*header logo*/

.logoHead {
    max-width: 200px;
    margin-top: -80px;
}

.logoTitle {
    font-size: 41px;
    padding-top: 45px;
    margin-left: 237px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #275727;
}

@media only screen and (max-width: 950px) and (min-width: 768px) {
    .logoTitle {
        margin-left: 280px;
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .logoTitle {
        display: none;
    }

    .logoHead {
        margin-top: 0;
    }
}
/*Large Weather Widget*/

.weatherWidget {
    margin-top: 30px;
    -moz-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

/*Radar Styling*/
.radar {
    width: 150%;
    -moz-transform: scale(.85, .85);
    -webkit-transform: scale(.85, .85);
    -o-transform: scale(.85, .85);
    -ms-transform: scale(.85, .85);
    transform: scale(.85, .85);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

/*widget title style*/
.widget_title_lg {
    text-align: center;
    margin: 35px 0 5px 0;
}

/*River Cam iframe sizing*/
#river_cam {
    margin: -173px 0 0 -340px;
}

/*Page Title Customization*/
.pageTitle {
    text-align: center;
    margin: 0;
    font-size: 40px;
    padding: 0 0 15px 0;
}

/*Page top pic sizing*/
.widest img {
    width: 100%;
    max-width: 975px;
}

/*Water Levels Heading*/
.waterLevels {
    padding-top: 0px;
}

.radarWidget {
    margin-bottom: 20px;
}

.waterLevelWidget {
    padding: 0 0 0 20px;
}

.weatherWidgetSm {
    padding-right: 30px;
}

.textwidget {
    margin-bottom: 14px;
}

.widget_title {
    margin-bottom: 2px;
    font-size: 1em;
    background: transparent;
    color: #333333;
}

.widget_title th{
    background: transparent;
}


.widget_title_head {
    font-size: 1.4em !important;
}

}

#LayoutColumn2of3 {
    max-width: 535px !important;
}

#contentWrapper {
    max-width: 1060px;
    position: relative;
    margin: 0 auto;
}

    #contentWrapper .Left {
        max-width: 170px;
    }

.conditionsWidget {
    width: auto;
    margin-left: 0px;
}

.calendarContainer {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

    .calendarContainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Primary Content Area (column span of 2) */
.Content.Wide, .Content.WideWithRight {
    max-width: 763px;
    float: left;
}

    .Content.Wide.WideWithRight {
        padding-left: 0;
    }

#conditionsColumn2 {
    padding: 0 10px 0 0;
}

#conditionsColumn1 {
    padding: 17px 0 0 0;
}

#conditionsColumn3 {
    padding: 15px 0 0 0;
}

#categoryColumn1 {
    max-width: 965px;
    float: none;
}

#mainSubCategoryHeading {
    margin: auto;
    max-width: 975px;
    position: relative;
    /*padding: 0 40px 0 20px;*/
}

@media only screen and (max-width:955px) {
    .SubCategoryListGrid li {
        padding: 1% 1%;
    }

    .topMenuChild {
        display: none;
    }

    .topMenuHover:hover + .topMenuChild {
        display: block;
    }

    .usedGear ul li:nth-of-type(1n+4) {
        display: none;
    }

}

/*Weather Page*/

.weatherTable {
    text-align: center;
    margin: 0;
    display: block;
    overflow-x: auto;
}

table.weatherTable th {
    background: none!important;
    color: inherit;
    font-size: 1.75em;
}

#clockbox {
    font-size: .65em;
}

table.weatherTable tr:nth-of-type(even) {
    background: none;
}

td.weatherSummaryHeader {
    padding-bottom: 0;
}

table.weatherTable h3 {
    margin-bottom: 0;
}

td.weatherSummaryWeekly h3 {
    margin: 20px 0;
}

span#summary, 
span#minutesTilRain,
span#weeklySummary {
    color: #464641;
    font-size: .85em;
}

#currentTempMain {
    font-size: 3em;
    letter-spacing: 0px
}

#currentTempApparent {
    font-size: 1.2em;
}

.weatherTable th {
    font-size: 1.9em;
    text-align: center;
    padding-bottom: 0;
}

.weatherTable td {
    vertical-align: middle;
    padding: 5px 0 0 0;
    width: 9%;
}

.weatherTable tr {
    border: none;
    width: 90%;
}

.hourlyTemp {
    border-right: rgba(0, 0, 0, 0.73) solid 1px;
}

.hiLo {
    font-size: 1.4em;
}

.mainWeatherIcon img {
    max-width: 60%;
}

.sunIcon img {
    max-width: 33%;
}

.mainTidalInfo img {
    max-width: 20vw;
    max-height: 11vh;
}

#tidalIconTable {
    padding: 20px 0 0 0;
}

#tidalIconTable td {
    padding-bottom: 20px;
}

#hourlyIcon {
    background-color: #424242;
}

.hourlyWeatherTable {
    width: 100%;
    table-layout: fixed;
}

.hourlyWeatherTable td{
    display: table-cell;
    width: 25%;
    padding: 0 15px;
}

#moonPhase img {
    max-width: 33%;
}

#sunIconTable td {
    display: table-cell;
}

#dailyWeatherTable {
    border: none;
    /*margin-bottom: 40px;*/
}

#dailyWeatherTable tbody {
    text-align: center;
    border: none;
}

#dailyWeatherTable tbody tr {
    border: none;
    display: inline-flex;
}

#dailyWeatherTable tbody tr td {
    padding: 0px 10px;
    border-right: 1px solid;
    width: 7.143%;
}

.weatherTable tbody tr > td:last-of-type {
    border-right: none!important;
}

#precipProb {
    font-size: 60%;
}

.dailyIcons {
    max-width: 70%!important;
}

td.weatherSummaryWeekly {
    width: 100%!important;
}

@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px){
.weatherTable table, thead, tbody, th, td, tr {
    display: table-row-group;
}
}
@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px)
.weatherTable table, thead, tbody, th, td, tr {{
    display: table-row-group;
}}

.currentInfo td {
    display: inline-table;
    width: 25%;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////


 scrollbar


////////////////////////////////////////////////////////////////////////////////////////////////*/


/* !important is needed sometimes */
::-webkit-scrollbar {
    width: 12px !important;
}


.weatherTable::-webkit-scrollbar {
height: 4px!important;
}


/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #41617D !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #41617D !important;
}

span#todaysHiSm {
    color: #ff0000;
    font-size: 26px;
    font-weight: bold;
}

span#todaysLowSm {
    color: #007598;
    font-size: 26px;
    font-weight: bold;
}

td#todaysIconSm img {
    width: 60px;
}

td.dailyWeatherTableSmallRow img {
    width: 30px;
}

#dailyWeatherTableSm tr {
    background: transparent;
}

td.dailyWeatherTableSmallRow {
    padding: 0 0 0 5px;
}

.dailyHiSm {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.dailyLowSm {
    color: #007598;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.weatherTableSm th {
    background: transparent;
}