/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body,div,p{
font-size:16px;
}


 body {
	line-height:1;
	background-color:#fff;
	/*font-family:joumhouria;*/
	font-family:"Arial";
	font-weight:bold;
	/*background:url('../images/body_bg.jpg') no-repeat top center;
	background:url('../img/bg4.png') repeat;*/
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/**/
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    position: relative!important;
    top: 0px!important;
    font-weight: bold!important;
    background: #FFF!important;
    border: 1px solid #AAA!important;
    border-bottom: 1px solid #FFF!important;
    color: #000!important;
    border-radius: 1px!important;
}
li,
ul,
ol {
    list-style: none;
}

.float-border {
    position: relative;
    border-top: 1px solid #d3d3d3;
    top: -23px;
    width: 78%;
    margin-right: 20%;
}
a,
a:visited,
a:hover {
    text-decoration: none !important;
    font-weight: bold !important;
}
.fixed {
    position: fixed!important;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0!important;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited,
    a:hover {
        text-decoration: none !important;
        font-weight: bold !important;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
    ******************************** Header *********************************
   ========================================================================== */

header .ad-cor {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
}
header .top-date,
header .header_solgan {
    height: 20px;
    max-width: 1135px;
    margin: auto;
    text-align: left;
}
header .top-date span {
    color: #000000;
    padding: 5px 10px 0 10px;
    font-size: 15px;
    font-weight: bold;
}
header .header-content {
    height: 118px;
    padding: 10px 5px;
    max-width: 1135px;
    margin: auto;
}
header .header-content .logo {
    float: right;
}
header .header-content .header-ad {
    float: left;
}
header .header-content .header-solgan {} header .header_solgan span {
    color: #000000;
    padding: 0 10px 0 10px;
    font-size: 15px;
    font-weight: bold;
}
header nav.navbar-default {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid #a3a3a3;
    background-color: #efefef;
    border-radius: 0;
}
header nav.navbar-default .container-fluid {
    height: 45px;
    max-width: 1166px;
    margin: auto;
}
header nav ul.navbar-nav {} header nav .navbar-nav li {
    padding: 0 !important;
}
header nav .navbar-nav li a {
    display: block;
    color: #000 !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-family: joumhouria;
    transition: all 200ms;
    padding: 15px 10px;
}
header nav .navbar-nav li:hover a {
    color: #fff !important;
    background: #000 !important;
}
header nav .navbar-nav li:hover {
    color: #fff !important;
    background: #000 !important;
}
header nav .navbar-nav li ul.dropdown-menu {
    min-width: 135px;
    color: #FFF;
    background: #000000;
    padding: 0;
}
header nav .navbar-nav li ul.dropdown-menu li {
    border-bottom: solid 1px #3B3B3B;
}
header nav .navbar-nav li ul.dropdown-menu li a {
    background: #000000;
    min-width: 200px;
    color: #FFF !important;
    font-size: 14px;
    padding: 8px;
}
header nav .navbar-nav li ul.dropdown-menu li a:hover {
    background: #3B3B3B !important;
}
header nav form {
    position: relative;
    margin-top: 12px !important;
}
header nav form input {
    width: 100px !important;
    position: relative;
    margin-left: -10px;
    border-radius: 0 !important;
    border: 1px solid #A3A3A3 !important;
    background-color: #f8f8f8 !important;
    height: 28px !important;
    padding: 4px !important;
}
header nav form button {
    width: 44px !important;
    border-radius: 0 !important;
    background-color: #454545 !important;
    border: 0 none !important;
    height: 28px !important;
    color: #fff !important;
}
/* ==========================================================================
    **************************** Main Content ******************************
   ========================================================================== */

#main-content {
    direction: rtl;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1135px;
    /*background: #FFFFFF !important;*/
}
#main-content .top-ads {
    margin-top: 9px;
    max-width: 1135px;
    height: 100px;
    margin: auto;
}
/*========== 
   Posts 
===========*/

.Posts-content {}
/*===== Home Page =====*/

.main-slider {} .main-slider .flexslider {
    margin-bottom: 15px;
}
.main-slider .flexslider ul.slides {} .main-slider .flexslider ul.slides li {} .main-slider .flexslider ul.slides li img {
    position: relative;
    width: 65%;
    float: right;
}
.main-slider .flexslider ul.slides li span.slider-label {
    position: relative;
    right: -65%;
    z-index: 9999999;
    top: 7px;
}
.main-slider .flexslider ul.slides li span.slider-label a {
    background-color: #E51D17;
    color: #FFF;
    font-family: joumhouria;
    font-size: 20px;
    white-space: nowrap;
    padding: 10px 25px;
}
.main-slider .flexslider ul.slides li .slide-content {
    background: #F8F8F8;
    position: relative;
    min-height: 264px;
    border: 1px solid #D3D3D3;
    width: 35%;
    float: right;
    padding: 15px;
    top: -28px;
}
.main-slider .flexslider ul.slides li .slide-content h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.main-slider .flexslider ul.slides li .slide-content h3 a {
    padding: 10px 10px 0px;
    color: rgb(0, 0, 0);
    line-height: 32px;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    display: block;
    font-family: 'joumhouria';
}
.main-slider .flexslider ul.slides li .slide-content h3 a:hover {
    color: #E51D17;
}
.main-slider .flexslider ul.slides li .slide-content span {
    color: rgb(174, 76, 76);
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}
.main-slider .flexslider ul.slides li .slide-content p {
    font-weight: bold;
}
.flex-control-paging li a {
    border-radius: 0 !important;
}
.flex-control-nav {
    text-align: right !important;
    bottom: -10px !important;
}
.flex-direction-nav {
    display: none;
}
/*
.main-slider #carousel ul li {
    width: 124px !important;
    margin-left: 10px;
}
.main-slider #carousel ul li img {
    float: none;
    max-width: 100%;
    width: 124px;
    height: 70px;
}
.main-slider #carousel ul li h3 {
    margin: 0;
}
.main-slider #carousel ul li h3 a {
    font-size: 15px;
    margin-right: 10px;
}
*/
/*
.tabs-posts {} .tabs-posts .nav-tabs {
    background: #DDDDE3;
    border: 1px solid #CCC;
    padding: 6px 6px 1px 6px;
}
.tabs-posts .nav-tabs li a {
    text-decoration: none;
    position: relative;
    padding: 8px 22px;
    color: #000;
    border-radius: 3px 3px 0 0;
    outline: none;
    font-weight: bold;
}
.tabs-posts .nav-tabs li a:hover {
    text-decoration: underline;
    background: transparent;
    border: none;
}
.tabs-posts .tab-content {
    border: 1px solid #CCC;
    padding: 10px;
    border-top-color: #AAA;
    background-color: #FFF;
    border-radius: 0 0 2px 2px;
    clear: both;
    padding-bottom: 25px;
}
.tabs-posts .tab-content .media {
    border-bottom: 1px solid #800000;
    padding: 10px 5px;
}
.tabs-posts .tab-content .media .media-heading a {
    color: #323232 !important;
    font-size: 18px !important;
    font-family: joumhouria!important;
    font-weight: bold;
    transition: all 300ms;
}
.tabs-posts .tab-content .media .media-heading a:hover {
    color: #E51D17;
    text-decoration: none;
}
.tabs-posts .tab-content .media-right img {
    width: 125px!important;
    height: 66px!important;
}
.tabs-posts .tab-content a.more {
    font-size: 17px;
    color: #E51D17;
    font-weight: bold;
    float: left;
}
*/
.more-news {
    position: relative;
    margin: 25px 0;
}
.more-news h3 {
    color: #E51D17;
    font-weight: bold;
    /*background: #fff;*/
    display: table;
    z-index: 99;
    padding-left: 5px;
}
.more-news .more-news-posts {} .more-news .more-news-posts ul {
    position: relative;
    padding: 0;
    margin: 0;
}
.more-news .more-news-posts ul li {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0;
    /*border-top: 1px solid #d3d3d3;*/
    border-bottom: 1px solid #d3d3d3;
    width: 48% !important;
    margin-left: 2%;
}
.more-news .more-news-posts ul li img {
    width: 150px;
    height: 96px;
    float: right;
    margin-left: 10px;
}
.more-news .more-news-posts ul li h4.more-title a {
    clear: none;
    width: 179px;
    color: #323232;
    font-size: 18px;
    font-family: joumhouria!important;
    direction: rtl!important;
    margin-bottom: 7px!important;
    font-weight: bold;
}
.tow-col {} .tow-col .tow-col-posts {} .tow-col .tow-col-posts .col-posts {
    position: relative;
    margin: 20px 0;
    padding: 0;
    width: 47%;
    margin-left: 3%;
}
.tow-col .tow-col-posts .col-posts .mega-post {
    margin-bottom: 20px;
}
.tow-col .tow-col-posts .col-posts .mega-post img {
    width: 345px;
    height: 200px;
}
.tow-col .tow-col-posts .col-posts .mega-post span.label {
    position: absolute;
    top: 10px;
    right: -5px;
}
.tow-col .tow-col-posts .col-posts .mega-post span.label a {
    background-color: #E51D17;
    color: #FFF;
    font-family: joumhouria;
    font-size: 20px;
    white-space: nowrap;
    padding: 10px 25px;
}
.tow-col .tow-col-posts .col-posts .mega-post h4 a {
    clear: none;
    color: #323232;
    font-size: 18px;
    font-family: joumhouria!important;
    direction: rtl!important;
    margin-bottom: 7px!important;
    font-weight: bold;
}
.tow-col .tow-col-posts .col-posts .mega-post h4 a:hover {
    color: #E51D17;
}
.tow-col .tow-col-posts .col-posts .mega-post p {
    height: 58px;
    overflow: hidden;
    color: #676767;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}
.tow-col .tow-col-posts .col-posts .mega-post a.more {
    font-size: 17px;
    color: #E51D17;
    font-weight: bold;
}
.tow-col .tow-col-posts .col-posts ul {
    padding: 0;
    margin: 0;
}
.col-posts ul li {
    height: 96px;
    margin-bottom: 20px !important;
    margin-right: 0;
    overflow: hidden;
    background: #F8F8F8;
}
.col-posts ul li img {
    width: 170px;
    height: 96px;
    float: left;
    margin-right: 10px;
}
.col-posts ul li h5 a {
    width: 179px;
    color: #323232;
    font-size: 16px;
    font-family: joumhouria!important;
    direction: rtl!important;
    margin-bottom: 7px!important;
    font-weight: bold;
}
.col-posts ul li h5 a:hover {
    color: #E51D17;
    text-decoration: none;
}
.col-posts ul li span.s-label a {
    color: #676767;
    font-size: 16px;
}
/*========== 
  sidebar 
===========*/

.sidebar {} .sidebar .widget {
    position: relative;
    margin-bottom: 5px;
}
.sidebar .widget h3 ,.widget-title{
    color: #E51D17;
    font-weight: bold;
    /*background: #fff;*/
    display: table;
    z-index: 99;
    padding-left: 5px;
	font-family:joumhouria,Arial;
}
.sidebar .widget .float-border {
    width: 55%!important;
    margin-right: 45%;
}
.sidebar .widget.last-news {} .sidebar .widget.last-news ul {
    position: relative;
    margin-top: 10px;
    padding-right: 10px;
    max-height: 380px;
    overflow-y: scroll;
}
.sidebar .widget.last-news ul li {
    border-bottom: 1px solid #800000;
    height: 60px;
    padding: 5px 0;
    overflow: hidden;
}
.sidebar .widget.last-news ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.sidebar .widget.last-news ul li a:hover {
    color: #E51D17;
}
.sidebar .widget.authers {} .sidebar .widget.authers .float-border {
    width: 55%!important;
    margin-right: 45%;
}
.sidebar .widget.authers ul {
    position: relative;
    padding-right: 10px;
}
.sidebar .widget.authers ul li {
    position: relative;
    margin: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}
.sidebar .widget.authers ul li img {
    float: right;
    margin-left: 10px;
}
.sidebar .widget.authers ul li h5 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.sidebar .widget.authers ul li span {
    color: #676767;
    font-size: 16px;
    font-weight: bold;
}
/*
.sidebar .side-tabs {} 
.sidebar .side-tabs ul.nav-tabs {
    background: #DDDDE3;
    border: 1px solid #CCC;
    padding: 6px 6px 1px 6px;
}
.sidebar .side-tabs ul.nav-tabs li {} 
.sidebar .side-tabs ul.nav-tabs li a {
    text-decoration: none;
    position: relative;
    padding: 8px 22px;
    color: #000;
    border-radius: 3px 3px 0 0;
    outline: none;
    font-weight: bold;
}
.sidebar .side-tabs .tab-content {
    border: 1px solid #CCC;
    padding: 10px;
    border-top-color: #AAA;
    background-color: #FFF;
    border-radius: 0 0 2px 2px;
    clear: both;
    padding-bottom: 25px;
}
*/
/**/
.sidebar .side-tabs .tab-content ul {
    position: relative;
    margin-top: 10px;
    padding-right: 10px;
}
.sidebar .side-tabs .tab-content ul li {
    border-bottom: 1px solid #e3e3e3;
    height: 60px;
    padding: 5px 0;
    overflow: hidden;
}
.sidebar .side-tabs .tab-content ul li:last-child {
    border-bottom: none;
    height: 30px;
}
.sidebar .side-tabs .tab-content ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.sidebar .side-tabs .tab-content ul li a:hover {
    color: #E51D17;
}

.sidebar .flex-control-nav,
.gall-pag .flex-control-nav {
    text-align: center !important;
    bottom: -35px !important;
}
.sidebar .flex-control-paging li a,
.gall-pag .flex-control-paging li a {
    border-radius: 12px !important;
}
/*============= 
   Maga-slider 
==============*/

.mega-slider {
    position: relative;
    clear: both;
}
.mega-slider .m-s-content {
    position: relative;
    padding: 20px 10px;
    background: #333;
}
.mega-slider .slider-tlt .panel-default {
    background: transparent !important;
    border-color: transparent !important;
    border-radius: 0 !important;
}
.mega-slider .slider-tlt .panel-default>.panel-heading {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 18px;
}
.mega-slider .slider-tlt .panel-default>.panel-heading h4 a {
    font-size: 20px;
}
.mega-slider .slider-tlt .panel-body {
    border-top-color: #3e3e3e !important;
    color: #798795 !important;
    font-weight: bold!important;
    font-size: 16px;
}
.mega-slider .slider-tlt {} .mega-slider #m-slider {
    border: none;
    margin-bottom: 10px;
}
.mega-slider #m-slider ul li {} .mega-slider #m-slider ul li img {} .mega-slider #m-carousel {
    border-color: rgba(51, 51, 51, 0.45);
    margin-bottom: 0;
    border-radius: 0;
}
.mega-slider #m-carousel ul {
    background: rgba(51, 51, 51, 0.45);
}
.mega-slider #m-carousel {}
/* ==========================================================================
    ******************************** Footer *********************************
   ========================================================================== */

footer {
    background-color: #323232;
    height: 223px;
    overflow: hidden;
    /*margin-top: 40px;*/
    clear: both;
}
footer .up-bar {
    background: #000;
    margin: auto;
    height: 40px;
}
footer .up-bar .up-bar-cont {
    max-width: 1135px;
    margin: auto;
}
footer .up-bar .right-bar {} footer .up-bar .right-bar ul {} footer .up-bar .right-bar li {
    position: relative;
    float: right;
    width: 12.5%;
    line-height: 3;
}
footer .up-bar .right-bar li a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
footer .up-bar .left-bar ul li {
    float: right;
    margin-left: 3px;
}
footer .up-bar .left-bar img {
    width: 102px;
    height: 33px;
}
footer .footer-content {
    max-width: 1135px;
    margin: auto;
}
footer .footer-content .right-foot {} footer .footer-content .right-foot .sub-foot {} footer .footer-content .right-foot .sub-foot img {
    width: 100px;
    padding: 30px 0 0;
}
footer .footer-content .right-foot .sub-foot ul {
    padding: 30px 0 0;
    margin-right: 30px;
    width: 150px;
}
footer .footer-content .right-foot .sub-foot li a {
    color: #7D7D7D;
    font-family: joumhouria;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
footer .footer-content .right-foot .sub-foot li a:hover {
    color: #800000;
}
footer .footer-content .left-foot {
    position: relative;
    direction: ltr;
}
footer .footer-content .left-foot .footer_toolbox {
    background-color: #282828;
    height: 185px;
    padding: 30px;
    width: 400px;
    direction: rtl;
    margin-top: -5px;
}
footer .footer-content .left-foot.footer_toolbox .join_us {
    padding: 30px 0 22px;
}
footer .footer-content .left-foot .footer_toolbox .join_us p {
    color: #7F7F7F;
    padding: 0 7px;
    font-size: 16px;
    font-weight: bold;
}
footer .footer-content .left-foot .join_form {
    margin-top: 26px;
}
footer .footer-content .left-foot .join_text_box {
    background-color: #F8F8F8;
    border: 0 none;
    height: 31px;
    padding: 19px;
    width: 248px;
}
footer .footer-content .left-foot .join_sumbit {
    background-color: #454545;
    border: 0 none;
    color: #F8F8F8;
    cursor: pointer;
    font-family: joumhouria;
    font-size: 18px;
    height: 39px;
    padding: 0px 18px !important;
    margin: 0;
}
/* ==========================================================================
                                   ==========
    =============================== Post Page ==============================
                                   ==========
   ========================================================================== */

.posts-content .article .art-header {} .posts-content .article .art-header h3 {
    color: #333;
    font-family: joumhouria;
    font-size: 30px;
    margin-left: 10px;
    font-weight: bold;
}
.posts-content .article .art-header .art-info {
    position: relative;
    margin: 10px;
}
.posts-content .article .art-header .art-info a {
    color: #676767;
    font-size: 16px;
}
.posts-content .article .art-header .art-info span {
    color: #9F9F9F;
    font-weight: bold;
}
.posts-content .article .art-content {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    font-weight: bold !important;
	line-height: 1.5;
}
.posts-content .article .art-content p {
    color: #000;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px!important;
}
.posts-content .article .art-content img {
    width: 100%;
    margin: 25px 10px;
}
.posts-content .article .art-footer {
    position: relative;
    padding: 25px 10px;
    margin: 15px 0;
    /*border-top: 1px solid #e3e3e3;*/
}
.art-labeles {} .art-labeles span {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    float: right;
    margin-left: 15px;
}
.art-labeles ul {} .art-labeles ul li {
    float: right;
    margin-bottom: 15px;
}
.art-labeles ul li a {
    border: 1px solid #0d0d0d;
    margin: 5px;
    padding: 5px;
    background: #EFEFEF;
    color: #444;
}
.art-labeles ul li a:hover {
    color: #800000;
}

.posts-content .article .comments .art-comments {
    position: relative;
    margin-top: 25px;
    clear: both;
}
.posts-content .article .comments .art-comments .com-count {
    color: #5E6066;
    padding: 15px 20px 0 0;
    text-align: right;
    direction: rtl;
}
.posts-content .article .comments .art-comments .com-header {} .posts-content .article .comments .art-comments .com-header h3 {
    font-family: joumhouria;
    font-size: 34px;
    font-weight: bold;
}
.posts-content .article .comments .art-comments .com-header span {
    color: #676767;
    font-family: joumhouria;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}
.posts-content .article .comments .art-comments form {
    padding-right: 19px;
    padding-top: 40px;
    padding-bottom: 15px;
    background: #efefef;
    margin-top: 4px;
    padding-left: 19px;
    margin-bottom: 30px;
}
.posts-content .article .comments .art-comments form label {
    font-family: joumhouria;
    font-size: 15px;
    color: #676767;
    padding-top: 14px;
    padding-right: 20px;
    text-align: right;
    margin-bottom: 4px;
}
.posts-content .article .comments .art-comments form input,
.posts-content .article .comments .art-comments form textarea.form-control {
    width: 503px;
    color: #676767;
    padding-right: 9px;
    border: solid 1px #e1e1e1;
    font-family: joumhouria;
    font-size: 16px;
}
.posts-content .article .comments .art-comments form .check-inp {
    width: 154px;
    height: 35px;
    color: #676767;
    padding-right: 9px;
    border: solid 1px #e1e1e1;
    font-family: joumhouria;
    font-size: 16px;
}
.posts-content .article .comments .art-comments form .btn {
    color: #FFF;
    width: auto;
    background-color: #454545;
    padding: 5px 18px !important;
    border: solid 1px #e1e1e1;
    height: 32px;
    font-family: joumhouria;
    font-size: 16px;
    font-weight: bold;
}
/**/

.sidebar .art-tools {} .sidebar .art-tools .float-border {
    width: 60%!important;
    margin-right: 40%;
}
.sidebar .art-tools ul {
    margin-right: 5px;
    padding-right: 0;
}
.sidebar .art-tools ul li {
    background-color: #DDDDE3;
    border: 1px solid #CCC;
    position: relative;
    padding: 3px 10px;
    margin-bottom: 5px;
}
.sidebar .art-tools ul li a {
    color: #323232;
    font-size: 18px;
    font-family: joumhouria!important;
    direction: rtl!important;
    margin-bottom: 7px!important;
    font-weight: bold;
}
.sidebar .art-tools ul li a:hover {
    color: #E51C16;
}
.sidebar .art-tools ul li a i {
    color: #4a4a52;
}
/* ==========================================================================
                                   ==========
    =============================== Contact-Us ==============================
                                   ==========
   ========================================================================== */

h3.breadc {
    color: #E51D17 !important;
    font-weight: bold;
    background: #fff;
    display: table;
    z-index: 99;
    padding-left: 5px;
    font-weight: bold;
}
.cont-us .float-border {
    width: 65%!important;
    margin-right: 35%;
}
.cont-us .com-info {
    font-size: 16px;
    font-weight: bold;
}
.cont-us .msg {
    height: 500px!important;
}
/* ==========================================================================
                                   ==========
    =============================== Post Page ==============================
                                   ==========
   ========================================================================== */

.content.aboutUs {
    font-weight: bold;
}
/* ==========================================================================
                                   ==========
    =============================== Category ==============================
                                   ==========
   ========================================================================== */

.categ .float-border {
    width: 70%!important;
    margin-right: 30%;
}
.categ .col-posts {
    margin: 10px 0!important;
    margin-left: 3% !important;
}
.categ .mega-post {
    margin-bottom: 0!important;
}
.pagination>li>a,
.pagination>li>span {
    padding: 12px 12px!important;
    background-color: rgba(229, 29, 44, 0.75)!important;
    border: 3px solid #fff!important;
    color: #fff!important;
}
.pagination>li>a:hover,
.pagination>li>span:hover {
    background-color: #E51D17 !important;
}
/* ==========================================================================
                                   ==========
    =============================== Galleries ==============================
                                   ==========
   ========================================================================== */

.gead {
    color: #333;
    font-family: joumhouria;
    font-size: 30px;
    margin-left: 10px;
    font-weight: bold;
}
.galles .tow-col .tow-col-posts .col-posts {
    position: relative;
    margin: 0px 0;
    padding: 0;
    width: 30% !important;
    margin-left: 3%;
}
.galles .tow-col .tow-col-posts .col-posts img {
    width: 100%;
    height: 100%;
}
/* ==========================================================================
                                   ==========
    =============================== Gallerie  ==============================
                                   ==========
   ========================================================================== */

.loading .flex-viewport {
    max-height: 450px !important;
}
.gall-page {} .gall-page {} .gall-page {}
/* ==========================================================================
                                   ==========
    ===============================  Videos  ==============================
                                   ==========
   ========================================================================== */

.black-head {
    background: #000;
    margin: 0!important;
    padding: 10px!important;
    height: 75px;
    overflow: hidden;
}
.black-head a {
    color: #fff!important;
    padding: 10px;
}
/* ==========================================================================
                                   ==========
    ===============================  Video   ==============================
                                   ==========
   ========================================================================== */

.re-tlt {
    font-weight: bold;
    font-size: 22px;
    color: #E51D17;
}
.vde .related-posts .float-border {
    width: 85%;
    margin-right: 15%;
}
.vde .related-posts ul {
    padding-right: 10px;
    direction: rtl !important
}
.vde .related-posts ul li img {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
}
.vde .related-posts ul li h5 {
    padding-left: 5px;
}
/* ==========================================================================
    ***************************** Responsive *******************************
=========================================================================== */
@media only screen and (min-width: 775px) {


}
@media only screen and (max-width: 775px) {
    body {
        padding-top: 60px;
    }
    .float-border,.top-ads1 ,.hide728,#fixedContainer{
        display: none;
    }
    header .top-date,
    header .header_solgan {
        max-width: 100%;
        text-align: center;
    }
    header .header-content {
        height: inherit;
        padding: 10px 5px;
        max-width: 100%;
        margin: auto;
        text-align: center;
    }
    header .header-content .logo,
    header .header-content .header-ad {
        float: none;
    }
    header .header-content .header-ad {
        float: none;
        margin: 10px 0;
    }
    header .header-content .logo,
    header .header-content .header-ad img {
        width: 100%;
    }
    .navbar-form.navbar-left .form-group {
        width: 20%;
        float: right;
    }
    .navbar-collapse.collapse.in {
        overflow-y: scroll;
        height: 80vh;
    }
    .main-slider .flexslider ul.slides li .slide-content {
        width: 100%;
    }
    .main-slider .flexslider ul.slides li img {
        width: 100%;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #e7e7e7;
    }
    .navbar.sticky.navbar-default {
        position: fixed!important;
        z-index: 9999!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
        margin: 0!important;
    }
    .header_solgan {
        margin-bottom: 25px!important;
        border-bottom: 2px solid #e3e3e3;
        padding-bottom: 35px!important;
    }
    #main-content .top-ads {
        max-width: 350px;
        height: initial;
    }
    #main-content .top-ads img {
        margin-bottom: 20px;
    }
    .more-news .more-news-posts ul li {
        width: 99% !important;
        margin-left: 0;
        padding: 15px 15px 15px 0;
        min-height: 125px;
    }
    .tow-col .tow-col-posts .col-posts {
        position: relative;
        margin: 20px 0;
        padding: 0;
        width: 99%;
        margin-left: 0;
    }
    .tow-col .tow-col-posts .col-posts .mega-post img {
        width: 100%;
    }
    footer {
        height: initial;
        text-align: center;
    }
    footer .up-bar {
        height: 100px;
        margin-top: -10px;
    }
    footer .footer-content .right-foot .sub-foot ul {
        width: 100%;
        margin-right: 0;
    }
    footer .footer-content .left-foot .footer_toolbox {
        width: 100%;
        margin-top: 0;
    }
    .posts-content .article .comments .art-comments form input,
    .posts-content .article .comments .art-comments form textarea.form-control {
        width: 100%;
    }
    .galles .tow-col .tow-col-posts .col-posts {
        width: 100% !important;
        margin-left: 0%;
        max-width: 250px;
        margin: auto;
    }
    .col-posts ul li img {
        width: 50%;
        height: initial;
    }
}






.title{
	font-family:joumhouria,Arial;
    color:#000;
}

.tab-content .media{
    border-bottom:#DEDEDE 1px solid;
}

.tab-content .media .media-body{
    vertical-align: middle !important;
}
.tab-content .media .media-body a{
	font-family:joumhouria,Arial;
    color:#000;
}


.nav-tabs li a{
	font-family:joumhouria,Arial;
	color:#000000;
}





.news-comment {
	
    color:#5E6066;
	padding: 15px 20px 0 0;
    text-align: right;
	direction: rtl;
	
	
}
.comments2 {
	background: none repeat scroll 0% 0% #EFEFEF;
	border:1px solid #EBEBEB;
	/*min-height: 121px;*/
    margin: 0 auto;
    width: 100%;
	margin-top:13px;
	display:block;
}
.comment-image {
	float:right;
	margin:9px 8px 0 0;
	
}
.comment-image img {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 1px 0 #404040;
    overflow: hidden;
    padding: 4px;
    width:37px;
	opacity:1;
	transition:all 0.5s ease;
}
.comment-image img:hover {
	opacity:0.7;
	
}
.member {
	float: left;
    margin: 12px 15px 0 0;
	color:#666666;
	font-size:15px;
	 direction: rtl;
	
}
.member span {
	font-size:12px;
	color:#BDBFC5;
	
}
.member-comment {
	color:#5E6066;
	font-size: 16px;
    margin: 8px;
	padding: 6px 5px 6px 45px;
    text-align: right;
	background: none repeat scroll 0 0 #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	line-height: 140%;
}
.replay {
	float:right;
	margin: 14px 6px 0 0;
	
}

.rep {
	background: -moz-linear-gradient(center top , white 0%, #F4F4F4 100%) repeat scroll 0 0 transparent;
    border: 1px solid #DBDBDB;
    color: #666666;
    font-family: 'gess';
     font-size: 15px;
    height: 25px;
    width: 62px;
}

.rep:hover {
	color:#000000;
	
}
.leave-comment {
	color: #5E6066;
    direction: rtl;
    padding: 30px 20px 0 0;
    text-align: right;	
}

.submit-comment {
	text-align:center;
}


.posRelative {
position:relative;
}

.DP-AuthorTitle {
margin-bottom:2px;
width:252px;
}

.spacer{
	padding-top:15px;
}


div.desc_content {
background-color: #000;
color: #FFF;
font: normal 16px joumhouria;
padding-left: 10px;
padding-top: 7px;
height: 33px; 
opacity: 0.7;
position: relative; 
top: -30px;
}


.fb_iframe_widget_fluid span, iframe.fb_ltr { 
    width: 100% !important; 
}

html{
direction:ltr;
}

#fixedContainer
{
  position: fixed;
  background:url(../img/float-ad-001.png) no-repeat center center;
  left: 0;
  top: 35%;
  z-index: 9999;
  width: 40px;
  height: 260px;
  /*margin-left: -300px; half the width*/
}


#captionTable{
background-color:#D3D3D3;

}

.art-content img{
	width:100%;
	height:auto;
}

/*############################### MARQUEE ###############################*/
#coming_now {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 35px;
    background-color: #E5E4E9;
    font-size: 16px;
	font-family:joumhouria,"Arial";
	z-index:999;
	margin:auto;
}
#coming_close {
    width: auto;
    padding: 5px;
}
#coming_title {
    width: auto;
	/*font-family:joumhouria,"Arial";*/
    font-size: 20px;
    color: #db0505;
	margin:0;
    padding: 5px;
	direction:rtl;
}
#coming_news {
	display:table-cell;
	width:100%;
	padding: 5px;
	float: none;
}
/*############################### MARQUEE ###############################*/

/*############################### NEWS TICKER ###############################*/


.news_ticker {
    display: none;/**/
	width: 100%; 
	direction:rtl;
	bottom: 0px;
    height: 40px;
    right: 0px;
    position: fixed !important;
    z-index: 9999999;
	color:#FFFFFF;
    /*background: -moz-linear-gradient(center top , #FEFE22 0%, #FEFE22 33%, #FFDE24 48%, #FFDE24 100%, #FEFE22 100%, #FFDE24 100%) repeat scroll 0% 0% transparent;*/
	background-color:#C50001;
}


.ticker {
    overflow: hidden;
    list-style: none outside none;
    min-width: 68.571em;
    max-width: 74.286em;
    margin: auto;
}


.news_ticker .now {
	float:right;
    color: #FFF;
    padding: 5px 15px;
    margin: 0px 0px 0px 15px;
    width: 100px;
    font-family: joumhouria,"Arial";/**/
    font-size: 25px;
    text-align: center;
    /*background: -moz-linear-gradient(center top , #2B2B2B 0%, #2B2B2B 33%, #000 48%, #000 100%) repeat scroll 0% 0% transparent;*/
	/*	
	background-color:#FFFFFF;
	border-top:3px solid #d85641;
	border-bottom:3px solid #d85641;
	
	border-left:3px solid #FFF;*/
}

.news_ticker .text {
    /*display: none;*/
	float:right;
	display: block;
}

.news_ticker .row li {
    font-family: joumhouria,"Arial";/**/
    height: 35px;
    font-size: 23px;
	line-height:45px;

}
.news_ticker .row li a{
	color:#FFFFFF;
}
/*############################### NEWS TICKER ###############################*/


#_atssh{

}


@media only screen and (max-width: 1200px) {
    .hide728{
        display: none;
    }
}


.gray-textre{
	background-image: url(../img/gray-textre.jpg);
	background-color:transparent !important;
}



.video-home {
    background: #de2326;
    border-top: 0 solid #bc0405;
    padding-bottom: 43px;
}

@media only screen and (min-width: 768px)
.flex-row .view-content > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.video-content {
    background: #fff;
	padding:15px;
	margin:20px;
	display:block;
}

.home-list-video{
	overflow: hidden; 
	padding: 0px; 
	width: 555px;
	position: relative;
    margin-top: 10px;
    padding-right: 10px;
    max-height: 400px;
    overflow-y: scroll;
}

.featured-img{
	width:100%;
}
.featured-title{
	color:#000000;
	font-family:joumhouria;
	font-size: 16pt;
	margin-top:15px;
}

.video-title{
	color:#FFFFFF;
	font-family:joumhouria;
	font-size: 18pt;
}

.clicable-div{
	padding:5px;
	border-bottom: solid 1px #DEDEDE;

}


.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}