﻿
/*--------------------------------------------------
[Import Global Compulsory CSS Files]
----------------------------------------------------*/

@import url(app-rtl.css);
@import url(../plugins/style-switcher.css);

@import "https://fonts.googleapis.com/earlyaccess/opensanshebrew.css";

/*--------------------------------------------------
[Blog Styles]
----------------------------------------------------*/
@font-face {
    font-family: 'digital';
    src: url('../../font/font-DS/digital.ttf') format('truetype');
}

* {
    direction: rtl;
    unicode-bidi: embed; /* bidi-override */
}

html, body, div, span, input, textarea, select, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .tp-caption {
    font-family: 'Open Sans Hebrew', Helvetica Arial, Sans-Serif;
}

body {
    color: #333;
    font: 13px/1.6 'Roboto Slab', sans-serif;
}
body > iframe 
{   
    position: absolute;
    bottom: 0;      
}
.m-0 {
    margin: 0px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-t-110 {
    margin-top: 110px !important;
}

.m-t-120 {
    margin-top: 120px !important;
}

.m-t-130 {
    margin-top: 130px !important;
}

.m-t-140 {
    margin-top: 140px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.m-b-110 {
    margin-bottom: 110px !important;
}

.m-b-120 {
    margin-bottom: 120px !important;
}

.m-b-130 {
    margin-bottom: 130px !important;
}

.m-b-140 {
    margin-bottom: 140px !important;
}

.p-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.p-t-80 {
    padding-top: 80px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-t-110 {
    padding-top: 110px !important;
}

.p-t-120 {
    padding-top: 120px !important;
}

.p-t-130 {
    padding-top: 130px !important;
}

.p-t-140 {
    padding-top: 140px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-70 {
    padding-bottom: 70px !important;
}

.p-b-80 {
    padding-bottom: 80px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.p-b-110 {
    padding-bottom: 110px !important;
}

.p-b-120 {
    padding-bottom: 120px !important;
}

.p-b-130 {
    padding-bottom: 130px !important;
}

.p-b-140 {
    padding-bottom: 140px !important;
}

@media only screen and (max-width: 991px) {
    .m-t-md-0 {
        margin-top: 0px !important;
    }

    .m-t-md-10 {
        margin-top: 10px !important;
    }

    .m-t-md-20 {
        margin-top: 20px !important;
    }

    .m-t-md-30 {
        margin-top: 30px !important;
    }

    .m-t-md-40 {
        margin-top: 40px !important;
    }

    .m-t-md-50 {
        margin-top: 50px !important;
    }

    .m-t-md-60 {
        margin-top: 60px !important;
    }

    .m-t-md-70 {
        margin-top: 70px !important;
    }

    .m-t-md-80 {
        margin-top: 80px !important;
    }

    .m-t-md-90 {
        margin-top: 90px !important;
    }

    .m-t-md-100 {
        margin-top: 100px !important;
    }

    .m-t-md-110 {
        margin-top: 110px !important;
    }

    .m-t-md-120 {
        margin-top: 120px !important;
    }

    .m-t-md-130 {
        margin-top: 130px !important;
    }

    .m-t-md-140 {
        margin-top: 140px !important;
    }

    .m-b-md-0 {
        margin-bottom: 0px !important;
    }

    .m-b-md-10 {
        margin-bottom: 10px !important;
    }

    .m-b-md-20 {
        margin-bottom: 20px !important;
    }

    .m-b-md-30 {
        margin-bottom: 30px !important;
    }

    .m-b-md-40 {
        margin-bottom: 40px !important;
    }

    .m-b-md-50 {
        margin-bottom: 50px !important;
    }

    .m-b-md-60 {
        margin-bottom: 60px !important;
    }

    .m-b-md-70 {
        margin-bottom: 70px !important;
    }

    .m-b-md-80 {
        margin-bottom: 80px !important;
    }

    .m-b-md-90 {
        margin-bottom: 90px !important;
    }

    .m-b-md-100 {
        margin-bottom: 100px !important;
    }

    .m-b-md-110 {
        margin-bottom: 110px !important;
    }

    .m-b-md-120 {
        margin-bottom: 120px !important;
    }

    .m-b-md-130 {
        margin-bottom: 130px !important;
    }

    .m-b-md-140 {
        margin-bottom: 140px !important;
    }

    .p-t-md-0 {
        padding-top: 0px !important;
    }

    .p-t-md-10 {
        padding-top: 10px !important;
    }

    .p-t-md-20 {
        padding-top: 20px !important;
    }

    .p-t-md-30 {
        padding-top: 30px !important;
    }

    .p-t-md-40 {
        padding-top: 40px !important;
    }

    .p-t-md-50 {
        padding-top: 50px !important;
    }

    .p-t-md-60 {
        padding-top: 60px !important;
    }

    .p-t-md-70 {
        padding-top: 70px !important;
    }

    .p-t-md-80 {
        padding-top: 80px !important;
    }

    .p-t-md-90 {
        padding-top: 90px !important;
    }

    .p-t-md-100 {
        padding-top: 100px !important;
    }

    .p-t-md-110 {
        padding-top: 110px !important;
    }

    .p-t-md-120 {
        padding-top: 120px !important;
    }

    .p-t-md-130 {
        padding-top: 130px !important;
    }

    .p-t-md-140 {
        padding-top: 140px !important;
    }

    .p-b-md-0 {
        padding-bottom: 0px !important;
    }

    .p-b-md-10 {
        padding-bottom: 10px !important;
    }

    .p-b-md-20 {
        padding-bottom: 20px !important;
    }

    .p-b-md-30 {
        padding-bottom: 30px !important;
    }

    .p-b-md-40 {
        padding-bottom: 40px !important;
    }

    .p-b-md-50 {
        padding-bottom: 50px !important;
    }

    .p-b-md-60 {
        padding-bottom: 60px !important;
    }

    .p-b-md-70 {
        padding-bottom: 70px !important;
    }

    .p-b-md-80 {
        padding-bottom: 80px !important;
    }

    .p-b-md-90 {
        padding-bottom: 90px !important;
    }

    .p-b-md-100 {
        padding-bottom: 100px !important;
    }

    .p-b-md-110 {
        padding-bottom: 110px !important;
    }

    .p-b-md-120 {
        padding-bottom: 120px !important;
    }

    .p-b-md-130 {
        padding-bottom: 130px !important;
    }

    .p-b-md-140 {
        padding-bottom: 140px !important;
    }
}

@media (max-width: 767px) {
    .m-t-sm-0 {
        margin-top: 0px !important;
    }

    .m-t-sm-10 {
        margin-top: 10px !important;
    }

    .m-t-sm-20 {
        margin-top: 20px !important;
    }

    .m-t-sm-30 {
        margin-top: 30px !important;
    }

    .m-t-sm-40 {
        margin-top: 40px !important;
    }

    .m-t-sm-50 {
        margin-top: 50px !important;
    }

    .m-t-sm-60 {
        margin-top: 60px !important;
    }

    .m-t-sm-70 {
        margin-top: 70px !important;
    }

    .m-t-sm-80 {
        margin-top: 80px !important;
    }

    .m-t-sm-90 {
        margin-top: 90px !important;
    }

    .m-t-sm-100 {
        margin-top: 100px !important;
    }

    .m-t-sm-110 {
        margin-top: 110px !important;
    }

    .m-t-sm-120 {
        margin-top: 120px !important;
    }

    .m-t-sm-130 {
        margin-top: 130px !important;
    }

    .m-t-sm-140 {
        margin-top: 140px !important;
    }

    .m-b-sm-0 {
        margin-bottom: 0px !important;
    }

    .m-b-sm-10 {
        margin-bottom: 10px !important;
    }

    .m-b-sm-20 {
        margin-bottom: 20px !important;
    }

    .m-b-sm-30 {
        margin-bottom: 30px !important;
    }

    .m-b-sm-40 {
        margin-bottom: 40px !important;
    }

    .m-b-sm-50 {
        margin-bottom: 50px !important;
    }

    .m-b-sm-60 {
        margin-bottom: 60px !important;
    }

    .m-b-sm-70 {
        margin-bottom: 70px !important;
    }

    .m-b-sm-80 {
        margin-bottom: 80px !important;
    }

    .m-b-sm-90 {
        margin-bottom: 90px !important;
    }

    .m-b-sm-100 {
        margin-bottom: 100px !important;
    }

    .m-b-sm-110 {
        margin-bottom: 110px !important;
    }

    .m-b-sm-120 {
        margin-bottom: 120px !important;
    }

    .m-b-sm-130 {
        margin-bottom: 130px !important;
    }

    .m-b-sm-140 {
        margin-bottom: 140px !important;
    }

    .p-t-sm-0 {
        padding-top: 0px !important;
    }

    .p-t-sm-10 {
        padding-top: 10px !important;
    }

    .p-t-sm-20 {
        padding-top: 20px !important;
    }

    .p-t-sm-30 {
        padding-top: 30px !important;
    }

    .p-t-sm-40 {
        padding-top: 40px !important;
    }

    .p-t-sm-50 {
        padding-top: 50px !important;
    }

    .p-t-sm-60 {
        padding-top: 60px !important;
    }

    .p-t-sm-70 {
        padding-top: 70px !important;
    }

    .p-t-sm-80 {
        padding-top: 80px !important;
    }

    .p-t-sm-90 {
        padding-top: 90px !important;
    }

    .p-t-sm-100 {
        padding-top: 100px !important;
    }

    .p-t-sm-110 {
        padding-top: 110px !important;
    }

    .p-t-sm-120 {
        padding-top: 120px !important;
    }

    .p-t-sm-130 {
        padding-top: 130px !important;
    }

    .p-t-sm-140 {
        padding-top: 140px !important;
    }

    .p-b-sm-0 {
        padding-bottom: 0px !important;
    }

    .p-b-sm-10 {
        padding-bottom: 10px !important;
    }

    .p-b-sm-20 {
        padding-bottom: 20px !important;
    }

    .p-b-sm-30 {
        padding-bottom: 30px !important;
    }

    .p-b-sm-40 {
        padding-bottom: 40px !important;
    }

    .p-b-sm-50 {
        padding-bottom: 50px !important;
    }

    .p-b-sm-60 {
        padding-bottom: 60px !important;
    }

    .p-b-sm-70 {
        padding-bottom: 70px !important;
    }

    .p-b-sm-80 {
        padding-bottom: 80px !important;
    }

    .p-b-sm-90 {
        padding-bottom: 90px !important;
    }

    .p-b-sm-100 {
        padding-bottom: 100px !important;
    }

    .p-b-sm-110 {
        padding-bottom: 110px !important;
    }

    .p-b-sm-120 {
        padding-bottom: 120px !important;
    }

    .p-b-sm-130 {
        padding-bottom: 130px !important;
    }

    .p-b-sm-140 {
        padding-bottom: 140px !important;
    }
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-60 {
    padding-right: 60px !important;
}

.p-r-80 {
    padding-right: 80px !important;
}

.p-r-100 {
    padding-right: 100px !important;
}




body.header-fixed-space-v2 {
    /*padding-top: 175px;*/
}

@media (max-width: 991px) {
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Roboto Slab', sans-serif;*/
    font-family: 'Open Sans Hebrew', Helvetica Arial, Sans-Serif;
    color: black;
}

a {
    color: #bb010f;
}

    a:hover {
        color: #bb010f;
    }

/*--------------------------------------------------
[Boxed Layout]
----------------------------------------------------*/

.wrapper {
    background: #fff;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-right: auto !important;
    margin-left: auto !important;
    background: url(../../img/patterns/16.png) fixed repeat;
}

.boxed-layout-space {
    margin: 40px 0;
}

@media(max-width:767px) {
    .boxed-layout-space {
        margin: 0;
    }
}

.txt-center {
    text-align: center !important;
}
/*--------------------------------------------------
[Breadcrumbs]
----------------------------------------------------*/

/*Default Breadcrumbs*/
.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
    background: url(../../img/patterns/breadcrumbs.png) repeat;
}

    .breadcrumbs h1 {
        color: #666;
        font-size: 20px!important;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 26px;
       
    }

.breadcrumb {
    top: 0;
    padding-right: 4px;
    padding-left: 0;
    background: none;
    position: relative;
    margin: 0;
}

    .breadcrumb a {
        color: #777;
    }

    .breadcrumb li.active,
    .breadcrumb li a:hover {
        text-decoration: none;
        color: #bb0210;
    }

        .breadcrumb li.active a {
            color: #bb0210;
        }

@media (max-width: 550px) {
    .breadcrumbs h1.pull-left,
    .breadcrumbs ul.pull-right {
        width: 100%;
        text-align: center;
    }

    .breadcrumbs h1.pull-left {
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumb {
        top: 0;
        margin-bottom: 10px;
    }
}

/*Breadcrumbs Dark and Light*/
.breadcrumbs.breadcrumbs-dark,
.breadcrumbs.breadcrumbs-light {
    background: #222;
    padding: 0;
    border-bottom: solid 3px #777;
}

.breadcrumbs.breadcrumbs-light {
    background: #f5f5f5;
    border-bottom: 0 solid #eee;
}

    .breadcrumbs.breadcrumbs-dark h1,
    .breadcrumbs.breadcrumbs-dark a,
    .breadcrumbs.breadcrumbs-light h1,
    .breadcrumbs.breadcrumbs-light a {
        color: #fff;
        /*font-weight: 200;*/
    }

    .breadcrumbs.breadcrumbs-light h1,
    .breadcrumbs.breadcrumbs-light a {
        color: #7f7287;
        font-size: 13px;
        font-weight: bold;
    }

.breadcrumbs.breadcrumbs-dark h1 {
    font-size: 24px;
}

.breadcrumbs.breadcrumbs-light h1 {
    font-size: 26px;
    font-weight: bold;
}

/*Breadcrumbs Sizes*/
.breadcrumbs-sm {
    padding: 50px 0;
}

.breadcrumbs-md {
    padding: 100px 0;
}

.breadcrumbs-lg {
    padding: 200px 0;
}





/*--------------------------------------------------
[*Blog Comments v2]
----------------------------------------------------*/

.blog-comments-v2 {
    padding: 0 20px;
    margin-bottom: 30px;
}

    .blog-comments-v2 img {
        float: right;
        width: 70px;
        height: auto;
        margin-left: 20px;
    }

    .blog-comments-v2 .comments-itself {
        padding: 20px;
        overflow: hidden;
        background: #f7f7f7;
    }

        .blog-comments-v2 .comments-itself h3 {
            font-size: 16px;
            margin: 0 0 10px;
        }

        .blog-comments-v2 .comments-itself span {
            color: #555;
            float: left;
            font-size: 13px;
        }

        .blog-comments-v2 .comments-itself p {
            color: #555;
        }

    /*Comments Reply*/
    .blog-comments-v2.blog-comments-v2-reply {
        margin-right: 30px;
    }

/*Media Queries*/
@media (max-width: 768px) {
    .blog-comments-v2 img {
        float: none;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------
[Back To Top]
----------------------------------------------------*/

#topcontrol {
    color: #fff;
    z-index: 98;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #222;
    position: relative;
    left: 14px !important;
    bottom: 65px !important;
    border-radius: 10% !important;
}

    #topcontrol:after {
        top: -2px;
        right: 8px;
        content: "\f106";
        position: absolute;
        text-align: center;
        font-family: FontAwesome;
    }

    #topcontrol:hover {
        color: #fff;
        -webkit-transition: all 0.35s, -webkit-transform 0.35s;
        transition: all 0.35s, transform 0.35s;
    }


/*--------------------------------------------------
[Owl Carousel]
----------------------------------------------------*/

/*Blog Carousel Heading
------------------------------------*/
.blog-cars-heading {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #333;
}

    .blog-cars-heading h2 {
        margin: 0;
        float: right;
        font-size: 18px;
        font-weight: bold;
    }

    /*Owl Navigation*/
    .blog-cars-heading .owl-navigation {
        top: -1px;
        float: left;
        position: relative;
    }

        .blog-cars-heading .owl-navigation .owl-btn {
            color: #555;
            padding: 0 5px;
            font-size: 24px;
            cursor: pointer;
            background: none;
            text-align: center;
            line-height: normal;
            display: inline-block;
        }

            .blog-cars-heading .owl-navigation .owl-btn:focus,
            .blog-cars-heading .owl-navigation .owl-btn:hover {
                -webkit-transition: all 0.35s, -webkit-transform 0.35s;
                transition: all 0.35s, transform 0.35s;
            }

.blog-carousel .owl-pagination {
    display: none;
}


/*--------------------------------------------------
[Master Slider]
----------------------------------------------------*/

/*MS Style v1*/
.blog-ms-v1-extend {
    padding: 5px;
}

/*MS Style v2*/
.blog-ms-v2 .ms-thumb {
    background: #222;
    text-shadow: none;
}

    .blog-ms-v2 .ms-thumb p,
    .blog-ms-v2 .ms-thumb h3 {
        color: #fff;
    }

.blog-ms-v2 .ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    border-bottom-color: #222 !important;
}

/*Video Gallery*/
.blog-ms-v1 .ms-videogallery-template .ms-layer.video-title {
    right: 0;
    bottom: 30px;
    position: absolute;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 10px 15px !important;
    background: #e74c3c !important;
}

.blog-ms-v1 .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame h3 {
    line-height: 18px;
    text-transform: inherit;
}

@media (max-width: 650px) {
    .blog-ms-v1 .ms-videogallery-template .ms-layer.video-title {
        font-size: 12px !important;
        line-height: 16px !important;
        padding: 10px 15px !important;
    }
}

/*Partial View*/
.blog-slider {
    position: relative;
}

    .blog-slider:after {
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        text-align: center;
        background: rgba(0,0,0,0.2.99);
    }

    .blog-slider span.blog-slider-badge {
        top: 20px;
        right: 20px;
        z-index: 1;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
        position: absolute;
    }

    /*Blog Slider Title*/
    .blog-slider .blog-slider-title {
        right: 0;
        z-index: 1;
        bottom: 20px;
        padding: 0 20px;
        position: absolute !important;
    }

        .blog-slider .blog-slider-title h2 {
            margin: 0;
            color: #fff;
            font-size: 38px;
            font-weight: 600;
            line-height: 1.4;
        }

            .blog-slider .blog-slider-title h2 a {
                color: #fff;
            }

        .blog-slider .blog-slider-title span.blog-slider-posted {
            color: #fff;
            display: block;
            font-size: 12px;
            text-transform: uppercase;
        }


/*--------------------------------------------------
[Masonry Blog]
----------------------------------------------------*/

/*Masonry Box
------------------------------------*/
.masonry-box {
    margin: 0 -15px;
    padding: 0 auto;
}

    .masonry-box .masonry-box-in {
        float: right;
        padding: 0 15px;
        margin-bottom: 50px;
    }

        .masonry-box .masonry-box-in.col-2 {
            width: 50%;
        }

        .masonry-box .masonry-box-in.col-3 {
            width: 33.33333%;
        }

        .masonry-box .masonry-box-in.col-4 {
            width: 25%;
        }

@media (max-width: 650px) {
    .masonry-box .masonry-box-in.col-2,
    .masonry-box .masonry-box-in.col-3,
    .masonry-box .masonry-box-in.col-4 {
        width: 100%;
    }
}

@media (min-width: 651px) and (max-width: 991px) {
    .masonry-box .masonry-box-in.col-3,
    .masonry-box .masonry-box-in.col-4 {
        width: 50%;
    }
}

@media (min-width: 651px) and (max-width: 991px) {
    .masonry-box .masonry-box-in.col-4 {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .masonry-box .masonry-box-in.col-4 {
        width: 33.33333%;
    }
}

/*--------------------------------------------------
[Blog Grid]
----------------------------------------------------*/

.blog-grid img:not(.landig) {
    margin-bottom: 15px;
    width: 100%;
}


.blog-grid h3 {
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 1.4;
}

.blog-grid h2.blog-grid-title-lg {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.blog-grid h3.blog-grid-title-sm {
    font-size: 15px;
    line-height: 1.4;
}

.blog-grid h3 a {
    color: #333;
}

.blog-grid p {
    margin-bottom: 15px;
}

.blog-grid-inner {
    padding: 20px;
    background: #fff;
    margin: -70px 40px 0;
    position: relative;
}

/*Blog Grid Gradient*/
.blog-grid .blog-grid-grad {
    position: relative;
}

    .blog-grid .blog-grid-grad i {
           bottom: 0;
         left: 10px;
        z-index: 1;
        color: #fff;
           width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
        text-align: center;
        position: absolute;
        display: inline-block;
        background: rgba(0,0,0,0.5);
    }

/*Blog Grid Info*/
.blog-grid .blog-grid-info {
    padding-right: 0;
    list-style: none;
}

    .blog-grid .blog-grid-info li {
        color: #888;
        padding: 0 2px;
        font-size: 12px;
        display: inline-block;
    }

        .blog-grid .blog-grid-info li:before {
            content: '/';
            font-size: 12px;
            line-height: 1.4;
            margin-left: 9px;
        }

        .blog-grid .blog-grid-info li:first-child:before {
            content: " ";
            margin-left: 0;
        }

        .blog-grid .blog-grid-info li a {
            color: #888;
        }

            .blog-grid .blog-grid-info li a:hover {
                text-decoration: none;
            }

/*Read More Link*/
.blog-grid a.r-more {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
}

    .blog-grid a.r-more:hover {
        text-decoration: none;
    }


/*--------------------------------------------------
[Blog Thumb]
----------------------------------------------------*/

.blog-thumb {
    overflow: hidden;
}

    /*Blog Grid Hover*/
    .blog-thumb .blog-thumb-hover {
        float: right;
        position: relative;
        margin-left: 8px;
    }

        .blog-thumb .blog-thumb-hover:after {
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            content: " ";
            position: absolute;
            -webkit-transition: all 0.35s, -webkit-transform 0.35s;
            transition: all 0.35s, transform 0.35s;
        }

        .blog-thumb .blog-thumb-hover img {
            width: 105px;
            height: auto;
        }

            .blog-thumb .blog-thumb-hover img.video-play-btn {
                width: 30px;
                height: 30px;
            }

        /*Icon Hover Gradient*/
        .blog-thumb .blog-thumb-hover .hover-grad {
            right: 0;
            top: 50%;
            z-index: 1;
            opacity: 0;
            width: 100%;
            color: #fff;
            font-size: 20px;
            margin-top: -14px;
            text-align: center;
            position: absolute;
            display: inline-block;
            -webkit-transition: all 0.65s, -webkit-transform 0.65s;
            transition: all 0.65s, transform 0.65s;
        }

    .blog-thumb:hover .hover-grad {
        opacity: 1;
        -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
        transition: opacity 0.55s, transform 0.55s;
    }

    /*Blog Thumb Description*/
    .blog-thumb .blog-thumb-desc {
        overflow: hidden;
    }

        .blog-thumb .blog-thumb-desc h3 {
            font-size: 14px;
            margin: 0 0 5px;
            font-weight: 400;
            line-height: 1.4;
        }

            .blog-thumb .blog-thumb-desc h3 a {
                color: #555;
            }

    /*Blog Grid Info*/
    .blog-thumb .blog-thumb-info {
        padding-right: 0;
        list-style: none;
    }

        .blog-thumb .blog-thumb-info li {
            color: #888;
            padding: 0 2px;
            font-size: 12px;
            display: inline-block;
        }

            .blog-thumb .blog-thumb-info li:before {
                content: '/';
                font-size: 12px;
                line-height: 1.4;
                margin-left: 9px;
            }

            .blog-thumb .blog-thumb-info li:first-child:before {
                content: " ";
                margin-left: 0;
            }

            .blog-thumb .blog-thumb-info li a {
                color: #888;
            }

                .blog-thumb .blog-thumb-info li a:hover {
                    color: #e74c3c;
                }


    /*Blog Thumb Circle
------------------------------------*/
    .blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
        border-radius: 50% !important;
    }

    .blog-thumb.blog-thumb-circle .blog-thumb-hover img {
        width: 50px;
        height: 50px;
    }

    .blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
        font-size: 15px;
        margin-top: -10px;
    }


/*--------------------------------------------------
[Blog Thumb]
----------------------------------------------------*/

.blog-thumb-v2 {
    overflow: hidden;
}

    /*Blog Thumb Gradient*/
    .blog-thumb-v2 .blog-thumb-grad {
        float: right;
        position: relative;
        margin-left: 15px;
    }

        .blog-thumb-v2 .blog-thumb-grad img {
            width: 120px;
            height: auto;
        }

        .blog-thumb-v2 .blog-thumb-grad i {
            top: 5px;
            left: 5px;
            z-index: 1;
            color: #fff;
            width: 20px;
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            position: absolute;
            display: inline-block;
            background: rgba(0,0,0,0.5);
        }

    /*Blog Thumb Description*/
    .blog-thumb-v2 .blog-thumb-desc {
        overflow: hidden;
    }

        .blog-thumb-v2 .blog-thumb-desc h3 {
            font-size: 14px;
            margin: 0 0 5px;
            font-weight: 400;
            line-height: 1.4;
        }

            .blog-thumb-v2 .blog-thumb-desc h3 a {
                color: #555;
            }

    /*Blog Grid Info*/
    .blog-thumb-v2 .blog-thumb-info {
        padding-right: 0;
        list-style: none;
    }

        .blog-thumb-v2 .blog-thumb-info li {
            color: #888;
            padding: 0 2px;
            font-size: 12px;
            display: inline-block;
        }

            .blog-thumb-v2 .blog-thumb-info li:before {
                content: '/';
                font-size: 12px;
                line-height: 1.4;
                margin-left: 9px;
            }

            .blog-thumb-v2 .blog-thumb-info li:first-child:before {
                content: " ";
                margin-left: 0;
            }

            .blog-thumb-v2 .blog-thumb-info li a {
                color: #888;
            }

                .blog-thumb-v2 .blog-thumb-info li a:hover {
                    text-decoration: none;
                }


/*--------------------------------------------------
[Blog Thumb v3]
----------------------------------------------------*/

.blog-thumb-v3 h3 {
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4;
}

    .blog-thumb-v3 h3 a {
        color: #555;
    }

.blog-thumb-v3 small,
.blog-thumb-v3 small a {
    color: #999;
}

    .blog-thumb-v3 small a:hover {
        color: #555;
    }


/*--------------------------------------------------
[Blog Thumb v4]
----------------------------------------------------*/

.blog-thumb-v4 h3 {
    z-index: 1;
    font-size: 13px;
    margin: 0 0 5px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

    .blog-thumb-v4 h3 a {
        color: #555;
    }

.blog-thumb-v4 .blog-thumb-item {
    position: relative;
}

    .blog-thumb-v4 .blog-thumb-item img.video-play-btn {
        width: 40px;
        height: 40px;
    }


/*--------------------------------------------------
[Blog Social Shares]
----------------------------------------------------*/

.blog-social-shares {
    padding-right: 0;
    list-style: none;
}

    .blog-social-shares a {
        width: 100%;
        margin-bottom: 10px;
        display: inline-block;
        background-color: whitesmoke;
        padding: 8px;
        font-size: 14px;
        line-height: 15px;
    }

    .blog-social-shares li i {
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        margin-left: 10px;
        text-align: center;
        display: inline-block;
        float: right;
    }

        .blog-social-shares li i.wpp {
            background: #4ec46d;
        }

        .blog-social-shares li i.fb {
            background: #4862a3;
        }

        .blog-social-shares li i.tw {
            background: #159ceb;
        }

        .blog-social-shares li i.gp {
            background: #dc4a38;
        }

        .blog-social-shares li i.in {
            background: #0077B5;
        }

        .blog-social-shares li i.em {
            background: #000131;
        }

        .blog-social-shares li i.yt {
            background: #FF0101;
        }

    .blog-social-shares li a {
        top: 0;
        color: #777;
        position: relative;
    }

        .blog-social-shares li a:hover {
            text-decoration: none;
        }

    .blog-social-shares li span {
        float: left;
        display: block;
        margin-top: 6px;
    }


/*--------------------------------------------------
[Twitter Posts]
----------------------------------------------------*/

.twitter-posts {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}

    .twitter-posts li {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #ddd;
    }

        .twitter-posts li:first-child {
            border-top: 0;
            margin-top: 0;
            padding-top: 0;
        }

        .twitter-posts li:before,
        .twitter-posts li:after {
            content: " ";
            display: table;
        }

        .twitter-posts li:after {
            clear: both;
        }

    .twitter-posts img {
        float: right;
        width: 40px;
        height: auto;
        margin-left: 10px;
    }

    .twitter-posts .twitter-posts-in {
        overflow: hidden;
    }

        .twitter-posts .twitter-posts-in strong {
            color: #333;
            padding-left: 5px;
            margin-bottom: 5px;
            display: inline-block;
        }

        .twitter-posts .twitter-posts-in span {
            color: #999;
            font-size: 13px;
            padding-left: 5px;
        }

            .twitter-posts .twitter-posts-in span a {
                color: #999;
            }

        .twitter-posts .twitter-posts-in p {
            color: #999;
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 3px;
        }

        .twitter-posts .twitter-posts-in a.link {
            font-size: 12px;
        }

            .twitter-posts .twitter-posts-in a.link:hover {
                cursor: pointer;
            }


/*--------------------------------------------------
[Blog Video]
----------------------------------------------------*/

.blog-video {
    position: relative;
}

    .blog-video span.category-badge {
        right: 0;
        top: 15px;
        color: #fff;
        font-size: 14px;
        padding: 3px 10px;
        position: absolute;
    }

    .blog-video span.date-badge {
        right: 0;
        top: 42px;
        color: #fff;
        font-size: 10px;
        background: #111;
        padding: 2px 8px;
        position: absolute;
    }

    .blog-video h4 {
        right: 0;
        z-index: 1;
        bottom: 20px;
        font-size: 16px;
        padding: 5px 10px;
        position: absolute;
    }

        .blog-video h4 a {
            color: #fff;
            font-size: 16px;
        }

    .blog-video img.video-play-btn {
        width: 40px;
        height: 40px;
    }


/*--------------------------------------------------
[Center Wrap]
----------------------------------------------------*/

.center-wrap {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
}

    .center-wrap .center-alignCenter {
        width: 100%;
        height: 100%;
        display: table;
    }

    .center-wrap .center-body {
        z-index: 10;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }


/*--------------------------------------------------
[Other Classes]
----------------------------------------------------*/

/*Single Page Quote*/
.single-page-quote {
    position: relative;
}

    .single-page-quote:after {
        width: 60px;
        height: 3px;
        content: " ";
        bottom: -5px;
        position: absolute;
    }

    .single-page-quote p {
        font-size: 20px;
        text-transform: uppercase;
    }

    /*Single Page Quote Left*/
    .single-page-quote.single-page-quote-left {
        float: right;
        margin: 0 0 20px 20px;
    }

        .single-page-quote.single-page-quote-left:after {
            right: 0;
        }

    /*Single Page Quote Right*/
    .single-page-quote.single-page-quote-right {
        float: left;
        margin: 0 20px 20px 0;
    }

        .single-page-quote.single-page-quote-right:after {
            left: 0;
        }

        .single-page-quote.single-page-quote-right p {
            text-align: left;
        }

/*Blog Grid Images*/
img.blog-grid-img-v1 {
    float: left;
    width: 280px;
    height: auto;
    margin: 0 20px 20px 0;
}

@media (max-width: 500px) {
    img.blog-grid-img-v1 {
        height: auto;
        display: block;
        max-width: 100%;
    }
}

/*Blog Grid Tags*/
.blog-grid-tags {
    padding-right: 0;
    list-style: none;
    margin-bottom: 30px;
}

    .blog-grid-tags li i {
        font-size: 17px;
    }

    .blog-grid-tags li {
        padding: 2px;
        display: inline-block;
    }

        .blog-grid-tags li.head {
            color: #fff;
            display: inline;
            font-size: 12px;
            background: #340450;
            padding: 3px 10px;
            text-transform: uppercase;
        }

        .blog-grid-tags li a {
            color: #fff;
            font-size: 12px;
            background: #999;
            padding: 3px 10px;
            text-transform: uppercase;
        }

            .blog-grid-tags li a:hover {
                background: #bb0210;
                text-decoration: none;
            }

/*Source List*/
.source-list {
    padding-right: 0;
    list-style: none;
    margin-bottom: 15px;
}

    .source-list li {
        padding-bottom: 3px;
    }


.bg-color-dark, .bg-color-darker, .bg-color-sea, .bg-color-red, .bg-color-aqua, .bg-color-blue, .bg-color-grey, .bg-color-light, .bg-color-green, .bg-color-brown, .bg-color-orange, .bg-color-green1, .bg-color-purple, .bg-color-dark-blue, .bg-color-light-grey, .bg-color-light-green {
    color: inherit;
}

.form-control {
    height: auto;
}

.clear {
    clear: both;
}

/*Header*/
/*----------------------------------------------------------------------

[-----*** TABLE OF CONTENT ***-----]

1. Header - Topbar
#2. Header - Search
3. Header - Navbar
4. Header - Responsive Navbar Style
5. Header - Submenu
6. Header - Mega Menu
7. Header - Fixed
8. Header Boxed Layout

-----------------------------------------------------------------------*/


/* --------------------------------------------------
	[1. Header - Topbar blog]
---------------------------------------------------- */
.blog-topbar {
    background-color: white;
    box-shadow: 3px 2px 10px #353434;
    margin-bottom: 5px;
}

    .blog-topbar .container,
    .blog-topbar .container-fluid {
        padding-top: 0;
        padding-bottom: 0;
    }

/* Topbar List */
.topbar-list {
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
    float: right;
}

    .topbar-list.links {
        float: left;
    }

    .topbar-list > li {
        color: #340450;
        font-size: 11px;
        font-weight: bold;
        padding: 7px 12px;
        position: relative;
        letter-spacing: 1px;
        display: inline-block;
        text-transform: uppercase;
    }

        .topbar-list > li:before {
            top: 11px;
            right: -3px;
            width: 1px;
            height: 9px;
            content: ' ';
            background: #eee;
            position: absolute;
        }

    .topbar-list li:last-child {
        padding-left: 0;
    }

    .topbar-list li a {
        color: #340450;
    }

        .topbar-list li a:hover {
            color: #340450;
            text-decoration: none;
        }

.topbar-log_reg li.home:before {
    display: none;
}

/* Topbar Dropdown */
.topbar-list .topbar-dropdown {
    top: 23px;
    right: -3px;
    z-index: 1;
    display: none;
    padding: 7px 0;
    list-style: none;
    min-width: 125px;
    background: #151515;
    position: absolute;
}

@media (min-width: 769px) {
    .topbar-list li:hover .topbar-dropdown {
        display: block;
    }
}

.topbar-list .topbar-dropdown li a {
    color: #eee;
    display: block;
    font-size: 10px;
    padding: 5px 15px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

    .topbar-list .topbar-dropdown li a:hover,
    .topbar-list .topbar-dropdown li.active a {
        color: #fff;
    }

    .topbar-list .topbar-dropdown li a:hover {
        text-decoration: none;
    }

/* Topbar Submenu */
.topbar-list .topbar-submenu {
    position: relative;
}

    .topbar-list .topbar-submenu > a:after {
        top: 8px;
        left: 9px;
        font-size: 11px;
        content: "\f104";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    .topbar-list .topbar-submenu:hover > .topbar-submenu-in {
        display: block;
    }

    .topbar-list .topbar-submenu > .topbar-submenu-in {
        top: 0;
        right: 100%;
        float: right;
        z-index: 1000;
        display: none;
        padding: 7px 0;
        font-size: 10px;
        min-width: 125px;
        text-align: right;
        list-style: none;
        background: #151515;
        position: absolute;
        text-transform: uppercase;
    }

    .topbar-list .topbar-submenu li:before {
        display: none;
    }

.topbar-time {
    color: #340450;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 0 7px 12px;
    float: right;
}

.topbar-match {
    color: #340450;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    /*padding: 7px 0 7px 12px;*/
    float: right;
}

.topbar-toggler {
    color: black;
    cursor: pointer;
    font-size: 16px;
    float: right;
    display: none;
    padding-top: 4px;
}

@media (max-width: 768px) {
    .topbar-toggler {
        display: block;
    }

    .topbar-menu {
        display: none;
    }

    .topbar-menu {
        clear: both;
        float: none;
        padding: 0 0 5px;
    }

        .topbar-menu li {
            display: block;
            padding: 7px 0;
        }

            .topbar-menu li:before {
                display: none;
            }

        .topbar-menu strong {
            font-weight: normal;
            opacity: 1;
        }

    .topbar-list .topbar-dropdown {
        background: none;
        top: 0;
        right: 10px;
        position: relative;
        min-width: auto;
        padding: 7px 0 0;
    }

    .topbar-list .topbar-submenu > .topbar-submenu-in {
        float: none;
        background: none;
        top: 0;
        right: 10px;
        position: relative;
        min-width: auto;
        display: block;
        padding: 7px 0 0;
    }

    .topbar-list .topbar-dropdown li {
        padding: 7px 0;
    }

        .topbar-list .topbar-dropdown li:last-child {
            padding-bottom: 0;
        }

        .topbar-list .topbar-dropdown li a {
            padding: 0;
        }

    .topbar-list .topbar-submenu > a:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .topbar-menu {
        display: block !important;
    }
}

/* Search Box */
.blog-topbar .search-btn {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 10px 0 0;
}

    .blog-topbar .search-btn:hover {
        color: #bbb;
    }

.topbar-search-block {
    top: 0;
    right: 0;
    width: 100%;
    display: none;
    background: #333;
}

    .topbar-search-block .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .topbar-search-block form {
        position: relative;
    }

    .topbar-search-block .search-close {
        top: 10px;
        left: 0;
        color: #fff;
        cursor: pointer;
        position: absolute;
    }

    .topbar-search-block .form-control {
        padding: 0;
        color: #eee;
        border: none;
        min-height: 35px;
        font-weight: 200;
        background: #333;
    }

        .topbar-search-block .form-control:focus {
            box-shadow: none;
        }

        .topbar-search-block .form-control::-moz-placeholder {
            color: #eee;
            font-weight: 200;
        }

        .topbar-search-block .form-control:-ms-input-placeholder {
            color: #eee;
            font-weight: 200;
        }

        .topbar-search-block .form-control::-webkit-input-placeholder {
            color: #eee;
            font-weight: 200;
        }

/*--------------------------------------------------
	[3. Header - Navbar]
----------------------------------------------------*/

/*Navbar*/
.header-v8 {
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px #bbb;
}

@media (max-width: 991px) {
    .header-v8 {
        position: static;
    }
}

/*Containers
------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .header-v8 .res-container {
        /*width: 750px;*/
    }
}

@media (max-width: 991px) {
    .header-v8 .res-container:before,
    .header-v8 .res-container:after {
        content: " ";
        display: table;
    }

    .header-v8 .res-container:after {
        clear: both;
    }

    /*  .header-v8 .res-container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-v8 > .navbar > .container {
		width: inherit;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
    	padding-right: 0;
    }*/

    .header-v8 > .navbar > .container > .navbar-header,
    .header-v8 > .navbar > .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

/*Navbar*/
.header-v8 .navbar {
    border: none;
    margin-bottom: 0;
}

/*Navbar Brand*/
.header-v8 .navbar-brand {
    height: 100px;
    line-height: 60px;
    padding: 5px 5px !important;
}

.header-v8 .navbar > .container .navbar-brand {
    margin-right: 0;
}

.header-v8 .navbar-brand img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

/*Media Queries*/
@media (max-width: 991px) {
    .header-v8 .navbar-brand {
        padding-top: 20px;
        line-height: 45px;
    }
}

@media (min-width: 992px) {
    .header-v8 .navbar-nav {
        float: left;
    }
}

@media (max-width: 768px) {
    .header-v8 .navbar-brand {
        padding-right: 0;
    }
}

@media (max-width: 450px) {
    .header-v8 .navbar-brand {
        width: 70%;
    }
}

/*Navbar Toggle*/
.header-v8 .navbar-toggle {
    border: none;
    padding: 9px 0;
    margin: 43px 0 0;
}

    .header-v8 .navbar-toggle .icon-bar {
        height: 1px;
        width: 30px;
        font-size: 20px;
        background: #333;
        margin-bottom: 7px;
    }

        .header-v8 .navbar-toggle .icon-bar:last-child {
            margin-bottom: 0;
        }

    .header-v8 .navbar-toggle,
    .header-v8 .navbar-toggle:hover,
    .header-v8 .navbar-toggle:focus {
        background: inherit;
    }

/*Navbar Collapse*/
.header-v8 .navbar-collapse {
    position: relative;
}

/*Navbar Menu*/
.header-v8 .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.header-v8 .nav > li > a:hover,
.header-v8 .nav > li > a:focus {
    background: inherit;
}


/*--------------------------------------------------
	[4. Header - Responsive Navbar Style]
----------------------------------------------------*/

/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .header-v8 .navbar-header {
        float: none;
    }

    .header-v8 .navbar-toggle {
        display: block;
    }

    .header-v8 .navbar-collapse {
        background: #fff;
        border-color: #eee;
        border-bottom: 1px solid #eee;
    }

        .header-v8 .navbar-collapse.collapse {
            display: none !important;
        }

            .header-v8 .navbar-collapse.collapse.in {
                display: block !important;
                overflow-y: auto !important;
            }

    .header-v8 .navbar-nav {
        margin: 0 0;
        float: none !important;
    }

        .header-v8 .navbar-nav > li {
            float: none;
        }

            .header-v8 .navbar-nav > li > a {
                padding-top: 30px;
                padding-bottom: 40px;
            }

            /*Navbar Nav*/
            .header-v8 .navbar-nav > li > a {
                color: #444;
            }
            .header-v8 .mega-menu .dropdown:hover a, .header-v8 .mega-menu .dropdown.mobileOpen a
            {
              color: white !important;
            }


    /*Pull Right*/
    .header-v8 .dropdown-menu.pull-right {
        float: none !important;
    }

    /*Navbar*/
    .header-v8 .navbar-nav .open > a:focus,
    .header-v8 .navbar-nav .open > a:hover {
        border-color: #eee;
    }

    /*Dropdown Menu Slide Down Effect*/
    .header-v8 .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

        .header-v8 .navbar-nav .open .dropdown-menu > li > a,
        .header-v8 .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 25px 5px 15px;
        }

        .header-v8 .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .header-v8 .navbar-nav .open .dropdown-menu > li > a:hover,
            .header-v8 .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

        .header-v8 .navbar-nav .open .dropdown-menu > li > a {
            color: #777;
        }

            .header-v8 .navbar-nav .open .dropdown-menu > li > a:hover,
            .header-v8 .navbar-nav .open .dropdown-menu > li > a:focus {
                background-color: transparent;
            }

        .header-v8 .navbar-nav .open .dropdown-menu > .active > a,
        .header-v8 .navbar-nav .open .dropdown-menu > .active > a:hover,
        .header-v8 .navbar-nav .open .dropdown-menu > .active > a:focus {
            background-color: transparent;
        }

        .header-v8 .navbar-nav .open .dropdown-menu > .disabled > a,
        .header-v8 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
        .header-v8 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
            background-color: transparent;
        }

    .header-v8 .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }

    /*Design for max-width: 991px*/
    .header-v8 .navbar-collapse,
    .header-v8 .navbar-collapse .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0;
        margin-left: 0;
    }

    .header-v8 .navbar-nav > li > a {
        font-size: 14px;
        padding: 10px 5px;
    }

    .header-v8 .navbar-nav > li a {
        border-bottom: none;
        border-top: 1px solid #eee;
    }

    .header-v8 .navbar-nav > li:first-child > a {
        border-top: transparent;
    }

    .header-v8 .navbar-nav > .open > a,
    .header-v8 .navbar-nav > .open > a:hover,
    .header-v8 .navbar-nav > .open > a:focus {
        color: #555;
        background: inherit;
    }

    .header-v8 .navbar-nav > .active > a,
    .header-v8 .navbar-nav > .active > a:hover,
    .header-v8 .navbar-nav > .active > a:focus {
        background: inherit;
    }

    .header-v8 .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #555 !important;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {
    /*Navbar Collapse*/
    .header-v8 .navbar-collapse {
        padding: 0;
    }

    /*Navbar*/
    .header-v8 .navbar {
        min-height: 40px !important;
        background-color: #F0EFEA;
        border-bottom: 5px solid black;
    }

    .header-v8 .container > .navbar-header,
    .header-v8 .container-fluid > .navbar-header,
    .header-v8 .container > .navbar-collapse,
    .header-v8 .container-fluid > .navbar-collapse {
        margin-bottom: -10px;
    }

    .header-v8 .navbar-nav {
        top: 2px;
        position: relative;
        float: right;
    }

        .header-v8 .navbar-nav > li > a {
            padding: 4px 10px 4px 10px;
            line-height: 25px;
        }

        .header-v8 .navbar-nav > li:last-child > a {
            /*padding-left: 0;*/
        }

        .header-v8 .navbar-nav > li.home > a {
            padding-right: 0;
        }

        .header-v8 .navbar-nav > li > a,
        .header-v8 .navbar-nav > li > a:hover,
        .header-v8 .navbar-nav > li > a:focus,
        .header-v8 .navbar-nav > .active > a,
        .header-v8 .navbar-nav > .active > a:hover,
        .header-v8 .navbar-nav > .active > a:focus {
            color: #350551;
            background: none;
        }

        .header-v8 .navbar-nav > .open > a,
        .header-v8 .navbar-nav > .open > a:hover,
        .header-v8 .navbar-nav > .open > a:focus {
            /*color: white;*/
        }

    /*Dropdown Menu*/
    .header-v8 .dropdown-menu {
        border: none;
        padding: 15px 0;
        min-width: 230px;
        border-radius: 0;
        background: #fff;
        z-index: 9999 !important;
    }

        .header-v8 .dropdown-menu > li > a {
            color: #777;
            font-size: 13px;
            font-weight: 400;
            padding: 6px 25px;
        }

        .header-v8 .dropdown-menu .active > a,
        .header-v8 .dropdown-menu li > a:hover {
            background: inherit;
            filter: none !important;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

        .header-v8 .dropdown-menu li > a:focus {
            background: none;
            filter: none !important;
        }

    .header-v8 .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
        background-color: #350551;
        z-index: 99 !important;
    }

    .header-v8 .navbar-nav > li.dropdown.open > .dropdown-menu {
        display: block;
        background-color: #350551;
        z-index: 9 !important;
    }


    .header-v8 .open > .dropdown-menu {
        display: none;
    }
}

@media (max-width: 450px) {


    .header-v8 .navbar-toggle {
        margin: 27px 0 0;
    }

    .header-v8 .navbar-brand {
    height: 75px;   
}
}
/*--------------------------------------------------
	[5. Header - Submenu]
----------------------------------------------------*/

/*Dropdown Submenu for BS3
------------------------------------*/
.header-v8 .dropdown-submenu {
    position: relative;
}

    .header-v8 .dropdown-submenu > a:after {
        top: 9px;
        left: 15px;
        font-size: 11px;
        content: "\f104";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

@media (max-width: 991px) {
    .header-v8 .dropdown-submenu > a:after {
        content: " ";
    }
}

.header-v8 .dropdown-submenu > .dropdown-menu {
    top: -20px;
    right: 100%;
    margin-right: 0px;
}

    /*Submenu comes from LEFT side*/
    .header-v8 .dropdown-submenu > .dropdown-menu.submenu-left {
        right: -100%;
    }

.header-v8 .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 991px) {
    .header-v8 .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-right: 15px;
    }
}

.header-v8 .dropdown-submenu.pull-left {
    float: none;
}

    .header-v8 .dropdown-submenu.pull-left > .dropdown-menu {
        right: -100%;
        margin-right: 10px;
    }

.header-v8 .dropdown-menu li [class^="fa-"],
.header-v8 .dropdown-menu li [class*=" fa-"] {
    right: -3px;
    width: 1.25em;
    margin-left: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}

    .header-v8 .dropdown-menu li [class^="fa-"].fa-lg,
    .header-v8 .dropdown-menu li [class*=" fa-"].fa-lg {
        /* increased font size for fa-lg */
        width: 1.5625em;
    }


/*--------------------------------------------------
	[6. Header - Mega Menu]
----------------------------------------------------*/

/*Mega Menu
------------------------------------*/
.header-v8 .mega-menu .nav,
.header-v8 .mega-menu .dropup,
.header-v8 .mega-menu .dropdown,
.header-v8 .mega-menu .collapse {
    position: static;
}

.header-v8 .mega-menu .navbar-inner,
.header-v8 .mega-menu .container {
    position: relative;
}

.header-v8 .mega-menu .dropdown-menu {
    right: auto;
}

    .header-v8 .mega-menu .dropdown-menu > li {
        display: block;
    }

.header-v8 .mega-menu .dropdown-submenu .dropdown-menu {
    right: 100%;
}

.header-v8 .mega-menu .nav.pull-right .dropdown-menu {
    left: 0;
}

.header-v8 .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 0;
}

    .header-v8 .mega-menu .mega-menu-content:before,
    .header-v8 .mega-menu .mega-menu-content:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .header-v8 .mega-menu .mega-menu-content:after {
        clear: both;
    }

.header-v8 .mega-menu.navbar .nav > li > .dropdown-menu:after,
.header-v8 .mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu {
    right: 0;
    left: 0;
    overflow: hidden;
}

    /*Dropdown Menu*/
    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li a {
        padding: 0;
    }

    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li h2 {
        color: #333;
        margin: 0 0 5px;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

/*Dropdown Link List*/
.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list {
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
}


@media(min-width:991px) {

    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li {
        display: inline-block;
        float: right;
    }

        .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li a {
            border-left: 1px solid #606060;
            padding: 6px 12px 6px 12px !important;
            color: white !important;
        }

    .header-v8 .mega-menu .dropdown:hover, .header-v8 .mega-menu .dropdown.open {
        background-color: #350551;
    }

        .header-v8 .mega-menu .dropdown:hover a, .header-v8 .mega-menu .dropdown.open a {
            color: white !important;
        }

    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li:hover a {
        background-color: #5E3674;
    }
}






@media(max-width:991px) {
    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li {
        display: block;
    }
}


.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li a {
    color: #777;
    display: block;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 400;
    background-color: #350551;
}

    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li a:hover {
        text-decoration: none;
    }

/*Responsive Mega Menu Content*/
@media (min-width: 768px) {
    .header-v8 .mega-menu .mega-menu-fullwidth .mega-menu-content .row {
        margin-left: 15px;
    }
}

@media (max-width: 991px) {
    /*Dropdown Menu*/
    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu {
        width: auto;
    }

        .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu > li > ul {
            display: block;
        }

        .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li h2 {
            font-size: 13px;
            padding-right: 10px;
        }

        .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li a {
            border-top: none;
        }

    /*Dropdown Link List*/
    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list > li > a {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu {
        padding-top: 0;
        margin-right: 15px;
        margin-left: 15px;
        padding-bottom: 0;
    }
}


/*--------------------------------------------------
    [7. Header - Fixed]
----------------------------------------------------*/

/*Header*/




.header-fixed .header-v8.header-sticky {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    /*position: fixed;*/
}
@media(min-width:991px)
{
    .big-header
    {
        height:174px;
    }
    .header-fixed .header-v8.header-sticky.header-fixed-shrink {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    position: fixed;
}
}

/*Media Queries*/
@media (max-width: 991px) {
    .header-fixed .header-v8.header-sticky {
        position: static;
    }
}

@media (min-width: 992px) {
    /*Topbar v2*/
    .header-fixed .header-v8.header-fixed-shrink .blog-topbar {
        margin-top: -108px;
    }

    /*Navbar Brand*/
    .header-fixed .header-v8.header-fixed-shrink .navbar-brand {
        height: 70px;
        max-height: 70px;
        line-height: 36px;
    }

    /*Navbar Nav*/
    .header-fixed .header-v8.header-fixed-shrink .navbar-nav > li > a {
        line-height: 30px;
    }

    /*Transition*/
    .header-v8 .blog-topbar,
    .header-v8 .navbar-brand,
    .header-v8 .navbar-nav > li > a,
    .header-fixed .header-v8.header-fixed-shrink .blog-topbar,
    .header-fixed .header-v8.header-fixed-shrink .navbar-brand,
    .header-fixed .header-v8.header-fixed-shrink .navbar-nav > li > a {
        /*-webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.7, 1);
	  	transition: all 0.3s cubic-bezier(0.5, 1, 0.7, 1);*/
    }
}


/*--------------------------------------------------
[8. Header Boxed Layout]
----------------------------------------------------*/

.boxed-layout.header-fixed .header-v8.header-sticky {
    right: inherit;
    width: inherit;
}

.boxed-layout-space.header-fixed .header-v8.header-sticky {
    top: 40px;
}

@media(max-width:767px) {
    .boxed-layout-space.header-fixed .header-v8.header-sticky {
        top: 0;
    }
}



.res-container .input-group {
    width: 213px;
    float: left;
}

@media(max-width:991px) {
    .res-container .input-group {
        margin-left: 10%;
        margin-top: 44px;
    }
}

@media(max-width:600px) {
    .res-container .input-group {
        float: right;
        margin-top: 0;
    }
}

.header-v8 .form-control {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    min-height: 30px;
    box-shadow: none;
    border-color: #bbb;
    padding-left: 15px;
    width: 81%;
    float: right;
}

.header-v8 .input-group-btn .input-btn {
    color: #fff;
    border: none;
    font-size: 20px;
    margin-right: -1px;
    padding: 6px 10px 6px;
    background-color: #bb010f;
}

    .header-v8 .input-group-btn .input-btn i {
        margin: 0;
    }

.Advanced-Search {
    float: left;
    text-decoration: underline;
    color: #898989;
}
/*end Header*/


/*footer*/
/*--------------------------------------------------
	[Footer]
----------------------------------------------------*/
.footer-v8 .footer {
    background: #1C012A;
    padding: 60px 0 0;
}

    .footer-v8 .footer img.footer-logo {
        margin-bottom: 20px;
        width: 100%;
    }

    .footer-v8 .footer h2 {
        line-height: 18px;
        margin: 0 0 5px 0;
    }


        .footer-v8 .footer h2 a {
            color: #eee;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            margin: 2px 0 36px;
            position: relative;
            text-transform: uppercase;
        }

            .footer-v8 .footer h2 a:hover {
                text-decoration: none;
                color: red;
            }

    /*.footer-v8 .footer h2 a:after {
	right: 0;
	width: 30px;
	height: 1px;
	content: " ";
	bottom: -10px;
	background: #eee;
	position: absolute;
}*/

    .footer-v8 .footer p {
        color: #eee;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }

    .footer-v8 .footer strong {
        color: #eee;
    }

    .footer-v8 .footer hr {
        margin: 15px 0;
        border-color: #222;
    }

    /*Footer Column One*/
    .footer-v8 .footer .column-one span {
        color: #eee;
        display: block;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .footer-v8 .footer .column-one a {
        color: white;
        font-size: 13px;
    }

        .footer-v8 .footer .column-one a:hover {
            text-decoration: none;
        }

    /*Footer Tags v4*/
    .footer-v8 .footer .tags-v4 li {
        line-height: 30px;
    }

    .footer-v8 .footer .tags-v4 a {
        color: #eee;
        border-color: #eee;
    }

    /*Footer Lists*/
    .footer-v8 .footer .footer-lists {
        padding-right: 0;
        list-style: none;
    }

        .footer-v8 .footer .footer-lists li {
            display: block;
            font-size: 13px;
            margin-bottom: 5px;
        }

            .footer-v8 .footer .footer-lists li i {
                color: #bbb;
                margin-left: 3px;
                vertical-align: middle;
            }

        .footer-v8 .footer .footer-lists a {
            color: #bbb;
        }


        .footer-v8 .footer .footer-lists li a:hover {
            text-decoration: none;
            color: red;
        }

    /*Footer Latest News*/
    .footer-v8 .footer .latest-news {
        overflow: hidden;
    }

        .footer-v8 .footer .latest-news img {
            float: right;
            width: 60px;
            height: auto;
            margin: 4px 0 0 10px;
        }

        .footer-v8 .footer .latest-news h3 {
            margin: 0 0 3px;
            font-size: 14px;
            line-height: 20px;
        }

            .footer-v8 .footer .latest-news h3 a {
                color: #fff;
            }

                .footer-v8 .footer .latest-news h3 a:hover {
                    text-decoration: none;
                }

        .footer-v8 .footer .latest-news p {
            font-size: 12px;
            margin-bottom: 1px;
        }

    /*Footer Subscribe Form*/
    .footer-v8 .footer .form-control {
        color: #bbb;
        font-size: 13px;
        font-weight: 400;
        min-height: 30px;
        box-shadow: none;
        border-color: #222;
        padding-left: 15px;
        background: rgba(0,0,0,0.2);
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }

        .footer-v8 .footer .form-control::-moz-placeholder {
            color: #bbb;
        }

        .footer-v8 .footer .form-control:-ms-input-placeholder {
            color: #bbb;
        }

        .footer-v8 .footer .form-control::-webkit-input-placeholder {
            color: #bbb;
        }

    .footer-v8 .footer .input-group-btn .input-btn {
        color: #fff;
        border: none;
        font-size: 13px;
        margin-right: -1px;
        padding: 6px 10px 5px;
        border-top-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
    }

/*Footer Social Icons*/
.social-icon-list {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}

    .social-icon-list li {
        padding: 0 3px;
        display: inline-block;
    }

        .social-icon-list li i {
            color: #fff;
            width: 30px;
            height: 30px;
            padding: 7px;
            font-size: 14px;
            text-align: center;
            line-height: normal;
            display: inline-block;
            border: 1px solid #fff;
        }

            .social-icon-list li i:hover {
                -webkit-transition: all 0.35s, -webkit-transform 0.35s;
                transition: all 0.35s, transform 0.35s;
            }

            .social-icon-list li i.fb {
                background: #4862a3;
            }

            .social-icon-list li i.tw {
                background: #159ceb;
            }

            .social-icon-list li i.gp {
                background: #dc4a38;
            }

            .social-icon-list li i.in {
                background: #009398;
            }

            .social-icon-list li i.yt {
                background: #FF0101;
            }

/*Footer Copyright
------------------------------------*/
.footer-v8 .copyright {
    padding: 15px 0;
    background: #000;
}

    .footer-v8 .copyright .terms-menu {
        margin: 5px 0 0;
    }

        .footer-v8 .copyright .terms-menu li {
            color: #bbb;
            font-size: 12px;
            line-height: 10px;
            margin-left: 2px;
            padding-right: 10px;
            padding-right: 10px;
            border-right: 1px solid #bbb;
        }

            .footer-v8 .copyright .terms-menu li:first-child {
                border-right: none;
                padding: 0 0 0 7px;
            }

            .footer-v8 .copyright .terms-menu li a {
                color: #bbb;
            }

                .footer-v8 .copyright .terms-menu li a:hover {
                    color: #fff;
                    text-decoration: none;
                }

@media(max-width:450px) {
    .footer-v8 .mobile-footer-logo {
        text-align: center;
    }

    .footer-v8 .mobile-footer {
        width: 50%;
        float: right;
    }
}
/*end footer*/

/*master-slider*/


.master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
}

    .master-slider a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .master-slider, .master-slider * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .master-slider.before-init {
        }

        .master-slider.ms-fullheight {
            height: 100%;
        }

.ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent;
}

.ms-layout-partialview .ms-container {
    overflow: hidden;
}

.master-slider img, .ms-slide-bgvideocont video {
    max-width: none;
}

.ms-ie img {
    border: none;
}

.ms-ie8 * {
    opacity: inherit;
    filter: inherit;
}

.ms-ie7 {
    zoom: 1;
}

.ms-moz .ms-slide-bgcont > img {
    transform: translateX(0px);
}

.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0;
}

.ms-slide-auto-height {
    display: table;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(loading-2.gif) no-repeat center white;
    border-radius: 60px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px;
    opacity: 0.9;
}


/* grab cursor */
.ms-no-swipe, .ms-def-cursor {
    cursor: auto !important;
}

.ms-grab-cursor {
    cursor: url(grab.png), move;
}

.ms-grabbing-cursor {
    cursor: url(grabbing.png), move;
}

.ms-ie .ms-grab-cursor {
    cursor: move;
}

.ms-ie .ms-grabbing-cursor {
    cursor: move;
}

.ms-view {
    margin: 0px auto;
    overflow: hidden;
    background: black;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

    .ms-view .ms-slide-container {
        position: relative;
    }

.ms-slide {
    position: absolute;
    height: 100%;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
}

.ms-wk .ms-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ms-slide.selected {
}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.ms-slide .ms-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 110;
}

.ms-ie .ms-slide-link {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}


.ms-slide .ms-slide-bgvideocont {
    z-index: 105;
    height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont > video {
    -webkit-transform: translateZ(0.3px);
    transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo {
    position: absolute;
    top: 0px;
}

.ms-inner-controls-cont, .ms-container {
    position: relative;
    margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
    position: absolute;
    pointer-events: auto;
}

.ms-slide .ms-slide-layers,
.ms-fixed-layers {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 109;
    top: 0px;
    pointer-events: none;
}

.ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 111;
    background: black;
    padding: 0;
    margin: 0;
    border: none;
}

.ms-parallax-layer {
    width: 100%;
    position: absolute;
    top: 0;
}

.ms-scroll-parallax-cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.ms-wk .ms-scroll-parallax-cont {
    -webkit-transform: translateZ(0.4px);
    transform: translateZ(0.4px);
}

/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/

/*-----------------------------------------------------------*/
.ms-action-layer {
    cursor: pointer;
}

.ms-btn-container {
    position: absolute;
}

.ms-btn {
    text-decoration: none;
    display: inline-block;
    color: black;
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap;
}

.ms-default-btn {
    background: #0074A2;
    border-radius: 5px;
    color: #FFF;
}

    .ms-default-btn:hover {
        background-color: #0098D5;
    }

    .ms-default-btn:active {
        top: 1px;
    }


.ms-btn-s {
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m {
    padding: 12px 40px;
}

.ms-btn-n {
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l {
    padding: 17px 50px;
    font-size: 120%;
}

.ms-btn-box {
}

.ms-btn-round {
    border-radius: 5px;
}

.ms-btn-circle {
    border-radius: 100px;
}

.ms-btn-outline-box {
}

.ms-btn-outline-round {
    border-radius: 5px;
}

.ms-btn-outline-circle {
    border-radius: 100px;
}
/*-----------------------------------------------------------*/

.ms-layer.video-box {
    background: black;
}

    .ms-layer.video-box iframe {
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        z-index: 111;
    }

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 112;
}

.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113;
}

.ms-slide-vcbtn-mobile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: black;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 113;
}

    .ms-slide-vcbtn-mobile .ms-vcbtn-txt {
        text-transform: uppercase;
        font-family: sans-serif;
        font-size: 0.75em;
        display: inline-block;
        background: url(video-close-btn.png) no-repeat 0px 3px;
        padding-left: 15px;
        height: 15px;
        color: #DBDBDB;
        margin-top: 7px;
    }

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
    -webkit-transform: translateZ(0.44px);
    transform: translateZ(0.44px);
}

.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left;
}

/* controls */

.ms-thumb-list {
    overflow: hidden;
    position: absolute;
}

    .ms-thumb-list.ms-dir-h {
        width: 100%;
    }

    .ms-thumb-list.ms-dir-v {
        height: 100%;
        top: 0;
    }

.ms-thumbs-cont {
    position: relative;
}

.ms-thumb-frame img {
    width: 100%;
    height: auto;
}

.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: 0.5;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ms-thumb-frame-selected {
    opacity: 1;
}

.ms-tabs .ms-thumb-frame {
    background-color: #F6f6f6;
    text-shadow: 0 1px 1px white;
    color: #222;
    border: solid 1px white;
    border-width: 0 1px 1px 0;
    overflow: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
    margin-left: 0px;
}

.ms-tabs.ms-dir-h.ms-align-top {
    z-index: 140;
}

    .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
        margin-top: -12px;
    }

.ms-tabs .ms-thumb {
    padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
    opacity: 1;
    background: #EDEDED;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0px;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
    bottom: 0px;
    top: auto;
    border-bottom: 0px;
    border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    bottom: -12px;
    border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    right: -12px;
    border-left-color: #EDEDED;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto;
}

    .ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
        content: close-quote;
        top: 43%;
        position: relative;
        border: solid rgba(0, 0, 0, 0);
        border-width: 5px 5px 5px 0px;
        display: block;
        border-right-color: #FFF;
        width: 6px;
        height: 1px;
    }

    .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
        border-width: 5px 0px 5px 5px;
        border-left-color: #FFF;
        left: 7px;
    }

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    bottom: 0;
    top: auto;
}

    .ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
        content: close-quote;
        left: 43%;
        position: relative;
        border: solid rgba(0, 0, 0, 0);
        border-width: 0px 5px 5px 5px;
        display: block;
        border-bottom-color: #FFF;
        height: 1px;
        top: 5px;
        width: 0;
    }

    .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
        border-width: 5px 5px 0px 5px;
        border-top-color: #FFF;
        top: 7px;
    }


.ms-bullet {
    cursor: pointer;
    float: left;
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px;
}

.ms-bullets.ms-dir-v {
    position: absolute;
    top: 50%;
}

    .ms-bullets.ms-dir-v .ms-bullet {
        float: none;
    }

.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%;
}

.ms-sbar {
    position: absolute;
}

    .ms-sbar.ms-dir-h {
        left: 10px;
        right: 10px;
        top: 5px;
    }

    .ms-sbar.ms-dir-v {
        top: 10px;
        bottom: 10px;
        right: 5px;
    }

    .ms-sbar .ms-bar {
        height: 4px;
        background: #333;
        border-radius: 4px;
    }

    .ms-sbar.ms-dir-v .ms-bar {
        width: 4px;
    }

    .ms-sbar .ms-bar {
        position: relative;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -ms-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms;
    }

.ms-timerbar {
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
}

.ms-ctimer-bullet {
}

.ms-time-bar {
    -webkit-transition: width 120ms linear;
    -moz-transition: width 120ms linear;
    -ms-transition: width 120ms linear;
    -o-transition: width 120ms linear;
    transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
    height: 0px;
}

.ms-slide-info {
    position: absolute;
}

    .ms-slide-info.ms-dir-v {
        top: 0;
    }

    .ms-slide-info.ms-dir-h {
        width: 100%;
    }

@keyframes point-anim {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes point-anim {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
}


/*-----------style-----------*/
/**
 *  Master Slider
 *  Default Skin
 */

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn {
    width: 50px;
    height: 51px;
    background: url(light-skin-1.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(light-skin-1.png) no-repeat -24px -28px;
    top: 18px;
    right: 30px;
}

/* controls */

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
    width: 30px;
    background: url(light-skin-1.png);
    background-position: -89px -26px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
}

.ms-skin-default .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -89px -103px;
}



.ms-skin-default .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(light-skin-1.png) no-repeat;
    margin: 4px;
    background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
    background-position: -34px -84px;
}


.ms-skin-default .ms-time-bar {
    height: 3px;
    background: #FFFFFF;
    border-top: solid 1px rgba(0, 0, 0, 0.41);
}


.ms-skin-default .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, 0.88);
    bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, 0.88);
    top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, 0.88);
    left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, 0.88);
    right: -10px;
}

.ms-skin-default .ms-tooltip-point {
    cursor: pointer;
}

    .ms-skin-default .ms-tooltip-point .ms-point-center {
        width: 12px;
        height: 12px;
        border-radius: 15px;
        border: solid 2px #BBB;
        background: white;
        margin: -8px 0 0 -8px;
        position: absolute;
        z-index: 105;
    }

    .ms-skin-default .ms-tooltip-point .ms-point-border {
        width: 22px;
        height: 22px;
        background: black;
        background: rgba(0, 0, 0, 0.36);
        margin: -11px 0 0 -11px;
        position: absolute;
        border-radius: 15px;
        animation: point-anim 1.5s infinite;
        -moz-animation: point-anim 1.5s infinite;
        -webkit-animation: point-anim 1.5s infinite;
        -o-animation: point-anim 1.5s infinite;
    }

.ms-skin-default .ms-tooltip {
    max-width: 200px;
}

.ms-skin-default .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, 0.88);
    text-shadow: 0 1px 0px white;
    margin-left: -1px;
}

/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {

    .ms-skin-default .ms-slide .ms-slide-vpbtn,
    .ms-skin-default .ms-video-btn,
    .ms-skin-default .ms-slide .ms-slide-vcbtn,
    .ms-skin-default .ms-nav-next,
    .ms-skin-default .ms-nav-prev,
    .ms-skin-default .ms-bullet {
        background-image: url(light-skin-1-retina.png);
        background-size: 152px 225px;
    }
}

/*end master-slider*/


/*! jQuery UI - v1.11.4 - 2016-03-14
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 99999;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0; /* support: IE7 */
        /* support: IE10, see #8844 */
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }

/* Interaction states
----------------------------------*/
/*.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}*/
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #454545;
    text-decoration: none;
}
/*.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}*/
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none;
}
/*.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}*/
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #777620;
    }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #5f3f3f;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
    }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url('../../../jq-ui/images/ui-icons_ffffff_256x240.png');
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url('../../../jq-ui/images/ui-icons_222222_256x240.png');
}

.ui-state-active .ui-icon {
    background-image: url('../../../jq-ui/images/ui-icons_ffffff_256x240.png');
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    margin: 0px 0 0 0px;
    padding: 5px;
    background: #666666;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
    border-radius: 8px;
}





/*fancyBox*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    padding: 2px !important;
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

/*end fancyBox*/


/*owl-carousel*/

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        max-height: 202px;
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*end owl-carousel*/



/*rtl*/
.owl-carousel .owl-item .avatar-of-reviewer,
.owl-carousel .owl-item .video-play-btn {
    width: auto;
    display: inline-block;
}

.style-swticher-header .theme-close {
    left: 6px;
    right: auto;
}

/*end rtl*/

/*home-section-1*/
@media(max-width:991px)
{
    .home-section-1 .main-title {
  padding-left:0!important;
    }
}


.home-section-1 .main-title .col-sm-4 {
    /*margin-top: 25px;*/
}

.home-section-1 .main-title a:hover {
    text-decoration: none;
}

.home-section-1 .main-title span {
    background-color: #bb010f;
    color: white;
    text-align: center;
    display: initial;
    font-size: 22px;
    padding: 0px 6px 2px 6px;
}

.home-section-1 .main-title h2 {
    font-weight: bold;
    font-size: 32px;
    color: black;
    margin-top: 12px;
    margin-bottom: 3px;
}

.home-section-1 .main-title small {
    color: #b9b9b9;
    font-size: 13px;
}

.home-section-1 .main-title p {
    color: black;
    font-size: 15px;
    line-height: 19px;
}

.home-section-1 .main-title .blog-grid{
        position: relative;
}

.home-section-1 .main-title .blog-grid ul {
    bottom: 10px;
    left: 0;
    padding: 0;
    position: absolute;
}

    .home-section-1 .main-title .blog-grid ul li {
        display: inline-block;
    }

        .home-section-1 .main-title .blog-grid ul li i {
            position: relative;
                bottom: 0;
                left: 10px;
                z-index: 1;
                color: #fff;
                width: 30px;
                height: 30px;
                font-size: 18px;
                line-height: 30px;
                text-align: center;
                display: inline-block;
                background: rgba(0,0,0,0.5);
        }



.home-section-1 .carousel-inner .item img {
    width: 100%;
    max-height: 280px;
}


.home-section-1 .Newsflash {
    /*background-color: #F5F5F5;*/
    padding: 0;
}

    .home-section-1 .Newsflash .marquee {
        overflow: hidden;
        height: 247px;
    }

    .home-section-1 .Newsflash .blog-thumb-v3 {
        padding: 0 15px 0 15px;
    }

    .home-section-1 .Newsflash hr {
        border-top: 1px solid #e1dede;
    }

    .home-section-1 .Newsflash .Finish-Round-Newsflash {
        border-top: 2px dotted #bb010f;
        margin: 10px 0;
    }

    .home-section-1 .Newsflash span {
        background-color: #bb010f;
        color: white;
        text-align: center;
        border-bottom: none;
        margin-bottom: 5px;
        width: 100%;
        display: block;
    }

    .home-section-1 .Newsflash small {
        color: #bb010f;
    }

    .home-section-1 .Newsflash h3 a:hover {
        color: #bb0210;
        text-decoration: none;
    }


/* end home-section-1*/




/*home-section-2*/
.home-section-2 .col-md-12 .kav {
    border-bottom: 3px solid #BB010F;
    padding-bottom: 25px;
}

.home-section-2 a {
    text-decoration: none;
    height: 265px;
    display: block;
}

    .home-section-2 a .blog-grid-grad {
        position: relative;
    }

        .home-section-2 a .blog-grid-grad img {
            width: 100%;
        }



.home-section-2 h2 {
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1px;
}

.home-section-2 small {
    color: #a7a7a7;
    font-size: 12px;
}

.home-section-2 p {
    line-height: 15px;
    font-size: 13px;
    color: black;
    margin-top: 2px;
}

.home-section-2 ul {
    bottom: 14px;
    padding: 0;
    position: absolute;
        left: 0;
}

    .home-section-2 ul li {
        display: inline-block;
    }

        .home-section-2 ul li i {
            position: relative;
            top: 5px;
            left: 5px;
            z-index: 1;
            color: #fff;
            width: 20px;
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            display: inline-block;
            background: rgba(0,0,0,0.5);
        }

.debriefing-badge {
    background: #BB010F;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px 8px 15px!important;
    position: absolute;
    border-radius: 0px 0px 90px 90px;
    -moz-border-radius: 0px 0px 90px 90px;
    -webkit-border-radius: 0px 0px 90px 90px;
}

/* end home-section-2*/

/*home-section-3*/

.home-section-3 > hr {
    margin-bottom: 0;
}

.home-section-3 .ateror-silenced {
    display: block;
}

    .home-section-3 .ateror-silenced:hover h2 {
        color: white !important;
    }

    .home-section-3 .ateror-silenced:hover {
        text-decoration: none;
    }

    .home-section-3 .ateror-silenced h2 {
        background-color: #bb010f;
        color: white;
        text-align: center;
        border-bottom: none;
        padding: 0 0 3px 0;
        margin: 0;
        font-size: 21px;
    }

    .home-section-3 .ateror-silenced .namber-big {
        font-family: 'digital';
        font-size: 100px;
        line-height: 63px;
        display: block;
        color: #bb010f;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .home-section-3 .ateror-silenced .txt-namber-big {
        font-weight: bold;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.5px;
        color: black;
    }

    .home-section-3 .ateror-silenced .txt-namber-min-top {
        display: block;
        font-size: 18px;
        color: black;
    }

    .home-section-3 .ateror-silenced .arrow {
        display: block;
        background-color: #bb010f;
        color: white;
        text-align: center;
        border-bottom: none;
        padding: 0 0 3px 0;
        margin: 12px 0 20px 0;
    }

    .home-section-3 .ateror-silenced a:hover {
        text-decoration: none;
    }

    .home-section-3 .ateror-silenced .namber-min {
        font-family: 'digital';
        font-size: 45px;
        line-height: 20px;
        color: #bb010f;
    }

    .home-section-3 .ateror-silenced .txt-namber-min-bottom {
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 3px;
        color: black;
    }

.home-section-3 .special-coverage {
    margin-top: -10px;
}

    .home-section-3 .special-coverage h3 {
        font-weight: bold;
        font-size: 20px;
        margin: 0 0 4px 0;
        color: black;
    }

.home-section-3 .special-coverage {
    /*height: 180px;*/
}

    .home-section-3 .special-coverage a:hover {
        text-decoration: none;
    }

    .home-section-3 .special-coverage a img {
        width: 100%;
    }

    .home-section-3 .special-coverage a h2 {
        font-size: 20px;
        line-height: 15px;
        color: white;
        background-color: rgba(0, 0, 0, 0.68);
        margin: 0;
        padding: 8px 0px 8px 0px;
        text-align: center;
        width: 100%;
        right: 15px;
    }

.home-section-3 .mor-events a {
    display: block;
    margin-bottom: 18px;
    position: relative;
}

    .home-section-3 .mor-events a ul {
        bottom: 4px;
        left: 15px;
        padding: 0;
        position: absolute;
    }

        .home-section-3 .mor-events a ul li {
            display: inline-block;
        }

            .home-section-3 .mor-events a ul li i {
                position: relative;
                top: 5px;
                right: 5px;
                z-index: 1;
                color: #fff;
                width: 20px;
                height: 20px;
                font-size: 12px;
                line-height: 20px;
                text-align: center;
                display: inline-block;
                background: rgba(0,0,0,0.5);
            }

    .home-section-3 .mor-events a:hover {
        text-decoration: none;
    }
    .home-section-3 .mor-events .blog-thumb .big-img {
    width: 150px;
    float: right;
    position: relative;
    margin-left: 8px;
  
}

.home-section-3 .mor-events .blog-thumb img {
    width: 150px;
    float: right;
    position: relative;
    margin-left: 8px;
}

.home-section-3 .mor-events .blog-thumb .blog-thumb-desc h2 {
    font-weight: bold;
    font-size: 20px;
    color: black;
    margin-bottom: 0px;
}

.home-section-3 .mor-events .blog-thumb .blog-thumb-desc h3 {
    font-weight: bold;
    font-size: 15px;
    color: black;
    line-height: 20px;
}

.home-section-3 .mor-events .blog-thumb .blog-thumb-desc small {
    color: #a7a7a7;
    font-size: 12px;
}

.home-section-3 .Social .Breaking-News {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    background-color: #bb0210;
    padding: 8px;
    line-height: 15px;
    color: white;
}

    .home-section-3 .Social .Breaking-News > a > i {
        font-size: 30px;
        float: right;
        margin-left: 12px;
        margin-top: 3px;
    }

    .home-section-3 .Social .Breaking-News > a > span {
        font-size: 14px;
    }

    .home-section-3 .Social .Breaking-News > a {
        color: white;
    }

        .home-section-3 .Social .Breaking-News > a:hover {
            text-decoration: none;
        }

/* end home-section-3*/


/*home-section-4*/
.home-section-4 .bloggers-authors {
    padding-left: 20px;
    padding-right: 20px;
}

    .home-section-4 .bloggers-authors .tab-v5 ul li {
        width: 50%;
        text-align: center;
    }

@media(max-width:450px) {
    .home-section-4 .bloggers-authors, .home-section-4 .tabim {
        margin-bottom: 25px;
    }
}

.home-section-4 .bloggers-authors .my-btn-prev {
    color: #ffffff;
    padding: 0 5px;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 100px;
    bottom: 0;
    right: 0;
    width: 4%;
    height: 115px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    background-color: whitesmoke;
}

.home-section-4 .bloggers-authors .my-btn-next {
    color: #ffffff;
    padding: 0 5px;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    width: 4%;
    height: 115px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    background-color: whitesmoke;
}

.home-section-4 .bloggers-authors .owl-btn i {
    margin-top: 38px;
}

.home-section-4 .bloggers-authors .Bloggers-Authors-carousel {
    margin: 0;
}


.home-section-4 .bloggers-authors .item {
    text-align: center;
}

    .home-section-4 .bloggers-authors .item a:hover {
        text-decoration: none;
    }

    .home-section-4 .bloggers-authors .item a img {
        width: 100px;
        display: block;
        margin: auto;
    }


@media(max-width:500px) {
    .home-section-4 .bloggers-authors .item a img {
        width: 77%;
    }
}

.home-section-4 .bloggers-authors .item .name {
    display: block;
}

.home-section-4 .bloggers-authors .item .name2 {
    display: block;
    color: black;
        line-height: 15px;
}

.home-section-4 .bloggers-authors .item .namberComments {
    display: block;
    margin-top: 10px;
}

.home-section-4 .bloggers-authors .big-title {
    display: block;
    margin-bottom: 5px;
}

.home-section-4 .bloggers-authors .title {
    font-size: 24px;
    font-weight: bold;
    color: black;
}

    .home-section-4 .bloggers-authors .title:hover {
        text-decoration: none;
        color: #bb010f;
    }

.home-section-4 .bloggers-authors .tab-v5 .nav-tabs li a {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 15px 6px 15px;
}

.home-section-4 .bloggers-authors .tab-v5 .nav-tabs li.active a {
    font-size: 16px;
    font-weight: bold;
    color: black;
}





.home-section-4 .tabim .tab-v5 {
    margin-bottom: 0;
}


.home-section-4 .tabim ul > li {
    width: 50%;
    text-align: center;
}

    .home-section-4 .tabim ul > li a {
        font-size: 16px;
        font-weight: bold;
        padding: 4px 0 4px 0;
    }

    .home-section-4 .tabim ul > li.active a {
        padding: 4px 0 4px 0;
        color: black;
    }

.home-section-4 .tab-content {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 6px;
    padding-left: 6px;
}

    .home-section-4 .tab-content .tab-pane a {
        text-align: center;
        display: block;
        padding: 6px;
    }

        .home-section-4 .tab-content .tab-pane a:hover {
            text-decoration: none;
        }

.home-section-4 .Recent-Comments h2 {
    background-color: #340450;
    color: white;
    text-align: center;
    border-bottom: none;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    height: 30px;
    margin-bottom: 5px;
}

.home-section-4 .Recent-Comments {
    background-color: #F5F5F5;
    padding: 0;
}


    .home-section-4 .Recent-Comments .blog-thumb-v3 h3 {
        margin: 0;
        font-weight: bold;
        font-size: 12px;
    }

    .home-section-4 .Recent-Comments .blog-thumb-v3 a {
        color: black;
    }

    .home-section-4 .Recent-Comments .blog-thumb-v3 {
        padding: 0 15px 8.5px 15px;
        line-height: 12px;
    }

    .home-section-4 .Recent-Comments .hr-xs {
        margin: 0;
    }

    .home-section-4 .Recent-Comments .blog-thumb-v3 a:hover {
        text-decoration: none;
    }
/* end home-section-4*/


/*home-section-5*/
@media(min-width:770px) {
    .home-section-5 {
        min-height: 470px;
    }
}

@media(max-width:670px) {
    .home-section-5 {
        min-height: 200px;
        width: 100%;
    }
}


.home-section-5 .big-kav {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

    .home-section-5 .big-kav:hover h2 {
        color: #bb010f !important;
    }

.home-section-5 .txt-kav {
    display: inline-block;
    background-color: white;
    color: #340450;
    text-align: right;
    font-size: 24px;
    top: 0;
    padding-top: 9px;
    padding-left: 10px;
    padding-bottom: 7px;
    font-size: 22px !important;
    font-weight: bold;
    float: none;
    border-radius: 20px 0 0 0;
    margin: 0;
}

.home-section-5 .kav {
    height: 3px;
    width: 100%;
    background-color: #340450;
    display: block;
    margin-top: -23px;
}


.home-section-5 .tab-v4 .tab-heading {
    border: none;
}

    .home-section-5 .tab-v4 .tab-heading > ul {
        width: 100%;
    }

    .home-section-5 .tab-v4 .tab-heading ul > li {
        width: 16%;
        text-align: center;
    }


        .home-section-5 .tab-v4 .tab-heading ul > li.active > a {
            background-color: #340450;
            color: white !important;
        }

        .home-section-5 .tab-v4 .tab-heading ul > li > a:hover {
            background-color: #340450;
            color: white !important;
        }

        .home-section-5 .tab-v4 .tab-heading ul > li > a {
            font-size: 19px;
            font-weight: bold;
        }

@media(max-width:490px) {
    .home-section-5 .tab-v4 .tab-heading ul > li > a {
        padding: 6px 4px;
        font-size: 14px;
    }
}


.home-section-5 .tab-v4 .tab-content {
    padding: 0;
}


.home-section-5 .tab-content .blog-slider .blog-slider-title {
    bottom: 0;
    background-color: rgba(10, 10, 10, 0.37);
    padding: 0;
}
/*.home-section-5 .tab-content .ms-inner-controls-cont .ms-view.ms-fade-view
{
    max-width:100%!important;   
    left:auto!important;
}*/


.home-section-5 .tab-content .blog-slider .ms-slide-bgcont img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}


.home-section-5 .tab-content .blog-slider .blog-slider-title h2 {
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 10px;
}



.home-section-5 .tab-content .blog-slider.ms-sl-selected {
    height: auto;
    max-width: 100%;
}

.home-section-5 .tab-content .ms-thumb-list .ms-thumbs-cont .ms-thumb-frame .ms-thumb {
    padding: 6px;
    height: 100%;
}

    .home-section-5 .tab-content .ms-thumb-list .ms-thumbs-cont .ms-thumb-frame .ms-thumb h3 {
        position: absolute;
        bottom: 0;
        width: 95%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.55);
        margin: 0;
        color: white;
        font-size: 15px;
    }


/*end home-section-5*/


/*home-section-6-7-8-9-10-11*/
.articles .big-kav {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

    .articles .big-kav:hover h2 {
        color: #bb010f !important;
    }

.articles .txt-kav {
    display: inline-block;
    background-color: white;
    color: #bb010f;
    text-align: right;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: 22px !important;
    font-weight: bold;
    border-radius: 20px 0 0 0;
    margin: 0;
}

.articles .kav {
    height: 3px;
    width: 100%;
    background-color: #bb010f;
    display: block;
    margin-top: -23px;
}

.articles-opinions .blog-imgBig img {
    width: 100%;
}

.articles-opinions .blog-imgBig .blog-imgBig-Details {
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 3px 10px;
    font-size: 14px;
    text-align: center;
}

.articles-opinions .big-kav {
    position: relative;
    margin-bottom: 30px;
    display:block;
}

.articles-opinions .txt-kav {
    display: inline-block;
    background-color: white;
    color: #bb010f;
    text-align: right;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: 22px !important;
    font-weight: bold;
    border-radius: 20px 0 0 0;
    margin: 0;
}

.articles-opinions .kav {
    height: 3px;
    width: 100%;
    background-color: #bb010f;
    display: block;
    margin-top: -23px;
}



.articles .big-kav > label {
    float: left;
    text-decoration: none;
    cursor: pointer;
}

.articles .blog-grid {
    cursor: pointer;
}

    .articles .blog-grid:hover {
        text-decoration: none;
    }

    .articles .blog-grid h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .articles .blog-grid p {
        color: black;
        font-size: 14px;
        margin: 0;
    }

.articles-opinions .blog-grid p {
    color: black;
    font-size: 14px;
    margin: 0;
}

.articles .blog-thumb-v2 {
    display: block;
    cursor: pointer;
}

    .articles .blog-thumb-v2:hover {
        text-decoration: none;
    }

    .articles .blog-thumb-v2 h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .articles .blog-thumb-v2 .blog-thumb-grad img {
        width: 150px;
    }

.articles .blog-grid ul {
    bottom: 10px;
    left: 0;
    padding: 0;
    position: absolute;
}

    .articles .blog-grid ul li {
        display: inline-block;
    }

        .articles .blog-grid ul li i {
            position: relative;
        }

.articles .blog-thumb-v2 .blog-thumb-grad ul {
    bottom: 4px;
    left: 0;
    padding: 0;
    position: absolute;
}

    .articles .blog-thumb-v2 .blog-thumb-grad ul li {
        display: inline-block;
    }

        .articles .blog-thumb-v2 .blog-thumb-grad ul li i {
            position: relative;
        }


.articles .blog-thumb-v2 .blog-thumb-desc {
    margin-top: 10px;
}

/*end home-section-6-7-8-9-10-11*/


/*home-section-6*/
.home-section-6 .advertising h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.home-section-6 .advertising > div {
    padding: 3px;
}

.home-section-6 .advertising a {
    display: block;
    padding: 1px;
}

    .home-section-6 .advertising a:hover {
        text-decoration: none;
    }

    .home-section-6 .advertising a img {
        margin-bottom: 2px;
        width: 100%;
        height:50px;
    }

    .home-section-6 .advertising a p {
        color: black;
        padding: 0 3px 0 3px;
    }


/*end home-section-6*/
/*home-section-7*/
.home-section-7 .Special-titles h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 8px;
}


.home-section-7 .Special-titles .big-a {
    position: relative;
}

    .home-section-7 .Special-titles .big-a img {
        width: 100%;
    }


.home-section-7 .Special-titles a ul {
    top: 4px;
    padding: 0;
    position: absolute;
}

    .home-section-7 .Special-titles a ul li {
        display: inline-block;
    }

        .home-section-7 .Special-titles a ul li i {
            position: relative;
            top: 5px;
            right: 5px;
            z-index: 1;
            color: #fff;
            width: 20px;
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            display: inline-block;
            background: rgba(0,0,0,0.5);
        }


.home-section-7 .Special-titles a h2 {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    line-height: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.55);
    margin: 0;
    padding: 3px 5px 3px 5px;
    text-align: center;
    width: 100%;
}

@media(max-width:991px) {
    .home-section-7 .Special-titles .big-a {
        width: 100%;
        margin: 3px;
        float: right;
    }

    .home-section-7 .Special-titles a h2 {
        position: relative;
        font-size: 15px;
        line-height: 15px;
        color: white;
        background-color: rgba(28, 27, 27, 0.55);
        margin: 0;
        margin-top: -37px;
        padding: 6px 5px 6px 5px;
        text-align: center;
        width: 100%;
    }
}

/*end home-section-7*/

/*home-section-8*/
.home-section-8 .Left-column .big-kav {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.home-section-8 .Left-column .txt-kav {
    display: inline-block;
    background-color: white;
    color: #bb010f;
    text-align: right;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: 22px !important;
    font-weight: bold;
    border-radius: 20px 0 0 0;
    margin: 0;
}

.home-section-8 .Left-column .kav {
    height: 3px;
    width: 100%;
    background-color: #bb010f;
    display: block;
    margin-top: -23px;
}

.home-section-8 .Left-column .big-kav > label {
    float: left;
    text-decoration: none;
    cursor: pointer;
}

.home-section-8 .Left-column .big-a {
    position: relative;
    margin-bottom: 34px;
}


.home-section-8 .Left-column ul {
    top: 4px;
    right: 15;
    padding: 0;
    position: absolute;
}

    .home-section-8 .Left-column ul li {
        display: inline-block;
    }

        .home-section-8 .Left-column ul li i {
            position: relative;
            top: 5px;
            right: 5px;
            z-index: 1;
            color: #fff;
            width: 20px;
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            display: inline-block;
            background: rgba(0,0,0,0.5);
        }


.home-section-8 .Left-column a.blog-thumb-v4 h2 {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    line-height: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.55);
    margin: 0;
    padding: 3px 5px 3px 0px;
    text-align: center;
    width: 100%;
}

.home-section-8 .Left-column a.blog-thumb {
    display: block;
    margin-bottom: 34px;
}

    .home-section-8 .Left-column a.blog-thumb h3 {
        font-weight: bold;
        font-size: 12px;
    }

.home-section-8 .Left-column a:hover {
    text-decoration: none;
}
/*end home-section-8*/
/*home-section-9*/

.home-section-9 .tags {
    max-height: 200px;
    /*border-radius: 50%;*/
    overflow: hidden;
    margin: 15px 0 35px 0;
}

    .home-section-9 .tags a {
        max-height: 240px;
        line-height: 25px;
        color: black;
    }

.home-section-9 .advertising > div {
    padding: 3px;
}

.home-section-9 .advertising a {
    display: block;
    padding: 1px;
}

    .home-section-9 .advertising a img {
        margin-bottom: 2px;
        width: 100%;
            max-height: 50px;
    }

    .home-section-9 .advertising a p {
        padding: 0 3px 0 3px;
        color: black;
    }

.home-section-9 .Left-column a:hover {
    text-decoration: none;
}

/*end home-section-9*/
/*home-section-10*/
.home-section-10 .Left-column .big-kav {
    position: relative;
    margin-bottom: 10px;
}

.home-section-10 .Left-column .txt-kav {
    display: block;
    background-color: white;
    color: #bb010f;
    text-align: right;
    font-size: 24px;
    top: 0;
    padding-top: 9px;
    padding-bottom: 7px;
    font-size: 22px !important;
    font-weight: bold;
    float: none;
    border-radius: 20px 0 0 0;
    margin: 0;
}

.home-section-10 .Left-column .kav {
    height: 3px;
    width: 70%;
    background-color: #bb010f;
    display: block;
    position: absolute;
    top: 26px;
    left: 0;
}

.home-section-10 .Left-column .big-kav > a {
    position: absolute;
    top: 30px;
    left: 0;
    text-decoration: none;
}

.home-section-10 .Left-column .big-a {
    position: relative;
}

.home-section-10 .Left-column a h2 {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    line-height: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.22);
    margin: 0;
    padding: 3px 5px 3px 0px;
    text-align: center;
    width: 100%;
}

.home-section-10 .Left-column a.blog-thumb {
    display: block;
}

    .home-section-10 .Left-column a.blog-thumb h3 {
        font-weight: bold;
        font-size: 13px;
    }

.home-section-10 .Left-column a:hover {
    text-decoration: none;
}

/*end home-section-10*/
/*home-section-11*/
.home-section-11 .Left-column h2 {
    background-color: #340450;
    color: white;
    text-align: center;
    border-bottom: none;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    height: 30px;
}

.home-section-11 .fc {
    width: 100%;
    margin: 0;
}

    .home-section-11 .fc img {
        width: 100%;
        margin: 27px 0 20px 0;
    }

.home-section-11 .daily-study {
    background-color: whitesmoke;
    margin-top: 37px;
}

    .home-section-11 .daily-study a {
        text-align: left;
        display: block;
        padding: 6px;
    }

        .home-section-11 .daily-study a:hover {
            text-decoration: none;
        }

/*end home-section-11*/
/*home-section-12*/
.home-section-12 .big-kav {
    position: relative;
    margin-bottom: 25px;
    display: block;
}

    .home-section-12 .big-kav:hover h2 {
        color: #bb010f;
    }

.home-section-12 .txt-kav {
    display: inline-block;
    background-color: white;
    color: #340450;
    text-align: right;
    font-size: 24px;
    top: 0;
    padding-top: 9px;
    padding-left: 10px;
    padding-bottom: 7px;
    font-size: 22px !important;
    font-weight: bold;
    float: none;
    border-radius: 20px 0 0 0;
    margin: 0;
}

.home-section-12 .kav {
    height: 3px;
    width: 100%;
    background-color: #340450;
    display: block;
    margin-top: -23px;
}


.home-section-12 h3 {
    bottom: 0;
    background-color: rgba(10, 10, 10, 0.37);
    font-size: 24px;
    letter-spacing: 1px;
    padding: 10px 30px 10px 10px;
    position: absolute;
    color: white;
    margin: 0;
    width: 100%;
}

@media(max-width:450px) {
    .home-section-12 h3 {
        font-size: 14px;
        padding: 3px 30px 3px 10px;
        line-height: 15px;
    }
}

.home-section-12 .carousel-inner .item img {
    width: 100%;
        max-height: 526px;
}

/*end home-section-12*/

/*category-section-1*/

@media(max-width:991px)
{
  .category-section-1  .main-title {
  padding-left:0!important;
    }
}

.category-section-1 .main-title .col-sm-4 {
    /*margin-top: 25px;*/
}

.category-section-1 .main-title a:hover {
    text-decoration: none;
}

.category-section-1 .main-title span {
    background-color: #bb010f;
    color: white;
    text-align: center;
    display: initial;
    font-size: 22px;
    padding: 0px 6px 2px 6px;
}

.category-section-1 .main-title h2 {
    font-weight: bold;
    font-size: 32px;
    color: black;
    margin-top: 20px;
    margin-bottom: 3px;
}

.category-section-1 .main-title small {
    color: #b9b9b9;
    font-size: 13px;
}

.category-section-1 .main-title p {
    color: black;
    font-size: 15px;
    line-height: 19px;
}
.category-section-1 .main-title .blog-grid  {
  position: relative;
}    

.category-section-1 .main-title .blog-grid ul {
    bottom: 10px;
    left: 0;
    padding: 0;
    position: absolute;
}

  .category-section-1 .main-title .blog-grid ul li {
        display: inline-block;
    }

     .category-section-1 .main-title .blog-grid ul li i {
            position: relative;
                bottom: 0;
                left: 10px;
                z-index: 1;
                color: #fff;
                width: 30px;
                height: 30px;
                font-size: 18px;
                line-height: 30px;
                text-align: center;
                display: inline-block;
                background: rgba(0,0,0,0.5);
        }





.category-section-1 .carousel-inner .item img {
    width: 100%;
    max-height:280px;
}


.category-section-1 .Newsflash {
    background-color: #F5F5F5;
    padding: 0;
}

    .category-section-1 .Newsflash .marquee {
        overflow: hidden;
        height: 243px;
    }

    .category-section-1 .Newsflash .blog-thumb-v3 {
        padding: 0 15px 0 15px;
    }

    .category-section-1 .Newsflash hr {
        border-top: 1px solid #e1dede;
    }

    .category-section-1 .Newsflash .Finish-Round-Newsflash {
        border-top: 2px dotted #bb010f;
        margin: 10px 0;
    }

    .category-section-1 .Newsflash h2 {
        background-color: #bb010f;
        color: white;
        text-align: center;
        border-bottom: none;
        margin-bottom: 5px;
    }

    .category-section-1 .Newsflash small {
        color: #bb010f;
    }

    .category-section-1 .Newsflash h3 a:hover {
        text-decoration: none;
    }

/*end category-section-1*/


/*category-section-2*/
.category-section-2 .category-banner-2 {
    margin: 25px 0 25px;
}

    .category-section-2 .category-banner-2 a img {
        width: 100%;
    }

.category-section-2 .Recent-Comments {
    margin: 25px 0 25px;
    background-color: #F5F5F5;
    padding: 0;
}

    .category-section-2 .Recent-Comments h2 {
        background-color: #340450;
        color: white;
        text-align: center;
        border-bottom: none;
        font-size: 16px;
        margin: 0;
        font-weight: bold;
        position: relative;
        text-transform: uppercase;
        height: 30px;
        margin-bottom: 5px;
    }

    .category-section-2 .Recent-Comments .blog-thumb-v3 h3 {
        margin: 0;
    }

    .category-section-2 .Recent-Comments .blog-thumb-v3 {
        padding: 0 15px 0 15px;
    }

    .category-section-2 .Recent-Comments .hr-xs {
        margin: 0;
    }

    .category-section-2 .Recent-Comments .blog-thumb-v3 a:hover {
        text-decoration: none;
    }

.category-section-2 .bloggers-authors-social {
    margin: 25px 0 25px;
}

    .category-section-2 .bloggers-authors-social .bloggers-authors {
        /*padding-right:5px;
    padding-left:5px;*/
    }

        .category-section-2 .bloggers-authors-social .bloggers-authors h2 {
            font-weight: bold;
            font-size: 20px;
            margin: 0 0 4px 0;
            color: black;
        }


        .category-section-2 .bloggers-authors-social .bloggers-authors .item {
            text-align: center;
            margin-bottom: 10px;
        }

@media(max-width:991px) {
    .category-section-2 .bloggers-authors-social .bloggers-authors .item {
        width: 33%;
        float: right;
    }
}

.category-section-2 .bloggers-authors-social .bloggers-authors .item a:hover {
    text-decoration: none;
}

.category-section-2 .bloggers-authors-social .bloggers-authors .item a img {
    width: 77%;
    display: block;
    margin: auto;
}

.category-section-2 .bloggers-authors-social .bloggers-authors .item .name {
    display: block;
}

.category-section-2 .bloggers-authors-social .bloggers-authors .item .name2 {
    display: block;
    color: black;
}

.category-section-2 .bloggers-authors-social .bloggers-authors .item .namber {
    display: block;
}

.category-section-2 .bloggers-authors-social .Social {
    padding-right: 0;
}

    .category-section-2 .bloggers-authors-social .Social .Breaking-News {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 35px;
        display: inline-block;
        background-color: #bb0210;
        padding: 8px;
        line-height: 15px;
        color: white;
    }

        .category-section-2 .bloggers-authors-social .Social .Breaking-News > a > i {
            font-size: 22px;
            float: right;
            margin-left: 7px;
            margin-top: 11px;
        }

        .category-section-2 .bloggers-authors-social .Social .Breaking-News > a > span {
            font-size: 12px;
        }

        .category-section-2 .bloggers-authors-social .Social .Breaking-News > a {
            color: white;
        }

            .category-section-2 .bloggers-authors-social .Social .Breaking-News > a:hover {
                text-decoration: none;
            }

    .category-section-2 .bloggers-authors-social .Social .blog-social-shares li a {
        font-size: 12px;
    }

        .category-section-2 .bloggers-authors-social .Social .blog-social-shares li a i {
            width: 25px;
            height: 25px;
            font-size: 14px;
            line-height: 25px;
        }






.category-section-2 .ateror-silenced h2 {
    background-color: #bb010f;
    color: white;
    text-align: center;
    border-bottom: none;
    padding: 0 0 3px 0;
    margin: 0;
    font-size: 21px;
}

.category-section-2 .ateror-silenced .namber-big {
    font-family: 'digital';
    font-size: 100px;
    line-height: 63px;
    display: block;
    color: #bb010f;
    font-weight: bold;
    margin-bottom: 5px;
}

.category-section-2 .ateror-silenced .txt-namber-big {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.5px;
}

.category-section-2 .ateror-silenced .txt-namber-min-top {
    display: block;
    font-size: 18px;
}

.category-section-2 .ateror-silenced a {
    display: block;
    background-color: #bb010f;
    color: white;
    text-align: center;
    border-bottom: none;
    padding: 0 0 3px 0;
    margin: 18px 0 26px 0;
}

    .category-section-2 .ateror-silenced a:hover {
        text-decoration: none;
    }

.category-section-2 .ateror-silenced .namber-min {
    font-family: 'digital';
    font-size: 33px;
    line-height: 20px;
    color: #bb010f;
    font-weight: bold;
}

.category-section-2 .ateror-silenced .txt-namber-min-bottom {
    font-weight: bold;
    font-size: 12px;
}

.category-section-2 .special-coverage {
    margin-top: 10px;
}

    .category-section-2 .special-coverage h3 {
        font-weight: bold;
        font-size: 20px;
        margin: 20px 0 4px 0;
        color: black;
    }


.category-section-2 .fc {
    width: 100%;
    margin: 0;
}

    .category-section-2 .fc img {
        width: 100%;
        margin: 27px 0 20px 0;
    }

.category-section-2 .Special-titles h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
    color: black;
}

.category-section-2 .Special-titles .big-a {
    position: relative;
}

.category-section-2 .Special-titles a h2 {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    line-height: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.22);
    margin: 0;
    padding: 3px 5px 3px 0px;
    text-align: center;
}

.category-section-2 .Left-column .tabim {
    margin: 35px 0 35px;
}

.category-section-2 .tabim .tab-v5 {
    margin-bottom: 0;
}

.category-section-2 .tabim ul > li {
    width: 50%;
    text-align: center;
}

    .category-section-2 .tabim ul > li.active a {
        padding: 4px 0 4px 0;
    }

.category-section-2 .tab-content {
    padding-bottom: 5px;
}

    .category-section-2 .tab-content .tab-pane a {
        text-align: left;
        display: block;
        padding: 6px;
    }

        .category-section-2 .tab-content .tab-pane a:hover {
            text-decoration: none;
        }


.category-section-2 .Left-column .tags {
    max-height: 180px;
    overflow: hidden;
    margin: 35px 0 35px;
}

.category-section-2 .tags a {
    max-height: 240px;
    line-height: 25px;
    color: black;
}

    .category-section-2 .tags a:hover {
        text-decoration: none;
    }
/*end category-section-2*/



/*article-section-1*/


.article-section-1 .article h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 5px 0 0 0;
    font-weight: bold;
    color: black;
}

.article-section-1 .article h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #6a6a6a;
    margin-top: 0;
}

.article-section-1 .article .min-cat {
    background-color: #bb010f;
    color: white;
    text-align: center;
    display: initial;
    font-size: 17px;
    padding: 2px 6px 2px 6px;
}

.article-section-1 .article .blog-grid .font-print-update {
    margin-top: 20px;
}

    .article-section-1 .article .blog-grid .font-print-update .size-font {
        position: relative;
    }

        .article-section-1 .article .blog-grid .font-print-update .size-font:after {
            top: 0;
            right: 63px;
            width: 1px;
            height: 20px;
            content: ' ';
            background: #eee;
            position: absolute;
        }

        .article-section-1 .article .blog-grid .font-print-update .size-font .size-font-12 {
            color: black;
            padding-right: 2px;
            font-size: 12px;
        }

        .article-section-1 .article .blog-grid .font-print-update .size-font .size-font-14 {
            color: black;
            font-size: 14px;
        }

        .article-section-1 .article .blog-grid .font-print-update .size-font .size-font-18 {
            color: black;
            font-size: 18px;
        }

    .article-section-1 .article .blog-grid .font-print-update .top-print {
        margin-right: 30px;
        cursor: pointer;
    }

        .article-section-1 .article .blog-grid .font-print-update .top-print i {
            font-size: 18px;
        }

    .article-section-1 .article .blog-grid .font-print-update .last-update {
        font-size: 11px;
        float: left;
    }




.article-section-1 .article .blog-grid .like-social {
    border-top: 1px #acacac dotted;
    padding-top: 5px;
}

    .article-section-1 .article .blog-grid .like-social span {
        font-size: 14px;
        display: inline-block;
    }

@media(max-width:450px) {
    .article-section-1 .article .blog-grid .like-social span {
        font-size: 12px;
    }
}

.article-section-1 .article .blog-grid .like-social .appeal-system {
    float: left;
    margin-bottom: 0;
    background-color: #bb010f;
    color: white;
    margin-left: 10px;
    padding: 0 5px;
    FONT-SIZE: 11px;
}

@media(max-width:450px) {
    .article-section-1 .article .blog-grid .like-social .appeal-system {
        margin: AUTO;
        display: block;
        margin-top: 10px;
        float: none;
        text-align: center;
    }
}

.article-section-1 .article .blog-grid .like-social .like-fb {
    float: left;
    margin-left: 10px;
    margin-top: -1px;
}

.article-section-1 .article .blog-grid .like-social .appeal-system a {
    color: white;
}

    .article-section-1 .article .blog-grid .like-social .appeal-system a:hover {
        text-decoration: none;
    }


.article-section-1 .article .blog-grid .like-social .appeal-system:hover {
    text-decoration: none;
}

.article-section-1 .article .blog-grid .like-social ul {
    float: left;
    margin-bottom: 0;
}

    .article-section-1 .article .blog-grid .like-social ul li {
        display: inline-block;
    }

        .article-section-1 .article .blog-grid .like-social ul li a {
            padding: 0;
            margin-bottom: 0;
            background-color: white;
        }

            .article-section-1 .article .blog-grid .like-social ul li a i {
                width: 20px;
                height: 22px;
                font-size: 11px;
                line-height: 25px;
                margin-left: 2px;
            }

.article-section-1 .article .blog-imgBig {
    display: block;
    margin-bottom: 20px;
}

    .article-section-1 .article .blog-imgBig img {
        width: 100%;
        margin-bottom: 0;
    }

.article-section-1 .article .blog-grid .item-writer {
    padding: 15px 10px 15px 10px;
    float: right;
    width: 30%;
    overflow: hidden;
    border: 1px solid #340450;
    margin-left: 10px;
}

@media(max-width:450px) {
    .article-section-1 .article .blog-grid .item-writer {
        padding: 15px 15px 15px 15px;
        float: right;
        width: 100%;
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.article-section-1 .article .blog-grid .item-writer-deta span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.article-section-1 .article .blog-grid .item-writer-deta {
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 7px;
}

.article-section-1 .article .blog-grid .registration-newsletter {
    border-top: 1px solid #350551;
    padding: 2px 0 8px 0;
}

    .article-section-1 .article .blog-grid .registration-newsletter .title-registration-newsletter {
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        display: block;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .article-section-1 .article .blog-grid .registration-newsletter .big-btn-Newsletter {
        position: relative;
        height: 40px;
    }

        .article-section-1 .article .blog-grid .registration-newsletter .big-btn-Newsletter .landig {
            position: absolute;
            left: 41% !important;
            top: 7px;
            width: 31px !important;
        }

        .article-section-1 .article .blog-grid .registration-newsletter .big-btn-Newsletter .btn-Newsletter {
            width: 100%;
            margin-top: 5px;
        }


    .article-section-1 .article .blog-grid .registration-newsletter .alert button {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        border: 0;
        padding: 0;
        background: 0 0;
        margin-top: -10px;
        margin-right: -6px;
    }

    .article-section-1 .article .blog-grid .registration-newsletter .alert {
        margin: 0;
        padding: 10px 5px 5px 5px;
    }

        .article-section-1 .article .blog-grid .registration-newsletter .alert h4 {
            margin: 0;
            font-size: 13px;
            font-weight: bold;
            padding-right: 15px;
        }

.article-section-1 .article .blog-grid .item-writer .appeal-system {
    border-top: 1px solid #350551;
    display: block;
}

    .article-section-1 .article .blog-grid .item-writer .appeal-system a {
        background-color: #bb010f;
        padding: 0 5px;
        FONT-SIZE: 12px;
        margin: auto;
        margin-top: 10px;
        display: block;
        text-align: center;
        color: white !important;
    }

.article-section-1 .article .blog-grid .appeal-system a:hover {
    text-decoration: none;
}

@media(max-width:450px) {
    .article-section-1 .article .blog-grid .item-writer img {
        width: 50% !important;
        display: block;
        margin: auto;
    }
}


.article-section-1 .article .blog-grid p, .article-section-1 .article .blog-grid div {
    font-size: 16px;
    line-height: 23px;
    color: black;
    text-align: justify;
}
.txt div{
        margin-bottom: 15px;
}
.article-section-1 .article .blog-grid .tooltip-inner {
    color: white;
    font-size: 12px;
}


.article-section-1 .article .blog-grid .big-img {
    margin-bottom: 15px;
    position: relative;
}

    .article-section-1 .article .blog-grid .big-img a {
    }

        .article-section-1 .article .blog-grid .big-img a i {
            top: 0;
            right: 0;
            z-index: 1;
            color: #fff;
            width: 45px;
            height: 45px;
            font-size: 29px;
            line-height: 40px;
            text-align: center;
            position: absolute;
            display: inline-block;
            background: rgba(0,0,0,0.5);
        }


.article-section-1 .article .blog-grid a.zoom-img-item i {
    top: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    display: inline-block;
    background: rgba(0,0,0,0.5);
}

.article-section-1 .article .blog-grid img:not(.icon-zoom):not(.landig), .article-section-1 .article .blog-grid p img:not(.icon-zoom):not(.landig) {
    width: 100%;
    margin-bottom: 0;
}

.article-section-1 .article .blog-grid .txt img:not(.icon-zoom):not(.landig), .article-section-1 .article .blog-grid .txt p img:not(.icon-zoom):not(.landig) {
    /*width: 100% !important;
    height: auto !important;*/
}

.article-section-1 .article .blog-grid .txt audio {
    width: 100%;
}

.title-description-tip {
    width: 100%;
    top: -28px;
    direction: rtl;
    color: #fff;
    font-size: 12px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 3px 10px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}


.article-section-1 .article .blog-grid .data-img {
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 700;
    margin-top: -23px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
}

.article-section-1 .article .blog-grid .like-social.like-social-bottom {
    border-top: none;
    border-bottom: 1px #acacac dotted;
    padding-bottom: 5px;
}


.article-section-1 .article .no-Comments {
    background-color: #006766;
    color: white;
    padding: 2px 10px 2px 10px;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
}


.article-section-1 .article .comments .title-comments {
    background-color: #006766;
    color: white;
    padding: 2px 10px 2px 10px;
    font-size: 15px;
}



    .article-section-1 .article .comments .title-comments .open-all-comments {
        float: left;
        margin-right: 30px;
        font-size: 13px;
        padding-top: 2px;
        text-decoration: underline;
        cursor: pointer;
    }

    .article-section-1 .article .comments .title-comments .writing-comments {
        float: left;
        font-size: 13px;
        padding-top: 2px;
        text-decoration: underline;
        cursor: pointer;
    }

        .article-section-1 .article .comments .title-comments .writing-comments i {
            font-size: 10px;
        }

.article-section-1 .article .comments .comments-sorting {
    text-align: left;
    padding: 2px 10px 2px 10px;
    border-bottom: 1px #acacac dotted;
    padding-bottom: 5px;
}

.article-section-1 .article .comments .form-comments {
    background-color: whitesmoke;
    margin-bottom: 20px;
    padding: 10px 0 2px 0;
}

    .article-section-1 .article .comments .form-comments .title {
        display: block;
        width: 80%;
        margin: auto;
        margin-bottom: 6px;
        color: #006766;
        font-weight: bold;
    }


    .article-section-1 .article .comments .form-comments input, .article-section-1 .article .comments .form-comments textarea {
        margin: auto;
        width: 80%;
        margin-bottom: 5px;
        border: none;
    }

    .article-section-1 .article .comments .form-comments .btn-comment {
        display: block;
        margin: auto;
        width: 80%;
        margin-bottom: 5px;
        border: none;
    }

    .article-section-1 .article .comments .form-comments button {
        float: left;
        padding: 4px 20px 4px 20px;
        background-color: #bb010f;
    }

    .article-section-1 .article .comments .form-comments .alert {
        color: #060707;
        background-color: #e6e6e6;
        border-color: #cec9c9;
        margin: auto;
        width: 76%;
        margin-bottom: 20px;
        text-align: center;
        padding: 8px;
    }

        .article-section-1 .article .comments .form-comments .alert button {
            float: right;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            filter: alpha(opacity=20);
            opacity: .2;
            border: 0;
            padding: 0;
            background: 0 0;
            margin-top: -10px;
            margin-right: -6px;
        }

    .article-section-1 .article .comments .form-comments h4 {
        font-size: 13px;
        margin: 0;
    }

.article-section-1 .article .comments .all-comments .all-comments-accordion ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-section-1 .article .comments .all-comments .all-comments-accordion .big-comment {
    background-color: #e4e4e4;
}

.article-section-1 .article .comments .all-comments .all-comments-accordion .panel {
    margin-top: 2px;
    border-color: #e4e4e4;
}

    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-heading h4 a {
        background-color: #E4E4E4;
        color: black;
        padding: 5px 40px 5px 40px;
    }

@media(max-width:485px) {
    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-heading h4 a {
        padding: 5px 15px 5px 15px;
    }
}

.article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-heading h4 a .namber-comment {
    float: right;
    color: #bb010f;
    font-weight: bold;
    margin-left: 8px;
}

.article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-heading h4 a .title-text-comment {
    font-weight: bold;
}

    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-heading h4 a .title-text-comment label {
        color: #797878;
    }

.article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-heading h4 a .name-writing-comment {
    float: left;
}

.article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-heading h4 a .date-comment {
    float: left;
    margin-right: 20px;
    font-size: 11px;
}

.article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-heading h4 a:hover {
    text-decoration: none;
    color: black;
}



.article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body {
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 2px;
}

@media(max-width:485px) {
    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 2px;
    }
}

.article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 17px;
}

.article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns {
    margin-bottom: 10px;
}

    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .comments-error {
        float: left;
        font-size: 11px;
        cursor: pointer;
    }

    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .like-comment {
        float: left;
        margin-bottom: 0;
        margin-right: 15px;
    }

        .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .like-comment li {
            display: inline-block;
            border: 1px solid #efeeee;
        }

            .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .like-comment li a {
                padding: 0;
                margin-bottom: 0;
                background-color: white;
            }

                .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .like-comment li a i {
                    width: 20px;
                    height: 14px;
                    line-height: 21px;
                    margin-left: 2px;
                }

                    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .like-comment li a i.like-plus {
                        font-size: 12px;
                        color: #3FBC35;
                        transform: rotateY(180deg);
                    }

                    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .like-comment li a i.like-minus {
                        font-size: 12px;
                        color: #bb010f;
                        transform: rotateY(180deg);
                    }

                    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .like-comment li a i.namber-like {
                        color: black;
                    }



    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .Reply {
        float: left;
        background-color: #bb010f;
        color: white;
        text-align: center;
        display: initial;
        font-size: 11px;
        padding: 2px 6px 2px 6px;
        margin-right: 15px;
        cursor: pointer;
    }

    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .Reply-to-this-comment {
        float: left;
        background-color: #bb010f;
        color: white;
        text-align: center;
        display: initial;
        font-size: 11px;
        padding: 2px 6px 2px 6px;
        margin-right: 15px;
        cursor: pointer;
    }

    .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .comment-problematic {
        float: left;
        background-color: #bb010f;
        color: white;
        text-align: center;
        display: initial;
        font-size: 11px;
        padding: 2px 6px 2px 6px;
        margin-right: 15px;
        cursor: pointer;
    }

    @media(max-width:450px)
    {
         .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .Reply {       
        margin-right: 9px;
    }

         .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .Reply-to-this-comment {
        margin-right: 10px;       
       }

        .article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .txt-comments-btns .comment-problematic {
      
        margin-right: 0;
        }
    }

.article-section-1 .article .comments .all-comments .all-comments-accordion .panel .panel-collapse .panel-body .banner-comments {
    text-align: center;
    max-width: 100%;
    overflow: hidden;
}

.article-section-1 .article .More-Links .big-kav {
    position: relative;
    margin-bottom: 30px;
}

.article-section-1 .article .More-Links .txt-kav {
    display: inline-block;
    background-color: white;
    color: #006766;
    text-align: right;
    font-size: 24px;
    top: 0;
    padding-top: 9px;
    padding-left: 10px;
    padding-bottom: 7px;
    font-weight: bold;
    float: none;
    border-radius: 20px 0 0 0;
    margin: 0;
    : 20px 0 0 0;
}

.article-section-1 .article .More-Links .kav {
    height: 3px;
    width: 100%;
    background-color: #006766;
    display: block;
    margin-top: -18px;
}




.article-section-1 .article .More-Links a:hover {
    text-decoration: none;
}


.article-section-1 .article .More-Links .blog-grid-grad ul {
    bottom: 10px;
    left: 0;
    padding: 0;
    position: absolute;
}

    .article-section-1 .article .More-Links .blog-grid-grad ul li {
        display: inline-block;
    }

        .article-section-1 .article .More-Links .blog-grid-grad ul li i {
            position: relative;
        }




.article-section-1 .article .More-Links h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: right;
}

.article-section-1 .article .More-Links p {
    color: black;
    font-size: 14px;
    margin: 0;
}




.Left-column .category-banner-2 {
    margin: 0 0 25px;
}

    .Left-column .category-banner-2 a img {
        width: 100%;
    }

.Left-column .Recent-Comments {
    margin: 25px 0 25px;
    background-color: #F5F5F5;
    padding: 0;
}

    .Left-column .Recent-Comments h2 {
        background-color: #340450;
        color: white;
        text-align: center;
        border-bottom: none;
        font-size: 16px;
        margin: 0;
        font-weight: bold;
        position: relative;
        text-transform: uppercase;
        height: 30px;
        margin-bottom: 5px;
    }

    .Left-column .Recent-Comments .blog-thumb-v3 h3 {
        margin: 0;
    }

    .Left-column .Recent-Comments .blog-thumb-v3 {
        padding: 0 15px 0 15px;
    }

    .Left-column .Recent-Comments .hr-xs {
        margin: 0;
    }

    .Left-column .Recent-Comments .blog-thumb-v3 a:hover {
        text-decoration: none;
    }

.Left-column .bloggers-authors-social {
    margin: 25px 0 25px;
}

    .Left-column .bloggers-authors-social .advertising {
        margin-top: 10px;
    }

        .Left-column .bloggers-authors-social .advertising > div {
            padding: 0 !important;
        }

        .Left-column .bloggers-authors-social .advertising a {
            display: block;
            padding-bottom: 10px;
        }

            .Left-column .bloggers-authors-social .advertising a:hover {
                text-decoration: none;
            }

            .Left-column .bloggers-authors-social .advertising a img {
                margin-bottom: 2px;
                width: 100%;
            }


@media(max-width:991px) {

    .Left-column .bloggers-authors-social .advertising > div {
        padding: 3px !important;
        float: right;
        width: 50%;
    }

    .Left-column .bloggers-authors-social .min-clear {
        clear: both;
    }
}

.Left-column .bloggers-authors-social h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 4px 0;
    color: black;
}

.Left-column .bloggers-authors-social .bloggers-authors {
    margin-top: 10px;
    /*padding-right:5px;
    padding-left:5px;*/
}

    .Left-column .bloggers-authors-social .bloggers-authors a {
        display: block;
        float: right;
        padding: 1px;
    }

        .Left-column .bloggers-authors-social .bloggers-authors a:hover {
            text-decoration: none;
        }

        .Left-column .bloggers-authors-social .bloggers-authors a p {
            color: black;
            padding: 0 8px 0 8px;
        }


    .Left-column .bloggers-authors-social .bloggers-authors h2 {
        font-weight: bold;
        font-size: 20px;
        margin: 0 0 4px 0;
        color: black;
    }


    .Left-column .bloggers-authors-social .bloggers-authors .item {
        text-align: center;
        margin-bottom: 10px;
    }

@media(max-width:991px) {
    .Left-column .bloggers-authors-social .bloggers-authors .item {
        width: 33%;
        float: right;
    }
}

.Left-column .bloggers-authors-social .bloggers-authors .item a:hover {
    text-decoration: none;
}

.Left-column .bloggers-authors-social .bloggers-authors .item a img {
    width: 77%;
    display: block;
    margin: auto;
}

.Left-column .bloggers-authors-social .bloggers-authors .item .name {
    display: block;
}

.Left-column .bloggers-authors-social .bloggers-authors .item .name2 {
    display: block;
    color: black;
}

.Left-column .bloggers-authors-social .bloggers-authors .item .namber {
    display: block;
}
@media(min-width:991px)
{
    .Left-column .bloggers-authors-social .Social {
        padding-right: 0;
    }
}


    .Left-column .bloggers-authors-social .Social .Breaking-News {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 35px;
        display: inline-block;
        background-color: #bb0210;
        padding: 8px;
        line-height: 15px;
        color: white;
    }

        .Left-column .bloggers-authors-social .Social .Breaking-News > a > i {
            font-size: 22px;
            float: right;
            margin-left: 7px;
            margin-top: 11px;
        }

        .Left-column .bloggers-authors-social .Social .Breaking-News > a > span {
            font-size: 12px;
        }

        .Left-column .bloggers-authors-social .Social .Breaking-News > a {
            color: white;
        }

            .Left-column .bloggers-authors-social .Social .Breaking-News > a:hover {
                text-decoration: none;
            }

    .Left-column .bloggers-authors-social .Social .blog-social-shares li a {
        font-size: 12px;
        padding: 7px;
    }

        .Left-column .bloggers-authors-social .Social .blog-social-shares li a i {
            width: 25px;
            height: 25px;
            font-size: 14px;
            line-height: 25px;
        }

.Left-column .ateror-silenced {
    display: block;
}

    .Left-column .ateror-silenced:hover h2 {
        color: white !important;
        text-decoration: none !important;
    }

    .Left-column .ateror-silenced h2 {
        background-color: #bb010f;
        color: white;
        text-align: center;
        border-bottom: none;
        padding: 0 0 3px 0;
        margin: 0;
        font-size: 21px;
    }

    .Left-column .ateror-silenced .namber-big {
        font-family: 'digital';
        font-size: 80px;
        line-height: 63px;
        display: block;
        color: #bb010f;
        font-weight: bold;
        margin-bottom: 10px;

    }

    .Left-column .ateror-silenced .txt-namber-big {
        font-weight: bold;
        font-size: 15px;
        line-height: 19px;
        letter-spacing: -0.5px;
        color: black;
    }

    .Left-column .ateror-silenced .txt-namber-min-top {
        display: block;
        font-size: 18px;
        color: black;
    }

    .Left-column .ateror-silenced .arrow {
        display: block;
        background-color: #bb010f;
        color: white;
        text-align: center;
        border-bottom: none;
        padding: 0 0 3px 0;
        margin: 18px 0 26px 0;
    }

    .Left-column .ateror-silenced a:hover {
        text-decoration: none;
    }

    .Left-column .ateror-silenced .namber-min {
        font-family: 'digital';
        font-size: 30px;
        line-height: 20px;
        color: #bb010f;
        font-weight: bold;
    }

    .Left-column .ateror-silenced .txt-namber-min-bottom {
        font-weight: bold;
        font-size: 12px;
        color: black;
    }

.Left-column .special-coverage {
    margin-top: 10px;
}

    .Left-column .special-coverage h3 {
        font-weight: bold;
        font-size: 20px;
        margin: 20px 0 10px 0;
        color: black;
    }

    .Left-column .special-coverage .big-a {
        position: relative;
    }

        .Left-column .special-coverage .big-a a:hover {
            text-decoration: none;
        }

    .Left-column .special-coverage h2 {
        font-size: 15px;
        line-height: 15px;
        color: white;
        background-color: rgba(0, 0, 0, 0.55);
        margin: 0;
        padding: 3px 5px 3px 0px;
        text-align: center;
        width: 100%;
        margin-top: -30px;
        margin-bottom: 30px;
    }

.Left-column a img {
    width: 100%;
}

.Left-column .fc {
    width: 100%;
    margin: 0;
    text-align: center;
}
.fb_iframe_widget_fluid span {
    width: 100% !important;
}
.fb_iframe_widget_fluid span iframe {
    width: 100% !important;
}

.Left-column .fc img {
    width: 100%;
    margin: 27px 0 20px 0;
}

.Left-column .Special-titles h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
    color: black;
}

.Left-column .Special-titles .big-a {
    position: relative;
}

.Left-column .Special-titles a ul {
    top: 4px;
    padding: 0;
    position: absolute;
}

    .Left-column .Special-titles a ul li {
        display: inline-block;
    }

        .Left-column .Special-titles a ul li i {
            position: relative;
            top: 5px;
            right: 5px;
            z-index: 1;
            color: #fff;
            width: 20px;
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            display: inline-block;
            background: rgba(0,0,0,0.5);
        }

.Left-column .Special-titles a h2 {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    line-height: 15px;
    color: white;
    background-color: rgba(0, 0, 0, 0.55);
    margin: 0;
    padding: 3px 5px 3px 5px;
    text-align: center;
    width: 100%;
}

.Left-column .Left-column .tabim {
    margin: 35px 0 35px;
}

.Left-column .tabim .tab-v5 {
    margin-bottom: 0;
}

.Left-column .tabim ul > li {
    width: 50%;
    text-align: center;
}

    .Left-column .tabim ul > li.active a {
        padding: 4px 0 11px 0;
        color: black;
    }

.Left-column .tab-content {
    padding-bottom: 5px;
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
}

    .Left-column .tab-content .tab-pane a {
        text-align: left;
        display: block;
        padding: 6px;
    }

        .Left-column .tab-content .tab-pane a:hover {
            text-decoration: none;
        }

.Left-column .forecast {
}

    .Left-column .forecast h2 {
        background-color: #340450;
        color: white;
        text-align: center;
        border-bottom: none;
        font-size: 16px;
        margin: 0;
        font-weight: bold;
        position: relative;
        text-transform: uppercase;
        height: 30px;
        margin-bottom: 5px;
    }

    .Left-column .forecast select {
        margin: auto;
        display: block;
        margin-top: 20px;
    }

    .Left-column .forecast .namber {
        height: 150px;
    }

.Left-column .tags {
    max-height: 180px;
    overflow: hidden;
    margin: 15px 0 20px;
}

.Left-column .title-tegs {
    display: block;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
}

.Left-column .tags a {
    max-height: 240px;
    line-height: 25px;
    color: black;
}

    .Left-column .tags a:hover {
        text-decoration: none;
    }
/*end category-section-2*/


/*article-section-1 articles*/
.article-section-1.articles .img-responsive.rounded-x {
    margin: auto;
}

.article-section-1.articles .blog-grid p {
    text-align: justify;
}

.article-section-1.articles .blog-grid ul {
    text-align: left;
}

.article-section-1.items .blog-grid ul li .color-red {
    color: #e74c3c;
}


.article-section-1.articles-opinions .img-responsive.rounded-x {
    margin: auto;
}

.article-section-1.articles-opinions .blog-grid h3 a {
    text-align: justify;
    font-size: 16px;
        display: block;
   
}
.article-section-1.articles-opinions .blog-grid h3 a:hover {
      text-decoration: none;
        color: red;
   
}

.article-section-1.articles-opinions .blog-grid .url-item {
    text-align: left;
    font-size: 14px;
    color: black;
    display: block;
    margin: 0 0 10px;
}

    .article-section-1.articles-opinions .blog-grid .url-item:hover {
        text-decoration: none;
        color: red;
    }

.article-section-1.articles-opinions .blog-grid p {
    text-align: justify;
    margin-bottom: 0;
}

.article-section-1.articles-opinions .blog-grid ul {
    text-align: left;
       
}

/*end article-section-1 articles*/

/*items-section-1 items*/

.items-section-1.items .col-md-9 .category-imgBig {
    margin-bottom: 20px;
    padding: 0;
}

    .items-section-1.items .col-md-9 .category-imgBig img {
        width: 100%;
    }

    .items-section-1.items .col-md-9 .category-imgBig .category-imgBig-Details {
        width: 100%;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.55);
        padding: 3px 10px;
        font-size: 14px;
        text-align: center;
    }

.items-section-1.items .col-md-9 a {
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
    display: block;
}

    .items-section-1.items .col-md-9 a:hover {
        text-decoration: none;
    }

    .items-section-1.items .col-md-9 a .blog-grid-grad {
        position: relative;
    }

     .items-section-1.items .col-md-9 a .blog-grid-grad img {
        width:100%;
    }


.items-section-1.items .img-responsive {
    /*margin:auto;*/
}

.items-section-1.items .my-col-xs-5 ul {
    bottom: 14px;
    padding: 0;
    position: absolute;
     left:0;
}

    .items-section-1.items .my-col-xs-5 ul li {
        display: inline-block;
    }

        .items-section-1.items .my-col-xs-5 ul li i {
            position: relative;
            top: 5px;
             left: 10px;
            z-index: 1;
            color: #fff;
            width: 20px;
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            display: inline-block;
            background: rgba(0,0,0,0.5);
        }

@media(min-width:991px) {
    .my-col-xs-5 {
        width: 34%;
        float: right;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .my-col-xs-7 {
        width: 66%;
        float: right;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width:991px) {
    .my-col-xs-5 {
        width: 41.66666667%;
        float: right;
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 15px;
    }

    .my-col-xs-7 {
        width: 58.33333333%;
        float: right;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 5px;
    }
}

@media(max-width:550px) {
    .items-section-1.items .col-md-9 a {
        padding-bottom: 0 !important;
    }

    .items-section-1.items .my-col-xs-7 p, .items-section-1.items .my-col-xs-7 ul {
        display: none;
    }

    .items-section-1.items .my-col-xs-7 h2 {
        font-size: 18px !important;
        line-height: 24px;
    }
}




.items-section-1.items .blog-grid h2 {
    margin: 0;
    font-weight: bold;
    font-size: 23px;
}

.items-section-1.items .blog-grid a:hover {
    text-decoration: none;
}

.items-section-1.items .blog-grid p {
    text-align: justify;
    font-size: 14px;
    color: black;
    margin-bottom: 7px;
}

.items-section-1.items .blog-grid small {
    color: #b9b9b9;
    font-size: 13px;
}

.items-section-1.items .blog-grid ul {
    text-align: left;
}

.items-section-1.items .text-center a {
    padding-bottom: 6px!important;
}


.items-section-1.articles .blog-grid ul li .color-red {
    color: #e74c3c;
}

/*end items-section-1 items*/




/*blogim-section-1*/



.blogim-section-1 .big-kav {
    position: relative;
    margin-bottom: 30px;
}

.blogim-section-1 .txt-kav {
    display: inline-block;
    background-color: white;
    color: #09870e;
    text-align: right;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: 22px !important;
    font-weight: bold;
    border-radius: 20px 0 0 0;
    margin: 0;
}

.blogim-section-1 .kav {
    height: 3px;
    width: 100%;
    background-color: #09870e;
    display: block;
    margin-top: -23px;
}

.blogim-section-1 .big-kav > a {
    position: absolute;
    top: 30px;
    left: 0;
    text-decoration: none;
}

.blogim-section-1 .bloggers .item {
    text-align: center;
    width: 25%;
    float: right;
}

    .blogim-section-1 .bloggers .item a:hover {
        text-decoration: none;
    }

    .blogim-section-1 .bloggers .item a img {
        width: 77%;
        display: block;
        margin: auto;
    }

    .blogim-section-1 .bloggers .item .name {
        display: block;
        margin-top: 5px;
    }

    .blogim-section-1 .bloggers .item .name2 {
        display: block;
        color: black;
        font-weight: bold;
    }

    .blogim-section-1 .bloggers .item .namber {
        display: block;
    }

.blogim-section-1 .blog {
    display: block;
    margin-bottom: 20px;
}

    .blogim-section-1 .blog img {
        width: 100%;
    }

.blogim-section-1 .More-Links a:hover {
    text-decoration: none;
}


.blogim-section-1 .More-Links .blog-grid-grad ul {
        bottom: 10px;
    left: 0;
    padding: 0;
    position: absolute;
}

    .blogim-section-1 .More-Links .blog-grid-grad ul li {
        display: inline-block;
    }

        .blogim-section-1 .More-Links .blog-grid-grad ul li i {
            position: relative;
        }

.blogim-section-1 .More-Links h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.blogim-section-1 .More-Links p {
    color: black;
    font-size: 14px;
    margin: 0;
    text-align: justify;
}
/*end blogim-section-1*/


/*Judaism-section-1*/

.Judaism-section-1 .Judaism-title .col-sm-4 {
    margin-top: 25px;
}

.Judaism-section-1 .Judaism-title a:hover {
    text-decoration: none;
}

.Judaism-section-1 .Judaism-title span {
    background-color: #bb010f;
    color: white;
    text-align: center;
    display: initial;
    font-size: 22px;
    padding: 0px 6px 2px 6px;
}

.Judaism-section-1 .Judaism-title h2 {
    font-weight: bold;
    font-size: 32px;
    color: black;
    margin-top: 20px;
    margin-bottom: 3px;
}

.Judaism-section-1 .Judaism-title small {
    color: #b9b9b9;
    font-size: 13px;
}

.Judaism-section-1 .Judaism-title p {
    color: black;
    font-size: 15px;
    line-height: 19px;
}

.Judaism-section-1 .Judaism-title img {
    width: 100%;
}

/*end Judaism-section-1*/

/*Judaism-section-2*/
.Judaism-section-2 a {
    text-decoration: none;
}

.Judaism-section-2 h2 {
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1px;
}

.Judaism-section-2 small {
    color: #b9b9b9;
    font-size: 12px;
}

.Judaism-section-2 p {
    line-height: 12px;
    font-size: 13px;
    color: black;
    margin-top: 2px;
}

.Judaism-section-2 .debriefing-badge {
    background: #BB010F;
    left: 15px;
    top: 0;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px 8px 15px;
    position: absolute;
    border-radius: 0px 0px 90px 90px;
    -moz-border-radius: 0px 0px 90px 90px;
    -webkit-border-radius: 0px 0px 90px 90px;
}

/*end Judaism-section-2*/

/*Judaism-section-3*/

.Judaism-section-3 h2 {
    background-color: #340450;
    color: white;
    text-align: right;
    border-bottom: none;
    font-size: 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    padding-right: 20px;
}

.Judaism-section-3 .times-day {
    background-color: #F5F5F5;
}

    .Judaism-section-3 .times-day h3 {
        margin-top: 0;
        font-size: 15px;
        font-weight: bold;
        color: black;
    }

    .Judaism-section-3 .times-day .select-City span {
        font-weight: bold;
    }

    .Judaism-section-3 .times-day .select-City select {
    }

    .Judaism-section-3 .times-day .select-date span {
        display: block;
        font-weight: bold;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .Judaism-section-3 .times-day .select-date i {
        font-size: 20px;
    }

    .Judaism-section-3 .times-day .select-date input {
    }

    .Judaism-section-3 .times-day .select-date .Jewish-day {
        color: black;
        background-color: white;
        border: 1px solid #a9a9a9;
        padding: 2px 8px 2px 8px;
    }

    .Judaism-section-3 .times-day .select-date .Jewish-month {
        color: black;
        background-color: white;
        padding: 2px 8px 2px 8px;
        border: 1px solid #a9a9a9;
    }

    .Judaism-section-3 .times-day .select-date .Jewish-year {
        color: black;
        background-color: white;
        border: 1px solid #a9a9a9;
        padding: 2px 8px 2px 8px;
    }

    .Judaism-section-3 .times-day .select-date .btn-select-date {
        background-color: #340450;
        color: white;
        text-align: center;
        font-size: 12px;
        margin: 0;
        cursor: pointer;
        padding: 3px 8px 3px 8px;
    }

    .Judaism-section-3 .times-day .col-md-6 > .row {
        border-bottom: 1px solid #e4e4e4;
        padding: 2px 0 2px 0;
    }

    .Judaism-section-3 .times-day .col-md-6 > .title {
        color: black;
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center;
        display: block;
    }

    .Judaism-section-3 .times-day .col-md-6 > .row:hover {
        background-color: #340450;
        color: white;
    }

    .Judaism-section-3 .times-day .Time {
        width: 49%;
        display: inline-block;
    }

    .Judaism-section-3 .times-day .hour {
        width: 49%;
        display: inline-block;
        text-align: left;
    }




.Judaism-section-3 .daily-study {
    background-color: #F5F5F5;
}

    .Judaism-section-3 .daily-study h3 {
        margin-top: 0;
        font-size: 15px;
        font-weight: bold;
        color: black;
    }

    .Judaism-section-3 .daily-study .select-date span {
        display: block;
        font-weight: bold;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .Judaism-section-3 .daily-study .select-date i {
        font-size: 20px;
    }

    .Judaism-section-3 .daily-study .select-date input {
    }

    .Judaism-section-3 .daily-study .select-date .Jewish-day {
        color: black;
        background-color: white;
        border: 1px solid #a9a9a9;
        padding: 2px 8px 2px 8px;
    }

    .Judaism-section-3 .daily-study .select-date .Jewish-month {
        color: black;
        background-color: white;
        padding: 2px 8px 2px 8px;
        border: 1px solid #a9a9a9;
    }

    .Judaism-section-3 .daily-study .select-date .Jewish-year {
        color: black;
        background-color: white;
        border: 1px solid #a9a9a9;
        padding: 2px 8px 2px 8px;
    }

    .Judaism-section-3 .daily-study .select-date .btn-select-date {
        background-color: #340450;
        color: white;
        text-align: center;
        font-size: 12px;
        margin: 0;
        cursor: pointer;
        padding: 3px 8px 3px 8px;
    }

    .Judaism-section-3 .daily-study .col-md-12 > .row {
        border-bottom: 1px solid #e4e4e4;
        padding: 2px 0 2px 0;
    }

        .Judaism-section-3 .daily-study .col-md-12 > .row:hover {
            background-color: #340450;
            color: white;
        }

    .Judaism-section-3 .daily-study .Learning, .Judaism-section-3 .daily-study .Place {
        width: 47%;
        display: inline-block;
    }

/*end Judaism-section-3*/


/* donations-section-1*/
.donations-section-1 {
    background-color: #f1ecf4;
}

    .donations-section-1 h1 {
        margin-top: 200px;
        color: #340450;
        font-weight: bold;
    }

    .donations-section-1 p {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .donations-section-1 .option {
        margin-top: 20px;
        margin-bottom: 40px;
    }

        .donations-section-1 .option .item {
            text-align: center;
            width: 20%;
            float: right;
        }

            .donations-section-1 .option .item p {
                margin: 0;
            }

@media(max-width:991px) {
    .donations-section-1 .option .item {
        width: 33%;
        float: right;
    }
}

@media(max-width:691px) {
    .donations-section-1 .option .item {
        width: 50%;
        float: right;
    }

        .donations-section-1 .option .item .name {
            font-size: 115% !important;
        }

        .donations-section-1 .option .item .name2 {
            line-height: 13px;
        }
}


.donations-section-1 .option .item a:hover {
    text-decoration: none;
}

.donations-section-1 .option .item a {
    position: relative;
}

    .donations-section-1 .option .item a img {
        width: 90%;
        margin: auto;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.23);
    }

.donations-section-1 .option .item .name {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    color: #340450;
    font-weight: bold;
    font-size: 120%;
}

.donations-section-1 .option .item .name2 {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    color: #340450;
    font-size: 100%;
}

    .donations-section-1 .option .item .name2 p img {
        width: 70% !important;
        height: auto !important;
        box-shadow: none;
    }

.donations-section-1 .option .item:hover a > img {
    box-shadow: 0 4px 20px rgba(0,0,0,0.25), 0 5px 4px rgba(0,0,0,0.23);
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

/*end donations-section-1*/
/* donations-section-2*/
.donations-section-2 {
    background-color: #c2b2cb;
}


    .donations-section-2 .big-form {
        overflow: hidden;
        margin: 0;
        color: white;
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .donations-section-2 .bg-form {
        width: 100px;
    }

    .donations-section-2 .big-form p {
        text-align: center;
        color: #340450;
        font-weight: bold;
        font-size: 24px;
    }

    .donations-section-2 .big-form form {
        display: block;
        text-align: center;
        /*padding-top: 20px;*/
    }

    .donations-section-2 .big-form input:first-child {
        /*margin-right:110px;*/
        margin-left: 0px;
    }

    .donations-section-2 .big-form input, .big-form .big-btn {
        border: 1px solid #c0c0c0;
        border-radius: 3px !important;
        display: inline-block;
        font-family: arial;
        font-size: 22px;
        height: 50px;
        padding-right: 8px;
        padding-left: 8px;
        width: 210px;
        outline: none;
        direction: rtl;
        padding-right: 35px;
        text-align: right !important;
        color: black;
    }

    .donations-section-2 .big-form .div-input {
        display: inline-block;
        width: 210px;
        outline: none;
        direction: rtl;
        margin-top: 17px;
        position: relative;
        margin-left: 10px;
    }

        .donations-section-2 .big-form .div-input label {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 18px;
            color: #8a959e;
            margin: 12px 40px 0px 0px;
            font-weight: 400;
        }

        .donations-section-2 .big-form .div-input i {
            position: absolute;
            top: 18px;
            right: 15px;
            color: #8a959e;
            font-size: 15px !important;
        }


    .donations-section-2 .big-form input[name=email] {
        direction: ltr;
    }

    .donations-section-2 .big-form input[type=submit] {
        background-color: #822528;
        border: medium none;
        cursor: pointer;
        height: 42px;
        z-index: 2;
        width: 175px;
        font-size: 27px;
        font-weight: bold;
        color: black;
        position: relative;
        top: 3px;
    }

    .donations-section-2 .big-form #submit_img {
        width: 175px;
        position: absolute;
    }

    .donations-section-2 .big-form img:not(.bg-form) {
        position: absolute;
        right: 80px !important;
        top: 5px;
        width: 40px;
    }

    .donations-section-2 .txtoverflow-h {
        float: right;
        padding: 22px 22px 0px 31px;
        font-size: 20px !important;
    }


    .donations-section-2 .big-form .big-btn {
        border: none !important;
        position: relative;
        padding: 0 !important;
        min-height: 30px;
    }

        .donations-section-2 .big-form .big-btn button {
            font-size: 22px;
            width: 100% !important;
            height: 50px;
            background-color: #bb010f;
            border-radius: 5px;
        }

@media (max-width: 1010px) {


    .donations-section-2 .big-form {
        background-size: cover;
        background-position: center;
        overflow: hidden;
        height: auto;
        margin: 0;
        color: white;
        font-size: 30px;
        padding-top: 26px;
        padding-bottom: 100px;
        text-align: center;
    }

        .donations-section-2 .big-form p {
            text-align: center;
            color: white;
            line-height: 35px;
        }

        .donations-section-2 .big-form form {
            display: block;
        }

    .big-form input, .big-form .big-btn {
        /*margin-right:60px!important;*/
        margin-left: 0px !important;
    }


    .donations-section-2 .big-form input, .big-form .big-btn {
        border: 1px solid #c0c0c0;
        border-radius: 4px !important;
        display: inline-block;
        font-family: arial;
        font-size: 20px;
        height: 50px;
        margin-left: 8px;
        padding-right: 8px;
        padding-left: 8px;
        width: 210px;
        outline: none;
        padding-right: 35px;
        text-align: right !important;
    }

    .donations-section-2 .big-form .div-input label {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        color: #8a959e;
        margin: 16px 40px 0px 0px;
        font-weight: 400;
    }

    .donations-section-2 .big-form .div-input i {
        position: absolute;
        top: 18px;
        right: 15px;
        color: #8a959e;
        font-size: 15px !important;
    }

    .donations-section-2 .big-btn {
        position: relative;
    }

    .donations-section-2 .big-form button {
        width: 100% !important;
    }

    .donations-section-2 .big-form input[name=email] {
        direction: ltr;
    }

    .donations-section-2 .big-form input[type=submit] {
        background-color: #72c02c;
        border: medium none;
        cursor: pointer;
        height: 42px;
        z-index: 2;
        width: 208px;
        font-size: 27px;
        font-weight: bold;
        color: black;
        position: initial;
        top: 10px;
        margin-bottom: 25px;
    }

    .donations-section-2 .big-form #submit_img {
        width: 175px;
        position: absolute;
    }

    .donations-section-2 .big-form img:not(.bg-form) {
        position: absolute;
        padding-right: 30px;
        /*display:none;*/
    }

    .donations-section-2 .headertxt {
        font-size: 14px;
        max-height: 40px;
        text-align: center;
        overflow: hidden;
        min-height: 30px;
    }

        .donations-section-2 .headertxt p {
            margin: 0;
        }

    .donations-section-2 .header .topbar {
        margin: 0;
    }
}

@media (max-width: 490px) {
    .donations-section-2 .big-form input, .big-form .big-btn {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .donations-section-2 .big-form .big-btn {
        margin-top: 17px;
    }

    .donations-section-2 .big-form button {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .donations-section-2 .big-form img {
        right: 30% !important;
    }


    .donations-section-2 .big-form .div-input {
        display: inline-block;
        width: 100%;
        outline: none;
        direction: rtl;
        margin-top: 17px;
    }

        .donations-section-2 .big-form .div-input label {
            margin-bottom: -8px;
        }
}

.donations-section-2 .formforpage {
    /*float:left;*/
}

@media (min-width: 991px) {
    .donations-section-2 .col-md {
        width: 65%;
        float: right;
    }
}

.donations-section-2 .contxt {
    float: right;
}



/*end donations-section-2*/

/*landing-section-1*/
.landing-section-1 img {
    width: 60%;
}

.landing-section-1 .tel {
    font-size: 25px;
    font-weight: bold;
    display: block;
    text-align: left;
    margin-top: 35px;
}


/*end landing-section-1*/
/*landing-section-2*/

.landing-section-2 {
    background-size: cover;
    background-repeat: no-repeat;
}

    .landing-section-2 h1 {
        margin-top: 250px;
        margin-bottom: 20px;
        color: white;
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
    }

    .landing-section-2 p {
        color: white;
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 80px;
    }

/*end landing-section-2*/
/*landing-section-3*/
.landing-section-3 {
    background-color: #cec7d2;
}

    .landing-section-3 h2 {
        color: #340450;
        font-size: 22px;
        line-height: 25px;
        font-weight: bold;
        margin-top: 25px;
    }

    .landing-section-3 p {
        color: black;
    }

/*end landing-section-3*/
/*landing-section-4*/
.landing-section-4 {
    background-color: #340450;
}

    .landing-section-4.donations-section-2 .big-form p {
        color: white;
    }





/*end landing-section-4*/

/*landing-section-5*/
.landing-section-5 {
    background-color: #cec7d2;
}

    .landing-section-5 p {
        margin-top: 13px;
    }

    .landing-section-5 ul {
        float: left;
        margin-bottom: 0;
        margin-top: 13px;
    }

        .landing-section-5 ul li {
            display: inline-block;
            border-radius: 50%;
        }

            .landing-section-5 ul li a {
                padding: 0;
                margin-bottom: 0;
                background-color: transparent;
            }

                .landing-section-5 ul li a i {
                    width: 23px;
                    height: 23px;
                    font-size: 10px;
                    line-height: 9px;
                    margin-left: 2px;
                    border-radius: 50%;
                }

/*end landing-section-5*/


/*Newsflash-section-1*/

.Newsflash-section-1 img {
    margin: auto;
    display: block;
}
/*end Newsflash-section-1*/

.Newsflash-section-2 .blog-grid-info {
    padding-right: 0;
    list-style: none;
    margin-bottom: 5px;
    margin-top: 10px;
}
.Newsflash-section-2 .blog-grid-info li {
    color: #888;
    padding: 0 2px;
    font-size: 12px;
    display: inline-block;
}
.Newsflash-section-2 .blog-grid-info li:first-child:before {
    content: " ";
    margin-left: 0;
}

.Newsflash-section-2 .blog-grid-info li:before {
    content: '/';
    font-size: 12px;
    line-height: 1.4;
    margin-left: 9px;
}
.Newsflash-section-2 h1 {
}

.Newsflash-section-2 .txt {
    font-size: 16px;
    line-height: 23px;
    color: black;
    text-align: justify;
}

.Newsflash-section-2 .font-print-update .size-font {
    position: relative;
}

    .Newsflash-section-2 .font-print-update .size-font .size-font-12 {
        color: black;
        padding-right: 2px;
        font-size: 12px;
    }

    .Newsflash-section-2 .font-print-update .size-font .size-font-14 {
        color: black;
        font-size: 14px;
    }

    .Newsflash-section-2 .font-print-update .size-font .size-font-18 {
        color: black;
        font-size: 18px;
    }
/*Newsflash-section-2*/



/*end Newsflash-section-2*/

/*Newsflash-section-3*/


.Newsflash-section-3 .like-social {
    border-top: 1px #acacac dotted;
    padding-top: 5px;
}

    .Newsflash-section-3 .like-social span {
        font-size: 14px;
        display: inline-block;
    }

    .Newsflash-section-3 .like-social ul {
        float: left;
        margin-bottom: 0;
    }

        .Newsflash-section-3 .like-social ul li {
            display: inline-block;
        }

            .Newsflash-section-3 .like-social ul li a {
                padding: 0;
                margin-bottom: 0;
                background-color: white;
            }

                .Newsflash-section-3 .like-social ul li a i {
                    width: 20px;
                    height: 22px;
                    font-size: 11px;
                    line-height: 25px;
                    margin-left: 2px;
                }
/*end Newsflash-section-3*/


/*research-section-1*/



.research-section-1 .big-kav {
    position: relative;
    margin-bottom: 30px;
}

.research-section-1 .txt-kav {
    display: inline-block;
    background-color: white;
    color: #09870e;
    text-align: right;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: 22px !important;
    font-weight: bold;
    border-radius: 20px 0 0 0;
    margin: 0;
}

.research-section-1 .kav {
    height: 3px;
    width: 100%;
    background-color: #09870e;
    display: block;
    margin-top: -23px;
}

.research-section-1 .big-kav > a {
    position: absolute;
    top: 30px;
    left: 0;
    text-decoration: none;
}


.research-section-1 .Coverage {
    display: block;
    margin-bottom: 20px;
}

    .research-section-1 .Coverage:hover {
        text-decoration: none;
    }

    .research-section-1 .Coverage .research-Details {
        width: 100%;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.55);
        padding: 3px 10px;
        font-size: 14px;
        text-align: center;
    }

        .research-section-1 .Coverage .research-Details .name {
            display: block;
            font-size: 20px;
        }

        .research-section-1 .Coverage .research-Details .name2 {
        }

    .research-section-1 .Coverage img {
        width: 100%;
    }

.research-section-1 .More-Links a:hover {
    text-decoration: none;
}


.research-section-1 .More-Links .blog-grid-grad ul {
    top: 4px;
    right: 0;
    padding: 0;
    position: absolute;
}

    .research-section-1 .More-Links .blog-grid-grad ul li {
        display: inline-block;
    }

        .research-section-1 .More-Links .blog-grid-grad ul li i {
            position: relative;
        }

.research-section-1 .More-Links h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.research-section-1 .More-Links p {
    color: black;
    font-size: 14px;
    margin: 0;
}
/*end research-section-1*/


/*Baners*/


#BannerRight {
    position: fixed;
    right: 5px;
    top: 150px;
    display: block;

    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.my-body-fixed #BannerRight
{
    top: 45px!important;
}

#BannerLeft {
    position: fixed;
    left: 5px;
    top: 150px;
    display: block;

     -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.my-body-fixed #BannerLeft
{
    top: 45px!important;
}


#PromoBanner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: visible;
    display: block;
    background-color: white;
}


    #PromoBanner .big-baner {
        width: 970px;
        margin: auto;
        margin-top: 100px;
    }


        #PromoBanner .big-baner button {
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            filter: alpha(opacity=20);
            border: 0;
            padding: 0;
            background: 0 0;
        }

.hide-Banner {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    border: 0;
    padding: 0;
    background: 0 0;
}

.category-banner-2 a img, .home-banner-3 a img {
    display: block;
    margin: auto;
}

.baner-fixed {
    position: fixed;
    bottom: -5px;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 80;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

    .baner-fixed .baner-btn {
        width: 940px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        margin-bottom: -2px;
    }

        .baner-fixed .baner-btn button {
            background-color: white;
            padding: 0 2px;
        }



.baner-fixed-Mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 80;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

    .baner-fixed-Mobile .baner-btn {
        width: 940px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
        margin-bottom: -2px;
    }

        .baner-fixed-Mobile.baner-btn button {
            background-color: white;
            padding: 0 2px;
        }


@media(min-width:991px) {
    .is-baner-fixed {
        padding-bottom: 80px !important;
    }
}

@media(max-width:991px) {
    .is-baner-fixed {
        padding-bottom: 80px !important;
    }
}

/*end Baners*/


.form-contact {
    background-color: whitesmoke;
    margin-bottom: 20px;
    padding: 30px 0 2px 0;
    min-height: 390px;
}

    .form-contact input, .form-contact textarea, .form-contact select, .form-contact .big-isAgree {
        margin: auto;
        width: 80%;
        margin-bottom: 5px;
        border: none;
        display: block;
    }

    .form-contact .btn-contact {
        display: block;
        margin: auto;
        width: 80%;
        margin-bottom: 5px;
        border: none;
        position: relative;
    }

    .form-contact .checkbox-isAgree-txt ,.cd-user-modal.contact-model .checkbox-isAgree-txt{
        font-size: 12px;
        float: right;
        margin-top: 5px;
        margin-right: 5px;
        color: black;
    }

    .form-contact .checkbox-isAgree ,.cd-user-modal.contact-model .checkbox-isAgree {
        width: auto !important;
        float: right;
        margin-top: 10px !important;
    }

.alert-isAgree {
    margin-bottom: 0;
    padding: 0 20px;
    border: 1px solid red;
    background-color: #ffc1c1;
    font-size: 13px !important;
}

.form-contact button {
    float: left;
    padding: 4px 20px 4px 20px;
    background-color: #bb010f !important;
    color: whitesmoke !important;
}

.form-contact .btn-contact img {
    position: absolute;
    left: 17px !important;
    top: 0;
    width: 30px;
}

.not-valid {
    background: #ffc1c1 !important;
    border: 1px solid red !important;
}

.big-pagination {
    width: 100%;
}

    .big-pagination ul {
        float: none !important;
    }

.pagination > li > a, .pagination > li > span {
    direction: ltr;
}

.disabled a {
    pointer-events: all;
    cursor: not-allowed;
}

/*all-newsflash*/
.all-newsflash .news-dateday {
    background-color: rgba(52, 4, 80, 0.37);
    padding: 5px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #6a6868;
    margin-bottom: 10px;
}


.all-newsflash .news-time {
    font-family: 'digital';
    font-size: 26px;
    text-align: center;
    padding-top: 2px;
}

@media(max-width:767px) {
    .all-newsflash .news-time {
        text-align: right;
    }
}

.all-newsflash .news {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.all-newsflash a {
    display: block;
}

    .all-newsflash a:hover {
        text-decoration: none;
    }

        .all-newsflash a:hover h3 {
            color: #bb0210;
        }

    .all-newsflash a h3 {
        margin: 0;
        font-weight: bold;
        font-size: 17px;
    }

/*end all-newsflash*/



/*all-SilencedTerrorist*/
.all-SilencedTerrorist {
    margin-top: 10px;
}

    .all-SilencedTerrorist .news-dateday {
        background-color: rgba(187, 2, 16, 0.32);
        padding: 5px 10px;
        font-weight: bold;
        font-size: 16px;
        color: #6a6868;
        margin-bottom: 10px;
    }


    .all-SilencedTerrorist .news-time {
        font-family: 'digital';
        font-size: 26px !important;
        text-align: center !important;
        padding-top: 2px;
    }

@media(max-width:767px) {
    .all-SilencedTerrorist .news-time {
        text-align: right;
    }
}

.all-SilencedTerrorist .news {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.all-SilencedTerrorist h3 {
    margin: 0;
    font-weight: bold;
    font-size: 17px;
}

/*end all-SilencedTerrorist*/


/*404 Error Page v1 
------------------------------------*/
.error-v1 {
    padding-bottom: 30px;
    text-align: center;
}

    .error-v1 p {
        color: #555;
        font-size: 16px;
    }

    .error-v1 span {
        color: #555;
        display: block;
        font-size: 35px;
        font-weight: 200;
    }

        .error-v1 span.error-v1-title {
            color: #777;
            font-size: 180px;
            line-height: 200px;
            padding-bottom: 20px;
        }

/*For Mobile Devices*/
@media (max-width: 500px) {
    .error-v1 p {
        font-size: 12px;
    }

    .error-v1 span {
        font-size: 25px;
    }

        .error-v1 span.error-v1-title {
            font-size: 140px;
        }
}

.landig-Search {
    position: absolute;
    left: 5px !important;
    top: 0;
    width: 30px;
}

.Search-btn {
    width: 40px;
    float: right;
}

    .Search-btn button {
        position: relative;
    }


/* --------------------------------

xsigin/signup popup

-------------------------------- */
.cd-user-modal {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 99999;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
    -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
    transition: opacity 0.3s 0, visibility 0 0.3s;
}

    .cd-user-modal.is-visible {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s 0, visibility 0 0;
        -moz-transition: opacity 0.3s 0, visibility 0 0;
        transition: opacity 0.3s 0, visibility 0 0;
    }

        .cd-user-modal.is-visible .cd-user-modal-container {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

.cd-user-modal-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    /*min-height: 700px;*/
    background: #fff;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .cd-user-modal-container .cd-switcher:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-user-modal-container .cd-switcher {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .cd-user-modal-container .cd-switcher li {
            width: 50%;
            float: right;
            text-align: center;
        }

            .cd-user-modal-container .cd-switcher li:first-child a {
                border-radius: 0 .25em 0 0;
            }

            .cd-user-modal-container .cd-switcher li:last-child a {
                border-radius: .25em 0 0 0;
            }

        .cd-user-modal-container .cd-switcher a {
            display: block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            background: #d2d8d8;
            color: #809191;
        }

            .cd-user-modal-container .cd-switcher a:hover {
                text-decoration: none;
            }

            .cd-user-modal-container .cd-switcher a.selected {
                background: #FFF;
                color: #505260;
            }

@media only screen and (min-width: 600px) {
    .cd-user-modal-container {
        margin: 4em auto;
    }

        .cd-user-modal-container .cd-switcher a {
            height: 70px;
            line-height: 70px;
        }
}

.cd-form {
    padding: 1.4em;
}

    .cd-form .fieldset {
        position: relative;
        margin: 5px 0;
    }

        .cd-form .fieldset:first-child {
            margin-top: 0;
        }

        .cd-form .fieldset:last-child {
            margin-bottom: 0;
        }


        .cd-form .fieldset .placeholder-input {
            padding-right: 10px;
            margin-bottom: 0;
            font-size: 17px;
            color: #b9b6b6;
        }

    .cd-form label {
        font-size: 12px;
        font-weight: normal;
    }

    .cd-form .fieldset.btn-contact {
        position: relative;
    }

        .cd-form .fieldset.btn-contact .landig {
            position: absolute;
            left: 46% !important;
            top: 7px;
            width: 40px;
        }

    .cd-form input, .cd-form textarea, .cd-form select {
        margin: 0;
        padding: 0;
        border-radius: 0.25em;
    }

        .cd-form input.full-width {
            width: 100%;
        }

        .cd-form input.has-padding {
            padding: 12px 50px 12px 20px;
        }

        .cd-form input.has-border, .cd-form textarea.has-border, .cd-form select.has-border {
            border: 1px solid #d2d8d8;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

            .cd-form input.has-border:focus {
                border-color: #343642;
                box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
                outline: none;
            }

        .cd-form input.has-error {
            border: 1px solid #d76666;
        }

        .cd-form input[type=password] {
            /* space left for the HIDE button */
            padding-left: 65px;
        }

        .cd-form input[type=submit] {
            position: relative;
            padding: 16px 0;
            cursor: pointer;
            color: #fff;
            background: #350551;
            opacity: 0.9;
            font-size: 16px;
            border: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            /*-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;*/
        }

.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
    outline: none;
    opacity: 1;
}

.no-touch .cd-form input[type=submit]:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.cd-form .hide-password {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 15px;
    border-right: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #aaa;
}

.cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    right: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: .8em;
    z-index: 2;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s;
}

    .cd-form .cd-error-message::after {
        /* triangle */
        content: '';
        position: absolute;
        right: 22px;
        bottom: 100%;
        height: 0;
        width: 0;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid rgba(215, 102, 102, 0.9);
    }

    .cd-form .cd-error-message.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.2s 0, visibility 0 0;
        -moz-transition: opacity 0.2s 0, visibility 0 0;
        transition: opacity 0.2s 0, visibility 0 0;
    }

@media only screen and (min-width: 600px) {
    .cd-form {
        padding: 2em;
    }

        .cd-form .fieldset {
        }

            .cd-form .fieldset:first-child {
                margin-top: 0;
            }

            .cd-form .fieldset:last-child {
                margin-bottom: 0;
                height: 55px;
            }

        .cd-form input.has-padding, .cd-form textarea.has-padding, .cd-form select.has-padding {
            padding: 7px 20px 7px 20px;
        }

        .cd-form input[type=submit] {
            padding: 16px 0;
        }
}

.cd-form-message {
    padding: 1.4em 1.4em 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .cd-form-message {
        padding: 2em 2em 0;
    }
}

.cd-form-bottom-message {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -35px;
    text-align: center;
    font-size: 12px;
}

    .cd-form-bottom-message a {
        color: #fff;
        text-decoration: underline;
    }

.cd-close-form {
    /* form X button on top right */
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url("../../plugins/login-signup-modal-window/img/cd-icon-close.svg") no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}





.cd-user-modal .lined-text {
    position: relative;
    margin-top: 30px;
    text-align: center !important;
}

    .cd-user-modal .lined-text span {
        background: #fff;
        color: #999;
        padding: 0 10px;
        position: relative;
        z-index: 1;
        font-size: 16px !important;
        font-weight: bold;
    }

    .cd-user-modal .lined-text hr {
        width: 100%;
        margin: 0;
        position: absolute;
        top: 11px;
        right: 0;
    }

.cd-form .send-Answer h4 {
    text-align: center;
}


#popapDiceBanner {
    width: 280px;
    height: 130px;
    background-color: white;
    z-index: 99;
    position: fixed;
    bottom: 10px;
    right: 5px;
    border: 1px solid #350551;
}

    #popapDiceBanner .baner-btn {
        background-color: #350551;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        padding: 4px 0 5px 0;
    }

        #popapDiceBanner .baner-btn button {
            float: right;
            background-color: white;
            width: 17px;
            float: right;
        }

    #popapDiceBanner a span {
        float: left;
        width: 110px;
        font-weight: bold;
        margin: 5px;
        margin-top: 10px;
        font-size: 15px;
        line-height: 17px;
    }

    #popapDiceBanner a img {
        float: right;
        width: 140px;
           height: 90px;
       margin: 3px;
    }

.not-find-search {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.currencies span {
    margin-left: 5px;
}

.news-rss-category-list ul {
    list-style: none;
}

.news-rss-category-list > ul > li {
    padding-bottom: 3px;
    width: 33.3%;
    float: right;
    display: block;
    margin-bottom: 10px;
}

    .news-rss-category-list > ul > li > a {
        font-weight: bold;
    }

@media(max-width:550px) {
    .news-rss-category-list > ul > li {
        padding-bottom: 3px;
        width: 50%;
        float: right;
        display: block;
    }
}

.news-rss-category-list > ul > li > ul > li {
    padding-bottom: 3px;
    width: 100%;
    float: right;
    display: block;
}

.news-rss-category-list ul li a {
    color: black;
}

    .news-rss-category-list ul li a:hover {
        color: #bb010f !important;
        text-decoration: none;
    }

.background-rain {
    /*opacity: 0.5;*/
}

    .background-rain .col-md-12 {
        background-color: rgba(0, 0, 0, 0.74);
    }

.weather select:hover {
    cursor: pointer;
}

.weather select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: auto;
    width: 80%;
    margin-bottom: 5px;
    margin-top: 6px;
    border: none;
    display: block;
}

.big-btn-Permanent-placement {
    position: relative;
}

    .big-btn-Permanent-placement .landig {
        position: absolute;
        left: 44% !important;
        top: 7px;
        width: 34px;
        opacity: 0;
    }

.btn-Permanent-placement {
    position: relative;
    padding: 6px 6px;
    cursor: pointer;
    color: #fff;
    background: rgba(187, 1, 15, 0.56);
    opacity: 0.9;
    font-size: 14px;
    border: none;
    border-radius: 0.25em;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 7px;
    width: 80%;
}



.background-rain .city {
    font-weight: bold;
    font-size: 30px;
    color: white;
    padding-right: 25px;
}

.weatherDay-Day {
    color: white;
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
    padding-top: 25px;
}

    .weatherDay-Day .Date {
        font-weight: bold;
        font-size: 20px;
        text-align: right;
        padding-right: 35px;
    }

    .weatherDay-Day .img {
        float: right;
        padding: 0 20px 0 20px;
    }

        .weatherDay-Day .img .wi {
            font-size: 100px;
            padding: 25px 25px 0 25px;
        }

    .weatherDay-Day .Temp {
        font-size: 40px;
        margin-top: 55px;
        float: right;
        padding: 0 50px 0 0;
    }

    .weatherDay-Day .Description {
        font-size: 20px;
        float: right;
        padding: 0 50px;
    }


.weatherDay {
    color: white;
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
    padding-top: 50px;
}

    .weatherDay .Date {
        font-weight: bold;
        font-size: 15px;
    }

    .weatherDay .img .wi {
        font-size: 50px;
        padding: 25px 25px 10px 25px;
    }

    .weatherDay .Temp {
        font-size: 15px;
    }

    .weatherDay .Description {
        font-size: 15px;
        padding-bottom: 20px;
    }

.crdit-weather {
    border-top-width: 0 !important;
    background-color: rgba(240, 240, 240, 0.65);
    padding: 5px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

    .crdit-weather a {
        padding: 0 !important;
        border-bottom: none !important;
        display: initial !important;
        color: black;
    }

.weather-send-img {
    border-top-width: 0 !important;
    background-color: rgb(187, 1, 15);
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: none !important;
    display: block;
    color: white !important;
    padding: 8px !important;
}

    .weather-send-img:hover {
        color: white !important;
        -webkit-box-shadow: inset 0px 0px 30px black;
        -moz-box-shadow: inset 0px 0px 30px black;
        box-shadow: inset 0px 0px 30px black;
        transition: all .3s linear;
    }

#tagcloud a:hover, a:hover h2:not(.txt-kav), a:hover h3, a:hover .name2, .blog-social-shares a:hover, .lastComments a:hover {
    color: #bb010f !important;
}


.img-face {
    width: 70% !important;
    margin: auto;
    display: block;
}

/*chosen*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0,0,0,.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(chosen-sprite.png) no-repeat 0 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
        background: url(chosen-sprite.png) no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        -webkit-touch-callout: none;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #491e62;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#491e62),color-stop(90%,#491e62));
            background-image: -webkit-linear-gradient(#491e62 20%,#491e62 90%);
            background-image: -moz-linear-gradient(#491e62 20%,#491e62 90%);
            background-image: -o-linear-gradient(#491e62 20%,#491e62 90%);
            background-image: linear-gradient(#491e62 20%,#491e62 90%);
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: 700;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

.chosen-container-multi .chosen-choices {
    /*min-height: 34px; position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}*/
    min-height: 34px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #e5e6e7;
    background-color: #fff;
    /* background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff)); */
    /* background-image: -webkit-linear-gradient(#eee 1%,#fff 15%); */
    background-image: -moz-linear-gradient(#eee 1%,#fff 15%);
    background-image: -o-linear-gradient(#eee 1%,#fff 15%);
    /* background-image: linear-gradient(#eee 1%,#fff 15%); */
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                margin: 1px 0;
                padding: 5px;
                height: 15px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #666;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
            }

            .chosen-container-multi .chosen-choices li.search-field .default {
                color: #999;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 0 3px 5px;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-clip: padding-box;
            box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
            color: #333;
            line-height: 13px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url(chosen-sprite.png) -42px 1px no-repeat;
                font-size: 1px;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));
            background-image: -webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: -o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-image: linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            color: #666;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: -webkit-linear-gradient(#eee 20%,#fff 80%);
    background-image: -moz-linear-gradient(#eee 20%,#fff 80%);
    background-image: -o-linear-gradient(#eee 20%,#fff 80%);
    background-image: linear-gradient(#eee 20%,#fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: 0;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    /*border:1px solid #5897fb;
    box-shadow:0 0 5px rgba(0,0,0,.3)*/
    border-color: #1ab394 !important;
}

    .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #111 !important;
    }

.chosen-disabled {
    opacity: .5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 4px 8px 4px 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type=text] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: 0;
    }

    .chosen-rtl .chosen-search input[type=text] {
        padding: 4px 5px 4px 20px;
        background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
        background: url(chosen-sprite.png) no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 8px 6px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi) {
    .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
        background-image: url(chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/*end chosen*/
.tagBall {
    width: 220px;
    height: 210px;
    position: relative;
    margin: auto;
}

.tag {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

    .tag:hover {
        border: 1px solid #666;
        color: red;
    }


.Newsletter-btn {
    cursor: pointer;
}

.bookmarkme-btn {
    cursor: pointer;
}
/*@media(max-width:767px)
{
    .mobile-var
    {
        display:none;
    }
}*/

.isLtr{
    text-align:left!important;
    direction:ltr!important;    
}
.isLtr p{
    text-align:left!important;
    direction:ltr!important;    
}

.BoxGrey {
    padding: 10px 10px;
    background-color: #eee;
    border: 1px solid #ccc;
}
.modal-adBlock .btn-not-shown-adBlock
{
    background-color: #bb010f;
    color: white;
    text-align: center;
    border-bottom: none;
    padding: 3px 0 3px 0;
    font-size: 12px;
    margin: auto;
    display: block;
    width: 110px;
}
.modal-adBlock .btn-not-shown-adBlock:hover {
    text-decoration:none;
}



/*audioJs*/

.audioplayer
{
	height: 2.5em; /* 40 */
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	border: 1px solid #222;
	position: relative;
	z-index: 1;
	background: #333;
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
	background: -webkit-linear-gradient( top, #444, #222 );
	background: -moz-linear-gradient( top, #444, #222 );
	background: -ms-radial-gradient( top, #444, #222 );
	background: -o-linear-gradient( top, #444, #222 );
	background: linear-gradient( top, #444, #222 );
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
	.audioplayer-mini
	{
		width: 2.5em; /* 40 */
		margin: 0 auto;
	}
	.audioplayer > div
	{
		position: absolute;
        color: white!important;
	}
	.audioplayer-playpause
	{
		width: 2.5em; /* 40 */
		height: 100%;
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		left: 0;
	}
		.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
		{
			border-right: 1px solid #555;
			border-right-color: rgba( 255, 255, 255, .1 );
		}
		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		.audioplayer-playpause:hover,
		.audioplayer-playpause:focus
		{
			background-color: #222;
		}
		.audioplayer-playpause a
		{
			display: block;
		}
		.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
		{
			width: 0;
			height: 0;
			border: 0.5em solid transparent; /* 8 */
			border-right: none;
			border-left-color: #fff;
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.5em 0 0 -0.25em; /* 8 4 */
		}
		.audioplayer-playing .audioplayer-playpause a
		{
			width: 0.75em; /* 12 */
			height: 0.75em; /* 12 */
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -0.375em 0 0 -0.375em; /* 6 */
		}
			.audioplayer-playing .audioplayer-playpause a:before,
			.audioplayer-playing .audioplayer-playpause a:after
			{
				width: 40%;
				height: 100%;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:before
			{
				left: 0;
			}
			.audioplayer-playing .audioplayer-playpause a:after
			{
				right: 0;
			}
	.audioplayer-time
	{
		width: 4.375em; /* 70 */
		height: 100%;
		line-height: 2.375em!important; /* 38 */
		text-align: center!important;
		z-index: 2;
		top: 0;
	}
		.audioplayer-time-current
		{
			border-left: 1px solid #111;
			border-left-color: rgba( 0, 0, 0, .25 );
			left: 2.5em; /* 40 */
		}
		.audioplayer-time-duration
		{
			border-right: 1px solid #555;
			border-right-color: rgba( 255, 255, 255, .1 );
			right: 2.5em; /* 40 */
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				border-right: 0;
				right: 0;
			}
	.audioplayer-bar
	{
		height: 0.875em; /* 14 */
		background-color: #222;
		cursor: pointer;
		z-index: 1;
		top: 50%;
		right: 6.875em; /* 110 */
		left: 6.875em; /* 110 */
		margin-top: -0.438em; /* 7 */
	}
		.audioplayer-novolume .audioplayer-bar
		{
			right: 4.375em; /* 70 */
		}
		.audioplayer-bar div
		{
			width: 0;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}
		.audioplayer-bar-loaded
		{
			background-color: #333;
			z-index: 1;
		}
		.audioplayer-bar-played
		{
			background: #007fd1;
			background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
			background: -webkit-linear-gradient( left, #007fd1, #c600ff );
			background: -moz-linear-gradient( left, #007fd1, #c600ff );
			background: -ms-radial-gradient( left, #007fd1, #c600ff );
			background: -o-linear-gradient( left, #007fd1, #c600ff );
			background: linear-gradient( left, #007fd1, #c600ff );
			z-index: 2;
		}
	.audioplayer-volume
	{
		width: 2.5em; /* 40 */
		height: 100%;
		border-left: 1px solid #111;
		border-left-color: rgba( 0, 0, 0, .25 );
		text-align: left;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 2;
		top: 0;
		right: 0;
	}
		.audioplayer-volume:hover,
		.audioplayer-volume:focus
		{
			background-color: #222;
		}
		.audioplayer-volume-button
		{
			width: 100%;
			height: 100%;
		}
			.audioplayer-volume-button a
			{
				width: 0.313em; /* 5 */
				height: 0.375em; /* 6 */
				background-color: #fff;
				display: block;
				position: relative;
				z-index: 1;
				top: 40%;
				right: 60%;
			}
				.audioplayer-volume-button a:before,
				.audioplayer-volume-button a:after
				{
					content: '';
					position: absolute;
				}
				.audioplayer-volume-button a:before
				{
					width: 0;
					height: 0;
					border: 0.5em solid transparent; /* 8 */
					border-left: none;
					border-right-color: #fff;
					z-index: 2;
					top: 50%;
					right: -0.25em;
					margin-top: -0.5em; /* 8 */
				}
				.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
				{
					/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
					width: 10px; /* 5 */
					height:10px; /* 5 */
					border: 0.25em double #fff; /* 4 */
					border-width: 0.25em 0.25em 0 0; /* 4 */
					left: 0.563em; /* 9 */
					top:-2px; /* 1 */
					-webkit-border-radius: 0 0.938em 0 0; /* 15 */
					-moz-border-radius: 0 0.938em 0 0; /* 15 */
					border-radius: 0 0.938em 0 0; /* 15 */
					-webkit-transform: rotate( 45deg );
					-moz-transform: rotate( 45deg );
					-ms-transform: rotate( 45deg );
					-o-transform: rotate( 45deg );
					transform: rotate( 45deg );
				}
		.audioplayer-volume-adjust
		{
			height: 6.25em; /* 100 */
			cursor: default;
			position: absolute;
			left: 0;
			right: -1px;
			top: -9999px;
			background: #222;
			background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
			background: -webkit-linear-gradient( top, #444, #222 );
			background: -moz-linear-gradient( top, #444, #222 );
			background: -ms-radial-gradient( top, #444, #222 );
			background: -o-linear-gradient( top, #444, #222 );
			background: linear-gradient( top, #444, #222 );
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
		}
			.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
			{
				opacity: 0;
			}
			.audioplayer-volume:hover .audioplayer-volume-adjust
			{
				top: auto;
				bottom: 100%;
			}
			.audioplayer-volume-adjust > div
			{
				width: 40%;
				height: 80%;
				background-color: #222;
				cursor: pointer;
				position: relative;
				z-index: 1;
				margin: 30% auto 0;
			}
				.audioplayer-volume-adjust div div
				{
					width: 100%;
					height: 100%;
					position: absolute;
					bottom: 0;
					left: 0;
					background: #007fd1;
					background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
					background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
					background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
					background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
					background: -o-linear-gradient( bottom, #007fd1, #c600ff );
					background: linear-gradient( bottom, #007fd1, #c600ff );
				}
		.audioplayer-novolume .audioplayer-volume
		{
			display: none;
		}

	.audioplayer-play,
	.audioplayer-pause,
	.audioplayer-volume a
	{
		-webkit-filter: drop-shadow( 1px 1px 0 #000 );
		-moz-filter: drop-shadow( 1px 1px 0 #000 );
		-ms-filter: drop-shadow( 1px 1px 0 #000 );
		-o-filter: drop-shadow( 1px 1px 0 #000 );
		filter: drop-shadow( 1px 1px 0 #000 );
	}
	.audioplayer-bar,
	.audioplayer-bar div,
	.audioplayer-volume-adjust div
	{
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.audioplayer-bar,
	.audioplayer-volume-adjust > div
	{
		-webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
		-moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
		box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
	}
	.audioplayer-volume-adjust div div,
	.audioplayer-bar-played
	{
		-webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
		-moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
		box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
	}
	.audioplayer-volume-adjust
	{
		-webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
		-moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
		box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
	}
	.audioplayer *,
	.audioplayer *:before,
	.audioplayer *:after
	{
		-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	}

    .credit-front-img1
    {
            width: 100%;
            bottom: 0;
            direction: rtl;
            color: #fff;
            font-size: 11px;
            margin: 0;
            background-color: rgba(0, 0, 0, 0.55);
            padding: 0 10px;
            position: absolute;
            font-weight: 700;
            display: block;
    }
     .credit-front-img2
    {
          width: 100%;
            bottom: 0;
            direction: rtl;
            color: #fff;
            font-size: 11px;
            margin: 0;
            background-color: rgba(0, 0, 0, 0.55);
            padding: 0 10px;
            position: absolute;
            font-weight: 700;
            display: block;
    }
      .credit-front-img3
    {
            width: 100%;
            bottom: 0;
            direction: rtl;
            color: #fff!important;
            font-size: 11px!important;
            margin: 0;
            background-color: rgba(0, 0, 0, 0.55);
            padding: 0 10px;
            position: absolute;
            font-weight: 700;
            display: block;
            line-height: 17px!important; 
    }
       .credit-front-img4
    {
             width: 100%;
            bottom: 0;
            direction: rtl;
            color: #fff!important;
            font-size: 10px!important;
            margin: 0;
            background-color: rgba(0, 0, 0, 0.55);
            padding: 0 10px;
            position: absolute;
            font-weight: 700;
            display: block;
           line-height: 16px!important; 
    }
       
      .ThankYou-landing-section-2 h1 {
    margin-top: 120px;
    margin-bottom: 20px;
    color: black;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    }

        .ThankYou-landing-section-2 h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    color: black;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    }
        .fb-page>span
        {
            width:100%!important;
        }
          .fb-page>span>iframe
        {
           position:relative!important;
        }



          .logo-fixed
          {
            display:none!important;       
             
          }


         .my-body-fixed .logo-fixed
          {
            display:block!important;  
            float: left!important;    
             
          } 
       

          .logo-fixed>img
          {
                  width: 100px;
                padding: 1px;
          }

          .credit {
    font-size: 20px;
    color: #475C61;
    text-align: center;
}
          .credit a {
        display:block;
        font-size: 15px;
        color: #494949;
        letter-spacing: 1px;
            padding-bottom: 4px;
    }

        .credit a:hover {
            color: #494949;
            text-decoration:none;
        }

        .credit a img {
               position: relative;
                top: 0;
                width: 160px;
                display: block;
                margin: auto;
                    margin-top: 5px;
        }

        .credit-txt {
       opacity: 1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: 1.3s;
    transition: 1.3s;
    color: white;
}


.big-audio
{
      margin: 15px 0 15px 0;
}

.intersrtedDiv{
    height:auto!important;
}
.interestH2{
    margin-bottom:15px!important;
}
.interestH2 p{
    font-size:18px;
}
.interestImg{
    max-height:140px!important;
}
.smallH2 h2{
    font-size:13px!important;
}
.interstedSmallH2{
    font-size:15px!important;
}
.intersrtedDiv img{
    height:115px;
}
.intersrtedDiv p{
font-size: 12px;
    color: #a09e9e;
        line-height: 4px;

}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 49%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.topnav {
    overflow: hidden;
    background-color: #300152;
    position: relative;
    margin-top: 25px;
}

    .topnav a {
        float: right;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 15px;
    }

        .topnav a:hover {
            background-color: #a20502;
            color: #fff;
        }

        .topnav a.active {
            background-color: #a20502;
            color: white;
        }