@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto/roboto-light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-light.woff2") format("woff2"), url("../fonts/roboto/roboto-light.woff") format("woff"), url("../fonts/roboto/roboto-light.ttf") format("truetype"), url("../fonts/roboto/roboto-light.svg#roboto") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-light-italic.eot");
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/roboto/roboto-light-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-light-italic.woff2") format("woff2"), url("../fonts/roboto/roboto-light-italic.woff") format("woff"), url("../fonts/roboto/roboto-light-italic.ttf") format("truetype"), url("../fonts/roboto/roboto-light-italic.svg#roboto") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/roboto/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-regular.woff") format("woff"), url("../fonts/roboto/roboto-regular.ttf") format("truetype"), url("../fonts/roboto/roboto-regular.svg#roboto") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-regular-italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/roboto/roboto-regular-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular-italic.woff2") format("woff2"), url("../fonts/roboto/roboto-regular-italic.woff") format("woff"), url("../fonts/roboto/roboto-regular-italic.ttf") format("truetype"), url("../fonts/roboto/roboto-regular-italic.svg#roboto") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bold.woff2") format("woff2"), url("../fonts/roboto/roboto-bold.woff") format("woff"), url("../fonts/roboto/roboto-bold.ttf") format("truetype"), url("../fonts/roboto/roboto-bold.svg#roboto") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-bold-italic.eot");
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/roboto/roboto-bold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bold-italic.woff2") format("woff2"), url("../fonts/roboto/roboto-bold-italic.woff") format("woff"), url("../fonts/roboto/roboto-bold-italic.ttf") format("truetype"), url("../fonts/roboto/roboto-bold-italic.svg#roboto") format("svg");
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: "Roboto", "FreeSans", "Arimo", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  /* color: #686868; */
  color: #1f2829;
  background-color: #fafafa;
  /* background-image: url("../images/ny-bg-top-2021-wb.png"); */
  /* padding-top: 100px; */
  /* background-repeat: repeat-x; */
  /* -ms-background-position-y: top; */
  /* background-position-y: top; */
}

/* Default styles */

a:link,
a:visited {
  color: #38b1eb;
  text-decoration: none;
}

a:hover,
a:active {
  color: #f09943;
  text-decoration: none;
}

ul.inline,
ul.links.inline {
  display: inherit;
  padding-left: 0;
}

ul.inline li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ul li.leaf a,
ul li.expanded a,
ul li.collapsed a {
  display: block;
}

.clearfix {
  display: block;
}

.menu li.leaf {
  list-style-image: none;
  list-style-type: none;
}

/* --- OLD STAFF --- */

.fancybox .thumbnail,
.fancybox .leftalign {
  float: left;
  margin: 6px 12px 6px 0;
}


.brand {
  width: 100%;
  background-color: #ffffff;
  height: 130px;
}

.logo {
  display: inline-block;
  vertical-align: top;
}

.site-name {
  margin-left: 120px;
  font-size: 1.6em;
}

@media (min-width: 36em) {
  .site-name {
    font-size: 1.8em;
  }
}

.site-name a:link,
.site-name a:visited {
  color: #222333;
  text-decoration: none;
}

.site-name a:hover,
.site-name a:active {
  color: #f09943;
  text-decoration: none;
}

.logo-footer {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.name-and-slogan {
  height: 130px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  background-color: #ffffff;
  background-image: url("../images/bg-brand.png");
  background-repeat: no-repeat;
  background-position: 24px 0;
}

/* Top bar */
.top-bar {
  width: 100%;
  height: 2.4em;
  margin: 0;
  padding: 0;
  color: #fcfcfc;
  background-color: #000000;
}

.top-bar .menu {
  float: right;
  margin: 0;
  padding: 0;
}

.top-bar .menu li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.top-bar a {
  display: block;
  margin: 0;
  padding: 1em;
  font-size: 0.688em;
  color: #999999;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
}

.top-bar a.active {
  color: #fcfcfc;
  background-color: #222333;
}

.top-bar a:hover {
  color: #f77f00;
}

.language-switcher-locale-url {
  float: right;
  margin: 0 0 0 1em;
  padding: 0;
}

.language-switcher-locale-url li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.language-switcher-locale-url li a {
  width: 24px;
  height: 18px;
  margin: 14px 8px 8px 0;
}

.language-switcher-locale-url li.en a {
  background-color: transparent;
  background-image: url("../images/en.png");
  background-repeat: no-repeat;
}

.language-switcher-locale-url li.os a {
  background-color: transparent;
  background-image: url("../images/os.png");
  background-repeat: no-repeat;
}

.language-switcher-locale-url li.ru a {
  background-color: transparent;
  background-image: url("../images/ru.png");
  background-repeat: no-repeat;
}

/* PRIMARY MENU
/* REGION
----------------------------------------------------------------*/

/* Navigation bar */
.navigation-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fcfcfc;
  background-color: #222333;
  line-height: 3;
}

.navigation-main > .inner {
  position: relative;
}

.navigation-main .sub-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  overflow: hidden;
  text-align: center;
}

.navigation-main .sub-arrow::before {
  font-family: "FontAwesome";
  font-size: 0.875rem;
  content: "\f078";
}

.navigation-main a.highlighted .sub-arrow::before {
  content: "\f00d";
}

.menu-button {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0.8125rem 1.25rem;
  line-height: 1rem;
}

@media only screen and (min-width: 64.0625em) {

  .navigation-main a {
    white-space: nowrap;
  }

  .navigation-main ul a {
    white-space: normal;
  }

  .navigation-main a.has-submenu {
    padding-right: 1.875rem !important;
  }

  .navigation-main .sub-arrow {
    width: 1.875rem;
    background-color: transparent !important;
  }

  .navigation-main .sub-arrow::before {
    content: "\f0d7" !important;
  }

  .navigation-main ul ul .sub-arrow::before {
    content: "\f0da" !important;
  }

  .menu-button,
  .navigation-main.hybrid-style .main-menu {
    display: none !important;
  }
}

/* Compact Header Style
---------------------------------*/
.compact-width  .navigation-main > .inner {
  position: static;
}

.compact-width .menu-button {
  position: absolute;
  right: 2.5rem;
  top: 0.625rem;
}

@media only screen and (min-width: 64.0625em) {

  .compact-width .navigation-main {
    float: left;
    width: 51.25em;
  }
}

@media only screen and (min-width: 90.0625em) {

  .compact-width .navigation-main {
    width: 62.5em;
  }
}

/* ENDREGION
----------------------------------------------------------------*/

/* PRIMARY LIST MENU
/* REGION
----------------------------------------------------------------*/
.main-menu {
  margin: 0;
  list-style: none;
}

.main-menu.collapsed {
  display: none;
}

.main-menu li {
  border-top-width: 1px;
  border-top-style: solid;
}

.main-menu a {
  margin: 0;
  padding: 18px;
  padding: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 4;
  color: #fcfcfc;
  background-color: #222333;
}

.main-menu a:hover {
  background-color: #38b1eb;
}

.main-menu ul a {
  font-size: 0.75rem;
  font-weight: normal;
}

.main-menu ul a {
  border-left: 10px solid transparent;
}

.main-menu ul ul a {
  border-left: 20px solid transparent;
}

.main-menu ul ul ul a {
  border-left: 30px solid transparent;
}

@media only screen and (min-width: 64.0625em) {

  .main-menu.collapsed {
    display: block;
  }

  .main-menu > li {
    float: left;
  }

  .main-menu ul {
    position: absolute;
    min-width: 12.5rem !important;
    z-index: 9;
  }

  .main-menu .sm-nowrap > li > a,
  .main-menu .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  .main-menu ul a {
    border: 0 !important;
  }

  .main-menu > li,
  .main-menu ul > li:first-child {
    border-top: 0;
  }
}

/* Compact Header Style
---------------------------------*/
@media only screen and (min-width: 64.0625em) {

  .compact-width .main-menu > li > a {
    padding: 1.9375rem 1.25rem;
  }

  .compact-width .main-menu > li > a .sub-arrow {
    height: 5rem;
    line-height: 5rem;
  }
}

/* ENDREGION
----------------------------------------------------------------*/

/* PRIMARY MENU
/* REGION
----------------------------------------------------------------*/

.navigation-main .sub-arrow {
  background: rgba(0, 0, 0, 0.1);
}

.main-menu li,
#primary-mega > li {
  border-color: rgba(255, 255, 255, 0.1);
}

.main-menu ul li {
  border-color: rgba(0, 0, 0, 0.1);
}

.main-menu ul li a:hover,
.main-menu ul li a:focus,
.main-menu ul li a:active {
  background-color: rgba(0, 0, 0, 0.05);
}


/* Primary Menu Link
---------------------------------*/
.main-menu a {
  color: #fcfcfc;
}

/* Primary Menu Active Link
---------------------------------*/
.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li a:active,
.main-menu li a.highlighted,
.main-menu li a.active,
.main-menu li li a {
  color: #fcfcfc !important;
}

/* Primary Menu Active Background
---------------------------------*/
.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li a:active,
.main-menu li a.highlighted,
.main-menu li a.active,
.main-menu ul {
  background-color: #38b1eb;
}

/* Region Promotion */
.region-promotion {
  margin-bottom: 1.5rem;
}


/* Footer */
.footer {
  width: 100%;
  min-height: 2.6em;
  margin: 0;
  padding: 0;
  color: #999999;
  background-color: #222333;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #999999;
}

.closure {
  width: 100%;
  min-height: 2.6em;
  margin: 0;
  padding: 20px 0 1px 0;
  color: #676767;
  background-color: rgba(0,0,0,0.2);
}

.legal {
  text-align: center;
  font-size: 0.75em;
}

/* page list
---------------*/
.teaser.article {
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #eeeeee;
}

.teaser h2.title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  color: #333333;
}

.teaser h2.title a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
}

.teaser .rubrics {
  display: inline-block;
  margin-right: 1.25rem;
}

.teaser .meta {
  margin-bottom: 0.625rem;
}

.image-default img {
  display: inline-block;
}

.image-default {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}

.images-group {
  text-align: center;
  font-size: 0;
}

.images-group .field-image {
  display: inline-block;
  margin: 4px;
}

.rubrics a {
  display: inline-block !important;
  padding: 8px 10px;
}

.rubrics {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.rubrics a,
.rubrics a:hover,
.rubrics a:focus {
  color: #fff !important;
  background-color: #2c3e50;
  text-decoration: none;
}

.rubrics a:hover,
.rubrics a:focus {
  background-color: #f09943;
}

/* Colors */
h1, h2, h3, h4, h5, h6 {
  color: #333333;
}

.red-alizarin a {
  background-color: #e74c3c;
}

.red-pomegranate a {
  background-color: #c0392b;
}

.pink-red a {
  background-color: #f62459;
}

.pink-raspberry a {
  background-color: #db0a5b;
}

.purple-amethyst a {
  background-color: #9b59b6;
}

.purple-wisteria a {
  background-color: #8e44ad;
}

.blue-sky a {
  background-color: #3498db;
}

.blue-royal a {
  background-color: #2980b9;
}

.blue-dark-chambray a {
  background-color: #3a539b;
}

.blue-dark-midnight a {
  background-color: #2c3e50;
}

.cyan-turquoise a {
  background-color: #1abc9c;
}

.cyan-sea a {
  background-color: #16a085;
}

.green-emerald a {
  background-color: #2ecc71;
}

.green-jade a {
  background-color: #27ae60;
}

.yellow-can a {
  background-color: #f5d76e;
}

.yellow-sunflower a {
  background-color: #f1c40f;
}

.orange-orange a {
  background-color: #f39c12;
}

.orange-carrot a {
  background-color: #e67e22;
}

.gray-smoke a {
  background-color: #ececec;
}

.gray-silver a {
  background-color: #bdc3c7;
}

.gray-sand a {
  background-color: #bdc3c7;
}

.meta, .meta a {
  color: #999999;
}

/* FancyBox */

a.fancybox {
  cursor: url("../images/zoomin.cur"),auto;
}


/* -- BEGIN CUSTOM SLIDE -- */


.no-margin {
  margin: 0 !important;
}

.view-slideshow__slide .carousel-item {
  float: left;
  padding-right: 3px !important;
}
.view-slideshow__slide .post-large img {
  width: 100%;
  height: auto;
}
.view-slideshow__slide .post-large .post-meta-wrap {
  padding: 30px;
}
.view-slideshow__slide .post-large .views-field-title a {
  display: block;
  font-size: 22px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .view-slideshow__slide .post-large .views-field-title a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .view-slideshow__slide .post-large .views-field-body {
    display: none;
  }
}
.view-slideshow__slide div > .post-small {
  width: 50% !important;
  background: transparent !important;
  float: left;
}
.view-slideshow__slide div > .post-small .post-small-item {
  background: transparent;
  width: 100% !important;
  height: auto !important;
  float: left;
  clear: both;
  padding-bottom: 3px;
  margin: 0;
}
.view-slideshow__slide div > .post-small .post-small-item img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .view-slideshow__slide div > .post-small .views-field-title a {
    font-size: 12px;
  }
}
.view-slideshow__slide div > .post-small .views-field-body {
  display: none;
}
.view-slideshow__slide .item {
  position: relative;
  overflow: hidden;
}
.view-slideshow__slide .item .xcolor {
  width: 100%;
  text-align: center;
}
.view-slideshow__slide .item .xcolor i {
  background-color: #fff;
  color: #0099CC;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 7px;
}
.view-slideshow__slide .item .xcolor i:hover {
  background-color: #000;
}
.view-slideshow__slide .item .description {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
  text-align: center;
  padding-top: 15%;
}
.view-slideshow__slide .item .description .date-post {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.view-slideshow__slide .item .description .date-post span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.view-slideshow__slide .item .description .body a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0;
}
.view-slideshow__slide .item:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.view-slideshow__slide .item:hover .description {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.view-slideshow__slide .post-small .item .views-field-nothing {
  padding: 5% 10%;
}
.view-slideshow__slide.page .row .item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.view-slideshow__slide.page .row .item .views-field-field-gallery-image {
  text-align: center;
}
.view-slideshow__slide.page .row .item img {
  max-width: 100%;
  height: auto;
}
.view-slideshow__slide.page .row .item .views-field-nothing {
  padding-top: 5%;
}

/* -- END CUSTOM SLIDE -- */

.post-block {
  background: #fff;
}
.post-block .post-image {
  overflow: hidden;
}
.post-block .post-image img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
.post-block .post-image:hover img {
  -ms-transform: scale(1.2) rotate(6deg);
  -webkit-transform: scale(1.2) rotate(6deg);
  transform: scale(1.2) rotate(6deg);
}
.post-block .post-title {
  padding: 5px 0;
}
.post-block .post-title h2, .post-block .post-title h3, .post-block .post-title h4 {
  margin: 0;
}
.post-block .post-title a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.post-block .post-meta {
  margin-bottom: 6px;
  font-size: 11px;
  color: #A4A4A4;
  float: left;
  width: 100%;
}
.post-block .post-meta > div {
  float: left;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .post-block .post-meta > div {
    margin-right: 10px;
  }
}
.post-block .post-meta > div:last-child {
  margin-right: 0;
}
.post-block .post-meta a {
  color: #A4A4A4;
}
.post-block .post-meta a:hover {
  text-decoration: underline;
}
.post-block .post-meta .post-created {
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}
.post-block .post-meta .post-created::before {
  content: "\f133";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post-block .post-meta .post-categories {
  position: relative;
  padding-left: 20px;
}
.post-block .post-meta .post-categories::before {
  content: "\f02c";
  font-family: "FontAwesome";
  color: #0099CC;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post-block .post-meta .post-categories a {
  text-transform: uppercase;
  color: #0099CC;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.post-block .post-meta .post-categories a:hover {
  text-decoration: underline;
}
.post-block .content-after {
  padding: 10px 0 0;
}
.post-block.post-style-list .post-image {
  width: 70px;
  height: auto;
  float: left;
}
.post-block.post-style-list .post-meta-wrap {
  float: left;
  width: calc(100% - 75px);
  padding-left: 15px;
}
.post-block.post-style-list .post-meta-wrap .post-title a {
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0;
}

.post-slider.post-block {
  position: relative;
}
.post-slider.post-block .post-meta-wrap {
  background: linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.post-slider.post-block .post-meta-wrap .post-title a {
  padding: 5px 0;
  font-size: 26px;
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
}
.post-slider.post-block .post-meta-wrap .post-title a:hover {
  color: #0099CC;
}
.post-slider.post-block .post-meta {
  padding: 5px 0;
}
.post-slider.post-block .views-field {
  color: #fff;
}
.post-slider.post-block .views-field-title a {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  line-height: 1.2;
}
.post-slider.post-block .views-field-tags::before {
  color: #fff;
}
.post-slider.post-block .views-field-tags a {
  color: #fff;
  font-weight: 400;
}
.post-slider.post-block .views-field-tags a:hover {
  text-decoration: underline;
}
.post-slider.post-block:hover .post-body {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 60px;
}

/* -- Owl Carousel -- */

.owl-carousel {
  background: none !important;
}
.owl-carousel .owl-controls {
  margin: 0;
}
.owl-carousel .owl-controls .owl-pagination {
  position: relative;
  bottom: 10px;
  z-index: 9;
  display: inline-block;
  width: 100%;
  left: 0;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  background: #d6d6d6;
  width: 10px;
  height: 10px;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #869791;
}
.owl-carousel .owl-buttons {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
}
.owl-carousel .owl-buttons > div {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  text-indent: -999999px;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-buttons > div:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.owl-carousel .owl-buttons > div::before {
  position: absolute;
  font-family: 'FontAwesome';
  text-indent: 1px;
  top: 0;
  right: 0;
  font-size: 25px;
  width: 100%;
  height: 100%;
  line-height: 35px;
  text-align: center;
}
.owl-carousel .owl-buttons > div.owl-prev {
  right: 0;
  margin-right: 0;
}
.owl-carousel .owl-buttons > div.owl-prev::before {
  content: "\f105";
}
.owl-carousel .owl-buttons > div.owl-next {
  left: 0;
  margin-left: 0;
}
.owl-carousel .owl-buttons > div.owl-next::before {
  content: "\f104";
}
.owl-carousel:hover .owl-buttons {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel:hover .owl-buttons .owl-next {
  margin-left: 30px;
}
.owl-carousel:hover .owl-buttons .owl-prev {
  margin-right: 30px;
}

div.error {
  background-repeat: no-repeat !important;
  background-image: none !important;
}

.owl-carousel {
  background: none !important;
}
.owl-carousel .owl-controls {
  margin: 0;
}
.owl-carousel .owl-controls .owl-pagination {
  position: relative;
  bottom: 10px;
  z-index: 9;
  display: inline-block;
  width: 100%;
  left: 0;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  background: #d6d6d6;
  width: 10px;
  height: 10px;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #869791;
}
.owl-carousel .owl-buttons {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
}
.owl-carousel .owl-buttons > div {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  text-indent: -999999px;
  width: 40px;
  height: 40px;
  color: #000;
  background: #fff !important;
  border: none !important;
  opacity: 1 !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -ms-opcity: 1 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.owl-carousel .owl-buttons > div:hover {
  background: #0099CC !important;
  color: #fff !important;
}
.owl-carousel .owl-buttons > div::before {
  position: absolute;
  font-family: 'FontAwesome';
  text-indent: 1px;
  top: 0;
  right: 0;
  font-size: 25px;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-align: center;
}
.owl-carousel .owl-buttons > div.owl-prev {
  right: 0 !important;
  left: auto !important;
  margin-right: 0;
}
.owl-carousel .owl-buttons > div.owl-prev::before {
  content: "\f105";
}
.owl-carousel .owl-buttons > div.owl-next {
  left: 0 !important;
  right: auto !important;
  margin-left: 0;
}
.owl-carousel .owl-buttons > div.owl-next::before {
  content: "\f104";
}
.owl-carousel:hover .owl-buttons {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel:hover .owl-buttons .owl-next {
  margin-left: 30px;
}
.owl-carousel:hover .owl-buttons .owl-prev {
  margin-right: 30px;
}

/* -- Custom CSS -- */

@media(max-width: 480px){
  .view-slideshow__slide div > .post-small .views-field-title a{
    display: block;
    font-size: 11px!important;
    text-transform: none!important;
    line-height: 15px!important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .view-slideshow__slide .post-categories{
    display: none!important;
  }
  .block .block-title span{
    font-size: 14px!important;
  }
  .header-main-inner > .row > div{
    width: 100%!important;
    text-align: center!important;
  }
}

@media(max-width: 480px){
  .post-style-stick.image .view-content .view-list > ul > li:not(:first-child) .post-image{
    width: 100%!important;
    display: block;
  }
  .post-style-stick.image .view-content .view-list > ul > li:not(:first-child) .post-content{
    padding-left: 0!important;
    display: block;
  }
  .post-style-list .view-list-item .post-block > div{
    width: 100%!important;
  }

  .view-breaking-news .title{
    font-size: 10px;
    width: 95px;
  }
  .view-breaking-news .carousel-item > div > *{
    font-size: 10px!important;
  }
  .view-breaking-news .news-content{
    padding-left: 115px!important;
  }
  .view-post-breaking-news .item{
    height: 20px;
  }
  .view-post-breaking-news .item > div.views-field-title{
    line-height: 1.9!important;
  }
  .view-post-breaking-news .views-field-created{
    display: none;
  }
}

@media(max-width: 990px){
  .stuck{
    position: static!important;
  }
  .logo a{
    display: block;
    line-height: 0.1!important;
  }
}

#block-search-form #search-block-form input.form-submit:focus{
  width: auto!important;
}

.node-gallery.blog-single-post .content-first,
.node-video.blog-single-post .content-first{
  padding-left: 60px!important;
}

.content-full {
  overflow: visible!important;
}

.sidebar::before {
  height: auto!important;
  bottom: -20px;
}



/* --- TOP BLOCK VIEWS --- */

.rubrics-promo {
  padding: 0 12px;
  background-color: #fefefe;
}

.rubrics-promo-item--main {
  position: relative;
  min-height: 180px;
  background-color: #999999;
}

.rubrics-promo-item--main .rubrics {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 1;
}

.rubrics-promo-item--main img {
  width: 100%;
  height: 100%;
}

.rubrics-promo-item--main .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 2.1875rem 1.25rem;
  margin: 0;
  background: -webkit-linear-gradient(bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
}

.rubrics-promo-item--main a {
  color: #fff;
}

.rubrics-promo-item--main .meta {
  color: #fff;
  position: absolute;
  left: 1.25rem;
  bottom: 0.625rem;
  z-index: 1;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.rubrics-promo-item {
  position: relative;
  padding: 1.25rem 0;
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #eeeeee;
  background-color: #fff;
}

.rubrics-promo-item-image {
  padding: 0;
}

.rubrics-promo-item .title {
  margin-bottom: 0;
  text-align: right;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 400;
}

.rubrics-promo-item a {
  color: #000;
}

.rubrics-promo-item a:hover {
  color: #f09943;
}

.rubrics-promo-item .meta {
  text-align: right;
  font-size: 0.75rem;
  font-weight: 400;
}

/* Pager
---------------------------------*/
ul.pager {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0.625rem 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

ul.pager li {
  margin: 0;
  border-right-width: 1px;
  border-right-style: solid;
  text-transform: uppercase;
}

ul.pager li:last-child {
  border-right: none;
}

ul.pager li.pager-current,
ul.pager li a {
  display: inline-block;
  padding: 0.5rem 0.75rem !important;
}

ul.pager li.pager-item,
ul.pager li.pager-first,
ul.pager li.pager-last {
  display: none;
}

ul.pager, ul.pager li {
  border-color: #eeeeee;
}

@media only screen and (min-width: 40.0625em) {

  ul.pager li.pager-item,
  ul.pager li.pager-first,
  ul.pager li.pager-last {
    display: inline;
  }
}

/* ENDREGION
----------------------------------------------------------------*/
.top-blocks {
  margin-bottom: 1.125rem;
}

.region-content {
  padding: 0 12px;
  background-color: #fefefe;
}

.region-context {
  padding: 0 12px;
  background-color: #fefefe;
}

.region-context img {
  width: 100%;
  height: 100%;
}

.region-context .meta {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: #f09943;
}

.region-context .title {
  line-height: 1.375;
}

.region-context .image {
  margin: 12px 0;
}

.tagcloud {
  font-size: 0;
}
.tagcloud-item {
  display:inline-block;
  margin: 2px;
  font-size: 0.563rem;
}
.tagcloud-item a {
  color: #999999;
}

/* --- Follow Us Block --- */

.content .rss a {
  background: url("../images/si/rss.svg") no-repeat transparent;
  padding: 5px 4px 4px 40px;
}

.content .fb a {
  background: url("../images/si/fb.svg") no-repeat transparent;
  padding: 5px 4px 4px 40px;
}

.content .tw a {
  background: url("../images/si/tw.svg") no-repeat transparent;
  padding: 5px 4px 4px 40px;
}

.content .ig a {
  background: url("../images/si/ig.svg") no-repeat transparent;
  padding: 5px 4px 4px 40px;
}

.content .vk a {
  background: url("../images/si/vk.svg") no-repeat transparent;
  padding: 5px 4px 4px 40px;
}

.content .tg a {
  background: url("../images/si/tg.svg") no-repeat transparent;
  padding: 5px 4px 4px 40px;
}

.content .yt a {
  background: url("../images/si/yt.svg") no-repeat transparent;
  padding: 5px 4px 4px 40px;
}

.content .mail a {
  background: url("../images/si/mail.svg") no-repeat transparent;
  padding: 5px 4px 4px 40px;
}

ul.follow li {
  list-style-type: none;
  margin: 0 0 1em 0;
}

/* Page Video */
.item-video {
  margin-bottom: 20px;
}

.teaser .item-video__title {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  color: #333333;
}

.teaser .item-video__title a {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
}

h1.title {
  padding: 0 12px;
  background-color: #fefefe;
}

/* Accreditation block */
@-webkit-keyframes scroll {
  0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  100% {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0)
  }
}

@-moz-keyframes scroll {
  0% {
      -moz-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  100% {
      -moz-transform: translate(-100%, 0);
      transform: translate(-100%, 0)
  }
}

@keyframes scroll {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-100%, 0)
  }
}

.accreditation {
  display: block;
  width: 100%;
}

.accreditation .marquee {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: scroll 15s infinite linear;
  -moz-animation: scroll 15s infinite linear;
  animation: scroll 15s infinite linear;
}

.accreditation .marquee:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.accreditation a:link,
.accreditation a:visited {
  color: #c0392b;
  text-decoration: none;
}

.accreditation a:hover,
.accreditation a:active {
  color: #f09943;
  text-decoration: none;
}

.accreditation h3 {
  font-size: 1.25rem;
}


/* Search */
.query--highlight {
  color: #e67e22;
}

.search-widgets {
  position: relative;
  width: 100%;
}

.search-widget .form-text {
  background-color: transparent;
  border-radius: 20px;
  border: none;
  height: 36px;
  width: 100%;
  padding: 8px 37px 9px 15px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
  /* border: 1px solid rgba(0,0,0,0.1); */
  outline: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.search__submit-button .form-submit {
  background: url('../images/search-icon.png') no-repeat scroll center center transparent;
  height: 19px;
  width: 19px;
  text-indent: -9999px;
  position: absolute;
  right: 5px;
  top: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: button;
  opacity: 0.5;
}

.search__submit-button .form-submit:hover {
  opacity: 0.8;
}
/* Search Style */

#search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search-overlay.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;
  display: block;
}

#search-overlay input[type="text"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: rgb(255, 255, 255);
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, .9);
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  outline: none;
  padding: 10px;
}

#search-overlay .close {
  position: fixed;
  top: 25px;
  right: 25px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}

#search-overlay .close:hover {
  color: #c0392b;
  cursor: pointer;
}


/* Tables
table {
  border-collapse: separate;
  border-spacing: 2px;
  border-color: #cccccc;
}
*/
td {
  border: 1px solid #cccccc;
}

/* Similarterms block */

.view-similarterms .views-row {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 12px 0;
  line-height: 1.6em;
}
.view-similarterms .views-row:last-child {
  border-bottom: 0;
}

.view-all-publications .views-row {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 12px 0;
  line-height: 1.6em;
}
.view-publications .views-row:last-child {
  border-bottom: 0;
}
/* END Similarterms block */

.region-context h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #404040;
  min-height: 35px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
}

.region-context h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #c0392b;
}

.region-sidebar-first h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.250rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.5px;
  color: #404040;
  min-height: 35px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
}

.region-sidebar-first h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #c0392b;
}

.region-sidebar-first h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.node-unpublished {
  background-color: #f9c7c7;
}

.view-creeping_line,
.view-creeping_line a {
  font-size: 16px;
  font-size: 1rem;
  color: #c0392b;
}

.copyright__text {
  margin-bottom: 0.5rem;
}

.fancybox-title-float-wrap {
  top: 100%;
}

.fancybox-title-float-wrap .child {
  white-space: normal;
}

.hotline {
  background-image: url("/sites/default/files/promo/phone.svg");
  background-repeat: no-repeat;
  background-position: right 2px bottom 2px;
}

.hashtagshow {
  text-align: center;
  background-color: #fffaf2;
  height: 4em;
}

.hashtagslide {
  margin: 0 auto;
  padding: 0.25em;
  color: darkred;
  font-size: 1.2em;
}

/* genocide */

.promo {
  position: relative;
}
.promo__image,
.promo__text {
  margin-bottom: 16px;
}
.promo__text {
  background: linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0 transparent;
  width: 100%;
  padding: 8px;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-align: center;
  letter-spacing: 1px;
}
.promo__text a {
  padding: 5px 0;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.promo__text a:hover {
  color: #fff;
  opacity: 1;
}
.covid__header {
  color: #c0392b;
  margin-bottom: 16px;
}
.covid__info {
  font-weight: 700;
}
.covid__title {
  margin: 0;
}
.covid__contact {
  margin-bottom: 10px;
}
.covid__phone,
.covid__phone-number {
  color: #c0392b;
}
.may9 {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: -16px;
  margin-top: 8px;
}
.may9 a {
  color: #c0392b;
}

/* LighteRope */
.lightrope {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: -16px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
  background-color: rgb(34, 35, 51);
}
.lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: rgb(245, 194, 0);
  box-shadow: 0px 4px 24px 3px rgb(245, 194, 0);
  animation-name: flash-1;
  animation-duration: 4s;
}
.lightrope li:nth-child(2n + 1) {
  background: rgb(230, 69, 1);
  box-shadow: 0px 4px 24px 3px rgba(230, 69, 1, 0.5);
  animation-name: flash-2;
  animation-duration: 0.8s;
}
.lightrope li:nth-child(4n + 2) {
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 24px 3px rgb(255, 255, 255);
  animation-name: flash-3;
  animation-duration: 2.2s;
}
.lightrope li:nth-child(odd) {
  animation-duration: 3.6s;
}
.lightrope li:nth-child(3n + 1) {
  animation-duration: 2.8s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: rgb(97, 173, 131);
  width: 10px;
  height: 3px;
  border-radius: 3px;
  top: -4px;
  left: 7px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 20px;
  position: absolute;
  width: 52px;
  height: 18px;
  border-bottom: solid rgb(97, 173, 131) 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}

@keyframes flash-1 {
  0%,
  100% {
    background: rgb(245, 194, 0);
    box-shadow: 0px 4px 24px 3px rgb(245, 194, 0);
  }
  50% {
    background: rgba(245, 194, 0, 0.4);
    box-shadow: 0px 4px 24px 3px rgba(245, 194, 0, 0.2);
  }
}
@keyframes flash-2 {
  0%,
  100% {
    background: rgb(230, 69, 1);
    box-shadow: 0px 4px 24px 3px rgb(230, 69, 1);
  }
  50% {
    background: rgba(230, 69, 1, 0.4);
    box-shadow: 0px 4px 24px 3px rgba(230, 69, 1, 0.2);
  }
}
@keyframes flash-3 {
  0%,
  100% {
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 24px 3px rgb(255, 255, 255);
  }
  50% {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 4px 24px 3px rgba(255, 255, 255, 0.2);
  }
}
