.download { padding: 0px 5px 15px 5px; display: block;}
a:hover { text-decoration: none; }
.image_well {
	margin:5px 12px 30px 0px;
	float:left;
	width:145px;
	height:145px;
	position: relative;
	overflow: hidden;
}
.content h2 {
	color: #007A85;
	margin: 10px 0px;
	font-size: 18px;
}
.image_well img {
	width:inherit;
	height:inherit;
	margin:0;
	padding:0;
}
.image_well p {
	width:145px;
	margin:0;
	padding:3px 6px;
	background-color: rgba(4, 29, 31, 0.71) ;
	color: #fff;
	position: absolute;
	transition: bottom 0.4s ease-out;
	bottom: -100px;
}
.image_well:hover p {
	transition: 0.4s ease-out;
	bottom: 0;
}
.image_well:hover:before {
	color: #007A85;
}
/*Модальное окно*/
.modal_div {
	width: 440px; 
	height: auto;
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -270px;
	display: none;
	opacity: 0;
	z-index: 1200;
	padding: 30px 40px; 
}
.modal_div .modal_close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 27px;
	cursor: pointer;
	display: block;
	width: 22px;
	height: 22px;
	background: #007A85;
	border-radius: 3px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}

.modal_div .modal_prev, .modal_div .modal_next {
	position: absolute;
	top: 40%;
	font-size: 42px;
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #666;
	font-family: "Arial";
}
.modal_div .modal_prev:hover, .modal_div .modal_next:hover {
	color: #007A85;
}
.modal_div .modal_next {
	right: 20px;
}
.modal_div .modal_prev  {
	left: 20px;
}
.modal_div p {
	width: 70%;
	display: inline-table;
	line-height: 13px;
}
.modal_div .modal_desc {
	padding: 10px 0px 0px 0px;
	min-height: 50px;
}
.modal_div .modal_img {
	padding: 0px;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
	text-align: center;
}
.modal_div .modal_img img { 
	max-width: 100%;
	margin: 0px;
	text-align: center;
}
.modal_div .modal_download {
	color: #666;
	display: inline-table;
	text-align: right;
	width: 27%;
}
.modal_div .modal_download a {
	color: rgb(177,142,65);
}
#overlay {
	z-index: 1100; 
	position: fixed; 
	background-color: #000; 
	opacity: 0.8; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	cursor: pointer;
	display: none;
}




.media-modal .modal_download a {
	color: #D0B373;
}
.media-modal .modal_close {
	font-size: 27px;
	cursor: pointer;
	display: block;
	width: 22px;
	height: 22px;
	background: #007A85;
	border-radius: 3px;
	color: #fff;
	line-height: 19px;
	text-align: center;
	font-weight: bold;
	float: right;
}
.media-modal .modal_prev, .media-modal .modal_next {
	font-size: 42px;
	cursor: pointer;
	font-weight: bold;
	color: #666;
	font-family: "Arial";
	text-align: center;
	padding-top: 20%;
}
.media-modal .modal_prev:hover, .media-modal .modal_next:hover {
	color: #007A85;
}
.media-modal .modal_download {
	color: #666;
	text-align: right;
}
.media-modal .modal-header, .media-modal .modal-footer {
    padding: 10px 10px 0px 0px;
    border: none;
}
.media-modal img {
    width: 100%;
}