﻿@media screen and (max-width:767px) {
    #banner-slider .figure .figure-down-caption {
        font-size: 15px !important;
    }

    .post .post-caption {
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        left: 0;
        top: 0;
        opacity: 1;
    }

        .post .post-caption .read-more {
            display: none;
        }

        .post .post-caption .bottom-text {
            bottom: -60px;
            box-shadow: 5px 2px 20px #bdbdbd;
            background: #fff;
            color: #000;
            font-weight: 600;
        }

        .post .post-caption .play-center, .post .post-caption .expand-center {
            display: none;
        }

        .post .post-caption .bottom-text.i .side, .post .post-caption .bottom-text.i .side .fa {
            border-left: 1px solid #000;
            color: #000;
        }
}

@media screen and (min-width:768px) {
    #banner-slider img {
        height: 480px;
    }

    .banner-right img, .home-right img {
        height: 235px;
    }

    .home-right, .home-left {
        float: left;
    }

    .home-left {
        width: 55%;
    }

    .home-right {
        width: 45%;
    }

    .banner-left, .home-left {
        padding-right: 5px;
    }

    .banner-right, .home-right {
        padding-left: 5px;
    }

    .figure .figure-down-caption.button.sm {
        font-size: 12px;
    }

    #banner-slider .figure .figure-down-caption {
        font-size: 18px;
        font-weight: 500;
    }

        #banner-slider .figure .figure-down-caption .read-more {
            font-size: 19px;
            font-weight: 400;
        }

    .figure .figure-down-caption.button.sm .read-more {
        padding: 3px 5px 4px;
        right: 8px;
        font-weight: 400;
        font-size: 10px;
    }
}

@media screen and (min-width:992px) {
    .menu {
        position: relative;
    }

        .menu nav > ul {
               float: left;
               margin-left: 6%;
               display: inline-block;
        }

            .menu nav > ul > li > .sub-menu {
                height: 0;
                padding-top: 0;
                padding-bottom: 0;
                overflow: hidden;
                opacity: 0;
                transition: all .3s ease-in;
            }

            .menu nav > ul .has-menu, .menu nav > ul .has-menu li {
                text-align: left;
            }

            .menu nav > ul > li.opened .sub-menu {
                height: 250px;
                padding-top: 25px;
                padding-bottom: 10px;
                opacity: 1;
            }

            .menu nav > ul > li:hover .fa {
                vertical-align: bottom;
                transform: rotate(180deg);
            }

            .menu nav > ul > li:hover > a {
                position: relative;
            }

                .menu nav > ul > li:hover > a:after, .menu nav > ul > li.active > a:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 100%;
                    height: 3px;
                    background: #000;
                    bottom: -2px;
                    left: 0;
                    z-index: 200;
                }

    .main-footer .footer-nav ul {
        float: left;
    }

    .g-img img {
        height: 100%;
    }
}

@media screen and (min-width:1200px) {
    .menu-post {
        padding: 0 50px;
        _border-left: 1px solid #333;
        max-width: 305px;
        margin: 0 auto;
        position: relative;
    }

        .menu-post:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            width: 1px;
            height: 180px;
            top: 0;
            background: #575757;
        }
}

@media screen and (min-width:992px) and (max-width:1230px) {
    .social {
        padding-left: 18px;
    }

        .social li {
            padding: 25px 3px;
        }

    .menu nav > ul > li > a {
        padding-left: 6px;
        padding-right: 0;
        font-weight: 500;
    }

    .menu nav > ul > li:last-child {
        display: none;
    }

    .logo img {
        margin: 15px 10px;
    }
}

@media screen and (min-width:1024px) and (max-width:1110) {
    .social {
        padding-left: 5%;
    }
}

@media screen and (min-width:1110px) and (max-width:1230px) {
    .social {
        padding-left: 3%;
    }
}

@media screen and (min-width:1400px) {
    .menu-post img {
        max-height: 190px;
    }

    .content-wrapper {
        width: 1366px;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    .menu nav > ul > li:hover .sub-menu {
        height: 300px;
    }
}

@media screen and (min-width:1600px) {
}

@media screen and (min-width:993px) and (max-width:1366px) {
    .find-review .form-inline {
        display: table;
        border-collapse: separate;
        border-spacing: 10px;
    }

        .find-review .form-inline .form-group {
            width: 25%;
        }

        .find-review .form-inline .form-group, .find-review .form-inline button {
            display: table-cell;
        }
}

@media screen and (min-width:993px) and (max-width:1200px) {
    .post-content .main {
        width: 70%;
        padding-right: 15px;
    }

    .article .recommends::after {
        width: 100%;
        height: 1px;
    }

    .btn-signin, .btn-signin:hover {
        padding: 10px 20px;
    }

    .btn-register, .btn-register:hover {
        padding: 10px 10px;
    }

    .post-content aside {
        width: 30%;
    }

    .blog-list .blog-top .footer .action, .blog-list .blog .footer .action {
        font-size: 12px;
    }

    .blog-list .blog .body h3 {
        font-size: 20px;
    }

    .blog-list .blog-top .body time, .blog-list .blog .body time, .blog-list p, .blog-list p.text-justify {
        font-size: 12px;
    }

    .blog-list .blog .footer .action li:first-child {
        padding-right: 5px;
    }

    .blog-list .blog .footer .action li:nth-child(2) {
        padding-left: 5px;
    }

    .blog-list .blog .footer .read-more {
        font-size: 12px;
    }

    .post .post-footer .action li, .video-top .video-footer .action li {
        font-size: 12px;
    }

    .post.gallery .bottom-text, .post.gallery .bottom-text .fa {
        font-size: 12px;
    }

    .video-top .text-sec {
        width: 40%;
    }

    .video-top .video-sec {
        width: 60%;
    }
}

@media screen and (max-width:992px) {
    body.menu-opened {
        height: 100%;
        height: 100vh;
        overflow: hidden;
        width: 100%;
        position: fixed;
    }

    .sticky {
        position: relative !important;
    }

    .support-header {
        display: none;
    }

    .menu-toggle {
        display: block;
        margin: 13px 0;
    }

        .menu-toggle .fa {
            margin: 0;
        }

    .menu {
        width: auto;
        border-bottom: 1px solid #333;
    }

    .logo img {
        margin: 15px 2px;
    }

    .menu nav {
        background: #fff none repeat scroll 0 0;
        float: right;
        position: fixed;
        right: 0;
        top: 90px;
        width: 100%;
        height: 0;
    }

        .menu nav ul {
            width: 100%;
            overflow: auto;
            height: 100%;
            z-index: 2;
        }

    .social {
        padding: 0;
        list-style: none;
        float: none;
        margin: 0 auto;
        clear: both;
    }

    .social {
        position: absolute;
        top: 90px;
        left: 42%;
        margin-left: -60px !important;
        z-index: 20;
    }

        .social li {
            padding: 6px 2px;
        }

    nav > ul {
        visibility: hidden;
    }

    nav.head-menu-opened {
        height: 90%;
        height: 90vh;
        height: calc(100% - 90px);
    }

        nav.head-menu-opened > ul {
            visibility: visible;
        }

    .menu nav > ul > li {
        padding: 8px;
        float: none;
    }

        .menu nav > ul > li > a {
            padding: 0;
        }

        .menu nav > ul > li > .sub-menu {
            position: relative;
            max-height: none;
            height: auto;
            top: 0;
            padding: 0;
            display: none;
            background: #fff;
        }

    .footer-nav .social-icons, .footer-nav .social-icons ul {
        padding-left: 0 !important;
    }

    .footer-nav .row .no-padding, .footer-nav .social-icons {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .post-content .main, .post-content aside {
        width: 100%;
        padding: 10px;
        float: none;
    }

    .mega-title, .home-gallery .content-grid-head {
        background: none !important;
    }

    .author-details .author-short .author-wrapper {
        margin: 0;
        padding: 10% 5% 10% 5%;
    }

    .content-grid .content-grid-head .title-tabs.nav-tabs > li > a {
        font-size: 18px;
    }

    .fa-prepare-custom, .fa-trip-custom, .fa-drive-custom {
        height: 30px;
        width: 30px;
        background-size: contain !important;
    }

    .image-dot-slider .lSSlideWrapper {
        padding-bottom: 90px;
    }

    .menu-post {
        max-width: 310px;
    }

    .row-md-inline {
        display: inline;
    }

        .row-md-inline:after, .row-md-inline:before {
            display: none;
        }

    .video-top .text-sec {
        width: 100%;
        float: none;
        height: inherit;
    }

    .video-top .video-sec {
        width: 100%;
        float: none;
        height: inherit;
    }

    .article-main {
        padding: 0;
    }

    header.clone {
        display: block;
    }

    .ads.homeads {
        padding: 10px 0;
    }

    .ads.homeads3 {
        padding: 10px 0;
    }

    .trending {
        padding: 12px 10px;
    }
}

@media screen and (min-width:769px) and (max-width:992px) {
    .social {
        top: 20px;
    }

    .find-review {
        padding-left: 60px;
        padding-right: 60px;
    }

        .find-review .form-inline {
            display: table;
        }

            .find-review .form-inline .form-group, .find-review .form-inline button {
                width: 49%;
                margin-top: 10px;
                display: inline-block;
                margin-right: 1%;
            }

    .home-news-banner .tint {
        width: 67%;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .home-left, .home-right {
        width: 100%;
    }

    .home-right {
        padding-left: 0;
        padding-right: 0;
    }

        .banner-right img, .home-right img {
            height: 260px;
        }

    .pt-10-xs {
        padding-top: 0;
        padding-left: 0;
    }
}

@media screen and (min-width:768px) {
    .blog-list .blog .body .inner {
        height: 142px;
    }

    .blog-list .blog img {
        max-height: 260px;
    }
}

@media screen and (max-width:768px) {
    .social {
        display: none;
        margin-left: -130px !important;
    }

    .menu nav > ul {
        height: calc(100% - 50px);
        margin-top: 50px;
    }

    .pt-10-xs {
        padding-top: 10px;
    }

    .container-404 {
        background: url(../img/bg/404.jpg) no-repeat right center;
        background-size: auto 100%;
    }

        .container-404 img {
            visibility: hidden;
        }

    .copy-strip .pull-left, .copy-strip .pull-right {
        display: block;
        float: none !important;
    }

    .find-review .form-inline button, .find-review .form-inline .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .post-content aside {
        max-width: 350px;
        margin: 0 auto;
    }

    .trending-container {
        max-width: 350px;
        margin: 0 auto;
    }

    .pagging-container {
        width: 100%;
        overflow: auto;
    }

        .pagging-container .post-pagination {
            width: 630px;
        }

    .blog-list .blog .body {
        _padding: 0;
    }

    .search .no-padding {
        padding: 0 15px !important;
    }

    .btn-register, .btn-register:hover {
        margin-top: 10px;
    }

    .content-grid .content-grid-head .title-tabs.nav-tabs > li > a {
        margin-left: 0;
    }

    .author-wrapper h3 {
        margin-top: 20px;
    }

    .g-img {
        max-height: 400px;
        height: auto !important;
    }

        .g-img img {
            max-height: 400px;
        }

    .content-grid .content-grid-head .title-tabs.nav-tabs > li > a {
        text-align: left;
    }

    .mega-title {
        margin: 0 0 15px 15px;
    }

        .mega-title.auto-search strong {
            margin-left: 0;
        }

    .search {
        margin: 0 0 30px 0;
    }

    .pagging-container .post-pagination {
        width: 100%;
    }

    .post-pagination.pagination > li > a, .post-pagination.pagination > li > span, .author-pagination.pagination > li > a, .author-pagination.pagination > li > span {
        margin: 0 5px;
        padding: 5px 7px;
    }

    .post-pagination.pagination .back a, .author-pagination.pagination .back a {
        margin-right: 5px;
    }

    .post-pagination.pagination .next a, .author-pagination.pagination .next a {
        margin-right: 5px;
    }

    ul.pagination.post-pagination li:first-child {
        display: none;
    }

    ul.pagination.post-pagination li:last-child {
        display: none;
    }

    .post-pagination.pagination li a:after, .author-pagination.pagination li a:after {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .blog-list .blog .body {
        padding: 5px;
    }

    .home-news-banner {
        background-size: 100% !important;
        background-position: top !important;
        position: relative;
        padding-top: 65%;
        padding-bottom: 56px;
        height: auto;
    }

        .home-news-banner .tint {
            width: 100%;
            background: #333;
            position: relative;
            padding-right: 5%;
        }

    .ask-anything {
        background: url(../img/ask-now-banner.jpg) no-repeat center center;
        background-size: cover;
    }

    .poll .poptions {
        padding: 0;
    }

    .poll .btn-red {
        margin-top: 0 !important;
    }

    .content-grid .content-grid-head .view-all {
        float: right;
        margin-top: 25px;
    }

        .content-grid .content-grid-head .view-all a {
            font-size: 16px;
        }

    .content-grid .content-grid-head .content-tabs.nav-tabs > li.active > a {
        padding: 10px 15px 10px 0;
        text-align: left;
    }

    .home-news .content-grid .content-grid-head .title {
        margin-left: 0;
    }

    .content-grid .content-grid-head .title {
        margin-left: 0;
    }

    .find-review .content-grid .content-grid-head .title {
        margin-left: 0;
    }

    .poll .content-grid .content-grid-head .title-tabs {
        margin-left: 5px;
    }

    .poll .content-grid {
        padding: 20px 4% 40px 4%;
    }

        .poll .content-grid .content-grid-head .title-tabs.nav-tabs > li > a {
            text-align: left;
        }

    #search input[type="search"] {
        font-size: 28px;
    }

    #search .btn {
        padding: 10px 60px;
        margin-top: 30px;
        margin-left: -80px;
        font-size: 18px;
    }

    #search .close {
        padding: 6px 12px;
    }

    .blog-list .blog-top .footer .action {
        float: right;
        margin-top: 0;
    }

        .blog-list .blog-top .footer .action li {
            float: none;
            padding-left: 0 !important;
        }

            .blog-list .blog-top .footer .action li:first-child {
                padding-right: 0;
                border-right: 0;
                margin: 0 0 5px 0;
            }

            .blog-list .blog-top .footer .action li i.fa-comment-custom {
                width: 27px;
                background: url(../img/icon/comment.png) no-repeat center center;
            }

    .article .footer .action li.border-right, .article .body .body-footer .action li.border-right {
        padding-right: 10px;
    }

        .article .footer .action li.border-right + li, .article .body .body-footer .action li.border-right + li {
            padding-left: 10px;
        }

    .post-mmp li:first-child {
        text-align: left;
        padding-left: 0;
    }

    .post-mmp li {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        text-align: left;
        border-bottom: 1px solid #070707;
        border-right: 0;
    }

        .post-mmp li:last-child {
            width: 100%;
            border-right: 0;
            border-bottom: 0;
        }

    .tags li a {
        padding: 5px 10px;
    }

    .blog-corner .blog .img {
        float: none;
    }

    .author .author-body {
        padding: 0;
    }

    .dr-wrapper {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .dr-wrapper > table > tbody > tr > td, .dr-wrapper > table > tbody > tr > th, .dr-wrapper > table > tfoot > tr > td, .dr-wrapper > table > tfoot > tr > th, .dr-wrapper > table > thead > tr > td, .dr-wrapper > table > thead > tr > th {
            white-space: nowrap;
        }

    #banner-slider img {
        height: auto;
    }

    .subscribe-btn {
        float: left !important;
    }

    .details-slider-container #details-slider {
        padding: 0;
        overflow: hidden;
        width: 100%;
        height: 225px;
    }
}

@media(min-width:500px) and (max-width:768px) {
    .col-xsm-6 {
        width: 50%;
        float: left;
    }

    .hidden-xsm {
        display: none;
    }

    .video-top .video-sec iframe {
        height: auto;
        min-height: 300px;
    }
}

@media screen and (max-width:550px) {
    .main-footer .subscribe-magazine button {
        clear: both;
        display: block;
        float: left !important;
        width: 100%;
        margin-bottom: 10px;
    }

    .subscribe-magazine .pull-right {
        float: none !important;
        width: 100%;
    }

    .subscribe-magazine ul {
        position: relative;
        display: none;
        clear: both;
        margin-top: 10px;
    }

    .copy-strip .pull-left, .copy-strip .pull-right {
        display: block;
        float: none !important;
        font-size: 12px;
    }

    .spec-box > .spec-title, .spec-box > .spec-description {
        float: none;
        width: 100%;
    }

    .blog-list .blog .footer .action {
        margin: 0;
    }

        .blog-list .blog .footer .action li {
            float: none;
            border: none !important;
            padding: 0 !important;
        }

    .article .footer .author-name, .article .body .body-footer .author-name, .article .footer .action, .article .body .body-footer .action {
        float: none;
    }

        .article .footer .action li.border-right, .article .body .body-footer .action li.border-right {
            padding-right: 0;
            _width: 100%;
            padding-left: 0;
            border: 0;
            margin-right: 10px;
        }

            .article .footer .action li.border-right + li, .article .body .body-footer .action li.border-right + li {
                padding-left: 0;
            }

    .article .footer .action, .article .body .body-footer .action {
        _width: 100%;
        display: block;
        margin: 10px auto 0;
    }

        .article .footer .action li, .article .footer .action li {
            float: none;
            border: none !important;
            _padding: 0 !important;
        }

            .article .footer .action li i.fa-share-custom, .article .body .body-footer .action li i.fa-share-custom {
                margin: 0 !important;
                margin-top: 10px !important;
            }

    .st_sharethis_custom.pull-right {
        margin-top: 20px;
        display: block;
        width: 100%;
    }

        .st_sharethis_custom.pull-right i {
            margin: 0 !important;
        }

    .tags li {
        margin-top: 10px;
    }

    .authors-list {
        padding-right: 5px;
        padding-left: 5px;
    }

        .authors-list .author .effort-count li, .article .author .effort-count li {
            padding-right: 5px;
            padding-left: 5px;
            font-size: 12px;
        }

        .authors-list .author .body {
            padding: 0;
        }

    .author-details .author-short .body .effort-count {
        font-size: 11.5px;
    }

    .cover-container {
        padding: 5px;
    }

    .image-dot-slider .lSPager.lSGallery {
        padding: 2px 0;
    }

    .g-img {
        max-height: 300px;
        height: auto !important;
    }

        .g-img img {
            max-height: 300px;
        }

    .article .footer .action li, .article .footer .action li {
        float: left;
        margin: 0 10px 0 0;
    }

        .article .footer .action li:last-child {
            width: 100% !important;
            text-align: left !important;
            margin: 15px 0 0 0 !important;
        }

        .article .footer .action li:last-child, .article .footer .action li:last-child {
            margin: 0;
        }

        .article .footer .action li i.fa-share-custom {
            height: 38px;
            width: 38px;
            background: url(../img/icon/share.png) no-repeat center;
            background-size: cover;
            display: inline-block;
        }

        .article .footer .action li i.fa-share-custom, .article .body .body-footer .action li i.fa-share-custom {
            margin: 0 !important;
            margin-top: 0 !important;
        }

        .article .footer .action li i.fa-share-custom {
            padding: 0;
        }

    .recommends {
        padding: 20px 0 30px;
    }

    .author .action .pull-left, .author .action .pull-right {
        float: none !important;
        display: block;
        padding: 10px 15px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:501px) {
    .nav-footer-toggle {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .main-footer .footer-nav ul {
        min-height: 10px;
    }

    .ffm {
        margin-bottom: 0;
        margin-top: 0;
    }

    .sfm {
        margin-top: 0;
    }

        .sfm li:first-child, .ffm li:first-child {
            display: none;
        }

    .nav-footer-toggle {
        margin-top: 20px;
        display: block;
        font-weight: 500;
        padding: 0 23px;
    }

    .video-top .video-footer .action li {
        padding: 0 3px;
    }

    .video-top .video-sec iframe {
        height: auto;
        min-height: 250px;
    }
}

@media screen and (max-width:500px) {
    .logo img {
        max-width: 230px;
    }

    .menu-toggle {
        height: 52px;
    }
}

@media only screen and (min-width:992px) and (max-width:1366px) {
    .menu {
        width: 100% !important;
    }
}

blockquote {
    color: #000;
    text-align: left;
}
