@font-face {
  font-family: "Ss";
  src: url("../fonts/ss/ss.eot");
  src: url("../fonts/ss/ss.eot#iefix") format("embedded-opentype"), url("../fonts/ss/ss.woff") format("woff"), url("../fonts/ss/ss.ttf") format("truetype"), url("../fonts/ss/ss.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ss_i-"]:before, [class*=" s_i--"]:before,
[class^="ss_i-"]:after, [class*=" ss_i-"]:after {
  font-family: Ss;
  font-size: 20px;
  display: block;
  text-align: center;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.ss_i-arrow487:before {
  content: "\e000"; }

.ss_i-arrowhead7:before {
  content: "\e001"; }

.ss_i-back28:before {
  content: "\e002"; }

.ss_i-back36:before {
  content: "\e003"; }

.ss_i-next15:before {
  content: "\e004"; }

.ss_i-pause41:before {
  content: "\e005"; }

.ss_i-play87:before {
  content: "\e006"; }

.ss_i-previous11:before {
  content: "\e007"; }

.ss_i-right127:before {
  content: "\e008"; }

.ss_i-right133:before {
  content: "\e009"; }

.ss_container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ss_container {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  /* Slider navigation arrows */
  /* slide progress bar */
  /* on slider wrapper hover */ }
  .ss_container .ss_slider {
    position: relative;
    overflow: hidden; }
    .ss_container .ss_slider .ss_slide_item {
      position: relative;
      visibility: hidden;
      opacity: 0;
      height: 100%;
      float: left;
      padding: 0 10px; }
      .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer {
        position: relative;
        height: 100%;
        width: 100%;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        margin: 0 auto;
        max-width: 100% !important; }
        .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner {
          position: relative;
          width: 100%;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          text-align: left;
          max-width: 100% !important; }
          .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner.fly_from_left {
            visibility: hidden; }
            .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner.fly_from_left.sci_show {
              visibility: visible;
              -webkit-animation: sci_fly_in_left 0.4s ease-out 1;
              -moz-animation: sci_fly_in_left 0.4s ease-out 1;
              -ms-animation: sci_fly_in_left 0.4s ease-out 1;
              animation: sci_fly_in_left 0.4s ease-out 1; }
          .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner.fly_from_right {
            visibility: hidden; }
            .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner.fly_from_right.sci_show {
              visibility: visible;
              -webkit-animation: sci_fly_in_right 0.4s ease-out 1;
              -moz-animation: sci_fly_in_right 0.4s ease-out 1;
              -ms-animation: sci_fly_in_right 0.4s ease-out 1;
              animation: sci_fly_in_right 0.4s ease-out 1; }
          .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner.fly_from_top {
            visibility: hidden; }
            .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner.fly_from_top.sci_show {
              visibility: visible;
              -webkit-animation: sci_fly_in_top 0.4s ease-out 1;
              -moz-animation: sci_fly_in_top 0.4s ease-out 1;
              -ms-animation: sci_fly_in_top 0.4s ease-out 1;
              animation: sci_fly_in_top 0.4s ease-out 1; }
          .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner.fly_from_bottom {
            visibility: hidden; }
            .ss_container .ss_slider .ss_slide_item .ss_slide_content_outer .ss_slide_content_inner.fly_from_bottom.sci_show {
              visibility: visible;
              -webkit-animation: sci_fly_in_bottom 0.4s ease-out 1;
              -moz-animation: sci_fly_in_bottom 0.4s ease-out 1;
              -ms-animation: sci_fly_in_bottom 0.4s ease-out 1;
              animation: sci_fly_in_bottom 0.4s ease-out 1; }
  .ss_container .ss_sa {
    font-family: Ss !important;
    position: absolute !important;
    font-size: 50px !important;
    font-style: normal !important;
    line-height: 55px !important;
    z-index: 111;
    -ms-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #fff;
    top: 50%;
    opacity: .8;
    margin-top: -25px;
    cursor: pointer;
    overflow: visible;
    padding: 2px; }
    .ss_container .ss_sa.ss_sa_left {
      left: -70px;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
      .ss_container .ss_sa.ss_sa_left.always_show {
        left: 20px; }
    .ss_container .ss_sa.ss_sa_right {
      right: -70px; }
      .ss_container .ss_sa.ss_sa_right.always_show {
        right: 20px; }
  .ss_container .ss_scrolldown {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
    height: 50px;
    width: 30px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    transform: none;
    cursor: pointer;
    opacity: .8; }
    .ss_container .ss_scrolldown .wheel {
      height: 6px;
      width: 6px;
      display: block;
      margin: 8px 0 0 10px;
      position: relative;
      -moz-border-radius: 13px;
      -webkit-border-radius: 13px;
      border-radius: 13px;
      -webkit-animation: mouse-wheel 1.2s ease infinite;
      animation: mouse-wheel 1.2s ease infinite; }
  .ss_container .slide_progres {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    opacity: .6;
    display: block; }
  .ss_container:hover .ss_sa_left {
    left: 20px;
    opacity: .8; }
  .ss_container:hover .ss_sa_right {
    right: 20px;
    opacity: .8; }
  .ss_container:hover .slide_progres.spoh_1 {
    bottom: -3px; }

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    transform: translateY(14px); } }
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    transform: translateY(14px); } }
/**
 * Animation from left
 */
@keyframes "sci_fly_in_left" {
  0% {
    opacity: 0;
    left: -25%; }
  100% {
    opacity: 1;
    left: 0; } }
@-webkit-keyframes "sci_fly_in_left" {
  0% {
    opacity: 0;
    left: -25%; }
  100% {
    opacity: 1;
    left: 0; } }
@-moz-keyframes sci_fly_in_left {
  0% {
    opacity: 0;
    left: -25%; }
  100% {
    opacity: 1;
    left: 0; } }
@-ms-keyframes "sci_fly_in_left" {
  0% {
    opacity: 0;
    left: -25%; }
  100% {
    opacity: 1;
    left: 0; } }
/**
 * Animation from right
 */
@keyframes "sci_fly_in_right" {
  0% {
    opacity: 0;
    right: -25%; }
  100% {
    opacity: 1;
    right: 0; } }
@-webkit-keyframes "sci_fly_in_right" {
  0% {
    opacity: 0;
    right: -25%; }
  100% {
    opacity: 1;
    right: 0; } }
@-moz-keyframes sci_fly_in_right {
  0% {
    opacity: 0;
    right: -25%; }
  100% {
    opacity: 1;
    right: 0; } }
@-ms-keyframes "sci_fly_in_right" {
  0% {
    opacity: 0;
    right: -25%; }
  100% {
    opacity: 1;
    right: 0; } }
/**
 * Animation from top
 */
@keyframes "sci_fly_in_top" {
  0% {
    opacity: 0;
    top: 25%; }
  100% {
    opacity: 1;
    top: 50%; } }
@-webkit-keyframes "sci_fly_in_top" {
  0% {
    opacity: 0;
    top: 25%; }
  100% {
    opacity: 1;
    top: 50%; } }
@-moz-keyframes sci_fly_in_top {
  0% {
    opacity: 0;
    top: 25%; }
  100% {
    opacity: 1;
    top: 50%; } }
@-ms-keyframes "sci_fly_in_top" {
  0% {
    opacity: 0;
    top: 25%; }
  100% {
    opacity: 1;
    top: 50%; } }
/**
 * Animation from top
 */
@keyframes "sci_fly_in_bottom" {
  0% {
    opacity: 0;
    top: 75%; }
  100% {
    opacity: 1;
    top: 50%; } }
@-webkit-keyframes "sci_fly_in_bottom" {
  0% {
    opacity: 0;
    top: 75%; }
  100% {
    opacity: 1;
    top: 50%; } }
@-moz-keyframes sci_fly_in_bottom {
  0% {
    opacity: 0;
    top: 75%; }
  100% {
    opacity: 1;
    top: 50%; } }
@-ms-keyframes "sci_fly_in_bottom" {
  0% {
    opacity: 0;
    top: 75%; }
  100% {
    opacity: 1;
    top: 50%; } }
