/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 23, 2016, 6:51:15 AM
    Author     : 2teeeee
*/
.prod-title{width:100%;text-align: center;margin: 3px 0;color:#0d346b;display:block;font-weight:bold;}
.prod-img{width: 88%;border: 2px solid #5E9A7E;border-radius: 7px; margin: 0 6%;float: right;}
.prod-more{width:100%;text-align: center;margin: 3px 0;color:#33cc01;display:block;font-weight:bold;}

.products .prod-box{width:24%;float:right;margin: 5px 2px;}
.prod-box{background: #E9F9F9;}

@media (max-width: 768px) {
 .products .prod-box{width:96%;float:right;margin: 5px 2%;}
}

