/* иконка ВКонтакте */

.vk-icon {
    position: fixed;
    bottom: 180px;
    right: 55px;
    width: 48px;
}
.fb-icon {
   position: fixed;
    bottom: 117px;
    right: 55px;
    width: 45px;
}
.inst-icon {
	position: fixed;
    bottom: 50px;
    right: 50px;
	width: 55px;
}
.bounce-in {
    transition-duration: .5s;
}
.bounce-in:active, .bounce-in:focus, .bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36);
}


/* репертуар */

.repertuar {
	width: 100%;
}
.repertuar td {
	width: 33.333%;
	padding: 10px 10px 30px;
	vertical-align: top;
}
.repertuar h4 {
	font-size: 18px;
}
.repertuar img {
	width: 100%;
}


/* кнопка "купить билет" */

.get-ticket {
	border: 2px solid #CB8819;
	width: 200px;
	margin: 30px auto 15px;
	cursor: pointer;
	transition: .5s;
	text-align: center;
	padding: 5px 0;
}
.get-ticket:hover {
	color: white;
	background-color: #CB8819;
}

.press-reliz {
	padding: 0 15px;
	text-align: left;
}
.press-reliz span {
	font-size: 40px;
}
.press-reliz h2 {
	color: black;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
.press-reliz .subtitle {
	text-align: center;
}
