@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,600,800,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
    margin: 0;
}

body {
    font: 16px/26px open_sansregular, Helvetica, Helvetica Neue, Arial;
    text-align: center;
    position: relative;
}

.head-wrapper {
    width: 800px;
    /*    Max content width    */
    display: inline-block;
}

/*    Search    */

.searchform {
    float: right;
    margin-left: 20px;
    width: 185px;
    padding-top: .5em;
}

.searchVal {
    background: url('/IMG/nav/search-box.jpg') no-repeat;
    background-position: 0px -20px;
    border: 0;
    height: 18px;
    width: 145px;
    float: left;
    padding: 2px 7px 0px 7px;
}

.searchSubmit {
    float: right;
    height: 20px;
    width: 20px;
    background: url('/IMG/nav/search.jpg') no-repeat;
    border: 0;
}

/*    Language    */

.lang {
    position: relative;
    float: right;
    text-align: left;
    padding-top: .5em;
}

.lang-curr {
    width: 90px;
    color: #9a9a9a;
    border: 1px solid #9a9a9a;
    padding: 1px 3px;
    line-height: 18px;
    float: right;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}

.caret {
    margin-top: 8px;
    margin-left: 5px;
    float: right;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #9a9a9a;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}

.lang-list {
    background: white;
    display: none;
    position: absolute;
    width: 84px;
    top: 30px;
    padding: 0;
    border: 1px solid #9a9a9a;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
}

    .lang-list a {
        display: block;
        color: #9a9a9a;
        padding: 0 4px;
        text-decoration: none;
    }

.lang ul {
    list-style: none;
}

.lang .hide {
    display: none;
}

/*    User Info     */

.userInfo {
    float: right;
    padding-top: .5em;
}

    .userInfo .label,
    .userInfo .userName {
        display: inline-block;
        font-weight: bold;
    }

    .userInfo .label {
        color: #777;
    }

    .userInfo .userName {
        color: #33bdef;
        padding-left: .5em;
    }

/*    Navigation    */

.nav {
    background: #064a70;
    height: 48px;
    width: 100%;
    z-index: 999;
}

.navHeader {
    width: 806px;
    /*    Max content width    */
    margin: 0 auto;
}

.navLogo {
    width: 148px;
    /*    Adjustable based on the logo & nav links that ends up being used    */
    float: left;
}

    .navLogo img {
        height: 48px;
    }

.navLinks {
    font-size: 14px;
    display: inline-block;
    width: 658px;
    /*    Adjustable based on the logo & nav links that ends up being used    */
}

    .navLinks a {
        color: white;
    }

        .navLinks a:hover {
            display: block;
            text-decoration: none;
            color: white;
            background: #5695b8;
            border-bottom: solid 4px #63b6ff;
        }

    .navLinks p:hover {
        display: block;
        background: #064a70;
        border-bottom: solid 4px #064a70;
    }

.navList a {
    text-align: left;
}

ul.navList,
ul.navList li,
ul.navList ul {
    padding: 0;
}

    ul.navList li {
        float: left;
        color: grey;
    }

nav ul li {
    display: inline;
}

ul.navList li.hover,
ul.navList li:hover {
    position: relative;
}

nav a,
nav p {
    padding: 12px 12px 6px 12px;
    /*    Adjustable based on the logo & nav links that ends up being used    */
    display: block;
    text-decoration: none;
}

nav p {
    text-align: left;
}

ul.navList ul {
    visibility: hidden;
    position: absolute;
    background: #064a70;
}

ul.navList li:hover > ul {
    visibility: visible;
    z-index: 999;
}

ul.navList ul li {
    width: 100%
}

nav .gray {
    color: lightgray;
}

nav .orange {
    color: orange;
    font-weight: 600;
}

nav .yellow {
    color: yellow;
    font-weight: 600;
}

/*    Connect    */

.connect {
    padding-top: 20px;
    height: 82px;
    background-color: #b3d4fc;
}

.connectBanner {
    width: 590px;
    /*    Adjustable based on the number of social media links that ends up being used    */
    margin: 0 auto;
}

.connectText {
    float: left;
    font-weight: bold;
    color: #064a70;
    font-size: 25px;
    padding-top: 12px;
}

.connectLogos {
    display: inline-block;
}

.roller {
    display: inline-block;
    float: left;
    height: 55px;
    border: none;
    width: 55px;
    background-color: transparent;
    margin-left: 15px;
}

.f_on {
    background-image: url("/IMG/connect/f_off.png");
}

.f_off {
    background-image: url("/IMG/connect/f_on.png");
}

.g_on {
    background-image: url("/IMG/connect/g_off.png");
}

.g_off {
    background-image: url("/IMG/connect/g_on.png");
}

.p_on {
    background-image: url("/IMG/connect/p_off.png");
}

.p_off {
    background-image: url("/IMG/connect/p_on.png");
}

.t_on {
    background-image: url("/IMG/connect/t_off.png");
}

.t_off {
    background-image: url("/IMG/connect/t_on.png");
}

.y_on {
    background-image: url("/IMG/connect/y_off.png");
}

.y_off {
    background-image: url("/IMG/connect/y_on.png");
}

.l_on {
    background-image: url("/IMG/connect/l_off.png");
}

.l_off {
    background-image: url("/IMG/connect/l_on.png");
}

/*    Footer Navigation    */

.footer {
    background: #064a70;
    margin: -10px auto;
    padding-top: 40px;
}

    .footer li {
        line-height: 18px;
    }

.footerNav {
    width: 800px;
    /*    Max content width    */
    margin: 0 auto;
    color: white;
    text-align: left;
}

.footerNavCol {
    float: left;
    width: 200px;
}

    .footerNavCol ul {
        list-style: none;
        font-size: 12px;
    }

        .footerNavCol ul li:first-child {
            font-size: 18px;
            margin-bottom: 10px;
        }

.footer a:link {
    color: white;
    text-decoration: none;
}

.footer a:visited {
    color: white;
}

.footer a:hover {
    color: #63b6ff;
}

/*    Copyright    */

.copyright {
    clear: both;
    height: 60px;
    color: white;
    font-size: 12px;
    line-height: 16px;
    padding-top: 40px;
}

/*    Thank You    */

.hide {
    display: none;
}

.show {
    display: block;
}

/*    Body    */

.intro,
.introBG {
    background: linear-gradient(to bottom left, #0b5675, white);
}

.body {
    width: 800px;
    /*    Max content width    */
    margin: 0 auto;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 1em;
}

    .body .center {
        text-align: center;
    }

    .body .left {
        text-align: left;
    }

    .body .right {
        text-align: right;
    }

.intro h1,
.intro h2 {
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}

.intro h1 {
    font-size: 64px;
    font-weight: 200;
    letter-spacing: -2px;
    margin: 32px 0px;
}

.intro .DebateHeadline h1 {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 34px;
    margin: 0;
}

.intro h2 {
    font-size: 18px;
    display: block;
}

.intro .videoImg {
    margin: -240px 0 0 480px;
}

.buttonBlue {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2', GradientType=0);
    background-color: #33bdef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px 6px 24px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
    width: 130px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

    .buttonBlue:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
        background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef', GradientType=0);
        background-color: #019ad2;
    }

    .buttonBlue:active {
        position: relative;
        top: 1px;
    }

.divider {
    width: 800px;
    /*    Max content width    */
}

.homeIntro article {
    width: 450px;
    /*    Adjustable based on the text & images that ends up being used    */
    /*height:200px;*/
}

.homeIntro .left {
    float: left;
}

.homeIntro .right {
    float: right;
}

.homeIntro a {
    text-decoration: none;
    color: #33bdef;
}

/* CurrentTopics */

.CurrentTopics .TopicThree {
    text-align: center;
    width: 33%;
    float: left;
    color: gray;
    min-height: 28px;
}

    .CurrentTopics .TopicThree img {
        height: 240px;
        width: 240px;
    }

    .CurrentTopics .TopicThree:hover,
    .CurrentTopics .TopicFive:hover,
    .CurrentTopics .TopicSix:hover {
        background-color: #019ad2 !important;
        color: white;
    }

.CurrentTopics .TopicFive {
    text-align: center;
    width: 20%;
    float: left;
    color: gray;
}

    .CurrentTopics .TopicFive img,
    .CurrentTopics .TopicSix img {
        height: 140px;
        width: 140px;
    }

.CurrentTopics.sm-vdo-icon .TopicFive img,
.CurrentTopics.sm-vdo-icon .TopicSix img {
    width: 100px;
    height: 100px;
}

.CurrentTopics .TopicSix {
    text-align: center;
    width: 16.66%;
    float: left;
    color: gray;
}

/* Topic */

.ParentTopic {
    font-size: 12px;
    padding: 0;
    color: #fff;
}

    .ParentTopic a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

        .ParentTopic a:hover {
            text-decoration: underline;
        }

/* Debate */

.Debate .Text {
    font-size: 0.83em;
}

.Debate .Data {
    font-weight: bold;
}

/* RSSFeed */

.NewsFeed {
    font-size: 12px;
    border: 1px solid #CCCCCC;
    padding: 0;
}

    .NewsFeed .Header {
        padding: 0px 5px 0px 5px;
        background-color: #064a70;
    }

        .NewsFeed .Header a {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
        }

            .NewsFeed .Header a:hover {
                text-decoration: underline;
            }

    .NewsFeed table {
        width: 100%;
    }

    .NewsFeed .Item {
        padding: 0px 5px 0px 5px;
        color: #666;
        border-bottom: 1px dashed #CCCCCC;
        float: left;
    }

        .NewsFeed .Item a {
            color: #666;
            font-weight: bold;
            text-decoration: none;
        }

            .NewsFeed .Item a:hover {
                text-decoration: underline;
            }

    .NewsFeed .Headline {
        width: 720px;
        float: left;
    }

    .NewsFeed .Button {
        float: left;
        width: 66px;
        text-align: right;
    }

        .NewsFeed .Button .small {
            font-size: 11px;
            padding: 1px 2px 1px 2px;
            width: 50px;
        }

.ButtonBlueLarge {
    width: 200px;
}

.NewsFeed .Button a {
    color: #ffffff;
}

/* Debate - Popup */

.DebatePopup {
    width: 590px;
}

/* Login */

.Text a {
    text-decoration: none;
    color: gray;
    font-size: 18px;
    font-weight: bold;
}

    .Text a:hover {
        text-decoration: underline;
    }

.Text .SelectedUp {
    color: green;
}

.Text .SelectedDown {
    color: red;
}

/* Login */

.login {
    border: 2px solid #dedede;
    background: #f3f3f3;
    width: 290px;
    margin: auto;
    padding-bottom: .7em;
    padding-right: .7em;
    padding-left: .7em;
}

    .login ol,
    .login li {
        list-style: none;
        padding-left: 0em;
    }

        .login ol .PadTop,
        .login li .PadTop {
            padding-top: .7em;
        }

    .login .right {
        text-align: right;
        padding-right: 1.2em;
    }

.register {
    width: 390px;
}

.form {
    width: 580px;
    margin-left: 15px;
}

.error {
    color: red;
}

/* App */

.app,
.alert,
.warning,
.info,
.infoThree,
.infoFour {
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-top: 10px;
}

    .app h1 {
        color: #33bdef;
        display: block;
        font-size: 1.5em;
        -webkit-margin-before: 0.3em;
        -webkit-margin-after: 0.83em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        font-weight: bold;
    }

    .app h3 {
        font-weight: bold;
    }

    .app ul,
    .app li {
        margin-left: 10px;
    }

    .app .alert {
        color: #F7582A;
        background-color: #F2CBBF;
    }

    .app .warning {
        color: #c09853;
        background-color: #fcf8e3;
    }

    .app .info {
        color: #B1B1B2;
        background-color: #F2F2F2;
    }

    .app .infoThree,
    .app .infoFour {
        color: #B1B1B2;
        background-color: #F2F2F2;
        margin-right: 10px;
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
    }

    .app .infoThree {
        width: 231px;
    }

    .app .infoFour {
        width: 169px;
    }

    .app .noMargin {
        margin-right: 0px;
    }

    .app .value {
        color: rgb(105, 147, 181);
        font-size: 20px;
        float: right;
    }

    .app .text {
        color: black;
    }

/* Repeater Table */

.table table {
    color: #333333;
    width: 100%;
    /*border-collapse:collapse;*/
    border: 1px solid #064A70;
    margin-top: .5em;
}

    .table table table {
        color: #333333;
        width: auto;
        border: none;
        margin-top: .5em;
    }

        .table table table tr td {
            border: 1px solid #3366cc !important;
            padding: 0px 10px;
            color: #36c;
            background: #e8f7ff;
        }

            .table table table tr td a {
                line-height: 5px;
                padding: 0px;
            }

.table {
    overflow-x: auto;
}

    .table .header {
        color: White;
        background-color: #064A70;
        font-size: 14px;
        text-align: center;
    }

    .table .row {
        background-color: #F7F6F3
    }

    .table .rowAlt {
        background-color: White;
    }

    .table .hover_row {
        background-color: #b3d4fc;
        text-decoration: underline;
    }

    .table table a {
        color: #000;
        display: block;
        text-decoration: none;
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        padding: 10px;
        margin: 0;
    }

    .table table tr th a {
        color: #fff;
    }

    .table table td {
        text-align: center;
    }

    .table table .checkCol {
        width: 10px;
    }

    .table table .dateCol {
        width: 70px;
    }

    .table table .date {
        color: #878787;
        width: 100px;
        margin: 0 auto;
    }

    .table table .small {
        width: 70px;
    }

    .table table .bold {
        font-weight: 500;
        text-align: left;
        line-height: 22px;
        font-size: 15px;
    }

    .table table .gray {
        color: #878787;
        font-size: 14px;
    }

.ViewMore {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    text-align: right;
}

    .ViewMore a:hover {
        text-decoration: underline;
    }

.ViewMoreText {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}

    .ViewMoreText a:hover {
        text-decoration: underline;
    }

/*  Tab Control */

.ajax__tab_xp {
}

.ajax__tab_container {
    text-align: left;
}

.ajax__tab_default {
    font: message-box;
}

.ajax__tab_header {
    font-size: 12px;
    font-weight: bold;
}

.ajax__tab {
    width: 49.8%;
}

.ajax__tab_outer {
    width: 100%;
}

.ajax__tab_inner {
    width: 97.2%;
}

.ajax__tab_tab {
    color: #057fd0;
    width: 100%;
}

.ajax__tab_body {
}

.ajax__scroll_none {
}

.ajax__tab_panel {
    padding-top: .7em;
}

/* News */

.news ul,
.news ol,
.news li {
    margin-left: 0px;
}

.news ul,
.news ol {
    margin-bottom: 25px;
    padding-left: 1.5em;
}

    .news ol .roman {
        list-style-type: lower-roman;
    }

/*.MainButton
    {
        display: inline-block;
        background-color: #1584d7;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 228px;
        text-decoration: none;
        color: white;
        font-size: 20px;
        text-align: center;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    @font-face {
        font-family: 'open_sansregular';
        src: url('/opensans/OpenSans-Regular-webfont.eot');
        src: url('/opensans/OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
             url('/opensans/OpenSans-Regular-webfont.woff') format('woff'),
             url('/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
             url('/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'open_sansbold';
        src: url('/opensans/OpenSans-Bold-webfont.eot');
        src: url('/opensans/OpenSans-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
             url('/opensans/OpenSans-Bold-webfont.woff') format('woff'),
             url('/opensans/OpenSans-Bold-webfont.ttf') format('truetype'),
             url('/opensans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    strong, b { font-family:open_sansbold, Helvetica, Helvetica Neue, Arial; font-weight:normal; }
    ol{margin-left:20px;}
    ol li{margin-left:20px;}
    blockquote, q{quotes:none;}
    blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
    ins{background-color:#ff9;color:#000;text-decoration:none;}
    mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
    del{text-decoration:line-through;}
    abbr[title], dfn[title]{border-bottom:1px dotted #000;cursor:help;}
    table{border-collapse:collapse;border-spacing:0;}
    hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
    h1, h2, h3, h4, h5{font-family:open_sansbold, Helvetica, Helvetica Neue, Arial; text-align:left; font-weight: normal;}
    h3, h4, h5{margin-top:20px;}
    h1{font-size:30px;}
    h2{font-size:20px;color:#3d4144;}
    p{font-size:16px;color:black;height:100%;margin-top:12px;margin-bottom:25PX;line-height:22PX;text-align:left;}
    ::-moz-selection{background:#b3d4fc;text-shadow:none;}
    .chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0;}
    .lwjwrapper{max-width:865px;margin:0 auto;  height:258px;}
    .header-container,.main aside{background:#dceff6;max-width:980px;margin:auto;}
    .title{color:black;background-image:url('/IMG/rf_header_logo.png');width:300px;height:32px;background-repeat:no-repeat;background-size:250px;}
    h1.title{text-align:left;font-size:12px;margin:8px 0 0 0;padding-top:36px;}
    .main-container
    {
        background:#b3d4fc;
        color:white;
        width:980px;
        min-height:350px;
        background-repeat:no-repeat;
        background-position:top center;
        background-size:980px;
        display:inline-block;
        width:100%;
    }
    .main article h1{font-size:26px;}
    .ie7 .title{padding-top:20px;}
    .title{float:left;}
    #rftopvid{float:right;width:400px;margin-left:20px;background:white;padding:5px 5px 5px 5px;}
    .ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px;}
    .ir:before{content:"";display:block;width:0;height:100%;}
    .hidden{display:none !important;visibility:hidden;}
    .visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}
    .invisible{visibility:hidden;}
    .clearfix:before,
    .clearfix:after{content:" ";display:table;}
    .clearfix:after{clear:both;}
    .clearfix{*zoom:1;}
    .lwclear{clear:both;}
    #rf{float:left;width:300px;margin-left:10px;background:white;padding:5px 5px 5px 5px;min-height:255px;background-image:url('/IMG/banner/rf-main.png');background-repeat:no-repeat;background-position:center center;background-size:300px;}
    #gs{float:left;width:300px;margin-left:10px;background:white;padding:5px 5px 5px 5px;min-height:255px;background-image:url('/IMG/banner/gs-main.png');background-repeat:no-repeat;background-position:center center;background-size:300px;}
    #cb{float:left;width:300px;margin-left:10px;background:white;padding:5px 5px 5px 5px;min-height:255px;background-image:url('/IMG/banner/cobol-main.png');background-repeat:no-repeat;background-position:center center;background-size:300px;}
    #tc{float:left;width:300px;margin-left:10px;background:white;padding:5px 5px 5px 5px;min-height:255px;background-image:url('/IMG/banner/technology.png');background-repeat:no-repeat;background-position:center center;background-size:300px;}
    #lt{float:left;width:300px;margin-left:10px;background:white;padding:5px 5px 5px 5px;min-height:255px;background-image:url('/IMG/banner/litigation.png');background-repeat:no-repeat;background-position:center center;background-size:300px;}
    #frmfil{float:left;width:520px;margin-left:2px;background:white;padding:5px 5px 5px 5px;min-height:255px;background-image:url('/IMG/banner/world.png');background-repeat:no-repeat;background-position:center center;background-size:350px;}
    .frmfilmain-container article{float:right;min-width:360px;max-width:530px;}
    .secmain-container article{float:left;min-width:360px;max-width:530px;}
    .secmain-container div.pwmain-container{float:left;min-width:360px;max-width:530px;}
    .frmfilmain-container div.pwmain-container{float:left;min-width:360px;max-width:530px;}
    #lwtopwrap{width:100%;background-color:#dceff6;}
    .main article h2{font-size:26px;}
    #lwdlbtn{display:inline-block;float:left;padding-top:220px;padding-left:80px;}
    #lwvidtop{display:inline-block;float:left;padding-top:90px;padding-left:180px;}
    .smallimgdiv{max-width:760px;margin:0 auto;}
    .smallimgdiv img{max-width:760px;margin:0 auto;}
    #mcslnav{width:215px;margin-top:30px; display:inline-block; float:left;}
    #mcswrap{min-height:820px;width:715px;float:left;padding-left:30px;padding-bottom:20px;color:black; margin-top:30px; display:inline-block;}
    .mcs{background:#ffffff;color:white;width:980px;display:inline-block;width:100%;height:100%;}
    .mcsinner{min-width:980px;width:100%;margin:0 auto;clear:both;}
    .mcs h1{font-size:30px;color:#63b6ff;}
    .mcs h2{font-size:24px;color:#3d4144;}
    #mcstag{font-size:20px;color:#3d4144;height:100%;margin-bottom:40px;}
    .mcs p{font-size:16px;color:black;height:100%;}
    .mcs header{width:100%;}
    .leftp{width:380px;float:left;}
    .rightp{width:380px;float:right;}
    .leftp_big{width:480px;float:left;}
    .rightp_big{width:480px;float:right;}
    .mcsright335{text-align:left;margin-left:335px;}
    .mcsright235{text-align:left;margin-left:235px;}
    .rightimg{width:300px;float:right;}
    .leftimg{width:300px;float:left;}
    .rightimgsmall{width:150px;float:right;}
    .leftimgsmall{width:150px;float:left;}
    .mcslnavinner{width:200px;float:left;color:#C0C0C0;}
    #mcsleftnav li{min-height:25px;padding-left:10px;padding-right:10px;padding-top:6px;padding-bottom:6px;}
    #mcsleftnav li.selected{min-height:25px;padding-left:10px;padding-right:10px;padding-top:6px;padding-bottom:6px;font-weight:bold;background:#ffffff;}
    #mcsleftnav li a{color:#828385;text-decoration:none;}
    #mcsleftnav li a:hover{color:#63b6ff;text-decoration:none;}
    #mcsleftnav li.selected a{color:#63b6ff;text-decoration:none;}
    .selected a{background:color:#828385;}
    article{height:100%;display:inline-block;margin-bottom:40px;}
    .first{margin-top:15px;}
    #mcsleftnav{list-style-type:none;border:#C0C0C0 solid 1px;}
    #mcsconstantlnav{border:#C0C0C0 solid 1px;list-style-type:none;display:none;}
    #mcsconstantlnav li{min-height:25px;padding-left:10px;padding-right:10px;padding-top:6px;padding-bottom:6px;}
    #mcsconstantlnav li.selected{min-height:25px;padding-left:10px;padding-right:10px;padding-top:6px;padding-bottom:6px;font-weight:bold;background:#ffffff;}
    #mcsconstantlnav li a{color:#828385;text-decoration:none;}
    #mcsconstantlnav li a:hover{color:#63b6ff;text-decoration:none;}
    #mcsconstantlnav li.selected a{color:#63b6ff;text-decoration:none;}
    table{color:black;}
    a.button.green{background-color:#8bbc70;display:block;padding-top:16px;padding-bottom:16px;width:188px;text-decoration:none;color:white;font-size:16px;-webkit-border-radius:4px;border-radius:4px;}
    .center{text-align:center;display:inline-block;height:100%;width:205px;}
    h2{color:#3d4144;font-size:24px;}
    h3{color:#3d4144;font-size:18px;}
    .homepmgr{font-size:26px;color:#3d4144;}
    .homepmgr a{text-decoration:none; color: #3d4144;}
    #cse-search-results{overflow:hidden;max-height:900px;}
    .left{display:inline-block;float:left;}
    .right{display:inline-block;float:right;}
    article.sbs{margin:20px 0 20px 0;float:left;}
    article.sbs header{margin:0 0 6px 0;max-width:540px;}
    article.sbs header.right h2{margin:0 0 6px 30px;max-width:540px;}
    article.sbs header.left h2{margin:0 0 6px 0;max-width:540px;}
    article.sbs img{max-width:190px;margin-top:2px;}
    article.sbs p{width:510px;margin-top:2px;}
    article.sbs p.right{float:left;margin-left:30px;}
    article.sbs p.left{float:left;margin-left:30px;}
    article.odd{margin:20px 0 20px 0;float:left;width:100%;}
    article.odd header{margin:0 0 6px 0;max-width:760px;}
    article.odd header h2{margin:0 0 6px 204px;width:510px;}
    article.odd img{max-width:190px;margin-top:2px;float:left;display:inline-block;}
    article.odd p{width:510px;margin-top:2px;float:right;display:inline-block;}
    article.even{margin:20px 0 20px 0;float:left;width:100%;}
    article.even header{margin:0 0 6px 0;max-width:760px;}
    article.even header h2{margin:0 0 6px 0;width:510px;}
    article.even img{max-width:190px;margin-top:2px;float:right;display:inline-block;}
    article.even p{width:510px;margin-top:2px;float:left;display:inline-block;}
    .sub{margin-left:15px;}
    #newstog{color:#63b6ff;display:inline-block;float:left;margin-top:24px;font-weight:bold;}
    #newstogh3{width:140px;display:inline-block;float:left;}
    .bfill{width:98%;display:block;margin-bottom:30px;min-height:220px;}
    .pleft{display:inline-block;float:left;padding-left:40px;}
    .pright{display:inline-block;float:right;padding-top:60px;width:300px;color:black;text-align:center;}
    .pright img{width:250px;}
    .pright p{font-size:12px;}
    .pcenter{text-align:center;width:100%;display:inline-block;margin-top:20px;}
    .manual a[name]:before{content:"";display:block;height:70px;margin:16px 0 0 0;}
    .faq a[name]:before{content:"";display:block;height:70px;margin:16px 0 0 0;}
    .listy{margin-left:20px;list-style:disc;}
    .listy li li{margin-left:20px;list-style:circle;}
    .license_image{margin-top:20px;}
    .pressreleases h2{ font-size: 18px; }
    .smallhair { margin-top:20px; }
    .bighair { margin-top:40px; }
    .biggerhair { margin-top:60px; }*/

/* Sohaib Ahmed */

.full-width {
    width: 100%;
    margin: 20px 0px;
}

.cmts {
    float: left;
    font-size: 14px;
    width: 40%;
}

.sort {
    float: right;
    width: 19%;
}

.clear {
    clear: both;
}

.sort span {
    font-size: 14px;
}

select#userType {
    color: #333;
    font-weight: bold;
    width: 90px;
    border: 1px solid #ddd;
    background-color: #F6F7F9;
    display: inline-block;
    margin-left: 6px;
    padding: 5px 10px;
}

.info-video h3,
.CurrentTopics > h3 {
    font-weight: 500;
    margin: 20px 0px;
}

.b-top {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pic-1 {
    float: left;
    width: 7%;
    margin-top: 1em;
}

.detail-box {
    float: right;
    width: 93%;
    margin-top: 1em;
}

textarea.text_1 {
    width: 100%;
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    border-radius: 3px;
}

a.buttonpost {
    float: right;
    color: #fff;
    padding: 3px 10px;
    margin-right: 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2', GradientType=0);
    background-color: #33bdef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #057fd0;
}

.lnk-fb {
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.text-center {
    text-align: center;
    font-weight: 500;
}

.width100 {
    width: 100%;
}

/* chat */

.ui {
    margin: 20px auto;
    height: 570px;
    background-color: #fff;
    border-radius: 3px;
    flex-direction: row;
    display: flex;
    overflow: hidden;
}

menu.list-friends {
    overflow: hidden;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ui .left-menu {
    width: 29%;
    box-sizing: content-box;
    padding-right: 3px;
    height: 100%;
    background: #064A70;
}

.ui .search {
    position: relative;
}

    .ui .search input[type=text] {
        background-color: #f7f7f7;
        border-radius: 3px;
        padding: 10px;
        width: 90%;
        box-sizing: border-box;
        margin: 15px 10px;
        color: #959696;
    }

    .ui .search input {
        outline: none;
        border: none;
        background: none;
    }

        .ui .search input[type=submit] {
            font-family: 'FontAwesome';
            position: absolute;
            right: 25px;
            top: 27px;
            color: #959696;
        }

    .ui .search input {
        outline: none;
        border: none;
        background: none;
    }

.ui .list-friends {
    list-style: none;
    font-size: 13px;
    height: 88%;
}

    .ui .list-friends > li {
        display: flex;
        margin: 0 0 10px 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .ui .list-friends img {
        margin: 5px;
    }

    .ui .avatar > img,
    .ui .list-friends img {
        border-radius: 50%;
        border: 3px solid #696c75;
    }

    .ui .list-friends .info {
        flex: 1;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .ui .list-friends .user {
        color: #fff;
        margin-top: 14px;
        font-size: 13px;
        line-height: 13px;
    }

    .ui .list-friends .status {
        position: relative;
        margin-left: 14px;
        color: #a8adb3;
        margin-top: -6px;
        font-size: 11px;
    }

    .ui .list-friends .on:after {
        background: #62bf6e;
    }

    .ui .list-friends .off:after,
    .ui .list-friends .on:after {
        content: '';
        left: -12px;
        top: 11px;
        position: absolute;
        height: 7px;
        width: 7px;
        border-radius: 50%;
    }

    .ui .list-friends .off:after {
        background: #fd8064;
    }

/* chat */

.ui .chat {
    width: 70%;
    height: 100%;
    background: #f1f5f8;
    position: relative;
}

.ui .messages {
    list-style: none;
    border-left: none;
    overflow: hidden;
    outline: none;
    padding-left: 10px;
    border-right: none;
}

    .ui .messages li {
        margin: 20px 15px;
        transition: all .5s;
        position: relative;
    }

        .ui .messages li.i .head {
            text-align: right;
            top: -5px;
        }

        .ui .messages li .head {
            font-size: 13px;
        }

        .ui .messages li .time {
            color: #b7bccf;
            font-size: 10px;
        }

        .ui .messages li.i .name {
            margin-left: 25px;
        }

        .ui .messages li .name {
            font-weight: 600;
            position: relative;
        }

        .ui .messages li.i .name:after {
            left: -18px;
            top: -5px;
        }

        .ui .messages li .name:after {
            position: absolute;
            top: 0px;
            content: "\f007";
            color: #b7bccf;
            font-weight: normal;
            font-family: FontAwesome;
        }

        .ui .messages li.i .message {
            background-color: #7bc4ef;
            float: right;
        }

        .ui .messages li .message {
            margin-top: 7px;
            color: #fff;
            font-size: 12px;
            border-radius: 3px;
            padding: 2px 5px;
            line-height: 25px;
            max-width: 500px;
            word-wrap: break-word;
            position: relative;
        }

        .ui .messages li.i .message:before {
            right: 0px;
            border-bottom-color: #7bc4ef;
        }

        .ui .messages li .message:before {
            content: '';
            position: absolute;
            width: 0px;
            height: 0px;
            top: -9px;
            border-bottom: 10px solid #62bf6e;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
        }

        .ui .messages li:after {
            content: '';
            clear: both;
            display: block;
        }

        .ui .messages li.friend-with-a-SVAGina .message {
            background-color: #62bf6e;
            float: left;
        }

.ui .write-form textarea {
    height: 50px;
    margin: 17px 4%;
    width: 94%;
    outline: none;
    padding: 15px;
    border: none;
    border-radius: 3px;
    resize: none;
}

.message > a {
    color: #064A70;
}

a.thumbnail-img {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    a.thumbnail-img > img {
        width: 100px;
        height: 80px;
    }

.ui i.fa-picture-o {
    margin-left: 5%;
    color: #959696;
    padding-top: 6px;
    font-size: 20px;
}

.ui i.fa-file-o {
    margin-left: 15px;
    color: #959696;
    font-size: 20px;
}

.ui i.fa-file-video-o {
    margin-left: 15px;
    color: #959696;
    font-size: 20px;
}

.send {
    color: #fff;
    background: #7BC4EF;
    float: right;
    height: 30px;
    border-radius: 50px;
    width: 30px;
    margin-right: 5%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

i.fa.fa-paper-plane {
    text-align: center !important;
    display: block;
    line-height: 32px;
}

.ui .messages li .name-online:after {
    position: absolute;
    top: 0px;
    content: "\f007";
    color: #b7bccf;
    left: 0;
    font-weight: normal;
    font-family: FontAwesome;
}

.name-online {
    font-weight: 600;
    margin-left: 20px;
}

textarea {
    overflow: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.15;
    margin: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p.clear.time {
    float: right;
    font-size: 15px;
    font-weight: 500;
}

tr.row:hover {
    background: #B3D4FC;
}

/* Checkbox */

.container-1 {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */

    .container-1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 23px;
    left: 5px;
    background: #C5C7C7;
    height: 15px;
    width: 15px;
}

/* On mouse-over, add a grey background color */

.container-1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container-1 input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.container-1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.container-1 .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.chek {
    -webkit-flex-direction: row;
    flex-direction: row;
}

li.flex-item img {
    width: 70px;
}

.right a.buttonBlue.showVideo {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

i.fa.fa-trash {
    width: 20px;
    background: #2196F3;
    height: 20px;
    border-radius: 3px;
    padding: 3px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

td.edit-btn a {
    display: inherit;
}

i.fa.fa-upload {
    width: 20px;
    background: #c5c7c7;
    height: 20px;
    border-radius: 3px;
    padding: 3px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}


.info-video video {
    width: 90%;
}

.chat-round {
    width: 160px;
    float: right;
    margin-top: 67px;
    float: right;
}

/*====20-6-2018=====*/

.body-style {
    width: 1170px;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

.CurrentTopics .TopicFive:hover {
    color: #fff !important;
}

.info-video {
    width: 800px;
    text-align: left;
    margin: 0 auto;
    text-align: left;
}

    .info-video h3 {
        margin-top: 0px;
        text-align: left;
    }

.dabates-main-div {
    /*display: inline-block;
    width: 800px;
    position: relative;*/
}

    .dabates-main-div .rounded-main {
        display: inline-block;
        width: 22%;
        height: 344px;
        overflow: auto;
        float: right;
        background: #f1f5f8;
        margin-top: 22px;
        padding-top: 14px;
        padding-right: 8px;
        padding-left: 9px;
    }

    .dabates-main-div .chat-round {
        text-align: center;
        margin: 0 auto;
        margin-right: 12px;
    }

    .dabates-main-div .width100 {
        width: 100%;
        display: inline-block;
    }

    .dabates-main-div .btn.btn-send {
        background: transparent;
        box-shadow: none;
        background-image: none;
        border: none;
        outline: none;
    }

        .dabates-main-div .btn.btn-send:active span,
        .dabates-main-div .btn.btn-send:focus span {
            border: 1px solid #0587d4;
        }

        .dabates-main-div .btn.btn-send i.fa.fa-video-camera {
            padding: 9px;
            font-size: 13px;
        }

    .dabates-main-div .write-form {
        display: inline-block;
        width: 46.5%;
        background: #fff;
        margin: 0;
        position: absolute;
        left: 8px;
        top: 27px;
        border-top-left-radius: 22px;
    }

        .dabates-main-div .write-form textarea {
            height: 50px;
            margin: 0px;
            width: 82%;
            outline: none;
            padding: 15px;
            border: none;
            border-radius: 3px;
            resize: none;
            float: left;
            border-top-left-radius: 29px;
        }

    .dabates-main-div .tools.conv-button {
        display: inline-block;
        float: left;
        padding-top: 9px;
        text-align: right;
        margin: 0 auto;
        padding-left: 9px;
    }

    .dabates-main-div .ui .messages {
        height: 300px;
        overflow-y: visible;
        margin-top: 60px;
    }

    .dabates-main-div .ui .chat,
    .dabates-main-div .ui .left-menu {
        height: 100%;
    }

.online-heading {
    color: #fff;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 20px;
    font-weight: normal;
}

.dabates-main-div .ui .list-friends .info {
    text-align: left;
}

.online-heading i.fa.fa-users {
    font-size: 20px;
}

.dabates-main-div .ui .list-friends {
    height: 75%;
    overflow-y: visible;
}

.dabates-main-div .ui {
    height: 360px;
}

.dabates-main-div .debates-heading {
    display: inline-block;
    width: 87%;
    background: #064a70;
    color: #fff;
    font-weight: normal !important;
    padding: 20px;
}

    .dabates-main-div .debates-heading h3 {
        font-weight: normal;
    }

.dabates-main-div .show {
    display: inline-block;
}


.conver-page#videos-container {
    height: auto !important;
    background: none !important;
}

.setup {
    font-size: 17px !important;
    height: 44px !important;
    width: 130px;
    margin: 0 auto;
    top: 50%;
    border: 1px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0px -1px 0px #5b6178;
    border-radius: 6px !important;
    border: 1px solid #057fd0;
    background-color: #33bdef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    margin: 0 0 20px 0;
}

#videos-container {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}

    #videos-container video {
        width: 100% !important;
        height: 100% !important;
        display: block;
        position: absolute;
        object-fit: cover;
    }

.setup:hover {
    background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
    background: linear-gradient(to bottom left, #0b5675, white);
}

.timer-styling {
    color: #fff;
}

.cust-sty.mail-tag {
    display: inline-block;
    width: 100%;
}

    .cust-sty.mail-tag .mail-lbl {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .cust-sty.mail-tag input#cphBody_TxtTags {
        width: 100%;
    }

.debates-right-pannel .CurrentTopics.sm-vdo-icon .TopicFive .image-div-sty {
    border-radius: 50%;
    overflow: hidden;
    height: 166px;
    width: 68%;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .debates-right-pannel .CurrentTopics.sm-vdo-icon .TopicFive .image-div-sty img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .debates-right-pannel .CurrentTopics.sm-vdo-icon .TopicFive .image-div-sty .user-status-info {
        background: #000;
        width: 100%;
        height: 100%;
        color: #fff;
        display: table;
        font-size: 21px;
        font-weight: normal;
    }

        .debates-right-pannel .CurrentTopics.sm-vdo-icon .TopicFive .image-div-sty .user-status-info span {
            display: table-cell;
            vertical-align: middle;
            font-size: 15px;
        }
/*
    .dabates-main-div .CurrentTopics .TopicFive:hover .image-div-sty img,
    .dabates-main-div .CurrentTopics .TopicFive:hover .image-div-sty .user-status-info{
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        border-radius: 50%;
        height: 230px;
        width: 100%;
    }
*/

.debates-right-pannel .CurrentTopics .TopicFive:hover .image-div-sty {
    box-shadow: 0px 0px 5px 3px #ff0505;
}

.dabates-main-div .CurrentTopics .TopicFive {
    width: 22%;
    margin: 0px 10px;
}

.dabates-main-div .CurrentTopics .TopicFive {
    color: #4a4a4a;
    font-size: 13px;
    margin-bottom: 0px;
}

.CurrentTopics.sm-vdo-icon.user-section .TopicFive {
    min-height: 236px;
    padding-top: 20px;
    border: 1px solid #f5f8fa;
}

.dabates-main-div .CurrentTopics .TopicFive:hover {
    background: transparent !important;
    color: #4a4a4a !important;
}



.dabates-main-div .ui .chat {
    height: 100% !important;
    border-radius: 30px 0px 0px 30px;
    border: 1px solid #dae7f1;
}

.topic-sec-sty.CurrentTopics .TopicThree {
    width: 31.5%;
    background: #dddee2;
    margin: 7px
}

    .topic-sec-sty.CurrentTopics .TopicThree img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .topic-sec-sty.CurrentTopics .TopicThree .img-div {
        width: 220px;
        height: 220px;
        margin: 0 auto;
        text-align: center;
        padding: 13px;
    }

    .topic-sec-sty.CurrentTopics .TopicThree .text-div {
        background: #e8e9ed;
        padding: 10px 4px;
        font-size: 14px;
        color: #6b6a6a;
    }

.table.active-debates-sty .header {
    height: 40px;
}

.table.active-debates-sty tbody tr th:first-child {
    text-align: left;
    padding-left: 12px;
}

.table.active-debates-sty table {
    border: 1px solid #e6e6e6;
    margin-top: .5em;
    box-shadow: 0px 1px 7px #e0eaee;
}

.tb-sty li:last-child {
    padding-top: 15px !important;
}

.paging {
}

    .paging a {
        background-color: #00C157;
        padding: 5px 7px;
        text-decoration: none;
        border: 1px solid #00C157;
    }

        .paging a:hover {
            background-color: #E1FFEF;
            color: #00C157;
            border: 1px solid #00C157;
        }

    .paging span {
        background-color: #E1FFEF;
        padding: 5px 7px;
        color: #00C157;
        border: 1px solid #00C157;
    }

tr.paging {
    background: none !important;
}

    tr.paging tr {
        background: none !important;
    }

    tr.paging td {
        border: none;
    }

#secActiveuser {
    animation: blinkingText 0.9s infinite;
    -webkit-animation: blinkingText 0.9s infinite;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: transparent;
    }

    50% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}

.loader img {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 3%;
    top: 45%;
}

.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #272121bf;
    display: none;
}

/*====18-7-2018====*/

.notification-divs {
    display: inline-block;
    position: fixed;
    bottom: 16px;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25%;
}

@media(max-width:992px) {
    .notification-divs {
        width: 40%;
    }
}

.noti-div {
    width: auto;
    height: auto;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    padding: 3px 0px;
    background-color: red;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
    0% {
        background-color: red;
    }

    25% {
        background-color: red;
    }

    50% {
        background-color: green;
    }

    100% {
        background-color: green;
    }
}

/* Standard syntax */

@keyframes example {
    0% {
        background-color: red;
    }

    25% {
        background-color: red;
    }

    50% {
        background-color: green;
    }

    100% {
        background-color: green;
    }
}

.noti-div .text-div {
    padding: 0px 12px;
    font-size: 20px;
    color: red;
    -webkit-animation-name: example-1;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    animation-name: example-1;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes example-1 {
    0% {
        color: lightblue;
    }

    25% {
        color: black;
    }

    50% {
        color: white;
    }

    100% {
        color: yellow;
    }
}

/* Standard syntax */

@keyframes example-1 {
    0% {
        color: lightblue;
    }

    25% {
        color: black;
    }

    50% {
        color: white;
    }

    100% {
        color: yellow;
    }
}

.noti-div a {
    text-decoration: none;
    color: #fff;
}

.noti-div .main-text {
    color: #fff;
    -webkit-animation-name: example-2;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    animation-name: example-2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes example-2 {
    0% {
        color: #fff;
    }

    25% {
        color: transparent;
    }

    50% {
        color: #fff;
    }

    100% {
        color: transparent;
    }
}

/* Standard syntax */

@keyframes example-2 {
    0% {
        color: #fff;
    }

    25% {
        color: transparent;
    }

    50% {
        color: #fff;
    }

    100% {
        color: transparent;
    }
}

.noti-comp {
    background: green;
    border-radius: 5px;
    padding: 4px 0px;
}

    .noti-comp h1 {
        border-radius: 5px;
        color: #fff;
        font-size: 17px;
    }


#scroll-1 ::-webkit-scrollbar {
    width: 10px;
}

#scroll-1 ::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

#scroll-1 ::-webkit-scrollbar-thumb {
    background: #afdaf9;
    border-radius: 10px;
}

    #scroll-1 ::-webkit-scrollbar-thumb:hover {
        background: #064A70;
    }

@media(max-width:992px) {
    .notification-divs {
        width: 40%;
    }
}
/*==video-sections==*/
.media-container.other-videos {
    width: 32% !important;
    display: inline-block;
    height: 111px !important;
    position: relative;
    margin: 2px;
}

    .media-container.other-videos .media-controls {
        margin-left: 0;
        opacity: 1;
        margin-top: 12px;
        right: 21px;
    }

    .media-container.other-videos .control {
        width: 15px;
        height: 15px;
        background-size: cover;
        display: none;
    }

#videos-container .media-container.other-videos video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.media-container {
    width: 100% !important;
    position: relative;
    height: 100%;
}

    .media-container.other-videos .media-box {
        margin: 0px !important;
        border: none !important;
        height: auto !important;
    }
/*==3-8-18==*/
.dabates-main-div {
    display: inline-block;
    width: 600px;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 15px;
    border: 1px solid #e4e0e0;
}

.debates-right-pannel {
    display: inline-block;
    width: 200px;
    float: left;
    border: 1px solid #e4e0e0;
    margin: 0px 15px;
    background: #f1f5f8;
    height: 690px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .debates-right-pannel .CurrentTopics .TopicFive {
        text-align: center;
        width: 100%;
        float: none;
        color: gray;
    }

.debates-main-pannel {
    display: inline-block;
    padding-top: 0px;
}

.video-sec-main {
    display: inline-block;
    padding: 20px 0px 8px;
    width: 100%;
}

.dabates-main-div .divider {
    width: 100% !important;
}

.dabates-main-div .body {
    width: 100% !important;
    padding-top: 0px;
}

.dabates-main-div .app .infoFour {
    width: 115px;
}

    .dabates-main-div .app .infoFour h2 {
        font-size: 13px;
    }

    .dabates-main-div .app .infoFour span {
        font-size: 12px;
    }

.dabates-main-div .chat-round {
    width: 100% !important;
}

.dabates-main-div .ui .left-menu {
    width: 36% !important;
}

.dabates-main-div .left-menu h2 {
    border-bottom: 1px solid #005b8e;
    margin-bottom: 15px;
}

.dabates-main-div .online-heading i.fa.fa-users {
    padding-right: 5px;
}

.dabates-main-div .ui .list-friends > li {
    margin: 0 0 10px 2px;
}

.dabates-main-div .app .infoThree, .dabates-main-div .app .infoFour {
    background-color: #f1f5f8;
}

.debates-right-pannel .user-section a {
    text-decoration: none !important;
}

.media-box {
    margin: 0px !important;
    height: 300px;
}

.chat-main-pannel {
    position: relative;
}
