/*RELEASES*/
#releases--wrapper {

}

.releases-full {
	width: 100%;
	height: auto;
	position: relative;
    margin: 0;
    left: 0;
    display: inline-block;
    margin-bottom: 300px;
}

.release--wrapper {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.release--holder {
	width: 50%; 
	min-width: 500px;
	min-height: 300px; 
	position: relative; 
	float: left; 
	transition: 1s;
	display: inline-block;
	margin: 0 0 40px 0;
}
.release--content {

}

.release--holder.active {
	width: 100%;
}

.release--holder img {
	max-width: 300px;
	position: relative;
	float: left;
	margin-right: 10px;
}

.release--info, .release--download {
	margin-top: 30px;
	-webkit-padding-start: 0px;

}

.release--info li, .release--download li {
	max-width: 225px;
	margin: 0 60px 30px 0;
	display: inline-block;
}

.release--download {
	position: relative;
	bottom: 0;
}

li.release--holder.active {
	width: 50%;
	height: auto;
	padding-bottom: 20px;
}

#releases-menu {
	width: 100%; 
	position: relative; 
	margin-bottom: 25px;
}

#releases-menu--holder {
	margin: 0; 
	padding-bottom: 18px;
}

.releases--table {
	margin: 40px 0 0 -50px; 
	border-spacing: 50px 1px;
}

.table-content td {
	border-spacing: 0px;
}

.releases--head {
/*	position: relative;
	float: left;*/
	margin-right: auto;
	text-indent: 0px !important;
	cursor: pointer;
}

.hidden {
	display: none;
}

.shown {
	display: block;
}

@media
(max-width: 400px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 400px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (                max-resolution: 192dpi) and (max-width: 400px),
only screen and (                max-resolution: 2dppx)  and (max-width: 400px) {

	.release--holder {
		min-width: 200px !important;
		min-height: 200px !important; 
		
	}

	.release--holder img {
		
		margin-bottom: 10px !important;
	}

}

@media
(max-width: 850px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 850px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (                max-resolution: 192dpi) and (max-width: 850px),
only screen and (                max-resolution: 2dppx)  and (max-width: 850px) {

	.release--holder {
		width: 100%; 
		min-width: 500px;
		min-height: 300px; 
		position: relative; 
		float: left; 
		transition: 1s;
		display: inline-block;
		margin: 0 0 40px 0;
	}

	.release--holder img {
		width: 100%;
		max-width: 100%;
		position: relative;
		float: left;
		margin-bottom: 20px;
	}

	li.release--holder.active {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}

	.releases--head {
		text-align: center;
	}

}