@media only screen and (max-width : 1200px) {

	
}
@media only screen and (max-width : 991px) {
	h2.h2_big{
		font-size: 150px;
	}
	h3{
		font-size: 19px;
	}
	.btn{
		font-size: 18px;
	}
	header{
		min-height: 1px;
		background-position: center 60px;
	}
	.header_top .info{
		margin-top: 25px;
	}
	.header_main{
		padding-top: 350px;
	}
	.header_main .logos{
		text-align: center;
	}
	.header_main .logos li{
		margin: 0 10px;
	}
	section{
		margin: 0 !important;
	}
	.s_photo{
		padding: 40px 0;
	}
	.s_photo .item{
		margin: 40px 0 0 !important;
	}
	.s_photo .item .img,
	.s_photo .center{
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	.s_photo .item .img{
		margin-bottom: 40px;
	}
	.s_photo h3,
	.s_photo p{
		text-align: left;
	}
	.s_photo .item:first-child .img{
		max-width: 160px;
	}
	.s_photo .img img{
		max-width: 100%
	}
	.s_photo .img:not(.bg_none)::before{
		top: 10px;
		left: 10px;
	}
	.s_photo .img_left .img{
		position: relative;
	}
	.s_photo .center{
		display: block;
		height: auto !important;
	}
	.s_photo .text_left{
		padding: 0;
	}
	.s_warm_up .wrap{
		padding: 80px 0;
	}
	.s_warm_up h2{
		max-width: 500px;
	}
	.s_warm_up .text{
		position: relative;
		top: 0;
		left: 0;
		margin: 70px auto 0;
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-o-transform:translate(0,0);
		transform:translate(0,0);
		max-width: 300px;
		text-align: center;
	}
	.s_player{
		padding-top: 10px;
	}
	.s_player li{
		margin-left: 0;
		margin-right: 0;
	}
	.s_tickets .scena{
		background-image: url(../img/bg/bg_tickets_scena2.png);
		-webkit-background-size: 300px;
		background-size: 300px;
		max-width: 300px;
		min-height: 680px;
		margin: 0 auto;
	}
	.s_tickets .scena .block .hover{
		-moz-transform: translate(-50%,-50%) rotate(90deg);
		-ms-transform: translate(-50%,-50%) rotate(90deg);
		-webkit-transform: translate(-50%,-50%) rotate(90deg);
		-o-transform:translate(-50%,-50%) rotate(90deg);
		transform:translate(-50%,-50%) rotate(90deg);
	}
	.s_tickets .scena .main{
		top: 345px;
		right: 65px;
		width: 160px;
		height: 220px;
	}
	.s_tickets .scena .slam{
		width: 75px;
		height: 110px;
	}
	.s_tickets .scena .slam.slam1 {
		top: 220px;
		left: 160px;
	}
	.s_tickets .scena .slam.slam2 {
		top: 220px;
		left: 75px;
	}
	.s_tickets .scena .seat{
		top: 220px;
		left: 265px;
		width: 23px;
		height: 222px;
	}
	.s_tickets .scena .lounge{
		bottom: auto;
		top: 220px;
		left: 22px;
		width: 22px;
		height: 115px;
	}
	.s_tickets .item,
	.s_tickets .info{
		margin-top: 50px;
	}
	.s_tickets .info{
		margin-left: auto;
		margin-right: auto;
	}
	.s_tickets .info p br{
		display: none;
	}
	.s_offline{
		padding: 30px 0 140px;
		-webkit-background-size: 600px;
		background-size: 600px;
	}
	.s_offline .img{
		display: none;
	}
	footer{
		font-size: 12px;
	}

	
}

@media only screen and (max-width : 768px) {
	h2{
		font-size: 30px;
	}
	h2.h2_big{
		font-size: 91px;
	}
	header{
		background-position: center 140px;
		-webkit-background-size: 1000px;
		background-size: 1000px;
	}
	.header_main{
		padding-top: 250px;
	}
	.s_warm_up .wrap{
		display: block;
		padding: 60px 0 40px;
	}
	.s_warm_up h2.h2_big{
		max-width: 300px;
		left: 15px;
	}
	.s_warm_up .wrap .img{
		float: right;
		font-size: 17px;
	}
	.s_warm_up .img .center{
		width: 170px;
		height: 175px;
	}
	.s_offline .wrap{
		margin-top: 0;
	}
	.s_offline .item{
		max-width: 300px;
		margin: 30px auto 0;
	}
	.s_offline{
		-webkit-background-size: contain;
		background-size: contain;
	}
	.timer .label{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.timer .number-wrapper {
		margin: 0 3px;
	}
	.timer .number {
		width: 69px;
		height: 72px;
		line-height: 70px;
		font-size: 35px;
	}
	.timer .number::before{
		height: 1px;
	}
	.timer .number::after{
		height: 10px;
		margin-top: -5px;
	}
	.timer .caption{
		top: 50px;
		font-size: 8px;
	}
	.s_timer .btn{
		margin-top: 30px;
	}
	.s_timer .logos li{
		max-width: 100px;
	}
	footer,
	footer .logo{
		text-align: center;
	}
	footer{
		padding: 15px 0;
		font-size: 11px;
	}
	footer p.copy{
		margin: 10px 0;
	}
}

@media only screen and (max-width : 480px) {
	body{
		font-size: 14px;
	}
	h2{
		font-size: 24px;
	}
	header{
		-webkit-background-size: 800px;
		background-size: 800px;
	}
	.btn{
		font-size: 16px;
	}
	.header_top .date{
		font-size: 33px;
	}
	.header_top .location{
		font-size: 12px;
	}
	.header_main{
		padding-top: 220px;
	}
	.s_player .audio{
		padding-top: 320px;
		-webkit-background-size: 500px;
		background-size: 500px;
	}
	.s_player li{
		font-size: 13px;
	}
}
@media only screen and (max-width : 320px) {

}
@media only screen and (min-width : 768px) {

}
@media only screen and (min-width : 992px) {
	.s_photo .img:not(.bg_none)::before{
		min-width:620px;
	}
	.s_photo .btn{
		font-size: 18px;
	}
	.s_timer .btn{
		font-size: 18px;
	}
}
@media only screen and (min-width : 1200px) {
	.container{
		width: 970px;
	}
}
