/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
	font-family: 'akrobat';
	src: 
	url('fonts/Akrobat-Black.eot') format('embedded-opentype'),
	url('fonts/Akrobat-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;	
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%!important;
	width: 100%!important;
}
iframe {
	max-width: 100%!important;
	width: 100%!important;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: "PT Sans", Arial, sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 600;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
    background: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    max-width: 1090px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation.toggled ul {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 120px);
	height: 100%;
	z-index: 999;
	background: #ccc;
	overflow-y: scroll;
}
.menu-toggle {
	position: fixed;
    top: 8px;
    left: 16px;
	border: none;
	padding: 0;
	z-index: 99;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-content p {
	margin-bottom: 10px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*sidebar*/
.kurs {
	margin: 0 auto;
	text-align: center;
}
.banners {
	padding: 30px 20px;
}
.banners a {
	margin-bottom: 15px;
}
.sdb ul {
	font-family: 'akrobat';
	margin: 0;
	padding: 0;
	list-style: none;
} 

.sdb .menu>li {
	width: 100%;
	display: block;
}

.sdb .menu>li:hover>a,.sdb .menu>li.current-menu-item>a, .sdb .menu>li>ul>li:hover>a,.sdb .menu>li>ul>li>ul>li:hover>a {
  color: #393939;  

}

.sdb .menu>li>a, .sdb .menu>li>ul>li a {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #7f7f82;
  padding: 15px 10px 15px 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
}

.sdb .menu>li:hover>a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sdb .menu>.menu-item-has-children>ul {
  display: none;
  min-width: 200px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sdb .menu>.menu-item-has-children:hover>ul {
  display: block;
  overflow: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sdb .menu>.menu-item-has-children>ul>.menu-item-has-children>ul {
  display: none;
  min-width: 200px;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #222;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.sdb .menu>.menu-item-has-children>ul>.menu-item-has-children:hover>ul {
  display: block;
  overflow: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/********** Main Style *********/
html {
	margin: 0!important;
}

body, input, button, textarea, select {
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.fullwidth {
  display: block;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.container {
    font-family: 'Open Sans', sans-serif;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
div#content {
    display: block;
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.col {display: inline-block; position: relative;}

.top {vertical-align: top;}
.bottom {vertical-align: bottom;}
.middle {vertical-align: middle;}
.hide, .md-show, .sm-show, .xs-show, .xxs-show {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify; font-size: 0; text-justify: distribute;}
.justify:after {content: ''; display: inline-block; width: 100%;}
/* reset for justify font-size:0 child */
.justify>.col, .justify>li, .justify>div {font-size: 18px;}

.site-header {
    background: #e3000f;
    padding: 10px 0px 0px 0px;
}

.site-description {
    font-size: 18px;
    color: #eaeaea;
    margin: 0;
}

.wu-forecast-wrapper div {
	margin-bottom: 0;
}

.title-right p {
    font-size: 10px;
    color: #eaeaea;
    margin: 0;
    text-align: right;
    margin-top: 40px;
}


.tell-w p {
	margin: 0;
}

.tell-w a:before {
content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
	background: url(images/w.png) center center/100% no-repeat;
}

.tell-w a {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    color: #eaeaea;
    font-size: 15px;
    margin-bottom: 10px;
}

.right-colum span {
	display: inline-block;
	vertical-align: middle;
}

.menu-social-menu-container .menu {
	margin: 0;
	padding: 0;
}

.menu-social-menu-container .menu li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.menu-social-menu-container .menu li a {
display: flex;
    width: 38px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #eaeaea;
    text-decoration: none;
    color: #393939;
}

.menu-social-menu-container .menu li a i {
	font-size: 20px;
}

header .search {
    position: relative;
    display: inline-block;
    height: 22px;
    width: 186px;
    border: 1px #a09f9f solid;
    margin-top: 3px;
}

header .search input {
    width: 100%;
    height: 20px;
    background: #ffffff;
    border: none;
    border-radius: 0;
    padding: 5px;
    padding-right: 10px;
    font-size: 13px;
}

header .search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 20px;
    background: url(images/search.png) left center no-repeat;
    border: none;
    border-radius: 0;
}

.wu-copyright {
	display: none!important;
}

.wu-forecast-wrapper {
	float: none;
}

.wu-forecast-body {
	display: flex;
	flex-flow: row wrap;
	width: 65px;
	height: 65px;
}
.wu-current-conditions .wu-day-title {
	float: none;
	order: 2;
	width: 100%;
	font-size: 15px;
	color: #eaeaea;
	text-align: center;
}

.wu-current-conditions .wu-day-title small {
	margin: 0;
	font-size: 0;
}

.wu-icon {
	order: 1;
	width: 100%;
	height: 45px;
	text-align: center;
}

.wu-icon img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.sdb {
	/*width: 210px;*/
	background: #e0e0e0;
}

.mcb {
	/*width: 100%;*/
	/*max-width: calc(100% - 210px);*/
	padding: 20px 30px 0;
}
.fw-col-md-4.prc4 {
    background-color: white;
}
.latest-news {
    background-color: white;
}
.banner-side {
    background-color: white;
}
main#main .fw-col-md-9 {
    background-color: white;
    padding: 0px 26px;
}
main#main .fw-col-md-8 {
    background-color: white;
    padding: 0px 26px;
}
.date {
	color: #eaeaea;
	font-size: 12px;
	margin-bottom: 5px;
}
body.date {
	margin-bottom: 0;
}

/*Block news home page*/

/*latest-news*/
.wrap-latest {
	height: 745px;
	overflow-y: scroll;
	padding-top: 5px;
}

.title-latest {
    background: #393939;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 10px;
    border-radius: 0px;
}
span.col.middle.href-news {
    top: -3px;
}
.title-n {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14px !important;
}
.main-news.tester.wrapper-large a.main-pict {
    height: 462px;
    display: block;
    overflow: hidden;
}
.href-news a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}

.href-news a:hover {
	text-decoration: underline;
}

.row-last-news {
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 3px;
}

.row-last-news .date-news {
	border-bottom: 2px solid #c6c6c6;
	color: #828282;
	font-size: 12px;
	font-family: 'akrobat';
}

.name-last-news a {
	font-size: 14px;
	color: #424242;
	text-decoration: none;
}

.name-last-news a:hover {
	text-decoration: underline;
}

.latest-news .right a {
	color: #e3000f;
	font-size: 14px;
	font-family: "akrobat";
	text-transform: uppercase;
}
.latest-mobile {
	margin: 20px;
	box-shadow: 0 0 5px 0 #ccc;
	padding-bottom: 30px;
}
.latest-mobile .wrap-latest + .right {
	padding-right: 30px;
}

/*all news*/

.main-news {
	margin-bottom: 30px;
}

.main-news .date-box {
	position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    width: 50px;
    height: 50px;
    background: #dadada;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
 
    padding: 5px;
}

.main-news .date-box span {
	font-size: 16px;
	display: block;
    margin-bottom: -6px;
}

.content-area .fw-container>.fw-row {
	
}

.fw-container>.fw-row {
	margin-bottom: 30px;
}
.site-main+.fw-container>.fw-row:first-child {
	margin-bottom: 0;
}

.wrapper-large {
	position: relative;
	width: 100%;
	height: 470px;
}

@media(min-width: 992px) {
	.wrapper-medium {
		position: relative;
		width: 100%;
		height: 300px;
	}
}

.wrapper-small {
	position: relative;
	width: 100%;
	height: 275px;
}
.wrapper-little {
	position: relative;
	width: 100%;
	height: 205px;
}

.home .main-pict {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
}
.home .main-pict img {
width: 100%;
    height: auto;
    object-fit: cover;
}
.main-pict {
	display: block;
	height: calc(100% - 58px);
}

.main-pict:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 58px;
	/* background: rgba(0,0,0, .2); */
}
.main-pict img {
	width: 100%;
	height: auto;
}
@media(min-width: 992px) {
.main-pict img {
    min-height: 100%;
    max-height: 240px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
}

.home .fw-col-md-4 .this-news-info,
.home .fw-col-md-6 .this-news-info {
	background: #fff;
}
.home .fw-col-md-4 .wrapper-small,
.home .fw-col-md-4 .wrapper-little,
.home .wrapper-medium {
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.25);
}
.home .fw-col-md-4 .this-news-info .main-title, 
.home .fw-col-md-4 .this-news-info p,
.home .fw-col-md-6 .this-news-info .main-title, 
.home .fw-col-md-6 .this-news-info p {
	color: #393939;
	font-size: 16px;
}
.home .fw-col-md-4 .this-news-info .col,
.home .fw-col-md-6 .this-news-info .col {
	color: #9c9c9c;
	font-size: 14px;
}
.home .this-news-info {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	background: linear-gradient(to bottom, transparent, #000);
}
.home .fw-col-md-4 .this-news-info .main-title,
.home .fw-col-md-6 .this-news-info .main-title {
	height: 34px;
	overflow: hidden;
}
.home .fw-col-md-4 .this-news-info .main-title:hover,
.home .fw-col-md-6 .this-news-info .main-title:hover {
	color: #ce2d32;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.home .this-news-info .main-title, 
.home .this-news-info p {
	font-weight: bold;
}

.all-news .box-title {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    padding: 6px 10px;
    background: #ce2d32;
    font-size: 13px;
    color: #fdfdfd;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.all-news.photofact .box-title:before,.all-news.videofact .box-title:before {
content: '';
    display: block;
    margin: 0 auto 10px 0;
    width: 36px;
    height: 36px;
    background: url(images/photo.jpg) center center/100% no-repeat;
}

.all-news.videofact .box-title:before {
	background: url(images/video.jpg) center center/100% no-repeat;
}

.all-news.photofact .box-title, .all-news.videofact .box-title {
position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0px 15px;
    background: transparent;
    font-size: 16px;
    color: #fdfdfd;
    font-family: 'akrobat';
    text-transform: uppercase;
}
.this-news-info .box-title {
	display: inline-block;
	padding: 10px 15px;
	background: #ce2d32;
	font-size: 22px;
	color: #fdfdfd;
	font-family: 'akrobat';
	text-transform: uppercase;
	margin-bottom: 10px;
}

.this-news-info .main-title {
	display: block;
	font-family: "PT Sans", Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
}

.this-news-info p {
	font-size: 14px;
	color: #ffffff;
}

.this-news-info .col {
	font-size: 14px;
	color: #ffffff;
}

.this-news-info .views {
	/* background: url(images/views.png) left center no-repeat; */
	/* padding-left: 28px; */
}

.this-news-info .comments {
	/* background: url(images/comments.png) left center no-repeat; */
	/* padding-left: 28px; */
	margin-left: 15px;
}

.entry-meta .comments {
	margin-left: 15px;
}

.entry-meta .comments:before {
	content: '';
	background: url(images/svg-com.svg) center center/100% no-repeat;
	display: inline-block;
	vertical-align: middle;
    width: 20px;
    height: 20px;
	filter: grayscale(100%) contrast(100%);

}

.site-footer {
	background: #393939;
	padding: 30px;
	color: #ffffff;
	font-size: 14px;
	/* margin-right: 15px; */
}

.site-footer a {
	color: #ffffff;
	font-size: 14px;
}

.site-footer .foot-nav  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .foot-nav li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	position: relative;
}

.site-footer .foot-nav li:first-child {
	margin-left: 0;
}

.site-footer .foot-nav li:after {
	content: '|';
	position: absolute;
	right: -20px;
	top: 0;
}

.site-footer .foot-nav li:last-child:after {
	display: none;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .col {
	font-size: 14px;
}

.soc-foot span {
	display: block;
	margin-bottom: 5px;
}

.widget_archive {
	text-align: center;
}

.widget_archive .widget-title {
    display: inline-block;
    width: 100%;
    background: #e3000f;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.widget_archive ul {
	display: none;
}

.widget_archive ul a {
	color: #393939;
}

.widget_archive ul a:hover {
	color: #ce2d32;
}

.widget-area {
	clear: both;
	padding: 1px;
}

.views-count {

}

.site-main {
	font-family: "PT Sans", Arial, sans-serif;
}


.site-main article {
	font-family: "PT Sans", Arial, sans-serif;
    line-height: 1.6;
    font-size: 17px;
}
article .entry-content {
	text-align: justify;
}

.wrapper>.fw-col-md-2.top.left.sdb {
	padding-bottom: 5px;
}


.page-id-2 .site-main>.fw-container {
	padding-right: 15px;
}
.archive .site-main>.fw-container, 
.category .site-main>.fw-container {
	padding-right: 0;
}

.site-main>.fw-container>.fw-row>.fw-col-md-4.prc4, .site-main>.fw-container>.fw-row>.fw-col-md-8.prc4 {
	padding-right: 0;
}

.fw-container.foot>.fw-row {
	margin-bottom: 0;
}

.wrapper>.fw-col-md-10.top.left.mcb {
	padding-right: 0;
}
body p {
	line-height: 1.6;
}

.site-branding {
    line-height: 1;
    margin-top: 28px;
    margin-bottom: 6px;
}
/*menu category page*/
.site-content>.main-navigation {
    background: #333;
}
.site-content>.main-navigation ul {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
.site-content>.main-navigation ul li{
	float:left;
	position:relative;
	margin-right: 1px;
}
.site-content>.main-navigation ul a {
	display: block;
	padding: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.0em;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.site-content>.main-navigation ul a:link, .site-content>.main-navigation ul a:visited{
	color: #fff;
	text-decoration: none;
}
.site-content>.main-navigation ul a:hover {
	background: #e84747;
}
.site-content>.main-navigation ul ul {
	position: absolute;
	top: 100%;
	display: none;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 2px #444;
}
.site-content>.main-navigation ul ul li{
	margin: 0;
}
.site-content>.main-navigation ul ul a {
	width: 250px;
	width: 16rem;
	padding: 1em;
	float: left;
	font-weight: normal;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.site-content>.main-navigation ul ul a:link, .site-content>.main-navigation ul ul a:visited{
	color: #333;
	font-size: 0.9em;
	text-decoration: none;
}
.site-content>.main-navigation ul ul a:hover {
	color: #fff;
	background: #e84747;
}
.site-content>.main-navigation ul li ul ul {
	margin-left: 250px;
	margin-left: 16rem;
}
.site-content>.main-navigation ul li:hover ul ul, .site-content>.main-navigation ul li:hover ul ul ul, .site-content>.main-navigation ul li:hover ul ul ul ul{
	display:none;
}
.site-content>.main-navigation ul li:hover ul, .site-content>.main-navigation ul li li:hover ul, .site-content>.main-navigation ul li li li:hover ul, .site-content>.main-navigation ul li li li li:hover ul{
	display:block;
}
.site-content>.main-navigation ul li.current_page_item a, .site-content>.main-navigation ul li.current-menu-item a {
	text-decoration: underline;
}
.site-content>.main-navigation ul li.current_page_item ul li a, .site-content>.main-navigation ul li.current-menu-item ul li a{
	text-decoration: none;
}
.site-content>.main-navigation ul ul li.current_page_item a, .site-content>.main-navigation ul ul li.current-menu-item a {
	text-decoration: underline;
}
.site-content>.main-navigation ul ul li.current_page_item ul li a, .site-content>.main-navigation ul ul li.current-menu-item ul li a{
	text-decoration: none;
}
/*menu end*/
.widget_archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-header .page-title {
font-weight: bold;
    color: #333;
    background: #fff;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 1.2em;
}

.entry-title {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
}


.entry-title a {
    color: #393939;
}

.entry-meta {
    margin-top: 10px;
    margin-top: 0.625rem;
    padding: 5px;
    padding: 0.3125rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #aaa;
    font-style: italic;
}

.entry-meta a {
	font-size: 13px;
    font-size: 0.8125rem;
    color: #aaa;
    font-style: italic;
}

.post-tags {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.post-tags li {
    float: left;
    margin: 0px 6px 6px 0px;
    margin: 0rem 0.375rem 0.375rem 0rem;
    background: #555555;
}

.post-tags li:hover {
    background: #e64946;
}

.post-tags a, .post-tags a:hover {
    color: #fff;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
    display: block;
    text-decoration: none;
}

.cf-button {
	display: inline-block;
	width: 
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-form-control-wrap input {
	width: 100%;
	height: 36px!important;
}

.wpcf7-form-control-wrap textarea {
	width: 100%;
}

.cf-button {
	display: inline-block;
	height: 36px;
	max-width: 300px;
	width: 100%!important;
    background: #ce2d32;
    font-family: "akrobat";
    color: #fff;
    font-size: 20px!important;
    margin-top: 15px;
    transition: all .3s ease-in-out;
}

.cf-button:hover {
	background: #ce2d32!important;
	color: #fff!important;
}

.givequest, .wpcr3_button_1 {
	display: inline-block;
    width: 155px;
    background: #ce2d32;
    font-family: "akrobat";
    color: #fff;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    margin: 20px 0;
    font-size: 18px;
}

.wrap-form-cf {
	margin: 30px 0;
}

.wpcr3_content-img {
	display: inline-block;
    width: 80px;
    height: 54px;
    float: left;
    margin-right: 10px;
    background: url(images/pen.png) center/60% no-repeat;
}

.wrapper-rew {
	max-width: calc(100% - 90px);
}

.autor-info {
	margin-bottom: 10px;
}

.fw-team {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	clear: both;
	overflow: auto;
}
.fw-team:before,
.fw-team:after {
	content: ' ';
	display: table;
	box-sizing: border-box;
}
.fw-team p {
	margin-top: 0;
}
.entry-content .fw-team .fw-team-name h3 {
	margin-top: 0;
	color: #ce2d32;
}
.fw-team .fw-team-inner {
	text-align: left!important;
}

/* all news page */
.date-news {
	border-bottom: 2px solid #c6c6c6;
	color: #828282;
	font-size: 16px;
	font-family: 'akrobat';
}
p + .readmore {
	margin-top: -15px;
}
.readmore {
	text-align: right;
}
.readmore a {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	background: #ce2d32;
	font-size: 14px;
}
.readmore a:hover,
.readmore a:focus {
	text-decoration: none;
}

/* Comments
-------------------------------------------------------------- */

ol.comment-list {
	padding-left: 0;
}
ol.children {
	padding-left: 0;
	margin-top: 10px!important;
}
	
#comments {
	margin: 0 0 1.5em 0;
	padding: 1em 1.5em;
	background: #fff;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
}
#comments .comments-title, #respond #reply-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	color: #555;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0.3em 0;
	border-bottom: 5px solid #555;
	font-size: 1.5em;
}
.commentlist {
	display: block;
	margin: 1.5em 0;
}
.commentlist .comment{
	display: block;
	margin: 1.5em 0 0;
	list-style: none;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.commentlist .comment .avatar {
	float: left;
	margin: 1em 1.5em 0.5em 0;
}
.commentlist .comment .avatar:after {
	clear: both;
}
.comment-author {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5em;
	background: #eee;
}
.comment-metadata {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8em;
	margin: 0.5em 1.2em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #222;
}
.comment-author .says, .comment-author img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}

.comment-edit-link {
	background: #eaeaea;
	color: #393939!important;
	border: 1px solid #393939;
	border-radius: 2px;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
}

.comment-author .fn {
	display: inline-block;
	float: left;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	font-size: 1.0em;
	color: #fff;
	background: #333;
	padding: 0.4em 1em;
}
.comment-metadata a:link, .comment-metadata a:visited,
.comment-metadata a:active, .comment-metadata a:hover {
	color: #222;
}
.comment-author .fn a:link, .comment-author .fn a:visited {
	color: #fff;
	text-decoration: underline;
}
.comment-author .fn a:hover, .comment-author .fn a:active {
	text-decoration: none;
}
.bypostauthor .fn, .comment-author-admin .fn {
	background: #e84747;
}
#comments .children {
	margin-left: 1.5em;
}
.nocomments {
	color: #444;
	padding: 1em;
}
.commentlist .pingback {
	display: block;
	margin: 0.6em 0 0;
	padding: 0.8em 0 0;
	border-top: 1px solid #ddd;
	list-style: none;
	line-height: 1.3em;
}

.entry ul, .comment ul, .entry ol, .comment ol {
    list-style: square inside;
    margin: 0 0 1.5em 2em;
}

.comment-meta {
	background: #eee;
}

/* Comment Pagination */
.comment-pagination {
	font-size: 0.9em;
	padding: 0 1em;
	background: #eee;
	margin-bottom: 1.5em;
}
.comment-pagination .alignleft {
	float: left;
}
.comment-pagination .alignright {
	float: right;
}

/* Comment Form */
#respond {
	margin: 0;
}
#commentform {
	padding: 1em 0 0;
}
#commentform p {
	margin: 1em 0;
}
#commentform input[type="text"], #commentform textarea {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform label {
	display: block;
	margin: 0.6em 0 0.2em;
}
#commentform #submit {
	display: block;
	border: none;
	margin-top: 1em;
	padding: 1em 4em;
	text-decoration: none;
	color: #fff;
	background: #e84747;
}
#commentform #submit:hover {
	background-color: #303030;
	cursor: pointer;
	text-decoration: none;
}

.comment-reply-link {
	color: #3b7dee;
}

ol.comment-list li {
	margin: 0 0 1.5em 2em;
}

.entry-footer {
	margin: 20px;
}

.entry-footer .edit-link {
	display: block;
}

.entry-footer .edit-link a {
    background: #eaeaea;
    border-radius: 2px;
    padding: 2px;
    font-size: 12px;
    color: #3b7dee!important;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.entry-footer .cat-links {
    margin-top: 10px;
    margin-top: 0.625rem;
    padding: 5px;
    padding: 0.3125rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #aaa;
    font-style: italic;
}

.entry-footer .cat-links a {
    color: #fff;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
    display: inline-block;
    text-decoration: none;
    background: #555;
    font-style: normal;
    font-size: 15px;
    margin: 5px;
}


.views-count {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.views-count span {
	vertical-align: middle;
	display: inline-block;
}

.views-count:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(images/aye.png) center center/100% no-repeat;
}

.navigation {
	padding: 10px;
    padding: 0.625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background: #f6f6f6;
    border: 1px solid #d7d8d8;
}

.nav-previous, .nav-next {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-previous:before {
	content: "\f060";
}

.nav-next:after {
	content: "\f061";
}

.nav-previous a, .nav-next a {
	font-family: 'Open sans';
    font-size: 15px;
    font-size: 0.9375rem;
    color: #555;
    padding: 0 5px;
}

.navigation .page-numbers {
	display: inline-block;
	margin: 0 5px;
	padding: 0 5px;
	color: #393939;
	font-size: 14px;
}

.breadcrumbs {
	font-size: 11px!important;
	font-family: "PT Sans", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #393939;
}

.breadcrumbs a {
	color: #393939;
}

.share-box {
	margin-top: 15px;
}

.share-box a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 7px;
	color: #828282;
	border: 1px solid #929292;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	cursor: pointer;
}

#black-studio-tinymce-2 p {
	margin-top: 0;
}

.page-rubrics .wrap-row {
	margin-left: -15px;
}

.page-rubrics .last-news {
	position: relative;
	padding: 15px;
	padding-bottom: 5px;
	height: 265px;
	border: 1px solid #d0d0d0;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
	overflow: hidden;
	margin-bottom: 30px;
}

.w-cont .col {
	z-index: 1;
}

.page-rubrics .w-cont .views {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.page-rubrics .w-cont .views span {
	vertical-align: middle;
	display: inline-block;
}

.page-rubrics .w-cont .views:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(images/aye.png) center center/100% no-repeat;
}


.page-rubrics .w-cont .share-box {
	margin: 0;
}

.page-rubrics .w-cont .comments {
	margin-left: 15px;
}

.page-rubrics .w-cont .comments:before {
	content: '';
	background: url(images/svg-com.svg) center center/100% no-repeat;
	display: inline-block;
	vertical-align: middle;
    width: 20px;
    height: 20px;
	filter: grayscale(100%) contrast(100%);
}

.page-rubrics .all-news {
	border: 1px solid #929292;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    margin-bottom: 25px;
}

.page-rubrics .all-news .this-news-info {
	background: #fff;
	color: #404040;
	min-height: 50px; 
}

.page-rubrics .all-news .this-news-info {
	padding: 10px;
}

.page-rubrics .this-news-info .main-title {
	text-align: center;
	font-size: 18px;
}

.page-rubrics .w-cont .this-news-info {
	position: static;
	color: #404040;
	height: 215px;
	overflow: hidden;
	line-height: 1.6;
}

.page-rubrics .pict-note {
	display: block;
	z-index: 1;
	width: 100%;
	height: 200px;
	margin-top: 15px;
	overflow: hidden;
}

.page-rubrics .date-box span {
    font-size: 16px;
    display: block;
    margin-bottom: -6px;
}

.page-rubrics .latest-news {
	margin-bottom: 15px;
}

.page-rubrics .str-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.page-rubrics .date-box {
	position: relative;
	display: block;
	margin-left: 15px;
	width: 50px;
	height: 50px;
	background: #dadada;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	padding: 5px;
	z-index: 3;
	color: #000;
}

.page-rubrics .w-cont .box-title {
	position: absolute;
    bottom: 0;
    right: 15px;
    display: inline-block;
    padding: 10px 15px;
		background: #ce2d32;
    font-size: 16px;
    color: #fdfdfd;
    font-family: 'akrobat';
    text-transform: uppercase;
    margin-top: 15px;
}

.page-rubrics .w-cont .main-title {
	text-align: center;
}

.page-rubrics .this-news-info p, .page-rubrics .this-news-info a {
	color: #404040;
}

.widget_black_studio_tinymce {
	margin-top: 15px;
}

@media(max-width: 1200px) {
	
}
@media(max-width: 992px) {
	.site-header {
		position: relative;
		height: 185px;
		z-index: 98;
		top: 0;
		width: 100%;
	}
	.google-top-b {
    display: none;
}
	.page-rubrics .w-cont .box-title {
    position: absolute;
    bottom: auto;
    right: 15px;
    display: inline-block;
    padding: 10px 15px;
    background: #ce2d32;
    font-size: 16px;
    color: #fdfdfd;
    font-family: 'akrobat';
    text-transform: uppercase;
    top: 15px;
}
	nav#site-navigation li a {
    padding: 8px 8px;
    text-transform: uppercase;
    font-size: 13px;
    color: black;
    transition: 1s;
}
	.main-navigation li {
    float: left;
    position: relative;
    width: 100%;
    padding: 2px 6px;
}
	.main-news.tester.wrapper-large a.main-pict {
    height: auto;
    display: block;
    overflow: hidden;
}
	.main-navigation.toggled ul {
    position: fixed;
    top: 64px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #ccc;
    overflow-y: scroll;
}
body.home.page-template-default.page.page-id-2.group-blog .fw-container>.fw-row {
    margin-bottom: 0px;
}
	.this-news-info .col {
    font-size: 14px;
    color: #393939;
}
	.column-height {
		height: auto!important;
	}
	.header-logo, .col-site-description, .site-header .col {
		display: block;
		margin-bottom: 10px;
	}
	.site-header .wrapper.justify {
		text-align: center;
	}
	.site-header .date {
		display: none;
	}
	.site-header .tell-w {
		display: none;
	}
	.widget.wunderground {
		display: none;
	}
	.site-header .menu-social-menu-container {
		display: none;
	}
	.site-header .title-right {
		display: none;
	}
	.kurs, .banners {
		display: none;
	}
	.main-navigation {
		background: #e3000f;
	}
	.sdb .menu > li > a,
	.sdb .menu > li > ul > li a a {
		color: #fff;
	}
	.sdb {
		background: transparent;
	}
	.menu-toggle {
		border-radius: 0;
		background: transparent;
		color: #fff;
		font-size: 40px;
	}
	.fw-row .fw-col-md-6,
	.fw-row .fw-col-md-4,
	.fw-row .fw-col-md-8 {
		margin-bottom: 5px;
	}
	.fw-col-xs-1, .fw-col-sm-1, .fw-col-md-1, .fw-col-lg-1, .fw-col-xs-2, .fw-col-sm-2, .fw-col-md-2, .fw-col-lg-2, .fw-col-xs-3, .fw-col-sm-3, .fw-col-md-3, .fw-col-lg-3, .fw-col-xs-4, .fw-col-sm-4, .fw-col-md-4, .fw-col-lg-4, .fw-col-xs-5, .fw-col-sm-5, .fw-col-md-5, .fw-col-lg-5, .fw-col-xs-6, .fw-col-sm-6, .fw-col-md-6, .fw-col-lg-6, .fw-col-xs-7, .fw-col-sm-7, .fw-col-md-7, .fw-col-lg-7, .fw-col-xs-8, .fw-col-sm-8, .fw-col-md-8, .fw-col-lg-8, .fw-col-xs-9, .fw-col-sm-9, .fw-col-md-9, .fw-col-lg-9, .fw-col-xs-10, .fw-col-sm-10, .fw-col-md-10, .fw-col-lg-10, .fw-col-xs-11, .fw-col-sm-11, .fw-col-md-11, .fw-col-lg-11, .fw-col-xs-12, .fw-col-sm-12, .fw-col-md-12, .fw-col-lg-12, .fw-col-xs-15, .fw-col-sm-15, .fw-col-md-15, .fw-col-lg-15 {
		padding-left: 0;
		padding-right: 0;
	}
	.mcb {
		padding: 0!important;
	}
	.wrap-latest {
		height: auto;
	}
	.name-last-news {
		text-align: justify;
	}
	.site-info .col {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.site-footer .foot-nav li:after {
		display: none;
	}
	.site-footer .foot-nav li {
		margin: 10px;
	}
	.wrap-row>.fw-col-md-3 {
		display: none;
	}
	.home .latest-news {
		display: none;
	}
	.home .this-news-info {
		    position: relative;
    background: #fff;
    color: #000;
    padding: 6px 6px;
	}
	.this-news-info .main-title {
    font-size: 16px;
}
	.home .fw-col-md-4 .this-news-info .main-title,
	.home .fw-col-md-6 .this-news-info .main-title {
		height: auto;
	}
	.wrapper-large {
		height: auto;
	}
	.home .this-news-info .main-title,
	.home .this-news-info p {
		color: #393939;
	}
	.home .fw-col-md-4 .wrapper-small, .home .fw-col-md-4 .wrapper-little, .home .wrapper-medium {
		margin-bottom: 30px;
	}
	.wrapper-large {
		box-shadow: 0 2px 3px 1px rgba(0,0,0,.25);
	}
	.site-main > .fw-container > .fw-row > .fw-col-md-4.prc4,
	.site-main > .fw-container > .fw-row > .fw-col-md-8.prc4 {
		padding-right: 15px;
	}
	.home .row-last-news {
    padding-left: 8px;
    padding-right: 8px;
	}
	.wpcr3_respond_2 textarea {
		width: auto!important;
		max-width: 100%!important;
		min-width: 370px!important;
	}
	.wpcr3_div_2 {
		width: auto;
	}
}
@media(max-width: 780px) {
	.fw-container>.fw-row {
		margin-right: 0px;
		margin-left: 0px;
	}
	aside#secondary {
    text-align: center;
}
	.sdb .widget-area img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}
	.hiddensfon {
    display: none;
}
	section#black-studio-tinymce-2 {
    margin: 0px;
}
	aside#secondary br {
   display: none;
}
	section#archives-2 {
    display: none;
}
	aside#secondary p {
    margin-bottom: 0px;
}
}
@media(max-width: 768px) {
	.sdb .widget-area {
	}
	.social_share {
		margin: 4px;
	}
	button.menu-toggle {
    background-color: #e3000f;
    padding: 2px;
    border-radius: 4px;
}
header .search {
    width: 312px;
}

.page-id-2 .site-main>.fw-container {
    padding-right: 5px;
}
.fw-container {
    padding-left: 5px !important;
    padding-right: 5px;
}
.fw-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.site-main > .fw-container > .fw-row > .fw-col-md-4.prc4, .site-main > .fw-container > .fw-row > .fw-col-md-8.prc4 {
    padding-right: 5px;
}
.main-navigation {
    background: #ffffff;
}
.fw-container.foot {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

}
@media(max-width: 546px) {
	.site-description {
		font-size: 14px;
		line-height: 1;
	}
.page-rubrics .last-news {
    height: 296px;
}
	.main-navigation {
		padding: 5px;
	}
	.menu-toggle {
    top: 8px;
    left: 16px;
	}

	span.search {
    display: inline-block;
		margin-top: -10px;
		width: 100%;
	}

	.comment-list {
		margin: 0;
		padding: 0;
	}

	#comments .children {
		padding-left: 0;
	}

	.fw-row .fw-col-md-6, .fw-row .fw-col-md-4, .fw-row .fw-col-md-8 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.wpcr3_respond_2 textarea {
		width: auto!important;
		max-width: 100%!important;
		min-width: 300px!important;
	}
	.wpcr3_table_2 td {
		display: block!important;
		margin: 0 auto;
	}
}
@media(max-width: 406px) {
	.site-description {
		font-size: 12px;
	}
}
@media(max-width: 336px) {
	.site-description {
		font-size: 10px;
	}
	.menu-social-menu-container .menu li a {
    width: 32px;
    height: 32px;
	}
}
@media(max-width: 320px) {
	#comments {
		padding: 0 5px;
	}
}
.google-top-mob {
    max-width: 100%;
    overflow: hidden;
}
@media(min-width: 1024px) {
	.menu-tops {
    width: 100%;
    border-bottom: 1px #e3000f00 solid;
    background-color: #000000d4;
    border-top: 1px white solid;
    min-height: 30px;
    position: fixed;
    top: 0;
    z-index: 999;
}
	.google-top-mob {
    display: none;
}
.customize-support .menu-tops {
    top: 31px;
}
	}

span.page-numbers.current {
    background-color: #dedede;
    padding: 4px;
}
.home .main-pict img {
    transition: transform 0.6s ease-in-out 0s;
}
.home .main-pict img:hover {
    transition: transform 0.6s ease-in-out 0s;
    transform: scale(1.05) rotate(3deg);
}
.main-post-wrapper {
	position: absolute;
	display: none;
}
.main-post-wrapper.active-post {
	display: block;
}
.main-news .fa-chevron-left, .main-news .fa-chevron-right {
	position: absolute;
	top: 40%;
	font-size: 24px;
	color: #fff;
	z-index: 20;
	width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #00000061;
    opacity: 0.5;
    transition: 0.225s;
}
/*.main-news .fa-chevron-left:hover, .main-news .fa-chevron-right:hover {
	background: #bf0000;
	opacity: 0.8;
}*/
.main-news .fa-chevron-left {
	left: 0;
	padding-right: 4px;
	top: 0;
}
.main-news .fa-chevron-right {
	right: 0;
	padding-left: 4px;
	top: 0;
}
.slider-nums {
	position: absolute;
	top: 0;
	z-index: 20;
	width: 210px;
	text-align: center;
	left: 0;
}
.slider-nums i {
	font-style: normal;
	text-align: center;
	line-height: 26px;
	width: 30px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
}
.slider-num-list i:hover {
    font-weight: bold;
    text-decoration: underline;
}
.slider-nums-wrap {
width: 93px;
    height: 28px;
    position: absolute;
    top: 0px;
    cursor: default;
    display: none;
    right: 0px;
    box-sizing: border-box;
    z-index: 75;
}
.slider-nums-wrap>.fa-angle-left {
	position: absolute;
	left: 0;
	top: 0;
}
.slider-nums-wrap>.fa-angle-right {
	position: absolute;
	right: 0;
	top: 0;
}
.slider-num-controllers {
	z-index: 25;
	position: absolute;
    left: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    background: rgba(0, 0, 0, 0.8);
    width: 61px;
	    display: none;
}
.slider-nums-wrap-2 {
	width: 30px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.active-post-num {
	transition: 0.2s;
}

.slider-num-controllers>i {
	width: 30px;
	line-height: 26px;
	display: inline-block;
	font-weight: bold;
	font-style: normal;
}
.slider-num-controllers>.mid-i {
	font-weight: normal;
}
.slider-nums-wrap .slider-num-list {
	position: absolute;
    height: 28px;
    top: 0;
    width: 30px;
    left: 0;
    text-align: right;
}
.slider-num-list>i {
	display: inline-block;
    line-height: 26px;
    width: 15px;
    text-align: center;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-top: none;
    transition: 0.2s;
    cursor: pointer;
}
.slider-num-list>i:first-of-type {
	width: 22px;
	text-align: right;
	padding-right: 1px;
	position: relative;
}
.slider-num-list>i:first-of-type:before {
	content: '';
    position: absolute;
    left: -104px;
    background: rgba(0, 0, 0, 0.8);
    padding-left: 15px;
    padding-right: 0px;
    font-size: 13px;
    cursor: default;
}
.slider-num-list>i:last-of-type {
	width: 22px;
	text-align: left;
	padding-left: 1px;
}
nav#site-navigation li a {
    padding: 8px 8px;
    text-transform: uppercase;
    font-size: 13px;
    color: white;
    transition: 1s;
}
.fw-col-md-2.top.left.sdb.column-height {
    margin-top: 20px;
    background-color: white;
    border: 1px silver solid;
    max-height: 1125px !important;
    overflow: hidden;
}
.footer-bg {
    background-color: #393939;
}
section#categories-2 {
    border: 1px silver solid;
    padding: 6px;
}
section#categories-2 h2 {
    background: #393939;
    padding: 6px 10px;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px;
    text-align: left;
}
section#categories-2 ul {
    margin: 6px 2px;
}
section#categories-2 a {
    color: #393939;
}
.fw-col-md-12.top.left.mcb.column-height .fw-row {
    margin-bottom: 30px;
}
.page-id-62 .wpcr3_respond_1.wpcr3_in_content {
    display: none;
}
table#wp-calendar thead {
    background-color: #e3000f;
    color: white;
}
table#wp-calendar td {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    border: 1px #c0c0c047 solid;
}
table#wp-calendar caption {
    font-weight: bold;
    padding: 8px;
    font-size: 18px;
}
.col.middle.tell-w {
    float: right;
}