@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1268px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
    .main-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .mobile-menu .nav__toggle {
        top: -60px;
    }

    .mobile-menu  .nav__menu {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        width: 100%;
    }

    .mobile-menu .nav:target > .splash::after,
    .mobile-menu .nav--open > .splash::after {
        background: #494949;
    }

    header .menu-area .main-menu {
        display: none;
    }

    .main-content .main-slider .carousel-caption .caption-in {
        width: 75%;
        margin: auto;
    }

    .main-content .main-slider .carousel-caption .caption-in .description {
        display: none;
    }

    .main-content .main-slider .carousel-caption .caption-in .title {
        text-align: center;
        font-size: 1.3em;
    }

    .main-content .main-slider .carousel-caption .caption-in .button {
        text-align: center;
    }

    .main-content .main-slider .carousel-caption .caption-in .button .slider-button {
        float: none;
    }

    .main-content .main-slider .carousel-caption .caption-in .button .slider-button span {
        float: none;
    }

    .main-content .types .box {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #ddd;
    }

    .main-content .types .box .image img {
        height: 300px;
    }

    .main-content .types .box .text {
        padding: 15px;
        height: auto;
    }

    footer .footer-top p,
    footer .footer-top .social,
    footer .footer-top .phone,
    footer .footer-top .email{
        text-align: center;
        margin-bottom: 15px;
    }

    footer .footer-top .social ul {
        display:flex;
        justify-content: center;
    }

    footer .footer-top .social ul li {
        display: list-item;
    }

    .main-content.page.about .about-top .text {
        margin-top: 100px;
        padding: 15px;
    }

    .main-content .types .box .text h1:before {
        display: none;
    }

    .main-content.page.type .type-description .type-title {
        margin-bottom: 20px;
    }

    .main-content.page.contact .about-top .contact-info{
        height: auto;
        padding-top: 150px;
    }

    .main-content.page.contact .about-top .text {
        padding: 0px;
    }

    .main-content.page.detail .page-header img {
        height: 300px;
        object-fit: cover;
    }

    .loader {
        padding-top: 70%;
    }
}






