.search_container_hotel{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    padding-bottom: 25px!important;
    border-bottom: 1px solid #f4f4f4;
}
.search_item{
	display: inline-block;
	margin-left: 3.5px;
	margin-right: 3.5px;
}
.search_text_input{
	width: 198px;
	height: 38px;
	background: #ededed;
	border-radius: 5px;
	border: 0px;
	padding-left: 9px;
	color: #707172;
}
.search_select{
	width: 257px!important;
}
.search_select .btn-default{
	border: 0px;
}
.search_select .dropdown-toggle {
    padding: 4px;
}
.search_item .filter-projects{
	width: 38px;
    height: 38px;
    padding: 10px;
}
.search_text_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
}
.search_text_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
.search_text_input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}

.img-project-item img{
	border-bottom: 0px;
}

.img-project-item{
	max-height: 285px;
}
.project-title{
	margin: 0px 0 0 0;
}
.blog_title{
	width: 100%;
	padding-top: 17px;
	font-size: 16px;
	font-weight: bold;
	color: #646567;
	line-height: 1.2;
}
.blog_title_underline{
	width: 40%;
	height: 3px;
	background: #5ebb47;
	margin-top: 8px;
	margin-bottom: 8px;
}
.blog_small_desc{
	width: 100%;
	line-height: 1.2;
	font-size: 14px;
	color: #646567;
}
.blog_small_underline{
	width: 70%;
	margin-top: 24px;
	margin-bottom: 9px;
	background: #ebebeb;
	height: 1px;
}
.blog_bottom_info{
	width: 100%;
	overflow: hidden;
	position: relative;	
}
.blog_date{
	color: #369d46;
	font-size: 15px;
	line-height: 0.9;
	width: calc(100% - 20px);
	margin-bottom: 5px;
}
.blog_by{
	color: #646567;
	font-size: 15px;
	line-height: 0.9;
	width: calc(100% - 20px);
}
.blog_arrow{
	width: 9px;
	height: 14px;
	background: url(../../images/blog_arrow.png);
	background-position: left;
	position: absolute;
	right: 0px;
	top: 8px;
}
.project-item:hover .img-project-item img{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.project-item:hover .blog_title{
	color: #369d46;
}
.project-item:hover .blog_arrow{
	background-position: right;
}
.project-item{
	margin: 0 auto 60px auto;
}


@media all and (max-width: 550px){
	.search_container_hotel{
		width: 315px;
		margin: auto!important;
	}
	.search_text_input{
		width: 301px;
		margin-bottom: 13px;
	}
}