body,
html {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
}
header {
    width: 100%;
    background: #006fb4;
    background: -moz-linear-gradient(top, #007fce 0, #006fb4 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #007fce),
        color-stop(100%, #006fb4)
    );
    background: -webkit-linear-gradient(top, #007fce 0, #006fb4 100%);
    background: -o-linear-gradient(top, #007fce 0, #006fb4 100%);
    background: -ms-linear-gradient(top, #007fce 0, #006fb4 100%);
    background: linear-gradient(to bottom, #007fce 0, #006fb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@Color1, 5%)', endColorstr='@Color1', GradientType=0);
}
header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 5px 17px -5px rgba(0, 0, 0, 0.79);
    -moz-box-shadow: 0 5px 17px -5px rgba(0, 0, 0, 0.79);
    box-shadow: 0 5px 17px -5px rgba(0, 0, 0, 0.79);
}
header.active .container {
    height: 48px;
}
header.active .container .ads {
    display: none;
}
header.active .container nav .nav-item {
    background: 0 0;
}
header.active .container nav .nav-item.active-link {
    display: inline-block;
}
@media (max-width: 650px) {
    header.active .container nav .nav-item.active-link {
        display: none;
    }
}
header.active .container .logo {
    margin-top: -12px;
}
header.active .container .logo .large {
    display: none;
}
header.active .container .logo .small {
    display: block;
}
header.active .container .login {
    display: none !important;
}
header .container {
    position: relative;
    height: 110px;
}
header .container .logo {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -36px;
}
header .container .logo .large {
    display: block;
}
header .container .logo .small {
    display: none;
}
header .container .ads {
    height: 70px;
    width: 250px;
    display: block;
    position: absolute;
    top: 50%;
    margin: -35px 0 0 !important;
    left: 140px;
}
@media (max-width: 991px) {
    header .container .ads {
        display: none;
    }
}
header .container .login {
    position: absolute;
    top: 20px;
    right: 15px;
}
@media (max-width: 650px) {
    header .container .login {
        display: none;
    }
}
header .container .login a {
    font-size: 15px;
    color: #fff;
    float: left;
    margin-left: 25px;
}
header .container .login a i {
    margin-right: 5px;
}
header .container .login a:hover {
    text-decoration: none;
    color: #b4e2ff;
}
header .container nav {
    position: absolute;
    bottom: 0;
    right: 15px;
}
header .container nav .nav-item {
    position: relative;
    float: left;
    margin-left: 2px;
    font-size: 17px;
    background: #007fce;
    font-weight: 300;
}
header .container nav .nav-item.active-link,
header .container nav .nav-item.hidden,
header .container nav .nav-item.mobile {
    display: none;
}
@media (max-width: 650px) {
    header .container nav .nav-item {
        display: none;
    }
    header .container nav .nav-item.mobile {
        display: block !important;
    }
    header .container nav .nav-item.mobile.active {
        background: #0095f1;
    }
}
header .container nav .nav-item a {
    padding: 12px 16px;
    color: #fff;
    display: block;
}
header .container nav .nav-item a:hover {
    text-decoration: none;
}
header .container nav .nav-item:hover {
    background: #0095f1;
}
header .container nav .nav-item:hover .nav-sub {
    display: block;
}
header .container nav .nav-item .nav-sub {
    position: absolute;
    width: 170px;
    top: 38px;
    display: none;
    left: 0;
    padding: 5px 0;
    z-index: 100;
    background: #0095f1;
}
header .container nav .nav-item .nav-sub hr {
    margin: 4px 10px;
    border-color: #1ba8ff;
}
header .container nav .nav-item .nav-sub a {
    font-size: 15px;
    padding: 5px 16px;
    border-bottom: none;
    color: #fff;
}
header .container nav .nav-item .nav-sub a:hover {
    color: #000;
}
nav.mobile {
    background: #0095f1;
    display: none;
}
@media (min-width: 651px) {
    nav.mobile {
        display: none !important;
    }
}
nav.mobile a {
    display: block;
    border-bottom: solid 1px #0085d8;
    padding: 10px 15px;
    color: #fff;
}
nav.mobile a:hover {
    background: #008ee7;
    text-decoration: none;
}
nav.mobile .nav-sub a {
    font-size: 14px;
    padding-left: 25px;
}
footer {
    margin-top: 30px;
    background: #333;
    font-size: 14px;
}
footer .container {
    position: relative;
}
footer .partners {
    background: #474747;
    padding: 15px 0;
    text-align: center;
}
footer .partners a {
    display: inline-block;
    margin: 20px 34px;
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    filter: alpha(opacity=35);
}
footer .partners a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
footer .fena {
    padding: 25px 0 20px;
}
footer .fena .icons {
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 90;
}
footer .fena .icons .fa {
    color: #333;
    border-radius: 21px;
    background: #999;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    padding-top: 11px;
    margin-left: 8px;
}
footer .fena .icons .fa:hover {
    background: #fff;
}
footer .fena .links h1 {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
}
footer .fena .links h1 a {
    color: #fff;
}
footer .fena .links a {
    display: block;
    color: #b3b3b3;
}
footer .fena .links a.list {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: solid 1px #4d4d4d;
    font-size: 14px;
}
footer .fena .links a.list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
footer .fena .copyright {
    color: #737373;
    font-size: 14px;
    line-height: 18px;
    margin-top: 40px;
}
footer .fena .copyright a {
    color: #737373;
    font-weight: 600;
}
footer .fena .copyright a:hover {
    color: #fff;
}
#layout-content {
    margin-top: 25px;
}
#layout-content.active {
    margin-top: 110px;
}
.ads {
    margin-bottom: 20px;
}
.content .list article {
    border-bottom: solid 1px #ddd;
    padding: 15px 0;
}
.content .list article h2 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 8px;
    color: #006fb4;
}
.content .list article h2 i {
    margin-left: 6px;
}
.content .list article h1 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    padding: 0;
    margin: 0;
}
.content .list article.first.flash h1:before {
    font-size: 22px;
    margin-right: 8px;
}
.content .list article.first h1 {
    font-size: 22px;
    line-height: 25px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
.content .list article.first h2 {
    font-size: 12px;
}
.content .list article.first .btn {
    margin: 20px 0 5px;
}
.content .list article.flash h1 {
    color: #c00;
}
.content .list article.flash h1:before {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 15px;
    color: #c00;
    display: inline-block;
    margin-right: 5px;
}
.fena-timestamp {
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
    color: #5cbdda;
}
.fena-loader-container {
    position: relative;
}
.fena-loader-container .fena-loader {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/assets/backend/img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.well.info {
    margin-top: 35px;
}
.well.info i {
    color: #006fb4;
    font-size: 50px;
    float: left;
    margin-right: 25px;
}
.top-news {
    margin-bottom: 20px;
}
.top-news .col-md-3 a {
    background: #eee;
    display: block;
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-bottom-width: 3px;
}
.top-news .col-md-3 a:hover {
    text-decoration: none;
    background: #f3f3f3;
    border-bottom-color: #e1e1e1;
}
.top-news .col-md-3 a img {
    float: left;
    margin-right: 10px;
    border: 1px solid #e1e1e1;
}
.top-news .col-md-3 a h1 {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 16px;
}
.headline-desk {
    margin-bottom: 20px;
}
@media (max-width: 500px) {
    .headline-desk {
        display: none;
    }
}
.headline-desk .title {
    font-size: 20px;
    color: #006fb4;
    float: left;
    font-weight: 600;
    margin-right: 20px;
}
.headline-desk .vertical {
    width: 80%;
    float: left;
    height: 20px;
    margin: 5px 0 0;
}
.headline-desk .vertical a {
    color: #333;
    font-size: 15px;
}
.flash-desk {
    margin: 20px 0;
}
@media (max-width: 500px) {
    .flash-desk {
        display: none;
    }
}
.flash-desk .title {
    font-size: 20px;
    color: #c00;
    float: left;
    font-weight: 600;
    margin-right: 20px;
}
.flash-desk .title .fa-exclamation-circle {
    width: 18px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.flash-desk a {
    width: 80%;
    float: left;
    margin-top: 6px;
    color: #c00;
    font-size: 15px;
}
@media (max-width: 500px) {
    #headline {
        margin: -25px -20px 20px;
    }
}
#foto-servis,
#headline {
    margin-bottom: 25px;
}
#foto-servis .title,
#headline .title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 13px;
    color: #fff;
    background: #006fb4;
    z-index: 99;
    font-size: 20px;
}
#foto-servis .carousel-indicators,
#headline .carousel-indicators {
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
    z-index: 99;
    width: auto;
}
#foto-servis .carousel-control,
#headline .carousel-control {
    display: none;
    background: 0 0;
}
#foto-servis .carousel-control .fa,
#headline .carousel-control .fa {
    font-size: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -18px;
}
#foto-servis:hover .carousel-control,
#headline:hover .carousel-control {
    display: block;
}
#foto-servis .carousel-caption,
#headline .carousel-caption {
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    text-align: left;
    text-shadow: none;
}
#foto-servis .carousel-caption h1,
#headline .carousel-caption h1 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin: 0;
}
#foto-servis .carousel-caption .subtitle,
#headline .carousel-caption .subtitle {
    position: absolute;
    left: 0;
    top: -32px;
    background: #006fb4;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
#foto-servis .carousel-caption .subtitle div,
#headline .carousel-caption .subtitle div {
    padding: 6px 10px;
    float: left;
}
#foto-servis .carousel-caption .subtitle div.time,
#headline .carousel-caption .subtitle div.time {
    background: #005f9b;
}
.desk {
    margin-bottom: 25px;
}
.desk .title {
    float: left;
    padding: 15px;
    width: 162px;
    height: 162px;
    background: #006fb4;
    border-right: solid 3px #fff;
    color: #fff;
    font-size: 20px;
}
.desk .title:hover {
    background: #005f9b;
    text-decoration: none;
}
.desk .list {
    background: #fff;
    border-left: solid 3px #fff;
}
.desk .list a {
    margin-bottom: 3px;
    display: block;
    background: #eee;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.desk .list a:hover {
    background: #e1e1e1;
    text-decoration: none;
}
.desk .list a:hover .time {
    background: #c8c8c8;
}
.desk .list a .time {
    display: inline-block;
    background: #d5d5d5;
    padding: 5px 8px;
    font-weight: 600;
}
.desk .list a .news {
    display: inline-block;
    padding: 5px 0 5px 8px;
}
#editors_choice a:last-child,
#most_popular a:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
@media (max-width: 1199px) {
    #editors_choice a:last-child,
    #most_popular a:last-child {
        display: none;
    }
}
.news-list {
    margin-bottom: 25px;
}
.news-list .title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.news-list .title:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    color: #006fb4;
    display: inline-block;
    margin-left: 5px;
}
.news-list .title div {
    float: left;
}
.news-list .title .fa {
    float: left;
    color: #01619c;
    font-size: 14px;
}
.news-list a {
    display: block;
    border-bottom: solid 1px #ddd;
    padding: 15px 0;
}
.news-list a:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.news-list a:hover {
    text-decoration: none;
}
.news-list a:hover h1 {
    text-decoration: underline;
}
.news-list a h2 {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}
.news-list a h1 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    padding: 0;
    margin: 0;
}
.news-list a.first {
    padding-top: 10px;
}
.news-list a.first:hover {
    border-bottom-color: #cfcfcf;
}
.news-list a.first:hover h1 {
    color: #333;
    text-decoration: none;
}
.news-list a.first img {
    width: 100%;
    margin-bottom: 15px;
}
.news-list a.first h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #006fb4;
}
.news-list a.first h2 {
    font-size: 12px;
    padding: 0 0 5px;
    color: #333;
}
article {
    font-size: 17px;
}
article .social {
    float: right;
}
article .social .fb-share-button {
    float: left;
}
article .social .twitter-share-button {
    margin: 4px 5px 0 14px;
}
article h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    margin: 2px 0 25px;
}
article h2 {
    font-size: 15px;
    color: #006fb4;
    font-weight: 600;
    text-transform: uppercase;
    clear: both;
}
article h2 time {
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #006fb4;
}
article b,
article strong {
    font-weight: 600;
}
article.page {
    margin: 25px 0;
}
article.page h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #006fb4;
}
article.page h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 30px;
    text-transform: none;
    color: #333;
}
article .desc {
    margin-bottom: 25px;
}
article time {
    font-size: 15px;
    color: #006fb4;
    font-weight: 400;
    text-transform: capitalize;
}
article .image {
    margin-bottom: 25px;
    position: relative;
}
article .image img {
    width: 100%;
}
article .image .description {
    padding: 8px 12px;
    color: #fff;
    background: #006fb4;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
}
article .btn,
article .tts-container {
    margin-bottom: 20px;
}
article .tts-container #tts,
article .tts-container #ubaplayer-fallback {
    display: none;
}
article .tts-container .tts-play:before {
    content: "\f04b ";
    font-family: FontAwesome;
    font-size: 10px;
    color: #fff;
    background: #006fb4;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    padding: 8px 0 0 3px;
    margin-right: 4px;
    box-sizing: border-box;
}
article .tts-container .tts-play.playing:before {
    content: "\f04c ";
    font-family: FontAwesome;
    font-size: 10px;
    color: #fff;
    background: #006fb4;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    padding: 8px 0 0;
    margin-right: 4px;
    box-sizing: border-box;
}
article .tts-container .tts-play.loading:before {
    content: "\f1ce ";
    font-family: FontAwesome;
    font-size: 10px;
    color: #fff;
    background: #006fb4;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    padding: 8px 0 0;
    margin-right: 4px;
    box-sizing: border-box;
}
article .tags {
    margin-top: 15px;
}
article .tags a {
    display: inline-block;
    padding: 6px 10px;
    background: #f5f5f5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}
article .tags a:hover {
    background: #006fb4;
    color: #fff;
}
.fena-search .nav-tabs {
    margin-top: 25px;
}
.fena-search .fena-search-container {
    margin: 20px 0;
}
.fena-search .form-group {
    width: 50%;
}
@media (max-width: 768px) {
    .fena-search .form-group {
        display: inline-block !important;
        margin-bottom: 0;
    }
}
.fena-search .form-group input {
    width: 100%;
}
.fena-search .panel {
    margin: 10px 0 0;
}
.fena-search .panel .panel-body {
    padding-bottom: 3px;
}
.fena-search .panel .panel-body .root {
    width: 20%;
    float: left;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .fena-search .panel .panel-body .root {
        width: 25%;
    }
}
@media (max-width: 730px) {
    .fena-search .panel .panel-body .root {
        width: 33.333%;
    }
}
@media (max-width: 550px) {
    .fena-search .panel .panel-body .root {
        width: 50%;
    }
}
@media (max-width: 400px) {
    .fena-search .panel .panel-body .root {
        width: 100%;
    }
}
.fena-search .panel .panel-body .root .checkbox {
    margin-bottom: 2px;
    margin-top: 0;
}
.fena-search .panel .panel-body .root label {
    font-weight: 500;
}
.fena-search .panel .panel-body .root .children label {
    font-size: 14px;
    font-weight: 400;
}
.fena-search .panel .panel-body .root .children .checkbox {
    margin-bottom: 2px;
    margin-top: 0;
}
.subscribed-categories {
    margin-left: 30px;
}
@media (max-width: 767px) {
    .subscribed-categories {
        margin-left: 0;
    }
}
.subscribed-categories .category-root {
    padding: 5px 0;
}
.subscribed-categories .category-root .category-name .fa {
    color: #c00;
}
.subscribed-categories .category-root .category-name.subscribed .fa {
    color: #006fb4;
}
.subscribed-categories .category-root .children {
    display: none;
}
.galleries.page .item,
.videos.page .item {
    height: 230px;
}
.galleries.page .info,
.videos.page .info {
    margin: 20px 0;
}
.galleries.page .preview,
.videos.page .preview {
    margin-bottom: 20px;
    height: 500px;
    background: #333;
    text-align: center;
}
@media (max-width: 400px) {
    .galleries.page .preview,
    .videos.page .preview {
        height: auto;
    }
}
.galleries.page .preview .gallery-image,
.videos.page .preview .gallery-image {
    float: none;
    max-width: 100%;
    max-height: 100%;
}
.galleries .item,
.videos .item {
    float: left;
    display: block;
    width: 23.076923076923077%;
    height: 270px;
    background-color: #eee;
    margin-right: 2.564102564102564%;
    margin-bottom: 20px;
    text-decoration: none;
    color: #000;
}
.galleries .item:hover,
.videos .item:hover {
    background: #f3f3f3;
}
@media (min-width: 992px) {
    .galleries .item:nth-child(4n + 4),
    .videos .item:nth-child(4n + 4) {
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .galleries .item,
    .videos .item {
        width: 31.623931623931625%;
    }
    .galleries .item:nth-child(3n + 3),
    .videos .item:nth-child(3n + 3) {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .galleries .item,
    .videos .item {
        width: 48.717948717948715%;
        height: 280px !important;
    }
    .galleries .item:nth-child(2n + 2),
    .videos .item:nth-child(2n + 2) {
        margin-right: 0;
    }
}
@media (max-width: 550px) {
    .galleries .item,
    .videos .item {
        width: 100%;
        height: auto !important;
        margin-right: 0;
    }
}
.galleries .item img,
.videos .item img {
    width: 100%;
}
.galleries .item .desc,
.videos .item .desc {
    padding: 15px;
}
.galleries .item .desc h3,
.videos .item .desc h3 {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
}
.galleries .item .desc time,
.videos .item .desc time {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #46aae9;
}
