/* acqua-tmpl-box-40 */
.acqua-tmpl-box-40 {
    position: relative;
    padding: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.acqua-tmpl-box-40.logged {
    outline: 2px dotted transparent;
}
.acqua-tmpl-box-40.logged:hover {
    outline-color: #337ab7;
}
.acqua-tmpl-box-40:hover .img-link .edit-icon {
    opacity: 1;
}
.acqua-tmpl-box-40 .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-40:hover .acqua-widget-tools {
    z-index: 10;
    opacity: 1;
}
.acqua-tmpl-box-40:hover .acqua-widget-tools:hover {
    background-color: rgba(0,0,0,0.95);
}
.acqua-tmpl-box-40 .acqua-widget-tools .acqua-widget-name {
    margin-bottom: 5px;
    line-height: 1;
}
.acqua-tmpl-box-40 .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-40 .acqua-widget-tools a:hover {
    background-color: #fff;
}
.acqua-tmpl-box-40 .acqua-widget-tools a .fa {
    font-size: 9px;
    color: #C0264C;
}
.acqua-tmpl-box-40 .acqua-widget-tools a .fa.fa-remove {
    font-size: 11px;
}
.acqua-tmpl-box-40 .nav-tabs {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: none;
}
.acqua-tmpl-box-40 .nav-tabs > li {
    margin-bottom: 0;
}
.acqua-tmpl-box-40 .nav-tabs > li > a {
    min-width: 100px;
    height: 30px;
    margin-right: 20px;
    padding: 0 10px;
    color: #555;
    text-align: center;
    line-height: 30px;
    background-color: #efefef;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.acqua-tmpl-box-40 .nav-tabs > li > a:hover {
    background-color: #ddd;
}
.acqua-tmpl-box-40 .nav-tabs > li.active > a,
.acqua-tmpl-box-40 .nav-tabs > li.active > a:hover,
.acqua-tmpl-box-40 .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #555;
    border: none;
}
.acqua-tmpl-box-40 .tab-content {
    padding-top: 10px;
}
.acqua-tmpl-box-40 h3 {
    margin-bottom: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.acqua-tmpl-box-40 .modal-header h3 {
    text-align: left;
}
.acqua-tmpl-box-40 .classification {
    margin-bottom: 5px;
    text-align: center;
}
.acqua-tmpl-box-40 .classification img {
    width: auto;
    height: 12px;
    padding: 0 5px;
}
.acqua-tmpl-box-40 .box {
    margin-bottom: 30px;
    color: #2d3e52;
    overflow: hidden;
}
.acqua-tmpl-box-40 .box .img-link {
    position: relative;
    width: 100%;
    padding-bottom: 74.52472%;
    background: #f1f1f1 url('../img/icons/icon-nophoto.png') no-repeat 50% 50%;
    overflow: hidden;
}
.acqua-tmpl-box-40 .box .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-40 .box:hover .img-link img {
    transform: scale(1.1);
}
.acqua-tmpl-box-40 .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-40 .img-link .edit-icon {
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
	background-color: rgba(128,255,128,1);
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
			transition: all 0.25s ease;
	cursor: pointer;
}
.acqua-tmpl-box-40 .img-link .edit-icon .fa {
	position: relative;
	left: 8px;
}
.acqua-tmpl-box-40 .img-link:hover .edit-icon:hover,
.acqua-tmpl-box-40 .img-link:focus .edit-icon:focus {
	background-color: rgba(0,255,0,1);
}*/
.acqua-tmpl-box-40 .box .info-line {
	margin-bottom: 2px;
    padding: 5px;
	text-align: center;
	background-color: #e3e3e3;
}
.acqua-tmpl-box-40 .box .info-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.acqua-tmpl-box-40 .box .info-table .info {
    display: table-row;
    background-color: #f5f5f5;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.acqua-tmpl-box-40 .box .info-table .info:hover,
.acqua-tmpl-box-40 .box .info-table .info:focus {
    background-color: #efefef;
}
.acqua-tmpl-box-40 .box .info .price-group,
.acqua-tmpl-box-40 .box .info .type
    /*,.acqua-tmpl-box-40 .box .info .details*/ {
    display: table-cell;
    padding: 4px 10px;
    text-shadow: 1px 1px 0 #fff;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
}
.acqua-tmpl-box-40 .box .info .price-group {
    width: 40%;
    font-weight: 700;
    font-size: 18px;
    color: #1cc0b6;
}
.acqua-tmpl-box-40 .box .info .type {
    width: 60%;
    color: #333;
}
.acqua-tmpl-box-40 .box .info .type .fa {
    position: relative;
    top: -1px;
    font-size: 9px;
}
.acqua-tmpl-box-40 .box .info .type div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*.acqua-tmpl-box-40 .box .info .details {
	width: 10%;
	font-size: 20px;
	text-align: right;
	color: #c90c4e;
	line-height: 20px;
}*/
.acqua-tmpl-box-40 .box .view-all {
	margin-top: 2px;
}

@media (max-width: 480px){
    .acqua-tmpl-box-40 .nav-tabs {
        display: table;
        width: 100%;
        height: 100%;
    }
    .acqua-tmpl-box-40 .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-40 .nav-tabs > li:last-of-type {
        padding-right: 0;
    }
    .acqua-tmpl-box-40 .nav-tabs > li > a {
        display: block;
        min-width: auto;
        height: 100%;
        margin-right: 0;
        padding: 5px;
        line-height: inherit;
    }
}