@media(max-width: 1100px) {  

	/* footer */
	
	#footermenus .menulist {
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	}
} 

@media(max-width: 1000px) {  
	.photo_option {
		width: 33.33333%;
		color: #fff;
	}
}

  
 
@media(max-width: 980px) {
	
	
	/*header */
	
	.header {
		padding-bottom: 1em;
	}
	
	/* navigation */
	
	ul.navigation {
		margin-top: 16px;
	}
		
	/* home */
	
	#home .spotlight a {
		width: 32.5%;
		font-size: 30px;
	}
	
	#home .spotlight a:before {		
		padding-top: 40%;		
    }
	
	#home .upcoming .el_justify > a {
		width: 19%;		
	}
	
	
	/*#home .upcoming .el_justify > a:nth-last-child(-n+3)*/
	#home .spotlight a:nth-last-child(-n+3)
	 {
		margin-top: 10px;
	}
	
	.slides .slide_info {
		font-size: 100% !important;		
    }	
	
	#home .upcoming .el_justify > a:nth-child(6) {
		display: none;
	}
}  

    
@media(max-width: 880px) {
	
	
	
    /* event list */
    
    .event .prices a {
		margin-top: 1em;
    }
    
    .event .prices img {
		margin-top: 1em;
    }
    
    /* event */
	
	.content.event a.competition {		
		margin-top: 1em;
	}
	
	.content.event .image.responsive_image {
		width: 48%;
	}
	
	.content.event .artists a.image {
		width: 120px;
	}
	
	.content.event .artists a.image img {
		max-width: 100%;
	}
	
	/* footer */
	
	#footermenus .menulist {
		width: 32% !important;
		max-width: none !important;
		margin: 0;		
		padding-left: 24px;
		margin-bottom: 1em;
	}
	
	#footermenus .menulist:nth-child(3n) {
		border-right: none;
	}	
	
}

   
@media(max-width: 780px) { 
	
	.inner {
		padding-left: 18px;
		padding-right: 18px;
	}
	
	/* layout */	
	
	.content.columns .content_left {		
		margin-right: -257px;			
	}
	
	.content.columns .content_left .template_container {
		margin-right: 257px;
	}
	
	.content.columns .content_right {
		width: 257px;	
		padding-left: 18px;	
	}
	
	/* navigation */
	
	ul.navigation > li span {
		margin-right: 1em;
	}
	
	#home .spotlight a {		
		font-size: 4.5vw;
	}
} 

@media (max-width:780px) and (min-width:681px) {
	
	/* calendar */
	
	table.calendar td.calendar-day {
		width: 28px;
		height: 26px;		
	}

	table.calendar td.calendar-day > a {
		width: 27px;
		height: 25px;
		line-height: 25px;
		font-size: 13px;
	}
}	

@media(min-width: 681px) { 

	/* navigation */
	
	ul.navigation > li:hover .subnavigation {
		display: block;
	}	
}
   
@media(max-width: 680px),
(min-device-width: 320px) and (max-device-width: 768px) and (orientation:landscape)  { 
  	
  	.desktop {
		display: none !important;
  	}
  	
  	.mobile {
		display: block !important;
  	}
  	
  	/* layout */	
  	
  	.main.inner {
		padding-left: 0;
		padding-right: 0;
  	}
  	
  	.content_main {
		padding: 0 18px;
  	}
	
	.content.columns .content_left {		
		margin-right: 0;	
		float: none;		
	}
	
	.content.columns .content_left .template_container {
		margin-right: 0;
	}
	
	.content.columns .content_right {
		width: 100%;	
		padding-left: 0;	
		float: none;
		margin-top: 2em;
	}
	
	/* header */
	
	.top {
		padding: 5px 0;
		height: 35px;
	}
	
	.top a {
		margin: 0;
		width: 25%;
		text-align: center;
		float: left;
		font-size: 11px;
		position: relative;
		top: 50%;
		transform: translateY(-50%); 
        -ms-transform: translateY(-50%); 
        -webkit-transform: translateY(-50%);          
		line-height: 110%;
	}
	
	.header {
		
	}
	
	.header .logo {
		margin-left: 18px;
	}
	
	/* navigation */
	
	span.mobile_menu {
		position: absolute;
		right: 18px; 
		top: 13px;	
		cursor: pointer;
		font-size: 52px;
		color: #FE482D;		
	}
	
	ul.navigation {	
		position: absolute;
		width: 100%;
		left: 0; top: 100%;
		margin-top: 0;
		text-align: left;		
		background: rgba(255,255,255,0.8);
		display: none;
	}
	
	ul.navigation > li {
		display: block;
		width: 100%;
		border: 1px solid #282828;		
		background: #fff;
		margin-bottom: 4px;
	}
	
	ul.navigation li:last-of-type {
		margin-bottom: 0;
	}
	
	ul.navigation > li span {
		display: block;
		padding: 9px 18px;
		cursor: pointer;
	}
	
	ul.navigation > li a {
		margin: 0;		
	}
	
	ul.navigation > li .subnavigation {		
		position: relative;
		left: 0;
		background: none;
		color: #282828;
		border: none;
		padding: 0;
		font-size: 90%;
		/* font-family: 'Brandon Grotesque Bold'; */
	}
	
	ul.subnavigation > li {		
		background: #d7d7d7;
		display: block;
		margin-bottom: 4px;
	}
	
	ul.subnavigation > li a {
		display: block;
		width: 100%;
		padding: 9px 36px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	/* home */
		
	#home .upcoming .el_justify > a {
		width: 24%;
	}	
	
	
	#home .upcoming .el_justify > a:nth-child(5) {
		display: none;
	}
	
	/* calendar */
	
	div.calendar {
		width: 100%;
	}
	
	table.calendar {
		width: 100%;
	}
	
	table.calendar td.calendar-day {
		width: 14%;
	}
	
	table.calendar td.calendar-day > a {
		width: 98%;		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
	}	
	
	.list .event {
		font-size: 90% !important;
	}
    
    .box h2 {
		line-height: 120%;
    }
} 

@media(max-width: 640px) {
	
	.form_light div.field label {
		display: block;
		float: none;
		margin-bottom: 5px;
	}	
	
	.form_light div.field > div {
		width: 100%;
	}
	
	/* shop */
	
	.product .image {
		float: none;
	}
	
	.button {
		height: auto;
		line-height: 120%;
		min-height: 20px;
		padding-top: 8px;
	}
	
}
   
@media(max-width: 480px) { 

	#home .spotlight a,
	#home .upcoming .el_justify > a {
		width: 32%;
	}


	#home .spotlight a:nth-child(5),
	#home .spotlight a:nth-child(6),
	#home .upcoming .el_justify > a:nth-child(5),
	#home .upcoming .el_justify > a:nth-child(6) {
		display: inline-block;
	}
	
	#home .upcoming .el_justify > a:nth-last-child(-n+3) {
		margin-top: 10px;
	}
	
	#home .spotlight a:before {		
		padding-top: 60%;		
    }
    
    #footermenus .menulist {
		width: 48% !important;
		padding-left: 0;
    }
    
    #footermenus .menulist:nth-child(2n) {
		border-right: 0 !important;
		padding-left: 24px;
    }
    
    #footermenus .menulist:nth-child(6) {
		border-right: 0 !important;
    }
    
    #footermenus .menulist:nth-child(3) {
		border-right: 1px dotted #e2e2e2 !important;
    }
    
    /* slideshow */
	
	.slideshow::before {	    
	    padding-top: 55%;
	}
	
}

@media(max-width: 420px) { 
	
	
	#content_static table td {
		display: block;
		width: 100%;
	}
	
	#list .box .image, 
	.list .box .image {
		float: none;
	}
	
	.content.event div.image {
		float: none;
	}
	
	/* shop */
	
	#catalog .list .product .description .details .left,
	#catalog .list .product .description .details .right {
		width: 100%;
		border: none;
		padding-left: 0;
	}
	
	#catalog .list .product .description .details .right {
		margin-top: 20px;
	}
}



@media(max-width: 360px) { 
	
	.top a {
		font-size: 9px;
	}
	
	/* slideshow */
	
	.slideshow::before {	    
	    padding-top: 65%;
	}
	
	/* upcoming */
	
	.upcoming .slide_info {
		font-size: 12px;
	}
}
