 html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Fira Sans', sans-serif;
	background: #fff;
	color: #222;
	position: relative;
}
body { min-height: 100vh;}
body:after {
	opacity: 0;
	position: fixed;
	left: 0;
	width: 1px;
	height: 1px;
	content: "";
	transition: opacity ease-out 0.2s;
	-webkit-transition: opacity ease-out 0.2s;
}
body.open:after {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
	opacity: 1
}
a {
	color: #b52926;
}
a:visited {
	color: #896492;
}
a:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
}
a:active, a:focus {
	text-decoration: none;
}
.red {
	color: #b52926;
}
.balck {
	color: #000;
}
button {
	transition: background ease-out 0.2s;
	-webkit-transition: background ease-out 0.2s;
}
.form-control {
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
	border-color: #aaa
}
.form-control.grey {
	background: #f8f8f8;
}
.form-control.small {
	height: 27px;
	font-size: 12px
}
.btn.small {
	height: 27px;
	font-size: 12px;
	padding-top: 4px;
}
.btn {
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-transform: uppercase;
}
.btn-success {
	background: #000;
	color: #fff;
	border-color: #000;
}
.btn-success:hover {
	background: #b52926;
	border-color: #b52926
}
.btn-success:active, .btn-success:focus, .btn-success:active:focus {
	background: #000;
	border-color: #000;
}
.breadcrumb {
	list-style: none;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	background: none;
	padding: 5px 0;
	margin: 0;
}
.breadcrumb a {
	color: #999999;
	font-weight: normal;
}
.breadcrumb a:hover {
	color: #000;
}
.breadcrumb > li + li:before {
	color: #999999;
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f105";
}
.breadcrumb > .active {
	color: #999999;
}
.user_menu {
	list-style: none;
	margin: 5px auto;
	padding: 0;
	font-size: 12px;
	display: none;
}
.user_menu li {
	padding: 0 10px;
	display: table-cell;
}
.user_menu li a {
	color: #000;
}
.user_menu li a:hover {
	color: #b52926;
}
.user_menu_hold, .bread_hold {
	text-align: center;
}
.logo_line {
	background: #e3e3e3;
	margin: 5px 0 0 0;
}
.logo_hold {
	position: relative;
	padding-right: 50px;
	overflow: hidden;
	max-width: 190px
}
.logo {
	display: block;
	width: 177px;
	height: 22px;
	background: url("/theme/img/logo.png") no-repeat;
	background-size: 100%;
	margin: 10px 0;
	max-width: 100%;
}
.menu_call {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	background: #666666;
	color: #fff;
	border: none;
	line-height: 1
}
.menu_call i {
	display: block;
	font-size: 28px;
}
.menu_call:hover {
	background: #b52926;
}
.menu_call:active, .menu_call:focus {
	background: #000;
}

.themes {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 5px 0;
	color: #000000;
	border-top: 1px solid #ffffff;
}
.themes li {
	display: inline-block;
	margin: 0px 10px 0px 0;
	line-height: 1
}
.themes li a:after {
	content: ",";
	color: #333;
}
.themes li:last-child a:after {
	content: "";
	color: #333;
}

.socialsearch ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	color: #000000
}
.socialsearch ul li {
	display: inline-block;
	width: 15px;
	margin: 0px 25px 0px 0;
	line-height: 1;
	vertical-align: middle;
	height: 27px;
	line-height: 27px;
}
.socialsearch ul li:only-child {
	margin-right: 0;
	width: auto;
}
.socialsearch ul li a {
	color: #000;
}
.socialsearch ul li a:hover {
	color: #b52926;
}
.socialsearch .form-control {
	height: 27px;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-color: #fff;
	background-color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;
}
.socialsearch .form-control:focus {
	background: #f8f8f8;
}
.socialsearch .btn {
	height: 27px;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 5px;
	line-height: 1;
	border-color: #fff;
	background-color: #fff;
}
.buttons_hold {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}
.buttons_hold li {
	display: inline-block;
	margin: 0 0px;
}
.buttons_hold button {
	background: none;
	border: none;
}
.columns_hold {
	position: relative;
}
.social_menu {
	border-top: 1px solid #ffffff;
	padding: 0px 0 5px 0
}
.search {
	border-top: 1px solid #ffffff;
}
.search ul {
	padding: 5px 0 10px 0
}
.search ul li {
	display: block;
}
.navigation {
	position: fixed;
	left: -240px;
	transition: left ease-out 0.2s;
	-webkit-transition: left ease-out 0.2s;
	top: 0;
	bottom: 0;
	width: 80%;
	max-width: 220px;
	background: #b52926;
	color: #fff;
	z-index: 20;
	padding: 30px;
}
body.open .navigation {
	left: 0;
}
.navigation .cls {
	background: none;
	border: none;
	color: #000;
	font-size: 28px;
	position: absolute;
	top: 10px;
	right: 15px;
}
.navigation .cls:hover {
	color: #fff;
}
.main_menu {
	list-style: none;
	margin: 0;
	padding: 0
}
.main_menu li {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.main_menu li a {
	display: block;
	padding: 3px 0;
	color: #fff;
}
.main_menu li a:hover {
	color: #000;
}
.second_menu {
	list-style: none;
	margin: 0;
	padding: 0
}
.second_menu li {
	font-size: 18px;
	font-weight: 700;
}
.second_menu li a {
	display: block;
	padding: 3px 0;
	color: #fff;
}
.second_menu li a:hover {
	color: #000;
}
.main_menu + .second_menu {
	margin-top: 30px;
}
.main_section {
	margin-top: 30px;
}

/*.main_section .columns_hold >div {
    margin-top: 30px;
}*/
h1.chapter {
	font-size: 14px;
	margin: 0;
}
h2.chapter {
	font-size: 14px;
	margin: 0;
}
.chapter {
	font-weight: bold;
	color: #b52926;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.chapter a {
	padding-right: 20px;
	display: block;
	color: #b52926;
}
.chapter a:after {
	position: absolute;
	display: block;
	top: 0;
	right: 4px;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 14px;
}
.chapter a:hover {
	color: #000;
	text-decoration: none;
}
.chapter span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	display: inline-block;
	margin-left: 10px;
	text-transform: none;
}
.chapter.big {
	font-size: 30px;
	background: #f0f0f0;
	padding: 5px 15px 2px 15px;
	font-weight: 300;
	color: #000;
	border: none;
	line-height: 1;
}
.chapter.big a {
	color: #000;
}
.chapter.big a:hover {
	color: #b52926;
}
.chapter.big a:after {
	font-size: 18px;
	right: 15px;
	top: 50%;
	margin-top: -10px;
}
.block:not(:first-child) {
	margin-top: 30px;
}
.box_line {
	margin: 15px 0 0 0;
	line-height: 1.1;
	font-size: 12px;
}
.chapter +.box_line {
	margin-top: 20px;
}
.box_line > a {
	display: table;
	background: #f5f5f5;
	width: 100%;
	color: #000;
	position: relative;
	transition: background ease-out 0.2s;
	-webkit-transition: background ease-out 0.2s;
}
.box_line > a:visited {
	color: #896492;
}
.box_line > a:hover {
	color: #b52926;
	text-decoration: none;
	background: #f0f0f0;
}
.box_line > a > div {
	display: table-cell;
	vertical-align: middle;
}
.box_line > a > div:first-child:not(:only-child) { vertical-align:top}
.box_line > a > div:nth-child(2) {
	width: 100%;
}
.box_line > a > div:nth-child(2), .box_line > a > div:only-child {
	padding: 10px 15px;
}
.box_line .ico {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #fff;
	font-size: 18px;
}
.box_line time {display:block; margin-bottom:3px; color:#b52926}
.box_line .time {display:block; margin-top:3px;	font-size: 10px;
	color: #666;
}






.lazy-hidden {
	opacity: 0;
}
.lazy-loaded {
	opacity: 1;
	transition: opacity ease-out 0.2s;
	-webkit-transition: opacity ease-out 0.2s;
}
time {
	font-size: 10px;
	color: #999;
}
.list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list li {
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e3;
}
.list li:last-child {
	border: none;
}
.list li a {
	color: #000
}
.list li a:visited {
	color: #896492;
}
.list li a:hover {
	color: #b52926;
	text-decoration: none;
}
.list li > a > img {
	margin: 10px 0 10px 0;
	top: 0px;
	max-width: 100%;
	display: block;
}

.list li > .img {
	float:right;
}

.list li >.img  a > img {
	margin: 0px 0 10px 10px;
}


.list li.red a {
	color: #b52926
}
.list li.red a:visited {
	color: #896492;
}
.list li.red a:hover {
	color: #000;
}
.list li.strong a {
	font-weight: bold;
}
.list li > p {
    font-size: 12px;
    color: #999999;
    margin: 0;
}
.list li > p > time{
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.list li p > a,
.list li p > a:visited{
	color: #b52926;
    font-size: 12px;
    font-weight: 700;	
}
.list li p > a:hover{
	text-decoration: underline;
}
.list li .type{
    display: block;
    font-size: 12px;
    color: #B52926;
}
.list li a .ico {
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	color: #b52926;
	font-weight: normal;
}
.list li a .ico.txt_bg {
	background: #b52926;
	font-size: 10px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 1;
	padding: 0 5px;
}
.box_section .img .ico.txt_bg {
	background: #b52926;
	font-size: 14px;
	color: #fff;	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 1;
	padding: 0 5px;
}

.box_section .img .ico:not(:last-child) { display:none}

.list li .box_line {
	margin-top: 0;
}
.list li .box_line a {
	background: none
}
.list li .box_line .ico {
	color: #fff;
	font-size: 18px;
}
.list li .header {
	margin-top: 7px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
.list li .bn_hold {
	margin: 10px 0;
	min-height: 90px;
}
.list li:before, .list li:after {
	display: table;
	content: " ";
}
.list li:after {
	clear: both;
}
.chapter +.list {
	margin-top: 10px;
}
.box_border {
	border: 5px solid #999;
	padding: 15px;
}
.box_border + .block {
	margin-top: 5px;
}
.box_border.red {
	border-color: #b52926
}
.chapter +.box_border, .chapter +.top_hold {
	margin-top: 20px;
}
.box_main {
	position: relative;
	background: #f5f5f5;
}
.box_main > a > div > p{
    font-size: 12px;
    color: #999;
    margin: 2px 0;
}
.box_main .type{
	display: block;
    color: #b52926;
    font-size: 12px;
    font-weight: normal;
}
.box_main > a > div > p > time{
    color: #000;
    margin: 0;
}
.box_main > a > div > p > span {
    color: #b52926;
}
.box_main > a, .box_main > div {
	width: 100%;
	/*height: 70px;*/
	color: #000;
	transition: background ease-out 0.2s;
	-webkit-transition: background ease-out 0.2s;
	font-size: 16px;
	font-weight: bold;
}
.box_main > a:visited {
	color: #896492;
}
.box_main > a:hover {
	color: #b52926;
	text-decoration: none;
	background: #f0f0f0;
}
.box_main > a > div img, .box_main > div > div img {
	width: 100%
}
.box_main > a > div:nth-child(2), .box_main > a > div:only-child, .box_main > div > div:nth-child(2), .box_main > div > div:only-child {
	padding: 5px 10px;
}
.box_main .ico {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
.box_main .ico.txt_bg{
	background: #b52926;
	font-size: 10px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 1;
	padding: 0 5px;
}

.box_medium  .ico.txt_bg{
	background: #b52926;
	font-size: 10px;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 1;
	padding: 0 5px;
	display:inline-block;
}

.box_main time {
	color: #b52926;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}
.box_main .author {
	margin-top: 10px;
	font-size: 10px;
	color: #999;
	font-weight: normal;
}
.box_main .section {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}
.box_main .bloger {
	font-size: 14px;
	color: #b52926;
	font-weight: bold;
}
.box_main .bloger + .author {
	margin-top: 0;
	margin-bottom: 7px;
}
.box_main.face .bloger {
	font-size: 28px;
	color: #000;
	line-height: 1.1
}
.box_main.face .author {
	font-size: 14px;
	margin-top: 5px;
	color: #000;
}
.box_main.wide > a {
	display: inline;
}
.box_main.wide > a > div {
	display: block;
	width: auto;
}
.box_main.wide img {
	width: auto;
	max-width: 100%;
}
.box_main.wide > a {
	font-size: 21px;
	line-height: 1.1
}
.box_medium {
	margin-top: 20px;
}
.box_medium > a {
	display: table;
	width: 100%;
	height: 80px;
	color: #000;
	font-weight: bold;
}
.box_medium > a:visited {
	color: #896492;
}
.box_medium > a:hover {
	color: #b52926;
	text-decoration: none;
}
.box_medium > a > div {
	display: table-cell;
	vertical-align: middle;
}
.box_medium > a > div:nth-child(2) {
	width: 100%;
}
.box_medium > a > div:nth-child(2), .box_medium > a > div:only-child {
	padding: 0 15px;
}
.box_medium .ico {
	color: #b52926;
	font-size: 12px;
	font-weight: normal;
}
.box_medium time {
	font-size: 10px;
	color: #b52926;
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
}
.top_hold .list {
	margin-top: 20px;
	border-top: 1px solid #e3e3e3;
}
.top_hold .list li:last-child {
	padding-bottom: 0;
}
.top_hold .list li a {
	font-weight: bold;
}
.top_hold .list li time {
	color: #b52926;
	font-weight:normal;
}
.block_arts {
	margin-top: 30px;
}
.box_art {
	margin-top: 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e3e3e3
}
.box_art .title {
	font-size: 16px;
}
.box_art .title a {
	color: #000;
}
.box_art .title a:visited {
	color: #896492;
}
.box_art .title a:hover {
	color: #b52926;
	text-decoration: none;
}
.box_art .ico {
	color: #b52926;
	font-size: 12px;
}
.box_art time {
	display: block;
	color: #999;
	font-size: 10px;
	margin-top: 5px;
}
.box_art .img {
	margin-top: 10px;
}
.box_art .img img {
	max-width: 100%;
}
.box_art .header {
	margin-top: 10px;
}
.box_art .header a {
	color: #333;
	font-size: 12px;
}
.box_art:last-child {
	border: none;
	padding-bottom: none;
}
.box_art:before, .box_art:after {
	display: table;
	content: " ";
}
.box_art:after {
	clear: both;
}
.chapter + .box_art {
	margin-top: 20px;
	padding-top: 0;
}
.block.section > .row > div {
	margin-top: 30px;
}

.block.section .col-sm-4:nth-child(2) time { display:block;} 
.box_section {
	padding: 0 0 15px 0;
}
.box_section .title {
	font-size: 16px;
	font-weight: bold;
}
.box_section .title a {
	color: #000;
}
.box_section .title a:visited {
	color: #896492;
}
.box_section .title a:hover {
	color: #b52926;
	text-decoration: none;
}
.box_section .ico {
	color: #b52926;
	font-size: 12px;
	font-weight: normal;
}
.box_section time {
	display: block;
	color: #b52926;
	font-size: 10px;
	margin-top: 10px;
}
.box_section .img {
	position: relative;
}
.box_section .img img {
	max-width: 100%;
}
.box_section .img .ico {
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 24px;
	color: #fff
}
.box_section .ico.big {
	font-size: 48px;
}
.box_section .header {
	margin-top: 5px;
}
.box_section .header a {
	color: #333;
	font-size: 12px;
}
.box_section.medium .title {
	font-size: 14px;
	font-weight: normal;
}
.box_section.medium time {
	color: #999;
}

.top_hold .box_section {padding-bottom:0;}
.top_hold .box_section img { width:100%;}

.section.scotch {
	background: #000;
	padding: 10px 20px 20px 20px
}
.section.scotch .chapter.big {
	background: none;
	margin: 0 -20px;
	padding-bottom: 0;
}
.section.scotch .chapter.big a {
	color: #fff;
}
.section.scotch .chapter.big a:hover {
	color: #b52926;
}
.section.scotch .chapter.big a:after {
	color: #fff;
}
.section.scotch > .row {
	margin-left: -10px;
	margin-right: -10px;
}
.section.scotch > .row >div {
	padding-left: 10px;
	padding-right: 10px;
}
.block.section.scotch .row > div {
	margin-top: 0px;
}
.box_scotch {
	margin-top: 20px;
	background: #222222;
	padding: 15px;
}
.box_scotch .title {
	font-size: 12px;
	background-color: #222;

}
.box_scotch .title a {
	color: #fff;
}
.box_scotch .title a:visited {
	color: #aaa;
}
.box_scotch .title a:hover {
	color: #b52926;
	text-decoration: none;
}
.box_scotch .ico {
	color: #b52926;
	font-size: 12px;
	font-weight: normal;
}
.box_scotch time {
	display: block;
	color: #999;
	font-size: 10px;
	padding-top: 10px;

	background-color: #222222;
}
.box_scotch .img {
	position: relative;
}
.box_scotch .img img {
	width: 100%;
}
.box_scotch .img .ico {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #fff;
	font-size: 18px
}
.media_hold .box_scotch time { background:none}
.media_hold .box_scotch .title { background:none}
.media_hold .box_scotch .img {
    margin: -15px -15px 0; }

.bn_hold {
	min-height: 250px;
}
.subscribe {
	background: #e3e3e3;
	padding: 15px;
}
.subscribe .ttl {
	color: #000
}
.subscribe .input-group {
	margin-top: 10px
}
.subscribe .form-control {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.subscribe .form-control:focus {
	background: #f8f8f8;
}
.box_dumka {
	margin: 15px 0 0 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}
.box_dumka:last-child {
	padding-bottom: 0;
	border: none;
}
.box_dumka:before, .box_dumka:after {
	display: table;
	content: " ";
}
.box_dumka:after {
	clear: both;
}
.box_dumka .img {
	float: right;
	margin: 0 0 0 15px;
}
.box_dumka time {
	display: block;
	font-size: 10px;
	color: #999;
	margin: 3px 0;
}
.box_dumka a {
	color: #000;
	font-size: 12px;
}
.box_dumka a:visited {
	color: #896492;
}
.box_dumka a:hover {
	color: #b52926;
	text-decoration: none;
}
.box_dumka .name {
	font-weight: bold;
}
.box_dumka .name a {
	color: #000;
	font-size: 14px;
}
.box_dumka .name a:hover {
	color: #b52926;
}
.chapter +.box_dumka {
	margin-top: 20px;
}
.box_media {
	margin: 15px 0 0 0;
	position: relative;
}
.box_media img {
	max-width: 100%;
	display: block;
	margin-bottom: 5px;
}
.box_media .ico {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 18px;
	color: #fff;
}
.box_media a {
	font-size: 12px;
	color: #000;
}
.box_media a:visited {
	color: #896492;
}
.box_media a:hover {
	color: #b52926;
	text-decoration: none;
}
.box_media +.box_dumka {
	margin-top: 20px;
}
.block .nav-tabs {
	margin-top: 20px;
	background: #e3e3e3;
	font-size: 12px;
	border: none;
	padding: 5px 0 0 10px;
}
.block .nav-tabs > li {
	margin: 0;
}
.block .nav-tabs > li > a {
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 5px 10px;
	color: #000;
}
.block .nav-tabs > li.active > a, .block .nav-tabs > li.active > a:focus, .block .nav-tabs > li.active > a:hover {
	border: none;
}
.list.tops li {
	padding-left: 25px;
}
.list.tops li dfn {
	font-style: normal;
	font-weight: bold;
	color: #000;
	display: block;
	width: 25px;
	float: left;
	margin-left: -25px;
}
.list.tops li:first-child dfn {
	color: #b52926;
}
.list.tops.search_result li {
	padding-left: 30px
}
.list.tops.search_result li dfn {
	margin-top: 16px;
	margin-left: -30px;
}
.nav-tabs +.tab-content {
	margin-top: 10px;
}
.poll {
	background: #e3e3e3;
	padding: 20px;
}
.poll .chapter {
	color: #b52926;
}
.poll .title {
	font-weight: bold;
	color: #000;
	font-size: 18px;
}
.poll .btn {
	margin-top: 10px;
}
.poll .radio {
	line-height: 1.1;
	margin-top: 10px;
}
.poll input {
	position: relative;
	top: -3px;
}
.poll .line {
	background: #fff;
	height: 30px;
	background: #fff;
	position: relative;
	margin-top: 5px;
}
.poll .line > div {
	height: 30px;
	background: #b52926;
}
.poll .line > dfn {
	position: absolute;
	left: 10px;
	top: 7px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-style: normal;
}
.spets {
	border: 5px solid #e3e3e3;
	padding: 15px;
}
.spets .chapter {
	border: none;
}
.box_spets {
	margin-top: 20px;
	position: relative;
}
.box_spets .title {
	font-size: 18px;
	font-weight: bold;
}
.box_spets .title a {
	color: #000;
}
.box_spets .title a:hover {
	color: #b52926;
	text-decoration: none;
}
.box_spets .list {

	margin-top: 10px;
}
.box_spets .list li > a > img {
	top: 0;
}
.box_spets:after {
	content: "";
	position: absolute;
	top: 7px;
	left: -15px;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent #e3e3e3;
	display: block;
	width: 0;
	z-index: 1;
}
.wrap > footer {
	background: #e3e3e3;
	margin-top: 60px;
	padding: 30px 0;
	font-size: 12px;
}
.wrap > footer.no_bg {
	background: none;
}
.copy_dev {
	color: #999999;
	margin-top: 15px;
}
.copy_dev a {
	color: #f0534a;
}
.copy_dev a:hover {
	color: #000;
}
.copy_dev a:after {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 5px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQzRTcwOUY5RDY1OTExRTVCNzUyRTI4QzM3QUM0QTRCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQzRTcwOUZBRDY1OTExRTVCNzUyRTI4QzM3QUM0QTRCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDNFNzA5RjdENjU5MTFFNUI3NTJFMjhDMzdBQzRBNEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDNFNzA5RjhENjU5MTFFNUI3NTJFMjhDMzdBQzRBNEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz76ZnR8AAABx0lEQVR42nzUTyilURjH8Xnv3BQzlxU2doaGhZImdZuEYmESJWNjMyiSmlmZxtTk7y2ymVlMI8pKIWUWSkK5xp/8XVDMn5vhNmqShQWSruF79Lv19vbeeeuzuM973uec85znXOusquyBy5OKeBzaYk9xgGvnYI9LglLsYgXpihViyxGLmaQT00jGVxwrHsI28pSs4n9JHin2C29wpfgf1COCRNy4JUlCB9qwhwy8t42zMAgvhrCMD4rfB4vwBZl4iJdYwjvVYAZdKNCWzEQTKEY+Gjza5xNcanY/ajXBGFoVP0UlPinBpZKkWjriLBVzDrcaVI632s4/vEAOehHWZKYNQtGa7GNRy4xDP7pxrvdBrKNdv7t0ciF7YZ9r5hpcoEmJHuu9qVsJXut3D7KRG00SwDdMqtqvNKARJ6jTdga1os9IwY5W7zdJpnCkkwno5YA+NAUeVtyHcZ1aUOPX8MOrY3yGFvRhVR+Y7p3V8tu15UJtsxrN2lbEclzAIXXmT23J3pnmznzX0ZsVjsRq+13dUtN4o+rk6A2eVIK/tjvlmuSjlv1blfcpbk4pDfOKL9g/8rr8FWyoixNsM24qFnZePvPcCTAAAG1szWzOuUUAAAAASUVORK5CYII=') no-repeat;
}
.menu_bottom {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_bottom li {
	display: inline-block;
	margin: 10px 15px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.menu_bottom li a {
	color: #000;
}
.menu_bottom li a:hover {
	color: #b52926;
	text-decoration: none;
}
.menu_small {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_small li {
	display: inline-block;
	margin: 10px 15px 0 0;
	font-size: 12px;
}
.menu_small li a {
	color: #000;
}
.menu_small li a:hover {
	color: #b52926;
	text-decoration: none;
}
.wrap > footer .logo {
	margin: 30px 0 0 0;
	width: 100px;
}
.article:before, .article:after {
	display: table;
	content: " ";
}
.article:after {
	clear: both;
}
.article h1 {
	font-weight: bold;
	color: #000;
}
.article .header { font-weight:bold}
.article .body {
	position: relative;
}
.article .body img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.article .body .read_more img { width:70px; max-width:70px;}


.article .credits {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: block;
	border-top: 1px solid #e3e3e3;
}
.article .credits li {
	padding: 10px 10px 10px 0;
	font-size: 12px;
	color: #666666;
	float: left;
}
.article .credits li.subs {
	display: none;
}
.article .credits li.socials {
	float: none;
	margin-top: 15px;
	clear: both;
	border-top: 1px solid #e3e3e3;
	padding-right: 0;
}
.article .img {
	margin: 15px 0 20px 0;
	background: #f5f5f5;
	padding: 15px;
	font-size: 12px;
	color: #666;
	display: inline-block;
	max-width: 100%;
}
.article .img img {
	max-width: 100%;
}
.article .img >div {
	margin-top: 5px;
}
.article .img >div.copy {
	color: #999;
}
.article .img .ihold {
	display: block;
	margin: -15px -15px 15px -15px;
}

.article .img + h2 { margin-top:0; }
.article .author img {
	display: block;
	float: left;
	vertical-align: middle;
	margin-right: 15px;
}
.article .author a + a {
	margin-top: 20px;
	font-size: 14px;
	display: block;
}
.article .author span:not(:last-child):after {content:","; padding-right:10px;}
.article .author:before, .article .author:after {
	display: table;
	content: " ";
}
.article .author:after {
	clear: both;
}
.article .author.for_blog {
	display: block;
	float: none;
	border-bottom: 1px solid #e3e3e3;
}
.article .credits:before, .article .credits:after {
	display: table;
	content: " ";
}
.article .credits:after {
	clear: both;
}
.article li.subs .form-group {
	margin-top: 10px;
}
.article li.subs .btn {
	margin-top: 10px;
}
.article .adv {
	min-height:250px;
	width: 250px;
	margin: 30px 0 ;
}
.article .adv .bn_hold {

	background: none;
}
.article .body {
	line-height: 1.8;
}
.article .body > a, .article .body > p> a, .article .body > span> a, .article .body td a {
	color: #333;
	position: relative;
}
.article .body > a, .article .body > p> a, .article .body > span> a, .article .body td a {
 border-bottom: 1px solid #b52926;

}
.article .body a:visited:after {
	border-color: #999;
}
.article .body a:hover {
	color: #b52926;
	text-decoration: none;
}
.article .body a:hover:after {
	border-color: #000;
}
.gall {
	border: 5px solid #1c1d1a;
	padding: 15px;
}
.gallery {
	position: relative;
	font-size: 13px;
	color: #f5f5f5;
}
.gallery .owlgall {
	padding: 0px 50px;
}
.gallery .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.gallery .gall_out {
	overflow: hidden;
	position: relative;
}
.gallery .owl-item {
	background: #1c1d1a;
	 height:inherit;
}
.gallery .freezz .owl-item:not(.active) >div {
	opacity: 0.3;
	transition: opacity ease-in-out 0.2s;
	-webkit-transition: opacity ease-in-out 0.2s;
}
.gallery img {
	width: 100%;
	line-height: 1.1
}
.gallery .owl-item > div { text-align:center; height:inherit; display: table-cell; vertical-align:middle; width:inherit}
.gallery .owl-item > div >span { display:block; width:inherit;}
.gallery .owl-carousel .owl-item img { display:inline-block; max-height:500px; width:auto; max-width:100%;}
.gallery .owl-carousel .owl-stage { height:inherit}


.gallery .go_full {
	color: #666;
	text-decoration: none;
}
.gallery .go_full .in {
	display: none;
}
.gallery .nav_hold {
	margin: 0px 30px 20px 30px;
	font-size: 12px;
}
.gallery .nav_hold i {
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.gallery .nav_hold a {
	color: #ebedf3;
}
.gallery .nav_hold a:hover {
	color: #e52322;
}
.gallery .alt_hold, .body .alt_hold{
	margin: 20px 20px 0px 20px;
	text-align: center;
	line-height: 1.3;
	font-size: 12px;
}
.gallery .alt_hold span,  .body .alt_hold span {
	display: inline-block;
	margin: 0 10px;
}
.gallery .alt_hold .auth,  .body .alt_hold .auth{
	color: #999;
	margin-top: 10px;
}
.body .alt_hold{
	margin: 10px 0px 0px 0px;
	text-align: left;

} 
.gallery .a_lft, .gallery .a_rght {
	color: #e52322;
	position: absolute;
	top: 50%;
	opacity: 0.5;
	text-decoration: none;
	font-size: 30px;
	line-height: 12px;
	z-index: 9
}
.gallery .a_lft:hover, .gallery .a_rght:hover {

	opacity: 1;
}
.gallery .a_lft {
	left: 10px;
	top: 50%;
	margin-top: -20px;
}
.gallery .a_rght {
	right: 10px;
	top: 50%;
	margin-top: -20px;
}
.owlgall >div {
	display: none;
}
.owlgall >div:first-child {
	display: block;
}
.gallery.fixed {
	position: fixed;
	border: none;
	background: #222;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 1000;
	color: #f0f0f0;
}
.gallery.fixed .left_right a {
	color: #fff;
}
.gallery.fixed .nav_hold {
	margin-top: 20px;
}
.gallery.fixed .left_right a:hover {
	color: #f0f0f0;
}
.gallery.fixed .go_full {
	color: #fff;
}
.gallery.fixed .go_full .out {
	display: none;
}
.gallery.fixed .go_full .in {
	display: inline-block;
}
.gallery.fixed .owl-item {
	overflow: hidden;
}
.gallery.fixed .owl-item > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: inherit;
	background: #111;
}
.gallery.fixed img {
	width: auto;
	display: inline-block;
	max-height:2000px;
	font-size:0;
}
.article .gall {
	overflow: hidden;
	margin: 40px 0;
}
.article .gallery {
	color: #666;
}
.article .gallery .nav_hold a {
	color: #666;
}
.article .gallery .nav_hold a:hover {
	color: #b52926;
}
.article blockquote:not(.instagram-media) {
	font-weight: bold;
	padding: 20px 0;
	margin: 30px 0;
	border: none;
	border-top: 1px solid #b52926;
	border-bottom: 1px solid #b52926;
	line-height: 1.3;
	clear: both;
	font-style:italic;
}

.article .vline {
	padding: 0px 0 0px 20px;
	margin: 30px 0;

	border-left: 3px solid #b52926;

	clear: both
}

.article .vline+  .vline { margin-top:-30px; padding-top:20px;}

 .article .body hr {
	display: none;
}
.read_more {
	line-height: 1.2;
}
.read_more > div {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.article .read_more {
	border-top: 1px solid #e3e3e3;
	margin: 30px 0;
}
.a_footer {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
}
.a_footer .read_more >div {
	margin: 0;
}
.a_footer .bn_hold {
	min-height: 90px;
	margin: 0 auto
}
.tags {
	font-size: 12px;
}
.tags a {
	display: inline-block;
	margin-right: 5px;
}
.tags a:not(:last-child):after {
	content: ",";
	color: #666;
}
.a_footer .social-likes {
	margin-top: 15px;
}
.a_footer .social-likes .social-likes__widget {
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.a_footer .social-likes__widget .social-likes__counter {
	float: right;
}
.a_footer .social-likes__widget .social-likes__button {
	float: left;
}
.a_footer .social-likes__widget.social-likes__widget_print .social-likes__button {
	float: none;
}
.got_error {
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}
textarea {
	resize: vertical;
}
.comments_in {
	margin-top: 20px;
}
.comments_hold .form_hold {
	color: #999;
	font-size: 12px;
}
.comments_hold textarea {
	border-radius: 0;
	-webkit- border-radius: 0;
	border-color: #999;
	color: #000;
}
.comments_hold textarea:focus {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	border-color: #333;
}
.comments_hold .dte {
	margin-top: 10px;
	font-size: 12px;
}
.comments_hold .btn_hold {
	margin-top: 10px;
}
.comments_hold .comms_hold {
	margin-top: 30px;
}
.comments_hold .c_more {
	margin-top: 10px;
	text-align: right;
}
.comm_item {
	padding: 0px 0 20px 70px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	overflow: hidden
}
.comm_item:first-child {
	margin-top: 0;
}
.comm_item .nme_hold {
	margin-bottom: 5px;
	font-size: 12px;
}
.comm_item .nme_hold .nme {
	font-weight: bold;
	display: inline-block;
	margin-right: 15px;
}
.comm_item .nme_hold .dte {
	color: #999;
}
.comm_item .img {
	float: left;
	margin-left: -70px;
	width: 55px;
	height: 55px;
	overflow: hidden;
}
.comm_item .img img {
	width: 100%;
}
.comm_item .reply {
	margin-top: 10px;
}
.comm_item .reply a {
	color: #000;
	font-size: 11px
}
.comm_item .reply a:hover {
	color: #e3000f;
	text-decoration: none;
}
.comm_item .reply a:hover i {
	color: #000;
}
.comm_item .reply a i {
	margin-right: 5px;
	color: #b52926
}
.comm_item:before, .comm_item:after {
	display: table;
	content: " ";
}
.comm_item:after {
	clear: both;
}
.comm_item .comm_item {
	padding-top: 20px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: none;
}
.comments_hold .form-control {
	background: #f8f8f8;
	border-color: #e3e3e3;
	margin-bottom: 10px;
}
.comments_hold .form-control:focus {
	box-shadow: none;
}
.news_list .list img {
	margin-bottom: 5px;
}
.news_list .list li > a {
	font-weight: bold;
}
.news_list .list time { display:block;}
.pagination {
	margin: 0;
	font-size: 21px
}
.pagination > li a {
	background: none;
	border: none;
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
}
.pagination > li a:hover, .pagination > li a:active, .pagination > li a:focus {
	background: none;
	border: none;
	color: #b52926;
}
.pagination > li span {
	background: none;
	border: none;
	color: #999999;
	padding-top: 0;
	padding-bottom: 0;
}
.pagination > li span:hover, .pagination > li span:active, .pagination > li span:focus {
	background: none;
	border: none;
	color: #999999;
}
.pagination > li.active a {
	background: none;
	color: #b52926;
}
.pagination > li.active a:hover, .pagination > li.active a:focus, .pagination > li.active a:active {
	background: none;
	color: #b52926;
}
.pagination .fa-angle-left {
	margin-right: 15px;
}
.pagination .fa-angle-right {
	margin-left: 15px;
}
.box_bloger {
	min-height: 70px;
	margin: 15px 0 0 0;
	display: table;
	width:100%;
}
.chapter +.box_bloger {
	margin-top: 20px;
}
.box_bloger > div {
	display: table-cell;
	background: #f5f5f5;
	height: 70px;
	vertical-align: middle;
}
.box_bloger > div.name {
	width: 100%;
}
.box_bloger > div.name, .box_bloger > div:only-child {
	padding: 0 15px;
}
.box_bloger .name div {
	font-size: 11px; line-height:1.1;
}

.chapter +.block.section {
	margin-top: 20px;
}
.search_form form {
	margin-top: 20px;
}
.search_form .input-group {
	border: 5px solid #b52926;
}
.search_form .form-control {
	border: none;
}
.search_form .btn {
	border: none;
	color: #b52926;
	line-height: 1;
}
.search_form .btn i {
	font-size: 18px;
	line-height: 1;
}
.search_form .btn:hover {
	background-color: #fff;
	color: #000;
}
.box_blog {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-top: 15px;
}
.box_blog time {
	margin-top: 10px;
	display:block;
}
.box_blog > a {
	color: #333;
	font-size: 12px;
}
.box_blog > a .title {
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
	color: #000;
}
.box_blog > a:visited .title {
	color: #896492;
}
.box_blog > a:hover {
	color: #000;
	text-decoration: none;
}
.box_blog > a:hover .title {
	color: #b52926
}
.blogs_hold > .col-sm-6:nth-child(2n+1) {
	clear: both;
}
.blogs_hold + .over_bann .bn_hold {
	min-height: 90px;
}
.blogs_hold .col-sm-6:nth-last-child(2) .box_blog, .blogs_hold .col-sm-6:nth-last-child(1) .box_blog {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.over_bann {
	margin: 20px 0 0 0;
	padding: 20px;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}
.box_letter {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.box_letter:first-child {
	margin: 0;
}
.box_letter:last-child {
	border: none;
}
.box_letter > div {
	font-size: 14px;
	font-weight: bold;
	color: #b52926;
	margin-left: 1px;
}
.box_letter > ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}
.box_letter > ul li {
	margin-bottom: 8px;
	line-height: 1.1;
	font-size: 12px;
}
.box_letter > ul li a {
	color: #000
}
.box_letter > ul li a:hover {
	color: #b52926;
}
.chapter + .scroll {
	margin-top: 20px;
}
.box_border +.media_hold {
	margin-top: 0;
}
.media_hold .box_scotch {
	background:#f5f5f5;
	margin-top: 30px;
}
.media_hold .box_scotch .title a {
	color: #000;
}
.media_hold .box_scotch .title a:visited {
	color: #896492;
}
.media_hold .box_scotch .title a:hover {
	color: #b52926;
}
.media_hold + .over_bann {
	border: none;
	padding: 0;
	margin: 30px 0 0 0;
}
.media_hold + .over_bann .bn_hold {
	min-height: 90px;
}
.over_bann + .media_hold {
	margin-top: 0
}
.small_arts .box_art .img {
	width: 120px;
	float: right;
	margin: 10px 0 0 10px;
}
.row + .row.media_hold {
	margin-top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.chapter + .block {
	margin-top: 5px;
}
.files {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.files ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.files ul li {
	display: inline
}
.files ul li:not(:last-child):after {
	content: ","
}

.bntop_hold { text-align:center; height:90px;}
.bntop_hold > div, .bntop_hold > ins { margin:0 auto}
.branding .bntop_hold {height:auto;}
.bnmid_hold { text-align:center;}
.bnmid_hold > div, .bnmid_hold > ins { margin:0 auto}
.count_body { height:0px; overflow:hidden}

.photos .col-xs-6:nth-child(2n+1) {clear:both;}



.image_up_hold { display:inline-block; position:relative; max-width:100%; margin:30px 0;}
.image_up_hold img { margin:0;}
.image_up_hold i { display:block; position:absolute; top:20px; left:20px; font-size:48px; color:#fff; opacity:0.9; text-shadow:0 0 5px rgba(0,0,0,0.3);}
.image_up_hold:hover i {opacity:0.5}

.article .body > a.image_up_hold:after, .article .body > p > a.image_up_hold:after, .article .body > span > a.image_up_hold:after, .article .body td a.image_up_hold:after { display:none;}

.modal-super { width:100%; padding:0 30px; margin-top:30px; position:relative;}
.modal-super .modal-content { border: none;border-radius: 0; 
-webkit-border-radius: 0; 
box-shadow:none;
-webkit-box-shadow:none;
background-color: transparent;
text-align:center;
min-height:200px; 
background:url("/theme/img/loader.gif") no-repeat center center;
}
.modal-super .modal-content img {max-width:100%; box-shadow:0 0 15px rgba(0,0,0,0.8); -webkit-box-shadow:0 0 15px rgba(0,0,0,0.8)}

.modal-super .close { position:absolute; float:none; z-index:2; top:-15px; right:20px; text-shadow:0 0 5px rgba(0,0,0,0.3); color:#fff; opacity:1}
.modal-super .close:hover {color:#000;}


.avatar-box {
	margin-top: 20px;
    background-color: #f5f5f5;
    white-space: nowrap;
}
.avatar-img {
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.user-name {
	display: inline-block;
}
.last_comm_hold {
	padding: 20px 0;
}
.lcomm {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}
.lcomm a {
	color: #000;
	text-decoration: none;
}
.lcomm a:hover{
    color: #b52926;
    text-decoration: none;
}
.lcomm a .theme {
	font-weight: bold;
	margin-bottom: 5px;
}

.lcomm .dte {
	font-size: 10px;
	color: #999;
}
.user_name {
	padding-left: 10px;
    font-size: 28px;
    color: #000;
    line-height: 1.1;
    font-weight: 600;
    white-space: normal;
}
.name_title{
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}


.vote_image_cont { margin:15px 0}
.vote_image_cont img {max-width:100%}

.dumka { border-top: 1px solid #e3e3e3; margin-top:30px; padding-top:20px; color:#666; font-size:12px;}

.article .body .alt { font-size:12px; font-weight:normal; color:#999; margin-top:10px; line-height:1.2; margin-bottom:15px;}
.article .body .alt strong { font-weight:normal; }
.gall_bn {display:none;}
.gall_title { font-weight:bold; font-size:14px; text-align:center}

.art_source { font-size:11px; text-transform:uppercase; color:#000; font-weight:bold;}

@media (max-width:327px) {
	.article .credits li.socials .social-likes__widget:last-child {
		margin-left: 0;
		margin-top: 10px;
	}
}
@media (min-width:768px) {
	.gall_title { text-align:center}
	.article .adv {
	min-height:360px;
	}
	.main_menu li {
		font-size: 21px;
	}
	.second_menu li {
		font-size: 18px;
	}
	.menu_call {
		display: block;
	}
	.user_menu {
		float: right;
	}
	.user_menu li {
		padding-right: 0;
	}
	.user_menu_hold {
		text-align: right;
	}
	.bread_hold {
		text-align: left;
	}
	.columns_hold > .col-md-3 {
		width: 220px;
	}
	.columns_hold > .col-md-5 {
		width: 530px;
	}
	.logo_hold {
		max-width: 500px
	}
	.themes_hold { display:table-cell; vertical-align:middle;  height:41px }
	.themes {
		margin-top: 0;
		border: none;
		padding: 0;
	}
	.themes li {

	}
	.buttons_hold .menu_toggle {
		display: none;
	}
	.media_hold .box_scotch {
		
		flex-basis: 33.333333%;
	}

	/*    .main_section .columns_hold >div {
	    margin-top: 0px;
	}*/
	.box_main > a, .box_main > div {
		display: table;
	}
	.box_main > a > div, .box_main > div > div {
		width: 50%;
		display: table-cell;
	}
	.box_main > a > div:nth-child(2), .box_main > a > div:only-child, .box_main > div > div:nth-child(2), .box_main > div > div:only-child {
		vertical-align: middle;
		width: 100%;
	}
	.box_main > a > div img, .box_main > div > div img {
		width: 100%;
	}
	.box_medium > a {
		display: inline;
	}
	.box_medium > a > div {
		display: block;
	}
	.box_medium > a > div:nth-child(2), .box_medium > a > div:only-child {
		padding: 10px 0 0 0;
	}

	.block.section > .row > div {
		margin-top: 20px;
	}
	.list li > a > img {
		float: right;
		margin: 0px 0 0 10px;
		position: relative;
		top: -15px;
		max-width: 90px;
	}
	
.block.section .list li > a > img { top:-10px;}
	.box_scotch .title {
		font-size: 14px;
	}
	.article .credits li.socials {
		float: right;
		margin-top: 0px;
		clear: none;
		border-top: none;
	}
	.article .read_more {
		width: 250px;
		float: left;
		margin: 0 30px 20px 0;
	}
	.branding .article .read_more {
		display: none;
		}
	
.article .adv {
	float: right;
	margin: 30px 0 20px 30px;
	}
	
	.user_menu {
	display: table;
}

.news_list .list img {
	margin-bottom: 0px;
}
.gall.single .alt_hold { position:fixed; bottom:0; left:0; right:350px; background:#222; z-index:20; padding-top:20px; margin:0; }
}
@media (min-width:992px) {
	.columns_hold > .col-md-3 {
		width: 220px;
	}
	.columns_hold > .col-md-5 {
		width: 420px;
	}
	.columns_hold > .col-md-4 {
		width: 330px;
	}
	.columns_hold > .col-md-8 {
		width: 640px;
	}
	.buttons_hold {
		display: none;
	}
	.socialsearch {
		margin-top: 3px;
	}
	.socialsearch ul li {
		float: left;
	}
	.socialsearch .form-control {
		width: 155px;
	}
	.socialsearch .collapse {
		display: table-cell;
		height: auto;
	}
	.social_menu {
		border: none;
		padding: 0px;
	}
	.search {
		border: none;
	}
	.search ul {
		padding: 0px;
	}
	.search ul li {
		display: inline-block;
	}
	.box_main > a, .box_main > div {
		display: inline;
	}
	.box_main > a > div, .box_main > div > div {
		width: 100%;
		display: block;
	}
	.box_medium > a {
		display: table;
	}
	.box_medium > a > div {
		display: table-cell;
	}
	.box_medium > a > div:nth-child(2), .box_medium > a > div:only-child {
		padding: 0 15px;
	}
	.list li > a > img {
		float: none;
		margin: 10px 0 10px 0;
		top: 0px;
		max-width: 100%;
		display: block;
	}
	.gallery .nav_hold {
		margin: 0px 80px 10px 80px;
	}
	.gallery .a_lft, .gallery .a_rght {
		font-size: 56px;
		margin-top: -40px;
	}
	.gallery .a_lft {
		left: 20px;
	}
	.gallery .a_rght {
		right: 20px;
	}
	.gallery .owlgall {
		padding: 0px 80px;
	}
	.article blockquote:not(.instagram-media)
	 {
		font-size: 16px;
	}
	.a_footer .social-likes .social-likes__widget:not(:last-child) {
		min-width: 55px;
	}
	.news_list .list img {
		float: right;
		top: 0px;
		margin: 0 0 0 15px;
	}
    .article .gall {
        width: 100%;
    }
	
	.scotch_video .box_line:nth-child(4), .scotch_video .box_line:nth-child(4) { display:none}
	.gall.single{border:none; background:#222; position:fixed; top:0; left:0; right:0; bottom:0;}
	.gallery.single { right: 355px;}
	.gall_bn { display:block; position:absolute; top:15px; right:15px; }
}
@media (min-width:1200px) {
	.columns_hold >.col-md-3 {
		width: 280px;
	}
	.columns_hold > .col-md-5 {
		width: 560px;
	}
	.columns_hold > .col-md-8 {
		width: 840px;
	}
	.logo_hold {
		padding-right: 70px
	}
	.logo {
		height: 27px;
		margin: 12px 0;
	}
	.menu_call {
		padding: 5px 10px;
		font-size: 10px;
	}
	.menu_call i {
		font-size: 33px;
	}
	.themes_hold { height:50px }
	.themes li {
	
	}
	.socialsearch {
		margin-top: 8px;
	}
	.box_main > a, .box_main > div {
		display: table;
	}
	.box_main > a > div, .box_main > div > div {
		width: auto;
		display: table-cell;
	}
	.box_main > a > div img, .box_main > div > div img {
		width: auto;
		max-width: 293px;
	}
	.box_medium > a {
		display: inline;
	}
	.box_medium > a > div {
		display: block;
	}
	.box_medium > a > div:nth-child(2), .box_medium > a > div:only-child {
		padding: 10px 0 0 0;
	}
	.list li > a > img {
		float: right;
		margin: 0px 0 0 10px;
		top: -15px;
		max-width: 120px;
	}
	.box_scotch .title {
		font-size: 16px;
	}
	.article .body {
		width: 530px;
		float: right;
	}
	.article .credits {
		border: none;
		width: 250px;
		margin-left: -280px;
		float: left;
	}
	.article .credits li {
		float: none;
		color: #666666;
		border-top: 1px solid #e3e3e3;
	}
	.article .credits li.subs {
		display: block;
		width: 170px;
		float: left;
	}
	.article .credits li.socials {
		float: right;
		width: 80px;
		border-top: 1px solid #e3e3e3;
		text-align: right;
	}
	.article .img {
		margin-top: 10px;
	}
	.article .credits li.socials {
		padding-top: 15px;
	}
	.article .credits li.socials .social-likes__widget {
		margin: 0 0 15px 0;
		min-width: 60px;
		text-align: left;
	}
	.article .credits li.socials .social-likes__widget .social-likes__counter {
		float: right;
	}
	.article .credits li.socials .social-likes__widget .social-likes__button {
		float: left;
	}
	.article .credits li.socials .social-likes__widget.social-likes__widget_print .social-likes__button {
		float: none;
	}
	.article .author.for_blog {
		border-bottom: none;
	}
	.article .adv {
		position: absolute;
		left: -280px;
		top: 395px;
		margin: 0;
	}
	.article .body .gall {
		margin-left: -280px;
	}
	.article .gall.nomargin {
		margin-left: 0;
	}
	
	
	.gallery .nav_hold {
		margin: 0px 120px 10px 120px;
	}
	.gallery .a_lft, .gallery .a_rght {
		font-size: 72px;
	}
	.gallery .a_lft {
		left: 30px;
	}
	.gallery .a_rght {
		right: 30px;
	}
	.gallery .owlgall {
		padding: 0px 120px;
	}
	.article blockquote:not(.instagram-media) {
		font-size: 18px;
		margin-left: -280px;
	}
	
	.article blockquote.nomargin { margin-left:0;}
	.article .read_more {
		margin-left: -280px;
	}
.article .gall.nomargin .gallery .owlgall { padding:0}
	.article .gall.nomargin	.gallery .nav_hold {margin: 0px 0px 10px 0px;}	
		.scotch_video .box_line:nth-child(4), .scotch_video .box_line:nth-child(4) { display:block}
}



/*branding*/
.branding {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 768px 432px !important;
	background-attachment: fixed !important;
}
.branding >a {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.branding .wrap {
	position: relative;
	z-index: 1;
	cursor: default;
	background: #fff;
}
.branding >footer, .branding >header {
	position: relative;
	z-index: 1;
	cursor: default;
}
.branding .socialsearch ul li {
	margin: 0px 15px 0px 0;
}
.branding .box_line .ico {
	top: 50%;
	transform: translate(0%, -160%);
}
.branding .logo {
	min-height: 30px;
}
.branding .article .credits {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: block;
	border-top: 1px solid #e3e3e3;
}
.branding .article .credits li.subs {
	display: none;
}
.branding .article .gall {
	width: 100%;
	margin-left: 0;
}
.branding .article .adv {
	position: static;
	width: 250px;
	float: right;
	margin: 30px 0 20px 30px;
}
.branding .article .read_more {
	margin-left: 0;
}
.branding .article blockquote:not(.instagram-media) {
	margin-left: 0;
}
.bn_direct { background:#fff; overflow:hidden}
.bn_google { background:none; overflow:hidden; text-align:center;}
.bn_hold + .bn_hold { margin-top:20px; padding-top:30px; border-top:1px solid #e3e3e3;}
.bn_ukr_under {background:none; overflow:hidden; margin-top:20px; padding-top:30px; border-top:1px solid #e3e3e3;}
.bn_ukr_right { min-height:0; background:none; margin-top:30px;}
.bn_ukr_right_in  + .bn_ukr_right_in  {margin-top:30px;}
.counters { margin:30px  0; padding:0; list-style:none; display:table}
.counters li { display: table-cell; padding-right:20px; vertical-align:top}

.box_wide { min-height:150px;}
.box_wide .img img { width:100%;}
.box_wide > a {display:block; background:#000; position:relative; color:#fff;}
.box_wide > a:hover {color:#b52926}
.box_wide .title { padding:20px; background:#000; line-height:1.1;

}
.box_wide .title .txt { font-size:18px; font-weight:bold; margin-top:10px;}
.box_wide .icons { position:absolute; left:20px; top:20px; color:#fff;}
.v_margin {margin-top:30px}
.bn_hold_in { margin-top:30px;}

.block_foto .col-xs-6:nth-child(2n+1) { clear:both;}
.photo_all a { color:#fff; margin:20px 0;}
.photo_all a:hover {color: #b52926; }
.photo_all i { font-size:36px; display:block; margin:0 auto 0px auto;}

.photos_gallery { margin:20px 30px 0 30px;}
.photos_gallery  .box_media { text-align:left; margin:0 0 30px 0;}
.photos_gallery  > .row > div:nth-child(2),  .photos_gallery  > .row > div:nth-child(3), .photos_gallery  > .row > div:nth-child(4) { display:none}
.photos_gallery  > .row > div:nth-child(3) { clear:both;}
.photos_gallery  .box_media a { color:#fff;}
.photos_gallery  .box_media a:hover {color: #b52926; }
.photos_gallery  .box_media  img {margin-bottom:10px;}

@media (min-width:768px) {
	.photos_gallery { margin:0px 30px 0 30px;}
	.photos_gallery  > .row > div:nth-child(2) { display:block}
	.box_wide .title { position:absolute; left:0px; right:0px; bottom:0px; padding:30px;

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(7,7,7,0.7) 38%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(7,7,7,0.7) 38%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(7,7,7,0.7) 38%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.box_wide .title .txt { font-size:24px;}
.top_hold .box_section  .title { font-size:18px; line-height:1.2;}
.box_wide .icons { left:30px; }
.box_wide .icons .ico {font-size:24px;}

	.branding {
		background-size: 1484px auto !important;
	}
	.branding .scotch_video .box_line:nth-child(4), 
	.branding .scotch_video .box_line:nth-child(5) { display:none;}
	.branding .box_line > a > div:nth-child(2), .branding .box_line > a > div:only-child {
		padding: 5px 15px;
		vertical-align: middle;
	}
	.branding .box_line > a > div {
		vertical-align: top;
	}
	.branding .box_line .ico {
		top: 35px;
	}
	.branding .block.section .list li {
		padding: 10px 0px;
	}
	.branding  .list li > a > img {
		float: none;
		margin: 10px 0 10px 0;
		position: relative;
		top: 0;
		max-width: 135px;
	}
	.branding .news_list .list li > a > img {
		float: right;
		margin: 0px 0 0 10px;
		position: relative;
		top: -15px;
		max-width: 90px;
	}
}
@media (min-width:992px) {
	.photos_gallery  > .row > div:nth-child(3), .photos_gallery  > .row > div:nth-child(4) { display:block}
	.branding {
		background-size: 1920px 1080px !important;
		padding-top: 100px;
	}
	.branding .wrap {
		width: 975px;
		z-index: inherit;
		margin: 0px auto 0 auto;
	}
	.branding header .columns_hold .col-md-3 {
		width: 25%;
	}
	.branding header .columns_hold > .col-md-4 {
		width: 33.333333%;
	}
	.branding header .columns_hold > .col-md-5 {
		width: 41.66666667%;
	}
	.branding .box_main > a, .box_main > div {
		display: inline;
	}
	.branding .box_main > a > div, .box_main > div > div {
		width: 100%;
		display: block;
	}
	.branding .main_section .box_border.red.top_hold .row > div {
		width: 100%;
	}
	.branding .socialsearch .collapse {
		padding-left: 12px;
	}
	.branding .socialsearch ul li:only-child {
		margin: 0;
	}
	
	.branding .box_main.face > a > div, .box_main.face > div > div {
		display: table-cell;
    width: auto;
	}
	
}
@media (min-width:1200px) {
	.box_wide .title .txt { font-size:36px;}
	.top_hold .box_section .title { font-size:21px;}
	.branding .container {
		width: 970px;
	}
	.branding .main_section .columns_hold > .col-md-8 {
		width: 640px;
	}
	.branding .box_medium > a > div {
		display: table-cell;
	}
	.branding .box_medium > a > div:nth-child(2), .box_medium > a > div:only-child {
		padding: 10px 0 0 10px;
	}
	.branding .box_main > a > div img, .box_main > div > div img {
		width: auto;
		max-width: 100%;
	}
	.branding .logo_hold {
		padding-right: 60px;
	}
	.branding .block.section .list li:before {
		content: none;
	}
	.branding .block.section .list li a {
		margin-top: 5px;
	}
	.branding .block.section .list li img {
		float: none;
		max-width: 100%;
		margin-top: 0 10px;
	}
	.branding .article .body {
		width: 610px;
	}
	.branding .article .credits li.socials .social-likes__widget:not(:first-child) {
		margin-left: 10px;
	}
	.branding .article .credits li.socials .social-likes__widget {
		margin-bottom: 0;
	}
	.branding .article .credits li {
		float: left;
		border-top: none;
	}
	.branding .article .credits li.socials {
		float: right;
		padding-top: 10px;
		border-top: none;
		width: auto;
	}
}
@media(max-width:767px) {
	.branding .news_list .list img {
		margin-bottom: 10px;
	}
	.block.block_video {
		margin-bottom: 30px;
	}
	.block.row.media_hold > div {
		float: none;
		margin: 0;
		width: 50%;
		flex-basis: 50%;
		padding: 0 15px;
	}
	.section_6772 .chapter span {
		margin-left: 0;
	}
	.chapter + .scroll {
		margin-top: 20px;
		margin-bottom: 35px;
	}
}

@media(min-width: 1200px) {
    .article .body .gall {
        width: auto;
    }
}

.vote_img { margin:15px 0 30px 0;}
.vote_img img {max-width:100%; }