/* Light */
@font-face {
  font-family: 'JF Flat Light';
  src: url('font/JF-Flat-light.eot'); /* IE9 Compat Modes */
  src: url('font/JF-Flat-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/JF-Flat-light.woff2') format('woff2'), /* Super Modern Browsers */
       url('font/JF-Flat-light.woff') format('woff'), /* Pretty Modern Browsers */
       url('font/JF-Flat-light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/JF-Flat-light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* Regular */
@font-face{
    font-family: "JF Flat Regular";
    src: url("font/7d411bb0357d6fd29347455b7d207995.eot");
    src: url("font/7d411bb0357d6fd29347455b7d207995.eot?#iefix")format("embedded-opentype"),
        url("font/7d411bb0357d6fd29347455b7d207995.woff")format("woff"),
        url("font/7d411bb0357d6fd29347455b7d207995.woff2")format("woff2"),
        url("font/7d411bb0357d6fd29347455b7d207995.ttf")format("truetype"),
        url("font/7d411bb0357d6fd29347455b7d207995.svg#JF Flat Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

/* Medium */
@font-face{
    font-family: "JF Flat Medium";
   src: url("font/7d411bb0357d6fd29347455b7d207995.eot");
    src: url("font/7d411bb0357d6fd29347455b7d207995.eot?#iefix")format("embedded-opentype"),
        url("font/7d411bb0357d6fd29347455b7d207995.woff")format("woff"),
        url("font/7d411bb0357d6fd29347455b7d207995.woff2")format("woff2"),
        url("font/7d411bb0357d6fd29347455b7d207995.ttf")format("truetype"),
        url("font/7d411bb0357d6fd29347455b7d207995.svg#JF Flat Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

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;
}

.header,
.logo{
    margin-top: 15px;
}

.logo-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
	padding-top:15px;
	margin-right:10px;
}

a {
    color: #333;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.news{
    color: #de1f27;
    font-size: 170%;
    margin-top: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
	font-family: "JF Flat Medium";
	border: 1px solid #de1f27;
	padding:7px 22px 7px 22px;
    
}
.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;
}

.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: 16px;
}

.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;
}

.box{
    
}

.box .image img{
    width: 100%;
}

.box-desc a{
    color: inherit;
}

.box-desc a:hover{
    color: inherit;
}

.block .head{
    border-bottom: 3px solid #ddd;
    height: 45px;
    position: relative;
	margin-top:15px;
}

.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%;
    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: 12px;
    color: #880000;
    margin-bottom: 5px;
	font-weight:bold;
}

.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;
    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;
}
#taps { padding-top:10px;}
.taps { margin-right:80px;}
.taps-responsive { width:70px; height:70px; float:right;}
.arck-responsive { width:70px; height:70px;}
.arc-responsive { width:90px; height:90px;}
.arcg-responsive { height:235px;}
.arcm-responsive { width:240px;}
.arcd-responsive { width:240px;}

.media { width:75px; height:75px; margin:5px; border:1px solid #333}


footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #333;
}

img.footer-logo{ width:90%; }
ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

footer ul.link-list li a{
	color:#fff;
}
footer ul.link-list li a:hover {
	color:#eee;
}
.copyright {
	text-align:left;
	font-size:12px;
}
#sub-footer p{
	margin:0;
	padding:0;
	text-align:center;
}

#sub-footer span{
	color:#f5f5f5;
}
p { 
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:125%;
	line-height:1.7;
	font-weight:700;
	}
.artikel { float:right; padding-left:25px; padding-bottom:5px; width:30%; margin-top:10px;}
.artikelbilder { float:right; padding-left:25px; padding-bottom:5px; width:50%; margin-top:10px;}
.bawaba { float:right; padding-left:25px; padding-bottom:5px; width:50%; margin-top:10px;}


#autor { color: #F00; margin:auto; padding-bottom:25px; padding-top:15px; text-align:center;}


form { margin:0; padding:0;}
fieldset {width:600px; border:1px solid #999; padding:10px; margin:5px; text-align:left;}
fieldset:hover {border-color:#333;}
legend {font-size:1.1em; color:#666; font-weight:bold; padding:5px; margin:5px; background:none;}
label { color:#666; font-size:1em; margin:0 0px 0px 0; padding:0; line-height:1.5em; width:120px;display:block; float:right; clear: right; font-weight:bold; }
input {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; width:460px; background:#fff; font-weight:normal;}
input:focus {border-color:#900;}
select {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:100px;}
textarea {width:460px; border:1px solid #666;}
textarea:focus {border-color:#900;}
.submitbtn {width:123px; background:#666; border:1px solid; border-color:#999 #333 #333 #999; color:#fff; cursor:pointer; padding:0; margin:0;}
.submitbtn:hover {background:#C4D9B3 ; color:#fff; }

form { margin:0; padding:0;}
fieldset {width:100%; border:1px solid #999; padding:10px; margin:5px; text-align:left; background-color:#eee;}
fieldset:hover {border-color:#eee; color:#262626}
legend {font-size:1.1em; color:#666; font-weight:bold; padding:5px; margin:5px; background:none;}
label { color:#262626; margin:0 0px 0px 0; line-height:1.5em;float:right; clear: right; font-size:90%; padding-left:20px;  width:30% }
input {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; width:70%; background:#fff; }
input:focus {border-color:#900;}
select {border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:100px;}
textarea {width:70%; border:1px solid #666; }
textarea:focus {border-color:#900;}
.submtbtn {width:123px; background:#262626; border:1px solid; border-color:#999 #333 #333 #999; color:#fff; cursor:pointer; font-family:'arabic'; }
.submitbtn:hover {background:#eee ; color:#262626; }

.pagebar { text-align:center; margin-bottom:10px; margin-top:15px; color:#fff }
.pagebar strong{ background-color:#de1f27; padding:5px; }
.pagebar a{ text-decoration:none; padding:5px; font-size:16px; font-weight:bold; background-color:#333; color:#fff}
a.pagebar { color:#fff;}
.akhbar { width:100%; padding-bottom:10px; padding-top:10px;}
.titel  {text-decoration:none; color:#FF0000;margin:0 0 0; font-weight:bold; text-align:center; padding:10px; }
#buch { 
	background-color:#eee; 
	margin-top:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	-webkit-box-shadow: 0 5px 6px -6px black;
	-moz-box-shadow: 0 5px 6px -6px black;
	box-shadow: 0 5px 6px -6px black;
	text-align:justify;
	font-size:95%;
	text-align:right;
	line-height:2em;
	color:#000;
	font-weight:700;
	}
.buch-titel { text-align:center; padding-bottom:10px; font-size:190%;color:#880000; }
.name { ; color:#880000; font-size:120%; border-bottom:#c1bebe 1px solid;}
.datum { float:left; color:#000; font-size: smaller;}
.karikatur-mitte {height:100px; width:23%; border:1px solid #262626; margin-left:10px; margin-bottom:5px;}
.postdetailstitel { background-color:#333; color:#fff; font-size:15px; font-weight:bolder; padding:15px;}
.arctitel {color:#880000; font-size:25px; font-weight:bolder; padding:10px; margin-bottom:20px; text-align:center; border:1px solid #333;}
.artikel-left { width:200px;}
#Error01 { 
	color:#880000;
	font-size:20px;
	background-color:#FF3;
	padding:10px 20px 10px 70px;
	border:#900 solid 1px;
	margin-right:200px;
	margin-left:40px;
	
	}

a.link_leiste { color:#fff;}

.nass {
    height: 70px;
    position: relative;
	background-color:#333;
	padding-right:5px;
	padding-top:5px;
	}
.nass a { font-size: 14px; color: #ffffff;}
.nass  a:hover { text-decoration:none;  color: #ddd; }
a.nass : visited{ text-decoration:none;  color: #fff; }

.video {
	height: 400px;
    padding-bottom: 25px;
    width: 100%;
	position:relative;
}
#play {
    background: url('../images/play.png') center center no-repeat;
    margin: -240px 10px 0 0;
    height: 140px;
    position: relative;
    z-index: 10;
}
