@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic&display=swap);
@font-face {
  font-family: 'icon';
  src: url('../font/icon.eot?47585055');
  src: url('../font/icon.eot?47585055#iefix') format('embedded-opentype'),
       url('../font/icon.woff2?47585055') format('woff2'),
       url('../font/icon.woff?47585055') format('woff'),
       url('../font/icon.ttf?47585055') format('truetype'),
       url('../font/icon.svg?47585055#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f7f7f7;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #084976;
	text-decoration: none;
	background-color: transparent;
}

a:hover, a:focus {
	color: #d3d1d1;
	text-decoration: none;
}

a:active, a:hover, a:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
    margin-bottom: 15px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
    height: 0;
	border: 0;
	border-top: 1px solid #d3d1d1;
    box-shadow: 0 0 1px #084976;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

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 {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

.clr {
    clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	clear: both;
}

/* Главная */

#header {
	background: #084976;
	box-shadow: 0 0 5px #084976;
}

#mainbar {
	margin-top: 20px;
}

#menu-bar {
	position: absolute;
	z-index: 3;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
    width: 100%;
}


.logotype {
	display: block;
    text-align: center;
    width: 270px;
    margin-top: 12px;
    height: 28px;
    text-transform: uppercase;
    color: #f7f7f7;
    font-size: 26px;
    font-weight: bold;

}


.logotype:hover {
	opacity: 0.8;
	filter: Alpha(Opacity=80);
}

.navbar-toggle {
	position: relative;
    float: left;
    height: 40px;
	padding: 10px 10px;
	background: #084976;
	border: 1px solid #d3d1d1;
    border-radius: 8px;
	overflow: hidden;
	margin: 0;
    margin-right: 15px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .iconbar {
	display: block;
	width: 22px;
	height: 2px;
}

.navbar-toggle .iconbar + .iconbar {
	margin-top: 4px;
}

.navbar-toggle .iconbar {
	background-color: #d3d1d1;
}

.navbar-toggle .sr-only {
	position: static;
	height: auto;
	width: auto;
	margin: 0 10px 0 0;
	float: left;
	color: #d3d1d1;
	height: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.navbar-toggle:hover, .navbar-toggle:focus {
	opacity: 0.8;
	filter: Alpha(Opacity=0);
}

.searchbar {
    background-color: #f7f7f7;
    border-radius: 8px;
	height: 40px;
	overflow: hidden;
	position: relative;
    width: 60%;
    margin: 10px auto 10px auto;
	padding-right: 43px;
	box-shadow: 0 0 5px #084976;
}

.searchbar .searchbar-input {
	height: 40px;
	width: 100%;
    font-size: 16px;
    background-color: #f7f7f7;
	color: #666;
	line-height: 40px;
	border: 0;
	padding: 0 0 0 10px;
}

.searchbar .searchbar-input:focus {
	outline: 0;

}

.searchbar .searchbar-btn {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 34px;
	height: 34px;
    font-size: 18px;
	color: #d3d1d1;
	background: #084976;
	border: none;
	border-radius: 8px;
}

.searchbar .searchbar-btn:hover {
	color: #084976;
	background: #d3d1d1;
    border: 1px solid #084976;
}

.searchbar .searchbar-btn:focus {
	color: #084976;
	background: #d3d1d1;
    border: 1px solid #084976;
}

.collapse {
	display: none;
	visibility: hidden;
}

.collapse.in {
	display: block;
	visibility: visible;
	margin-top: 2px;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}


.navbar-collapse.in {
	overflow-y: auto;
}

.navbar-nav {
	padding: 5px 0;
	overflow: hidden;
}

.navbar-nav > li {
	float: left;
	margin-right: 4px;
}

.navbar-nav > li > a {
	padding: 2px 15px;
	font-size: 12px;
	color: #d3d1d1;
	display: block;
	text-transform: uppercase;
	position: relative;
}

.navbar-nav > li.active > a {
	color: #fff;
	background: #ea5f24;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.open > a, .navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus {
	color: #084976;
	background: #d3d1d1;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.margin-b20 {
	margin-bottom: 20px;
}

.padding-10 {
	padding: 10px;
}

/* Левая */

#sidebar {
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin-bottom: 10px;
}

.accordion .panel {
    margin-bottom: 0px;
}

.accordion .link {
	display: block;
    height: 44px;
	padding: 13px 10px;
	position: relative;
	background: #084976;
	color: #d3d1d1;
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: 0 0 5px #084976;
}

.accordion .link:hover {
    color: #084976;
    background: #d3d1d1;
}

.accordion .accordion-marker {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	width: 22px;
	height: 22px;
    color: #d3d1d1;
    background: #084976;
	border: 1px solid #d3d1d1;
	border-radius: 50%;
	text-align: center;
}

.accordion .accordion-close {
    display: inline-block;
}

.accordion .accordion-open {
    display: none;	
}

.accordion .collapsed .accordion-close {
    display: none;	
}

.accordion .collapsed .accordion-open {
    display: inline-block;
}

.shortstory-accordion:last-child {
	border-bottom: none;
}

.shortstory-accordion a {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 10px;
	background: #084976;
	box-shadow: 0 0 5px #084976;
}

.shortstory-accordion-title {
	display: block;
	font-size: 12px;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
}

.shortstory-accordion .shortstory-accordion-date, .shortstory-accordion .shortstory-comments {
	color: #fff;
	float: right;
}

.shortstory-accordion a:hover .shortstory-accordion-title {
	color: #d3d1d1;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
	display: block;
	line-height: 1;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
}

#cssmenu {
	color: #000;
	font-family: Helvetica,Arial,sans-serif;
	width: 100%;
}

#cssmenu ul ul {
	display: none;
}

#cssmenu > ul > li > a {
	background: #084976;
    border-radius: 8px;
    text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	box-shadow: 0 0 5px #084976;
	padding: 15px 0px;
	text-decoration: none;
	z-index: 2;
	margin-bottom: 20px;
}

#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
	background: #084976;
	color: #d3d1d1;
}


.barleft, .centerblock {
	padding-left: 10px;
	padding-right: 10px;
}



/* Полная новость */

.fstory-content img {
	max-width: 100%;
	height: auto;
}

.speedbar {
    position: relative;
    height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #f7f7f7;
    line-height: 44px;
    overflow: hidden;
    padding: 0 20px;
    background: #084976;
    border-radius: 8px;
    box-shadow: 0 0 5px #084976;
    margin-top: 2px;
}

.fullnews {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.padding-20 {
	padding: 20px;
}

.block-white {
	background: #fff;
	box-shadow: 0 0 5px #084976;
	border-radius: 8px;
}

.fullstory {
	margin: 0 -10px 0 -10px;
	overflow: hidden;
}

.fullstorytop {
	float: left;
	padding-left: 20px;
    padding-right: 20px;
}

.fullstoryimg {
    width: 200px;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px 8px 0 0;
    margin-top: 3px;
}

.fullstorytopbar {
    overflow: hidden;
    font-size: 18px;
    padding-right: 20px;
}

.fstory-content {
	text-align: justify;
	padding: 0 20px;
	font-size: 18px;
}

.fullstory-info {
	background: #084976;
    height: 44px;
	padding: 10px;
	color: #fff;
	box-shadow: 0 0 5px #084976;
}

.fullstory-info-left {
    float: left;
    width: 50%;
}

.fullstory-info-right {
	text-align: right;
    float: left;
    width: 50%;
}

.fullstory-date {
	font-size: 12px;
}

.fullstory-comments {
    font-size: 12px;
	padding-left: 10px;
}

.fullstory-date i, .fullstory-comments i {
    margin-right: 5px;
}

/* скриншоты, спойлеры */

.fullstory_spoiler .link {
	display: block;
    width: 100%;
    max-width: 300px;
    height: 44px;
	padding: 13px 40px;
	position: relative;
	background: #084976;
	color: #d3d1d1;
	text-transform: uppercase;
	font-size: 14px;
    box-shadow: 0 0 5px #084976;
}

.fullstory_spoiler .link:hover {
    color: #084976;
    background: #d3d1d1;
}

.fullstory_spoiler-marker {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	width: 22px;
	height: 22px;
    color: #d3d1d1;
    background: #084976;
	border: 1px solid #d3d1d1;
	border-radius: 50%;
	text-align: center;
}

.fullstory_spoiler .fullstory_spoiler-close {
    display: inline-block;
}

.fullstory_spoiler .fullstory_spoiler-open {
    display: none;	
}

.fullstory_spoiler .collapsed .fullstory_spoiler-close {
    display: none;
}

.fullstory_spoiler .collapsed .fullstory_spoiler-open {
    display: inline-block;   
}

.fullstory_spoiler_images {
    padding-top: 7px;
	display: block;
	position: relative;
	background: #fff;
    text-align: center;
}

.fullstory_spoiler_images img {
    width: 31%;
}

.fullstory_spoiler_images img:hover {
    cursor: zoom-in;
}

/* Краткая новость */

.storysh {
    width: 100%;
    padding-bottom: 20px;
    float: left;
}

.shortstory {
	background: #084976;
    border-radius: 8px;
	box-shadow: 0px 0px 5px #084976;
}

.shortstory-images {
	position: relative;
}

.shortstory-images a {
	display: block;
	overflow: hidden;
}

.shortstory-images a img {
	width: 200px;
    height: 300px;    
	display: block;
	border-radius: 8px 8px 0px 0px;
}

.shortstory-images a:hover img {
	opacity: 0.8;
}

.shortstory-bottom {
	color: #fff;
	position: relative;
	height: 24px;
	overflow: hidden;
	padding-left: 10px;
}

.shortstory-bottom .shortstory-more {
	right: 0;
    position: absolute;
	display: inline-block;
	font-size: 18px;
	text-align: center;
    padding: 3px 10px 10px 10px;
    }

.shortstory-date {
    font-size: 10px;
}

.shortstory-bottom .shortstory-more:hover {
	background: #084976;
	color: #d3d1d1;
}

.shortstory-bottom .shortstory-more-more {
    color: #d3d1d1;
	position: absolute;
	right: 0;
	width: 100%;
	display: inline-block;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
    padding-top: 2px;
}

.shortstory-bottom .shortstory-more-more:hover {
	color: #fff;
}

/* Похожие новости */

.relatednews {
    padding: 0 20px;
}

.relatednews-post {
    width: 33.33333333%;
    padding-top: 10px;
    float: left;
}

.relatednews-post-full {
    width: 200px;
    margin: auto;
    background: #084976;
	color: #d3d1d1;
	text-transform: uppercase;
	font-size: 14px;
    box-shadow: 0px 0px 5px #084976;
    border-radius: 8px;
}

.relatednews-bottom {
    color: #fff;
    position: relative;
    text-transform: none;
    height: 32px;
    overflow: hidden;
}

.relatednews-bottom .relatednews-more-more {
    color: #d3d1d1;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
    margin-top: 5px;
}

.relatednews-images {
	position: relative;
}

.relatednews-images a {
	display: block;
	overflow: hidden;
}

.relatednews-images a img {
	width: 100%;
	display: block;
	border-radius: 8px 8px 0 0;
}

.relatednews-images a:hover img {
	opacity: 0.8;
}

/* Инфрейм */

.dl-iframe {
    width: 100%;
    max-width: 320px;
    height: 140px;
    margin: auto;
    display: block;
}

/* Низ */

#footer {
	background: #084976;
	color: #fff;
	box-shadow: 0 -1px 5px #084976;
}

.footer-copirating {
    padding: 20px;
    text-align: center;
}

.footer-copirating a {
    color: #fff;
}

/* Рейтинг звезды */

.ratebox {
    padding: 10px 10px;
}

.rating {
	width: 85px;
	height: 17px;
	font-size: 0.9em;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.unit-rating {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 83px;
	height: 17px;
	position: relative;
	background: url("../dleimages/rating.png") repeat-x;
}

.unit-rating li {
	text-indent: -90000px;
	padding: 0;
	margin: 0;
	float: left;
}

.unit-rating li a {
	display: block;
	width: 17px;
	height: 17px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0;
}

.unit-rating li a:hover {
	background: url("../dleimages/rating.png") 0 -17px;
	z-index: 2;
	left: 0;
}

.unit-rating a.r1-unit {
	left: 0;
}

.unit-rating a.r1-unit:hover {
	width: 17px;
}

.unit-rating a.r2-unit {
	left: 17px;
}

.unit-rating a.r2-unit:hover {
	width: 34px;
}

.unit-rating a.r3-unit {
	left: 34px;
}

.unit-rating a.r3-unit:hover {
	width: 51px;
}

.unit-rating a.r4-unit {
	left: 51px;
}

.unit-rating a.r4-unit:hover {
	width: 68px;
}

.unit-rating a.r5-unit {
	left: 68px;
}

.unit-rating a.r5-unit:hover {
	width: 85px;
}

.unit-rating li.current-rating {
	background: url("../dleimages/rating.png") 0 -34px;
	position: absolute;
	height: 17px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.ratingzero {
	color: #6c838e;
}

.ratingtypeplusminus {
	padding: 0px 5px;
}

.ratingtypeplus {
	color: #6c838e;
	padding: 0px 0px 0px 5px;
}

.ratingplus {
	color: green;
}

.ratingminus {
	color: red;
}

/* Цитаты, Спойлеры, Код */
.scriptcode, .title_quote, .title_spoiler, .text_spoiler {
	background: #fff;
	box-shadow: 0px 0 5px #084976;
    padding: 10px;    
}

.title_quote {
	margin-top: 2px;
	font-weight: bold;
}

.quote, blockquote {
	padding: 1% 4%;
	margin: 1em 0;
	border-left: 4px solid #d3d1d1;
	font-style: italic;
}

.title_spoiler {
	margin-top: 10px;
	margin-bottom: 10px;
}

.text_spoiler {
	margin-bottom: 2px;
}

.title_spoiler img {
	vertical-align: middle;
	margin: -1px 0 0 !important;
}

.scriptcode {
	color: #4c6d0f;
	text-align: left;
	font-family: "Courier New";
}

.title_spoiler {
	font-weight: normal;
}

.text_spoiler {
	border-top: 0;
	text-align: center;
}

/* Навигация */

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-8 {
    width: 66.66666667%;
}


.col-xs-2, .col-xs-8 {
    float: left;
}

.col-xs-2, .col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.pages {
	padding: 0 10px;
	margin-bottom: 20px;
}

.pages b {
	display: none;
}

.pages-next {
	text-align: right;
}

.pages-prev i {
	margin: 5px 0 0 -2px;
}

.pages-next i {
	margin: 5px -2px 0 0;
}

.pages-prev > a, .pages-next > a, .pages-prev > span, .pages-next > span {
	display: inline-block;
	font-size: 28px;
	line-height: 44px;
	width: 44px;
	height: 44px;
	text-align: center;
}

.pages-prev > span, .pages-next > span {
	color: #fff;
	background-color: #084976;
	border-radius: 8px;
}

.pages-prev > a, .pages-next > a {
	color: #fff;
	background: #084976;
	border-radius: 8px;
}

.pages-prev > a:hover, .pages-next > a:hover {
	background: #d3d1d1;
	color: #084976;
	border-radius: 8px;
    }

.pages-numbers {
	text-align: center;
}

.pages-numbers > a, .pages-numbers > span {
	display: inline-block;
	margin: 0 3px;
	margin-top: 5px;
	line-height: 38px;
	width: 38px;
	height: 38px;
	text-align: center;
}

.pages-numbers > span {
	color: #084976;
	background-color: #d3d1d1;
	border-radius: 8px;	
}

.pages-numbers > a {
	color: #fff;
	background: #084976;
	border-radius: 8px;
}

.pages-numbers > a:hover {
	background: #d3d1d1;
	color: #084976;
}

/* Страницы */

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #d3d1d1;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d3d1d1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #d3d1d1;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #084976;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #084976;
}

textarea.form-control {
    height: 200px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    background: #084976;
    color: #d3d1d1;
    border: 1px solid #084976;
    border-radius: 8px;
    padding: 8px 14px 7px 14px;
    line-height: 1.42857143;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 20;
    text-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transition: all 200ms ease-in;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.btn:hover, .btn:focus {
    color: #084976;
    text-decoration: none;
    background: #d3d1d1;
    border: 1px solid #084976;
}


.berrors {
    background: #084976;
    padding: 20px;
    overflow: hidden;
    color: #fff;
    position: relative;
    font-size: 14px;
    box-shadow: 0 0 5px #d3d1d1
}

/*--- Загрузчик AJAX ---*/
#loading-layer {
	background: #000;
	padding: 20px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}
/*---показ оригинальной картинки загруженной на сайт из уменьшенной копии---*/
.highslide-wrapper, .highslide-outline {
	background: #fff;
}

.highslide-image {
	border: 2px solid #fff;
}

.highslide-active-anchor {
	visibility: hidden;
}

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-dimming {
	background-color: black;
}

.highslide-html {
	background-color: white;
}

.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: black;
}

a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}

.highslide-caption {
	display: none;
	padding: 5px;
	background: white;
}

.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px;
}

.highslide-controls li {
	float: left;
	padding: 5px 0;
}

.highslide-controls a {
	background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}

.highslide-controls a.disabled {
	cursor: default;
}

.highslide-controls a span {
	display: none;
}
 
/*---The CSS sprites for the controlbar---*/
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
	background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
	background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
	background-position: -120px 0;
}

.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
	background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*---Быстрый поиск на сайте---*/
#searchsuggestions {
	z-index: 2200;
	width: 300px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #ddd;
	border-color: rgba(0,0,0,0.2);
	background-clip: padding-box;
	font-size: .9em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#searchsuggestions a, #searchsuggestions span.notfound {
	padding: 15px 25px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
}

#searchsuggestions a {
	color: inherit;
}

#searchsuggestions a:hover {
	background-color: #d3d1d1;
}

#searchsuggestions a span {
	display: block;
	cursor: pointer;
}

#searchsuggestions span.searchheading {
	display: block;
	font-weight: bold;
	margin-bottom: .2em;
}

#searchsuggestions span.seperator {
	display: block;
}

#searchsuggestions span.seperator a {
	padding: 10px 0;
	text-align: center;
	border: 0 none;
	background-color: transparent;
	color: #919191;
}

#searchsuggestions span.notfound {
	padding: 15px 25px;
	display: block;
}

#searchsuggestions .break {
	display: none;
}

/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-widget-overlay {
	background: #000;
	opacity: 0.5;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
}

.ui-helper-clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ui-helper-clearfix {
	display: inline-block;
}

* html .ui-helper-clearfix {
	height: 1%;
}

.ui-helper-clearfix {
	display: block;
}

.ui-dialog {
	text-align: left;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 370px;
	border-radius: 2px;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #e6e6e6;
	border-color: rgba(0,0,0,0.1);
	background-color: #d3d1d1;
	background-clip: padding-box;
}

.ui-dialog-titlebar {
	padding: 20px 20px;
	position: relative;
}

.ui-dialog-title {
	float: left;
	font-weight: bold;
	font-size: 1.15em;
}

.ui-dialog-titlebar-close {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	height: 32px;
	width: 32px;
	border: 0 none !important;
}

.ui-dialog-titlebar-close .ui-icon {
	display: block;
	margin: 10px auto 0 auto;
	width: 12px;
	height: 12px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	opacity: .5;
}

.ui-dialog-titlebar-close:hover .ui-icon {
	opacity: 1;
}

.ui-icon {
	overflow: hidden;
	text-indent: -9999px;
}

.ui-dialog label {
	color: #575757;
}

.ui-dialog-content {
	padding: 20px;
	border: 1px solid #fff;
	overflow: auto;
	position: relative;
	zoom: 1;
}

.ui-dialog-content br:first-child {
	display: none;
}

.loginbox.ui-dialog, .loginbox .ui-dialog-content {
	overflow: visible !important;
}

.ui-dialog-content h2 {
	display: inline;
	font-size: 1em;
	font-weight: bold;
}

.ui-dialog .ui-dialog-buttonpane {
	padding: 20px;
	text-align: center;
}

.ui-dialog .ui-resizable-se {
	bottom: 3px;
	height: 14px;
	right: 3px;
	width: 14px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-state-error {
	background: #fef1ec 50% 50% repeat-x !important;
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}


.ui-helper-hidden-accessible {
	display: none;
}

/* Иконки */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-note-beamed:before { content: '\e801'; } /* '' */
.icon-eye:before { content: '\e802'; } /* '' */
.icon-video:before { content: '\e803'; } /* '' */
.icon-users:before { content: '\e804'; } /* '' */
.icon-picture:before { content: '\e805'; } /* '' */
.icon-tag:before { content: '\e806'; } /* '' */
.icon-flag:before { content: '\e807'; } /* '' */
.icon-download:before { content: '\e808'; } /* '' */
.icon-user-1:before { content: '\e809'; } /* '' */
.icon-mail-1:before { content: '\e80a'; } /* '' */
.icon-chat:before { content: '\e80b'; } /* '' */
.icon-calendar:before { content: '\e80c'; } /* '' */
.icon-clock:before { content: '\e80d'; } /* '' */
.icon-attention:before { content: '\e80e'; } /* '' */
.icon-menu:before { content: '\e80f'; } /* '' */
.icon-info:before { content: '\e810'; } /* '' */
.icon-left-open:before { content: '\e811'; } /* '' */
.icon-right-open:before { content: '\e812'; } /* '' */
.icon-hash:before { content: '\f029'; } /* '' */
.icon-hdd:before { content: '\f084'; } /* '' */
.icon-copyright:before { content: '\f1f9'; } /* '' */


/* Адаптация */

@media (max-width:467px) {

    h1 {
        font-size: small;
}

    
    .fullstorytop, .fullstory_spoiler_images img, .dl-iframe {
        width: 100%;
    }

    .fullstorytopbar {
        padding-left: 20px;
    }
    
    .fullstory-info-left {
        width: 100%;
        text-align: center;
    }
   
    .fullstory-info-right {
		display: none !important;
}   
    
    .relatednews-post {
        width: 100%;   
}

    .relatednews-post-full {
        width: 200px;
}
    .relatednews-images a img {
        width: 200px;
		height: 300px;
	}
    
    .storysh {
    width: 200px;
    margin: auto;
    padding-bottom: 20px;
    float: none;
}

}

@media (min-width:468px) {
        
    .storysh {
        width: 33%;
}
    
    .shortstory-images a img {
        width: 200px;
		height: 300px;
	}
    
    .shortstory {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
}
    
    .fullstoryimg {
        background: #084976;
        box-shadow: 0px 0px 5px #084976;
}

    .ratebox {
        background: #084976;
        box-shadow: 0px 0px 5px #084976;
        border-radius: 0 0 8px 8px;
}

    .relatednews-post {
        padding: 5px;
}

    .relatednews-images a img {
        width: 200px;
		height: 300px;
	}     

    .col-lg-1 {
        width: 8.33333333%;
}
    .col-lg-10 {
        width: 83.33333333%;
}    
    
    
    

}

@media (min-width:768px) {

    .container {
		width: 750px;
	}

	.shortstory-images a img {
		height: 440px;
	}    
    
    .storysh {
        width: 33.33333333%;
        padding-left: 0;
        padding-right: 0;
    }    
    
    .shortstory-images a img {
        width: 200px;
		height: 300px;
	}    
    
    .shortstory {
        width: 200px;

}
    .shortstory-comments {
		display: none !important;
}

    .relatednews-post {
        width: 33.33333333%;
        padding: 5px;    
}

    .relatednews-post-full {
        width: 200px;
}
    .relatednews-images a img {
		width: 200px;
		height: 300px;
	}
    
    .logotype {
        width: 240px;
}
    
}

@media (max-width:991px) {    

	.logotype, .searchtop {
        margin-top: 0;
        margin-left: 0;
		text-align: center;
		width: 100%;
	}    
    
    .searchbar {
        width: auto;
    } 
    
    .navbar-nav {
    margin-left: 10px;
    width: 200px;
    float: right;
    padding: 10px;
	}

	.navbar-nav > li {
		float: none;
		border-right: none;
	}

	.navbar-nav > li.open > a {
		margin-bottom: 0;
	}

	.navbar-nav > li > a {
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		background: #f7f7f7d9;
		color: #084976;
		border-top: 1px solid #084976;
		box-shadow: 0 0 5px #084976;
		border-radius: 8px;
		margin-bottom: 10px;
	}

	.navbar-nav > li > a:hover {
		background: #d3d1d1;
		color: #084976;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		margin-top: 4px;
		border: 0;
		box-shadow: none;
	}
    
    .hidden-xs {
		display: none !important;
	}
    
    

    
    
}

@media (min-width:992px) {
	
    .container {
		width: 970px;
	}
    
    .logotop, .searchtop, .barleft, .centerblock {
		float: left;
	}
    
    .searchtop {
		width: 74%;
	}
      
    #menu-bar {
		display: none;
	}
    
     .navbar-toggle {
		display: none !important;
	}
    
    .barleft {
		width: 25%;
	}
    
    
    .centerblock {
		width: 75%;
	}      
    
    .relatednews-post-full {
        max-width: 180px;
}
    .relatednews-images a img {
        width: 200px;
		height: 300px;
	}
    
    
}

@media (min-width:1200px) {
    
    .logotype {
        width: 290px;
}
    
	.container {
		width: 1170px;
	}    
    
    .storysh {
        width: 25%;
    }

    
    .relatednews-post-full {
        max-width: 200px;
}
    
}

.telegram-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #2CA5E0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23FFF' d='M23.91 3.79L20.3 20.84c-.25 1.21-.98 1.5-2 .94l-5.5-4.07-2.66 2.57c-.3.3-.55.56-1.1.56-.72 0-.6-.27-.84-.95L6.3 13.7l-5.45-1.7c-1.18-.35-1.19-1.16.26-1.75l21.26-8.2c.97-.43 1.9.24 1.53 1.73z'/%3e%3c/svg%3e");
    background-size: 50%; 
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #2CA5E0;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.telegram-button:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}
