@charset "utf-8";

@font-face {
    font-family: 'league_gothicregular';
    src: url('../css/fonts/leaguegothic-regular-webfont.eot');
    src: url('../css/fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/leaguegothic-regular-webfont.woff') format('woff'),
    url('../css/fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
    url('../css/fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CSS Document */
* {
	margin:0;
	padding:0;

}

body{
    font-family: "league_gothicregular";
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
    background: #000 url("../img/body_bg.png") no-repeat top center;
}
html {
	height:100%;
}

h1 {
    font-size: 35px;
    color: #d82c33;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}


/* TYPOGRAPHY */
a{}
a:hover{ text-decoration:none;}
/* END TYPOGRAPHY */
	
header, nav, section, article, aside, footer { display:block;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:before,
.clearfix:after {
  content:'\0020';
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.clearfix:after {
  clear:both;
}
	
.wrapper {
	width:980px;
	margin:0 auto;
}

/* Buttons
-----------------------------------------------------------------------------*/
.btn{
	display:inline-block;
	position:relative;
	overflow:visible;
	vertical-align:middle;
	outline:none;
	border:none;
	cursor:pointer;
	-webkit-appearance:none;
	text-decoration:none;
}
/* Icons
-----------------------------------------------------------------------------*/
.ico{
	display:inline-block;
	vertical-align:middle;
	background:url('../img/icons.png') no-repeat;
	overflow:hidden;
	margin-right:5px;
}
/* Forms
-----------------------------------------------------------------------------*/

::-webkit-input-placeholder {
	color:#84817e;
}
:-moz-placeholder {
	color:#84817e;
}
.placeholder {
	color:#84817e;
}

/* Structures
-----------------------------------------------------------------------------*/

/* Header
-----------------------------------------------------------------------------*/
.header-wp {
    background: url("../img/header_bg.png") repeat-x transparent;
}

#header {
	min-height:50px;
    background: url("../img/header_bg.png") repeat-x transparent;
}

.logo {
    padding: 20px 0 20px 15px;
    float: left;
}

.menu {
    float: right;
    font: 35px "league_gothicregular";
}

.menu ul li {
    display: inline-block;
}

.menu ul li a {
    border-bottom: 6px solid transparent;
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 9px 0;
    margin: 0 0 0 30px;
    line-height: 43px;
}

.logos {
    background: url("../img/logos.png") no-repeat center 110px;
    height: 330px;
}

.social-block {
    background: #000 url("../img/social-block.png") no-repeat top right;
    height: 79px;
}

.menu ul li a:hover, .menu ul li a.active{
    border-bottom: 6px solid #000;
}

.band-text {
    font-size: 23px;
    color: #fff;
    margin: 40px 0;
    text-transform: uppercase;
}

.band-text-small {
    font-size: 23px;
    color: #fff;
    margin: 15px 0;
    text-transform: uppercase;
}

.band-text-title {
    font-size: 23px;
    color: #d82c33;
    margin: 15px 0;
    text-transform: uppercase;
}

.band-text-author.aditional {
    padding: 0 0 80px 0;
    border-bottom: 1px solid #d92e33;
}

.social-block-title {
    padding: 14px;
    float: left;
}

.band-text-author {
    color: #d92e33;
    font-size: 27px;
    text-transform: uppercase;
}

.social-block-btn {
    float: right;
    padding: 23px;
}

.content {
    clear: both;
}

h1.m-title {
    color: #fff;
    text-transform: uppercase;
}

h1.expand {
    margin: 40px 0 20px 0;
}

h1.aditional {
    margin: 30px 0 0 0;
}

h2.aditional {
    margin-right: 10px;
    margin-top: 9px;
    vertical-align: top;
}

.news-block {
    margin:  0 0 50px 0;
}

.block-video {
/*    margin: 40px 0 0 0;*/
}

.main-comtent-wp {
    margin: 20px 0 0 0;
}

.candy-baner {
    margin: 0 0 20px 0;
}

.main-comtent {
    padding: 20px;
    background: #121212;
}

.main-comtent-right {
    width: 300px;
    float: right;
}

.main-comtent-left {
    float: left;
    width: 610px;
}

.social-block-btn a {
    text-decoration: none;
}

.d-i-b {
    display: inline-block;
}

.main-comtent-right-text {
    margin: 5px 0 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;

}

table.gallery {
    width: 100%;
}

table.gallery td {
    width: 33.3%;
    padding: 0 0 20px 0;
}

table.gallery tr {
    margin: 0 0 30px 0;
}

table.gallery td img {
    width: 180px;
}

img {
    max-width: 100%;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin:0 auto;
	height:100px;
	position:relative;
}

.mfp-figure {
    position: relative;
}

.mfp-figure button {
    cursor: pointer!important;
}