@charset "UTF-8";
.loader {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #222222), color-stop(100%, #666666));
  background-image: -moz-linear-gradient(bottom, #222222, #666666);
  background-image: -webkit-linear-gradient(bottom, #222222, #666666);
  background-image: linear-gradient(to top, #222222, #666666);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  z-index: 99999999;
}
.loader img {
  width: 130px;
  left: 50%;
  top: 50%;
  margin-top: -65px;
  margin-left: -65px;
  position: absolute;
  animation: loader 2s ease infinite;
}
@keyframes loader {
  50% {
    filter: brightness(200%) opacity(30%);
  }
  100% {
    filter: brightness(100%);
  }
}
html {
  background: #333;
}

body {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", "微軟正黑體", sans-serif;
  color: #333;
  background: #ffffff;
  height: auto;
  font-size: 1rem;
  position: relative;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  border: none;
  vertical-align: middle;
}

a, a:link, a:visited {
  color: #333;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  color: #111;
}

input, select, textarea, input[type="file"] + label {
  font-family: "Helvetica Neue", "Microsoft JhengHei", Helvetica, Arial, "Heiti TC", "Apple LiGothic Medium", "微軟正黑體", sans-serif;
  font-size: 0.938rem;
  padding: 5px;
}

input:focus, select:focus, textarea:focus {
  outline: none;
}

input[type="submit"], input[type="button"] {
  min-width: 80px;
}

select {
  width: 100%;
  padding: 6px 1%;
  color: #fff;
}

textarea {
  height: 70px;
}

.btn-inbox {
  display: none;
  position: relative;
  float: left;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  height: 50px;
}

.btn-Pokayoke, .btn-main, .btn-main2 {
  font-size: 0.938em;
  position: absolute;
  left: 0;
  top: 0;
  width: 97%;
  height: 100%;
  border: 1px solid #333;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.btn-Pokayoke {
  display: none;
  z-index: 2;
  cursor: no-drop;
  background: #ffffff;
}

.btn-main, .btn-main2 {
  z-index: 1;
  cursor: pointer;
}

.btn-main:hover {
  border: 1px solid #5FBADE;
}

.btn-color1 {
  background: none;
}

.page_note, .inpagenote {
  display: none;
  max-width: 400px;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  width: 98%;
  padding: 5px 10px;
  margin: 0 auto;
  background: rgba(50, 50, 50, 0.7);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.page_note {
  right: 20px;
  left: 20px;
  top: 250px;
  position: absolute;
}

.inpagenote {
  margin: 200px auto;
}

.header {
  position: relative;
  height: 180px;
  background: #333;
  z-index: 9;
}

.footer {
  position: relative;
  bottom: -22px;
  text-align: center;
  width: 96%;
  padding: 30px 2%;
  background: #555;
  color: #fff;
}
.footer .grid1, .footer .grid2 {
  margin: 0 20px;
  display: inline-block;
}
.footer .grid1 a, .footer .grid2 a {
  color: #fff;
}
.footer .grid1 {
  font-size: 0.875em;
}
.footer .grid1 div {
  display: inline-block;
  margin: 0 10px;
}
.footer .grid1 div img {
  width: 20px;
  margin: 0 3px;
  opacity: .7;
  filter: invert(100%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .grid1 div span {
  margin: 0 5px;
  display: inline-block;
}
.footer .grid1 div:hover img {
  transform: rotateY(180deg);
  opacity: 1;
}
.footer .grid2 {
  padding: 10px 0;
  font-size: 0.75em;
  opacity: .7;
}

.logo {
  position: absolute;
  top: 65px;
  left: 3%;
  width: 230px;
  z-index: 99;
}
.logo img {
  width: 100%;
}

.nav {
  position: relative;
  color: #FFF;
  max-width: 800px;
  text-align: center;
  font-size: 0.938em;
  top: 90px;
  left: 150px;
  z-index: 1;
}
.nav li {
  position: relative;
  display: inline-block;
  min-width: 100px;
  border-left: dotted 1px #ccc;
  height: 40px;
  line-height: 40px;
}
.nav li a {
  color: #fff;
  display: block;
}
.nav li a span {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav li a .hover2 {
  opacity: 0;
}
.nav li:last-child {
  border-right: dotted 1px #ccc;
}
.nav li:hover a .hover1 {
  top: 7px;
  font-size: 0.875em;
}
.nav li:hover a .hover2 {
  color: #cfdb00;
  opacity: 1;
  top: -12px;
  font-size: 1.125em;
}

.search {
  margin: 0;
  position: absolute;
  top: 95px;
  right: 40px;
  z-index: 97;
}
.search input {
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}
.search .keyin {
  font-size: 0.875em;
  border: 1px solid #ccc;
  width: 250px;
  height: 36px;
  background: #333;
  color: #fff;
  padding: 0 20px;
  margin: auto;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
.search .keyin:hover {
  width: 280px;
}
.search .searchbtn {
  width: 20px;
  height: 20px;
  filter: invert(100%);
  border: none;
}
.search ::placeholder {
  color: #eee;
}
.search ::-ms-input-placeholder {
  color: #eee;
}

.bar {
  display: inline-block;
  margin: 8px 10px;
  vertical-align: middle;
  line-height: 100%;
}

.SNS {
  position: absolute;
  left: 830px;
  top: 95px;
  z-index: 2;
}
.SNS a {
  display: inline-block;
  margin: 0 8px;
  width: 28px;
  height: 28px;
}
.SNS a img {
  width: 100%;
}

.SNSfooter {
  margin: 30px auto;
  display: none;
}
.SNSfooter a {
  display: inline-block;
  margin: 0 3%;
  width: 32px;
}
.SNSfooter a img {
  width: 100%;
}

.gray {
  position: fixed;
  top: 0;
  background: #555;
  height: 30px;
  line-height: 30px;
  width: 100%;
  margin: auto;
  max-width: 1920px;
  font-size: 0.875rem;
  text-align: right;
  z-index: 98;
  color: #ccc;
}
.gray .bar {
  text-align: center;
}
.gray .bar a {
  color: #fff;
  border-right: 1px dotted #ccc;
  padding: 0 10px;
  display: inline-block;
}
.gray .bar a:last-child {
  border: none;
}
.gray .bar .shopcar span {
  color: #ffc230;
  margin: 0 3px;
}
.gray .adminbar {
  display: inline-block;
}

.menubar {
  display: none;
  position: absolute;
  text-align: center;
  top: 0;
  padding: 2%;
  width: 96%;
  background: #fff;
  max-width: 500px;
  -moz-box-shadow: 0 3px 10px #333;
  -webkit-box-shadow: 0 3px 10px #333;
  box-shadow: 0 3px 10px #333;
  left: 0;
  font-size: 0.875em;
  z-index: 9999;
}
.menubar ul {
  margin: 0 auto;
}
.menubar ul .onbar {
  border: 1px solid #f39800;
}
.menubar ul li {
  display: block;
  margin: 3px auto;
  padding: 8px 0;
  border: 1px solid #ccc;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.menubar ul li span {
  padding: 8px;
}
.menubar ul li a {
  display: block;
}
.menubar ul ul {
  padding: 10px;
  margin: 6px 0;
  border: 1px solid #555;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
}
.menubar ul ul li {
  border: none;
  padding: 5px 10px;
  border-bottom: dotted 1px #ccc;
  border-radius: 0;
}
.menubar ul ul .onbar {
  border: none;
  border-bottom: dotted 1px #f39800;
}
.menubar ul ul .onbar a {
  color: #f39800;
}
.menubar .goodsbarclose {
  position: absolute;
  bottom: -25px;
  margin: auto;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  cursor: pointer;
  -moz-box-shadow: 0 0 3px #333;
  -webkit-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.menubar .goodsbarclose img {
  width: 40%;
  margin: 9px auto;
}

.minornav {
  font-size: 0.938em;
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  width: 0;
  max-width: 800px;
  height: 100%;
  left: 0;
  background: #eee;
  z-index: 9997;
  -moz-box-shadow: 0 3px 10px #333;
  -webkit-box-shadow: 0 3px 10px #333;
  box-shadow: 0 3px 10px #333;
}
.minornav ul {
  display: none;
}
.minornav ul li {
  display: block;
}
.minornav ul li a {
  padding: 8px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d5d5d5;
  display: block;
}

.nav-cssbutton, .nav-close, .goods-cssbutton {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9998;
}

.goods-cssbutton {
  top: 60px;
  background: #555;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.goods-cssbutton a {
  color: #fff;
  font-size: 0.813em;
  padding: 3px;
  text-align: center;
  display: block;
  line-height: 130%;
}

.nav-cssbutton {
  background: #434343;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-cssbutton .grid1, .nav-cssbutton .grid2, .nav-cssbutton .grid3 {
  width: 22px;
  height: 2px;
  right: 9px;
  position: absolute;
  background: #fff;
}
.nav-cssbutton .grid1 {
  top: 10px;
}
.nav-cssbutton .grid2 {
  top: 19px;
}
.nav-cssbutton .grid3 {
  top: 28px;
}

.nav-close {
  display: none;
  z-index: 9999;
}

.page-head {
  position: relative;
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 100%;
}
.page-head .grid2 {
  width: 100%;
}

.autosize {
  width: 100%;
}

.slide {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 2;
}

.flexslider {
  position: relative;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  top: 0;
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 1;
}

.slides {
  position: relative;
  z-index: 1;
  width: 100%;
}
.slides li {
  position: relative;
}

.flex-control-nav {
  list-style: none;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 10px;
}
.flex-control-nav li {
  margin: 3px auto;
  display: block;
}

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  background: #fff;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  opacity: .8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.flex-control-paging li a:hover {
  background: #f39800;
  opacity: 1;
}
.flex-control-paging li a.flex-active {
  background: #f39800;
  border: 1px solid #f39800;
  opacity: 1;
}

.flex-direction-nav {
  width: 200%;
  left: -50%;
  position: absolute;
  z-index: 99;
}
.flex-direction-nav li img {
  width: 40px;
}

.flex-nav-prev, .flex-nav-next {
  opacity: .8;
  top: 125px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}

.flex-nav-prev {
  left: -20px;
}

.flex-nav-next {
  right: -20px;
}

.flex-nav-prev:hover, .flex-nav-next:hover {
  opacity: 1;
}

.container {
  margin: 10px auto;
  max-width: 1440px;
  width: 96%;
  padding: 10px 2%;
  font-size: 0.875em;
}
.container img {
  width: 14px;
  margin: 0 8px;
  opacity: .5;
}
.container i {
  font-style: normal;
  color: #111;
}
.container a {
  color: #888;
  margin: 0 5px;
}

.newslist {
  margin: 30px auto;
  max-width: 1280px;
  width: 100%;
  text-align: center;
}
.newslist ul li {
  border: solid 1px #ccc;
  display: inline-block;
  width: 30%;
  padding: 0.5%;
  margin: 0.5%;
  vertical-align: top;
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newslist ul li .img {
  position: relative;
  height: 280px;
  overflow: hidden;
  z-index: 1;
}
.newslist ul li .img img {
  position: absolute;
  width: 115%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newslist ul li .description {
  text-align: left;
  position: relative;
  height: 150px;
  overflow: hidden;
  z-index: 2;
}
.newslist ul li .description h4 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 1.25em;
  margin: 5px auto;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.newslist ul li .description div {
  font-size: 0.875em;
  padding: 5px 0;
}
.newslist ul li .description .more {
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  text-align: center;
  max-width: 120px;
  background: #fff;
  border: 1px solid #999;
  padding: 3px;
}
.newslist ul li .description .child1 {
  position: absolute;
  top: -280px;
  right: 0;
  padding: 10px;
  background: #fff;
  max-width: 100px;
  font-size: 1.125rem;
  font-family: "Raleway";
}
.newslist ul li .description .time_m, .newslist ul li .description .time_d {
  margin: 0 10px;
}
.newslist ul li .description .route {
  transform: rotateZ(35deg);
  height: 10px;
  width: 1px;
  background: #cecece;
  position: absolute;
  top: 10px;
  left: 52px;
}
.newslist ul li:hover {
  border: solid 1px #f39800;
  -moz-box-shadow: 0 0 10px #888;
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}
.newslist ul li:hover .img img {
  width: 100%;
}

.contact {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: -175px;
  width: 235px;
  height: 46px;
  z-index: 10007;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.contact img, .contact span {
  position: absolute;
}
.contact img {
  top: 0;
  right: 0;
  height: 100%;
}
.contact span {
  font-size: 0.938em;
  top: 10px;
  right: 25px;
}

.admin_box {
  position: absolute;
  display: none;
  top: -150px;
  width: 94%;
  max-width: 900px;
  padding: 3%;
  margin: 0 auto;
  right: -100%;
  left: -100%;
  background: #fff;
  -moz-box-shadow: 0 3px 7px #333;
  -webkit-box-shadow: 0 3px 7px #333;
  box-shadow: 0 3px 7px #333;
  z-index: 10009;
}
.admin_box p, .admin_box big, .admin_box small {
  display: block;
}

.inpage_box {
  padding: 30px 2%;
  margin: 0 auto;
}

.clientlogin {
  font-size: 0.938em;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 10% auto;
  text-align: center;
  z-index: 10009;
  width: 100%;
}
.clientlogin .grid {
  padding: 2%;
  margin: 1%;
  width: 94%;
  max-width: 800px;
  margin: auto;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 3px 10px #333;
  -webkit-box-shadow: 0 3px 10px #333;
  box-shadow: 0 3px 10px #333;
}
.clientlogin .grid .column {
  width: 45%;
  padding: 2%;
  display: inline-block;
  vertical-align: middle;
}
.clientlogin .grid .column:first-child {
  border-right: 2px dotted #ccc;
}
.clientlogin .grid h4, .clientlogin .grid big {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 1.125rem;
  display: block;
}
.clientlogin .grid form P {
  margin: 7px auto;
}
.clientlogin .grid form input {
  max-width: 180px;
  width: 100%;
  display: inline-block;
  border: 1px solid #ccc;
}
.clientlogin .grid form .text {
  min-width: 60px;
  display: inline-block;
  margin: 0 5px;
  text-align: left;
}
.clientlogin .grid form .botton {
  margin: 15px auto;
  display: block;
  background: #f39800;
  color: #fff;
  padding: 10px;
  max-width: 240px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.clientlogin .grid form .img {
  width: 70px;
  margin: 15px auto;
  display: block;
  opacity: .7;
}

.box_block, .inpage_block, .admin_block, .loginblock {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}

.admin_block {
  background: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YjQ2NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjNGY2YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7b465), color-stop(100%, #2c4f6c));
  background-image: -moz-linear-gradient(#f7b465, #2c4f6c);
  background-image: -webkit-linear-gradient(#f7b465, #2c4f6c);
  background-image: linear-gradient(#f7b465, #2c4f6c);
  opacity: .7;
}

.box_block {
  height: 0;
  width: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZGNiYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjhlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f7dcba), color-stop(100%, #fff8eb));
  background-image: -moz-linear-gradient(bottom, #f7dcba, #fff8eb);
  background-image: -webkit-linear-gradient(bottom, #f7dcba, #fff8eb);
  background-image: linear-gradient(to top, #f7dcba, #fff8eb);
  z-index: 1;
}

.loginblock {
  opacity: .5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViMzkzOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #555555), color-stop(100%, #5b3939));
  background-image: -moz-linear-gradient(bottom, #555555, #5b3939);
  background-image: -webkit-linear-gradient(bottom, #555555, #5b3939);
  background-image: linear-gradient(to top right, #555555, #5b3939);
}
