﻿.general *, div.body .general * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.general {
    margin-bottom: 20px;
    padding: 15px 15px 0;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px;
    font-family: 'Open Sans', Arial, sans-serif;
}

    .general.widgetmodule {
        padding: 0;
        background: none;
        border: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .general ul.elements, 
    .general ul.lc_categories {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .general .control {
        text-align: right;
        background-color: #eee;
    }

        .general .control a, .general .icon-hide {
            margin: 5px;
        }

    .general ul.elements li,
    .general ul.lc_categories li {
        background-color: #000000;
        margin: 0 15px 15px 0;
        position: relative;
        list-style-type: none;
        display: inline-block;
    }

    .general .sort {
        margin-left: -16px;
        margin-right: -16px;
        margin-top: -16px;
        margin-bottom: 15px;
        padding: 7px;
        background-color: #fbfbfb;
        background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
        background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
        background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
        border: 1px solid #ddd;
        -webkit-box-shadow: inset 0 1px 0 #ffffff;
        -moz-box-shadow: inset 0 1px 0 #ffffff;
        box-shadow: inset 0 1px 0 #ffffff;
        text-align: right;
    }

        .general .sort a {
            margin-left: 5px;
        }

    .general .pager {
        border-radius: 4px;
        display: inline-block;
        margin: 20px 0;
        padding-left: 0;
    }

    .general .paging > div {
        text-align: center;
    }

    .general .pager a, .general .pager > span {
        background-color: #fff;
        border: 1px solid #ddd;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
        border-radius: 4px;
        color: #999999 !important;
        margin-right: 5px;
    }

    .general .pager .general, .general .pager span.CurrentPage, .general .pager span.CurrentPageSelected {
        background: none repeat scroll 0 0 #d13a7a !important;
        border-color: #e73737 !important;
        margin-right: 5px;
    }

    .general .pager a:hover {
        color: white !important;
        background: none repeat scroll 0 0 #d13a7a !important;
        border-color: #e73737 !important;
    }

    .general .CurrentPage > strong, .general .CurrentPageSelected > strong {
        color: #fff;
    }

    .general .clear_both {
        clear: both;
    }

    .general .thumb-holder {
        cursor: pointer;
        z-index: 3;
        overflow: hidden;
    }

    .general .thumb-image {
        background-color: #FFFFFF;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .general #thumb-image-hover {
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .general .background {
        opacity: 0.6;
        background-color: #0C0C0C;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .general li .thumb-tag {
        clear: both;
        float: left;
        margin-top: 9px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .general li .thumb-tag p {
            color: #3F3F3F;
            float: left;
            font-size: 14px;
            font-family: sans-serif;
            font-weight: normal;
            line-height: 120%;
            margin-top: 8px;
            position: relative;
            text-align: center;
            width: 100%;
        }

        .general li .thumb-tag a {
            color: #fff;
            font-weight: bold;
        }

    .general .control {
        text-align: right;
    }

        .general .control a {
            margin: 5px;
            display: inline-block;
            text-decoration: none;
            color: black;
        }

    .general .lc_breadcrumb {
        float: left;
        margin-top: 3px;
    }

        .general .lc_breadcrumb a {
            color: #d13a7a;
            text-shadow: 0 1px 0 #ffffff;
            text-decoration: none;
        }

    .general .blog-post > img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .general .element-wrapper {
        position: relative;
        margin-top: 1px;
        min-height: 65px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

    .general .meta {
        position: absolute;
        top: 0;
        float: left;
        left: 0;
    }

    .general .rating {
        float: left;
    }

    .general .post-content {
        padding-left: 65px;
    }

    .general .meta .date {
        color: #FFF;
        text-align: center;
        background: #2f2f2f;
        padding: 3px;
    }

        .general .meta .date span {
            display: block;
        }

    .general .date .day {
        font-size: 17px;
        font-weight: bold;
        color: White;
        line-height: normal;
    }

    .general .date .month {
        font-size: 10px;
        color: White;
        text-transform: uppercase;
        margin-top: -5px;
    }

    .general .blog-type .year {
        color: White;
    }

    .general .blog-type {
        text-align: center;
        background: #d13a7a;
        width: 48px;
        color: #FFF;
        height: 21px;
    }

        .general .blog-type i {
            font-size: 21px;
            line-height: 48px;
        }

    .general .genaral-caption {
        clear: both;
        padding-top: 10px;
        font-size: 14px;
        color: #777777;
        line-height: 22px;
    }

    .general .social_network {
        float: right;
        padding-top: 11px;
    }

    .general .post-title h3 {
        font-family: "Open Sans",sans-serif;
        font-size: 35px;
        font-weight: 300;
        line-height: 36px;
        margin-bottom: 3px;
        padding-right: 110px;
        font-weight: bold;
        overflow: hidden;
        max-height: 38px;
        text-transform: uppercase;
    }

    .general .tags span {
        margin-right: 10px;
        display: inline-block;
        margin-top: 2px;
        color: #BBBBBB;
    }

        .general .tags span i {
            margin-right: 8px;
            color: #ddd;
        }

        .general .tags span a {
            color: #BBBBBB;
            font-family: "Open Sans",sans-serif;
            transition: color 0.1s linear 0s;
            text-transform: capitalize;
        }

            .general .tags span a:hover {
                color: #2f2f2f;
            }

    .general .post-content p {
        margin-bottom: 20px;
        font-family: "Open Sans",sans-serif;
    }

    .general .comment-wrapper {
        background: none repeat scroll 0 0 #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .general label.newheading, .general label.replyheading, .general .CommentData h3 {
        font-size: 20px;
        margin: 0;
        padding: 0;
        font-weight: normal;
        color: #373737;
        text-transform: uppercase;
        font-family: "Open Sans",sans-serif;
        font-weight: bold;
    }

    .general label.newheading, .general label.replyheading {
        display: inline-block;
    }

    .general .CommentData h3 {
        letter-spacing: normal;
        margin: 40px 0;
    }

    .general textarea, .general .Preview {
        width: 100% !important;
    }

    .general input[type="text"], 
    .general textarea, .general .Preview {
        background-color: #ffffff;
        border: 1px solid #EEEEEE;
        color: #757575;
        font-family: Arial,​Helvetica,​sans-serif;
        font-size: 13px !important;
        margin-bottom: 15px !important;
        padding: 10px !important;
        box-shadow: none;
    }

    .general input[type="text"]:active, .general input[type="text"]:focus, .general textarea:active, .general textarea:focus {
            background-color: #fff;
        }

    .general span label {
        margin-left: 5px;
    }

    .general .mbutton, .general .reply {
        background-color: #204a87;
        transition: all 0.2s linear 0s;
        padding: 4px 8px;
        font-size: 14px;
        color: #FFFFFF;
        display: inline-block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-family: sans-serif;
        text-decoration: none;
    }

        .general .mbutton:hover, .general .reply:hover {
            background: #d13a7a;
            color: #FFFFFF;
        }

    .general .CommentData {
        margin-top: 20px;
    }

        .general .CommentForm .mbutton, .general .CommentData .mbutton {
            margin-bottom: 5px;
        }

        .general .CommentData .comment {
            margin-bottom: 30px;
        }

    .general .avatar {
        float: left;
        margin-right: 20px;
        margin-top: 6px;
        margin-left: 5px;
    }

        .general .avatar img {
            border-radius: 100%;
            box-shadow: 0 0 0 5px #FFFFFF, 0 0 1px 6px #888888, 0 0 0 6px #FFFFFF;
            width: 45px;
        }

    .general .comment-text {
        background: #F4F4F4;
        border-bottom: 1px solid #DDDDDD;
        margin-left: 65px;
        padding: 15px;
        position: relative;
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 14px;
        color: #777777;
    }

    .general .comment-by {
        color: #d13a7a;
        font-size: 13px;
        font-style: normal;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
    }

    .general .comment-text .date {
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .general .CommentData p {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .general .CommentData .reply {
        font-size: 9px;
        padding: 2px 6px;
        position: absolute;
        right: 10px;
        text-transform: uppercase;
        top: 10px;
    }

    .general .CommentData .com {
        margin-left: 60px;
    }

    .general .mwidget h4 {
        background-color: #d13a7a;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-family: "Open Sans",sans-serif;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: normal;
        margin: -16px -16px 15px;
        padding: 5px 10px 10px 15px;
        text-transform: uppercase;
    }

    .general .mwidget .latest-blog-posts {
        padding: 15px 0;
    }

        .general .mwidget .latest-blog-posts + .latest-blog-posts {
            border-top: 1px dashed #dcdcdc;
        }

        .general .mwidget .latest-blog-posts:last-child, .general .mwidget .comment-text:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .general .mwidget .latest-blog-posts img {
            float: left;
            border: 2px solid #ffffff;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
            margin-right: 15px;
            margin-top: -2px;
            max-width: 70px;
            height: 70px;
        }

        .general .mwidget .latest-blog-posts h5 {
            color: #666666;
            font-family: "Open Sans",sans-serif;
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .general .mwidget .latest-blog-posts span {
            color: #888;
            font-size: 12px;
            font-style: italic;
            max-height: 85px;
            overflow: hidden;
            display: block;
        }

    .general .mwidget.tags ul {
        margin: 0;
        padding: 0;
    }

        .general .mwidget.tags ul li {
            display: inline-block;
        }

    .general .mwidget.tags li a {
        background: #fff;
        color: #777;
        display: inline-block;
        font-size: 9px;
        margin-bottom: 3px;
        margin-right: 3px;
        padding: 5px 12px;
        text-transform: uppercase;
        transition: background-color 0.2s linear 0s;
        border: 1px solid #c7c7c7;
        font-weight: bold;
        text-decoration: none;
    }

        .general .mwidget.tags li a:hover {
            background: #d13a7a;
            color: #fff;
        }

    /*==================== Search =================*/
    .general .mwidget.search .msearch-toolbar {
        position: relative;
    }

    .general .mwidget.search .textbox {
        border-color: #DEDEDE;
        color: #888888;
        font-family: inherit;
        font-size: inherit;
        height: 40px;
        width: 100%;
        border-radius: 0;
        margin-top: 5px;
        margin-bottom: 5px!important;
        padding-right: 35px!important;
    }

        .general .mwidget.search .textbox:focus {
            border-bottom-color: #DEDEDE;
        }

    .general .mwidget.search .search-button {
        background: url("Images/search.png") no-repeat scroll 0 0 transparent;
        border: medium none !important;
        height: 19px;
        position: absolute;
        right: 10px;
        text-indent: -999px;
        top: 15px;
        width: 19px;
    }

    .general .social_network_rating {
        min-height: 40px;
        position: relative;
    }

    .general.widgetmodule > div {
        background: none repeat scroll 0 0 #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin: 0 0 15px;
        padding: 15px;
        border: 1px solid #ddd;
        clear:both;
        width:100%;
    }

    .general .post-block.post-comments {
        border: medium none;
        margin-top: 0;
        padding: 0;
    }

    .general .mwidget .comments > li {
        padding: 0;
    }

    .general .normalCheckBox.Notification > label, .general .normalRadioButton label {
        display: inline-block;
    }

    .general .normalCheckBox.Notification > input, .general .normalRadioButton input {
        margin: 0;
    }


.general .msearch-result .close-button {
    background: url("Images/close.png") transparent no-repeat;
    border: none !important;
    text-indent: -999px;
    width: 30px;
    height: 32px;
    position: relative;
    float: right;
    top: -28px;
    right: -22px;
    min-width: 30px;
    box-shadow: none;
}

.general .msearch-result h3 {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.general .moverlay {
    background-color: black;
    display: none;
    opacity: 0.8;
    width: 100%;
    z-index: 1001;
}


.general .mlightbox .close-button {
    right: -12px;
    top: -14px;
}

.general .msearch-result h3 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-bottom: none;
}

.general .msearch-result .ms-result .result {
    border-bottom: 1px solid #cccccc;
}

.general .lnktitle {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.general .desc {
    font-size: 11px;
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.general .msearch-result {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 12px;
}

    .general .msearch-result h3 {
        position: static;
        font-family: Arial,​Helvetica,​sans-serif;
    }

.general .videoWrapper #jp_poster_0 {
    position: relative;
}

.general .categories ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .general .categories ul li {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

    .general .categories ul > li a {
        background-image: url("Images/list-primary.png");
        background-position: 9px 16px;
        background-repeat: no-repeat;
        border-bottom: 1px solid #ededde;
        padding: 8px 20px;
        transition: all 0.3s ease 0s;
        color: #666;
        font-size: 0.9em;
        display: block;
        position: relative;
    }

        .general .categories ul > li a:hover, .general .categories ul > li a:focus {
            background-color: #eee;
            text-decoration: none;
        }

.general .paging .pageselected {
    background: none repeat scroll 0 0 #d13a7a !important;
    border-color: #e73737 !important;
    margin-right: 5px;
}


.general .paging .pageselected, .general .paging .page {
    border: 1px solid #ddd;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    margin-right: 5px;
    color: #ffffff !important;
}

    .general .pager a:hover, .general .paging .page:hover {
        background-color: #eee;
        border-color: #ddd;
        color: #2a6496;
    }

.general .paging {
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 479px) {
    .general .sort .mbutton {
        width: 200px;
    }

    .general .CommentData .reply {
        position: static;
    }
}

.general .tags {
    margin-bottom: 5px;
    float: left;
}

.general .element-content {
    width: 100% !important;
}


/*==================== Search =================*/

.general-search .mlightbox {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    max-height: 50%;
    padding: 16px;
    border: 4px solid #CCC;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    border: 4px solid #ccc;
    padding: 16px;
}

.general-search .msearch-result .close-button {
    background: url("Images/close.png") no-repeat;
    border: none !important;
    text-indent: -999px;
    width: 30px;
    height: 32px;
    position: relative;
    float: right;
    right: -12px;
    top: -14px;
    min-width: 30px;
    box-shadow: none;
}

.general-search .msearch-result h3 {
    position: static;
    font-family: Arial,​Helvetica,​sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-bottom: none;
    text-decoration: none;
    color: #000000;
}

.general-search .moverlay {
    background-color: black;
    display: none;
    opacity: 0.8;
    width: 100%;
    z-index: 1001;
}

.general-search .msearch-result h3 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-bottom: none;
}

.general-search .msearch-result .ms-result .result {
    border-bottom: 1px solid #cccccc;
}

.general-search .lnktitle {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.general-search .paging .page, .general-search .paging .pageselected {
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin-right: 3px;
    padding: 6px;
    border-radius: 5px;
}

.general-search .paging .pageselected {
    background-color: #204a87;
    background-image: linear-gradient(to bottom, #204a87, #204a87);
    color: #fff;
}

.general-search .paging .page {
    background-color: #fff;
}

    .general-search .paging .page a {
        color: #666666;
    }

.general-search .paging {
    text-align: center;
    padding: 10px;
}

.general-search .msearch-result {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 12px;
}

/*=====================================*/

.general .element-content {
    width: 100% !important;
}

.general .videoWrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.general .sort a.fa {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #d13a7a;
    border: 1px solid #e73737;
    color: white;
    padding: 5px;
    text-decoration: none;
    width: 25px;
    text-align: center;
}

.general .sort a.fa-plus {
    color: #d13a7a;
    background-color: white;
    border-color: #d13a7a;
}

.general .sort a.fa-plus:hover {
    color: white;
    background-color: #d13a7a;
    border-color: #e73737;
}

.general .comment-login {
    text-align: right;
    font-style: italic;
    color: Gray;
}

.general .elements object {
    max-width: 100%;
}

.general .elements img{
    max-width: 100%;
}

.general a.post-download {
    float: right;
    font-weight: bold;
    color: #999;
}

.general a.post-download[href=''], 
.live-content-overlay-general a.lc-download[href=''] {
    display: none;
}

.live-content-overlay-general a.lc-download:before {
    border-left: 1px solid #999;
    content: '';
    padding-left: 5px;
}

.general .mwidget.search {
    width: auto;
    height: auto;
    float: none;
}