body {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #353535;
    position: relative;
}

/* Clearfix */

.cfix:before, .cfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.cfix:after {
    clear: both;
}

.cfix {
    zoom: 1;
}

/* general */


h1, h2, h3, h4, h5, p, span, a, form, input, button {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
}

img {
    display: block;
    border: none;
}

/************************************************************************/

/* grid */

.col-3, .col-2, .col-1 {
    width: 100%;
    float: left;
}

.col-2 {
    margin-top: 15px;
}

/***/

.site-wrapper {
    background-color: #fff;
    width: 100%;
}

.background-ad-container, .background-banner {
    display: none;
}

/* top panel */

.top-panel {
    background-color: #00548f;
    height: 35px;
    font-size: 10px;
    color: #fff;
    position: relative;
}

.wrapper {
    width: 100%;
}

.date {
    margin-left: 10px;
    float: left;
    height: 35px;
    line-height: 35px;
}

.weather {
    display: none;
}

.subscribe {
    float: right;
    margin-right: 10px;
    color: #fff;
    background-image: url(../img/icon-subscribe.png);
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    background-position: left 10px;
    background-repeat: no-repeat;
    padding-left: 18px;
    height: 35px;
    line-height: 35px;
}

.login, .logout {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 6px;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #84a1c9;
    height: 24px;
    line-height: 24px;
    font-size: 9px;
    cursor: pointer;
}

.user-area {
    position: relative;
    float: left;
    margin-left: 40px;
    font-size: 12px;
}

.user-image {
    position: relative;
    left: 0px;
    top: 6px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    overflow: hidden;
    float: left;
}

    .user-image img {
        width: 100%;
    }

.user-bubble {
    position: absolute;
    width: 150px;
    z-index: 1000;
    right: -63px;
    top: 30px;
    padding-top: 10px;
    display: none;
}

.user-area:hover > .user-bubble {
    display: block;
}

.user-area .arrow {
    left: 65px;
    background-image: url(../img/user-bubble-arrow.png);
    top: 2px;
}

.user-area ul {
    float: left;
    display: block;
    padding: 10px;
    background-color: #df5f37;
    border: 1px solid #fff;
}

    .user-area ul li {
        float: left;
        margin-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        border-bottom: 1px solid #fc7c54;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .user-area ul li:first-child {
            margin-top: 0px;
            background-color: #3c3b3b;
            padding: 5px 7px;
            border-bottom: 0px;
            border-radius: 2px;
        }

        .user-area ul li:last-child {
            padding-bottom: 0px;
            border-bottom: 0px;
        }

        .user-area ul li a {
            color: #fff;
        }

.login:hover, .logout:hover {
    background-color: #df5f37;
}

.searchbar {
    float: right;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    width: 100%;
    height: 40px;
}

    .searchbar input[type="text"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        background-color: #cbdcf2;
        border: none;
        color: #353535;
        height: 40px;
        line-height: 40px;
        width: 250px;
        padding-left: 10px;
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .searchbar input[type="submit"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        background-color: #00548f;
        border: none;
        text-indent: -9000px;
        background-image: url(../img/icon-search.png);
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }

/***/

/* logo area */

.head {
    width: 90%;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

.profile {
    width: 14%;
    margin-right: 4%;
    margin-top: 10px;
    display: inline-block;
}

.profile-pic {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    border: 3px solid #00548f;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.profile-greet {
    display: none;
}

.profile-pic img {
    width: 100%;
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.logo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-top: 20px;
}

    .logo img {
        width: 100%;
    }

/***/

/* adverts */

.leaderboard-ad-container, .skyscraper-ad-container, .skyscraper-ad-container-left, .col-3 .leaderboard-ad-container, .leaderboard-container {
    display: none;
    overflow: hidden;
}

.rectangle-ad-container {
    display: inline-block;
    margin-top: 15px;
}

    .rectangle-ad-container.mobile {
        display: block;
        width: 300px;
        height: 250px;
        margin-top: 20px;
        position: relative;
        left: 50%;
        margin-left: -150px;
    }

    .rectangle-ad-container img {
        width: 100%;
    }

.leaderboard-ad-container.mobile,
.leaderboard-container.mobile {
    display: block;
    width: 300px;
    float: left;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100px;
    float: none;
}

    .leaderboard-ad-container.mobile iframe,
    .leaderboard-container.mobile iframe {
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
    }

    .leaderboard-ad-container.mobile div:first-child,
    .leaderboard-container.mobile div:first-child {
        margin: auto;
    }

    .leaderboard-ad-container.mobile img,
    .leaderboard-container.mobile img {
        width: 100%;
    }

/***/

/* navigation */

nav {
    position: absolute;
    top: 145px;
}

#menu-button {
    background-image: url(../img/button-mobile-menu.gif);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 10px;
    position: absolute;
    top: -100px;
}

.menu {
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #fff;
    background-color: #fff;
    position: relative;
    top: -60px;
    z-index: 60;
    display: none;
}

    .menu li {
        margin: 0px;
        padding: 0px;
    }

        .menu li a {
            padding-left: 10px;
            color: #fff;
            height: 36px;
            line-height: 36px;
            text-transform: uppercase;
        }

.menu-color1 {
    background-color: #7b7b7b;
}

    .menu-color1 img {
        width: 14px;
        height: 14px;
        display: inline-block;
    }

    .menu-color1,
    .menu-color1 + .submenu-open {
        background-color: #7b7b7b;
    }

.menu-color2,
.menu-color2 + .submenu-open {
    background-color: #00548f;
}

.menu-color3,
.menu-color3 + .submenu-open {
    background-color: #df5f37;
}

.menu-color4,
.menu-color4 + .submenu-open {
    background-color: #a158bf;
}

.menu-color5,
.menu-color5 + .submenu-open {
    background-color: #959c21;
}

.menu-color6,
.menu-color6 + .submenu-open {
    background-color: #a92e2e;
}

.menu-color7,
.menu-color7 + .submenu-open {
    background-color: #4b7e5c;
}

.menu-color8,
.menu-color8 + .submenu-open {
    background-color: #474e93;
}

.menu-color9,
.menu-color9 + .submenu-open {
    background-color: #3a82ab;
}

.menu-color10,
.menu-color10 + .submenu-open {
    background-color: #c3538b;
}

.menu-color11,
.menu-color11 + .submenu-open {
    background-color: #2f3335;
}

.menu-color12,
.menu-color12 + .submenu-open {
    background-color: #2d8d83;
}

.menu-color13,
.menu-color13 + .submenu-open {
    background-color: #2d8d83;
}

.menu ul {
    display: none;
}

    .menu ul.submenu-open {
        width: 100%;
    }

        .menu ul.submenu-open li {
            border-top: 1px solid #dcdbdb;
        }

            .menu ul.submenu-open li:first-child {
                display: block;
            }

            .menu ul.submenu-open li a {
                font-size: 10px;
                margin-left: 15px;
            }

/***/

/* latest news bar */

.news-bar {
    display: none;
}

/***/

/* more stories button */

.more-stories-button-top {
    display: none;
}

/***/

/* articles general */

.articles-wrapper {
    margin-top: 30px;
}

article {
    float: left;
}

.entry-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.small-nav h3 {
    height: auto;
    margin-top: 10px;
    font-size: 18px;
}

.small-nav h2 {
    height: auto;
    line-height: normal;
}

article p {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.small-nav article p {
    font-size: 15px;
    line-height: 22px;
}

h1 {
    color: #990707;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

h2, h3, h4 {
    color: #3c3b3b;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

h5 {
    color: #3c3b3b;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    height: 56px;
    overflow: hidden;
}

.dont-miss-placeholder h5 {
    height: 74px;
}

a h2:hover, a h3:hover, a h4:hover {
    color: #00548f;
}

.col-1 article {
    margin-top: 15px;
}

strong {
    font-size: 13px;
    height: auto;
    line-height: normal;
}

/***/

/* comments section */

.article-icons {
    width: 100%;
    float: left;
}

    .article-icons li {
        display: block;
        float: left;
        margin-right: 20px;
    }

        .article-icons li:last-child {
            margin-right: 0px;
        }

        .article-icons li a, a.share {
            color: #3c3b3b;
            font-size: 11px;
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 18px;
            cursor: pointer;
        }

            .article-icons li a:hover, a.share:hover {
                color: #df5f37;
            }

        .article-icons li.comments a {
            background-image: url(../img/icon-bubble.png);
            -webkit-background-size: 12px 12px;
            background-size: 12px 12px;
            cursor: pointer;
        }

        .article-icons li.share a, a.share {
            background-image: url(../img/icon-share.png);
            -webkit-background-size: 14px 14px;
            background-size: 14px 14px;
        }

        .article-icons li.favourite-empty a {
            background-image: url(../img/icon-fav-empty.png);
            -webkit-background-size: 14px 14px;
            background-size: 14px 14px;
            display: block;
        }

        .article-icons li.favourite-full a {
            background-image: url(../img/icon-fav-full.png);
            -webkit-background-size: 14px 14px;
            background-size: 14px 14px;
            display: block;
        }

.comment-wrapper {
    width: 100%;
    float: left;
    background-color: #cbdcf2;
    border: 1px solid #c0ccdc;
    margin-top: 15px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

    .comment-wrapper.opened {
        display: block;
    }

.arrow {
    background-image: url(../img/bubble-arrow.png);
    -webkit-background-size: 20px 12px;
    background-size: 20px 12px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: 45px;
}

.comment-wrapper span:first-child {
    margin-right: 10px;
    margin-left: 10px;
}

.comment-wrapper span {
    font-size: 10px;
    display: inline-block;
}

    .comment-wrapper span:first-child span {
        margin-right: 0px;
        margin-left: 0px;
    }

    .comment-wrapper span.comment-username {
        color: #00548f;
        font-weight: 700;
    }

.comment-text {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    color: #3c3b3b;
}

.comment-wrapper ul {
    display: block;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.comment-wrapper li {
    display: block;
    float: left;
    font-size: 10px;
}

.comment-wrapper .comment-links li:last-child,
.comment-wrapper .comment-rates li:last-child {
    margin-right: 0px;
}

.comment-links {
    float: left;
}

    .comment-links li {
        margin-right: 10px;
    }

    .comment-links a {
        color: #00548f;
        text-decoration: underline;
        font-weight: 600;
    }

.comment-rates {
    float: right;
}

.comment-wrapper .comment-rates li {
    margin-right: 5px;
}

    .comment-wrapper .comment-rates li:first-child {
        margin-right: 10px;
    }

.comment-rates a {
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 10px 9px;
    background-size: 10px 9px;
    padding-left: 12px;
    width: 10px;
    height: 9px;
    display: inline;
}

.comment-rates .upvote a {
    background-image: url(../img/arrow-vote-up.png);
}

.comment-rates .downvote a {
    background-image: url(../img/arrow-vote-down.png);
}

/* don't miss list */

.dont-miss {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

    .dont-miss li {
        height: 100px;
        border-bottom: 1px solid #fff;
        background-color: #cbdcf2;
        position: relative;
    }

        .dont-miss li.list-header {
            height: auto;
            font-size: 18px;
            line-height: 18px;
            background-color: #00548f;
            padding: 10px;
            color: #fff;
            font-weight: 600;
        }

        .dont-miss li a {
            float: left;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 10px;
            width: 55%;
        }

            .dont-miss li a.share {
                position: absolute;
                width: 135px;
                bottom: 10px;
            }

/***/

/* iframes */

.iframe-wrapper {
    display: block;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

    .iframe-wrapper span {
        font-size: 18px;
        line-height: 18px;
        padding: 10px;
        color: #fff;
        font-weight: 600;
        margin: 0px;
        display: block;
        background-color: #df5f37;
    }

.iframe-container {
    width: 100%;
    height: 200px;
}

    .iframe-container iframe {
        border: 0px none transparent !important;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .iframe-container.jobs-container {
        height: 350px;
        overflow: hidden;
    }

        .iframe-container.jobs-container.deals-container {
            height: 330px;
        }

        .iframe-container.jobs-container.property-container {
            height: 250px;
        }


        .iframe-container.jobs-container iframe {
            height: 350px;
            width: 100%;
        }


        .iframe-container.jobs-container.deals-container iframe {
            height: 330px;
        }

        .iframe-container.jobs-container.property-container iframe {
            height: 250px;
        }



.jobs-list {
    width: 100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 0px;
    margin-top: -8px;
    float: left;
    height: 530px;
    overflow: hidden;
}

    .jobs-list li {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
        border-top: 1px solid #c9d5e4;
        display: block;
        float: left;
    }

        .jobs-list li a {
            color: #353535;
            text-decoration: none;
            padding: 0px;
            margin: 0px;
        }

        .jobs-list li:first-child {
            border-top: 0px;
            padding-top: 10px;
        }

.job-title {
    color: #00548f;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

.jobs-list li a {
    width: 100%;
    float: left;
}

    .jobs-list li a p {
        color: #353535;
        font-size: 12px;
        width: 100%;
        height: 35px;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        margin-top: 4px;
    }

    .jobs-list li a:hover .job-title {
        color: #df5f37;
    }

.events-list {
    width: 100%;
    height: 200px;
    overflow: hidden;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

    .events-list li {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
        border-top: 1px solid #c9d5e4;
        display: block;
        float: left;
    }

        .events-list li:first-child {
            border-top: 0px;
            padding-top: 10px;
        }

.event-date-container {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 1px;
    background-color: #c9d5e4;
    overflow: hidden;
    text-align: center;
}

.event-day {
    font-size: 22px;
    line-height: 22px;
    color: #00548f;
    margin-top: 7px;
    font-weight: 600;
}

.event-month {
    font-size: 11px;
    line-height: 11px;
    color: #00548f;
    margin-top: 2px;
    text-transform: uppercase;
}

.event-thumb {
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
    overflow: hidden;
}

    .event-thumb img {
        height: 100%;
        position: absolute;
        margin: auto;
        left: -9999px;
        right: -9999px;
        top: -9999px;
        bottom: -9999px;
    }

.event-details {
    float: left;
    padding-left: 10px;
    width: 159px;
}

.event-title {
    color: #00548f;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

    .event-title:hover {
        text-decoration: underline;
    }

.event-location {
    font-size: 11px;
    line-height: 11px;
    color: #3c3b3b;
    margin-top: 5px;
}

.event-no-image .event-details {
    width: 209px;
}

.event-no-location .event-details {
    line-height: 50px;
}

.event-no-location .event-title {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}


/***/

/* homepage polls */

.polls-wrapper {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: auto;
}

    .polls-wrapper span {
        font-size: 18px;
        line-height: 18px;
        padding: 10px;
        color: #fff;
        font-weight: 600;
        margin: 0px;
        display: block;
        background-color: #df5f37;
    }

.polls-list li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    float: left;
    width: 100%;
}

    .polls-list li a {
        color: #353535;
        font-weight: 600;
    }

        .polls-list li a:hover {
            color: #00548f;
        }

    .polls-list li p {
        margin-top: 10px;
        width: 100%;
    }

input[type="radio"] {
    float: left;
    width: 7%;
}

label {
    float: left;
    width: 93%;
    padding-bottom: 10px;
}

.polls-wrapper span.polls-arrow {
    width: 100%;
    padding: 0px;
    height: 8px;
    margin-top: 5px;
    background-color: transparent;
    background-image: url(../img/arrow-more.png);
    -webkit-background-size: 8px 8px;
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center right;
}

.polls-list li a.polls-list-button-left,
.polls-list li a.polls-list-button-right {
    background-color: #00548f;
    padding: 6px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    cursor: pointer;
}

    .polls-list li a.polls-list-button-left:hover,
    .polls-list li a.polls-list-button-right:hover {
        color: #fff;
    }

.polls-list li a.polls-list-button-left {
    float: left;
    cursor: pointer;
}

.polls-list li a.polls-list-button-right {
    float: right;
}

.poll-results {
    display: none;
    width: 100%;
    float: left;
    background-color: #e3e3e3;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .poll-results span {
        background-color: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .poll-results span.answer {
            color: #353535;
            font-weight: 600;
            font-size: 12px;
            padding-top: 10px;
            display: block;
            width: 70%;
        }

.result-bar-container {
    margin-top: 5px;
    margin-left: 10px;
    width: 70%;
    height: 25px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    float: left;
}

.result-bar {
    height: 23px;
    margin-top: 1px;
    margin-left: 1px;
    background-color: #df5f37;
}

.result-1 .result-bar {
    width: 67%;
}

.result-2 .result-bar {
    width: 33%;
}

.poll-results span.percentage {
    float: left;
    margin-top: 10px;
    color: #00548f;
    font-size: 20px;
    margin-left: 10px;
    font-weight: 600;
}

/***/

/* facebook like box */

.fb-like-box {
    display: none !important;
}

/***/

/* images */

.image-section {
    width: 100%;
    /*max-height: 125px;*/
    overflow: hidden;
    margin-top: 10px;
}

    .image-section img {
        width: 100%;
    }

    .image-section.two-images-container div {
        width: 50%;
        outline: 1px solid #fff;
        float: left;
    }

        .image-section.two-images-container div img {
            width: 100%;
        }

    .image-section.three-images-container div {
        width: 50%;
        outline: 1px solid #fff;
        float: left;
    }

        .image-section.three-images-container div.double-quarter-image {
            width: 50%;
        }

        .image-section.three-images-container div.quarter-image {
            width: 25%;
        }

        .image-section.three-images-container div img {
            width: 100%;
        }

    .image-section a {
        position: relative;
    }

.dont-miss li a.image-section {
    float: right;
    margin: 0px;
    width: 100px;
    height: 100px;
    position: relative;
}

    .dont-miss li a.image-section img {
        height: 100px;
        width: auto;
        left: -9999px;
        right: -9999px;
        margin: auto;
        position: absolute;
    }

.image-section a {
    position: relative;
}

.video-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    background-image: url(../img/icon-video.png);
    background-repeat: no-repeat;
    -webkit-background-size: 45px 45px;
    background-size: 45px 45px;
    top: 6px;
    left: 6px;
    display: block;
}

.gallery-container {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    z-index: 0;
    margin-top: 10px;
}

    .gallery-container.main-gallery-container {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 15px;
    }

.gallery-header {
    font-size: 18px;
    line-height: 18px;
    background-color: #00548f;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1px;
}

.col-3 .image-section {
    position: relative;
}

.image-section.placeholder a {
    position: relative;
    height: 110px;
}

.image-section.placeholder img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}

/* videos */

.video-section {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .video-container iframe, .video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-container img {
        position: absolute;
        margin: auto;
        top: -9999px;
        bottom: -9999px;
    }

/***/

/* horizontal floors */

.horizontal-floor {
    margin-top: 10px;
    width: 100%;
}

/* carousel */

.carousel {
    width: 100%;
    float: left;
    background-color: #3c3b3b;
    position: relative;
    margin-top: 0px;
}

.carousel-wrapper {
    float: left;
    width: 100%;
}

.ar-left, .ar-right {
    background-repeat: no-repeat;
    -webkit-background-size: 17px 32px;
    background-size: 17px 32px;
    width: 15%;
    height: 270px;
    background-position: center center;
    display: block;
    cursor: pointer;
    float: left;
}

.ar-left {
    background-image: url(../img/carousel-arrow-left.png);
    border-right: 1px solid #565656;
}

.ar-right {
    background-image: url(../img/carousel-arrow-right.png);
    float: right;
    border-left: 1px solid #565656;
}

.carousel-center {
    float: left;
    height: 270px;
    width: 69%;
}

.carousel-title {
    width: 100%;
    margin-top: 15px;
}

    .carousel-title a {
        float: left;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin-left: 15px;
    }

.carousel-content-gallery {
    width: 100%;
    height: 202px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}

.carousel-content-container {
    width: 90000px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 202px;
}

    .carousel-content-container .carousel-item:first-child {
        margin-left: 25px;
    }

.carousel-item {
    width: 160px;
    margin-right: 3px;
    position: relative;
}

.item-image-container {
    width: 160px;
    height: 145px;
    float: left;
    position: relative;
    overflow: hidden;
}

    .item-image-container img {
        height: 145px;
        width: auto;
        position: absolute;
        left: -99999px;
        right: -99999px;
        margin: 0 auto;
        /*z-index: 200;*/
    }

.blog-author-name {
    position: absolute;
    z-index: 300;
    background-image: url(../img/carousel-blog-author-bg.png);
    background-repeat: repeat;
    width: 140px;
    padding: 6px 8px;
    color: #dbdbdb;
    bottom: 0px;
    font-size: 11px;
}

.item-title-container {
    padding: 10px;
    width: 140px;
    background-color: #df5f37;
    height: 35px;
    float: left;
    margin-top: 3px;
}

article .item-title-container p {
    border: 0px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    line-height: 16px;
    height: 34px;
    overflow: hidden;
}

/***/

/* more stories button */

.button-container {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    float: left;
}

.more-stories-button-bottom {
    padding: 10px;
    background-color: #cbdcf2;
    display: block;
    color: #666;
    width: 100px;
    height: 20px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 50px;
    cursor: pointer;
}

/***/

/* footer */

.fixed-footer {
    position: fixed;
    z-index: 110000;
    width: 100%;
    bottom: 0px;
}

    .fixed-footer.open {
        bottom: 0px !important;
    }

    .fixed-footer .wrapper {
        position: relative;
    }

.footer-button {
    background-color: #00548f;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid #fff;
    cursor: pointer;
    position: absolute;
    top: -30px;
}

.main-footer-container {
    background-color: #00548f;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .main-footer-container ul {
        display: block;
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }

        .main-footer-container ul li {
            display: block;
            float: left;
            margin-right: 20px;
        }

    .main-footer-container a {
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        text-decoration: underline;
    }

        .main-footer-container a:hover {
            color: #fff;
        }

.credits {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    width: 80%;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

    .credits a {
        display: inline;
    }

.copy {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.main-footer-container p {
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    margin-right: 10px;
    margin-left: 10px;
}

/************************************************************************/


/* Breaking news template */

.breaking-news .news-bar {
    background-color: #ab2a2a;
}

.breaking-news-icon {
    width: 77px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/icon-breaking-news.gif);
    -webkit-background-size: 77px 75px;
    background-size: 77px 75px;
    background-repeat: no-repeat;
}

/************************************************************************/

/* Small menu templates */

.logo-small {
    display: none;
}

.small-nav .menu ul.submenu-open {
    display: table;
}

.small-nav .menu ul li a.submenu-selected {
    text-decoration: underline;
}

.small-nav .menu li:first-child {
    display: block;
}

/************************************************************************/


/*New video*/

.video-ad-content {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 41px;
    display: block;
    padding-bottom: 18px;
}

    .video-ad-content span {
        color: #908b8c;
        font-weight: 600;
        padding-top: 9px;
        display: block;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        font-family: 'Times New Roman';
    }

.vjs-default-skin .vjs-controls {
    background: -moz-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
    background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(50%,#242424),color-stop(50%,#1f1f1f),color-stop(100%,#171717));
    background: -webkit-linear-gradient(top,#00548f 50%,#00548f 50%,#00548f 100%);
    background: -o-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
    background: -ms-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
    background: linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);
    background-image: none;
    background-color: #00548f!important;
    border-color: #00548f;
    visibility: hidden;
    opacity: 0;
}


div.vjs-link > a {
    display: block;
}

    div.vjs-link > a > span {
        display: none;
    }


.responsive-video {
    position: relative;
    padding-bottom: 53.25%;
    /*padding-top: 60px;*/
    overflow: hidden;
}


    .responsive-video iframe,
    .responsive-video object,
    .responsive-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-js .vjs-tech {
    width: 100%;
}

/************************************************************************/
/* Article template */

h2:hover {
    color: #3c3b3b;
}

.breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    display: block;
    margin-bottom: 15px;
    width: 90%;
}

    .breadcrumbs li {
        display: inline;
        line-height: 18px;
        float: left;
        margin-right: 5px;
        color: #6a6969;
        font-size: 11px;
    }

        .breadcrumbs li a {
            color: #6a6969;
            text-decoration: underline;
        }

            .breadcrumbs li a:hover {
                color: #6a6969;
            }

.info-container {
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

    .info-container span {
        font-size: 11px;
        margin-right: 25px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 16px;
        display: block;
        float: left;
    }

.date-published {
    background-image: url(../img/icon-calendar-article.png);
    -webkit-background-size: 11px 11px;
    background-size: 11px 11px;
}

.last-update {
    background-image: url(../img/icon-update.png);
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
}

.author {
    background-image: url(../img/icon-author.png);
    -webkit-background-size: 10px 11px;
    background-size: 10px 11px;
}

.quote-container {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-color: #cbdcf2;
}

    .quote-container p {
        padding: 15px;
        font-size: 15px;
        margin-top: 0px;
        font-style: italic;
        line-height: 22px;
    }


.caption {
    display: none;
}

.disqus {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-top: 20px;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article.no-border p {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.addthis_toolbox {
    margin-top: 20px !important;
    border-bottom: 1px solid #5a5a5a !important;
    padding-bottom: 20px !important;
    float: left !important;
    width: 100% !important;
}

.text-container {
    float: left;
    width: 100%;
}

    .text-container a {
        display: inline;
        color: #00548f;
    }

        .text-container a:hover {
            text-decoration: underline;
        }

    .text-container img:not([width]):not([height]) {
        width: 100%;
    }

/************************************************************************/

/* Category Landing Template */

.pagination-container {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

    .pagination-container ul {
        float: left;
    }

        .pagination-container ul li {
            display: block;
            float: left;
            margin-left: 1px;
        }

            .pagination-container ul li a {
                color: #353535;
                background-color: #cbdcf2;
                padding-left: 8px;
                padding-right: 8px;
                height: 26px;
                line-height: 26px;
                font-size: 11px;
            }

                .pagination-container ul li a.active,
                .pagination-container ul li a.active:hover {
                    background-color: #00548f;
                    color: #fff;
                }

                .pagination-container ul li a.disabled,
                .pagination-container ul li a.disabled:hover {
                    background-color: #CFCFCF;
                    color: #858383;
                }

                .pagination-container ul li a:hover {
                    background-color: #b9cce4;
                }

.col-2 .category-entry-wrapper {
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 25px;
}

.category-entry-wrapper .image-section {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .category-entry-wrapper .image-section.magazine {
        width: auto;
        max-height: 100%;
    }

.category-entry-wrapper .info-container {
    margin-bottom: 10px;
    margin-top: 10px;
}

.category-entry-wrapper.no-image .info-container {
    margin-bottom: 0px;
}

.category-entry-wrapper .info-container span {
    margin-bottom: 5px;
}

.category-entry-wrapper.no-image .info-container span {
    margin-bottom: 0px;
}

.snippet-container {
    width: auto;
    float: left;
    display: block;
    width: 100%;
    margin-top: 15px;
}

/************************************************************************/

/* Search results template */

.search-info {
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
}

.search-amount, .search-term {
    font-weight: 600;
    color: #df5f37;
    display: inline;
}

.matched-term {
    color: #df5f37;
}

/************************************************************************/

/* Polls detailed template */

article.no-border.poll-answers-container p {
    background-color: #dfdfdf;
    float: left;
    padding-top: 10px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 1px;
}

    article.no-border.poll-answers-container p.no-bg {
        background-color: transparent;
    }

.poll-answers-container label {
    width: 85%;
    padding-right: 5%;
    margin-left: 2%;
}

.poll-answers-container input[type="radio"] {
    width: 5%;
    margin-left: 2%;
}

.poll-answers-container .polls-list-button-left,
.poll-answers-container .polls-list-button-right {
    background-color: #00548f;
    padding: 10px;
    font-size: 13px;
    line-height: 11px;
    color: #fff;
    float: left;
    cursor: pointer;
}

.poll-answers-container .polls-list-button-right {
    float: right;
}

.poll-answers-container .poll-results {
    background-color: transparent;
    padding: 0px;
}

.poll-answers-container .result-bar-container {
    margin-left: 0px;
    width: 75%;
    height: 36px;
}

.poll-answers-container .result-bar {
    height: 34px;
}

.poll-answers-container .poll-results span.percentage {
    margin-left: 20px;
    font-size: 24px;
}

.poll-answers-container .poll-results span.answer {
    font-size: 13px;
    font-weight: 400;
    width: 75%;
}

/************************************************************************/

/* 404, 500 templates */

body.error-page {
    background-color: #00548f;
}

.error-page .wrapper {
    margin-top: 100px;
    color: #fff;
}

.error-container {
    width: 75%;
    margin: auto;
}

.error-image-container {
    display: none;
}

    .error-image-container img {
        width: 100%;
        opacity: 0.3;
    }

.error-text-container {
    width: 100%;
    float: left;
}

.logo-container img {
    width: 100%;
}

.error-page-message {
    font-size: 18px;
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
}

.searchbar-container {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.error-page-input-wrapper {
    width: 100%;
    position: relative;
}

.error-page-input-wrapper {
    margin-top: 5px;
}

    .error-page-input-wrapper input[type="text"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        width: 98%;
        padding-left: 2%;
        position: relative;
        border: none;
        height: 40px;
        line-height: 40px;
        border: 1px solid #2d7bb3;
        background-color: #13629a;
        color: #fff;
    }

    .error-page-input-wrapper input[type="submit"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        position: absolute;
        top: 1px;
        right: 0px;
        width: 38px;
        height: 38px;
        background-color: #13629a;
        border: none;
        text-indent: -9000px;
        background-image: url(../img/icon-search.png);
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
    }

.error-page-menu {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 100px;
}

    .error-page-menu li {
        display: inline-block;
        margin-left: 10px;
    }

        .error-page-menu li:first-child {
            margin-left: 0px;
        }

        .error-page-menu li a {
            border-radius: 50%;
            background-color: #df5f37;
            width: 50px;
            height: 50px;
            background-repeat: no-repeat;
            background-position: center center;
        }

            .error-page-menu li a:hover {
                background-color: #f27b55;
            }

.error-home {
    background-image: url(../img/icon-home-white.png);
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
}

.error-contact {
    background-image: url(../img/icon-contact.png);
    -webkit-background-size: 18px 12px;
    background-size: 18px 12px;
}

/************************************************************************/

/* Login screen */

.overlay {
    position: fixed;
    z-index: 300000;
    background-image: url(../img/overlay-bg.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    display: none;
}

.login-container {
    position: absolute;
    width: 300px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 11px;
}

.login-head {
    background-color: #005490;
    padding: 10px;
    position: relative;
}

    .login-head h3 {
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        float: left;
        height: 16px;
    }

.close-button {
    float: right;
    width: 32px;
    height: 32px;
    background-image: url(../img/icon-close.png);
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    background-position: center center;
    cursor: pointer;
    margin-top: 3px;
    position: absolute;
    top: 0;
    right: 0;
}

.login-section {
    padding: 0px 30px;
    background-color: #cbdbf2;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .login-section ul {
        padding-top: 10px;
        display: block;
    }

    .login-section ul, .login-section div {
        width: 100%;
    }

        .login-section ul li {
            width: 100%;
            height: 29px;
            margin-bottom: 10px;
            float: left;
            display: block;
            position: relative;
        }

            .login-section ul li a {
                display: block;
                background-repeat: no-repeat;
                -webkit-background-size: 35px 29px;
                background-size: 35px 29px;
                height: 29px;
                line-height: 29px;
                color: #fff;
                padding-left: 45px;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                cursor: pointer;
            }

                .login-section ul li a.login-fb {
                    background-image: url(../img/login-facebook-bg.gif);
                    background-color: #3b5998;
                    border-bottom: 2px solid #2d4786;
                }

                .login-section ul li a.login-gplus {
                    background-image: url(../img/login-google-bg.gif);
                    background-color: #dd4b39;
                    border-bottom: 2px solid #d43b2c;
                }

                .login-section ul li a.login-twitter {
                    background-image: url(../img/login-twitter-bg.gif);
                    background-color: #00b6f1;
                    border-bottom: 2px solid #00a6ed;
                }

                .login-section ul li a.login-tmi {
                    background-image: url(../img/login-tmi-bg.gif);
                    background-color: #00548f;
                    border-bottom: 2px solid #00437c;
                }

.ie7 .login-section ul li a.login-fb,
.ie8 .login-section ul li a.login-fb {
    background-image: url(../img/ie8-login-facebook-bg-sm.gif);
}

.ie7 .login-section ul li a.login-gplus,
.ie8 .login-section ul li a.login-gplus {
    background-image: url(../img/ie8-login-google-bg-sm.gif);
}

.ie7 .login-section ul li a.login-twitter,
.ie8 .login-section ul li a.login-twitter {
    background-image: url(../img/ie8-login-twitter-bg-sm.gif);
}

.ie7 .login-section ul li a.login-tmi,
.ie8 .login-section ul li a.login-tmi {
    background-image: url(../img/ie8-login-tmi-bg-sm.gif);
}


.login-section p {
    width: 100%;
    float: left;
}

.tmi-login-container {
    display: none;
    margin-top: -34px;
    position: relative;
    z-index: 200;
    background-color: #cbdbf2;
    float: left;
}

.login-section input[type="text"],
.login-section input[type="password"] {
    width: 100%;
    height: 29px;
    line-height: 29px;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-indent: 15px;
    color: #3e3f40;
    border-bottom: 1px solid #b3c5de;
    -webkit-appearance: none;
    border-radius: 0px;
    float: left;
}

.login-section input.form-error {
    border-bottom: 2px solid #ab2a2a;
    color: #ab2a2a;
}

.login-section .error-message {
    color: #ab2a2a;
}

.login-section span {
    width: 100%;
    display: block;
    text-align: right;
    float: left;
}

.login-button {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #df5f37;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 0px;
    -webkit-appearance: none;
    border-radius: 2px;
    cursor: pointer;
}

    .login-button:hover {
        background-color: #84a1c9;
    }

.popup-links {
    width: 97%;
    padding-bottom: 20px;
    display: block;
    margin-top: 10px;
    float: left;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.popup-link {
    display: block;
    color: #005490;
    float: right;
}

    .popup-link:first-child {
        float: left;
    }

.login-section label {
    width: 100%;
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    margin-top: 5px;
    text-align: center;
    margin-left: -13px;
}

    .login-section label input[type="checkbox"] {
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0;
        margin-right: 5px;
        vertical-align: bottom;
        position: relative;
        top: -2px;
    }

/************************************************************************/

/* registration template */

.registration-form h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #00548f;
    height: auto;
}

.registration-form input[type="text"],
.registration-form input[type="password"] {
    -webkit-appearance: none;
    border-radius: 0px;
}

.registration-form input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 2px;
}

.registration-form input[type="text"],
.registration-form input[type="password"] {
    width: 97%;
    height: 40px;
    line-height: 40px;
    float: left;
    background-color: #cbdcf2;
    border: 0px;
    text-indent: 15px;
    margin-bottom: 10px;
    color: #353535;
}

    .registration-form input[type="text"].error,
    .registration-form input[type="password"].error {
        border-bottom: 2px solid #ab2a2a;
        color: #ab2a2a;
        float: left;
    }

.registration-form input[type="checkbox"] {
    margin-right: 8px;
    margin-top: 3px;
}

.form-part:first-child {
    margin-bottom: 15px;
}

.registration-form,
.form-part,
.registration-form small,
.registration-form .checkbox-wrapper,
.registration-form label {
    width: 100%;
    float: left;
}

    .registration-form span {
        float: right;
        display: block;
        clear: left;
    }

    .registration-form small {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .registration-form label {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

        .registration-form label a {
            display: inline;
            color: #00548f;
        }

    .registration-form .error-message {
        color: #ab2a2a;
        font-size: 12px;
    }

/************************************************************************/

/* my profile template, advertising rates template */

#tabs, #tabs-rates {
    margin-top: 30px;
}

    #tabs > ul, #tabs-rates ul {
        display: table !important;
        height: 40px;
        width: 100%;
    }

        #tabs > ul li, #tabs-rates > ul li {
            display: table-cell;
            text-align: left;
            height: 40px;
            line-height: 40px;
            background-color: #00548f;
            text-indent: 15px;
            font-size: 14px;
            border-left: 1px solid #fff;
            width: 50%;
            background-image: url(../img/icon-tabs-not-active.png);
            background-repeat: no-repeat;
            background-position: 95% center;
            -webkit-background-size: 20px 20px;
            background-size: 20px 20px;
        }

    #tabs-rates > ul li {
        text-indent: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 40px 10px 10px;
        line-height: normal;
        height: auto;
    }

        #tabs > ul li:first-child,
        #tabs-rates > ul li:first-child {
            border-left: 0px;
        }

        #tabs > ul li.ui-tabs-active,
        #tabs-rates > ul li.ui-tabs-active {
            background-color: #df5f37 !important;
            background-image: url(../img/icon-tabs-active.png);
        }

        #tabs > ul li a,
        #tabs-rates > ul li a {
            color: #8fb4ce;
            outline: none;
        }

        #tabs > ul li.ui-tabs-active a,
        #tabs-rates > ul li.ui-tabs-active a {
            color: #fff;
        }

    #tabs a, #tabs-rates a {
        cursor: pointer;
    }

    #tabs-rates > ul li {
        background-image: url(../img/icon-tabs-not-active-rates2.png);
        -webkit-background-size: 15px 20px;
        background-size: 15px 20px;
        font-size: 12px;
    }

        #tabs-rates > ul li:first-child {
            background-image: url(../img/icon-tabs-not-active-rates1.png);
            background-size: 20px 20px;
        }

        #tabs-rates > ul li.ui-tabs-active {
            background-image: url(../img/icon-tabs-active-rates2.png);
        }

            #tabs-rates > ul li.ui-tabs-active:first-child {
                background-image: url(../img/icon-tabs-active-rates1.png);
            }

.tab-content-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 15px;
    margin-top: 1px;
    background-color: #e8f1fd;
    float: left;
}

.tab-content-section {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    float: left;
}

#tabs-rates .tab-content-section {
    text-align: left;
}

.small-nav #tabs-rates h3 {
    margin-top: 0px;
}

.tab-image-container {
    width: 200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

    .tab-image-container img {
        width: 100%;
    }

input[type="file"] {
    -webkit-appearance: none !important;
    border-radius: 0px !important;
}

#tabs .file-input {
    width: 100%;
    float: left;
}

    #tabs .file-input .NFI-button {
        background-color: #00548f;
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        text-align: center;
        display: block;
        float: left;
        color: #fff;
        width: 35%;
    }

    #tabs .file-input .NFI-filename {
        border: 0px;
        height: 30px;
        width: 65%;
        float: left;
        padding: 0px !important;
        text-indent: 10px;
        background-color: #cbdcf2;
    }

.button {
    background-color: #df5f37;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    display: block;
    float: left;
    color: #fff;
    padding: 0px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .button.f-right,
    #tabs .button.f-right {
        float: right;
    }

    .button:hover {
        background-color: #00548f;
    }

#tabs .button {
    float: none;
    display: inline-block;
}

.row {
    width: 100%;
    float: left;
    height: 30px;
    margin-top: 10px;
}

.tab-content-section span:first-child {
    margin-top: 0px;
}

#tabs label {
    float: left;
    text-align: right;
    width: 20%;
    margin-right: 5%;
    height: 30px;
    line-height: 30px;
}

#tabs input[type="text"],
#tabs input[type="password"] {
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #cbdcf2;
    border: 0px;
    text-indent: 10px;
    color: #353535;
    width: 75%;
    -webkit-appearance: none;
    border-radius: 0px;
}

#tabs label.long-label {
    width: 50%;
}

#tabs input[type="password"] {
    width: 45%;
}

#tabs h4 {
    color: #00548f;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    margin-bottom: 20px;
    float: left;
}

.icon-connect {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    margin-top: 3px;
}

.icon-service {
    width: 98px;
    height: 24px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

    .icon-connect img,
    .icon-service img {
        width: 100%;
    }

.f-left {
    float: left;
}

.link-connect {
    height: 24px;
    line-height: 24px;
    color: #005490;
}

    .link-connect:hover {
        text-decoration: underline;
    }

#change-password-container {
    display: none;
}

.tab-content-section .error-message {
    color: #ab2a2a;
    font-size: 12px;
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 5px;
}

#tabs input[type="text"].error,
#tabs input[type="password"].error {
    border-bottom: 2px solid #ab2a2a;
    color: #ab2a2a;
}

.tabs-category-menu {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .tabs-category-menu li {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        margin-bottom: 1px;
    }

        .tabs-category-menu li.separate {
            margin-top: 20px;
        }

    .tabs-category-menu > li a {
        margin-bottom: 1px;
    }

    .tabs-category-menu li span {
        cursor: pointer;
        display: inline;
    }

    .tabs-category-menu ul {
        width: 95%;
        margin-left: 5%;
        margin-bottom: 10px;
        display: none;
    }

#tabs .tabs-category-menu a {
    background-color: #cbdcf2;
    cursor: default;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

#tabs .tabs-category-menu ul a {
    font-size: 11px;
}

.category-select, .dropdown-arrow {
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
}

p .category-select {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.category-select {
    float: left;
    background-image: url(../img/icon-add.png);
}

.dropdown-arrow {
    float: right;
    background-image: url(../img/arrow-down.png);
}

    .dropdown-arrow.opened {
        background-image: url(../img/arrow-up.png);
    }

.selected-category > a > .category-select,
p.selected-category .category-select {
    background-image: url(../img/icon-remove.png);
}

#tabs .tabs-category-menu .selected-category > a {
    background-color: #df5f37;
    color: #fff;
}

#tabs-rates ul {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

    #tabs-rates ul li {
        margin-top: 10px;
    }

        #tabs-rates ul li:first-child {
            margin-top: 0px;
            position: relative;
        }

#tabs-rates div ul li a {
    position: relative;
    -webkit-transition: top 200ms linear;
    -moz-transition: top 200ms linear;
    -o-transition: top 200ms linear;
    -ms-transition: top 200ms linear;
    transition: top 200ms linear;
    top: 0px;
}

#tabs-rates ul li a img {
    width: 100%;
    border: none;
    box-shadow: 0px 1px 1px #b5c7d3;
    position: relative;
    top: 0px;
}

    #tabs-rates ul li a img.cover {
        -webkit-transition: opacity 200ms linear;
        -moz-transition: opacity 200ms linear;
        -o-transition: opacity 200ms linear;
        -ms-transition: opacity 200ms linear;
        transition: opacity 200ms linear;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

#tabs-rates div ul li a:hover {
    top: -5px;
}

    #tabs-rates div ul li a:hover img.cover {
        opacity: 1;
    }

#tabs-rates ul li.online-rates-box {
    height: 100px;
    float: left;
    width: 100%;
    text-align: center;
}

    #tabs-rates ul li.online-rates-box a {
        width: 100%;
        box-shadow: 0px 1px 1px #b5c7d3;
        background-color: #fff;
        height: 100px;
    }

        #tabs-rates ul li.online-rates-box a img {
            box-shadow: none;
            width: auto;
            height: 70px;
            display: inline-block;
        }

            #tabs-rates ul li.online-rates-box a img.cover {
                width: 100%;
                height: 100px;
            }

.online-rates-box a span {
    width: 100%;
    text-align: center;
    color: #00548f;
    display: block;
    font-size: 13px;
    background-color: #c4d6ee;
    line-height: 26px;
    height: 26px;
    float: left;
    font-weight: 600;
}

/************************************************************************/

/* loader */

.loader {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1200;
    width: 40px;
    height: 40px;
    background-image: url(../img/loader.gif);
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.bottom-loader {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 50px;
    height: 50px;
    padding: 5px;
    z-index: 200000;
    background-color: #fff;
    border-radius: 50%;
    display: none;
}

/************************************************************************/

/* dialog box */

.dialog-box {
    position: fixed;
    z-index: 400000;
    width: 280px;
    margin: auto;
    top: 35%;
    left: 50%;
    margin-left: -140px;
    font-size: 12px;
    padding: 10px;
    background-color: #df5f37;
    color: #fff;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.63);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.63);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.63);
}

    .dialog-box p {
        width: 93%;
        float: left;
    }

        .dialog-box p a {
            display: inline;
            color: #01385e;
        }

/************************************************************************/

/* notification */

.entry-wrapper.notification {
    padding: 15px;
    background-color: #cbdcf2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.notification p {
    font-size: 14px;
    line-height: 24px;
}

    .notification p a {
        display: inline;
        color: #00548f;
        text-decoration: underline;
    }

/************************************************************************/

.video-overlay {
    display: none;
}

/************************************************************************/

.col-3.reversed .col-1 {
    display: table;
}

    .col-3.reversed .col-1 .rectangle-ad-container.mobile {
        display: table-footer-group;
        text-align: center;
    }

        .col-3.reversed .col-1 .rectangle-ad-container.mobile iframe,
        .col-3.reversed .col-1 .rectangle-ad-container.mobile a {
            width: 300px;
            height: 250px;
            margin: auto;
        }

    .col-3.reversed .col-1 .entry-wrapper.small-entry {
        display: table-header-group;
    }

/* responsive */

@media screen and (min-width: 480px) {

    .searchbar input[type="text"] {
        width: 80%;
    }

    /*.image-section {
        max-height: 196px;
    }*/

    h1 {
        font-size: 24px;
        line-height: 28px;
    }

    h2, h3, h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .error-page-message {
        font-size: 14px;
    }

    .login-container {
        width: 400px;
        top: 40px;
    }

    .profile-pic {
        width: 40px;
        height: 40px;
    }

    #tabs-rates > ul li {
        font-size: 13px;
    }
}

@media screen and (min-width: 640px) {

    /*.image-section {
        max-height: 263px;
    }*/

    h1 {
        font-size: 28px;
        line-height: 32px;
    }

    h2, h3, h4 {
        font-size: 26px;
        line-height: 30px;
    }

    .comment-wrapper li {
        font-size: 11px;
    }

    .ar-left, .ar-right {
        width: 10%;
    }

    .carousel-center {
        width: 79%;
    }

    .error-page-message {
        font-size: 15px;
    }

    .error-image-container {
        width: 22%;
        float: left;
        display: block;
    }

    .error-text-container {
        width: 78%;
        float: left;
        display: block;
    }

    .logo-container, .error-page-message,
    .searchbar-container {
        margin-left: 10%;
    }

    .searchbar-container {
        width: 90%;
    }

    .error-page-message {
        width: 90%;
    }

    .profile-pic {
        width: 50px;
        height: 50px;
    }

    .login-container {
        width: 560px;
        top: 100px;
        font-size: 13px;
    }

    .login-head h3 {
        font-size: 18px;
        line-height: 18px;
        height: 20px;
    }

    .login-section ul {
        padding-top: 30px;
    }

        .login-section ul li,
        .login-section input[type="text"],
        .login-section input[type="password"] {
            width: 46%;
            margin-right: 2%;
            margin-left: 2%;
            margin-bottom: 20px;
            height: 41px;
        }

            .login-section ul li a {
                -webkit-background-size: 50px 41px;
                background-size: 50px 41px;
                height: 41px;
                line-height: 41px;
                padding-left: 60px;
            }

    .ie7 .login-section ul li a.login-fb,
    .ie8 .login-section ul li a.login-fb {
        background-image: url(../img/ie8-login-facebook-bg.gif);
    }

    .ie7 .login-section ul li a.login-gplus,
    .ie8 .login-section ul li a.login-gplus {
        background-image: url(../img/ie8-login-google-bg.gif);
    }

    .ie7 .login-section ul li a.login-twitter,
    .ie8 .login-section ul li a.login-twitter {
        background-image: url(../img/ie8-login-twitter-bg.gif);
    }

    .ie7 .login-section ul li a.login-tmi,
    .ie8 .login-section ul li a.login-tmi {
        background-image: url(../img/ie8-login-tmi-bg.gif);
    }


    .login-section input[type="text"],
    .login-section input[type="password"] {
        margin-top: 10px;
    }

    .login-section label {
        margin-top: 0px;
    }

    .tmi-login-container {
        margin-top: -36px;
    }

    .tab-content-section {
        width: 50%;
        float: left;
    }

    #tabs label.long-label {
        width: 45%;
    }

    #tabs input[type="password"] {
        width: 50%;
    }

    #tabs-rates > ul li {
        font-size: 14px;
    }
}

@media screen and (min-width: 720px) {

    .col-2 .col-1 {
        width: 50%;
    }

    .top-panel, .login, .logout {
        font-size: 12px;
    }

    .login, .logout {
        margin-left: 30px;
    }

    .date {
        background-image: url(../img/icon-calendar.png);
        -webkit-background-size: 11px 11px;
        background-position: left center;
        background-size: 11px 11px;
        background-repeat: no-repeat;
        padding-left: 18px;
    }

    .profile-pic {
        border: 5px solid #00548f;
        width: 50px;
        height: 50px;
    }

    /*.image-section {
        max-height: 296px;
    }*/

    .medium-entry .image-section,
    .small-entry .image-section {
        max-height: 140px;
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h2 {
        font-size: 30px;
        line-height: 34px;
    }

    h3, h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .dont-miss li a {
        width: 80%;
    }

    .ar-left, .ar-right {
        width: 5%;
    }

    .carousel-center {
        width: 89%;
    }

    .category-entry-wrapper .image-section {
        width: 30%;
    }

    .col-2 .category-entry-wrapper .image-section {
        max-height: 110px;
    }

    .snippet-container {
        width: auto;
        float: left;
        display: block;
        width: 66%;
        margin-left: 4%;
        margin-top: 26px;
    }

    .no-image .snippet-container {
        width: 100%;
        margin-left: 0px;
    }

    .error-page-message {
        font-size: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .error-page .wrapper {
        margin-top: 150px;
    }

    .col-2 .category-entry-wrapper .image-section.magazine {
        width: 20%;
        max-height: 100%;
    }
}

@media screen and (min-width: 768px) {

    .leaderboard-ad-container.mobile,
    .leaderboard-container.mobile {
        height: 90px;
    }

        .leaderboard-ad-container.mobile a,
        .leaderboard-container.mobile a {
            width: 728px;
            height: 90px;
        }
}

@media screen and (min-width: 960px) {

    /* grid */

    .col-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .col-2 {
        width: 630px;
        margin-right: 30px;
        margin-top: 0px;
    }

    .col-1 {
        width: 300px;
        margin-top: 0px;
    }

    .col-2 .col-1 {
        width: 300px;
        margin-right: 30px;
    }

        .col-2 .col-1.no-margin {
            margin-right: 0px;
        }

    .col-3.reversed .col-1 {
        margin-right: 30px;
    }

    .col-3.reversed .col-2 {
        margin-right: 0px;
        margin-top: 0px;
    }

    .col-3.reversed .col-1 {
        display: table;
    }

        .col-3.reversed .col-1 .rectangle-ad-container.mobile {
            display: table-header-group;
            text-align: center;
        }

            .col-3.reversed .col-1 .rectangle-ad-container.mobile iframe,
            .col-3.reversed .col-1 .rectangle-ad-container.mobile a {
                width: 300px;
                height: 250px;
                margin: auto;
            }

        .col-3.reversed .col-1 .entry-wrapper.small-entry {
            display: table-footer-group;
        }

    /***/

    .site-wrapper {
        width: 960px;
        margin: auto;
        z-index: 2;
        position: relative;
    }

    .background-ad-container {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 0;
        display: block;
    }

        .background-ad-container a {
            position: relative;
        }

        .background-ad-container img {
            position: absolute;
            top: 0px;
            visibility: hidden;
        }

        .background-ad-container a img {
            position: absolute;
            top: 0px;
            visibility: hidden;
        }

    .background-banner {
        width: 1000px;
        height: 108px;
        position: fixed;
        z-index: 2;
        left: 50%;
        margin-left: -500px;
        top: 35px;
        display: block;
    }

    .wrapper {
        width: 960px;
        margin: auto;
    }

    .entry-wrapper {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    /* top panel */

    .top-panel {
        position: fixed;
        z-index: 90;
        top: 0px;
        width: 100%;
    }


    /* weather widget */

    .weather {
        display: block;
        float: left;
        margin-left: 30px;
        display: block;
        height: 35px;
        line-height: 35px;
    }

        .weather li {
            display: block;
            float: left;
            background-position: left center;
            background-repeat: no-repeat;
        }

            .weather li.weather-icon {
                background-repeat: no-repeat;
                background-position: left center;
                width: 34px;
                height: 35px;
                float: left;
                -webkit-background-size: 34px 16px;
                background-size: 34px 16px;
            }

                .weather li.weather-icon#clear {
                    background-image: url(../img/icon-clear.png);
                }

                .weather li.weather-icon#partly-cloudy {
                    background-image: url(../img/icon-partly-cloudy.png);
                }

                .weather li.weather-icon#cloudy {
                    background-image: url(../img/icon-cloudy.png);
                }

                .weather li.weather-icon#cloudy-night {
                    background-image: url(../img/icon-cloudy-night.png);
                }

                .weather li.weather-icon#drizzle {
                    background-image: url(../img/icon-drizzle.png);
                }

                .weather li.weather-icon#fair {
                    background-image: url(../img/icon-fair.png);
                }

                .weather li.weather-icon#fine {
                    background-image: url(../img/icon-fine.png);
                }

                .weather li.weather-icon#fog {
                    background-image: url(../img/icon-fog.png);
                }

                .weather li.weather-icon#hail {
                    background-image: url(../img/icon-hail.png);
                }

                .weather li.weather-icon#mist {
                    background-image: url(../img/icon-mist.png);
                }

                .weather li.weather-icon#mostly-cloudy {
                    background-image: url(../img/icon-mostly-cloudy.png);
                }

                .weather li.weather-icon#partly-cloudy-night {
                    background-image: url(../img/icon-partly-cloudy-night.png);
                }

                .weather li.weather-icon#partly-cloudy {
                    background-image: url(../img/icon-partly-cloudy.png);
                }

                .weather li.weather-icon#rainy {
                    background-image: url(../img/icon-rainy.png);
                }

                .weather li.weather-icon#showers {
                    background-image: url(../img/icon-showers.png);
                }

                .weather li.weather-icon#sunny {
                    background-image: url(../img/icon-sunny.png);
                }

                .weather li.weather-icon#thunderstorm {
                    background-image: url(../img/icon-thunderstorm.png);
                }

                .weather li.weather-icon#windy {
                    background-image: url(../img/icon-windy.png);
                }

    .wetaher p {
        float: left;
        display: inline-block;
    }

    /***/

    .subscribe {
        float: left;
        margin-right: 0px;
        margin-left: 30px;
    }

    .login, .logout {
        margin-left: 30px;
    }

    .profile-pic {
        width: 65px;
        height: 65px;
    }

    .searchbar {
        width: 210px;
        margin-top: 4px;
        margin-right: 0px;
        margin-left: 40px;
        float: left;
    }

        .searchbar input[type="text"] {
            width: 210px;
            height: 25px;
            line-height: 25px;
            background-color: #00548f;
            border-radius: 2px;
            border: 1px solid #fff;
            color: #fff;
            padding-left: 5px;
        }

        .searchbar input[type="submit"] {
            width: 23px;
            height: 23px;
            top: 1px;
            right: 1px;
        }

    /***/

    .head {
        width: 100%;
        position: relative;
        margin-left: 0px;
    }

    /* adverts styles */

    .leaderboard-ad-container,
    .leaderboard-container,
    .leaderboard-ad-container.mobile,
    .leaderboard-container.mobile {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 50px;
        height: 90px;
        margin-bottom: 0px;
    }

        .leaderboard-ad-container a,
        .leaderboard-container a,
        .col-3 .leaderboard-ad-container,
        .leaderboard-ad-container.mobile a,
        .leaderboard-container.mobile a {
            display: block;
            width: 728px;
            height: 90px;
            margin: auto;
            float: none;
        }

        .leaderboard-ad-container div:first-child,
        .leaderboard-container div:first-child,
        .leaderboard-ad-container.mobile div:first-child,
        .leaderboard-container.mobile div:first-child {
            margin: auto;
        }

        .leaderboard-ad-container img,
        .leaderboard-container img,
        .leaderboard-ad-container.mobile img,
        .leaderboard-container.mobile img {
            width: 100%;
        }

    .rectangle-ad-container {
        display: block;
        width: 300px;
        height: 250px;
        margin-top: 20px;
    }

        .rectangle-ad-container.mobile {
            display: block;
            width: 300px;
            height: 250px;
            margin-top: 20px;
            left: 0px;
            margin-left: 0px;
        }

        .rectangle-ad-container img {
            width: 100%;
        }

   /***/

    /* navigation */

    .fixed-nav-wrapper {
        position: absolute;
        top: 1px;
        width: 960px;
        left: 50%;
        margin-left: -480px;
        background-color: #fff;
    }

        .fixed-nav-wrapper.fixed-nav-position {
            position: fixed;
            z-index: 80;
            top: -214px;
        }

        .fixed-nav-wrapper.fixed-nav-position-bg-ad {
            position: fixed;
            z-index: 80;
            top: -77px;
        }

    .profile {
        margin-right: 2%;
    }

    .profile-greet {
        display: block;
        font-size: 11px;
        margin-top: 4px;
        height: 16px;
        overflow: hidden;
    }

    nav {
        position: relative;
        top: 80px;
    }

    #menu-button {
        display: none;
    }

    .menu {
        display: table !important;
        height: 40px;
        width: 960px;
        border-collapse: separate;
        border-spacing: 8px;
        position: absolute;
        margin-left: 0px;
        margin-right: 0px;
        background-color: #fff;
        top: -75px;
    }

        .menu li, .menu li:first-child {
            display: table-cell;
            text-align: left;
        }

            .menu li a {
                padding: 0px;
                margin: 0px;
                height: 36px;
                color: #3d3d3d;
                font-weight: 600;
                border-top: 3px solid #00548f;
                line-height: 36px;
            }

    /* ie7 menu */

    .ie7 .menu {
        display: inline-block;
        padding-top: 20px;
    }

        .ie7 .menu li,
        .ie7 .menu li:first-child {
            float: left;
            display: block;
            margin-left: 1%;
            margin-right: 1%;
        }

            .ie7 .menu li:first-child a {
                padding-top: 10px;
            }

    /***/

    .menu-color1 img {
        width: 14px;
        height: 14px;
        display: inline-block;
    }

    .menu-color1, .menu-color2, .menu-color3, .menu-color4, .menu-color5,
    .menu-color6, .menu-color7, .menu-color8, .menu-color9, .menu-color10,
    .menu-color11, .menu-color12, .menu-color13, .menu-color14, .menu-color15 {
        background-color: transparent;
    }

        .menu-color1.selected, .menu-color1:hover {
            border-top: 3px solid #7b7b7b;
            color: #7b7b7b;
        }

        .menu-color2.selected, .menu-color2:hover {
            border-top: 3px solid #00548f;
            color: #00548f;
        }

        .menu-color3.selected, .menu-color3:hover {
            border-top: 3px solid #d03d0f;
            color: #d03d0f;
        }

        .menu-color4.selected, .menu-color4:hover {
            border-top: 3px solid #a158bf;
            color: #a158bf;
        }

        .menu-color5.selected, .menu-color5:hover {
            border-top: 3px solid #959c21;
            color: #959c21;
        }

        .menu-color6.selected, .menu-color6:hover {
            border-top: 3px solid #a92e2e;
            color: #a92e2e;
        }

        .menu-color7.selected, .menu-color7:hover {
            border-top: 3px solid #4b7e5c;
            color: #4b7e5c;
        }

        .menu-color8.selected, .menu-color8:hover {
            border-top: 3px solid #474e93;
            color: #474e93;
        }

        .menu-color9.selected, .menu-color9:hover {
            border-top: 3px solid #3a82ab;
            color: #3a82ab;
        }

        .menu-color10.selected, .menu-color10:hover {
            border-top: 3px solid #c3538b;
            color: #c3538b;
        }

        .menu-color11.selected, .menu-color11:hover {
            border-top: 3px solid #2f3335;
            color: #2f3335;
        }

        .menu-color12.selected, .menu-color12:hover {
            border-top: 3px solid #2d8d83;
            color: #2d8d83;
        }

        .menu-color13.selected, .menu-color13:hover {
            border-top: 3px solid #793320;
            color: #793320;
        }

    #menu-item12 ul {
        background-color: #2d8d83;
    }

    #menu-item13 ul {
        background-color: #793320;
    }



    /* submenu */

    .menu ul {
        width: 960px;
        position: absolute;
        left: 0px;
        display: table;
        z-index: 70;
        border-bottom: 3px solid #fff;
    }

        .menu ul li {
            display: inline;
            float: left;
            margin-right: 50px;
        }

            .menu ul li:last-child {
                margin-right: 10px;
            }

            .menu ul li a {
                color: #fff;
                border-top: 0px;
                height: 12px;
                line-height: 12px;
                font-size: 11px;
            }

    /* ie7 submenu */

    .ie7 .menu ul {
        display: inline;
    }

        .ie7 .menu ul li,
        .ie7 .menu ul li:first-child {
            display: inline-block;
            float: left;
            margin-right: 20px;
            height: 20px;
            line-height: 20px;
            padding-top: 10px;
        }

            .ie7 .menu ul li a {
                float: left;
            }

            .ie7 .menu ul li:first-child a {
                padding-top: 0px;
            }

    /***/

    .menu ul li a:hover {
        text-decoration: underline;
    }

    #menu-item1 ul {
        background-color: #7b7b7b;
    }

    #menu-item2 ul {
        background-color: #00548f;
    }

    #menu-item3 ul {
        background-color: #d03d0f;
    }

    #menu-item4 ul {
        background-color: #a158bf;
    }

    #menu-item5 ul {
        background-color: #959c21;
    }

    #menu-item6 ul {
        background-color: #a92e2e;
    }

    #menu-item7 ul {
        background-color: #4b7e5c;
    }

    #menu-item8 ul {
        background-color: #474e93;
    }

    #menu-item9 ul {
        background-color: #3a82ab;
    }

    #menu-item10 ul {
        background-color: #c3538b;
    }

    #menu-item11 ul {
        background-color: #2f3335;
    }

    .menu li:hover > ul {
        z-index: 500;
    }

    /***/

    /* latest news bar */

    .news-bar {
        display: block;
        background-color: #df5f37;
        color: #fff;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        top: -20px;
    }

    .wrapper.news-bar {
        width: 940px;
		position: relative;
    }

    .news-bar span, .news-bar a {
        display: inline-block;
        float: left;
    }

    .news-bar span {
        text-transform: uppercase;
        width: 11%;
    }

    .news-bar a {
        width: 100%;
        color: #fff;
    }
	
	.news-bar a.indepth {
		position: absolute;
		top: 0px;
		left: auto;
		right: 0px;
		width: 221px;
		height: 30px;
	}
	
	.news-bar a.indepth img {
		width: 100%;
		height: auto;
	}

    .news-bar-list {
        position: absolute;
        top: 0px;
        left: 11%;
        width: 89%;
    }

        .news-bar-list li {
            position: absolute;
            top: 40px;
            width: 98%;
            overflow: hidden;
        }

            .news-bar-list li.active {
                top: 0px;
            }

    /***/

    /* more stories button */

    .more-stories-button-top {
        display: block;
        line-height: 40px;
        height: 40px;
        text-transform: uppercase;
        text-align: center;
        background-color: #fff;
        opacity: 0.8;
        position: relative;
        top: 0px;
        color: #00548f;
        font-weight: 600;
        background-image: url(../img/arrow-vote-up.png);
        background-repeat: no-repeat;
        -webkit-background-size: 10px 9px;
        background-size: 10px 9px;
        background-position: 43% center;
        display: none;
    }

    /***/

    /* articles general */

    article {
        padding-right: 0px;
        padding-left: 0px;
    }

    .articles-wrapper {
        position: absolute;
        top: 355px;
        z-index: 1;
        width: 960px;
        left: 50%;
        margin-left: -480px;
    }

    .entry-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    h1 {
        font-size: 36px;
        line-height: 44px;
    }

    h2 {
        font-size: 34px;
        line-height: 42px;
    }

    h3 {
        font-size: 22px;
        line-height: 26px;
        height: 106px;
        overflow: hidden;
    }

    h4 {
        height: 92px;
        overflow: hidden;
    }

    .no-image h4, .snippet-container h4 {
        height: auto;
    }

    article p {
        font-size: 13px;
        line-height: 17px;
        padding-top: 1px;
    }

    /***/

    /* first column article snippets */

    .col-1 article {
        margin-top: 20px;
    }

    article.small-entry p {
        border-bottom: 0px;
        padding-bottom: 0px;
        height: 122px;
        overflow: hidden;
        margin-bottom: 0px;
    }

    .small-entry .article-icons {
        margin-top: 8px;
        margin-bottom: 2px;
    }

    /***/

    /* second column article snippets */

    article.medium-entry p {
        margin-top: 10px;
        margin-bottom: 8px;
        float: left;
        width: 100%;
        height: 52px;
        overflow: hidden;
    }

    /***/

    /* images */

    .col-3 .image-section {
        max-height: 400px;
    }

    .col-2 .image-section img {
        position: relative;
    }

    .col-2 .image-section {
        max-height: 340px;
    }

    .medium-entry .image-section {
        width: 300px;
        height: 200px;
        max-height: 200px;
        float: left;
    }

        .medium-entry .image-section a {
            position: relative;
            width: 300px;
        }

        .medium-entry .image-section img {
            height: 200px;
            width: auto;
            left: -9999px;
            right: -9999px;
            margin: auto;
            position: absolute;
        }

    .small-entry .image-section {
        width: 120px;
        height: 120px;
        float: left;
        margin-right: 15px;
    }

        .small-entry .image-section a {
            position: relative;
            width: 120px;
        }

        .small-entry .image-section img {
            height: 120px;
            width: auto;
            left: -9999px;
            right: -9999px;
            margin: auto;
            position: absolute;
        }

    .gallery-container {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 30px;
    }

    /* don't miss */

    .dont-miss {
        margin-left: 0px;
        margin-right: 0px;
    }

        .dont-miss li a {
            width: 155px;
        }

    /***/

    /* iframes */

    .iframe-wrapper {
        display: block;
        margin-top: 15px;
        padding: 0px;
        width: 300px;
    }

    /***/

    /* homepage polls */

    .polls-wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }

    /***/

    /* facebook like box */

    .fb-like-box {
        display: block !important;
        margin-top: 15px;
    }

    /***/

    /* AddThis Widget (follow) */

    .aticon {
        float: left !important;
    }

    .at4-follow {
        top: -4px !important;
    }

    .at-follow-btn {
        display: inline;
    }
    /***/

    /* horizontal floors */

    .carousel {
        margin-top: 30px;
    }

    /***/

    /* footer */

    .main-footer-container ul {
        margin-right: 0px;
        margin-left: 0px;
    }

        .main-footer-container ul li {
            margin-right: 30px;
        }

    .credits {
        float: right;
        width: auto;
        margin-top: 0px;
    }

    .main-footer-container p {
        margin-right: 0px;
        margin-left: 0px;
    }

    /*******************************************************************/

    /* Breaking news template */

    .breaking-news-icon {
        width: 154px;
        height: 150px;
        position: absolute;
        background-size: 154px 150px;
    }

    .breaking-news .news-bar a {
        width: 86%;
    }

	.breaking-news .news-bar a.indepth {
		position: absolute;
		top: 0px;
		left: auto;
		right: 0px;
		width: 221px;
		height: 30px;
	}
	
	.breaking-news .news-bar a.indepth img {
		width: 100%;
		height: auto;
	}
	
	
    /*******************************************************************/

    /* Small menu templates */
	
	.small-nav .leaderboard-ad-container, .small-nav .leaderboard-container, .small-nav .leaderboard-ad-container.mobile, .small-nav .leaderboard-container.mobile {
		margin-top: 50px;
		padding-bottom: 10px;
	}
	
	.small-nav .menu {
		top: -80px;
	}

	.small-nav.no-ad .menu {
		top: -75px;
	}	

    .logo-small {
        float: left;
        margin-right: 25px;
        margin-top: 4px;
        display: none;
    }

    .small-nav .logo-small {
        display: block;
    }

    .menu ul.submenu-open li a {
        font-size: 11px;
        margin-left: 0px;
    }

    .small-nav .fixed-nav-wrapper {
        /*top: 30px;*/
		top: 0px;
        background-color: #fff;
    }

        .small-nav .fixed-nav-wrapper.fixed-nav-position {
            top: -118px;
        }

    .small-nav .articles-wrapper {
        /*top: 245px;*/
		/*top: 120px;*/
            top: 240px;
    }
	
	.small-nav.no-ad .articles-wrapper {
        top: 130px;
    }

    .menu ul.submenu-open li {
        border-top: 0px;
    }

    .small-nav .searchbar {
        width: 120px;
        margin-left: 30px;
    }

        .small-nav .searchbar input[type="text"] {
            width: 120px;
            left: 0px;
            right: auto;
        }

    .small-nav .searchPanel {
        float: none;
        margin-left: 0px;
    }

    /********************************************************************/

    /* Article template */

    .breadcrumbs {
        padding-left: 0px;
        padding-right: 0px;
    }

    .disqus {
        padding-left: 0px;
        padding-right: 0px;
    }

    .caption {
        position: relative;
        width: 100%;
        background-color: #3e3f40;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 12px;
        color: #fff;
    }

    .caption2 {
        position: relative;
        width: 100%;
        background-color: #3e3f40;
        display: block;
        color: #fff;
        font-size: 12px;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .caption span {
        color: #fff;
        font-size: 12px;
        display: block;
    }

    .rectangle-ad-container.article-ad {
        float: right;
        padding-left: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .rectangle-ad-container.mobile.article-ad {
        float: right;
        padding-left: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
    }

    /********************************************************************/

    .pagination-container ul {
        float: right;
    }

    /* 400, 500 error templates */

    .error-page-message {
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .searchbar-container span {
        font-size: 14px;
    }

    .error-page-input-wrapper {
        margin-top: 8px;
    }

    .error-page .wrapper {
        margin-top: 200px;
    }

    /********************************************************************/

    .login-container {
        top: 150px;
    }

    article.medium-entry.long-entry .image-section {
        height: 332px;
        max-height: 332px;
    }

        article.medium-entry.long-entry .image-section a {
            position: relative;
            width: 300px;
            height: 332px;
        }

        article.medium-entry.long-entry .image-section img {
            height: 100%;
            min-height: 332px;
            width: auto;
        }

    article.medium-entry.long-entry p {
        height: 34px;
        overflow: hidden;
        margin-bottom: 10px;
        float: left;
    }

    article.medium-entry.long-entry .article-icons {
        margin-bottom: 2px;
    }

    /* video overlay */

    .video-overlay {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 500000;
        background-image: url(../img/overlay-bg.png);
        background-repeat: repeat;
    }

        .video-overlay .video-section {
            top: 150px;
            left: 50%;
            margin-left: -320px;
            width: 640px;
            height: 360px;
            position: relative;
            margin-top: 0px;
            overflow: visible;
            -webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.75);
        }

        .video-overlay .close-button {
            top: 60px;
            right: 17%;
        }
		
	.video-section .indepth {
		position: absolute;
		right: 0px;
		left: auto;
		top: auto;
		bottom: -30px;
		width: 221px;
		height: 30px;
	}
	
	.video-section .indepth img {
		width: 100%;
		height: auto;
	}

    .video-js .vjs-tech {
        width: 100%;
        /*height: 100%;*/
    }

    /***/

}

@media screen and (min-width: 1000px) {

    .site-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1180px) {

    /* advert */

    .skyscraper-ad-container, .skyscraper-ad-container-left {
        display: block;
        position: fixed;
        z-index: 100;
        top: 35px;
        left: 50%;
        width: 120px;
        height: 600px;
        margin-left: 500px;
    }
	
	.skyscraper-ad-container-left {
		margin-left: -620px;
	}

        .skyscraper-ad-container img, .skyscraper-ad-container-left img {
            width: 100%;
        }
}

@media screen and (max-width: 959px) {
    .logo-small {
        display: none !important;
    }
}

/************************************************************************/

/* ie8, ie7 */

.ie8 .date,
.ie7 .date {
    background-image: url(../img/ie8-icon-calendar.png);
}

.ie8 .subscribe,
.ie7 .subscribe {
    background-image: url(../img/ie8-icon-subscribe.png);
}

.ie8 .searchbar input[type="submit"],
.ie7 .searchbar input[type="submit"] {
    background-image: url(../img/ie8-icon-search.png);
}

.ie8 .weather li.weather-icon#clear,
.ie7 .weather li.weather-icon#clear {
    background-image: url(../img/ie8-icon-clear.png);
}

.ie8 .weather li.weather-icon#partly-cloudy,
.ie7 .weather li.weather-icon#partly-cloudy {
    background-image: url(../img/ie8-icon-partly-cloudy.png);
}

.ie8 .weather li.weather-icon#cloudy,
.ie7 .weather li.weather-icon#cloudy {
    background-image: url(../img/ie8-icon-cloudy.png);
}

.ie8 .weather li.weather-icon#cloudy-night,
.ie7 .weather li.weather-icon#cloudy-night {
    background-image: url(../img/ie8-icon-cloudy-night.png);
}

.ie8 .weather li.weather-icon#drizzle,
.ie7 .weather li.weather-icon#drizzle {
    background-image: url(../img/ie8-icon-drizzle.png);
}

.ie8 .weather li.weather-icon#fair,
.ie7 .weather li.weather-icon#fair {
    background-image: url(../img/ie8-icon-fair.png);
}

.ie8 .weather li.weather-icon#fine,
.ie7 .weather li.weather-icon#fine {
    background-image: url(../img/ie8-icon-fine.png);
}

.ie8 .weather li.weather-icon#fog,
.ie7 .weather li.weather-icon#fog {
    background-image: url(../img/ie8-icon-fog.png);
}

.ie8 .weather li.weather-icon#hail,
.ie7 .weather li.weather-icon#hail {
    background-image: url(../img/ie8-icon-hail.png);
}

.ie8 .weather li.weather-icon#mist,
.ie7 .weather li.weather-icon#mist {
    background-image: url(../img/ie8-icon-mist.png);
}

.ie8 .weather li.weather-icon#mostly-cloudy,
.ie7 .weather li.weather-icon#mostly-cloudy {
    background-image: url(../img/ie8-icon-mostly-cloudy.png);
}

.ie8 .weather li.weather-icon#partly-cloudy-night,
.ie7 .weather li.weather-icon#partly-cloudy-night {
    background-image: url(../img/ie8-icon-partly-cloudy-night.png);
}

.ie8 .weather li.weather-icon#partly-cloudy,
.ie7 .weather li.weather-icon#partly-cloudy {
    background-image: url(../img/ie8-icon-partly-cloudy.png);
}

.ie8 .weather li.weather-icon#rainy,
.ie7 .weather li.weather-icon#rainy {
    background-image: url(../img/ie8-icon-rainy.png);
}

.ie8 .weather li.weather-icon#showers,
.ie7 .weather li.weather-icon#showers {
    background-image: url(../img/ie8-icon-showers.png);
}

.ie8 .weather li.weather-icon#sunny,
.ie7 .weather li.weather-icon#sunny {
    background-image: url(../img/ie8-icon-sunny.png);
}

.ie8 .weather li.weather-icon#thunderstorm,
.ie7 .weather li.weather-icon#thunderstorm {
    background-image: url(../img/ie8-icon-thunderstorm.png);
}

.ie8 .weather li.weather-icon#windy,
.ie7 .weather li.weather-icon#windy {
    background-image: url(../img/ie8-icon-windy.png);
}

.ie8 .article-icons li.comments a,
.ie7 .article-icons li.comments a {
    background-image: url(../img/ie8-icon-bubble.png);
}

.ie8 .article-icons li.share a, .ie8 a.share,
.ie7 .article-icons li.share a, .ie7 a.share {
    background-image: url(../img/ie8-icon-share.png);
}

.ie8 .article-icons li.favourite-empty a,
.ie7 .article-icons li.favourite-empty a {
    background-image: url(../img/ie8-icon-fav-empty.png);
}

.ie8 .article-icons li.favourite-full a,
.ie7 .article-icons li.favourite-full a {
    background-image: url(../img/ie8-icon-fav-full.png);
}

.ie8 .comment-rates .upvote a,
.ie7 .comment-rates .upvote a {
    background-image: url(../img/ie8-arrow-vote-up.png);
}

.ie8 .comment-rates .downvote a,
.ie7 .comment-rates .downvote a {
    background-image: url(../img/ie8-arrow-vote-down.png);
}

.ie8 .arrow,
.ie7 .arrow {
    background-image: url(../img/ie8-bubble-arrow.png);
}

.ie8 .more-stories-button-top,
.ie7 .more-stories-button-top {
    background-image: url(../img/ie8-arrow-vote-up.png);
}

.ie8 .video-icon,
.ie7 .video-icon {
    background-image: url(../img/ie8-icon-video.png);
}

.ie8 .ar-left,
.ie7 .ar-left {
    background-image: url(../img/ie8-carousel-arrow-left.png);
}

.ie8 .ar-right,
.ie7 .ar-right {
    background-image: url(../img/ie8-carousel-arrow-right.png);
}

.ie8 .polls-wrapper span.polls-arrow,
.ie7 .polls-wrapper span.polls-arrow {
    background-image: url(../img/ie8-arrow-more.png);
}

.ie8 .date-published,
.ie7 .date-published {
    background-image: url(../img/ie8-icon-calendar-article.png);
}

.ie8 .last-update,
.ie7 .last-update {
    background-image: url(../img/ie8-icon-update.png);
}

.ie8 .author,
.ie7 .author {
    background-image: url(../img/ie8-icon-author.png);
}

.ie8 .error-home,
.ie7 .error-home {
    background-image: url(../img/ie8-icon-home-white.png);
}

.ie8 .error-contact,
.ie7 .error-contact {
    background-image: url(../img/ie8-icon-contact.png);
}

.ie8 .error-page-input-wrapper input[type="submit"],
.ie7 .error-page-input-wrapper input[type="submit"] {
    background-image: url(../img/ie8-icon-search.png);
}

.ie8 .close-button,
.ie7 .close-button {
    background-image: url(../img/ie8-icon-close.png);
}

.ie7 .item-image-container img,
.ie7 .image-section.placeholder img,
.ie7 .dont-miss li a.image-section img,
.ie7 .small-entry .image-section img,
.ie7 .medium-entry .image-section img,
.ie7 .event-thumb img {
    position: static;
}

.ie7 .iframe-container {
    position: relative;
}

.ie7 .error-page-menu li {
    float: left;
    display: block;
}

.ie7 .user-area .arrow,
.ie8 .user-area .arrow {
    background-image: url(../img/ie8-user-bubble-arrow.png);
}

.ie7 #tabs ul li,
.ie8 #tabs ul li {
    background-image: url(../img/ie8-icon-tabs-not-active.png);
}

    .ie7 #tabs ul li.ui-tabs-active,
    .ie8 #tabs ul li.ui-tabs-active {
        background-image: url(../img/ie8-icon-tabs-active.png);
    }

.ie7 .category-select,
.ie8 .category-select {
    background-image: url(../img/ie8-icon-add.png);
}

.ie7 .dropdown-arrow,
.ie8 .dropdown-arrow {
    background-image: url(../img/ie8-arrow-down.png);
}

    .ie7 .dropdown-arrow.opened,
    .ie8 .dropdown-arrow.opened {
        background-image: url(../img/ie8-arrow-up.png);
    }

.ie7 .selected-category > a > .category-select,
.ie8 .selected-category > a > .category-select,
.ie7 p.selected-category .category-select,
.ie8 p.selected-category .category-select {
    background-image: url(../img/ie8-icon-remove.png);
}

.ie7 #tabs-rates > ul li,
.ie8 #tabs-rates > ul li {
    background-image: url(../img/ie8-icon-tabs-not-active-rates2.png);
}

    .ie7 #tabs-rates > ul li:first-child,
    .ie8 #tabs-rates > ul li:first-child {
        background-image: url(../img/ie8-icon-tabs-not-active-rates1.png);
    }

    .ie7 #tabs-rates > ul li.ui-tabs-active,
    .ie8 #tabs-rates > ul li.ui-tabs-active {
        background-image: url(../img/ie8-icon-tabs-active-rates2.png);
    }

        .ie7 #tabs-rates > ul li.ui-tabs-active:first-child,
        .ie8 #tabs-rates > ul li.ui-tabs-active:first-child {
            background-image: url(../img/ie8-icon-tabs-active-rates1.png);
        }

.ie7 #tabs-rates ul li a img.cover,
.ie8 #tabs-rates ul li a img.cover {
    display: none;
}

.ie7 #tabs-rates ul li a:hover img.cover,
.ie8 #tabs-rates ul li a:hover img.cover {
    display: block;
}

/************************************************************************/

/* My Home */

.my-home .article-icons li.favourite-empty a {
    display: block;
}

.my-home .article-icons li.favourite-full a {
    display: block;
}

.my-home .logout {
    display: block;
}

/***/

#disqus_thread a {
    color: #00548f !important;
    font-weight: 400 !important;
}

.at4-whatsnext .at-whatsnext-content-inner h6 {
    color: #5a5a5a !important;
}

.at4-whatsnext .at-whatsnext-content-inner a {
    color: #353535 !important;
}

    .at4-whatsnext .at-whatsnext-content-inner a:hover {
        color: #00548f !important;
    }

.inline_link {
    display: inline;
}

/***/

.morelink {
    text-decoration: underline;
    display: inline;
    color: #00548f;
    font-size: 11px;
}

.morecontent span {
    display: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #353535;
}

.comment-wrapper span.morecontent.opened {
    display: inline;
    margin-left: 0px;
}

.comment-wrapper span.moreellipses:first-child {
    margin-left: 0px;
    margin-right: 0px;
}

.comment-wrapper span.hidenContent:first-child {
    margin-left: 0px;
    margin-right: 0px;
}

/***/

/* addthis share homepage */

.article-icons .addthis_counter .atc_s, .dont-miss .addthis_counter .addthis_button_expanded,
.dont-miss .share .addthis_counter,
.article-icons .share .addthis_counter,
.article-icons li.share a, a.share {
    background-image: none !important;
}

.addthis_button {
    height: 14px !important;
    display: table;
    vertical-align: middle;
}

.dont-miss .addthis_counter.addthis_pill_style a.addthis_button_expanded,
.dont-miss .addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded,
.article-icons .addthis_counter.addthis_pill_style a.addthis_button_expanded,
.article-icons .addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded,
.article-icons .share .addthis_counter,
.dont-miss .share .addthis_counter,
.article-icons .animated,
.dont-miss .animated {
    display: none !important;
}

.article-icons li img, .dont-miss li img {
    display: inline;
    float: left;
}

.article-icons li.share a, a.share {
    padding-left: 0px;
    margin-left: 0px;
}

.article-icons li .addthis_button span,
.dont-miss li .addthis_button span {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

/***/

#at4m-dock {
    -webkit-transform: scale(1);
}

#at4-follow {
    right: 50% !important;
    margin-right: -510px !important;
}




/* CSS for extra Home page templates  start here*/
aside.col-1 div[id$="_thread"] {
    max-height: 626px;
    overflow: auto;
    margin-top: 10px;
    width: 104%;
    background-color: #CBDCF2;
}

/* Custom scrollbar */
/* ::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: 0px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #383838;
    opacity: 0.8;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #383838;
    } */

@media screen and (min-width: 960px) {
    .content-template-1 .col-2 article, .content-template-1 .col-3 article {
        margin-left: 10px;
    }

    .content-template-1 aside.col-1 article {
        margin: 0;
        width: 93%;
        position: relative;
    }

        .content-template-1 aside.col-1 article p {
            height: auto;
        }

        .content-template-1 aside.col-1 article img {
            width: 93%;
            left: 0;
            right: auto;
        }
}

@media screen and (max-width: 960px) {
    .content-template-1 iframe {
        margin: 10px;
        width: 97%;
    }

    .content-template-1 .no-margin p {
        margin-left: 10px;
    }

    .content-template-1 aside.col-1 article {
        margin: 0;
        width: 100%;
        position: relative;
        margin-top: 20px;
    }

        .content-template-1 aside.col-1 article img {
            width: 100%;
            left: 0;
            right: auto;
        }
}

.content-template-1 h3, .content-template-1 h3 a {
    font-size: 22px;
    line-height: 26px;
    height: auto;
    overflow: hidden;
    color: #990707;
}

.no-margin {
    margin: 0;
}

.content-template-1 {
    background-color: #ECF3FC;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.55);
}

    .content-template-1 h1, .content-template-1 h1 a {
        width: 100%;
        background-color: #00548F;
        color: #fff!important;
        padding: 6px;
    }

        .content-template-1 h1 span {
            padding: 3px 10px;
        }

    .content-template-1 .entry-wrapper h1 {
        color: #3c3b3b;
        background-color: transparent;
    }

#status_bar {
    background-color: rgb(0, 84, 143)!important;
}

/* CSS for extra Home page templates ends here*/

/* START: iFrame */

/*
#jim-inner-page{
	height:2242px;
}*/

#jhc span.jobtype {
    font-size: 12px;
}

#jhc span.joblevel {
    font-size: 12px;
}


#jhc .jobs-home-container {
    display: inline-block;
    /*height: 500px;*/
}

#jhc .iframe-container.jobs-container iframe {
    height: 290px!important;
}


#jhc .footer-small-box {
    width: 100px;
    display: block;
    float: left;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
}


/* Track */

#jhc > div > iframe::-webkit-scrollbar {
    width: 6px;
}

#jhc > div > iframe::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
#jhc > div > iframe::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 30px;
    background: rgb(199, 199, 199);
    box-shadow: none;
    border: 0;
}

    #jhc > div > iframe::-webkit-scrollbar-thumb:window-inactive {
        background: rgb(199, 199, 199);
    }

#jhc img.footer-icon {
    padding-left: 34px;
    padding-bottom: 2px;
}

#jhc .footer-all-jobs {
    border-top: 5px solid #20aeaf;
    background-color: #33cbcc;
}

#jhc .footer-post-a-job {
    border-top: 5px solid #6eb056;
    background-color: #90ce7b;
}

#jhc .footer-job-alerts {
    border-top: 5px solid #d48e44;
    background-color: #ef9638;
}


#jhc a.footer-small-box {
    padding: 6px 0;
}

/* Let's get this party started */
#jhc ::-webkit-scrollbar {
    width: 12px;
}


@media only screen and (max-width : 480px) {
    #jhc .jobs-in-malta-iframe {
        height: 1434px;
    }
}
/* END: iFrame */
