.mobile-only {
	display: none;
}
@media screen and (max-width: 1000px) {
	.mobile-only {
		display: block;
	}
	.desktop-only{
		display: none;
	}
	body {
		margin:0px;
	}
	body#home #content ,
	body#home #all ,
	body #page #content,
	#content,
        #all	{
		width: 100%;
		height: auto;
		font-size: 20px;
	}
	#menu , #topmenu, #logo, #showcase, .right_col, .right-col {
		display:none;
	}
	.article_full_wrapper, .content_wrapper , #content, #page {
		width: 100%;
		position: relative;
		left:0px;
		top:0px;
		padding:0px;
	}
	#page {
		padding-top: 32px;
	}
	.left_col {
		width: 100%;
	}
	body#home {
		height: 100%;
	}
	.article_wrapper{
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#copyright {
		display: none;
	}

	#mobile-copyright {
		display: block;
		text-align: center;
	}
	#mobile_menu { 
		display: block;
		width: 100%;
       		border: solid gray 2px;	       
		position: fixed;
		z-index: 1000;
		top:0px;
		left: 0px;
		background: black;
	}
	.form_form{
		width: 100%;
		padding:0px;
		margin: 10px 0px;
	}

	.article_list {
		height: auto;
		background: #392f20 url('assets/article_bg.png') repeat-x;
	}
	.articles-few .article_list .article_brief ,
	.articles-many .article_list .article_brief {
		height: auto;
	}
	.article_summary {
		height: auto;
	}
	#mobile_menu .menu-toggle {
		display: block;
		background: #444 url(dropdown-orange.png) no-repeat;
		background-position: right;
		padding: 3px;
		padding-right:60px;
	}
	#mobile_menu > ul {
		border-top: solid gray 1px;
	}
	#mobile_menu li {
		background-color: #222;
		border-bottom: solid black 1px;
	}
	.subnav-item , #subnav-6{
		border: solid #333 1px;
		margin: 5px 15px;
		width: 180px;
	}
	.subnav-item a{
		background-image: none !important;
		padding-top: 0px;
		width: 180px;
		height: auto;
	}
	.mobile-diary {
		width: 100%;
	}
	.mobile-diary td {
		padding:5px;
	}
	.mobile-diary	.event-name td {
		border-bottom: solid gray 2px;
	}

	div.eu-cookie-warning{
		margin-top: 40px;
	}
	#accordion_container {
		width: 100%;
		margin-right: 0px;
	}
	.accordion_toggle {
		border-top: solid gray 1px;
		border-bottom: solid gray 1px;
		text-align: center;
		padding: 0px;
		margin: 0px;
	
		background: #444 url(dropdown-orange.png) no-repeat;
		background-position: right;
		padding: 3px;
		padding-right:60px;
		font-size: 1.0em;
		color: #ff6600;
		font-weight: normal;
	}
}
@media screen and (max-width: 800px) {
	.article_wrapper {
		width: 100%;
	}
	.article_brief {
		background: #392f20 url('assets/article_bg.png') repeat-x;
	}
	.articles-few .article_list ,
	.articles-many .article_list {
		width: 100%;
		background: #160c00;
	}
	.article_img , .articles-many .article_list .article_brief ,
	.articles-few .article_list .article_brief {
		float: none;
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.article_img {
		text-align: center;
	}

}
