.popup_content{
	display: none;
}
.anim_content{
	width: 25%;
	padding: 5px 10px 0 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.preview_title{
	display: none;
}
.anim_content_1{
	width: calc(100% - 10px);
	padding: 0;
	margin: 0 10px 0 0;
}
.anim_content_1.audio:before{
	content: url("../img/icon_audio_play.png");
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -41px;
}
.anim_content_1 .preview_title{
	display: block;
	font-family: "Helvetica Neue LT Pro", "Arial";
	font-weight: bold;
	font-size: 2.6em;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	position: absolute;
	width: 100%;
	margin-top: -70px;
	padding: 5px 20px;
	box-sizing: border-box;
	bottom: 0;
}
.gal_popup{
	position: relative;
	width: 60%;
	left: 20%;
	top: 50%;
	max-height: 80%;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	overflow-y: auto;
}
.gal_popup audio,
.gal_popup video{
	width: 80%;
	background: #000;
	display: block;
	margin: 0 auto 20px;
}
.gal_popup img{
	max-width: 80%;
	margin: 20px auto 0;
}
.fullscreen_mode_2 .popup_content{
	display: block;
}
.first_title{
	font-family: "dinmedium";
	font-size: 1.6em;
	color: #005d75;
	text-transform: uppercase;
}
.fullscreen_mode_2{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
	opacity: 0;
}
.fullscreen_mode_2.opacity{
	opacity: 1;
}
.fullscreen_mode_2 .btn_close{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	display: none;
}
.fullscreen_mode_2 .btn_close:before{
	font-family: "fontello";
	content: "\e813";
	font-size: 1.2em;
	color: #000;
}