/* Light */
@font-face {
    font-family: "JF Flat Light";
    src: url('font/JF-Flat-light.eot');
    src: url('font/JF-Flat-light.eot?#iefix') format('embedded-opentype'),
    url('font/JF-Flat-light.svg#JF Flat Light') format('svg'),
    url('font/JF-Flat-light.woff') format('woff'),
    url('font/JF-Flat-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: "JF Flat Regular";
    src: url('font/JF-Flat-regular.eot');
    src: url('font/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('font/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('font/JF-Flat-regular.woff') format('woff'),
    url('font/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: "JF Flat Medium";
    src: url('font/JF-Flat-medium.eot');
    src: url('font/JF-Flat-medium.eot?#iefix') format('embedded-opentype'),
    url('font/JF-Flat-medium.svg#JF Flat Medium') format('svg'),
    url('font/JF-Flat-medium.woff') format('woff'),
    url('font/JF-Flat-medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'JF Flat regular' !important;
}

.header-wrapper,
.define-wrapper,
.image-desc-wrapper,
.desc-wrapper {
    padding-right: 0;
}

.news-bar-wrapper,
.image-wrapper,
.icon-wrapper {
    padding-left: 0;
}

.header-logo {
    position: relative;
}

.header-logo:before {
    content: '';
    background-image: url("../images/logo_background.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 135px;
    width: 421px;
    max-width: 100%;
}

.header,
.logo {
    margin-top: 15px;
}

.menu {
    font-size: 16px;
}

.menu ul {
    list-style: none;
    padding-right: 0;
}

.menu ul li {
    display: inline-block;
    padding-left: 7px;
}

.menu ul li a {
    color: #000;
    text-decoration: none;
    position: relative;
}

.menu ul li a:before {
    content: '';
    background: transparent;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
}

.menu ul li a:focus:before,
.menu ul li a:hover:before {
    background: #00bf55;
}

.menu ul li a:hover {
    color: #000;
    text-decoration: none;
}

.add-article {
    background-color: #363636;
    color: #d9d9d9;
    padding: 5px;
    font-size: 15px;
    position: relative;
    text-align: center;
    direction: ltr;
}


.add-article a {
    text-decoration: none;
    color: #d9d9d9;
}

.add-article a:hover {
    text-decoration: none;
    color: #d9d9d9;
}

.add-article span {
    font-size: 18px;
    margin-left: 5px;
}

.news {
    font-size: 15px;
    color: #7f7f7f;
    padding: 10px 10px 10px 35px;
    height: 50px;
    line-height: 20px;
    margin-top: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    background-color: #F9F9F9;
}

.news ul {
    list-style: none;
}

#newscontent {
    padding: 5px 10px 0 0;
    display: inline-block;
    clear: both;
    overflow: hidden;
}

#newscontent a {
    color: inherit !important;
}

#newscontent a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

#newscontent #news {
    overflow: hidden;
}

.links {
    font-size: 35px;
    display: inline-block;
    float: right;
}

.links a {
    text-decoration: none;
    color: #7f7f7f;
}

.links a:hover {
    text-decoration: none;
    color: #de1f27;
}

.define {
    text-align: center;
    color: #fff;
    font-size: 23px;
    background-color: #de1f27;
    height: 50px;
    margin-top: 20px;
    border: 1px solid #ddd;
    line-height: 48px;
}
.define a{
    color: #fff;
}
.published-date {
    margin-top: 10px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f8f8f8;
    position: absolute;
    right: -1px;
    bottom: 15px;
}

.search {
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 7px;
    height: auto;
    margin-top: 10px;
}

.search input {
    border: 0;
    outline: none;
    width: 90%;
    line-height: 1.6;
}

.search i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.date {
    color: #787878;
    font-size: 14px;
    padding: 10px 0;
    height: auto;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}

.main-content-image {
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.main-content-image-half {
    position: relative;
}

.main-content-image-half .desc {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    height: 50px;
    overflow: hidden;
}

.main-content-image-half .topic {
    position: absolute;
    bottom: 50px;
    height: 45px;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    background-color: #e01e26;
    right: 0;
}

.main-content-image .details {
    position: absolute;
    width: 85%;
    bottom: 15px;
    right: 30px;
    color: #fff;
}

.main-content-image .details .main {
    background: rgba(0, 0, 0, 0.36);
    padding: 5px;
    font-size: 20px;
    color: #fff;
    height: 70px;
    overflow: hidden;
}

.main-content-image .details .desc {
    background: rgba(0, 0, 0, 0.62);
    padding: 10px;
    height: 100px;
    overflow: hidden;
}

.main-content-image .category {
    position: absolute;
    background-color: #e01e26;
    padding: 10px 20px;
    font-size: 16px;
    bottom: 185px;
    right: 30px;
    color: #fff;
}

.third-section {
    background-image: url("../images/third-section.png");
    margin-bottom: 15px;
    height: auto;
}

.third-section a {
    color: #fff;
}

.third-section a:hover {
    color: #fff;
    text-decoration: none;
}

.menu1 ul,
.menu2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu1 ul {
    height: 60px;
}

.menu2 ul {
    border-bottom: 3px solid #ddd;
}

.menu1 ul li,
.menu2 ul li {
    display: inline-block;
    padding: 15px;
}

.menu2 ul li {
    padding: 0 0 0 10px;
}

.menu1 ul li a,
.menu2 ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.menu2 ul li a {
    color: inherit;
    font-size: 18px;
    font-family: "JF Flat Medium";
    line-height: 2.5;
}

.menu1 ul li a:before,
.menu2 ul li a:before {
    content: '';
    display: inline-block;
    background: transparent;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
}


.menu2 ul li a:before {
    height: 3px;
    bottom: -3px;
}

.nana:before {
    content: '';
    background: #df1d25;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    bottom: -3px;
    display: block;
}

.menu1 ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.menu2 ul li a:hover {
    text-decoration: none;
    color: inherit;
}

.menu1 ul li.active a:before,
.menu2 ul li.active a:before {
    background: #df1d25;
}

.third-section-links {
    float: left;
    font-size: 30px;
    line-height: 2;
}

.third-section-links a {
    text-decoration: none;
    color: #fff;
}

.third-section-links a:hover {
    text-decoration: none;
    color: #fff;
}

.owl-controls {
    margin: 0 !important;
    position: absolute;
    top: -40px;
    left: 0;
}

.owl-controls .owl-buttons div {
    color: #000 !important;
}

.third-section .owl-controls {
    left: 10px;
    top: -50px;
}

.third-section .owl-controls .owl-buttons div {
    color: #fff !important;
}

.owl-prev:before {
    content: "\f104";
}

.owl-next:before {
    content: "\f105";
}

.owl-prev,
.owl-next {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.owl-prev {
    margin-right: 5px !important;
}

.owl-controls .owl-buttons .owl-next:hover,
.owl-controls .owl-buttons .owl-prev:hover {
    color: #d41a25 !important;
}

.isreali {
    height: 380px;
}

.isreali .image img {
    width: 100%;
}

.isreali-desc a {
    color: inherit;
}

.isreali-desc a:hover {
    color: inherit;
}

.block .head {
    border-bottom: 3px solid #ddd;
    height: 45px;
    position: relative;
}

.block .head .links {
    font-size: 30px;
    padding: 0;
    float: left;
}

.block .head .def {
    font-size: 18px;
    font-family: "JF Flat Medium";
    line-height: 2.5;
    float: right;
}


.right-side {
    margin-top: 40px;
}

.arabic-international-content .def,
.slider-item .def {
    font-size: 18px;
    font-family: "JF Flat Medium";
}

.arabic-international-content .def a,
.arabic-international-news a {
    color: inherit;
}

.arabic-international-content .def a:hover,
.arabic-international-news a:hover {
    color: inherit;
}

.block .head .def:before {
    content: '';
    background-color: #d41a25;
    height: 3px;
    width: 95px;
    position: absolute;
    bottom: -2px;
}

/*.block .content{
    margin-top: 20px;
}

.block .content .left-block{
    float: left;
    max-width: 370px;
}

.block .content .right-block{
    float: right;
    max-width: 370px;
}

.block .content .desc{
    width: 370px;
    direction: rtl;
}

.block .content .desc .def{
    font-size: 20px;
    padding: 5px 0;
}

.block .content .desc .def a{
    color: inherit;
}

.block .content .desc .def a:hover{
    color: inherit;
}

.block .content .image{
    width: 370px;
    height: 230px;
}*/

/*.comments-watching{
    color: #ababab;
    margin: 10px 0;
}

.comments-watching .comment,
.comments-watching .watching{
    display: inline-block;
}

.comments-watching .watching{
    margin-right: 5px;
}*/

.block .content .desc .more,
.arabic-international-content .more,
.arabic-international-image-desc {
    color: #6a6a6a;
}

.arabic-international-image-desc {
    text-align: right;
    margin-bottom: 15px;
}

.separator {
    height: 1px;
    background-color: #ddd;
    margin-bottom: 9px;
}

.arabic-international-content {
    margin-top: 20px;
    direction: rtl;
}

.arabic-international-image-head {
    margin: 5px auto 15px auto;
    text-align: right;
    font-size: 18px;
    font-family: "JF Flat Medium";
}

.arabic-international-image-head a {
    color: inherit;
}

.arabic-international-image-head a:hover {
    color: inherit;
}

.adv {
    width: 100%;
    max-width: 100%;
    height: 90px;
    float: right;
    overflow: hidden;
    color: #fff;
    font-size: 30px;
    font-family: "JF Flat Medium";
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
}

.adv * {
    max-width: 100%;
    max-height: 100%;
}

.adv a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.adv a img {
    margin: 0 auto;
}

.videos-title-more {
    padding: 5px 0;
    border-bottom: 3px solid #ddd;
    margin-bottom: 15px;
}

.videos-title {
    font-size: 18px;
    font-family: "JF Flat Medium";
    position: relative;
}

.more-videos {
    text-align: left;
    position: relative;
}

.more-videos a {
    text-decoration: none;
    color: inherit;
    font-family: "JF Flat Medium";
}

.more-videos a:hover {
    color: #d41a25;

}

.videos-title:before {
    content: '';
    background-color: #d41a25;
    height: 3px;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
}

.video-desc {
    font-family: "JF Flat Medium";
    margin-top: 5px;
    height: 40px;
}

.video-desc a {
    color: inherit;
}

.video-desc a:hover {
    color: inherit;
}

.social-statistics {
    margin: 42px 0 20px 0;
}

.social-statistics .head {
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    background-color: #d41a25;
    font-family: "JF Flat Medium";
    text-align: center;
}

.social-statistics .content {
    height: 155px;
    background-color: #f6f9ff;
}

.social-statistics .content .first-section {
    padding: 15px;
}

.social-statistics .content .second-section {
    padding: 5px 15px;
}

.social-statistics .content .first-section .facebook,
.social-statistics .content .first-section .twitter,
.social-statistics .content .second-section .google,
.social-statistics .content .second-section .youtube {
    display: inline-block;
}


.facebook-desc,
.twitter-desc,
.google-desc,
.youtube-desc {
    font-size: 18px;
    padding-top: 8px;
}

.facebook-desc a,
.twitter-desc a,
.google-desc a,
.youtube-desc a {
    color: inherit;
}

.facebook-desc a:hover,
.twitter-desc a:hover,
.google-desc a:hover,
.youtube-desc a:hover {
    color: inherit;
}

.side-bar {
    margin-top: 10px;
}

.side-bar .head {
    padding: 10px 0;
    font-size: 17px;
    font-family: "JF Flat Medium";
    border-bottom: 3px solid #ddd;
    position: relative;
}

.side-bar .head:before {
    content: '';
    background-color: #d41a25;
    height: 3px;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
}

.side-bar .header1 {
    font-size: 16px;
    font-family: "JF Flat Medium";
    margin-bottom: 10px;
    height: 40px;
}

.side-bar a {
    color: inherit;
}

.side-bar a:hover {
    color: inherit;
}

.custom-tab {
    height: 200px;
    background-color: #d41a25;
}

.weather {
    padding: 0 15px;
}

.weather .weather-head {
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: right;
}

.weather .weather-head .weather-current-temp {
    margin-right: 5px;
}

.weather .weather-head .weather-current-temp .forecast-status div {
    display: inline-block;
}

.weather .weather-head .weather-current-forecast-icon {
    float: right;
}

.weather .weaher-bottom .cities select {
    border-radius: 0;
    font-size: 15px;
    padding: 0;
    margin-bottom: 5px;
}

.weather .weaher-bottom .weather-forecast {
    color: #fff;
}

.weather .weaher-bottom .weather-forecast ul {
    border-width: 1px;
}

.weather .weaher-bottom .weather-forecast ul:nth-child(3) {
    border: 0;
}

.weather .weaher-bottom .weather-forecast ul:nth-child(4) {
    display: none;
}

.weather .weaher-bottom .weather-forecast ul li a {
    font-size: 14px;
}

.inner-content {
    margin-top: 10px;
}

.inner-search-news {
    font-size: 16px;
}

.inner-desc,
.inner-search-news {
    margin: 5px auto 30px auto;
}

.inner-search-news a,
.inner-desc a {
    color: inherit;
}

.inner-search-news a:hover,
.inner-desc a:hover {
    color: inherit;
}

.footer {
    margin: 15px auto;
    background-color: #000;
    height: 80px;
    color: #a3a3a3;
    padding: 30px;
}

.blue-logo {
    text-align: left;
}

.blue-logo a {
    color: #a3a3a3;
    text-decoration: none;
    position: relative;
    padding-left: 55px;
}

.blue-logo a:after {
    content: '';
    position: absolute;
    height: 18px;
    background-image: url("../images/blue_logo.png");
    background-repeat: no-repeat;
    background-position: 0 -18px;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100px;
}

.blue-logo a:hover {
    color: #a3a3a3;
    text-decoration: none;
}

.gallery {
    direction: rtl;
}

.gallery-desc {
    padding: 20px 5px;
    height: 70px;
}

.details-page-header {
    padding: 9px 0;
    font-size: 17px;
}


.created-at {
    font-size: 11px;
    color: #ADADAD;
    margin-bottom: 5px;
}

.add-article-header {
    padding: 10px 0;
    font-size: 23px;
}

.add-article-section {
    padding: 5px;
    background: #F8F8F8;
    margin-bottom: 2px;
    font-size: 16px;
}

.add-article-section a {
    color: inherit;
}

.add-article-section a:hover {
    color: inherit;
}

.margin-top-5 {
    margin-top: 5px;
}

.news-slider-header {
    padding: 10px 15px;
    color: #fff;
    font-size: 17px;
    height: 60px;
}

.related-news {
    margin-top: 50px;
    padding: 10px 0;
}

.related-news-header {
    padding: 10px 0;
    font-size: 17px;
    margin-bottom: 5px;
}

.news-slider-header span,
.related-news-header span {
    position: relative;
}

.related-news-header span:before,
.news-slider-header span:before {
    content: '';
    background-color: #d41a25;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
}

.news-slider-header span:before {
    height: 2px;
    bottom: -3px;
}

.related-news-content-desc {
    padding: 5px 0 0 15px;
}

.related-news-content-desc a {
    color: inherit;
    font-size: 12px;
}

.related-news-content-desc a:hover {
    color: inherit;
}

.margin-top-bottom-15 {
    margin: 15px 0;
}

.margin-top-15 {
    margin-top: 15px;
}

.no-margin {
    margin: 0 !important;
}

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.height {
    height: 100%;
}

.category-header {
    padding: 10px 0;
    font-size: 17px;
    font-family: "JF Flat Medium";
}

.details-page-desc {
    margin-top: 10px;
    font-family: 'arial';
    font-weight: bold;
    line-height: 1.7;
    font-size: 17px;
    text-align: justify;
}

.full-width {
    width: 100%;
}

.slider-item {
    margin-top: 15px;
    direction: rtl;
}

.slider-item img {
    width: 100%;
}

.slider-item a {
    color: inherit;
}

.slider-item a:hover {
    color: inherit;
}

.slider-item .desc {
    margin-top: 10px;
    /*height: 150px;*/
    min-height: 90px;
    max-height: 150px;
    overflow: hidden;
}

.desc .def,
.arabic-international-image-head {
    height: 60px;
}

.desc .more,
.arabic-international-image-desc {
    height: 90px;
}

.slider-item .desc .def,
.slider-item .desc .created-at,
.arabic-international-content .desc .def,
.arabic-international-content .desc .created-at {
    padding: 5px 0;
}

.slider-item-left,
.slider-item-right {
    display: inline-block;
    max-width: 365px;
}

.slider-item-left {
    margin-right: 15px;
}

.arabic-img {
    width: 100%;
}

.third-section .owl-carousel {
    padding-right: 15px !important;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-image {
    height: 200px;
    overflow: hidden;
}

.inner-image img {
    width: 100%;
}

.inner-desc {
    height: 30px;
}

.related-news-content div {
    width: 150px;
    height: 100px;
    overflow: hidden;
}

.related-news-content div img {
    width: 100%;
}

.side-bar .shababeek-head {
    text-align: center;
    font-size: 20px;
    font-family: "JF Flat Medium";
    margin-bottom: 5px;
    background-color: #D41A25;
    color: #fff;
    padding: 10px;
}

.details-page-album,
.details-page-video {
    margin-top: 30px;
}

.details-page-album .head,
.details-page-video .head {
    padding: 10px 0;
    font-size: 18px;
}

.side-bar .shababeek-image a img {
    width: 100%;
}

.details-page-image {
    text-align: right;
}

.important-news {
    border: 1px solid #eee;
    font-size: 17px;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.important-news .title {
    float: right;
    margin-left: 15px;
    height: 100%;
    background-color: #D41A25;
    padding: 0 9px;
    color: #fff;
    font-family: "JF Flat Medium";
    -webkit-animation: flash 3s linear infinite;
    animation: flash 3s linear infinite;
}

@media (max-width: 768px) {
    .news-bar-wrapper, .image-wrapper, .icon-wrapper {
        padding-left: 15px;
    }

    .header-wrapper,
    .define-wrapper,
    .image-desc-wrapper,
    .desc-wrapper {
        padding-right: 15px;
    }

    .news, .define, .footer,
    .main-content-image .desc {
        height: auto;
    }

    .define {
        font-size: 17px;
        text-align: right;
    }

    .large-image {
        height: 229px;
    }

    .third-section {
        margin-top: 15px;
    }

    .third-section img,
    .details-page-image img,
    .related-news-content img,
    .inner-image img {
        width: 100%;
    }

    .logo img {
        margin: 0 auto;
    }

    .menu {
        text-align: center;
    }

    .menu ul li {
        width: 49%;
        margin-bottom: 10px;
    }

    .add-article {
        padding: 10px;
    }

    .news .links {
        position: absolute;
        left: 5px;
        top: 0;
    }

    .menu1 ul li {
        padding: 15px 5px;
    }

    .owl-prev {
        margin-right: 10px !important;
    }

    .menu1 ul {
        margin-right: 10px;
    }

    .slider-item-left,
    .slider-item-right {
        max-width: 100%;
    }

    .slider-item-left {
        margin-right: 0;
        margin-top: 15px;
    }

    .arabic-international .more {
        margin-bottom: 15px;
    }

    .menu ul li a:before {
        bottom: -8px;
    }

    .topic,
    .category {
        right: 0;
        top: 0;
    }

    .menu1 ul {
        height: 100px;
    }

    .menu2 ul li {
        padding-left: 15px !important;
    }

    .menu2 ul li a {
        font-size: 16px !important;
    }

    .facebook-desc, .twitter-desc, .google-desc, .youtube-desc {
        padding-top: 0;
        font-size: 18px;
    }

    .weather-icon {
        font-size: 60px;
    }

    .related-news-content div {
        width: auto;
        height: auto;
    }

    .related-news-content div img {
        width: 100%;
    }

    .inner-image {
        height: auto;
    }

    .desc .def,
    .desc .more,
    .gallery-desc,
    .arabic-international-image-head,
    .arabic-international-image-desc,
    .side-bar .header1 {
        height: auto;
    }
}

@media (max-width: 370px) {
    .twitter-desc,
    .youtube-desc,
    .facebook-desc,
    .google-desc {
        position: relative !important;
        left: 15px !important;
    }

    .menu2 ul li a, .header1, .head {
        font-size: 13px !important;
    }

    .desc .def,
    .desc .more,
    .gallery-desc,
    .arabic-international-image-head,
    .arabic-international-image-desc,
    .side-bar .header1 {
        height: auto;
    }
}

.editor {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 5px;
}

.don-share [class^=don-share-], .don-share [class*=' don-share-'] {
    float: right !important;
}

.print-button {
    margin: 0 10px 10px 0;
}

.read-more,
.read-more1 {
    position: absolute;
    left: 4%;
    top: 7%;
    z-index: 1;
}

.read-more1 {
    left: 40px;
    top: 15px;
}

.read-more1 a {
    color: inherit;
}

.read-more2 {
    top: 55px;
    left: 55px;
}

.margin-bottom-9 {
    margin-bottom: 9px;
}

.add-article-form-header {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "JF Flat Medium";
}

.help-inline {
    margin-top: 5px;
    color: red;
}

@media print {
    .header,
    .adv,
    .news,
    .define,
    .date,
    .search,
    .footer,
    .social-statistics,
    .side-bar {
        display: none;
    }
}

.galary-video-image {
    width: 260px;
    height: 150px;
}

.google-advs {
    margin-top: 30px;
}

.empty {
    color: inherit;
    line-height: 90px;
}

.featured-list {
    margin-top: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.featured-list__item-main__item {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.featured-list__item-main__item__img {
    max-height: 405px;
    overflow: hidden;
}
.featured-list__item-main__item__img img{
    display: block;
    margin: 0 auto;
}
.featured-list__item-main__item__details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.featured-list__item-main__item__details .title {
    margin: 0;
    font-size: 19px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    flex: none;
}

.featured-list__item-main__item__details .pre-title {
    margin-bottom: 4px;
    margin-right: 15px;
    font-size: 16px;
    background: #df1e25;
    float: right;
    clear: both;
    padding: 2px 4px 4px;
    color: #fff;

}

.featured-list__items-small {
}

.featured-list__items-small__item {
    display: block;
    float: right;
    width: 100%;
    clear: both;
}

.featured-list__items-small__item + .featured-list__items-small__item {
    margin-top: 14px;
}

.featured-list__items-small__item__image {
    float: right;
    margin-left: 10px;
}

.featured-list__items-small__item__title {
    margin: 0;
    font-size: 15px;
    color: #444444;
}

.home-featured-ads {
    max-height: 405px;
    overflow: hidden;
}

.home-featured-ads .adv {
    float: right;
    width: 100%;
    clear: both;
    margin-bottom: 0;
    margin-top: 0;
}

.home-featured-ads .adv + .adv {
    margin-top: 14px;
}
