@import url(https://fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700italic,700&subset=latin,cyrillic);
@import url(../css/font-awesome.min.css);
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fright {
  float: right;
}
.center {
  text-align: center;
}
.block {
  display: block;
}
.bold {
  font-weight: bold !important;
}
.clear {
  clear: both;
}
.upper {
  text-transform: uppercase;
}
.over_hidden {
  overflow: hidden;
}
.none {
  display: none;
}
.decor_none {
  text-decoration: none;
}
.under {
  text-decoration: underline;
}
.red {
  color: #d30000;
}
.square_marker {
  content: "■" !important;
  background: none !important;
  font-size: 18px;
  color: #d30000;
}
.border-radius-none {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.shadow-none {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body {
  font: 15px/18px Arial, sans-serif;
  width: 100%;
  background: url(../image/fon.jpg) repeat;
  color: #2b2b2b;
}
a {
  text-decoration: underline;
  color: #a11213;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #a11213;
  outline: none;
}
i {
  font-style: normal;
}
img {
  max-width: 100%;
}
input,
textarea,
select {
  -webkit-appearance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
input[type="file"] {
  display: inline-block;
  border: none;
  outline: none;
}
input[type="file"]:hover {
  cursor: pointer;
}
input,
select {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #575757;
}
input[type="text"],
input[type="password"],
textarea,
select {
  padding: 8px;
  border: 1px solid #d5d5d5;
  font-family: Roboto, sans-serif;
}
input[type="text"]:focus,
input[type="text"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  border: 1px solid #d5d5d5 !important;
  outline: none;
}
input[type="submit"],
button {
  background: #a11213;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 12px;
  font-size: 16px;
}
input[type="submit"]:hover,
button:hover {
  background: #d30000;
}
input[type="submit"]:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type="checkbox"] {
  float: left;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type="checkbox"]:checked + label {
  background-position: 0 -40px;
  background-image: url(../image/checkbox.png);
}
input[type="checkbox"] + label {
  padding-left: 30px;
  margin: 10px 0px 0 0;
  height: 21px;
  display: inline-block;
  line-height: 1.2em;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../image/checkbox.png);
}
input[type="radio"] {
  float: left;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type="radio"]:checked + label {
  background-position: 0 -35px;
  background-image: url(../image/radio.png);
}
input[type="radio"] + label {
  padding-left: 30px;
  margin: 10px 0px 0 0;
  height: 20px;
  display: inline-block;
  line-height: 1.2em;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../image/radio.png);
}
label {
  font-family: Roboto, sans-serif;
  font-weight: normal;
}
select {
  -webkit-appearance: none;
  background-image: url(../image/select.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  line-height: 1em;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
}
select::-ms-expand {
  display: none;
}
select:hover {
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  font-family: Roboto, sans-serif;
  margin: 20px 0;
  line-height: 1.3em;
}
h1 {
  font-weight: 400px;
  font-size: 24px;
  line-height: 1em;
}
h2 {
  font-size: 20px;
}
.h2 {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  margin: 20px 0;
  background: #d30000;
  border: none;
  padding: 8px 15px;
}
.h2 h1 {
  font-size: 22px;
  margin: 0;
}
h3 {
  font-size: 18px;
  color: #a11213;
}
h4 {
  font-size: 14px;
  color: #515151;
}
.h4 {
  font-family: Roboto Condensed, sans-serif;
  margin: 20px 0;
  line-height: 1.3em;
  color: #d30000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold !important;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d5d5d5;
}
blockquote {
  font-size: 16px;
  display: block;
  float: left;
  background: url(../image/qotes.png) left top no-repeat;
  padding-left: 40px;
  font-weight: bold !important;
  border-left: none;
}
header {
  position: relative;
}
.header {
  background: #f8f8f8;
}
.header form {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 15px 0;
}
.header input[type="text"] {
  width: 85.5%;
  float: left;
}
.header input[type="submit"] {
  border: none;
  background: #d30000 url(../image/search.png) center center no-repeat;
  min-width: 38px;
  padding: 8px 0;
  height: 36px;
  float: right;
  text-indent: -999em;
}
.header .navbar-brand {
  height: auto;
  float: none;
  padding: 15px 0;
  display: block;
}
.header .banner {
  margin-top: 22px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 991px){.header .banner{margin-top:5px;}}
.banner-l-new > a{display: block; margin-bottom:15px;}
.informer {
  margin-top: 20px;
}
.gsInformer {
  /*float: left;*/
	margin-left:auto;
	margin-right:auto;
}
.gsInformer .gsLinks {
  height: 20px !important;
}
.lang {
  float: right;
}
.lang a {
  display: block;
  text-decoration: none;
  color: #a4a4a4;
  line-height: 1.5em;
  font-weight: bold !important;
  font-family: Roboto Condensed, sans-serif;
}
.lang .active {
  color: #d30000;
  text-decoration: underline;
}
nav {
  background: #d30000;
  height: auto;
  float: left;
  width: 100%;
  display: block;
}
nav .navbar-nav {
  list-style: none;
  margin: 0px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  float: left;
  width: 100%;
}
nav .navbar-nav li {
  float: left;
  text-transform: uppercase;
}
nav .navbar-nav li a {
  display: block;
  padding: 25px 12px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
nav .navbar-nav li a:after {
  border-right: 1px solid #a11213;
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  height: 50px;
}
nav .navbar-nav li:last-child a:after {
  border-right: 1px solid transparent !important;
}
nav .navbar-nav li a:hover,
nav .navbar-nav li.active a,
nav .navbar-nav li a:focus {
  background: #890001;
  box-shadow: -1px 0 0px #890001;
  -moz-box-shadow: -1px 0 0px #890001;
  -webkit-box-shadow: -1px 0 0px #890001;
  color: #fff;
}
nav .navbar-nav li a:hover:after,
nav .navbar-nav li.active a:after,
nav .navbar-nav li a:focus:after {
  border-right: 1px solid transparent;
}
.middle {
  background: #fff;
  padding-bottom: 50px;
}
main {
  padding: 0 379px 0 19px;
  min-height: 450px;
}
main ul li {
  display: block;
  padding: 0 0 8px 0;
  list-style: none;
  position: relative;
}
main ul li:before {
  content: "";
  position: absolute;
  right: 101%;
  top: 0;
  background: url(../image/marker.png) center center no-repeat;
  width: 12px;
  height: 12px;
}
.all {
  text-decoration: none;
  color: #d30000;
  display: block;
  margin: 20px 0;
}
.all table {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold !important;
  display: inline-block;
  text-align: center;
  margin: 0;
  font-family: Roboto Condensed, sans-serif;
  background: none;
  border: none;
}
.all table td:first-child,
.all table td:last-child {
  height: 19px;
  width: 30%;
  background: url(../image/all.png) repeat-x;
}
.all table td:first-child {
  background-position: left center;
  right: 100%;
  padding-left: 50px !important;
}
.all table td:last-child {
  background-position: right center;
  left: 100%;
  padding-right: 50px !important;
}
.all table td {
  padding: 8px 2px !important;
  white-space: nowrap;
  background: none;
  border-bottom: none;
  border-left: none;
  border-top: none;
  box-sizing: border-box;
}
.all:hover table {
  text-decoration: underline !important;
  cursor: pointer;
  color: #a11213;
}
.all:hover td:first-child,
.all:hover td:last-child {
  background: url(../image/all_on.png) center center repeat-x;
}
.date {
  background: url(../image/date.png) no-repeat;
  float: left;
  padding-left: 25px;
  font-size: 12px;
  color: #575757;
}
.time {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  color: #d30000;
  font-weight: bold !important;
}
.rubrik {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 10px 5px;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
}
.label5 {
  background: #59933d;
}
.label7 {
  background: #5B5BFF;
}
.label8 {
  background: #ec6446;
}
.label12 {
  background: #8d5ba1;
}
.label14 {
  background: #d30000;
}
.label15 {
  background: #0096d5;
}
.label16 {
  background: #0b65fb;
}
.label17 {
  background: #ff9900;
}
.label18 {
  background: #a11213;
}
.label19 {
  background: #86c06a;
}
.label1777 {
  background: #FB317F;
}
.name_rubr {
  text-transform: uppercase;
  font-weight: bold !important;
  font-family: Roboto Condensed, sans-serif;
}
.title_r5,
.title_r5:focus,
.title_r5:hover {
  color: #59933d;
}
.title_r7,
.title_r7:focus,
.title_r7:hover {
  color: #5B5BFF;
  padding-left: 5px;
}
.title_r8,
.title_r8:focus,
.title_r8:hover {
  color: #ec6446;
}
.title_r12,
.title_r12:hover,
.title_r12:focus {
  color: #8d5ba1;
}
.title_r14,
.title_r14:focus,
.title_r14:hover {
  color: #d30000;
}
.title_r15,
.title_r15:focus,
.title_r15:hover {
  color: #0096d5;
}
.title_r16,
.title_r16:focus,
.title_r16:hover {
  color: #0b65fb;
}
.title_r17,
.title_r17:focus,
.title_r17:hover {
  color: #ff9900;
}
.title_r18,
.title_r18:focus,
.title_r18:hover {
  color: #a11213;
}
.title_r19,
.title_r19:focus,
.title_r19:hover {
  color: #86c06a;
}
.title_r20,
.title_r20:focus,
.title_r20:hover {
  color: #5B5BFF;
}
.fa {
  color: #a4a4a4;
  font-size: 14px;
  margin-right: 5px;
}
.fa a {
  text-decoration: none;
  color: #a4a4a4;
}
.mainnews {
  font-family: Roboto Condensed, sans-serif;
  position: relative;
}
.mainnews .all {
  margin: 4px 0 0 0;
}
.mainnews .pop_video #owl-demo .item a .on .time {
  padding: 10px 5px;
}
.topnews {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 8;
}
.topnews a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.topnews a .hover {
  background: url(../image/h3-sm.png) bottom center repeat-x;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.topnews a .rubrik {
  z-index: 10;
  position: absolute;
  top: 45%;
  left: 3%;
}
.topnews a .title {
  display: block;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 80px;
  min-height: auto;
}
.topnews a .h3 {
  font-size: 16px;
  line-height: 1em;
  overflow: hidden;
  max-height: 50px;
  margin: 5px 10px;
  float: left;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.topnews a .date {
  color: #cccccc;
  display: block;
  font-size: 10px;
  margin: 0 0 5px 10px;
  background: none;
  padding-left: 0;
}
.topnews a:hover .hover {
  background: rgba(0,0,0,0.3) url(../image/h3-sm.png) bottom center repeat-x;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.pop_video {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 15px;
}
.pop_video .video_zag {
  position: absolute;
  width: 100%;
  background: #d30000;
  color: #fff;
  font-size: 20px;
  padding: 10px 14px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}
.owl-carousel {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 45px;
}
.owl-carousel:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0px,0px,0px);
  -webkit-perspective: 1000;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controlls {
  right: 3%;
  top: 10px !important;
}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons {
  cursor: pointer;
}
.owl-next,
.owl-prev {
  float: left;
  color: #fff;
  font-size: 30px;
}
.owl-prev {
  margin-right: 10px !important;
}
.owl-controlls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
}
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.pop_video #owl-demo .item,
.popular_video .item {
  padding: 0px 0px;
  margin: 10px;
  text-align: center;
}
.pop_video #owl-demo .item a,
.popular_video .item a {
  display: block;
  text-decoration: none;
  position: relative;
}
.pop_video #owl-demo .item a .h3,
.popular_video .item a .h3 {
  font-size: 14px;
  color: #000;
  line-height: 14px;
  display: block;
  text-align: center;
  overflow: hidden;
  max-height: 42px;
  min-height: 42px;
  margin-top: 5px;
  margin-bottom: 0;
}
.pop_video #owl-demo .item a .on,
.popular_video .item a .on {
  position: absolute;
  width: 45px;
  text-align: center;
  top: 5%;
  left: 10%;
  display: none;
}
.pop_video #owl-demo .item a .on .time,
.popular_video .item a .on .time {
  background: #d30000;
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 10px 2px 10px 3px;
}
.pop_video #owl-demo .item a .on .date,
.popular_video .item a .on .date {
  background: #a11213;
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 2px;
  font-family: Roboto Condensed, sans-serif;
  text-align: center;
  width: 45px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.pop_video #owl-demo .item a .on .view,
.popular_video .item a .on .view {
  display: block;
  background: #f8f8f8;
  color: #a4a4a4;
  font-size: 14px;
  padding: 8px 0;
}
.pop_video #owl-demo .item a .on .view i,
.popular_video .item a .on .view i {
  display: block;
}
.pop_video #owl-demo .item a .on .view .fa,
.popular_video .item a .on .view .fa {
  color: #a4a4a4;
  margin-right: 0;
  margin-top: 5px;
}
.pop_video #owl-demo .item a:hover .on,
.popular_video .item a:hover .on {
  display: block;
}
.pop_video #owl-demo .item a:hover .rubrik,
.popular_video .item a:hover .rubrik {
  display: none;
}
.pop_video #owl-demo .item a .rubrik,
.popular_video .item a .rubrik {
  z-index: 10;
  position: absolute;
  top: 35%;
  left: 10%;
}
.rubrik_news {
  display: block;
}
.rubrik_news section {
  float: left;
  font-family: Roboto, sans-serif;
  height: 320px;
  margin-bottom: 20px;
}
.rubrik_news h4 {
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
}
.rubrik_news h4 a {
  color: #fff;
  text-decoration: none;
}
.rubrik_news ul {
  margin: 0;
}
.rubrik_news ul li {
  float: left;
  width: 45%;
  margin-left: 18px;
  padding-left: 3px;
  line-height: 14px;
  margin-bottom: 8px;
}
.rubrik_news ul li a {
  text-decoration: none;
  color: #575757;
  font-size: 14px;
  overflow: hidden;
  max-height: 98px;
  display: block;
}
.rubrik_news ul li a:hover {
  text-decoration: underline;
}
.rubrik_news ul li:before {
  content: '\25A0' !important;
  background: none !important;
  font-size: 18px;
  color: #d30000;
}
.rubrik_news article {
  width: 55%;
  float: left;
}
.rubrik_news article h3 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
  margin: 10px 0 5px 0;
  overflow: hidden;
  max-height: 58px;
  min-height: 58px;
  padding: 2px 0;
}
.rubrik_news article h3 a {
  color: #000 !important;
  text-decoration: none;
}
.rubrik_news article h3 a:hover {
  color: #d30000 !important;
  text-decoration: underline;
}
.rubrik_news article p {
  font-size: 14px;
  overflow: hidden;
  max-height: 56px;
  min-height: 56px;
  color: #575757;
  line-height: 14px;
}
.Bread {
  margin: 20px 0 0;
}
.B_crumb,
.B_homeCrumb {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: Roboto Condensed, sans-serif;
}
.B_lastCrumb {
  color: #a11213;
  font-family: Roboto Condensed, sans-serif;
}
.introtext {
  margin: 10px 0 20px 0;
  font-weight: bold !important;
}
.runtitle {
  margin-bottom: 15px;
  display: block;
  float: left;
}
.runtitle i {
  float: left;
  border-right: 1px solid #575757;
  padding: 0 12px;
  font-size: 14px;
}
.runtitle .date {
  padding-left: 25px;
  padding-right: 12px;
}
.runtitle .time {
  color: #a11213;
}
.runtitle .fa {
  padding: 2px 12px;
}
.source {
  font-size: 12px;
  color: #575757;
  margin-top: 20px;
}
.source span {
  color: #a11213;
}
.lSSlideOuter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lSSlideOuter ul li {
  padding: 0;
}
.lSSlideOuter ul li:before {
  display: none;
}
.lSSlideOuter .lSGallery,
.lSSlideOuter .lSPager {
  margin-top: 0 !important;
}
.lSSlideOuter .lSSlideWrapper {
  margin-bottom: 10px;
}
.taglinks {
  color: #a4a4a4;
  font-size: 14px;
}
.taglinks span {
  color: #000;
}
.taglinks a {
  font-weight: normal;
  color: #a4a4a4;
  text-decoration: none;
}
.taglinks a:hover {
  color: #a11213;
}
.social-likes {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.social-likes__widget {
  display: block;
  float: left;
  margin-right: 4px;
  background: url(../image/share_social.png) no-repeat;
  height: 38px;
  width: 85px;
  position: relative;
}
.social-likes__widget:hover {
  cursor: pointer;
}
.social-likes__counter {
  position: absolute;
  right: 15px;
  top: 10px;
}
.social-likes__widget_vkontakte {
  background-position: 0px -124px !important;
}
.social-likes__widget_vkontakte:hover {
  background-position: 0px -283px !important;
}
.social-likes__widget_facebook {
  background-position: 0 -45px !important;
}
.social-likes__widget_facebook:hover {
  background-position: 0px -204px !important;
}
.social-likes__widget_twitter {
  background-position: 0 -6px !important;
}
.social-likes__widget_twitter:hover {
  background-position: 0px -165px !important;
}
.social-likes__widget_plusone {
  background-position: 0 -84px !important;
}
.social-likes__widget_plusone:hover {
  background-position: 0px -243px !important;
}
.teams {
  margin: 25px 0;
  overflow: hidden;
}
.teams article {
  overflow: hidden;
  font-family: Roboto Condensed, sans-serif;
  margin-bottom: 10px;
  width: 33%;
  padding: 0 15px;
  box-sizing: border-size;
  float: left;
  height: 225px;
}
.teams article h3 {
  text-transform: uppercase;
  line-height: 1em;
  margin: 5px 0 10px 0;
  overflow: hidden;
  max-height: 42px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: bold !important;
}
.teams article h3 a {
  text-decoration: none;
  color: #000;
}
.teams article h3 a:hover {
  text-decoration: underline;
  color: #d30000;
}
.teams article .date {
  color: #a4a4a4;
  margin-right: 10px;
}
.rubrik_page,
.news_page {
  padding: 0;
}
.rubrik_page li,
.news_page li {
  font-size: 14px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.rubrik_page li img,
.news_page li img {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 185px;
}
.rubrik_page li .kolontitle,
.news_page li .kolontitle {
  float: left;
}
.rubrik_page li .kolontitle i,
.news_page li .kolontitle i {
  padding: 2px 15px 3px;
  border-right: 1px solid #d5d5d5;
}
.rubrik_page li .kolontitle i:last-child,
.news_page li .kolontitle i:last-child {
  border-right: none;
}
.rubrik_page li .kolontitle .date,
.news_page li .kolontitle .date {
  padding: 0px 15px 0px 25px !important;
}
.rubrik_page li h3,
.news_page li h3 {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold !important;
  margin: 2px 0 15px 0;
  line-height: 1.1em;
}
.rubrik_page li h3 a,
.news_page li h3 a {
  text-decoration: none;
}
.rubrik_page li h3 a:hover,
.news_page li h3 a:hover {
  text-decoration: underline;
}
.rubrik_page li .more,
.news_page li .more {
  background: #575757;
  padding: 4px 15px;
  text-decoration: none;
  color: #fff;
  float: left;
  font-family: Roboto Condensed, sans-serif;
}
.rubrik_page li .more:hover,
.news_page li .more:hover {
  background: #d30000;
}
.rubrik_page article,
.news_page article {
  overflow: hidden;
}
.rubrik_page {
  margin: 0 0 20px 0px;
}
.rubrik_page li:before {
  display: none;
}
.news_page {
  margin: 0 0 20px 20px;
}
.news_page li:before {
  content: "■" !important;
  background: none !important;
  font-size: 18px;
  color: #d30000;
}
.pagination {
  margin: 20px 0;
  text-align: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  display: block;
}
.ditto_next_link,
.ditto_previous_link {
  color: #000;
  font-size: 25px;
  text-decoration: none;
  display: inline-block;
  margin: 2px;
  line-height: 1em;
}
.ditto_page {
  color: #000;
}
.ditto_currentpage,
.ditto_page:hover {
  border: 1px solid #a11213 !important;
}
.ditto_currentpage,
.ditto_page {
  font-size: 18px;
  line-height: 15px;
  padding: 8px 10px;
  text-decoration: none;
  display: inline-block;
  margin: 2px;
  border: 1px solid transparent;
}
.mainNews_page {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  font-family: Roboto Condensed, sans-serif;
  position: relative;
}
.media_page div {
  float: left;
  width: 31%;
  margin: 1%;
  position: relative;
}
.media_page div a {
  text-decoration: none;
}
.media_page div a .h3 {
  line-height: 1em;
  margin: 5px 0;
  overflow: hidden;
  max-height: 42px;
  min-height: 42px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  display: block;
  color: #000;
}
.media_page div a:hover .h3 {
  color: #a11213;
  text-decoration: underline;
}
.media_page div a:hover .play {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 25%;
  left: 43%;
  z-index: 10;
  background: url(../image/play_white.png) no-repeat;
}
.media_page div a:hover .hov {
  background: rgba(255,255,255,0.5) url(../image/foto.png) center -60px no-repeat;
  width: 45px;
  height: 40px;
  top: 22%;
  left: 40%;
}
.media_page div a .play {
  background: #d30000 url(../image/play_white.png) center center no-repeat;
  top: 0%;
  left: 0%;
  width: 70px;
  height: 50px;
  position: absolute;
}
.media_page div .name_rubr {
  font-size: 12px;
  text-decoration: underline;
}
.media_page div .name_rubr:hover {
  text-decoration: none;
}
.media_page div i {
  margin-right: 5px;
  border-right: 1px solid #d5d5d5;
  padding: 2px 4px;
}
.media_page div .date {
  padding-left: 25px;
}
.media_page div .name_rubr {
  display: block;
  margin-bottom: 5px;
}
.search_page input[type="text"] {
  width: 65%;
}
.search_page input[type="submit"] {
  padding: 8px 9px 9px 9px;
}
.evoSearch_info {
  margin: 25px 0;
  display: block;
}
.jot-form {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.jot-form input[type="text"],
.jot-form textarea {
  padding: 1%;
  border: 1px solid #d5d5d5;
  font-family: Arial, sans-serif;
  width: 100%;
  margin: 1% 0;
  font-weight: normal;
}
.jot-form button[type="submit"] {
  float: right;
}
.jot-form .jot-checkbox {
  float: left;
}
.jot-reply-title {
  color: #000;
  margin: 0;
}
.jot-comment {
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #d5d5d5;
  margin: 15px 0;
}
.jot-comment-head {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.jot-comment-head .jot-name {
  font-weight: bold !important;
  font-family: Roboto Condensed, sans-serif;
}
.jot-comment-head .jot-avatar {
  float: left;
  display: inline-block;
  margin: 0 15px 0 0;
}
.jot-comment-head .jot-reply {
  text-indent: -999em;
  font-family: Roboto Condensed, sans-serif;
}
.jot-comment-head .jot-reply:before {
  content: "\f0e6";
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #a4a4a4;
}
.jot-comment-head .jot-reply a {
  color: #a4a4a4;
  font-size: 12px;
}
.jot-comment-head .jot-date {
  margin: 0 30px;
  font-size: 12px;
  color: #a4a4a4;
  font-family: Roboto Condensed, sans-serif;
}
.jot-comment-head .jot-date:before {
  content: "\f073";
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #a4a4a4;
}
.jot-comment-entry {
  display: block;
}
.jot-children .jot-comment {
  background: #fff;
  margin-left: 20px;
}
.jot-mod {
  margin-bottom: 15px;
}
.jot-list ul {
  margin: 20px;
}
.filter {
  display: block;
  border-bottom: 1px dashed #a4a4a4;
  padding-bottom: 15px;
  margin-bottom: 3%;
}
.filter .select {
  width: 20%;
  float: left;
  position: relative;
}
.filter .select:hover {
  cursor: pointer;
}
.filter .select .slct {
  padding: 10px;
  border: 1px solid #a11213;
  color: #a11213;
  display: block;
  width: 70%;
  position: relative;
}
.filter .select .slct:after {
  content: "\f078";
  font-family: 'FontAwesome';
  right: 5%;
  font-size: 12px;
  position: absolute;
}
.filter .select div {
  width: 20%;
}
.filter .select div ul {
  position: absolute;
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #a11213;
  z-index: 1000;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 70%;
}
.filter .select div ul li:before {
  content: '';
  background: transparent;
}
.rubrik_list {
  margin: 3% 0 0 0;
  padding: 0;
  overflow: hidden;
}
.rubrik_list li {
  float: left;
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
  margin-right: 1.5%;
  padding: 0 5px;
  border-bottom: 2px solid transparent;
}
.rubrik_list li:before {
  content: '';
  background: transparent;
}
.rubrik_list li:hover,
.rubrik_list li:focus,
.rubrik_list li .active {
  border-bottom: 2px solid #d30000;
  cursor: pointer;
}
.rightBar .all {
  margin: 10px 0 0 0;
}
.rightBar .banner_r {
  margin: 20px 0;
}
.rightBar .h1 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: Roboto Condensed, sans-serif;
  margin: 15px 0 10px 0;
  color: #d30000;
  text-align: left;
  background: none;
}
.rightBar table.h2 {
  color: #fff;
}
.rightBar .nav-tabs {
  border-bottom: none;
}
.rightBar .nav-tabs > li {
  font-size: 15px;
  font-family: Roboto Condensed, sans-serif;
  padding: 0 0px 5px 0px;
  text-transform: uppercase;
  margin-right: 10px;
}
.rightBar .nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  text-decoration: none;
  color: #575757;
  padding: 0;
}
.rightBar .nav-tabs > li a:hover,
.rightBar .nav-tabs > li.active a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid transparent;
  text-decoration: none;
  background: none;
}
.rightBar .nav-tabs .active,
.rightBar .nav-tabs > li:hover {
  border-bottom: 3px solid #d30000;
}
.rightBar .right_news ul,
.rightBar .tab-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rightBar .right_news ul li,
.rightBar .tab-content ul li {
  border-top: 1px solid #d5d5d5;
  padding: 10px;
  overflow: hidden;
  height: 67px;
  display: block;
}
.rightBar .right_news ul li a,
.rightBar .tab-content ul li a {
  color: #575757;
  text-decoration: none;
}
.rightBar .right_news ul li a .h3,
.rightBar .tab-content ul li a .h3 {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  line-height: 1em;
  float: right;
  width: 73%;
  overflow: hidden;
  max-height: 42px;
  /*min-height: 42px;*/
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
.rightBar .right_news ul li:hover .date,
.rightBar .tab-content ul li:hover .date {
  color: #000;
}
.rightBar .right_news ul li:hover .h3,
.rightBar .tab-content ul li:hover .h3 {
  color: #000;
  text-decoration: underline;
}
.rightBar .right_news ul li:hover i,
.rightBar .tab-content ul li:hover i {
  color: #575757;
}
.rightBar .right_news ul li:hover,
.rightBar .tab-content ul li:hover {
  background: #f8f8f8;
}
.rightBar .right_news ul .info,
.rightBar .tab-content ul .info {
  float: left;
  width: 25%;
  text-align: center;
  margin-right: 5px;
}
.rightBar .right_news .nav-tabs li {
  border-top: none;
  height: auto;
}
.blog-comment {
  margin: 20px 0;
  width: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 15px;
}
.blog-comment article {
  float: left;
  margin: 1% 0;
  font-family: Roboto Condensed, sans-serif;
  width: 100%;
}
.blog-comment article a {
  text-decoration: none;
  display: block;
}
.blog-comment article a h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold !important;
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  max-height: 42px;
  min-height: 42px;
  color: #000;
}
.blog-comment article a .img {
  float: left;
  width: 26%;
}
.blog-comment article a:hover h3 {
  color: #d30000;
}
.blog-comment article h3,
.blog-comment article .bottom {
  float: left;
  width: 72%;
  margin-left: 2%;
}
.blog-comment article .date {
  float: left;
  color: #a4a4a4;
}
.blog-comment article .fa {
  float: right;
  color: #a4a4a4 !important;
  margin-right: 12px;
}
.blog-comment article .fa a {
  display: inline-block;
}
.pop_foto {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 25px 0;
  box-sizing: border-box;
  padding: 0 15px;
}
.pop_foto .foto {
  padding: 5px;
  color: #FFF;
  text-align: center;
  float: left;
  width: 48%;
  box-sizing: border-box;
  margin: 1%;
}
.pop_foto .foto a {
  display: block;
  text-decoration: none;
  position: relative;
  font-family: Roboto Condensed, sans-serif;
  z-index: 9;
}
.pop_foto .foto a .fa {
  display: none;
}

/* OLP
.pop_foto .foto a:hover .hov {
  background: rgba(255,255,255,0.5) url(../image/foto.png) center -60px no-repeat;
  width: 60px;
  height: 55px;
}

.pop_foto .foto a:hover .fa {
  display: block; 
  color: #000;
  top: 35px;
  position: relative;
}*/
.pop_foto .foto a img {
  position: relative;
  z-index: 9;
}
.pop_foto .foto a .title3 {
  position: absolute;
  background: rgba(0,0,0,0.5);
  color: #fff;
  bottom: 0;
  left: 0;
  font-size: 14px;
  text-transform: none;
  z-index: 10;
  font-weight: normal;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.pop_foto .foto a .title3 > span {
  overflow: hidden;
  max-height: 43px;
  display: block;
  line-height: 1em;
  padding: 2px 0;
}
.hov {
  background: #d30000 url(../image/foto.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 50px;
  height: 35px;
  text-align: center;
}
.popular_video {
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}
footer {
  margin: 0px auto;
  font-family: Roboto Condensed, sans-serif;
  padding: 0;
}
.footer {
  background: #610101;
  border-top: 5px solid #171717;
  padding: 0 20px 20px 20px;
  overflow: hidden;
}
.footer p {
  color: #fff;
  font-size: 14px;
}
.footer a {
  color: #ff9e9e;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .info {
  float: left;
}
.footer .info h3 {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400px;
  text-transform: uppercase;
  line-height: 1.3em;
  color: #ff9e9e;
}
.footer .info h3 span {
  display: block;
  font-size: 24px;
}
.footer ul {
  list-style: none;
  float: left;
  margin-top: 40px;
}
.footer ul li {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3em;
  margin: 3px;
}
.footer .rubrikF {
  width: 50%;
}
.footer .rubrikF li {
  float: left;
  width: 48%;
}
.footer center {
  margin-top: 20px;
}
.logo_f {
  float: right;
}
.logo_f a {
  display: table-cell;
  height: 95px;
  vertical-align: bottom;
}
.copy {
  background: #171717;
  padding: 20px;
  color: #a4a4a4;
  text-align: center;
  font-size: 14px;
}
.copy a {
  color: #a3a3a3;
}
#backtop {
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 0.5em;
  background: url(../image/btn_top.png) center center no-repeat;
  width: 47px;
  height: 47px;
  bottom: 0.5em;
}
.show_left_panel {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 10px;
  z-index: 1000;
}
.show_left_panel:hover .left_panel {
  left: 0;
}
.left_panel {
  background-color: #d9d5d4;
  bottom: 0;
  left: 0;
  min-height: 1235px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 67px;
  z-index: 11;
}
.left_panel #doc_time {
  border-bottom: 1px solid #c8c5c4;
  padding: 30px 0;
  font-family: Roboto Condensed, sans-serif;
  margin: 0 12px;
}
.left_panel #doc_time .time {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 2.0em;
  font-weight: bold !important;
}
.left_panel #doc_time .today {
  font-size: 13px;
}
.left_panel .navbar-nav > li > a {
  padding: 0 12px;
}
.left_panel .navbar-nav > li > a span {
  border-bottom: 1px solid #c8c5c4;
}
.left_panel .navbar-nav > li > a:hover,
.left_panel .navbar-nav > li > a:focus,
.left_panel .navbar-nav > li .open a {
  background: none;
}
.left_panel .navbar-nav > li > a:hover .twitter,
.left_panel .navbar-nav > li > a:focus .twitter,
.left_panel .navbar-nav > li .open a .twitter {
  background-position: -26px 8px;
}
.left_panel .navbar-nav > li > a:hover .facebook,
.left_panel .navbar-nav > li > a:focus .facebook,
.left_panel .navbar-nav > li .open a .facebook {
  background-position: -28px -22px;
}
.left_panel .navbar-nav > li > a:hover .google,
.left_panel .navbar-nav > li > a:focus .google,
.left_panel .navbar-nav > li .open a .google {
  background-position: -28px -60px;
}
.left_panel .navbar-nav > li > a:hover .youtube,
.left_panel .navbar-nav > li > a:focus .youtube,
.left_panel .navbar-nav > li .open a .youtube {
  background-position: -28px -95px;
}
.left_panel .navbar-nav > li > a:hover .vk,
.left_panel .navbar-nav > li > a:focus .vk,
.left_panel .navbar-nav > li .open a .vk {
  background-position: -26px -135px;
}
.left_panel .navbar-nav > li > a:hover .rss,
.left_panel .navbar-nav > li > a:focus .rss,
.left_panel .navbar-nav > li .open a .rss {
  background-position: -26px -170px;
}
.left_panel .navbar-nav .open a,
.left_panel .navbar-nav .open a:focus {
  background: #fff;
}
.left_panel .navbar-nav .open a span,
.left_panel .navbar-nav .open a:focus span {
  border-bottom: none;
}
.left_panel .navbar-nav .open a .facebook:before,
.left_panel .navbar-nav .open a .twitter:before,
.left_panel .navbar-nav .open a .google:before,
.left_panel .navbar-nav .open a .vk:before,
.left_panel .navbar-nav .open a .youtube:before,
.left_panel .navbar-nav .open a .rss:before,
.left_panel .navbar-nav .open a:focus .facebook:before,
.left_panel .navbar-nav .open a:focus .twitter:before,
.left_panel .navbar-nav .open a:focus .google:before,
.left_panel .navbar-nav .open a:focus .vk:before,
.left_panel .navbar-nav .open a:focus .youtube:before,
.left_panel .navbar-nav .open a:focus .rss:before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 3px;
  height: 100%;
}
.left_panel .navbar-nav .open a .twitter:before,
.left_panel .navbar-nav .open a:focus .twitter:before {
  background: #0b65fb;
}
.left_panel .navbar-nav .open a .facebook:before,
.left_panel .navbar-nav .open a:focus .facebook:before {
  background: #547bbc;
}
.left_panel .navbar-nav .open a .google:before,
.left_panel .navbar-nav .open a .youtube:before,
.left_panel .navbar-nav .open a:focus .google:before,
.left_panel .navbar-nav .open a:focus .youtube:before {
  background: #d30000;
}
.left_panel .navbar-nav .open a .vk:before,
.left_panel .navbar-nav .open a:focus .vk:before {
  background: #6f8eb1;
}
.left_panel .navbar-nav .open a .rss:before,
.left_panel .navbar-nav .open a:focus .rss:before {
  background: #ff9845;
}
.left_panel .navbar-nav .dropdown-menu {
  left: 100%;
  top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: none;
}
.left_panel .navbar-nav .facebook,
.left_panel .navbar-nav .twitter,
.left_panel .navbar-nav .google,
.left_panel .navbar-nav .vk,
.left_panel .navbar-nav .youtube,
.left_panel .navbar-nav .rss {
  background: url(../image/social.png) center center no-repeat;
  width: 43px;
  height: 43px;
  display: block;
}
.left_panel .navbar-nav .twitter {
  background-position: 5px 8px;
}
.left_panel .navbar-nav .facebook {
  background-position: 3px -22px;
}
.left_panel .navbar-nav .google {
  background-position: 3px -60px;
}
.left_panel .navbar-nav .youtube {
  background-position: 3px -95px;
}
.left_panel .navbar-nav .vk {
  background-position: 5px -135px;
}
.left_panel .navbar-nav .rss {
  background-position: 5px -170px;
}
.left_panel .tooltip-panel {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
}
.left_panel .tooltip-panel li a {
  padding: 0 12px;
  display: block;
}
.left_panel .tooltip-panel li a span {
  border-bottom: 1px solid #c8c5c4;
}
.left_panel .tooltip-panel li a .foto,
.left_panel .tooltip-panel li a .video,
.left_panel .tooltip-panel li a .archiv {
  background: url(../image/icon_left.png) center center no-repeat;
  width: 43px;
  height: 43px;
  display: block;
}
.left_panel .tooltip-panel li a .foto {
  background-position: 10px 13px;
}
.left_panel .tooltip-panel li a .video {
  background-position: 10px -38px;
}
.left_panel .tooltip-panel li a .archiv {
  background-position: 8px -148px;
}
.left_panel .tooltip-panel li a:hover {
  background: #c8c5c4;
}
.left_panel .tooltip-panel li a:hover .foto {
  background-position: -46px 13px;
}
.left_panel .tooltip-panel li a:hover .video {
  background-position: -46px -38px;
}
.left_panel .tooltip-panel li a:hover .archiv {
  background-position: -48px -148px;
}
.left_panel .tooltip-panel li .tooltip {
  top: 0;
}
.left_panel .tooltip-panel li .tooltip-inner {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background: #fff;
  color: #000;
}
.left_panel .tooltip-panel li .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
@media screen and (max-width: 1280px) {
  .wrapper {
    margin-left: 50px;
  }
}
@media (width: 1024px) {
  .wrapper {
    float: right;
    margin-left: 0px;
  }
  .header input[type="text"] {
    width: 81%;
  }
  nav .navbar-nav li a {
    padding: 25px 20px;
  }
  .topnews a .rubrik {
    top: 30%;
  }
  .pop_video #owl-demo .item a .on .time {
    display: none;
  }
  main {
    padding-left: 35px !important;
  }
  .logo_f img {
    width: 100%;
  }
}
@media (width: 1023px) {
  .show_left_panel {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .wrapper {
    float: none;
    margin-left: 0px;
  }
  .header input[type="text"] {
    width: 88%;
  }
  /*.banner {
    display: none;
  }*/
  .show_left_panel {
    display: none;
  }
  .r_block {
    height: auto;
  }
  .r_block article {
    float: left;
    margin: 1%;
    width: 48%;
  }
  .b_video {
    height: 315px;
  }
  .popular_video a img {
    width: 100%;
  }
  .popular_video .item {
    width: 46%;
    float: left;
    margin: 2%;
  }
  .media_page div {
    width: 48%;
  }
  .rubrik_list li {
    margin: 1.5% 1.5% 0 0;
  }
  .rightBar .banner_r {
    display: none;
  }
  .rightBar .right_news ul li,
  .rightBar .tab-content ul li {
    float: left;
    width: 48%;
  }
  .rightBar .blog-comment article {
    width: 48%;
    margin: 1%;
  }
  .footer .rubrikF {
    width: 100%;
  }
  .logo_f {
    float: none;
    margin-top: 15px;
  }
  .logo_f a {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .header input[type="text"] {
    width: 86%;
  }
  .topnews a .rubrik {
    top: 3%;
    left: 3%;
  }
  .topnews a .h3 {
    font-size: 14px !important;
    line-height: 1em !important;
    max-height: 45px !important;
  }
  .rubrik_news section {
    height: auto;
  }
  .logo_f img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .MainNews .col-xs-6 {
    width: 100%;
  }
  .informer {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .social-likes__widget {
    margin: 14px 14px 14px 0;
  }
  .rubrik_page li img {
    width: 100%;
  }
  .rubrik_page li .more {
    margin-top: 12px;
  }
  .media_page div {
    width: 100%;
  }
  .media_page div a .h3 {
    max-height: auto;
    min-height: auto;
  }
  .social {
    float: left;
    margin: -10px 0 10px 0;
  }
  main .banner_r {
    display: none;
  }
  .filter .select {
    width: 100% !important;
    margin: 2% 0;
  }
  .filter .select .slct,
  .filter .select div,
  .filter .select div ul {
    width: 100% !important;
  }
  .rightBar .right_news ul li,
  .rightBar .tab-content ul li {
    width: 100%;
    float: none;
  }
  .rightBar .pop_foto .foto {
    width: 100%;
  }
  .rightBar .popular_video .item {
    width: 100%;
  }
  .rightBar .blog-comment article {
    width: 100%;
  }
  .rubrikF {
    width: 100%;
  }
  .rubrikF li {
    width: 100%;
  }
  .col-xs-6 {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .name_rubr {
    display: block;
    margin: 5px 0;
  }
}

/*.fa-eye {
  display: none;
}

.fa-comment {
  display: none;
}

.pop_video .view {
  display: none;
}

.pop_video #owl-demo .item a .on .view, .popular_video .item a .on .view {
    display: none;
}*/
