.little-product {
    border: 1px solid #ccc;
    padding: .5em .5em 1em;
    text-align: center;
}

.post-prev-img a {
    height: 240px;
    /* margin: 0 30px; */
    display: block;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 992px){
.post-prev-img a {

     background-size: contain !important;
}
}
.box {
    margin: 1em 0;
		padding-left: 6px;
		padding-right: 6px;
}

.box-title {
    background: #cddce4;
    padding: 6px 0;
    text-align: center;
    color: #333;
    font-size: 84%;
    text-transform: uppercase;
    margin-bottom: .5em;
    display: block;
    max-height: 42px;
}

.box-title.dark {
    color: #eee;
    text-transform: uppercase;
    background: #404449;
    position: relative;
    margin-bottom: 13px;
    font-size: 18px;
    max-height: 28px;
    padding: 2px;
}
}
.box-title.dark::after {
    content: "";
    top: 100%;
    position: absolute;
    width: 100%;
    background: url('/demo/freccia-titolo.png') no-repeat center bottom;
    height: 13px;
    display: block;
}

.technology-box img {
    float: left;
    margin-bottom: 1em;
}
.technology-box h3 {
    margin: 0 1em;
    float: left;
    font-size: 120%;
}

#main-menu .navbar .nav > li > a {
	color: #222;
}
#main-menu .navbar .nav > li:hover > a, #main-menu .navbar .nav > li.active > a {
	border-bottom: 2px solid rgba(45,78,83,.7);
}

.page-title-cont {
	background: url(/images/header.jpg) center;
	box-shadow: inset 0 0 0 1000px rgba(255,255,255,.65);
	padding-bottom: 2px;
}

.breadcrumbs a {
	color: #333;
}
.breadcrumbs .bread-current {
	color: #000;
}

.articolo b {
	font-size: 130%;
	display: block;
}

.correlati {
    margin: 0 18px;
}

.desc-principale{
    font-size: 20px;
}

@media screen and (max-width: 992px) {
  .demo{
    max-height: 183px !important;
    width: auto!important;
    padding-bottom: 20px;
  }
}


#loader-overflow {
	/* display: none; */
}
