.social-links ul li {
    margin-left: 5px;
}

#busqueda input::-webkit-input-placeholder {
	text-align: center;
}
#busqueda .search-box{
	width: 100%; 
	height: 50px;
	font-size: 20px;
	text-align: center;
	margin-top:2%;
}
#busqueda .search-box:focus{
	border: 1px solid #565656;
	color: #565656;
	outline: none;
}
#busqueda .results{
	min-height: 250px;
}
#busqueda .results .row{
	padding: 30px;
	box-shadow: all;
	border: 1px solid #565656;
	margin-bottom: 15px;
	margin-top: 15px;
	cursor:pointer;
}
#busqueda .results .row:hover{
	color: #fff;
	background-color: #565656;
	-webkit-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: background-color 250ms linear;

}
#busqueda .results a{
	color: inherit;
}
#resultado .video{
	height: 100px;
} 
#busqueda .top-banner{
	height: 100px;
	padding-top: 20px;
}
#resultado .descripcion{
	z-index: 1;
}
.lang-selector a{
	text-decoration: none;
}
.flickity-slider .carousel-cell + .carousel-cell h1{
	color: #000!important;
}
.flickity-slider .carousel-cell + .carousel-cell + .carousel-cell h1{
	color: #fff!important;
}
@media screen and (max-width: 768px) {
	#busqueda .top-banner{
		height: 130px;
		padding-top: 20px;
	}
}
@media (max-width: 767px) {
	#busqueda .top-banner{
		min-height: 200px;
	}
	.navbar .left .navbar-brand {
		margin-left: 21px;
		margin-top: 15px;
	}
	.menu-btn {
		width: 100px;
		padding: 13.5px 37px;
		border-left: 1px solid #e6e6e6;
		cursor: pointer;
	}
	.menu-btn, .nav-margin, .navbar {
		height: 59px;
	}
	.menu{
		top: 59px;
	}
	section#home-proyectos .pryectos-list h3{
		font-size: 21px!important;
	}
	section#main-slider .cell-text h1{
		font-size: 32px;
	}
	.tags ul {
		left: 20px;
	}
	.top-banner{
		min-height: 383px;
		padding-top: 170px;
	}
}