﻿body {
    font-family: "Helvetica Neue", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555555;
    margin: 0;
    font-size: 14px;
    background: #fff;
}

h1, h2, h3, p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: normal;
}

h1 {
    font-size: 24px;
}

h2.large {
    font-size: 24px;
}

h2 {
    font-size: 16px;
}

    h3 small, h2.small {
        font-size: 14px;
    }

.headline {
    font-size: 24px;
    margin-bottom: 10px;
    color: #e81b23;
}

    .headline div {
        display: inline-block;
        border-bottom: solid 5px #e81b23;
    }

        .headline div h1, .headline div h2 {
            margin-bottom: 5px;
        }

    .headline .large {
        font-size: 22px;
    }

h3 {
    font-size: 16px;
    font-weight: bold;
}

p {
    line-height: 1.5;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #00336f;
}

    a:hover {
        text-decoration: underline;
    }

.btn a:hover {
    text-decoration: none;
}

header {
    margin: 20px 0;
}

aside {
    margin-bottom: 10px;
}

    aside img {
        margin: auto;
        display: block;
        width: 100% \9;
        max-width: 100%;
        height: auto;
    }

.img-thumbnail {
    margin-bottom: 10px;
    display: block;
}

.breadcrumb {
    padding-right: 50px;
}

.normalCase {
    text-transform: none;
}

.editorial-comment {
    text-transform: uppercase;
    font-size: 24px;
    color: #e81b23;
}

.editorial-comment-link {
    font-size: 24px;
}

.well {
    background: #f2f2f2;
    border: solid 1px #cccccc;
    padding: 15px;
    margin-bottom: 10px;
}

    .well .glyphicon {
        margin-right: 0;
    }

    .well h2 {
        margin-bottom: 5px !important;
    }

    .well p {
        font-size: 12px !important;
    }

hr {
    border-bottom: solid 1px #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

section {
    margin-bottom: 5px;
}

input[type=submit] {
    background: #e2001a;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 10px;
}

    input[type=submit]:hover {
        background: #00336f;
        text-decoration: none;
    }

.glyphicon {
    margin-right: 5px;
}

iframe {
    height: 250px;
}

#twitter iframe {
    min-width: 100px !important;
    height: 500px;
}


/* Cookie control */
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background: #e2001a;
}
/* /Cookie control */

/* Navigation */
.navbar {
    background: #00336f;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    min-height: 40px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    font-size: 14px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        transition: background-color 0.8s ease;
        background-color: #e2001a;
        text-decoration: none;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e2001a;
    text-decoration: none;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    background-color: #e2001a;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #c80003;
        text-decoration: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar .input-group {
    margin-top: 5px;
}

.navbar .input-group-addon, footer .input-group-addon {
    text-transform: uppercase;
    color: #ffffff;
    background: #e2001a;
    border: solid 1px #fff;
    cursor: pointer;
}

    .navbar .input-group-addon:hover, footer .input-group-addon:hover {
        transition: background-color 0.8s ease;
        background-color: #00336f;
        text-decoration: none;
    }

.navbar .input-group-addon {
    padding: 0;
    padding: 0;
}

.navbar .form-control, footer .form-control {
    border: solid 1px #fff;
}

.nav > li > a {
    padding: 15px 10px;
}

.dropdown-menu {
    background: #00336f;
}

    .dropdown-menu > li > a {
        padding: 5px 10px;
        color: #fff;
        text-transform: uppercase;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #fff;
            background-color: #e2001a;
            text-decoration: none;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #e2001a;
        text-decoration: none;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #e2001a;
        color: #ffffff;
        text-decoration: none;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #e2001a;
    text-decoration: none;
}

.navbar-right {
    margin-right: 0;
}

#logo-nav {
    margin-top: -40px;
    padding-left: 7px;
}
/* /Navigation */

/* Newsletter Panel */
#newsletter-panel .headline {
    display: block;
    background: #e2001a;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 0;
}

#newsletter-panel .well {
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

#newsletter-panel label {
    font-size: 12px;
    color: #666666;
}

#newsletter-panel .btn-default {
    display: block;
    background: #e81b23;
    color: #ffffff;
    border: 0;
    width: 100%;
    text-transform: uppercase;
}

#newsletter-panel .input-group-addon {
    padding: 0;
    background-color: #e81b23;
    color: #ffffff;
}

    #newsletter-panel .input-group-addon:hover {
        transition: background-color 0.8s ease;
        background-color: #00336f;
        text-decoration: none;
    }

#jsError, .red {
    color: red;
}
/* / Newsletter Panel */
/* Magazine Panel */
#magazine-panel .btn-default {
    display: block;
    background: #e81b23;
    color: #ffffff;
    border: 0;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    #magazine-panel .btn-default a {
        color: #ffffff;
    }

    #magazine-panel .btn-default:hover {
        transition: background-color 0.8s ease;
        background-color: #00336f;
        text-decoration: none;
    }
/* /Magazine Panel */
/* Articles */
.tag {
    color: #ffffff;
    background: #e81b23;
    border-radius: 3px;
    padding: 5px 7px;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
}

.articleList {
    overflow: hidden;
}

    .articleList img {
        margin-right: 10px;
    }

.thumbnailArticle {
    overflow: hidden;
}

    .thumbnailArticle img {
        margin-right: 10px;
    }

.comment-count {
    display: block;
    float: right;
}

.comment-count-icon {
    margin-right: 0 !important;
}

.thumbnail-article {
    overflow: hidden;
}

    .thumbnail-article img {
        margin-right: 10px;
    }

article h2 {
    margin-bottom: 0;
}

small.date {
    color: #00336f;
}

#article-details {
    overflow: hidden;
}

/* /Articles */

/* Article Details */
#author {
    font-size: 12px;
    margin-bottom: 10px;
}

#articleSummary {
    font-weight: bold;
}

#article-advert img {
    margin: auto;
}

.red {
    color: red;
}

.comment {
    padding: 15px 10px;
    margin-bottom: 15px;
    color: #555;
    background: #fefefe;
    border: solid 1px #ddd;
    box-shadow: 0 0 3px #ddd;
    cursor: default !important;
}

    .comment > hr {
        border-style: dashed;
    }

#comment-panel {
    float: right;
    margin-left: 20px;
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

#top-comment {
    clear: both;
    float: right;
    display: block;
    width: 100%;
}

#comment-panel .well {
    text-align: center;
}

#leave-comment-btn {
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: solid 1px #ddd;
    box-shadow: 0 0 3px #ddd;
    margin-bottom: 10px;
}

.btn-supplement {
    background: #e81b23;
    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: #00336f;
        text-decoration: none;
    }

#yoxview_popupWrap {
    z-index: 1000 !important;
}
/* /Article Details */

/* Advertising */
.leaderboard img {
    float: right;
    margin-top: 5px;
    display: block;
    max-width: 100%;
    height: auto;
}

.advert {
    margin: auto;
    margin-bottom: 10px;
}
/* /Advertising */

/* Poll */

#poll {
    overflow: hidden;
}

    #poll div {
        width: 100%;
    }

.vote-button {
    color: #fff !important;
    background-color: #e81b23;
    padding: 5px 10px;
    border-radius: 5px !important;
    float: right;
    margin-top: 20px;
    font-size: 10px;
}

    .vote-button:hover {
        transition: background-color 0.8s ease;
        background-color: #00336f;
        text-decoration: none;
    }

#uiMainContentPlaceHolder_uiPolls_uiPollQuestion {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* /Poll */

/* Footer */
footer {
    background: #00336f;
    color: #ffffff;
    font-size: 12px;
    padding: 15px 0;
}

    footer .headline {
        font-size: 18px;
        margin-bottom: 10px;
        color: #ffffff;
        text-transform: uppercase;
    }

        footer .headline div {
            display: inline-block;
            border-bottom: solid 5px #ffffff;
        }

    footer a:link, footer a:visited, footer a:hover, footer a:active {
        text-decoration: underline;
        color: #ffffff;
    }

    footer ul {
        padding: 0;
    }

    footer li {
        list-style-type: none;
        line-height: 1.5;
    }

#copyright {
    background: #e81b23;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0;
    line-height: 24px;
}

#social-media {
    overflow: hidden;
    margin-bottom: 15px;
}

    #social-media div {
        float: left;
        margin-right: 5px;
    }


/* /Footer */

/* Filter */
.filterControl {
    margin: 10px 0;
}

.filter {
    margin-top: 10px;
    background: #f2f2f2;
}

.filterItem {
    font-size: 16px;
    border: solid 1px #ccc;
    background: #f2f2f2;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px;
}

    .filterItem:hover, .filterItemSelected {
        background: #e81b23;
    }

        .filterItem:hover a, .filterItemSelected a {
            transition: none;
            color: white;
            text-decoration: none;
        }

    .filterItem:last-child {
        border-bottom: solid 1px #ddd;
    }

    .filterItem:first-child {
        margin-top: 10px;
    }

    .filterItem img {
        margin-top: -5px;
        margin-right: -5px;
        height: 39px;
        width: 125px;
        float: right;
        border: 0;
    }

.filterItemChild {
    padding-left: 20px;
}

    .filterItemChild:before {
        color: #e81b23;
        content: "• ";
    }


#category div.filterItem {
    height: 50px;
}

#mobileFilter {
    display: none;
    margin-top: 20px;
    margin-bottom: 10px;
}

.filterButton {
    border-radius: 4px !important;
    margin-bottom: 5px;
    float: right;
    position: absolute;
    top: 1px;
    right: 5px;
    border: solid 1px #ffffff;
    padding: 6px 0;
    width: 45px;
    background: #e81b23;
}

    .filterButton i {
        color: #ffffff;
    }

    .filterButton .glyphicon {
        margin-right: 0;
    }
/* Filter */
/* Carousel */
.carousel-inner {
    border: solid 1px #dddddd;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-indicators {
    bottom: 0;
    border: 0;
}

    .carousel-indicators li {
        background-color: #00336f;
    }

    .carousel-indicators .active {
        background-color: #e81b23;
    }

.carousel-caption {
    color: #555555;
    text-shadow: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 10px 0;
}
/* /Carousel */
/* Modal */

#comment-panel iframe {
    width: 800px !important;
    height: 533px !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 0;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}
/* /Modal */
/* Media Queries */
/* Break point */
@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: #fff;
    }

        .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;
        }

    .navbar .input-group {
        margin: 0 5px 10px 5px;
    }
}
/* /Break point */
@media (min-width: 1200px) {
    .col-lg-8, .col-lg-8.alt, .col-lg-pull-8 {
        width: 72.685%;
    }

    .col-lg-pull-8 {
        right: 72.685%;
    }

    .col-lg-4, .col-lg-4.alt, .col-lg-push-4 {
        width: 27.315%;
    }

    .col-lg-push-4 {
        left: 27.315%;
    }

    .col-lg-6.alt {
        width: 54.25%;
    }

    .col-lg-2.alt {
        width: 18.435%;
    }


    #comment-panel, #topComment, #leaveCommentBtn {
        max-width: 418px !important;
        overflow: hidden;
    }

    .snippet {
        min-height: 140px;
    }
    .carousel-caption {
        left: -20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .snippet {
        min-height: 180px;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
    }

    #comment-panel, #top-comment, #leave-comment-btn {
        max-width: 418px !important;
        overflow: hidden;
    }

    .snippet {
        min-height: 150px;
    }
}

@media (max-width: 992px) {
    .snippet {
        margin-bottom: 10px;
    }

    #comment-panel {
        width: 100% !important;
        margin-left: 0;
        display: block;
        float: none;
        max-width: inherit;
        clear: both;
        overflow: hidden;
        text-align: center;
    }

        #comment-panel img {
            width: 100% !important;
        }

    .advert {
        margin: auto;
        margin-bottom: 10px;
    }
}
