@charset "utf-8";
/* CSS Document */

.w-categorie{
}

.box-categorie {
    border: 1px solid #EEEEEE;
    transition: ease-in-out background-color 0.3s;
    margin: 20px auto;
    display: block;
    width: 31%;
    margin: 1% !important;
    height: 270px;
    /* padding: 20px; */
    background: #FFFFFF;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    margin: 5px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
}

.box-categorie div {
    width: 107% !important;
    height: 220px;
    overflow: hidden !important;
    position: relative;
    left: -7px;
    top: -6px;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff !important;
}

.box-categorie img.immagine-home {
    /* width: 100% !important; */
    height: 100% !important;
    padding: 0px;
    height: auto;
}

.box-categorie:hover {
	background-color: #F0582E;
	border-color: #F0582E;
}

.box-categorie:hover>h1.t-categoria:before{
	border-color: transparent transparent #F0582E;
}

.box-categorie:hover>h1.t-categoria{
	color:#fff;	
}

.box-categorie h1.t-categoria {
    /* font-family: 'Gill Sans MT Ext Condensed Bold', 'Cyrillic-CondensedLight', sans-serif; */
    color: #F0582E;
    font-size: 13px;
    height: 44px;
    font-weight: bold;
    position: relative;
    top: -8px;
}

h1.t-categoria:before {
	content: '';
	position: relative;
	bottom: 11px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -15px;
	border-width: 0 15px 15px;
	border-style: solid;
	border-color: transparent transparent #fff;
}

.box-categorie img.immagine-home{
	background-color:#F9F9F9;
	border:1px solid #EEEEEE;
}

.box-categorie img.ombra{
	display:none;
}

h1.super-titolo {
	color: #F0582E;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	bottom: 28px;
}

@media (max-width:700px)
{
	a.box-categorie {
		width: 48%;
	}
}

@media (max-width:460px)
{
	a.box-categorie {
		width: 98%;
	}
}