
/*
@media (min-width: 576px) {
	DIV.contentNews IMG.preview {
		height: 26vw;
	}
}
*/
@media (min-width: 768px) {
	DIV.contentNews IMG.preview {
		height: 19.5vw;
	}
}
@media(min-width: 1360px) {
	DIV.subheader {
		height: 300px;
	}
	DIV.contentNews IMG.preview {
		height: 275px;
	}
}
@media (min-width: 1370px) {
	DIV.albery-container {
		width: 100%!important;
	}
	DIV.albery-item {
		height: 580px;
	}
}
@media(max-width: 1360px) {
	DIV#main.wrapper {
		border-left: 0;
		border-right: 0;
	}
}
@media(max-width: 1000px) {
	DIV.subheader {
		height: 200px;
	}
	DIV.content.green H3.title {
		flex: 0 0 40%;
	}
	DIV.content.green DIV.text {
		flex: 0 0 60%;
	}
	DIV.content.green INPUT.button {
		margin-top: 0;
	}
}
@media (max-width: 992px) {
	DIV.content.grey DIV.even {
		border-right: none;
	}
}
@media(max-width: 900px) {
	BODY {
		background-size: 900px;
	}
	DIV#header {
		position: fixed;
		z-index: 900;
	}
	DIV#subheader {
		padding-top: 90px;
	}
	DIV#main {
		margin-top: 40px;
	}
	UL.pageMenu LI, UL.pageMenu UL {
		display: none;
	}
	UL.pageMenu.opened {
		padding-left: 25px;
	}
	SPAN.navbar-icon {
		display: block;
	}
}
@media(max-width: 768px) {
	DIV#main {
		margin-top: 90px;
	}
	DIV.subheader SPAN.partial {
		display: inline;
	}
	DIV.headphone {
		height: 80px;
	}
	DIV.flipper SPAN.objectPhotoPreview DIV.note A {
		font-size: 40px;
	}
	DIV.content.green H3.title {
		flex: 0 0 100%;
	}
	DIV.content.green DIV.text {
		flex: 0 0 100%;
	}
	DIV.content.green INPUT#aname , DIV.content.green INPUT#aemail , DIV.content.green INPUT#aphone , DIV.content.green TEXTAREA {
		width: 200px;
	}
	DIV.content.green INPUT:last-of-type {
		width: 100px;
	}
	DIV.content.green INPUT#sendfeedback.button {
		width: 200px;
	}
	DIV#footer DIV.contentLinks {
		background: #707070;
		margin: 0 1% 26px;
		flex: 0 0 48%;
		max-width: 48%;
	}
	IMG.preview, IMG.image {
		margin-left: 0;
		margin-right: 0;
	}
	/* DIV.contentNews IMG.preview {
		height: 59vw;
	} */
	DIV.objectNews IMG.image {
		float: none;
		max-width: 100%;
		margin: 0 auto 10px;
	}
	DIV.objectNews DIV.photoscroll {
		max-width: 100%;
		float: none;
		margin-left: 0;
	}
	DIV.albery-container {
		width: 92vw!important;
		height: 60vw;
	}
	DIV.albery-item {
		width: 92vw;
		height: 60vw;
	}
	DIV.objectNews DIV.note, DIV.objectNews DIV.text {
		background: none;
		margin-left: 0;
		padding-left: 0;
	}
	DIV.text, DIV.content.content.contentPhotoAlbum {
		/* max-width: 92vw; */
		overflow-x: hidden;
	}
	DIV.content.content.contentPhotoAlbum.flipper {
		margin: 0 -15px;
	}
}