

/* Start:/local/templates/shop/template_styles.css?16785215681221*/
h1{
	text-align: center;
	font-size: 26px !important;
}
h2{
	font-size: 22px !important;
}
#map{
	margin-top: 20px;
}
#message{
	max-width: 100%;
    /*width: 588px;*/
    border: 1px solid red;
    margin: auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    color: red;
}

img.main{
	width: 100%;
}

html, body{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#phone{
	/*position: absolute;*/
    /*left: 20px;*/
    /*top: 20px;*/
    font-size: 22px;
    text-decoration: none;
    padding: 10px;
}
div{

}
#content{
	width: 1000px;
	max-width: 100%;
	padding: 20px;
	margin: auto;
	background-color: white;
}
body{
	background-color: aliceblue;
}
.matrix{
	width: 25%;
    display: inline-block;
    float: left;
    height: 200px;
}
.matrix:hover{
	box-shadow: 0px 15px 13px black;
    z-index: 100;
    position: relative;
    top: -5px;
}
.matrix img{
	width: 100%;
}
#images{
	display: inline-block;
}

@media screen and (max-width: 1000px) {
    #content{
    	padding: 0px;
    }
    .matrix{
		width: 33%;
	    height: auto;
	}
}
@media screen and (max-width: 600px) {
    .matrix{
		width: 50%;
	}
}


/* End */
/* /local/templates/shop/template_styles.css?16785215681221 */
