body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #f2f3f5
}

body.cke_editable {
    background-color: #ffffff;
    padding: 10px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.list>li {
    position: relative;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 1.75em;
}

.list>li:before {
    content: "";
    position: absolute;
    background-color: #d1d5db;
    border-radius: 50%;
    width: .375em;
    height: .375em;
    top: .6875em;
    left: .25em;
}

.mt-5px {
    margin-top: 6px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}

.mb-5px {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}

.ovhidden {
    overflow: hidden;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.ps-z0 {
    position: relative;
    z-index: 0!important;
}
.ps-z1 {
    position: relative;
    z-index: 1!important;
}
.ps-z2 {
    position: relative;
    z-index: 2!important;
}

.disable-tap-zoom {
    touch-action: manipulation;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: 0 0
}

a {
    color: #ff0000;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #9e191e
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

body .text-tiny {
    font-weight: 300!important;
}

body .text-medium {
    font-weight: 400!important;
}

.no-margin {
    margin: 0!important;
}

.no-padding {
    padding: 0!important;
}

.padding {
    padding: 90px 0
}

.section {
    margin-bottom: 30px
}

.section-title {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    font-size: 24px;
    color: #525b6e;
    font-weight: 700
}

.section-title:before {
    width: 50px;
    z-index: 1
}

.section-title:after {
    right: 0;
    background-color: #e6e6e8
}

.section-title:before,
.section-title:after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px
}

.section-title.title {
    margin-bottom: 25px
}

.section-sub-title {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    padding: 0;
}

.btn-primary.btn-animated {
    font-size: 12px;
    font-weight: 700;
    padding: 17px 47px;
    background-color: transparent;
    text-transform: uppercase;
    border-color: #fff;
    border-width: 3px;
    border-style: solid;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    letter-spacing: 2px
}

.btn-primary.btn-animated:hover,
.btn-primary.btn-animated:focus {
    background-color: transparent;
    outline: none;
    border: 3px solid #a0d48c
}

.btn-primary {
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 45px;
    outline: none;
    text-transform: uppercase
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #333;
    color: #fff;
    outline: none;
    border: 0
}

.parallax-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    min-height: 437px;
    color: #fff;
    position: relative
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.form-control {
    height: 35px;
    padding: 6px 12px;
    color: #000;
    border: 2px solid #ececec;
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    background-color: #fff;
    font-weight: 400
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 2px;
    border-style: solid;
    background-color: #fff
}

textarea.form-control {
    padding: 15px 20px;
    resize: none
}

label {
    font-weight: 400
}

button {
    cursor: pointer
}

.form-group {
    margin-bottom: 20px
}

.navbar-toggle {
    border: 1px solid #fff;
    margin-top: 13px
}

.navbar-toggle .icon-bar {
    background-color: #384650
}

.navbar-toggle,
.navbar-fixed-top .navbar-toggle {
    border: 1px solid #384650
}

.navbar-toggle .icon-bar,
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #384650
}

.navbar-toggler .fa-align-justify:before {
    content: "\f00d";
}

.image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative
}

.image-bg .section-title h1 {
    color: #fff
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: inherit;
    background-color: inherit
}

.badge {
    margin-left: 5px;
    font-size: 11px
}

.mfp-figure {
    background-color: #fff
}

img.mfp-img {
    padding: 12px
}

.mfp-image-holder .mfp-close {
    top: -35px
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px
}

#navigation {
    position: fixed;
    width: 100%;
    left: 0;
    top: -1px;
    z-index: 9999;
    background: #fff
}

#navigation .secondary-logo {
    display: block;
}

#navigation .navbar-nav {
    margin-right: 20px
}

#navigation .navbar-nav {
    margin-left: 25px
}

#navigation .navbar {
    display: block;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav>li>a {
    display: block
}

#navigation .navbar-nav li a {
    padding: 14px 15px;
    font-size: 17px;
    color: #ffffff;
}

#navigation .navbar-nav li.home a {
    padding-right: 5px;
    padding-left: 0;
}

#navigation .navbar-nav li a:hover {
    color: #ff9898;
}

#navigation .navbar-nav li .dropdown-menu {
    padding-top: 0;
    background-color: #9e191e;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
}

.main-logo {
    width: 200px;
    height: auto;
    -webkit-transition: width .3s ease 0s;
    -khtml-transition: width .3s ease 0s;
    -moz-transition: width .3s ease 0s;
    -ms-transition: width .3s ease 0s;
    -o-transition: width .3s ease 0s;
    transition: width .3s ease 0s;
}

.d-lg-none .main-logo {
    width: 170px;
    height: auto;
}

.main-logo .st0 {
    fill: #FFFFFF;
}

.main-logo .st1 {
    fill: #F58220;
}

.from-category {
    margin-top: 30px;
}

.article-tabs {
    margin-top: 20px;
}

.pswp {
    z-index: 12500!important;
}

.pswp img {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4), 0 6px 20px 0 rgba(0,0,0,.4);
}

.article-gallery {
    position: relative;
}

#articleTab {
    margin-bottom: 10px;
}

.article-tabs .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    border-left: 1px solid #dee2e6;
}
.article-tabs .nav-tabs .nav-item:first-child {
    border-left: 0;
}

.article-gallery__zoom {
    position: absolute;
    z-index: 100;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 41px;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    font-size: 19px;
    border: 0;
    padding: 0;
    background-color: #000000a3;
    opacity: 0.7;
    border-radius: 3px;
    outline: none!important;
}

.article-gallery__zoom:hover {
    opacity: 1;
}

.images-gallery_mini {
    padding: 10px;
}

.image-gallery_min__body {
    padding: 5px;
    border: 1px solid #dddddd;
    overflow: hidden;
    border-radius: 3px;
}

.image-gallery-item {
    max-height: 430px;
    overflow: hidden;
}

.image-gallery_min__body img, .image-gallery-item img {
    display: block;
    width: 100%;
    height: inherit;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.image-gallery_min__body img {
    border-radius: 3px;
}

.image-gallery_mini-item--active .image-gallery_min__body {
    border: 1px solid #c1464b;
    background-color: #f3f3f3;
}

.article__image__description {
    padding: 5px 5px 0;
    text-align: right;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.1;
}

@media(max-width:999px) {
    .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: #fff
    }
    #navigation .navbar-header {
        float: none
    }
    #navigation .navbar-toggle {
        display: block
    }
}

@media(min-width:1000px) {
    #navigation .navbar-collapse {
        padding: 0
    }
    #navigation .navbar-nav li,
    .dropdown {
        position: relative
    }
    #navigation .navbar-nav {
        top: 2px
    }
    #navigation .navbar-nav>li.dropdown:hover>.dropdown-menu {
        display: block
    }
    #navigation .open>.dropdown-menu,
    #navigation-v1 .open>.dropdown-menu {
        display: none
    }
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .more .dropdown-menu {
        left: inherit;
        right: 0;
        min-width: 200px
    }
    .navbar-expand-lg .navbar-nav li.dropdown:hover .dropdown-menu {
        display: block
    }
}

#navigation .navbar-nav .mega-cat-dropdown,
#navigation .navbar-nav .mega-dropdown {
    position: inherit
}

#mainmenu .mega-cat-menu {
    background-color: #3a3a3a;
    padding: 30px 0 45px;
    border: none;
    min-width: 100%;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: -2px !important;
    left: -1px
}

#mainmenu .sub-catagory {
    overflow: hidden
}

#mainmenu .sub-catagory .section-title {
    color: #fff
}

#mainmenu .sub-catagory ul {
    float: right;
    margin-top: -35px
}

#mainmenu .sub-catagory ul li {}

#mainmenu .sub-catagory ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px;
    z-index: 1000;
    position: relative;
    border-bottom: 2px solid transparent
}

#mainmenu .sub-catagory ul li a:hover {
    color: #fff
}

#mainmenu .post a:hover {
    color: #aeaeae
}

#mainmenu .dropdown-menu>li>a {
    font-size: 14px;
    padding: 5px 20px;
    display: block
}

.dropdown-menu>li>a {
    color: #aeaeae
}

#mainmenu .mega-menu {
    min-width: 100%;
    background-color: #fff;
    padding-bottom: 45px
}

#mainmenu .mega-menu h2 {
    font-size: 16px;
    color: #999;
    font-weight: 700;
    margin-top: 15px
}

#mainmenu .mega-menu ul {
    margin-left: 0
}

#mainmenu .mega-menu li a {
    display: block;
    padding: 5px 0
}

#mainmenu .mega-menu .entry-thumbnail {
    margin-top: 25px
}

#navigation {
    background-color: #fff;
    width: 100%;
    clear: both
}

#navigation .navbar .topbar {
    background-color: #bd2127;
}

#weather {
    position: absolute;
    top: 16px;
    right: 61px;
    display: block;
    color: #ffffff;
    font-size: 16px;
}

#weather .weather-img {
    position: absolute;
    top: 2px;
    right: calc(100% + 4px);
    display: block;
    width: 32px;
    height: auto;
}

#weather span {
    font-size: 11px;
}

#topbar {
    float: none
}

.navbar-brand {
    padding: 10px 0
}

.homepage .navbar-brand {
    padding: 13px 0
}

#topbar-right {
    float: right
}

.searchNlogin {
    float: right;
    position: relative
}

.searchNlogin li {
    float: left;
    padding: 15px 20px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.searchNlogin li:hover {
    color: #ff9898
}

#mainmenu {
    padding-right: 0;
    padding-left: 0
}

#removeMenu {
    display: none;
}

.search {
    position: absolute;
    top: 0;
    z-index: 10;
    right: 56px;
    width: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.expanded .search {
    opacity: 1;
    width: 300px
}

.search-form {
    padding-left: 0;
    height: 54px;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    width: 100%;
    border: 1px solid #eee;
    background-color: #f2f3f5;
    border-right: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.expanded .search-form {
    padding-left: 15px
}

.expanded .search-icon {
    background-color: #f2f3f5;
    border-left-color: #f2f3f5;
    color: #525b6e
}

.create-account {
    padding: 20px 30px 17px;
    background-color: #1f1f1f;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300
}

.input-group {
    margin-bottom: 20px
}

.input-group-addon {
    background-color: #fff;
    border: 0;
    padding: 6px 12px;
    border-radius: 4px 0 0 4px
}

.input-group img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.form-control:active img,
.input-group:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.input-group .form-control {
    border: 0
}

.navbar {
    border-radius: 0;
}

#mainmenu li a:hover {
    color: inherit
}

#mainmenu .dropdown-toggle::after {
    display: none
}

.feature-post {
    position: relative
}

.feature-post .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 15px 10px 15px;
    z-index: 1;
    color: #fff;
    background: -moz-linear-gradient(to bottom, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.1) 5%, rgb(0, 0, 0, 0.3) 18%, rgb(0, 0, 0, 0.62) 61%, rgb(0, 0, 0, 0.63) 70%, rgb(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.1) 5%, rgb(0, 0, 0, 0.3) 18%, rgb(0, 0, 0, 0.62) 61%, rgb(0, 0, 0, 0.63) 70%, rgb(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.1) 5%, rgb(0, 0, 0, 0.3) 18%, rgb(0, 0, 0, 0.62) 61%, rgb(0, 0, 0, 0.63) 70%, rgb(0, 0, 0, 0.9) 100%);
    border-radius: 0 0 3px 3px;
    width: 100%
}

.entry-meta {
    font-size: 12px
}

.post {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 20px;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.article-tabs .from-category .post {
    margin-top: 10px;
}

.article-tabs .from-category {
    margin-top: 0;
}

.article-tabs .from-category .post {
    background: transparent;
}

.article-tabs .from-category .post:first-child {
    margin-top: 0;
}

.post .full-link {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.post.feature-post {
    background-color: inherit
}

.post .entry-title {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.07;
    padding-top: 1px;
    letter-spacing: -0.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post .entry-title .red-title {
    color: #ff0000;
    text-transform: uppercase;
}

.post .entry-title .red-title.has-gallery:before {
    /*content: "\f030";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;*/
    content: url(../img/camera_red.svg);
    display: inline-block;
    width: 18px;
    margin-right: 3px;
    color: #f58220;
}

.post.big-title .entry-title .red-title.has-gallery:before {
    width: 25px;
}

.alone.post .entry-title .red-title.has-gallery:before, .miltialone .post .entry-title .red-title.has-gallery:before, .multimulti .post .entry-title .red-title.has-gallery:before, .multimulti .post.big-title .entry-title .red-title.has-gallery:before {
    margin-left: 2px;
    margin-right: 5px;
}

.post.big-title .entry-title {
    font-size: 28px
}

#latestNews .post .entry-title {
    height: 80px;
    margin: 5px 0;
    font-size: 16px;
    color: #000000;
    -webkit-line-clamp: 4;
}

.catagory {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3
}

#latestNews .catagory {
    top: 8px;
    right: 8px;
}

.entry-text {
    margin-top: 20px;
    line-height: 1.4;
}

.entry-text h1, .entry-text h2, .entry-text h3, .entry-text h4, .entry-text h5, .entry-text h6 {
    margin: 20px 0 10px;
}

.entry-text div, .entry-text p {
    margin-bottom: 15px;
}

.entry-text img {
    max-width: 100%;
    height: auto!important;
}

.entry-text .fb-post {
    width: 100%;
    text-align: center;
}

/* Test */

/*.feature-post .post-content {
    color: #000;
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 5%, rgb(0 0 0 / 31%) 18%, rgb(0 0 0 / 62%) 61%, rgb(0 0 0 / 63%) 70%, rgb(0 0 0 / 90%) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.13) 5%, rgb(0 0 0 / 31%) 18%, rgb(0 0 0 / 62%) 61%, rgb(0 0 0 / 63%) 70%, rgb(0 0 0 / 90%) 100%);
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 13%) 5%, rgb(255 255 255 / 31%) 18%, rgb(255 255 255 / 62%) 61%, rgb(255 255 255 / 63%) 70%, rgb(255 255 255 / 90%) 100%);
}

.feature-post:hover .post-content {
    color: #fff;
}

.feature-post .post-content .entry-intro {
    text-shadow: 1px 1px 1px #e8e8e8;
}

.feature-post .entry-title {
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.site-content .post .entry-title .red-title {
    text-shadow: none!important;
}*/

.catagory a {
    color: #fff;
    display: block;
    padding: 3px 12px;
    font-size: 12px;
    text-transform: uppercase
}

.feature-post img {
    border-radius: 3px
}

.post img,
.post-content,
.entry-meta,
.entry-title {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.feature-post:hover .post-content {
    padding-top: 50%;
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 18%, rgba(0, 0, 0, 0.42) 36%, rgb(0 0 0 / 65%) 70%, rgb(0 0 0 / 76%) 87%, rgb(0 0 0 / 90%) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 18%, rgba(0, 0, 0, 0.42) 36%, rgb(0 0 0 / 65%) 70%, rgb(0 0 0 / 76%) 87%, rgb(0 0 0 / 90%) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.20) 18%, rgba(0, 0, 0, 0.42) 36%, rgb(0 0 0 / 65%) 70%, rgb(0 0 0 / 76%) 87%, rgb(0 0 0 / 90%) 100%);
}

.entry-thumbnail {
    position: relative;
    overflow: hidden;
}

.post-icons {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-icons .article-icon {
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.post-icons .article-icon.icon-video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 56px;
    opacity: 0.5;
}

/*
.post-icons .article-icon.icon-gallery {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    background: #df681f;
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
}*/

.post:hover .article-icon {
    opacity: 1;
}

.post.small-post .post-icons .article-icon.icon-video {
    font-size: 40px;
}

#latestNews .post:hover .post-icons .article-icon.icon-video, .rest-feature .post:hover .post-icons .article-icon.icon-video {
    font-size: 66px;
}

#latestNews .owl-nav {
    position: absolute;
    z-index: 100;
    top: -26px;
    right: 0;
}

#latestNews .owl-nav button {
    position: relative;
    width: 30px;
    text-align: center;
    border: 1px solid #c1c1c1;
    color: #9e191e;
    height: 30px;
    line-height: 30px;
    vertical-align: inherit;
    border-radius: 2px;
    overflow: hidden;
    outline: 0!important;
    touch-action: manipulation;
}

#latestNews .owl-nav button:hover {
    border-color: #9e191e;
}

#latestNews .owl-nav button:active {
    color: #ffffff;
    background: #9e191e;
    border-color: #9e191e;
}

#latestNews .owl-nav button.disabled, #latestNews .owl-nav button.disabled:active {
    color: #c1c1c1 !important;
    background: transparent !important;
    border-color: #c1c1c1 !important;
    cursor: default !important;
}

#latestNews .owl-nav button.owl-prev {
    margin-right: 0;
}

#latestNews .owl-nav button.owl-next {
    margin-left: 2px;
}

#latestNews .owl-nav button span {
    position: absolute;
    top: -4px;
    left: 10px;
    font-size: 32px;
    font-weight: 700;
}

.post.small-post:hover .post-icons .article-icon.icon-video {
    font-size: 46px;
}

.alone .post-icons .article-icon.icon-video, .miltialone .post-icons .article-icon.icon-video {
    font-size: 86px;
}

.from-category .post.small-post .post-icons .article-icon.icon-video {
    font-size: 28px;
}

.from-category .post.small-post:hover .post-icons .article-icon.icon-video {
    font-size: 30px;
}

#latestNews .entry-thumbnail {
    height: 150px;
}

.miltialone .entry-thumbnail, .alone .entry-thumbnail {
    height: 370px;
}

.multimulti .entry-thumbnail {
    height: 171px;
}

.entry-thumbnail img, .entry-thumbnail img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.post.medium-post:hover .entry-thumbnail img, .post.small-post:hover .entry-thumbnail img, .rest-feature .post:hover .entry-thumbnail img {
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.left-content .post img:hover {
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.post .carousel-inner .item img,
.post .add img,
.post.feature-post img {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.catagory.post-badge a {
    background-color: #bd2127;
    border-radius: 2px;
}

.catagory.post-badge a:hover {
    color: #841318;
    background-color: #ffffff
}

.catagory.sport a {
    background-color: #8dc63f
}

.catagory.zabava a {
    background-color: #92278f
}

.owl-controls .owl-pagination {
    float: right;
    margin-top: -40px;
    position: relative;
    padding-right: 25px
}

.owl-dotsn {
    text-align: center
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.add.featured-add {
    margin-top: 20px
}

.add {
    position: relative;
    margin-top: 30px
}

.add.featured-add .custom-item {
    display: block;
    margin-top: 11px;
}
.add.featured-add .custom-item:first-child {
    margin-top: 0;
}

.google-add,
.google-add:hover {
    text-align: center;
    background-color: transparent;
    border-bottom: 0
}

.google-add .add {
    display: inline-block;
    max-width: 728px;
    height: 90px;
    margin-top: 10px
}

.add:before {
    position: absolute;
    right: 0;
    top: -15px;
    content: "Oglas";
    font-size: 10px;
    color: #a5a5a5
}

.add img {
    border-radius: 3px;
    display: inline-block
}

#latestNews {
    margin-right: -15px;
}

#latestNews .post {
    margin-right: 0;
    position: relative
}

.latest-news-wrapper {
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px
}

.latest-news-wrapper .owl-carousel {
    -ms-touch-action: auto;
        touch-action: auto;
}

.post-content {
    padding: 10px 15px
}

.post-content.article-page {
    padding: 10px 15px 15px 15px;
}

.post-content i {
    margin-right: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#latestNews {
    position: relative
}

.post.medium-post .entry-title {
    text-transform: initial;
    font-size: 16px;
    line-height: 1.3
}

.entry-title a,
.entry-meta a {
    color: #000
}

.entry-title a:hover {
    color: #9c9c9c
}

#latestNews .owl-dots {
    position: absolute;
    top: -20px;
    right: 3px;
    text-align: right
}

#latestNews .owl-dots .owl-dot span {
    background-color: #c2c3c4;
    margin: 3px
}

.latest-news-wrapper .section-title:after {
    margin-right: 68px
}

/*#latestNews:hover .post img {
    opacity: .6
}

#latestNews .post:hover img {
    opacity: 1
}*/

.section {
    position: relative
}

.cat-menu {
    position: absolute;
    top: 10px;
    right: 0
}

/*
.section:hover>.cat-menu {
    visibility: visible
}*/

.cat-menu a {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #525b6e;
    border-bottom: 2px solid transparent
}

.list-post {
    padding-bottom: 10px
}

.list-post li {
    border-top: 1px solid #eee
}

.list-post li a {
    display: block;
    padding: 17px 30px;
    color: #000
}

.list-post li a:hover {
    color: #9c9c9c
}

.list-post li a i {
    float: right
}

.small-post .post-content {
    padding: 20px 20px 0
}

.post.small-post .entry-title {
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px !important
}

.entry-content {
    margin-top: 10px;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.1px;
}

.entry-content iframe {
    display: block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    margin: 10px auto 20px auto;
}

.details-news .post {
    overflow: visible;
}

.rest-archive .post {
    overflow: visible;
    padding: 12px;
}

.rest-archive .post .archive-main .archive-title {
    margin-top: 15px;
}

.rest-archive .post .archive-main:first-child .archive-title {
    margin-top: 0;
}

.archive-article {
    margin-bottom: 5px;
    line-height: 1.2;
}

.archive-article a:hover {
    text-decoration: underline;
}

.archive-main h2 a {
    font-size: 20px;
}

.archive-main .empty h2 a {
    color: #b5b5b5!important;
}

#sandbox-container .input-group {
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.details-news .entry-intro {
    font-size: 19px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.details-news .entry-thumbnail {
    max-height: 550px;
}

.details-news .entry-thumbnail:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.left-content .post .entry-title {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 2px;
    font-size: 22px;
    letter-spacing: unset;
    overflow: hidden;
    text-overflow: unset;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.rest-ppl .rest-feature .entry-header, .rest-ppl .rest-feature .entry-thumbnail {
    height: 147px;
}

.rest-ppl .rest-feature .post {
    margin-left: 0;
    margin-right: 0;
}

.max-h-110.hdny {
    height: 110px;
    overflow-y: auto;
}

#photo-gallery {
    background-color: #fff
}

#photo-gallery .carousel-item h2 {
    font-size: 18px;
    padding: 30px;
    margin-top: 0;
    margin-bottom: 10px
}

#photo-gallery .carousel-item h2 a {
    color: #000
}

#photo-gallery .carousel-item h2 a:hover {
    color: #aeaeae
}

.gallery-indicators {
    position: inherit;
    width: 100%;
    left: 0;
    margin-left: 0;
    text-align: left;
    padding: 5px 30px;
    justify-content: left
}

.gallery-indicators li,
.gallery-indicators li.active {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    margin: 3px;
    text-indent: inherit
}

.gallery-indicators li {
    opacity: .4
}

.gallery-indicators li.active,
.gallery-indicators li:hover {
    opacity: 1
}

.gallery-turner {
    position: absolute;
    right: 28px;
    bottom: 37px;
    font-size: 25px;
    z-index: 50
}

.gallery-turner a {
    margin: 5px
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.left-content .post.medium-post .entry-title {
    margin-bottom: 0
}

.featured-result .verses {
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.featured-result .match-result {
    font-size: 24px
}

.league-result {
    background-color: #fff;
    text-align: center
}

.league-result ul li {
    border-bottom: 1px solid #f2f3f5;
    padding: 25px 10px
}

.league-result img {
    display: inline-block;
    margin-top: -3px;
    width: 20px
}

.league-result span {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px
}

.league-result .col-xs-4 {
    padding-left: 0;
    padding-right: 0
}

.video-section .video-catagory {
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 11px;
    text-transform: uppercase
}

.rest-posts .rest-feature .post {
    margin-top: 5px;
}

.rest-posts .post .entry-title {
    color: #000000;
}

.rest-feature .entry-header, .rest-feature .entry-thumbnail {
    height: 200px;
}

.rest-posts .small-post .inner {
    display: table;
    table-layout: fixed;
}

.rest-posts .small-post .entry-header, .rest-posts .small-post .entry-thumbnail {
    width: 100px;
    height: 66px;
}

#articleTabContent .rest-posts .small-post .entry-header, #articleTabContent .rest-posts .small-post .entry-thumbnail {
    width: 80px;
    height: 56px;
}

.rest-posts .small-post .entry-header, .rest-posts .small-post .post-content {
    display: table-cell;
    vertical-align: top;
}

.rest-posts .small-post .post-content {
    padding: 9px 5px 0 8px;
    margin: 0;
}

.rest-feature .post .entry-title {
    height: 57px;
}

.rest-posts .post.small-post .entry-title {
    margin: 0!important;
    padding: 1px 0 0 0;
    font-size: 16px;
    line-height: 1.1;
}

.rest-posts.cat-posts .post .entry-title {
    font-size: 18px;
    -webkit-line-clamp: 4;
}

.rest-posts.cat-posts .post .entry-title a {
    color: #000000;
}

.rest-posts.cat-posts .post:hover .entry-title a {
    text-decoration: underline;
}

.rest-posts.cat-posts .small-post .entry-header, .rest-posts.cat-posts .small-post .entry-thumbnail {
    width: 200px;
    height: 113px;
}

.rest-posts.cat-posts .small-post .post-content {
    height: 113px;
}

.rest-posts.cat-posts .small-post .entry-intro {
    font-size: 15px;
    line-height: 1.2;
    color: #505050;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#articleTabContent .rest-posts .post.small-post .entry-title {
    font-size: 15px;
    font-weight: 400;
}

#articleTabContent .rest-posts .post.small-post .entry-title .red-title {
    color: #f51821;
    font-size: 14px;
    font-weight: 700;
}

#articleTabContent .rest-posts .post.small-post .entry-title .red-title.has-gallery:before {
    width: 15px;
}

#articleTabContent .rest-posts .small-post .post-content {
    padding: 4px 5px 0 8px;
}

.article-tabs .nav-tabs .nav-link {
    padding: .2rem 1.1rem .7rem 0;
    line-height: 1;
    border: 0;
}

.article-tabs .nav-tabs .nav-link {
    color: #808080;
}

.article-tabs .nav-tabs .nav-link:hover {
    color: #000000;
    border: 0;
}

.article-tabs .nav-tabs .nav-link.active {
    color: #ff0000;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.say-there-is {
    margin-top: 20px;
    margin-bottom: 25px;
}

/*.say-there-is:before {
    content: "Tekst se nastavlja nakon oglasa";
    border-bottom: 1px solid #dee2e6;
    display: block;
    font-size: 12px;
    color: #aaaaaa;
}*/

#popularTab .justify-content-center {
    height: 100px;
    align-items: center;
}

.section-title.color-green, .rest-posts.rest-sport .post .entry-title .red-title {
    color: #55AC53;
}

.section-title.color-other, .rest-posts.rest-other .post .entry-title .red-title {
    color: #ff700b;
}

.section-title.color-green:before {
    background-color: #55AC53;
}

.section-title.color-other:before {
    background-color: #ff700b;
}

.com-details .col-xs-4 {
    padding-left: 0;
    padding-right: 0
}

.com-details {
    border-bottom: 1px solid#f2f3f5;
    padding: 12px 15px;
    color: #9c9c9c
}

.stock-reports .col-4 {
    padding-left: 10px;
    padding-right: 10px
}

.com-details .fa-caret-down {
    color: #ed1c24
}

.com-details:last-child {
    border-bottom: 0
}

.com-details i {
    margin-left: 12px
}

.com-details .fa-caret-up {
    color: #00a651
}

.widget {
    margin-bottom: 30px
}

.widget .nav-tabs {
    margin-bottom: 30px;
    background-color: #fff
}

.widget .tab-content ul li {
    border-bottom: 1px solid #f2f3f5
}

.widget .tab-content ul li:last-child {
    border-bottom: 0
}

.widget .tab-content ul li .post {
    margin-top: 0;
    border-bottom: 0
}

.widget .nav-justified>li>a {
    border-bottom: 0;
    border: 0;
    font-size: 12px;
    padding: 12px
}

.widget .nav-justified>li>a i {
    margin-right: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.widget .nav-justified>li>a:hover,
.widget .nav-tabs.nav-justified>.active>a,
.widget .nav-tabs.nav-justified>.active>a:focus,
.widget .nav-tabs.nav-justified>.active>a:hover {
    border: 0;
    background-color: #fff
}

.widget .nav-tabs>li.active>a,
.widget .nav-tabs>li.active>a:focus,
.widget .nav-tabs>li.active>a:hover {
    color: #aeaeae
}

.widget .tab-content .entry-meta li {
    border-bottom: 0
}

.widget .tab-content .entry-meta li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #aeaeae
}

.widget .small-post .post-content {
    padding: 20px 20px 10px
}

.widget .tab-pane.active {
    position: relative;
    background-color: #fff
}

.widget .tab-pane.active:before {
    position: absolute;
    content: "";
    top: -10px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.footer-widget {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #f2f3f5
}

.footer-widget {
    padding-top: 70px
}

.footer-widget ul li {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-bottom: 15px
}

.footer-widget ul li img {
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-widget ul li img:hover {
    opacity: .7
}

.footer-widget ul li:last-child,
.footer-widget ul li:nth-child(4) {
    margin-right: 0
}

.widget.news-letter {
    color: #aeaeae
}

.widget.news-letter form {
    margin-top: 20px
}

.widget.news-letter input {
    padding: 10px 12px;
    width: 100%;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
    outline: none
}

.widget.news-letter input:focus {
    border-width: 1px;
    border-style: solid
}

.widget.news-letter button {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    border: 0;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-top {
    overflow: hidden;
    background-color: #e6e7e8
}

.logo-icon {
    border-top: 1px solid #f2f3f5;
    padding: 20px 0;
    position: relative
}

.logo-icon:before,
.logo-icon:after {
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    width: 140px;
    background-color: #d9dadb;
    left: 50%
}

.logo-icon:before {
    margin-left: -180px
}

.logo-icon:after {
    margin-left: 40px
}

.logo-icon img {
    display: inline-block;
    width: 40px;
    height: auto;
}

.footer-menu {
    background-color: #9e191e;
    text-align: center;
}

.footer-menu .navbar-nav {
    display: inline-block;
    float: none !important;
    padding: 25px 0 20px
}

.footer-menu .navbar-nav li {
    display: inline-block
}

.footer-menu .navbar-nav li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 10px;
    display: block
}

.footer-menu .navbar-nav li a:hover {
    color: #fbc02d;
}

.bottom-widgets {
    background-color: #bd2127;
    padding: 50px 0 20px 0;
    color: #ffffff;
}

.bottom-widgets a {
    color: #ffffff;
}

.bottom-widgets .widget h2 {
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase
}

.bottom-widgets .widget ul {
    float: left;
    margin-right: 20px
}

.bottom-widgets .widget ul:last-child {
    margin-right: 0
}

.bottom-widgets .widget li a {
    padding: 1px 3px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}

.bottom-widgets .widget li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.popular-posts ul li {
    margin-top: 10px;;
}

.popular-posts ul li:first-child {
    margin-top: 0;
}

.popular-posts ul li a {
    display: flex;
    flex-wrap: nowrap;
    color: #000000;
    background: #ffffff;
    border-radius: 3px;
}

.popular-posts .post-numbered {
    height: 70.4px;
    width: 50px;
    min-width: 50px;
    line-height: 70.4px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #ff0000;
}

.popular-posts .post-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70.4px;
    padding: 7px 5px 0 0;
    overflow: hidden;
}

.popular-posts .post-title h3 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.02rem;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.popular-posts .post-title .red-title {
    color: #ff0000;
    text-transform: uppercase;
}

.enable-on-touch {
    display: block;
}

.footer-bottom {
    background-color: #9e191e;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px
}

.footer-bottom a {
	color: #ffffff;
}

.pagination-wrapper {}

.pagination {
    font-size: 14px;
    display: block;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    margin: 20px 0
}

.pagination li {
    display: inline-block;
    margin-left: 3px;
}

.pagination li:first-child {
    margin-left: 0;
}

.pagination li a {
    color: #fff;
    background-color: #27292a;
    border: 1px solid #0e0f0f;
    padding: 6px 12px;
    display: block
}

.pagination li a:hover,
.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover {
    color: #fff
}

.page-breadcrumbs {
    position: relative;
    margin: 30px 0 10px
}

.page-breadcrumbs .section-title a {
    color: #525b6e;
}

.page-breadcrumbs .section-title a:hover {
    text-decoration: underline;
}

.listing-news .entry-header,
.listing-news .post-content {
    float: left
}

.listing-news .entry-header {
    width: 55%
}

.listing-news .post-content {
    width: 45%;
    padding: 40px 30px
}

.listing-news .post-content .entry-title {
    margin-bottom: 25px
}

.listing-news .post {
    max-height: 255px
}

.details-news .entry-meta {
    margin-bottom: 5px;
    color: #868686;
}

.details-news .entry-meta .posted-by a {
    text-transform: uppercase
}

.details-news .entry-title {
    font-size: 32px;
    font-weight: 700
}

.post-inner-image {
    margin-top: 40px;
    margin-bottom: 40px
}

.share-link {
    margin-top: 35px;
    margin-bottom: 10px
}

.comments-wrapper {
    margin-top: 65px;
    font-size: 14px;
    color: #888
}

.comments-wrapper .media-list {
    margin-bottom: 70px
}

.comments-wrapper .media {
    background-color: #fff;
    padding: 15px 30px 30px;
    border-radius: 4px
}

.media {
    margin-top: 30px
}

.comments-wrapper .media .media-object {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background-color: #ddd
}

.comments-wrapper .media .media-left {
    padding-top: 15px;
    padding-right: 15px
}

.comments-wrapper .media-body h2,
.comments-wrapper .media-body h3 {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px
}

.comments-wrapper .media-body h2 {
    font-size: 18px
}

.comments-wrapper .media-body h3 {
    font-size: 14px
}

.comments-wrapper .media-body h2 a,
.comments-wrapper .media-body h3 a:hover {
    color: #000
}

.comments-wrapper .media-body .replay:hover {
    color: #888
}

.comments-wrapper .media.media-child {
    margin-left: 150px
}

#comment-form {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 70px;
    border-radius: 3px
}

#comment-form button.btn-primary {
    display: inline-block;
    margin-top: 15px
}

.error-page {
    padding-top: 90px;
    padding-bottom: 50px;
    color: #525b6e;
    background-color: #fff
}

.error-page img {
    display: inline-block
}

.error-page .logo {
    margin-bottom: 75px
}

.error-content img {
    margin-bottom: 35px
}

.error-content h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px
}

.error-content .btn-primary {
    margin-top: 25px;
    margin-bottom: 75px;
    padding: 10px 20px;
    letter-spacing: 2px
}

.error-page .copyright {
    color: #b5b5b5
}

.top-add {
    overflow: hidden;
    margin: 30px 0;
    width: 100%
}

.top-add .navbar-header {
    margin-top: 15px
}

#menubar-cnt {
    background-color: #9e191e;
}

#breaking-news {
    background-color: #fff;
    overflow: hidden;
    margin: 25px 0;
    border-radius: 3px
}

#breaking-news span {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px
}

#breaking-news ul li {
    padding: 10px 20px
}

#breaking-news ul li i {
    margin-right: 10px
}

#breaking-news ul li a {
    color: #525b6e
}

#breaking-news ul li a:hover {
    color: #000
}

.box-width {
    max-width: 1250px;
    margin: 0 auto;
    background-color: #fff
}

#main-wrapper {
    background-color: #f2f3f5;
}

#main-slider,
#main-slider-two {
    height: 350px;
    overflow: hidden
}

#main-slider .owl-item,
#main-slider .feature-post,
#main-slider-two .owl-item,
#main-slider-two .feature-post {
    height: 350px;
    border-radius: 0;
    margin-top: 0
}

#main-slider .feature-post .catagory,
#main-slider-two .feature-post .catagory {
    position: initial;
    display: inline-block;
    margin-bottom: 5px
}

#main-slider .feature-post .entry-title,
#main-slider-two .feature-post .entry-title {
    font-size: 20px;
    line-height: 22px
}

#main-slider .feature-post .post-content,
#main-slider-two .feature-post .post-content {
    border-radius: 0
}

#gmap {
    height: 350px;
    margin-bottom: 30px;
    border-radius: 3px
}

.contact-info {
    overflow: hidden
}

.contact-info ul li {
    width: 31%;
    background-color: #fff;
    padding: 0 25px;
    margin-right: 25px;
    border-radius: 3px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    color: #525b6e
}

.contact-page-two .contact-info ul li {
    width: 31.3%;
    padding: 0 30px;
    margin-right: 30px
}

.contact-info ul li:last-child {
    margin-right: 0
}

.contact-info ul li h2 {
    font-size: 22px;
    margin-top: 20px
}

.contact-info ul li address {
    font-size: 14px
}

.style-chooser {
    width: 140px;
    left: -140px;
    position: fixed;
    top: 50%;
    margin-top: -121px;
    z-index: 99999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.style-chooser.opened {
    left: 0
}

.style-chooser .toggler {
    position: absolute;
    top: 0;
    right: -48px;
    display: inline-block;
    background-color: #ddd;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #333
}

.style-chooser-inner {
    position: relative;
    background-color: #ddd;
    padding: 15px
}

.style-chooser-inner h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 13px
}

.style-chooser-inner ul {
    list-style: none;
    padding: 0;
    margin: -5px
}

.style-chooser-inner ul li {
    display: block;
    width: 58px;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.style-chooser-inner ul li a {
    display: block;
    height: 40px
}

.style-chooser-inner ul li.preset1 a {
    background-color: #ed1c24
}

.style-chooser-inner ul li.preset2 a {
    background-color: #00aeef
}

.style-chooser-inner ul li.preset3 a {
    background-color: #8dc63f
}

.style-chooser-inner ul li.preset4 a {
    background: #f7941d
}

.style-chooser-inner ul li.preset5 a {
    background: #c49a6c
}

.style-chooser-inner ul li.preset6 a {
    background: #92278f
}

ul.list-inline li {
    display: inline-block;
    margin-right: 10px
}

ul.list-inline li:last-child {
    margin-right: 0
}

.badge {
    color: #fff
}

.dropdown-menu {
    margin: 0
}

.small-footer {
    color: #fbbcbf;
}

#searchFromSearch {
    height: 38px;
    border: 1px solid #6c757d;
    border-right: 0;
    background-color: transparent!important;
}

.post-tags {
    margin-top: 25px;
}

.post-tags h4 {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 300; 
}

.post-tags a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1;
    background-color: #c30b0b;
}

.post-tags a:hover {
    background-color: #4a4a4a;
}

.article__category .breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.article__category .breadcrumbs li {
    display: inline-block;
    margin-left: 5px;
}

.article__category .breadcrumbs li:first-child {
    margin-left: 0;
}

.article__category .breadcrumbs li a {
    text-transform: uppercase;
    font-size: 13px;
    background: #9e191e;
    padding: 5px 8px 4px 8px;
    line-height: 1;
    color: #ffffff;
    border-radius: 3px;
}

.article__category .breadcrumbs li:last-child a {
    font-weight: 700;
}

.connected-topics h3.column-title {
    margin-bottom: 0;
    font-weight: 300;
}
.connected-topics .rest-posts .post {
    margin-top: 13px;
}
.connected-topics .rest-posts .small-post .entry-header, .connected-topics .rest-posts .small-post .entry-thumbnail {
    width: 140px;
    height: 80px;
}
.connected-topics .rest-posts .post.small-post .entry-title {
    font-size: 18px;
}
.connected-topics .post.small-post:hover .post-icons .article-icon.icon-video {
    font-size: 40px;
}

.post-content .entry-meta li:hover i,
.list-post li a:hover i,
.gallery-turner a:hover,
.widget .tab-content .entry-meta li a:hover,
.footer-menu .navbar-nav li a:hover,
.details-news .entry-meta .posted-by a:hover,
.contact-info ul li a:hover {
    color: #ed1c24
}

.section-title:before,
.btn-primary,
.badge,
.catagory a,
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
#latestNews .owl-dots .owl-dot.active span,
#latestNews .owl-dots.clickable .owl-dot:hover span,
.pagination li a:hover,
.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover {
    background-color: #ed1c24
}

.form-control:focus,
.widget.news-letter input:focus,
.pagination li a:hover,
.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.btn-danger {
    border-color: #ed1c24
}

#mainmenu .sub-catagory ul li a:hover,
.cat-menu .active a,
.cat-menu a:hover {
    border-bottom: 2px solid #ed1c24
}

.single-member .overlay {
    background-color: rgba(237, 28, 36, .75)
}

#corona {
    display: block;
    margin: 0;
    border-radius: 3px;
    padding: 15px 10px;
    color: #ffffff;
    background: #900900;
    font-size: 12px;
}

#corona h3 {
  margin: 0 0 8px 0;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
}

#corona .c_filter {
  width: 100%;
  margin-bottom: 13px;
}

#c_input {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 5px;
    height: 30px;
    border: none;
    background-color: #b2372f;
    background-image: url('../img/arrow-down.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .9em auto, 100%;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#corona table {
    border-collapse: collapse;
    border-spacing: 0;
  width: 100%;
}

#corona td, #corona th {
  padding: 3px 5px;
  text-align: right;
  border: 1px solid #b2372f;
}

#corona td {
  border-bottom: 0;
  border-right: 0;
}

#corona th {
  font-weight: normal;
  border-top: 0;
  border-right: 0;
  border-top: 0;
  border-right: 0;
  font-size: 12px;
  color: #d28c87;
}

#corona th:first-child, #corona td:first-child {
  border-left: 0;
  text-align: left;
}

#corona .small-spn {
  font-size: 10px;
}

.c_stats {
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
}

.c_stats th, .c_stats td {
    white-space: nowrap;
}

#corona .c_kosovo {
    display: none;
}

#corona.kosovo_active .c_kosovo {
    display: table-row;
}

#corona.kosovo_active .c_updating {
    display: none;
}

.datepicker.dropdown-menu {
    padding: 10px 12px;
}

.popular-tags .badge {
    padding: .4em .6em;
    font-size: 14px;
    margin: 0 4px 8px 0;
    font-weight: 400;
}

.popular-tags.tags-list .badge {
    padding: .5em .7em;
    font-size: 16px;
}

.twitter-tweet {
    margin-left: auto;
    margin-right: auto;
}

.instagram-media {
    margin: 0 auto 12px auto !important;
}

.entry-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.entry-video-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.monadplug-native-loading {
    display: none;
}