/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html.admin,
.admin body {
  width: 100%;
  height: auto; }

.admin-area {
  width: 100%;
  height: auto;
  padding: 20px; }
  .admin-area .products {
    overflow-y: visible; }
    .admin-area .products .product {
      display: inline-block;
      width: 150px;
      height: 150px;
      margin: 20px;
      padding: 10px;
      overflow: hidden;
      text-align: center;
      border: none; }
      .admin-area .products .product img {
        max-width: 100px;
        height: 100px; }
      .admin-area .products .product.active {
        background-color: #337ab7;
        color: white; }
      .admin-area .products .product.gray {
        background-color: #efefef; }
  .admin-area .front-links {
    width: 100%;
    text-align: center;
    margin-top: 20vh; }
    .admin-area .front-links .link {
      position: relative;
      display: inline-block;
      width: 30%;
      padding-top: 30%;
      margin: 20px 10px;
      background-color: #337ab7;
      display: inline-block;
      text-transform: uppercase;
      vertical-align: middle;
      color: white;
      border-radius: 15px;
      transition: background-color 0.2s linear;
      min-width: 200px;
      min-height: 200px; }
      .admin-area .front-links .link:hover {
        background-color: #4f93ce; }
      .admin-area .front-links .link div {
        width: 100%;
        height: 50%;
        position: absolute;
        top: 48%;
        vertical-align: middle; }
  .admin-area .categories {
    background: none;
    text-align: left;
    height: auto; }
  .admin-area .footer {
    margin-top: 10px;
    border-top: 1px solid black;
    padding: 5px; }
    .admin-area .footer a {
      margin-left: 10px; }
  .admin-area .videos .video {
    width: 220px;
    display: inline-block;
    margin: 10px; }
    .admin-area .videos .video a {
      text-align: center;
      line-height: 2em;
      display: inline-block;
      width: 100%;
      border: 1px solid #337ab7; }
      .admin-area .videos .video a.active {
        color: white;
        background-color: #337ab7; }
  .admin-area .videos .file {
    text-align: center; }
  .admin-area .planner {
    position: relative; }
  .admin-area .marker {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 5px;
    left: 50%;
    top: 100%; }
  .admin-area .marker2 {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.3);
    border-radius: 5px;
    left: 50%;
    top: 100%; }
  .admin-area .marker-form {
    margin-top: 10px;
    padding: 3px 1px 3px 1px;
    border: 1px solid black;
    border-radius: 5px; }
    .admin-area .marker-form .form-group {
      margin-bottom: 5px; }
  .admin-area .marker-list-col {
    height: 100%;
    overflow: scroll; }
  .admin-area .marker-wrap {
    padding: 3px 5px; }
    .admin-area .marker-wrap form {
      display: none; }
    .admin-area .marker-wrap .title-edit {
      display: inline-block;
      margin-right: 5px; }
    .admin-area .marker-wrap .title {
      display: inline-block; }
    .admin-area .marker-wrap .title-wrap {
      display: block;
      cursor: pointer; }
    .admin-area .marker-wrap.edit form {
      display: block; }
    .admin-area .marker-wrap.edit .title-wrap {
      display: none; }
    .admin-area .marker-wrap.hover {
      background-color: #EDEDED; }
  .admin-area .linklike {
    text-decoration: underline;
    color: #8787ff;
    cursor: pointer; }
  .admin-area .products-form {
    display: inline-block;
    margin-left: 10px; }

.bar {
  padding: 10px 20px;
  color: white;
  background-color: #337ab7; }
  .bar a {
    color: white; }

* {
  font-family: Arial; }

html, body {
  width: 100%;
  height: 1920px; }

.c {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-image: url(../bundles/softreactonninen/images/main_back3.png);
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover; }

.head {
  height: 19%;
  position: relative; }

#player-c {
  position: absolute;
  left: 0;
  top: 1196px;
  height: 644px;
  width: 100%;
  background-color: black; }
  #player-c .opt {
    width: 60%;
    text-align: right;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: white;
    font-size: 18px; }
    #player-c .opt .minus {
      padding: 0px 10px;
      font-weight: bold;
      cursor: pointer; }
    #player-c .opt .plus {
      padding: 0px 10px;
      font-weight: bold;
      cursor: pointer; }
  #player-c .closer {
    height: 34px;
    display: inline-block;
    width: 40%;
    text-align: right;
    padding: 0 15px;
    line-height: 34px;
    color: white;
    cursor: pointer;
    font-size: 18px; }
  #player-c #player {
    width: 100%;
    height: 600px; }
    #player-c #player.pdf {
      overflow-y: scroll;
      text-align: center; }
      #player-c #player.pdf canvas {
        margin-top: 5px; }
    #player-c #player .fcontainer {
      width: 100%;
      height: 100%;
      text-align: center;
      overflow: scroll;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }

.products {
  height: 40%;
  background-color: white;
  overflow-y: hidden; }
  .products .wide {
    white-space: nowrap;
    height: 100%; }
  .products .product {
    position: relative;
    width: 48.2vw;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid black;
    border-collapse: collapse; }
    .products .product .text {
      height: 250px;
      border-bottom: 1px solid black;
      border-collapse: collapse; }
      .products .product .text pre {
        font-family: Arial;
        font-size: 30px;
        line-height: 1.2em;
        border: none;
        background: none;
        padding-left: 20px;
        white-space: normal; }
      .products .product .text .title {
        padding: 10px 0 0 20px;
        font-size: 33px;
        font-weight: 700;
        overflow: hidden; }
    .products .product .image {
      width: 100%;
      height: calc(100% - 250px);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 80%; }
      .products .product .image .price {
        position: absolute;
        bottom: 0px;
        left: 10px;
        width: 250px;
        height: 210px;
        background-size: contain;
        background-image: url(../bundles/softreactonninen/images/badge3.png);
        background-repeat: no-repeat;
        font-size: 29px;
        font-weight: 700;
        font-style: italic;
        text-align: center;
        padding-top: 44px;
        color: #fff; }
        .products .product .image .price .big {
          margin-top: 5px;
          font-size: 46px;
          line-height: 55px; }
        .products .product .image .price .unit {
          width: 80%; }
    .products .product .new {
      float: right;
      height: 150px; }
    .products .product .brand {
      float: left;
      height: 10%;
      top: 50px;
      position: relative;
      left: 50px; }

.categories::-webkit-scrollbar {
  width: 0 !important; }

.categories {
  height: 33%;
  background-image: url(../bundles/softreactonninen/images/cat_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  overflow-y: scroll; }
  .categories .box {
    position: relative;
    cursor: pointer;
    margin: 20px;
    border-radius: 20px;
    background-color: #00447d;
    box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.4);
    width: 266px;
    height: 253px;
    display: inline-block;
    overflow: hidden; }
    .categories .box .home {
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      margin: 20px;
      border-radius: 10px;
      border: 1px solid white;
      background-size: 150px 150px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../bundles/softreactonninen/images/home.png); }
    .categories .box .imgfile {
      width: 100%;
      background-size: contain;
      height: 78%;
      margin-top: 7%;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .categories .box.vid img {
      width: 100%;
      padding-top: 15px;
      vertical-align: middle; }
    .categories .box.vid .title-c {
      display: table;
      height: 40px;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      color: white; }
    .categories .box.vid .title {
      vertical-align: middle;
      display: table-cell;
      text-align: center;
      padding: 1px 8px; }
    .categories .box .text {
      color: #FFF;
      font-size: 25px;
      line-height: 70px; }
    .categories .box .bottom {
      width: 100%;
      text-align: left;
      position: absolute;
      bottom: 5px; }
      .categories .box .bottom img {
        display: none;
        margin: 5px 20px; }
      .categories .box .bottom .look {
        display: inline-block;
        text-align: right;
        width: 50%;
        vertical-align: bottom;
        background-color: white;
        border-radius: 20px;
        width: auto;
        margin-left: 30%;
        padding: 4px 32px 3px 32px;
        color: #00447d;
        font-weight: 700;
        font-size: 12px; }

.blue-bg {
  background: #00447d; }

.finder {
  background-color: #00447d;
  padding: 20px;
  height: 100%;
  text-align: left; }
  .finder .left {
    display: inline-block;
    width: 75%;
    height: calc(100% - 40px);
    vertical-align: top; }
    .finder .left .uplan {
      position: relative;
      display: inline-block; }
    .finder .left img {
      width: 100%; }
  .finder .right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-left: 2%;
    height: calc(100% - 40px); }
  .finder .arrow {
    height: 35px;
    cursor: pointer;
    background-image: url(../bundles/softreactonninen/images/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center; }
    .finder .arrow.a-down {
      background-image: url(../bundles/softreactonninen/images/arrow_down.png); }
  .finder .ms {
    font-size: 20px;
    color: white;
    border: 1px solid white;
    height: calc(100% - 30px);
    overflow: hidden; }
    .finder .ms div {
      cursor: pointer;
      padding: 6px 10px;
      border-top: 1px solid white;
      white-space: normal;
      word-wrap: break-word;
      text-shadow: black 0px 5px 6px; }
    .finder .ms div:first-child {
      border: none; }
    .finder .ms div.active {
      background-color: #F25B04; }
  .finder .marker {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: rgba(255, 0, 0, 0.4);
    border-radius: 5px;
    border: 1px solid red;
    left: 50%;
    top: 100%; }

.headc {
  position: absolute;
  bottom: 20px; }
  .headc h3 {
    color: #00447d;
    font-size: 33.33px;
    font-weight: 800; }
  .headc .note {
    color: #000000;
    font-size: 20.83px; }

.timec {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right; }
  .timec .date {
    font-size: 33px;
    color: white; }
  .timec .day {
    font-size: 33px;
    color: white; }
  .timec .time {
    font-size: 66px;
    color: white; }
  .timec .colonc {
    width: 22px;
    display: inline-block; }

.centerbar {
  background-color: #38b749;
  color: white;
  font-size: 25px;
  line-height: 55px;
  height: 63px;
  position: relative; }
  .centerbar .wrapper {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0px;
    white-space: nowrap;
    overflow: hidden; }
  .centerbar .scroll {
    display: inline-block; }
    .centerbar .scroll.spacer {
      width: 40px; }

.footnote {
  color: #ffffff;
  font-size: 25px;
  line-height: 55px;
  height: 63px;
  margin-top: 15px;
  position: relative; }
  .footnote .left {
    display: inline-block;
    width: 70%;
    position: absolute;
    top: 0px;
    white-space: nowrap;
    overflow: hidden; }
  .footnote .right {
    display: inline-block;
    width: 25%;
    position: absolute;
    top: 5px;
    right: 0px;
    height: 100%; }
    .footnote .right .home2 {
      height: 100%;
      text-align: right; }
      .footnote .right .home2 img {
        height: 100%;
        margin-top: -5px; }
  .footnote .scroll {
    display: inline-block; }
    .footnote .scroll.spacer, .footnote .scroll .spacer {
      display: inline-block;
      width: 40px; }

@keyframes scroll {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(calc(-100% - 55px)); } }
@keyframes blink {
  0% {
    top: 6px;
    left: 6px;
    width: 3px;
    height: 3px;
    border: 1px solid white; }
  5% {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px; }
  10% {
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px; }
  15% {
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 2px solid white; }
  20% {
    top: 7px;
    left: 7px;
    width: 0px;
    height: 0px; }
  25% {
    border: none; }
  100% {
    border: none; } }
.weather {
  text-align: left; }
  .weather .icon {
    display: inline-block; }
  .weather .temp {
    display: inline-block;
    font-size: 33px;
    color: white;
    font-weight: bolder;
    line-height: 104px;
    vertical-align: bottom;
    padding-left: 10px; }
