@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=cyrillic');
/*font-family: 'Open Sans', sans-serif;*/
body {
	font: 15px/130% 'Open Sans', sans-serif;
	color: #000;
	background: #fff;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body a{
	color: #0088CE;
}
body a:hover{
	color: #006ea6;
	text-decoration: underline;
}
a,
a:hover,
a img,
a:hover img{
	transition: all 300ms;
}
a:hover img{
	filter: brightness(1.1);
}
a:active{
	color: #000000 !important;
}
img{
	max-width: 100%;
	height: auto;
}
strong{
	font-weight: 600;
	line-height: 100%;
}
.vertical-center {
	display: flex;
	align-items: center;
	align-content: center;
}
.clear{clear:both;}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
}
h1{font-size:48px;}
h2{font-size:40px;}
h3{font-size:35px;}
h4{font-size:30px;}
h5{font-size:25px;}
h6{font-size:20px;}
p.metadata{text-align:right;}
p.metadata a{font-size:10px; color:#fff; background:#E00; padding:2px 5px;	text-decoration:none; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;	opacity:0.5;}
p.metadata a:hover{	background:#E00; opacity:1; }
.container{position: relative}
@media (min-width: 1200px) {
	body .container {
		max-width: 1190px;
	}
}

/* Header
****************************************************/
header{
	background: #00385A;
	position: relative;
	z-index: 10;
}

.logo{
	margin-top: 21px;
	margin-bottom: 21px;
}
.top-menu{
}
.top-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
}
.top-menu ul li{
	display: inline-block;
	margin: 0 7px;
}
.top-menu ul li a{
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 10px 10px;
	font-weight: 300;
	text-transform: uppercase;
}
.top-menu ul li a:hover{
	text-decoration: none;
	color: #0088CE;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}


.search{
	display: flex;
	justify-content: flex-end;
}
.q_search{
	height: 32px;
	max-width: 210px;
	background: transparent;
	border-radius: 5px;
	width: 100%;
	padding: 3px 4px 0 10px;
	text-align: right;
	border: 1px solid #fff;
	box-shadow: inset 0 2px 6px -2px #7a7a7a;
}
.q_search #s{
	vertical-align: top;
	text-align: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	display: inline-block;
	font-size: 14px;
	height: 25px;
	line-height: 15px;
	padding: 11px 5px 10px;
	border-radius: 0;
	background: transparent;
	border: 0 solid #d7d7d7;
	outline: none;
	width: calc(100% - 40px);
	box-sizing: border-box !important;
}
.q_search #b{
	vertical-align: top;
	display: inline-block;
	width: 35px;
	height: 22px;
	border: 0;
	background: url("../images/ico-search.png") 50% 50% no-repeat;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
}
.q_search #b:hover {
	filter: brightness(10) grayscale(1);
}
::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;}
/*******************/
.sort-row{
	margin-bottom: 40px;
	background: #DDE7F4;
}
.sort-row > .container > .row{
	min-height: 40px;
}

ul.sort{
	margin: 0;
	padding: 0;
}
ul.sort li:last-child{
	margin-right: 0 !important;
}
ul.sort li{
	display: inline-block;
	margin: 0 30px 0 0 !important;
	height: auto !important;
}
ul.sort li a{
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}
ul.sort li a:hover{
	text-decoration: none;
}
ul.sort li.asc a,
ul.sort li.desc a{
	color: #0088CE;
	text-decoration: none;
	white-space: nowrap;
}

.sort > li.asc a:after,
.sort > li.desc a:after{
	background: none !important;
	width: auto;
	height: auto !important;
	margin: 0;
	font-weight: bold;
	line-height: 15px;
	font-size: 13px;
	color: #0088CE;
	margin-left: 3px;
	transform: scale(.7, 1);
	vertical-align: sub;
}
.sort > li.asc a:after{
	content: '﹀';
}
.sort > li.desc a:after{
	content: '︿';
	vertical-align: middle;
}


/* Middle
****************************************************/
.main{
	/*flex: 0 1 auto;*/
	padding-right: 75px;
}

/**** short-story ****/
#dle-content{
	justify-content: space-around;
	flex-direction: row;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.short-story-item{
	position: relative;
	overflow: hidden;
}
.ss-line > div{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #EDEDED;
}

.ss.fs-th a{
	display: block;
}

ul.ss.xar li {
	font-size: 15px;
	font-weight: 600;
	color: #909090;
	list-style: none;
	margin-bottom: 5px;
	margin-top: 15px;
}

.ss-edit{
	position: absolute;
	z-index: 5;
	top: 5px;
	right: 5px;
	font-size: 20px;
}

.ss-desc{
	color: #000;
	font-size: 15px;
	line-height: 20px;
	display: -webkit-box;
	height: 80px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.ss-views{
	color: #777;
}
.ss-views img{
	display: inline-block;
	margin-right: 10px;
	vertical-align: initial;
}

.rate{
	display: inline-block;
}
.rate *{
	transition: none !important;
}
.rating{
	margin: 0 auto;
	transform: scale(1.2);
}
.fs-stars .rating {
	margin: 0;
	margin-left: 5px;
	margin-top: 10px;
	transform: scale(1.2);
}
.fs-vote-num{
	font-size: 15px;
	display: inline-block;
	padding-left: 15px;
	color: #7d7d92;
	vertical-align: super;
}

/**** full-story ****/
.fullstory{

}
.fs-top{
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.fs-title-wrap{
	/*padding-left: 0;*/
}
.fs-title{
	font-size: 19px;
	color: rgb(0, 0, 0);
	font-weight: 600;
	margin-bottom: 8px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.fs-title a{
	text-decoration: none;
	font-size: 19px;
	color: rgb(0, 0, 0);
	font-weight: 600;
	margin-bottom: 8px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.fs-stars{
	margin-bottom: 10px;
}
.unit-rating,
.unit-rating li a:hover,
.unit-rating li.current-rating{
	background-image: url("../images/stars.png") !important;
}

ul.xar{
	margin: 0;
	padding: 0;

}
ul.xar li{
	font-size: 15px;
	font-weight: 600;
	color: #909090;
	list-style: none;
	margin-bottom: 17px;
}
ul.xar li span{
	color: #0088CE;
}
ul.xar li a{}


.fs-th-wrap{
	padding-right: 0;
}
.fs-th img{
	display: block;
	max-width: 100%;
	border-radius: 7px;

}

.fs-titles{
    font-size: 17px;
	font-weight: 600;
	margin-bottom: 25px;
}
#att .fs-titles{
	color: #0088CE;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.fs-to-dwnld-wrap{
	text-align: right;
	position: relative; z-index: 1;
	margin-top: -60px;
}
.fs-to-dwnld{
	display: inline-block;
	width: 190px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #0088CE;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 18px;
	/*max-width: 190px;*/
}
.fs-to-dwnld:hover {
	text-decoration: none;
	color: #fff;
	background: #0078b3;
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.3);
}

.fs-ss{
	margin-top: 20px;
}

.fs-video{
	max-width: 455px;
	overflow: hidden;
	margin: 0 auto;
}
body .xfieldimagegallery li img {
	display: block;
	float: none;
	margin: 0 auto;
	border: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	transition: box-shadow 0.5s ease;
}

/*****************/
.xfieldimagegallery{
	margin: 0;
	padding: 0 !important;
	list-style: none;
	clear: both;
}
.xfieldimagegallery li{
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.xfieldimagegallery li a{
	max-width: 500px;
	margin: 0 auto;
}
.xfieldimagegallery li a img{
	display: block;
	float: none;
	margin: 0 auto;
	border: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	transition: box-shadow 0.5s ease;
}

.fs-text{
	padding: 20px 0;
    line-height: 150%;
    font-size: 15px;
	margin-bottom: 30px;
}
.fs-text p{
    text-indent: 35px;
}

.dlevideoplayer{
	max-width: 650px !important;
	margin: 20px auto;
	display: block;
	box-shadow: none;
	border: 2px solid #008000;
	border-radius: 4px;
}
/*****************************/
.fs-reqs{}
.fs-req{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 8px 0;
}
/*****************************/
/*****************************/

/**** attachments ****/
.att{
	margin-bottom: 10px;
}
.att br{
	display: none;
}
.att .att-link{
	display: block;
	margin-bottom: 10px;
	border-radius: 7px;
	background: #5AA600;
	padding: 10px 20px;
	font-size: 16px;
	text-decoration: underline;
	color: rgb(255, 255, 255);

}
.att .att-link:hover{
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.39);
	background: #488500;
	text-decoration: none;
}

.fs-cache{
	font-size: 14px;
	color: #667;
}

/***************** related *************/
.rel-news{

}
.rel-item{
	text-align: center;
	border-bottom: 1px solid #F7F7FA;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.rel-thumb{

}
.rel-thumb a{
	display: block;
	max-width: 162px;
	margin: 0 auto 13px;
}
.rel-thumb a img{
	display: block;
	border-radius: 7px;
}
.rel-title-link{

}



/**** breadcrumbs ****/
.speedbar{
	margin-top: -10px;
	margin-bottom: 30px;
	color: #a0a0a0;
	font-size: 15px;
	font-weight: 600;
}
.speedbar a{
	font-weight: 600;
	font-size: 15px;
	color: #0088CE;
	text-decoration: none;
}

/**** navi ****/
.navi{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0;
}
.pages{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.pages span,
.pages a{
	display: inline-block;
	/*background: #008000;*/
	color: #0088CE;
	font-weight: normal;
	line-height: 31px;
	text-align: center;
	font-size: 16px;
	padding: 0 3px;
	margin: 0 2px;
}
.pages span{
	color: #000;
}
.pages a:hover{
	color: #000;
	text-decoration: none;
}
.pages > div > a,
.pages > div > span {
	background: none !important;
	color: #0088CE;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
.pages > div > span {
	color: #999;
}
.pages > div > a:hover{
	color: #000;
}

/* sidebar
****************************************************/
.sidebar{
	flex: 0 0 241px;
}
.right-menu{
	margin-bottom: 50px;
}
.right-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.right-menu ul li{}
.right-menu ul li a{
	border-radius: 8px 0 0 0;
	color: #000;
	font-size: 18px;
	display: block;
	margin-bottom: 9px;
	padding: 10px 20px;
	background: rgb(221,231,244);
	background: -moz-linear-gradient(40deg,  rgba(221,231,244,1) 0%, rgba(255,255,255,1) 85%);
	background: -webkit-linear-gradient(40deg,  rgba(221,231,244,1) 0%,rgba(255,255,255,1) 85%);
	background: linear-gradient(40deg,  rgba(221,231,244,1) 0%,rgba(255,255,255,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde7f4', endColorstr='#ffffff',GradientType=1 );

}
.right-menu ul li a:hover{
	text-decoration: none;
	background: rgb(221,231,244);
	background: -moz-linear-gradient(40deg, rgba(0, 136, 206, 0.5) 0%, rgba(255,255,255,1) 85%);
	background: -webkit-linear-gradient(40deg, rgba(0, 136, 206, 0.5)  0%,rgba(255,255,255,1) 85%);
	background: linear-gradient(40deg, rgba(0, 136, 206, 0.5) 0%,rgba(255,255,255,1) 85%);
}

.sb-title{
	font-size: 14px;
	font-weight: 600;
	color: #0088CE;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 12px;
	margin-top: 10px;
}
.sb-title span{
	display: inline-block;
	margin-left: 15px;
}
.sb-title img{

}
.sb-line{
	background: #F7F7FA;
	height: 1px;
	overflow: hidden;
}

/***************** top-news *************/
.top-news{

}
.top-item{
	text-align: center;
	border-bottom: 1px solid #F7F7FA;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.top-thumb{

}
.top-thumb a{
	display: block;
	max-width: 162px;
	margin: 0 auto 13px;
}
.top-thumb a img{
	display: block;
	border-radius: 7px;
}
.top-title-link{

}


/* comments
****************************************************/
.comments{
	padding: 0 0;
}

.comment-item{
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #EAEAEA;
}
.com_user{
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.com_user b{
	display: block;
}
.c-date{
	color: #999;
	font-size: 12px;
	display: inline-block;
	/*margin-left: 10px;*/
	font-weight: bold;
}
.com_tools{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 0;
	justify-content: flex-end;
}
.com_content{
	font-size: 14px;
	font-weight: 300;
	line-height: 130%;
	padding-left: 0;
}
.com_tools > *{
	margin-right: 10px;
}
.com_tools a{
	font-size: 12px;
}
/********************/
#addcomment{}
#addcomment input{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	background: rgb(255, 255, 255);
	margin-bottom: 5px;
	padding: 8px 15px;
	height: auto;
}
#addcomment textarea{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	background: rgb(255, 255, 255);
	margin-bottom: 15px;
	height: 100px;
}
.add-com-title{
	margin-bottom: 15px;
}
#addcomment ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#addcomment button.btn[type=submit]:hover{
	background: #005683;
}
#addcomment button.btn[type=submit]{
	background: #0088CE;
	border-radius: 4px;
	padding: 8px 35px;
	height: auto;
	font-size: 20px;
	font-weight: normal;
}

/* Footer
****************************************************/
footer{
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	background: #003B59;
}
footer a{
	color: #fff;
}
footer a:hover{
	text-decoration: none;
	color: #0088CE;
}

.f1 a{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	display: inline-block;
	margin-right: 15px;
}
.f1 a:last-child {
	margin-right: 0;
}

.f2{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.copy{
	margin-right: 25px;
	font-size: 12px;
}
.copy a{
	display: block;
	margin-bottom: 3px;
}


#pull{
	display: none;
	font-size: 30px;
	background: #0088CE;
	color: #fff !important;
	text-decoration: none;
	padding: 10px 30px;
	margin: 0 -15px
}
#pull span{
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	text-align: center;
}

.fs-title-mob{
	display: none;
}
.fs-title-dt{
	display: block;
}
/**************************************************/

@media only screen and (max-width: 1200px) {
	.search {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}

}
@media only screen and (max-width: 992px) {

	.ss.fs-th{
		margin-bottom: 15px;
	}

}
@media only screen and (max-width: 768px) {
	body{
		margin-top: 40px;
	}
	#pull{
		display: block;
	}
	#pull:active,
	#pull:hover{
		background: #006fa8;
	}
	.top-menu{
		position: fixed; z-index: 10;
		top: 0;
		left: 0;
		right: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.42);
	}
	.top-menu ul{
		display: none;
		margin: 0 0;
		padding: 0;
		list-style: none;
		text-align: center;
		background: #F8F8F8;
	}
	.top-menu ul li{
		display: block;
		margin: 0 7px;
	}
	.top-menu ul li a{
		display: block;
		color: #0088CE;
		font-size: 19px;
		padding: 10px 10px;
		border-top: 1px solid #ddd;
	}
	.top-menu ul li a:active,
	.top-menu ul li a:hover{
		text-decoration: none;
		color: #002134;
	}

	/**************/
	.logo{
		text-align: center;
	}
	.sort-row {
		margin-bottom: 40px;
		background: #DDE7F4;
		padding: 10px 0;
	}
	
	footer {
		text-align: center;
	}
	.f2{
		padding-top: 20px;
		justify-content: center;
	}

	/***************/
	.main {
		 flex: 0 0 100%;
		padding-right: 15px;
	}
	.sidebar {
		flex: 0 0 100%;
	}
	/******************/
	.fs-th-wrap {
		padding-right: 15px;
	}
	#dle-content {
		margin-right: 0;
		margin-left: -15px;
	}
	iframe{
		display: block;
		margin: 0 auto;
		width: 350px !important;
		height: 220px !important;
	}
	.fs-th{
		margin-bottom: 15px;
	}
	.com_content{
		padding-left: 15px;
	}
	.sidebar{
		padding-top: 50px;
	}
	.fs-to-dwnld-wrap {
		text-align: right;
		position: relative;
		z-index: 1;
		margin-top: 0;
	}
	.ss-line > div {
		padding-bottom: 0;
		margin:25px 0;
		border-bottom: 1px solid rgb(237, 237, 237);
	}
	.rel-item {
		text-align: center;
		border-bottom: 1px solid #F7F7FA;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.fs-title-mob{
		display: block;
	}
	.top-news,
	.top-news-tit,
	.fs-title-dt{
		display: none;
	}
}
@media only screen and (max-width: 576px) {

}
.short_game{
	text-align:center;
	padding:15px 5px;
	width:100%;
	
	background:#ecf2f9;
	border-radius:10px; 
	position:relative;
	margin-bottom:20px;
	padding-bottom:50px;
	min-height:224px;
	box-shadow:5px 3px 6px  1px rgba(0,0,0,0.13);
}
.short_game_in_bl{
	bottom:10px;
	left:0;
	right:0;
	height:40px;
	position:absolute;
}
.short_container h3{
	display:block;
	text-align:center;
	font-size:19px;
	color:#0088ce;
	padding:0 0 10px 0;
}
.short_game a{
	color:#000;
	font-size:14px;
	line-height:17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600 !important;
}
.short_game_image{
	height: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.short_game img{
	width:100%;
	max-width:142px;
	height:auto;
	max-height:96px;
	margin-bottom:10px;
}
.short_game_info{
	color:#0088ce;
	font-size:13px;
}
.short_game_info span{
	color:#909090;
}
.short_game_in_bl-r{
	position:relative;
	height:auto;
	bottom:unset;
	left:unset;
	right:unset;
}
.comments_item{
	font-family: 'Roboto', sans-serif;
	border-bottom:1px #e9e9e9 solid;
	padding:10px 0px;
}
.comments_item-link,.comments_item-info{
	display:block;
	font-size:14px;
	color:#000;
	margin-bottom:10px;
	font-weight: 600 !important;
}
.comm_rate{
	display:flex;
	align-items:center;
	color:#000;
}
.comm_rate a{ 
	display:flex;
	
	color:#000;
	align-items:center;
}
.comm_rate-icon{
	width:16px;
	float:left;
	margin-right:10px;
	height:14px;
	display:block;
	background:url(../images/like_i.png);
}
.order_wrap_main,.down_wrap{
	padding:20px 60px;
		background:#ecf2f9;
	border-radius:10px;
	box-shadow:5px 3px 6px  1px rgba(0,0,0,0.13);
}
.h3_main{
	color:#003b59;
	font-size:25px;
}
.order_wrap_main p{
	display:block;
	color:#003b59;
	font-size:18px;
	text-align:center;
}
.order_wrap_main input,.order_wrap_main textarea{
	color:#003b59;
	font-size:20px;
	width:100%;
	border-radius:10px;
	height:40px;
	margin-bottom:30px;
	line-height:40px;
}
.order_wrap_main input::placeholder,.order_wrap_main textarea::placeholder{
	color:#003b59 !important;
}
.order_wrap_main textarea{
	color:#003b59;
	font-size:20px;
	width:100%;
	border-radius:10px;
	min-height:320px;
	line-height:25px;
	margin:0;
}
.order_btn_new{
	height:40px;
	line-height:40px;
	color:#fff;
	outline:none;
	border:0;
	text-align:center;
	font-size:20px;
	margin-top:20px;
	border-radius:10px;
	background:#003b59;
	cursor:pointer;
	padding:0 20px;
}
.down_wrap h3{
	color:000;
	font-size:18px;
	padding:0;
	display:block;
	text-align:center;
	font-weight:800;
	margin-bottom:15px;
	text-shadow:0 0 5px rgba(0,0,0,0.1);
}
.file_image{
	text-align:center;
}
.down_wrap img{
	max-width:340px;
	height:auto;
	width:100%;
	margin:0 auto;
	border-radius:10px;
	text-align:center;
}
.card-info_file{
	max-width:515px;
	margin:0 auto;
	
}
.card-info_file div{
	display:flex;
	position:relative;
	justify-content:space-between;
}
.card-info_file div:before{
	content:" ";
	border:1px #000 solid;
	width:100%;
	position:absolute;
	top:50%;
	z-index:1;
}
.card-info_file div span{
	background:#eef3f9;
	position:relative;
	z-index:2;
	padding:5px 10px 5px 0;
}
.card-info_file div span:last-child{
	padding:5px 0 5px 10px;
}