/*slick*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{    
    
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: calc(50% - 30px);

    display: block;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background:rgba(255,255,255,0);
    z-index:98;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 80px;
    line-height: 1;

    opacity: .75;
    color: #fff;
    text-shadow: 0 3px 3px rgba(0,0,0,0.16);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 5%;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{   
    font-family: 'FontAwesome';
    content: "\f104";
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 5%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{   
    font-family: 'FontAwesome';
    content: "\f105";
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: 0px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width:  20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Default custom select styles */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: .4em .8em;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	    transform: translateY(-50%) rotate(180deg);
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
  border-radius: 
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-rdnm34');
	src:url('../fonts/icomoon.eot?#iefix-rdnm34') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-rdnm34') format('woff'),
		url('../fonts/icomoon.ttf?-rdnm34') format('truetype'),
		url('../fonts/icomoon.svg?-rdnm34#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

div.cs-skin-elastic {
	background: transparent;
	color: #888;
}

@media screen and (max-width: 30em) {
	div.cs-skin-elastic { font-size: 1em; }
}

.cs-skin-elastic > span {
	background-color: #fff;
	z-index: 100;
  margin-left:14px;
  border:1px solid #ddd;
  border-radius:4px;
  width: 100%;
}

.cs-skin-elastic > span::after {
	font-family: 'icomoon';
	content: '\e005';
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-skin-elastic .cs-options {
	overflow: visible;
	background: transparent;
	opacity: 1;
	visibility: visible;
	padding-bottom: 1.25em;
	pointer-events: none;
  margin-left:14px;
}

.cs-skin-elastic.cs-active .cs-options {
	pointer-events: auto;
  border:1px solid #ddd;
}

.cs-skin-elastic .cs-options > ul::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale3d(1,0,1);
	transform: scale3d(1,0,1);
	background: #fff;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	    transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius:4px;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: expand 0.6s ease-out;
  	animation: expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
	opacity: 0;
	-webkit-transform: translate3d(0,-25px,0);
	transform: translate3d(0,-25px,0);
	-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
	transition: opacity 0.15s, -webkit-transform 0.15s;
	-o-transition: opacity 0.15s, transform 0.15s;
	transition: opacity 0.15s, transform 0.15s;
	transition: opacity 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation: bounce 0.6s ease-out;
  	animation: bounce 0.6s ease-out;
}

/* Optional delays (problematic in IE 11/Win) */
/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
} 

/* with more items, more delays declarations are needed */


.cs-skin-elastic .cs-options span {
	background-repeat: no-repeat;
	background-position: 1.5em 50%;
	background-size: 2em auto;
	padding: 0.6em 2em 0.2em 1.2em;
  
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
	color: #1e4c4a;
}

.cs-skin-elastic .cs-options .cs-selected span::after {
	content: '';
}

@-webkit-keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); }
	25% { -webkit-transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1) }
	100% { -webkit-transform: scale3d(1,1,1); }
}

@keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); transform: scale3d(1,0,1); }
	25% { -webkit-transform: scale3d(1,1.2,1); transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1); transform: scale3d(1,1.05,1); }
	100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}


@-webkit-keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; }
}

html,
body {
  font-family: 'Helvetica Neue', Helvetica, '微軟正黑體', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'ＭＳ Ｐゴシック', arial, 'FontAwesome', sans-serif;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background-image: url("../images/concrete_seamless.jpg");
  color: #12171c;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding-top: 60px;
}
@media (min-width: 1199.98px) {
  body {
    padding-top: 60px;
  }
}
.nicescroll-rails.nicescroll-rails-vr {
  z-index: 9999999 !important;
}
/* --------------------------------

Basic

-------------------------------- */
.pa-0 {
  padding: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.ma-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.pa-5 {
  padding: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.ma-5 {
  margin: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.pa-10 {
  padding: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.ma-10 {
  margin: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.pa-15 {
  padding: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.ma-15 {
  margin: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.pa-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.ma-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.pa-25 {
  padding: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.ma-25 {
  margin: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.pa-30 {
  padding: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.ma-30 {
  margin: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.pa-35 {
  padding: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.ma-35 {
  margin: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.pa-40 {
  padding: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.ma-40 {
  margin: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.pa-45 {
  padding: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.ma-45 {
  margin: 45px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.pa-50 {
  padding: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.ma-50 {
  margin: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.pa-55 {
  padding: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.ma-55 {
  margin: 55px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.pa-60 {
  padding: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.ma-60 {
  margin: 60px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.pa-65 {
  padding: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.ma-65 {
  margin: 65px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.pa-70 {
  padding: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.ma-70 {
  margin: 70px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.pa-75 {
  padding: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.ma-75 {
  margin: 75px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.pa-80 {
  padding: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.ma-80 {
  margin: 80px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.pa-85 {
  padding: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.ma-85 {
  margin: 85px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.pa-90 {
  padding: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.ma-90 {
  margin: 90px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.pa-95 {
  padding: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.ma-95 {
  margin: 95px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.pa-100 {
  padding: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.ma-100 {
  margin: 100px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.no-float {
  float: none !important;
}
.overflow-hide {
  overflow: hidden !important;
}
.preloader-it {
  background: $white;
  position: fixed;
  z-index: 10001;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.bg-green {
  background: #1dbf21 !important;
}
.bg-grey {
  background: #63717f !important;
}
.bg-yellow {
  background: #ffce1f !important;
}
.bg-red {
  background: #dd4b39 !important;
}
.bg-blue {
  background: #0a51a0 !important;
}
.bg-pink {
  background: $color-pink !important;
}
.bg-light {
  background: $color-white !important;
}
.bg-dark {
  background: #12171c !important;
}
.bg-twitter {
  background: $color-twitter_blue !important;
}
.txt-dark {
  color: #12171c !important;
}
.txt-light {
  color: $color-white !important;
}
.txt-grey {
  color: #63717f !important;
}
.txt-red {
  color: #dd4b39 !important;
}
.txt-orange {
  color: $color-orange !important;
}
.txt-info,
.text-info {
  color: $color-pink !important;
}
.txt-warning,
.text-warning {
  color: #ffce1f !important;
}
.txt-primary,
.text-primary {
  color: #0a51a0 !important;
}
.txt-success,
.text-success,
.txt-green {
  color: #1dbf21 !important;
}
.txt-danger,
.text-danger {
  color: #dd4b39 !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-21 {
  font-size: 21px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-600 {
  font-weight: 600 !important;
}
.weight-bold {
  font-weight: bold !important;
}
.head-font {
  font-family: $font_main !important;
}
.main-font {
  font-family: $font_main !important;
}
.capitalize-font {
  text-transform: capitalize !important;
}
.uppercase-font {
  text-transform: uppercase !important;
}
.nonecase-font {
  text-transform: none !important;
}
.inline-block {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.table-struct {
  display: table !important;
}
.table-cell {
  display: table-cell !important;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.full-width {
  width: 100% !important;
}
.half-width {
  width: 50% !important;
}
.auto-width {
  width: auto !important;
}
.relative {
  position: relative !important;
}
.border-none {
  border: none !important;
}
small {
  color: #63717f;
  padding-left: 5px;
}
.text-muted {
  color: #63717f;
}
.truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-only-view {
  display: none !important;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid $green;
}
hr.light-grey-hr {
  border-top: 1px solid $light_grey;
}
.seprator-block {
  margin-bottom: 80px;
}
.ellipsis {
  overflow: hidden;
  line-height: 25px;
  padding: 0;
}
.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
}
.ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.ellipsis:after {
  content: "\02026";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
}
article img {
  max-width: 100% !important;
}
@media (max-width: 787px) {
  article table {
    width: 100% !important;
  }
}
.tab-pane {
  padding-top: 140px;
  margin-top: -140px;
}
i {
  font-style: normal;
}
h1 {
  color: #12171c;
  font-size: 1.6rem;
}
h1 .sub {
  color: #63717f;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2rem;
}
h2 {
  color: #12171c;
  font-size: 1.4rem;
}
h3 {
  color: #12171c;
  font-size: 1.2rem;
}
h4 {
  color: #12171c;
  font-size: 1.1rem;
}
h5 {
  color: #12171c;
  font-size: 1rem;
}
ul {
  list-style: none;
  padding: 0;
}
a {
  color: #12171c;
}
a:hover {
  color: #b78c25;
}
.heading {
  margin-top: 30px;
}
.heading.hd-big {
  font-size: 1.8em;
}
.heading.bold {
  font-weight: bold;
}
.head-sub {
  font-size: 1em;
}
.underline {
  color: #12171c;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.underline:after {
  content: "";
  display: block;
  border-bottom: 2px solid #63717f;
  width: 40px;
  height: 1px;
  padding-bottom: 20px;
  margin: 0 auto;
}
footer {
  background: #181c25;
  position: static;
  bottom: -330px;
  font-size: 1rem;
  width: 100%;
  margin-top: 60px;
}
footer ul.footer-nav {
  color: #fff;
  padding: 40px 0;
}
footer ul.footer-nav li {
  margin: 10px 0;
}
footer ul.footer-nav li .category-item {
  font-weight: bold;
  font-size: 1em;
}
footer ul.footer-nav li .category-item .logo {
  max-width: 120px;
  margin: 0 auto;
}
footer ul.footer-nav li ul.nav-link-item li {
  font-size: 0.9em;
}
footer ul.footer-nav li ul.nav-link-item li a {
  color: #fff;
}
footer ul.footer-nav li ul.nav-link-item li a:hover {
  color: #ccc;
}
footer .copyright {
  color: #fff;
  padding: 20px 0;
  text-align: center;
  list-style: none;
  font-size: 0.8em;
}
/* -------------------------------- 

選單 + logo

-------------------------------- */
.navbar-brand {
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navbar-brand .logo {
  background-image: url("../images/logo-w.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 220px;
  height: 50px;
  margin: 5px auto;
}
.index-brand {
  position: relative;
  display: block;
  left: 0;
  right: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  margin-top: 10px;
}
.index-brand .logo {
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.navbar {
  background: #12171c;
  padding: 0;
  height: 60px;
  -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1);
          box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
.navbar .navbar-toggler {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  padding: 9px 10px;
  margin: 0;
  margin-top: 12px;
  margin-right: 15px;
  margin-bottom: 12px;
}
.navbar .navbar-toggler .icon-bar {
  background-color: #fff;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 1199.98px) {
  .navbar {
    margin: 15px 15px 0;
  }
}
.navbar-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
ul.navbar-nav {
  margin: 0;
  width: 100%;
  height: 60px;
}
ul.navbar-nav li.nav-item a.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  color: #12171c;
  padding: 0 15px !important;
  width: 100%;
  line-height: 1.2rem;
}
ul.navbar-nav li.nav-item a.nav-link:hover {
  background: #ffce1f;
  text-decoration: none;
}
ul.navbar-nav li.nav-item a.nav-link.active {
  background: #ffce1f;
}
@media (min-width: 1200px) {
  .navbar-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  ul.navbar-nav li a {
    height: 60px;
  }
}
/* adds some margin below the link sets  */
.navbar .container {
  position: relative;
}
.navbar .navbar-collapse {
  -webkit-overflow-scrolling: touch;
  position: static;
}
.navbar .navbar-collapse:after {
  min-height: calc(100% + 1px);
}
.navbar .dropdown-menu {
  background-color: #e4e8eb !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0;
  padding: 20px 15px;
  font-size: 0.86rem;
}
.navbar .dropdown-menu div[class*="col"] {
  margin: 0;
}
.navbar .dropdown-menu a.nav-title {
  color: #de9808;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
}
.navbar .dropdown-menu a.nav-title:hover {
  background: #de9808;
  color: #fff;
}
.navbar .dropdown-menu a.nav-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: auto;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar .dropdown-menu a.nav-img span {
  display: block;
  color: #12171c;
  width: 100%;
  height: auto;
}
.navbar .dropdown-menu a.nav-img span.img {
  padding-bottom: 56.25%;
  background-size: cover;
  margin-bottom: 10px;
}
.navbar .dropdown-menu a.nav-img span.img img {
  display: none;
}
.navbar .dropdown-menu a.nav-img:hover {
  border: 1px solid #de9808;
}
.navbar .dropdown-menu a.nav-img:hover span {
  color: #fff !important;
}
.navbar .dropdown-menu a.nav-img:hover span.img {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.navbar .dropdown-menu ul.navbar-nav {
  border-top: 1px solid #de9808;
  padding-top: 5px;
  margin-top: 0;
}
.navbar .dropdown-menu ul.navbar-nav li.nav-item a.nav-link {
  height: auto;
  line-height: 2rem;
}
.navbar .dropdown-menu ul.navbar-nav li.nav-item a.nav-link:hover {
  background: #de9808;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 1199.98px) {
  .navbar .navbar-collapse {
    overflow-y: auto;
    overflow-x: auto;
    height: auto;
    max-height: 100%;
  }
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    left: 0;
    right: 0;
    top: 120px;
    margin: 0 auto;
    -webkit-box-shadow: 0 30px 30px rgba(0,0,0,0.1);
            box-shadow: 0 30px 30px rgba(0,0,0,0.1);
  }
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,0.15);
    background-color: #fff;
  }
}
a.cart {
  color: #de9808 !important;
  font-weight: bold;
  font-size: 1.8rem !important;
  position: absolute;
  right: 0;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  text-align: right;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.cart .cart-num {
  font-family: "teko";
  text-align: center;
  line-height: 22px;
  font-size: 2.2rem;
  font-weight: 300 !important;
}
a.cart:hover {
  background-color: transparent;
}
@media (min-width: 1199.98px) {
  a.cart {
    position: relative;
    background-color: #de9808;
    color: #fff !important;
    height: 60px;
    width: 60px;
    font-size: 1.4rem !important;
    right: 0;
    top: 0;
  }
  a.cart .cart-num {
    font-size: 1.6rem !important;
  }
  a.cart:hover {
    background-color: #fff !important;
    color: #de9808 !important;
  }
}
button.back,
button.member {
  background: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 1.6rem;
  border: 0;
  outline: none;
}
button.back i,
button.member i {
  font-style: normal;
}
button.back:hover,
button.member:hover {
  outline: none;
}
.navbar .navbar-toggler .icon-bar {
  opacity: 1;
}
.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0.3s;
       -o-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
       -o-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  width: 22px;
  bottom: -7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
}
.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0.3s;
       -o-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
       -o-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  width: 22px;
  top: -7px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: transform, bottom;
  transition-property: transform, bottom;
  transition-property: transform, bottom, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0.3s;
       -o-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
       -o-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  width: 22px;
  bottom: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  position: relative;
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: transform, top;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0.3s;
       -o-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
       -o-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  width: 22px;
  top: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  position: relative;
}
.banner {
  display: block;
  width: 100%;
  position: relative;
}
.banner-slider {
  position: relative;
}
.banner-slider .slick-track a {
  background-image: none !important;
}
.banner-slider .slick-track a img {
  width: 100%;
}
.parallax .paragraph {
  display: inline-block;
}
.parallax .paragraph .pr {
  display: block;
  padding: 20px;
  background: rgba(255,255,255,0.9);
  width: 60%;
  margin: 100px auto;
  text-align: left;
  color: $color1e;
  font-size: 1em;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
          box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.parallax {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: initial;
  background-attachment: fixed !important;
}
.parallax.container {
  padding: 0;
}
.parallax-overlay {
  background-color: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 1024px) {
  .parallax {
    background-position: center top !important;
    background-attachment: scroll !important;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
}
.details {
  padding: 120px 0;
}
.details span {
  color: #fff;
  font-size: 2em;
  border: 2px solid #fff;
  padding: 10px 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}
.details div {
  color: #fff;
  font-size: 1.4em;
  padding: 10px 0 0;
}
@media (max-width: 1199.98px) {
  .banner-slider {
    width: 100%;
  }
  .banner-slider a {
    width: 100%;
  }
  .banner-slider a img {
    width: 100%;
  }
}
.slick-paragraph {
  padding: 60px 0;
}
.slick-paragraph .title {
  text-align: center;
}
.slick-paragraph .content {
  padding: 20px 40px;
}
.slick-paragraph .pic {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  width: 100%;
  height: 200px;
}
#crumbs {
  border-bottom: 1px solid #e4e8eb;
  width: 100%;
}
#crumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#crumbs ul li {
  display: inline-table;
  margin-right: 10px;
  margin-top: 10px;
}
#crumbs ul li a {
  display: block;
  border-radius: 4px;
  float: left;
  text-align: center;
  padding: 5px 10px;
  position: relative;
  margin: 0 5px 0 0;
  font-size: 0.9em;
  text-decoration: none;
  color: #de9808;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#crumbs ul li a:after {
  font-family: "FontAwesome";
  content: "/";
  color: #12171c;
  position: absolute;
  right: -15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#crumbs ul li a i {
  font-size: 1.6em;
  line-height: 30px;
}
#crumbs ul li a:hover {
  color: #12171c;
  background: #fff;
}
#crumbs ul li a:hover:after {
  color: #12171c;
  right: -15px;
}
#crumbs ul li a.active {
  background: none;
  color: #12171c;
  cursor: default;
}
#crumbs ul li:last-child a:after {
  display: none;
}
section {
  position: relative;
}
.sort {
  position: fixed;
  top: 70px;
  width: 100%;
  max-width: 1110px;
  z-index: 99;
  display: block;
  background: rgba(255,255,255,0.9);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
          box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.sort ul {
  padding: 0;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  margin-bottom: 0;
}
.sort ul.type {
  text-align: center;
}
.sort ul.type li {
  margin: 5px 1px;
}
.sort ul.type li a {
  background: #fff;
  font-size: 1em;
  padding: 10px 10px;
  margin: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.1);
          box-shadow: 0 2px 0 rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  display: block;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sort ul.type li a i {
  padding-right: 5px;
}
.sort ul.type li a:hover {
  background: #fff;
  color: #de9808;
  top: 0px;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.1);
          box-shadow: 0 0 0 rgba(0,0,0,0.1);
  text-decoration: none;
}
.sort ul.type li a.selected,
.sort ul.type li a.active {
  background: #de9808;
  color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.1);
          box-shadow: 0 0 0 rgba(0,0,0,0.1);
  top: 0px;
}
@media (max-width: 767px) {
  .sort {
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
  }
  .sort ul {
    margin: 10px 0 0;
    font-size: 0.9em;
  }
  .sort ul.type {
    text-align: center;
  }
}
.section-spy {
  margin-top: -160px;
  padding-top: 160px;
  margin-bottom: 100px;
}
.css_table {
  border-bottom: 4px solid #12171c;
  display: table;
  text-align: center;
  font-size: 0.8em;
  margin: 0 auto;
  width: 100%;
}
.css_tr {
  display: table-row;
  vertical-align: middle;
}
.css_tr:nth-child(1) {
  background: #7db9df;
  color: #fff;
}
.css_tr:nth-child(1) .css_td:nth-child(1) {
  background: #5da2d3;
  color: #fff;
}
.css_tr:nth-child(2n + 2) {
  background: #f5f5f5;
}
.css_tr:nth-child(2n + 2) .css_td:nth-child(n + 2) {
  background: #f5f5f5;
  color: #666;
  width: 15%;
}
.css_tr:nth-child(2n + 2) .css_td:nth-child(2n + 3) {
  background: #eee;
  color: #666;
  width: 15%;
}
.css_tr:nth-child(2n + 3) .css_td:nth-child(2n + 3) {
  background: #e5e5e5;
  color: #666;
  width: 15%;
}
.css_td {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 1%;
}
.css_td:nth-child(1) {
  background: #7db9df;
  color: #fff;
  width: 10%;
}
.col-prd,
.col-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
}
.col-prd {
  width: calc(100% - 400px);
  margin-top: 40px;
}
.col-cart {
  width: 400px;
}
.cart-block {
  margin-top: 100px;
  background: #fff;
  padding: 15px;
}
.cart-block table tr {
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.cart-block table tr td {
  padding: 10px 5px;
}
.cart-block table tr td .prd-de {
  color: #999;
  font-size: 0.86rem;
}
.cart-block table tr td input {
  width: 60px;
}
.prd-name {
  min-width: 100px;
  width: 100%;
}
.qty {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.qty .unit {
  padding: 0 10px;
}
.qty button:disabled,
.qty input:disabled {
  opacity: 0.5 !important;
}
.qty .form-control {
  padding: 0.125rem !important;
}
.price {
  width: 80px;
  text-align: right;
}
@media (max-width: 767px) {
  .col-prd,
  .col-cart {
    width: 100%;
  }
  .col-prd {
    margin-top: 0;
  }
}
.prd-list {
  position: relative;
  margin-top: 30px;
}
.prd-list ul {
  list-style: none;
  padding: 0;
}
.prd-list ul li {
  padding-bottom: 40px;
}
.prd-list ul li a {
  text-decoration: none;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
  height: 120px;
}
.prd-list ul li a:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
          box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  top: -5px;
}
.prd-list ul li a span {
  display: block;
  font-size: 0.9em;
  padding: 0 10px 0;
  text-align: left;
}
.prd-list ul li a span.img {
  background-size: cover;
  background-position: center center;
  width: 40%;
  padding-bottom: 120px;
}
.prd-list ul li a span.img img {
  display: none;
}
.prd-list ul li a span.title {
  color: #12171c;
  font-size: 1.3rem;
  overflow: hidden;
  width: 60%;
}
.prd-list ul li a span.price {
  font-style: normal;
  color: #de9808;
  font-size: 1.1rem;
  width: 60%;
}
@media (min-width: 576px) {
  .prd-list {
    margin-top: 20px;
  }
  .prd-list ul li a {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    padding-bottom: 10px;
  }
  .prd-list ul li a span {
    font-size: 0.9em;
    padding: 0 10px 0;
    text-align: center;
  }
  .prd-list ul li a span.img {
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-bottom: 75%;
  }
  .prd-list ul li a span.img img {
    display: none;
  }
  .prd-list ul li a span.title {
    color: #12171c;
    font-size: 1.3rem;
    overflow: hidden;
    margin: 10px 0 0;
    width: 100%;
  }
  .prd-list ul li a span.price {
    font-style: normal;
    color: #de9808;
    font-size: 1.1rem;
    text-align: center;
    width: 100%;
  }
}
.index-list {
  margin-top: 20px;
}
.index-list ul li a {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding-bottom: 10px;
}
.index-list ul li a span {
  font-size: 0.9em;
  padding: 0 10px 0;
  text-align: center;
}
.index-list ul li a span.img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding-bottom: 75%;
}
.index-list ul li a span.img img {
  display: none;
}
.index-list ul li a span.title {
  color: #12171c;
  font-size: 1.3rem;
  overflow: hidden;
  margin: 10px 0 0;
  width: 100%;
}
.seat-list {
  margin-top: 20px;
}
.seat-list ul li a {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 100%;
  padding-bottom: 10px;
  width: 80px;
  height: 80px;
  border: 1px solid #999;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 0px #ccc;
          box-shadow: 2px 2px 0px #ccc;
}
.seat-list ul li a span {
  font-size: 0.9em;
  padding: 0 10px 0;
  text-align: center;
}
.seat-list ul li a span.title {
  color: #12171c;
  font-size: 1.3rem;
  overflow: hidden;
  margin: 10px 0 0;
  width: 100%;
}
.seat-list ul li a.active {
  background: #ffce1f;
  border: 1px solid #333;
}
input[type="date"] {
  padding-left: 5px;
  padding-right: 5px;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #666;
}
input,
select,
textarea {
  display: block;
  color: #12171c;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  padding-left: 10px;
}
input:disabled,
select:disabled,
textarea:disabled {
  border-color: transparent;
  background: #f5f5f5;
}
input:hover:disabled,
select:hover:disabled,
textarea:hover:disabled {
  background: #f0f0f0;
}
input::-ms-expand,
select::-ms-expand {
  display: none;
}
input option,
select option {
  color: #000;
  background: #fff;
  padding: 4px 12px;
}
input span,
select span {
  display: block;
  padding: 9px 14px 0 38px;
  color: #f9f9f9;
}
input:hover,
select:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px #ccc;
          box-shadow: 0px 0px 0px #ccc;
}
textarea {
  height: 220px;
  width: 100%;
  resize: none;
  padding: 10px;
}
input:focus,
select:focus {
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px #fff;
          box-shadow: 0px 0px 0px #fff;
}
input.button,
select.button {
  border-radius: 4px;
  color: #de9808;
  background-color: transparent;
  border: 1px solid #de9808;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  font-size: 1.1em;
  font-family: "FontAwesome";
  margin: 0 auto;
}
input.button:hover,
select.button:hover {
  background: #de9808;
  color: #fff;
}
input.button.input_green,
select.button.input_green {
  color: #1dbf21;
  border: 1px solid #1dbf21;
}
input.button.input_facebook,
select.button.input_facebook {
  color: #3b5998;
  border: 1px solid #3b5998;
}
input.button.input_facebook:hover,
select.button.input_facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .contact {
    margin-top: 20px;
  }
  .contact .heading {
    text-align: left;
  }
}
a.btn {
  border: 1px solid #999;
  border-radius: 6px;
  color: #999;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  font-size: 1rem;
}
a.btn:hover {
  background: #fff;
}
a.btn.btn-buy {
  border: 1px solid #de9808;
  color: #de9808;
}
a.btn.btn-buy:hover {
  background: #de9808;
  color: #fff;
}
.input-btn {
  width: 100%;
  border: 1px solid #63717f;
  max-width: 150px;
  background-color: transparent;
  height: 40px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
}
.input-btn:before {
  padding-right: 5px;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  position: absolute;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
}
.input-btn:hover {
  background-color: #999;
  color: #fff;
}
.input-btn:hover:before {
  opacity: 1;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.input-btn.btn-buy {
  border: 1px solid #de9808;
  color: #de9808;
}
.input-btn.btn-buy:before {
  content: "\f07a";
  color: #fff;
}
.input-btn.btn-buy:hover {
  background-color: #de9808;
  color: #fff;
}
.input-btn.btn-cart {
  background-color: #de9808;
  color: #fff;
  border: 0;
}
.input-btn.btn-cart:before {
  content: "\f217";
  color: #fff;
}
.input-btn.btn-cart:hover {
  background-color: #de9808;
  color: #fff;
}
.input-btn.btn-chose {
  border: 1px solid #1dbf21;
  background-color: #1dbf21;
  color: #fff;
  text-align: center;
}
.input-btn.btn-chose:hover {
  background-color: #1dbf21;
  color: #fff;
}
.input-btn.btn-backtop {
  border: 1px solid #de9808;
  border-radius: 0;
  color: #de9808;
  text-align: center;
}
.input-btn.btn-backtop:hover {
  background-color: #de9808;
  color: #fff;
}
.input-btn.btn-back {
  border: 1px solid #999;
  background: #999;
  color: #fff;
  text-align: center;
  opacity: 0.8;
}
.input-btn.btn-back:hover {
  background-color: #999;
  color: #fff;
  opacity: 1;
}
.input-btn.btn-next {
  border: 1px solid #1dbf21;
  background: #1dbf21;
  color: #fff;
  opacity: 0.8;
}
.input-btn.btn-next:hover {
  background-color: #1dbf21;
  color: #fff;
  opacity: 1;
}
.cd-top {
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.16);
          box-shadow: 0 3px 3px rgba(0,0,0,0.16);
  border-radius: 100%;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  color: #12171c;
  display: inline-block;
  font-size: 1em;
  height: 40px;
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  text-align: center;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 99;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 0.5;
}
.cd-top.cd-fade-out {
  opacity: 0.5;
}
.cd-top:hover {
  color: #12171c;
  opacity: 1;
}
.cd-top:before {
  content: "\F077";
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 1.4em;
  }
}
.page {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 40px;
  text-align: center;
  position: relative;
}
.page .nmb {
  display: block;
}
.page .nmb a {
  color: #12171c;
  border: 1px solid #e4e8eb;
  border-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .nmb a:last-child {
  border-right: 1px solid #e4e8eb;
}
.page .prev {
  position: absolute;
  left: 20px;
  top: 30px;
}
.page .next {
  position: absolute;
  right: 20px;
  top: 30px;
}
.page a:hover,
.page a.selected {
  background: #de9808;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .filter {
    width: 258px;
    margin: 0 auto;
  }
  .page {
    width: 80%;
    margin: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .page {
    width: 100%;
  }
}
@media screen and (max-width: 436px) {
  .page {
    padding: 20px 0 80px;
    width: 100%;
  }
  .page .nmb {
    display: none;
  }
}
.googlemap {
  position: relative;
  padding-bottom: 300px;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.googlemap iframe,
.googlemap object,
.googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_classify {
  padding: 20px 0 40px;
  text-align: center;
}
.product_classify ul {
  padding: 0;
}
.product_classify ul li {
  display: inline-block;
  position: relative;
  padding: 20px 10px;
}
.product_classify ul li a {
  color: $color1c;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
}
.product_classify ul li a:hover {
  color: $color1b;
  background: $color4d;
  top: -5px;
}
.product_classify ul li a .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 200px;
  height: 100px;
  margin-bottom: 10px;
}
.product_classify ul li a .img img {
  display: none;
}
@media (max-width: 1199.98px) {
  .product_classify ul li {
    display: block;
  }
  .product_classify ul li:after {
    display: none;
  }
  .product_classify ul li a .img {
    margin: 0 auto;
  }
}
.about {
  margin-bottom: 140px;
}
.about-info {
  background: #fff;
  display: block;
  padding: 20px 40px;
  margin-top: -170px;
}
.about-info #info {
  overflow-y: scroll;
  height: 160px;
  display: block;
  z-index: 9999999;
  position: relative;
}
.location {
  margin-top: -170px;
  margin-bottom: 60px;
}
.welfare {
  color: #000;
  text-align: center;
}
.welfare ul {
  padding: 0;
  list-style: none;
}
.joinus {
  color: #000;
  text-align: center;
}
.joinus img {
  width: 260px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .about-info,
  .location,
  .info {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 487px) {
  .about-info {
    display: block;
  }
  .about-info #info {
    height: auto;
  }
}
.contact {
  margin: 0 auto 10px;
}
.contact .location {
  text-align: center;
  font-size: 0.87em;
  margin: 0;
}
.contact .location .img {
  background-size: cover;
  background-position: 50% 50%;
  height: 160px;
  width: 100%;
  margin: 0 0 5px;
  padding: 20px;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
          box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.contact .location .name {
  font-size: 1.1em;
  line-height: 26px;
}
.contact .heading {
  margin: 0;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.cases {
  margin: 30px auto;
}
.cases ul {
  list-style: none;
  padding: 0;
}
.cases ul li {
  margin: 30px 0 30px;
}
.cases ul li a {
  color: #12171c;
}
.cases ul li a .img {
  background-size: contain;
  background-position: 50% 50%;
  height: 100px;
  width: 100%;
  margin: 0 0 5px;
  padding: 20px;
  position: relative;
}
.cases ul li a .imgbefore {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0 0 6px rgba(0,0,0,0.4);
  font-size: 2em;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cases ul li a img {
  display: none;
}
.cases ul li a .name {
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cases ul li a:hover {
  color: $color1b;
  cursor: pointer;
}
.cases ul li a:hover .img:before {
  z-index: 99;
  opacity: 1;
  top: 0;
}
.cases-article {
  margin: 40px auto 100px;
  font-size: 1em;
  line-height: 1.5em;
  color: $color4b;
}
.cases-article img {
  display: none;
}
.cases-article .intro {
  background: #fff;
  margin: 20px 0;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.03);
          box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  border-radius: 8px;
}
.cases-article .intro .col-md-6,
.cases-article .intro .col-md-12 {
  padding: 0;
}
.cases-article .row .country,
.cases-article .row .solution {
  text-align: center;
}
.cases-article .row .title,
.cases-article .row .text,
.cases-article .row .article {
  padding: 10px 15px 10px;
}
.cases-article .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cases-article .flexbox .col-md-6 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cases-article .flexbox .col-md-6 .com-img {
  height: 100%;
  border-radius: 0 8px 8px 0;
}
.cases-article .slogan {
  color: #12171c;
  text-align: center;
  padding-bottom: 5px;
}
.cases-article .name {
  color: $color1e;
  font-size: 1.7em;
  text-align: center;
  font-weight: bold;
}
.cases-article .logo {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 200px;
  padding-bottom: 150px;
  margin: 0 auto;
}
.cases-article .title {
  color: #12171c;
  background: #fbfbfb;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px solid $color4d;
  margin-bottom: 10px;
}
.cases-article .text,
.cases-article .article {
  margin-bottom: 20px;
}
.cases-article .com-img {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  padding-bottom: 56.5%;
}
.prd-article {
  position: relative;
  width: 100%;
}
.prd-article .date {
  color: $color4a;
  font-size: 1.1em;
  text-align: left;
}
.prd-article .title {
  color: #12171c;
  font-size: 1.6em;
  text-align: left;
}
.prd-article .article {
  padding: 15px;
  width: 100%;
}
.prd-article .article .tab-content .tab-pane img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.prd-tool {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prd-tool li {
  margin-bottom: 1px;
}
.prd-tool li.img {
  height: 100px;
  width: 100%;
  display: block;
  background-size: contain;
  background-position: center center;
  margin-bottom: 10px;
}
.prd-tool li img {
  display: none;
}
.prd-tool li.back a,
.prd-tool li.prev a,
.prd-tool li.next a {
  background: $color1b;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.prd-tool li.back a i,
.prd-tool li.prev a i,
.prd-tool li.next a i {
  padding-right: 10px;
}
.prd-tool li.back a:hover,
.prd-tool li.prev a:hover,
.prd-tool li.next a:hover {
  opacity: 0.7;
}
.prd-tool li.prd-share {
  height: 50px;
  line-height: 50px;
  background: #12171c;
}
.prd-tool li.prd-share a {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.prd-tool li.prd-share a:hover {
  opacity: 0.7;
}
.prd-tool li.prd-share ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
.prd-tool li.prd-share ul li {
  display: inline-block;
  margin: 0 10px;
}
.prd-tool li.prd-share ul li:first-child {
  margin-left: 20px;
}
.prd-tool li.prd-share ul li:last-child {
  margin-right: 20px;
}
.prd-tool.col-sm-3 {
  float: right;
}
.prd-tool.hz li.back {
  float: left;
  width: 100px;
}
.prd-tool.hz li.prd-share {
  float: right;
  width: 200px;
}
@media (max-width: 1199.98px) {
  .cases-article .flexbox {
    display: block;
  }
  .cases-article .flexbox .col-md-6 .com-img {
    border-radius: 0 0 8px 8px;
  }
  .prd-article .date {
    color: $color4a;
    font-size: 1.1em;
    text-align: center;
  }
  .prd-article .title {
    color: #12171c;
    font-size: 1.6em;
    text-align: center;
  }
  .prd-article .prd-button {
    position: fixed;
    background: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 10px 60px 10px 10px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }
}
/* SideNav */
.l-site {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.l-site:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: #3a4043;
  z-index: 1;
}
.l-page {
  position: relative;
  background: $colorbg;
  z-index: 2;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.l-site.l-left .l-page {
  margin-left: 320px;
}
.l-site.l-left .l-nav {
  left: 0;
  float: left;
}
.l-site.l-left-m-right .l-page {
  margin-left: 320px;
}
.l-site.l-left-m-right .l-nav {
  right: 0;
  float: left;
}
.l-site.l-right .l-page {
  margin-right: 320px;
}
.l-site.l-right .l-nav {
  right: 0;
  float: right;
}
.l-nav {
  position: static;
  width: 300px;
  display: block;
  top: 0;
  z-index: 3;
}
.side-nav {
  width: 100%;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: auto;
}
.side-nav .title {
  font-size: 1.1em;
  border-bottom-width: 0;
  text-align: left;
  margin: 10px 0;
  color: #de9808;
}
.side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-nav li {
  margin: 0;
  padding: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.side-nav-primary a {
  color: #1c293f;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  border-radius: 6px;
  padding: 5px 10px;
  margin-bottom: 2px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.side-nav-primary a:hover {
  color: #000;
  background: #fff;
}
.side-nav-primary a:before {
  content: "\f00c";
  color: #de9808;
  font-size: 1rem;
  line-height: 1em;
  visibility: hidden;
  padding-right: 2px;
  margin-right: 5px;
}
.side-nav-primary a.selected {
  background: #fff;
  color: #1c293f;
  cursor: default;
}
.side-nav-primary a.selected:before {
  visibility: visible;
}
.side-nav-primary input[type="checkbox"],
.side-nav-primary input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.side-nav-primary input[type="checkbox"] + label,
.side-nav-primary input[type="radio"] + label {
  color: #1c293f;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  padding: 5px 5px 5px 5px;
  margin-bottom: 2px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
  cursor: pointer;
}
.side-nav-primary input[type="checkbox"] + label:before,
.side-nav-primary input[type="radio"] + label:before {
  content: "\f00c";
  color: color #de9808;
  font-size: 1rem;
  line-height: 1em;
  visibility: hidden;
  padding-right: 2px;
  margin-right: 5px;
}
.side-nav-primary input[type="checkbox"]:hover + label,
.side-nav-primary input[type="radio"]:hover + label {
  color: #000;
  background: #fff;
}
.side-nav-primary input[type="checkbox"]:checked + label,
.side-nav-primary input[type="radio"]:checked + label {
  background: #fff;
  color: #1c293f;
  cursor: default;
}
.side-nav-primary input[type="checkbox"]:checked + label:before,
.side-nav-primary input[type="radio"]:checked + label:before {
  content: "\f00c";
  color: #de9808;
  font-size: 1rem;
  line-height: 1em;
  visibility: visible;
  margin-right: 5px;
}
.menu {
  display: none;
  top: 0;
  left: 1.5em;
  width: 100%;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu:hover .menu-hamburger:before,
.menu:hover .menu-hamburger:after {
  width: 24px;
}
.menu.is-active .menu-hamburger {
  background: none;
  margin-left: 10px;
}
.menu.is-active .menu-hamburger:before,
.menu.is-active .menu-hamburger:after {
  top: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.is-active .menu-hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-hamburger {
  position: relative;
  width: 24px;
  height: 4px;
  margin-top: 10px;
  top: 17px;
  background: #63717f;
  border-radius: 4px;
  float: right;
  -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.side-nav .menu.is-active .menu-hamburger {
  float: left;
  margin: 0;
}
.menu-hamburger:before,
.menu-hamburger:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #63717f;
  position: absolute;
  border-radius: 4px;
  -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before {
  top: -8px;
  left: 0;
  width: 24px;
}
.menu-hamburger:after {
  top: 8px;
  width: 24px;
  left: 0;
}
@media screen and (max-width: 980px) {
  .menu {
    display: block;
  }
  .l-site .l-nav {
    background: #f5f7f8;
    padding: 20px;
  }
  .l-site.l-left .l-page {
    margin-left: 0;
  }
  .l-site.l-left .l-nav {
    left: -300px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-site.l-left-m-right .l-page {
    margin-left: 0;
  }
  .l-site.l-left-m-right .l-nav {
    right: -300px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-site.l-right .l-page {
    margin-right: 0;
  }
  .l-site.l-right .l-nav {
    right: -300px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-site.l-left.is-open .l-nav {
    left: 0;
  }
  .l-site.l-left-m-right.is-open .l-nav {
    right: 0;
  }
  .l-site.l-right.is-open .l-nav {
    right: 0;
  }
  .l-page {
    z-index: 3;
    position: relative;
  }
  .l-nav {
    position: fixed;
    top: 60px;
    height: calc(100vh - 60px);
    width: 240px;
    float: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
  }
  .l-site.is-open .l-nav {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
  }
  .band-container {
    padding: 0 1.5em;
  }
}
ul.prod {
  list-style: none;
  padding: 10px 0 60px;
}
ul.prod li .img {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  padding-bottom: 14.865%;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
          box-shadow: 0 0 4px rgba(0,0,0,0.1);
  margin: 20px 0 0;
}
ul.prod-sub {
  list-style: none;
  padding: 10px 0 60px;
  min-height: 600px;
}
ul.prod-sub li a {
  position: relative;
  top: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
ul.prod-sub li a .img {
  background-size: contain;
  background-color: #fff;
  background-position: 50% 50%;
  width: 100%;
  padding-bottom: 75%;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
          box-shadow: 0 0 4px rgba(0,0,0,0.1);
  margin: 20px 0 0;
}
ul.prod-sub li a .name {
  background: $color1b;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.prod-sub li a ul.cont {
  background: #fff;
  color: $color4a;
  font-size: 0.876em;
  padding: 10px;
  list-style: none;
  overflow: hidden;
  height: 200px;
  position: relative;
}
ul.prod-sub li a ul.cont:before {
  content: "";
  background: $gradient_white_top_alpha;
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
ul.prod-sub li a:hover {
  top: -10px;
}
.prd-article .prod-group {
  padding-top: 10px;
  padding: 0 15px;
}
.prd-article .prod-group img {
  margin: 5px 0;
}
.prd-article .prd-info {
  padding: 15px;
}
.prd-article .prd-info h1 {
  margin: 0 0 10px;
}
.prd-article .prd-info .pric {
  margin-bottom: 10px;
  text-align: center;
}
.prd-article .prd-info .pric i {
  font-style: normal;
}
.prd-article .prd-info .pric i.cost {
  color: #de9808;
  font-size: 2em;
}
.prd-article .prd-info .pric i.origi {
  color: #999;
  font-size: 1.2em;
  text-decoration: line-through;
  padding-left: 10px;
}
.prd-article .prd-info .deadline {
  background: rgba(255,255,255,0.2);
  border-width: 1px;
}
.prd-article .prd-info .deadline .date {
  color: #de9808;
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 10px;
}
.prd-article .prd-info .info {
  padding: 0 0 20px;
}
.prd-article .prd-info .prd-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prd-article .prd-info .prd-spec > .ptitle {
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prd-article .prd-info .prd-spec > li {
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 10px 0;
}
.prd-article .prd-info .prd-spec > li:first-child {
  border-right: 1px solid #ccc;
}
.prd-article .prd-info .prd-spec > li > ul {
  margin: 0;
}
.prd-article .prd-info .prd-spec > li > ul.size > li {
  display: inline-block;
  margin-bottom: 10px;
}
.prd-article .prd-info .prd-spec > li > ul.size > li > input[type=radio] {
  display: none;
}
.prd-article .prd-info .prd-spec > li > ul.size > li > input[type=radio] + label {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
}
.prd-article .prd-info .prd-spec > li > ul.size > li > input[type=radio]:checked + label {
  border: 1px solid #1dbf21;
  background: #1dbf21;
  color: #fff;
}
.prd-article .prd-info .prd-spec > li.color select {
  display: block;
  width: 100%;
  height: 30px;
}
.prd-article .prd-info .prd-spec > li.color select option {
  padding: 4px 12px;
}
.prd-article .prd-info ul.info li {
  margin-bottom: 10px;
}
.prd-article .prd-info ul.info li .title {
  color: #de9808;
  font-size: 1rem;
  text-align: left;
  border-bottom: 1px solid #de9808;
  padding-bottom: 2px;
  margin-bottom: 2px;
  display: inline-block;
}
.prd-article .prd-info ul.prd-add > li {
  margin-bottom: 10px;
}
.prd-article .prd-info ul.prd-add > li i {
  font-style: normal;
}
.prd-article .prd-info ul.prd-add > li i.cost {
  color: #de9808;
  font-size: 1.1em;
}
.prd-article .prd-info ul.prd-add > li i.origi {
  color: #999;
  font-size: 0.9em;
  text-decoration: line-through;
  padding-left: 10px;
}
.prd-article .prd-info ul.prd-add > li ul.prd-spec {
  background: #f6f6f6;
}
.prd-article .prd-info ul.prd-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prd-article .prd-info ul.prd-button li {
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.prd-article .prd-info ul.prd-button li:first-child {
  padding-right: 10px;
}
.prd-article .prd-info ul.prd-button li:last-child {
  padding-left: 10px;
}
.service {
  margin: 30px auto;
}
.service ul {
  list-style: none;
  padding: 0;
}
.service ul .col-group {
  width: 100%;
}
.service ul li {
  margin: 30px 0 30px;
  color: #12171c;
}
.service ul li .img {
  background-size: cover;
  background-position: 50% 50%;
  height: 180px;
  width: 100%;
  margin: 0 0 5px;
  padding: 20px;
  position: relative;
}
.service ul li .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,38,101,0.5);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service ul li .img img {
  display: none;
}
.service ul li .name {
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  text-shadow: 0 5px 20px #000;
  position: absolute;
  top: 0;
  height: 180px;
  text-align: center;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service ul li .cont {
  text-align: left;
  padding: 5px 10px;
  font-size: 0.876em;
}
#spinner-loading {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255,255,255,0.5);
  position: fixed;
  z-index: 999999999;
}
#spinner-loading #loading {
  height: 60px;
  width: 60px;
/*margin: 94px auto 0 auto;*/
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 30px);
  -webkit-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0,38,101,0.15);
  border-right: 6px solid rgba(0,38,101,0.15);
  border-bottom: 6px solid rgba(0,38,101,0.15);
  border-top: 6px solid rgba(0,38,101,0.8);
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.cart-page {
  margin-bottom: 60px;
}
ul.order-info > li {
  margin-bottom: 20px;
}
ul.order-info > li > .i-title {
  color: #63717f;
  font-size: 1rem;
  padding: 10px 0;
}
ul.order-info > li > ul {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 2px solid #e4e8eb;
}
ul.order-info > li > ul > li .b-title {
  display: inline-block;
  font-weight: bold;
}
ul.order-info > li > ul > li .b-title:after {
  content: ":";
  padding-left: 5px;
}
ul.order-info > li > ul > li .b-detail {
  display: inline-block;
}
ul.order-info .cart-box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 20px;
  margin: 15px 0 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: default;
  border-radius: 4px;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 2;
}
ul.order-info .cart-box.cart-box-title,
ul.order-info .cart-box.order-title {
  background-color: transparent;
  border-bottom: 1px solid #e4e8eb;
  font-weight: bold;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
          box-shadow: 0 0 0 rgba(0,0,0,0);
  border-radius: 0;
}
ul.order-info .cart-box.cart-box-title:hover,
ul.order-info .cart-box.order-title:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
          box-shadow: 0 0 0 rgba(0,0,0,0);
}
ul.order-info .cart-box.used {
  opacity: 0.5;
}
ul.order-info .cart-box.used:hover {
  background: #fafafa;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
          box-shadow: 0 0 0 rgba(0,0,0,0);
}
.cartbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cartbar.name {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cartbar.note {
  color: #444a4f;
}
.cartbar.edit a {
  border-radius: 100%;
  border: 1px solid #864b2d;
  color: #864b2d;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 29px;
}
.cartbar.edit a:hover {
  background: #864b2d;
  color: #fff;
  cursor: pointer;
}
.cartbar.del a {
  border-radius: 100%;
  color: #dd4b39;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 auto;
  padding-left: 1px;
  line-height: 30px;
  font-size: 1.2em;
}
.cartbar.del a:hover {
  background: #dd4b39;
  color: #fff;
  cursor: pointer;
}
.cartbar.state .spec {
  color: #888;
}
.cartbar.state .spec span:first-child {
  color: #000;
}
.cartbar.state .spec i {
  font-weight: bold;
  padding-left: 5px;
  letter-spacing: 1px;
  font-style: normal;
}
.cartbar.price.sav {
  color: #1dbf21;
}
.cartbar.price.refund {
  color: #dd4b39;
}
.cartbar.price .spec {
  text-align: right;
}
.cartbar.price .strike {
  text-decoration: line-through;
}
.cartbar.price .return {
  color: #dd4b39;
}
.cartbar .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cartbar.price,
.cartbar.subtotal {
  width: 10%;
  color: #de9808;
}
.cart .cartbar.delivery {
  width: 14.5%;
}
.cart .cartbar.notes {
  width: 24%;
}
.order-title {
  background: transparent;
  margin: 0;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  font-weight: bold;
}
.cart-box.order-title:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
          box-shadow: 0 0 0 rgba(0,0,0,0);
}
.cart-box.used .cartbar.del {
  display: none;
}
.table-box .cart-box.order-list,
.table-box a.cart-box.order-list {
  background-color: transparent;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
          box-shadow: 0 0 0 rgba(0,0,0,0);
  border-radius: 0;
  font-weight: normal;
}
.table-box .cart-box.order-list a.btn,
.table-box a.cart-box.order-list a.btn {
  border: 1px solid #999;
  border-radius: 6px;
  color: #999;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  font-size: 0.9em;
}
.table-box .cart-box.order-list tr:nth-child(2n+1),
.table-box a.cart-box.order-list tr:nth-child(2n+1) {
  background: rgba(255,255,255,0.5);
}
.table-box a.cart-box.order-list:hover {
  background-color: #eee;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
          box-shadow: 0 0 0 rgba(0,0,0,0);
  cursor: pointer;
}
.table-box .cartbar.num {
  color: #000;
}
.table-box .cartbar.dtime {
  color: #333;
}
.table-box .cartbar.state {
  color: #000;
}
.table-box .cartbar.price {
  color: #de9808;
}
.table-box .cart-list .cart-box .cartbar.name {
  display: block;
}
.table-box .cart-list .cart-box .cartbar.note {
  color: #444a4f;
}
.shipment {
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.shipment:before {
  content: "+";
}
.shipment .price {
  color: #de9808;
  font-size: 1.2em;
}
.total {
  text-align: right;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.total .price {
  color: #de9808;
  font-size: 2rem;
}
.payment-detail {
  border-top: 1px solid #e4e8eb;
  margin-bottom: 10px;
}
.payment-detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
  border-bottom: 1px solid #e4e8eb;
}
.payment-detail .item .description {
  border-right: 1px solid #e4e8eb;
  font-size: 1rem;
  color: #63717f;
  padding: 0.5rem 1rem;
}
.payment-detail .item .value {
  min-width: 15rem;
  color: rgba(0,0,0,0.8);
  word-wrap: break-word;
  padding: 0.5rem 1rem;
}
.payment-detail .item .value.price {
  color: #de9808;
  font-size: 1rem;
}
.cart-addprd .cartbar.del a {
  display: none !important;
}
.store {
  margin: 20px 0;
}
.store .store-name {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
}
.store .store-order-id {
  display: inline-block;
  border-left: 1px solid #de9808;
  padding-left: 10px;
  font-size: 1rem;
}
.store .store-order-id .num {
  display: inline-block;
  color: #de9808;
  font-size: 1.4rem;
  font-weight: bold;
}
.store .order-take {
  display: inline-block;
  color: #fff;
  background: #de9808;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  margin-left: 10px;
}
table.table-box {
  width: 100%;
}
table.table-box thead.cart-box,
table.table-box tbody.cart-box {
  display: table-header-group;
}
table.table-box thead.cart-box tr,
table.table-box tbody.cart-box tr {
  width: 100%;
  display: table-row;
}
table.table-box thead.cart-box tr td,
table.table-box tbody.cart-box tr td {
  min-width: 80px;
  display: table-cell;
  padding: 15px;
}
table.table-box thead .cartbar {
  font-weight: bold;
}
table.table-box tbody tr:hover {
  background: #fafafa;
  cursor: pointer;
}
label {
  font-weight: normal;
}
ul.prd-add >li >input[type=radio],
ul.prd-gift >li >input[type=radio],
ul.prd-add >li >input[type=checkbox],
ul.prd-gift >li >input[type=checkbox] {
  display: none;
}
ul.prd-add >li >input[type=radio] + label,
ul.prd-gift >li >input[type=radio] + label,
ul.prd-add >li >input[type=checkbox] + label,
ul.prd-gift >li >input[type=checkbox] + label {
  cursor: pointer;
}
ul.prd-add >li >input[type=radio] + label:before,
ul.prd-gift >li >input[type=radio] + label:before,
ul.prd-add >li >input[type=checkbox] + label:before,
ul.prd-gift >li >input[type=checkbox] + label:before {
  font-size: 19px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
  margin-bottom: 5px;
  content: "\00a0";
  color: #fff;
  background-clip: padding-box;
  background-color: #e6e6e6;
  text-align: center;
  border-radius: 6px;
}
ul.prd-add >li >input[type=radio]:checked + label:before,
ul.prd-gift >li >input[type=radio]:checked + label:before,
ul.prd-add >li >input[type=checkbox]:checked + label:before,
ul.prd-gift >li >input[type=checkbox]:checked + label:before {
  background-color: #1dbf21;
  border-color: #1dbf21;
  -webkit-box-shadow: 0 0 0 0 #e6e6e6;
          box-shadow: 0 0 0 0 #e6e6e6;
  font-family: FontAwesome;
  content: "\f00c";
}
.checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkout .title {
  font-size: 1.4em;
}
.checkout .p-info {
  margin: 10px 0 40px;
}
.checkout input,
.checkout select {
  margin: 5px 0 10px;
}
.checkout .p-info input[type=radio],
.checkout .p-info input[type=checkbox] {
  display: none;
}
.checkout .p-info input[type=radio] + label,
.checkout .p-info input[type=checkbox] + label {
  cursor: pointer;
}
.checkout .p-info input[type=radio] + label:before,
.checkout .p-info input[type=checkbox] + label:before {
  font-size: 19px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
  margin-bottom: 5px;
  content: "\00a0";
  color: #fff;
  background-clip: padding-box;
  background-color: #e6e6e6;
  text-align: center;
  border-radius: 6px;
}
.checkout .p-info input[type=radio]:checked + label:before,
.checkout .p-info input[type=checkbox]:checked + label:before {
  background-color: #1dbf21;
  border-color: #1dbf21;
  -webkit-box-shadow: 0 0 0 0 #e6e6e6;
          box-shadow: 0 0 0 0 #e6e6e6;
  font-family: FontAwesome;
  content: "\f00c";
}
.checkout ul {
  margin: 0;
}
.checkout ul li {
  display: inline-block;
}
.checkout ul li >input[type=radio] {
  display: none;
}
.checkout ul li >input[type=radio] + label {
  border: 1px solid #808080;
  padding: 6px 16px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
}
.checkout ul li >input[type=radio]:checked + label {
  border: 1px solid #1dbf21;
  background: #1dbf21;
  color: #fff;
}
.overlayer {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 99;
  top: 0;
}
.payments {
  background: #f5f7f8;
  padding: 30px;
  margin: 10px 0;
}
.member ul.user-nav {
  background: rgba(255,255,255,0.5);
  padding: 0;
}
.member ul.user-nav li {
  float: left;
}
.member ul.user-nav li a {
  display: block;
  padding: 10px 20px;
  border-bottom: 4px solid transparent;
  color: #777;
  text-decoration: none;
}
.member ul.user-nav li a:hover {
  background: #de9808;
  color: #fff;
}
.member ul.user-nav li a.selected {
  background: #fff;
  border-bottom: 4px solid #de9808;
}
.member ul.user-nav li a.selected:hover {
  background: #fff;
  color: #333;
}
.member ul.user-nav li a i {
  margin-right: 5px;
}
.member ul.user-nav li:last-child {
  float: left;
}
.user-content {
  background: #fff;
  padding: 20px 20px 30px;
}
.user-content .title {
  font-size: 1.4em;
}
.p-info input,
.p-info select {
  margin: 5px 0 10px;
}
@media (min-width: 1199.98px) {
  .member ul.user-nav li:last-child {
    float: right;
  }
}
.login {
  background: #fff;
  border-radius: 4px;
  padding: 15px 15px 20px;
}
.login .title {
  font-size: 1.6em;
  margin: 0 auto 20px;
}
.login #tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -40px;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
.login #tab li {
  list-style: none;
  width: 100%;
}
.login #tab li a {
  background: #f5f7f8;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.login #tab li a .title {
  font-size: 1.4em;
  margin: 0 auto 20px;
}
.login #tab li a.selected {
  background: #fff;
}
.login #tab li a.selected:hover {
  color: #12171c;
  cursor: default;
}
.index-prd-list {
  position: relative;
}
.index-prd-list h1 {
  margin: 0 auto;
  display: block;
  color: #fff;
  text-shadow: 0 5px 40px #000;
}
.index-prd-list h1.underline:after {
  border-color: #fff;
}
.index-prd-list ul {
  list-style: none;
  padding: 0;
  padding-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.index-prd-list ul li {
  padding-bottom: 40px;
  width: 100%;
  float: left;
  padding: 15px;
}
.index-prd-list ul li:first-child {
  width: 100%;
}
.index-prd-list ul li:last-child {
  width: 100%;
}
.index-prd-list ul li:last-child a span.img {
  padding-bottom: calc(50% - 15px);
}
.index-prd-list ul li a {
  border-radius: 10px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
}
.index-prd-list ul li a span {
  color: #666;
  display: block;
  font-size: 0.9em;
  padding: 0 10px 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.index-prd-list ul li a span.img {
  background-size: cover;
  border-radius: 10px;
  background-position: 50% 50%;
  width: 100%;
  padding-bottom: 100%;
}
.index-prd-list ul li a span.img img {
  display: none;
}
.index-prd-list ul li a span.title {
  color: #fff;
  font-size: 2em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.index-prd-list ul li a span.price {
  color: #fff;
  font-size: 1em;
  height: 40px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.index-prd-list ul li a:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
          box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  top: -5px;
}
.index-prd-list ul li a:hover span.img {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}
.index-prd-list ul li a:hover span.title,
.index-prd-list ul li a:hover span.price {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 767px) {
  .index-prd-list ul li {
    width: 33%;
  }
  .index-prd-list ul li:first-child {
    width: 33%;
  }
  .index-prd-list ul li:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .index-prd-list ul li {
    width: 25%;
  }
  .index-prd-list ul li:first-child {
    width: 50%;
  }
  .index-prd-list ul li:last-child {
    width: 50%;
  }
}
.faq-order-number {
  text-align: center;
  margin: 20px 0;
}
.faq-order-number .num {
  font-size: 1.1em;
}
.faq-order-number .num:after {
  content: ":";
  padding: 0 2px;
}
.faq-comment {
  text-align: center;
}
.faq-comment textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  font-size: 1.1em;
}
.faq-comment textarea::-webkit-input-placeholder {
  color: #aaa;
}
.faq-comment textarea:-moz-placeholder {
  color: #aaa;
}
.faq-comment textarea::-moz-placeholder {
  color: #aaa;
}
.faq-comment textarea:-ms-input-placeholder {
  color: #aaa;
}
.faq-comment .btn {
  background: #de9808;
  color: #fff;
  margin-top: 10px;
  padding: 5px 20px;
}
.faq-item {
  background: #f9f9f9;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px 0;
  font-size: 1.1em;
}
.faq-item:last-child {
  border-bottom: 0;
}
.faq-item .q-title {
  text-align: center;
  margin-bottom: 0px;
  font-weight: bold;
}
.faq-item .qa-q {
  margin-top: 0;
  text-align: right;
}
.faq-item .qa-q .q-cont {
  padding: 20px;
}
.faq-item .qa-a {
  margin-top: 20px;
}
.faq-item .qa-a .q-cont {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #eee;
}
@media only screen and (max-width: 1199.98px) {
  .faq-item .qa-q {
    text-align: left;
  }
  .faq-item .qa-a {
    text-align: left;
  }
}
.top-ad img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1199.98px) {
  .top-ad img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.size-btn {
  display: block;
  border: 2px solid #333;
  max-width: 100px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 36px;
  color: #12171c;
  z-index: 99;
  margin-bottom: 10px;
}
.size-btn:hover {
  color: #0a51a0;
  background: #ffce1f;
}
.size-btn:before {
  content: "\f182";
  padding: 0 5px;
}
#zipcode {
  padding: 0 10px;
  border-radius: 4px;
}
#county,
#district {
  padding: 0 10px !important;
}
#county option,
#district option {
  padding: 0;
  white-space: normal;
}
.search.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}
.search.box input#search {
  height: 40px;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 0;
  font-size: 14px;
  float: left;
  color: #63717f;
  padding-left: 20px;
  -webkit-transition: background 0.55s ease;
  -o-transition: background 0.55s ease;
  transition: background 0.55s ease;
}
.search.box input#search:hover,
.search.box input#search:focus,
.search.box input#search:active {
  background: #f5f7f8;
  outline: none;
}
.search.box button.icon {
  background: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
  height: 40px;
  width: 50px;
  color: #12171c;
  font-size: 10pt;
  -webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.container-1:hover button.icon,
.container-1:active button.icon,
.container-1:focus button.icon {
  outline: none;
}
.slider-for .img,
.slider-nav .img {
  height: 400px;
  max-width: 100%;
  width: 100%;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.slider-for .img img,
.slider-nav .img img {
  max-width: 100%;
  width: 100%;
  visibility: hidden;
  display: none;
}
.slider-for .img {
  height: 400px;
}
.slider-nav {
  border: 1px solid #ccc;
}
.slider-nav .img {
  border-right: 1px solid #ccc;
  height: 100px;
}
.slider-nav .img:last-child {
  border-right: 0;
}
.tab-content .tab-pane {
  min-width: 100%;
}
#notice ul {
  list-style: decimal;
  padding-left: 30px;
}
.order-completed {
  background: #fff;
  text-align: center;
}
.order-completed .completed-icon {
  background: url("../images/order-completed.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px auto;
}
/* -------------------------------- 

Checkboxes

-------------------------------- */
.checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline;
  margin-left: 20px;
}
.checkbox input {
  position: absolute;
  height: 0;
  width: 0;
}
.checkbox input.styled[type=checkbox]:checked + label {
  text-decoration: none;
}
.checkbox label {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 3px;
  font-size: 11px;
  color: #30a5ff;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eee;
  cursor: not-allowed;
}
.radio-inline,
.checkbox-inline,
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
}
.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="radio"]:checked + label::before {
  background-color: #de9808;
  border-color: #de9808;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #30a5ff;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio input[type="radio"] + label::after {
  background-color: #de9808;
}
.radio input[type="radio"]:checked + label::before {
  border-color: #de9808;
}
.radio input[type="radio"]:checked + label::after {
  background-color: #de9808;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
option.enable {
  color: #f00;
  font-size: 24px;
}
body.modal-open {
  padding: 0 !important;
}
.modal {
  padding: 0 !important;
  height: 100%;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 100%;
}
.modal .modal-dialog .modal-content {
  border: 0 !important;
  border-radius: 0 !important;
  height: 100%;
}
.modal .modal-dialog .modal-content button.close {
  font-size: 2rem;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #eee;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  z-index: 99;
  opacity: 1;
  -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1);
          box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  height: 100%;
}
.prd-content {
  position: relative;
  height: 100%;
}
.prd-content .row {
  height: 100%;
}
.prd-content .img-flex {
  height: 40%;
}
.prd-content .img-flex .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.prd-content .img-flex .img img {
  display: none;
}
.prd-content .order-flex {
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prd-content .order-flex .order-content {
  overflow-y: scroll;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 0%;
          flex: 2 1 0%;
  padding: 0 15px;
}
.prd-content .order-flex .order-content .title {
  border-bottom: 2px solid #12171c;
  color: #12171c;
  font-size: 2rem;
  padding: 0 0 5px;
}
.prd-content .order-flex .order-footer {
  height: 80px;
  width: 100%;
  -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1);
          box-shadow: 0 5px 30px rgba(0,0,0,0.1);
  padding: 20px 0;
}
.prd-content .order-flex .order-footer .row [class*=col-] {
  padding: 0 15px;
}
.prd-content .order-flex .order-footer .input-group input.form-control {
  text-align: center;
  margin: 0 10px;
  padding: 0;
  background: #e4e8eb;
  border: 0;
}
.prd-content .order-flex .order-footer .input-group .input-group-prepend button {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #1dbf21;
  color: #fff;
}
@media (min-width: 768px) {
  .prd-content .img-flex,
  .prd-content .order-flex {
    height: 100%;
  }
}
.radio-select,
.checkbox-select {
  padding: 15px;
}
.radio-select .custom-radio .custom-control-label,
.checkbox-select .custom-radio .custom-control-label,
.radio-select .custom-checkbox .custom-control-label,
.checkbox-select .custom-checkbox .custom-control-label {
  font-size: 1rem;
  padding-left: 0.5rem;
  margin-bottom: 10px;
}
.radio-select .custom-radio .custom-control-label:before,
.checkbox-select .custom-radio .custom-control-label:before,
.radio-select .custom-checkbox .custom-control-label:before,
.checkbox-select .custom-checkbox .custom-control-label:before {
  width: 1.4rem;
  height: 1.4rem;
  top: 0.1rem;
  background-color: #e4e8eb;
}
.radio-select .custom-radio .custom-control-label:after,
.checkbox-select .custom-radio .custom-control-label:after,
.radio-select .custom-checkbox .custom-control-label:after,
.checkbox-select .custom-checkbox .custom-control-label:after {
  width: 1.4rem;
  height: 1.4rem;
  top: 0.1rem;
}
.radio-select .custom-radio .custom-control-input:checked~.custom-control-label:before,
.checkbox-select .custom-radio .custom-control-input:checked~.custom-control-label:before,
.radio-select .custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.checkbox-select .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  background-color: #1dbf21;
}
.input-group .form-control,
.input-group .input-group-prepend,
.input-group .input-group-append {
  background: rgba(255,255,255,0.5);
}
.input-group .form-control,
.input-group .input-group-prepend button,
.input-group .input-group-append button {
  border-color: #63717f;
}
.addCartBlk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255,255,255,0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1);
          box-shadow: 0 0 1px rgba(0,0,0,0.1);
  z-index: 99;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.custom-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  height: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-check input:checked ~ .checkmark {
  background-color: #1dbf21;
}
.custom-check input:checked ~ .checkmark:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
  border-radius: 8px;
}
.checkmark:after {
  content: "\f00c";
  color: #fff;
  font-weight: bold;
  position: absolute;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
