.materials-container{
	min-height		: 80px;	
}
.press-materials .materials-container h4{
	font-size		: 22px !important;
	margin			: 20px 0px 20px 0px!important;
}

.material-item{
	width			: 33.333%;
	padding			: 0px 0px 0px 0px;
	display			: inline-block;
	vertical-align	: top;
}
.material-item .padding{
	padding			: 0px 25px 0px 0px;
}
@media (max-width: 1023px){
	.material-item{
		width		: 100%;
	}
	.material-item .padding{
		padding: 0px 0px 0px 0px;
	}
	    
	.press-materials .materials-container h4{
		text-align	: center;
	}
	
}

.material-item.text{
	width			: 14%;
}


.material-item .image-item figure{
	height			: 200px;
}
.material-item.text .image-item figure{
	height			: 180px;
}
.image-item figure img{
	width			: 100%;
	height			: auto;
	
}
.material-item .image-item figure.content-symbol{
	background-size		: 60px 60px;
}


figure.type-zip{
	background-image	: url( ../img/icon_archive.png );
}
figure.type-mp3{
	background-image	: url( ../img/icon_sound.png );
	background-size		: 80px 80px !important;
}
figure.type-mp4, figure.type-mov{
	background-image	: url( ../img/icon_play.png );
	background-size		: 80px 80px !important;
}
figure.type-txt, figure.type-docx, figure.type-doc{
	background-image	: url( ../img/icon_text.png );
	background-size		: 50px 50px !important;
}


/*-----------------------
 External material
-----------------------*/
.external_material_box{
	padding			: 30px;
    /*background-color: rgba( 0,0,0,0.8 );
    color			: white;*/
    text-align		: center;
    font-size: 20px;
    border-radius: 5px;
    margin: 45px 0px 45px 0px;
    border: 1px solid rgba( 0,0,0,0.2 );
    box-shadow: inset 0px 0px 30px rgba( 0,0,0,0.03);

}
.external_material_box a{
	color			: #0d0d0d;
	display			: inline-block;
	padding			: 5px;
}
.external_material_box i{ 
	font-size		: 60px;
	opacity			: 0.8;
	float			: none;
    vertical-align	: middle;
    margin-bottom	: -14px;
    margin-left		: -10px;
}

.press-material-copyright{
	
}