/* Small only */
@media screen and (max-width: 39.9375em) {
	nav#small_screen_menu, 
	#spinner_master_container {
		display: block;
	}
	#large_screen_menu {
		display: none;
	}
	nav#languages {
		right: 70px;
	}
	.art_txt {
		padding: 70px 10px 20px 10px;
	}
	.header_1, .header_2 {	
		height: 300px;
	}
	.slider_container {	
		height: 300px;
	}
	.slider li {
		height: 300px;
	}
	.grid-container {
		padding: 0 10px;
	}
	.news .grid-container {
		padding: 0;
	}
	.bx-wrapper .bx-prev {
		left:10px;
		bottom: auto;
		top: 45px;
	}
	.bx-wrapper .bx-next {
		left:70px;
		bottom: auto;
		top: 45px;
	}
	.bx-wrapper .bx-controls-direction a {
		bottom: 10px;
	}
	.bx-pager {	
		bottom: auto;
		left: 40px;
		top: 30px;
	}
	.art_img {
		height: 300px !important;
	}

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	nav#small_screen_menu, 
	#spinner_master_container {
		display: block;
	}
	#large_screen_menu {
		display: none;
	}
	nav#languages {
		right: 70px;
	}
	.art_txt {
		padding: 70px 30px 30px 30px;
	}
	.header_1, .header_2 {	
		height: 300px;
	}
	.slider_container {	
		height: 300px;
	}
	.slider li {
		height: 300px;
	}
	.grid-container {
		padding: 0 10px;
	}
	.news .grid-container {
		padding: 0;
	}
	.bx-wrapper .bx-prev {
		left:10px;
		bottom: auto;
		top: 45px;
	}
	.bx-wrapper .bx-next {
		left:70px;
		bottom: auto;
		top: 45px;
	}
	.bx-wrapper .bx-controls-direction a {
		bottom: 10px;
	}
	.bx-pager {	
		bottom: auto;
		left: 40px;
		top: 30px;
	}
	.art_img {
		height: 500px !important;
	}
}


/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
		
}