/**********************************
 All rights reserved.
 "Zaratos" Web Development (c) 2017
 Contacts: 
 skype - winzipper1;
 vk - https://vk.com/zaratos_kzn;
  **********************************/


/* General */
.wrap {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 1250px;
	min-width: 320px;
	background: #f3f5f6;
}
header,
section,
article,
footer {
	display: block;
}
header nav ul,
header nav ul li,
header nav.subnav ul,
header nav.subnav ul.loginblock,
.siteleft section.fullstory article .newscont .newscontin .fnewscontText ul.info,
.siteleft section ul.cats,
footer .fl ul.fnav {
	padding: 0;
	margin: 0;
}

header nav {
	display: block;
	background: #36393f;
	width: auto;
	height: 52px;
}
header nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height: 52px;
}
header nav ul li.logotype a {
	background: #4d0001;
}
header nav ul li.logotype a img {
	vertical-align: middle;
	margin: -3px 0 0;
	opacity: 1;
}
header nav ul li a {
	display: block;
	padding: 0 20px;
	line-height: 51px;
	color: #fff;
}
header nav ul li.logotype, 
header nav ul li a:active,
header nav ul li a:hover {
	background: #292929;
}
header nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}
header nav ul#search_form {
	display: block;
	float: right;
	margin: 14px 10px 0 0;
}
header nav ul#search_form li {
	height: auto;
	padding: 0 10px;
}
header nav ul#search_form li input[type="submit"] {
	display: inline-block;

}
header nav ul#search_form li input[type="text"] {
	width: 250px;
	height: 25px;
	background: #fff;
	padding: 0 0 0 5px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 14px "Open Sans", Arial, sans-serif;
}
header nav ul#search_form li input[type="submit"] {
	width: 16px;
	height: 16px;
	background: url(../images/ico_search.png) 0 0 no-repeat;
	margin: 5px 0 0 -21px;
	position: absolute;

}
header nav ul#search_form li input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.7;
}
header nav.subnav {
	display: block;
	width: auto;
	height: 33px;
	background: #292929;
	border-bottom: 3px solid #4d0001;
	overflow: hidden;
}
header nav.subnav ul {
	padding: 0 20px;
}
header nav.subnav ul li {
	display: block;
	float: left;
	list-style-type: none;
	line-height: 33px;
	color: #828282;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
header nav.subnav ul li a {
	height: 33px;
	line-height: 33px;
}
header nav.subnav ul li a:hover {
	background: #36393f;
}
header nav.subnav ul.loginblock {
	display: block;
	float: right;
}
header nav.subnav ul.loginblock input[type="text"],
header nav.subnav ul.loginblock input[type="password"] {
	margin: 0 5px 0 0;
	color: #fff;
	background: #36393f;
	border: 1px solid #484b53;
}
header nav.subnav ul.loginblock li#ico a:hover {
	background: none;
}
header nav.subnav ul.loginblock li#ico a {
    padding: 5px 10px 0 10px;
	margin: 0;
}
header nav.subnav ul.loginblock li#ico b.vk {
    margin: 0;
    padding: 0;
    display: block;
    background: url(../images/social-auth.png) 0 0 no-repeat;
    width: 25px;
    height: 25px;
}
header nav.subnav ul.loginblock li#ico b.mailru {
    margin: 0;
    padding: 0;
    display: block;
    background: url(../images/social-auth.png) -25px 0 no-repeat;
    width: 25px;
    height: 25px;
}
header nav.subnav ul.loginblock li#ico b.yandex {
    margin: 0;
    padding: 0;
    display: block;
    background: url(../images/social-auth.png) -50px 0 no-repeat;
    width: 25px;
    height: 25px;
}
header nav.subnav ul.loginblock li#ico b:hover {
    opacity: 0.8;
}

/* Main */
.siteleft {
	display: block;
	float: left;
	padding: 20px 0;
	max-width: 600px;
}
.siteright {
	display: block;
	float: left;
	padding: 20px 0;
}
section {
	display: block;
	padding: 0 0 0 20px;
	float: left;
}
section.mini {
	width: 295px;
}
section.full,
section.m-media,
section.m-forum  {
	padding: 20px 20px 0 20px;
	clear: both;
}
.siteleft section .m-tit,
.siteright section .m-tit,
.siteleft section.fullstory .fstit,
.siteleft section.fullstory .fstitcom,
.siteleft section.feedback .fstit,
.siteleft section.feedback .fstitcom {
    background: url(../images/sectionbg.png);
    width: auto;
    min-width: 100px;
    display: block;
}
.siteleft section .m-tit span,
.siteright section .m-tit span,
.siteleft section.fullstory .fstit h1,
.siteleft section.fullstory .fstitcom span,
.siteleft section.feedback .fstit h1,
.siteleft section.feedback .fstitcom span {
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 53px;
    padding: 0 20px;
}
.siteleft section.fullstory .fstit {
    max-width: 600px;
}
.siteleft section ul.cats {    
	height: 40px;
	line-height: 40px;
	background: #fff;
	overflow: hidden;
}
.siteright section ul.cats {    
	height: 40px;
	line-height: 40px;
	background: #fff;
	overflow: hidden;
}
.siteleft section ul.cats li,
.siteright section ul.cats li {
	list-style-type: none;
	float: left;
	margin: 0 10px;
}
.siteleft section ul.cats li a,
.siteright section ul.cats li a {
	color: #000;
}
.siteleft section ul.cats li a:active,
.siteleft section ul.cats li a:hover,
.siteright section ul.cats li a:active,
.siteright section ul.cats li a:hover {
	color: #4d0001;
	text-decoration: underline;
}
.siteleft section article {
	display: block;
	border-bottom: 1px solid #e8ebef;
}
.siteleft section article .newscont {
	display: block;
	background: #fff;
    height: 171px;
    position: relative;
    margin: 0;
}
.siteleft section.fullstory {
    max-width: 580px;
}
.siteleft section.fullstory article .newscont,
.siteleft section.feedback article .newscont {
	display: block;
	background: #fff;
	height: auto;
	overflow: hidden;
}
.siteleft section.fullstory article .comcont {
	display: block;
	background: #fff;
    width: auto;
    max-width: 660px;
}
.siteleft section article .newscont:hover,
.siteright section article a:hover {
	display: block;
	background: #e8ebef;
}
.siteleft section.fullstory article .newscont:hover,
.siteleft section.feedback article .newscont:hover {
	background: #fff;
}
.siteleft section article .newscont #storyimghidden,
.siteleft section article .newscont .newscontin {
	display: block;
	float: left;
}
.siteleft section.fullstory article .newscont img,
.siteleft section.fullstory article .newscont .newscontin,
.siteleft section.feedback article .newscont img,
.siteleft section.feedback article .newscont .newscontin {
	display: block;
	float: none;
}
.siteleft section article .newscont #storyimghidden {
	width: 295px;
    max-height: 171px;
	overflow: hidden;
}
.siteleft section article .newscont #storyimghidden img {
	width: 295px;
    height: 171px;
    max-height: 171px;
}
.siteleft section article .newscont img {
    width: 100%;
    max-width: 580px;
    height: auto;
}
.siteleft section article a .newscont img {
	opacity: 1;
}
.siteleft section article a:hover .newscont img {
	opacity: 0.5;
}
.siteleft section article .newscont .newscontin {
	max-width: 285px;
}
.siteleft section.fullstory article .newscont .newscontin,
.siteleft section.feedback article .newscont .newscontin {
	width: 580px;
}
.siteleft section.fullstory article .newscont .newscontin {
    max-width: 580px;
}
.siteleft section article .newscont .newscontin h3 {
	display: block;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
    color: #000;
    margin: 10px 0 10px 20px;
    font-weight: normal;
    height: 40px;
}
.siteleft section article .newscont .newscontin .newscontText {
	max-width: 405px;
	padding: 0 20px 20px 20px;
	color: #000;
	height: auto;
	overflow: hidden;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText,
.siteleft section.feedback article .newscont .newscontin .fnewscontText {
	padding: 20px;
	color: #000;
	height: auto;
	/* text-align: justify; */
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText a {
	color: #000;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText ul li {
	list-style: none;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText ul {
	margin: 10px 0 0 20px;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText ul.info {
	display: block;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText ul.info li {
	list-style-type: none;
    float: left;
	margin: 0 20px 20px 0;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText ul.info li.right {
    float: right;
    margin: 0 0 0 20px;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText ul.info li i.rating, {
	display: inline-block;
    float: left;
    background: url(../images/comlikes.png);
    width: 12px;
    height: 9px;
    margin: 7px 5px 0 0;
}
.siteleft section.fullstory ul.cats li i.rating {
	display: inline-block;
    float: left;
    background: url(../images/comlikes.png);
    width: 12px;
    height: 9px;
    margin: 16px 5px 0 0;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText ul.info li i.like,
.siteleft section ul.cats li i.like {
    display: inline-block;
    float: left;
    background: url(../images/fslike.png);
    width: 15px;
    height: 14px;
    margin: 4px 0 0 0;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText ul.info li i.dislike,
.siteleft section ul.cats li i.dislike {
    display: inline-block;
    float: left;
    background: url(../images/fsdislike.png);
    width: 15px;
    height: 14px;
    margin: 4px 0 0 0;
}
.siteleft section ul.cats li i.like,
.siteleft section ul.cats li i.dislike {
    margin: 13px 0 0 0;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText ul.info li span,
.siteleft section.feedback article .newscont .newscontin .fnewscontText ul.info li span,
.siteleft section.fullstory ul.cats li span {
    color: #989899;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText img {
    width: 100%;
    max-width: 580px;
	margin: 0 0 0 -20px;
    padding: 0 0 20px 0;
}
.siteleft section.feedback article .newscont .newscontin .fnewscontText img,
.siteleft section.fullstory article .newscont .newscontin .fnewscontText .c-capcha img {
    max-width: 160px !important;
    max-height: 80px !important;
	margin: 0 !important;
    padding: 0 !important;
}
.siteleft section.fullstory article .newscont .newscontin .fnewscontText iframe {
	width: 540px;
	height: 439px;
}
.siteleft section article .newscont .newscontin .newscontInfo {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #767779;
	padding: 0 20px;
    clear: both;
}

/* Content */
.siteleft section.main_f article {
    background-color: #fff;
    margin: 0 0 20px 0;
    display: block;
    float: left;
    position: relative;
    max-width: 278px;
    border: 1px solid #d2d2d2;
    -o-border: 1px solid #d2d2d2;
    -moz-border: 1px solid #d2d2d2;
    -webkit-border: 1px solid #d2d2d2;
}
.siteleft section.main_f_search article:nth-child(2n) {
    margin: 0 20px 20px 0 !important;
}
.siteleft section.main_f article:nth-child(2n) {
    margin: 0 0 20px 20px;
}
.siteleft section.main_f article figure {
	width: 278px;
    height: 156px;
    height: 0;
    margin: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.siteleft section.main_f article figure img {
	width: 278px;
    height: 156px;
    margin: 0 auto;
    vertical-align: middle;
    border-style: none;
    border: 0;
}
.siteleft section.main_f article .post_cont {
	display: flex;
    padding: 16px 20px 0 20px;
    flex-direction: column;
    height: 80px;
}
.siteleft section.main_f article .post_cont .post_date {
	color: #aaa;
	font: 12px "Open Sans", Arial, sans-serif;
}
.siteleft section.main_f article .post_cont .post_date time:before {
	content: '';
	background: url(../images/sprites.png) 0 -16px no-repeat;
	width: 13px;
	height: 13px;
	margin: 2px 0 0 0;
	display: flex;
	position: absolute;
}
.siteleft section.main_f article .post_cont h3 {
    margin: 5px 20px 10px 0;
}
.siteleft section.main_f article .post_cont h3 a {
    position: static;
    color: #333;
	font: bold 18px "PT Sans Narrow", Arial, sans-serif;
}
.siteleft section.main_f article .post_cont h3 a:hover {
	color: #4d0001;
	text-decoration: none;
}
.siteleft section.main_f article .post_cont h3 a:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.siteleft section.main_f article .post_bottom {
	margin: auto 20px 0;
    border-top: 1px solid #eee;
    border-bottom: none;
    padding: 15px 0 15px 0;
    display: flex;
    align-items: center;
}
.siteleft section.main_f article .post_bottom .post_items {
	color: #aaa;
	font: 12px "Open Sans", Arial, sans-serif;
    display: flex;
    align-items: center;
}
.siteleft section.main_f article .post_bottom .post_items span.view,
.siteleft section.main_f article .post_bottom .post_items span.comm,
.siteleft section.main_f article .post_bottom .post_items span.rate
 {
	margin: 0 10px 0 0;
}
.siteleft section.main_f article .post_bottom .post_items span.view span:before {
	content: '';
	background: url(../images/sprites.png) 0 -29px no-repeat;
	width: 14px;
	height: 9px;
	margin: 4px 4px 0 0;
	float: left;
}
.siteleft section.main_f article .post_bottom .post_items span.comm span:before {
	content: '';
	background: url(../images/sprites.png) 0 -38px no-repeat;
	width: 12px;
	height: 11px;
	margin: 4px 4px 0 0;
	float: left;
}
.siteleft section.main_f article .post_bottom .post_items span.rate span.rate_one:before {
	content: '';
	background: url(../images/sprites.png) 0 -49px no-repeat;
	width: 12px;
	height: 10px;
	margin: 4px 4px 0 0;
	float: left;
}

/* Right */
.siteright {
	padding: 20px 0 0 0;
	overflow: hidden;
}
.siteright section article {
	display: block;
	background: #fff;
	border-bottom: 1px solid #e8ebef;
}
.siteright section.mini article a {
	display: block;
	padding: 15px 20px;
}
.siteright section.mini article a:hover {
	text-decoration: none;
}
.siteright section.mini article .title {
	color: #000;
	padding: 0;
}
.siteright section.mini article .date {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #767779;
	padding: 11px 0 0 0;
}

/* Footer */
footer {
	padding: 20px 20px 0 20px;
	height: 100px;
	overflow: hidden;
}
footer .wrap {
	display: block;
	background: #fff;
	width: auto;
	height: 100px;
	padding: 0 20px 20px 20px;
	border-top: 1px solid #e8ebef;
}
footer .fl {
	display: block;
	float: left;
	width: 33%;
    padding: 20px 0;
}
footer .fc {
	display: block;
	float: left;
	width: 33%;
	text-align: center;
    color: #383838;
    font-family: 'BankGothic Lt BT';
    line-height: 100px;
}
footer .fr {
	text-align: right;
    padding: 20px 0;
}
footer .fl .flcopy {
	color: #383838;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
}
footer .fl ul.fnav li {
	list-style-type: none;
	float: left;
	padding: 0 10px;
	margin: 23px 0 0 0;
}
footer .fl ul.fnav li:first-child {
	padding: 0 10px 0 0;
}
footer .fl ul.fnav li a {
	color: #383838;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
}
footer .fl ul.fnav li a:hover {
	color: #4d0001;
	text-decoration: none;
}
footer .fr a {
	line-height: 80px;
}
footer .fc img {
	opacity: 1;
}

/* Comments */
.com_b, .com_l {
	display: block;
}
.com_b {
	margin: 20px 0;
	background: #fff;
	border: 1px solid #d2d2d2;
	-o-border: 1px solid #d2d2d2;
	-moz-border: 1px solid #d2d2d2;
	-webkit-border: 1px solid #d2d2d2;
}
.com_b_in {
    padding: 10px 10px 5px 10px;
}
.com_l {
    float: left;
    width: 80px;
}
.com_l img {
    width: 60px;
    border-radius: 60px;
}
.com_r ul {
	display: block;
    margin: 0;
    padding: 0;
    height: 30px;
}
.com_r ul li:first-child {
    padding: 0px;
}
.com_r ul li {
    margin: 0;
    padding: 0 0 0 10px;
    float: left;
    list-style-type: none;
	color: #000;
}
.com_r ul li a {
    color: #4d0001;
}
.com_r ul li a:hover {
    color: #000;
    text-decoration: none;
}
.com_b .com_r ul li.hidden {
    display: none;
}
.com_r:hover ul li.hidden {
    display: block;
    margin: 0;
    padding: 0 5px;
}
.com_r:hover ul li.right {
    float: right;
    list-style-type: none;
	color: #000;
}
.com_r ul li.right span {
    margin: 0 0 0 2px;
}
.com_r ul li.right i {
    display: inline-block;
    float: left;
    background: url(../images/comlikes.png);
    width: 12px;
    height: 9px;
    margin: 7px 0 0 0;
}
.com_r ul li.right .ratingtypeplusminus {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    float: left;
    padding: 0 0 0 5px;
}
.com_r ul li.right i.replay {
    display: inline-block;
    float: left;
    background: url(../images/comreplay.png);
    width: 11px;
    height: 9px;
    margin: 7px 0 0 0;
}
.com_r ul li.right i.dislike {
    display: inline-block;
    float: left;
    background: url(../images/comdislike.png);
    width: 11px;
    height: 9px;
    margin: 7px 0 0 0;
}
.com_r ul li.right i.like {
    display: inline-block;
    float: left;
    background: url(../images/comlike.png);
    width: 11px;
    height: 9px;
    margin: 7px 0 0 0;
}
.com_r ul li i.edit {
    display: inline-block;
    float: left;
    background: url(../images/comedit.png);
    width: 11px;
    height: 11px;
    margin: 6px 0 0 0;
}
.com_r ul li i.delete {
    display: inline-block;
    float: left;
    background: url(../images/comdel.png);
    width: 9px;
    height: 9px;
    margin: 7px 0 0 0;
}
.com_r .com_text {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
	color: #000;
    text-align: justify;
}
.com_r .com_text .bb-editor {
    margin: 40px 0 0 0;
}
ol.comments-tree-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ol li ol.comments-tree-list {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 20px;
	color: #000;
    height: auto;
}
ol li ol.comments-tree-list .com_b {
    width: auto;
}

/* Menu */
section.mini #menu {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    list-style: none;
    background: #303036;
}
section.mini #menu li a {
    display: block;
    position: relative;
    padding: 12px 12px;
    color: #a6a6a8;
    transition: all 0.3s ease 0s;
}
section.mini #menu li a:hover {
    color: #c8c8c9;
    text-decoration: none;
}
section.mini #menu li a.active i {
    color: #940002;
}
section.mini #menu li ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #2b2b2b;
}
section.mini #menu li ul li a {
    padding: 10px 20px;
}
section.mini #menu li ul li a:after {
    float: left;
    margin-right: 18px;
    font-family: "artfonts";
    content: '\e809';
}
section.mini #menu li ul li a:hover,
section.mini #menu li ul li a.active {}
section.mini #menu li.sub > a:before {
    top: 14px;
    right: 20px;
    width: 6px;
    height: 6px;
    position: absolute;
    font-family: "artfonts";
    content: '\e807';
}
section.mini #menu i {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    border-radius: 25px;
    color: #979797;
    text-align: center;
    background: #242424;
    transition: all 0.3s ease 0s;
}
section.mini #menu li:hover i,
.lasideBl #menu li.sub:hover i {
    color: #940002;
}

/* Last comments */
section.mini .ricom_b {
	display: block;
}
section.mini .ricom_b {
    margin: 10px 0;
    width: 316px;
}
section.mini .ricom_b .ricom_le {
    float: left;
    width: 70px;
}
section.mini .ricom_b .ricom_le img {
    border-radius: 60px;
    width: 60px;
}
section.mini .ricom_b .ricom_le .ricom_dates {
    text-align: center;
    color: #838383;
    font-family: 'PT Sans Narrow', arial;
    font-size: 14px;
    width: 60px;
}
section.mini .ricom_b .ricom_ri {
    float: left;
    width: 225px;
}
section.mini .ricom_b .ricom_ri .ricom_links a {
    color: #0066cc;
}
section.mini .ricom_b .ricom_ri .ricom_msg {
    text-align: justify;
}