/* acqua-tmpl-box-42 */
.acqua-tmpl-box-42 {
    position: relative;
    padding: 0;
	line-height: 1.4;
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-box-42.logged {
    outline: 2px dotted transparent;
}
.acqua-tmpl-box-42.logged:hover {
    outline-color: #337ab7;
}
.acqua-tmpl-box-42:hover .img-link .edit-icon {
    opacity: 1;
}
.acqua-tmpl-box-42 .acqua-widget-tools {
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 5px;
    padding: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: right;
    background-color: #000;
    background-color: rgba(0,0,0,0.65);
    border: 1px solid #000;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
       -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
			box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
    opacity: 0;
}
.acqua-tmpl-box-42:hover .acqua-widget-tools {
    z-index: 10;
    opacity: 1;
}
.acqua-tmpl-box-42:hover .acqua-widget-tools:hover {
    background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-box-42 .acqua-widget-tools .acqua-widget-name {
    margin-bottom: 5px;
    line-height: 1;
}
.acqua-tmpl-box-42 .acqua-widget-tools a {
    display: inline-block;
    padding: 0 5px 2px;
    font-weight: 300;
    font-size: 12px;
    color: #222;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #000;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
			border-radius: 2px;
    -webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
}
.acqua-tmpl-box-42 .acqua-widget-tools a:hover {
    background-color: #fff;
}
.acqua-tmpl-box-42 .acqua-widget-tools a .fa {
    font-size: 9px;
    color: #C0264C;
}
.acqua-tmpl-box-42 .acqua-widget-tools a .fa.fa-remove {
    font-size: 11px;
}
.acqua-tmpl-box-42 .box {
    margin-bottom: 30px;
    color: #2d3e52;
    overflow: hidden;
}
.acqua-tmpl-box-42 h3 {
	font-size: 20px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-box-42 .img-link {
    position: relative;
    width: 100%;
    padding-bottom: 74.52472%;
    background: #e3e3e3 url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
    overflow: hidden;
}
.acqua-tmpl-box-42 .img-link img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.acqua-tmpl-box-42 .box:hover .img-link img {
    transform: scale(1.1);
}
.acqua-tmpl-box-42 .box .img-link .discount-label {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: -22px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    background-color: #c90c4e;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
			transform: rotate(45deg);
}
.acqua-tmpl-box-42 .info {
    display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #555;
}
.acqua-tmpl-box-42 .info:first-of-type {
	margin-top: 0;
}
.acqua-tmpl-box-42 .title {
	position: relative;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.acqua-tmpl-box-42 .title .text {
	padding: 5px;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acqua-tmpl-box-42 .title .arrow {
	position: absolute;
	z-index: 5;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid #ddd;
	border-right: 12px dashed transparent;
	border-left: 12px dashed transparent;
}
.acqua-tmpl-box-42 .classification {
	padding: 5px 0;
}
.acqua-tmpl-box-42 .stars {
	float: left;
	display: inline-block;
	width: 90px;
}
.acqua-tmpl-box-42 .stars img {
	width: auto;
	height: 14px;
}
.acqua-tmpl-box-42 .price-group {
	display: block;
	margin-left: 90px;
    font-weight: 400;
    color: #1cc0b6;
}
.acqua-tmpl-box-42 .price-group .price .curr {
	font-size: 85%;
}
.acqua-tmpl-box-42 .period {
    padding: 5px 0;
    color: #333;
	border-top: 1px dashed #ddd;
}
.acqua-tmpl-box-42 .details {
	padding: 5px 0;
	border-top: 1px dashed #ddd;
}
.acqua-tmpl-box-42 .details .text {
	float: left;
	width: 65%;
}
.acqua-tmpl-box-42 .details .link {
	float: right;
	width: 35%;
	color: #337ab7;
	text-align: right;
	cursor: pointer;
}
.acqua-tmpl-box-42 .details .link .fa {
	font-size: 9px;
}
.acqua-tmpl-box-42 .view-all {
	margin-top: 5px;
}

/*@media (max-width: 480px){
    .acqua-tmpl-box-42 .nav-tabs {
        display: table;
        width: 100%;
        height: 100%;
    }
    .acqua-tmpl-box-42 .nav-tabs > li {
        float: none;
        display: table-cell;
        width: 33.33334%;
        height: 100%;
        padding-right: 5px;
        text-align: center;
        vertical-align: middle;
    }
    .acqua-tmpl-box-42 .nav-tabs > li:last-of-type {
        padding-right: 0;
    }
    .acqua-tmpl-box-42 .nav-tabs > li > a {
        display: block;
        min-width: auto;
        height: 100%;
        margin-right: 0;
        padding: 5px;
        line-height: inherit;
    }
}*/