.list_item { width:25%; padding: 0 15px; float: left; display: -webkit-flex; display: -ms-flexbox; display: flex; margin:10px 0 15px 0; position:relative }
.vacanta-hoteluri .list_item { width:50%;}
	/* media screen */

	
		@media screen and ( max-width: 1200px ) 
			{.vacanta-hoteluri .list_item {width: 50%; /* 3 items per row */}
		}

		@media screen and ( max-width: 1050px ) /* 640 */
			{.vacanta-hoteluri .list_item {width: 50%; /* 2 items per row */}
		}
		
		@media screen and ( max-width: 768px ) /* 320 */
			{.vacanta-hoteluri .list_item {width: 100%; /* 1 item per row */	float: none; }
		}
.new-list {width: 100%; overflow: hidden; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;clear:both}


.new-list h4 {
    border-bottom: 3px dotted #ebebeb;
    color: #787876;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0;
    margin: 5px 0;
    padding: 5px 0;
    text-align: center;
}
.recomandare h4  span{
    font-size: 16px !important;
}
.recomandare p {
    font-size: 12px;
}
.full{
	width:100%;
}
.modal-dialog {
    margin: 70px auto;
    width: 77% !important;
}