/* CSS Document */

/* ---------- focus ---------- */
.flickerplate {
    position: relative;
    width: 100%;
    /* height: 230px; */
    height: 100%;
    background: #eaeaea;
    overflow: hidden;
  }
  
  .flickerplate ul.flicks {
    margin: 0;
    padding: 0;
    width: 10000%;
    height: 100%;
    list-style: none;
  }
  .flickerplate ul.flicks>li {
    float: left;
    display: table;
    width: 1%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  .flickerplate ul.flicks>li .flick-inner {
    display: table-cell;
    padding: 100px 0 20px;
    height: 100%;
    color: #fff;
    vertical-align: middle;
  }
  .flickerplate ul.flicks>li .flick-inner .flick-content {
    margin: auto;
    /* padding: 0 20px; */
    max-width: 1320px;
    text-align: center;
  }
  .flickerplate ul.flicks>li .flick-title {
    font-size: 64px;
    font-weight: bold;
  }
  .flickerplate ul.flicks>li .flick-sub-text {
    padding-top: 20px;
    font-size: 20px;
  }
  .flickerplate ul.flicks>li .flick-btn {
    padding-top: 64px;
  }
  .flickerplate ul.flicks>li .flick-btn a {
    position: relative;
    display: inline-block;
    padding: 0 80px 0 40px;
    height: 44px;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 24px;
    background: url("../img/flick-more-arrow.png") no-repeat right 40px center;
    font-family: Arial;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
  }
  .flickerplate ul.flicks>li .flick-btn a:hover {
    border: 2px solid rgba(255,255,255,1);
  }
  
  .flickerplate .arrow-navigation {
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
  }
  .flickerplate .arrow-navigation .arrow {
    position: absolute;
    top: calc(50% - 12px);
    display: block;
    width: 64px;
    height: 48px;
    transition: all 0.2s ease-in-out;
  }
  .flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
    cursor: pointer;
  }
  .flickerplate .arrow-navigation.left {
    left: 0%;
  }
  .flickerplate .arrow-navigation.left .arrow {
    left: 40px;
    background-image: url("../img/flick-arrow-left-light.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
  }
  .flickerplate .arrow-navigation.right {
    right: 0%;
  }
  .flickerplate .arrow-navigation.right .arrow {
    right: 40px;
    background-image: url("../img/flick-arrow-right-light.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
  }
  .flickerplate .arrow-navigation.left.hover .arrow {
    left: 0;
    opacity: 1;
  }
  .flickerplate .arrow-navigation.right.hover .arrow {
    right: 0;
    opacity: 1;
  }
  
  .flickerplate .dot-navigation {
    position: absolute;
    bottom: 3px;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
  .flickerplate .dot-navigation ul {
    list-style: none;
  }
  .flickerplate .dot-navigation ul li {
    display: inline-block;
  }
  .flickerplate .dot-navigation .dot {
    margin: 0px 4px;
    width: 50px;
    height: 2px;
    background: rgba(255,255,255,0.5);
    transition: all 0.2s ease-in-out;
  }
  .flickerplate .dot-navigation .dot:hover {
    background: rgba(255,255,255,1);
    cursor: pointer;
  }
  .flickerplate .dot-navigation .dot.active {
    background: #ff9326;
  }
  
  .flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
    text-align: left;
  }
  .flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
    text-align: right;
  }
  .flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
    background-image: url("../img/flick-arrow-left-dark.png");
  }
  .flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
    background-image: url("../img/flick-arrow-right-dark.png");
  }
  .flickerplate.flicker-theme-dark .dot-navigation .dot {
    background: rgba(0,0,0,0.2);
  }
  .flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
    background: rgba(0,0,0,0.6);
  }
  .flickerplate.flicker-theme-dark .dot-navigation .dot.active {
    background: #000;
  }
  .flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
    color: #fff;
  }
  .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
    color: #fff;
  }
  .flickerplate ul.flicks li.flick-theme-dark .flick-inner {
    color: #fff;
  }
  .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
    color: #fff;
  }
  .flickerplate.animate-transform-slide ul.flicks {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0%, 0px, 0px);
    transition: transform 0.6s;
  }
  .flickerplate.animate-transition-slide ul.flicks {
    position: relative;
    left: 0%;
    transition: left 0.4s ease-in-out;
  }
  .flickerplate.animate-jquery-slide ul.flicks {
    position: relative;
    left: 0%;
  }
  .flickerplate.animate-scroller-slide {
    padding-bottom: 0;
    overflow: auto;
  }
  .flickerplate.animate-scroller-slide ul.flicks {
    position: auto;
  }
  
  /* responsive */
  @media only screen and (max-width: 1024px) {
    .flickerplate {
      height: 600px;
    }
  
    .flickerplate ul.flicks>li .flick-title {
      font-size: 24px;
    }
    .flickerplate ul.flicks>li .flick-sub-text {
      font-size: 16px;
    }
    .flickerplate ul.flicks>li .flick-btn {
      padding-top: 48px;
    }
    .flickerplate ul.flicks>li .flick-btn a {
      padding: 0 60px 0 24px;
      height: 36px;
      background: url("../img/flick-more-arrow.png") no-repeat right 24px center;
      font-size: 12px;
      line-height: 36px;
    }
  }