

@media screen and (min-width: 768px) {
	.result-title {
		font-size: 30px;
		font-size: 3rem;
	}
	.event-carousel .owl-controls {
		position: absolute;
		top: -80px;
		right: 0;
	}
	/* SHOW EVENTS */
	article .fade-layer {
		position: absolute;
		display: block;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 82px;
		background-repeat: repeat-x;
		background-position: 0 0;
	}

	article .other .fade-layer {
		transition: display 1s;
		z-index: 1;
	}

	article:hover .other .fade-layer {
		display: none;
	}

	.header-page-bg {
		min-width: 1800px;
	}
	.breadcrumb {
		margin: 0 0 35px;
	}
	.gallery-carousel,
	.object-open aside {
		margin-bottom: 60px;
		margin-top: 20px;
	}
	.social-plugin,
	.object-open > h1 {
		margin-bottom: 30px;	
	}


	/* FILTERS */
	.filter-options h2 {       
	}
	.filter-header {
		padding: 20px 30px 0 30px;
	}
	.filter-options .filters {
		padding: 0 30px 30px;
	}

	.show-page .filter-box form {
		background: #ffffff;
		min-height: 310px;
	}

}

