﻿@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1200px) 
{
	
	
}
@media screen and (max-width: 1100px) 
{
    
}
@media screen and (max-width: 810px) 
{
	
	
}
@media screen and (max-width: 740px) 
{
    .location-item .location-content {
        margin: 0 10px 0px 195px;
    }
    .location-item .location-control {
        position: relative;
        width: auto;
        text-align:center
    }
    .location-control .btn-control {
        display:inline-block;
    }
}
@media screen and (max-width: 570px)
{
    .location-item .location-img {
        width: auto;
        float: inherit;
    }
    .location-item .location-content {
        margin: 10px 20px;
    }
    .service-item .service-content {
        margin: 0 0px 0px 125px;
    }

    .service-item .service-price {
        display: none;
    }
} 