/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 21.07.14 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */

/* @group images */


.float_left .picture,
.float_left_with_clear .picture {
	margin-top: 4px;
	margin-bottom: 20px;
	padding-right: 20px;
}
.float_right .picture,
.float_right_with_clear .picture {
	margin-top: 0px;
	margin-bottom: 10px;
	border-left: 20px solid #fff;
}

.pictures.float_left,
.pictures.float_left_with_clear {
	width: 280px;
	float: left;
}
.pictures.float_right,
.pictures.float_right_with_clear {
	width: 280px;
	float: right;
	background-color: #fff;
}

.pictures.float_left .picture,
.pictures.float_right .picture,
.pictures.float_right_with_clear .picture,
.pictures.float_left_with_clear .picture {
	width: 100%;
	box-sizing: border-box;
}
.pictures.float_left .picture img,
.pictures.float_right .picture img,
.pictures.float_right_with_clear .picture img,
.pictures.float_left_with_clear .picture img {
	display: block;
	width: 100%;
	height: auto;
}

.pictures.gallery {
	width: auto;
	margin-left: -20px;
	
}
.pictures.gallery .picture {
	box-sizing: border-box;
	width: 25%;
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;

}
.pictures.gallery .picture span,
.pictures.gallery .picture a {
	display: block;
}
.pictures.gallery .picture img {
	display: block;
	width: 100%;
	height: auto;
}

.resource_subtitle{
	color: #fff;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	background-color: black;
	opacity: 0.7;
    filter: alpha(opacity=70); 
}

/*AUDIO PLAYER*/
.player {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 300px;
    bottom: 10px;
    width: 95%;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}
 
.button {
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px;
}
 
#play {
    background-position: 6px 5px;
}
 
#pause {
    background-position: -32px 5px;
}
 
#mute {
    background-position: -63px 5px;
}
 
#muted {
    background-position: -106px 5px;
}
 
input[type="range"] {
    width: 250px;
    margin-top: -5px;
}
 
#close {
    float: right;
    background-position: -146px 5px;
    display: none;
}
 
.volume {
    position: absolute;
    height: 100px;
    width: 34px;
    border: 1px solid black;
    background-color: #242323;
    top: -97px;
    display: none;
}
input{
    display:none\9!important;
}
input[type="range"] {
    -webkit-appearance: none;
    border: 1px solid black;
    position: absolute;
    top: 18px;
    display: block;
    width: 63%;
    height: 15px;
 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #242323;
    left: 90px;
 
    -webkit-box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
    box-shadow: inset 0px 4px 4px rgba(0,0,0,.6);
}
 
input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border:1px solid black;
 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #80e4df; /* Old browsers */
background: -webkit-linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%);
 
    background: -moz-linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%);
    background: -o-linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%);
    background: linear-gradient(top, #80e4df 0%, #75dbd6 13%, #5ec4bf 33%, #57bbb6 47%, #419d99 80%, #378f8b 100%); /* W3C */
}

/* @end */