.text-center {
    text-align: center;
}

#header {
    overflow: visible;
    height: auto;
}

#brand {
    padding-top: 0;
}

    #brand .currencies {
        overflow: hidden;
        margin-top: 0;
        height: auto;
        background: none;
        white-space: nowrap;
    }

        #brand .currencies .rates {
            float: right;
            width: 266px;
            margin-right: 9px;
            font-weight: normal;
            color: #000;
        }

            #brand .currencies .rates strong {
                font-weight: normal;
            }

        #brand .currencies .rates-title {
            font-weight: bold;
            color: #000 !important;
        }

    #brand .currencyRow {
        overflow: hidden;
        color: #000;
    }

        #brand .currencyRow > div {
            margin-top: 5px;
        }

    #brand .js-marquee-wrapper {
        margin-left: -10px !important;
    }

.free-text-container {
    width: 100%;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.intro {
    overflow: hidden;
    width: 100%;
}

#subheader {
    padding-bottom: 5px;
}

/*  Search.aspx  */
#pagecontainer-content-main {
    width: 728px;
}

.peoplenews,
.interview {
    width: 300px;
}

.lastcomments {
    height: auto;
}

.lastcomments-single {
    height: auto;
    padding: 8px 0;
}

/* ==========================================================================
    #Tabs
========================================================================== */
.tabs-slider {
    float: left;
    width: 728px !important;
}

.resp-tabs-list {
    overflow: hidden;
    background: #7A1316;
    padding: 10px 5px !important;
    text-align: center;
}

.resp-tab-content {
    padding: 0;
    border: none;
}

.resp-tab-item {
    float: none !important;
    margin: 0 !important;
    color: #ffffff;
    background: #8a171a;
    border: 1px solid #5F0F10;
}

    .resp-tab-item ~ .resp-tab-item {
        margin-left: 5px !important;
    }

.resp-tab-active {
    padding: 13px 15px !important;
    border: 1px solid #7A1316 !important;
    background: #414141;
}

.tabs-slider-rubric .resp-tabs-list {
    display: none;
}

.tabs-slider-rubric .tabs-slider-bottom {
    min-height: 50px;
    background: #7A1316;
}

/* ==========================================================================
    #Main Slider
========================================================================== */
.main-slider .slider {
    position: relative;
}

.main-slider .slides {
    list-style: none outside none;
}

.main-slider .slide {
    position: relative;
    display: none;
}

    .main-slider .slide:first-child {
        display: block;
        width: 728px !important;
        height: 410px !important;
    }

.main-slider .bx-wrapper .slide {
    display: block;
    width: 728px !important;
    height: 410px !important;
}

.main-slider .slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.main-slider .slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.main-slider .image-caption-outter {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    display: table;
    width: 100%;
    min-height: 99px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,.6);
    border-top: 1px solid #5F0F10;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 1.33;
    font-weight: normal;
}

.main-slider .image-caption {
    display: table-cell;
    vertical-align: middle;
}

.bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
}

.tabs-slider-head {
    min-height: 18px;
    padding: 11px;
    background: #7A1316;
    color: #fff;
    text-align: right;
}

.newspost {
    margin-right: 0;
}

    .newspost ~ .newspost {
        margin-left: 18px;
    }

    .newspost:nth-of-type(3n+1) {
        margin-left: 0;
    }

.currencies-rubric-master .js-marquee {
    margin-left: 5px;
    margin-right: 0 !important;
    margin-bottom: 8px;
}

.subrubric-links {
    display: block;
    margin: 4px 0;
    list-style: none outside none;
    text-align: left;
}

    .subrubric-links li {
        margin: 0 5px 5px;
        display: inline-block;
        text-align: left;
    }

        .subrubric-links li a {
            font-size: 16px;
            font-family: Arial, Tahoma, Verdana, sans-serif;
            font-size: 13px;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
        }

            .subrubric-links li a:hover {
                text-decoration: underline;
            }

#menuContainer a {
    line-height: 1;
}

#subrubricContainer {
    background: #7A1316;
    padding: 5px 0;
}

    #subrubricContainer li {
        padding: 0;
    }

    #subrubricContainer a {
        display: block;
        padding: 10px;
        color: #fff;
    }

        #subrubricContainer a:hover {
            text-decoration: underline;
        }

        #subrubricContainer a.current {
            color: #d02828;
        }

#articleGallery .pics {
    height: 170px;
}

.square-banner-mainright {
    display: inline-block;
    margin: 25px;
    vertical-align: middle;
}

.square-banner.alignright {
    display: inline-block;
    vertical-align: middle;
}

/* ==========================================================================
    #Media Queries
========================================================================== */
@media (max-width: 1051px) {
    #wrapper {
        width: 747px;
        padding: 0 5px;
    }

    .tabs-slider { /*width: 100% !important;*/
        float: none;
        margin: 0 auto !important;
    }

    .newsline-full {
        width: 100%;
    }

    .square-banner-mainright {
        margin: 20px 0 0;
    }

    #pagecontainer {
        width: 100%;
    }

    /* ==========================================================================
	    #Header
	========================================================================== */
    #brand {
        float: none;
        overflow: hidden;
        width: 100%;
        padding-top: 0;
    }

    #menuContainer {
        float: none;
        width: 100%;
    }

    #subheader {
        overflow: hidden;
    }

        #subheader #menuContainer {
            float: right;
        }

    #menuWrapper {
        float: left !important;
    }

    #header > #menuContainer #menuWrapper {
        position: relative;
        top: 44px;
    }

    #menuWrapper a {
        font-size: 14px;
    }

    .weatherwrapper {
        float: right;
    }

    #weather {
        float: none;
        margin-left: 0;
    }

        #weather img {
            float: none !important;
            display: inline-block;
            width: auto;
            max-height: 60px;
            margin-bottom: -10px;
            vertical-align: middle;
        }

        #weather p {
            float: none;
            display: inline-block;
            margin-top: 9px;
            vertical-align: top;
        }

    #rubricTitle {
        font-size: 35px;
    }

    .header-search {
        margin-left: 15px;
    }

    #brand .currencies {
        float: right;
        width: 225px;
        margin-top: 5px;
    }

        #brand .currencies .rates {
            margin-right: 0;
        }

    #brand .js-marquee-wrapper {
        margin-left: 0 !important;
    }

    #brand .currencies-rubric-master {
        float: left;
        width: 250px;
    }

    #slideshowX {
        float: none;
    }

    #currenciesContainer {
        float: none;
        width: 100%;
    }

        #currenciesContainer > div {
            display: inline-block;
            width: 45%;
            margin: 2%;
            vertical-align: top;
        }

    .square-banner,
    .banner {
        margin: 2%;
        text-align: center;
    }

    .moreNews {
        float: none;
        clear: both;
        margin: 10px auto;
    }

    /*  Main Sidebar  */
    .sidebar,
    .mainsidebar {
        width: 100%;
        max-width: 728px;
        height: auto;
    }

        .sidebar > div,
        .mainsidebar > div {
            display: inline-block;
            margin: 2%;
            vertical-align: top;
        }

    .fb-like-box {
        margin-top: 20px !important;
    }

    #slideshowX {
        min-height: 0 !important;
    }

    .sidebar.text-center {
        margin: 0;
        text-align: center;
    }

    .mainsidebar {
        float: none;
        margin-left: 0 !important;
        text-align: center;
    }

        .mainsidebar > div {
            text-align: left;
        }

    /* ==========================================================================
	    #Footer
	========================================================================== */
    .footerwidgetmid {
        padding-left: 95px;
    }
}

@media (max-width: 767px) {
    /*  Main Containers  */
    #wrapper {
        width: auto;
    }

    #menuContainer {
        width: auto !important;
    }

    #header > #menuContainer #menuWrapper {
        top: 0;
    }

    .main {
        width: 100%;
    }

    .main-tac {
        text-align: center;
    }

    .mainright {
        height: auto;
    }

    .weatherwrapper {
        display: none;
    }

    /*  Banners  */
    .horizontal-banner,
    .horizontal-banner ins {
        width: 100% !important;
    }

    .horizontal-banner {
        overflow-x: scroll;
    }

    #rubricTitle {
        float: none;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    #pagecontainer-content-main {
        width: 100%;
    }

    #pagecontainer-content {
        width: 100%;
    }

    /* ==========================================================================
	    #Header
	========================================================================== */
    #brand > a {
        float: none !important;
        width: 226px;
        margin: 8px auto;
    }

    .rates-title {
        top: 0 !important;
        left: 10px;
        margin-left: 0 !important;
    }

    .header-search {
        float: none;
        margin: 0 auto 15px;
    }

    #brand .currencies {
        float: none;
        width: 100%;
    }

    #brand .currencies-rubric-master {
        max-width: 266px;
    }

    #brand .currencies .rates {
        width: 100%;
    }
    /*#brand .currencies .rates { margin-right: 0; }*/

    #innerWrapper #slideshowContainer #slideshowX {
        width: 100%;
    }

        #innerWrapper #slideshowContainer #slideshowX .newsTitle {
            font-size: 22px;
        }

    #content {
        width: 100%;
    }

    .mainright {
        float: none;
        width: 100%;
    }

    #currenciesContainer > div {
        display: block;
        width: 100%;
    }

    #currenciesContainer > .square-banner,
    #currenciesContainer > .banner {
        margin-top: 0;
        margin: 2% 0;
    }

    #subheader {
        padding-bottom: 10px;
    }

        #subheader #menuContainer {
            float: none;
            text-align: center;
        }

        #subheader #menuWrapper {
            float: none !important;
        }

            #subheader #menuWrapper ul {
                overflow: hidden;
                display: inline-block;
            }

    #subheaderlogo {
        float: none;
        display: block;
        margin: 0 auto !important;
    }

    #menuWrapper {
        text-align: center;
    }

        #menuWrapper li {
            float: none;
            display: inline-block;
        }

    /*  Main Slider  */
    .tabs-slider {
        float: none;
        width: 310px !important;
        margin: 0 auto 20px !important;
    }

    .main-slider .slide {
        width: 310px !important;
        height: 175px !important;
    }

    .main-slider .bx-wrapper .slide {
        width: 310px !important;
        height: 175px !important;
    }

    .main-slider .slide img {
        width: 310px;
        height: 175px;
    }

    .main-slider .image-caption-outter {
        min-height: 55px;
        padding: 5px;
        font-size: 14px;
        line-height: 1.1;
    }

    /*  Content  */
    .content {
        width: 100%;
    }

    #articleGallery {
        float: none;
        max-width: 275px;
        padding: 8px 8px 20px;
    }

        #articleGallery img {
            max-width: 100%;
            height: auto;
        }

    #article {
        text-align: left;
    }

        #article img {
            max-width: 275px;
            height: auto;
        }
    /*  Sideabrs  */
    .sidebar > div,
    .mainsidebar > div {
        display: block;
        margin: 10px auto;
    }

    .newsrow {
        text-align: center;
    }

    .newspost {
        float: none;
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }

        .newspost:nth-of-type(3n+1) {
            margin-left: 18px;
        }

    .newspost {
        margin-right: 18px;
    }

    .moreNews {
        margin: 0 auto;
    }

        .moreNews a {
            margin: 0 !important;
        }

    .comment-head,
    .comment-body {
        width: 100%;
    }

    .content-wrap {
        top: 0;
        margin: 5px 0;
        box-sizing: border-box;
    }

    .comments-outter {
        width: 100% !important;
    }

    .footerwidgetmid {
        width: 50%;
        padding-left: 0;
    }

    .currencies-rubric-master .js-marquee {
        margin-left: 0;
    }

    .fb-like-box.fb_iframe_widget.fb_iframe_widget_fluid {
        width: 300px;
    }

    .filter-right select,
    #txtSearchString {
        width: 210px;
        box-sizing: border-box;
    }

    #additional-news-articles a, #additional-news-articles a:visited, #additional-news-articles a:active {
        color: #08456d;
        text-decoration: none;
        font-family: Arial, Tahoma, Verdana, sans-serif;
        font-size: 14px;
        line-height: 18px;
        word-break: break-word;
        display: table-cell;
        max-width: 295px;
        text-align: left;
    }
}