/*
Description: The stylesheet with a main responsive style.
Author:      Cherry Team
Version:     1.0.0
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px; }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px; }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px; } }
@media (min-width: 768px) {

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-static {
        display: inline-block; }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto; }
    .form-inline .input-group > .form-control {
        width: 100%; }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0; }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .form-inline .has-feedback .form-control-feedback {
        top: 0; } }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px; } }
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px; } }
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px; } }

@media (max-width: 768px) {
    .site-branding{text-align: center;}
    ol.comment-list li.comment ol.children {
        padding-left: 15px; } }

@media (max-width: 767px) {
    .top_hdr_ttl h1 {
        margin-bottom: 10px;
        font-size: 2rem;
    }
    .top_hdr_ttl {
        padding-top: 4px;}
    #menu-primary{float: none;}
    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
        border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .dl-horizontal dd {
        margin-left: 180px; } }

@-ms-viewport {
    width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important; }

@media (max-width: 767px) {
    .visible-xs {
        display: block !important; }

    table.visible-xs {
        display: table; }

    tr.visible-xs {
        display: table-row !important; }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important; } }
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important; } }

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important; } }

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important; }

    table.visible-sm {
        display: table; }

    tr.visible-sm {
        display: table-row !important; }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-container .text-content li.news-box {height:auto;}
    .visible-md {
        display: block !important; }

    table.visible-md {
        display: table; }

    tr.visible-md {
        display: table-row !important; }

    th.visible-md,
    td.visible-md {
        display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important; } }

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important; }

    table.visible-lg {
        display: table; }

    tr.visible-lg {
        display: table-row !important; }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important; } 
    .list_news_fig{max-height:350px;overflow:hidden;height: 350px;}
    .home_news_fig {
        max-height: 240px;
        height: 240px;
        overflow: hidden;
    }

}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important; } }

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important; } }

@media (max-width: 767px) {
    .social_links {
        background:white;
        color:  #2cbc62;
    }
    .hidden-xs {
        display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important; }
    .list_news_fig,.home_news_fig{height: auto;
                                  width: auto;
                                  max-width: 100%;
                                  vertical-align: middle;}
    .min_div {
        height: 100%;
        vertical-align: middle;
        display: inline-block;}
    img.attachment-cherry-thumb-l {
        width: auto;
        height: auto;
        max-width: 100%;
        vertical-align: middle;}

    .inline_img{width: 100%;
                height: 285px;
                display: inline-block;
                max-height: 285px;
                overflow: hidden;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .home_news_fig{max-height:288px;overflow:hidden;height: 169PX;}
    .list_news_fig{max-height:288px;overflow:hidden;height: 260PX;}
    .hidden-md {
        display: none !important; } }
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important; } }
.visible-print {
    display: none !important; }

@media print {
    .visible-print {
        display: block !important; }

    table.visible-print {
        display: table; }

    tr.visible-print {
        display: table-row !important; }

    th.visible-print,
    td.visible-print {
        display: table-cell !important; } }
.visible-print-block {
    display: none !important; }
@media print {
    .visible-print-block {
        display: block !important; } }

.visible-print-inline {
    display: none !important; }
@media print {
    .visible-print-inline {
        display: inline !important; } }

.visible-print-inline-block {
    display: none !important; }
@media print {
    .visible-print-inline-block {
        display: inline-block !important; } }

@media print {
    .hidden-print {
        display: none !important; } }
@media (min-width: 768px) {
    .site-header.boxed,
    .site-content.boxed,
    .site-footer.boxed {
        max-width: 750px; } }
@media (min-width: 992px) {
    .home_article{height:510px;}
    .site-header.boxed,
    .site-content.boxed,
    .site-footer.boxed {
        max-width: 970px; }
}
@media (min-width: 1200px) {
    .site-header.boxed,
    .site-content.boxed,
    .site-footer.boxed {
        max-width: 1170px; } }
@media (min-width: 768px) {
    .site-header.extra-boxed,
    .site-content.extra-boxed,
    .site-footer.extra-boxed {
        max-width: 780px; } }
@media (min-width: 992px) {
    .site-header.extra-boxed,
    .site-content.extra-boxed,
    .site-footer.extra-boxed {
        max-width: 1000px; } }
@media (min-width: 1200px) {
    .site-header.extra-boxed,
    .site-content.extra-boxed,
    .site-footer.extra-boxed {
        max-width: 1200px; } }

.entry-content .container .container {
    width: auto; }

@media (min-width: 992px) {
    .sidebar-sidebar-content-wrapper,
    .sidebar-content-sidebar-wrapper,
    .content-sidebar-sidebar-wrapper {
        width: 80%; }

    .sidebar-content-sidebar-wrapper,
    .sidebar-sidebar-content-wrapper {
        float: right; }

    .content-sidebar-sidebar-wrapper {
        float: left; }

    .sidebar-content-wrapper #primary,
    .content-sidebar-wrapper #primary,
    .sidebar-sidebar-content-wrapper #primary,
    .sidebar-content-sidebar-wrapper #primary,
    .content-sidebar-sidebar-wrapper #primary {
        width: 66%; }

    .sidebar-content-wrapper #primary,
    .sidebar-sidebar-content-wrapper #primary {
        float: right; }

    .content-sidebar-wrapper #primary,
    .content-sidebar-sidebar-wrapper #primary,
    .sidebar-content-sidebar-wrapper #primary {
        float: left; }

    .sidebar-content-wrapper .widget-area,
    .sidebar-sidebar-content-wrapper .widget-area {
        float: left;
        width: 23%; }

    .content-sidebar-wrapper .widget-area,
    .content-sidebar-sidebar-wrapper .widget-area,
    .sidebar-content-sidebar-wrapper .widget-area {
        float: right;
        width: 23%; }

    .sidebar-sidebar-content-wrapper + .widget-area,
    .sidebar-content-sidebar-wrapper + .widget-area {
        float: left;
        width: 18%; }

    .content-sidebar-sidebar-wrapper + .widget-area {
        float: right;
        width: 18%; }

    .cherry-with-sidebar .content-area .container {
        width: 80%; } }
/* Megamenu responsive
================================================== */
@media (max-width: 992px) {
    #slider-text-content{display:none;}
    .image-content{height: auto;}
    .top_hdr_ttl h1 {
        font-size: 2rem;
    }
    .pull-right.image-content{max-height: 400px !important;
                              overflow: hidden !important;
    }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub {
        padding: 30px;
        /* Post template "megamenu-posts" */ }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub > li {
        padding: 40px 0 0;
        margin: 40px 0 0;
        float: none;
        width: auto;
        border-top: 1px solid #000; }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub > li:before {
        display: none; }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub > li:first-child {
        margin-top: 0;
        padding-top: 0;
        border: none; }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap {
        margin-bottom: 30px; }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .post-thumbnail {
        float: left;
        padding: 0 30px 15px 0; } }
@media (max-width: 620px) {
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub {
        /* Post template "megamenu-posts" */ }
    #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .post-thumbnail {
        float: none;
        padding: 0 0 15px 0; } }
/* Theme responsive
================================================== */
#header-inner {
    max-width: 1440px; }

@media (max-width: 1476px) {
    #header-inner {
        margin-left: 10px;
        margin-right: 10px; } }
@media (max-width: 1320px) {
    .cherry-chart {
        padding: 130px 0 260px; } }
@media (max-width: 1200px) {
    #footer .video-preview figcaption {
        right: 30px; }

    .absolute-image {
        left: -100px; }

    #menu-primary > #menu-primary-items > .menu-item > a {
        padding: 2px 10px; }

    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav {
        width: 30%; }

    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-panes {
        width: 60%; }

    #footer .video-preview figcaption {
        padding-top: 4%; }

    .custom-list-with-index li {
        margin-left: 15px; } }
@media (max-width: 992px) {
    #menu-primary > #menu-primary-items > .menu-item.extra-btn {
        margin-right: 20px; }

    .site-header.boxed {
        max-width: 100%; }
    .site-header.boxed #header-inner {
        margin: 0 auto;
        max-width: 780px; }

    .site-content.boxed {
        max-width: 100%; }
    .site-content.boxed > .container {
        width: auto; }

    .site-footer.boxed {
        max-width: 100%; }

    #footer .video-preview figcaption {
        padding-top: 50px;
        position: static;
        margin: 0;
        width: auto; }

    .timeline {
        margin-bottom: 100px; }

    body h1 {
        font-size: 58px;
        line-height: 54px; }
    body h3 {
        font-size: 20px;
        line-height: 24px; }
    body h5 {
        font-size: 16px;
        line-height: 25px; }

    .static-header-content {
        padding: 15px 0 0 0; }
    .static-header-content h1 {
        padding-left: 50px; }
    .static-header-content h1:before {
        width: 30px; }

    .author-bio h3, .related-posts_title, .comment-reply-title, .comments-title {
        font-size: 34px;
        line-height: 30px;
        margin-bottom: 35px; }

    .absolute-image {
        display: none; }

    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav {
        width: 35%; }

    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav > span {
        font-size: 11px; }

    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-panes {
        width: 58%; }

    .static-footer-sidebar-3 {
        margin-bottom: 20px; }

    .search-form .search-field {
        width: 240px; }
    .search-form .search-submit {
        padding-left: 20px;
        padding-right: 20px; } }
@media (max-width: 768px) {
    body h1 {
        font-size: 48px;
        line-height: 44px; }

    .portfolio-wrap .portfolio-container .portfolio-list {
        /* List layout */ }
    .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content, .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
        width: auto;
        margin: 0; }

    .custom-row-box .inner {
        background-image: none !important; }

    .testimonials-wrap .testimonials-list .testimonials-item {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 35px; }
    .testimonials-wrap .testimonials-list .testimonials-item .testimonials-content:after {
        top: -13%;
        left: -9%; }
    .testimonials-wrap .testimonials-list .testimonials-item:nth-child(2n) .testimonials-content:after {
        top: -7%;
        left: 3%; }
    .testimonials-wrap .testimonials-list .testimonials-item:nth-child(3n) .testimonials-content:after {
        top: -22%;
        left: 5%; }

    #menu-primary > #menu-primary-items > .menu-item.extra-btn {
        margin-right: 0;
        text-align: center;
        float: none; }

    #header {
        padding-bottom: 50px; }

    .custom-row-box h2 {
        margin-bottom: 25px; }

    #content blockquote:before {
        position: static;
        display: block;
        margin-bottom: 8px; }

    .entry-thumbnail.cherry-thumb-s.alignleft {
        float: none;
        display: block;
        margin: 0 0 20px; }

    .author-bio h3, .related-posts_title, .comment-reply-title, .comments-title {
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 15px; }

    .comments-area .comments .comment-respond .form-submit .submit {
        padding-left: 15px;
        padding-right: 15px; }

    /* table styles */
    body table.booked-calendar th .monthName a {
        margin: 10px 0;
        padding: 0;
        position: relative; }
    body table.booked-calendar th .monthName a:before {
        position: relative;
        display: block;
        clear: both;
        content: ""; }

    body table.booked-calendar th .monthName, body table.booked-calendar span.calendarSavingState {
        font-size: 20px !important; }

    .booked-calendar-shortcode-wrap .booked-calendar-wrap td .date .number {
        vertical-align: top;
        text-align: center;
        margin: 8px; }

    /* table styles end */
    /* charts */
    .cherry-chart {
        padding: 10px 0 30px; }

    .cherry-chart .cherry-charts-bar {
        height: auto !important;
        background: transparent !important; }

    .cherry-chart .cherry-charts-bar:after, .cherry-chart .cherry-charts-bar:before {
        display: none; }

    .cherry-chart.chart-multi_progress:before {
        display: none; }

    .cherry-progress-bar .cherry-charts-multi-item, .chart-multi_progress .cherry-charts-multi-item {
        position: relative;
        display: block;
        width: 100% !important;
        margin-bottom: 30px;
        border: none !important;
        background: transparent !important; }

    .cherry-progress-bar .cherry-charts-multi-val, .chart-multi_progress .cherry-charts-multi-val {
        left: 0 !important;
        top: 0;
        margin-left: 0; }
    .cherry-progress-bar .cherry-charts-multi-val:before, .chart-multi_progress .cherry-charts-multi-val:before {
        display: none; }

    .cherry-chart .cherry-charts-multi-item .cherry-charts-multi-label:before {
        display: none; }

    .cherry-chart .cherry-charts-multi-item .cherry-charts-multi-label {
        left: 0 !important;
        bottom: auto;
        position: relative;
        width: 100%;
        display: inline-block; }

    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav {
        width: 70%; }
    /*    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav > span {
            padding: 5px 2px 7px 60%;
        }*/
    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav > span {
        margin-bottom: 15px; }

    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-panes {
        margin-top: 30px;
        width: 100%; } }
@media (max-width: 600px) {
    body h1 {
        font-size: 28px;
        line-height: 28px; }
    body h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 40px; }
    body h3 {
        font-size: 18px;
        line-height: 20px; }
    body h4 {
        font-size: 18px;
        line-height: 20px; }
    body h5 {
        font-size: 14px;
        line-height: 20px; }
    body p {
        font-size: 14px;
        line-height: 30px; }

    #static-area-footer-top .widget-title {
        font-size: 35px;
        line-height: 35px; }

    #footer .video-preview figcaption h4 {
        font-size: 22px;
        line-height: 24px; }

    .sidebar-header .widget-title {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 30px; }

    .cherry-btn.cherry-btn-medium {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 20px; }

    .cherry-services_title {
        font-size: 16px;
        line-height: 20px; }

    .static-header-content h1 {
        padding-left: 20px; }
    .static-header-content h1:before {
        top: 13px;
        width: 12px; }

    .testimonials-wrap .testimonials-list .testimonials-item .testimonials-content:after {
        top: -7%; }
    .testimonials-wrap .testimonials-list .testimonials-item:nth-child(2n) .testimonials-content:after {
        top: -1%; }
    .testimonials-wrap .testimonials-list .testimonials-item:nth-child(3n) .testimonials-content:after {
        top: -13%; }

    .comments .comment-respond form .comment-form-author, .comments .comment-respond form .comment-form-email, .comments .comment-respond form .comment-form-url {
        width: 100% !important; }
    .comments .comment-respond form .comment-form-email {
        margin: 0 0 30px 0 !important; }

    .custom-row-box h2 {
        margin-bottom: 25px; }
    .custom-row-box > .cherry-box > .inner {
        padding: 25px 0 50px; }

    .comments-area ol.comment-list > li.comment > ol.children {
        margin-top: 20px; }
    .comments-area ol.comment-list li.comment ol.children {
        width: 90%; } }
@media (max-width: 480px) {
    .author-cart.cherry-box .inner > img {
        float: none;
        padding: 0 0 20px 0; }

    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav {
        width: 85%; }
    /*    .cherry-tabs.cherry-tabs-style-default.cherry-tabs-vertical .cherry-tabs-nav > span {
            padding: 7px 2px 7px 40%;
        }*/
    /* box */
    .cherry-box .inner {
        padding: 30px 15px 15px; }

    /* Popup shortcode */
    .popup-block {
        padding: 50px 10px; }
    .popup-block .wpcf7 form input[type="email"] {
        padding: 10px 20px; }
    .popup-block .wpcf7 form .portfolio-request-form {
        position: relative;
        text-align: center; }
    .popup-block .wpcf7 form .portfolio-request-form .submit-wrap {
        position: relative;
        top: 0;
        right: 0;
        margin: -10px 0 20px 45px; }
    .popup-block .wpcf7 form .portfolio-request-form img.ajax-loader {
        position: relative;
        top: -4px;
        left: auto; } }
@media (max-width: 400px) {
    .timeline .cherry-box .inner > p {
        padding-left: 5px; }

    .search-form label {
        display: block; }
    .search-form .search-field {
        width: 100%; }
    .search-form .search-submit {
        padding-left: 20px;
        padding-right: 20px; } }
@media (min-width: 768px) and (max-width: 992px) {
    .error-404-num {
        font-size: 185px; }

    .page-header .page-title {
        font-size: 40px;
        line-height: 50px; } }
@media (max-width: 500px) {
    .error-404-num {
        font-size: 120px; } 
    #searchbox {
        width: 100%;}
    #search_query_top {
        width: 86%;
    }
    .col-lg-2 {
        float: right;
    }
}

@media (max-width: 660px) {
    .top_hdr_ttl{width: 100%;
                 float: left;
                 padding-top: 15px;
                 text-align: center;}
    .top_scl_lnk {     width: 100%;
                       float: left;
                       text-align: center;
                       padding: 9px 0px 0px 15px;
    }
}
/*# sourceMappingURL=main-responsive.css.map */