@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css");
#baground{
	width: 100%;
	height: 400px;
	background-size: cover;
    background-position: center center;
}
#main{
	max-width: 900px;
	margin: 20px auto;
	text-align: center;
	font-size: 15px;
		min-height: 300px;
	    color: #525252;
        padding: 5px;
        font-family: 'dejavu_sansbook';
        line-height: 30px;
}
.main{
	width: 285px;
    height: 370px;
	display: inline-block;
	margin: 4.9px;
	border-radius: 3px;
	
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	 -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
 .main p{
 	color: #000000;
    text-align: center;
    line-height: 20px;
    height: 44px;
    margin-top: 10px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    font-family: 'dejavu_sansbook';
    font-weight: bold;
    
 }
.background{
	width: 285px;
	height: 285px;
	background-size: 100% 100%;
	position: relative;
	margin-top:0px;
}

.main .price{
	width: 110px;
	position: absolute;
	color: #132759;
    text-align: center;
    font-size: 15px;
    width: 100%;
    text-align: center;
    font-family: 'dejavu_sansbook';
    font-weight: bold;
    bottom: 10px;
    display: none;
}

.main:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 1220px) {
	
  #main{
  	text-align: center;
  }

}