﻿:root {
    --blue: #1e90ff;
    --white: #fff;
    --red: #da1414;
    --black: #000;
    --grey: #e0e0e0;
    --darkgrey: #4c4a4a;
    --lightgrey: #a6a1a1;
    --charcoal: #333;
    --smoke: #ddd;
    --green: #00ff21;
    --blue: #007bb7;
    --aqua: #00ffff;
    --orange: #F56505;
}

body {
    background-color: var(--white) !important;
    font-family: Asap !important;
    font-size: 1em;
}

@font-face {
    font-family: Asap;
    src: url('/css/Asap.css');
    font-weight: normal;
}

/* #region Web Slider Menu styles */

body > div.wsmenucontainer.clearfix > div > div > div > div > div.col-lg-17.no-divider-bot-on-resize.top-padding-on-resize > div.row.article_content > div > div.article-content-wrapper.text-align > ul > li > span > a {
    color: var(--red);
}

body > div.wsmenucontainer.clearfix > div > div > div > div > div.col-lg-17.no-divider-bot-on-resize.top-padding-on-resize > div.row.article_content > div > div.article-content-wrapper.text-align > ul > li > a {
    color: var(--red);
}

body > div.wsmenucontainer.clearfix > div:nth-child(6) > div > div > div > div.col-lg-17.no-divider-bot-on-resize.top-padding-on-resize > div:nth-child(2) > div > div.article-content-wrapper.text-align > ul > li:nth-child(1) > div > span > a {
    color: var(--red);
}

body > div.wsmenucontainer.clearfix > div > div > div > div > div.col-lg-17.no-divider-bot-on-resize.top-padding-on-resize > div.row.article_content > div > div.article-content-wrapper.text-align > ul > li > span > a {
    color: var(--red)
}

body > div.wsmenucontainer.clearfix > div > div > div > div > div.col-lg-17.no-divider-bot-on-resize.top-padding-on-resize > div.row.article_content > div > div.article-content-wrapper.text-align > ul > li > a {
    color: var(--red)
}

/* #endregion */

/* #region Ad-Manager styles */

#Desktop_HP_LB1, #Desktop_HP_LB2, #Desktop_Cat_LB1, #Desktop_Cat_LB2, #Desktop_Art_LB1, #Desktop_Art_LB2 {
    min-height: 102px;
}

#Mobile_HP_LB1, #Mobile_Cat_LB1, #Mobile_Art_LB1 {
    min-height: 62px;
}

#Desktop_HP_MPU1, #Desktop_HP_MPU2, #Desktop_Cat_MPU1, #Desktop_Cat_MPU2, #Desktop_Art_MPU1, #Desktop_Art_MPU2,
#Mobile_HP_MPU1, #Mobile_HP_MPU2, #Mobile_Cat_MPU1, #Mobile_Cat_MPU2, #Mobile_Art_MPU1, #Mobile_Art_MPU2 {
    min-height: 262px;
}

#Desktop_HP_Halfpage, #Desktop_Cat_Halfpage, #Desktop_Art_Halfpage, #Mobile_HP_Halfpage, #Mobile_Cat_Halfpage, #Mobile_Art_Halfpage {
    min-height: 612px;
}

/* #endregion */

/* #region General Color styles */

.red-background {
    background: var(--red) !important;
}

.black-background {
    background: var(--black) !important;
}

.darkgrey-background {
    background: var(--darkgrey) !important;
}

.charcoal-background {
    background: var(--charcoal) !important;
}

.green-background {
    background-color: var(--green) !important;
}

.blue-background {
    background-color: var(--blue) !important;
}

.aqua-background {
    background-color: var(--aqua) !important;
}

.orange-background {
    background-color: var(--orange) !important;
}

.grey-background {
    background-color: var(--grey) !important;
}

.white-background {
    background-color: var(--white) !important;
}

.text-white {
    color: var(--white) !important;
}

/* #endregion */

/* #region Article(s) & General Listing Page styles */
.top_story_image {
    aspect-ratio: 1.45;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 347px !important;
}

.homepage_Article_Height {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 246px;
}

.youtube_video_img {
    aspect-ratio: 1.33;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery_img {
    aspect-ratio: 1.66;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.article_feat_image {
    aspect-ratio: 1.14;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 214px !important;
}

.article_image {
    /*aspect-ratio: 1.14;*/
    width: 100%;
    height: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery_feat_image {
    aspect-ratio: 1.37;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 268px !important;
}

.gallery_album_image {
    aspect-ratio: 1.46;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 180px !important;
}

.feat_image {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 240px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .article_feat_image {
        width: 100% !important;
        height: 100% !important;
    }
    .gallery_feat_image {
        height: 100% !important;
    }
}

@media (max-width: 768px) and (min-width: 0px) {
    .article_feat_image {
        aspect-ratio: 2;
        height: 93px !important;
    }

        .article_feat_image.local_heroes {
            aspect-ratio: 1;
            height: 267px !important;
        }

    .top_story_image {
        aspect-ratio: 1 !important;
        height: 93px !important;
    }

    .gallery_feat_image {
        aspect-ratio: 1.37;
        height: 210px !important;
    }

    .feat_image {
        aspect-ratio: 1;
        width: 300px !important;
        height: 100% !important;
    }
}

.content-overlay {
    position: absolute;
    top: 70%;
    padding: 15px;
    color: var(--white);
    margin-bottom: 3px;
}

.gal-content-overlay {
    position: absolute;
    top: 43%;
    padding: 15px;
    color: var(--white);
}

.img-border-shadow {
    border: .5px solid var(--lightgrey);
    box-shadow: 0px 1px 3px 1px rgba(128, 128, 128, 0.62);
}

.wrapper {
    display: inline-block;
    position: relative;
}

    .wrapper .overlay-news {
        position: absolute;
        bottom: 0;
        width: 100%;
        min-height: 76px;
        background-color: rgba(0,0,0,.7);
        color: var(--white);
        padding: 7px;
        padding-bottom: 2px;
    }

    .wrapper a {
        color: var(--white);
        text-decoration: none;
        font-size: 16px;
    }

        .wrapper a:hover {
            color: var(--white);
            text-decoration: none;
        }

a.article-link {
    color: inherit;
    text-decoration: none;
}

    a.article-link:hover, a.article-link:focus {
        color: inherit;
        text-decoration: none;
    }

.font-small {
    font-size: 0.8em;
}

.article-line-on-md-lg {
    padding-top: 2px;
    min-height: 87px;
    border-bottom: solid var(--grey) 1px;
    max-height: 87px;
    overflow: hidden;
}

.article-line {
    padding-bottom: 10px;
    min-height: 89px;
    border-bottom: solid var(--grey) 1px;
    max-height: 104px;
    overflow: hidden;
}

.img-textover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .img-textover > h5 > span {
        color: white;
        padding: 9px;
        background-color: #da1414;
    }

.flexbox {
    display: flex;
    overflow: hidden;
}

    .flexbox .coll {
        flex: 1;
    }

.coll-nest {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.bottom {
    position: absolute;
    bottom: 0;
}

.mobile-innerArticleHeading {
    color: black;
    left: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 75px;
    padding: 0 5px;
    /* text-align: center; */
    /* vertical-align: middle; */
    -webkit-transition-duration: 0.30s;
    -moz-transition-duration: 0.30s;
    -ms-transition-duration: 0.30s;
    -o-transition-duration: 0.30s;
    transition-duration: 0.30s;
}

.SubArticleHeadingFont {
    font-size: 20px;
}

.article-divider {
    border-color: var(--darkgrey);
    margin: 5px 16px 10px;
}

.resize-content-wrapper {
    padding-bottom: 6px;
}

.pagenation-center {
    margin-left: auto !important;
    display: table;
    margin-right: auto !important;
}

.home-readMore:hover {
    color: #da1414;
}

.article-content {
    text-align: justify;
}

.articleTeaser {
    position: relative;
    color: var(--charcoal);
    height: 100px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.padding-right-switch {
    padding-right: 0px !important;
}

.latest-top-wrapper {
    position: relative;
}

    .latest-top-wrapper .half-circle-left-top-label {
        height: auto;
        -moz-border-radius: 90px 0 0 90px;
        -webkit-border-radius: 90px 0 0 90px;
        border-radius: 90px 0 0 90px;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        padding: 0px 150px 0 25px;
        text-align: left;
        text-decoration: none;
        cursor: pointer;
        color: var(--white);
        background-color: var(--red);
        font-size: 30px !important;
        text-transform: uppercase;
        font-family: Asap !important;
        font-weight: bold;
    }

.large-article {
    padding: 0;
    height: 347px;
    overflow: hidden;
}

.popout {
    width: 100%;
    -webkit-transition-duration: 0.60s;
    -moz-transition-duration: 0.60s;
    -ms-transition-duration: 0.60s;
    -o-transition-duration: 0.60s;
    transition-duration: 0.60s;
}

.popoutActive {
    width: 120%;
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
    -webkit-transition-duration: 0.60s;
    -moz-transition-duration: 0.60s;
    -ms-transition-duration: 0.60s;
    -o-transition-duration: 0.60s;
    transition-duration: 0.60s;
}

div.large-article:hover a img.popout {
    width: 120%;
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
    -webkit-transition-duration: 0.60s;
    -moz-transition-duration: 0.60s;
    -ms-transition-duration: 0.60s;
    -o-transition-duration: 0.60s;
    transition-duration: 0.60s;
}

div.wrapper:hover a img.popout {
    width: 120%;
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
    -webkit-transition-duration: 0.60s;
    -moz-transition-duration: 0.60s;
    -ms-transition-duration: 0.60s;
    -o-transition-duration: 0.60s;
    transition-duration: 0.60s;
}

.latest-content-heading {
    z-index: 1;
}

.latest-content-featured-info {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.latest-content-featured-heading,
.latest-content-featured-desc {
    position: relative;
}

.teaser_container {
    font-style: italic;
}

.teaser_container_inner {
    border-bottom: 1px solid var(--grey);
    font-family: Arial !important;
}

.date_author_container {
    font-family: Arial !important;
}

.article-caption {
    max-width: 400px;
    min-height: 15px;
    background-color: rgba(76,74,74,1);
    padding: 10px;
    color: var(--white);
    font-family: Arial;
}

.article-content-wrapper {
    font-size: 15px;
    font-family: Arial;
}

.neg_margin_top_13 {
    margin-top: -13px;
}

.heading {
    margin-top: 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #E0E0E0;
}

.latest-content-section-list {
    overflow: auto;
    scroll-behavior: unset;
    padding-right: 20px !important;
    background: var(--white);
    height: 347px !important;
}

.latest-content-section-list::-webkit-scrollbar {
    width: 10px;
    margin-right: 15px;
}

    .latest-content-section-list::-webkit-scrollbar-track {
        background: var(--grey);
    }

    .latest-content-section-list::-webkit-scrollbar-thumb {
        background: var(--lightgrey);
        border-radius: 0px;
    }

        .latest-content-section-list::-webkit-scrollbar-thumb:hover {
            background: var(--lightgrey);
        }

.whatsOnImg {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 200px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .latest-content-section-list {
        padding-right: 30px !important;
    }
}

@media screen and (max-width: 1199px) {
    .sidebar-desktop {
        display: none;
    }

    .desktop-resize {
        display: none;
    }
}

@media screen and (min-width: 592px) {
    .article_Feature_image_width {
        max-width: 400px;
    }
}

@media only screen and (max-width : 1440px) {
    .article-line {
        padding-top: 4px;
        max-height: 89px;
    }
}

@media (max-width: 1199px) {
    .article-line {
        padding-bottom: 5px;
    }

    .articleTeaser {
        height: 112px;
    }
}

@media only screen and (max-width : 1024px) {
    .article-line {
        padding-top: 11px;
        max-height: 112px;
    }
}

@media only screen and (max-width : 768px) {
    .article-line {
        padding-bottom: 15px;
        min-height: 0px;
        border-bottom: solid #333 1px;
    }

    .img-textover {
        top: -5px;
        left: 15px;
    }

    .articleTeaser {
        display: none;
    }

    .padding-right-switch {
        padding-right: 15px !important;
    }

    .article-content-wrapper {
        font-size: 16px;
    }

    .whatsOnImg {
        height: 100px !important;
    }
}

@media only screen and (max-width : 768px) {
    .article-line {
        padding-bottom: 15px;
        min-height: 0px;
        border-bottom: solid #333 1px;
    }
}

@media only screen and (max-width : 425px) {
    .latest-top-wrapper .half-circle-left-top-label {
        padding: 0 45px 0 25px;
        font-size: 21px !important;
    }

    .SubArticleHeadingFont {
        font-size: 17px;
    }
}

/* #endregion */

/* #region Latest Article | Top Stories Section styles */

.leftarrow {
    border: solid 19px transparent;
    border-right-color: var(--lightgrey);
    z-index: 8;
    position: absolute;
    left: -38px;
    display: none;
    margin-top: -1.5px;
}

.topStories {
    color: var(--charcoal);
    border: var(--lightgrey) solid 1px;
}

    .topStories:first-child {
        color: var(--white);
        background-color: var(--darkgrey);
    }

    .topStories:hover {
        color: var(--white);
        background-color: var(--darkgrey);
        border-right: 1px solid var(--darkgrey);
    }

        .topStories:hover .leftarrow {
            display: block;
        }

/* #endregion */

.marquee {
    overflow: hidden;
    position: relative;
    min-height: 50px;
}

    .marquee iframe {
        width: 100% !important;
        min-width: 320px;
    }

span > a {
    color: red;
}

li > a {
    color: red;
}

.tabloader-container {
    width: 100%;
    height: 300px;
    position: relative;
}

.tabloader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loadingoverlay {
    z-index: 1 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Asap !important;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-18 {
    font-size: 18px;
}

p a {
    color: #da1414 !important;
}

.mb-0 {
    margin-bottom: 0;
}

td a {
    color: #da1414 !important;
}

.dd-font-size {
    font-size: 16px !important;
}

.gmaps-position {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

blockquote {
    padding: 0 20px 0;
    margin: 0 0 0 40px;
    font-size: 19px;
    border-left: 5px solid #ff0000 !important;
    font-weight: bold;
    font-family: Asap #333;
}

.gray-block-heading {
    background: #525252;
    color: #fff;
    padding: 10px;
}

.heading-inline {
    display: inline;
}

.dark-gray-background {
    background-color: #525252;
}

.contact-us-gray {
    background-color: #a8a8a8;
}

.post-header {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 80%;
    background-color: #0d1217;
    display: table;
    position: relative;
    padding: 20px;
    z-index: 9;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

    .post-header:after {
        display: block;
        content: '';
        position: absolute;
        left: -10px;
        right: -10px;
        bottom: -10px;
        pointer-events: none;
        top: -10px;
        border: 5px solid #0d1217;
    }

.padding-10 {
    padding: 10px;
}

.padding-LR-1 {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

.padding-LR-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.margin-LR-2 {
    margin-left: 2px;
    margin-right: 2px;
}

.nav.nav-center {
    margin: 0 !important;
    float: none !important;
}

.navbar {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.navbar-inner {
    text-align: center !important;
}

.shadow-bottom {
    -webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666;
}

.header-image {
    margin-top: -40px;
}

.center-image {
    display: table !important;
    margin: 0 auto;
}

.social-box {
    background-color: #525252;
    padding: 5px !important;
}

.competition-banner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.text-size-24 {
    font-size: 24px;
}

.divider-left-5 {
    margin-left: 5px;
}

.divider-left-10 {
    margin-left: 10px;
}

.divider-left-15 {
    margin-left: 15px;
}

.divider-left-20 {
    margin-left: 20px;
}

.divider-left-25 {
    margin-left: 25px;
}

.divider-top-4 {
    margin-top: 4px;
}

.divider-top-5 {
    margin-top: 5px;
}

.divider-top-10 {
    margin-top: 10px;
}

.divider-top-12 {
    margin-top: 12px;
}

.divider-top-15 {
    margin-top: 15px;
}

.divider-top-20 {
    margin-top: 20px;
}

.divider-top-20-footer {
    margin-top: 20px;
}

.divider-top-25 {
    margin-top: 25px;
}

.divider-top-30 {
    margin-top: 30px;
}

.divider-top-90 {
    margin-top: 90px;
}

.divider-top-topstory-32 {
    margin-top: 32px;
}

.divider-top-minus-7 {
    margin-top: -7px !important;
}

.divider-top-2 {
    margin-top: 2px !important;
}

.margin-15 {
    margin: 15px 0;
}

.divider-bottom-5 {
    margin-bottom: 5px;
}

.divider-bottom-7 {
    margin-bottom: 7px;
}

.divider-bottom-10 {
    margin-bottom: 10px;
}

.divider-bottom-minus-20 {
    margin-bottom: -20px;
}

.divider-bottom-14 {
    margin-bottom: 14px;
}

.divider-bottom-15 {
    margin-bottom: 15px;
}

.divider-bottom-20 {
    margin-bottom: 20px;
}

.divider-bottom-20-import {
    margin-bottom: 20px !important;
}

.divider-bottom-25 {
    margin-bottom: 25px;
}

.divider-bottom-26 {
    margin-bottom: 26px;
}

.divider-bottom-27 {
    margin-bottom: 27px;
}

.copyright-container {
    padding: 5px 0px;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.no-gutter {
    padding: 0px !important;
}

.no-gutter-left {
    padding-left: 0px !important;
}

.no-gutter-right {
    padding-right: 0px !important;
}

.no-gutter-top {
    padding-top: 0px !important;
}

.no-gutter-bottom {
    padding-bottom: 0px !important;
}

.gutter-left-5 {
    padding-left: 5px !important;
}

.padding_left_3 {
    padding-left: 3px !important;
}

.padding_right_3 {
    padding-right: 3px !important;
}

.padding_top_3 {
    padding-top: 3px !important;
}

.padding_bottom_3 {
    padding-bottom: 3px !important;
}

.padding_tb_3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.padding_lr_3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.top-story-divider {
    margin: 4px 0;
}

.dark-overlay {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.title-overlay {
    position: absolute;
    top: 44%;
    padding: 15px;
    color: #FFF;
}

.gal-title-overlay {
    position: absolute;
    top: 11%;
    padding: 15px;
    color: #FFF;
}

.top-minus-60 {
    top: -60px;
    position: relative;
}

.top-minus-67 {
    top: -67px;
    position: relative;
}

.top-minus-40 {
    top: -40px;
    position: relative;
}

.top-minus-20 {
    top: -20px;
    position: relative;
}

.block-overlay {
    position: relative;
    top: -70px;
}

.top-story-image {
    min-height: 347px;
}

.block-heading.divider-bottom-15.divider-top-20 > h2 {
    font-weight: bold;
}

.padding-col-10 {
    padding: 0 10px !important;
}

.padding-col-right-5 {
    padding-right: 5px !important;
}

.padding-col-left-5 {
    padding-left: 5px !important;
}

/*style start at 320 min height; will change with media queries accordingly*/
.min-height-start-400 {
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
}

.min-height-start-450 {
    min-height: 450px;
    max-height: 450px;
    overflow: hidden;
}

.min-height-start-330 {
    min-height: 330px;
    max-height: 330px;
    overflow: hidden;
}

.min-height-48 {
    min-height: 42px;
    max-height: 48px;
    overflow: hidden;
}

.min-height-50 {
    min-height: 42px;
    max-height: 50px;
    overflow: hidden;
}

.half-circle-right {
    height: 26px;
    min-width: 30px;
    border-radius: 0 90px 90px 0;
    -moz-border-radius: 0 90px 90px 0;
    -webkit-border-radius: 0 90px 90px 0;
    float: left;
    margin-left: 0;
    display: block;
    /*padding: 2px;*/
    text-align: center;
}

.half-circle-left-button {
    height: 26px;
    border-radius: 90px 0 0 90px;
    -moz-border-radius: 90px 0 0 90px;
    -webkit-border-radius: 90px 0 0 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    padding: 4px 5px 0px 15px;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}

    .half-circle-left-button:hover {
        text-decoration: none !important;
        cursor: pointer !important;
        color: #FFF !important;
    }

.half-circle-right-button {
    height: 26px;
    border-radius: 0 90px 90px 0;
    -moz-border-radius: 0 90px 90px 0;
    -webkit-border-radius: 0 90px 90px 0;
    display: inline-block;
    padding: 4px 5px 0px 15px;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}

    .half-circle-right-button:hover {
        text-decoration: none !important;
        cursor: pointer !important;
        color: #FFF !important;
    }

.pdr-0-pdl-5 {
    padding: 0 5px 0 0;
}

.view-more {
    padding: 10px 0;
    border-bottom: 1px solid;
}

.view-more-text, .view-more-text:link {
    cursor: pointer;
    color: #4c4a4a;
    font-size: 1.4em;
    text-decoration: none;
}

.half-circle-right-button {
    height: 26px;
    -moz-border-radius: 0 90px 90px 0;
    -webkit-border-radius: 0 90px 90px 0;
    border-radius: 0 90px 90px 0;
    display: inline-block;
    padding: 4px 5px 0 15px;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}

    .half-circle-right-button.grey-background.pull-right.national-news {
        height: auto;
        padding-right: 15px;
        padding-bottom: 5px;
        width: 20%;
        font-size: 22px;
    }

    .half-circle-right-button.grey-background.pull-right.sports-news {
        height: auto;
        padding-right: 15px;
        padding-bottom: 5px;
        width: 70%;
        font-size: 22px;
    }

    .half-circle-right-button.grey-background.pull-right.lifestyle-news {
        height: auto;
        padding-right: 15px;
        padding-bottom: 5px;
        width: 65%;
        font-size: 22px;
    }

    .half-circle-right-button.grey-background.pull-right.art_ent-news {
        height: auto;
        padding-right: 15px;
        padding-bottom: 5px;
        width: 40%;
        font-size: 22px;
    }

.border-bottom-grey {
    border-bottom: #c5c5c5;
    min-height: 1px;
}

.half-circle-right-button:hover {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #FFF !important;
}

.half-circle-right-button.red-readmore {
    height: 26px;
    -moz-border-radius: 0 90px 90px 0;
    -webkit-border-radius: 0 90px 90px 0;
    border-radius: 0 90px 90px 0;
    display: inline-block;
    padding: 4px 15px 0 5px;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
}

    .half-circle-right-button.red-readmore.red-background {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .half-circle-right-button.red-readmore.readmore-top.red-background {
        position: absolute;
        top: 0;
        left: 0;
    }

.article-image-wrapper {
    position: relative;
    border-bottom: solid #333 1px;
}

.min-height-menu {
    min-height: 164px;
}

.wrapper-sportnews-listing {
    position: relative;
    padding-bottom: 24px;
    padding: 0 0 25px 0;
    min-height: 240px;
    max-height: 240px;
}

.wrapper-sportnews {
    position: relative;
    padding-bottom: 24px;
    padding: 0 0 25px 0;
    min-height: 460px;
    max-height: 460px;
}

.wrapper-life-art {
    position: relative;
    padding-bottom: 24px;
    padding: 0 0 15px 0;
}

.content-sport-news-wrap {
    padding: 0 10px;
    background-color: #FFF;
}


.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-right-10 {
    padding: 0 10px;
}

.padding-right-left-2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.red-heading {
    color: #da1414;
}

.padding-lrb-10 {
    padding: 0 10px 10px 10px;
}

.matchmaker-background {
    background-color: #bfe3ff;
}

.mar-0 {
    margin: 0 !important;
}

.voting-poll-half-circle-right {
    height: 26px;
    min-width: 30px;
    -moz-border-radius: 0 90px 90px 0;
    -webkit-border-radius: 0 90px 90px 0;
    border-radius: 0 90px 90px 0;
    display: block;
    padding: 7px 0;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.block-heading.divider-bottom-15.divider-top-20 {
    text-transform: capitalize;
}

.red-block {
    background: #4c4a4a;
    color: #fff;
    padding: 10px;
    margin-top: 0;
}

.abolute-bottom-align {
    position: absolute;
    bottom: 13px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-top {
    margin-top: 0;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5-bottom-15 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.margin-top-10px {
    margin-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 15px;
}

.padding-bottom-3 {
    padding-bottom: 3px;
}

.padding-top-2 {
    padding-top: 2px !important;
}

.padding-top-3 {
    padding-top: 3px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-14 {
    font-size: 14px;
}

.heading-border {
    border-color: #c5c5c5;
    width: 90%;
    margin: -1px 0 0 0;
}

.voting-poll-amount {
    color: #FFF;
    font-size: 20px;
}

a.back-to-top {
    display: none;
    width: 75px;
    height: 75px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    /*right: 120px;
    bottom: 60px;*/
    right: 20px;
    bottom: 60px;
    background-image: url('../images/scrolltop.png');
}

.gutter-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.gutter-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.gutter-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.rounded_left_corner {
    border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -webkit-border-radius: 50px 0 0 50px;
}

/* WEATHER WIDGET */
.weather_main {
    border-radius: 50px 0 0 0;
    -moz-border-radius: 50px 0 0;
    -webkit-border-radius: 50px 0 0 0;
}

.weather_holder {
    position: relative;
    padding-top: 2px;
    padding-bottom: 5px;
    border-radius: 50px 0 0 50px;
    z-index: 3;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow: 4px -3px 10px -5px rgba(50,50,50,.75);
    -moz-box-shadow: 4px -3px 10px -5px rgba(50,50,50,.75);
    box-shadow: 4px -3px 10px -5px rgba(50,50,50,.75);
}

    .weather_holder .weather_img {
        float: left;
        width: 22%;
        margin-left: 3%;
        margin-top: 9px;
    }

        .weather_holder .weather_img img {
            width: 100%;
            border-radius: 50px;
            display: block;
        }

.weather_content {
    float: left;
    width: 75%;
    margin-top: 11px;
}

    .weather_content h1 {
        float: left;
        margin: 0;
        line-height: 30px;
        font-size: 30px;
        text-transform: uppercase;
    }

    .weather_content p.celcius {
        float: right;
        margin: 0;
        padding-right: 10%;
        color: #da1414;
        font-size: 29px;
        line-height: 29px;
    }

    .weather_content p.weather_text {
        clear: both;
        margin: 0;
        margin-left: 2%;
        width: 95%;
        padding-top: 3px;
        font-size: 12px;
        line-height: 18px;
    }

.weather_tomorrow_holder {
    clear: both;
    border-radius: 0 0 0 50px;
    -moz-border-radius: 0 0 0 50px;
    -webkit-border-radius: 0 0 0 50px;
    width: 95%;
    float: right;
    padding-top: 13px;
    padding-bottom: 6px;
    margin-top: -10px;
    position: relative;
    z-index: 2;
    background: #da1414;
    color: #fff;
}

    .weather_tomorrow_holder p {
        float: left;
        margin: 0;
        padding-left: 10%;
        color: #fff;
    }

    .weather_tomorrow_holder a {
        display: inline-block;
        position: relative;
        top: -3px;
        color: #fff;
    }

#article_heading {
/*    margin-top: -13px !important;
    padding: 0;*/
}


.addmargin {
    margin-left: 420px !important;
}

.entertainment_image_height {
    min-height: 208px;
}

.article_image_Width, .homepageImageWidth {
    width: 100%;
}

/* STICKY FOOTER SOCIAL MOBILE */
@media screen and (max-width: 991px) and (min-width: 0px) {
    .sticky-social-footer {
        display: block !important;
    }
}

.sticky-social-footer {
    display: none;
    position: fixed;
    z-index: 99 !important;
}

.sticky-social-footer-icons {
    margin-left: auto;
    margin-right: auto;
    display: table
}

.footer-social-icon {
    float: left;
}

.footer-weather-widget {
    float: left;
    margin-left: -7px;
    margin-top: -13px;
    width: 100px;
    height: 50px;
}

.celcius-sticky-footer {
    color: #fff !important;
    font-size: 22px;
    margin-top: 14px;
    margin-left: -6px;
}

.footer-weather-image-sticky {
    height: 60px;
    padding-top: 4px;
}

.sticky-social-footer-dismiss {
    position: absolute;
    top: 3px;
    right: 10px;
}
/* CONNECT WITH US */
ul.social-network {
    list-style: none;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

.social-network a.Rss {
    background-color: #F56505;
    color: #fff;
}

.social-network a.Facebook {
    background-color: #3B5998;
    color: #fff;
}

.social-network a.Twitter {
    background-color: #33ccff;
    color: #fff;
}

.social-network a.Youtube {
    background-color: #D9111E;
    color: #fff;
}

.social-network a.Vimeo {
    background-color: #0590B8;
    color: #fff;
}

.social-network a.Linkedin {
    background-color: #007bb7;
    color: #fff;
}

.social-network a.Instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
}

.social-box {
    padding: 15px 0px;
}

.social-network a.Youtube {
    font-size: 24px;
}

.social-network a.socialMediaIcons {
    background: #fff;
    color: #525252;
    border-radius: 25px;
}

@Media (max-width: 1200px) {
    .resized-height {
        height: 40px;
    }
}

/* Styles for the social box in the Articlecontentwidget */
.article-widget-context a.socialMediaIcons {
    background-color: #f0f0f0; /* Example specific background */
    color: #ffffff; /* Example specific color */
}

/* Platform-specific styles (optional for Articlecontentwidget) */
.article-widget-context a.Facebook {
    background-color: #106aff;
}

.article-widget-context a.Youtube {
    background-color: #fe0808;
}

a {
    background-color: #D3D3D3;
}

/* VOTING POLL */
.voting_holder p#poll_question {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
}

.voting_results_holder > div > div > span.amount {
    font-family: Asap;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
}

.voting_holder p#poll_question {
    color: #da1414;
}

.voting_holder {
    padding: 0;
    padding: 10px;
    position: relative;
    z-index: 2;
    background: #fff;
}

    .voting_holder h1 {
        position: relative;
        padding-left: 0;
        font-size: 36px;
        line-height: 38px;
    }

    .voting_holder p#poll_question {
    }

.voting_results_holder {
    padding-top: 9px;
}

    .voting_results_holder > div {
        clear: both;
    }

        .voting_results_holder > div > img {
            float: left;
            width: 30%;
            position: relative;
            z-index: 2;
            margin-top: 5px;
        }

            .voting_results_holder > div > img:hover {
                cursor: pointer;
            }

        .voting_results_holder > div > div {
            float: left;
            width: 70%;
            margin-left: -3%;
            margin-top: 28px;
            position: relative;
            z-index: 1;
        }

            .voting_results_holder > div > div > span.amount {
                display: block;
                float: left;
                padding-top: 6px;
                padding-bottom: 5px;
                position: relative;
                z-index: 2;
                padding-left: 3%;
            }

.voting_text {
    clear: both;
    border-top: 3px solid;
    padding-top: 14px;
    padding-bottom: 13px;
    width: 108%;
    margin-top: 10px;
    left: -8%;
    position: relative;
    border-top-color: #e0e0e0;
}

    .voting_text p {
        line-height: 19px;
        font-size: 15px;
        width: 90%;
        margin: 0 auto;
        line-height: 19px;
        font-size: 15px;
    }
/* SHAREBAR */
.ShareBar {
    width: 606px;
    margin: 10px 0px -10px -10px;
    overflow: hidden;
    padding: 10px 0px 5px 10px;
    background-color: rgba(190, 190, 190, 0.2);
}

.ShareBarExtendedIcons {
    float: right;
    overflow: hidden;
}

.ShareBarEmail {
    float: left;
    margin-left: 2px;
}

.ShareBarPrint {
    float: left;
    margin-left: 4px;
}

.ShareBarWidgetContainer {
    float: right;
    overflow: hidden;
    width: 180px;
    position: relative;
}

.ShareBarShareThis {
    background-image: url('../images/shareThis.png');
    width: 150px;
    height: 45px;
    float: right;
    margin-right: -25px;
    margin-top: -14px;
}
/* NEWS SCROLLER */

.class1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.class2 {
    width: auto !important;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-slow {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-slow {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0 !important;
    }

.tab-pane {
    padding: 15px 0 !important;
}

.tab-content {
    padding: 0;
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;*/
}
/* EDEN MATCHMAKER */
.sBox {
    font-family: Asap;
    font-size: 11px;
    color: #333333;
}

.boxOuterDiv {
    margin-top: 10px;
}

.boxOuter {
    /*background: #082276;*/
    background: #bfe3ff;
}

.boxInner {
    background: #bfe3ff;
    font-family: Asap;
    font-size: 10px;
    height: 300px;
}

.loggedInUser {
    font-weight: bold;
}

.boxHeader, .prfNavHead {
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 3px 0;
    /*border-bottom: #082276 1px solid;
    background-color: #bfe3ff;*/
}

.boxHeader {
    font-size: 11px;
    margin-bottom: 3px;
}

.srchCountry {
    font-size: 13px;
}

.hpQsrch {
    background-color: #ffffff;
    font-family: Asap;
    font-size: 11px;
}

.img-circle {
    border-radius: 100%;
}

.form-group > .control-label {
    font-size: 11px;
}

.eden-to-text {
    font-size: 12px;
}

.edenm .form-control {
    height: 29px;
    padding: 6px 12px;
    font-size: 12px;
}

.btn-red {
    color: #fff;
    background-color: #da1414;
    border-color: #da1414;
}

.min-heiht-100 {
    min-height: 100px !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-16 {
    padding-top: 16px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-1-5 {
    padding-top: 1.5px;
}

.no-decor {
    text-decoration: none;
}

a.no-decor.red-heading:hover {
    color: #da1414;
    text-decoration: none;
}
/* CONTACT US ACCORDION */
.margin-5-10 {
    margin: 5px 0 10px 0;
}

.hr-row hr {
    /*margin-top: 5px;
	margin-bottom: 10px;*/
    border: 0;
    border-top: 2px solid #CCC;
}

.contact-form .form-control {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px !important;
}


#frmMain .form-control {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px !important;
}

#ContactUsAccordion > .panel > .trigger > .panel-heading {
    border-radius: 0;
    background-color: #da1414;
    color: #FFF;
    border: none !important;
}

#ContactUsAccordion > .panel {
    background-color: transparent;
    border: none !important;
}

    #ContactUsAccordion > .panel > .panel-collapse {
        background-color: #E3E3E3;
    }

        #ContactUsAccordion > .panel > .panel-collapse > .trigger > .panel-body {
            border: none !important;
        }

#ContactUsAccordion > .panel {
    margin-top: 1px !important;
    box-shadow: none !important;
}
/* SHORTCUT BAR */
.shortcut-bar {
    height: 35px;
    padding: 0px 0px 0px 15px;
    /*border-radius: 90px 0 0 90px;
    -moz-border-radius: 90px 0 0 90px;
    -webkit-border-radius: 90px 0 0 90px;*/
    color: #FFF;
    margin-bottom: 1px;
}

    .shortcut-bar:last-child {
        height: 35px;
        padding: 0px 0px 0px 15px;
        /*border-radius: 90px 0 0 90px;
        -moz-border-radius: 90px 0 0 90px;
        -webkit-border-radius: 90px 0 0 90px;*/
        color: #FFF;
    }

    .shortcut-bar a {
        color: #FFF !important;
        text-decoration: none !important;
    }

    .shortcut-bar img {
        width: 20px !important;
    }


    .shortcut-bar > div {
        position: relative;
        top: 7px;
    }

        .shortcut-bar > div > span {
            position: relative;
            top: 2px;
            left: 8px;
        }

.autodealer {
    background-color: #c03232;
}

.classifieds {
    background-color: #be6631;
}

.property {
    background-color: #3173be;
}

.dealfinder {
    background-color: #62969b;
}

.prepaid {
    background-color: #98629b;
}

.eden {
    background-color: #cc165f;
}

.online-route {
    background-color: #769b62;
}

.small-menu > li > a:hover {
    background-color: #a6a1a1 !important;
}

a.white-text {
    color: white;
}

    a.white-text:hover {
        color: white;
        text-decoration: none;
    }


li.megamenu > ul.dropdown-menu {
    min-width: 800px !important;
}

img.margin-left-5 {
    margin-left: 5px;
}

span.text-white > a {
    text-decoration: none;
    color: white;
}
/*Christian se Styles*/
.img-wrapper {
    position: relative;
}
/*Styles for making heart shape on homepage gallery*/
#heart {
    display: none;
}

#heart {
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #da1414;
    bottom: 10%;
    left: 10%;
    color: #FFF;
}

    #heart:before,
    #heart:after {
        position: absolute;
        width: 15px;
        height: 15px;
        content: '';
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #da1414;
    }

    #heart:before {
        bottom: 0;
        left: -10.5px;
    }

    #heart:after {
        top: -10.5px;
        right: 0;
    }

    #heart > .album-count {
        position: absolute;
        -moz-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        -o-transform: rotate(45deg) !important;
        -webkit-transform: rotate(45deg) !important;
        transform: rotate(-45deg) !important;
        z-index: 50;
        top: -2px;
        right: 3px;
    }

/*gallery slider style overrides*/
.bx-wrapper {
    padding-left: 10px !important;
}

    .bx-wrapper .bx-viewport {
        box-shadow: none;
        border: none;
    }

.gallery-head-spacing {
    padding: 20px 0 0 50px;
}

.controls-wrapper {
    position: relative;
}

.bx-prev {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.Comunity .bx-next {
    left: inherit;
}


.Comunity .bx-wrapper .bx-controls-direction a {
    top: 35%
}

.bx-next {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

#PrevSlide {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #da1414;
    height: 74%;
    width: 35px;
    vertical-align: middle;
    color: #FFF;
    z-index: 10;
}

    #PrevSlide > i {
        position: absolute;
        top: 50%;
        padding: 5px;
        left: 20%;
        font-size: 14px;
    }

#NextSlide {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #da1414;
    height: 74%;
    width: 35px;
    vertical-align: middle;
    color: #FFF;
    z-index: 10;
}

    #NextSlide > i {
        position: absolute;
        top: 50%;
        padding: 5px;
        right: 20%;
        font-size: 14px;
    }

.divider-top-topstory-32 {
    margin-top: 32px;
}

a.link > strong {
    color: #333;
}
/*BUSINESS STYLES (START)*/
.business {
    position: relative;
    text-align: center;
}

    .business img {
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.45);
        display: inline;
    }

    .business .business-overlay {
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        bottom: 0;
        text-align: left;
        vertical-align: middle;
        width: 97%;
        height: 60%;
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* Standard syntax */
    }

    .business:hover .business-small-overlay {
        visibility: visible;
    }

    .business .business-small-overlay {
        background-color: rgba(0, 0, 0, 0.3);
        /*visibility: hidden;*/
        position: absolute;
        bottom: 0;
        text-align: left;
        vertical-align: middle;
        width: 89%;
        height: 60%;
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
        -moz-transition: visibility ease-in-out 0.15s;
        -o-transition: visibility ease-in-out 0.15s;
        -webkit-transition: visibility ease-in-out 0.15s;
        transition: visibility ease-in-out 0.15s;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* Standard syntax */
    }

    .business .business-overlay i {
        font-size: 28px;
        border: 1px solid #ffffff;
        border-radius: 26px;
        padding: 10px 12px;
        margin-top: 3.8em;
    }
/*BUSINESS STYLES (END)*/
/* MOST READ BOX */
.most-read-flag {
    background-color: #000;
    color: #FFF;
    min-width: 100%; /*98px;*/
    min-height: 80px; /*80px;*/
    z-index: 99999;
}

.recaptchaButton {
    color: white;
    background-color: #da1414;
    border-radius: 5px;
    padding: 5px;
    width: 100px;
}

.menu-margin-top {
    margin-top: -45px;
}

.dropdown-menu {
    padding: 10px 0;
}

.menu-dark-overlay {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu-title-overlay {
    position: absolute;
    top: 0;
    padding: 15px;
    color: #FFF;
    left: 6%;
}

.language-select {
    width: 80%;
    float: right;
    height: 28px;
    background-color: #E0E0E0;
    border: 1px solid #E0E0E0;
    overflow: hidden;
}

.top-article-list {
    min-height: 323px !important;
    max-height: 323px;
    /*overflow-y: hidden;*/
}

.padding-top-10-bot-25 {
    padding-top: 10px;
    padding-bottom: 25px;
}

.article-overlay-title {
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    color: #FFF;
    right: 0;
    left: 0;
    bottom: 0;
    height: 40%;
    font-size: 15px;
}

.article-image-wrapper img.menu-image {
    width: 100%;
}

.line-height-custom {
    line-height: 60px;
}
/*Site search styles GCS*/
.pnlSiteSearch {
    border: none;
    height: 32px;
    margin: 4px 0 0;
    position: absolute;
    right: 0;
    width: 200px;
    top: 100%;
    z-index: 99999;
}

    .pnlSiteSearch .cse .gsc-control-cse, #pnlSiteSearch .gsc-control-cse {
        padding: 0 !important;
        width: auto;
    }

    .pnlSiteSearch .gsc-control-cse {
        font-family: Asap;
        border-color: #ffffff;
        background-color: #ffffff;
    }

    .pnlSiteSearch .gsc-control-cse {
        font-family: Asap;
        border-color: #ffffff;
        background-color: #ffffff;
    }

    .pnlSiteSearch .gsc-selected-option-container {
        width: auto !important;
    }

    .pnlSiteSearch .gsc-control-cse .gsc-table-result {
        font-family: Asap;
    }

    .pnlSiteSearch .gs-fileFormat {
        text-align: left;
    }

    .pnlSiteSearch .gsc-table-result,
    .pnlSiteSearch .gsc-thumbnail-inside,
    .pnlSiteSearch .gsc-url-top {
        padding-left: 0;
        padding-right: 0;
    }

    .pnlSiteSearch .gsc-webResult .gsc-result {
        /*border-bottom: 1px solid silver !important;*/
        border-bottom: none !important;
        padding: 10px 0;
    }

    .pnlSiteSearch .gs-title {
        color: #da1414;
        text-align: left;
    }

    .pnlSiteSearch input.gsc-input,
    .pnlSiteSearch .gsc-input-box,
    .pnlSiteSearch .gsc-input-box-hover,
    .pnlSiteSearch .gsc-input-box-focus {
        border-color: #D9D9D9;
    }

    .pnlSiteSearch input.gsc-search-button,
    .pnlSiteSearch input.gsc-search-button:hover,
    .pnlSiteSearch input.gsc-search-button:focus {
        border-color: #666666;
        background-color: #CECECE;
        background-image: none;
        filter: none;
    }

    .pnlSiteSearch .gsc-tabHeader.gsc-tabhInactive {
        border-color: #FF9900;
        background-color: #ffffff;
    }

    .pnlSiteSearch .gsc-tabHeader.gsc-tabhActive {
        border-color: #E9E9E9;
        background-color: #E9E9E9;
        border-bottom-color: #FF9900;
    }

    .pnlSiteSearch .gsc-tabsArea {
        border-color: #FF9900;
    }

    .pnlSiteSearch .gsc-webResult.gsc-result,
    .pnlSiteSearch .gsc-results .gsc-imageResult {
        border-color: #ffffff;
        background-color: #ffffff;
    }

        .pnlSiteSearch .gsc-webResult.gsc-result:hover,
        .pnlSiteSearch .gsc-imageResult:hover {
            border-color: #ffffff;
            background-color: #ffffff;
        }

    .pnlSiteSearch .gs-webResult.gs-result a.gs-title:link,
    .pnlSiteSearch .gs-webResult.gs-result a.gs-title:link b,
    .pnlSiteSearch .gs-imageResult a.gs-title:link,
    .pnlSiteSearch .gs-imageResult a.gs-title:link b {
        color: #da1414;
    }

    .pnlSiteSearch .gs-webResult.gs-result a.gs-title:visited,
    .pnlSiteSearch .gs-webResult.gs-result a.gs-title:visited b,
    .pnlSiteSearch .gs-imageResult a.gs-title:visited,
    .pnlSiteSearch .gs-imageResult a.gs-title:visited b {
        color: #da1414;
    }

    .pnlSiteSearch .gs-webResult.gs-result a.gs-title:hover,
    .pnlSiteSearch .gs-webResult.gs-result a.gs-title:hover b,
    .pnlSiteSearch .gs-imageResult a.gs-title:hover,
    .pnlSiteSearch .gs-imageResult a.gs-title:hover b {
        color: #da1414;
    }

    .pnlSiteSearch .gs-webResult.gs-result a.gs-title:active,
    .pnlSiteSearch .gs-webResult.gs-result a.gs-title:active b,
    .pnlSiteSearch .gs-imageResult a.gs-title:active,
    .pnlSiteSearch .gs-imageResult a.gs-title:active b {
        color: #da1414;
    }

    .pnlSiteSearch .gsc-cursor-page {
        color: #da1414;
    }

    .pnlSiteSearch a.gsc-trailing-more-results:link {
        color: #da1414;
    }

    .pnlSiteSearch .gs-webResult .gs-snippet,
    .pnlSiteSearch .gs-imageResult .gs-snippet,
    .pnlSiteSearch .gs-fileFormatType {
        color: #333333;
    }

    .pnlSiteSearch .gs-webResult div.gs-visibleUrl,
    .pnlSiteSearch .gs-imageResult div.gs-visibleUrl {
        color: #a2c431;
    }

    .pnlSiteSearch .gs-webResult div.gs-visibleUrl-short {
        color: #a2c431;
    }

    .pnlSiteSearch .gs-webResult div.gs-visibleUrl-short {
        display: none;
    }

    .pnlSiteSearch .gs-webResult div.gs-visibleUrl-long {
        display: block;
    }

    .pnlSiteSearch .gs-promotion div.gs-visibleUrl-short {
        display: none;
    }

    .pnlSiteSearch .gs-promotion div.gs-visibleUrl-long {
        display: block;
    }

    .pnlSiteSearch .gsc-cursor-box {
        border-color: #ffffff;
    }

    .pnlSiteSearch .gsc-results .gsc-cursor-box .gsc-cursor-page {
        border-color: #E9E9E9;
        background-color: #ffffff;
        color: #da1414;
    }

    .pnlSiteSearch .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
        border-color: #FF9900;
        background-color: #ffffff;
        color: #da1414;
    }

    .pnlSiteSearch .gsc-webResult.gsc-result.gsc-promotion {
        border-color: #336699;
        background-color: #ffffff;
    }

    .pnlSiteSearch .gsc-completion-title {
        color: #da1414;
    }

    .pnlSiteSearch .gsc-completion-snippet {
        color: #333333;
    }

    .pnlSiteSearch .gs-promotion a.gs-title:link,
    .pnlSiteSearch .gs-promotion a.gs-title:link *,
    .pnlSiteSearch .gs-promotion .gs-snippet a:link {
        color: #da1414;
    }

    .pnlSiteSearch .gs-promotion a.gs-title:visited,
    .pnlSiteSearch .gs-promotion a.gs-title:visited *,
    .pnlSiteSearch .gs-promotion .gs-snippet a:visited {
        color: #da1414;
    }

    .pnlSiteSearch .gs-promotion a.gs-title:hover,
    .pnlSiteSearch .gs-promotion a.gs-title:hover *,
    .pnlSiteSearch .gs-promotion .gs-snippet a:hover {
        color: #da1414;
    }

    .pnlSiteSearch .gs-promotion a.gs-title:active,
    .pnlSiteSearch .gs-promotion a.gs-title:active *,
    .pnlSiteSearch .gs-promotion .gs-snippet a:active {
        color: #da1414;
    }

    .pnlSiteSearch .gs-promotion .gs-snippet,
    .pnlSiteSearch .gs-promotion .gs-title .gs-promotion-title-right,
    .pnlSiteSearch .gs-promotion .gs-title .gs-promotion-title-right * {
        color: #333333;
    }

    .pnlSiteSearch .gs-promotion .gs-visibleUrl,
    .pnlSiteSearch .gs-promotion .gs-visibleUrl-short {
        color: #a2c431;
    }

    .pnlSiteSearch table.gsc-search-box {
        margin-bottom: 0;
    }

    .pnlSiteSearch form.gsc-search-box {
        margin: 0;
    }

    .pnlSiteSearch .gsst_a {
        padding-top: 5px;
    }

    .pnlSiteSearch td.gsc-search-button {
        display: none;
        width: 0;
    }

    .pnlSiteSearch .cse .gsc-control-cse,
    .pnlSiteSearch .gsc-control-cse {
        padding: 0 !important;
        width: auto;
    }

    .pnlSiteSearch .gsc-search-box-tools .gsc-search-box .gsc-input {
        margin: 2px !important;
        padding-right: 0 !important;
        font-family: Asap;
        font-weight: 300;
        color: #666666;
    }

    .pnlSiteSearch .gsib_a {
        padding: 0 5px 4px;
        width: 100%;
    }

    .pnlSiteSearch input.gsc-input {
        font-size: 14px;
    }

    .pnlSiteSearch .gsst_a .gscb_a {
        font-size: 20px !important;
        vertical-align: text-top !important;
    }
/*Ad backgrounds*/
.LearderAd_Border {
    background-color: rgba(103, 103, 103, 0.58);
    /*Height: 107px;
    width: 750px;*/
    padding: 6px;
    /*margin-left: 3%;*/
}


.TopAndBot_fb_Border {
    /*background-color: rgba(103,103,103,.58);
    Height: 70px;
    width: 481px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;*/
    background-color: rgba(103, 103, 103, 0.58);
    /*Height: 107px;
    width: 750px;*/
    padding: 6px;
    /*margin-left: 3%;*/
}

.TopAndBot_mpu_Border {
    background-color: rgba(103, 103, 103, 0.58);
    padding: 6px;
}

.Halfpage_Border {
    background-color: rgba(103, 103, 103, 0.58);
    padding: 6px;
}
/*end leaderboard backgrounds*/
/*Sticky ad */
.ad-sticky {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
}

.ad-sticky-border {
    border: solid 1px #696969;
}



#close {
    position: absolute;
    top: -35px;
    right: 0;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    cursor: pointer;
    padding: 8px;
    background-color: #A7A7A7;
}
/*only works for some ads*/
.ad-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ad-block-scraper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.nav > li > a {
    position: relative;
    display: block;
}

.position-rel {
    position: relative;
}

.most-read {
    position: absolute;
    left: 13%;
    bottom: 0;
    top: 0;
    /*background-color: #000;*/
    z-index: 9;
}

.publications-min-height {
    min-height: 44px !important;
}

.online-platforms-min-height {
    min-height: 53px !important;
}

a:focus, a:active {
    outline: none !important;
}

.min-height-connect {
    min-height: 140px !important;
}

.min-height-voting {
    min-height: 252px !important;
}

.padding-right-0 {
    padding-right: 0px;
}

.footer-icons {
    text-align: center;
}

.footer-icon img {
    display: inline-block;
}

.footer-disclaimer span {
    float: right !important;
}

.footer-copywrite {
    text-align: center;
}

.footer-disclaimer {
    text-align: center;
}

.menu-article-container {
    height: 230px !important;
}

.text-bold {
    font-weight: bold !important;
}

.padding-top-sharethis {
    padding-top: 17px;
}

.fr-img-wrap > img {
    margin-bottom: -4px;
}

.content-image-caption {
    min-height: 15px;
    margin-top: -7px;
    background-color: rgba(76,74,74,1);
    padding: 10px;
    color: #ffffff;
    text-align: center;
    /*font-style: italic;*/
    font-family: Arial;
}

.article-content-wrapper {
    font-size: 15px;
    font-family: Arial;
}


.text-capitalize {
    text-transform: capitalize;
}

.pagination-container {
    margin: 10px 0;
}

.extra-padding {
    padding-right: 30px !important;
}

.sticky-max-width {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

a.padding-bot-5-and-10-resize {
    padding-bottom: 10px !important;
}

.disquss-comments {
    width: auto;
    color: #666;
    cursor: pointer;
    font-size: 10pt;
    margin-bottom: 5px;
    margin-top: 10px;
    transition: background 0.4s ease;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    border-image: initial;
    border-radius: 2px;
    padding: 7px !important;
    background: rgb(255,255,255) !important;
    text-align: center;
}

.read-more-mobile {
    width: auto;
    color: var(--red);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 10px;
    transition: background 0.4s ease;
    border-width: 1px;
    border-style: solid;
    border-color: var(--darkgrey);
    border-image: initial;
    border-radius: 2px;
    padding: 7px !important;
    background: var(--white) !important;
    text-align: center;
}

    .read-more-mobile:hover,
    .read-more-mobile:focus,
    .read-more-mobile:active {
        color: var(--white);
        background: var(--red) !important;
    }


.ComunityDisclaimer {
    padding: 15px;
    background-color: #ececec;
}

.disquss-comments:hover {
    color: #fff;
    border: solid 1px #4b4b4b;
    background: #4b4b4b !important;
}

.text-align {
    text-align: justify;
}

.no_border_radius {
    border-radius: 0 !important;
    margin-right: 2px;
}

.article_image_maxHeight {
    max-height: 214px;
}

.article_image_maxHeight_4 {
    max-height: 165px;
}

#relatedarticlessidebar > ul > li > a {
    margin-bottom: 0px;
}

.PapersImages {
    max-height: 35px;
    vertical-align: middle;
}

.affix {
    top: 40px;
}

.article_image_height_desktop_3 {
    min-height: 215px !important;
}

.article_image_height_desktop_4 {
    min-height: 177px !important;
}

.article_image_height_mobile {
    min-height: 137px !important;
}

.subCat-listing-block {
    width: 35.1% !important;
    margin-left: -15px !important;
}

.motoring-listing-block {
    width: 25% !important;
}

/*most-read box custom sizing*/
@media only screen and (max-width: 1750px) {
    /*.most-read {
        left: 8.1%;
    }*/

    .menuLarge {
        width: 1135px !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/*@media only screen and (max-width: 1599px) {
    .most-read {
        left: 5%;
    }
}*/
@media only screen and (max-width: 1499px) {
    /*.most-read {
        left: 4%;
    }*/

    .fifteenarticles {
        padding: 0 5px !important;
    }

        .fifteenarticles > ul.nav > li > ul {
            margin-left: -6.5px;
        }
}

@media only screen and (max-width: 1439px) {
    /*.most-read {
        left: 1%;
    }*/

    /*.most-read-flag {
        width: 80px;
        font-size: 13px;
    }*/

    .fifteenarticles {
        padding: 0 5px !important;
    }
}
/*@media only screen and (max-width: 1365px) {
    .most-read {
        left: 1%;
    }
}

@media only screen and (max-width: 1337px) {
    .most-read {
        left: 0;
    }
}

@media only screen and (max-width: 1276px) {
    .most-read {
        display: none;
    }
}*/
@media only screen and (min-width: 992px) {
    .logoimage {
        width: 55%;
    }

    .navbar {
        min-height: 0 !important;
    }

        .navbar .navbar-nav {
            display: inline-block;
            float: none;
            vertical-align: top;
        }

        .navbar .navbar-collapse {
            /*text-align: center;*/
        }

    /*.navbar-nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 5px !important;
    }*/

    .maxImgHeight {
        max-height: 212px;
    }
}

.padding-right-percent {
    padding-right: 0.12% !important;
}

@media only screen and (max-width : 1200px) {

    a.back-to-top {
        right: 30px;
        bottom: 100px;
    }

    .most-read-flag {
        height: 77px !important;
        min-height: 75px !important; /*80px;*/
    }

    a.padding-bot-5-and-10-resize {
        padding-bottom: 5px !important;
    }

    .shortcut-bar {
        height: 43px;
    }

        .shortcut-bar:last-child {
            height: 43px;
        }

    .article_image_minWidth {
        max-height: 256px;
    }

    .homepage_Article_Height {
        /*min-height: 246px;*/
    }
}

@media only screen and (min-width : 1200px) {
    .article_image_minWidth {
        max-height: 215px;
    }
}

@media only screen and (max-width : 1120px) {
    .menuLarge {
        width: 980px !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    a.back-to-top {
        right: 30px;
        bottom: 100px;
    }

    .language-select {
        width: auto !important;
        margin-bottom: 5px;
    }

    .heading-border {
        width: 100% !important;
    }

    #languageDropdown {
        margin-bottom: 15px;
    }

    .publications-divider {
        margin-top: 15px;
    }
}

@media only screen and (max-width : 767px) {
    .extra-padding {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .img-contactus-size-mobile {
        width: 50%;
    }

    div.height-on-xs {
        min-height: inherit !important;
    }

    .divider-bottom-4 {
        margin-bottom: 4px;
    }

    .less-footer-on-resize {
        margin-bottom: 10px !important;
    }

    .overlay-entertainment-small {
        width: 87.8% !important;
    }

    .gal-title-position-top {
        top: 25%;
    }

    .gal-content-position-top {
        top: 46% !important;
    }

    .max-height-resize {
        max-height: initial !important;
    }

    .margin-minus-64 {
        margin-bottom: -64px;
    }

    .margin-minus-44 {
        margin-bottom: -44px;
    }
}

@media only screen and (min-width : 600px) and (max-width : 767px) {
    .gal-title-position-top {
        top: 25% !important;
    }
}

@media only screen and (max-width:960px) {
    .sticky-max-width {
        max-width: 728px;
    }
}

@media only screen and (max-width:770px) {
    .sticky-max-width {
        max-width: 728px;
    }
}

@media only screen and (max-width:728px) {

    .sticky-max-width {
        max-width: 468px;
    }
}

@media only screen and (max-width:468px) {
    .sticky-max-width {
        max-width: 320px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /*a.back-to-top {
        display: none !important;
    }*/
    .publications-top-divider {
        margin-top: 15px;
    }

    .divider-top-10-resize {
        margin-top: 10px !important;
    }

    .divider-bottom-5-resize {
        margin-bottom: 5px !important;
    }

    .no-top-margin-resize {
        margin-top: 0px;
    }



    .top-story-divider {
        margin: 15px 0;
        border: none;
    }

    .top-article-list {
        min-height: 323px !important;
        max-height: 100% !important;
    }

    .wrapper-sportnews {
        min-height: 360px;
        max-height: 360px;
    }

    #PrevSlide {
        height: 64%;
        width: 25px;
    }

    #NextSlide {
        height: 64%;
        width: 25px;
    }


    .top-story-image {
        width: 100%;
    }

    /*reset left/right padding-corrections for desktop to standard 15px on mobile*/
    .padding-col-right-5 {
        padding-right: 15px !important;
    }

    .padding-col-10 {
        padding: 0 15px !important;
    }

    .padding-col-left-5 {
        padding-left: 15px !important;
    }

    .footer-icons a {
        float: none !important;
    }

    .footer-disclaimer span {
        float: none !important;
    }

    .article-content-wrapper {
        font-size: 16px;
    }

    .footer-icons {
        padding: 20px 0px 30px !important;
    }

    .social-box {
        padding: 5px 0px !important;
    }
}


@media only screen and (max-width: 600px) {
    .col-xs-8-resize {
        width: 100% !important;
    }
}


@media only screen and (max-width: 500px) {

    .col-xxs-footer {
        width: 50% !important;
    }


    /*.padding-right-percent {
        padding-right: 0 !important;
    }*/
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 400px) {
    .col-xxs-24 {
        width: 100% !important;
    }



    .gsc-results-wrapper-overlay {
        height: 116% !important;
        padding: 20px !important;
        width: 100% !important;
        left: 0% !important;
        top: -10% !important;
    }
}

@media only screen and (max-width : 380px) {
    .xs-margin-left {
        margin-left: -28px !important;
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
/************************/
h1.styles {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 2.250em !important;
}

.border-bottom-darkGrey {
    border-bottom: 1px solid #999;
}

.border-top-darkGrey {
    border-top: 1px solid #999;
}

.small-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 10px;
}

.width-20 {
    width: 20px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.bottom-align-text {
    position: absolute !important;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
}

.text-strong {
    font-weight: bold;
}

.overflow-hidden {
    overflow: hidden;
}

.divider-bottom-30 {
    margin-bottom: 30px !important;
}

.divider-bottom-40 {
    margin-bottom: 40px;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-15 {
    padding: 15px;
}

.margin-lr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.pagination {
    margin: 0px 0 !important;
}

    .pagination > li > a, .pagination > li > span {
        color: #525252 !important;
        padding: 3px 10px !important;
        margin-right: 5px;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        color: #fff !important;
    }

.border-grey {
    border: 1px solid #525252;
}

.border-light-grey {
    border: 1px solid lightgrey;
    /*box-shadow: 1px 3px 10px;*/
}

.btn-vote {
    color: #da1414 !important;
    background-color: #d3d3d3 !important;
}

.hr-border-light-grey {
    color: lightgrey; /* old IE */
    background-color: lightgrey; /* Modern Browsers */
    margin: 10px 0px 15px 0px;
}

.read-more {
    color: #ffffff;
    padding: 2px;
    background-color: #cc0000;
    font-size: 9pt;
}

    .read-more:hover, .read-more:active, .read-more:visited, .read-more:focus {
        color: #ffffff;
        padding: 2px;
        background-color: #cc0000;
        font-size: 9pt;
        text-decoration: underline;
    }

.connect-margin {
    margin-top: 0px;
    margin-bottom: 5px;
}


h3.more-footer {
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 25px;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbar-home:hover {
    border-bottom: 5px solid #7fba00 !important;
}

.navbar-cars:hover {
    border-bottom: 5px solid #C10404 !important;
}

.navbar-biz:hover {
    border-bottom: 5px solid #707071 !important;
}

.navbar-specials:hover {
    border-bottom: 5px solid #feb913 !important;
}

.navbar-ads:hover {
    border-bottom: 5px solid #1d6524 !important;
}

.red-heading:hover {
    color: #da1414 !important;
    text-decoration: underline;
}

.label {
    font-weight: normal !important;
}

.label-danger {
    background-color: #da1414 !important;
}

.max-height-370 {
    max-height: 370px;
}

.max-height-325 {
    max-height: 325px;
}


.max-height-65 {
    max-height: 65px !important;
    overflow: hidden;
}

.max-height-60 {
    max-height: 60px !important;
    overflow: hidden;
}

.max-height-80 {
    max-height: 80px !important;
    overflow: hidden;
}

.max-height-185 {
    max-height: 185px;
}

.max-height-186 {
    max-height: 186px;
}

.max-height-193 {
    max-height: 193px;
}

.max-height-460 {
    max-height: 460px !important;
}

.max-height-450 {
    max-height: 450px !important;
}

.min-height-215 {
    min-height: 215px;
}

.min-height-220 {
    min-height: 220px;
}

.min-height-314 {
    min-height: 325px !important;
}

.min-height-320 {
    min-height: 314px !important;
}

.max-width-330 {
    max-width: 330px;
}

.wrapper-article {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
}

    .wrapper-article .overlay-article {
        position: absolute;
        bottom: 0;
        width: 100%;
        min-height: 15px;
        background-color: rgba(76,74,74,1);
        color: #ffffff;
        padding: 10px;
        font-style: italic;
    }

.article-div {
    border: 1px solid #e0e0e0;
    padding: 15px;
}

.article-gallery-heading {
    color: #da1414;
    margin-top: 0px;
    margin-bottom: 15px;
}

.adAlign {
    display: table;
    margin-left: auto;
    margin-right: auto;
    /*margin: 0 auto;*/
}

.Mobile_Adhesive {
    background-color: #A7A7A7;
}

.ad-Align-botMPU {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.bottom-position {
    bottom: -217px;
}

.bottom-align-text {
    margin-bottom: 15px;
}

.gal-title-position-top {
    top: 10%;
}

.gal-content-position-top {
    top: 42%;
}

.Urbane-font p,
.Urbane-font label,
.Urbane-font a,
.Urbane-font h1,
.Urbane-font h2,
.Urbane-font h3,
.Urbane-font h4,
.Urbane-font span,
.Urbane-font {
    font-family: Urbane !important;
}

@media only screen and (max-width : 768px) {
    .calenderPinImage {
        display: none;
    }

    .overlay-entertainment-small {
        width: 88% !important;
    }

    .abolute-bottom-align {
        bottom: auto;
    }
}

@media only screen and (max-width : 1024px) {
    .gal-title-position-top {
        top: 14%;
    }

    .gal-content-position-top {
        top: 44%;
    }
}

@media (max-width: 1199px) {
    .min-height-287 {
        min-height: 287px !important;
    }

    /*.TopAndBot_fb_Border {        
        margin-left: 9%;
    }*/

    /* MOST READ BOX */
    .most-read-flag {
        background-color: #000;
        color: #FFF;
        min-width: 100%;
        min-height: 85px;
        z-index: 99999;
    }

    /*.flex-caption {
        width: 100% !important;
    }

    .flexslider .slides img {
        width: 100%;
    }*/

    .bottom-position {
        bottom: -257px;
    }

    .entertainment_image_width {
        width: 323px;
    }

    .entertainment_image_height {
        min-height: 145px !important;
    }

    .on_tablet_height {
        /*height: 370px;*/
    }

    .overlay-entertainment-small {
        width: 91% !important;
        margin-left: 0 !important;
    }

    .homepage_Article_Height {
        /*min-height: 293px;*/
    }
}


@media (max-width: 991px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 6px 6.3px !important;
    }

    .divider-top-10-resize {
        margin-top: 10px !important;
    }

    .no-divider-top-on-resize {
        margin-top: 0;
    }

    .overlay-entertainment-small {
        width: 88.3% !important;
    }

    .gal-title-position-top {
        top: 7%;
    }

    .gal-content-position-top {
        top: 42%;
    }

    /*.no-divider-bot-on-resize{
        margin-bottom:0;
    }*/

    .no-margin-top-resize {
        margin-top: 0;
    }

    .top-padding-on-resize {
        padding-top: 50px;
    }

    /*Leaderboard backgrounds
    .LearderAd_Border {
        margin-left: auto;
        margin-right: auto;
    }


    .TopAndBot_fb_Border {
        margin-left: auto;
        margin-right: auto;
    }*/

    /* MOST READ BOX */
    .most-read-flag {
        background-color: #000;
        color: #FFF;
        min-width: 100%;
        min-height: 85px;
        z-index: 99999;
    }

    .no-pad {
        padding: 0px !important;
    }

    .no-pad-lr {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .no-header-no-bot-margin {
        margin-bottom: 0px !important;
    }

    .margin-minus-44 {
        margin-bottom: -44px;
    }

    .text-align {
        text-align: left;
    }

    .red-block {
        margin-top: 20px !important;
    }

    #article_heading {
        margin-top: 0 !important;
        padding: 7px 0 0 0 !important;
    }
}
/* ****************************  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .max-height-resize {
        max-height: 348px !important;
    }

    .maxImgHeight {
        max-height: 246px;
    }
}

@media only screen and (min-width: 770px) and (max-width: 991px) {
    /*.LearderAd_Border{
        margin-left: -11px ;
    }*/
}


@media only screen and (max-width : 585px) {
    .ui-datepicker-title {
        font-size: 30px;
        padding-top: 4px;
    }
}

@media only screen and (max-width: 559px) {
    .LearderAd_Border {
        /*Height: 62px !important;
        width: 333px !important;*/
        padding: 6px;
        /*margin-left: -4px !important;*/
    }

    .TopAndBot_fb_Border {
        /*Height: 62px !important;
        width: 333px !important;*/
        padding: 6px;
        /*margin-left: -4px !important;*/
    }
    /*.adAlign {
        padding-left: 15px !important;
    }*/

}

@media (max-width: 600px) {
    .overlay-entertainment-small {
        width: 84.3% !important;
    }
}

@media only screen and (max-width: 680px) {
    #container.min-height-300 {
        min-height: auto !important;
    }
}

@media only screen and (max-width : 771px) {
    .min-height-314 {
        min-height: initial;
    }

    .LearderAd_Border {
        background-color: rgba(103,103,103,.58);
        /*Height: 76px;
        width: 484px;*/
        padding: 6px;
    }

    .TopAndBot_fb_Border {
        background-color: rgba(103,103,103,.58);
        /*Height: 76px;
        width: 484px;*/
        padding-top: 6px;
        /*margin-left: auto;
        margin-right: auto;*/
        /*margin-top: -15px!important;*/
    }

    .min-height-300 {
        min-height: 223px !important;
    }

    .flex-caption {
        width: 100% !important;
    }

    .flexslider .slides img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .min-height-288 {
        min-height: 288px !important;
    }

    /* MOST READ BOX */
    .most-read-flag {
        background-color: #000;
        color: #FFF;
        min-width: 100%;
        min-height: 85px;
        z-index: 99999;
    }
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.bg-white {
    background-color: white;
}
/*christian se styles van hier af*/
.fa.fa-search.mobile {
    margin: 0 15px;
}
/*MJ se Styles*/
@media (max-width: 991px) {
}

@media only screen and (max-width: 600px) {
    .gal-title-position-top {
        top: 21%;
        left: 14px;
        padding: 0px;
    }
}

@media only screen and (max-width: 425px) {
    h1 {
        font-size: 26px !important;
    }

    .calendarHeader {
        height: 41px !important;
    }

    .img-contactus-size-mobile {
        width: 70%;
    }

    .calendarHeader span {
        font-size: 2.2em !important;
    }

    .ui-datepicker-title {
        padding-left: 97px;
        height: 63px !important;
        overflow: hidden !important;
    }

    table.ui-datepicker-calendar {
        border-spacing: 3px 3px !important;
    }

    .text-font-size-resize {
        font-size: 33px;
    }

    .bottom-align-text {
        position: relative !important;
    }

    div.pull-left-on-resize {
        float: left !important;
    }

    .gal-title-position-top {
        top: 8%;
    }

    .hide-excess {
        max-height: 47px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 347px) {
    .LearderAd_Border {
        margin-left: -3%;
    }

    .LearderAd_Border_galery {
        margin-left: -30px !important;
    }

    /*Discus*/
    li.privacy {
        padding-right: 5px;
        margin-left: -5px;
        margin-right: 0;
    }
    /*li.privacy.disqus-footer__item {
        width: 18px !important;
        overflow: hidden !important;
    }

    li.install.disqus-footer__item{
        width: 18px !important;
        overflow: hidden !important;
    }

    li#thread-subscribe-button{
        width: 18px !important;
        overflow: hidden !important;
    }*/
}

@media only screen and (max-width: 335px) {

    .LearderAd_Border {
        padding: 0px;
        margin-left: -5.2%;
    }


    .text-font-size-resize {
        font-size: 27px;
    }
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.closeB {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 2px 0 0 #4c4a4a;
    position: absolute;
    right: 0px;
    top: -14px;
    font-size: 55px;
    background: rgba(0, 0, 0, 0);
    border: none;
}

@media only screen and (min-width: 321px) {
    .modal-dialog-size {
        width: 380px;
    }
}

@media only screen and (max-width: 320px) {
    .modal-dialog-size {
        width: 300px;
    }
}

@media only screen and (min-width: 600px) {
    .modal-dialog-size {
        width: 560px;
    }
}

@media only screen and (min-width: 1200px) {
    .modal-dialog-size {
        width: 760px;
    }

    .maxImgHeight {
        max-height: 181px;
    }
}

.content-image-caption .fr-inner {
    font-weight: 100 !important;
}


div.tab-pane.menuSectionTabs {
    display: none; /* hide by default */
}

    div.tab-pane.menuSectionTabs.active {
        display: block; /* show when active class is present */
    }

.subMenu-icon {
    margin: 3px 5px 0px 0px;
    float: right;
}

.subSection-icon {
    margin: 3px 5px 0px 0px;
    float: left;
}
