html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*@import (css,inline) "bootstrap.css";*/
* {
  box-sizing: border-box;
}
.container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 300px;
  margin-bottom: 10px;
  border: 1px solid #DDD;
  padding: 10px;
  box-sizing: border-box;
}
.item.wide {
  width: 610px;
}
.item-image {
  display: block;
  width: 280px;
  /*	background:#EEE;*/
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  max-height: 210px;
  overflow: hidden;
}
.item-image img {
  display: inline-block;
  width: 280px;
  /*	max-height:@colW - @itemPadding*2;*/
  z-index: 2;
}
.item-image img.bg {
  width: 280px;
  /*	height:300px;*/
  filter: blur(10px);
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}
.item-no-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  min-height: 210px;
  /*	height:100%;	/* Чтобы не наползало на текст*/
  padding: 10px;
  max-height: none;
}
.hot-item0 {
  -webkit-box-shadow: inset 0px 0px 0px 10px #fae6e6;
  -moz-box-shadow: inset 0px 0px 0px 10px #fae6e6;
  box-shadow: inset 0px 0px 0px 10px #fae6e6;
}
@media (max-width: 609px) {
  .container {
    width: 100%;
  }
  .item {
    width: 100%;
  }
  .item-image {
    width: 100%;
  }
  .item-image img {
    width: 100%;
  }
  .item-image img.bg {
    width: 100%;
  }
  .item-no-image {
    width: 100%;
  }
}
@media (min-width: 610px) and (max-width: 919px) {
  .container {
    width: 610px;
  }
}
@media (min-width: 920px) and (max-width: 1259px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}
.block-h{
	font-size:15px;
	font-weight:normal;
	padding:0;
	margin:10px 0 -10px 0;
	color:#511;
	text-transform:uppercase;
}
.block-h > a{
	color:#511;
}

.b.ad{
	-webkit-box-shadow: inset 0px -2px 0px 0px #DDD;
	-moz-box-shadow:    inset 0px -2px 0px 0px #DDD;
	box-shadow:         inset 0px -2px 0px 0px #DDD;
}

/* ARTICLE STYLES begins */
#article{
	overflow:hidden;
	color:#222;
}

#article img{
	border:1px solid #888;
}

#title{
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px 0;
}
#article #article_left{
	width:202px;
	float:left;
	margin:0 1em 0 0;
}
#article #article_right{
/*	overflow:hidden;*/
/*	border:1px solid red;*/
}
#article #full_image{
	margin:0;
}
#article #article_thumb{
	overflow:hidden;
}
#article #article_thumb .thumb{
	display:block;
	float:left;
	margin:0 5px 5px 0;
	line-height:0;
}
#article #article_thumb .thumb.t1{
	margin-right:0;
}

#article p{
	margin:0 0 1em 0;
}

#views{
	margin:20px 0;
	float:right;
}
#views span{
	font-weight:bold;
	color:#222;
}

#social{
	margin:20px 0;
	float:left;
}
#article_copyright{
	text-align:center;
	margin:10px 0 20px;
	color:#222;
}
/* ARTICLE STYLES ends */
.clearfix{
	clear:both;
}

.h1-front{
/*	position:absolute;
	bottom:-50px;
*/
	font-size:14px;
	font-weight:normal;
	text-align:center;
}

.l-video a.video-play:hover::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120px;
	background:rgba(0,0,0,.5) url(/gki/templates/reader/images/btn_play.png) no-repeat center center;
	opacity:.5;
}

#popup_content video{
	background:#000;
}



.tc{
	position:absolute;
	left:0;
	top:0;
}
#pagesearchlinks
{
	position:relative;
	width:549px;
	margin:0 0 0 295px;
	display:none;
}
#pagesearchlinks .itemlink
{
	width: 25%;
}
#pagesearchlinks a
{
	text-decoration:none
}
#pagesearchlinks .widget-head
{
	margin:20px 0 0 0;
	padding-bottom:30px;
	position: relative;
}
#pagesearchlinks .dotted2
{
	position: absolute;
	border-bottom: dotted 2px;
	line-height: 10px;
	top: 2px;
	width:100%;
	color: #404040;
}
#pagesearchlinks .title {
	margin-top: 0;
	color: #404040;
	position: absolute;
	padding: 0 10px;
	cursor: move;
	font-size: 15px !important;
	top: -3px;
	left:30px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
#pagesearchlinks .widget-head-logo
{
	left:-5px;
}

#pagenews
{
	display:none;
	width:844px;
	background:#FFFFFF;
	position: relative;
}
#pagenews>.myfeedall
{
	width:844px;
	height:1000px;
	position: inherit;
}
#pagenews>.myfeedall>.widget-body
{
	width:844px;
	height:1000px;
}
#pagenews>.myfeedall>.widget-cog{display:none !important}
#pagenews>.myfeedall .scroll_up
{
	top:0 !important;
}
.pn_close,.psl_close
{
	position: absolute;
	top: 0px;
	right: 32px;
	background: #FFFFFF;
	text-align: center;
	width: 21px;
	height: 21px;
	line-height: 18px;
	cursor: pointer;
	z-index: 1;
}
.pn_close:before, .psl_close:before {
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #0168AD;
}
.psl_close
{
	top: -22px;
	right: -12px;
}
body{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	background:#FFFFFF;
	overflow-y: scroll;
}
TEXTAREA{
	font-family:Arial;
	resize: none;
}
P{
	margin:0;
}
A
{
	cursor: pointer;
	cursor: hand;
	color:#000000
}
A:hover
{
	color:#000000
}
A IMG
{
	border:0
}
.air_my-window
{
	position:absolute;
	cursor:pointer;
	background: #F1F1F1;
	width:550px;
	height:139px;
	z-index: 100000;
}

.searchbanner
{
    width: 240px;
    height: 400px;
    position: absolute;
    top: 0;
    right: -260px;
}
.searchgrouplink
{
    width: 240px;
    position: absolute;
    top: 410px;
    right: -260px;
}

#search_results
{
	display:none;
	width: 818px;
	position:relative;
	border: 2px solid #EEEEEE;
	padding:20px;
}
#search_results #search_loading
{
	background:url(/gki/templates/reader/images/search_loading.gif) no-repeat 0 0;
	width:96px;
	height:96px;
	margin:auto;
}
#search_pole
{
	background:rgba(255,255,255,0.7);
	width: 798px;
	display:table;
}
#search_pole .left, #search_pole .right
{
	display:table-cell;
	width:50%;
}
#search_pole .left
{
	padding-right: 10px;
}
#search_pole .search_item a
{
	display:table;
	width:381px;
	height:30px;
	padding:5px;
	white-space: nowrap;
}
#search_pole .search_item a .img
{
	display:table-cell;
	width:30px
}
#search_pole .search_item a .text
{
	display:table-cell;
	overflow:hidden;
	vertical-align: middle;
}
#search_pole .search_item a .text>div
{
	width:348px;
	display:inline-block
}
#search_pole .search_close
{
	position:absolute;
	right:6px;
	top:7px;
	color:#000;
	cursor:pointer
}
#search_pole .search_close:hover
{
	color:#FF0000
}

.user-block > *{
	display:block;
}

.user-block > .m_hand{
	cursor:pointer;
}

.user-block > .link{
	text-decoration:underline;
}

.user-block > .menu_item{
	margin-top:5px;
}


#registerUser
{
	display:block;
	cursor:pointer;
	color: #000000;
	margin: 5px 0 0 0;
}
#add_widget
{
	display:block;
	cursor:pointer;
	color:#000000;
	margin:5px 0 0 0;
}
#lkUser{position:relative}
#lkUser:after
{
    position:absolute;
    display: inline-block;
    content: " ";
    font-size: 20px;
    line-height: 13px;
    color: #000000;
    margin: 0px 5px 0 0;
    padding: 0px 0 0 0;
    vertical-align: middle;
    height: 14px;
    left: 29px;
    top: 13px;
    width: 200px;
}
#add_widget:before,#registerUser:before,#enterUser:before,#getAllNews:before,#outUser:before
{
    display: inline-block;
    content: "\2219";
    font-size: 20px;
    line-height: 13px;
    color: #000000;
    margin: 0px 5px 0 0;
    padding: 0px 0 0 0;
    vertical-align: middle;
}
.newuser_form
{
	width:540px
}
.enteruser_form
{
	width:320px
}
.enteruser_block input
{
	width:200px;
	height: 28px;
	padding: 5px;
}
.enteruser_block .nuf_line
{
	display:table-row;
	width:100%;
	height:40px
}
.enteruser_block .nuf_label
{
	display:table-cell;
	width:100px;
	text-align:right;
	padding: 0 10px 0 0;
}
.enteruser_block .nuf_value
{
	display:table-cell;
	text-align:left
}

.infoblock.newuser
{
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #A9A9A9;
	text-align: justify;
	margin: 0 20px 20px 20px;
}


.form-line{
	clear:both;
	margin:10px 0;
	padding:0;
	position:relative;
}
.form-block input[type=text],
.form-block textarea{
	padding:5px 10px;
	font-size:14px;
	border:2px solid #AAA;
	width:100%;
	box-sizing:border-box;
}

.form-block textarea{
	min-height:75px;
}

.form-block h3{
	font-size:18px;
	font-weight:normal;
	padding:0;
	margin:10px 0;
}

.newuser_form .newuser_block
{
	display:table;
	margin: auto;
}
.newuser_form .title
{
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid #A9A9A9;
}
.newuser_block input, .newuser_block select
{
	width:380px;
	height: 28px;
	padding: 5px;
}
.newuser_block .nuf_line span.req
{
	color:#FF0000
}
.newuser_block .nuf_line
{
	display:table-row;
	width:100%;
	height:40px
}
.pswdhide
{
	display:none;
}
.newuser_block .nuf_label
{
	display:table-cell;
	width:120px;
	text-align:right;
	padding: 0 10px 0 0;
}
.newuser_block .nuf_value
{
	display:table-cell;
	text-align:left
}
.newuser_block2
{
	width:290px;
	margin: auto;
}
.newuser_block2 input
{
	width:20px;
	height:20px
}
.newuser_block2 .nuf_line
{
	display:table-row;
	width:100%;
	height:26px
}
.newuser_block2 .nuf_label
{
	display: table-cell;
	text-align: right;
	vertical-align: top;
	padding: 0 10px 10px 0;
}
.newuser_block2 .nuf_value
{
	display:table-cell;
	text-align:left;
	width:30px
}

#basket
{
	background: url("images/basket2.png") center no-repeat #F0F0F0;
	position: fixed;
	bottom: 50px;
	right: 100px;
	width: 150px;
	height: 160px;
	border: 1px solid #EEEEEE;
	display:none;
}
.gs-resize-handle {
    position: absolute;
    z-index: 1;
}

.gs-resize-handle-both {
    width: 20px;
    height: 20px;
    bottom: -8px;
    right: -8px;
    background-image: url('/gki/templates/reader/images/form/wr.png');
    background-position: top left;
    background-repeat: no-repeat;
    cursor: se-resize;
    z-index: 20;
}

.gs-resize-handle-x {
    top: 0;
    bottom: 13px;
    right: -5px;
    width: 10px;
    cursor: e-resize;
}

.gs-resize-handle-y {
    left: 0;
    right: 13px;
    bottom: -5px;
    height: 10px;
    cursor: s-resize;
}

.gs-w:hover .gs-resize-handle,
.resizing .gs-resize-handle {
    opacity: 1;
}

.gs-resize-handle,
.gs-w.dragging .gs-resize-handle {
    opacity: 0;
}

.gs-resize-disabled .gs-resize-handle {
    display: none!important;
}

[data-max-sizex="1"] .gs-resize-handle-x,
[data-max-sizey="1"] .gs-resize-handle-y,
[data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle {
    display: none !important;
}

#t_fon
{
	display:none;
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
	-moz-opacity: 0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;

}
#t_mes_pole
{
	position: absolute;
	overflow-y: scroll;
	z-index: 10002;
	width:100%;
	height:100%
}
#t_mes
{
	top:0;
	left:0;
	z-index: 1003;
	background-color: #EEE;
/*	border-radius: 5px;*/
	padding:0 3px 3px 3px;
	margin-bottom:20px;
    border:1px solid #EEE;
}

#t_mes_close
{
	position:relative;
	width:100%
}
#t_mes_close_btn
{
	cursor: pointer;
	cursor: hand;
	background:url('/gki/templates/reader/images/t_mes_close_btn.png') no-repeat;
	width:23px;
	height:23px;
	position:absolute;
	z-index: 2;
	right:-3px;
	top:7px
}
#t_mes_close_btn:before
{
	content: "\e014";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size:13px;
}
.maino
{
	width:100%;
	position:relative
}

.integra .loginIN {
    color: #B76093;
	border: 1px solid #000 !important;
	background-color:#fff;
}
.login-in {
  position: relative;
  width: 220px;
}

body.archive
{
	overflow:hidden;
}
body.archive .container
{
	display:none !important
}
body.archive #mainpolebox
{
	height: 50%;
	overflow-y: scroll;
}
#archive {
	background-color: rgba(32, 32, 32, 0.702);
	border-top: 2px solid #444;
	bottom: 0px;
	padding:20px 0 15px 0;
	height:50%;
	left: 0px;
	position: fixed;
	right: 0px;
	z-index: 99999;
}
.archive-box
{
	margin: 0px auto 0px;
	width: 1120px;
}
#archive_content {
	position:absolute;
	
	background: #FFF;
	height: 90%;
	width: 1120px;
}
.archive-container {
	overflow:auto;
	float:left;
	height:240px;
	width:738px;
}
#archive .glyphicon-remove  {
  display: inline-block;
  width: 16px;
  position: absolute;
  top: 3px;
  right: 3px;
  text-decoration: none;
  color:#FFFFFF
}
#archive_content p
{
  width: 60px;
  height: 58px;
  background: url("images/arhive.jpg") no-repeat;
  float: left;
  margin: 10px;
  font-size: 19px;
  padding:62px 0 0 4px;
}
#getcontent_archive
{
	cursor:pointer;
	border:1px solid #CAD0E6;
	width: 60px;
	height: 85px;
	border-radius: 37px 37px 0 0;
	background: url("images/arhive.jpg") top center #FFFFFF no-repeat;
	position:fixed;
	bottom:0;
	left: 50%;
	margin-left: 280px;
	z-index: 10001;
}
#archive h2
{
	cursor:pointer;
	font-size:16px;
	font-weight:bold
}
.addlink-folder
{
  position: relative;
  width: 302px;
  height: 240px;
  float: right;
  padding-left: 20px;
  padding-top: 20px;
  border-left: 15px solid rgba(32, 32, 32, 0.7);
}
.addlink-head h3
{
	font-size:16px;
	font-weight:bold;
	margin: 0 0 10px 0
}
.addlink-folder INPUT
{
	margin:0 0 5px 0
}
.dw-archive-shell:after
{
	display:block;
	clear:both;
	content:""
}

.social-net{
	text-align:center;
}
.social-net a{
	display: inline-block;
	width: 37px;
	height: 37px;
/*	float:left;*/
	margin:10px 16px;
	text-decoration:none !important;
}
.social-net p{
	font-size: 10px;
	padding-top:37px;
	text-align:center;
	color: #000;
	margin: 0 0 10px -10px;
	width: 58px;
}
#i_media_vk{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll 0px 0px transparent;
}
#i_media_g{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -45px -82px transparent;
}
#i_media_ya{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -89px 0 transparent;
}
#i_media_mn{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -89px -165px transparent;
}
#i_media_yt{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -89px -124px transparent;
}
#i_media_t{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll 0px -82px transparent;
}
#i_media_f{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -45px -52px transparent;
}
#i_media_ok{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll 0px -51px transparent;
}
#i_media_m{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll 0px -165px transparent;
}
#i_media_ms{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -89px -52px transparent;
}
#i_media_new{
    background: url("/gki/templates/reader/images/i_media_m20.png") no-repeat scroll -45px -165px transparent;
}


/* popup */
.popup_window .formname
{
	padding:4px 0;
	margin:10px;
	width:auto;
	text-align:left;
	font-size:20px;
	border-bottom:2px solid #AAA;
}
.popup_window .formpole
{
	width:100%;
	padding:10px
}
.popup_linkedit
{
	width:400px;
}
.popup_linkedit .title
{
	margin:5px 0 0 0;
}
.popup_linkedit input
{
	width:400px
}
.popup_linkedit textarea
{
	width:400px;
	height:88px
}
.popup_linkedit #linkedit_btnsave
{
	display: inherit;
	margin:5px auto 0
}
.popup_linkedit .linkedit_rssitem
{
	position:relative;
	border: 1px solid #777777;
	margin-top: 10px;
	padding: 2px 10px 10px 10px;
}
.popup_linkedit .linkedit_rssitem .close
{
	position:absolute;
	right:10px;
	top:10px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size:10px;

}
.popup_linkedit .linkedit_rssitem .close:before
{
	content: "\e014";

}
.popup_linkedit .linkedit_rssitem input
{
	width: 378px;
}
.popup_linkedit .addrss
{
	padding: 5px 0 0 10px;
	cursor:pointer;
}
.popup_linkedit .addrss:before
{
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size:10px;
	content: "\2b";
}


.mytab
{
	width:100%;
}
.mytab .mytab_panel
{
	width:100%;
	border-bottom:1px solid #777777
}
.mytab .mytab_tab
{
	cursor:pointer;
	padding:5px 10px;
	margin: 0 0 -2px 0;
	display:inline-block;
	border:1px solid transparent
}
.mytab .mytab_tab.select
{
	border-left:1px solid #777777;
	border-right:1px solid #777777;
	border-top:1px solid #777777;
	border-bottom:1px solid #EEEEEE;
	background-color:#EEEEEE;
}
.mytab .mytab_poleitem
{
	display:none;
}
.mytab .mytab_poleitem.select
{
	display:block;
}
#pagesearch
{
	width: 844px;
	background-color: #FFFFFF;
	padding: 20px 0 80px;
	z-index:999;
	position:relative
}
#pagesearch_fon
{
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
}
#pagesearch .pagesearch_pole
{
	width:844px;
	position:relative;
}
#pagesearch .pagesearch_polepage
{
	width:844px;
}
#pagesearch .pagesearch_polepage{display:none}
#pagesearch .pagesearch_polepage[rel='0']{display:block}

#pagesearch .itemsearch
{
	padding:5px 0 14px 20px;
}
#pagesearch .search_title a
{
	color:#0168AD;
	font-size:18px;
	width:100%;
	text-decoration:none;
	white-space: nowrap;
}
#pagesearch .search_title a:hover
{
	color:#d00
}
#pagesearch .search_title a .text, #pagesearch .search_link a .text
{
	white-space: nowrap;
	overflow: hidden;
	width:720px;
}
#pagesearch .search_link a
{
	color:#070;
	font-size:13px;
	width:100%;
	text-decoration:none
}
#pagesearch .search_title a:hover, #pagesearch .search_link a:hover
{
	color:#d00
}

#pagesearch .psp_other
{
    position: absolute;
    text-align:right;
    bottom: -35px;
    right: 20px;
    height: 20px;
}
#pagesearch .psp_other a
{
	color:#000000;
	margin-left: 5px;
}
#pagesearch .psp_other a:hover
{
	text-decoration:underline
}
#pagesearch .psp_sp
{
    position: absolute;
    bottom: 0px;
    right: 52px;
    width: 130px;
    height: 20px;
}
#pagesearch .psp_sp_prev, #pagesearch .psp_sp_next
{
	display:inline-block;
	width:15px;
	height:20px;
	cursor:pointer
}

#pagesearch .psp_sp_prev
{
	background:url('/gki/templates/reader/images/btnsearchgo.png') no-repeat;
	background-position:0 -20px;
}
#pagesearch .psp_sp_next
{
	background:url('/gki/templates/reader/images/btnsearchgo.png') no-repeat;
	background-position:-15px -20px;
}
#pagesearch .psp_sp_prev:hover
{
	background-position:0 0;
}
#pagesearch .psp_sp_next:hover
{
	background:url('/gki/templates/reader/images/btnsearchgo.png') no-repeat;
	background-position:-15px 0;
}
#pagesearch .psp_sp_line
{
	display:inline-block;
	width:90px;
	height:20px;
	overflow:hidden;
	position:relative
}

#pagesearch .psp_spi
{
	top:2px;
	left:0px;
	display: inline-block;
	position:absolute;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	border: 1px solid #0168AD;

}
#pagesearch .psp_spi[rel='1']{left:18px}
#pagesearch .psp_spi[rel='2']{left:36px}
#pagesearch .psp_spi[rel='3']{left:54px}
#pagesearch .psp_spi[rel='4']{left:72px}
#pagesearch .psp_spi[rel='5']{left:90px}

#pagesearch .psp_spi.sel
{

	background-color:#0168AD;
	color:#FFFFFF
}
#pagesearch .psp_close
{
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    text-align: center;
    background: url('/gki/templates/reader/images/t_mes_close_btn.png') no-repeat;
    width: 21px;
    height: 21px;
    line-height:18px;
    cursor: pointer;
}
#pagesearch .psp_close:before {
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #0168AD;
}
#pagesearch .psp_close.bottom
{
	bottom: -2px !important;
	top: auto;
}

.footer
{
	background: #C4C4C4;
	background: linear-gradient(to top, #C4C4C4, #818181);
	width:100%;
	margin: 20px 0 0 0;
	position: fixed;
	bottom: 0px;
}
.polefooter
{
	width:1120px;
	margin:0 auto;
	position:relative;
}
.polefooter .blocklinkhide
{
	bottom: -60px;
	right:0px;
	width:1120px;
	overflow: hidden;
}
.polefooter .blocklinkhide>div
{
}
.polefooter .blocklinkhide ul
{
	margin:0;
	list-style:none;
	padding:8px 10px 0 10px;
	bottom: 0;
	border-radius:10px 10px 0 0;
	border:1px solid transparent;

}
.polefooter .blocklinkhide ul.blh
{
	display:none;
}
.polefooter:hover .blocklinkhide ul.blh
{
	display:block
}
.polefooter .blocklinkhide li
{
	margin: 0 0 0 74px;
	width: 200px;
	height: 17px;
	overflow: hidden;
	display: inline-block;
}
.polefooter .blocklinkhide li a
{
	text-decoration:none;
	color:#FFFFFF
}
.polefooter .blocklinkhide li a:hover
{
	text-decoration:underline;
}


.userpageSelector{
	list-style:none;
	margin:0;
	padding:0;
}

.userpageSelector a{
	display:inline-block;
	line-height:28px;
}

.userpageSelector a::before{
	display:inline-block;
	content:"";
	width:28px;
	height:28px;
	background:url(/gki/templates/reader/images/btndesign.png);
	background-position:0 -28px;
	vertical-align:middle;
}
.userpageSelector a[rel='1']::before{background-position:-28px -28px}
.userpageSelector a[rel='2']::before{background-position:-56px -28px}
.userpageSelector a[rel='3']::before{background-position:-84px -28px}
.userpageSelector a[rel='4']::before{background-position:-112px -28px}
.userpageSelector a[rel='5']::before{background-position:-140px -28px}
.userpageSelector a[rel='6']::before{background-position:-168px -28px}

.userpageSelector a:hover::before,
.userpageSelector .sel::before{
	background-position:0 0;
}
.userpageSelector a[rel='1']:hover::before,
.userpageSelector a[rel='1'].sel::before{
	background-position:-28px 0
}
.userpageSelector a[rel='2']:hover::before,
.userpageSelector a[rel='2'].sel::before{
	background-position:-56px 0
}
.userpageSelector a[rel='3']:hover::before,
.userpageSelector a[rel='3'].sel::before{
	background-position:-84px 0
}
.userpageSelector a[rel='4']:hover::before,
.userpageSelector a[rel='4'].sel::before{
	background-position:-112px 0
}
.userpageSelector a[rel='5']:hover::before,
.userpageSelector a[rel='5'].sel::before{
	background-position:-140px 0
}
.userpageSelector a[rel='6']:hover::before,
.userpageSelector a[rel='6'].sel::before{
	background-position:-168px 0
}

.userpageSelector.labels a::after{
	display:inline;
	content: attr(title);
	padding:0 0 0 10px;
	line-height:28px;
	vertical-align:middle;
}

.userpageSelector.vertical a{
	margin-bottom:5px;
}

.userpageSelector#changedesign 
{
  margin-top:0;
  padding: 3px;
  /*text-align: center;*/
  /*background-color: #eee;*/
  line-height: 0px;
  border-radius: 6px;
/*  position:absolute;*/
  right:0;
  bottom:17px;
}

#changedesign > a
{
	margin: 5px 1px;
	cursor:pointer
}


.design-block{
	height:60px;
}

#changedesign 
{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	position:relative;
	top:-20px;
}

#changedesign > li
{
	display:inline-block;
	text-align:center;
}

#changedesign > li > a
{
	display:inline-block;
	margin: 5px 5px 1px 5px;
	width:54px;
/*	height:42px;*/
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}

#changedesign > li > a > i
{
	display:block;
	margin:0 auto;
	width:42px;
	height:42px;
	background:url(/gki/templates/news/images/btndesign.png);
}

#changedesign > li > a::after{
	margin-top:2px;
	display:block;
	content:attr(title);
	text-align:center;
	padding:3px;
	font-size:.9em;
	font-style:normal;
}

#changedesign > li > a > i{background-position:0 -42px}
#changedesign > li > a[rel='1'] > i{background-position:-42px -42px}
#changedesign > li > a[rel='2'] > i{background-position:-84px -42px}
#changedesign > li > a[rel='3'] > i{background-position:-126px -42px}
#changedesign > li > a[rel='4'] > i{background-position:-168px -42px}
#changedesign > li > a[rel='5'] > i{background-position:-210px -42px}
#changedesign > li > a[rel='6'] > i{background-position:-252px -42px}

#changedesign > li > a:hover > i, #changedesign > li > a.sel > i{background-position:0 0 }
#changedesign > li > a[rel='1']:hover > i, #changedesign > li > a[rel='1'].sel > i{background-position:-42px 0}
#changedesign > li > a[rel='2']:hover > i, #changedesign > li > a[rel='2'].sel > i{background-position:-84px 0}
#changedesign > li > a[rel='3']:hover > i, #changedesign > li > a[rel='3'].sel > i{background-position:-126px 0}
#changedesign > li > a[rel='4']:hover > i, #changedesign > li > a[rel='4'].sel > i{background-position:-168px 0}
#changedesign > li > a[rel='5']:hover > i, #changedesign > li > a[rel='5'].sel > i{background-position:-210px 0}
#changedesign > li > a[rel='6']:hover > i, #changedesign > li > a[rel='6'].sel > i{background-position:-252px 0}


.categoriesTitle{
	font-size:16px;
	font-weight:bold;
	margin: 0 0 5px 0;
}
.categoriesList{
	margin:0;
	padding:0 0 0 17px;
	font-size:12px;
}

.btnPanel-block{
	display:table;
	justify-content:space-between;
	align-items:center;
	
	width:100%;
	
	position:relative;
}
.btnPanel-wrapper{
	display: table-cell;
	border-left:1px solid #FFF;
}
.btnPanel-wrapper:first-child{
	border-left:none;
}
.btnPanel {
	display:table;
	align-items:center;
	position: relative;
	width:100%;
}
.btnPanel .btnPanel-item {
	display:inline-block;
	display:table-cell;
	width:auto;
	padding: 10px 20px;
	font-size:18px;
	line-height:21px;
	color:#DDD;
	border-left: 1px solid #275e8d;
	cursor: pointer;
	text-align: center;
	
	background: #337ab7;
	background: -moz-linear-gradient(top,  #337ab7 0%, #64aae0 32%, #337ab7 100%);
	background: -webkit-linear-gradient(top,  #337ab7 0%,#64aae0 32%,#337ab7 100%);
	background: linear-gradient(to bottom,  #337ab7 0%,#64aae0 32%,#337ab7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#337ab7',GradientType=0 );
	
	text-shadow:1px 1px #000;
}
.btnPanel .btnPanel-item:first-child{
	border-left:none;
}

.btnPanel .btnPanel-item.active {
	background: rgba(65,158,234,1);
	background: #337ab7;
	color: #FFF;
}

.btnPanel .btnPanel-item:hover{
	text-shadow:none;
	color: #FFF;
}


.feedsPanel .btnPanel-item {
	border-left: 1px solid #39000d;
	background: #6d0019;
	background: -moz-linear-gradient(top,  #6d0019 0%, #a90329 36%, #6d0019 100%);
	background: -webkit-linear-gradient(top,  #6d0019 0%,#a90329 36%,#6d0019 100%);
	background: linear-gradient(to bottom,  #6d0019 0%,#a90329 36%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#6d0019',GradientType=0 );
}
.feedsPanel .btnPanel-item.active {
	background: #6d0019;
	background: #a90329;
}

.settingsPanel .btnPanel-item{
	padding:10px 0;
	background: #EEE;
	color:#222;
	text-shadow:none;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.3);
}

.themList{
	position:absolute;
	right:0;
	top:41px;
	
	border:1px solid #DDD;
	background:#FFF;
	padding:10px 20px;
	z-index:100;
	opacity:.95;
}

.themList .list-item{
	font-size:14px;
	margin:10px 0;
	cursor:pointer;
}
.themList .list-item.divider{
	border-bottom: 1px dotted #222;
}

.themList .list-item i{
	margin-right:5px;
	position:relative;
}
.themList .list-item i.fa-square-o{
	left:-1.5px;
}

.topThemList{
	list-style:none;
	display:block;
	position:relative;
	z-index:100;
	margin:0 0 10px 0;
	padding:0;
/*	float:left;*/
	clear:left;
}

.topThemList .list-item{
	display:inline-block;
	margin:0 10px 0 0;
	padding:5px 10px;
	border:1px solid #398bce;
	border-radius:5px;
	background:#FFF;
	color:#398bce;
	cursor:pointer;
}

.topThemList .list-item.active{
	background:#398bce;
	color:#FFF;
}

.virtThemList{
	list-style:none;
	display:block;
	position:relative;
	z-index:100;
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
/*	float:left;*/
	clear:left;
}

.virtThemList .list-item{
	display:inline-block;
	margin:0 10px 0 0;
	padding:3px 5px;
	border:1px solid #191970;
	border-radius:5px;
	background:#FFF;
	color: #191970;
	cursor:pointer;
}

.virtThemList .list-item.active{
	background: #191970;
	color:#FFF;
}


#newsHolder{
	margin-top:10px;
	min-height:400px;
}

#newsHolder.loading{
	opacity:.5;
}

.loading{
	opacity:.5;
}

.load-msg{
	font-size:14px;
	text-align:center;
	margin:20px auto;
	display:block;
	width:200px;
	cursor:pointer;
	
	padding:10px 20px;
	background:#6fbcf7;
	border:1px solid #398bce;
	border-radius:3px;
	
	color:#FFF;
	text-shadow:0px 0px 3px #000;
}

.msg{
	display:block;
	border:1px solid #0A0;
	margin:20px auto;
	padding:10px 30px;
	border-radius:5px;
	background:#F5F5F5;
	font-size:14px;
	min-width:50%;
}

.msg .msgHead{
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.ok.msg{
	border-color:#0A0;
	background:#F5FFF5;
}
.ok.msg .msgHead{
	color:#0A0;
}
.error.msg{
	border-color:#A00;
	background:#FFF5F5;
}
.error.msg .msgHead{
	color:#A00;
}
.info.msg{
	border-color:#00A;
	background:#F5F5FF;
}
.info.msg .msgHead{
	color:#00A;
}

.msg.center{
	text-align:center;
}

.dhide{
	display:none;
}
.them_form {
    width: 600px;
}


.hot-item{
	background:#f5dfe1;
}

.pop-item{
/*	width:@colW * 2 + @spacerW;*/
}


.item-no-image-1{
	background: #f7fbf0;
}
.item-no-image-2{
	background: #fbf0f1;
}
/*
.item-no-image-3{
	background: #f0fbf4;
}
*/
.item-no-image-4{
	background: #f5f0fb;
}
/*
.item-no-image-5{
	background: #f0f6fb;
}
*/
.item-no-image-6{
	background: #f5dfe1;
}


.item-no-image-text{
	margin:0 10px;
	font-size:18px;
	text-decoration:none;
}

.item-image-block{
	position:relative;
}
.no-image .item-image-block{
}


#newsHolder[data-option='28'] .item-image img{
	filter: grayscale(100%);
}

.src-panel{
	margin:5px 0 0 0;
}
/*
.no-image .src-panel{
	position:absolute;
	bottom:5px;
	left:5px;
	z-index:10;
}
*/
.src-panel-item{
	display:inline-block;
	width:16px;
	height:16px;
	margin:0 5px 0 0;
	text-decoration:none;
}
.src-panel-item img{
	width:16px;
	height:16px;
}

.item-time{
    display: inline-block;
    float: right;
    margin: 0 0 0 10px;
    font-size: 11px;
    /* font-weight: bold; */
    color: #FFF;
    padding:2px 5px;
    background: #a90329;
    font-family: Verdana;
    position:relative;
    top:-1px;
}

.item-text{
	margin:5px 0 0 0;
	font-size:14px;
	text-decoration:none;
}

.item-partner{
	background: #ecf3f9;
}

.item-paid{
	background: #f0fbf4;
}

.item-image img{
/*
	font-family: 'Helvetica';
	font-weight: 300;
	line-height: 2;  
	text-align: center;
*/
/*
	width: 100%;
	height: auto;
*/
	display: block;
	position: relative;
	min-height:175px;
	z-index:1;
	
	color:#f5f0fb;
}
.item-image img:nth-child(2){
	position:absolute;
	top:0;
	z-index:0;
}

.item-image img:before,
.item-image img:after{
	content: " ";
	display: block;
}

.item-image img:last-child:before{
	content: "Фото временно недоступно";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 175px;
	width: 100%;
	background: #f5f0fb;
	z-index: 2;
	color: #888;
	padding: 155px 0 0 0;
	font-size: 11px;
}
.item-image img:last-child:after{
	content: attr(alt);

	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top:30%;
	width: 100%;
	height: 30%;
	padding:0 10px;
	font-size:18px;
	text-decoration:none;
	
	box-sizing:border-box;
	
/*	
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	text-align: center;
*/
	z-index:3;
	color:#000;
}

.btn {
	display: inline-block;
	
	padding:3px 10px;
	margin-bottom: 0;

	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #F8F8F8;
	border:1px solid #888;
	border-radius:3px;
	
	color:#000;
}
.btn[disabled]{
	color:#888;
}
.btn:hover{
	background:#FFF;
}

.btn-ok{
	background: #ceeb94;
	border: 1px solid #9fd03c;
}
.btn-ok:hover{
	background: #ceeb94;
	border: 1px solid #779f24;
}

.themList .btn{
	margin:10px auto 5px;
	width:80px;
	color:#000;
	background:#64AAE0;
	border-color:#337ab7;
}

.themList .btn:hover{
	color:#FFF;
	background:#337ab7;
}

.btn_red{
	margin:10px auto 5px;
	color:#FFF;
	background: #e06369;
	border-color: #b73336;
	text-decoration:none;
}
.btn_red:hover{
	background: #e9898e;
	color:#fff;
}


.edit-virt-them-list{
	list-style:none;
	margin:0;
	padding:0;
}

.edit-virt-them-list .list-item{
	display:inline-block;
	margin:5px;
	padding:5px 10px;
	background:#337ab7;
	color: #FFF;
	border-radius:5px;
}

.edit-virt-them-list .list-item span{
	cursor:pointer;
}

.edit-virt-them-list .list-item i{
	cursor:pointer;
}

.edit-virt-them-list .list-item .fa-close{
	margin:0 0 0 10px;
	font-weight:normal;
}


@media (max-width:609px){
	.container-flex{
		padding:0 10px;
	}
	
	.btnPanel .btnPanel-item{
		padding:10px;
	}
	.timePanel .btnPanel-item{
		display:none;
	}
	.btnPanel-item.active{
		display:table-cell;
	}
	.btnPanel-wrapper{
		display:inline-block;
		width:calc(50% - 17px);
	}
	.btnPanel-block{
		display:block;
	}
	.btnPanel-wrapper:nth-child(3){
		width:34px;
	}
	
	.themList{
		position:absolute;
		left:0;
		right:0;
		top:41px;
	}
	.themList .list-item{
/*		display:inline-block;
		min-width:50%;
		white-space:nowrap;*/
	}
}

@media (max-width:919px){
	.social-block{
		display:none;
	}
	.userpageSelector{
		display:none;
	}
	.btnPanel .btnPanel-item{
		font-size:12px;
		line-height:14px;
	}
	.settingsPanel .btnPanel-item{
		width:34px;
	}
	
	.row{
		overflow:hidden;
		padding:10px;
	}
	.row > div{
		float:left;
	}
	.logo-block {
		width:50%;
		box-sizing:border-box;
	}
	.logo-bg::after {
		content: "Главная кнопка интернета";
		height: 30px;
		vertical-align: middle;
		display: table-cell;
	}	
	.logo-bg{
		background:transparent url(/gki/templates/news/images/logo-small.png) no-repeat 0 0;
		overflow:hidden;
	}
	.logo-bg a {
		width: 30px;
		height: 30px;
		display: block;
		margin: 0;
		float: left;
		margin: 0 10px 0 0;
	}
	.login-block
	{
		display:none;
	}
	
	.search-block
	{
		position:relative;
		height: 30px;
		width:50%;
		box-sizing:border-box;
	}
	.search-block .btn_search
	{
		position:absolute;
		cursor:pointer;
		right:-44px;
		top:-4px;
		width:36px;
		height:36px;
		background: url(/gki/templates/reader/images/btnsearch.png) no-repeat;
	}
	.search-block .input
	{
		float:left;
		border: 1px solid #A9A9BB;
		background-color: #FFFFFF;
		width:calc(100% - 44px);
		position:relative;
	}
	.search-block input
	{
		outline:1px;
		background: transparent;
		margin: 4px 0 4px 8px;
		border: 0;
		width: 290px;
		height: 20px;
		color: #000;
	}
	.find_type{
		display:none;
	}
	
}
@media (min-width:920px){
	.search-block
	{
		float: left;
		position:relative;
		margin: 65px 0 0;
		padding:0 18px;
		height: 80px;
		width:60%;
		min-width:506px;
		box-sizing:border-box;
	}
	.search-block .btn_search
	{
		position:absolute;
		cursor:pointer;
		right:-44px;
		top:-4px;
		width:36px;
		height:36px;
		background: url(/gki/templates/reader/images/btnsearch.png) no-repeat;
	}
	.search-block .input
	{
		float:left;
		border: 1px solid #A9A9BB;
		background-color: #FFFFFF;
		width:calc(100% - 44px);
		margin:22px 0 0 0;
		position:relative;
	}
	.search-block .input .wait, .widget-head .title .wait
	{
		display:none;
		position:absolute;
		right:5px;
		top:5px;
		width:20px;
		height:20px;
		background: url(/gki/templates/reader/images/search_loading_20.gif) no-repeat;
	}
	.widget-head .title .wait
	{
		right:25px;
		top:2px;
	}
	.search-block .input input
	{
		float: left;
		outline: none;
		background: transparent;
		margin: 4px 0 4px 8px;
		border: 0;
		width:calc(100% - 115px);
		height: 20px;
		color: #000;
	}
	.search-block:after
	{
		clear:both;
		display:inline-block;
		content:"";
	}
	.search-block .find_type
	{
		position:relative;
		margin:4px 0 0 6px;
		float:right;
		width:100px;
		height:22px
	}

	.search-block .find_type [rel='A'] i{background-position:0px -80px}
	.search-block .find_type [rel='B'] i{background-position:0px 0px}
	.search-block .find_type [rel='C'] i{background-position:0px -16px}
	.search-block .find_type [rel='M'] i{background-position:0px -32px}
	.search-block .find_type [rel='S'] i{background-position:0px -48px}
	.search-block .find_type [rel='F'] i{background-position:0px -64px}

	.search-block .find_type :hover[rel='A'] i{background-position:-16px -80px}
	.search-block .find_type :hover[rel='B'] i{background-position:-16px 0px}
	.search-block .find_type :hover[rel='C'] i{background-position:-16px -16px}
	.search-block .find_type :hover[rel='M'] i{background-position:-16px -32px}
	.search-block .find_type :hover[rel='S'] i{background-position:-16px -48px}
	.search-block .find_type :hover[rel='F'] i{background-position:-16px -64px}


	.search-block .find_type .ft_pole
	{
		position:absolute;
		border:1px solid transparent;
		background-color:transparent;
		border-radius:5px;
		z-index:998;
		right: 0px;
		top: -13px;
		width:80px;
	}
	.search-block .find_type .ft_pole.show
	{
		border-color:#777;
		background-color:#FFFFFF;
		color:#777;
	}
	.search-block .find_type .ft_select
	{
		cursor: pointer;
		cursor: hand;
		color:#777777;
		padding:14px 0 10px 4px
	}
	.search-block .find_type .ft_option
	{
		display:none;
	}

	.search-block .find_type .ft_pole.show .ft_select
	{
		color: #1E3B53;
		border-radius:5px 5px 0 0;
	}
	.search-block .find_type .ft_pole.show .ft_option:NOT(.dhide)
	{
		display:block;
		cursor: pointer;
		cursor: hand;
		border-top: 1px solid #EEEEEE;
		padding: 7px 0 10px 4px;
	}
	.search-block .find_type .ft_pole.show .ft_option:hover
	{
		background-color:#F9F9F9;
	}
	.search-block .input .clear-text{
		position:absolute;
		font-variant:normal;
		right:100px;
		top:6px;
		color:#777;
		font-size:16px;
		cursor:pointer;
	}
	
	.integra{
		margin:0 auto;
		padding:0;
		min-height:160px;
	}

	.integra .logo-block{
		max-height:140px;
	}
	.integra .logo-bg{
		display: block;
		padding: 25px;
		margin: 15px 0 0 0;
		color:#fff;
		background:url(/gki/templates/first/css/images/headerlogo.jpg) no-repeat center top;
		background-size:contain !important;
		width:250px !important;
		height:200px !important;
	}
	
	
	.integra .logo-bg a{
		width: 75px;
		height: 75px;
		display: block;
		margin: auto;
		border-radius: 50px;
	}
	.integra .login-block
	{
		min-width:180px;
		width:20%;
		float:right;
		margin: 10px 0 0 0px;
	}

	.integra .social-block
	{
		width:100%;
		position: absolute;
		left:0;
		top: -58px;
		padding:0 18px;
		box-sizing:border-box;
	}

	.integra .logo-block {
		min-width:180px;
		width:20%;
		float:left;
	}
		
	.integra.container .row:after
	{
		content:'';
		display:block;
		clear: both
	}

}

.container.bottom h1{
	font-size:14px;
	line-height: 18px;
}

.item.tv-online{
	background:#FFF url(images/online-news.jpg) no-repeat center center;
}

.topThemList .list-item[data-path='/covid-19/']{
    float: left;
    background: #b93434;
    border-color: #b93434;
    color:#FFF;
}

.topThemList .list-item.active[data-path='/covid-19/']{
    background: #ce3939;
}
.news_search_result{
	list-style:none;
	margin:20px 0;
}
.search_item{
	margin:0 0 20px;
	overflow:hidden;
}
.search_item_image{
	float:left;
/*	width:120px;
	min-height:50px;*/
	margin:0 20px 0 0;
}
.search_item_title{
	font-size:18px;
	margin:0 0 5px;
}
.search_item_intro{
	font-size:12px;
	color:#222;
}

