/*//////////////////////////////////////////*/
/* Single selections */
/*//////////////////////////////////////////*/

.single_selections .content{
	background:#ffffff;
    margin-bottom: 30px;
	padding:30px;
    position: relative;
}
@media (max-width:599px) {
	.single_selections .content{
		padding:15px;
	}
}
.single_selections .content .jgallery{
	background:rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.single_selections .content .overview{
	padding:0 0 0 30px;
    margin-bottom: 30px;
}
@media (max-width:899px) {
	.single_selections .content .overview{
		padding:0;
	}
}
.single_selections .content .counters{
    padding-bottom: 30px;
}
.single_selections .content .counters strong{
	width:50%;
	margin:0 0 15px auto;
	color:#ffffff;
	background: #82b43c;
	flex-flow: column;
}
@media (min-width:1100px) {
	.single_selections .content .counters strong{
		width:70%;
	}
}
.single_selections .content .counters strong em{
	display:block;
	width:100%;
	padding:2px 5px;
	font-weight:700;
	font-size:18px;
}
.single_selections .content .counters strong em.total{
	font-size:30px;
}
.single_selections .content .counters strong span{
	display:block;
	width:100%;
	padding:2px 5px;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
}
.single_selections .content .list{
	overflow:hidden;
	margin:0 -30px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width:599px) {
	.single_selections .content .list{
		margin:0 -15px;
	}
}
.single_selections .content .list .summary{
    line-height: 25px;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	background:#ffffff;
	z-index:10;
	padding:15px;
	font-weight:700;
}
.single_selections .content .list .summary.is_stuck{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:#ffffff;
	z-index:10;
	padding:15px;
}
@media (max-width:899px) {
	.single_selections .content .list .summary{
		text-align:center;
	}
}
.single_selections .content .list .summary strong{
	display:inline-block;
	padding-left:5px;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.single_selections .content .list .summary strong.changed{
	color: #82b43c;

	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}
@media (max-width:899px) {
	.single_selections .content .list .summary button{
		float:none;
		margin-top:10px;
	}
}
.single_selections .content .list .row{
	padding:15px;
}
@media (max-width:599px) {
	.single_selections .content .list .row{
		padding:0;
	}
}
.single_selections .content .list .item{
	margin:15px;
	position:relative;
	z-index:5;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.single_selections .content .list .item:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.single_selections .content .list .item .anchor{
	position:absolute;
	top:-150px;
}
.single_selections .content .list .item .inner{
	padding:15px;
	position:relative;
	overflow:hidden;
}
.single_selections .content .list .item.unchecked .inner:after,
.single_selections .content .list .item.unchecked .inner:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;

	-webkit-transition:all 150ms linear;
	-moz-transition:all 150ms linear;
	transition:all 150ms linear;

	-webkit-border-radius:15px 15px 0 0;
	-moz-border-radius:15px 15px 0 0;
	border-radius:15px 15px 0 0;
}
.single_selections .content .list .item.unchecked .inner:after{
	background:rgba(255, 255, 255, 0.8);
	z-index:100;
}
.single_selections .content .list .item.unchecked .inner:before{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	background-image:url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDkuOCIgaGVpZ2h0PSIxMDkuOCIgdmlld0JveD0iMCAwIDEwOS44IDEwOS44Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MC41cHg7b3BhY2l0eTowLjE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5VbnRpdGxlZC0xPC90aXRsZT48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSIwLjE4IiB5MT0iMC4xOCIgeDI9IjEwOS42MiIgeTI9IjEwOS42MiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjEwOS42MiIgeTE9IjAuMTgiIHgyPSIwLjE4IiB5Mj0iMTA5LjYyIi8+PC9zdmc+');
	z-index:110;
}
.single_selections .content .list .item .inner .thumb{
	margin-bottom:15px;
}
.single_selections .content .list .item .inner .desc{
    line-height: 22px;
}
.single_selections .content .list .item .inner .desc strong{
	display:block;
    font-size: 14px;
    color: #b7b7b7;
	margin-bottom:5px;
}
.single_selections .content .list .item .inner .desc strong span{
	display:inline-block;
    font-size: 12px;
	color:#ffffff;
	background: #82b43c;
	padding:0 7px;
	margin-right:5px;
	font-weight:700;
}
.single_selections .content .list .item .url{
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:5px 15px;
	font-size:12px;
	text-transform:uppercase;
	color:#807e7e;
}
.single_selections .content .list .item .url:hover{
	color:#ffffff;
	background: #82b43c;
}
.single_selections .content .list .item .cost{
	padding:15px;
}
.single_selections .content .list .item .cost strong{
	display:block;
	line-height:30px;
	font-weight:700;
}
.single_selections .content .notice{
	font-size: 12px;
	line-height: 14px;
	color: #b7b7b7;
	margin-top:30px;
}
