@charset "UTF-8";
/*版面基本
--------------------------------------------------------*/
/*全域*/
body {
  font-size: 16px;
  font-family: 'Roboto', Arial, "微軟正黑體", "Microsoft JhengHei", Helvetica;
  color: #555;
  margin: 0 auto; }

.main {
  background: #fff;
  margin: 0 auto; }

ul, ol {
  padding: 0; }

li {
  list-style: none; }

button, input, optgroup, select, textarea {
  max-width: 100%; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0); }

a, button {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear; }

input:active, input:focus, button:active, button:focus {
  outline: 0 !important; }

.am-form input[type=number]:focus, .am-form input[type=search]:focus, .am-form input[type=text]:focus, .am-form input[type=password]:focus, .am-form input[type=datetime]:focus, .am-form input[type=datetime-local]:focus, .am-form input[type=date]:focus, .am-form input[type=month]:focus, .am-form input[type=time]:focus, .am-form input[type=week]:focus, .am-form input[type=email]:focus, .am-form input[type=url]:focus, .am-form input[type=tel]:focus, .am-form input[type=color]:focus, .am-form select:focus, .am-form textarea:focus, .am-form-field:focus {
  border-color: #aaa;
  box-shadow: none; }

a {
  color: #000; }

#portfoliolist {
  padding: 15px; }

/*	Loading
--------------------------------------------------------*/
#loading {
  min-height: 200px;
  min-height: 50vh;
  width: 100%; }

.loading-warp {
  position: absolute;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.loading-icon {
  height: 60px;
  width: 60px;
  border: 5px solid #006BC8;
  border-radius: 100%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  animation: rotate .5s infinite linear; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*	按鈕
--------------------------------------------------------*/
.btn {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  border: 0;
  cursor: pointer;
  width: 200px; }

.btn:hover, .btn:focus {
  outline: 0; }

.btn-main {
  color: #fff;
  background: #000; }
  @media all and (max-width: 1200px) {
    .btn-main {
      background: #103063; } }

.btn-main:hover, .btn-main:focus {
  color: #fff;
  background: #333; }

.btn-border {
  color: #666;
  border: 1px solid #aaa;
  background: transparent; }

.btn-border:hover {
  color: #444;
  border: 1px solid #444; }

/* 0.版面配置
--------------------------------------------------*/
.am-container, .am-g-fixed {
  max-width: 1200px;
  position: relative; }

/*選單系列*/
/* utility-nav
--------------------------------------------------*/
.utility-nav {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 998;
  display: none; }

.utility-nav a {
  display: block;
  color: #fff;
  background-color: #A2A2A2;
  opacity: 0.5;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 6px; }

.utility-nav .cart-fixed {
  background-color: #3155a5;
  color: #FFF;
  opacity: .8; }

.utility-nav .cart-fixed:hover,
.utility-nav .cart-fixed:focus {
  color: #fff;
  background-color: #419A28; }

.utility-nav a:hover {
  opacity: 0.9;
  /*padding-right: 5px;*/
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear; }

/*選單系列*/
/* 1. Navbar
 --------------------------------------------------  */
#head {
  z-index: 999;
  top: 0;
  width: 100%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  height: 90px; }
  #head .am-topbar {
    border: none;
    border-width: 0;
    margin-bottom: 0;
    background: transparent;
    margin: 0 auto;
    padding: 5px 0  0 0; }
    #head .am-topbar h1.logo {
      margin: 0; }
      #head .am-topbar h1.logo a {
        display: inline-block; }
      #head .am-topbar h1.logo img {
        width: 410px; }
    #head .am-topbar a {
      color: #000; }
    #head .am-topbar .language {
      position: absolute;
      top: 5px;
      right: 8px;
      font-size: 13px;
      height: 26px; }
    #head .am-topbar .left-menu-btn {
      padding: 5px;
      width: 44px;
      text-align: center;
      height: 44px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      top: 5px;
      right: 5px;
      font-size: 21px; }
    #head .am-topbar .left-menu-btn:hover,
    #head .am-topbar .left-menu-btn:focus,
    #head .am-topbar .left-menu-btn:active {
      color: #000;
      background: transparent; }

/*-----------PC選單------------------*/
.pc-view > .nav2 {
  position: absolute;
  right: 0;
  top: 30px; }
.pc-view .leftnav h2 {
  padding: 0 10px;
  font-size: 24px;
  line-height: 23px;
  color: #666;
  border-left: 5px solid #0e90d2;
  margin-bottom: 10px; }
  .pc-view .leftnav h2 + ul {
    margin: 0; }
.pc-view .leftnav li a {
  display: block;
  padding: 7px 0;
  padding-left: 20px;
  border-bottom: 1px #CCC dotted;
  color: #666; }
.pc-view .leftnav li a:hover,
.pc-view .leftnav li a:focus,
.pc-view .leftnav li a:active {
  outline: 0;
  background: #f0f0f0; }

/*搜尋*/
.search-bar {
  max-width: 320px;
  margin-right: auto;
  position: absolute;
  left: 450px;
  top: 24px; }
  @media (max-width: 1199px) {
    .search-bar {
      bottom: -45px;
      left: 0;
      right: 0;
      top: inherit;
      position: absolute;
      margin-left: inherit;
      max-width: 100%; } }

/*上方功能選單*/
.m-view {
  display: none !important; }

.search-bar-mobile {
  z-index: 999; }
  @media (max-width: 639px) {
    .search-bar-mobile {
      position: absolute;
      right: 0;
      top: 75px; } }
  @media (max-width: 479px) {
    .search-bar-mobile {
      position: absolute;
      right: 0;
      top: 55px; } }

.navbar-nav > li {
  text-align: center;
  float: left; }
  .navbar-nav > li + li {
    margin: 0; }

.navbar-nav > li > a {
  display: block;
  padding: 0 25px;
  font-weight: bold;
  font-size: 16px; }
  @media (max-width: 979px) {
    .navbar-nav > li > a {
      font-size: 18px; } }
  .navbar-nav > li > a [class*=am-icon-] {
    margin-left: 3px;
    opacity: 0.7; }
    .navbar-nav > li > a [class*=am-icon-]:before {
      content: "\f107"; }

.navbar-nav > li > a:last-of-type {
  padding-right: 0; }

/*amazui主選單變更*/
.am-dropdown-content {
  min-width: 500px;
  z-index: 1093; }

.am-dropdown-header {
  font-size: 16px;
  float: left;
  padding: 0; }

ul.am-dropdown-content > li > a {
  padding: 6px 20px; }

ul.am-dropdown-content > li > a:hover, ul.am-dropdown-content > li > a:focus {
  color: #4080ff;
  background: transparent; }

/*側欄縮合選單*/
.am-list {
  margin: 0;
  padding-left: 0; }

.am-list > li {
  display: block;
  background: #0036A0;
  border: none;
  border-bottom: solid 1px #758acd;
  border-top: solid 1px #020066;
  text-align: center;
  vertical-align: middle;
  padding: 0; }

.am-list > li::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  border-bottom: solid 1px #fff;
  font-size: 0;
  line-height: 0; }

.am-list > li > a {
  color: #000; }

.am-list > li li {
  background: #3a5fb5; }

.am-fr {
  float: right;
  margin-right: 15px; }

.input-group {
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .am-form-field,
  .input-group .input-group-addon,
  .input-group .input-group-btn {
    display: table-cell; }
  .input-group .am-form-field {
    color: #757575;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
    height: 36px;
    border-radius: 2px 0 0 2px;
    border-right: none; }
    @media all and (max-width: 1200px) {
      .input-group .am-form-field {
        height: 44px;
        background: #dddddd;
        border: none; } }
    .input-group .am-form-field:hover, .input-group .am-form-field:focus {
      border: 1px solid #444;
      border-right: none;
      outline: 0;
      box-shadow: none; }
      .input-group .am-form-field:hover + .area-dpdown .styled-select select, .input-group .am-form-field:focus + .area-dpdown .styled-select select {
        border-color: #666; }
  .input-group .input-group-btn {
    position: relative;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
    .input-group .input-group-btn button {
      height: 36px;
      padding: .5em 1.5em;
      border-radius: 0 2px 2px 0; }
      @media all and (max-width: 1200px) {
        .input-group .input-group-btn button {
          height: 44px; } }

/* 9. Banner
 --------------------------------------------------  */
.mainBanner .slogan {
  position: absolute;
  right: 36px;
  top: 60%;
  width: 100%;
  padding: 10px;
  z-index: 9; }
  .mainBanner .slogan span {
    color: #fff;
    text-shadow: 2px 2px #434a54; }
  .mainBanner .slogan h1 {
    font-size: 36px; }
  .mainBanner .slogan h2 {
    font-size: 27px;
    font-family: Times New Roman !important;
    margin: 0; }
  .mainBanner .slogan h3 {
    text-align: left;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 15px;
    font-size: 28px;
    font-family: Times New Roman !important;
    margin: 0;
    text-align: center; }

@keyframes placeHolderShimmer {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: -100% 0; } }
.main-banner {
  margin: 0px auto;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.main-banner h2 {
  color: #fff;
  font-weight: 300;
  background: #000;
  margin: 0;
  padding: 0 5px;
  display: none; }

.main-banner .am-slider-c2 {
  -webkit-box-shadow: none;
  box-shadow: none; }

.main-banner .am-slider-c2 .am-control-nav li {
  margin-right: 9px; }

.main-banner .am-slider-c2 .am-control-nav li a {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent; }

.main-banner .am-slider-c2 .am-control-nav li a.am-active {
  background: #fff; }

/* 9. footAddress
 --------------------------------------------------  */
.footAddress {
  border-top: 1px solid #d9d9dc;
  padding: 30px 0 10px;
  font-size: 14px;
  letter-spacing: .5px;
  margin-top: 15px;
  background: #dfe3e9;
  background: #fff url(img/contentfooter_bg.png) repeat-x; }

.footAddress h2 {
  color: #15225b;
  margin: 5px 0 25px; }

.footAddress h3 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #000; }

.footAddress li {
  padding-bottom: 4px;
  word-break: break-word; }

.footAddress li label {
  margin-bottom: 0; }

.footAddress .social {
  float: left; }

.footAddress .social li {
  float: left;
  margin-right: 10px; }

.footAddress .social li span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #15225b;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
  cursor: pointer; }

.footAddress .social li span:hover {
  background: #3048b3; }

/* 10. Footer
 --------------------------------------------------  */
#foot {
  background: #000;
  padding: 20px 0px;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff; }

#foot a, #foot li {
  color: #fba51c; }

#foot a:hover {
  color: #fff;
  text-decoration: underline; }

#foot .copyright {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

#foot .fb-like {
  top: 10px; }

#foot .links ul {
  padding-right: 40px;
  margin-top: 14px;
  display: inline-table;
  margin: 0 10px; }

#foot .links ul:first-of-type {
  padding-right: 0; }

#foot .links ul h3 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px; }

#foot .links ul li {
  padding-bottom: 4px; }

#foot .links ul.contact li {
  /*color: #fff;*/
  font-size: 16px; }

#foot .links ul.contact a {
  /*color: #fff;*/ }

/* Tooltip */
#foot .ftooltip {
  display: inline;
  position: relative;
  z-index: 999; }

#foot .ftooltip-content {
  position: absolute;
  z-index: 9999;
  width: 100px;
  height: 100px;
  padding-top: 0px;
  left: 50%;
  margin-left: -50px;
  bottom: 100%;
  border-radius: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  margin-bottom: 25px;
  cursor: default;
  pointer-events: none; }

#foot .ftooltip-content img {
  opacity: 0;
  width: 90px;
  /*margin-top: -10px;*/ }

#foot .ftooltip:hover .ftooltip-content,
#foot .ftooltip:hover .ftooltip-content img {
  opacity: 1; }

#foot .ftooltip-effect-2 .ftooltip-content {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

#foot .ftooltip-effect-2 .ftooltip-content img {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s; }

/* Arrow */
#foot .ftooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -7px 0 0 -15px;
  width: 30px;
  height: 20px;
  background: url(img/tooltip1.svg) no-repeat center center;
  background-size: 100%; }

.share-group {
  display: none; }

/*Banner*/
.bannerSection {
  padding: 5px;
  background: #e5e5e5; }

.mainBanner {
  border: solid 1px #4665bb;
  height: 100%;
  overflow: hidden; }
  @media all and (max-width: 768px) {
    .mainBanner {
      height: 100%; } }

/* About Us
 --------------------------------------------------  */
#about {
  padding: 0; }
  #about h3 {
    color: #000000;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 5px;
    padding: 2px 15px; }
    #about h3 > span {
      display: block;
      font-size: 18px; }
  #about .ghost {
    color: #4665bb;
    border: solid 1px #4665bb;
    background-color: transparent !important;
    position: relative;
    min-width: 200px;
    padding: 10px 40px;
    font-size: inherit;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    margin: 0 20px 20px 0; }
  #about .product-div {
    text-align: left;
    font-size: 17px;
    padding: 15px; }

/*7.News
 -------------------------------------------------- */
#news {
  padding: 50px 0; }

#news li {
  margin-bottom: 20px; }

#news li h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000; }

#news img {
  width: 100%;
  max-width: 560px; }

ul#ulrss-styled {
  margin-bottom: 15px; }

/* 8. 消息
 --------------------------------------------------  */
#alive {
  padding: 3em 0 5em 0;
  -webkit-background-size: cover;
  background-size: cover; }
  #alive .pc-container {
    min-height: calc(50vh - 20px); }
  #alive h3 {
    color: #3b539a;
    font-size: 18px;
    font-weight: 400;
    margin: 0; }
  #alive .product-div {
    border: 1px solid #fbd38e; }

.product-div {
  position: relative;
  height: 100%;
  background: #fff;
  padding: 5px; }
  .product-div span {
    display: inline-block;
    color: #0e90d2;
    font-size: 14px; }
  .product-div .tags {
    display: none !important; }
  .product-div .img-wrap {
    position: relative;
    overflow: hidden;
    background: #fff; }
    .product-div .img-wrap a {
      display: block;
      padding-bottom: 70%;
      width: 100%;
      height: 100%; }
      .product-div .img-wrap a img {
        width: 100%;
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 0;
        left: 0;
        min-height: 100%;
        -webkit-backface-visibility: hidden;
        -ms-transform: translateY(-50%) translateZ(0);
        -webkit-transform: translateY(-50%) translateZ(0);
        transform: translateY(-50%) translateZ(0);
        transition: opacity 0.2s linear; }
  .product-div .info-wrap {
    padding: 7px 10px 12px;
    padding-top: 5px;
    overflow: hidden;
    clear: both;
    border-top: 1px solid #ededed; }
    .product-div .info-wrap h3 {
      font-weight: normal;
      margin: 0; }

/* 8. 扶輪相簿
 --------------------------------------------------  */
#ulAlbum {
  padding: 3em 0 5em 0;
  -webkit-background-size: cover;
  background-size: cover; }
  #ulAlbum .pc-container {
    min-height: calc(50vh - 20px); }
  #ulAlbum .APPLDate {
    display: block !important;
    font-size: 12px;
    color: #a9a9a9; }
  #ulAlbum h3 {
    color: #3b539a;
    font-size: 15px;
    font-weight: 400;
    margin: 0; }
  #ulAlbum .product-div {
    border: 1px solid #fbd38e; }

/*招募*/
#active {
  padding: 30px 0 50px 0;
  text-align: center;
  background: linear-gradient(315deg, #4665bb 0, #222952 100%) !important; }
  #active h2 {
    color: #4665bb;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    margin: 0 0 30px 0; }
  #active a {
    display: inline-block;
    color: #4665bb;
    border: solid 1px #4665bb;
    background-color: transparent !important;
    padding: 5px;
    font-weight: bold; }
  #active .lineWrap {
    width: 80%;
    margin: 10px auto;
    position: relative;
    background: none transparent !important;
    border: solid 1px #4665bb;
    font-weight: 300;
    padding: 3em 0;
    font-size: 18px;
    color: #fff; }

/* 2018-18介紹
---------------------------------------------------*/
#main {
  overflow: hidden; }
  #main section.mb80 {
    margin-top: 80px;
    max-width: 1170px;
    margin: 0 auto;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  #main section h2 {
    text-align: center;
    font-size: 2em; }
    #main section h2::after {
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      margin: 10px auto; }
  #main section .cont_box .col-set {
    height: auto;
    position: relative;
    margin-top: 100px;
    width: 100%;
    box-sizing: border-box;
    /*社長的話*/
    /*youtube*/
    /*.col-set .frame*/
    /*.col-set .image*/ }
    @media all and (max-width: 640px) {
      #main section .cont_box .col-set {
        margin-top: 0; } }
    #main section .cont_box .col-set.box1 .image {
      text-align: right; }
      @media all and (max-width: 640px) {
        #main section .cont_box .col-set.box1 .image {
          text-align: center; } }
      @media all and (max-width: 480px) {
        #main section .cont_box .col-set.box1 .image {
          width: 98%;
          position: relative; } }
      #main section .cont_box .col-set.box1 .image img {
        max-width: 90%;
        height: auto; }
        @media all and (max-width: 640px) {
          #main section .cont_box .col-set.box1 .image img {
            max-width: 100%; } }
    #main section .cont_box .col-set.box2 {
      margin-top: 160px;
      margin-bottom: 120px; }
      @media all and (max-width: 640px) {
        #main section .cont_box .col-set.box2 {
          margin: 20px 0; } }
      #main section .cont_box .col-set.box2 .image {
        /*image>img*/
        /*image>iframe*/ }
        @media all and (min-width: 960px) {
          #main section .cont_box .col-set.box2 .image {
            left: 0;
            top: -60px;
            width: 90%; } }
        @media all and (min-width: 641px) and (max-width: 959px) {
          #main section .cont_box .col-set.box2 .image {
            left: 0;
            top: -60px;
            width: 90%; } }
        @media all and (max-width: 640px) {
          #main section .cont_box .col-set.box2 .image {
            max-width: 100%;
            width: 100%;
            z-index: 10;
            padding: 5px;
            position: static;
            display: table; } }
        #main section .cont_box .col-set.box2 .image img {
          max-width: 90%;
          height: auto; }
        @media all and (min-width: 1200px) {
          #main section .cont_box .col-set.box2 .image iframe {
            height: 400px;
            width: 650px; } }
        @media all and (min-width: 961px) and (max-width: 1199px) {
          #main section .cont_box .col-set.box2 .image iframe {
            height: 320px;
            width: 550px; } }
        @media all and (min-width: 641px) and (max-width: 960px) {
          #main section .cont_box .col-set.box2 .image iframe {
            height: 290px;
            width: 426px; } }
        @media all and (max-width: 640px) {
          #main section .cont_box .col-set.box2 .image iframe {
            height: 300px;
            width: 100%; } }
      #main section .cont_box .col-set.box2 .frame {
        float: right;
        padding: 5% 5% 5% 12%; }
        @media all and (max-width: 640px) {
          #main section .cont_box .col-set.box2 .frame {
            float: none; } }
    #main section .cont_box .col-set .frame {
      padding: 5% 12% 5% 5%;
      width: 100%;
      margin-bottom: 30px;
      position: relative;
      background: #ddd;
      color: #000;
      /*.frame>h3*/
      /*.col-set .frame>.btn*/
      /*.frame>.btn end*/ }
      @media all and (max-width: 640px) {
        #main section .cont_box .col-set .frame {
          width: 98%;
          text-align: center;
          margin: 0 auto;
          padding: 5% 8%; } }
      #main section .cont_box .col-set .frame h3 {
        margin: 2px 0;
        font-size: 24px;
        font-weight: 300; }
      #main section .cont_box .col-set .frame p {
        font-size: 1.1em;
        text-align: justify; }
        @media all and (max-width: 640px) {
          #main section .cont_box .col-set .frame p {
            text-align: center; } }
      #main section .cont_box .col-set .frame .btn .ghost {
        color: #4665bb;
        border: solid 1px #4665bb;
        background-color: transparent !important; }
      #main section .cont_box .col-set .frame .btn > * {
        position: relative;
        min-width: 200px;
        padding: 10px 40px;
        font-size: inherit;
        text-align: center;
        text-decoration: none;
        overflow: hidden;
        border: 0 none;
        cursor: pointer;
        outline: none;
        margin: 0 20px 20px 0; }
        @media all and (max-width: 640px) {
          #main section .cont_box .col-set .frame .btn > * {
            min-width: inherit;
            padding: 10px 20px; } }
        #main section .cont_box .col-set .frame .btn > * span {
          position: relative;
          display: inline-block;
          vertical-align: middle; }
        #main section .cont_box .col-set .frame .btn > *:after {
          content: "";
          display: inline-block;
          width: 0px;
          height: 40px;
          vertical-align: middle; }
        #main section .cont_box .col-set .frame .btn > *:before {
          content: "";
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          left: -100%;
          -moz-transition: left .2s ease-out;
          -webkit-transition: left .2s ease-out;
          transition: left .2s ease-out; }
    #main section .cont_box .col-set .image {
      z-index: 10;
      max-width: 100%;
      position: absolute;
      width: 60%;
      right: 0;
      top: -77px; }
      @media all and (max-width: 640px) {
        #main section .cont_box .col-set .image {
          position: relative;
          width: 100%;
          padding: 5px; } }

/*首頁相簿*/
#rss-album img {
  width: 100%;
  max-width: 100% !important;
  max-height: inherit !important; }

#rss-album .info-wrap {
  font-weight: normal; }
  #rss-album .info-wrap a {
    padding: 0; }
  #rss-album .info-wrap p {
    margin: 0; }

/*首頁下方-3510地區新聞網站*/
.news .info-wrap a {
  padding-bottom: 0; }

.news .info-wrap h3 {
  padding-bottom: 5px; }

.news .info-wrap h3 a:hover {
  color: #0e90d2; }

.news .info-wrap .author {
  font-size: 13px;
  color: #a9a9a9;
  margin-top: 0;
  margin-bottom: 0; }

.slick-prev,
.slick-next {
  height: 100%;
  background: #FFA700; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: #ffb933; }

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  z-index: 1; }

.slick-prev {
  left: 0;
  width: 23px; }
  .slick-prev:before {
    content: "\f053";
    color: #fff; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: "\f054";
    color: #fff; }

.slick-slide ul.ad2 li img {
  display: block;
  width: auto;
  height: 120px; }

/* 9. product-div
 --------------------------------------------------  */
.index-product {
  position: relative;
  padding: 50px 0; }
  .index-product h2 {
    color: #000;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    margin: 0 0 30px 0; }
    .index-product h2:after {
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      margin: 5px auto;
      background-color: #4665bb; }
    .index-product h2 a {
      font-weight: normal;
      font-size: 16px;
      float: right; }

.index-product .more {
  position: relative; }

#btnLoad {
  padding: 10px 40px;
  font-size: 18px;
  display: table;
  margin: 0 auto; }

/* 9. newst-product
 --------------------------------------------------  */
#newst-product h2 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px; }

.default-tab .am-nav-tabs {
  margin-bottom: 30px;
  border-bottom: 0; }

.default-tab .am-nav-tabs > li > a {
  margin-right: 25px;
  line-height: 1.6;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #a9a9a9;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  /* color: #f60; */
  /* margin: 15px 0 10px; */
  letter-spacing: .5px; }

.default-tab .am-nav > li > a:focus, .default-tab .am-nav > li > a:hover {
  background-color: transparent;
  border: 0;
  color: #3155a5;
  border-bottom: 3px solid;
  border-color: #3155a5; }

.default-tab .am-nav-tabs > li.am-active > a, .default-tab .am-nav-tabs > li.am-active > a:focus, .default-tab .am-nav-tabs > li.am-active > a:hover {
  color: #000;
  background-color: transparent;
  border: 0;
  border-bottom-color: transparent;
  cursor: default;
  border-bottom: 3px solid; }

.default-tab .am-tabs-bd {
  border: 0; }

.default-tab .am-tabs-bd .am-tab-panel {
  padding: 0; }

/* 9. 最新公告
 --------------------------------------------------  */
.news {
  margin-bottom: 15px; }

.news h2 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px; }

.news li {
  padding-bottom: 4px; }

.news .date {
  color: #a9a9a9;
  font-size: 12px;
  margin-right: 3px;
  margin-bottom: 0; }

.news a {
  color: #000; }

#news-countdown {
  padding: 50px 0;
  background: linear-gradient(#eee 0%, #fff 10%); }

.index-title span {
  border-left: 4px solid #3bb4f2;
  padding-left: 10px; }

#news-countdown .index-title {
  margin-bottom: 0; }

#news-countdown .news {
  margin-top: -30px; }

.news #ulrss-styled {
  display: flex;
  flex-wrap: wrap; }

.news .am-tabs-bd .am-tab-panel {
  padding: 0 0 5px; }

.news .am-nav-tabs {
  border: 0;
  margin-bottom: 10px; }

.news .am-nav-tabs > li {
  float: left;
  margin-bottom: 2px; }

.news .am-nav-tabs > li > a {
  margin-right: 5px;
  background: #BDBDBD;
  color: #fff;
  border: none;
  cursor: pointer; }

.news span.news-date {
  color: #3870CF;
  /*font-family: cursive;*/
  font-size: 12px;
  padding-right: 5px; }

.am-nav > li > a:focus, .am-nav > li > a:hover {
  background: none;
  color: #000; }

.news .am-nav-tabs > li.am-active > a, .news .am-nav-tabs > li.am-active > a:focus, .news .am-nav-tabs > li.am-active > a:hover {
  background: #0036A0;
  color: #fff;
  border: 0; }

.news .am-tabs-bd {
  border: 0; }

.news-list {
  margin-bottom: 10px; }

.news-list .date {
  font-size: 1.4rem;
  margin-right: 5px;
  color: #749BDC; }

.news-list li {
  border-bottom: 1px dashed #ccc;
  padding: 4px 0; }

.news-more {
  color: #f00;
  font-size: 13px;
  padding-left: 5px;
  float: right; }

.hot-store .am-thumbnail {
  margin-bottom: 10px; }

.hot-store p {
  font-size: 14px; }

.hot-store .ad2 img {
  padding: 2px;
  border: 1px solid #ccc; }

.hot-store h2 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px; }

/*首頁廣告*/
.smBanner {
  padding: 3em 0 5em 0;
  -webkit-background-size: cover;
  background-size: cover; }
  .smBanner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .smBanner ul li {
      position: relative;
      margin: 10px 10px 0;
      padding: 10px 10px 0;
      width: 30.3%;
      background: #fff;
      -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16); }

/*扶輪消息*/
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .product-list .product-div-wrap {
    padding: 0 5px;
    margin-bottom: 15px; }

/*	各社新聞
--------------------------------------------------------*/
#B1Blog .APPLKIND, #B1Blog2 .APPLKIND {
  display: none; }
#B1Blog .info-wrap .APPLDate, #B1Blog2 .info-wrap .APPLDate {
  display: block !important;
  font-size: 12px;
  color: #a9a9a9; }

@media (min-width: 641px) and (max-width: 1024px) {
  #blog2 li:nth-child(9), #blog2 li:nth-child(10) {
    display: none; }

  #DefaultVideo li:last-of-type, #rss-album li:last-of-type {
    display: none; } }
.inside-wrap {
  min-height: 430px; }

/*左方文章頁*/
.product-main {
  margin-bottom: 30px;
  margin-top: 40px; }
  .product-main h1:first-of-type, .product-main .product-main h2:first-of-type {
    color: #000;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    margin: 0 0 30px 0; }
  .product-main .share-group {
    overflow: hidden;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px; }
  .product-main .shareBtn {
    color: #ccc;
    float: left;
    margin-right: 7px;
    height: 27px;
    line-height: 27px; }
  .product-main .share-ul {
    float: left;
    margin: 0; }
  .product-main .siteLink.show {
    display: inline-block !important; }
  .product-main .buy2 {
    color: #fff;
    background: #006BC8;
    font-size: 16px;
    padding: 4px 2rem;
    margin: 5px 0 7px; }
  .product-main #divACTDESC {
    font-size: 16px;
    line-height: 1.6; }

/*右欄列表頁*/
.related-product > h2 {
  padding: 0 10px;
  font-size: 22px;
  line-height: 27px;
  color: #666;
  border-left: 5px solid #0e90d2;
  margin-bottom: 20px; }
.related-product .product-div-wrap {
  padding: 0;
  margin-bottom: 10; }
  .related-product .product-div-wrap .img-wrap {
    width: 40%;
    float: left;
    padding-right: 10px; }
    .related-product .product-div-wrap .img-wrap a {
      padding-bottom: 65%;
      width: 100%;
      height: 100%; }
      .related-product .product-div-wrap .img-wrap a img {
        width: 100%;
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 0;
        left: 0;
        min-height: 100%;
        -webkit-backface-visibility: hidden;
        -ms-transform: translateY(-50%) translateZ(0);
        -webkit-transform: translateY(-50%) translateZ(0);
        transform: translateY(-50%) translateZ(0);
        transition: opacity 0.2s linear; }
  .related-product .product-div-wrap .product-list {
    margin: 0; }
    @media (max-width: 639px) {
      .related-product .product-div-wrap .product-list {
        background: transparent;
        box-shadow: none; } }
  .related-product .product-div-wrap .info-wrap {
    padding-left: 10px;
    width: 60%;
    float: left;
    clear: inherit;
    border: 0; }
    @media (max-width: 639px) {
      .related-product .product-div-wrap .info-wrap {
        padding-top: 0; } }
.related-product .product-div-wrap + .product-div-wrap {
  border-top: 1px #CCC dotted;
  padding-top: 10px; }

/* 9. Newslist
 --------------------------------------------------  */
/*只出現小圖標題的新聞*/
.Boxdiv1 {
  padding-left: 0; }
  .Boxdiv1 .indexEngNews {
    position: relative;
    width: 100%;
    padding-bottom: 122%;
    overflow: hidden; }

.Boxdiv1 h2 {
  font-weight: bold;
  /* padding: 0 10px; */
  font-size: 22px;
  /* line-height: 27px; */
  color: #006BC8;
  /* border-left: 5px solid #0e90d2; */
  margin-bottom: 2px;
  position: absolute;
  top: 0; }

.Newslist {
  margin: 0;
  position: absolute;
  top: 35px;
  height: calc(100% - 35px);
  overflow-y: auto; }
  .Newslist::-webkit-scrollbar-track {
    background-color: #e2e2e2; }
  .Newslist::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background-color: #888; }
  .Newslist::-webkit-scrollbar-corner {
    background-color: #e2e2e2; }
  .Newslist::-webkit-scrollbar {
    width: 5px; }
  .Newslist li {
    width: 100%;
    padding-bottom: 7px;
    padding-left: 3px; }
    .Newslist li + li {
      border-top: 1px solid #e8e8e8;
      padding-top: 7px; }
    .Newslist li a {
      color: #222;
      line-height: 1.5; }
    .Newslist li .date {
      margin-bottom: 0;
      color: #a9a9a9;
      font-size: 13px;
      font-weight: normal;
      display: inline-block;
      margin-left: 3px; }

/*# sourceMappingURL=Blogger_MemberList.css.map */
.mainContent h1 {
  font-size: 32px;
  color: #313131;
  margin-bottom: 10px; }

.mainContent .orgSection:first-of-type h2 {
  background: #f37b1d; }

.mainContent .orgSection.noLevel h2 {
  background: #f37b1d; }

.about_founder {
  padding: 0 6vh 6vh 6vh; }
  .about_founder img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }

.insideTitle {
  padding: 15px 40px; }

.about_text {
  text-align: center; }

.mainpic {
  padding: 5px 15px; }

@media (min-width: 768px) {
  /*搜尋列PC/M切換*/
  .search-bar-mobile, .left-menu-btn {
    display: none; } }
/*寬度641以上
--------------------------------------------------------*/
/*寬度768以上---MENU展開
--------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  #head {
    height: 110px; }
    #head .language {
      display: block; }

  #left-Column .am-offcanvas-bar {
    position: relative;
    width: auto;
    background: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: hidden; }

  #left-Column .am-offcanvas-bar:after {
    display: none; }

  /*會員選單展開*/
  .OpenMobileSearchBtn {
    display: none; }

  .left-menu-btn {
    display: none; }

  #head .am-offcanvas {
    display: block;
    position: static;
    background: transparent; }

  #head .am-offcanvas-bar {
    position: static;
    width: auto;
    background: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: hidden; }

  #head .am-offcanvas-bar:after {
    display: none; }

  .nav2 {
    max-width: 1162px; } }
/*寬度870以下----【menu收合】設定
--------------------------------------------------------*/
@media (max-width: 1110px) {
  @-ms-viewport {
    width: device-width; }
  .utility-nav {
    bottom: 4px;
    right: 10px; }

  .main-banner .banner {
    width: 100%;
    margin-bottom: 15px; }

  .main-banner .hot-sale {
    width: 100%;
    padding-left: 0; }

  .main-banner .hot-sale li {
    width: 25%;
    float: left;
    padding-right: 2%; }

  #index-product h2,
  #newst-product h2 {
    font-size: 1.25em; }

  	/*.product-main .price {
      	float: left!important;
  		text-align: left;
  	}*/
  .default-tab .am-nav-tabs > li > a {
    margin-right: 15px;
    color: #a9a9a9;
    font-size: 16px; } }
/*寬度1024以下
--------------------------------------------------------*/
@media (max-width: 1024px) {
  @-ms-viewport {
    width: device-width; }
  .am-dropdown-content {
    min-width: 380px; }

  .navbar-nav > li > a {
    padding: 10px 1.2rem; }

  .am-sticky-placeholder {
    /*height: 54px!important;*/
    z-index: 1091;
    position: relative; }

  .am-offcanvas.am-active {
    z-index: 1093; }

  .wrap,
  .inside-wrap,
  .inside-wrap-2Column {
    margin-top: 50px; } }
/*寬度870以下----【menu收合】設定
--------------------------------------------------------*/
@media (max-width: 970px) {
  @-ms-viewport {
    width: device-width; }
  /*=======================
  	foot
  =======================*/
  #foot .am-u-md-3,
  #foot .am-u-md-9 {
    width: 100%; }

  #foot .links ul {
    float: none;
    padding-right: 0; }

  #foot .links li {
    display: inline;
    padding-right: 10px; }

  #foot .links ul h3 {
    	/* border-left: 3px solid #dedfdc;
        padding-left: 6px;*/ } }
/*寬度870以下
--------------------------------------------------------*/
@media (max-width: 870px) {
  @-ms-viewport {
    width: device-width; }
  .am-topbar {
    padding: 10px 0; }

  h1.logo {
    margin: 0; }

  h1.logo a {
    text-align: center; }

  .navbar-nav > li > a {
    padding: 10px 7px; }

  .news li {
    padding-bottom: 7px; }

  .news .date {
    display: block; } }
@media (min-width: 641px) and (max-width: 768px) {
  .Newslist li:nth-child(3),
  .Newslist li:nth-child(4) {
    display: none; } }
/*寬度768以下--MENU收起
--------------------------------------------------------*/
@media (max-width: 767px) {
  @-ms-viewport {
    width: device-width; }
  #center-Column .am-u-md-9 {
    width: 100%; }

  #right-Column .am-u-md-9 {
    width: 100%; }

  /*=======================
  	head 767以下時主選單收起，並切換PC/M搜尋
  MENU收起
  =======================*/
  .m-view {
    display: block !important; }
    .m-view .nav2 {
      position: relative; }
      .m-view .nav2 h2 {
        display: none; }
    .m-view .navbar-nav {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }

  .pc-view {
    display: none; }

  #head {
    box-shadow: none; }
    #head .am-container {
      padding: 0; }
    #head h1.logo {
      display: table;
      margin: 0 auto;
      float: none; }
    #head .am-topbar-collapse.am-in .nav {
      position: relative;
      top: inherit;
      right: inherit; }

  .navbar-nav {
    display: none; }
    .navbar-nav > li {
      margin-right: 0;
      width: 100%;
      display: block;
      padding: 5px 20px;
      border-bottom: none; }
      .navbar-nav > li:after {
        right: -8px; }
      .navbar-nav > li > a {
        padding: 0 5px; }
        .navbar-nav > li > a span {
          font-size: 12px; }

  /*側開選單邊邊的黑條*/
  .am-offcanvas-bar:after {
    display: none; }

  .am-offcanvas-bar {
    width: 200px;
    background: #ccc; }

  #mobileMainNav-offcanvas h1 {
    font-size: 17px;
    margin: 0;
    background: #000000;
    color: #f9f9f9;
    padding: 7px 15px; }

  /*分類選單*/
  #main-nav2 {
    margin-bottom: 0; }

  #main-nav2 li {
    background: transparent;
    border: 0; }

  #main-nav2 > li > a.am-collapsed,
  #main-nav2 > li > a.am-collapsed:focus {
    background: transparent; }

  #main-nav2 > li a {
    background-color: #000000;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left;
    padding: 7px 15px; }

  #main-nav2 .sub-menu {
    margin: 0; }

  #main-nav2 .sub-menu li a {
    background: rgba(0, 0, 0, 0.15);
    padding-left: 30px; }

  /*原本主選單*/
  .nav2 {
    margin: 0;
    border: 0;
    position: relative;
    left: 0;
    bottom: 0; }

  .am-nav-justify > li {
    display: block;
    width: 100%; }

  /*更改下拉箭頭*/
  a .am-icon-caret-down {
    position: absolute;
    right: 6px;
    top: 6px; }

  li.am-active .am-icon-caret-down {
    float: right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 6px;
    color: #fff;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center; }

  .am-icon-caret-down:before {
    content: "\f105"; }

  .nav2 > ul > li {
    margin: 0;
    padding: 0; }

  .nav2 li a {
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: normal; }

  .nav2 li a:hover,
  .nav2 li a:focus,
  #main-nav2 > li > a:hover,
  #main-nav2 > li > a:focus,
  #main-nav2 .sub-menu li a:hover,
  #main-nav2 .sub-menu li a:focus {
    background: rgba(255, 255, 255, 0.1);
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    outline: 0; }

  /*下拉選單*/
  .am-nav > li.am-active > a,
  .am-nav > li.am-active > a:hover,
  .am-nav > li.am-active > a:focus {
    background-color: #000000; }

  .nav2 ul.am-dropdown-content {
    border: 0;
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.15); }

  .am-dropdown-content:before,
  .am-dropdown-content:after {
    display: none; }

  .nav2 .am-dropdown-header {
    float: none;
    padding: inherit; }

  .nav2 ul.am-dropdown-content > li > a {
    text-align: left;
    color: #fff;
    background: transparent;
    font-size: 15px;
    padding: 7px 15px;
    padding-left: 30px; }

  .nav2 ul.am-dropdown-content > li > a:hover,
  .nav2 ul.am-dropdown-content > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

  /*=======================
  	left-menu
  =======================*/
  h1.logo {
    margin: 0 auto;
    float: none;
    max-width: 270px; }

  #widgetColumn {
    display: block; }

  .am-topbar a {
    color: #1c4a98; }

  .language {
    display: none; }

  .left-menu-btn {
    padding: 5px;
    width: 44px;
    text-align: center;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 21px; }

  .left-menu-btn2 {
    padding: 5px;
    width: 44px;
    text-align: center;
    height: 44px;
    border-radius: 50%;
    background: #1c4a98;
    font-size: 21px; }

  .left-menu-btn:hover,
  .left-menu-btn:focus,
  .left-menu-btn:active {
    color: #000;
    background: transparent; }

  .left-menu-btn .menu-text {
    margin-left: 3px;
    display: inline-block;
    font-size: 14px;
    display: none; }

  .am-offcanvas-bar:after {
    display: none; }

  #main-nav {
    margin-bottom: 0; }

  .leftdiv,
  .leftad {
    display: none; }

  .wrap #right-Column > [class*=am-u-] {
    /*width: 100%;*/ } }
/*寬度640以下 ↓↓↓↓↓
--------------------------------------------------------*/
@media (max-width: 640px) {
  @-ms-viewport {
    width: device-width; }
  /*=======================
  	head
  =======================*/
  .navbar-nav > li > a span {
    display: none; }

  .navbar-nav > li:after {
    height: 15px;
    top: 6px; }

  #newst-product .am-nav-tabs {
    margin-bottom: 0; }

  #newst-product .am-nav-tabs > li {
    margin-bottom: 10px; }

  .Boxdiv1 {
    margin-top: 20px; }

  /*=======================
  	product-div
  =======================*/
  .product-div .tags {
    background: #3bb4f2; }

  .product-div .tags span.actdtlad {
    color: #fff; }

  /*=======================
  	熱門關鍵字
  =======================*/
  .tag-category {
    font-size: 14px; }

  .area-tag {
    padding: 7px 15px; }

  /*=======================
  	產品列表
  =======================*/
  .product-div {
    /*min-height: 130px;*/
    position: relative; }

  .info-wrap {
    padding: 5px 10px;
    overflow: hidden;
    clear: none; }

  .info-wrap .btn {
    position: absolute;
    right: 5px;
    bottom: 5px; }

  .product-div .price {
    float: left;
    position: absolute;
    bottom: 0; }

  /*=======================
  	footAddress
  =======================*/
  .footAddress ul {
    margin-bottom: 25px; }

  .smBanner ul li {
    width: 100%; } }
/*寬度480以下
--------------------------------------------------------*/
@media (max-width: 480px) {
  @-ms-viewport {
    width: device-width; }
  #head {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    height: 60px; }

  #head .am-container {
    padding: 0; }

  .am-topbar {
    width: inherit;
    padding: 0; }

  h1.logo {
    display: table;
    margin: 5px auto 7px;
    float: none; }

  h1.logo img {
    width: 160px; }

  .mobilebtn {
    display: block; }

  .wrap {
    margin-top: 44px; }

  .left-menu-btn {
    top: 2px; } }
/*寬度400以下
--------------------------------------------------------*/
@media (max-width: 400px) {
  @-ms-viewport {
    width: device-width; }
  .hot-sale ul li a {
    min-height: 68px; }

  .product-div a {
    margin-bottom: 4px; }

  .product-div .price {
    position: inherit; }

  .info-wrap .btn {
    position: relative;
    width: 100%;
    margin-top: 2px; } }
/*寬度360以下
--------------------------------------------------------*/
@media (max-width: 300px) {
  @-ms-viewport {
    width: device-width; }
  .info-wrap {
    clear: both; } }
/* 豎屏 
--------------------------------------------------------*/
@media screen and (orientation: portrait) and (max-width: 480px) {
  .navbar-nav > li.am-hide-lg-up {
    display: none !important; }

  .navbar-nav > li > a {
    font-size: 16px;
    font-weight: normal; }

  .navbar-nav > li > a:hover {
    opacity: 1; }

  .navbar-nav > li > a span {
    display: block;
    margin-top: -2px;
    -webkit-text-size-adjust: 100%; }

  a#cart-link {
    position: relative; }

  .navbar-nav .cart + span {
    position: relative;
    width: 50px;
    margin-left: auto;
    margin-right: auto; }

  #cart-number {
    position: absolute;
    top: -25px;
    right: 0px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #ff6600;
    color: #fff;
    border-radius: 50%;
    transform: scale(0.9); }

  .mbHide {
    display: none !important; }

  .navbar-nav > li:after {
    display: none; }

  #menu .am-icon-caret-down {
    display: none; }

  .member-sub {
    top: -157px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: rotate(180deg);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    transition: transform .2s linear; }

  .am-dropdown-animation {
    -webkit-animation: am-dropdown-animation 0.001s linear;
    animation: am-dropdown-animation 0.001s linear;
    -webkit-animation-delay: -2s;
    animation-delay: -2s; }

  .am-dropdown-content {
    -webkit-animation-duration: 0.001s;
    animation-duration: 0.001s;
    -webkit-animation-delay: -2s;
    animation-delay: -2s; }

  .member-sub li {
    transform: rotate(180deg);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    transition: transform .2s linear; }

  .member-sub:after,
  .member-sub:before {
    left: auto;
    right: 23px;
    display: none; }

  #menu .login span {
    letter-spacing: -0.5px; }

  .utility-nav {
    bottom: 60px;
    right: 0px;
    transform: scale(0.8); }

  .utility-nav a {
    color: #131313;
    background-color: #dadada;
    opacity: 0.2; }

  .utility-nav .cart-fixed {
    display: none; }

  .slick-slide img {
    height: auto; } }

/*# sourceMappingURL=all.css.map */
