.link-btn {position:relative; cursor:pointer; background-color:#5ca; width:100%;background-repeat:no-repeat; background-size:cover;}
.link-btn:hover {box-shadow: 0px 0px 0px 5px #758B21;}
.link-btn h3 {background-color:#758B85; padding:20px 15px; color:#fff; position:relative; top:50%; margin-top:-;}



.wrap {
	margin: 0 auto;
	width: 810px
}

.drop {
	width: 100%;
	height: 300px;
	display: block;
	border: solid #355;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}

.drop h1 {
	background-color: #355;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: sans-serif
}

.drag {
	position: absolute;
	top: 0;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.drag img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0
}

.bottom {
	height: 200px;
	position: relative;
}

.buttons {
}

.small {
	width: 40px;
	height: 40px;
}

.small img {
	width: 100%;
	
}

.tag{
	position: relative;
	top:50px;
	left:100px;
	display:inline-block;
	background:rgba(255,255,255,0.8);
}

.modal-header {

    background: #758B85;
    color: #fff;
}
.close {color: #fff;}

	
@media only screen and (max-height : 768px){
	.drop{height:230px;}
}