html, body {
	background: #fff;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
h2 {
	font-size: 1.875em;
	font-weight: 300;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
}
body > section {
	width: 100%;
	display: inline-block;
}
.black_wrapper {
	background-color: #040a16;
}
.white_wrapper {
	background: url(../images/white_bg.png) repeat;
}
.blue_wrapper {
	background-color: #242e40;
}
.fiolet_wrapper {
	background-color: #4b5692;
}
.img_responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.wrapper {
	width: 100%;
	display: inline-block;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
.logo {
	float: left;
	margin-top: 0.8em;
}
.menu {
	float: right;
	margin-right: 5px;
}
.menu ul {
	list-style: none;
}
.menu li {
	display: inline-block;
}
.menu a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 42px 7px 35px 7px;
}
.menu li.active a {
	background: #242b47;
	box-shadow: 0px 4px 0px #5767bb;
	-moz-box-shadow: 0px 4px 0px #5767bb;
	-webkit-box-shadow: 0px 4px 0px #5767bb;
}
.navbar {
	background-color: rgba(14,18,22,.7);
	width: 100%;
	min-height: 98px;
	display: inline-block;
	position: fixed;
	top: 0px;
	z-index: 1000;
}
.navbar .container {
	width: 940px;
	overflow: visible;
	position: static;
}
.header {
	display: table;
	width: 100%;
}
.posters {
	position: relative;
	height: 100%;
	background: #000;
}
.posters .prev {
	display: inline-block;
	cursor: pointer;
	width: 31px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 100;
	margin: -27px 0 0 -15px;
}
.posters .next {
	display: inline-block;
	cursor: pointer;
	width: 31px;
	height: 54px;
	position: absolute;
	top: 50%;
	right: 10%;
	z-index: 100;
	margin: -27px 0 0 -15px;
}
.poster_carousel {
	width: 100%;
	display: inline-block;
}
.poster_carousel_item {
	position: relative;
	/*display: inline-block;*/
	width: 100%;
	overflow: hidden;
	float: left;
}
.poster_carousel_item .photo {
	position: absolute;
	z-index: 1;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
}
.poster_carousel_item .photo img {
	position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.poster_pagination {
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 100;
	width: 940px;
	margin-left: -470px;
}
.poster_pagination_item {
	width: 310px;
	height: 245px;
	display: inline-block;
	cursor: pointer;
	text-align: left;
}
.poster_content_block .photo {
	position: relative;
	z-index: 10;
}
.poster_pagination_content {
	background-color: rgba(27,32,61,.7);
	position: absolute;
	width: 270px;
	height: 205px;
	top: 0px;
	left: 0px;
	z-index: 20;
	padding: 20px;
}
.poster_pagination_item.selected .poster_pagination_content {
	background-color: rgba(27,32,61,.5);
}
.poster_pagination_content .title {
	font-size: 36px;
	line-height: 33px;
	font-weight: 300;
	text-transform: uppercase;
}
.poster_pagination_content span {
	display: block;
	font-weight: 300;
	line-height: 1em;
	position: absolute;
	top: 110px;
}
.poster_pagination_content p {
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: 0.3px;
	position: absolute;
	top: 127px;
}
.poster_pagination_content .button {
	position: absolute;
	bottom: 22px;
	margin-left: 2px;
}
.poster_content {
	display: block;
	width: 820px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -410px;
	z-index: 20;
}
.poster_content p {
	font-size: 4.5em;
	line-height: 75px;
	text-transform: uppercase;
	margin-left: 15px;
}
.poster_content .name {
	display: block;
	font-size: 3.75em;
	line-height: 60px;
	font-weight: 300;
	margin: -15px 0 0 15px;
}
.poster_content .player {
	background: rgba(4,10,22,.5);
	display: inline-block;
	margin-top: 68px;
	padding: 5px 10px 2px 10px;
}
.player_music {
	display: inline-block;
}
.player_music span {
	font-size: 16px;
}
.player_music p {
	font-size: 16px;
	margin-left: 0px;
	line-height: 16px;
	text-transform: none;
}
.menu .button_menu {
	display: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	width: 40px;
	height: 25px;
	margin-top: 20px;
	padding-top: 5px;
}
.menu .button_menu .line {
	background: #fff;
	display: block;
	width: 24px;
	height: 4px;
	margin: 3px auto 0;
}
.button {
	-webkit-transition: color 0.2s ease-out 0.1s;
  -moz-transition: color 0.2s ease-out 0.1s;
  -o-transition: color 0.2s ease-out 0.1s;
  transition: color 0.2s ease-out 0.1s;

	-webkit-transition: background 0.2s ease-out 0.1s;
  -moz-transition: background 0.2s ease-out 0.1s;
  -o-transition: background 0.2s ease-out 0.1s;
  transition: background 0.2s ease-out 0.1s;

	border: #fff 2px solid;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 0.75em;
	text-decoration: none;
	text-transform: uppercase;
	padding: .65em 1.15em;
	cursor: pointer;

	position: relative;
}
.button:hover {
	-webkit-transition: color 0.2s ease-out 0.1s;
  -moz-transition: color 0.2s ease-out 0.1s;
  -o-transition: color 0.2s ease-out 0.1s;
  transition: color 0.2s ease-out 0.1s;

	-webkit-transition: background 0.2s ease-out 0.1s;
  -moz-transition: background 0.2s ease-out 0.1s;
  -o-transition: background 0.2s ease-out 0.1s;
  transition: background 0.2s ease-out 0.1s;

	background: #fff;
	color: #000;
}
.container {
	/*padding: 0 20px;*/
	overflow: hidden;
  margin: 0 auto;
  width: 960px;
  position: relative;
  left: 10px;
}
.about_wrapper {
	width: 960px;
	margin: 0 auto -4px;
	overflow: hidden;
	position: relative;
	left: 10px;
}
.about_slider_wrapper {
	display: inline-block;
	width: 505px;
	vertical-align: top;
	position: relative;
	z-index: 100;
}
.about_item {
	width: 100%;
	display: inline-block;
}
.about_item .about_info {
	color: #242e40;
	display: inline-block;
	vertical-align: top;
	width: 505px;
}
.about_item .about_info h2 {
	margin: 30px 0 24px 0;
}
.about_item .about_info p {
	font-size: 0.875em;
	line-height: 1.7em;
	font-weight: 100;
	margin-bottom: 1em;
}
.about_photo {
	display: inline-block;
	width: 400px;
	position: relative;
	left: -80px;
}
.about_pagination {
	position: absolute;
	bottom: 40px;
	left: 0px;
}
.about_pagination a {
	background-color: #a4bcb7;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	margin-right: 15px;
}
.about_pagination a.selected {
	background-color: #58867c;
}
.releases {
	padding-bottom: 10px;
}
.releases .container {
	overflow: visible;
	display: table;
}
.releases .caroufredsel_wrapper {
	padding-bottom: 30px;
}
.item .content .soon {
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}
.item.soon_item .content {
	background-color: #28305A;
}
.item .content {
	background-color: rgba(27,32,61,.7);
	width: 300px;
	height: 300px;
	display: table;
/*	cursor: pointer;*/
	top: 0px;
	left: 0px;
	position: absolute;
/*	z-index: 20;*/
	text-align: center;

	-webkit-transition: background-color 0.2s ease-out 0.1s;
  -moz-transition: background-color 0.2s ease-out 0.1s;
  -o-transition: background-color 0.2s ease-out 0.1s;
  transition: background-color 0.2s ease-out 0.1s;
}
.releases .item .content:hover {
	background-color: rgba(27,32,61, .4);
}
.item .content p {
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  top: 84px;
}
.item .content .player,
.item .content .play {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 170px;
}
.item .links {
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 36px;
	left: 0px;
}
.item .links a {
	margin: 0 3px;
}
.releases .like {
	top: 6px;
}
.like {
	display: inline-block;
	position: relative;
}
.like span {
	font-weight: 800;
	font-size: 0.875em;
	margin-right: 5px;
}
.like .icon {
	background: url(../images/like.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 21px;
	position: relative;
}
.like .icon:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url(../images/like.png) -24px 0 no-repeat;

	-webkit-transition: opacity 0.2s ease-out 0.1s;
  -moz-transition: opacity 0.2s ease-out 0.1s;
  -o-transition: opacity 0.2s ease-out 0.1s;
  transition: opacity 0.2s ease-out 0.1s;
}
.like.active .icon:before {
	opacity: 1;
}
/*.like.active .icon {
	background-position: -24px 0;
}*/
.navigation {
	float: right;
	margin: 33px 20px 0 0;
}
.navigation > div {
	background-image: url(../images/arrows_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	width: 23px;
	height: 40px;
}
.navigation .prev {
	background-position: 0 0;
	margin-right: 44px;
}
.navigation .prev:hover {
	background-position: 0 -40px;
}
.navigation .next {
	background-position: -23px 0;
}
.navigation .next:hover {
	background-position: -23px -40px;
}
.release_details {
	background-color: #242e40;
	display: none;
	width: 890px;
	overflow: hidden;
	padding: 30px 25px 0 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.release_details_title {
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
}
.release_details_title .button > .drop {
	border: solid 2px transparent;
}
.release_details_title h3 {
	float: left;
	margin-top: 2px;
}
.release_details_title .links {
	display: block;
	float: right;
	position: static;
	width: auto;
}
.release_details_title .links .close {
	padding: 8px 21px;
}
.release_details_title .links .share {
	padding: 8px 9px;
	margin-right: 8px;
}
.release_details_title .links .like {
	margin-right: 14px;
}
.release_details .player {
	width: 648px !important;
	margin: 14px 0 10px 0;
	display: inline-block;
}
.release_details .player .mejs-container .mejs-controls .mejs-time-rail {
	width: 480px !important;
}
.release_details .player .mejs-controls .mejs-time-rail .mejs-time-total {
	width: 460px !important;
}
.release_details .player .mejs-player {
	width: 649px !important;
}
.release_details_content {
	overflow: hidden;
	margin-top: 23px;
}
.release_text {
	float: left;
	font-weight: 100;
	width: 365px;
}
.release_text p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
}
.release_text p span {
	display: block;
}
.release_info {
	float: left;
	width: 400px;
	margin: 5px 0 0 92px;
}
.release_info ul {
	list-style: none;
	margin-top: 22px;
}
.release_info li {
	color: #b5b5b5;
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 5px;
}
.press {
	padding-bottom: 40px;
	position: relative;
}
.press .container {
	display: table;
	overflow: visible;
	position: static;
}
.press h2 {
	color: #040a16;
	font-size: 30px;
	margin-top: 31px;
}
.press_content {
	float: left;
	width: 525px;
	margin-top: 23px;
}
.press_item {
	display: inline-block;
	width: 100%;
	margin-bottom: 28px;
}
.press_item .photo {
	float: left;
	margin-top: 8px;
	width: 139px;
	height: 139px;
}
.press_info {
	float: left;
	width: 310px;
	margin-left: 20px;
}
.press_info h3 {
	color: #242e40;
	text-transform: none;
}
.press_info span {
	color: #1fc4a0;
	display: block;
	line-height: 16px;
}
.press_info p {
	color: #242e40;
	font-size: 14px;
	font-weight: 100;
	line-height: 22px;
	margin-top: 12px;
}
.press_info .links {
	margin-top: 34px;
}
.press_info .button {
	border: #abafb3 2px solid;
	color: #777b82;
	margin-right: 15px;
	position: relative;
}
.press_info .button span {
	color: #777b82;
}
.press_info .button:hover {
	background-color: #abafb3;
	color: #fff;
}
.press_info .button:hover span {
	color: #fff;
}
.button > .drop {
	background-color: #fff;
	border: #abafb3 2px solid;
	position: absolute;
	top: 32px;
	left: -2px;
	width: 100%;
	padding-top: 6px;
	z-index:9999;
}
.button > .drop a {
	color: #242e40;
	font-size: 9px;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	line-height: 26px;
	margin-bottom: 4px;
}
.button > .drop a:hover {
	text-decoration: underline;
}
.button > .drop .icon {
	width: 24px;
	height: 24px;
	float: left;
	margin: 0 7px;
}
.press_acticles {
	display: inline-block;
	width: 500px;
}
.press_acticles .caroufredsel_wrapper {
/*	position: ab !important;*/
}
.press_acticles .button > .drop {
	bottom: 32px;
	top: inherit;
}
.sidebar_twitter {
	width: 371px;
	height: 644px;
	float: right;
	margin: 28px 19px 0 0;
}
.press_pagination {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 14px;
}
.press_pagination a {
	margin: 0 10px;
	font-size: 24px;
}
.press_pagination a.selected {
	color: #4b5692;
}
.press_pagination a {
	color: #777b82;
	text-decoration: none;
}
.press_pagination a:hover {
	color: #4b5692;
}
.gallery {
	padding-bottom: 18px;
}
.container .title {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.container .title h2 {
	float: left;
	margin-top: 34px;
}
.container .title h2 a {
	color: #fff;
	text-decoration: none;
}
.container .title h2 a span, .container .title h2 span{
	font-size: 14px;
}
.instagram_slider .item a { text-align: center; }
.instagram_slider .item { margin-bottom: 80px!important; }
.instagram_slider .description { top: 235px!important; right: 40%!important;}
.instagram_slider .item .img_responsive {
	
	margin: auto;
}
.instagram_slider .item div:first-child {
max-height: 225px;
overflow: hidden;
}
.container .title .close {
	float: right;
	margin: 31px 18px 0 0;
	padding: 8px 21px;
}
.slider {
	display: inline-block;
}
.slider .item {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	position: relative;
	margin: 0 16px 55px 0;
}
.gallery .slider .item {
	position: relative;
}
.gallery .slider .item img {
	-webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.gallery .slider .item img:hover {
	opacity: .5;
}
.video .item {
	position: relative;
}
.video .item img {
	-webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.video .item img:hover {
	opacity: .5;
}
.video .item.wait {

}
.slider .description {
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 210px;
}
.slider .description p {
	float: left;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	text-transform: uppercase;
	width: 220px;
}
.slider .description .like {
	float: right;
}
.video {
	padding-bottom: 18px;
}
.play_video {
	background: url(../images/play_video.png) no-repeat;
	display: block;
	width: 45px;
	height: 59px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin: -29.5px 0 0 -22.5px;
}
.donation {
	background-color: #040a16;
}
.donation .container {
	left: 10px;
	overflow: visible;
	display: table;
	padding-bottom: 16px;
}
.donation_form {
	background: #242e40;
	display: none;
	width: 930px;
	overflow: hidden;
	margin-top: -9px;
	padding: 0 0px 40px 10px;
	position: absolute;
	top: 9px;
	z-index: 1000;
}
.donation_form p {
	font-size: 14px;
	margin-bottom: 16px;
}
.donation_form .field_block {
	width: 100%;
	display: inline-block;
}
.donation_form fieldset {
	border: none;
	float: left;
	margin: 0 13px 0 2px;
}
.donation_form .field_item {
	margin-bottom: 14px;
}
.donation_form .input {
	color: #242e40;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	width: 197px;
	height: 37px;
	line-height: 37px;
	padding: 0 14px;
}
.donation_form .textarea {
	color: #242e40;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	width: 403px;
	height: 88px;
	line-height: 37px;
	padding: 0 14px;
	resize: none;
}
.donation_form .input::-webkit-input-placeholder,
.donation_form .textarea::-webkit-input-placeholder { 
  color: #242e40;
}
.donation_form .input:-moz-placeholder,
.donation_form .textarea:-moz-placeholder {
  color: #242e40;
  opacity:  1;
}
.donation_form .input::-moz-placeholder,
.donation_form .textarea::-moz-placeholder {
  color: #242e40;
  opacity:  1;
}
.donation_form .input:-ms-input-placeholder,
.donation_form .textarea:-ms-input-placeholder {
  color: #242e40;
}
.donation_form .send {
	-webkit-transition: color 0.2s ease-out 0.1s;
  -moz-transition: color 0.2s ease-out 0.1s;
  -o-transition: color 0.2s ease-out 0.1s;
  transition: color 0.2s ease-out 0.1s;
	background-color: #5767bb;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	float: left;
	font-size: 12px;
	width: 208px;
	height: 37px;
	text-transform: uppercase;
}
.donation_form .send:hover {
	background: #fff;
	color: #5767bb;
}
.contacts .title h2 {
	color: #242e40;
}
.contacts .container .title {
	margin-bottom: 16px;
}
.employees {
	/* width: 480px; */
	width: 100%;
	float: left;
}
.employee_item {
	float: left;
	width: 190px;
	margin: 0 50px 25px 0;
}
.employee_item .photo {
	display: block;
	width: 119px;
	height: 119px;
}
.employee_item .info {
	color: #242e40;
	font-size: 14px;
	font-weight: 300;
}
.employee_item .info a {
	color: #4b5692;
}
.employee_item .info a:hover {
	text-decoration: none;
}
.employee_item .info strong {
	display: block;
	font-size: 16px;
	margin: 9px 0 5px 0;
}
.employee_item .info p {
	margin-bottom: 5px;
}
.sidebar_vk {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
.footer {
	padding-bottom: 60px;
}
.footer_info {
	float: left;
	margin-top: 20px;
}
.footer_info img {
	margin-bottom: 10px;
}
.footer_info p {
	color: #242e40;
	font-size: 14px;
	margin-bottom: 5px;
}
.footer_info a {
	color: #4b5692;
}
.footer_info a:hover {
	text-decoration: none;
}
.social {
	text-align: right;
	margin: 17px 18px 0 0;
}
.social span {
	color: #242e40;
	text-transform: uppercase;
	display: inline-block;
	line-height: 34px;
	margin-right: 10px;
}
.social a {
	background-image: url(../images/social_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	margin: 0 3px;
}
.social a.vk {
	background-position: 0 0;
}
.social a.fb {
	background-position: -42px 0;
}
.social a.tw {
	background-position: -84px 0;
}
.social a.ph {
	background-position: -126px 0;
}
.social a.youtube {
	background-position: -163px 0;
}

.social a.rutube {
	background-position: -202px 0;
}

.social a.soundcloud {
	background-position: -242px 0;
}

.content_items {
	float: left;
}
.popup_content {
	display: none;
}
.fancybox {
	cursor: pointer;
}
.content_items .item > .content .mejs-container {
	width: 290px !important;
	margin: 0 auto;
}
.poster_content_block {
	position: relative;
}
/*.poster_pagination_item.poster_content_position .poster_pagination_content {
	background-color: rgba(27,32,61,.5);
}*/
.poster_pagination_item.poster_content_position .poster_content_block {
	position: absolute;
	left: 1px;
	top: 0;
	z-index: 22;
}
.poster_pagination_item.poster_content_position .poster_content_block .button_slide {
	display: none;
}
.poster_content_details {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
	width: 630px;
}
.poster_content_details.left {
	right: inherit;
	left: 0px;
}
.poster_content_info {
	background: #242e40;
	display: table;
	width: 590px;
	height: 245px;
	padding: 0 20px;
}
.poster_content_details .button {
	position: absolute;
	top: 15px;
	right: 15px;
}
.poster_content_info p {
	display: table-cell;
	vertical-align: middle;
}
.button_player {
	background-color: rgba(4,10,22,.5);
	background-image: url(../images/play_ico.png); 
	background-position: center center; 
	background-repeat: no-repeat;
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 157px;
	left: 50%;
	margin-left: -22.5px;
}
.item .content .player {
	display: none;
}
.distribution {
	float: left;
	padding-bottom: 40px;
}
.distribution h3 {
	font-size: 20px;
}
.distribution_price {
	float: right;
	margin-right: 20px;
}
.distribution_item {
	float: left;
	width: 140px;
	margin-right: 30px;
}
.distribution_item b {
	display: block;
	font-size: 42px;
	line-height: 70px;
}
.distribution_item p {
	color: #5767bb;
	font-size: 20px;
	line-height: 22px;
}
.distribution_price_item {
	float: left;
	margin-left: 40px;
}
.distribution_price_item span {
	color: #5767bb;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
.distribution_price_item p {
	font-size: 48px;
	font-weight: 800;
	line-height: 70px;
}
.donate {
	display: none;
	background: #242e40;
	width: 930px;
	overflow: hidden;
	padding: 0 0px 40px 10px;
	position: absolute;
	top: 0px;
	z-index: 8900;
}
.donate_table {
	width: 940px;
	overflow: hidden;
}
.donate_thead {
	background: #666d7a;
	overflow: hidden;
	font-size: 20px;
	text-transform: uppercase;
	padding: 6px 0;
	width: 920px;
	margin-bottom: 5px;
}
.donate_thead .name {
	padding-left: 18px;
}
.donate_table .name {
	float: left;
	width: 380px;
}
.donate_thead .name {
	width: 372px;
}
.donate_table .address {
	float: left;
	width: 320px;
	padding-left: 10px;
}
.donate_thead .address {
	padding-left: 0px !important;
}
.donate_table .price {
	float: left;
	width: 180px;
	padding-left: 10px;
}
.donate_tbody {
	display: inline-block;
	width: 920px !important;
	font-size: 18px;
	height: 200px;
	position: relative;
}
.donate_tbody .name {
	font-weight: 300;
}
.donate_tbody .name a {
	color: #fff;
	text-decoration: underline;
}
.donate_tbody .name a:hover {
	text-decoration: none;
}
.donate_tbody .address {
	font-weight: 300;
}
.donate_tbody .price {
	font-weight: bold;
}
.donate_item {
	border-bottom: #666d7a 1px solid;
	display: inline-block;
	padding: 4px 0 12px 0;
	width: 900px;
}
.button > .drop {
	display: none;
}
/*.button:hover > .drop {
	display: block;
}*/
.content_items .button > .drop {
	border: solid 2px transparent;
	z-index: 100;
}
.content_items .button > .drop .icon {
	margin: 0 5px 0 3px;
}
.content_items .button > .drop a {
	font-size: 10px;
	text-align: left;
}



.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
}
.preloader_image {
	width: 60px;
	height: 60px;
	padding: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35px 0 0 -35px;
	background: #fff;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.preloader_image img {
	width: 100%;
	height: auto;
}


.gallery_photos {
	display: none;
}

.download {
	background-image: url(../images/download_ico.png);
	background-repeat: no-repeat;
	background-position: 80px center;
	background-color: #141c2b;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	line-height: 45px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	width: 118px;
	height: 45px;
	text-indent: 12px;
	margin-top: 1px;
	margin-left: -1px;
}
.itunes {
	background-image: url(../images/itunes_ico.png);
	background-repeat: no-repeat;
	background-position: 70px center;
	background-color: #141c2b;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	line-height: 45px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	width: 118px;
	height: 45px;
	text-indent: 12px;
	margin: 1px 0 0 -1px;
}


.poster_content_info .player {
	display: table-cell;
	vertical-align: middle;
	width: 314px !important;
}
.poster_content_info .mejs-container .mejs-controls .mejs-time-rail {
	width: 142px !important;
}
.poster_content_info .download {
	margin-top: 93px;
}
.poster_content_info .itunes {
	margin-top: 93px;
	position: relative;
	left: 4px;
}



.press_details_wrapper {
	background: #242e40;
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
.press_details {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px 60px 20px;
}
.press_details_title {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.press_details_title h2 {
	color: #fff;
	float: left;
}
.press_details_title .button {
	float: right;
	margin-left: 15px;
	margin-top: 30px;
}
.press_details_content {
	overflow: hidden;
}
.press_details_content .photo {
	float: left;
}
.press_description {
	float: left;
	width: 585px;
	margin-left: 30px;
}
.press_description h3 {
	font-size: 24px;
	text-transform: none;
}
.press_description span {
	color: #1fc4a0;
	display: block;
	line-height: 16px;
	margin-bottom: 15px;
}
.press_description p {
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 5px;
}

.donate_finish {
	background: #242e40;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	text-align: center;
	padding: 60px 0;
}
.donate_finish h2 {
	font-size: 70px;
	line-height: 75px;
	font-weight: 600;
}
.donate_finish span {
	display: block;
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
}
.donate_finish p {
	color: #5767bb;
	font-size: 30px;
	font-weight: 300;	
	text-transform: uppercase;
}
.donate_finish .button {
	position: absolute;
	top: 20px;
	right: 20px;
}
.poster_content > .player .mejs-container {
	margin-top: 15px;
}


.video_frame {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	border:1px solid #ccc;
}
.video_frame iframe,
.video_frame object,
.video_frame embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.press_details_title .button > .drop {
	border: transparent 2px solid;
	top: 32px;
	bottom: inherit;
}


.video_slider .item.wait .photo {
	background-color: #28305A;
	display: table;
	width: 300px;
	height: 200px;
	cursor: default;
	text-decoration: none;
	-webkit-transition: background 0.2s ease-out 0.1s;
  -moz-transition: background 0.2s ease-out 0.1s;
  -o-transition: background 0.2s ease-out 0.1s;
  transition: background 0.2s ease-out 0.1s;
}
.video_slider .item.wait .photo:hover {
	background-color: rgba(27,32,61, .7);
}
.video_slider .item.wait .wait_item {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}

.insta { width: 100%; border:none; height:835px; } 

.instagram {
	
	/* background: #f9f9f9; */
/* 	border: #c3c3c3 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
	display: inline-block;
}
.instagram_title {
/* 	background: #040a16;  */
	overflow: hidden;
	height: 33px;
/* 	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px; */
	padding: 0 0px;
	white-space: nowrap;
}
.instagram_title h2 {
	background: url(../images/instagram_icon.png) left center no-repeat;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	line-height: 33px;
	padding-left: 35px;
}
.instagram_content {
	overflow: hidden;
	padding: 15px 0;
	width: 920px;
}
.instagram_item {
    /* background: #fff; */
    /* border-left: #e3e3e3 1px solid; */
    /* border-right: #e3e3e3 1px solid; */
    /* border-bottom: #c3c3c3 1px solid; */
    /* box-shadow: 0px 1px 0px #e4e4e4; */
    /* -moz-box-shadow: 0px 1px 0px #e4e4e4; */
    /* -webkit-box-shadow: 0px 1px 0px #e4e4e4; */
    /* padding: 2px; */
    float: left;
    margin: 0 16px 16px 0;
}
.instagram_item img {
	display: block;
}

.button_itunes {
	display: none;
}

/*Add Pan*/
.donation_form .not_correct {
    outline: 2px solid red;
}

.release_info a { color: #b5b5b5; }
.instagram_title h2 a { color: #fff; }
.metropolis { margin-left: 20px; }
.istar { margin-right: 20px; }

.lang { margin-left: 20px; }
.instagram_title span { text-decoration: none; }
.instagram_title span.posts, .instagram_title span.followers, .instagram_title span.following { margin-left: 2%; }
.instagram_title span span { font-weight: normal; font-size: 13px; }

@media only screen and (max-width: 978px) {
	.instagram_title span.following{ display: none; }
}
@media only screen and (max-width: 768px) {
.instagram_title span.posts  { display: none; }
}

@media only screen and (max-width: 498px) {
.instagram_title span.followers  { display: none; }
}

.employees_text { margin: 0 0 20px 0; color: #242e40; }
.employees_text a { color: #4b5692; }
.album_preview { vertical-align: middle; margin-right: 10px; max-height: 50px; border-radius: 25px; }