@media screen and (min-width: 1199px) {

	/* Container block 1 */
	.container-fluid-block1 .max-width {
	  max-width: 800px;
	}

	/* Container block 2 info */
	.container-fluid-block2-info .max-width {
	  padding-bottom: 60px;
	}

	/* Std page */
	.content iframe {
	  height: 600px;
	}

	/* Search page */
	.search-wrapper {
	  max-width: 60%;
	}

	/* Event */
	.inner-event {
		max-width: 500px;
	}

	/* Footer */
	.newsletter-wrap-col {
	  height: 250px;
	}

	.content__banner--container {
		display: block;
	}

	.content--banner {
	}

	.banner__sidebar--container {
		width: 280px;
		height: 600px;
		position: absolute;
    	right: 100px;
    	top: 60px;
    	display: inherit;
	}
	
	@media screen and (max-width: 1460px) { 
		.banner__sidebar--container {
			right: 20px;
		}
	}
	
	@media screen and (max-width: 1320px) { 
		.banner__sidebar--container {
			right: 0px;
		}
	}
	
	@media screen and (max-width: 1290px) { 
		.banner__sidebar--container {
			width: 240px;
		height: 520px;
		}
	}

	.sticky {
		position: fixed;
		z-index: 8999;
		top: 143px;
	}
	
	.sticky_bottom {
		top: auto;
		bottom: 40px;
		position: absolute;
	}

}