.gallery-search {
	margin-bottom: 10px;
}

.gallery-search .input-group-addon {
	background: none;
	border: none;
	padding: 0;
}
.gallery-search .fa-search {
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.gallery-search .input-group-addon select {
	border-right: none;
	min-width: 80px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.gallery-search .input-group-addon button {
	border-left: none;
	border-radius: 0;
	background: #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


.gallery .thum_area .thumbnail-image {
	transition: transform 0.3s ease-out;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(images/default_image_1200x800.jpg);
}

.gallery .thum_area .thumbnail-image:hover {
	transform: scale(1.10);
}

.gallery .thum_area a {
	display: block;
	position: relative;
}

.gallery .thum_area {
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}

.gallery .cont_area {
	margin-bottom: 15px;
}

.gallery .cont_area .title {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}

.gallery .cont_area .more_info {
	color: #999;
	font-weight: 200;
}

.gallery .cont_area .more_info span:not(:last-child) {
	margin-right: 10px;
}

.gallery .cont_area .more_info span:before {
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	padding-right: 5px;
}

.gallery .cont_area .more_info .author:before {
	content: "\f007";
}

.gallery .cont_area .more_info .creat_at:before {
	content: "\f017";
}

.gallery .cont_area .more_info .view:before {
	content: "\f06e";
}
