@charset "UTF-8";
/**
 * Theme Name: NBU
 * Theme URI:
 * Description: Input here theme description
 * Author:
 * Author URI:
 * Version: 1.0
 */
* {
  outline-style: none;
  margin: 0;
  padding: 0; }

img {
  border: 0 none; }

body {
  font-size: 11px;
  color: #151515;
  font-weight: normal; }

b, strong {
  font-weight: 700; }

u {
  text-decoration: underline; }

s {
  text-decoration: line-through; }

p {
  margin: 0; }

i {
  font-style: italic; }

big {
  text-transform: uppercase; }

small {
  text-transform: lowercase; }

ul li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  color: #151515; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

body {
  font-family: 'proxima_novaregular';
  min-width: 305px;
  margin: 0;
  padding: 0;
  color: #444;
  float: left;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

a:link, a:visited {
  color: #000000;
  outline: 0; }

a:hover {
  text-decoration: none; }

@font-face {
  font-family: 'lorabold';
  src: url("../fonts/lora-bold-webfont.eot");
  src: url("../fonts/lora-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-bold-webfont.woff2") format("woff2"), url("../fonts/lora-bold-webfont.woff") format("woff"), url("../fonts/lora-bold-webfont.svg#lorabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novasemibold';
  src: url("../fonts/proximanova-semibold-webfont.eot");
  src: url("../fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'proxima_novaregular';
  src: url("../fonts/proximanova-reg-webfont.eot");
  src: url("../fonts/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-reg-webfont.woff2") format("woff2"), url("../fonts/proximanova-reg-webfont.woff") format("woff"), url("../fonts/proximanova-reg-webfont.svg#proxima_novaregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.header-main {
  position: fixed;
  float: left;
  width: 100%;
  background: #ffffff;
  z-index: 100; }

.header {
  position: relative;
  float: left;
  width: 100%;
  padding: 8px 0;
  background: #ffffff; }
  .header:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    float: left;
    height: 2px;
    background: #1952ab; }

.header-wrapper {
  max-width: 1140px;
  padding: 0 15px;
  display: block;
  margin: auto; }

.header-logo {
  float: left;
  width: 264px; }
  .header-logo img {
    width: 70px;
    float: left;
    margin: 0 15px 0 0; }
  .header-logo h1 {
    font-family: 'lorabold';
    color: #222222;
    float: left;
    font-size: 18px;
    line-height: 23px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    text-align: center; }
    .header-logo h1 b {
      font-size: 22px; }

.header-icons {
  float: right; }

.header-search {
  float: left;
  margin: 25px 0 18px 20px; }
  .header-search .ico-search {
    cursor: pointer; }

.header-social {
  float: left;
  margin: 26px 0 20px 20px; }
  .header-social a {
    padding: 0;
    line-height: 0;
    margin: 0;
    float: left;
    margin-left: 8px; }

.header-trigger {
  float: right;
  width: 26px;
  margin: 26px 0 0 23px;
  cursor: pointer;
  display: none; }
  .header-trigger i {
    height: 3px;
    float: left;
    width: 100%;
    background: #222222;
    margin-bottom: 4px; }

.header-menu {
  font-family: 'proxima_novasemibold';
  float: right; }
  .header-menu ul {
    float: left;
    margin: 26px 0; }
    .header-menu ul li {
      float: left;
      margin-left: 15px; }
      .header-menu ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 17px; }
        .header-menu ul li a:after {
          content: "";
          position: absolute;
          bottom: -5px;
          left: 0;
          height: 2px;
          background: #1952ab;
          width: 0;
          margin: auto;
          transition: .2s; }
        .header-menu ul li a:hover:after {
          width: 100%;
          transition: .2s; }
      .header-menu ul li.current-menu-item a:after {
        width: 100%;
        transition: .2s; }

.dev {
  float: left;
  width: 100%;
  background: #1952ab;
  font-size: 12px;
  line-height: 10px;
  padding: 5px 0;
  color: #FFFFFF;
  text-align: center; }

.dev-wrap {
  max-width: 1140px;
  padding: 0 15px;
  display: block;
  margin: auto; }

.hotsection {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 127px; }

.hotsection-wrapper {
  max-width: 1140px;
  padding: 0 15px;
  display: block;
  margin: auto; }

.mainslider {
  float: left;
  width: 66%;
  height: 392px;
  margin-right: 15px; }
  .mainslider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
    display: table;
    text-align: center; }
    .mainslider .owl-dots .owl-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 3px;
      border: 1px solid #ffffff;
      display: inline-block; }
      .mainslider .owl-dots .owl-dot.active {
        background: #ffffff; }

.mainslider-title {
  font-family: 'proxima_novasemibold';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 25px 25px 38px 25px;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5); }
  .mainslider-title a {
    text-decoration: none;
    color: #ffffff; }

.mainevent {
  display: block;
  overflow: hidden;
  border-top: 2px solid #f2f2f2;
  margin-bottom: 30px; }

.mainevent-title {
  font-family: 'proxima_novaregular';
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  padding: 8px 15px;
  background: #f2f2f2; }

.mainevent-list {
  float: left;
  width: 100%;
  margin: 0 0 10px 0; }

.mainevent-row {
  float: left;
  width: 100%;
  text-align: center; }

.mainevent-row-news {
  margin: 10px 0 20px 0; }

.mainslider-img {
  height: 392px;
  background-size: cover;
  background-position: center; }

.mainevent-button {
  font-family: 'proxima_novasemibold';
  font-size: 12px;
  line-height: 13px;
  color: #ffffff;
  padding: 11px 35px;
  background: #1952ab;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .mainevent-button:hover {
    border: 2px solid #1952ab;
    background: transparent;
    color: #1952ab; }

.eventbox-item {
  float: left;
  width: 100%;
  padding: 14px 0;
  max-height: 76px; }
  .eventbox-item + .eventbox-item {
    border-top: 2px solid #f2f2f2; }
  .eventbox-item a {
    text-decoration: none;
    float: left;
    width: 100%; }
    .eventbox-item a:hover .eventbox-item-title {
      color: #1952ab;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
    .eventbox-item a:hover .eventbox-item-date b, .eventbox-item a:hover .eventbox-item-date p {
      color: #1952ab;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }

.eventbox-item-title {
  font-family: 'proxima_novasemibold';
  display: block;
  overflow: hidden;
  font-size: 13px;
  line-height: 16px;
  color: #222222;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.eventbox-item-title-big {
  font-family: 'proxima_novasemibold';
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 5px 0; }

.eventbox-item-date {
  float: left;
  width: 66px; }
  .eventbox-item-date b {
    font-family: 'proxima_novaregular';
    font-size: 30px;
    line-height: 32px;
    color: #222222;
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
  .eventbox-item-date p {
    font-family: 'proxima_novaregular';
    font-size: 9px;
    line-height: 9px;
    color: #222222;
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }

.maincontent {
  float: left;
  width: 100%; }

.maincontent-top {
  margin-top: 127px; }

.maincontent-sub {
  margin-top: 157px; }

.maincontent-4 {
  margin-top: 15px; }

.maincontent-wrap {
  max-width: 1140px;
  padding: 0 15px;
  display: block;
  margin: auto; }

.maincontent-news {
  float: left;
  width: 66%;
  margin-right: 15px; }

.maincontent-news-full {
  width: 100%;
  margin-right: 0; }

.maincontent-news-wrap {
  float: left;
  width: 100%; }

.mainnews-item {
  float: left;
  width: 100%;
  margin: 0 0 15px 0; }

.maincontent-news-4 {
  float: left;
  width: 100%; }

.mainnews-item-4 {
  width: 48%;
  float: none;
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  margin-bottom: 30px; }
  .mainnews-item-4 + .mainnews-item-4 {
    margin-left: 2%; }
  .mainnews-item-4:nth-child(2n+1) {
    margin-left: 0; }
  .mainnews-item-4 .mainnews-img {
    max-width: 267px; }
  .mainnews-item-4 .mainnews-content-title {
    font-size: 18px;
    line-height: 21px; }
  .mainnews-item-4 .mainnews-content-text {
    font-size: 11px; }

.mainnews-img {
  float: left;
  width: 376px;
  margin: 0 15px 0 0;
  height: auto; }

.mainnews-content {
  display: block;
  overflow: hidden; }

.mainnews-content-title {
  font-family: 'proxima_novasemibold';
  float: left;
  width: 100%;
  color: #222222;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 5px 0; }
  .mainnews-content-title a {
    text-decoration: none;
    color: #222222; }
    .mainnews-content-title a:hover {
      border-bottom: 1px solid #222222; }

.mainnews-content-views {
  font-family: 'proxima_novaregular';
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #6d6d6d;
  margin: 0 0 20px 0; }

.mainnews-content-title-search {
  margin-bottom: 25px; }

.mainnews-content-date {
  font-family: 'proxima_novaregular';
  float: left;
  font-size: 11px;
  line-height: 18px;
  color: #6d6d6d;
  margin: 0 10px 5px 0; }

.mainnews-content-cat {
  font-family: 'proxima_novaregular';
  float: left;
  font-size: 11px;
  line-height: 18px;
  color: #6d6d6d;
  margin: 0 0 5px 0;
  color: #1952ab; }

.mainnews-content-text {
  float: left;
  width: 100%;
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px 0; }

.mainnews-content-single {
  font-family: 'proxima_novaregular',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.46; }
  .mainnews-content-single h1 {
    font-family: 'proxima_novasemibold';
    font-size: 32px; }
  .mainnews-content-single h2 {
    font-family: 'proxima_novasemibold';
    font-size: 26px; }
  .mainnews-content-single h3 {
    font-family: 'proxima_novasemibold';
    font-size: 22px; }
  .mainnews-content-single h4 {
    font-family: 'proxima_novasemibold';
    font-size: 18px; }
  .mainnews-content-single p {
    padding: 10px 5px 10px 0; }
  .mainnews-content-single a {
    color: #1952ab;
    border-bottom: #1952ab 1px solid;
    text-decoration: none; }
    .mainnews-content-single a:hover {
      border: none; }
  .mainnews-content-single img {
    max-width: 100%; }
  .mainnews-content-single strong, .mainnews-content-single b {
    font-family: 'proxima_novasemibold';
    font-weight: normal; }
  .mainnews-content-single blockquote {
    position: relative;
    background: #f2f2f2;
    border-left: 1px solid #bbb;
    font-style: italic;
    margin: 0 0 20px 0;
    padding: 10px 12px;
    line-height: 25px;
    float: left;
    width: 100%;
    box-sizing: border-box; }
    .mainnews-content-single blockquote:before {
      color: #bbb;
      content: "\201C";
      /* Непечатаемый символ слева */
      font-size: 3em;
      line-height: 0.1em;
      margin-right: 0.2em;
      vertical-align: -.4em; }
    .mainnews-content-single blockquote:after {
      color: #bbb;
      content: "\201D";
      /* Непечатаемый символ справа */
      font-size: 3em;
      line-height: 0.1em;
      vertical-align: -.45em; }
    .mainnews-content-single blockquote > p:first-child {
      display: inline; }
  .mainnews-content-single .dpsp-content-wrapper a {
    padding: 0 10px 0 26px !important;
    height: 33px !important;
    line-height: 31px !important; }
  .mainnews-content-single .dpsp-content-wrapper .dpsp-networks-btns-wrapper .dpsp-network-btn:before {
    width: 32px !important; }
  .mainnews-content-single .dpsp-content-wrapper .dpsp-network-btn:before {
    top: -5px !important; }

.mainnews-content-title__single {
  font-size: 20px;
  line-height: 1.3; }

.mainnews-content-readmore {
  float: left;
  width: 100%; }
  .mainnews-content-readmore a {
    position: relative;
    color: #1952ab;
    font-size: 12px;
    line-height: 16px;
    float: left;
    text-decoration: none; }
    .mainnews-content-readmore a:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      height: 1px;
      background: #1952ab;
      width: 0;
      margin: auto;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .mainnews-content-readmore a:hover:after {
      width: 100%;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .mainnews-content-readmore i {
    font-style: normal;
    position: relative;
    top: 1px; }

.listnews {
  display: block;
  overflow: hidden;
  border-top: 2px solid #f2f2f2;
  margin-bottom: 15px; }

.listnews-head {
  font-family: 'proxima_novaregular';
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  padding: 8px 15px;
  background: #f2f2f2; }

.listnews-item {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 29px;
  margin-left: 6px;
  padding-top: 14px;
  box-sizing: border-box; }
  .listnews-item:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 14px;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #f2f2f2;
    background: #FFFFFF; }
  .listnews-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 38px;
    bottom: 0;
    width: 2px;
    background: #f2f2f2; }
  .listnews-item:hover:before {
    background: #1952ab; }
  .listnews-item a {
    text-decoration: none;
    float: left;
    width: 100%; }
    .listnews-item a:hover .listnews-title {
      color: #1952ab;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
    .listnews-item a:hover .listnews-title-date b, .listnews-item a:hover .listnews-title-date p {
      color: #1952ab;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }

.listnews-title-date {
  font-family: 'proxima_novaregular';
  float: left;
  width: 100%;
  font-size: 10px;
  line-height: 18px;
  color: #6d6d6d; }

.listnews-title {
  float: left;
  width: 100%;
  font-family: 'proxima_novasemibold';
  font-size: 13px;
  line-height: 16px;
  color: #222222;
  text-align: left; }

.footer {
  float: left;
  width: 100%;
  background: #222222;
  padding: 30px 0; }

.footer-wrapper {
  max-width: 1140px;
  padding: 0 15px;
  display: block;
  margin: auto; }

.footer-logo {
  float: left;
  width: 25%; }
  .footer-logo img {
    width: 127px;
    display: block;
    margin: auto;
    margin-bottom: 10px; }
  .footer-logo h1 {
    font-family: 'lorabold';
    color: #e2e2e2;
    float: left;
    font-size: 23px;
    line-height: 30px;
    margin: 8px 0 0 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center; }
    .footer-logo h1 b {
      font-size: 28px; }
  .footer-logo a:hover h1 {
    color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.footer-menu {
  float: left;
  width: 22%;
  margin-left: 3%; }

.footer-menu-title {
  font-family: 'proxima_novaregular';
  float: left;
  width: 100%;
  color: #e2e2e2;
  font-size: 16px;
  margin: 0 0 10px 0; }

.footer-menu-title-top25 {
  margin-top: 25px; }

.footer-menu-text {
  font-family: 'proxima_novaregular';
  float: left;
  width: 100%;
  color: #e2e2e2;
  font-size: 12px;
  line-height: 16px; }
  .footer-menu-text ul {
    float: left;
    width: 100%; }
    .footer-menu-text ul li {
      float: left;
      width: 100%;
      margin-bottom: 4px;
      font-size: 14px; }
      .footer-menu-text ul li a {
        color: #e2e2e2;
        text-decoration: none; }
        .footer-menu-text ul li a:hover {
          color: #ffffff;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
      .footer-menu-text ul li ul {
        margin: 6px 0 0 15px; }
        .footer-menu-text ul li ul li {
          font-size: 12px; }

.footer-social {
  float: left;
  margin: 26px 0 20px 0; }
  .footer-social a {
    padding: 0;
    line-height: 0;
    float: left;
    margin-right: 15px; }

.navigation {
  font-family: 'proxima_novaregular';
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: center; }
  .navigation .pagination-left {
    padding: 15px 0 30px 0; }

.pagination-left {
  display: inline-block;
  margin-right: 10px; }

.pagination-right {
  display: inline-block; }
  .pagination-right .page-numbers {
    width: 23px;
    height: 23px;
    margin: 0 2px;
    display: inline-block;
    background: #f2f2f2;
    line-height: 22px;
    text-decoration: none !important; }
    .pagination-right .page-numbers.current {
      background: #1952ab;
      color: #ffffff; }

.popular {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin: 15px 0 15px 0;
  background: #1952ab; }

.popular-wrap {
  max-width: 1140px;
  padding: 0 15px;
  display: block;
  margin: auto; }

.popular-title {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'proxima_novasemibold';
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  color: #ffffff;
  text-transform: uppercase; }

.popular_item {
  width: 23.5%;
  float: left; }
  .popular_item + .popular_item {
    margin-left: 2%; }

.popular_item-img {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .popular_item-img img {
    float: left;
    width: 100%; }

.popular_item-title {
  float: left;
  width: 100%;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 10px 0; }
  .popular_item-title a {
    color: #ffffff;
    text-decoration: none; }
    .popular_item-title a:hover {
      border-bottom: 1px solid #FFFFFF; }

.popular_item-date {
  font-family: 'proxima_novaregular';
  float: left;
  font-size: 10px;
  line-height: 18px;
  color: #FFFFFF;
  margin: 0 0 5px 0; }

.contacts {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.contacts-text {
  float: left;
  width: 40%; }

.contacts-map {
  float: left;
  width: 60%; }

.contact_form {
  float: left;
  width: 100%;
  margin-bottom: 70px; }
  .contact_form form {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: auto; }
    .contact_form form label {
      font-family: 'proxima_novaregular';
      float: left;
      width: 100%;
      margin-bottom: 15px; }
    .contact_form form input, .contact_form form textarea {
      font-family: 'proxima_novaregular';
      width: 100%;
      border: 1px solid #cccccc;
      padding: 10px 15px;
      box-sizing: border-box; }
      .contact_form form input.error, .contact_form form textarea.error {
        border: 1px solid #ff4452; }
    .contact_form form textarea {
      min-height: 131px; }

.contact_forms_boxleft {
  width: 40%;
  float: left; }

.contact_forms_boxright {
  float: right;
  width: 55%; }

.contact_forms_button {
  float: left;
  width: 100%;
  text-align: center; }
  .contact_forms_button .mainevent-button {
    float: none;
    width: 220px;
    display: block;
    margin: auto; }

.contact_form-title {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 25px; }
  .contact_form-title:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #f2f2f2; }
  .contact_form-title p {
    position: relative;
    z-index: 1;
    font-family: 'proxima_novaregular';
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    padding: 8px 15px;
    background: #f2f2f2; }

.offices {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.offices-title {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 25px; }
  .offices-title:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #f2f2f2; }
  .offices-title p {
    position: relative;
    z-index: 1;
    font-family: 'proxima_novaregular';
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    padding: 8px 15px;
    background: #f2f2f2; }

.offices__content {
  float: left;
  width: 100%; }

.offices__content-side {
  width: 48%;
  float: left; }
  .offices__content-side:nth-child(2n) {
    margin-left: 4%; }

.offices__content-item {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.offices__content-title {
  position: relative;
  box-sizing: border-box;
  font-family: 'proxima_novaregular';
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  padding: 8px 15px;
  padding-right: 25px;
  background: #f2f2f2;
  cursor: pointer; }
  .offices__content-title.active:after {
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .offices__content-title:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 10px;
    width: 17px;
    height: 9px;
    display: block;
    background: url("../images/arrow-bottom.png");
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.offices__content-text {
  float: left;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 12px !important;
  display: none; }
  .offices__content-text .mainnews-content-single {
    font-size: 12px !important; }

.palati-menu {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 13px;
  padding-bottom: 0px; }
  .palati-menu li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 10px;
    z-index: 1;
    /*&.menu-item-has-children:hover{
      color: #ffffff;
      transition: none;
      a{
        color: #ffffff;
        transition: none;
        &:after{
          content: '';
          position: absolute;
          left: -10px;
          bottom: -5px;
          right: -16px;
          height: 1px;
          background: #ffffff40;
          z-index: 1;
          width: 100%;
          min-width: 144px;
          transition: none;
        }
      }
      ul{
        display: block;
        position: absolute;
        top: -8px;
        left: -10px;
        width: 100%;
        right: 0;
        min-width: 124px;
        padding: 40px 10px 10px 10px;
        background: $blue;
        text-align: left;
        li{
          float: left;
          width: 100%;
          text-align: left;
          margin-left: 0;
          margin-bottom: 2px;
          + li{
            margin-top: 4px;
          }
          a{
            color: #FFFFFF;
            text-decoration: none;
            &:after{
              content: none;
            }
          }
        }
      }
    }*/ }
    .palati-menu li a {
      position: relative;
      z-index: 1;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 17px; }
      .palati-menu li a:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        height: 2px;
        background: #1952ab;
        width: 0;
        margin: auto;
        transition: .2s; }
      .palati-menu li a:hover:after {
        width: 100%;
        transition: .2s; }
    .palati-menu li.current-menu-item a:after {
      width: 100%;
      transition: .2s; }
    .palati-menu li ul {
      display: none !important;
      /*!!!!!!*/ }

.maska {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000; }

.popup-close {
  width: 53px;
  height: 53px;
  position: absolute;
  display: block;
  top: 43px;
  right: 0;
  z-index: 9999999;
  cursor: pointer;
  background: url("../images/close.png"); }

.popup {
  display: none; }

.popup-menu {
  position: fixed;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 320px;
  margin-left: -160px;
  z-index: 1001; }

.popup-menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: table;
  padding: 0 15px;
  box-sizing: border-box; }
  .popup-menu-wrap ul {
    display: table-cell;
    vertical-align: middle; }
    .popup-menu-wrap ul li {
      float: left;
      width: 100%; }
      .popup-menu-wrap ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 21px;
        color: #ffffff;
        margin-bottom: 26px;
        line-height: 25px; }

.popup-tnh {
  width: 400px;
  height: 110px;
  background: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin: -55px 0 0 -200px; }
  .popup-tnh .popup-close {
    top: -57px;
    right: -58px; }

.popup-title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 31px;
  margin: 20px 0; }

.listnews-hidden {
  display: none; }

.pay {
  float: left;
  width: 100%;
  padding: 55px 0 65px 0; }

.pay-wrapper {
  max-width: 1140px;
  padding: 0 15px;
  display: block;
  margin: auto; }

.pay-box {
  float: left;
  width: 100%; }

.pay-box-img {
  float: right;
  width: 100%;
  max-width: 566px; }

.pay-button {
  float: left;
  width: 100%;
  text-align: center; }
  .pay-button a {
    font-family: 'proxima_novasemibold';
    font-size: 12px;
    line-height: 13px;
    color: #ffffff;
    padding: 11px 35px;
    background: #1952ab;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid transparent;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .pay-button a:hover {
      border: 2px solid #1952ab;
      background: transparent;
      color: #1952ab; }

.pay-title {
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: #1952ab;
  margin: 0 0 25px 0; }

.pay-text {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #1952ab;
  margin-bottom: 20px; }

.doc {
  float: left;
  width: 100%;
  color: #1952ab;
  text-decoration: none;
  border: none;
  margin-bottom: 8px;
  padding-bottom: 11px;
  border-bottom: 1px solid #f2f2f2 !important; }
  .doc:before {
    content: '';
    float: left;
    width: 35px;
    height: 34px;
    background: url(../images/doc.svg);
    background-repeat: no-repeat; }
  .doc a {
    float: left;
    color: #222222;
    text-decoration: none;
    border: none;
    cursor: pointer !important; }
    .doc a:hover {
      color: #1952ab; }
  .doc .doc-name {
    display: block;
    overflow: hidden;
    color: #040404;
    text-decoration: none;
    font-size: 17px;
    line-height: 24px;
    padding: 5px 0 0 11px; }

.search_p {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }
  .search_p .popup-close {
    top: 30px;
    right: 30px; }

.search_p-p {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: table; }

.search_p-wrap {
  display: table-cell;
  vertical-align: middle; }

.search_p-form {
  position: relative;
  max-width: 1140px;
  padding: 0 15px;
  display: block;
  margin: auto; }
  .search_p-form .ico-search {
    position: absolute;
    top: 61px;
    right: 31px;
    z-index: 1; }

.search_p-title {
  font-family: 'proxima_novasemibold';
  float: left;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px; }

.search_p-input {
  font-family: 'proxima_novasemibold';
  float: left;
  width: 100%;
  padding: 13px 53px 13px 10px;
  box-sizing: border-box;
  background: white;
  border: none;
  font-size: 18px; }

.pageviews-wrapper {
  display: none; }

.payment {
  float: left;
  width: 100%;
  margin-bottom: 50px; }
  .payment form {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: auto; }
    .payment form label {
      font-family: 'proxima_novaregular';
      float: left;
      width: 100%;
      margin-bottom: 15px; }
    .payment form input, .payment form textarea {
      font-family: 'proxima_novaregular';
      width: 100%;
      border: 1px solid #cccccc;
      padding: 10px 15px;
      box-sizing: border-box; }
      .payment form input.error, .payment form textarea.error {
        border: 1px solid #ff4452; }
    .payment form textarea {
      min-height: 131px; }

.payment-subtitle {
  font-family: 'proxima_novasemibold';
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  text-align: left;
  margin-bottom: 25px; }

.payment-box {
  float: left;
  width: 45%; }
  .payment-box:nth-child(2) {
    float: right; }

.payment-gray {
  float: left;
  width: 100%;
  background: #f2f2f2;
  font-size: 15px;
  line-height: 23px;
  padding: 10px 15px;
  margin-bottom: 15px; }

.payment-i {
  float: left;
  font-size: 14px;
  line-height: 22px;
  font-style: italic; }

.user-img {
  width: 130px;
  height: 130px;
  display: block;
  margin: auto;
  margin-bottom: 15px; }
  .user-img img {
    border-radius: 50%;
    display: block;
    width: 130px;
    height: 130px; }

.user-title {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'proxima_novasemibold';
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #222222; }

.user-desc {
  float: left;
  width: 100%;
  text-align: center;
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px 0; }

.mainnews-item-author {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2; }

.author_post {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 25px;
  width: 22.4999%;
  box-shadow: 0px 3px 29px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 3%;
  margin-right: 3%; }
  .author_post:nth-child(4n+1) {
    margin-right: 0; }

.author_post-name {
  float: left;
  width: 100%;
  text-align: center;
  font-family: 'proxima_novasemibold';
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  color: #222222; }

.author_post-date {
  float: left;
  width: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #222222; }

.blog {
  float: left;
  width: 100%;
  margin-bottom: 25px; }

.blog-main {
  width: 66%;
  float: left;
  min-height: 300px; }
  .blog-main .author_post {
    width: 100% !important;
    min-height: 300px; }
  .blog-main .blog-main-img {
    float: left;
    width: 200px;
    margin: 0 20px 0 0; }
  .blog-main .blog-main-content {
    display: block;
    overflow: hidden; }
  .blog-main .user-title {
    font-size: 32px;
    text-align: left;
    line-height: 39px; }
    .blog-main .user-title a {
      text-decoration: none; }
  .blog-main .author_post-name {
    font-size: 23px;
    line-height: 30px; }
  .blog-main .user-img {
    width: 150px;
    height: 150px; }
    .blog-main .user-img img {
      width: 150px;
      height: 150px; }

.blog-nav-wrap {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 1; }
  .blog-nav-wrap p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    color: #1952ab; }

.reg-button {
  font-family: 'proxima_novasemibold';
  font-size: 16px;
  line-height: 16px;
  padding: 11px 35px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #1952ab;
  background: transparent;
  color: #1952ab !important;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .reg-button:hover {
    color: #ffffff !important;
    border: 2px solid transparent;
    background: #1952ab; }

.blog-nav {
  position: relative;
  width: 30%;
  float: right;
  min-height: 300px;
  display: table;
  padding: 33px 0;
  box-sizing: border-box; }

.blog-nav-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/typing.jpg");
  background-size: cover;
  background-position: center;
  opacity: .3; }

@media screen and (max-width: 1024px) {
  .header-menu ul li {
    margin-left: 10px; }

  .footer-logo {
    width: 100%;
    margin-bottom: 50px; }

  .footer-menu {
    width: 30%;
    margin-left: 0; }
    .footer-menu + .footer-menu {
      margin-left: 5%; } }
@media screen and (max-width: 980px) {
  .header-trigger {
    display: block; }

  .header-menu {
    display: none; }

  .mainnews-item-4 {
    float: left;
    width: 100%;
    margin-left: 0; }
    .mainnews-item-4 + .mainnews-item-4 {
      margin-left: 0; }
    .mainnews-item-4:nth-child(2n+1) {
      margin-left: 0; }

  .author_post {
    width: 31%;
    margin-right: 3%; }
    .author_post:nth-child(4n+1) {
      margin-right: 3%; }
    .author_post:nth-child(3n+1) {
      margin-right: 0; } }
@media screen and (max-width: 880px) {
  .mainslider {
    width: 60%; }

  .maincontent-news {
    width: 60%; }

  .mainnews-img {
    width: 260px; }

  .popular_item {
    width: 47%;
    vertical-align: top;
    float: none;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: -4px; }
    .popular_item + .popular_item {
      margin-left: 4%; }
    .popular_item:nth-child(2n) {
      margin-left: 0; } }
@media screen and (max-width: 800px) {
  .mainslider {
    width: 100%;
    height: 300px; }

  .mainslider-img {
    height: 300px; }

  .mainevent {
    float: left;
    width: 100%;
    margin: 15px 0 15px 0; }

  .listnews-hidden {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px; }

  .listnews-visible {
    display: none; }

  .listnews {
    float: left;
    width: 100%;
    margin-bottom: 30px; }

  .listnews-item {
    padding-top: 19px; }

  .listnews-title {
    font-size: 14px; }

  .eventbox-item {
    max-height: inherit; }

  .eventbox-item-title {
    font-size: 14px; }

  .maincontent-news {
    width: 100%; }

  .footer-logo {
    margin-bottom: 35px; }

  .footer-menu {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px; }
    .footer-menu + .footer-menu {
      margin-left: 0; }

  .maincontent-sub {
    margin-top: 0 !important; }

  .header-main {
    position: relative !important; }

  .hotsection, .maincontent-top {
    margin-top: 15px !important; } }
@media screen and (max-width: 660px) {
  .contacts-text {
    width: 100%; }

  .contacts-map {
    width: 100%; }
    .contacts-map iframe {
      height: 300px !important; }

  .pay-box {
    float: left;
    width: 100%; }

  .pay-title {
    margin-bottom: 15px; }

  .pay-box-img {
    float: left;
    width: 100%;
    margin: 25px 0 0 0; }

  .mainnews-content-single img {
    height: inherit !important;
    width: initial !important; }

  .payment {
    margin-bottom: 0; }

  .payment-box {
    float: left;
    width: 100%;
    margin-bottom: 50px; }

  .author_post {
    width: 48%;
    margin-right: 3%; }
    .author_post:nth-child(4n+1) {
      margin-right: 3%; }
    .author_post:nth-child(3n+1) {
      margin-right: 3%; }
    .author_post:nth-child(2n+1) {
      margin-right: 0; }

  .blog-main {
    width: 100%;
    float: left;
    min-height: auto; }
    .blog-main .author_post {
      width: 100%;
      float: left;
      min-height: auto; }

  .blog-nav {
    float: left;
    width: 100%;
    min-height: auto; } }
@media screen and (max-width: 480px) {
  .header-logo {
    width: auto; }
    .header-logo img {
      width: 59px;
      margin: 0 10px 0 0; }
    .header-logo h1 {
      font-size: 15px;
      line-height: 21px; }
      .header-logo h1 b {
        font-size: 19px; }

  .header-trigger {
    margin-left: 18px; }

  .header-search {
    margin-left: 17px; }

  .header-social {
    margin-left: 0; }

  .mainnews-item {
    margin-bottom: 30px; }

  .mainnews-img {
    width: 100%;
    float: left;
    margin-bottom: 15px; }

  .mainnews-content {
    float: left;
    width: 100%; }

  .offices__content-side {
    width: 100%; }
    .offices__content-side:nth-child(2n) {
      margin-left: 0; }

  .contact_forms_boxleft {
    width: 100%; }

  .contact_forms_boxright {
    width: 100%; }

  .popular_item {
    width: 100%;
    vertical-align: top;
    float: left;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 0; }
    .popular_item + .popular_item {
      margin-left: 0; }
    .popular_item:nth-child(2n) {
      margin-left: 0; }

  .popular_item-img img {
    margin-bottom: 0; }

  .mainnews-item-4 .mainnews-img {
    max-width: 100%; } }
@media screen and (max-width: 420px) {
  .header-social {
    display: none; } }
@media screen and (max-width: 360px) {
  .header-logo img {
    width: 51px;
    margin: 5px 8px 0 0; }

  .header-logo h1 {
    font-size: 15px;
    line-height: 21px; }
    .header-logo h1 .header-logo h1 b {
      font-size: 18px; }

  .header-trigger {
    margin-left: 15px; }

  .header-search {
    margin-left: 0; } }
.fc-day-grid-event {
  background: #1952ab !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 0 !important; }

.ui-tooltip-content {
  font-size: 11px;
  line-height: 15px; }
  .ui-tooltip-content strong {
    font-family: 'proxima_novasemibold'; }
  .ui-tooltip-content p {
    float: left;
    width: 100%;
    margin-bottom: 5px; }

.toltip-title {
  font-family: 'proxima_novasemibold';
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 15px;
  float: left;
  width: 100%;
  text-align: left; }

.fc-time {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  padding-right: 3px;
  padding-left: 2px; }

.event-list {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 15px; }

.event-calendar {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.event_nav {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: right; }
  .event_nav .ico {
    float: right;
    margin-left: 5px; }

.fc-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.fc-event {
  float: left;
  width: 100%;
  box-sizing: border-box !important;
  margin: 0 0 1px 0 !important;
  padding: 1px 1px !important; }

.fc-content {
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ico-search {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/search.svg");
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer; }

.ico-facebook {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../images/facebook-icon.svg");
  background-size: contain;
  background-position: center; }
  .ico-facebook:hover {
    background-image: url("../images/ico-facebook-blue.svg"); }

.ico-facebook-white {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../images/facebook-white-ico.svg");
  background-size: contain;
  background-position: center; }

.ico-twitter {
  width: 15px;
  height: 16px;
  display: inline-block;
  background-image: url("../images/twitter-icon.svg");
  background-size: contain;
  background-position: center; }
  .ico-twitter:hover {
    background-image: url("../images/ico-twitter-blue.svg"); }

.ico-twitter-white {
  width: 15px;
  height: 16px;
  display: inline-block;
  background-image: url("../images/twitter-white-ico.svg");
  background-size: contain;
  background-position: center; }

.ico-youtube {
  width: 15px;
  height: 16px;
  display: inline-block;
  background: url("../images/youtube-icon.svg");
  background-size: contain;
  background-position: center; }
  .ico-youtube:hover {
    background-image: url("../images/youtube-ico-blue.svg"); }

.ico-telegram {
  width: 15px;
  height: 16px;
  display: inline-block;
  background: url("../images/telegram.svg");
  background-size: contain;
  background-position: center; }
  .ico-telegram:hover {
    background-image: url("../images/telegram-blue.svg"); }

.ico-telegram-white {
  width: 15px;
  height: 16px;
  display: inline-block;
  background: url("../images/telegram-white.svg");
  background-size: contain;
  background-position: center; }

.ico-instagram {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/instagram.svg");
  background-size: contain;
  background-position: center; }
  .ico-instagram:hover {
    background-image: url("../images/instagram-blue.svg"); }

.ico-instagram-white {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/instagram-white.svg");
  background-size: contain;
  background-position: center; }





.ico-youtube-white {
  width: 15px;
  height: 16px;
  display: inline-block;
  background: url("../images/youtube-white-ico.svg");
  background-size: contain;
  background-position: center; }

.ico-calendar {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../images/calendar-ico.svg");
  background-size: contain;
  background-position: center;
  opacity: .4;
  cursor: pointer; }
  .ico-calendar:hover {
    opacity: 1; }
  .ico-calendar.active {
    opacity: 1; }

.ico-list {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../images/list-ico.svg");
  background-size: contain;
  background-position: center;
  opacity: .4;
  cursor: pointer; }
  .ico-list:hover {
    opacity: 1; }
  .ico-list.active {
    opacity: 1; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -31px;
  width: 63px;
  height: 62px;
  background: url(../images/chevron-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  text-indent: -9999px; }

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -31px;
  width: 63px;
  height: 62px;
  background: url(../images/chevron-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  text-indent: -9999px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*# sourceMappingURL=style.css.map */
