.pos-r,
sub,
sup {
  position: relative;
}
.logo a:hover,
.logo:hover,
nav ul li a {
  text-decoration: none;
}
#comments ul,
nav ul {
  list-style: none;
}
.logo,
.post-meta .cats {
  text-overflow: ellipsis;
}
.pagination i,
.plus-18 {
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hvIqY.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0ddcg.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
    url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhvIqY.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhs.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0e.ttf)
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhs.ttf)
      format("truetype");
}
body,
html {
  width: 100%;
  height: 100%;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
}
a:active,
a:focus,
a:hover,
input:focus,
textarea:focus {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
pre {
  white-space: pre-wrap;
}
.logo,
.nowrap,
.post-meta .cats {
  white-space: nowrap;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button {
  border: 0;
  background: 0 0;
  outline: 0 !important;
}
a img,
button::-moz-focus-inner,
img,
input::-moz-focus-inner,
legend {
  border: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}
button,
input {
  line-height: normal;
}
.content ol li,
.content ul li,
.wp-caption-text,
aside ol li,
aside ul li {
  line-height: 24px;
}
button,
select {
  text-transform: none;
}
.logo,
.text-uppercase {
  text-transform: uppercase;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.panel,
.wrapper,
body {
  box-sizing: border-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder {
  opacity: 1;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.hidden {
  display: none !important;
}
.small,
small {
  font-size: 12px;
}
.devider {
  height: 1px;
  opacity: 0.75;
}
.ttl {
  font-size: 18px;
}
.category-ttl,
.h1,
h1 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}
.h2,
h2 {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 10px;
}
.h3,
.h4,
h3,
h4 {
  font-size: 20px;
}
.h3,
h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-weight: 400;
  margin-bottom: 10px;
}
.h5,
.h6,
h5,
h6 {
  font-size: 18px;
}
.category-ttl {
  display: block;
  margin-bottom: 10px;
}
.content,
.content .devider,
aside .devider {
  margin-bottom: 20px;
}
.content p,
aside p {
  margin: 15px 0;
  line-height: 24px;
}
.content .adsbygoogle,
aside .adsbygoogle {
  margin: 15px 0;
}
.content ul,
aside ul {
  margin: 10px 0;
  list-style-type: none;
}
.content ul li:before,
aside ul li:before {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  content: "";
 /* display: inline-block;*/
  margin: 0 13px 0 5px;
  vertical-align: 2px;
}
.content ul li ul,
aside ul li ul {
  margin: 5px 0 5px 20px;
}
.content ol,
aside ol {
  margin: 10px 0;
  list-style-type: none;
  counter-reset: num;
}
aside ol li:before {
  font-weight: 700;
  margin-right: 7px;
  content: counter(num) ". ";
  counter-increment: num;
}
.content ol > li:before {
  font-weight: 700;
  margin-right: 7px;
  content: counter(num) ". ";
  counter-increment: num;
}
.content ol ul,
.content ul ol {
  margin: 1px 0;
  margin-left: 15px;
}
.content ul ol li:before {
  width: auto;
  margin: 0;
  background: transparent;
  height: auto;
  margin-right: 7px;
}
.content ol ol {
  margin-left: 20px;
}
.content table,
aside table {
  width: 100%;
  font-size: 12px;
}
.content table th,
aside table th {
  font-weight: 600;
  padding: 10px 15px;
  border: 1px solid #333;
}
.content table td,
aside table td {
  border: 1px solid #333;
  background-color: #fff;
  padding: 10px 15px;
}
.content iframe,
aside iframe {
  max-width: 100%;
}
.content img,
aside img {
  display: block;
  max-width: 100%;
  box-shadow: 0 0 10px 0 #d6d6d6;
  height: auto;
	margin: 0 auto;
    margin-bottom: 20px;
}
.content .aligncenter,
aside .aligncenter {
  margin: 0 auto 20px;
}
.content .alignleft,
aside .alignleft {
  margin: 0 20px 10px 0;
  float: left;
}
.content .alignright,
aside .alignright {
  margin: 0 0 10px 20px;
  float: right;
}
aside img {
  box-shadow: none;
  margin: 0 auto;
}
aside ul li:before {
  margin: 0 10px 0 0;
}
.wp-caption-text {
  font-size: 12px;
  text-align: center;
  display: table;
  margin: 10px auto !important;
  opacity: 0.5;
}
.logo img,
.ta img,
.thumb img {
  display: block;
}
blockquote {
  font-size: 18px;
  font-weight: 300;
  padding-left: 17px;
  margin-bottom: 15px;
  border-left: solid 3px #ff9e00;
}
.wp-caption.aligncenter img {
  margin: 0 auto;
}
.thumb {
  margin: 5px 15px 0 0;
  width: 200px;
  min-width: 200px;
  align-self: flex-start;
}
.thumb img {
  width: 100%;
  height: auto;
}
.top-line {
  height: 3px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
header {
  margin: 17px 0 20px;
}
header .header-top {
  padding: 20px;
}
.logo {
  font-size: 26px;
  max-width: 50%;
  overflow: hidden;
  margin: 0;
  font-weight: 400;
}
.logo img {
  max-width: 250px;
}
nav,
nav ul li {
  position: relative;
}
nav ul {
  display: flex;
}
nav ul li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 13px;
}
nav ul li:first-child > a {
  border-left: 0;
}
nav ul li.current-menu-item > a,
nav ul li:hover > a {
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
  text-decoration: none;
}
nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  display: none;
  z-index: 1000;
}
nav ul li .sub-menu li a {
  min-height: 38px;
  height: auto;
  padding: 5px 13px;
}
nav ul li.menu-item-has-children > a {
  padding-right: 30px;
  position: relative;
}
nav ul li.menu-item-has-children > a:after {
  border: 5px solid transparent;
  opacity: 0.75;
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  margin-top: 5px;
  content: "";
}
nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.additionalNav {
  display: none;
  margin: 0 auto;
  cursor: pointer;
  padding: 8px 0;
}
.additionalNav span {
  display: block;
  height: 3px;
  width: 25px;
  position: relative;
}
.additionalNav span:after,
.additionalNav span:before {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  position: absolute;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.b-share_spage .b-share__ico_spage,
.b-share_spage .b-share__ico_spage:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.additionalNav span:after {
  top: 8px;
}
.additionalNav span:before {
  top: -8px;
}
.additionalNav.act span {
  background: 0 0 !important;
}
.additionalNav.act span:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.additionalNav.act span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flex {
  display: flex;
}
.flex-row-center {
  display: flex;
  align-items: center;
}
.flex-row-base {
  display: flex;
  align-items: baseline;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.pull-right {
  margin-left: auto;
}
.wrapper {
  max-width: 1980px;
  min-width: auto;
  margin: 0 auto;
  position: relative;
}
.wrapper.wrapper-full {
  max-width: 100%;
}
.left-content {
  flex-grow: 1;
  max-width: auto;
  width: 100%;
}
@media (max-width: 1129px) {
  .left-content {
    overflow: hidden;
  }
}
.sidebar {
  width: 300px;
  min-width: 300px;
}
.sidebar .btn {
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  box-shadow: 4px 4px 4px #d6d6d6;
}
.sidebar.sticky,
.sidebar.sticky-1 .panel:nth-child(1),
.sidebar.sticky-2 .panel:nth-child(2),
.sidebar.sticky-3 .panel:nth-child(3),
.sidebar.sticky-4 .panel:nth-child(4),
.sidebar.sticky-5 .panel:nth-child(5),
.sidebar.sticky-last .panel:last-child {
  position: sticky;
  top: 0;
  z-index: 100;
}
.left-sb .sidebar {
  order: -1;
  margin-right: 20px;
}
.right-sb .sidebar {
  order: 1;
  margin-left: 20px;
}
.no-sb .sidebar {
  display: none;
}
.no-sb .left-content {
  width: 100%;
  max-width: 100%;
}
.search {
  position: relative;
}
.search .submit {
  width: auto;
  font-size: 12px;
  height: 25px;
  padding: 0 10px !important;
  margin-bottom: 0 !important;
  text-transform: none;
  box-shadow: none;
}
.btn,
.wpcf7-submit,
span.like__link_spage {
  text-transform: uppercase;
  font-weight: 700;
}
.comtextarea,
.simple-inp,
.wpcf7-text,
.wpcf7-textarea {
  box-sizing: border-box;
  height: 25px;
  font-size: 12px;
  border: 1px solid #333;
  width: 100%;
  padding: 0 10px;
}
.comtextarea + input,
.simple-inp + input,
.wpcf7-text + input,
.wpcf7-textarea + input {
  margin-left: 10px !important;
}
.comtextarea,
.wpcf7-textarea {
  height: 150px;
  padding: 10px;
}
.wpcf7-form .wpcf7-text {
  width: 50%;
}
@media (max-width: 699px) {
  .wpcf7-form .wpcf7-text {
    width: 100%;
  }
}
.b-share_spage .b-share__ico_spage {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 67px;
  height: 45px;
  margin: 0 2px;
  background: #425d9d;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b-share_spage .b-share__ico_spage.b-share__vk_spage {
  background: #587e9f;
  animation: pulse_spage 1.5s infinite;
}
.b-share_spage .b-share__ok_spage {
  background: #f2720c;
  width: 110px;
}
.b-share_spage .b-share__tw_spage {
  background: #24aadd;
}
.b-share_spage .b-share__ico_spage:after {
  content: attr(data-name);
  color: #fff;
  font-size: 14px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  bottom: 0;
  line-height: 41px;
  opacity: 0;
  transition: all 0.3s ease;
}
.b-share_spage .b-share__fb_spage:before {
  background: url(../images/fb.png) center center no-repeat;
}
.b-share_spage .b-share__vk_spage:before {
  background: url(../images/vk.png) center center no-repeat;
}
.b-share_spage .b-share__ok_spage:before {
  background: url(../images/ok.png) center center no-repeat;
}
.b-share_spage .b-share__tw_spage:before {
  background: url(../images/tw.png) center center no-repeat;
}
.b-share_spage .b-share__ico_spage:last-child {
  margin-right: 0;
}
.b-share_spage .b-share__ico_spage:hover:after {
  top: 0;
  opacity: 1;
}
.b-share_spage .b-share__ico_spage:before {
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.b-share_spage .b-share__ico_spage:hover:before {
  opacity: 0;
  bottom: -120px;
}
.b-share_spage .b-share__ico_spage.b-share__vk_spage {
  width: 130px;
}
.b-share_spage .b-share__ico_spage.b-share__vk_spage:after {
  opacity: 1 !important;
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  padding-left: 40px;
}
.b-share_spage .b-share__ico_spage.b-share__vk_spage:before {
  opacity: 1;
  top: 10px;
  left: 16px;
  right: auto;
  bottom: auto;
}
@keyframes pulse_spage {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(66, 93, 157, 0.4);
    box-shadow: 0 0 0 0 rgba(66, 93, 157, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(66, 93, 157, 0);
    box-shadow: 0 0 0 10px rgba(66, 93, 157, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(66, 93, 157, 0);
    box-shadow: 0 0 0 0 rgba(66, 93, 157, 0);
  }
}
span.like__link_spage {
  width: 225px;
  display: block;
  margin: auto;
  background: #ffd12f;
  font-size: 12px;
  line-height: 24px;
  color: #26212e !important;
  text-decoration: none !important;
  padding: 10px 5px 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.list-commets li .wrapComm .title_head .comment-reply-link:hover,
a:hover {
  text-decoration: underline;
}
span.like__link_spage:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 31px;
  background: url(../images/like.png) center top no-repeat;
  margin-top: -3px;
  margin-right: 10px;
}
span.like__link_spage span {
  color: #dfb72f;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
}
span.like__link_spage:hover {
  background: #ffeb3b;
}
.socials-likebox_spage {
  float: left;
}
.socials-button_spage {
  float: right;
}
.wrap-socials_spage:after {
  content: "";
  display: block;
  clear: both;
}
.wrap-socials_spage {
  padding: 20px 0 10px;
}
@media (max-width: 1023px) {
  .b-share_spage .b-share__ico_spage::after,
  .b-share_spage .b-share__vk_spage::after {
    display: none !important;
  }
  .b-share_spage .b-share__ico_spage,
  .b-share_spage .b-share__ico_spage.b-share__vk_spage,
  .b-share_spage .b-share__ok_spage,
  .b-share_spage .b-share__tw_spage {
    width: 60px;
  }
}
@media screen and (max-width: 899px) {
  .socials-button_spage,
  .socials-likebox_spage {
    float: none;
  }
  .wrap-socials_spage {
    text-align: center;
  }
  .socials-likebox_spage {
    margin-bottom: 15px;
  }
}
#comments {
  margin-bottom: 20px;
}
.item-field {
  margin: 15px 0;
  line-height: 24px;
  display: block;
}
.block-social,
.counters img {
  margin-top: 20px;
}
.list-commets li .wrapComm {
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.list-commets li .wrapComm:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-commets li .form-comments,
.list-commets > li {
  margin-bottom: 15px;
}
.list-commets li .wrapComm .thumb_com {
  margin-right: 15px;
}
.list-commets li .wrapComm .title_head {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.btn,
.counters img,
.plus-18,
.wpcf7-submit {
  display: inline-block;
}
.list-commets li .wrapComm .title_head .nameCom {
  font-weight: 700;
  margin-right: 15px;
}
.list-commets li .wrapComm .title_head .comment-reply-link {
  margin-left: auto;
  font-size: 12px;
  cursor: pointer;
}
.list-commets li .wrapComm .body_comment {
  flex-grow: 1;
}
.list-commets > li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.children li .wrapComm {
  padding-left: 63px;
}
.children li li .wrapComm {
  padding-left: 126px;
}
.children li li li .wrapComm {
  padding-left: 189px;
}
.children li li li .wrapComm li .wrapComm {
  padding-left: 252px;
}
.children li li li .wrapComm li li .wrapComm {
  padding-left: 315px;
}
@media (max-width: 579px) {
  .wrapComm {
    padding-left: 0 !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  padding: 0 10px;
}
a {
  text-decoration: none;
}
.panel {
  box-shadow: 4px 4px 4px #d6d6d6;
  padding: 20px;
}
.panel.no-padding {
  padding: 0;
}
.panel.panel-white {
  background-color: #fff;
}
article,
aside .panel {
  margin-bottom: 20px;
}
footer {
  font-size: 12px;
  margin-bottom: 20px !important;
}
.footer-setting-text p {
  margin-bottom: 10px;
}
.footer-setting-text p:last-child {
  margin-bottom: 0;
}
.plus-18 {
  font-size: 10px;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn,
.wpcf7-submit {
  padding: 15px 40px;
  border: 0;
}
.btn:hover,
.wpcf7-submit:hover {
  text-decoration: none;
  opacity: 0.75;
}
.btn.btn-small,
.btn.wpcf7-submit,
.wpcf7-submit.btn-small,
.wpcf7-submit.wpcf7-submit {
  padding: 10px 20px;
  font-weight: 400;
}
.noshadow #scrollup,
.noshadow .panel,
.noshadow .sidebar .btn,
.noshadow .thumb img {
  box-shadow: none;
}
.bordered #scrollup,
.bordered .btn,
.bordered .content img,
.bordered .panel,
.bordered .simple-inp,
.bordered .thumb img,
.bordered .wpcf7-text,
.bordered .wpcf7-textarea,
.bordered footer.wrapper {
  border-radius: 5px;
}
.bordered .top-menu,
.bordered .top-menu li:first-child,
.bordered nav {
  border-radius: 0 0 0 5px;
}
.bordered .plus-18 {
  border-radius: 5px 0;
}
.counters img {
  margin-right: 5px;
}
.post-meta .cats,
.post-meta .views {
  margin-right: 15px;
  padding: 0 0 0 30px;
}
#scrollup {
  padding: 5px 10px;
  position: fixed;
  bottom: 20px;
  right: 7px;
  cursor: pointer;
  box-shadow: 4px 4px 4px #d6d6d6;
  display: none;
}
#scrollup:hover {
  opacity: 0.75;
}
.ddsg-wrapper {
  margin-top: 15px;
}
.post-meta {
  padding: 10px 0 20px;
  line-height: 24px;
  opacity: 0.5;
  font-size: 12px;
}
.post-meta .views {
  background: url(../images/icon-mx.png) 0 -24px no-repeat;
  margin-left: auto;
}
.post-meta .comments {
  background: url(../images/icon-mx.png) 0 -72px no-repeat;
  padding: 0 0 0 30px;
}
.post-meta .cats {
  background: url(../images/icon-mx.png) no-repeat;
  max-width: 100%;
  overflow: hidden;
}
.breadcrumbs {
  margin-bottom: 20px;
  padding: 15px 20px;
}
.pagination {
  padding: 0 0 20px;
  margin: 0 auto;
}
.pagination span {
  padding: 10px 5px;
  margin-right: 10px;
}
.pagination .panel {
  padding: 10px;
  margin-right: 10px;
}
.pagination .panel:hover {
  text-decoration: none;
}
.tableContainer {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 15px;
}
@media (max-width: 1269px) {
  #scrollup {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .post-meta {
    flex-wrap: wrap;
  }
  .pagination {
    font-size: 12px;
  }
  .pagination i {
    display: none;
  }
  .pagination .panel {
    padding: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 799px) {
  .additionalNav {
    display: block;
  }
  header {
    margin: 7px 0 10px;
  }
  header .header-top {
    flex-wrap: wrap;
    padding: 10px;
  }
  header .header-top .ta {
    width: 100%;
    padding-top: 10px;
  }
  header .header-top .ta img {
    margin: 0 auto;
    max-width: 100%;
  }
  header .header-top .logo {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  header .header-top .logo img {
    margin: 0 auto;
  }
  .h1,
  .sidebar .btn,
  article,
  aside .panel,
  h1 {
    margin-bottom: 10px;
  }
  .left-sb .sidebar {
    margin-right: 10px;
  }
  .right-sb .sidebar {
    margin-left: 10px;
  }
  .panel {
    padding: 10px;
  }
  .sidebar {
    width: 260px;
    min-width: 260px;
  }
  .h1,
  h1 {
    font-size: 20px;
  }
  .h2,
  blockquote,
  h2 {
    font-size: 16px;
  }
  .top-menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 100;
    width: 100%;
  }
  nav ul,
  nav ul li a {
    display: block;
  }
  .nav-out {
    min-height: 48px;
  }
  nav ul li a {
    padding: 10px 15px !important;
    height: auto;
    background: inherit !important;
    text-transform: uppercase;
    text-align: center;
    border-top: solid 1px rgba(0, 0, 0, 0.15);
    font-weight: 700;
  }
  nav ul li .sub-menu {
    position: static;
    width: 100%;
    display: block;
  }
  nav ul li .sub-menu li a {
    height: auto;
    text-transform: none;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  section.flex {
    flex-wrap: wrap;
  }
  section.flex .left-content {
    order: -1;
  }
  section.flex aside {
    margin: 0 !important;
    width: 100%;
  }
  .pagination {
    padding-bottom: 10px;
  }
}
@media (max-width: 499px) {
  .excerpt {
    display: block;
  }
  .excerpt .thumb {
    margin: 0 0 15px;
    width: auto;
  }
}
#ez-toc-container ul li:before {
  display: none;
}
#ez-toc-container nav ul li.current-menu-item > a,
#ez-toc-container nav ul li:hover > a,
#ez-toc-container nav ul li a {
  background: 0;
  display: inline-block;
  height: auto;
  padding: 0;
}
#ez-toc-container nav ul.ez-toc-list {
  margin-top: 11px;
}
#ez-toc-container nav ul li a:hover {
  text-decoration: underline;
}
#ez-toc-container nav ul {
  display: block;
}
#toc_container li:before {
  display: none;
}
.video_resizeSpage {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: block !important;
  margin-bottom: 15px;
}
.video_resizeSpage iframe,
.video_resizeSpage embed,
.video_resizeSpage object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ins .video_resizeSpage {
  padding: 0;
  height: auto;
  position: static;
}

