

/* Start:/bitrix/templates/onibaku/components/bitrix/news.detail/online/style.css?14604174826390*/
/* RELEASE MAIN*/

#release_main_title {
	margin-left: -1.1em;
    margin-right: -1.1em;
    background-color: #ddd;
    padding: 0.4em 1em;
    margin-bottom: 1em;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 3px;
    text-shadow: none;
}

#release_main_title span {
	font-weight: 700;
    font-size: 17pt;
    font-size: 1.18vw;
}

#release_main_poster {
	width: 37%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 56%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    display: inline-block;
	margin-right: 1%;
}


#release_main_data {
	display: inline-block;
	vertical-align: top;
	width: 40%;
}

#release_main_data_wide {
	display: inline-block;
	vertical-align: top;
	width: 61%;
}

#release_main_media {
	display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 21%;
}

#release_main_media img {
    width: 100%;
	display: block;
}

#release_main_media div {
	width: 80%;
    display: inline-block;
    text-align: left;
    font-size: 10pt;
    font-size: 0.7vw;
}

#release_favorite {
	float: right;
}

#release_edit {
	float: right;
	margin-right: 1em;
}

#release_edit .button_black {
display: table-cell;
}

.release_reln {	
	margin-bottom: 5px;
    font-size: 0.9em;
}

.release_reln span {
	display:inline-block;
}

.release_reln span:nth-child(1) {
	text-transform: uppercase;
	font-weight: 600;
	min-width: 22%;
	vertical-align: top;;
}

#release_main_data_wide .release_reln span:nth-child(1){
	min-width: 15%;
}

.release_reln span:nth-child(2) {
	font-weight: 100;
	max-width: 78%
}

.release_detail_text {
	font-weight: 100;
    text-align: justify;    
    overflow: hidden;
    position: relative;
    padding-right: 1em;
}

.release_detail_text_oy {
	overflow-y: scroll;
	max-height: 16em;
}

.release_screenshot {
	width: 80%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 45%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    display: inline-block;
    margin: 2% 0;
}

.div_poster {
	width: 37%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 56%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    display: inline-block;
}

@media screen and (max-width: 1562px) {
     .release_reln { font-size: 1vw; }
	 #release_main_title span {  font-size: 1.5vw; }
   }

@media screen and (max-width: 1155px) {
     #release_main_media { width: 20%; }
}

/* RELEASE EXTRA */

.content_extra {
    width: 102%;
    margin-top: 1.2%;
}

.cb_release_left {
    width: 37.25%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	float:left;
}

.cb_release_left .content_block {
	padding: 2.5%;
	text-align: left;
}

.cb_release_left .release_reln, .cb_release_right .release_reln {
	text-align: left;
	margin-left: -1.1em;
    margin-right: -1.1em;
    background-color: #ddd;
    padding: 0.4em 1em;
    margin-bottom: 1em;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 3px;
    text-shadow: none;
}

.cb_release_left .content_block:nth-child(n+1) {
	margin-bottom: 3.5%;
}

.cb_release_right {
    width: 61.5%;;
	display: inline-block;
	text-align: left;	
	vertical-align: top;
	float:right;
}

.cb_release_right .content_block {
	padding: 1.5%;
}

.cb_release_right .content_block:nth-child(n+1) {
	margin-bottom: 2.3%;
}

.release_extra_unit {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
}

.release_extra_unit:nth-child(3n+1) {
	margin-right: 0;
}

.release_extra_unit:nth-child(2) {
	margin-left: 1%;
}

.release_extra_unit p{
	font-size: 8.5pt;
    font-size: 0.7em;
    text-align: center;
    padding: 4px 0;
}

.release_extra_poster {
	width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 150%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    display: inline-block;
}

#release_add_block {
float: right;
margin-right: 0.5em;
}

#release_torrents {
	margin-top: 10px;
}

.release_torrent {
	width: 100%;
	min-height: 50px;
	line-height: 1.4em;
	text-align: right;
    vertical-align: middle;
	border-top: 2px solid grey;
    padding: 0.5em 0;
}

.release_torrent:last-child {
	border-bottom: 2px solid grey;
}

.release_torrent div {
	display: inline-block;
	vertical-align: middle;
}

.release_torrent .button {
	padding: 5px 20px;
    padding: 5% 20%;
}

.release_torrent_name {
	padding: 0;
    font-weight: 600;
	float: left;
}

.release_torrent_date {
	font-weight: 400;
    font-style: italic;
}

div.release_torrent_tech {
	display: none;
	position: absolute;
    text-align: left;
    padding: 0.5em;
    background: #ddd;
    z-index: 1;
    font-size: 0.8em;
    border-radius: 0.5em;
	box-shadow: 0.2em 0.2em 0.5em rgba(0,0,0,0.3);
}

.release_torrent_info {
    font-size: 0.8em;
    font-weight: 600;
	text-align: left;
    min-width: 33%;
    border-radius: 5px;
    padding: 0.3em 0.5em;
}

.release_torrent_butt {
	padding: 0;
	min-width: 110px;
	float: right;
}


.release_torrent_quality {
	border: 2px solid black;
    border-radius: 6px;
    font-size: 0.8em;
    padding: 0.25em 0.5em;
    margin: 0 1em;
    float: left;
}

.release_torrent_ico {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('/bitrix/templates/onibaku/images/icons/icos_o.png');
	margin-right: 0.2em;
}

.rti_size {
	background-position-x: 50px;
}

.rti_seeders {
	background-position-x: 84px;
}
.rti_leechers {
	background-position-x: 67px;
}

.rti_downloads {
	background-position-x: 16px;
}

.rti_completed {
	background-position-x: 33px;
}

/* RELEASE ONLINE */

.release_online {
    padding: 1em;
    margin: 0.5em;
    border-radius: 6px;
    background-color: #ddd;
	min-height: 1.3em;
}

.release_online_close {
	cursor: pointer;
    background: url('/bitrix/templates/onibaku/images/icons/close.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
	float: right;
	margin-right: 1em;
	/*display: none;*/
}

.release_online_close:hover {
	background-position-y: -28px;
}

/* AJAX */

#online_ajax {
	display: none;
	text-align: center;
}

#online_ajax iframe {
	max-width: 95% !important;
}

.release_online_name {
	padding: 0;
    font-weight: 600;
	float: left;
}

.release_online_butt {
	padding: 0;
	min-width: 110px;
	float: right;
}

.btn_flr {
	float: right;
}

/* YA.SHARE */

.ya-share2 {	
	position: absolute;
	right: 0.5em;
    bottom: 0.8em;
}
/* End */


/* Start:/bitrix/templates/onibaku/components/bitrix/news.detail/online/themes/blue/style.min.css?1458574300213*/
.bx-newsdetail .fa.bx-star-active{color:#1485ce}.bx-newsdetail .btn{background-color:#1485ce;border-color:#1485ce}.bx-newsdetail .btn:active,.bx-newsdetail .btn:hover{background-color:#53a4d8;border-color:#53a4d8}
/* End */


/* Start:/bitrix/templates/onibaku/components/bitrix/asd.favorite.button/onifavorite/style.css?1455116207960*/
/*.asd_lik_button,
.asd_fav_button {
	width: 32px;
	height: 20px;
	background: url('/bitrix/templates/onibaku/components/bitrix/asd.favorite.button/onifavorite/images/fav.png') top left no-repeat;
	cursor: pointer;
	float: left;
}
.asd_lik_button {
	background: url('/bitrix/templates/onibaku/components/bitrix/asd.favorite.button/onifavorite/images/like.png') top left no-repeat;
}
.asd_faved {
	background: url('/bitrix/templates/onibaku/components/bitrix/asd.favorite.button/onifavorite/images/faved.png') top left no-repeat;
}
.asd_liked {
	background: url('/bitrix/templates/onibaku/components/bitrix/asd.favorite.button/onifavorite/images/unlike.png?v2') top left no-repeat;
}*/
.asd_fav_count {
	width: 29px;
    background: url('/bitrix/templates/onibaku/components/bitrix/asd.favorite.button/onifavorite/images/fav_count.png') center center no-repeat;
    font-size: 11px;
    font-family: arial,sans-serif;
    color: #666;
    line-height: 20px;
    text-align: center;
    padding: 0 0 0 5px;
    margin-left: 2px;
    display: table-cell;
    vertical-align: middle;
}
.asd_fav_clear {
	clear: both;
}
a.asd_faved {
	color: #EA3E3E;
}
a.asd_faved:hover {
	color: #EA3E3E;
}
a.asd_fav_button {
    display: table-cell;
    padding: 0.38em 1.2em;
	width: 7em;
    text-align: center;
}
/* End */
/* /bitrix/templates/onibaku/components/bitrix/news.detail/online/style.css?14604174826390 */
/* /bitrix/templates/onibaku/components/bitrix/news.detail/online/themes/blue/style.min.css?1458574300213 */
/* /bitrix/templates/onibaku/components/bitrix/asd.favorite.button/onifavorite/style.css?1455116207960 */
