@media only screen 
and (min-device-width : 150px) 
and (max-device-width : 1200px), (max-width : 1200px) {

/*	.scrollback
	{
		display: none;
	}*/

} 

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1040px), (max-width : 1040px) { 
/*	div.top {
		width: 100%;
	}
	div.middle {
		width: 100%;
		padding-left: 1%;
		padding-right: 1%;
		box-sizing: border-box;
	}
	.searchfunction {
		display: none;
	}
	div.main {
		width: 100%;
		padding: 1%;
		box-sizing: border-box;
	}
	div.content {
		width: calc(100% - 414px);
	}
	.newsimgcontainer {
		float: none;
	}
	.bottomnews section {
		border: none;
		padding: 0;
	}
	.bottomnews section .newsitem {
		width: 100%;
		margin: 0 0 15px;
	}
	aside {
		width: 222px;
	}
	aside .box img,
	aside a img {
		width: 100%;
	}*/
}

@media only screen 
and (min-device-width : 150px) 
and (max-device-width : 767px), (max-width : 767px) { 

/*	aside
	{
		display: none;
	}
	.banner.large
	{
		display: none;
	}
	header.upper p.slogan
	{
		display: none;
	}
	header.mainhead
	{
		display: none;
	}
	header.menuhead
	{
		display: none;
	}
	ul.contact 
	{
		display: none;
	}
	footer.sitefooter section
	{
		width: 100%;
		text-align: center;
	}
	div.podcastplayer
	{
		display: none;
	}
	.banner.medium 
	{
		display: none;
	}
	div.bottomnews
	{
		display: none;
	}
	div.content
	{
		width: 100%;
	}
	div.main
	{
		width: 100%;
		padding: 2%;
		box-sizing: border-box;
		-moz-box-sizing:border-box;
	}
	.topnews section img.featuredimage
	{
		width: 100%;
	}
	div.single section img.featuredimage
	{
		width: 100%;
	}
	.topnews section, .newslist section, .single section
	{
		width: 100%;
	}
	div.omp_player
	{
		position: static !important;
		height: 122px !important;
	}
	div.podcastinnerwrapper
	{
		width: 90% !important;
		border-right: none !important;
		margin: auto !important;
		float: none !important;
		height: auto !important;
	}
	div.omp_player div.omp_controls
	{
		margin: auto !important;
		float: none !important;
	}
	div.podwrapper
	{
		display: inline-block !important;
		width: 100% !important;
	}
	header.mobilemenu
	{
		display: block;
	}
	header.mobilehead
	{
		width: 100%;
		display: block;
	}
	.mobilebottomnav
	{
		display: block;
	}
	.newsimgcontainer img
	{
		display: none;
	}
	.textcontent
	{
		width: 100%;
	}
	div.omp_player div.omp_title
	{
		white-space: nowrap !important;
		text-overflow: ellipsis !important;
		overflow: hidden !important;
		text-align: center !important;
	}
	div.omp_player div.omp_progress
	{
		width: 60% !important;
		margin-left: 22% !important;
		display: none !important;
	}
	div.omp_player div.omp_controls button.omp_button
	{
		border-bottom: 1px solid #efefef !important;
		width: 33.3% !important;
	}
	.omp_duration
	{
		top: 20px !important;
		right: 30% !important;
	}
	div.omp_player span.omp_current_time
	{
		left: 25% !important;
		top: 20px !important;
	}
	div.peoplewrapper .newsitem
	{
		border: 1px solid #efefef;
		width: 100%;
		margin-left: 0;
		margin-bottom: 25px;
		padding: 10px;
		box-sizing: border-box;
		-moz-box-sizing:border-box;
	}
	div.peoplewrapper .newsitem img
	{
		width: 100%;
	}
	a.prevchapter, a.nextchapter
	{
		display: none;
	}
	.chapternavigation
	{
		width: 100%;
	}
	.utilizechap.print
	{
		display: none;
	} 
	.box.faq
	{
		width: 100%;
		float: none;
	}
	h3
	{
		font-size: 30px;
	}
	#commentform p label
	{
		font-size: 12px;
	}
	div.top
	{
		width: 100%;
	}
	.scrollback
	{
		display: none;
	}

    .front-three-items .full .text-content {
        width: 100%;
    }
    .topnews section.half {
        width: 100%;
        float: none;
    }
    div.box.ad {
        max-width: 100%;
        overflow: hidden;
    }
    div.box.ad img {
        width: 100% !important;
        height: auto !important;
    }*/
}
