﻿/*//////Copyright (c) 2012, Sarmady a Vodafone company. All rights reserved.///////*/
/* Reset.css */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template {
    display: none;
}

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
    background: transparent;
}

    /** Improve readability when focused and also mouse hovered in all browsers. */
    a:active, a:hover {
        outline: 0;
    }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong {
    font-weight: bold;
}

/** Address styling not present in Safari and Chrome. */
dfn {
    font-style: italic;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/** Address styling not present in IE 8/9. */
mark {
    background: #ff0;
    color: #000;
}

/** Address inconsistent and variable font size in all browsers. */
small {
    font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img {
    border: 0;
}

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
/** Address differences between Firefox and other browsers. */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/** Contain overflow in all browsers. */
pre {
    overflow: auto;
}

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
    overflow: visible;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select {
    text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /** Re-set default cursor for disabled elements. */
    button[disabled], html input[disabled] {
        cursor: default;
    }

    /** Remove inner padding and border in Firefox 4+. */
    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
    line-height: normal;
}

    input:-webkit-autofill {
        background-color: none;
    }

    /** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; /* 2 */
        box-sizing: content-box;
    }

        /** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/** Define consistent border, margin, and padding. */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
    overflow: auto;
}

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
    font-weight: bold;
}

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Lists ========================================================================== */
ul {
    list-style: none;
}

html {
    font-size: 1em;
}

html, input, button, textarea {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    color: #212121;
    font-family: "JF Flat Regular", Sans-Serif;
    line-height: 0.9em;
    background: #f5f5f5;
}

html {
    direction: rtl;
    color: #222222;
}

a {
    text-decoration: none;
    color: #c40001;
}

strong {
    font-weight: bold;
}

blockquote {
    background: #f9f9f9;
    border-left: 7px solid #ccc;
    margin: 1.5em 10px 1.5em 0;
    padding: .5em 10px .5em 0;
    quotes: "\201C""\201D""\2018""\2019";
    font: normal 13px/1.4em tahoma;
    width: 233px;
    float: left;
    color: #c40001;
}

    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: .1em;
        margin-right: .25em;
        vertical-align: -.4em;
    }

    blockquote span {
        display: inline;
        padding-right: 4px;
    }

.rssMain {
    width: 600px;
    margin: 0 auto;
}

.rssLink .linkName {
    float: right;
    font-family: Tahoma;
    font-size: 12px;
    margin-left: 5px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    width: 100px;
    line-height: 1.4em;
}

.addToSites {
    float: right;
    margin-bottom: 5px;
    padding-right: 25px;
    width: auto;
}

.rssLink .linksBtn {
    background: #FFFFFF url("../gfx/rssBtn.gif");
    float: right;
    font-size: 14px;
    margin-top: 7px;
    text-align: center;
    width: 50px;
    height: 16px;
    display: block;
}

    .rssLink .linksBtn a {
        display: block;
        height: 16px;
    }

.addToSites img {
    margin: 6px 4px 6px 15px;
}

.siteTab .tabContent {
    clear: both;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: justify;
    width: 580px;
    background: #eee;
    margin: 10px;
}

.related_content {
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

/*//////////////////////////////// Colors, fonts, backgrounds ///////////////////////////////*/
/*.header { background:#a50000 url(../gfx/header_bg.jpg) center 0 no-repeat; border-bottom:5px solid #fff;-webkit-box-shadow:  0px 5px 150px 0px rgba(121, 121, 121, .8); box-shadow:  0px 5px 150px 0px rgba(121, 121, 121, .8);}*/

.featured_container {
    background: #a30000;
    -webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}

/*//////////////////////////////// Site Elements /////////////////////////////////////*/
.module_title {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 0 0.625em 0;
    line-height: 1.3;
    color: #d32f2f;
    font-size: 1.2em;
    border-bottom: 1px solid #e4e4e4;
}


    .module_title a {
        font-size: 1.5em;
    }

.module_i_16 textarea, .module_i_16 #formOpinions input {
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #ddd;
}

/*//////////////////////////////// Site Layout ///////////////////////////////*/
/*.header { height:131px; width:100%; position:relative; background:#c40001;}
.header_container { margin:0 auto; width:960px; position:relative;}*/

.wrapper_home, .wrapper_inner, .wrapper_sec {
    width: 1000px;
    margin: 80px auto 0 auto;
    position: relative;
    z-index: 0;
    padding: 0 0 40px 0;
    z-index:4;
}

    .wrapper_inner:after, .wrapper_home:after, .wrapper_sec:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

.featured {
    height: 391px;
}

.featured, .mini_featured {
    padding: 10px;
    margin: -5px -22px 0 0;
    width: 1024px;
}
/*.leader_board { padding:10px; margin:-5px -22px 0 0; width:1024px;}*/
.featured_container {
    margin: 7px 17px;
    width: 985px;
    height: 391px;
}

.column_1, .column_2, .column_3 {
    float: right;
    width: 305px;
    margin: 20px 20px 20px 0;
}

.column_1 {
    margin-right: 22px;
}

.separator {
    width: 1020px;
    height: 120px;
    padding: 10px 0 0 0;
    background: url(../gfx/main_bg.jpg);
    clear: both;
    margin: 0 -10px 0 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .4);
}

.section_a {
    background: url(../gfx/section_bg.jpg);
    height: 620px;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .4);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .4);
}

    .section_a:after, .section_b:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    .section_a .column_4 {
        float: right;
        width: 635px;
        height: 580px;
        margin: 20px 17px;
    }

    .section_a .column_5 {
        float: right;
        width: 305px;
        background: #333333;
        height: 584px;
        margin: 20px 0 20px 0;
    }

.section_b {
    padding: 0 0 20px 0;
}

    .section_b .column_1, .section_b .column_2, .section_b .column_3 {
        margin: 20px 20px 0 0;
        height: 681px;
        background: #f5f5f5;
        overflow: hidden;
    }
/*.gads_MR{background:#fff; height:265px; margin:20px 0 20px 0; display: flex; justify-content: center;align-items: center; width:300px; position:relative; overflow:hidden}*/
/*.gads_MR{background:#fff;height: 265px;margin: 20px 0 20px 0;display: flex;justify-content: center;align-items: center;width: 300px;position: relative;overflow: hidden;float: right;}*/
.gads_MR {
    background: #fff;
    margin: 23px 0px 20px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/*.aside .gads_MR iframe { right:149px;}*/
.gads_wide {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.gads_MR.left {
    display: inline-block;
    width: 300px;
    margin: 0 auto;
}

    .gads_MR.left iframe {
        width: 300px !important;
    }

.profile {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    margin: 0 0 20px 0;
}

    .profile .medium_rec {
        background: none;
        margin: 20px 0;
    }

    .profile .tags {
        margin: 20px;
    }
/*.section_c { background:url(../gfx/bg_pattren.png) repeat;padding:20px 20px 0 0; height:271px;}
.section_c .picview{ border:5px solid #000; float:right; overflow:hidden;width:185px; height:240px;}
.section_c .picview img { width:185px; height:240px; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all 1s ease} */

.picview {
    float: right;
    overflow: hidden;
    padding: 20px 10px;
}



.edition.section_c .module_i_17 {
    float: right;
    margin: 0 20px 20px 0;
    position: relative;
}

    .edition.section_c .module_i_17 .atr_1 {
        font: bold 26px/1.4em arial;
        color: #fff;
        display: block;
    }

    .edition.section_c .module_i_17 .atr_2 {
        font: bold 12px/1.4em tahoma;
        color: #b4b4b4;
        display: block;
        width: 86px;
        float: right;
    }

    .edition.section_c .module_i_17 a.info {
        background-position: 0 -119px !important;
        width: 28px;
        height: 28px;
        position: absolute;
        left: 18px;
        top: 4px;
        display: block;
        border-radius: 22px 22px 22px 22px;
    }

    .edition.section_c .module_i_17 em {
        color: #fff;
        font: bold 12px tahoma;
        width: 288px;
        float: right;
    }

    .edition.section_c .module_i_17 > p {
        clear: both;
        width: 233px;
        padding: 5px 0;
    }

.edition.section_c .picview {
    width: 365px;
    height: 225px;
}

    .edition.section_c .picview img {
        width: 365px;
        height: 225px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }


.left {
    possition: absolute;
    left: 0px;
}

.right {
    possition: absolute;
    right: 0px;
}

.lst-modified {
    display: block;
    font-size: 12px;
    clear: both;
    padding: 10px;
}

.inner_page_content {
    width: 666px;
    margin: 0 0 0 10px;
    float: right;
    position: relative;
}

.full_width {
    display: block;
    width: 942px;
    margin: 10px auto;
}

.aside {
    width: 314px;
    margin: 0 10px 0 0;
    float: right;
}

.inner_page_content .social {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.leaderboard {
    margin: 0 10px 20px 10px;
    background: #fff;
    height: 90px;
    clear: both;
}

.column_5 .fblike {
    display: block;
    width: 100px;
    margin: 10px 10px 10px -14px;
    float: left;
    position: relative;
}

.fb-activity.fb_iframe_widget iframe, .fb_ltr, .fb_iframe_widget iframe {
    position: relative !important;
}
/* footer */
/* footer */
footer {
    width: 100%;
    background: #1c1f33;
    color: #ffffff;
    position: relative;
}



    footer .logo {
        fill: #fff;
        width: 60px;
        height: 60px;
        background: #1c1f33;
        position: absolute;
        left: 49%;
        padding: 5px;
        top: -20px;
        border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
    }

    footer .footer-logo {
        display: block;
        fill: #fff;
        width: 140px;
        margin: 30px 0;
    }

        footer .footer-logo .f-logo {
            width: 46px;
            display: inline-block;
        }

        footer .footer-logo .logo-text {
            width: 85px;
            display: inline-block;
        }

    Footer ul {
        overflow: hidden;
        margin: 40px 0;
    }

        Footer ul > li {
            float: left;
            display: block;
            margin: 0 10px 0 0;
        }

            Footer ul > li > a > svg, Footer ul > li > a > .fb_icn, Footer ul > li > a > .tw_icn {
                width: 35px;
                height: 35px;
                fill: #fff;
            }

.copy-rightts {
    width: 100%;
    background: #36394D;
    color: #ffffff;
    position: relative;
    padding: 20px;
}

    .copy-rightts p {
        font-size: 0.8em;
        margin: 0;
        text-align: left;
        position: relative;
    }

    .copy-rightts .sarmady-link {
        display: inline-block;
        position: relative;
        top: 5px;
    }

    .copy-rightts .txt {
        display: inline-block;
    }

    .copy-rightts .sarmady {
        fill: #fff;
        width: 90px;
    }
/*//////////////////////////////// The site Header ////////////////////////////*/

/* Main Container. */
.u {
    width: 1000px;
    margin: 0 auto;
}
/*Sky Ads*/
.ads-sky {
}

    .ads-sky .left, .ads-sky .right {
        width: 160px;
        height: 600px;
        float: left;
    }

    .ads-sky .right {
        float: right;
    }

/*------------------- Columns--------------------*/
[class^="c-"] {
    float: right;
    padding: 0 0.625em;
}
/* The Row. */
.row {
    margin-left: -0.625em;
    margin-right: -0.625em;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

    .row:after {
        content: "";
        display: table;
        clear: both;
    }
/* Column Widths. */
.c-1 {
    width: 8.33333%;
}

.c-2 {
    width: 16.66667%;
}

.c-3 {
    width: 25%;
}

.c-4 {
    width: 33.33333%;
}

.c-5 {
    width: 41.66667%;
}

.c-6 {
    width: 50%;
}

.c-7 {
    width: 58.33333%;
}

.c-8 {
    width: 66.66667%;
}

.c-9 {
    width: 75%;
}

.c-10 {
    width: 83.33333%;
}

.c-11 {
    width: 91.66667%;
}

.c-12 {
    width: 100%;
}
/* Remove gutter II */
.m- [class^="c-"] {
    padding: 0;
}

.m-v [class^="c-"] {
    padding: 0 0 0 0.625em;
}
/* Overlay */
#search-overlay, #social-overlay {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 40, 66, 0.9);
    pointer-events: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: .3s;
}

#social-overlay {
    text-align: center;
    padding: 150px 0 0 0;
    margin: 0;
}

    #social-overlay .u {
        position: relative;
    }

    #social-overlay .close {
        position: absolute;
        top: -30px;
        left: 0;
        padding: 10px;
        border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
    }

        #social-overlay .close .close_icn {
            width: 20px;
            height: 20px;
            fill: #fff;
        }

    #social-overlay ul {
        display: inline-block;
    }

        #social-overlay ul > li {
            display: block;
            float: right;
            margin: 20px 0 20px 20px;
        }

    #social-overlay svg {
        width: 80px;
        height: 80px;
    }

    #social-overlay .fb_icn {
        fill: #3b5998;
    }

.fb_icn:hover {
    fill: #4c70ba;
}

#social-overlay .tw_icn {
    fill: #55acee;
}

.tw_icn:hover {
    fill: #83c3f3;
}

#social-overlay .gp_icn {
    fill: #dd4b39;
}

.gp_icn:hover {
    fill: #e47365;
}

#social-overlay .yt_icn {
    fill: #cd201f;
}

.yt_icn:hover {
    fill: #e23e3d;
}

#social-overlay .rss_icn {
    fill: #f26522;
}

.rss_icn:hover {
    fill: #f58752;
}

#social-overlay .droid_icn {
    fill: #a4c639;
}

.droid_icn:hover {
    fill: #b6d161;
}

#social-overlay .apple_icn {
    fill: #fff;
}

.apple_icn:hover {
    fill: #ccc;
}

#search-overlay.open, #social-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.search-u {
    position: relative;
}

    .search-u .search-btn, .search-u .close {
        position: absolute;
        top: 16px;
        left: 70px;
        border-radius: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background: #851414;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

        .search-u .search-btn:hover, .search-u .close:hover {
            background: #fff;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .search-u .search-btn:hover svg, .search-u .close:hover svg {
                fill: #b71c1c;
            }

        .search-u .search-btn .search_icn {
            width: 25px;
            height: 25px;
        }

    .search-u .close {
        left: 10px;
        padding: 16px;
    }

        .search-u .close .close_icn {
            width: 20px;
            height: 20px;
            fill: #fff;
        }

.search-box {
    font-size: 1.2em;
    background: #d13636;
    color: #ffffff;
    padding: 1.111em;
    width: 100%;
    border: 3px solid white;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    display: block;
    margin: 150px 0 0 0;
    ransition: box-shadow .25s ease-in-out;
    -moz-transition: box-shadow .25s ease-in-out;
    -webkit-transition: box-shadow .25s ease-in-out;
}

    .search-box:focus {
        outline: none;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(189, 193, 219, 0.51);
        -moz-box-shadow: 0px 0px 40px 0px rgba(189, 193, 219, 0.51);
        box-shadow: 0px 0px 40px 0px rgba(189, 193, 219, 0.51);
    }

/* header */
.header {
    background-color: #b71c1c;
    color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 30;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s linear;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s linear;
}

    .header:after, .header:before {
        content: "";
        display: table;
        line-height: 0;
    }

    .header:after {
        clear: both;
    }

    .header.fixed, .menu-open .header {
        background-color: #c62828;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    }

.page-red .header {
    background-color: #b71c1c;
}

    .page-red .header.fixed {
        background-color: #c62828;
    }

.menu-open.page-red .header {
    background-color: #c62828;
}

.header a {
    color: #ffffff;
}

.header .nav {
    margin: 0;
}

    .header .nav > li > a .avatar, .header .nav > li > a .icon {
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .header .nav > li > a .header-close {
        position: absolute;
        top: 0.4em;
        left: 0;
        text-align: center;
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

    .header .nav > li.active > a .avatar, .header .nav > li.active > a .icon {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .header .nav > li.active > a .header-close {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

.header-logo {
    font-size: 0;
    position: relative;
    margin: 4px -20px 0 0;
    float: right;
}

    .header-logo .logo, .header-logo .logo-text, .title-icn {
        display: inline-block;
        fill: #fff;
        width: 36px;
    }

    .header-logo .logo-text {
        width: 66px;
        margin-right: 7px;
    }

    .header-logo span {
        position: absolute;
        font-size: 13px;
        top: -44px;
        left: -23px;
    }

.menu_icn, .search_icn, .social_icn, .user_icn, .fb_icn, .tw_icn, .time_icn, .close_icn {
    width: 20px;
    height: 20px;
    display: inline-block;
    fill: #fff;
    vertical-align: middle
}

.menu_icn {
    width: 30px;
}

.title-icn {
    fill: #d32f2f;
    width: 20px;
    height: 20px;
}

.title:hover .title-icn {
    fill: #ef5350;
}

.header_icn {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    /*background: #851414;*/
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 13px;
}

    .header_icn:hover svg {
        /*fill: #b71c1c;*/
    }

    .header_icn:hover {
        /*background: #fff;*/
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

.left_header_btns {
    text-align: left;
}

    .left_header_btns .header_icn {
        margin: 0 0 0 5px;
    }



/* Menu */

.menu {
    position: fixed;
    top: 2.6em;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 29;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-box-shadow 0s linear 0.3s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: box-shadow 0s linear 0.3s, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

    .menu.menu-right {
        right: 0;
        left: auto;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .menu.open {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-box-shadow 0s linear 0s, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
        transition: box-shadow 0s linear 0s, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    }

@media only screen and (min-width: 992px) {
    .menu {
        width: 350px;
    }
}

.no-boxshadow .menu {
    border-right: 1px solid #9e9e9e;
}

    .no-boxshadow .menu.menu-right {
        border-right: 0;
        border-left: 1px solid #9e9e9e;
    }

.no-csstransforms .menu {
    display: none;
}

    .no-csstransforms .menu.open {
        display: block;
    }

.menu-content {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}

    .menu-content hr {
        border-top-color: #e0e0e0;
    }

    .menu-content .nav {
        margin: 0;
        padding: 0.625em;
    }

        .menu-content .nav a {
            color: #ffffff;
            font-weight: 700;
            overflow: hidden;
            background: rgba(28, 31, 51, 0.3);
            white-space: nowrap;
            display: block;
            padding: 1.0em;
            margin-bottom: 1px;
        }

            .menu-content .nav a:focus, .menu-content .nav a:hover {
                background-color: #b71c1c;
            }

            .menu-content .nav a .icon {
                margin-right: 0.625em;
            }

        .menu-content .nav li.active > a {
            background-color: #f5f5f5;
            color: #b71c1c;
        }

.page-red .menu-content .nav li.active > a {
    color: #b71c1c;
}

.menu-content .nav > li.active > a {
    background-color: #eeeeee;
}

.menu-content .nav ul a {
    font-weight: 400;
    padding-left: 1.875em;
}

.menu-scroll {
    background-color: rgba(36, 40, 66, 0.9);
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #ffffff;
}

.menu-top {
    background-color: #212121;
    color: #f5f5f5;
    position: relative;
}

    .menu-top a {
        color: #f5f5f5;
        text-decoration: none;
    }

        .menu-top a:focus, .menu-top a:hover {
            color: #ffffff;
        }

.menu-top-form {
    margin-top: 0.325em;
    margin-bottom: 0.325em;
}

.menu-top-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
}

    .menu-top-img img {
        min-height: 100%;
        width: 100%;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.menu-top-info {
    padding: 1.95em 0.625em;
    position: relative;
}

.menu-top-user {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

    .menu-top-user:after, .menu-top-user:before {
        content: "";
        display: table;
        line-height: 0;
    }

    .menu-top-user:after {
        clear: both;
    }

.menu-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.menu-content .nav a {
    position: relative;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.nav .home:after, .nav .fam:after, .nav .tv-movies:after, .nav .music:after, .nav .gal:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #b71c1c;
    border-left: 15px solid transparent;
    z-index: 1;
}

.menu-content .nav .fam:hover {
    background-color: #ff9800;
}

.nav .fam:after {
    border-top-color: #ff9800;
}

.menu-content .nav .tv-movies:hover {
    background-color: #33691e;
}

.nav .tv-movies:after {
    border-top-color: #33691e;
}

.menu-content .nav .music:hover {
    background-color: #4a148c;
}

.nav .music:after {
    border-top-color: #4a148c;
}

.menu-content .nav .gal:hover {
    background-color: #1565c0;
}

.nav .gal:after {
    border-top-color: #1565c0;
}







/*//////////////////////////////// The site Footer ////////////////////////////////*/



/*//////////////////////////////// Site Elements /////////////////////////////////////*/
.leader_board {
    overflow: hidden;
    /*padding: 20px;*/
    margin-bottom: 20px;
    background: transparent;
}
/*.leader_board .container { height:100px;  padding:10px 20px 0 0;}*/
.mini_featured .container {
    height: 150px;
    background: #a30000;
    padding: 10px 20px 0 0;
    width: 965px;
    margin: 7px 17px;
    -webkit-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}

    .mini_featured .container .h_list li {
        margin: 0 0 0 15px;
    }

        .mini_featured .container .h_list li a {
            display: block;
            width: 145px;
            height: 130px;
            background: #000;
            color: #fff;
            overflow: hidden;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
        }

            .mini_featured .container .h_list li a img {
                width: 145px;
                height: 90px;
            }

            .mini_featured .container .h_list li a p {
                padding: 5px;
                font-size: 12px;
                height: 30px;
                line-height: 17px;
                overflow: hidden;
                padding: 0px 5px 5px 5px;
            }

.akhbarak {
    margin: 10px 0 0;
}

#popup_box {
    width: 271px;
    height: 165px;
    background: url(../gfx/Feedback_PopUp.png);
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}

#popupBoxClose {
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 16px;
    top: 12px;
    width: 33px;
}

.survey {
    right: 36px;
}

.survey, .pos {
    display: block;
    height: 30px;
    position: absolute;
    top: 115px;
    width: 87px;
}

.pos {
    cursor: pointer;
    right: 139px;
}

.module_title a {
    display: inline-block;
    float: left;
    height: 25px;
    padding: 5px;
    text-align: center;
    width: 25px;
}

    .module_title a:hover {
        color: #1c1f33;
    }

.type_a, .type_b, .type_c, .type_d, .type_e, .type_f {
    background: url(../gfx/zoom.png) no-repeat;
}

.type_a {
    background-position: 0px -90px;
}

.type_b {
    background-position: 0px -6px;
}

.type_c {
    background-position: 0px -173px;
}

.type_d {
    background-position: 0px -259px;
}

.type_e {
    background-position: 0px -343px;
}

.type_f {
    background-position: 0px -424px;
}



.centered {
    margin: 0 auto;
    display: block;
}

.video_container {
    position: relative;
    padding-bottom: 60%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
}

    .video_container iframe, .video_container object, .video_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        right: 0;
        margin: 0 auto !important;
    }

.v_list {
    margin: 10px 0 0 0;
}

    .v_list a {
        font-size: 12px;
    }

.v_list_wi {
    margin-top: 10px;
}

    .v_list_wi a {
        font-size: 14px;
        font-weight: bold;
    }

.h_list li {
    float: right;
}

.h_list_wi {
    margin-top: 10px;
}

    .h_list_wi li {
        float: right;
    }

        .h_list_wi li a {
            font-size: 12px;
            font-weight: bold;
        }

.two_c_list {
    overflow: hidden;
}

    .two_c_list li {
        float: right;
        display: block;
    }

.NewsSubTitleText {
    color: #c41000;
    padding: 5px 0;
    display: block;
}

    .NewsSubTitleText + br {
        display: none;
    }
/* Ads */
.medium_rec {
    height: 265px;
    margin: 0 0 20px 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*form */
.form_holder {
    padding: 10px;
}

    .form_holder select {
        padding: 5px;
        width: 150px;
        border: 1px solid #b7b7b7;
    }

.btn, .btn_1, .btn_2 {
    cursor: pointer;
}

#filterForm {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

    #filterForm.form_holder select {
        width: 150px;
        padding: 3px;
        font-size: 14px;
        border: 0;
        text-align: right;
    }

    #filterForm option {
        padding: 1px 2px;
        text-align: right;
    }

/* rating */
.rating {
    width: 100px;
    height: 20px;
    position: relative;
    background: url(../gfx/rating.png) no-repeat 0 0;
    overflow: hidden;
    visibility: visible;
}

.nostar {
    background-position: 0 0;
}

.onestar {
    background-position: 0 -20px;
}

.twostar {
    background-position: 0 -40px;
}

.threestar {
    background-position: 0 -60px;
}

.fourstar {
    background-position: 0 -80px;
}

.fivestar {
    background-position: 0 -100px;
}

.rating li {
    cursor: pointer;
    float: left;
    text-indent: -999em;
}

    .rating li a {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        text-decoration: none;
        z-index: 200;
    }

    .rating li.five a {
        left: 0;
    }

    .rating li.four a {
        left: 20px;
    }

    .rating li.three a {
        left: 40px;
    }

    .rating li.two a {
        left: 60px;
    }

    .rating li.one a {
        left: 80px;
    }

    .rating li a:hover {
        z-index: 2;
        width: 100px;
        height: 20px;
        overflow: hidden;
        left: 0;
        background: url(../gfx/rating.png) no-repeat 0 0;
    }

    .rating li.five a:hover {
        background-position: 0 -220px;
    }

    .rating li.four a:hover {
        background-position: 0 -200px;
    }

    .rating li.three a:hover {
        background-position: 0 -180px;
    }

    .rating li.two a:hover {
        background-position: 0 -160px;
    }

    .rating li.one a:hover {
        background-position: 0 -140px;
    }

#divRatedMsg {
    position: absolute;
    right: 105px;
    top: 0;
    background: #FDE8E7;
    color: #C40000;
    display: block;
    float: right;
    font: 10px/1.4em tahoma;
    margin: 0 4px 0 4px;
    padding: 4px 4px 4px 4px;
    text-align: center;
    width: 80px;
}

.rating-container {
    position: absolute;
    top: 5px;
    left: 5px;
}

/*rotator */
.container .prev, .container .next {
    background: url(../gfx/nex_prev.png) no-repeat 0 0;
    position: absolute;
    width: 33px;
    height: 60px;
    display: block;
    z-index: 2;
    cursor: pointer;
}

.container .prev {
    right: 0;
}

.container .next {
    left: 0;
    background-position: 0 -59px;
}

.container .disabled {
    background: 0;
    cursor: default;
}

.scrollable {
    position: relative;
    overflow: hidden;
}

    .scrollable .items {
        position: absolute;
    }

        .scrollable .items div {
            float: right;
        }

/*Social*/
.Sar_Social {
    margin: 10px auto;
    width: 618px;
    text-align: left;
}

    .Sar_Social ul {
        margin: 0;
        padding: 0;
    }

        .Sar_Social ul li {
            float: left;
            margin-right: 7px;
            width: auto;
            list-style: none;
            height: 20px;
        }

.twitter-share-button {
    width: 80px !important;
}

.fb_iframe_widget_lift {
    right: -375px;
}
/* Paging */
.paging {
    color: #606060;
    margin: 10px auto;
    clear: both;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.3em;
}

    .paging a, .paging span {
        background: #1c1f33;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        margin: 0 1px;
        padding: 10px 15px;
        display: inline-block;
    }

        .paging .current, .paging a:hover {
            background-color: #C40001;
            color: #FFFFFF;
        }

/*Twitter component */
.tweet {
    background: #fff;
    margin: 5px;
    padding: 5px;
    overflow: hidden;
}

.avatar {
    float: left;
}

.mt_header {
    float: left;
    width: 215px;
    text-align: left;
    padding: 1px 10px;
}

.mt_user {
    font-weight: bold;
    color: #333333 !important;
}

.mt_screen_name {
    color: #9a9a9a;
}

.mt_text {
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #333333 !important;
}

    .mt_text a {
        font-size: 12px;
        color: #138db9 !important;
    }

.time {
    float: right;
    color: #9a9a9a !important;
    font-size: 11px;
}

/* Ads */
.sticker {
    /*width: 200px;*/
    float: left;
    margin: 0 0 0 10px;
}
/* Register */
.register {
    width: 800px;
    margin: 50px auto 0;
}

/*//////////////////////////////// Site Modules ///////////////////////////////////////////*/
/* Home page */
/*Featured Area*/
.featured_container .column_1, .featured_container .column_2, .featured_container .column_3 {
    width: 317px;
    height: 385px;
    margin: 0;
}

.featured_container .column_1 {
    margin: 0 15px 0 0;
}

.featured_container .element_a, .featured_container .element_b {
    position: relative;
    overflow: hidden;
    position: relative;
    margin: 5px 4px 0 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
}

.featured_container .element_b {
    height: 160px;
}

    .featured_container .element_a .like, .featured_container .element_b .like {
        position: absolute;
        bottom: -30px;
        padding: 5px;
        overflow: hidden;
    }

    .featured_container .element_a:hover .like, .featured_container .element_b:hover .like {
        bottom: 10px;
    }

.featured_container .holder {
    overflow: hidden;
    position: relative;
}

.featured_container .element_a a, .featured_container .element_b a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    width: 297px;
    height: 100%;
}

    .featured_container .element_a a img {
        width: 313px;
        height: 200px;
        vertical-align: middle;
    }

    .featured_container .element_b a img {
        width: 313px;
        height: 180px;
        vertical-align: middle;
        margin: -10px 0 0 0;
    }

.featured_container .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .featured_container .overlay a {
        background: rgba(0, 0, 0, 0.80);
        font-size: 16px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 22px;
        padding: 8px 8px 20px 8px;
        -moz-transition: max-height .25s ease-in-out;
        -o-transition: max-height .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        transition: max-height .25s ease-in-out;
    }

        .featured_container .overlay a div {
            text-align: justify;
            font-size: 12px;
            line-height: 15px;
            font-weight: normal;
            font-family: Tahoma, Geneva, sans-serif;
            max-height: 0;
            overflow: hidden;
            text-transform: none;
            transition: max-height 0.25s ease-in-out 0s;
        }

        .featured_container .overlay a p {
            padding: 8px;
        }

.featured_container .element_a:hover .overlay a div, .featured_container .element_b:hover .overlay a div {
    max-height: 145px;
    margin: 10px 0 35px 0;
    overflow: hidden;
}

.featured_container .element_b:hover .overlay a div {
    max-height: 100px;
}

.featured_container .like ul li {
    display: block;
    float: left;
    height: 15px;
    width: auto;
    margin-right: 10px;
}

.twitter-share-button {
    width: 80px !important;
}

.fb_iframe_widget_lift {
    right: -375px;
}


.module_h_2 li {
    margin: 0 0 10px 0;
}

    .module_h_2 li a {
        display: block;
        overflow: hidden;
        height: 80px;
    }

        .module_h_2 li a:hover {
            background: #b40000;
            color: #fff;
        }

            .module_h_2 li a:hover p {
                color: #fff;
            }

        .module_h_2 li a span {
            display: inline-block;
            float: right;
            width: 20px;
            height: 72px;
        }

        .module_h_2 li a img {
            width: 120px;
            height: 80px;
            float: right;
            margin: 0 0 0 10px;
        }

        .module_h_2 li a:hover span {
            background: #b40000;
        }

        .module_h_2 li a:hover time {
            color: #fff;
        }

        .module_h_2 li a p {
            float: right;
            width: 160px;
            height: 80px;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 5px 0 0 0;
            line-height: 15px;
            color: #212121;
            line-height: 18px;
        }

            .module_h_2 li a p time {
                display: block;
                color: #696969;
                font-size: 10px;
            }

    .module_h_2 li.narrow p {
        font: bold 12px tahoma;
        width: 160px;
    }

    .module_h_2 li.narrow {
        margin-left: 7px;
    }

.module_h_2 .narrow {
    float: right;
    width: 283px;
    position: relative;
}

    .module_h_2 .narrow .play {
        background: url("../gfx/icons_back.png") no-repeat 6px -161px;
        display: block;
        height: 32px;
        opacity: 1;
        position: absolute;
        right: 45px;
        top: 23px;
        width: 30px;
    }

.module_h_2 li .narrow a:hover {
    background: #fff;
    color: #B40000;
}

.module_h_3 {
    margin: 14px 0 0 0;
}

    .module_h_3 .rumor_bar {
        float: right;
        margin: 0 0 0 5px;
    }

    .module_h_3 li {
        margin: 0 0 5px 0;
    }

        .module_h_3 li a {
            display: block;
            overflow: hidden;
        }

            .module_h_3 li a:hover {
                background: #b40000;
                color: #fff;
            }

            .module_h_3 li a img {
                width: 109px;
                height: 70px;
                border: 1px solid #e5e5e5;
                float: right;
                margin: 0 0 0 2px;
            }

            .module_h_3 li a p {
                float: right;
                width: 160px;
                margin: 5px 0 0 0;
                line-height: 15px;
            }

                .module_h_3 li a p time {
                    display: block;
                    color: #696969;
                    font-size: 10px;
                }

.module_h_4 a {
    color: #fff;
}

.module_h_4 .container a:hover {
    color: #fff;
}

.module_h_4 .container {
    background: #565656;
    padding: 10px 9px;
    margin-top: 10px;
}

.module_h_4 .node_a img {
    border: 1px solid #000;
    width: 285px;
    height: 184px;
}

.module_h_4 .node_a time {
    display: block;
    font: bold 10px Tahoma, Geneva, sans-serif;
}

.module_h_4 .node_a p {
    font: bold 13px Tahoma, Geneva, sans-serif;
}

.module_h_4 .two_c_list {
    background: #000;
    padding: 8px 0;
    margin-top: 10px;
}

    .module_h_4 .two_c_list li {
        width: 132px;
        height: 140px;
        overflow: hidden;
        margin: 5px 7px 0 0;
    }

    .module_h_4 .two_c_list img {
        border: 1px solid #3e3e3e;
        width: 130px;
        height: 84px;
    }

    .module_h_4 .two_c_list p {
        font-size: 11px;
        color: #cccccc;
        line-height: 15px;
    }

    .module_h_4 .two_c_list a:hover p {
        color: #f92d2e;
    }

.module_h_5 {
    margin: 20px 0 20px 0;
}

    .module_h_5 .container {
        background: #373832;
        height: 277px;
        margin: 10px 0 0 0;
        padding: 10px;
        position: relative;
    }

        .module_h_5 .container .prev, .module_h_5 .container .next {
            top: 50%;
            margin-top: -30px;
        }

    .module_h_5 .scrollable {
        width: 935px;
        height: 320px;
    }

        .module_h_5 .scrollable .items {
            width: 2925px;
        }

            .module_h_5 .scrollable .items div {
                height: 320px;
                width: 935px;
            }

    .module_h_5 .h_list li {
        margin: 15px 17px 0px 7px;
        width: 130px;
    }

    .module_h_5 .h_list .last {
        margin-left: 0;
    }

    .module_h_5 img {
        width: 130px;
        height: 193px;
    }

    .module_h_5 h2 {
        color: #fff;
        margin: 10px 0;
        font-size: 12px;
        font-weight: bold;
    }

    .module_h_5 h3 {
        color: #ddd;
        font-size: 11px;
    }

.module_h_6 .holder a {
    display: block;
    position: relative;
    background: #fff;
    padding: 10px;
}

    .module_h_6 .holder a p {
        position: absolute;
        padding: 20px;
        background: #fff;
        bottom: 10px;
        left: 5px;
        right: 5px;
        color: #212121;
        line-height: 20px;
    }

.module_h_6 .holder img {
    width: 100%;
}

.module_h_6 .holder .counts {
    background: #C40001;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    font-size: 12px;
    text-align: left;
    color: #fff;
}

    .module_h_6 .holder .counts span {
        background: #C40001;
        display: inline-block;
        margin: 1px;
        padding: 4px 8px 4px 27px;
    }

    .module_h_6 .holder .counts .atr {
        background: #C40001 url(../gfx/icons_back.png) 0px -41px no-repeat;
        color: #fff;
    }

    .module_h_6 .holder .counts .atr_1 {
        background: #C40001 url(../gfx/icons_back.png) 0px -66px no-repeat;
        color: #fff;
    }
/*.module_h_6 .container { background:#000; height:444px; margin:10px 0 0 0; padding:5px; position:relative;} 
.module_h_6 .container .prev, .module_h_6 .container .next {top:200px;}
.module_h_6 .scrollable {width:295px;  height:444px; background: #333 }
.module_h_6 .scrollable .items {width:1475px;}
.module_h_6 .scrollable .items .holder {width:295px; height:444px;}
.module_h_6 .holder a {width:295px;height:444px; display:block; position:relative;}
.module_h_6 .holder a p { position:absolute; padding:10px 10px 30px 10px; width:275px; background:#000; bottom:0; font: bold 20px Arial, Helvetica, sans-serif; color:#fff; opacity:.9;} 
.module_h_6 .holder .counts {  background:#C40001; position:absolute; left:1px; bottom:0px;  display:block;font: normal 10px Tahoma, Geneva, sans-serif; text-align:left }
.module_h_6 .holder .counts span { background:#C40001; display:inline-block; margin:1px; padding:4px 8px 4px 27px}
.module_h_6 .holder .counts .atr { background:#C40001 url(../gfx/icons_back.png) 0px -41px no-repeat; }
.module_h_6 .holder .counts .atr_1 { background:#C40001 url(../gfx/icons_back.png) 0px -66px no-repeat; }
.module_h_6 .holder img { width:295px;}*/

.module_h_7 .video_container {
    margin: 10px 0 0 0;
    padding: 0 0 50% 0;
}

.module_h_7 .holder {
    padding: 10px;
    background: #464646;
    opacity: .6;
}

.module_h_7 .atr {
    float: left;
    font: bold 10px Tahoma, Geneva, sans-serif;
    color: #fff;
    padding: 2px 0 2px 0;
}

.module_h_7 .holder a {
    font: bold 13px Tahoma, Geneva, sans-serif;
    color: #fff;
}

.module_h_7 {
    margin-bottom: 20px;
    overflow: hidden;
}

    .module_h_7 .h_list .last {
        margin-left: 0;
    }

    .module_h_7 .h_list li {
        margin: 20px 0 0 40px;
    }

    .module_h_7 .h_list a {
        display: inline-block;
        position: relative;
        width: 185px;
        overflow: hidden;
        height: 187px;
    }

        .module_h_7 .h_list a:hover {
            background: #C40001;
        }

    .module_h_7 .play {
        position: absolute;
        background: #000000 url("../gfx/icons_back.png") 7px -118px no-repeat;
        width: 36px;
        height: 118px;
        left: 0;
        display: block;
        opacity: 0.8;
    }

    .module_h_7 .h_list a img {
        width: 185px;
        height: 118px;
    }

    .module_h_7 .h_list .atr {
        width: 36px;
        background: #C40001 url("../gfx/views.png") 50% 11px no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 55px 0 5px;
        text-align: center;
        z-index: 1;
    }

    .module_h_7 .h_list .atr_1 {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 5px 5px 37px;
        color: #FFF;
        display: block;
    }

    .module_h_7 .h_list a:hover .atr_1 {
        bottom: 0;
    }

.module_h_8 {
}

    .module_h_8 li {
        margin: 0 0 5px 0;
    }

        .module_h_8 li a {
            display: block;
            overflow: hidden;
        }

            .module_h_8 li a:hover {
                background: #b40000;
                color: #fff;
            }

            .module_h_8 li a img {
                width: 109px;
                height: 70px;
                border: 1px solid #e5e5e5;
                float: right;
                margin: 0 0px 0 10px;
            }

            .module_h_8 li a p {
                float: right;
                width: 175px;
                margin: 5px 0 0 0;
                line-height: 15px;
                overflow: hidden;
                height: 30px;
            }

    .module_h_8 .atr {
        display: inline-block;
        color: #fff;
        font-size: 10px;
        background: #b30101 url(../gfx/icons_back.png) right -41px no-repeat;
        margin: 5px 0 0 0;
        padding: 5px 25px 5px 15px;
        -webkit-border-radius: 15px 0px 0px 15px;
        border-radius: 15px 0px 0px 15px;
    }

.module_h_9 .module_title {
    background: #4D4D4D url(../gfx/twitter_bg.png) 2px 0px no-repeat;
}


.module_h_10 .form_holder {
    padding: 20px;
    position: relative;
    background: url(../gfx/poll_bg.png) 0px 0px no-repeat;
}

.module_h_10 .body {
    font: bold 18px/20px Arial, Helvetica, sans-serif;
    color: #ad0000;
    margin: 0 0 10px 0;
    max-height: 40px;
    overflow: hidden;
    padding: 0;
}

.module_h_10 p {
    padding: 2px 0;
    font-size: 12px;
}

.module_h_10 img {
    width: 265px;
    max-height: 235px;
    margin: 0 0 10px 0;
}

.module_h_10 .btns_holder {
    margin: 30px -19px 0 0;
}

    .module_h_10 .btns_holder input {
        font: normal 18px/20px Arial, Helvetica, sans-serif;
    }

.module_h_10 .btn_1, .module_i_16 #formOpinions #sub1 {
    border: 0;
    background: #b30101;
    -webkit-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
    color: #FFF;
    padding: 2px 10px;
}

.module_h_10 .btn_2 {
    background: none;
    border: 0;
    color: #ad0000;
}

.module_h_10 .PollResultdiv {
    margin: 5px 0px 5px 5px;
    width: 87%;
    background: url(../gfx/poll_bg.jpg) 20px 0 no-repeat;
}

.module_h_10 .PollResulLabel {
    font-size: 14px;
}

.module_h_10 .PollResultbar {
    background: url(../gfx/poll.jpg) no-repeat right center;
    height: 11px;
    margin: 0 0 4px 0;
}

.module_h_10 .PollResulNum {
    color: #878787;
    font-size: 10px;
}

.module_h_10 label {
    margin-right: 4px;
}
/* Inner page */
.width_960 {
    width: 960px;
    margin: 0 auto;
}

    .width_960 .title_1 {
        padding: 0 10px 0 10px;
        font: bold 23px/1.4em arial;
        width: 580px;
        margin: 0px 16px 0px 20px;
        color: #d80505;
    }

.module_i_1 {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

    .module_i_1 .rumor_bar {
        float: right;
        margin: 32px 25px 0px 10px;
        height: 80px;
    }

    .module_i_1 h1 {
        padding: 10px 10px 0 10px;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        width: 580px;
        margin: 20px 16px 2px 20px;
        color: #d80505;
    }

    .module_i_1 img {
        width: auto;
        margin: 0 auto;
        clear: both;
        display: block;
        max-height: 457px;
        border: none !important;
        max-width: 580px;
    }

    .module_i_1 .blogger_name {
        color: #c4103b;
        display: block;
        font: 15px Tahoma;
        margin: 0 10px 0 0;
    }

    .module_i_1 .atr_bar {
        margin: 0 auto;
        width: 580px;
        overflow: hidden;
    }

        .module_i_1 .atr_bar .atr_1 {
            font-size: 12px;
            display: block;
            float: right;
            width: 465px;
            margin: 10px 0;
        }

    .module_i_1 .rating {
        float: right;
        margin: 0 0 8px 20px;
    }

    .module_i_1 .image_content {
        text-align: center;
        position: relative;
        background: #eee;
        margin: 15px 26px;
        padding: 10px 0;
    }

        .module_i_1 .image_content img {
            max-width: 580px;
        }

        .module_i_1 .image_content span {
            font-size: 12px;
            display: block;
            padding: 10px 0;
            margin: 0 auto;
            width: 580px;
            background: #ececec;
        }

        .module_i_1 .image_content .atr_3 {
            position: absolute;
            top: 60px;
            right: 26px;
            background: #eee;
            padding: 10px;
            width: 110px;
        }

    .module_i_1 .story_content, .story_content {
        margin: 20px auto;
        width: 600px;
        display: block;
        font-size: 18px;
        line-height: 30px;
        overflow: hidden;
    }

    .module_i_1 p {
        font-size: 18px;
        display: block;
        margin: 0 auto;
    }

    .module_i_1 .atr_2 {
        font-size: 14px;
        margin-right: 26px;
        margin-bottom: 10px;
        float: right;
    }

    .module_i_1 .load_my_big_img {
        float: left;
        width: 250px;
        clear: left;
        margin: 0 20px 0 0;
    }

        .module_i_1 .load_my_big_img img {
            width: 250px;
        }

        .module_i_1 .load_my_big_img span {
            font-size: 12px;
            display: block;
            padding: 3px 0;
            margin: 0 auto;
            width: 250px;
            background: #ececec;
            text-align: center;
        }

.module_i_7 p.module_title, .module_i_8 p.module_title, .module_h_2 p.module_title, .module_i_9 p.module_title {
    font-size: 1.2em;
}

.module_i_2 {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
}

    .module_i_2 img {
        display: block;
        max-width: 490px;
        margin: 12px auto;
        height: auto;
    }

    .module_i_2 .gallary {
        background: #000;
        position: relative;
        max-width: 490px;
        margin: 0 auto;
    }

        .module_i_2 .gallary .atr_1 {
            font: 11px/1.4em tahoma;
            color: #FFF;
            display: block;
            background: #C40001;
            padding: 4px 8px;
            position: absolute;
            z-index: 200;
            top: 0;
            right: 0;
            opacity: 0.8;
        }

        .module_i_2 .gallary a.next {
            background: url(../gfx/next_prv.png) no-repeat 0px -53px;
            width: 150px;
            height: 52px;
            position: absolute;
            top: 45%;
            right: 354px;
        }

        .module_i_2 .gallary a.prv {
            background: url(../gfx/next_prv.png) no-repeat 98px 0;
            width: 150px;
            height: 52px;
            position: absolute;
            top: 45%;
            left: 354px;
        }

.attached_gallery {
    background: #fff;
    width: 370px;
    display: block;
    border: 1px solid #F2F2F2;
    border-right: none;
    margin: 20px -53px 10px 0;
    box-shadow: 8px 2px 12px #DDDDDD;
    padding: 20px;
}

.module_i_2 P {
    display: block;
    margin: 10px auto;
    font: 18px/30px Arial, Helvetica, sans-serif;
    text-align: center;
}

.attached_gallery h1 {
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    width: 340px;
    margin: 0 0 10px;
    color: #b71c1c;
}

.attached_gallery p {
    clear: both;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 0 auto;
    width: 328px;
    padding: 0;
}

.attached_gallery .atr_2 {
    font-size: 14px;
    display: block;
    float: right;
    width: 100%;
    padding: 0px;
    margin: 10px 0;
}

.attached_gallery .red {
    color: #d32f2f;
}

.attached_gallery .rating {
    margin: 10px 0 0;
}

.attached_g_container {
    display: block;
    margin-bottom: 10px;
    position: relative;
    min-height: 175px;
    height: 100%;
}

.module_i_2 .Sar_Social {
    height: auto;
    overflow: hidden;
    padding-left: 69px;
    margin-top: 20px;
    width: 566px;
    background: #fff;
}

.module_i_2 .social a {
    background: #fff;
    border: 0;
}

.module_i_2 .container {
    height: 120px;
}

    .module_i_2 .container img {
        width: 87px;
        height: 57px;
        margin: 0;
        padding: 0;
    }

    .module_i_2 .container ul {
        width: 560px;
        margin: 0 auto 30px;
        box-shadow: 8px 2px 12px #DDDDDD;
        background: #fff;
        height: 70px;
        position: relative;
    }

        .module_i_2 .container ul li {
            padding: 6px 4px 0 2px;
        }

    .module_i_2 .container .prev, .module_i_2 .container .next {
        background: #fff url(../gfx/arrows.gif) no-repeat;
        height: 26px;
        width: 31px;
        position: absolute;
        bottom: 25px;
        box-shadow: 0px 4px 5px #DDDDDD;
    }

    .module_i_2 .container .next {
        right: 73px;
        background-position: 0 -29px;
    }

    .module_i_2 .container .prev {
        right: 40px;
    }

.module_i_2 .scrollable {
    height: 88px;
    width: 560px;
    margin: 0 auto;
}

    .module_i_2 .scrollable .items {
        width: 6840px;
    }

        .module_i_2 .scrollable .items div {
            height: 75px;
            width: 560px;
        }

.module_i_2 .container a.full_thumbs {
    background: #fff url(../gfx/arrows.gif) no-repeat 0 -56px;
    height: 26px;
    width: 31px;
    box-shadow: 8px 2px 12px #DDDDDD;
    bottom: 25px;
    left: 60px;
    position: absolute;
}

.module_i_2 .tags {
    padding: 20px;
}

    .module_i_2 .tags a, .module_i_2 .tags i {
        padding: 8px 10px;
    }

    .module_i_2 .tags i {
        padding: 8px 10px 8px 25px;
    }


.module_i_3 {
    background: #fff;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
}

    .module_i_3 h1 {
        padding: 10px 10px 0 10px;
        font-size: 23px;
        line-height: 30px;
        width: 580px;
        margin: 20px 20px 10px 20px;
        color: #d80505;
    }

    .module_i_3 .video_container {
        width: 580px;
        margin: 0 auto;
        clear: both;
        display: block;
    }

    .module_i_3 .blogger_name {
        color: #c4103b;
        display: block;
        font: 15px Tahoma;
        margin: 0 10px 0 0;
    }

    .module_i_3 .atr_bar {
        margin: 0 auto;
        height: 45px;
        width: 580px;
    }

    .module_i_3 .atr_1 {
        font: 12px/20px;
        display: block;
        float: right;
        width: 465px;
    }

    .module_i_3 .rating {
        float: right;
        margin: 0 0px 8px 20px;
    }

    .module_i_3 .image_content {
        text-align: center;
    }

        .module_i_3 .image_content img {
            max-width: 580px;
        }

        .module_i_3 .image_content span {
            font: 12px/20px tahoma, sans-serif;
            display: block;
            padding: 3px 0;
            margin: 0 auto;
            width: 580px;
            background: #ececec;
        }

    .module_i_3 .story_content {
        margin: 20px auto;
        width: 600px;
        display: block;
    }

        .module_i_3 .story_content .gads_MR {
            width: 300px;
        }

    .module_i_3 p {
        font-size: 18px;
        display: block;
        margin: 0 auto;
    }

    .module_i_3 h3 {
        font-size: 12px;
        margin-right: 4px;
        display: inline;
    }

    .module_i_3 .h_list li {
        margin: 10px 0 0 20px;
        float: left;
    }

    .module_i_3 .h_list a {
        display: inline-block;
        position: relative;
        width: 185px;
        overflow: hidden;
        border-bottom: 1px solid #ac0101;
        height: 160px;
    }

        .module_i_3 .h_list a:hover {
            background: #C40001;
        }

    .module_i_3 .play {
        position: absolute;
        background: #000000 url("../gfx/icons_back.png") 7px -118px no-repeat;
        width: 36px;
        height: 118px;
        left: 0;
        display: block;
        opacity: 0.8;
    }

    .module_i_3 .h_list a img {
        width: 185px;
        height: 118px;
    }

    .module_i_3 .h_list .atr {
        width: 26px;
        background: #C40001 url("../gfx/views.png") 50% 11px no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 27px 5px 5px;
        text-align: center;
        z-index: 1;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
    }

    .module_i_3 .h_list .atr_1 {
        font: bold 10px/16px tahoma;
        padding: 5px 5px 5px 36px;
        color: #FFF;
        display: block;
        color: #C40001;
    }

    .module_i_3 .h_list a:hover .atr_1 {
        bottom: 0;
        color: #fff;
    }

.module_i_4 .h_list_wi li {
    background: #fff;
    padding: 8px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 140px;
    display: block;
    padding: 4px;
    margin: 10px 9px 15px 9px;
    height: 280px;
    position: relative;
    overflow: hidden;
}

    .module_i_4 .h_list_wi li:last-child {
        margin-left: 0;
    }

    .module_i_4 .h_list_wi li:hover {
        background: #b71c1c;
        color: #fff;
    }

        .module_i_4 .h_list_wi li:hover a {
            color: #FFF;
        }

    .module_i_4 .h_list_wi li img {
        width: 130px;
        height: 180px;
        border: 1px solid #fff;
    }

        .module_i_4 .h_list_wi li img:hover {
        }

.module_i_4 .h_list_wi a {
    font-size: 12px;
    width: 190px;
}

    .module_i_4 .h_list_wi a .atr_1 {
        display: block;
        font-weight: normal;
        color: #696969;
        padding-right: 2px;
    }

.module_i_4 .h_list_wi li:hover a .atr_1, .module_i_4 .h_list_wi li:hover span.title {
    color: #fff;
}

.module_i_4 .h_list_wi span.title {
    padding-right: 1px;
    font-weight: normal;
    color: #212121;
}

.module_i_4 .h_list_wi .hover {
    display: block;
    position: relative;
    width: 190px;
    height: 100px;
    overflow: hidden;
}

    .module_i_4 .h_list_wi .hover span {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .module_i_4 .h_list_wi .hover:hover span {
        background: #999;
        opacity: 0.4;
    }

.module_i_4 .h_list_wi .counts {
    display: block;
    background: #c62828;
    padding: 4px 0;
    width: 90%;
    position: absolute;
    top: 155px;
    left: 5px;
    color: #fff;
}

.module_i_4 .h_list_wi a .atr_2 {
    background: url(../gfx/icons_back.png) no-repeat 0 -42px;
    height: 15px;
    font: 10px/1.6em;
    display: inline;
    padding: 0 5px 0 25px;
    float: right;
}

.module_i_4 .h_list_wi a .atr_3 {
    background: url(../gfx/icons_back.png) no-repeat 0 -68px;
    height: 15px;
    font: 10px/1.6em;
    display: inline;
    padding: 0 5px 5px 25px;
    float: left;
}

.module_i_4.thumbs {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
}

    .module_i_4.thumbs .h_list_wi li img {
        width: 164px;
        height: 102px;
    }

    .module_i_4.thumbs .h_list_wi a {
        width: 170px;
    }

    .module_i_4.thumbs .h_list_wi li {
        width: 172px;
        height: 110px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .module_i_4.thumbs h1 {
        font: bold 23px/1.4em arial;
        width: 580px;
        margin: 20px 0px 2px 20px;
        color: #d80505;
    }

    .module_i_4.thumbs .module_title {
        font-size: 23px;
        margin: 0 0 20px 0;
        width: 565px;
        border: none;
    }

.module_i_5 {
    background: #fff;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
}

    .module_i_5 h1 {
        padding: 10px;
        width: 580px;
        margin: 20px;
        color: #d80505;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }

    .module_i_5 .video_container {
        background: url(../gfx/bg-video.png) no-repeat;
        width: 580px;
        margin: 0 auto 20px;
        clear: both;
        display: block;
    }

    .module_i_5 .blogger_name {
        color: #c4103b;
        display: block;
        font: 15px Tahoma;
        margin: 0 10px 0 0;
    }

    .module_i_5 .atr_bar {
        margin: 0 auto;
        height: 45px;
        width: 580px;
    }

        .module_i_5 .atr_bar .atr_1 {
            font: 12px/20px tahoma, sans-serif;
            display: block;
            float: right;
            width: auto;
        }

    .module_i_5 .rating {
        float: right;
        margin: 0 20px 8px;
    }

    .module_i_5 .social {
        float: left;
        overflow: hidden;
        height: 25px;
    }

    .module_i_5 .h_list_wi li {
        width: 188px;
        display: block;
        padding: 4px;
        margin: 15px 9px 15px 0;
        height: 166px;
        position: relative;
    }

        .module_i_5 .h_list_wi li:hover {
            background: #C40001;
        }

            .module_i_5 .h_list_wi li:hover a {
                color: #FFF;
            }

        .module_i_5 .h_list_wi li img {
            width: 188px;
            height: 104px;
        }

            .module_i_5 .h_list_wi li img:hover {
            }

    .module_i_5 .h_list_wi a {
        font: bold 10px/15px tahoma;
        width: 154px;
        display: block;
        padding-bottom: 29px;
    }

        .module_i_5 .h_list_wi a .atr_1 {
            display: block;
            font-weight: normal;
        }

    .module_i_5 .h_list_wi .hover {
        display: block;
        position: relative;
        width: 190px;
        height: 110px;
        overflow: hidden;
    }

        .module_i_5 .h_list_wi .hover span {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
        }

        .module_i_5 .h_list_wi .hover:hover span {
            background: #999;
            opacity: 0.4;
        }

    .module_i_5 .h_list_wi .counts {
        display: block;
        background: #C40001;
        height: 56px;
        padding: 4px 0;
        width: 30px;
        position: absolute;
        top: 108px;
        left: 4px;
        color: #fff;
    }

    .module_i_5 .h_list_wi a .atr {
        background: url(../gfx/icons_back.png) no-repeat 3px -19px;
        height: 40px;
        font: 10px/1.4em tahoma;
        display: block;
        padding: 0;
        width: 30px;
        text-align: center;
    }

    .module_i_5 .h_list_wi a .play {
        background: #000 url(../gfx/icons_back.png) no-repeat 4px -121px;
        height: 104px;
        padding: 0;
        position: absolute;
        top: -104px;
        left: 0px;
        opacity: 0.85;
        width: 30px;
    }

.wide.module_i_6 .h_list_wi li {
    width: 188px;
    display: block;
    padding: 4px;
    margin: 15px 9px 15px 0;
    height: 166px;
    position: relative;
}

    .wide.module_i_6 .h_list_wi li:hover {
        background: #C40001;
    }

        .wide.module_i_6 .h_list_wi li:hover a {
            color: #FFF;
        }

    .wide.module_i_6 .h_list_wi li img {
        width: 188px;
        height: 104px;
    }

        .wide.module_i_6 .h_list_wi li img:hover {
        }

.wide.module_i_6 .h_list_wi a {
    font: bold 10px/15px tahoma;
    width: 154px;
    display: block;
    padding-bottom: 29px;
}

    .wide.module_i_6 .h_list_wi a .atr_1 {
        display: block;
        font-weight: normal;
    }

.wide.module_i_6 .h_list_wi .hover {
    display: block;
    position: relative;
    width: 190px;
    height: 110px;
    overflow: hidden;
}

    .wide.module_i_6 .h_list_wi .hover span {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .wide.module_i_6 .h_list_wi .hover:hover span {
        background: #999;
        opacity: 0.4;
    }

.wide.module_i_6 .h_list_wi .counts {
    display: block;
    background: #C40001;
    height: 56px;
    padding: 4px 0;
    width: 30px;
    position: absolute;
    top: 108px;
    left: 4px;
    color: #fff;
}

.wide.module_i_6 .h_list_wi a .atr {
    background: url(../gfx/icons_back.png) no-repeat 3px -19px;
    height: 40px;
    font: 10px/1.4em;
    display: block;
    padding: 0;
    width: 30px;
    text-align: center;
}

.wide.module_i_6 .h_list_wi a .play {
    background: #000 url(../gfx/icons_back.png) no-repeat 4px -121px;
    height: 104px;
    padding: 0;
    position: absolute;
    top: -104px;
    left: 0px;
    opacity: 0.85;
    width: 30px;
}

.wide.module_i_6 .h_list a img {
    width: 185px;
    height: 118px;
}


.module_i_4 .h_list_h li {
    width: 99px;
    display: block;
    padding: 0;
    margin: 0 0 20px 4px;
    height: 220px;
    position: relative;
    float: right;
    overflow: hidden;
}

    .module_i_4 .h_list_h li:hover {
        background: #b71c1c;
        color: #FFF;
    }

.module_i_4 .h_list_h a:hover .title {
    background: #b71c1c;
    color: #FFF;
}

.module_i_4 .h_list_h li:hover a {
    color: #FFF;
    background: #b71c1c;
}

.module_i_4 .h_list_h li img {
    width: 99px;
    height: 140px;
}

.module_i_4 .h_list_h li .title {
    font-size: 0.8em;
    line-height: 20px;
    display: block;
    color: #212121;
}

    .module_i_4 .h_list_h li .title:hover {
        color: #fff;
    }

.module_i_4 .h_list_h {
    width: 309px;
    margin-top: 10px;
}

    .module_i_4 .h_list_h a {
        width: 99px;
    }

        .module_i_4 .h_list_h a .atr_1 {
            display: block;
            font-weight: normal;
        }

    .module_i_4 .h_list_h .hover {
        display: block;
        position: relative;
        width: 99px;
        height: 140px;
        overflow: hidden;
    }

        .module_i_4 .h_list_h .hover span {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
        }

        .module_i_4 .h_list_h .hover:hover span {
            background: #999;
            opacity: 0.4;
        }

    .module_i_4 .h_list_h .counts {
        display: block;
        background: #b71c1c;
        padding: 4px 0;
        width: 97%;
        position: absolute;
        top: 111px;
        left: 0px;
        color: #fff;
    }

    .module_i_4 .h_list_h a .atr_2 {
        background: url(../gfx/icons_back.png) no-repeat -1px -42px;
        height: 15px;
        font: 10px/1.6em tahoma;
        display: inline;
        padding: 0 5px 0 23px;
        float: right;
    }

    .module_i_4 .h_list_h a .atr_3 {
        background: url(../gfx/icons_back.png) no-repeat 0 -68px;
        height: 15px;
        font: 10px/1.6em tahoma;
        display: inline;
        padding: 0 6px 5px 23px;
        float: left;
    }

.module_i_6 {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

    .module_i_6 h1 {
        padding: 10px;
        font: bold 23px/1.4em arial;
        width: 580px;
        margin: 20px;
        color: #d80505;
    }

    .module_i_6 .video_container {
        width: 580px;
        margin: 0 auto 20px;
        clear: both;
        display: block;
    }

    .module_i_6 .blogger_name {
        color: #c4103b;
        display: block;
        font: 15px Tahoma;
        margin: 0 10px 0 0;
    }

    .module_i_6 .atr_bar {
        margin: 0 auto;
        height: 45px;
        width: 580px;
    }

        .module_i_6 .atr_bar .atr_1 {
            font: 12px/20px tahoma, sans-serif;
            display: block;
            float: right;
            width: auto;
        }

    .module_i_6 .rating {
        float: right;
        margin: 0 20px 8px;
    }

    .module_i_6 .social {
        float: left;
        overflow: hidden;
        height: 25px;
    }

    .module_i_6 .h_list li {
        margin: 10px 4px 0 3px;
        height: 170px;
    }

    .module_i_6 .h_list a {
        display: inline-block;
        position: relative;
        width: 145px;
        overflow: hidden;
        height: 165px;
    }

        .module_i_6 .h_list a:hover {
            background: #C40001;
        }

    .module_i_6 .play {
        position: absolute;
        background: #000000 url("../gfx/icons_back.png") 7px -131px no-repeat;
        width: 35px;
        height: 126px;
        left: 0;
        display: block;
        opacity: 0.8;
    }

    .module_i_6 .h_list a img {
        width: 146px;
        height: 85px;
    }

    .module_i_6 .h_list .atr {
        width: 35px;
        background: #C40001 url("../gfx/views.png") 50% 11px no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 61px 5px 5px;
        text-align: center;
        z-index: 1;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
    }

    .module_i_6 .h_list .atr_1 {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 5px 5px 37px;
        color: #FFF;
        display: block;
        color: #212121;
        text-overflow: ellipsis;
    }

    .module_i_6 .h_list a:hover .atr_1 {
        bottom: 0;
        color: #fff;
    }



.module_i_7 {
    clear: both;
}

    .module_i_7 .module_title {
        padding: .625em 0 .625em 0;
    }

    .module_i_7 .h_list_h {
        margin-top: 10px;
        overflow: hidden;
    }

        .module_i_7 .h_list_h li {
            display: block;
            padding: 0;
            margin: 0 0 20px 15px;
            position: relative;
            float: right;
            overflow: hidden;
        }

            .module_i_7 .h_list_h li img {
                width: 130px;
                height: 90px;
            }

            .module_i_7 .h_list_h li .title {
                margin-right: 6px;
                display: block;
            }

        .module_i_7 .h_list_h a {
            font-size: 12px;
            width: 130px;
            color: #212121;
            display: block;
            width: 130px;
            height: 170px;
            line-height: 20px;
        }

            .module_i_7 .h_list_h a:hover {
                color: #fff;
                background: #c62828;
            }

            .module_i_7 .h_list_h a .atr_1 {
                display: block;
                font-weight: normal;
            }

        .module_i_7 .h_list_h .hover {
            display: block;
            position: relative;
            width: 130px;
            height: 110px;
            overflow: hidden;
        }

            .module_i_7 .h_list_h .hover span {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
            }

        .module_i_7 .h_list_h .counts {
            display: block;
            background: #C40001;
            height: 18px;
            padding: 4px 0;
            width: 88px;
            position: absolute;
            top: 111px;
            left: 0px;
            color: #fff;
        }

        .module_i_7 .h_list_h a .atr_2 {
            background: url(../gfx/icons_back.png) no-repeat -1px -42px;
            height: 15px;
            font: 10px/1.6em tahoma;
            display: inline;
            padding: 0 5px 0 21px;
            float: right;
        }

        .module_i_7 .h_list_h a .atr_3 {
            background: url(../gfx/icons_back.png) no-repeat 0 -68px;
            height: 15px;
            font: 10px/1.6em tahoma;
            display: inline;
            padding: 0 6px 5px 23px;
            float: left;
        }

        .module_i_7 .h_list_h a.line {
            line-height: 1.7em;
            float: left;
            margin-top: 7px;
        }


.module_i_8 {
    padding: 20px;
    background: #fff;
    clear: both;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
}

    .module_i_8 .form_holder {
        padding: 10px;
        text-align: left;
    }

        .module_i_8 .form_holder select {
            padding: 5px;
            width: 130px;
            border: 1px solid #b7b7b7;
        }

    .module_i_8 .form_container {
        margin: 0 auto;
        height: 300px;
        display: block;
        width: 510px;
    }

        .module_i_8 .form_container input {
            width: 510px;
            height: 30px;
            border: 1px solid #CCC;
            background: url(../gfx/input_btn.gif) repeat;
            color: #222;
            margin: 5px 0;
            font: 18px Arial;
            margin: 13px auto;
            padding: 0 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

    .module_i_8 textarea {
        background: #fefefe;
        height: 130px;
        resize: none;
        width: 510px;
        margin: 13px auto;
        height: 130px;
        color: #222;
        margin: 5px 0;
        font: 18px Arial;
        padding: 0 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #CCC;
    }

    .module_i_8 .form_container .btn {
        border: 0;
        width: 100px;
        background: #ad0000;
        float: left;
        font-weight: bold;
        cursor: pointer;
        color: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.module_i_9 {
    background: none;
    border: 0;
}

    .module_i_9 .module_title {
        border: none;
        background: #4D4D4D;
    }

        .module_i_9 .module_title span {
            background: none;
            color: #FFF;
            margin: 12px -4px 12px 12px;
        }

        .module_i_9 .module_title .atr_1 {
            background: #ad0000;
            font-size: 12px;
            margin: -5px 0 0 0px;
            padding: 3px 15px;
            float: left;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    .module_i_9 .CommentsNoList {
        font: 21px/30px Arial, Helvetica, sans-serif;
        text-align: center;
    }

    .module_i_9 .CommPolicy {
        display: none;
    }

    .module_i_9 .v_list {
        margin: 10px 0;
    }

        .module_i_9 .v_list li {
            background: #FFF;
            border: 0;
            margin: 10px 0;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            -webkit-box-shadow: 0px 0px 16px rgba(52, 50, 50, 0.61);
            ;
            box-shadow: 0 0px 3px -2px rgba(52, 50, 50, 0.61);
            border: 1px solid #eee;
        }

        .module_i_9 .v_list .title {
            font: 18px Arial bold;
            background: #fff;
            height: 38px;
        }

        .module_i_9 .v_list .body {
            font: 14px/20px tahoma,sans-serif;
            padding: 10px;
            background: #f3f3f3;
        }

        .module_i_9 .v_list .title .atr_1 {
            font: bold 12px/20px tahoma,sans-serif;
            display: inline-block;
            font-size: 12px;
            margin: -2px 0 0 5px;
            padding: 10px 17px;
            line-height: 20px;
            background: #ad0000;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 5px;
            color: #fff;
            float: right;
        }

        .module_i_9 .v_list .title .atr_3 {
            color: #ad0000;
            float: right;
            padding: 8px 8px 0 0;
        }

        .module_i_9 .v_list .atr_2 {
            display: block;
            font: 11px/38px tahoma,sans-serif;
            color: #525252;
            float: left;
            margin-left: 12px;
        }

.module_i_10 .v_list_wi {
    margin: 10px 0 0 0;
}

    .module_i_10 .v_list_wi img {
        width: 130px;
        float: right;
        display: block;
        height: 84px;
        margin-bottom: 12px;
    }

    .module_i_10 .v_list_wi .editor {
        width: 103px;
        height: 130px;
    }

    .module_i_10 .v_list_wi .title_1 {
        display: block;
        float: right;
        padding: 0 10px 0px 0;
        width: 445px;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }

    .module_i_10 .v_list_wi .atr_3 {
        font-size: 11px;
        float: right;
        margin: 4px 10px 2px;
    }

    .module_i_10 .v_list_wi a.atr_2 {
        float: right;
        margin: 0;
        font-size: 14px;
        width: 480px;
        color: #1c1f33;
        background: #FFF;
        line-height: 1.9em;
        padding: 10px 20px;
    }

    .module_i_10 .v_list_wi p {
        font-size: 14px;
        line-height: 20px;
        float: right;
        width: 445px;
        padding: 0 10px 0 0;
        display: block;
        color: #000;
        overflow: hidden;
        max-height: 41px;
        overflow: hidden;
    }

    .module_i_10 .v_list_wi li {
        color: #666;
        overflow: hidden;
        padding: 20px;
        background: #fff;
        margin: 0 5PX 20px 5px;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
        box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    }

        .module_i_10 .v_list_wi li:hover {
            background: #b71c1c;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .module_i_10 .v_list_wi li:hover .title_1, .module_i_10 .v_list_wi li:hover p, .module_i_10 .v_list_wi li:hover .atr_1, .module_i_10 .v_list_wi li:hover .atr_2, .module_i_10 .v_list_wi li:hover .atr_3, .module_i_10 .v_list_wi li:hover .title_1 a {
                color: #fff;
            }

            .module_i_10 .v_list_wi li:hover .atr_2 {
                background: none;
            }

    .module_i_10 .v_list_wi .blogger_name {
        color: #c4103b;
        display: block;
        float: right;
        font: 13px Tahoma;
        margin: 0 10px 0 0;
    }

.module_i_10 .form_container {
    margin: 0 auto;
    height: 300px;
    display: block;
    width: 510px;
}

    .module_i_10 .form_container input {
        width: 510px;
        height: 30px;
        border: 1px solid #CCC;
        background: url(../gfx/input_btn.gif) repeat;
        color: #222;
        margin: 5px 0;
        font: 18px Arial;
        margin: 13px auto;
        padding: 0 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.module_i_10 textarea {
    background: #fefefe;
    height: 130px;
    resize: none;
    width: 507px;
    margin: 13px auto;
    height: 130px;
    color: #222;
    margin: 5px 0;
    font: 18px Arial;
    padding: 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
}

.module_i_10 .form_container .btn {
    width: 100px;
    background: #222;
    float: left;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

.module_i_10 .atr_1 {
    font-size: 12px;
    display: block;
    float: right;
    width: auto;
    margin: 10px;
}

.module_i_10 .rumor_bar {
    height: 86px;
    float: right;
    margin: 0 4px 0 0px;
}

.module_i_10.modRumors .v_list_wi .title_1 {
    width: 445px;
}

.module_i_10 li a span {
    display: none;
    float: right;
    width: 20px;
    height: 84px;
}

.module_i_10 .type_a {
    background-position: 0px -84px;
}

.module_i_10 .type_b {
    background-position: 0px 0px;
}

.module_i_10 .type_c {
    background-position: 0px -168px;
}

.module_i_10 .type_d {
    background-position: 0px -252px;
}

.module_i_10 .type_e {
    background-position: 0px -336px;
}

.module_i_10 .type_f {
    background-position: 0px -420px;
}

.module_i_10 .custom_list_1 p {
    width: 400px;
    font-size: 16px;
    max-height: 185px;
    line-height: 22px;
}

.module_i_10 {
    font-weight: normal;
}

    .module_i_10 .custom_list_1 > li:hover a {
        color: #fff;
    }

    .module_i_10 .custom_list_1 img {
        width: auto;
        height: auto;
    }

    .module_i_10 .custom_list_1 .title_1 {
        width: 400px;
        color: #d80505;
        font-size: 24px;
        padding: 0 10px 20px 0;
    }

    .module_i_10 .custom_list_1 .atr_1 {
        font-size: 14px;
        margin: 20px 10px 0 0;
        width: 400px;
        line-height: 22px;
    }



.PollInner {
    background-color: #F5F5F5;
    margin: 10px 0 20px 0;
}


.module_i_11 {
    background: #fff;
    clear: both;
    margin-bottom: 26px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
}

    .module_i_11 .editor {
        width: 580px;
        margin: 40px auto 20px;
    }

    .module_i_11 .atr {
        display: block;
        background: #1c1f33;
        font-size: 18px;
        color: #FFF;
        height: 40px;
        padding: 12px 20px;
        margin: 20px auto;
    }

        .module_i_11 .atr a {
            color: #fff;
        }

    .module_i_11 h1 {
        padding: 0 10px 0;
        font-size: 22px;
        width: 580px;
        color: #d80505;
        line-height: 30px;
    }

    .module_i_11 .editor img {
        margin: -12px 16px 10px 10px;
        clear: both;
        display: block;
        float: right;
    }

    .module_i_11 .atr_bar {
        margin: 0 auto;
        height: 60px;
        width: 580px;
    }

        .module_i_11 .atr_bar .atr_1 {
            font-size: 12px;
            display: block;
            float: right;
            width: 420px;
            margin-bottom: 10px;
        }

    .module_i_11 .rating {
        float: right;
        margin: 0 0px 8px;
    }

    .module_i_11 .social {
        float: left;
        overflow: hidden;
        height: 25px;
    }

    .module_i_11 .image_content {
        text-align: center;
        text-align: center;
        position: relative;
        background: #eee;
        margin: 15px 26px;
        padding: 19px 0 0;
    }

        .module_i_11 .image_content img {
            max-width: 580px;
        }

        .module_i_11 .image_content span {
            font: 12px/20px tahoma, sans-serif;
            display: block;
            padding: 3px 0;
            margin: 0 auto;
            width: 580px;
            background: #ececec;
            clear: both;
        }

    .module_i_11 .editor + h1 + h1 + div + .image_content {
        margin: 45px 26px;
    }

    .module_i_11 .story_content {
        margin: 20px auto;
        width: 600px;
        display: block;
    }

    .module_i_11 p {
        font-size: 18px;
        display: block;
        margin: 0 auto;
    }

    .module_i_11 ul.two_c_list {
        margin: 0 auto;
        width: 575px;
    }

        .module_i_11 ul.two_c_list li {
            width: 235px;
            float: right;
            margin: 10px 26px 0px 26px;
            list-style: square;
            color: #d10000;
            height: 33px;
        }

            .module_i_11 ul.two_c_list li a {
                font-size: 12px;
                float: right;
                margin: 0;
                display: list-item;
            }

            .module_i_11 ul.two_c_list li .atr_2 {
                display: block;
                float: right;
                font-size: 12px;
                color: #666;
            }

    .module_i_11 .video_container {
        background: url(../gfx/bg-video.png) no-repeat;
        width: 580px;
        margin: 0 auto 20px;
        clear: both;
        display: block;
    }

.module_i_12 {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

    .module_i_12 .editor {
        width: 580px;
        margin: 40px auto 20px;
    }

    .module_i_12 .atr {
        display: block;
        background: #1c1f33;
        font-size: 18px;
        color: #FFF;
        padding: 10px 20px;
        margin: 20px auto;
    }

        .module_i_12 .atr a {
            color: #fff;
        }

    .module_i_12 h1 {
        padding: 0 10px 0;
        font-size: 24px;
        width: 580px;
        color: #d80505;
        line-height: 20px;
    }

    .module_i_12 .editor img {
        margin: -12px 16px 0 10px;
        clear: both;
        display: block;
        float: right;
        width: 103px;
    }

    .module_i_12 img {
        width: 580px;
        margin: 0 auto;
        clear: both;
        display: block;
    }

    .module_i_12 .atr_bar {
        margin: 0 auto;
        height: 45px;
        width: 580px;
    }

        .module_i_12 .atr_bar .atr_1 {
            font-size: 14px;
            display: block;
            float: right;
            width: auto;
        }

    .module_i_12 .rating {
        float: right;
        margin: 0 20px 8px;
    }

    .module_i_12 .social {
        float: left;
        overflow: hidden;
        height: 25px;
    }

    .module_i_12 .image_content {
        text-align: center;
    }

        .module_i_12 .image_content img {
            max-width: 580px;
        }

        .module_i_12 .image_content span {
            font-size: 14p;
            display: block;
            padding: 3px 0;
            margin: 0 auto;
            width: 580px;
            background: #ececec;
            clear: both;
        }

    .module_i_12 .story_content {
        margin: 20px auto;
        width: 600px;
        display: block;
    }

    .module_i_12 p {
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin: 0 auto;
        height: 60px;
        overflow: hidden;
        color: #666;
        padding-left: 20px;
    }

    .module_i_12 h3 {
        font-size: 14px;
        display: block;
        float: left;
        color: #fff;
    }

    .module_i_12 .module_title {
        width: 564px;
        margin: 20px auto;
    }

    .module_i_12 ul.two_c_list {
        margin: 0 auto;
        width: 575px;
    }

        .module_i_12 ul.two_c_list li {
            display: list-item;
            width: 235px;
            float: right;
            margin: 15px 26px 5px 26px;
            list-style: square;
            color: #d10000;
            height: 68px;
        }

            .module_i_12 ul.two_c_list li a {
                font-size: 16px;
                line-height: 20px;
                margin: 0;
                width: 208px;
            }

            .module_i_12 ul.two_c_list li .atr_2 {
                display: block;
                float: right;
                font: 10px/1.4em tahoma, Helvetica, sans-serif;
                color: #666;
                width: 100%;
            }

.module_i_13 .v_list_wi {
    margin: 10px 0 0 0;
}

    .module_i_13 .v_list_wi img {
        width: 130px;
        float: right;
        display: block;
        height: auto;
        margin-bottom: 12px;
    }

    .module_i_13 .v_list_wi .title_1 {
        display: block;
        float: left;
        padding: 0 10px 5px 0;
        width: 460px;
        ;
        line-height: 1.4em;
    }

    .module_i_13 .v_list_wi p {
        font: 14px/1.4em tahoma;
        float: left;
        width: 460px;
        padding: 0 10px 0 0;
        display: block;
        color: #000;
        overflow: hidden;
        max-height: 62px;
    }

    .module_i_13 .v_list_wi li {
        color: #666;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        margin: 0 10px;
        padding: 16px 5px;
    }

    .module_i_13 .v_list_wi .blogger_name {
        color: #c4103b;
        display: block;
        float: right;
        font: 13px Tahoma;
        margin: 0 10px 0 0;
    }

.module_i_13 .form_container {
    margin: 0 auto;
    height: 300px;
    display: block;
    width: 510px;
}

    .module_i_13 .form_container input {
        width: 510px;
        height: 30px;
        border: 1px solid #CCC;
        background: url(../gfx/input_btn.gif) repeat;
        color: #222;
        margin: 5px 0;
        font: 18px Arial;
        margin: 13px auto;
        padding: 0 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.module_i_13 textarea {
    background: #fefefe;
    height: 130px;
    resize: none;
    width: 507px;
    margin: 13px auto;
    height: 130px;
    color: #222;
    margin: 5px 0;
    font: 18px Arial;
    padding: 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
}

.module_i_13 .form_container .btn {
    width: 100px;
    background: #222;
    float: left;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

.module_i_13 .atr_1 {
    font: 12px/20px tahoma, sans-serif;
    display: block;
    float: right;
    width: auto;
    margin-right: 14px;
}

.module_i_13 .CommentsNoList, .module_i_14 .CommentsNoList, .module_i_15 .CommentsNoList {
    font: 19px/2.4em arial, Helvetica, sans-serif;
    padding-right: 15px;
}

.module_i_14 {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

    .module_i_14 h1 {
        font: bold 23px/1.4em arial;
        color: #fff;
    }

    .module_i_14 .video_container {
        width: 580px;
        margin: 0 auto 20px;
        clear: both;
        display: block;
    }

    .module_i_14 .blogger_name {
        color: #c4103b;
        display: block;
        font: 15px Tahoma;
        margin: 0 10px 0 0;
    }

    .module_i_14 .atr_bar {
        margin: 0 auto;
        height: 45px;
        width: 580px;
    }

        .module_i_14 .atr_bar .atr_1 {
            font: 12px/20px tahoma, sans-serif;
            display: block;
            float: right;
            width: auto;
        }

    .module_i_14 .rating {
        float: right;
        margin: 0 20px 8px;
    }

    .module_i_14 .social {
        float: left;
        overflow: hidden;
        height: 25px;
    }

    .module_i_14 .h_list_wi li {
        width: 188px;
        display: block;
        padding: 4px;
        margin: 15px 9px 15px 0;
        height: 166px;
        position: relative;
    }

        .module_i_14 .h_list_wi li:hover {
            background: #C40001;
        }

            .module_i_14 .h_list_wi li:hover a {
                color: #FFF;
            }

        .module_i_14 .h_list_wi li img {
            width: 188px;
            height: 104px;
        }

            .module_i_14 .h_list_wi li img:hover {
            }

    .module_i_14 .h_list_wi a {
        font: bold 10px/15px tahoma;
        width: 160px;
        display: block;
        padding-bottom: 29px;
        border-bottom: 1px solid #C40001;
    }

        .module_i_14 .h_list_wi a .atr_1 {
            display: block;
            font-weight: normal;
        }

    .module_i_14 .h_list_wi .hover {
        display: block;
        position: relative;
        width: 190px;
        height: 110px;
        overflow: hidden;
    }

        .module_i_14 .h_list_wi .hover span {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
        }

        .module_i_14 .h_list_wi .hover:hover span {
            background: #999;
            opacity: 0.4;
        }

    .module_i_14 .h_list_wi .counts {
        display: block;
        background: #C40001;
        height: 56px;
        padding: 4px;
        width: 20px;
        position: absolute;
        top: 108px;
        left: 4px;
        color: #fff;
    }

    .module_i_14 .h_list_wi a .atr {
        background: url(../gfx/icons_back.png) no-repeat -3px -23px;
        height: 15px;
        font: 10px/1.4em tahoma;
        display: inline;
        padding: 0 6px 28px 3px;
        display: block;
        min-width: 10px;
    }

    .module_i_14 .h_list_wi a .play {
        background: #000 url(../gfx/icons_back.png) no-repeat 3px -122px;
        height: 99px;
        padding: 0 6px 5px 22px;
        position: absolute;
        top: -104px;
        left: 0px;
        opacity: 0.85;
    }

.module_i_15 .h_list_wi li {
    width: 132px;
    display: block;
    padding: 4px;
    margin: 15px 15px 15px 0;
    height: 254px;
    position: relative;
}

    .module_i_15 .h_list_wi li:hover {
        background: #C40001;
    }

        .module_i_15 .h_list_wi li:hover a {
            color: #FFF;
        }

    .module_i_15 .h_list_wi li img {
        width: 130px;
        height: 180px;
        border: 1px solid #fff;
    }

        .module_i_15 .h_list_wi li img:hover {
        }

.module_i_15 .h_list_wi a {
    font: bold 10px/15px tahoma;
    width: 190px;
}

    .module_i_15 .h_list_wi a .atr_1 {
        display: block;
        font-weight: normal;
    }

.module_i_15 .h_list_wi .hover {
    display: block;
    position: relative;
    width: 190px;
    height: 100px;
    overflow: hidden;
}

    .module_i_15 .h_list_wi .hover span {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .module_i_15 .h_list_wi .hover:hover span {
        background: #999;
        opacity: 0.4;
    }

.module_i_15 .h_list_wi .counts {
    display: block;
    background: #C40001;
    height: 18px;
    padding: 4px;
    width: 85px;
    position: absolute;
    top: 155px;
    left: 5px;
    color: #fff;
}

.module_i_15 .h_list_wi a .atr_2 {
    background: url(../gfx/icons_back.png) no-repeat 0 -42px;
    height: 15px;
    font: 10px/1.6em tahoma;
    display: inline;
    padding: 0 5px 0 19px;
    float: right;
}

.module_i_15 .h_list_wi a .atr_3 {
    background: url(../gfx/icons_back.png) no-repeat 0 -68px;
    height: 15px;
    font: 10px/1.6em tahoma;
    display: inline;
    padding: 0 5px 5px 19px;
    float: left;
}

.module_i_16 p {
    font: 18px/30px Arial, Helvetica, sans-serif;
}

.module_i_16 span {
    font: 23px/30px Arial;
    color: #c40001;
}

.module_i_16 #formOpinions {
    width: 400px;
    display: block;
    margin: 8px auto;
}

    .module_i_16 #formOpinions input {
        width: 350px;
        height: 20px;
        margin: 4px;
        padding: 2px 8px;
        float: left;
    }

.module_i_16 textarea {
    width: 350px;
    min-height: 220px;
    float: left;
    margin: 4px;
    padding: 2px 8px;
}

.module_i_16 #formOpinions span {
    margin-right: 30px;
    font: bold 11px/1.4em tahoma;
    color: #666;
}

.module_i_16 #formOpinions #sub1 {
    width: 80px;
    text-align: center;
    float: left;
    padding: 4px 8px;
    height: 30px;
    cursor: pointer;
    margin: 8px;
    background: #c40001;
    color: #fff;
    font: 18px/30px Arial;
    border: 0;
}

.module_i_16 .note {
    background: #A63F41;
    display: block;
    padding: 6px;
    color: #fff;
    text-align: center;
}

.aside .module_h_2, .module_i_10, .module_i_4, .module_i_2, .module_i_6 {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}



.module_i_17 {
    padding: 20px 0 0 0;
    position: relative;
}

    .module_i_17 .atr_1 {
        font-size: 23px;
        line-height: 23px;
        display: block;
        color: #d32f2f;
        padding: 0 0 20px 0;
    }

    .module_i_17 .atr_2 {
        font-size: 14px;
        color: #616161;
        display: block;
        width: 130px;
        float: right;
    }

    .module_i_17 a.info {
        background-position: 0 -119px !important;
        width: 28px;
        height: 28px;
        position: absolute;
        left: 18px;
        top: 4px;
        display: block;
        border-radius: 22px 22px 22px 22px;
    }

    .module_i_17 em {
        font-size: 16px;
        width: 280px;
        float: right;
        MARGIN-TOP: -6px;
        line-height: 25px;
    }

    .module_i_17 > p {
        clear: both;
        width: 415px;
        padding: 10px 0;
        overflow: hidden;
    }

    .module_i_17 .social {
        position: relative;
        left: 0;
        right: 0;
        padding: 10px 0 20px 0;
    }

        .module_i_17 .social svg {
            width: 35px;
            height: 35px;
        }

        .module_i_17 .social .fb svg {
            fill: #3b5998;
        }

        .module_i_17 .social .ml svg {
            fill: #3f729b;
        }

        .module_i_17 .social .tw svg {
            fill: #55acee;
        }

.m_s_23, .m_s_25 {
    overflow: hidden;
    margin: 0 0 20px 0;
}

    .m_s_23 .h_list {
        overflow: hidden;
        padding: 20px 0px 0px 0px;
    }

        .m_s_23 .h_list li {
            width: 146px;
            position: relative;
            height: 270px;
            margin: 0 0 20px 20px;
            display: block;
            background: #fff;
            overflow: hidden;
            -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
            box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
        }

            .m_s_23 .h_list li a {
                width: 146px;
                height: 190px;
                position: relative;
                display: block;
            }

            .m_s_23 .h_list li .tv_title {
                padding: 10px;
                display: block;
            }

            .m_s_23 .h_list li a:before {
                z-index: 1;
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                height: 190px;
                width: 146px;
                background: rgba(0, 0, 0, 0.4);
            }

            .m_s_23 .h_list li a:hover::before {
                background: rgba(0, 0, 0, 0.1);
            }

            .m_s_23 .h_list li .tv_channel:before {
                background: none;
            }

            .m_s_23 .h_list li .tv_channel {
                height: 50px;
                width: 50px;
                padding: 7px;
                position: absolute;
                top: 10px;
                left: 10px;
                z-index: 2;
                border-radius: 40px;
                -moz-border-radius: 40px;
                -webkit-border-radius: 40px;
                -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
                box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
            }

            .m_s_23 .h_list li:nth-child(4n+4) {
                margin: 0;
            }

            .m_s_23 .h_list li:hover {
                color: #fff;
                background: #d32f2f;
            }

                .m_s_23 .h_list li:hover .tv_time {
                    color: #fff;
                }

            .m_s_23 .h_list li a img {
                width: 146px;
                height: 190px;
                ;
                display: block;
                overflow: hidden;
            }

            .m_s_23 .h_list li .tv_channel img {
                width: 35px;
                height: 35px;
            }

            .m_s_23 .h_list li .tv_time {
                padding: 0 10px;
            }

.wrapper_inner .m_s_23 .h_list li {
    margin: 0 0 20px 8px;
}

    .wrapper_inner .m_s_23 .h_list li:nth-child(4n+4) {
        margin: 0 0 20px 0;
    }


.section_c .MRS {
    background: url(../gfx/bg_pattren2.png) repeat;
    border-right: 1px solid #000;
    float: left;
    height: 272px;
    margin-top: -19px;
    padding: 18px 0 0;
}

.section_c .medium_rec {
    margin: 0 18px 18px;
}

.section_c .social a, .module_i_17 a.info {
    background: url("../gfx/sm_bg.png") no-repeat;
    border: 1px solid #2F2F2F;
    height: 28px;
    width: 28px;
    opacity: 0.9;
}

    .section_c .social a.fb {
        background-position: 0 -29px;
    }

    .section_c .social a.ln {
        background-position: 0 -87px;
    }

    .section_c .social a.ml {
        background-position: 0 -58px;
    }

.module_i_18 ul {
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
}

.module_i_18 .nav .home:after {
    display: none;
}

.module_i_18 ul li.home a {
    color: #fff;
    background: #1c1f33;
}

.module_i_18 ul li {
    display: block;
    float: right;
}

.module_i_18 .nav a {
    text-align: center;
    font-size: 16px;
    display: block;
    font-weight: bold;
    color: #1c1f33;
    padding: 1em 1.5em;
}

.module_i_18 .nav li:hover a, .module_i_18 .nav li.select a {
    background: #fff;
    position: relative; /*border-bottom:2px solid #1c1f33;*/
    color: #1c1f33;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

    .module_i_18 .nav li.select a:after {
        content: "";
        display: block;
        position: absolute;
        top: 56px;
        right: 42%;
        width: 0;
        height: 0;
        border-top: 8px solid #d32f2f;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

.module_i_18 .nav li.select a { /*border-bottom:2px solid #d32f2f;*/
    color: #d32f2f;
}

.in-year {
    padding: 20px 0;
    margin: 0 20px;
    clear: both;
    font-size: 14px;
    border-top: 1px solid #e0e0e0;
}

    .in-year span {
        display: inline-block;
        padding: 0 0 0 10px;
        margin-left: 10px;
        color: #616161;
    }

    .in-year a {
        display: inline-block;
        padding: 0 0 0 10px;
        margin-left: 10px;
    }

.module_i_19 {
    margin: 65PX 0 24px;
}

    .module_i_19 li {
        width: 205px;
        float: right;
        margin: 5px;
        background: #fff;
    }

        .module_i_19 li:hover {
            background: #c62828;
        }

        .module_i_19 li p {
            margin: 4px 7px 0 0;
            float: right;
        }

    .module_i_19 .narrow a {
        display: block;
        overflow: hidden;
        padding: 10px;
        height: 140px;
    }

        .module_i_19 .narrow a:hover {
            color: #fff;
        }

            .module_i_19 .narrow a:hover span, .module_i_19 .narrow a:hover em {
                color: #fff !important;
            }

    .module_i_19 .narrow > a > img {
        float: right;
        height: 79px;
        width: 65px;
        outline: none;
    }

    .module_i_19 .atr_2 {
        color: #666;
        font-size: 12px;
        width: 110px;
        display: block;
        margin: 0 0 5px 0;
    }

    .module_i_19 .narrow em {
        font-size: 13px;
        font-weight: bold;
        padding: 0;
        width: 112px;
        display: block;
        color: #666;
    }


.TVhed {
    background-color: #ececec !important;
    padding: 20px 0px;
}

    .TVhed .TVLogo {
        background: none;
        border: 0px;
    }

.module_i_20 table td {
    height: 60px;
}

.TVContent { /*float:right; width:100%;*/
}

    .TVContent tr {
        float: right;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        background-color: #fafafa;
    }

.TVhed .heddate {
    height: auto;
}

.TVLogo {
    float: right;
    width: 80px;
    height: 80px;
    margin: 10px;
    background-color: #fff;
}

.TVname {
    float: right;
    width: 325px;
    padding: 20px 0 0 0;
}

.TVtime {
    float: right;
    width: 105px;
    text-align: right;
    padding: 20px 0 0 0;
}

.heddate {
    width: 370px;
    margin-right: 20px;
    text-align: right;
}

.tvrepeat {
    float: left;
    width: 100px;
    text-align: center;
    padding: 20px 0 0 0;
}

.module_i_20 table a img {
    width: 70px;
    height: 70px;
}

.module_i_20 table .TVLogo {
    height: 70px;
}

.module_i_20 table .TVhed .TVLogo {
    height: auto;
}

.module_i_20 table a:visited {
    font-weight: bold;
    text-decoration: none;
}

.module_i_20 table a:active, table a:hover {
    text-decoration: underline;
}

.module_i_20 table {
    font-size: 18px;
    color: #666;
    background: #eaebec;
}

.module_i_20.modified {
    margin: 20px 0;
}

.modified-2 > table {
    margin: 20px 0 0 0;
    width: 100%;
    background: #fff;
}

    .modified-2 > table tr th {
        font-size: 14px;
        color: #fff;
        background: #1c1f33;
        padding: 1em;
    }

    .modified-2 > table tr {
        text-align: center;
        font-size: 12px;
        border-bottom: 1px solid #eaebec;
    }









.m_h_26 {
    padding: 20px 20px 0 20px;
    position: relative;
}

    .m_h_26 .module_title {
        position: absolute;
        background: #191919;
        width: 875px;
        right: 50px;
        top: 40px;
    }

        .m_h_26 .module_title a {
            background: #191919;
            color: #767676;
        }

    .m_h_26 .container {
        background: none repeat scroll 0 0 #2D2D2D;
        border: 10px solid #191919;
        border-radius: 5px 5px 5px 5px;
        height: 265px;
        margin: 10px 0 20px;
        overflow: hidden;
    }

        .m_h_26 .container .prev, .m_h_26 .container .next {
            top: 155px;
        }

        .m_h_26 .container .next {
            left: 30px;
        }

        .m_h_26 .container .prev {
            right: 28px;
        }

    .m_h_26 .scrollable {
        width: 940px;
        height: 250px;
        margin: 44px 22px 0 0;
    }

        .m_h_26 .scrollable .items {
            width: 2820px;
            height: 210px;
        }

            .m_h_26 .scrollable .items .list_holder {
                width: 940px;
                height: 210px;
                float: right;
            }

    .m_h_26 .h_list li {
        margin: 0 0 10px 10px;
        display: block;
        background: #000;
        width: 170px;
        height: 210px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    }

        .m_h_26 .h_list li img {
            height: 168px;
            width: 170px;
        }

        .m_h_26 .h_list li .tv_channel img {
            width: 40px;
            height: 40px;
        }

    .m_h_26 .h_list .tv_title {
        width: 124px;
    }

.tv_channel, .tv_show {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #FFF;
    float: right;
    margin: 0 0 0 5px;
    overflow: hidden;
}

    .tv_channel img, .tv_show img {
        width: 40px;
        height: 40px;
    }

.tv_time {
    display: block;
    margin: 0;
    color: #c9c9c9;
    font-size: 11px;
}

.cinema-lst ul > li {
    display: block;
    background: #fff;
    padding: 10px;
    margin: 0 0 10px 10px;
    float: right;
    width: 32%;
    height: 70px;
}

    .cinema-lst ul > li:nth-child(3n) {
        margin: 0 0 10px 0;
    }

    .cinema-lst ul > li > p {
        line-height: 25px;
        font-size: 13px;
    }

    .cinema-lst ul > li > span {
        font-size: 11px;
        display: inline-block;
        margin-top: 10px;
        color: #666;
    }



/*//////////////////////////////// Modules Status  //////////////////////////////*/

.module_i_3 .video_container, .module_i_5 .video_container {
    width: 580px;
    margin: 0 auto 20px;
    clear: both;
    display: block;
}

    .module_i_5 .video_container iframe, .module_i_5 .video_container object, .module_i_5 .video_container embed, .module_i_3 .video_container iframe, .module_i_3 .video_container object, .module_i_3 .video_container embed {
        width: 560px;
        margin: 0 auto;
        display: block;
        height: 306px;
        position: relative;
    }

.module_i_10, .module_i_4, .module_i_2 {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.module_i_1 object {
    margin: 4px auto;
    display: block;
}

.module_i_4 .h_list_wi li:hover .mask {
    background: url(../gfx/hover_effect.png) no-repeat;
    width: 130px;
    height: 180px;
    text-align: center;
    position: absolute;
    z-index: 1000;
    top: 5px;
    left: 5px;
}

.module_i_4 .h_list_wi li:hover img {
    background: #000;
    opacity: 0.9;
    z-index: 10000;
}

.aside .medium_rec, .aside .module_h_2, .module_i_10, .module_i_4, .module_i_2, .module_i_6 {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}


/* Section pages */
.featured .section_a .column_5 .Medium_rectangle {
    margin: 65px 10px 0;
}

.inner_page_content .module_title {
    margin-bottom: 8px;
}
/* featured area "section" */
.main_content_section .featured {
    background: none;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    height: 360px;
}

    .main_content_section .featured .section_a {
        height: 360px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        position: relative;
    }

    .main_content_section .featured .section_title {
        height: 36px;
        padding: 5px 20px 0 20px;
        background: rgb(40,40,40); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(40,40,40,1) 0%, rgba(24,24,24,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,1)), color-stop(100%,rgba(24,24,24,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(40,40,40,1) 0%,rgba(24,24,24,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(40,40,40,1) 0%,rgba(24,24,24,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(40,40,40,1) 0%,rgba(24,24,24,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(40,40,40,1) 0%,rgba(24,24,24,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#181818',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 10px;
        border-radius: 10px;
        width: 92%;
        position: absolute;
        right: 20px;
        top: -20px;
        color: #fff;
        font: bold 26px Arial, Helvetica, sans-serif;
    }

    .main_content_section .featured .section_a .column_4 {
        height: 320px;
        width: 632px;
    }

        .main_content_section .featured .section_a .column_4 a {
            display: block;
            float: right;
            width: 306px;
            color: #fff;
            font: bold 16px Arial, Helvetica, sans-serif;
            margin: 30px 0 0 0;
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
        }

        .main_content_section .featured .section_a .column_4 .node_b {
            margin: 30px 15px 0 0;
        }

        .main_content_section .featured .section_a .column_4 img {
            width: 306px;
            height: 215px;
        }

        .main_content_section .featured .section_a .column_4 .last {
            margin-right: 10px;
        }

        .main_content_section .featured .section_a .column_4 p {
            width: 286px;
            padding: 10px;
            background: #292826;
            margin: -5px 0 0;
            height: 45px;
            overflow: hidden;
        }

    .main_content_section .featured .section_a .column_5 {
        padding: 0;
        margin: 0;
        height: 360px;
        width: 328px;
        -webkit-border-radius: 15px 0 0 15px;
        border-radius: 15px 0 0 15px;
    }

/*top area "section" */
.wrapper_sec .column_3 .module_h_10, .wrapper_sec .column_1 .module_h_9 {
    margin: 10px 0 0 0;
    background: #F5F5F5;
}

.wrapper_sec .column_1 .module_h_9 {
    height: 460px;
    overflow: hidden;
}

.module_i_1 .social, .module_i_2 .social {
    float: left;
    overflow: hidden;
    height: 25px;
}

.column_5 .medium_rec {
    margin: 64px 11px 0;
}

/*leader_board */

.leader_board .holder {
    overflow: hidden;
    width: 730px;
    float: right;
}


/*mini_featured*/


/*leader_board "section" */
.separator .leader_board {
    background: none;
}

    .separator .leader_board .container {
        background: none;
    }

.LB_bottom {
    margin: 20px auto;
    width: 730px;
    height: 90px;
    clear: both;
}

.module_h_7 .h_list li {
    margin: 10px 13px;
    height: 190px;
}

    .module_h_7 .h_list li span.atr_1 {
        color: #212121;
    }

    .module_h_7 .h_list li a:hover span.atr_1 {
        color: #fff;
    }



.breadcrumb {
    list-style: none;
    overflow: hidden;
    margin: 0px 10px 20px 0px;
    background-color: #f2f2f2;
}

    .breadcrumb li {
        float: right;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
    }

        .breadcrumb li a {
            font-size: 12px;
            color: #fff;
            text-decoration: none;
            padding: 5px 55px 5px 0px;
            background: #c40001;
            position: relative;
            display: block;
            float: left;
        }


            .breadcrumb li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 51px solid transparent;
                border-bottom: 50px solid transparent;
                border-right: 30px solid #c40001;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                right: 100%;
                z-index: 2;
            }

        .breadcrumb li:first-child a {
            padding-right: 10px;
        }

        .breadcrumb li:nth-child(2) a {
            background: #be0201;
        }

            .breadcrumb li:nth-child(2) a:after {
                border-right-color: #be0201;
            }

        .breadcrumb li:nth-child(3) a {
            background: #d4d4d4;
        }

        .breadcrumb li:nth-child(3) :after {
            border-right-color: #d4d4d4;
        }

        .breadcrumb li:last-child a {
            background-color: #d4d4d4;
        }

            .breadcrumb li:last-child a:after {
                border-right-color: #d4d4d4;
            }

.module_title em {
    margin: 0px 226px 0px 0px;
    font-size: 16px;
}

.news_sub_img {
    float: left;
    width: 300px;
    margin: 34px 0px;
    text-align: center;
}

    .news_sub_img span {
        font-size: 9pt;
        line-height: 12pt !important;
        float: right;
        font-family: Tahoma;
        color: #898989;
    }

/*/////////////////////// Competition Toolbar  //////////////////////*/
.cToolbar {
    background: url(../images/gfx/bunner_ctoolbar.jpg) no-repeat;
    width: 971px;
    height: 400px;
    margin: 0 auto;
    clear: both;
}

.cToolbar_content {
    display: block;
    width: 915px;
    margin: 0px auto;
}

    .cToolbar_content p {
        font: normal 21px/1.4em arial;
        color: #000;
        padding: 30px;
    }

        .cToolbar_content p span {
            font: 800 16px/1.4em tahoma;
            cursor: default !important;
        }

        .cToolbar_content p strong {
            color: #df0707;
            font-weight: 800;
        }

    .cToolbar_content img {
        margin: 10px auto;
        display: block;
    }

    .cToolbar_content a.btn {
        background: url(../gfx/btn.gif) no-repeat;
        display: block;
        height: 102px;
        width: 171px;
        margin: 20px auto;
    }

.section_c #opt {
    right: 21% !important;
}

/* search listing */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    width: 30px;
    height: 30px;
    background: #404042 !important;
    display: inline-block !important;
    text-align: center;
    color: #fff !important;
    line-height: 30px !important;
    text-decoration: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: #C40001 !important;
}

/*** Tags ***/
.tags {
    clear: both;
    margin: 20px 0 20px 0;
    overflow: hidden;
}

    .tags a {
        background: #F4F4F4;
        border-left: 2px solid #fff;
        color: #9A9A9A;
        display: block;
        float: right;
        min-width: 40px;
        margin-top: 2px;
        padding: 0 10px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

        .tags a:hover {
            color: #fff;
            background: #CA0000;
        }

.in .tags a, .in .tags .fa {
    padding: 10px;
}

.in .tags .fa {
    padding: 10px 10px 10px 25px;
}

.tags .fa {
    background: #D10012;
    color: #FFF;
    float: right;
    font-size: 14px;
    margin-top: 2px;
    padding: 0 10px;
    text-align: center;
    background-image: url(../gfx/tags.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 25px;
    padding-right: 10px;
    font-weight: bold;
    margin-left: 1px;
}

/* section */
.section {
    overflow: hidden;
    clear: both;
    padding: 0 20px;
}

.oscar_home {
    position: relative;
}

    .oscar_home .oscar_home_link {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 980px;
        height: 119px;
    }

    .oscar_home .Oscar_nav {
        display: none;
    }

    .oscar_home a {
        display: block;
    }

    .oscar_home .m_ex_1 {
        margin: 10px 7px 0 0;
    }


.Oscar_nav {
    position: absolute;
    top: 105px;
    left: -2px;
}

    .Oscar_nav li {
        display: block;
        float: right;
        font: bold 14px/25px Arial,Helvetica,sans-serif;
        background: rgb(167, 15, 15);
        margin-left: 1px;
    }

        .Oscar_nav li a {
            color: #fff;
            display: block;
            padding: 3px 15px;
        }

            .Oscar_nav li a:hover {
                background-color: #a50000;
            }

    .Oscar_nav .home {
        width: 28px;
        height: 28px;
        background: url(../gfx/oscars/Oscar_home.png) 9px 9px no-repeat;
        padding: 10px;
    }


/*
 * ----------------------------------------------------------------------------------------
 * Filfan Update 2.1
 * ----------------------------------------------------------------------------------------
 */
.c-12 .title {
    overflow: hidden;
    display: block;
    margin: 20px 0 0 0;
    width: 1000px;
}

    .c-12 .title .title-icn {
        float: left;
        fill: #d32f2f;
    }

    .c-12 .title h4 {
        float: right;
        padding: 0;
        margin: 0;
        font-size: 1.2em;
        padding: 0 0 0.625em 0;
    }

    .c-12 .title hr {
        clear: both;
        border: 0;
        background-color: #e4e4e4;
        height: 1px;
        margin: 0.9em 0;
    }

    .c-12 .title:hover h4 {
        color: #ef5350;
    }

.video-u {
    padding: 20px;
    margin: 0 0 20px 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    overflow:hidden;
}

    .video-u .title_1 {
        color: #c62828;
        line-height: 1.5em;
        font-size: 1.5em;
    }

    .video-u .atr_1 {
        display: inline-block;
        margin: 0 0 10PX 0;
        font-size: 12px;
    }

    .video-u .views {
        color: #d32f2f;
        display: inline-block;
        margin: 10px 0;
        font-size: 14px;
    }

    .video-u .Sar_Social {
        margin: 0;
        width: auto;
        position: relative;
        height: auto;
    }

        .video-u .Sar_Social .rating {
            margin: 20px 0 20px 0;
        }

        .video-u .Sar_Social .social-u {
            position: absolute;
            left: 0;
            top: 0;
        }

.rotanaVideos .video_container {
    margin-top: 50px;
}
/* ----------------------------------------------------------------------------------------
* Utilitise classes.
* ----------------------------------------------------------------------------------------
*/
.cntr {
    text-align: center;
}

.to_left {
    text-align: left;
}

.in_pdg_4 {
    padding: 1.250em;
}

.in_pdg_h_2 {
    padding: 0 1.250em;
}

.in_pdg_v_2 {
    padding: 0.525em 0;
}

.p-l {
    padding-left: 5px !important;
}

.p-r {
    padding-right: 5px !important;
}

.clear {
    overflow: hidden;
}

@font-face {
    font-family: "JF Flat Regular";
    src: url("/Content/fonts/JF/NotoKufiArabic-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*@font-face { font-family: "JF Flat Regular"; src: url("/Content/fonts/JF/JF-Flat-regular.eot"); src: url("/Content/fonts/JF/JF-Flat-regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/JF/JF-Flat-regular.svg#JF Flat Regular") format("svg"), url("/Content/fonts/JF/JF-Flat-regular.woff") format("woff"), url("/Content/fonts/JF/JF-Flat-regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }*/

/*//////////////////////////////// QNB ////////////////////////////*/

.qnb-nav {
    position: relative;
    width: 1000px;
    height: 166px;
    margin: 0px;
    top: 56px;
    background: none;
}

    .qnb-nav:before {
        content: '';
        background: url(../images/RamadanBanner.jpg?v=1) top center no-repeat;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate3d(-50%,0%,0);
        width: 1020px;
        height: 100%;
    }

.Sec31 .qnb-nav {
    background: url(../images/RamadanBannerZaman.jpg) 0 0 no-repeat;
}

.qnb-nav ul {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translate3d(-50%,0%,0);
    margin: 0px;
    border-radius: 20px;
}

    .qnb-nav ul > li {
        float: right;
    }

.qnb-navnews {
    top: -166px !important;
    margin: 40px 0px -3px 0 !important;
}

.qnb-navlb {
    position: relative;
    top: 135px;
}

.qnb-nav ul > li > a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    background: rgba(25, 25, 25, 0.41);
    margin: 0 0 0 1px; /*border-top:5px solid rgba(255, 255, 255, 0.1);*/
}

.qnb-nav ul > li > .active, .qnb-nav ul > li > .active:hover {
    background: rgb(198, 40, 40);
    color: #fff;
    border-top-color: #c62828;
}

.qnb-nav ul > li > a:hover {
    background: rgba(198, 40, 40,0.8);
    color: #fff;
    border-top-color: #c62828;
}

.qnb-nav ul > li:last-child a {
    margin: 0;
    margin: 0;
}

.OscarHedHome {
    margin: 20px 0px 10px 0px;
}

.ld {
    position: relative;
    top: 129px;
}

/*//////////////////////////////// Postquare ////////////////////////////*/
.Postquare {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
    box-shadow: 0px 0px 5px 2px rgba(189, 189, 189, 0.4);
}

.eng_ww_ttl_span1 {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.625em !important;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #d32f2f;
    font-size: 1.2em;
    /*  border-bottom: 1px solid #e4e4e4;*/
}

    .eng_ww_ttl_span1 h1 {
        line-height: 1.5em;
        margin: 0.67em 0em;
        font-size: 1.2em;
        line-height: 1.5em;
        width: 95%;
    }

    .eng_ww_ttl_span1 span {
        display: inline-block;
        font-size: 12px;
        clear: both;
        padding: 0 0 10px 0;
        color: #212121;
    }
/*//////////////////////////////// alpha-bet ////////////////////////////*/

.alpha a {
    display: inline-block;
    padding: 10px;
    background: #fff;
    margin-bottom: 5px;
    font-weight: bold;
    color: #1c1f33;
}

    .alpha a:hover {
        background: #1c1f33;
        color: #fff;
    }

    .alpha a.active {
        background: #c40001;
        color: #fff;
    }

.liveCoverage figure:hover img, .liveCoverage figure:hover img {
    -webkit-transform: none;
    transform: none;
}

.liveCoverage .qnb-nav {
    width: 1000px;
}

.liveCoverage .module_title {
    background: transparent;
    -webkit-border-radius: 0px 0px 5px 5px;
    font-family: "JF Flat Regular";
    color: #C62828;
    font-size: 1.2em;
    height: 40px;
}

    .liveCoverage .module_title a {
        color: #C62828;
        background: transparent;
        -webkit-border-radius: 0px 0px 0px 5px;
        border-radius: 0px 0px 0px 5px;
        margin: -15px 10px;
    }

/*.liveCoverage { line-height: normal; margin: 0px 20px 0px 20px; }

.liveCoverage .aside {width: 314px; margin: 0 -30px 0 0;float: right;position: relative;}
.liveCoverage .coverage {    width: 100%; overflow: hidden;}
.liveCoverage h1 ,.liveCoverage h2,.liveCoverage h3,.liveCoverage h4,.liveCoverage h5,.liveCoverage h6 {color: #C62828;}
.liveCoverage   figure{  position: relative;}

.liveCoverage figure figcaption{
      position: absolute;
    top: 29px;
    font-size: 17px;
    font-weight: bold;
    width: 252px;
    margin-right: 7px;
    text-align: center;
    color: #fff;
}*/

div#divSkyScraper {
    position: fixed;
    width: 1340px;
    right: 50%;
    margin-right: -670px;
    z-index:2;
}

    div#divSkyScraper .left {
        position: absolute;
        left: 0;
    }

    div#divSkyScraper .right {
        position: absolute;
        right: 0;
    }

div#disqus_main_filfan {
    width: 100%;
    padding: 0 30px 0 30px;
    float: right;
    position: relative;
    margin: 1px;
    padding: 9px;
}

.blogs {
    background-color: #fff;
    width: 666px;
    overflow: hidden;
}

.fsBody.fsEmbed, input {
    font-family: "JF Flat Regular", Sans-Serif !important;
    line-height: normal !important;
}

span.fsRequiredMarker {
    display: none;
}

.blogs h1 {
    padding: 20px;
    color: #B71C1C;
    font-size: 24px;
    width: 666px;
    overflow: hidden;
}

.blogs .fsBody .fsForm {
    margin: -45px auto !important;
}

.blogs .fsBody .fsLabel, .blogs .fsBody label {
    color: #C62828;
    font-size: 12px !important;
}

.blogs textarea {
    height: 200px !important;
    min-height: 100px;
    line-height: normal !important;
}

.blogs label.fsSupporting.fsRequiredLabel {
    color: #595D64;
}

.blogs textarea#field42172333 {
    height: 180px !important;
    min-height: 100px;
}

.module_i_17 .Sar_Social {
    margin: -20px auto 10px auto;
}

/*//////////////////////////////// osCAR2017 ////////////////////////////*/

.theme_banner {
    width: 980px;
    height: 138px;
    background: #2b170f url("../gfx/oscars/oscar_banner.jpg") 0 0 no-repeat;
    position: relative;
}

.OscarHedHome .theme_banner {
    width: 100%;
}

.OscarHedHome .count_down {
    right: 609px;
}

.OscarHedHome .Oscar_nav {
    left: -1px;
}

.go_live .theme_banner {
    background-image: url(../gfx/oscars/oscar_banner_live.jpg);
}

.go_live .container {
    display: block;
}

.go_live .count_down {
    display: none;
}

.go_live .live_link {
    display: block;
}

.count_down {
    position: absolute;
    height: 30px;
    right: 589px;
    top: 38px;
    width: 209px;
}

    .count_down span {
        display: inline-block;
        padding: 6px 0px;
        width: 48px;
        text-align: center;
        color: #a40000;
        font-weight: bold;
        font-size: 18px;
    }

.live_link {
    color: #fff;
    background: rgba(164, 0, 0, 0.8);
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 34px;
    left: 225px;
}

.m_ex_1 .live_link {
    display: none;
}

.AkbrakWidget .row {
    max-width: 62.5em;
}

.AkbrakWidget .c-8, .AkbrakWidget .m_s_21 .module_title {
    padding: 0;
}

.AkbrakWidget .m_s_21 .slide .h_list {
    /* overflow: hidden; */
    overflow-x: scroll !important;
    white-space: nowrap !important;
    height: 330px !important;
    width: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch; /* lets it scroll lazy */
}

.AkbrakWidget .h_list li {
    float: none !important;
    display: inline-block !important;
}

.owl-carousel {
    display: block !important;
    visibility: hidden;
}

.owl-loaded {
    visibility: visible;
}


.owl-nav.disabled, .owl-prev, .feautred .owl-dot span, .feautred .owl-dots, .owl-next {
    display: block !important;
}

.owl-prev, .owl-next {
    position: absolute;
    color: #fff;
    top: 42%;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-image: url(../gfx/next.svg) !important;
    background-size: cover;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

    .owl-prev:hover, .owl-next:hover {
        opacity: 1;
    }

.owl-prev {
    right: 0px;
}

.owl-next {
    left: 0px;
    transform: rotate(180deg);
}




/*share customize*/
a.at-icon-wrapper.at-share-btn.at-svc-whatsapp {
    /*display: none;*/
}

.at4-visually-hidden {
    position: relative !important;
    clip: rect(1px,1px,1px,1px);
    padding: 0;
    border: 0;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 11px;
    visibility: visible !important;
    top: 18px;
    right: -32px;
    overflow: visible !important;
}

span#at-80cc2dcb-a139-4f23-a5e4-5fa547941cf1 {
    display: none;
}

.at-resp-share-element .at-share-btn {
    width: 150px;
}

.Sar_Social .at4-visually-hidden:nth-child(1) {
    display: none;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    position: relative;
    left: 53px;
}

.story_content .Sar_Social {
    width: 601px;
}

.story_content a.at-icon-wrapper {
    width: 146px;
}



.Sar_Social ul li a span {
    display: none;
}

#result span {
    display: none;
}

a.personlink {
    pointer-events: none;
    cursor: default;
}

.sec40 .qnb-nav {
    top: 0;
}
/*.Sec40 h1.sec-title {
    display: none;
}*/

.Sec40 .qnb-nav, .Sec31 .qnb-nav {
    top: -7px;
    margin: 80px 0px -3px 0;
}

.Sec40 .feautred, .Sec31 .feautred {
    margin: 0px 0 0 0 !important;
}

.qnb-navnews ul {
    bottom: 6px !important;
}

.Sec40 .qnb-nav ul {
    bottom: -8px;
}

.Sec31 .qnb-nav ul {
    bottom: -1px !important;
}
/*----------------------------------------------*/

.flex-container {
    flex-wrap: wrap;
    display: flex;
}

.item-col {
    flex-wrap: wrap;
    margin: 0px 0;
}

.wid-container {
    width: 100%;
    display: block;
    overflow: hidden;
}

.wid-title {
    padding: 0px 3px 5px !important;
    font-weight: bold;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
}

.row-wid {
    overflow: hidden;
    height: auto;
    width: 100%;
}

.cus-wid {
    overflow: hidden;
    height: auto;
    float: right;
}

.row-cus-4 .cus-wid {
    width: 25%;
}

.row-cus-3 .cus-wid {
    width: 33.33333%;
}

.row-cus-2 .cus-wid {
    width: 50%;
}

.row-cus-1 .cus-wid {
    width: 100%;
}

.wid-image {
    overflow: auto;
    height: auto;
    width: 100%;
    display: block;
}

    .wid-image img {
        max-width: 100%;
        display: block;
    }

.wid-image {
    margin-bottom: 10px;
}

.wid-data {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding: 0 0;
}

    .wid-data p a {
        color: #c40001;
        font-size: 12px;
        line-height: 24px;
        display: block;
        text-decoration: none;
        font-weight: bold;
    }

    .wid-data p {
    }

.info-area {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    margin-top: 5px;
    line-height: 1;
    margin-bottom: 5px;
}

    .info-area span {
        color: #acacac;
        font-size: .63em;
    }

.col-wid-container {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding: 0 5px;
    margin: 5px 0;
}

    .col-wid-container:hover .wid-data p a {
        text-decoration: underline
    }

.infographic img {
    width: 100%;
    max-height: none !important;
}

@media print {

    .header, .leader_board, .Sar_Social, #SpeakolBelowArticle, .SPKOfferAd, .gads_wide, .aside {
        display: none;
    }

    .module_i_1 {
        box-shadow: none;
        -webkit-box-shadow: none;
        background: transparent;
    }

        .module_i_1, .module_i_1 h1, .module_i_1 .atr_bar, .module_i_1 .story_content, .story_content {
            width: 960px !important;
            overflow: auto;
        }
}



.erorr-u {
    text-align: center;
    width: 100%;
}

    .erorr-u .c-12 {
        line-height: 34px;
        width: 100%;
    }

    .erorr-u .c-4 {
        margin: 0 auto;
        display: inline-block;
        float: none;
    }

        .erorr-u .c-4 .missing_icn {
            margin: 0 auto;
            fill: #c62828;
        }

.inner_page_content iframe {
    /*width: 90% !important;*/
    position: static !important;
    margin: 0 auto !important;
}

.posterAds {
    margin: 10px auto;
}

.sponserLinkAd {
    position: absolute;
    top: 27px;
    right: -32px;
    width: 100px;
    height: 166px;
    z-index: 10;
}

.advertise {
    border-right: 1px solid rgba(255,255,255,0.2);
    margin-right: 10px;
    padding-right: 15px;
    color: #fff;
}

    .advertise:hover {
        color: #fff;
    }

.Adcontainer {
    text-align: center;
    margin: 0px auto 20px;
}

.newNavList {
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin: 17px 45px 0 0;
}

    .newNavList li {
        display: inline-block;
        margin: -1px 0 0 23px;
        float: right;
        position: relative;
        padding-right: 23px;
        font-size: 0.9em;
    }

        .newNavList li i {
            position: absolute;
            right: 0;
            top: -2px;
        }

            .newNavList li i svg {
                fill: #fff;
                width: 17px;
                height: 17px;
            }

        .newNavList li a:hover {
            color: rgb(255, 214, 214);
        }

            .newNavList li a:hover svg {
                fill: rgb(255, 214, 214);
            }

.fb-comments {
    width: 100% !important;
}

    .fb-comments span {
        width: 91% !important;
        margin: 0 auto;
        display: block !important;
    }

    .fb-comments iframe {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0;
        position: static !important;
        display: block !important;
    }

.gallrySocial {
    width: 104% !important;
}
