﻿body {
    font-family: "Helvetica Neue", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
}

h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: 'Open Sans';
    margin-bottom: 10px;
    line-height: normal;
    font-weight: normal;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
    font-size: 14px;
}

    h2.large {
        font-size: 24px;
    }

    h2.medium {
        font-size: 18px;
    }

h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

h4 {
    font-size: 16px;
}

p {
    margin-bottom: 10px;
}

iframe {
    border: 0;
    height: 350px;
    width: 100%;
}

.btn-supplement {
    background: #333;
    padding: 5px 10px;
    line-height: 30px;
    color: #ffffff;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

    .btn-supplement:hover {
        color: #ffffff;
        transition: background-color 0.8s ease;
        background-color: #aaa;
    }

.headline {
    background: #303030;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 24px;
    padding-left: 5px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .headline div {
        background: #fff;
        display: inline-block;
        padding: 0 5px;
        line-height: 20px;
    }

    .headline h1 {
        line-height: 15px;
        margin-top: 5px;
        margin-bottom: 3px;
    }

.latest-headlines {
    background: none;
    padding: 0;
    margin-top: 35px;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #004a82;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: #303030;
}

.blackLink a:link, .blackLink a:visited, .blackLink a:hover, .blackLink a:active {
    color: #333;
}

header, footer, #content {
    padding: 10px 0;
}

.CategoryName {
    text-transform: lowercase;
}

.featuresList ul {
    padding-left: 12px;
}

#content {
    margin: 0 -5px;
}
/* Navigation */
.navbar {
    background: #303030;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-family: 'Open Sans';
}

    .navbar .container {
        background: #303030;
    }

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #008cc1;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #008cc1;
}


.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #303030;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #008cc1;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #008cc1;
    }

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #303030;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.nav > li > a {
    padding: 15px 10px;
}

.navbar-collapse.collapse {
    padding-left: 0;
    margin-left: -5px;
}

.navbar .input-group {
    margin-top: 8px;
}

.navbar .input-group-addon, footer .input-group-addon {
    text-transform: uppercase;
    color: #ffffff;
    background: #008cc1;
    border: solid 1px #fff;
    cursor: pointer;
}

    .navbar .input-group-addon:hover, footer .input-group-addon:hover {
        transition: background-color 0.8s ease;
        background-color: #303030;
    }

.navbar .input-group-addon {
    padding: 0;
}

.dropdown-menu {
    background: #303030;
}

#logoNav {
    margin-top: -35px;
    margin-left: 15px;
}

/* /Navigation */

/* Newlsetter */
#newsletter, .bottomBuffer {
    margin-bottom: 10px;
}

    #newsletter input[type=text] {
        background: #f7f7f7;
        border: solid 1px #ccc;
        color: #222;
    }

    #newsletter .input-group-addon {
        padding: 0;
    }

    #newsletter input[type=image] {
        background: transparent;
        height: 30px;
        width: 30px;
        padding: 0;
        border: transparent;
        box-shadow: none;
        text-shadow: none;
    }

    #newsletter .input-group-addon {
        background: #008cc1;
        color: #fff;
        font-family: 'Open Sans';
        text-transform: uppercase;
    }

        #newsletter .input-group-addon:hover {
            transition: background-color 0.8s ease;
            background-color: #303030;
            cursor: pointer;
        }
/* /Newsletter */
section {
    margin-bottom: 15px;
    overflow: hidden;
}

.advert {
    margin: auto;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

    .advert img {
        margin: auto;
    }

.banner img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.banner {
    margin-bottom: 5px;
}

.glyphicon {
    color: #999;
    margin-right: 5px;
}

a:hover .glyphicon {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #4b4b4b;
}

label {
    display: block;
    font-weight: normal;
}

.viewAll, .viewAllBottom, .viewAllInline {
    float: right;
    margin-top: 12px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

    .viewAll .glyphicon {
        color: #ffffff;
    }

    .viewAll a {
        color: #ffffff;
    }

.viewAllBottom {
    margin-top: 0;
}

.viewAllInline {
    margin-top: 1px;
}

    .viewAllInline a:link, .viewAllInline a:visited, .viewAllInline a:hover, .viewAllInline a:active, .viewAllInline .glyphicon {
        color: #ffffff;
    }

#preferredSupplier {
    float: right;
    margin-top: 11px;
    color: #ffffff;
    margin-right: 3px;
}

.filter {
    border: solid 1px #ddd;
    border-bottom: 0;
    margin-bottom: 10px;
}

.filterItem {
    padding: 10px;
    border-bottom: solid 1px #ddd;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.filterItemSelected {
    background: #008cc1;
}

    .filterItemSelected a {
        color: #ffffff;
    }

#mobileFilter {
    display: none;
    margin-top: 10px;
}


.filterButton {
    margin-bottom: 5px;
    float: right;
    position: absolute;
    top: 0;
    right: 10px;
    background: #008cc1 !important;
    height: 40px;
    width: 45px;
}

    .filterButton i {
        color: #ffffff;
    }

    .filterButton .glyphicon {
        margin-right: 0;
    }

.listAlpha {
    list-style-type: lower-alpha;
}

.date {
    float: right;
    font-size: 12px;
    margin-left: 10px;
}

.dateOrder {
    margin-top: 8px;
}

#map {
    margin-bottom: 10px;
}

    #map iframe {
        min-height: 300px;
    }

.supplier {
    margin-left: 3px;
    margin-top: -13px;
}

.supplier-children {
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
}

    .supplier-children:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .supplier-children br {
        visibility: hidden;
        display: none;
    }

.supplier-parent h3, .alternative-heading h3 {
    border-left: solid 5px #333333;
    padding-left: 5px;
}

.tab-pane {
    margin-top: 20px;
}

.error {
    text-align: center;
}
#eureka-knowledge {
    padding: 10px;
    border: solid 1px #cccccc;
}
#eureka-knowledge-header p {
    background: #333333;
    padding: 5px 10px;
    color: #ffffff;
}
#eureka-knowledge-header a {
    color: #37b6bb;
}
/* Articles */

article img {
    margin-bottom: 5px;
}

.img-thumbnail {
    border-radius: 0;
    border: solid 1px #ccc;
}

.verticalImageList, .main-banner {
    overflow: hidden;
}

.article-list {
    margin-bottom: 10px;
    overflow: hidden;
}

    .article-list img {
        margin-right: 10px;
        margin-bottom: 10px;
    }

.thumbnailArticle {
    overflow: hidden;
}
/* /Articles */

/* Article Details */
.addthis_sharing_toolbox {
    margin-top: 15px;
}

#breadcrumb, #author {
    font-size: 12px;
    margin-bottom: 15px;
}

#breadcrumb {
    margin-bottom: 0;
    margin-right: 50px;
}

#articleDetails img {
    width: 100%;
}

#articleDetails br, #mainArticle br {
    display: block;
}

.main-article {
    overflow: hidden;
}

    .main-article img {
        margin-right: 10px;
    }

.verticalImageList img {
    margin-right: 10px;
}


#articleBody img {
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
}

#articleSummary {
    font-size: 16px;
    margin-bottom: 10px;
}

#articleTerms {
    font-size: 12px;
    margin-top: 15px;
}

.addthis_sharing_toolbox {
    clear: both;
}

#commentPanel {
    float: right;
    margin-left: 15px;
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

    #commentPanel img {
        float: right;
        width: inherit;
    }


#topComment {
    clear: both;
    max-width: 310px;
    float: right;
}

    #topComment hr {
        margin: 10px 0;
    }

#leaveCommentBtn {
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    clear: both;
    background: #ffffff;
}

.imageCaption {
    font-size: 12px;
    color: #5a5a5a;
    font-style: italic;
    margin-top: 0;
    display: block !important;
    height: auto !important;
    text-align: center;
    max-width: 310px;
}

.coffeeButton {
    margin-bottom: 10px;
    background: #008cc1;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    clear: both;
    display: block;
}

    .coffeeButton a, a.coffeeButton {
        color: #ffffff !important;
        text-decoration: none;
    }

        .coffeeButton a:hover {
            text-decoration: none;
            color: #ffffff !important;
        }

    .coffeeButton .glyphicon, .coffeeButton:hover .glyphicon {
        color: #ffffff;
        padding: 0 5px;
    }

.commentBox {
    border: solid 1px #ddd;
    padding: 15px;
    background: #f7f7f7;
    float: none;
    overflow: hidden;
}

    .commentBox input[type=submit] {
        border: none;
        background: #008cc1;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        text-transform: uppercase;
    }

#displayComment {
    margin-bottom: 10px;
}

    #displayComment .commentInfo {
        margin-top: 15px;
    }

    #displayComment br {
        display: block;
    }

.commentInfo div {
    float: left;
    margin-right: 15px;
}

    .commentInfo div:last-child {
        margin-right: 0;
    }

        .commentInfo div:last-child .glyphicon {
            float: left;
        }

#coffeeTimeChallenge {
    background: #ddd;
    border-radius: 5px;
    padding: 10px;
}

    #coffeeTimeChallenge h2.large {
        font-family: 'Open Sans';
        font-size: 24px;
        text-transform: uppercase;
        font-weight: normal;
    }

    #coffeeTimeChallenge hr {
        border-top: solid 1px #fff;
    }
/* /Articles */

/* Button */
.btn-primary {
    color: #ffffff !important;
    background-color: #008cc1;
    border-radius: 5px;
    border: none;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #303030;
        transition: background-color 0.8s ease;
    }
/* /Button */


/* Most Popular */
#mostPopular, .relatedArticles, #magazine, .boxed {
    border: solid 1px #ccc;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
    background: #f9f9f9;
}

#magazine, .boxed {
    padding-bottom: 10px;
}

#mostPopular img, .relatedArticles img {
    margin-right: 10px;
}

#mostPopular h2 {
    margin-bottom: 0;
}

/* /Most Popular */

footer {
    background: #222;
    color: #c9c9c9;
    font-size: 12px;
    padding-top: 20px;
}

    footer img {
        margin-bottom: 15px;
    }

    footer a {
        color: #c9c9c9 !important;
    }

.footerHeading {
    border-left: solid 5px #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Open Sans';
    padding-left: 5px;
    line-height: 15px;
    margin-bottom: 10px;
}

#copyright {
    background: #303030;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    color: #c9c9c9;
}

    #copyright a {
        color: #c9c9c9;
        text-decoration: none;
    }

        #copyright a:hover {
            text-decoration: underline;
        }

    #copyright .social-icons {
        margin: auto;
        width: 140px;
        margin-top: 10px;
    }
/* Media Queries */

/* Change breakpoint of navbar */
@media (max-width:768px) {
    .filterButtonContainer {
        min-height: 20px;
    }

    .headline {
        line-height: normal;
    }

        .headline div {
            line-height: normal;
        }

        .headline h1 {
            line-height: normal;
        }

    .imageCaption {
        max-width: 100%;
    }

    footer .col-sm-3 {
        padding-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        margin-top: 20px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
            background-image: none;
        }

    #commentPanel, #commentPanel img, #topComment {
        float: none;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }


    .viewAllBottom {
        margin-bottom: 15px;
        display: block;
        clear: both;
    }

    .imageCaption {
        max-width: 100%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .nav > li > a {
        padding: 15px 6px;
        font-size: 13px;
    }

    .logo {
        margin-top: 25px;
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .col-lg-8 {
        width: 72.66666667%;
    }

    .col-lg-4 {
        width: 27.33333333%;
    }

    .logo {
        margin-top: 15px;
        width: 100%;
    }

    .fixedHeight {
        min-height: 80px;
    }

    .default-column-widths .col-lg-4 {
        width: 33.33333333%;
    }

    .btn-supplement {
        width: 385px;
    }
}


/* Misc */

.divide {
    border-bottom: dotted 1px #ccc;
    margin: 10px 0;
}

hr {
    border-top: solid 1px #ccc;
    margin: 10px 0;
}

.red {
    color: red;
}

#ezine-checkbox label {
    display: inline-block;
    margin-left: 5px;
}
