/* Large desktop */
@media (min-width: 980px) and (max-width: 1200px) {}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
body {
		background: url(/images/main-bg.jpg) black no-repeat;
        background-position-x: center;
		/*background-position-x: 83%;*/
		background-size: 300%;
		background-attachment: fixed;
	}
	.timer {
		display: none;
	}
	footer {
		min-height: auto;
	}
	.footer-top {
		min-height: auto;
	}
	.pogoda {
		display: table;
		float: none;
		margin: 0 auto;
	}
	.NewsSummaryContent iframe {
		width: 380px;
		height: 200px;
	}
}

@media (max-width: 560px) {
	.NewsSummaryContent iframe {
		width: 280px;
		height: 157px;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.copyright {
		height: auto;
	}
	nav ul li a {
		line-height: 40px;
		min-height: 40px;
	}
	nav ul li {
		float: none;
	}
	#vk_groups {
		float: none;
		margin: 0 auto 20px auto;
	}
	.NewsSummaryContent iframe {
		width: 220px;
		height: 110px;
	}
}