/*   
Theme Name: your-clean-template-3
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/

@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu { /* для раскрывания субменю по наведению */
		
	}
	.comment-list .children { /* для комментов */
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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. */
}

h1 {
	font-size:24px;line-height:28px
}

h2 {
	font-size:22px;line-height:26px
}

h3 {
	font-size:20px;line-height:24px;
}

h4 {
	font-size:18px;line-height:22px
}

h5 {
	font-size:16px;line-height:18px
}

h6 {
	font-size:14px;line-height:16px
}

/*****OTHER
***************************************************************/

/***ACCORDION***/
.accordion {
    border: 1px solid #286090;
    border-bottom: 0;
    border-radius: 3px;
    overflow: hidden;
}

.accordion__group {
    border-bottom: 1px solid #286090;
    overflow: hidden;
}

.accordion__group_separate {
    margin: 10px 0;
    border: 2px solid #337ab7;
    border-radius: 3px;
}

.accordion__heading {
    font-size: 16px;
    line-height: 1.5;
    background-color: #337ab7;
    color: #FFF;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion__body {
    font-size: 14px;
    display: none;
    border-top: 2px solid #337ab7;   
}

.accordion__body_separate {
    padding: 10px 15px;
}

.accordion__heading:before {
    content: "\f067";
    font-family: 'FontAwesome'; 
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #FFF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion__heading.show {

}

.accordion__heading.show:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/***TABLE***/
table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

table th,
table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}

table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table th {
  font-weight: bold;
}

.footable {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.footable-row-detail-row {
    line-height: 1.2em;
}

.footable-row-detail-name {
    vertical-align: top;
    padding-top: .6em;
    padding-bottom: .6em;
}

.footable-row-detail-value {
    padding-top: .6em;
    padding-bottom: .6em;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #d9edf7 !important;
	background-image: none !important;
}

.accordion__body .tablepress {
	margin-bottom: 0;
}


.footer__site-map {
  color: #FFF;
  padding: 10px;
  text-align: right;
}

.footer__site-map:hover {
  color: #FFF;
}

.footer__site-map:before {
content: "\f0e8";
font-family: FontAwesome;
color: #FFF;
margin-right: 10px; 
}

/*****HEADER
***************************************************************/
header {
  padding: 20px 0;
  color: #337ab7; }

a.logo:focus, a.logo:hover {
    color: #337ab7;
    text-decoration: none;
}

/* .logo__icon, .logo__text {
  display: inline-block;
  margin: -1px;
  vertical-align: middle; }

.logo__icon {
  width: 15%; } */
  
.logo__icon {
  width: 90px; }

.logo__text {
  width: 85%;
  padding-left: 15px; }

.logo__title {
  font-size: 18px; }

.logo__description {
  font-size: 14px; }

.contacts {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px; }

.contacts__mail, .contacts__facebook {
  display: block;
  color: #337ab7;
  text-decoration: none; }
  .contacts__mail:focus, .contacts__facebook:focus {
    text-decoration: none; }
  .contacts__mail:hover, .contacts__facebook:hover {
    text-decoration: none; }

.contacts__mail {
  margin-bottom: 5px; }

.contacts .fa {
  width: 18px;
  text-align: center; }

/*****MENU
***************************************************************/
/* цвет фона и рамки навигационного меню */
.navbar-default {
  margin-bottom: 20px;
  background-color: #337ab7;
  font-size: 14px;
  border: 0;
  border-radius: 0; }

/* Цвет пунктов навигационного меню */
.navbar-default .navbar-nav > li > a {
  color: #FFF;
  padding: 20px 15px; }

/* Цвет пункта меню, при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: #286090; }

/* Цвет и фон активного пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #337ab7; }

.navbar-default .navbar-nav > .active > a:hover {
  color: #FFF;
  background-color: #286090; }

/* Цвет и фон открытого пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #FFF;
  background-color: #286090; }

/* Цвет стрелочки (треугольничка) у раскрывающихся пунктов меню */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF; }

/* Цвет стрелочки (треугольничка) при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF; }

/* Цвет стрелочки (треугольничка), открывшегося пункта меню */
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF; }

.navbar-nav > li > .dropdown-menu {
  padding-top: 0;
  border-top: 0; }

.dropdown-menu > li > a {
  padding: 10px 20px;
  border-top: 1px solid #e5e5e5; }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #333;
    background-color: #fff;
}

/* CSS стили для мобильных устройств */
/* Цвет рамки у кнопки, которая открывает меню */
.navbar-default .navbar-toggle {
  border-color: #DDD; }

/* Цвет фона кнопки (которая открывает меню) при поднесении к ней курсора мышки или при нахождении её в фокусе */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #DDD; }

/* Цвет полосочек в кнопочке, которая открывает меню */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #CCC; }

.navbar-brand {
  height: auto;
  padding: 10px 15px; }

.navbar-brand__element {
  display: inline-block;
  vertical-align: middle; }

.navbar-brand__img {
  width: 50px;
  margin-right: 10px; }

.navbar-brand__title {
  font-size: 18px;
  color: #FFF; }

.navbar-brand__description {
  font-size: 14px;
  color: #FFF; }

/***NAVBAR-FORM***/
.navbar-form {
  margin: 8px 0;
  padding: 5px 0; }

/*****MAINPAGE
***************************************************************/
.choice__element, .news {
  background-color: #FFF;
}

.choice {
  padding-bottom: 10px; }

.choice__element {
  display: inline-block;
  width: 100%;
  height: 176px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  border: 2px solid #337ab7; }

a.choice__element:hover {
	background: #e6e6e6;
    text-decoration: none;
}

.choice__element .fa {
  display: inline-block;
  font-size: 45px;
  color: #337ab7;
  width: 90px;
  height: 90px;
  border: 2px solid #337ab7;
  border-radius: 50%;
  line-height: 1.9; }

.choice__title {
  margin-top: 8px;
  font-size: 18px;
  text-decoration: none;
  color: #337ab7;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1; }

/***NEWS***/
.news {
  margin: 5px 15px 30px;
  padding: 30px;
  border-radius: 2px;
  border: 2px solid #337ab7; }

.news__maintitle {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
}

.news__element {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.news__title {
    margin-bottom: 3px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;    
}

.news__data {
    font-size: 14px;
}

.news__text p {
    margin-bottom: 2px;
}

/***BANNER***/
.banner {
    margin: 5px 15px 30px;
}

.radio{
    margin: 0px 0px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
}
/*****PAGE
***************************************************************/
.pagewrapper {
  padding-right: 8px;
  padding-left: 8px;
}

.page__title {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}

.page__meta {
  margin-bottom: 20px;
}

.page__data, .page__category {
  margin-bottom: 5px;
}

/*****POST-ANONS
***************************************************************/
.post-anons {
    margin-bottom: 25px;
}

.post-anons__thumbnail {
    display: block;
    border-radius: 4px;
}

.post-anons__thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}

.post-anons__title {
    margin-bottom: 3px;
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;    
}

.post-anons__meta {
    margin-bottom: 5px;
}

.post-anons__data {
    font-size: 14px;
}

.post-anons__text p {
    margin-bottom: 5px;
}

/*****RUSSKOYAZYCHNYE-GRUPPY
***************************************************************/
.russkoyazychnye-gruppy-list {
    margin: 0;
    padding: 0;
    border: 1px solid #286090;
    border-bottom: 0;
    border-radius: 3px;
    overflow: hidden;
    list-style: none;
}

.russkoyazychnye-gruppy-list li {
    font-size: 16px;
    line-height: 1.5;
    background-color: #337ab7;
    color: #FFF;
}

.russkoyazychnye-gruppy-list li a {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    color: #FFF;
    border-bottom: 1px solid #286090;
    text-decoration: none;
}

.russkoyazychnye-gruppy-list li a:hover {
    background-color: #286090;
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle:before {
    color: #337ab7;
}

/*****FOOTER
***************************************************************/
footer {
    height: 40px;
    margin-top: 75px;
    background: #337ab7;
}

/*****MOBILE
***************************************************************/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choice__element {
    height: auto; } }


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choice__element {
    height: 176px; }

  /* .logo__icon {
    width: 20%; } */

  .logo__text {
    width: 80%;
    padding-left: 8px; }
  
  .logo__title {
    font-size: 18px; }

  .logo__description {
    font-size: 14px; }

  .logo, .contacts {
      padding: 0 2px; }

  .contacts {
    font-size: 16px; }
    
  .form-group input#search-field {
    width: 185px; } }


@media only screen and (max-width: 767px) {
  header {
    padding: 20px 0;
    text-align: center; }

  /* .logo__icon {
    width: 100%;
    margin-bottom: 10px; } */

/*   .logo__icon img {
  display: inline-block;
  width: 110px; } */
    
  .logo__icon img {
    width: 80px; }

  .logo__text {
    width: 100%;
    padding-left: 0px; }
  
  .logo__title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.3; }

  .logo__description {
    font-size: 12px;
    line-height: 1.3; }

  .navbar-default {
    margin-bottom: 20px; }

  /* Цвет пунктов меню в раскрывающихся списках */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    background-color: #FFF;
    padding: 15px;
    padding-left: 25px; }

  /* Цвет и фон пункта меню в раскрывающихся списках, при поднесении к нему курсора мышки или при нахождении его в фокусе */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }

  .navbar-form {
    margin: 0;
    margin-bottom: 25px; }

.search-form {
    border: 0;
    box-shadow: none;
}

  .choice__element {
    height: auto;
    margin-bottom: 20px;
    padding: 14px; }

  .choice__element .fa {
    font-size: 30px;
    width: 60px;
    height: 60px; }

  .choice__title {
    margin-top: 5px;
    font-size: 18px; }

  .post-anons__title {
      margin-bottom: 0px;
      margin-top: 10px;  
  }

  .post-anons__meta {
      margin-bottom: 5px;
  }

table {
	display: block;
	width: 100%;
	overflow: auto;
}
}


span.te-s {
    font-size: 20px;
}
/*# sourceMappingURL=style.css.map */
