/* utils */
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%; 
}

* {
	box-sizing: border-box;
}

/* main styles */
#header {
	border-top: 0;
}

#concert_text {
	display: none;
}

#navigation li a {
	color: #000;
	text-shadow: none;
}

#concert_text_bot {
	color: #000;
	margin: auto;
	padding: 15px 10%;
}

.openclose:before {
	color: #000;
}

.main-container {
	min-height: calc(100vh - 104px);
	border-top: 3px solid #d0403f;
	background: url(../img/home-bg.jpg) #fff no-repeat center;
}

.content-wrap {
	max-width: 1170px;
	padding: 15px;
	margin: auto;
	text-align: right;
}

.content-container {
	display: inline-block;
	max-width: 600px;
	min-width: 280px;
	width: 100%;
	padding: 100px 0;
}

.main-title {
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px;
}

.embed-container {
	border-top: 3px solid #d0403e;
	box-shadow: 0 20px 20px 1px rgba(0,0,0,0.25);
}

.contacts-footer {
	display: none;
	padding: 20px 15px;
    text-align: center;
	margin-top: -4rem;
	background: #fff;
}

@media (max-width: 768px) {

	#concert_text_bot {
		display: none;
	}

	.contacts-footer {
		display: block;
	}

	#navigation {
		background: #fff;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	#navigation ul li a {		
		color: #000;
		text-shadow: none;
	}

	.main-container {
		padding-top: 40vw;
		background-size: 200% auto;
		background-position: 20% -30%;
	}

	.content-wrap {
		text-align: center;
	}

	#header {
		padding: 3px;
	}

}

@media (max-width: 460px) {	
	.main-container {
		background-position: 20% 0;
	}
}