/*@font-face {
    font-family: 'JF Flat regular';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/JF-Flat-regular.eot);
    src: url(fonts/JF-Flat-regular.eot?#iefix) format('embedded-opentype'), url(fonts/JF-Flat-regular.woff) format('woff'), url(fonts/JF-Flat-regular.ttf) format('truetype');
}*/
@font-face {
    font-family: "DroidArabicKufiBold";
    src: url("Fonts/DroidArabicKufiBold.eot");
    src: url("Fonts/DroidArabicKufiBold.eot?#iefix") format('embedded-opentype'), url("Fonts/DroidArabicKufiBold.woff") format("woff"), url("Fonts/DroidArabicKufiBold.ttf") format("truetype"), url("Fonts/DroidArabicKufiBold.svg#DroidArabicKufiBold") format("svg");
}

html {
    direction: rtl;
}

body {
    /*font-family: 'JF Flat regular';*/
    font-weight: lighter;
    font-size: 11pt;
    font-family: "DroidArabicKufiBold","Arial";
    background-image: url(images/clipdealer_A55517401_preview.jpg);
    background-repeat: repeat-x;
    background-size: auto 500px;
    /*   background: -webkit-gradient(linear, left top, left bottom, from(#4D1A06), to(#F9F8F6));
    background: linear-gradient(to bottom, #4D1A06 0%, #F9F8F6 75%);
     */
}

a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
    }

.container {
    width: 1000px
}

header .bg-header {
    background: url(images/Header3010_2.jpg) right no-repeat;
    height: 295px;
    background-size: cover;
}

header .menu .navbar {
    border: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #83716d;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#83716d), to(#665855));
    background: linear-gradient(to bottom, #83716d 0%, #665855 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83716d', endColorstr='#665855', GradientType=0);
    /* IE6-9 */
    width: 100%
}

header .menu .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding: 0
}

.navbar {
    min-height: 43px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-shadow: none;
    line-height: 23px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-default .navbar-nav > li {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav > li > a {
    padding: 10px 24.4px;
}

.navbar-nav > li {
    border-left: 1px solid #514644;
}

    .navbar-nav > li:last-child {
        border-left: 0
    }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: #bb4e35;
    color: #FFF;
}


/* ------SLIDER------ */

#master-slide {
    background-color: #FFF;
    margin-top: 10px;
}

    #master-slide .nav {
        width: 32%;
        float: right;
    }

        #master-slide .nav li {
            color: #FFF;
            background: #83716d;
            /* Old browsers */
            /* FF3.6-15 */
            /* Chrome10-25,Safari5.1-6 */
            background: -webkit-gradient(linear, left top, left bottom, from(#83716d), to(#665855));
            background: linear-gradient(to bottom, #83716d 0%, #665855 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83716d', endColorstr='#665855', GradientType=0);
            /* IE6-9 */
            cursor: pointer;
            min-height: 68px;
            position: relative;
            border-bottom: 2px solid #FFFFFF;
        }

            #master-slide .nav li.active {
                background: #c85a40;
                /* Old browsers */
                /* FF3.6-15 */
                /* Chrome10-25,Safari5.1-6 */
                background: -webkit-gradient(linear, left top, left bottom, from(#c85a40), to(#b85038));
                background: linear-gradient(to bottom, #c85a40 0%, #b85038 100%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c85a40', endColorstr='#b85038', GradientType=0);
                /* IE6-9 */
            }

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #c1553d;
    position: absolute;
    left: -10px;
    z-index: 1;
    top: 37%;
    opacity: 0;
}

#master-slide .nav li.active .arrow-left {
    opacity: 1
}

#master-slide .nav li.active a {
    color: #FFF
}

    #master-slide .nav li.active a:hover {
        background: #c85a40;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(#c85a40), to(#b85038));
        background: linear-gradient(to bottom, #c85a40 0%, #b85038 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c85a40', endColorstr='#b85038', GradientType=0);
        /* IE6-9 */
    }

        #master-slide .nav li.active a:hover .arrow-left {
            opacity: 1
        }

#master-slide .nav li a {
    display: block;
    font-size: 17px;
    overflow: hidden;
    min-height: 66px;
    color: #FFF;
}

#master-slide .nav .thumb {
    float: right;
    margin-left: 10px;
}

#master-slide .nav .title {
    overflow: hidden;
}

#master-slide .caption {
    float: left;
    width: 68%;
    position: relative;
    overflow: hidden;
    min-height: 340px;
}

    #master-slide .caption li img {
        width: 100%;
        max-height: 340px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    #master-slide .caption li {
        position: absolute;
        list-style-type: none;
        top: 0px;
        right: 0;
        left: 0px;
    }

        #master-slide .caption li .caption a {
            color: #ffffff;
            font-size: 17px;
        }

        #master-slide .caption li .caption p {
            font-size: 12px;
            color: #bdbdbd;
            line-height: 1.9;
            margin-top: 7px;
        }

        #master-slide .caption li .caption {
            width: 100%;
            position: absolute;
            bottom: 0;
            min-height: 105px;
            color: #FFF;
            background-color: rgba(0, 0, 0, 0.64);
            padding: 10px;
        }

.site-body {
    margin: 10px 0 0;
    background: #FFF;
}


/* ---- block ---- */

.min-block {
    position: relative;
    height: 37px;
    background: #cbae7b;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#cbae7b), to(#b0835c));
    background: linear-gradient(to bottom, #cbae7b 0%, #b0835c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbae7b', endColorstr='#b0835c', GradientType=0);
    /* IE6-9 */
}

    .min-block .hed-block {
        background: url(images/hed-block.png) right no-repeat;
        height: 37px;
    }

    .min-block h2 {
        font-size: 17px;
        color: #FFF;
        margin: 0;
        padding: 7px;
        position: absolute;
        z-index: 1111;
        top: 1px;
        text-shadow: 1px 1px 1px #4A4A4A;
    }

    .min-block .control {
        position: absolute;
        top: 2px;
        left: 15px;
        font-size: 23px;
        color: #FFF;
    }

        .min-block .control #prev,
        .min-block .control #next {
            display: inline-block;
            background: #a17347;
            width: 25px;
            height: 25px;
            cursor: pointer;
            text-align: center;
            border-radius: 4px;
        }


/* ---- Videos ---- */

.videos {
    padding: 20px;
}

    .videos h2 .control {
        position: absolute;
        top: 4px;
        left: 10px;
        font-size: 21px;
    }

    .videos .slide-video {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .videos .slide-video .title {
            color: #404040;
            font-size: 14px;
            padding: 5px;
        }

        .videos .slide-video .icon {
            position: absolute;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            border: 3px solid #FFF;
            min-width: 41px;
            right: 65px;
            top: 52px;
            min-height: 40px;
            line-height: 2.5;
            background-color: rgba(0, 0, 0, 0.43);
        }

            .videos .slide-video .icon i {
                position: relative;
                right: -3px;
                top: 1px;
            }

        .videos .slide-video .item {
            position: relative;
            right: 5px;
        }

            .videos .slide-video .item:hover .title {
                color: #B95139;
            }


/* ---- block ---- */

.block .body-block {
    margin-bottom: 35px;
    padding: 25px 0;
}

    .block .body-block .master-block {
        width: 365px;
        padding-left: 20px;
        float: right;
    }

        .block .body-block .master-block .title {
            margin: 15px 0 15px 0
        }

            .block .body-block .master-block .title a {
                font-size: 18px;
                color: #444343;
            }

                .block .body-block .master-block .title a:hover,
                .block .body-block .sup-block ul li .caption a:hover {
                    color: #BB4E35;
                }

            .block .body-block .master-block .title span.border-right {
                border-right: 4px solid #bb4e35;
                margin-left: 10px
            }

        .block .body-block .master-block p {
            color: #6e6e6e;
            font-size: 14px;
            border-bottom: 1px solid #e5e7e6;
            padding-bottom: 10px;
        }

    .block .body-block .sup-block {
        overflow: hidden;
        border-bottom: 2px solid #e5e7e6;
    }

        .block .body-block .sup-block ul li {
            margin-bottom: 32px;
        }

            .block .body-block .sup-block ul li:last-child {
                margin-bottom: 0;
            }

            .block .body-block .sup-block ul li .tump {
                float: right;
                margin-left: 10px;
            }

            .block .body-block .sup-block ul li .caption {
                overflow: hidden;
            }

                .block .body-block .sup-block ul li .caption a {
                    color: #515151;
                }

    .block .body-block a.more {
        padding: 6px 25px;
        margin-bottom: 7px;
        color: #FFF;
        display: block;
        border-radius: 5px;
        background-color: #bb4e35;
    }

        .block .body-block a.more:hover {
            color: #FFF !important;
            background-color: #bb9569 !important;
        }


/***** ******/

.block-l .head {
    background-color: #ededed;
    border-bottom: 2px solid #665855
}

    .block-l .head ul {
        margin: 0
    }

        .block-l .head ul li {
            padding: 5px 9px;
            margin-left: 1px;
        }

            .block-l .head ul li.active,
            .block-l .head ul li.active a {
                color: #FFF;
                background: #83716d;
                background: -webkit-gradient(linear, left top, left bottom, from(#83716d), to(#665855));
                background: linear-gradient(to bottom, #83716d 0%, #665855 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83716d', endColorstr='#665855', GradientType=0);
            }

            .block-l .head ul li a {
                color: #616161;
                font-size: 13px
            }

.block-l .body-b {
    border: 1px solid #e7e7e7;
    margin-bottom: 20px
}

    .block-l .body-b ul li {
        padding: 5px 10px;
        line-height: 22px;
        color: #00a2e0;
        border-bottom: 1px solid #e7e7e7
    }

        .block-l .body-b ul li:last-child {
            border-bottom: 0
        }

        .block-l .body-b ul li a {
            color: #4c4c4c
        }

    .block-l .body-b .more {
        background-color: #BB4E35;
        color: #FFF;
        display: block;
        padding: 10px;
        text-align: center;
    }

        .block-l .body-b .more:hover {
            color: #F9D2D2 !important;
            background-color: #8F7C75 !important;
        }


/***************/

.block-l-2 {
    margin-bottom: 20px;
}

    .block-l-2 .icon-tw {
        background: url(images/icon-twitter.png) right no-repeat;
        height: 37px;
        min-width: 31px;
        float: right;
    }

    .block-l-2 .icon-fa {
        background: url(images/icon-fa.png) right no-repeat;
        height: 37px;
        min-width: 31px;
        float: right;
    }

    .block-l-2 .head {
        background: url(images/hed-block-l.png) no-repeat;
        height: 37px;
        background-size: cover;
        color: #fff;
        padding: 4px 15px;
        font-size: 17px;
        margin-right: 35px;
    }

    .block-l-2 .head-1 {
        background: url(images/hed-block-l.png) no-repeat;
        height: 37px;
        background-size: cover;
        color: #fff;
        padding: 4px 15px;
        font-size: 17px;
    }

    .block-l-2 .body-b {
        padding: 5px;
        background-color: #ededed;
    }

        .block-l-2 .body-b ul li {
            height: 110px;
            vertical-align: middle;
            padding-right: 0;
            margin-top: 10px
        }

    .block-l-2 .body-b-border {
        border: 1px solid #ededed;
        padding: 5px
    }

        .block-l-2 .body-b-border span.title {
            font-size: 15px;
            color: #3f3f3f;
            margin: 0 15px;
            width: 65px;
            display: inline-block;
        }

        .block-l-2 .body-b-border span.like {
            display: inline-block;
            width: 38px;
            height: 19px;
            margin: 0 8px;
        }

        .block-l-2 .body-b-border span.s {
            width: 15px;
            display: inline-block;
        }

        .block-l-2 .body-b-border span.num {
            background-color: #00adef;
            min-width: 61px;
            display: inline-block;
            min-height: 21px;
            line-height: 1.7;
            text-align: center;
            color: #FFF;
            font-family: tahoma;
            font-size: 13px;
        }

        .block-l-2 .body-b-border a.link {
            background-color: #e1e1e1;
            display: block;
            margin-bottom: 5px;
            text-align: center;
            padding: 8px;
            color: #444444;
        }

        .block-l-2 .body-b-border h2 {
            font-size: 16px;
            color: #3b3b3b;
        }

        .block-l-2 .body-b-border .res {
            margin-top: 5px;
            height: 10px;
            border-radius: 5px;
            float: left;
            margin-right: 10px;
        }

        .block-l-2 .body-b-border .res-num {
            position: absolute;
            left: 5px;
            color: #626262;
            font-family: tahoma;
            font-size: 13px;
        }

        .block-l-2 .body-b-border .vot {
            padding: 6px 12px;
            background-color: #e8e8e8;
            color: #616161;
            margin-left: 5px;
            display: inline-block;
        }

        .block-l-2 .body-b-border .mun-vot {
            padding: 6px 12px;
            background-color: #00adef;
            color: #fff;
            display: inline-block;
        }

        .block-l-2 .body-b-border .tump {
            float: right;
            margin-left: 5px;
        }

        .block-l-2 .body-b-border .caption {
            overflow: hidden
        }

            .block-l-2 .body-b-border .caption .by {
                color: #a6a6a6;
                font-size: 11px;
                margin-bottom: 5px;
            }

            .block-l-2 .body-b-border .caption .comment {
                color: #3e3e3e;
                margin-bottom: 5px;
            }

        .block-l-2 .body-b-border ul li.master:hover .comment {
            color: #E31E27 !important
        }

        .block-l-2 .body-b-border ul li.master {
            margin-bottom: 17px;
            border-bottom: 1px solid #ededed;
            padding: 14px;
            margin: -5px;
        }

            .block-l-2 .body-b-border ul li.master:last-child {
                border-bottom: 0
            }

        .block-l-2 .body-b-border .more {
            background-color: #bb4e35;
            color: #FFF;
            display: block;
            padding: 10px;
            text-align: center;
            margin: -5px;
        }

            .block-l-2 .body-b-border .more:hover {
                color: #F9D2D2 !important;
                background-color: #8B7872 !important;
            }

    .block-l-2 .body-b .list-inline a h6 {
        height: 47px;
        width: 77px;
        margin: 0;
        background-color: #BB4E35;
        text-align: center;
        color: #FFF;
        padding: 3px;
        transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
    }

    .block-l-2 .body-b ul li:hover h6 {
        color: #FFF;
        background-color: #88766F;
    }


/****Bootstrap*****/

.col-md-3 {
    width: 28%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-9 {
    width: 72%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-2 {
    width: 22%;
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 36%;
    }
}


/* Icons Phto */

.icon-clock {
    background: url(images/icon-clock.png)right no-repeat;
    min-height: 13px;
    min-width: 13px
}

.icon-comment-1 {
    background: url(images/icon-comment-1.png)right no-repeat;
    min-height: 11px;
    min-width: 11px
}

.icon-view {
    background: url(images/icon-view.png)right no-repeat;
    min-height: 12px;
    min-width: 14px;
}

.icon-share {
    background: url(images/icon-share.png)right no-repeat;
    min-height: 13px;
    min-width: 13px;
}

.t {
    color: #878787;
    font-size: 11px;
    font-family: tahoma;
    margin-right: 25px
}

.t_1 {
    color: #878787;
    font-size: 11px;
    font-family: tahoma;
    margin-right: 15px;
}

.site-body-page .content-page .pge-1 li {
    margin-left: 0px !important;
    padding: 5px;
    border-left: 1px solid #e5e7e6;
}

    .site-body-page .content-page .pge-1 li:last-child {
        border-left: 0;
    }

.site-body-page .content-page .pge-1 {
    border: 1px solid #e5e7e6;
    padding-bottom: 0 !important;
}


/* ---- Page ---- */

.breadcrumb {
    background: #83716d;
    background: -webkit-gradient(linear, left top, left bottom, from(#83716d), to(#665855));
    background: linear-gradient(to bottom, #83716d 0%, #665855 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83716d', endColorstr='#665855', GradientType=0);
    border-radius: 0;
}

    .breadcrumb > li > a,
    .breadcrumb > .active {
        color: white;
    }

.site-body-page .content-page h2 {
    font-size: 20px;
    margin: 10px 0 0 0;
    color: #444343;
    border-bottom: 1px solid #e5e7e6;
    padding-bottom: 25px;
}

.site-body-page .content-page .pge {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e7e6;
    margin-left: 0;
}

    .site-body-page .content-page .pge li {
        margin-left: 20px;
    }

.site-body-page .content-page .img-responsive {
    margin-top: 25px;
    margin-bottom: 25px;
    min-width: 100%;
    height: 290px;
}

.site-body-page .content-page .bord {
    border-right: 5px solid #BB4E35;
    margin-left: 10px;
}

.site-body-page .content-page .by {
    margin-bottom: 10px;
    color: #5e5e5e;
}

.site-body-page .content-page p {
    color: #5e5e5e;
    line-height: 22px;
    font-size: 15px;
    text-align: justify;
    /*height: 55px;*/
}

.item-news {
    height: 515px;
    overflow: hidden;
}

.site-body-page .content-page .link-sor {
    margin-top: 25px;
}

    .site-body-page .content-page .link-sor .title {
        font-size: 15px;
        color: #E31E27;
        margin-left: 15px;
    }

    .site-body-page .content-page .link-sor input {
        padding: 4px 8px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        width: 200px;
        color: #1A369A;
        -webkit-box-shadow: 1px 1px 2px #D4D4D4;
        box-shadow: 1px 1px 2px #D4D4D4;
    }

.site-body-page .content-page .sh {
    padding: 10px 0;
    border-bottom: 2px solid #e5e7e6;
    border-top: 1px solid #e5e7e6;
    margin: 30px 0;
}

    .site-body-page .content-page .sh .l {
        position: relative;
        right: 130px;
    }

    .site-body-page .content-page .sh .r {
        position: relative;
        top: 7px;
    }

.site-body-page .content-page .block {
    padding: 10px;
    background-color: #ededed;
}

    .site-body-page .content-page .block .tump {
        float: right;
        margin-left: 25px;
    }

        .site-body-page .content-page .block .tump img {
            border-radius: 5px;
            border: 1px solid #cacaca
        }

    .site-body-page .content-page .block .caption {
        overflow: hidden;
        position: relative;
    }

        .site-body-page .content-page .block .caption .bord-1 {
            background: url(images/bord.jpg) right no-repeat;
            min-height: 18px;
            position: absolute;
            right: 0;
            min-width: 4px;
        }

        .site-body-page .content-page .block .caption h3 {
            color: #444343;
            margin: 0 15px 10px 0;
            font-size: 17px;
        }

        .site-body-page .content-page .block .caption p {
            color: #5a5a5a;
            font-size: 17px;
        }

.icon-tw i.fa,
.icon-fac i.fa,
.icon-google i.fa,
.icon-email i.fa,
.icon-more i.fa {
    border-right: 1px solid #fff;
    padding-right: 13px
}

.icon-tw {
    background-color: #5890ff;
    color: #fff;
    width: 35px !important;
    height: 35px;
    text-align: center;
    padding-top: 5px !important;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 20px
}

    .icon-tw span {
        position: absolute;
        left: 0;
        right: -43px;
        transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out
    }

    .icon-tw:hover {
        color: #fff;
        width: 100px !important
    }

        .icon-tw:hover span {
            right: 1px
        }

.icon-fac {
    background-color: #3b5998;
    color: #fff;
    width: 35px !important;
    height: 35px;
    padding-top: 5px !important;
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 20px
}

    .icon-fac span {
        position: absolute;
        left: 0;
        right: -56px;
        transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out
    }

    .icon-fac:hover {
        color: #fff;
        width: 100px !important
    }

        .icon-fac:hover span {
            right: 1px
        }

.icon-google {
    background-color: #e31e27;
    color: #fff;
    width: 35px !important;
    height: 35px;
    padding-top: 5px !important;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    text-align: center
}

    .icon-google span {
        position: absolute;
        left: 0;
        right: -73px;
        transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out
    }

    .icon-google:hover {
        color: #fff;
        width: 100px !important
    }

        .icon-google:hover span {
            right: 1px
        }

.icon-email {
    background-color: #000;
    color: #fff;
    width: 35px !important;
    height: 35px;
    padding-top: 5px !important;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    text-align: center
}

    .icon-email span {
        position: absolute;
        left: 0;
        right: -64px;
        transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out
    }

    .icon-email:hover {
        color: #fff;
        width: 100px !important
    }

        .icon-email:hover span {
            right: 1px
        }

.icon-more {
    background-color: #627aad;
    color: #fff;
    width: 35px !important;
    height: 35px;
    padding-top: 5px !important;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    text-align: center
}

    .icon-more span {
        position: absolute;
        left: 0;
        right: -58px;
        transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out
    }

    .icon-more:hover {
        color: #fff;
        width: 100px !important
    }

        .icon-more:hover span {
            right: 1px
        }


/* Comments */

.site-body-page .content-page .comments h3 {
    font-size: 17px;
    color: #cd2429;
    margin-top: 25px;
    margin-bottom: 15px;
}

.site-body-page .content-page .comments .block-comment {
    background-color: #fcfcfc;
    border: 1px solid #e7e7e7;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

    .site-body-page .content-page .comments .block-comment h5 {
        font-size: 16px;
        color: #3e3e3e;
        margin: 10px 0 15px;
    }

    .site-body-page .content-page .comments .block-comment .time-c {
        position: absolute;
        left: 15px;
        top: 27px;
        font-size: 11px;
        color: #a9a9a9;
    }

    .site-body-page .content-page .comments .block-comment p {
        line-height: 22px;
        color: #515151;
    }

    .site-body-page .content-page .comments .block-comment .l-c {
        position: relative;
        top: 5px;
    }

.block-1 .body-block-1 .mm,
.block-1 .body-block-1 .mb {
    margin-top: 15px;
}

    .block-1 .body-block-1 .mm a,
    .block-1 .body-block-1 .mb a {
        color: #464646;
    }

    .block-1 .body-block-1 .mm .item .caption,
    .block-1 .body-block-1 .mb .item .caption {
        padding: 8px 10px 0px 10px;
        margin: 0 8px;
        height: 65px;
        border-bottom: 2px solid #dedede;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -wepkit-transition: all .2s ease-out;
    }

.site-body-page .content-page .comments .comment-num {
    background-color: #BB4E35;
    display: block;
    padding: 7px;
    margin-bottom: 15px;
    text-align: center;
    color: #FFF;
}

.site-body-page .content-page .comments h6 {
    font-size: 17px;
    color: #cd2429;
}

.site-body-page .content-page .comments input,
select,
textarea,
.conect input,
select,
textarea {
    width: 100%;
    background-color: #f7f7f7;
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.site-body-page .content-page .comments select,
.conect select {
    position: relative;
    width: 278px;
    right: 66px;
    height: 48px
}

.site-body-page .content-page .comments textarea,
.conect textarea {
    min-height: 190px;
    resize: none;
}

.site-body-page .content-page .comments .btn-send-c,
.conect .btn-send-c {
    width: auto;
    padding: 6px 23px;
    margin-right: -15px;
    margin-top: 10px;
    border: 0;
    background-color: #cd2429;
    border-radius: 0;
    border-bottom: 2px solid #8e0809;
    color: #FFF;
    font-size: 15px;
}

.form-group {
    position: relative
}

.site-body-page .content-page .comments .input-group-addon,
.conect .input-group-addon {
    position: absolute;
    top: 0;
    padding: 16px 0;
    width: 70px;
    background-color: #e2e2e2;
    border-color: #dfdfdf;
    color: #5d5d5d;
    z-index: 1
}

.site-body-page .conect img {
    display: block;
    margin: 25px auto
}

.site-body-page .tt {
}

    .site-body-page .tt .icons {
        background-color: #f7f7f7;
        min-width: 222px;
        min-height: 150px;
        padding: 15px;
        border: 1px solid #dfdfdf;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .site-body-page .tt .title {
        background-color: #ececec;
        padding: 8px;
        font-size: 20px;
        text-align: center;
        border-right: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .site-body-page .tt a {
        color: #444343
    }

    .site-body-page .tt .icon-01 {
        background: url(images/icon-01.png) center center no-repeat;
        min-height: 118px;
        min-width: 116px
    }

    .site-body-page .tt .icon-02 {
        background: url(images/icon-02.png) center center no-repeat;
        min-height: 118px;
        min-width: 118px
    }

    .site-body-page .tt .icon-03 {
        background: url(images/icon-03.png) center center no-repeat;
        min-height: 103px;
        min-width: 109px
    }

    .site-body-page .tt .icon-04 {
        background: url(images/icon-04.png) center center no-repeat;
        min-height: 119px;
        min-width: 132px
    }

    .site-body-page .tt .icon-05 {
        background: url(images/icon-05.png) center center no-repeat;
        min-height: 114px;
        min-width: 114px
    }

    .site-body-page .tt ul li {
        margin-top: 20px;
    }

.sh-face {
    background: url(images/sh-face.png) no-repeat;
    min-width: 71px;
    min-height: 24px;
    font-family: tahoma;
    color: #154;
    padding-right: 38px;
    line-height: 1.9;
    font-size: 12px;
}

.like-comment {
    background: url(images/like-comment.png) no-repeat;
    min-width: 67px;
    min-height: 24px;
    font-family: tahoma;
    color: #154;
    padding-right: 38px;
    line-height: 1.9;
    font-size: 12px;
}

.unlike-comment {
    background: url(images/unlike-comment.png) no-repeat;
    min-width: 67px;
    min-height: 24px;
    font-family: tahoma;
    color: #154;
    padding-right: 38px;
    line-height: 1.9;
    font-size: 12px;
}

.sh-face {
    background: url(images/sh-face.png) no-repeat;
    min-width: 71px;
    min-height: 24px;
    font-family: tahoma;
    color: #154;
    padding-right: 38px;
    line-height: 1.9;
    font-size: 12px;
}

.sh-tw {
    background: url(images/sh-tw.png) no-repeat;
    min-width: 71px;
    min-height: 24px;
    font-family: tahoma;
    color: #154;
    padding-right: 38px;
    line-height: 1.9;
    font-size: 12px;
}

.sh-google {
    background: url(images/sh-google.png) no-repeat;
    min-width: 71px;
    min-height: 24px;
    font-family: tahoma;
    color: #154;
    padding-right: 38px;
    line-height: 1.9;
    font-size: 12px;
}

.sh-you {
    background: url(images/sh-you.png) no-repeat;
    min-width: 71px;
    min-height: 24px;
    font-family: tahoma;
    color: #154;
    padding-right: 38px;
    line-height: 1.9;
    font-size: 12px;
}

.like-ic {
    background: url(images/like.png) no-repeat;
    min-width: 75px;
    min-height: 26px;
    font-family: tahoma;
    color: #154;
    padding-right: 45px;
    line-height: 2.3;
    font-size: 12px;
}

.un-like {
    background: url(images/un-like.png) no-repeat;
    min-width: 75px;
    min-height: 26px;
    font-family: tahoma;
    color: #154;
    padding-right: 45px;
    line-height: 1.9;
    font-size: 12px;
}

.icon-print {
    background: url(images/icon-print.png) no-repeat;
    min-width: 19px;
    min-height: 21px;
    position: relative;
    top: 6px;
}

.icon-topic {
    background: url(images/icon-topic.png) right no-repeat;
    min-width: 33px;
    min-height: 36px;
    float: right;
    position: relative;
    z-index: 1;
}

.btn-send-c {
    width: auto;
    padding: 6px 23px;
    margin-top: 10px;
    border: 0;
    display: inline-block;
    background-color: #BB4E35;
    border-radius: 0;
    border-bottom: 2px solid #3A0B00;
    color: #FFF;
    font-size: 15px;
}

.site-body-page .content-page .item-news h2 {
    font-size: 18px;
    margin: 10px 0 0 0;
    color: #444343;
    border-bottom: 0;
    padding-bottom: 0;
    line-height: 30px;
    height: 45px;
}

    .site-body-page .content-page .item-news h2.pos {
        border-bottom: 2px solid #ccc;
        position: relative;
        top: -10px;
        width: 333px;
        padding-bottom: 15px;
        padding-right: 15px;
        right: -10px;
    }

.site-body-page .content-page .bod {
    border: 1px solid #e5e7e6;
    padding: 10px;
    margin-top: 15px;
}

    .site-body-page .content-page .bod img {
        border: 1px solid #e5e7e6;
        border-radius: 5px;
        margin-top: 5px;
        margin-bottom: 5px
    }

.site-body-page .content-page .pos {
    position: relative;
    right: -11px;
    bottom: -21px;
    width: 334px;
}

.site-body-page .content-page .pos-1 {
    position: relative;
    right: -11px;
    bottom: -21px;
    width: 213px;
    margin-top: 0px;
}

.pagination {
    font-family: sans-serif;
}

    .pagination > li > a,
    .pagination > li > span {
        color: #636363;
        margin-left: 5px;
        border-radius: 5px;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        margin-left: 5px;
        border-radius: 5px;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-radius: 5px;
    }

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #FFF;
        background-color: #e31e27;
    }


/* ---- sub-menu ---- */

ul.sub-menu {
    position: absolute;
    top: 43px;
    opacity: 0;
    z-index: -1;
    width: 215px;
    transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background: #83716d;
    background: -webkit-gradient(linear, left top, left bottom, from(#83716d), to(#665855));
    background: linear-gradient(to bottom, #83716d 0%, #665855 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83716d', endColorstr='#665855', GradientType=0);
}

    ul.sub-menu li {
        border-bottom: 1px solid #514644;
        padding: 10px;
        transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
    }

        ul.sub-menu li a {
            display: block;
            color: #FFF;
        }

        ul.sub-menu li:hover {
            background-color: rgb(197, 88, 62);
            padding-right: 15px;
        }

ul li:hover ul.sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 5;
    opacity: 1;
}


/* ---- Footer ---- */

footer .top-footer {
    margin-top: 25px;
    background-color: #3f3f3f;
    padding: 10px;
    border-top: 3px solid #bb4e35;
    color: #cecece;
    line-height: 22px
}

    footer .top-footer p {
        margin: 0
    }

@media (max-width:768px) {
    header .bg-header {
        background: url('images/Header3010_2.jpg') right no-repeat;
        background-position: -360px -35px;
        height: 219px;
        background-size: cover;
        /*background-size: 500px 219px;*/
    }

    .navbar-default .navbar-nav > li {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border-bottom: 1px solid #333;
    }

    .container {
        width: auto
    }

    header .top-header .links,
    header .top-header .search,
    header .top-header .social {
        margin-top: 10px
    }

    header .top-header .social {
        position: static
    }

    #master-slide .nav {
        width: 100%;
        float: none
    }

        #master-slide .nav ul li a:hover {
            background-color: #dc1a23
        }

    .block .head-block .list,
    .block .head-block .list-1,
    .navbar-default .navbar-nav,
    .site-body-page .content-page .sh .l {
        position: static
    }

    .col-xs-12 {
        width: 100%
    }

    .block .body-block .master-block img {
        max-width: 100%
    }

    header .logo-block .logo {
        margin: 0 auto
    }

    .slick-slide img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        min-width: 100%
    }

    .nav > li > a {
        padding: 10px 30px
    }

    header .top-header .date {
        position: static;
        text-align: center
    }

    .mb-1 img {
        display: block;
        margin: 0 auto;
        max-width: auto;
        min-width: auto
    }

    .block-1 .body-block-1 .mb .item .hover {
        min-width: 100%
    }

    .content-page img {
        max-width: 100%
    }

    .block .body-block .master-block {
        width: auto;
        padding-left: 0;
        float: none
    }

    .block-2 {
        margin-bottom: 20px;
        max-height: 104px
    }

    footer .top-footer .block-1 input[type="text"] {
        width: 100%
    }

    .block-l-1 .tab-pane {
        background-size: cover
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #2793BD
    }

    .site-body-page .content-page .comments select {
        width: 134px
    }

    .site-body-page .content-page .img-responsive {
        margin-top: 25px;
        margin-bottom: 25px;
        min-width: 100%;
        height: 180px;
        min-height: 170px
    }

    .block {
        position: static
    }
}

.my-custom-scrollbar {
    position: relative;
    height: 235px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

element.style {
}



.table > tbody > tr > td {
    padding: 2px;
}
