/* * { padding: 0; margin: 0; }*/

html, body {
    min-height: 100% !important;
    height: 100%;
}

body {
	font-family: 'Roboto Condensed', sans-serif, arial, times; 
	font-size:14px;
	letter-spacing: 0.15em;	
}

.splash {
	background-color: #B13F3B;
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden; 
	text-align: center;	
	display: none;
}

.splash div.image {
	height: 100%;
	width: 100%;
	position: absolute;	
	z-index: 1;
	top: 100%;
}

.splash div.image img {
	position: absolute;
	margin: 0 50%;
	width: 1920px;
	left: -960px;
}

.splash div.title {
	margin: 0 50%;
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 40px;
	white-space: nowrap;
	width: 300px;
	left: -150px;
	top: 100%;
}

.splash div.subtitle {
	margin: 0 50%;
	z-index: 2;
	position: absolute;
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	width: 300px;
	left: -150px;
	top: 100%;
}

.clear {
	clear: both;
}

.container {
	height:100%;
	width:100%;
}

.header {
	width: 100%;
}

.header div.title {
	margin: 0 auto;
	color: #000;
	font-size: 40px;
	white-space: nowrap;
	width: 300px;
	padding: 40px 0 10px 0;
}

.header div.subtitle {
	margin: 0 auto;
	color: #000;
	font-size: 20px;
	white-space: nowrap;
	width: 235px;
}

.header div.menu {
	margin: 0 auto;
	color: #000;
	font-size: 14px;
	/* width: 600px; */
	width: max-content;
	font-weight: bold;
	padding: 30px;
}

.header div.menu div.item {
	float: left;
	/* width: 100px;*/
	padding-right: 25px;
}


.header div.menu div.item:nth-last-child(2) {
	float: left;
	padding-right: 0px;
}

.header div.menu div.item a {
	color: #7C7B7B;
	text-decoration: none;
}

.header div.menu div.item a:hover {
	color: #B2403D;
	font-weight: bold;
}

.header div.menu div.item.active a {
	color: #B2403D;
	font-weight: bold;
}

.content {
	width: 100%;
}

.content div.left {
	float: left;
	width: 50%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
	min-width: 515px;
}

.content div.left div.page_content {
	border: 2px solid #7C7B7B;
	border-radius: 10px;
	box-sizing: border-box;
	width: 475px;
	height: 100%;
	position: relative;
	float: right;
}

.content div.right {
	float: right;
	width: 50%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
}

.content div.right div.category {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.content_logo {
	margin: 30px;
}

.content_logo img {
	margin: 0 auto;
	display: block;
}

.content_text {
	margin: 10px;
}

.content_text div {
	display: none;
}

.content_text div.show {
	display: block;
}

.content_contact {
	width: 100%;
	margin: 100px 0 20px 0;
}

.content_contact a {
	margin: 0 auto;
    display: block;
    position: relative;
    width: 85px;
    padding: 8px 25px;
    color: #B2403D;
    text-decoration: none;
	border: 1px solid #B2403D;
    border-radius: 5px;
}

.content_contact a:hover {
    background-color: #B2403D;
    color: white;
}

.category_item {
	width: 30%;
	float: left;
	font-size: 11px;
	padding: 10px;
	text-align: center;
	width: 120px;
	height: 120px;
}

.category_item a {
	color: #B2403D;
	text-decoration: none;
}

.category_item a img {
	margin: 0 auto;
	display: block;
}

.category_item:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	font-weight: bold;
}

.category_item.active {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	font-weight: bold;
}

.play, .pause {
	height: 40px;
	width: 40px;
	display: block;
	padding-left: 60px;
	text-decoration: none;
	color: white;
}

.play div, .pause div {
	padding-top: 11px;
	white-space: nowrap;
}

.play {
	background: url(play.png) no-repeat;
	background-size: 40px;
}

.pause {
	background: url(pause.png) no-repeat;
	background-size: 40px;
}

.contacts_left {
	float: left;
	width: 322px;
}

.contacts_middle {
	width: 20%;
	float: left;
	padding: 30px;
}

.contacts_middle div {
	float: right;
	clear: both;
	padding: 20px;
}

.contacts_right {
	width: 20%;
	float: left;
	padding: 30px;
}

.feedback {
	border: 2px solid #7C7B7B;
	border-radius: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 20px;
	min-width: 300px;
}

.feedback input, .feedback textarea {
	width: 100%;
}

.feedback_send {
	padding-top: 30px;
}

.feedback_send a {
	margin: 0 auto;
    display: block;
    position: relative;
    width: 85px;
    padding: 8px 25px;
    color: #B2403D;
    text-decoration: none;
	border: 1px solid #B2403D;
    border-radius: 5px;
}

.feedback_send a:hover {
    background-color: #B2403D;
    color: white;
}

.audio {
	background-color: #B2403D;
	color: white;
}

.partners .center, .gallery .center {
	padding: 40px;
	margin: 0 auto;
	text-align: center;
}

.price {
	padding: 40px;
	margin: 0 auto;
	text-align: center;
}

#priceTable {
	width: 60%;
	margin: 0 auto;
}

#priceTable, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
}

#priceTable th {
	color: white;
	background-color: #4a86e8;
	font-weight: bold;
	font-size: 16px;
}

.audio .center {
	padding: 40px;
	margin: 0 auto;
}


.audio .center h1 {
    text-align: center;
}

.audio .center h4 {
	text-align: left;
    padding: 10px;
}

.partners img, .gallery img {
	padding: 20px;
}

.gallery {
	background-color: #323232;
	color: white;
}

.gallery .author {
	float: right;
}