﻿body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /*font-family*/
    font-size: 14px; /*font-size*/
    line-height: 1.42857143;
    color: #ffffff; /*color*/
    background-color: #292b2c; /*background-color*/
    overflow-x: hidden;
    width: auto !important;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
}

.header {
    height: 70px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#logo {
}

.main-search-image {
    width: 100%;
    text-align: center;
    height: 330px;
    /*background-image: url('../img/bg2.png');*/
    background-size: cover;
    background-position: center;
}

.main-search-container {
    position: relative;
    top: 40%;
    max-width: 500px;
    margin: 0 auto;
}

    .main-search-container input {
        width: 90%;
    }

input {
    margin: 0;
    line-height: normal;
}

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

.stories {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .stories .list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .stories .list li {
            border: solid;
            border-width: 1px;
            border-color: #0275d8; /*color1*/
            border-radius: 5px;
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 40px;
            display: flex;
            flex-basis: 300px;
            flex-grow: 1;
            flex-shrink: 0;
            flex-direction: column;
            justify-content: center;
            max-width: 100%;
            text-align: center;
        }

            .stories .list li a {
                color: #0275d8; /*color3*/
                text-decoration: none;
                padding-bottom: 20px;
                padding-top: 20px;
                padding-left: 25px;
                padding-right: 25px;
            }

            .stories .list li:hover {
                background-color: #0275d8; /*color1*/
            }

            .stories .list li a:hover {
                color: #292b2c; /*color2*/
            }


.favourite-topics {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .favourite-topics .list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .favourite-topics .list li {
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 40px;
            display: flex;
            flex-basis: 300px;
            flex-grow: 1;
            flex-shrink: 0;
            flex-direction: column;
            justify-content: center;
            max-width: 100%;
            text-align: left;
        }

            .favourite-topics .list li a {
                color: #0275d8; /*color3*/
                text-decoration: none;
                padding-bottom: 20px;
                padding-top: 20px;
                padding-left: 25px;
                padding-right: 25px;
            }

.footer {
    text-align: right;
    font-size: 10px;
}

    .footer a {
        color: #f7f7f7; /*color5*/
    }


.twitter-typeahead {
    width: 90%;
    display: inline !important;
}

.typeahead, .tt-query, .tt-hint {
}

.typeahead {
}

    .typeahead:focus {
    }

.tt-input {
    background-color: #292b2c !important; /*color2*/
    color: #ffffff; /*color4*/
}

.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
    color: #f7f7f7; /*color5*/
}

.tt-menu {
    background-color: #292b2c; /*color2*/
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    padding: 8px 0;
    text-align: left;
    color: #ffffff; /*color4*/
}

.main-search-image .tt-menu {
    width: 500px;
    margin-left: -250px;
}

.main-search-right .tt-menu {
    width: 249px;
}

.tt-suggestion {
    padding: 3px 20px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        background-color: #0275d8; /*color3*/
        color: #292b2c; /*color2*/
    }

    .tt-suggestion p {
        margin: 0;
    }

.inner-addon {
    position: relative;
    background-color: #292b2c !important; /*color2*/
}

    .inner-addon .glyphicon {
        position: absolute;
        padding: 16px;
        pointer-events: none;
    }


.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}


.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 36px;
}



.border-bottom {
    border-bottom: 1px solid #f7f7f7 !important;
}

.breadcrumb-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.breadcrumb {
    background-color: #292b2c; /*color2*/
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumb > li a {
    }

    .breadcrumb > .active {
    }

.main-search-right {
    padding-top: 20px;
}

.search-results-count {
    font-size: 12px;
    color: #f7f7f7; /*color5*/
}


.hr-line-dashed {
    border-top: 1px dashed;
    color: #f7f7f7; /*color5*/
    background-color: transparent;
    height: 1px;
    margin: 20px 0;
}

.search-result h3 {
    margin-bottom: 0;
    color: #0275d8; /*color1*/
}

.search-result .search-link {
    color: #5cb85c; /*color6*/
}

.search-result p {
    font-size: 12px;
    margin-top: 5px;
}



.topics-list-left .list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0px !important;
}

    .topics-list-left .list li {
        border: solid;
        border-width: 1px;
        border-color: #292b2c; /*color2*/
        border-radius: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
        display: flex;
        flex-basis: 300px;
        flex-grow: 1;
        flex-shrink: 0;
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
        text-align: left;
    }

        .topics-list-left .list li.active {
            border: solid;
            border-width: 1px;
            border-color: #0275d8; /*color1*/
            border-radius: 5px;
            background-color: #0275d8; /*color1*/
        }

            .topics-list-left .list li.active a {
                color: #292b2c; /*color2*/
            }

        .topics-list-left .list li a {
            text-decoration: none;
            padding-bottom: 5px;
            padding-top: 5px;
            padding-left: 5px;
            padding-right: 5px;
        }

        .topics-list-left .list li:hover {
            background-color: #0275d8; /*color1*/
            border: solid;
            border-width: 1px;
            border-color: #0275d8; /*color1*/
            border-radius: 5px;
        }

        .topics-list-left .list li a:hover {
            color: #292b2c; /*color2*/
        }


.subtopics-list {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .subtopics-list .list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .subtopics-list .list li {
            margin-left: 20px;
            margin-right: 20px;
            margin-bottom: 40px;
            display: flex;
            flex-basis: 300px;
            flex-grow: 1;
            flex-shrink: 0;
            flex-direction: column;
            justify-content: center;
            max-width: 100%;
            text-align: left;
        }

            .subtopics-list .list li a {
                text-decoration: none;
                padding-bottom: 20px;
                padding-top: 20px;
                padding-left: 25px;
                padding-right: 25px;
            }

.alert-publish {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    border-radius: 5px;
}

table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}

    table.fr-dashed-borders td,
    table.fr-dashed-borders th {
        border-style: dashed;
    }

    table.fr-alternate-rows tbody tr:nth-child(2n) {
        background: #f5f5f5;
    }

    table td,
    table th {
        border: 1px solid #dddddd;
    }

        table td:empty,
        table th:empty {
            height: 20px;
        }

        table td.fr-highlighted,
        table th.fr-highlighted {
            border: 1px double red;
        }

        table td.fr-thick,
        table th.fr-thick {
            border-width: 2px;
        }

    table th {
        background: #e6e6e6;
    }


.fr-img-caption {
    text-align: center
}

    .fr-img-caption .fr-img-wrap {
        padding: 0;
        display: inline-block;
        margin: auto;
        text-align: center
    }

        .fr-img-caption .fr-img-wrap img {
            display: block;
            margin: auto
        }

        .fr-img-caption .fr-img-wrap > span {
            margin: auto;
            display: inline-block;
            padding: 5px 5px 10px;
            font-size: 14px;
            font-weight: initial;
            max-width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-opacity: .9;
            -moz-opacity: .9;
            opacity: .9;
            -ms-filter: "alpha(Opacity=0)"
        }

img.fr-shadow {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 1px 1px rgba(0,0,0,.16);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 1px 1px rgba(0,0,0,.16);
}

img.fr-bordered {
    border: solid 5px #CCC;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
    position: relative;
}

img.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

    img.fr-dib.fr-fil {
        margin-left: 0;
        text-align: left
    }

    img.fr-dib.fr-fir {
        margin-right: 0;
        text-align: right
    }


span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

    span.fr-img-caption.fr-dib.fr-fil {
        margin-left: 0;
        text-align: left
    }

    span.fr-img-caption.fr-dib.fr-fir {
        margin-right: 0;
        text-align: right
    }


.topic-tags h5.tag-title {
    margin-top: 20px;
}

.topic-tags .tag-list li {
    float: left;
}

.topic-tags .tag-list li {
    float: left;
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}


    .topic-tags .tag-list li i {
        padding-right: 5px;
    }




.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

    .sk-spinner-fading-circle .sk-circle:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 18%;
        height: 18%;
        background-color: #3CB878;
        border-radius: 100%;
        -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
        animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}


.powered-by {
    color: #f7f7f7; /*color5*/
    font-size: 11px;
}

    .powered-by a {
        color: #f7f7f7; /*color5*/
        text-decoration: none;
        font-weight: 700;
    }

    .powered-by img {
        padding-left: 4px;
        margin-top: -4px;
    }