#search{
	width: 800px;
	margin: 20px auto 0;
}
#search > form{
	margin: 40px 0 20px;
	position: relative;
}
#searchKeywords{
	font-size: 2.2rem;
	line-height: 2.4rem;
	font-weight: 400;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #dedfe2;
	background: url('/images/Search-01.svg') no-repeat 0 20px/20px 20px;
	padding-left: 30px;
	box-sizing: border-box;
}
#searchKeywords + .clear{
	background: url('/images/Delete_Text-01.svg') no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 22px;
	right: 20px;
	display: none;
}
#search .total{
	text-align: center;
	margin-bottom: 35px;
}
#search .total > span{
	color: #757575;
}
#search .total .loader{
	display: none;
}
#search .total .loader p{
	margin-bottom: 5px;
}
#search .total .loader.loading{
	display: block;
}
#search .total .loader.loading + p{
	display: none;
}
#search .orderBy{
	float: right;
	position: relative;
	top: 3px;
}
#search .orderBy.tabs, #apply + label.cancel{
	display: none;
}
#apply + label.cancel{
	color: #c51111;
	text-align: center;
}
#apply + label.cancel span{
	background: url('/images/Delete_Text-01.svg') no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: 10px;
}
#search .orderBy.select > div{
	display: inline-block;
	background-color: #fff;
	position: relative;
	border: 1px solid #c8c8c8;
	border-radius: 0.1875rem;
	width: 145px;
	cursor: pointer;
}
#search .orderBy.select > div:after{
	content: "";
	border-left: 0.1875rem solid transparent;
	border-right: 0.1875rem solid transparent;
	border-top: 0.4375rem solid #56565b;
	margin-left: 0.3125rem;
	position: absolute;
	top: 12px;
	right: 8px;
	cursor: pointer;
	pointer-events: none;
}
#search .orderBy.select select{
	width: 100%;
	height: 30px;
	background: transparent;
	border: 0;
	padding: 1px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
#filters{
	display: inline-block;
}
#filters .filterBy{
	display: none;
	position: absolute;
	border: 1px solid #c8c8c8;
	background-color: #fff;
	padding: 20px;
	width: 400px;
	text-align: left;
	font-size: 0;
}
#filters .filterBy ul > label{
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
#filters .filterBy ul{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
#filters .filterBy ul:first-of-type{
	padding-right: 5px;
}
#filters .filterBy ul:last-of-type{
	padding-left: 5px;
}
#filters .filterBy li{
	margin-bottom: 10px;
	font-size: 1.2rem;
}
#filters .filterBy li label input{
	margin-right: 10px;
}
#apply{
	margin: 15px auto 0;
	font-size: 1rem;
}
#filters > button{
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 600;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
}
#filters > button:before{
	content: "";
	background-image: url(/images/Filtros.svg);
	background-size: cover;
	width: 20px;
	height: 13px;
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
}
#results{
	padding-bottom: 60px;
}
#searchResults li{
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
	display: block;
	min-height: 179px;
}
#searchResults li:last-of-type{
	border-bottom: none;
}
#searchResults li .img{
	width: 180px;
	height: 139px;
	background-size: cover;
}
#searchResults li .content{
	padding-left: 20px;
	width: 71.791%;
}
#searchResults li .img, #searchResults li .content{
	display: inline-block;
	vertical-align: top;
}
#searchResults h3{
	margin-bottom: 4px;
}
#searchResults .category a{
	text-transform: uppercase;
	color: #c51111;
	display: inline-block;
	margin: 10px 0 4px;
}
#searchResults .author{
	font-size: .8rem;
	font-weight: 500;
	color: #c51111;
	margin-right: 10px;
}
#searchResults time{
	font-size: .8rem;
	font-weight: 500;
	color: #757575;
}
#loadMore{
	margin: 10px auto 20px;
}
p.no_suggestions{
	padding: 75px 0;
	text-align: center;
}
/* Publicidad */
.leaderboard{
	text-align: center;
}
.leaderboard > div{
	padding-bottom: 20px;
}
.adbox{
	vertical-align: top;
	width: 50%;
	display: none;
	padding-bottom: 60px;
}
div.ads_top .adbox:nth-of-type(2),
div.ads_bottom .adbox:nth-of-type(2){
	margin-right: -4px;
}
.adbox > div{
	width: 300px;
}
div.ads_top .adbox:nth-of-type(2) > div,
div.ads_bottom .adbox:nth-of-type(2) > div{
	float: right;
	margin-right: 15px;
}
div.ads_top .adbox:last-of-type > div,
div.ads_bottom .adbox:last-of-type > div{
	float: left;
	margin-left: 15px;
}

@media screen and (max-width: 939px){
	#search{
		width: 100%;
		padding: 20px 30px 0;
	}
	#searchResults li{
		min-height: 156px;
	}
	#searchResults li .img{
		width: 150px;
		height: 115px;
	}
	#search .total, #search .orderBy{
		font-size: 1.1rem;
	}
	#results {
	    padding-bottom: 40px;
	}
	.adbox{
		display: inline-block;
	}
}
/* Publicidad */
@media screen and (max-width: 700px){
	.adbox{
		width: 100%;
		text-align: center;
	}
	.adbox > div{
		float: none !important;
		margin: 0 auto !important;
	}
	div.ads_top .adbox:last-of-type, div.ads_bottom .adbox:last-of-type{
		display: none;
	}
}

@media screen and (max-width: 639px){
	#search{
		padding: 0 20px;
	}
	#searchKeywords{
		font-size: 1.6rem;
	}
	#filters, #search .orderBy.tabs{
		display: block;
		text-align: center;
		float: none;
	}
	#filters .filterBy{
		border: none;
		position: relative;
		width: 100%;
		margin-bottom: 20px;
	}
	#filters, #filters .filterBy ul:first-of-type{
		margin-bottom: 20px;
	}
	#filters .filterBy ul, #apply + label.cancel{
		display: block;
		width: 100%;
		padding: 0 !important;
	}
	#apply + label.cancel{
		text-align: center;
		font-size: 1rem;
	}
	#filters .filterBy ul > label{
		font-weight: 600;
	}
	#filters .filterBy li{
		font-size: 1rem;
		line-height: 1.8rem;
		margin-bottom: 8px;
	}
	#apply{
		margin-top: 10px;
		margin-bottom: 15px;
		max-height: 55px;
	}
	#search .orderBy.tabs{
		font-size: 1rem;
		font-weight: 500;
		text-transform: uppercase;
	}
	#search .orderBy.tabs > label{
		width: 50%;
		display: inline-block;
		padding-bottom: 8px;
		border-bottom: 2px solid #dedfe2;
	}
	#search .orderBy.tabs > label.active{
		border-bottom: 4px solid #757575;
		position: relative;
	}
	#search .total, #search .orderBy.select{
		display: none;
	}
	#searchResults li{
	    min-height: 117px;
	}
	#searchResults li .img{
		width: 75px;
		height: 75px;
	}
	#searchResults h3{
		font-size: 1rem;
		line-height: 1.4rem;
	}
	#searchResults .category a{
		margin-top: 0;
	}
}