html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}
b, strong{
	font-weight: bold;
}
html, body{
	height:100%;
}
body{
	background: #000;
	color: #505050;
	height: 100%;
}
#page_wrap a{
	color: #5C5C5C;
	text-decoration: none;
	-webkit-transition: background .3s, color .3s;
	-moz-transition: background .3s, color .3s;
	-ms-transition: background .3s, color.3s;
	-o-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
	outline: none;
}
#page_wrap a:hover,
#page_wrap a.selected{
	color: #54A16D;
}
body,
input,
textarea{
	line-height: 1.2;
	font-family: Times New Roman, serif;
}
input[type="text"],
input[type="password"],
textarea{
	outline: -webkit-focus-ring-color auto 0;
}
ol, ul{list-style-position: inside;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
label{cursor: pointer;}
.clear{clear: both;}
.clearfix:after{
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
* html .clearfix{//zoom: 1;} /* IE6 */
*:first-child+html .clearfix{//zoom: 1;} /* IE7 */
.text_fader:after{
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
	bottom: 0;
	content: "";
	height: 15px;
	right: 0;
	position: absolute;
	text-align: right;
	width: 25%;
}
.spritepng{
	background-image: url(img/icons.png);
	display: inline-block;
	//display: inline;
	//zoom: 1;
}
.spritepng.arrlist{
	background-position: 0 0;
	height: 7px;
	margin-right: 6px;
	width: 4px;
}
#right_block{
	border-left: 12px solid #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #111;
	bottom: 0;
	height: 100%;
	min-width: 230px;
	overflow-y: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 28%;
}
#about{
	color: #DEDEDE;
	font-size: 14px;
	line-height: 23px;
	padding: 35px 13% 0 14%;
	position: relative;
}
#copyrights{
	background: #111;
	bottom: 0;
	color: #FFF;
	font-size: 14px;
	padding: 5px 5% 10px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 90%;
}
#copyrights a{
	color: #FFF;
}
#copyrights a:hover{
	color: #54A16D;
}
.bx-composite-btn-fixed{
	top	: 100%;
	top: auto;
	right: 50px;
}
@media all and (orientation: portrait) and (min-width: 600px){
	#right_block{
		bottom: 0;
		border-top: 12px solid #FFF;
		border-left: none;
		height: 30%;
		left: 0;
		min-height: 250px;
		top: auto;
		width: 100%;
	}
	#news_home{
		height: 100%;
		border-bottom: 0;
		width: 48%;
		border-right: 12px solid #FFF;
		float: left
	}
	#about{
		padding: 14px 4% 0 6%;
		float: left;
		width: 40%
	}
	#copyrights{
		width: 40%
	}
	#ban_home{
		width: 100%;
		height: 70%;
	}
}
@media screen and (max-width: 600px){
	html{
		-webkit-text-size-adjust: none;
	}
	body{
		padding: 0;
		position: relative;
	}
	#page_wrap{
		padding-top: 20px;
	}
	#ban_home,
	#right_block{
		margin: 0 20px 20px;
		position: static;
		width: auto;
		height: auto;
		z-index: auto;
	}
	#ban_home .title,
	#news_home h1,
	#news_home h2{
		font-family: 'Times New Roman', serif;
		font-size: 12px;
		letter-spacing: 0;
		line-height: 1.5;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
	}
	#ban_home .title,
	#ban_home .title:hover,
	#page_wrap #news_home a,
	#page_wrap #news_home a:hover,
	#about p{
		color: #555;
		background: #FFF url(img/news/source_link_arrow.png) no-repeat 8px center !important;
		display: block;
		opacity: 1;
		padding: 10px 12px 12px 22px;
		position: static;
		width: auto
	}
	#ban_home .title,
	#ban_home .title:hover,
	#page_wrap #news_home a,
	#page_wrap #news_home a:hover{
		padding-left: 10px;
	}
	#ban_home .title .spritepng,
	#news_home a .spritepng{
		display: inline-block;
		//display: inline;
		//zoom: 1;
	}
	#right_block{
		background: transparent;
		border: none;
		overflow: auto;
	}
	#about{
		color: #DEDEDE;
		float: none;
		line-height: 23px;
		margin-bottom: 20px;
		padding: 0;
		position: static;
		width: auto;
	}
	#about img{
		display: none;
	}
	#copyrights{
		background: transparent;
		color: #FFF;
		margin: 83px 0 0;
		padding: 0;
		position: static;
		text-align: center;
		width: auto;
	}
}