@media only screen and (max-width: 1440px) {
    .main-content .home-products .box .title {
        height: 30%;
    }

    .main-content .main-slider .carousel-item .carousel-caption .caption-inner h2 {
        font-size: 2.5em;
    }

    .main-content .home-projects .box .text {
        font-size: .75em;
    }

    .main-content .home-projects .box .btn-home-projects {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1268px) {
    .main-content .home-products .box .title {
        height: 30%;
    }
    .main-content .main-slider .carousel-item .carousel-caption .caption-inner h2 {
        font-size: 2em;
    }

    .main-content .home-projects .box .text {
        font-size: .75em;
    }

    .main-content .home-projects .box .btn-home-projects {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 992px) {
    #header.sticky .logo-area {
        padding: 10px 0px;
    }

    #header.sticky .logo-area img {
        width: 80%;
        height: auto;
    }

    header .logo-area {
        padding: 10px 20px;
    }

    .mobile-menu {
        display: block!important;
    }

    .main-menu {
        display: none!important;
    }

    .main-content .main-slider .carousel-item .carousel-caption .caption-inner {
        max-width: 100vw;
    }

    .main-content .main-slider .carousel-item .carousel-caption {
        top: 20%;
    }

    .main-content .main-slider .carousel-item .carousel-caption .caption-inner h2 {
        font-size: 1.3em;
    }

    .main-content .main-slider .carousel-item .carousel-caption .caption-inner p {
        font-size: .9em;
    }

    .footer-box.products {
        display: none;
    }

    .footer-box {
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }

    .footer-box.social {
        margin-top: 30px;
        border-bottom: 0px;
    }

    .footer-box h3:after {
        margin: auto;
    }

    footer .footer-bottom {
        padding-right: 60px;
    }

    footer .footer-bottom .nanomedya {
        text-align: left;
        margin-bottom: 10px;
    }

    .main-content.page .page-header .text {
        top: 100px;
        bottom: auto;
    }

    .main-content.page .page-header .text h1 {
        font-size: 1.2em;
    }

    .main-content.page .page-header .bc {
        bottom: auto;
        top: 150px;
        font-size: .75em;
    }

    .main-content.page .page-header .bc ul {
        float: left;
    }
    .main-content.page .page-header,
    .main-content.page .page-header .image,
    .main-content.page .page-header .image img {
        height: 200px;
    }

    .main-content.page .page-content.products .product-list h3 {
        display: none;
    }
    .main-content.page .page-content.products .product-list h3.mobile-product-list {
        display: block!important;
    }

    #productList {
        height: 0px;
        max-height: 0%;
        transition: all 0.5s;
        overflow: hidden;
    }

    #productList.open {
        height: auto;
        max-height: 100%
    }

    .reference-content.fancybox-content {
        width: 100vw;
    }
}

@media only screen and (max-width: 768px) {

}