* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #000000;
	font-family: 'Oranienbaum', Times New Roman, Times, Georgia, serif;
	color: #c2c2c2;
}
a {
	color: #a71918;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #555454;
	text-decoration: underline;
}
p {
	margin: 0 0 24px 0;
	font-size: 11pt;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
img {
	border: none;
}

input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 250px;
}

.logo {
	width: 347px;
	height: 147px;
	margin: 10px 0 0 24px;
	float: left;
}
a.logo {
	display: block;
	width: 347px;
	height: 147px;
	background: transparent url(../images/logo_inside_24.png) no-repeat;
	background-size: contain !important;
}
a.logo:hover {
	background-position: 0;
}

#itunes {
	float: left;
	width: 119px;
	height: 147px;
	margin: 10px 0 0 24px;
}

.itunes {
	width: 119px;
	height: 46px;
	margin: 50px 0 0 0;
}
a.itunes {
	display: block;
	width: 119px;
	height: 46px;
	background: transparent url(../images/itunes.png) no-repeat;
}
a.itunes:hover {
	background-position: 0;
}

#line0 {
	display: block;
	width: 100%;
	height: 4px;
}

#line1 {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); /* IE 5.5+*/
	-moz-opacity: 0.2; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.2; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.2; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
	margin: 0 0 15px 0;
}

#line2 {
	visibility: hidden;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10); /* IE 5.5+*/
	-moz-opacity: 0.1; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.1; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
	margin: 15px 0 0 0;
}

#navigation {
	font-family: 'Oranienbaum', Times New Roman, Times, Georgia, serif;
	font-size: 13pt;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	clear: left;
	line-height: 90%;
	margin: 0 0 0 35px;
}

#navigation ul {
	margin:0px;
	padding:0px;
}

#navigation ul li {
	list-style:none;
	display: inline;
}

#navigation li a {
	color: #8a8a8a;
	text-decoration:none;
	margin: 0 30px 0 0;
}

#navigation li a:hover {
	color: #a71918;
	text-decoration: none;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 98px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 695px;
}

h1 {
	font-family: 'Oranienbaum', Times New Roman, Times, Georgia, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #c9c9c9;
	text-decoration: underline;
	margin: 0 0 10px 0;
}

h2 {
	font-family: 'Oranienbaum',  Times New Roman, Times, Georgia, serif;
	font-size: 13pt;
	font-weight: normal;
	color: #a71918;
	margin: 65px 0 10px 0;
	/*text-decoration: none; 
    display: inline;
    border-bottom-style:dashed; 
    border-bottom-width:1px; */
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 675px;
	margin-left: -100%;
	position: relative;
}

#lcd_padding_machine {
	padding: 0 100px 0 32px;
}

#lcd_padding_machine_bio {
	padding: 0 200px 0 32px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #585858;
	margin: -70px auto 0;
	min-width: 1000px;
	height: 83px;
	position: relative;
}

#copyrights {
	clear: all;
	float: left;
	width: 800px;
	height: 55px;
	padding: 0 0 0 0;
}
#copyright_text {
	padding: 13px 0 0 32px;
}


#lcdesign {
	float: right;
	/*margin-left: 88%;*/
	width: 155px;
	height: 55px;
	padding: 14px 0 0 0;
}


.menu_socials { 
	float: left;
	padding: 0 0 0 32px;
	width: 200px;
	height: 28px;
	margin: 0;
	min-width: 220px !important;
}

#concert {
	height: 28px;
}
#concert_text {
	font-family: 'Oranienbaum', Times New Roman, Times, Georgia, serif;
	color: #a4a4a4;
	font-size: 13pt;
	padding: 2px 0 0 17px;
} 

.facebook {
	float: left;
	width: 26px;
	height: 28px;
	margin-right:5px;
}
a.facebook {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/facebook.png) no-repeat;
}
a.facebook:hover {
	background-position: 0 -28px;
}
.twitter {
	float: left;
	width: 26px;
	height: 28px;
	margin-right:5px;
}
a.twitter {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/twitter.png) no-repeat;
}
a.twitter:hover {
	background-position: 0 -28px;
}
.youtube {
	float: left;
	width: 26px;
	height: 28px;
	margin-right:5px;
}
a.youtube {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/youtube.png) no-repeat;
}
a.youtube:hover {
	background-position: 0 -28px;
}
.google {
	float: left;
	width: 26px;
	height: 28px;
	margin-right:5px;
}
a.google {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/google.png) no-repeat;
}
a.google:hover {
	background-position: 0 -28px;
}
.vk {
	float: left;
	width: 26px;
	height: 28px;
	margin-right:5px;
}
a.vk {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/vk.png) no-repeat;
}
a.vk:hover {
	background-position: 0 -28px;
}
.instagram {
	float: left;
	width: 26px;
	height: 28px;
}
a.instagram {
	display: block;
	width: 26px;
	height: 28px;
	background: transparent url(../images/instagram.png) no-repeat;
}
a.instagram:hover {
	background-position: 0 -28px;
}
a.ok {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background: transparent url(../images/odnoklassniki-icon.png) no-repeat;
	background-size: contain;
	margin: 0 5px 0 0;
}
a.ok:hover {
	opacity: 0.8;
}

#maincontent {
  position: absolute;
  width: 100%;
  height: 97%; 
  top: 0;
  left: 0;
  z-index: 50;
}

.more-link {
  display: none;
}

/*
* Page: Afisha
*/
.tour {
	color: #111;
	cursor: pointer;
	margin-bottom: 15px;
	border-top: 1px solid rgba(0,0,0,0.5);
	padding-top: 5px;

	transition: color 0.25s ease-out 0s;
}

/*
.tour:hover {
	color:#a71918;
}
*/

.tour_link {
	color: currentColor;
	text-decoration: none;
}

.tour_link:hover,
.tour_link:active {
	color: #a71918;
	text-decoration: none;
}

.tour_date {
	display: inline-block;
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	width: 70px;
	border-right: 1px solid rgba(0,0,0,0.5);
	padding-right: 10px;
}
.tour_info {
	display: inline-block;
	vertical-align: top;
	height: 82px;
	max-height: 82px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px 10px;
}
.tour_info span {
	display: block;
}
.tour_time {
	font-size: 20px;
}
.tour_city {
	font-size: 27px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tour_place {

}
.tour_extra {
	margin:5px 0;
	text-shadow:none !important;
}
.tour_image {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.tour_buy_tickets {
	display: inline-block;
	color: #fff;
	background: #a71918;
	text-decoration: none;
    padding: 0.5rem 1.5rem;
	margin: 1rem 0;
	font-size: 1.25rem;
	text-transform: uppercase;
}

.tour_buy_tickets:hover,
.tour_buy_tickets:active {
	text-decoration: none;
	color: #fff;
	background: #d41d1c;
}


.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
