.container-top-navigation {
  position: relative;
  background: #ffffff;

}
.container-top-navigation > .content {
  position: static;
}
.container-top-navigation > .content > .col {
  position: static;
}
.top-nav-block ul,
.top-nav-block li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-nav-block li {
  float: left;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.top-nav-block li a {
  font: normal 16px/30px "PT Sans", PTsans, Arial, sans-serif;
  text-decoration: none;
  color: #157fc4;
  display: block;
  padding: 10px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
@media (min-width: 992px) {
  .top-nav-block li a {
    font-size: 18px;
    
  }
}
@media (min-width: 1280px) {
  .top-nav-block li a {
    font-size: 20px;
   
  }
}
.top-nav-block li a:hover {
  color: #ffffff;
  background: #45a3ba;
}
.top-nav-block li.parent > a {
  padding-right: 30px;
  position: relative;
}
.top-nav-block li.parent > a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url('/files/icons/all-icons.png') no-repeat 0 -20px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
@media (min-width: 992px) {
  .top-nav-block li.parent > a {
    padding-right: 40px;
  }
  .top-nav-block li.parent > a:after {
    right: 15px;
  }
}
@media (min-width: 1280px) {
  .top-nav-block li.parent > a {
    padding-right: 50px;
  }
  .top-nav-block li.parent > a:after {
    right: 20px;
  }
}
.top-nav-block li.parent > a:hover:after {
  background-position: 0 0;
}
.top-nav-block li:hover > a,
.top-nav-block li:focus > a,
.top-nav-block li.parent:hover,
.top-nav-block li > a:hover,
.top-nav-block li > a:focus,
.top-nav-block li.parent.active > a,
.top-nav-block li.parent.current > a,
.top-nav-block li.current a {
  color: #ffffff;
  background: #157fc4;
}
.top-nav-block li:hover > a:after,
.top-nav-block li:focus > a:after,
.top-nav-block li.parent:hover:after,
.top-nav-block li > a:hover:after,
.top-nav-block li > a:focus:after,
.top-nav-block li.parent.active > a:after,
.top-nav-block li.parent.current > a:after,
.top-nav-block li.current a:after {
  background-position: 0 0;
}
.top-nav-block li:hover .second-level,
.top-nav-block li:focus .second-level,
.top-nav-block li.active .second-level {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.top-nav-block .parent .parent a:after {
  content: none;
}
.second-level {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 200;
  background: #157fc4;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.second-level .content {
  margin: 0 auto !important;
}
.second-level ul {
  padding: 30px 20px;
}
.second-level li {
  width: 25%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.second-level li a {
  display: inline-block;
  padding: 5px 0;
  font: normal 18px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #ffffff;
}
.second-level li a:hover {
  text-decoration: underline;
  background: transparent;
}
.third-level {
  display: none;
}
.top-nav-block.hovered li,
.top-nav-block.hovered li a,
.top-nav-block.hovered li.parent > a:after,
.top-nav-block.hovered .second-level {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.cn-modal {
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.cn-modal .content {
  color: #1c1c1c;
}
.cn-modal-close,
.cn-modal-close.mfp-close {
  color: #1c1c1c;
  cursor: pointer;
  margin: 0;
  line-height: 50px;
  padding: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px;
}
.cn-modal-header {
  font-size: 28px;
  padding: 15px 40px 15px 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
  background: #ffffff;
  border-radius: 5px 5px 0 0;
}
.cn-modal-content {
  padding: 20px;
}
.cn-modal-footer {
  padding: 20px;
}
.cn-modal-error {
  margin: -20px -20px 0;
  padding: 10px 20px;
  background: #a42338;
  color: #157fc4;
}
.cn-modal-error p {
  margin: 0;
  font-weight: bold;
}
.cn-modal-error font.errortext,
.cn-modal-error font.notetext {
  color: inherit !important;
}
.cn-modal-error.noerror {
  background: #409990;
}
.cn-modal-errors {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *   Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.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;
}
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/files/icons/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 0 15px 0 0;
  border: solid 1px #fff;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 10px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #fff;
}
.hamburger {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 12px;
  top: 0;
  right: 0;
  z-index: 500;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.icon-hamburger {
  position: relative;
  margin-top: 11px;
  margin-bottom: 7px;
}
.icon-hamburger,
.icon-hamburger:before,
.icon-hamburger:after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.icon-hamburger:before,
.icon-hamburger:after {
  position: absolute;
  content: "";
}
.icon-hamburger:before {
  top: -6px;
}
.icon-hamburger:after {
  top: 6px;
}
.hamburger.active .icon-hamburger {
  background-color: transparent;
}
.hamburger.active .icon-hamburger:before,
.hamburger.active .icon-hamburger:after {
  background-color: #ffffff;
}
.hamburger.active .icon-hamburger:before {
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.hamburger.active .icon-hamburger:after {
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.mobile-nav-wrapper {
  top: 50px;
  bottom: 0;
  left: 0;
  z-index: 250;
  position: fixed;
  display: none;
  width: 100%;
  background: #157fc4;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav-wrapper.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-nav-inner {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.mobile-nav .ios-fix {
  height: 110%;
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  padding-top: 10%;
  padding-bottom: 10%;
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav ul a {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 15px 20px;
}
.mobile-nav ul a:active,
.mobile-nav ul a:hover {
  text-decoration: none;
}
.mobile-nav ul .col {
  padding: 0;
}
.mobile-nav ul li a {
  text-transform: uppercase;
}
.mobile-nav ul li.parent a:after,
.mobile-nav ul li.parent li.parent a:after {
  position: absolute;
  content: "";
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/files/icons/all-icons.png') no-repeat -80px -60px;
}
@media screen and (min-resolution: 192dpi) {
  .mobile-nav ul li.parent a:after,
  .mobile-nav ul li.parent li.parent a:after {
    background-image: url(/files/icons/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.mobile-nav ul li.parent li a:after,
.mobile-nav ul li.parent li.parent li a:after {
  content: none;
}
.mobile-nav ul li.parent li.parent a:after {
  margin: 2px 0 0 2px;
}
.mobile-nav ul li.parent li.parent.active a:after {
  background-position: -80px -80px;
}
.mobile-nav ul li li a {
  text-transform: none;
  background: transparent;
}
.mobile-nav ul li.active {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: none;
  transition: none;
}
.mobile-nav ul li.active > a {
  background: rgba(24, 24, 24, 0.3);
}
.mobile-nav ul li.active > a + .second-level,
.mobile-nav ul li.active > a + .third-level {
  display: block;
  height: auto;
  opacity: 1;
}
.mobile-nav ul li.active > a:after {
  background-position: -80px -80px;
}
.mobile-nav ul .second-level,
.mobile-nav ul .third-level {
  position: static;
  background: rgba(24, 24, 24, 0.1);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: none;
  transition: none;
}
.mobile-nav ul .second-level li,
.mobile-nav ul .third-level li {
  width: 100%;
  padding-right: 0;
}
.mobile-nav ul .third-level li a {
  padding-left: 40px;
}
.mobile-nav > ul {
  background: rgba(24, 24, 24, 0.3);
  margin: 10px 20px 20px;
  border-radius: 3px;
}
.mobile-nav > ul > li:first-child a {
  border-radius: 3px 3px 0 0;
}
.mobile-nav > ul > li:last-child a {
  border-radius: 0 0 3px 3px;
}
.no-scroll {
  word-wrap: break-word;
}
/* perfect-scrollbar v0.6.3 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(24, 24, 24, 0.3);
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 4px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(24, 24, 24, 0.3);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 4px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(24, 24, 24, 0.3);
}