﻿
/*@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.otf) format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Thin.otf) format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-UltraLight.otf) format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraLight.otf) format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Light.otf) format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.otf) format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.otf) format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraBold.otf) format('opentype');
    font-weight: 800;
}

*:not(.fa):not(.glyphicon):not(h1):not(h2):not(h3):not(h4):not(h5):not(strong) {
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased;

}*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body
{
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

*:not(.menu nav > ul > li)
{
    -color: #333;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#preloader
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #f2f2f2 url(../img/loading.gif) no-repeat center center;
}

.secloader
{
    position: relative;
    left: 0;
    top: 0;
    _z-index: 1033;
    display: block;
    height: 100%;
    min-height: 200px;
    max-height: 480px;
    overflow: hidden;
    background: url(../img/ajax-loader.gif) no-repeat center center;
}

    .secloader > *
    {
        visibility: hidden;
    }

    .secloader #banner-slider, .secloader #banner-slider *
    {
        visibility: visible;
    }
/*#########################################*/
/*            Common
/*#########################################*/
.auto-select
{
    position: relative;
}

    .auto-select::after
    {
        content: "";
        display: none;
        position: absolute; /* height: 2px; */ /* width: 2px; */ /* background: #151515; */
        right: 10px;
        top: 17px;
        border: 6px solid transparent;
        border-top: 6px solid #151515;
    }

    .auto-select select
    {
        display: inline-block;
        font: inherit;
        line-height: 1.5em;
        padding: 0.5em 3.5em 0.5em 1em;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none; /*arrow create*/
        background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 0px 1.5em;
        background-repeat: no-repeat;
    }

legend
{
    font-size: 13px;
}

.overflow-hidden
{
    overflow: hidden;
}

.no-margin
{
    margin: 0 !important;
}

.no-padding
{
    padding: 0 !important;
}

.no-border
{
    border: none !important;
}

.pr-15
{
    padding: 0;
    padding-right: 15px;
}

.pt-10
{
    padding: 0;
    padding-top: 10px;
}

.mt-20
{
    margin-top: 20px;
}

.label-black
{
    background: #22232c;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    font-weight: 400;
}

.label-red
{
    background: #ed1b24;
    text-transform: uppercase;
    color: #fff;
    padding: 9px;
    font-weight: 400;
}

.fa
{
    margin-right: 6px;
}

.fa-news-custom
{
    height: 30px;
    width: 30px;
    background: url(../img/icon/news.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -8px;
}

.fa-bike-custom
{
    height: 24px;
    width: 37px;
    background: url(../img/icon/bike.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
}

.active .fa-bike-custom
{
    background: url(../img/icon/bike-on-click.png) no-repeat;
}

.fa-car-custom
{
    height: 20px;
    width: 37px;
    background: url(../img/icon/car-review.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
}

.active .fa-car-custom
{
    background: url(../img/icon/car-review-click.png) no-repeat;
}

.fa-video-custom
{
    height: 20px;
    width: 37px;
    background: url(../img/icon/view-prev-polls.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
}

.fa-image-custom
{
    height: 22px;
    width: 37px;
    background: url(../img/icon/image-gallery.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
}

.fa-blog-custom
{
    height: 20px;
    width: 37px;
    background: url(../img/icon/blog.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
}


.fa-poll-custom-white
{
    height: 24px;
    width: 37px;
    background: url(../img/icon/polls.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
}

.active .fa-poll-custom-white
{
    background: url(../img/icon/polls-on-click.png) no-repeat;
}

.fa-poll-previous-custom-white
{
    height: 20px;
    width: 37px;
    background: url(../img/icon/video.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
}

.active .fa-poll-previous-custom-white
{
    background: url(../img/icon/video-on-clcik.png) no-repeat;
}

.fa-comment-custom
{
    height: 20px;
    width: 20px;
    background: url(../img/icon/comment.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -3px;
}

.fa-eye-custom
{
    height: 20px;
    width: 27px;
    background: url(../img/icon/view.png) no-repeat center;
    display: inline-block;
    margin-right: 6px;
}

.fa-share-custom
{
    height: 58px;
    width: 58px;
    background: url(../img/icon/share.png) no-repeat center;
    display: inline-block;
    margin-right: 6px;
    margin-top: -12px;
    margin-left: 15px;
}


.fa-followers-custom, .fa-followers-red-custom
{
    height: 17px;
    width: 19px;
    background: url(../img/icon/followers.png) no-repeat center;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -4px;
}

.fa-followers-red-custom
{
    background: url(../img/icon/followers_red.png) no-repeat center;
}

.fa-articles-custom, .fa-articles-red-custom
{
    height: 21px;
    width: 21px;
    background: url(../img/icon/articles.png) no-repeat center;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -4px;
}

.fa-articles-red-custom
{
    background: url(../img/icon/articles_red.png) no-repeat center;
}

.fa-trip-custom
{
    height: 36px;
    width: 36px;
    background: url('../img/icon/unclicked/plan.png') no-repeat;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -8px;
}

.active .fa-trip-custom
{
    background: url('../img/icon/clicked/plan.png') no-repeat;
}


.fa-prepare-custom
{
    height: 36px;
    width: 36px;
    background: url('../img/icon/unclicked/prepare.png') no-repeat;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -8px;
}

.active .fa-prepare-custom
{
    background: url('../img/icon/clicked/prepare.png') no-repeat;
}

.fa-drive-custom
{
    height: 36px;
    width: 36px;
    background: url('../img/icon/unclicked/drive-safe.png') no-repeat;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -8px;
}

.active .fa-drive-custom
{
    background: url('../img/icon/clicked/drive-safe.png') no-repeat;
}

.fa-address-custom
{
    height: 50px;
    width: 36px;
    background: url('../img/icon/contact/address.png') no-repeat;
    display: inline-block;
    margin-bottom: 20px;
}

.fa-call-custom
{
    height: 50px;
    width: 46px;
    background: url('../img/icon/contact/call.png') no-repeat;
    display: inline-block;
    margin-bottom: 20px;
}

.fa-fax-custom
{
    height: 50px;
    width: 46px;
    background: url('../img/icon/contact/fax.png') no-repeat;
    display: inline-block;
    margin-bottom: 20px;
}

.fa-mail-custom
{
    height: 50px;
    width: 46px;
    background: url('../img/icon/contact/mail.png') no-repeat;
    display: inline-block;
    margin-bottom: 20px;
}

.fa-clock-custom
{
    height: 14px;
    width: 14px;
    background: url('../img/icon/clock.png') no-repeat;
    display: inline-block;
    margin-right: 4px;
}

.text-underline
{
    position: relative;
}

    .text-underline::after
    {
        content: '';
        width: 75%;
        height: 2px;
        background: #070707;
        display: block;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

span.stars, span.stars span
{
    display: inline-block;
    background: url(../img/icon/stars.png) 0 -16px repeat-x;
    width: 160px;
    height: 16px;
}

    span.stars span
    {
        background-position: 0 0;
    }


.divider
{
    width: 100%;
    border-bottom: 1px solid #828282;
    margin: 20px 0;
}

.sub-divider
{
    width: 70%;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

.st_sharethis_custom
{
    cursor: pointer;
}



:hov .cls element.style
{
    display: block;
}


.notifLabel
{
    bottom: 20px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000;
    display: none;
}

.notifLabel1
{
    bottom: 20px;
    position: fixed; /*text-align: center;*/
    width: 100%;
    z-index: 10000;
    display: none;
    text-align: left;
}



.notifLabel span
{
    color: White;
    display: inline-block;
    text-align: left;
    padding: 5px;
}

.notifLabel2
{
    bottom: 20px;
    position: fixed;
    text-align: center;
    width: 50%;
    z-index: 10000;
    display: none;
    left: 16%;
}

    .notifLabel2 span
    {
        color: White;
        display: inline-block;
        text-align: left;
        padding: 5px;
    }

.back-to-top
{
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    z-index: 100;
}

    .back-to-top span
    {
        color: #fff;
    }

.sponsored
{
    position: relative;
}

    .sponsored::after
    {
        content: "sponsored";
        position: absolute;
        top: 10px;
        left: 0px;
        background: rgba(0, 0, 0, 0.76);
        color: red;
        padding: 2px 6px;
    }


/*#########################################*/
/*             Bootstrap form
/*#########################################*/
.form-control
{
    border-radius: 0;
}

.input-group-addon
{
    border-radius: 0;
}

.auto-select::after
{
    right: 25px;
    top: 18px;
}

.btn-red, .btn-red:hover
{
    _padding: 10px 30px;
}

.dropdown-menu
{
    border-radius: 4px;
}
/*#########################################*/
/*            Header
/*#########################################*/
.support-header
{
    height: 85px;
    background: #bebebe;
}

header.sticky
{
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 85px;
    z-index: 100;
    background: #fff;
}

header.white > .menu
{
    /*-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);     -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);     -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);     -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);     box-shadow: 0px 0px 10px rgba(0,0,0,0.1);*/
}

header.white > .menu
{
    /*background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;*/
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    box-shadow: 0px -1px 5px 0px #c1c1c1;
}

header .menu.hovered
{
    background: #bebebe;
    border-bottom-color: #999999;
}

    header .menu.hovered:after
    {
        content: '';
        width: 100%;
        height: 250px;
        display: block;
        background: #bebebe;
        top: 97%;
        left: 0;
        position: absolute;
    }

.menu
{
    height: 85px;
    width: 1366px; /*overflow: hidden;*/
}

    .menu .menu-wrapper
    {
        padding: 0 15px;
    }

.logo
{
    float: left;
    z-index: 9999 !important; /*position:absolute;*/
}

    .logo img
    {
        margin: 15px 0px; /* width: 200px;         height: 59px;*/
    }

h1.outline, .outline
{
    display: none;
}

.menu nav
{
    /*float: right;*/
}

    .menu nav > ul
    {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .menu nav > ul > li
        {
            float: left;
            padding: 49px 22px;
            cursor: pointer;
        }

            .menu nav > ul > li .fa
            {
                vertical-align: top;
                transition: none;
            }

        .menu nav > ul > li
        {
            padding: 0;
        }

            .menu nav > ul > li > a
            {
                display: block;
                padding: 32px 6px 32px;
                border-bottom: 2px solid transparent;
                font-weight: bold;
            }


    .menu nav ul
    {
        list-style: none;
    }

        .menu nav ul li > a
        {
            text-decoration: none;
            color: #404040; /*font-weight: 400 !important;*/ /*font-weight:bolder;*/
            position: relative;
        }



    .menu nav > ul > li > .sub-menu
    {
        position: absolute;
        width: 100%;
        left: 0;
        top: 84px;
        background: #bebebe;
        padding: 25px 10px;
        list-style: none;
        max-height: 300px;
        z-index: 20;
    }

        .menu nav > ul > li > .sub-menu::after, .menu nav > ul > li > .sub-menu::before
        {
            content: '';
            display: table;
            clear: both;
        }

    .menu nav .sub-menu > li > ul > li
    {
        padding: 8px;
    }

    .menu nav .sub-menu ul
    {
        padding: 0;
    }

.menu-toggle
{
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 17px;
    height: 58px;
    line-height: 60px;
    margin: 23px 0;
    text-align: center;
    width: 52px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 3px;
    vertical-align: middle;
}

    .menu-toggle i
    {
        color: #fff !important;
    }

.menu .head-title
{
    font-weight: 700 !important;
    font-size: 16px;
    cursor: default;
}
/*#########################################*/
/*            Header cloned
/*#########################################*/
header.clone
{
    display: none;
    position: fixed !important;
}

    header.clone.shows
    {
    }

        header.clone.shows .menu
        {
            height: 70px;
        }

.logo img
{
    transition: margin 0.3s ease;
}

header.clone.shows .logo img
{
    margin: 6px 2px;
}

.social
{
    transition: top 0.3s ease;
}

header.clone.shows .social
{
    top: 10px;
}

.menu-toggle
{
    margin: 6px 2px;
}

header.clone.shows .menu-toggle
{
    margin: 5px 0;
}
/*#########################################*/
/*            breadcrum
/*#########################################*/
.breadcrumb
{
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 1px 1px 1px #e1e1e1;
    border-radius: 0;
}

    .breadcrumb > li
    {
        text-transform: capitalize;
    }

/*#########################################*/
/*            menu post
/*#########################################*/

.menu-post img
{
    width: 100%;
    max-height: 164px;
}

.menu-post p
{
    margin-top: 10px;
}


/*#########################################*/
/*            social
/*#########################################*/
.social
{
    list-style: none;
    float: right;
    padding-left: 0px;
    margin-bottom: 0px;
    z-index: 9999 !important;
    position: relative;
}

    .social > li
    {
        float: left;
        padding: 27px 6px;
        line-height: 30px;
        vertical-align: middle;
    }

        .social > li img
        {
            height: 30px;
        }

        .social > li .fa
        {
            /*font-size: 20px;*/
            font-size: 23px;
            line-height: 30px;
            vertical-align: middle;
            color: #333;
            width: 20px;
        }

            .social > li .fa.fa-youtube
            {
                /*font-size: 21px;*/
                font-size: 30px;
            }

.social-footer
{
    padding: 0 !important;
    padding-right: 30px !important;
    margin-bottom: 3px;
}

    .social-footer .icon
    {
        border: 1px solid #fff;
        padding: 6px 10px 6px 14px;
        min-width: 25%;
        padding-top: 20%;
        font-size: 25px;
        display: inline-block;
        margin-right: 5px;
        text-align: center;
        position: relative;
    }

        .social-footer .icon i.fa
        {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            bottom: 0;
            line-height: 35px;
        }

        .social-footer .icon i.fa
        {
            color: #fff;
        }
/*#########################################*/
/*            caption on image
/*#########################################*/
.figure
{
    position: relative;
}

    .figure, .figure img
    {
        width: 100%;
    }

        .figure .figure-down-caption
        {
            position: absolute;
            padding: 14px 10px;
            width: 100%;
            background: rgba(28, 30, 42, 0.9);
            color: #fff;
            bottom: 0;
            font-weight: 500;
        }

            .figure .figure-down-caption.button
            {
                /*padding-right: 115px;*/
            }

            .figure .figure-down-caption .read-more
            {
                position: absolute;
                right: 25px;
                padding: 3px 10px;
                color: #fff;
                border: 1px solid #fff;
                text-decoration: none;
                top: 50%;
                transform: translateY(-50%);
                font-weight: 400;
            }

            .figure .figure-down-caption::after
            {
                display: table;
                clear: both;
            }

            .figure .figure-down-caption.sm
            {
                padding: 5px 10px;
            }
/*#########################################*/
/*            banner image slider
/*#########################################*/
#banner-slider
{
    list-style: none;
    padding: 0;
    margin: 0;
    height: auto !important;
}

    #banner-slider img
    {
        height: 280px;
    }

.banner-right img, .banner-left img
{
    min-height: 235px;
}

.home-left, .banner-left
{
    position: relative;
    padding: 0;
}

.home-right, .banner-right
{
    padding: 0;
}

.home-left .lSPager
{
    position: absolute;
    bottom: 100px;
    right: 15px;
}

    .home-left .lSPager li a
    {
        border-radius: 0;
        height: 4px !important;
        width: 30px !important;
    }

.home-left .lSSlideOuter .lSPager.lSpg > li a
{
    background: #fff;
    border-radius: 0;
    height: 3px !important;
}

.home-left .lSSlideOuter .lSPager.lSpg > li.active a, .home-left .lSSlideOuter .lSPager.lSpg > li:hover a
{
    background: #b22c40;
}

.home-banner
{
    _height: 400px;
    padding-top:0px !important;
}

#banner-slider .figure .figure-down-caption
{
    _min-height: 86px;
    display: flex;
    align-items: center;
}

    #banner-slider .figure .figure-down-caption.button
    {
        /*padding-right: 150px;*/
    }


.home-banner .figure .figure-down-caption
{
    min-height: 40px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; /* NEW */
    flex-wrap: wrap;
    align-items: center;
}
/*#########################################*/
/*            home news
/*#########################################*/
.home-news
{
    background: #ececec;
    padding-top: 15px;
}

    .home-news .content-grid .content-grid-head .title
    {
        margin-left: 25px;
        margin-bottom: 20px;
    }

/*#########################################*/
/*            content grid
/*#########################################*/
.content-grid
{
    /*padding: 20px 0 40px 0;*/
}

    .content-grid .content-grid-head .title
    {
        border-left: 2px solid #ed1b24;
        padding-left: 10px;
        float: left;
        margin-left: 25px;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .content-grid .content-grid-head .view-all
    {
        float: right;
        margin-top: 20px;
    }

        .content-grid .content-grid-head .view-all a
        {
            text-decoration: none;
            color: #333;
            font-size: 24px;
            font-weight: 400;
        }

        .content-grid .content-grid-head .view-all .fa
        {
            color: #ed1b24;
        }

    .content-grid .content-grid-head .content-tabs
    {
        padding-left: 10px;
        float: left;
    }

        .content-grid .content-grid-head .content-tabs.nav-tabs > li > a
        {
            border: 0;
            border-bottom: 1px solid transparent;
            color: #555;
        }

        .content-grid .content-grid-head .content-tabs.nav-tabs > li.active > a, .content-grid .content-grid-head .content-tabs.nav-tabs > li.active > a:focus, .content-grid .content-grid-head .content-tabs.nav-tabs > li.active > a:hover
        {
            border-bottom: 1px solid #ed1b24;
        }

    .content-grid .content-grid-head .title-tabs
    {
        padding-left: 10px;
        border: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .content-grid .content-grid-head .title-tabs.nav-tabs > li > a
        {
            border: 0;
            border-left: 1px solid #ccc;
            color: #b9b6ba;
            font-size: 24px;
            border-radius: 0;
            padding: 10px 10px !important;
            font-weight: 500;
        }

            .content-grid .content-grid-head .title-tabs.nav-tabs > li > a h2
            {
                margin: 0px;
                font-weight: 400;
            }

        .content-grid .content-grid-head .title-tabs.nav-tabs > li.active > a, .content-grid .content-grid-head .title-tabs.nav-tabs > li.active > a:focus, .content-grid .content-grid-head .title-tabs.nav-tabs > li.active > a:hover
        {
            border-left: 2px solid #ed1b24;
            color: #3a3a3a;
        }
/*#########################################*/
/*            trending
/*#########################################*/
.trending
{
    padding: 10px 10px;
    margin: 0;
    border-bottom: 1px solid #bdbdbd;
}

    .trending:last-child
    {
        border-bottom: 0px solid #bdbdbd;
    }

    .trending::after, .trending::before
    {
        content: '';
        display: table;
        clear: both;
    }

.trending-left
{
    float: left;
    width: 33%;
    margin-right: 2%;
    background-image: url(../img/no-image.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

    .trending-left img
    {
        width: 100%;
        max-height: 75px;
    }

.trending-right
{
    font-size: 12px;
    float: left;
    width: 65%;
}

    .trending-right h5
    {
        margin-top: 0;
        margin-bottom: 5px;
    }

        .trending-right h5 a
        {
            font-weight: 500 !important;
            color: #3a3a3a;
            font-size: 13px;
        }

    .trending-right a
    {
        text-decoration: none;
        color: #333;
        font-size: 12px;
    }

    .trending-right p, .trending-right sup
    {
        color: #898989;
    }

/*#########################################*/
/*            home-news-banner
/*#########################################*/
.home-news-banner
{
    width: 100%;
    height: 300px;
    margin-top: 10px;
    color: #fff;
    position: relative;
}

    .home-news-banner .tint h3
    {
        font-size: 21px;
        font-weight: 400;
    }

        .home-news-banner .tint h3 a
        {
            color: #fff;
            text-decoration: none;
        }

    .home-news-banner .tint p
    {
        color: #fff;
        margin: 0 0 20px;
        font-size: 12px;
    }

    .home-news-banner .tint
    {
        padding: 42px;
        color: #fff;
        position: absolute;
        width: 67%;
        padding-right: 35%;
        padding-left: 4%;
        height: 100%;
        background: url(../img/tint.png) no-repeat;
        background-size: cover;
    }

        .home-news-banner .tint .read-more
        {
            font-size: 15px;
            margin-top: 5px;
            display: inline-block;
        }
/*#########################################*/
/*            buttons
/*#########################################*/
.btn
{
    border-radius: 0;
}

.read-more, .read-more:hover, .read-more:focus
{
    padding: 6px 15px 6px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}

.btn-border-black
{
    background: transparent;
    padding: 3px 5px 4px;
    font-weight: 400;
    font-size: 13px;
    border: 1px solid #333;
    color: #333;
    border-radius: 0;
    font-weight: 500;
    padding: 5px 12px;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-red, .btn-red:hover
{
    background: #db1a21;
    color: #fff;
    border-radius: 0;
}

.btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black .fa
{
    background: #0c0302 !important;
    border: 1px solid #0c0302 !important;
    color: #fff !important;
    font-weight: 400;
}

.btn-signin, .btn-signin:hover
{
    background: #4ab62d;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}

.btn-register, .btn-register:hover
{
    background: #291f1e;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
}

.btn-primary
{
    border: 0;
}

.btn-green, .btn-green:hover
{
    background: #ed1b24;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
}
/*#########################################*/
/*            post
/*#########################################*/
.post
{
    padding: 0;
    max-width: 450px;
    background: #fff;
    box-shadow: 0px 0px 10px #bdbdbd;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .post.hgallery
    {
        box-shadow: 5px 2px 15px #bdbdbd;
        margin-bottom: 80px;
    }

    .post.gallery
    {
        box-shadow: none;
        background: transparent;
        margin-bottom: 20px;
        margin-top: 29px;
    }

    .post img
    {
        width: 100%;
        max-height: 300px;
    }

    .post.gallery img
    {
        box-shadow: 0px 0px 8px 1px #b7b7b7;
    }

    .post.gallery .post-video
    {
        position: relative;
    }

        .post.gallery .post-video .white-play
        {
            position: absolute;
            left: 12px;
            bottom: 12px;
            display: block;
            width: 26px;
            height: 26px;
            background: url('../img/icon/play.png');
        }

    .post .post-img-1
    {
        padding: 5px;
    }

    .post .post-body
    {
        padding: 10px;
        padding-bottom: 20px;
    }

    .post.gallery .post-body
    {
        padding: 10px;
        padding-bottom: 0px;
    }

    .post.gallery .post-body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .post .post-body h5, .post .post-body h5 a
    {
        color: #2d2d2d;
        font-weight: 600;
        font-size: 13px;
        height: 28px;
    }

        .post .post-body h5 a
        {
            _color: inherit;
            text-decoration: none;
        }

    .post .post-body p
    {
        margin-top: 10px;
        color: #2d2d2d;
        font-size: 12px;
        font-weight: 400;
        height: 51px;
    }

    .post .post-body .hr-time
    {
        color: #ed1c24;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 8px;
        border-bottom: 1px solid #bdbdbd;
        display: block;
        font-size: 0.8em;
    }

        .post .post-body .hr-time sup
        {
            color: #ed1b24;
        }

    .post .post-caption
    {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255,0,0,0.7);
        left: 0;
        top: 0;
        opacity: 0;
    }

    .post:hover .post-caption
    {
        opacity: 1;
    }

    .post .post-caption .read-more
    {
        margin-top: 50%;
        margin-left: 50%;
        display: inline-block;
        transform: translate(-50%,0%);
        min-width: 106px;
    }

    .post .three-dot
    {
        background: #ed1b24;
        color: #fff;
        line-height: 30px;
        padding-bottom: 10px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -20px;
        height: 40px;
        cursor: pointer;
        width: 40px;
        text-align: center;
        vertical-align: text-bottom;
        border-radius: 100%;
        font-size: 24px;
        font-weight: 600;
    }

    .post .post-video .play
    {
        color: #fff;
        background: #ed1b24;
        width: 32px;
        height: 32px;
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        padding-top: 6px;
    }

        .post .post-video .play .fa
        {
            color: #fff;
        }

    .post .post-caption .play-center, .post .post-caption .expand-center
    {
        position: absolute;
        color: #fff;
        top: 36%;
        left: 48%;
        font-size: 20px;
    }

    .post .post-caption .expand-center
    {
        font-size: 20px;
    }

    .post .bottom-text
    {
        position: relative;
    }

    .post .post-caption .bottom-text
    {
        background: #e3dadb;
        color: #000;
        padding: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-weight: normal;
        display: flex;
        align-items: center;
        min-height: 55px;
    }

    .post.gallery .bottom-text, .post.gallery .bottom-text .fa, .post.gallery a
    {
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
    }

    .post .bottom-text.i
    {
        padding-right: 65px;
    }

    .post .post-caption .bottom-text.i .side, .post .post-caption .bottom-text.i .side .fa
    {
        color: #ed1b24;
    }

    .post .bottom-text.i .side
    {
        position: absolute;
        right: 0px;
        top: 0;
    }

    .post .post-caption .bottom-text.i .side
    {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        border-left: 1px solid #ed1b24;
        padding: 20px 12px;
    }

    .post .user
    {
        margin-top: -50px;
        padding: 10px;
        position: relative;
    }

        .post .user img
        {
            display: inline-block;
            width: 70px;
            height: 70px;
            border: 1px solid #fff;
        }

        .post .user .name
        {
            position: absolute;
            padding: 10px;
            bottom: -4px;
            left: 85px;
            color: #b0b0b0;
        }

            .post .user .name time, .post .user .name time sup
            {
                color: #ed1b24;
            }

    .post .post-footer, .video-top .video-footer
    {
        padding: 8px 0;
        border-top: 1px solid #bcbcbc;
        border-bottom: 1px solid #bcbcbc;
    }

.video-top .video-footer
{
    margin-top: 50px;
}

    .video-top .video-footer .fa-eye-custom
    {
        -webkit-filter: brightness(0.25);
        filter: brightness(10);
        height: 15px;
        width: 19px;
        background-size: contain;
        margin-bottom: -2px;
    }

    .video-top .video-footer .fa-clock-custom
    {
        -webkit-filter: brightness(0.25);
        filter: brightness(10);
        margin-bottom: -2px;
    }

    .video-top .video-footer .fa-share-alt
    {
        color: #8c8c8c;
    }

.video-top .body
{
    max-height: 260px;
    overflow-y: auto;
}

.post .post-footer .action, .video-top .video-footer .action
{
    color: #828282;
    padding: 0;
    margin: 0;
}

    .post .post-footer .action li, .video-top .video-footer .action li
    {
        list-style: none;
        display: inline-block;
    }

    .video-top .video-footer .action li
    {
        padding: 0 10px;
    }

    .post .post-footer .action li:first-child
    {
        padding-right: 10px;
        border-right: 1px solid #828282;
    }

    .post .post-footer .action li:nth-child(2)
    {
        padding-left: 10px;
    }

    .post .post-footer .action li .fa-eye-custom
    {
        margin-bottom: -4px;
        height: 18px;
        width: 19px;
        background-size: contain;
    }

    .post .post-footer .action li .fa-clock-custom
    {
        margin-bottom: -2.5px;
    }

.gallery-text
{
    margin: 10px 15px;
}

.fsc
{
    margin-top: 10px;
}

.pad-15
{
    padding: 15px;
}

.post.gallery .action li:first-child
{
    border-right: 0px solid #828282;
    width: 50%;
    padding-left: 5px;
}

.post.gallery .action li:last-child
{
    width: 48%;
    text-align: right;
}
/*#########################################*/
/*           post slider
/*#########################################*/
.post-slider-container
{
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}

    .post-slider-container .action .prev, .post-slider-container .action .next
    {
        width: 32px;
        display: block;
        top: 50%;
        height: 32px;
        background: url(../img/icon/prev-arrow.png) no-repeat;
        cursor: pointer;
        position: absolute;
        z-index: 99;
        margin-top: -16px;
        left: 5px;
    }

    .post-slider-container .action .next
    {
        background: url(../img/icon/next.png) no-repeat;
        left: auto;
        right: 5px;
    }

.home-news-container
{
    background: #fff;
    padding-bottom: 12px;
    box-shadow: 0px 0px 8px #bdbdbd;
}

.details-slider-container
{
    box-shadow: rgb(188, 188, 188) 12px 12px 20px;
    margin-bottom: 85px;
}

details-slider-container img
{
    max-height: 400px;
}
/*#########################################*/
/*            home review
/*#########################################*/
.home-review
{
    /*background: #fcfafb;*/
    padding-top: 15px;
    margin-top: 0px;
    padding-bottom: 30px !important;
    min-height: 600px;
}

    .home-review .post
    {
        background: #f7f7f7;
    }

    /*.home-review .nav-tabs > li.active > a, .home-review .nav-tabs > li.active > a:focus, .home-review .nav-tabs > li.active > a:hover
    {
        background: #fcfafb;
    }*/


/*#########################################*/
/*            adsens
/*#########################################*/
.ads
{
    /*width: 100%;
    overflow-x: hidden;*/
}
    /*, .ads iframe*/
    /*.ads img
    {
        width: 100%;
    }*/

    .ads div
    {
        margin: 0 auto;
        text-align: center;
        _overflow-x: hidden;
       /* display: flex;*/
    }

    .ads.homeads
    {
        padding-top: 0px;
    }

    .ads.homeads2
    {
        padding: 30px 5px 0 5px;
    }

    .ads.homeads3
    {
        /*min-height: 420px;*/
        display: flex;
        align-items: center;
    }

#droom-obv-widget
{
    overflow: visible !important;
}


aside .ads
{
    margin-top: 10px;
    padding: 0 5px;
}
/*#########################################*/
/*            find review
/*#########################################*/

.find-review
{
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    min-height: 250px;
}

    .find-review .content-grid .content-grid-head .title, .find-review .content-grid .content-grid-head .title .fa
    {
        color: #fff;
    }

    .find-review .content-grid .content-grid-head .title
    {
        margin-bottom: 50px;
        margin-top: 60px; /* margin-left: 46px;*/
    }

    .find-review .form-inline
    {
        _display: table;
        width: 100%;
    }

        .find-review .form-inline .form-control, .find-review .form-inline button
        {
            border-radius: 0;
            padding: 10px 15px;
            height: 40px;
            display: table-cell;
            color: #0c0302;
            margin-right: 6px;
            border: 0;
        }

        .find-review .form-inline .form-control
        {
            width: 100%;
        }

        .find-review .form-inline button
        {
            background: #000;
            color: #fff;
        }

            .find-review .form-inline button .fa
            {
                color: #fff;
            }

/*#########################################*/
/*            home gallery
/*#########################################*/

.home-gallery
{
    background: #f1f5f8;
    margin-top: 0px;
}

    .home-gallery .content-grid-head
    {
        _background: url(../img/bg/Untitled-1.png) no-repeat top left;
        _background-size: 419px;
        _background-position: 23px 0px;
    }

    .home-gallery .container .content-grid:nth-child(2) .content-grid-head
    {
        background: none;
    }

    .home-gallery .container .content-grid:nth-child(1)
    {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .home-gallery .container .content-grid:nth-child(2)
    {
        padding-top: 0;
    }
/*#########################################*/
/*            ASK ANYTHIN
/*#########################################*/
.ask-anything
{
    background: url(../img/ask-now-banner.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

    .ask-anything p
    {
        max-width: 445px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        letter-spacing: 1px;
    }

/*#########################################*/
/*            Blog Post
/*#########################################*/
.home-blog-post
{
    margin-top: 20px;
    padding-bottom: 30px;
}

    .home-blog-post .post-body h5
    {
        border-bottom: 1px solid #bdbdbd;
        padding-bottom: 5px;
    }

/*#########################################*/
/*            Poll
/*#########################################*/
.poll
{
    background: url(../img/bg/bg.png) no-repeat;
    background-size: cover;
    min-height: 250px;
    padding: 0px 15px 15px 15px;
    float: left;
}

    .poll .nav-tabs > li > a
    {
        color: rgba(255, 255, 255, 0.61) !important;
        background: transparent;
    }

    .poll .nav-tabs > li.active > a, poll .nav-tabs > li.active > a:focus, poll .nav-tabs > li.active > a:hover
    {
        background: transparent;
        color: #333 !important;
    }

    .poll .content-grid-info
    {
        background: #f3f3f3;
    }

    .poll .pquestion
    {
        font-size: 18px;
        margin: 0px 0px 10px 0px;
    }

    .poll .poptions
    {
        padding: 0 00px;
    }

    .poll .btn-red
    {
        /*margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 30px;*/
        font-weight: 400;
    }

    /*.poll .content-grid
{
    padding: 20px 4% 40px 2.3%;
}*/

    .poll .content-grid .content-grid-head .title-tabs
    {
        margin: 0;
        /*margin-left: 10px;*/
        padding: 0;
    }

        .poll .content-grid .content-grid-head .title-tabs.nav-tabs > li > a
        {
            margin: 5px 0px;
            padding: 5px;
        }

    /*.poll .result
{
    padding: 30px;
}*/

    .poll label, .box-red .result label
    {
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 0;
        vertical-align: top;
    }

.dot-separator
{
    border-bottom: 1px dotted #DDDDDD;
    clear: both;
    height: 12px !important;
    margin: 0 0 14px;
}

/*#########################################*/
/*        custom check box and radio
/*#########################################*/
.checkbox
{
    padding-left: 20px;
    margin: 6px 0px;
}

    .checkbox label
    {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        font-size: 13px;
    }

        .checkbox label::before
        {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 0px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after
        {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"]
    {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before
        {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after
        {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label
        {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before
            {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before
    {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline
    {
        margin-top: 0;
    }

.checkbox-danger input[type="checkbox"]:checked + label::before
{
    background-color: #db1a21;
    border-color: #db1a21;
}

.checkbox-danger input[type="checkbox"]:checked + label::after
{
    color: #fff;
}

/*#########################################*/
/*          sign up news letter
/*#########################################*/
.news-letter
{
    padding: 10px 0;
}

    .news-letter input
    {
        height: 42px;
        border-radius: 0;
        color: #0c0302;
    }

    .news-letter button
    {
        padding: 10px 25px;
    }

    .news-letter .form-control:focus
    {
        border-color: #333;
        box-shadow: none;
    }

    .news-letter .form-group
    {
        margin-top: 25px;
    }

    .news-letter h2
    {
        font-size: 22px;
    }

/*#########################################*/
/*              footer
/*#########################################*/
.main-footer
{
    background: #0b0401;
    color: #fff;
    text-align: left;
}

    .main-footer .subscribe-magazine
    {
        border-bottom: 1px solid #3c3734;
        padding: 20px 10px;
    }

        .main-footer .subscribe-magazine h2
        {
            color: #fff;
            margin-top: 5px;
            font-size: 36px;
        }

        .main-footer .subscribe-magazine img
        {
            float: left;
            margin-right: 10px;
            height: 70px;
            width: 60px;
        }

        .main-footer .subscribe-magazine ul
        {
            list-style: none;
            padding: 0;
        }

            .main-footer .subscribe-magazine ul > li
            {
                float: left;
                color: #fff;
                border-left: 1px solid #fff;
                padding: 0 5px;
            }

                .main-footer .subscribe-magazine ul > li:first-child
                {
                    border: none;
                }

                .main-footer .subscribe-magazine ul > li:last-child
                {
                    border-left: 1px solid #f00;
                    color: #b6b6b6;
                }

                    .main-footer .subscribe-magazine ul > li:last-child a
                    {
                        color: #b6b6b6;
                    }

                .main-footer .subscribe-magazine ul > li span
                {
                    color: #fff;
                }

        .main-footer .subscribe-magazine button
        {
            margin-top: -30px;
        }

    .main-footer .footer-nav
    {
        color: #fff;
        padding: 10px 0;
    }

        .main-footer .footer-nav .social-icons h5
        {
            float: left;
            margin-right: 10px;
        }

        .main-footer .footer-nav .social-icons ul
        {
            list-style: none;
            padding: 0;
            margin: 0px;
        }

        .main-footer .footer-nav ul
        {
            list-style: none;
            padding: 0;
            /*min-height: 195px;*/
        }

    .main-footer .nav-footer ul li
    {
        padding: 0px 5px 0px 5px;
        color: #fff;
        float: left;
        display: inline-block;
        line-height: 26px;
    }

        .main-footer .nav-footer ul li a
        {
            font-size: 12px;
            text-decoration: underline;
        }

    .main-footer .footer-nav .social-icons ul li
    {
        padding: 5px;
        color: #fff;
        float: left;
        font-size: 18px;
    }

    .main-footer .footer-nav ul li:first-child
    {
        font-weight: 500;
    }

    .main-footer .footer-nav ul li a
    {
        color: #fff;
    }

    .main-footer .copy-strip
    {
        padding: 10px 0;
        background: #f2f2f2;
        color: #333;
        margin: 0;
        font-weight: 400;
    }

        .main-footer .copy-strip a
        {
            text-decoration: none;
            color: #333;
        }

/*#########################################*/
/*            post content
/*#########################################*/
.post-content
{
    /*padding: 10px 0;*/
}

    .post-content:after, .post-content:before
    {
        content: '';
        clear: both;
        display: table;
    }

    .post-content .head
    {
        padding: 15px;
    }

    .post-content .main, .post-content aside
    {
        float: left;
        padding: 10px 15px;
    }

    .post-content .main
    {
        width: 75%;
        padding-right: 10%;
        padding-bottom: 0;
    }

    .post-content .mega-title
    {
        margin-left: 10px;
    }

.mega-title
{
    padding: 35px 0 25px 0;
    margin-left: 15px;
    font-weight: 400;
    background-size: contain !important;
}


.mega-title-Normal
{
    /*padding: 10px 0 10px 0;*/
    margin: 10px 0px 0px 15px;
    text-transform: uppercase;
    font-weight: 400;
    text-transform: uppercase;
    /*background-size: contain !important;*/
}

.mega-title strong
{
    text-transform: uppercase;
}

.mega-title.news
{
    background: url('../img/bg/news.png') no-repeat;
}

.mega-title.news-interviews
{
    background: url('../img/bg/interviews.png') no-repeat;
}

.mega-title.news-marketplace
{
    background: url('../img/bg/marketplace.png') no-repeat;
}

.mega-title.news-motorsport
{
    background: url('../img/bg/motorsport.png') no-repeat;
}

.mega-title.reviews
{
    background: url('../img/bg/reviews.png') no-repeat;
}

.mega-title.ask-auto
{
    background: url('../img/bg/ask-autocar.png') no-repeat;
}

.mega-title.expert-speaks
{
    background: url('../img/bg/expert-speaks.png') no-repeat;
}

.mega-title.features
{
    background: url('../img/bg/features.png') no-repeat;
}

.mega-title.auto-author
{
    background: url('../img/bg/author.png') no-repeat;
}

.mega-title.auto-travel
{
    background: url('../img/bg/travel.png') no-repeat;
}

.mega-title.auto-blogs
{
    background: url('../img/bg/blog.png') no-repeat;
    padding-left: 15px;
    background-position-x: 15px;
}

.mega-title.auto-contact
{
    background: url('../img/bg/contact.png') no-repeat;
    padding-left: 15px;
    background-position-x: 15px;
}

.terms-conditions
{
    margin: 20px 0px 15px 0px !important;
}

.mega-title.auto-gallery
{
    background: url(../img/bg/Untitled-1.png) no-repeat;
}

.mega-title.auto-videos
{
    background: url(../img/bg/videos.png) no-repeat;
}

.mega-title.auto-search
{
    font-size: 20px;
    background: url(../img/bg/information.png) no-repeat;
}

    .mega-title.auto-search strong
    {
        display: block;
        font-size: 24px;
        margin-left: 10px;
    }


.mega-title.auto-signup
{
    background: url(../img/bg/sign-up.png) no-repeat;
}

.mega-title.auto-subscribe
{
    background: url(../img/bg/subscribe.png) no-repeat;
}

.mega-title.about-banner
{
    background: url(../img/bg/about.png) no-repeat;
    padding-left: 12px;
}

.mega-title.about-team
{
    background: url(../img/bg/about-team.png) no-repeat;
    padding-left: 12px;
}

.post-content aside
{
    width: 25%;
    max-width: 450px;
    margin: 0 auto;
}

/*#########################################*/
/*            aside
/*#########################################*/
.box-gray
{
    margin-top: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 1px 1px 1px #ebebeb;
}

    .box-gray .title
    {
        padding: 9px;
        background: #dadada;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .box-gray .body
    {
        padding: 15px;
        text-align: center;
    }

        .box-gray .body .form-control
        {
            background-color: #f8f8f8;
            font-weight: 400;
            border-radius: 0;
            border: 0;
            box-shadow: none;
            height: 40px;
        }

.box-red
{
    margin-top: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 1px 1px 1px #ebebeb;
}

    .box-red .title
    {
        padding: 9px;
        background: #ed1b24;
        color: #fff;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .box-red .body
    {
        padding: 15px;
        background: #efefef;
        overflow: hidden;
    }

        .box-red .body .trending
        {
            background: #fdfff4;
            border: 0;
        }

            .box-red .body .trending:hover
            {
                box-shadow: 0px 2px 10px #dddddd;
            }

.white-box
{
    background: #fff;
    margin: 0 15px;
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    border-radius: 2px;
    box-shadow: 0px 1px 6px #dbdbdb;
}

.plain-white-box
{
    background: #fff;
    margin: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.f7-box
{
    background: #f7f7f7;
    padding: 0 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ask-anything-side
{
    padding: 25px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 2px;
}

    .ask-anything-side p
    {
        font-size: 20px;
    }

    .ask-anything-side img
    {
        margin: 15px 0;
    }

aside .ask-anything-side
{
    margin-top: 10px;
}

.side-poll
{
    padding: 15px 15px;
}

    .side-poll .question
    {
        display: block;
        /*padding: 0 0 0 40px;
    background: url(../img/icon/polls-on-click.png) no-repeat left top;*/
        font-size: 18px;
    }

    .side-poll .options
    {
        border-bottom: 1px solid #333;
        margin: 0;
    }

    .side-poll ul
    {
        padding: 0;
        display: table;
        margin-top: 10px;
        margin-bottom: 0px;
    }

        .side-poll ul li
        {
            display: table-cell;
            font-size: 0.8em;
            white-space: nowrap;
        }

            .side-poll ul li a
            {
                text-decoration: none;
                padding: 0 10px;
                color: #333;
            }

            .side-poll ul li:nth-child(2) a
            {
                border-right: 1px solid #333;
            }

/*#########################################*/
/*            blog
/*#########################################*/

.search
{
    margin: 0 0 10px 0;
}

    .search .form-control
    {
        border-radius: 0;
    }

.blog-list .blog
{
    margin: 0;
    margin-top: 40px;
}

.blog-list .blog-top .body
{
    padding-right: 12%;
    padding-bottom: 20px;
}

.blog-list .blog-top img
{
    box-shadow: 5px 5px 15px #bcbcbc;
    width: 100%;
}

.blog-list .blog figure.img
{
    background-image: url(../img/no-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-list .blog img
{
    width: 100%;
    min-height: 200px;
}

.blog-list .blog .body h3
{
    margin-top: 6px;
}

    .blog-list .blog .body h3 a, .blog-list .blog-top .body h3 a
    {
        color: #333;
        text-decoration: none;
    }

.blog-list .blog .fa-eye-custom
{
    height: 12px;
    width: 18px;
    background-size: contain;
}

.blog-list .blog .fa-comment-custom
{
    height: 16px;
    width: 18px;
    background-size: contain;
}

.blog-list .blog-top .body time, .blog-list .blog .body time
{
    color: #a596ab;
    padding: 4px 0 10px;
    display: block;
}

    .blog-list .blog-top .body time sup, .blog-list .blog .body time sup
    {
        color: #a596ab;
    }

.blog-list .blog-top .footer, .blog-list .blog .footer
{
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    padding: 15px 0;
    margin: 0;
}

.blog-list .blog .footer
{
    padding: 8px 0;
}

    .blog-list .blog .footer h3.name
    {
        margin: 10px 0;
    }

    .blog-list .blog-top .footer .action, .blog-list .blog .footer .action
    {
        color: #828282;
        padding: 0;
        float: right;
        margin: 0;
        margin-top: 10px;
    }

    .blog-list .blog .footer .action
    {
        float: left;
    }

    .blog-list .blog .footer .read-more
    {
        float: right;
    }

    .blog-list .blog-top .footer .action li, .blog-list .blog .footer .action li
    {
        list-style: none;
        float: left;
    }

        .blog-list .blog .footer .action li:first-child
        {
            padding-right: 10px;
            border-right: 1px solid #828282;
        }

        .blog-list .blog .footer .action li:nth-child(2)
        {
            padding-left: 10px;
        }

    .blog-list .blog .footer .read-more
    {
        padding: 6px 10px;
    }

.blog-list .blog-top .footer .action li i
{
    margin-bottom: -6px;
}

.blog-list .blog-top .footer .action li:first-child
{
    padding-right: 20px;
    border-right: 1px solid #828282;
}

.blog-list .blog-top .footer .action li:nth-child(2)
{
    padding-left: 20px;
}

.blog-list .blog-top .footer .author
{
    float: left;
}

    .blog-list .blog-top .footer .author span
    {
        display: block;
    }

        .blog-list .blog-top .footer .author span:last-child
        {
            color: #9f9f9f;
        }

    .blog-list .blog-top .footer .author a
    {
        _display: block;
        color: inherit;
        text-decoration: none;
    }

.blog-list p, .blog-list p.text-justify
{
    font-weight: 400;
}

/*#########################################*/
/*            blog - main
/*#########################################*/
.main.am, .main.aa
{
    padding-right: 0%;
    padding-left: 0;
}

    .main.am .mega-title
    {
        padding-left: 15px;
        background-position-x: 15px;
    }

.article-main
{
    padding-right: 10%;
    padding-left: 15px;
    background: #f7f7f7;
    box-shadow: 4px 0px 10px #d8d8d8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.article
{
}

    .article .search
    {
        margin: 0 0 10px 0;
    }

    .article figure img
    {
        box-shadow: 12px 12px 20px #bcbcbc;
        width: 100%;
    }

.sliderimg
{
    /*box-shadow: 12px 12px 20px #bcbcbc;*/
    width: 100%;
}

.article .full-width
{
    width: 100%;
}

.article .body
{
    padding: 10px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0px 1px 6px #dbdbdb;
}

    .article .body h1
    {
        font-size: 24px;
    }

    .article .body h2
    {
        font-size: 16px;
    }

    .article .body h3
    {
        font-size: 15px;
    }

    .article .body h4
    {
        font-size: 14px;
    }

    .article .body h5
    {
        font-size: 13px;
    }

    .article .body h6
    {
        font-size: 12px;
    }

    .article .body .ArticleImage
    {
        padding: 4px 15px 0px 15px;
    }

        .article .body .ArticleImage img, .article .body p iframe, .article .body img
        {
            /* width: 100%;*/
            max-width: 100%;
           /* margin: 10px auto 5px;*/
            display: block;
        }

            .article .body .ArticleImage img + .ArticleImageCaption
            {
                margin-bottom: 15px;
            }

.article time
{
    color: #a596ab;
    padding: 4px 0 10px;
    display: block;
}

    .article time sup
    {
        color: #a596ab;
    }

.article .footer, .article .body .body-footer
{
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    padding: 20px 0;
    margin: 0;
}

.article .body .body-footer
{
    border-bottom: 0px solid #bcbcbc;
    padding: 15px 0;
}

.article .footer .footer-inner
{
    padding: 0 20px;
    margin: 0;
}

.article .footer .author-name, .article .body .body-footer .author-name
{
    margin-top: 6px;
    float: left;
}

    .article .footer .author-name span, .article .body .body-footer .author-name span
    {
        display: block;
    }

        .article .footer .author-name span:last-child, .article .body .body-footer .author-name span:last-child
        {
            color: #9f9f9f;
        }

    .article .footer .author-name a, .article .body .body-footer .author-name a
    {
        color: inherit;
        text-decoration: none;
    }

.article .footer .action, .article .body .body-footer .action
{
    color: #828282;
    padding: 0;
    float: right;
    margin: 0;
    margin-top: 10px;
}

    .article .footer .action li, .article .body .body-footer .action li, .article .disqus-comment-count
    {
        color: #828282;
    }

        .article .footer .action li.border-right, .article .body .body-footer .action li.border-right
        {
            padding-right: 20px;
            border-right: 1px solid #828282;
        }

            .article .footer .action li.border-right + li, .article .body .body-footer .action li.border-right + li
            {
                padding-left: 20px;
                padding-right: 20px;
            }

    .article .footer .action li, .article .body .body-footer .action li
    {
        list-style: none;
        float: left;
    }

        .article .footer .action li:nth-child(2), .article .body .body-footer .action li:nth-child(2)
        {
            padding-left: 20px;
        }

        .article .footer .action li i, .article .body .body-footer .action li i
        {
            margin-bottom: -6px;
        }

        .article .footer .action li:first-child, .article .footer .action li:nth-child(2)
        {
            margin-top: 8px;
        }

    .article .body .body-footer .action .fa-share-alt
    {
        color: #828282;
        font-size: 18px;
    }

.tags
{
    padding: 0;
}

    .tags li
    {
        background: #f2f2f2;
        float: left;
        margin-right: 10px;
        list-style: none;
        border: 1px solid #bcbcbc;
        border-radius: 0;
    }

        .tags li a
        {
            color: #707070;
            padding: 15px 20px;
            text-decoration: none;
            display: block;
        }

    .tags .fa-share-custom
    {
        margin-top: -6px;
    }

.recommends
{
    padding: 20px 20px 30px;
    margin: 0;
}

.article .recommends::after
{
    content: '';
    width: 115%;
    height: 1.2px;
    background: #29211f;
    bottom: 0;
    left: 0;
    display: none;
}

.recommends .post
{
    box-shadow: none;
    background: none;
    width: auto;
}

    .recommends .post img
    {
        box-shadow: 0px 0px 10px #bdbdbd;
        width: 100%;
    }

.article .user-option
{
    padding: 0 20px 20px;
}

    .article .user-option button
    {
        margin-top: 25px;
    }

.find-article
{
    display: table;
    margin-bottom: 15px;
    width: 100%;
}

    .find-article .form-group
    {
        display: table-cell;
        width: 30%;
        padding-right: 10px;
    }

        .find-article .form-group.button-container
        {
            width: 10%;
            padding-right: 0px;
        }

        .find-article .form-group select
        {
            border-radius: 0;
            background: transparent;
        }

.show-article-ratings
{
    margin: 0;
}

    .show-article-ratings .title
    {
        float: left;
        position: relative;
    }

        .show-article-ratings .title::after
        {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            bottom: -2px;
            background: #333;
        }

    .show-article-ratings .rating
    {
        _float: right;
    }

.post-mmp
{
    display: table;
    width: 100%;
    padding: 10px;
    margin: 0;
}

    .post-mmp li
    {
        display: table-cell;
        width: 30%;
        text-align: center;
        border-right: 1px solid #070707;
    }

        .post-mmp li:first-child
        {
            text-align: left;
            padding-left: 20px;
        }

        .post-mmp li:last-child
        {
            border-right: none;
            width: 40%;
        }

    .post-mmp li
    {
        color: #828282;
    }

        .post-mmp li strong
        {
            color: #070707;
        }

.video-top
{
    width: 100%;
    margin: 0;
    box-shadow: 0px 0px 8px 1px #b7b7b7;
}

    .video-top .video-sec
    {
        width: 70%;
        float: left;
        height: 400px;
    }

        .video-top .video-sec iframe
        {
            width: 100%;
        }

    .video-top .text-sec
    {
        width: 30%;
        float: left;
        background: #2c2c2c;
        min-height: 500px;
        padding: 20px;
    }

        .video-top .text-sec time
        {
            margin-bottom: 15px;
            display: block;
        }

        .video-top .text-sec *
        {
            color: #fff;
        }
/*#########################################*/
/*            Comment
/*#########################################*/
.comment-container
{
    border-top: 1.2px solid #29211f;
    padding: 15px;
    margin-top: -10px;
    clear: both;
}


/*#########################################*/
/*            Disqus
/*#########################################*/
#disqus_thread
{
    width: 100%;
}


/*#########################################*/
/*            pagination
/*#########################################*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #db1a21;
    border-color: #db1a21;
}

.pagination > li
{
    display: inline-block;
}

    .pagination > li > a, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover
    {
        color: #333;
    }

.post-pagination, .author-pagination
{
    margin-top: 60px;
}

    .post-pagination.pagination > li > a, .post-pagination.pagination > li > span, .author-pagination.pagination > li > a, .author-pagination.pagination > li > span
    {
        font-size: 14px;
        margin: 0 12px;
        padding: 10px 16px;
        position: relative;
    }

    .post-pagination.pagination .back a, .author-pagination.pagination .back a
    {
        margin-right: 20px;
    }

    .post-pagination.pagination .next a, .author-pagination.pagination .next a
    {
        margin-right: 20px;
    }

    .post-pagination.pagination li a:after, .author-pagination.pagination li a:after
    {
        content: '';
        display: none;
        width: 25px;
        height: 1px;
        background: #ccc;
        position: absolute;
        top: 50%;
        right: 100%;
    }

    .post-pagination.pagination li.back + li a:after, .post-pagination.pagination li.next + li a:after, .author-pagination.pagination li.back + li a:after, .author-pagination.pagination li.next + li a:after
    {
        width: 30px;
    }

    .post-pagination.pagination li:first-child a:after, .author-pagination.pagination li:first-child a:after
    {
        display: none;
    }


.pagination > li:first-child > a, .pagination > li:first-child > span
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*#########################################*/
/*            404 page
/*#########################################*/
.container-404
{
    position: relative;
}

    .container-404 img
    {
        min-height: 400px;
        width: 100%;
    }

.box-404
{
    padding: 20px;
    position: absolute;
    right: 12%;
    top: 40%;
    text-align: center;
}

    .box-404 h1
    {
        color: #070707;
    }

    .box-404 p
    {
        margin-top: 35px;
        color: #565656;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 20px;
    }

/*#########################################*/
/*            Auto form
/*#########################################*/
.left-line-title
{
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .left-line-title:before
    {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        display: block;
        background: red;
    }

    .left-line-title.yellow-side:before
    {
        background: yellow;
    }

    .left-line-title:after
    {
        content: '';
        width: 182px;
        height: 1px;
        background: #bdbdbd;
        display: block;
        left: 15px;
        bottom: -10px;
        position: absolute;
    }

.auto-form label, .auto-form input, .auto-form select, .auto-form span
{
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}


.auto-form .mandatory
{
    padding-left: 3px;
    color: red;
    font-size: 1.4em;
    vertical-align: middle;
}


/*#########################################*/
/*            Auto Authors
/*#########################################*/
.main.aa .auto-author
{
    padding-left: 15px;
    background-position-x: 15px;
}

.authors-list
{
    background: #f7f7f7;
    box-shadow: 1px 0px 2px #d8d8d8;
    padding: 10px;
    padding-right: 10%;
    padding-left: 20px;
}

    .authors-list .author, .article .author
    {
        margin: 0;
        margin-top: 10px;
        background: #fff;
        padding: 15px;
        box-shadow: 1px 0px 2px #d8d8d8;
        position: relative;
    }

        .authors-list .author h3, .article .author h3
        {
            margin-top: 5px;
        }

            .authors-list .author h3 a, .article .author h3 a
            {
                color: inherit;
                text-decoration: none;
            }

        .authors-list .author img
        {
            width: 100%;
        }

        .article .author .author-img img
        {
            border-radius: 100%;
            height: 100px;
            width: 100px;
            box-shadow: none;
        }

        .authors-list .author .effort-count, .article .author .effort-count
        {
            display: block;
            padding: 0;
            padding-bottom: 10px;
            border-bottom: 1px solid #828282;
        }

            .authors-list .author .effort-count li, .article .author .effort-count li
            {
                display: inline-block;
                padding-right: 15px;
                padding-left: 15px;
                border-right: 1px solid #828282;
            }

                .authors-list .author .effort-count li, .article .author .effort-count li a
                {
                    color: #333;
                }

                    .authors-list .author .effort-count li:first-child, .article .author .effort-count li:first-child
                    {
                        padding-left: 0;
                    }

                    .authors-list .author .effort-count li:last-child, .article .author .effort-count li:last-child
                    {
                        border-right: 0px solid transparent;
                    }

        .authors-list .author .action, .article .author .action
        {
            margin: 0;
            margin-top: 10px;
        }

            .authors-list .author .action .read-more
            {
                float: left;
            }

            .authors-list .author .action .social
            {
                float: right;
                margin-top: 3px;
                position: relative;
                top: 0;
                left: 0;
                right: 0;
                left: 0;
                width: auto;
                clear: none;
                margin: 0;
                display: block !important;
            }

        .article .author .social
        {
            position: absolute;
            top: 0px;
            right: 15px;
        }

        .article .author .btn-black
        {
            padding: 10px 15px;
            border-radius: 0px;
        }

        .authors-list .author .action .social li, .article .author .social li
        {
            padding: 0 15px;
            border-right: 1px solid #828282;
        }

            .authors-list .author .action .social li:last-child, .article .author .social li:last-child
            {
                border-right: none;
                padding-right: 0;
                padding-left: 20px;
                text-align: right;
            }

            .authors-list .author .action .social li i, .article .author .social li i
            {
                font-size: 24px;
            }


/*#########################################*/
/*            Auto Authors
/*#########################################*/
.cover-container
{
    background: #fcfafb;
    padding: 25px;
    margin-top: 20px;
    padding-bottom: 30px;
}

    .cover-container .nav-tabs > li.active > a, .cover-container .nav-tabs > li.active > a:focus, .cover-container .nav-tabs > li.active > a:hover
    {
        background: #fcfafb;
    }

    .cover-container .content-grid-info
    {
        margin: 0;
        margin-top: 10px;
        background: #fff;
        padding: 15px;
        box-shadow: 1px 0px 2px #d8d8d8;
    }

.text-pad
{
    padding-left: 10px;
}

.title-red
{
    color: #db1a21;
}

/*#########################################*/
/*            Blog Corner
/*#########################################*/

.main.blog-corner, .main.search-corner
{
    padding-right: 2%;
    padding-left: 5%;
}

.blog-corner .blog
{
    background: #cdcdcd;
}

    .blog-corner .blog .img
    {
        float: right;
        line-height: 0;
    }

/*#########################################*/
/*            contact us
/*#########################################*/

.contact-information
{
    /*margin-top: 15px;*/
    padding: 0 15px;
    margin: 0px;
}

    .contact-information .contacts
    {
        padding: 0 2%;
        margin: 0px 0px 10px 0px;
    }

        .contact-information .contacts li
        {
            display: block;
            /*text-align: center;
    padding: 0 4%;
    float: left;
    margin-top: 10px;
    position: relative;*/
        }

            /*.contact-information .contacts li:after
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 2px;
    background: #070707;
    display: block;
}*/

            .contact-information .contacts li:last-child:after
            {
                display: none;
            }


/*#########################################*/
/*            image dot slider
/*#########################################*/
.image-dot-slider
{
    position: relative;
    overflow: hidden;
}

    .image-dot-slider img
    {
        width: 100%;
    }

    .image-dot-slider .gallery-slider-nav
    {
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 30px;
        position: relative;
    }

        .image-dot-slider .gallery-slider-nav .slick-track
        {
            margin: 0 auto;
        }

        .image-dot-slider .gallery-slider-nav .fa-arrow-left, .image-dot-slider .gallery-slider-nav .fa-arrow-right
        {
            position: absolute;
            top: 40%;
            left: 9px;
            color: #fff;
        }

        .image-dot-slider .gallery-slider-nav .fa-arrow-right
        {
            left: auto;
            right: 5px;
        }

.fa-chevron-right
{
    color: #f1f1f1 !important;
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 38px;
    z-index: 1;
}

.fa-chevron-left
{
    color: #f1f1f1 !important;
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 38px;
    z-index: 1;
}


.g-img
{
    max-height: 500px;
    height: 500px !important;
    height: inherit;
    width: 100%;
    max-width: 100%;
    background: rgba(0,0,0,0.6);
    display: flex !important;
    align-items: center;
}

    .g-img img
    {
        max-height: 500px;
        max-width: 100%;
        margin: 0 auto;
        width: initial !important; /*height: 100%;*/
    }

/*#########################################*/
/*            Search
/*#########################################*/
.search-list .search-box
{
    margin: 0;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #828282;
}

    .search-list .search-box .img
    {
        padding: 0;
    }

        .search-list .search-box .img img
        {
            width: 100%;
        }

    .search-list .search-box .body
    {
        padding-right: 0;
    }

        .search-list .search-box .body .type
        {
            color: #828282;
            padding-bottom: 15px;
            border-bottom: 1px solid #828282;
            font-size: 20px;
        }


        .search-list .search-box .body a
        {
            color: #333;
            text-decoration: none;
        }

.already-member
{
    padding: 0;
    text-align: center;
    background: #f8f8f8;
    min-height: 550px;
    padding-top: 16%;
    position: relative;
}

.border-bottom
{
    width: 170px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    float: none;
    margin: 0 auto;
}

.already-member p .br
{
    display: block;
}

.currentPage
{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #db1a21 !important;
    border-color: #db1a21;
}

.more-less
{
    float: right;
    color: #212121;
}



/*#########################################*/
/*          Global Search Box
/*#########################################*/
#search
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 110;
}

    #search.open
    {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"]
    {
        position: absolute;
        top: 50%;
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

    #search .btn
    {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -103px;
        background-color: #dc2228;
        padding: 15px 70px;
        border-radius: 0;
        font-size: 20px;
    }

    #search .close
    {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #dc2228;
        border-color: #dc2228;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }

.search-highlight
{
    color: #dc2228;
}

.global-search-suggestion
{
    display: none;
    position: fixed;
    top: 60% !important;
    width: 100%;
    margin: 0px auto;
    background: #fff;
    z-index: 200;
    max-width: 320px;
    right: 0;
    cursor: pointer;
}

    .global-search-suggestion .autocomplete-suggestion
    {
        padding: 5px 10px;
    }

        .global-search-suggestion .autocomplete-suggestion.selected
        {
            background-color: #f7f7f7;
        }
/*#########################################*/
/*          Panel Autocar
/*#########################################*/

.panel-autocar
{
    padding-bottom: 3px !important;
}

.panel-group .panel + .panel
{
    margin-top: 10px;
}

.panel-autocar > .panel-heading
{
    padding: 0;
}

.panel-body > p
{
    /*font-size: 12px !important;*/
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

.panel-autocar > .panel-heading > .panel-title
{
    font-size: 14px !important;
}

    .panel-autocar > .panel-heading > .panel-title > a
    {
        background: #868484;
        border: 1px solid #868484;
        color: #fff;
        padding: 7px 15px;
        font-weight: 500;
        width: 100%;
        display: block;
        text-decoration: none;
        position: relative;
    }

        .panel-autocar > .panel-heading > .panel-title > a.collapsed
        {
            background: #424242;
            border-color: #424242;
            font-weight: 400;
        }

/*.panel-autocar .panel-heading a:after {
    position: absolute;
    right: 18px;
    top: 7px;
    border: 1px solid #fff;
    padding: 4px 4px 4px 5px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
}*/

.panel-autocar .panel-heading a:after
{
    position: absolute;
    right: 18px;
    top: 5px; /*border: 1px solid #fff;*/
    padding: 4px 4px 4px 5px;
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
    font-family: 'Glyphicons Halflings';
    content: "\2212";
}

.panel-autocar .panel-heading a.collapsed:after
{
    font-family: 'Glyphicons Halflings';
    content: "\002b";
}

.panel-autocar .panel-body
{
    _padding: 20px 0;
    padding: 5px 5px;
}

/*#########################################*/
/*          Specification box
/*#########################################*/
.spec-box
{
    position: relative;
    border-top: 0px solid #e2e3e7;
    border-bottom: 0px solid #e2e3e7;
}

    .spec-box::after, .spec-box::before
    {
        content: '';
        display: table;
        clear: both;
    }

    .spec-box + .spec-box
    {
        margin-top: 0px;
    }

    .spec-box > .spec-title, .spec-box > .spec-description
    {
        float: left;
        padding: 15px;
    }

    .spec-box > .spec-title
    {
        width: 25%;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
    }

    .spec-box > .spec-description
    {
        background: #e2e3e7;
        width: 75%;
        font-size: 12px;
        min-height: 50px;
    }

    .spec-box table
    {
        border: none;
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 5px;
    }

        .spec-box table tr
        {
            width: 100%;
            border-bottom: 0px solid #d2d3d7;
        }

            .spec-box table tr:last-child
            {
                border-color: transparent;
            }

            .spec-box table tr th, .spec-box table tr td
            {
                width: 19%;
                font-size: 12px;
            }

                .spec-box table tr th:first-child, .spec-box table tr td:first-child
                {
                    width: 24%;
                }

            .spec-box table tr th
            {
                width: 100px; /*padding: 10px;*/
                padding: 5px;
                background: #cccccc;
                border: 0;
            }

            .spec-box table tr td
            {
                padding: 10px;
            }

            .spec-box table tr td
            {
                background: #f4f4f4;
                border: 0;
            }

.bike-specification .spec-box table tr th, .bike-specification .spec-box table tr td
{
    width: 60%;
}

    .bike-specification .spec-box table tr th:first-child, .bike-specification .spec-box table tr td:first-child
    {
        width: 40%;
    }

    .bike-specification .spec-box table tr th:nth-child(3), .bike-specification .spec-box table tr td:nth-child(3), .bike-specification .spec-box table tr th:nth-child(4), .bike-specification .spec-box table tr td:nth-child(4), .bike-specification .spec-box table tr th:nth-child(5), .bike-specification .spec-box table tr td:nth-child(5)
    {
        display: none;
    }

    .bike-specification .spec-box table tr th:nth-child(2), .hide-specification-label .spec-box table tr th:nth-child(2)
    {
        color: #ccc;
    }

/*Start Change of Code for adding new fields for electric cars on 19092019 By Alex David*/
/*.hide-petrol .spec-box table tr th:nth-child(2), .hide-petrol .spec-box table tr td:nth-child(2), .hide-petrolat .spec-box table tr th:nth-child(3), .hide-petrolat .spec-box table tr td:nth-child(3), .hide-diesel .spec-box table tr th:nth-child(4), .hide-diesel .spec-box table tr td:nth-child(4), .hide-dieselat .spec-box table tr th:nth-child(5), .hide-dieselat .spec-box table tr td:nth-child(5)
{
    display: none;
}*/

.hide-petrol .spec-box table tr th:nth-child(2), .hide-petrol .spec-box table tr td:nth-child(2), .hide-petrolat .spec-box table tr th:nth-child(3), .hide-petrolat .spec-box table tr td:nth-child(3), .hide-diesel .spec-box table tr th:nth-child(4), .hide-diesel .spec-box table tr td:nth-child(4), .hide-dieselat .spec-box table tr th:nth-child(5), .hide-dieselat .spec-box table tr td:nth-child(5) ,.hide-electric .spec-box table tr th:nth-child(6), .hide-electric .spec-box table tr td:nth-child(6)
{
    display: none;
}
/*End Change of Code for adding new fields for electric cars on 19092019 By Alex David*/

/*#########################################*/
/*            Author details
/*#########################################*/
.author-details
{
    background: #f7f7f7;
    padding: 10px;
    padding-right: 10%;
    padding-left: 20px;
}

    .author-details .author-short
    {
        position: relative;
    }

        .author-details .author-short .author-blur-bg
        {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
            background-size: 100%;
            -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px);
            z-index: 1;
        }

        .author-details .author-short .author-wrapper
        {
            padding: 5% 16% 5% 5%;
            background: rgba(0,0,0,0.8);
            z-index: 2;
            position: relative;
            margin: 0;
        }

        .author-details .author-short .author-image
        {
            border: 1px solid #fff;
            _width: 210px;
            width: 100%;
            height: 250px;
            max-width: 250px;
        }

        .author-details .author-short .body h3 span
        {
            color: #fff;
            text-decoration: none;
        }

        .author-details .author-short .body .effort-count
        {
            display: block;
            padding: 20px 0;
        }

            .author-details .author-short .body .effort-count li
            {
                display: inline-block;
                padding-right: 15px;
                padding-left: 15px;
                border-right: 1px solid #fff;
            }

                .author-details .author-short .body .stay, .author-details .author-short .body .stay span, .author-details .author-short .body .effort-count li, .author-details .author-short .body .effort-count li span
                {
                    color: #959796;
                }

                    .author-details .author-short .body .effort-count li:first-child
                    {
                        padding-left: 0;
                    }

                    .author-details .author-short .body .effort-count li:last-child
                    {
                        border-right: 0px solid transparent;
                    }

        .author-details .author-short .body-footer
        {
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            padding: 15px 0;
        }


            .author-details .author-short .body-footer::after, .author-details .author-short .body-footer::before
            {
                clear: both;
                display: table;
                content: '';
            }

            .author-details .author-short .body-footer .social
            {
                float: right;
                margin-top: 3px;
                position: relative;
                top: 0;
                left: 0;
                right: 0;
                left: 0;
                width: auto;
                clear: none;
                margin: 0;
                display: block !important;
            }

                .author-details .author-short .body-footer .social > li
                {
                    padding: 6px;
                }

                    .author-details .author-short .body-footer .social > li .fa
                    {
                        color: #fff;
                    }

    .author-details .info
    {
        padding: 10px;
        background: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 2px;
        box-shadow: 0px 1px 6px #dbdbdb;
    }

    .author-details .author-posts .nav-pills
    {
        background: #eaeaea;
        border-radius: 0px;
        padding-left: 20px;
    }

        .author-details .author-posts .nav-pills > li > a
        {
            color: #474747;
            border-bottom: 1px solid transparent;
        }

        .author-details .author-posts .nav-pills > li.active > a
        {
            color: #474747;
            border-bottom-color: #47b329;
            border-radius: 0;
            background: #fff;
        }

    .author-details .author-posts .show-more
    {
        background: #faf8f9;
        width: 100%;
        border-radius: 0;
        height: 45px;
    }

    .author-details .author-posts .read-more
    {
        background: #ed1b24;
        color: #fff;
        border-radius: 0;
        height: 42px;
        width: 100%;
    }

    .author-details .author-posts time
    {
        color: #a596ab;
        padding: 4px 0 10px;
        display: block;
    }

        .author-details .author-posts time sup
        {
            color: #a596ab;
        }

    .author-details .author-posts .post .post-body
    {
        padding: 6px;
    }

.author-wrapper h3
{
    margin-top: 0;
}
/*#########################################*/
/*              About
/*#########################################*/
.about-header
{
    font-size: 17px;
}

.about-para
{
    line-height: 2;
    font-size: 13px;
    color: #212121;
}

.about-subtitle
{
    font-size: 11px;
    padding-left: 20px;
    letter-spacing: 1px;
}

.team-list
{
    padding: 10px;
    padding-right: 10%;
    padding-left: 20px;
}

    .team-list .team, .article .team
    {
        margin: 0;
        margin-top: 25px;
        background: #eeeced;
        padding: 25px;
        box-shadow: 1px 0px 2px #d8d8d8;
        position: relative;
    }

.team-member-name
{
    margin-top: 0;
    margin-bottom: 5px;
    color: #3b3b3b;
    font-size: 20px;
}

.team-post
{
    font-size: 14px;
    font-weight: 500;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.team-details
{
    margin-top: 15px;
    font-size: 12px;
    min-height: 55px;
}

.btn-team-info, .btn-team-info span
{
    color: white !important;
    border-radius: 0;
    background: #333333 !important;
    white-space: normal !important;
}

/*#########################################*/
/*                  Login
/*#########################################*/
.login-form-input
{
    padding: 20px !important;
    border-radius: 1px !important;
}

.forgotPasswordTrigger
{
    font-size: 12px;
    color: #c4c4c4;
}
/*#########################################*/
/*          details Slider indecator
/*#########################################*/
.custom-indicator
{
    border: 2px solid #333333;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 190px;
}

    .custom-indicator .left-indicator, .custom-indicator .right-indicator, .custom-indicator .pager-indicator
    {
        position: relative;
        display: inline-block;
    }

    .custom-indicator .pager-indicator
    {
        padding: 10px 15px;
    }

    .custom-indicator .right-indicator, .custom-indicator .left-indicator
    {
        padding: 10px 15px;
        border-right: 2px solid #333333;
        cursor: pointer;
    }

        .custom-indicator .right-indicator, .custom-indicator .left-indicator, .custom-indicator .right-indicator i, .custom-indicator .left-indicator i
        {
            color: #333333;
            font-size: 18px;
        }


.pager-indicator strong, .pager-indicator strong span
{
    color: #333333;
}

    .pager-indicator strong span
    {
        display: inline-block;
        width: 20px;
    }

.pager-indicator .current-count
{
    text-align: right;
}
/*#########################################*/
/*          Specification icon
/*#########################################*/
.si
{
    height: 18px;
    width: 18px;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: -4px;
    background-size: cover !important;
}

.si-engine
{
    background: url('../img/icon/specifications/2_engine.png') no-repeat;
}

.si-transmission
{
    background: url('../img/icon/specifications/3_transmission.png') no-repeat;
}

.si-chassis
{
    background: url('../img/icon/specifications/10_body.png') no-repeat;
}

.si-suspension
{
    background: url('../img/icon/specifications/11_suspension.png') no-repeat;
}

.si-steering
{
    background: url('../img/icon/specifications/12_stering.png') no-repeat;
}

.si-brakes
{
    background: url('../img/icon/specifications/13_Brake.png') no-repeat;
}

.si-braking
{
    background: url('../img/icon/specifications/4_Braking.png') no-repeat;
}

.si-economy
{
    background: url('../img/icon/specifications/1_elantra.png') no-repeat;
}

.si-acceleration
{
    background: url('../img/icon/specifications/6_acceleration.png') no-repeat;
}

.si-gear
{
    background: url('../img/icon/specifications/7_maxspeed.png') no-repeat;
}

/*#########################################*/
/*          Magazine page
/*#########################################*/
#magazine div.sideBar
{
    float: right;
    margin: 0px 0px 20px 20px;
    padding: 10px;
    background-image: url(../assests/img/bg/diagonal-bg2.png);
    background-repeat: repeat-x repeat-y;
    background-position: left top;
}

    #magazine div.sideBar img
    {
        padding: 5px;
        background-color: #FFFFFF;
        border: 1px solid #DCDCDC !important;
    }

    #magazine div.sideBar div.issueContainer
    {
        padding: 5px;
        background-color: #FFFFFF;
        background-image: none;
        border: 1px solid #DCDCDC;
        text-align: center;
    }

        #magazine div.sideBar div.issueContainer select
        {
            max-width: 250px;
            margin-top: 5px;
        }

#magazine div.articleType
{
    float: left;
    min-width: 70px;
    padding-right: 10px;
}

#magazine span.blurb
{
    color: #707070;
}


#magazine-archive p
{
    padding: 0px;
    margin: 5px 0px 5px 0px;
}

#magazine-boxout
{
    border: 1px solid #9eb6fe;
    background-color: #f0f3fb;
    position: relative;
    margin-top: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#magazine-archive div.backissue
{
    float: left;
    text-align: center;
    width: 130px;
    padding: 10px;
    font-size: 11px;
    min-height: 240px;
}

    #magazine-archive div.backissue a, #magazine-archive div.backissue a:hover
    {
        height: 100%;
        text-decoration: none;
    }

        #magazine-archive div.backissue a img
        {
            min-height: 160px;
            width: 130px;
        }

    #magazine-archive div.backissue p.name
    {
        color: #808080;
        font-style: italic;
    }

#magazine-archive .backissue_tooltip
{
    display: none;
    font-size: 14px;
    height: auto;
    z-index: 9999;
    background-color: Transparent;
    width: 250px;
    background-image: url(../images/backissue-tooltip-bottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 7px;
    text-align: left;
}

    #magazine-archive .backissue_tooltip .contents
    {
        background-color: #FFFFFF !important;
    }

    #magazine-archive .backissue_tooltip img:hover
    {
        cursor: pointer;
    }

    #magazine-archive .backissue_tooltip .contents
    {
        border: 1px solid #DCDCDC;
        border-bottom: none;
        padding: 10px;
    }

        #magazine-archive .backissue_tooltip .contents p.details
        {
            font-size: 11px;
        }

    #magazine-archive .backissue_tooltip p.name
    {
        color: #333333 !important;
        font-style: italic;
        font-weight: bold;
        margin-top: 2px;
        padding: 0px;
    }

    #magazine-archive .backissue_tooltip p.more
    {
        text-align: right;
        font-size: 11px;
    }

    #magazine-archive .backissue_tooltip.bottom
    {
        background-image: url(../images/backissue-tooltip-top.gif);
        background-position: top;
        padding-top: 7px;
        padding-bottom: 0px;
    }

        #magazine-archive .backissue_tooltip.bottom .contents
        {
            border: 1px solid #DCDCDC;
            border-top: none;
        }

/*#########################################*/
/*      ckeditor body page content
/*#########################################*/
.dr-wrapper
{
    min-height: .01%;
    /*overflow-x: auto;*/
}

.dt-table
{
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
}

    .dt-table td, .dt-table th
    {
        padding: 3px;
        margin: 0;
    }

    .dt-table td
    {
            background-color: #f1f1f1;
			font-size: 12px;
			padding: 8px;
    }

.dt-row-headings td
{
    background-color: #ffffff;
    font-weight: bold;
}

.dt-row-alternate td
{
    background-color: #f5f5f5;
}

.dt-tablename td
{
    background-color: #fef200;
    color: #333;
    font-weight: bold;
    font-size: 15px;
	/*Start Add/Modify of Code for news id 414192 on 20092019 By Alex David*/
    /*background-image: url(https://www.autocarindia.com/assests/img/header/autocar-logo-1.jpg) !important;*/
	background-image: url(https://www.autocarindia.com/assests/img/header/autocar-logo.png) !important;
	background-size: 22%;
	/*End Add of Code for news id 414192 on 20092019 By Alex David*/
    background-repeat: no-repeat;
    background-position: right;
}

.dt-wrapleft
{
    margin-right: 5px;
}

.no-good
{
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background: url(/assests/img/icon/1495538794_Cancel.png);
    background-size: cover;
}

.so-good
{
    position: relative; /* left: -61px; */
    top: 3px;
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background: url(/assests/img/icon/accept-square-128.png);
    background-size: cover;
}

/**taking modal center**/
.modal
{
    text-align: center;
    padding: 0 !important;
}

    .modal:before
    {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog
{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/* thankyou modal */
.thankyou-modal .modal-content
{
    border-radius: 2px;
    border: 3px solid red;
    text-align: center;
    padding: 10% 5%;
    font-size: 20px;
    color: #000;
    position: relative;
}

    .thankyou-modal .modal-content .btn-red
    {
        width: 100px;
    }

    .thankyou-modal .modal-content .close
    {
        position: absolute;
        top: -7px;
        right: 0;
        color: #000;
        font-size: 40px !important;
        font-weight: bold !important;
        transition: 0.3s;
        z-index: 1000;
    }

        .thankyou-modal .modal-content .close:hover, .thankyou-modal .modal-content .close:focus
        {
            color: #bbb;
            text-decoration: none;
            cursor: pointer;
        }

.poweredby
{
    float: right;
}

#details-slider .image-caption
{
    position: absolute;
    padding: 0px 10px;
    width: 100% !important;
    background: rgba(28, 30, 42, 0.9);
    color: #fff;
    bottom: 0;
    height: auto;
    font-size: 14px;
}

.image-caption
{
    padding: 0px 10px;
    width: 100% !important;
    background: rgba(28, 30, 42, 0.9);
    color: #fff;
    bottom: 0;
    height: auto;
    font-size: 14px;
}

.image-caption-gallery
{
    display: block;
    width: 100%;
    position: absolute;
    color: #fff;
    bottom: 0px;
    padding: 0px 10px;
    margin: 0px auto;
    background: #0b0401;
    height: auto;
}

.percent
{
    font-size: 11px;
    font-weight: 500;
    float: left;
    margin-top: -2px;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-subscribe
{
    background: #ececec;
    padding: 10px 0px !important;
}

    .footer-subscribe .subscribe-magazine h2
    {
        color: #333;
        font-size: 22px;
        margin: 0px;
        float: left;
    }

    .footer-subscribe .subscribe-magazine img
    {
        float: left;
        margin-right: 10px;
        height: 70px;
        width: 60px;
    }

    .footer-subscribe .subscribe-magazine ul
    {
        list-style: none;
        padding: 0;
        float: left;
        margin: 5px 0px;
    }

        .footer-subscribe .subscribe-magazine ul > li
        {
            float: left;
            color: #333;
            border-left: 1px solid #fff;
            padding: 0 5px;
        }

            .footer-subscribe .subscribe-magazine ul > li:first-child
            {
                border: none;
            }

            .footer-subscribe .subscribe-magazine ul > li:last-child
            {
                border-left: 1px solid #f00;
                color: #b6b6b6;
            }

                .footer-subscribe .subscribe-magazine ul > li:last-child a
                {
                    color: #b6b6b6;
                }

            .footer-subscribe .subscribe-magazine ul > li span
            {
                color: #333;
            }

    .footer-subscribe .subscribe-magazine button
    {
        margin-top: -30px;
    }

.subscribe-btn
{
    margin: 10px 0px 0px 0px;
    float: right;
}

.menu nav > ul > li:hover > a.autoexpo:after, .menu nav > ul > li.active > a.autoexpo:after
{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    background: #000;
    bottom: -2px;
    left: 0;
    z-index: 200;
}

.menu nav > ul > li > a.autoexpo
{
    display: block;
    padding: 5px 10px 5px;
    font-weight: bold;
    color: #fff;
    border: none;
    margin-top: 27px;
    background-color: #ed1b24;
    border-radius: 3px;
}


/** Trending & Most Commented Begins*/

    .tab_container
    {
        margin: 10px 0px;
        position: relative;
    }

    .tab_container > section
    {
        display: none;
        clear: both;
        padding-top: 10px !important;
    }

    .tab_container > input
    {
        display: none;
        clear: both;
    }

    .tab_container > label
    {
        font-weight: 600;
        font-size: 13px;
        display: block;
        float: left;
        width: 50%;
        padding: 15px 5px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        background: #333;
        margin-bottom: 0px !important;
    }

    #tab1:checked ~ #content1,
    #tab2:checked ~ #content2,
    #tab3:checked ~ #content3,
    #tab4:checked ~ #content4,
    #tab5:checked ~ #content5
    {
        display: block;
        padding: 20px 10px;
        background: #fff;
        color: #333;
        border-bottom: 2px solid #f0f0f0;
    }

    .tab_container [id^="tab"]:checked + label
    {
        background: #ed1b24;
        color: #fff;
    }

    .commented
    {
        padding: 0px 10px;
    }

    .commented ul
    {
        padding: 0px;
        margin: 0px;
    }

    .commented ul li
    {
        border-bottom: 1px solid #bdbdbd;
        margin: 0px 0px;
        padding: 10px 0px;
    }

    .commented ul li:last-child
    {
        border-bottom: 0px solid #bdbdbd;
        margin: 0px !important;
        padding: 15px 0px;
    }

    .commented ul li a
    {
        font-weight: 500;
        font-size: 13px;
        color: #3a3a3a;
    }

    .commented ul li p
    {
        font-size: 12px;
        margin-bottom: 10px;
    }

    /** Trending & Most Commented Ends*/

 /*Start Add of Code for Find a Car Link */  
.findcar {
    background: #ed1b24;
    border-radius:3px;
    margin-top: 25px;
    padding: 6px 10px !important;
    color: #fff !important;
}
/*End Add of Code for Find a Car Link */  


