@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;
    }
	
	.main-content .main-slider .carousel-item .w-100 {
		height:300px
	}

    .main-content .main-slider .carousel-caption .carousel-caption-inner {
        text-align: center;
    }

    .main-content .main-slider .carousel-caption .carousel-caption-inner img {
        max-width: 80%;
        height: auto;
    }

    .main-content .home-blogs .owl-nav {
        float: none;
    }

    footer .footer-contact span:first-child {
        margin-right: 0px;
        padding-right: 0px;
        display: block;
        border-right: 0px;
        margin-bottom: 15px;
    }

    .main-content.page .page-header .title .left {
        display: none;
    }

    .main-content.page .page-header .title .right {
        padding-left: 0px;
    }

    .main-content.page .page-header .title .right .text {
        border-left: 0px;
        padding-left: 15px;
    }

    .main-content.page .page-header,
    .main-content.page .page-header .title .right,
    .main-content.page .page-header .image img{
        height: 250px;
        min-height: auto;
    }

    .main-content .about-content .left {
        display: none;
    }

    .main-content.page .about-content .right {
        padding-left: 0px;
        border-left: 0px;
        margin-left: auto;
    }

    .main-content.page .products-content .products-navigation {
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .main-content.page .products-content .product-detail {
        padding-left: 0px;
        border-left: 0px;
    }

    .main-content.page .products-content .other-products {
        padding-left: 0px;
    }

    .main-content.page .page-header .title .right .text h1 {
        font-size: 1.5em;
    }

    .main-content.page .page-header .title .right {
        margin-left: 0px;
    }

    .map {
        width: 100%;
        height: 400px
    }

    .map #map {
        width: 100%;
        height: 400px;
    }

    .loader {
        padding-top: 50%;
    }
	
	.main-content.page .about-content .right {
		width:100%;
	}
}

@media only screen and (max-width: 590px) {

}