@charset "UTF-8";
/*
 * Copyright 2016 E-lin 意林行銷 http://tw.seoweo.com/
 * Designe by Bob
 */
/******* variable *******/
/* 紅色 */
/* 主色 */
/* 次色 */
/* 灰色 */
/* 主色 */
/* 次色 */
/* main color */
/* 主色 */
/* footer */
/* bk */
/* 主色 */
/******* css3 *******/
/*transition*/
/*blur*/
/*transform*/
/*box-shadow*/
/*background-size*/
/*
*Default ----------------------------------------------------------------
*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 15px;
  color: #535252;
  padding: 0;
  background: url(../images/bk.jpg);
}
body::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
a {
  color: #595959;
}

a:hover, a:focus, a:active {
  color: #8c8c8c;
  text-decoration: none;
  outline: none;
}

button:hover, button:focus, button:active {
  outline-color: rgba(77, 144, 254, 0) !important;
}

label {
  color: #000;
}

.img-rwd a {
  display: block;
}

.img-rwd img {
  max-width: 100%;
  height: auto;
  display: block;
}

::selection {
  color: #FFF;
  background: #535252;
}

::-moz-selection {
  color: #FFF;
  background: #535252;
}

.hei, label, .content, .pagination > li > a, .depiction, .search-style, #footer > a, .form-style, .form-style2, .form-control, .tag a, .message, .bn-color, .bn-color2, .bn-color3, .forgot-bn, .back-login-bn, .modal-style .modal-title {
  font-family: 'Roboto',"微軟正黑體", Arial, sans-serif,EUDC;
}

.content {
  font-size: 16px;
  line-height: 185%;
  text-align: justify;
  letter-spacing: 1px;
}

.content img {
  max-width: 100%;
  height: auto;
}

.content a {
  line-height: 185%;
  color: #424242;
  opacity: 1;
}

.content a:hover, .content a:hover, .content a:hover {
  opacity: 0.5;
}

.content td, .content th {
  padding: 5px;
}

.content hr {
  margin-top: 5px;
  margin-bottom: 15px;
}

.min-height {
  min-height: 430px;
}

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

/*頁面標題*/
.article-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  background: #F0F0F0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.article-title .icon-chevron-small-left {
  position: absolute;
  top: 3px;
  left: -20px;
}

.red, .red-title {
  color: #D3160F;
}

.main-color {
  color: #535252;
}

.main-bk {
  background: #535252;
}

.breadcrumb {
  margin: 0;
  padding: 20px 0 15px 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb a {
  color: #a6a6a6;
}

.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  color: #cccccc;
}

.pagination {
  margin: 20px 0 0 0;
}

.pagination .active > a,
.pagination .active > a:hover,
.pagination .active > a:focus,
.pagination .active > a:active {
  color: #FFF;
  border-color: #535252;
  background: #535252;
}

.pagination > li > a {
  font-size: 14px;
  color: #535252;
  background: #F0F0F0;
  margin: 0 5px;
  border-color: transparent;
}

.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus {
  color: #FFF;
  border-color: transparent;
  background: #535252;
}

.pagination li > b span {
  /* color: #7e7e7e; */
  /* font-weight:normal; */
  border: 1px solid #ececec;
  /* border-radius: 15px; */
  display: inline-block;
  padding: 6px 12px;
  margin: 0 3px;
  background: #F0F0F0;
  font-family: 'Roboto',"微軟正黑體", Arial, sans-serif;
  position: relative;
  float: left;
  line-height: 1.42857143;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 14px;
}


.pagination .previous, .pagination .next {
  display: block;
  border-radius: 0 !important;
}

.pagination-list {
  width: auto;
}

.pagination-list > li > a {
  display: inline-block;
}

.pagination-list .previous {
  float: left;
}

.pagination-list .next {
  float: right;
}

#mian {
  width: 1090px;
  margin: 20px auto 0 auto;
  border: 1px solid #ddd;
}

.article-title,
#mian {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#mian, .content-bk {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

/*
*表單訊息 ----------------------------------------------------------------
*/
.error-word {
  color: #a94442;
  padding-top: 10px;
}

.content-bk {
  padding: 30px;
  background: #FFF;
}

.content-bk-small {
  padding: 20px;
  background: #FFF;
}

.part {
  position: relative;
}

.paragraph {
  height: 80px;
}

.letter {
  width: 67px;
  float: left;
  text-align: center;
  margin-top: 40px;
  display: block;
}

.letter > span {
  line-height: 100%;
  display: block;
}

.sound {
  font-size: 13px;
  color: #094fdf;
  padding-bottom: 10px;
}

.word {
  font-size: 25px;
  font-weight: bold;
  position: relative;
}

.depiction {
  width: 250px;
  padding: 15px 20px;
  margin-bottom: 100px;
  font-size: 16px;
  color: #FFF;
  text-align: left;
  line-height: 160%;
  letter-spacing: 1px;
  background: #535252;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 103px;
  left: 21px;
  z-index: 2;
}

.hover a {
  position: relative;
}

.hover a:hover, .hover a:hover > .letter > .word {
  color: #D3160F !important;
}

.hover a:hover .depiction {
  display: block;
}

#article-sub-title .word {
  color: #000;
  font-size: 30px;
}

#article-sub-title .text-box-2 {
  width: 140px;
}

#article-sub-title .text-box-3 {
  width: 210px;
}

#article-sub-title .text-box-4 {
  width: 280px;
}

.text-box-2,
.text-box-3,
.text-box-4,
.text-box-5,
.text-box-6,
.text-box-7,
.text-box-8,
.text-box-9,
.text-box-10,
.text-box-11,
.text-box-12,
.text-box-13 {
  margin: 0 auto;
}

.open-hover {
  display: block;
  float: left;
}

.open-hover:after {
  content: "";
  clear: both;
}

.text-box-2 {
  width: 140px;
}

.text-box-3 {
  width: 210px;
}

.text-box-4 {
  width: 280px;
}

.text-box-5 {
  width: 350px;
}

.text-box-6 {
  width: 420px;
}

.text-box-7 {
  width: 490px;
}

.text-box-8 {
  width: 560px;
}

.text-box-9 {
  width: 630px;
}

.text-box-10 {
  width: 700px;
}

.text-box-11 {
  width: 770px;
}

.text-box-12 {
  width: 840px;
}

.text-box-13 {
  width: 910px;
}

#meaning {
  font-size: 18px;
  padding: 40px 0 30px 0;
}

.red-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 5px;
}

.author-title {
  line-height: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  position: absolute;
  top: 50%;
  left: -50px;
}

.author {
  width: 50%;
  padding-bottom: 20px;
}

.author .letter {
  width: 70px;
  float: none;
  display: inline-block;
}

.author .open-hover {
  float: none;
  display: inline-block;
}

.author .depiction {
  top: -20px;
  left: 15px;
}

.author .part {
  display: inline-block;
  margin-left: 50px;
}

.author.pull-right .depiction {
  top: -20px;
  right: 15px;
  left: auto;
}

/*
*header ----------------------------------------------------------------
*/
#header {
  width: 100%;
  padding: 15px 0;
  background: #f9f9f9;
  background: linear-gradient(to bottom, #f9f9f9 0%, #ebebeb 100%);
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.logo {
  font-size: 30px;
  color: #79BD9A;
  font-weight: bold;
  padding: 0 30px 0 20px;
}

.search-box {
  width: 354px;
  display: block;
  position: relative;
  margin-top: 7px;
}

.search-input {
  width: 145px;
  margin-left: -5px;
}

.icon-search,
.search-bn {
  width: 50px;
  height: 35px;
  padding: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.icon-search {
  font-size: 18px;
  color: #535252;
  border: 1px solid #ddd;
  background: #FFF;
  z-index: 2;
}

.icon-search:before {
  position: absolute;
  top: 8px;
  right: 13px;
}

.search-bn {
  border: none;
  background: transparent;
  text-indent: -9999px;
  z-index: 3;
}

.search-bn:hover {
  background: rgba(0, 0, 0, 0.1);
}

.search-bn:focus {
  background: rgba(0, 0, 0, 0.2);
  border-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.search-style, .search-bn {
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.search-style {
  height: 35px;
  font-size: 15px;
  color: #000;
  padding: 6px 12px;
  border: 1px solid #ddd;
  background: #FFF;
}

.search-style:focus {
  border-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

/*
* footer ----------------------------------------------------------------
*/
#footer {
  width: 100%;
  padding: 15px 0;
  background: #333333;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
}

#footer .dropup {
  display: inline-block;
  margin: 0 10px;
}

#footer > a {
  color: #FFF;
  margin: 0 10px;
}

#footer a:hover {
  opacity: 0.6;
}

#footer .dropdown-toggle {
  color: #FFF;
  cursor: pointer;
}

#footer small {
  padding-top: 10px;
}

#footer small, #footer small > a {
  color: gray;
}

/*
* form ----------------------------------------------------------------
*/
.form-style {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background: #FFF;
  border: 1px solid #d2d2d2;
}

.form-style:focus {
  border-color: #535252;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.form-style2 {
  width: 100%;
  padding: 6px 12px;
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1) inset;
  background: #FFF;
  display: block;
}

.form-style2:focus {
  border-color: #535252;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.form-text {
  margin-bottom: 20px;
}

.check-box {
  position: relative;
  display: block;
  padding-bottom: 25px;
}

.check-box input, .check-box label {
  margin: 0;
}

.check-box input {
  position: absolute;
  top: 3px;
  left: 0;
}

.check-box label {
  padding-left: 25px;
  cursor: pointer;
}

.form-textarea {
  height: 211px;
}

.select-style {
  width: 150px;
}

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999999;
}

.list-select {
  margin: 20px 0;
}

.list-tag {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: bold;
  padding: 5px 0 5px 20px;
  margin-right: 40px;
  position: relative;
  display: inline-block;
}

.list-tag:before {
  font-family: 'icomoon';
  content: "\e607";
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0;
}

.list {
  width: 100%;
  padding: 10px 0 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e4e4e4;
}

.list > a {
  color: #666666;
  padding: 5px 0;
  display: inline-block;
}

.list:hover, .list:focus, .list:active,
.list:hover a, .list:focus a, .list:active a {
  color: #094fdf;
}

.date {
  font-size: 14px;
  color: #8c8c8c;
  text-align: right;
  padding-bottom: 15px;
}

.subtitle-word {
  margin-bottom: 40px;
  display: inline-block;
  padding-right: 80px;
}

.subtitle-word, .subtitle-word .word {
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.subtitle-word .letter {
  margin-top: 0;
}

.subtitle-word .sound {
  font-weight: normal;
}

.subtitle-word .depiction {
  top: 70px;
}

.attributes {
  position: relative;
  padding: 0 0 25px 70px;
}

.attributes a:hover .depiction {
  top: 30px;
  left: 0;
}

.category {
  padding: 3px 12px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background: #FFF;
  position: absolute;
  top: -4px;
  left: 0;
}

#accent .nav-tabs > li.active > a,
#accent .nav-tabs > li.active > a:hover,
#accent .nav-tabs > li.active > a:focus {
  background: #f7f7f7;
}

#accent .nav > li > a {
  padding: 10px 25px;
  border: 1px solid #ddd;
  background: #e6e6e6;
}

#accent .nav > li > a:hover {
  background: #f7f7f7;
}

#accent .nav > .active > a {
  border-bottom-color: transparent;
}

#accent .tab-pane {
  padding: 30px;
  background: #f7f7f7;
}

#accent .tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#accent table {
  width: 100%;
  border: 1px solid #E1E1E1;
}

#accent table tr {
  background: #F0F0F0;
}

#accent table tr:first-child {
  font-size: 16px;
  color: #000;
  background: linear-gradient(to bottom, #F0F0F0 51%, #E8E8E8 50%);
}

#accent table tr:nth-child(even) {
  background: #FFF;
}

#accent table td {
  width: 50%;
  padding: 10px 50px 10px 15px;
  border-top: 1px solid #E1E1E1;
  position: relative;
}

#accent table td .play-bn {
  width: 26px;
  height: 26px;
  background-image: url(../images/1x_img.png);
  top: 7px;
  right: 10px;
}

#accent table td .play-bn:hover {
  background-position: 0 -26px;
}

#accent table td .play-bn-active, #accent table td .play-bn-active:hover {
  background-position: 0 -52px;
}

#accent table td .depiction {
  top: 30px;
  left: 0;
}

.pronunciation {
  position: relative;
  padding-right: 80px;
  margin-bottom: 30px;
  display: inline-block;
}

.pronunciation .play-bn {
  width: 35px;
  height: 35px;
  background-image: url(../images/2x_img.png);
  bottom: -8px;
}

.pronunciation .play-bn:hover {
  background-position: 0 -35px;
}

.pronunciation .play-bn-active, .pronunciation .play-bn-active:hover {
  background-position: 0 -70px;
}

.teaching-play-bn .play-bn {
  right: 280px;
  bottom: -10px;
}

.teaching-table {
  width: 100%;
}

.teaching-table > tbody > tr > td {
  text-align: center;
  padding: 8px;
  line-height: 100%;
  vertical-align: middle;
  border: none;
  background: #fafafa;
}

.teaching-table tr:first-child > td {
  padding: 10px 8px;
  color: #000;
  background: #e6e6e6;
}

.teaching-table .play-bn {
  width: 26px;
  height: 26px;
  margin: 0 3px;
  display: inline-block;
  background-image: url(../images/1x_img.png);
  position: static;
  top: auto;
  right: auto;
}

.teaching-table .play-bn:hover {
  background-position: 0 -26px;
}

.teaching-table .play-bn-active, .teaching-table .play-bn-active:hover {
  background-position: 0 -52px;
}

.teaching-bk > td {
  background: #ededed !important;
}

.teaching-dropdown {
  width: 80px;
  margin: 0 auto;
}

.teaching-dropdown button {
  width: 80px;
  margin: 30px auto 20px auto;
  color: #000;
  font-size: 24px;
  display: block;
  border: 1px solid #ddd;
  background: #f7f7f7;
}

.teaching-dropdown ul {
  min-width: 222px;
  padding: 10px;
  left: 50%;
  margin-left: -111px;
}

.teaching-dropdown ul:after {
  content: "";
  clear: both;
}

.teaching-dropdown li {
  text-align: center;
  width: 40px;
  float: left;
  display: block;
}

.teaching-dropdown li > a {
  font-size: 16px;
  padding: 5px;
}

.teaching-dropdown li > a:hover {
  color: #FFF;
  background: #D3160F;
}

.teaching02-table {
  width: 100%;
}

.teaching02-table > tbody > tr > td {
  font-size: 16px;
  text-align: center;
  padding: 8px;
  line-height: 100%;
  vertical-align: middle;
  border: 1px solid #FFF;
  background: #f7f7f7;
  font-weight:bold;
}

.teaching02-table tr:first-child > td {
  padding: 10px 8px;
  color: #000;
  background: #e6e6e6;
}

.teaching02-table .play-bn {
  width: 26px;
  height: 26px;
  margin: 0 3px;
  display: inline-block;
  background-image: url(../images/1x_img.png);
  position: static;
  top: auto;
  right: auto;
}

.teaching02-table .play-bn:hover {
  background-position: 0 -26px;
}

.teaching02-table .play-bn-active, .teaching02-table .play-bn-active:hover {
  background-position: 0 -52px;
}

.teaching03-table {
  width: 100%;
}

.teaching03-table > tbody > tr > td {
  font-size: 16px;
  text-align: center;
  padding: 8px;
  line-height: 100%;
  vertical-align: middle;
  border: 1px solid #FFF;
  background: #f7f7f7;
}

.teaching03-table .play-bn {
  width: 26px;
  height: 26px;
  margin: 0 3px;
  display: inline-block;
  background-image: url(../images/1x_img.png);
  position: static;
  top: auto;
  right: auto;
}

.teaching03-table .play-bn:hover {
  background-position: 0 -26px;
}

.teaching03-table .play-bn-active, .teaching03-table .play-bn-active:hover {
  background-position: 0 -52px;
}

.list-teaching-table {
  width: 100%;
}

.list-teaching-table > tbody > tr > td {
  font-size: 16px;
  text-align: center;
  padding: 8px;
  line-height: 100%;
  vertical-align: middle;
}

.list-teaching-table > tbody > tr > td a:hover {
  color: #D3160F;
}

#search > ul > li > a,
#search > a {
  font-size: 30px;
  display: block;
  padding: 9px 0;
}

#search > ul > li > a:hover,
#search > a:hover {
  color: #D3160F;
}

#favorites a {
  font-size: 18px;
  display: block;
  padding: 9px 0;
}

#favorites a:hover {
  color: #D3160F;
}

#favorites li {
  position: relative;
  padding-right: 30px;
}

#favorites .icon-cross2 {
  color: #cccccc;
  font-size: 20px;
  position: absolute;
  top: 11px;
  right: 5px;
}

#favorites .icon-cross2:hover {
  color: #D3160F;
}

#sentence form {
  width: 280px;
  position: relative;
  margin-bottom: 10px;
}

#sentence .search-style {
  width: 235px;
}

.tag {
  width: 720px;
}

.tag a {
  font-size: 13px;
  color: gray;
  border-radius: 4px;
  padding: 8px 15px;
  margin: 0 15px 15px 0;
  display: inline-block;
  background: #ededed;
}

.tag a:hover {
  color: #333333;
  background: #e6e6e6;
}

.tag a:focus {
  color: #000;
  background: #dedede;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
  background: #F5F5F5;
  background: linear-gradient(to bottom, #F5F5F5 0%, #F0F0F0 100%);
}

.contact .form-group {
  margin-bottom: 0;
}

.message-hide {
  display: none;
}

.message {
  padding: 20px;
  margin-top: 20px;
  background: #f2f2f2;
}

.message:nth-child(odd) {
  background: #fafafa;
}

.message-name {
  color: #000;
}

.message-date {
  font-size: 13px;
  color: #8c8c8c;
  padding-left: 20px;
  display: inline-block;
}

.message-content {
  padding-top: 10px;
}

.re {
  margin-top: 15px;
  padding: 15px 20px;
  background: #ebebeb;
}

.re .message-date {
  display: inline-block;
  padding: 0 0 0 20px;
}

/*
*Button ----------------------------------------------------------------
*/
#play-box {
  padding: 40px 0 20px 0;
}

.bn-center {
  width: 170px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.bn-color {
  color: #FFF;
  background-color: #535252;
}

.bn-color:hover, .bn-color:focus, .bn-color:active {
  color: #FFF;
  background-color: #868585;
}

.bn-color2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  padding: 7px 15px;
  margin: 0 15px;
  border-color: #ddd;
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
}

.bn-color2:hover {
  background: linear-gradient(to bottom, #fcfcfc 0%, #dddddd 100%);
}

.bn-colorplay {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  padding: 7px 15px;
  margin: 0 15px;
  border-color: #ddd;
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  font-family: 'Roboto',"微軟正黑體", Arial, sans-serif;
}

.bn-colorplay:hover {
  background: linear-gradient(to bottom, #fcfcfc 0%, #dddddd 100%);
}


.bn-color3 {
  font-size: 14px;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  padding: 7px 15px;
  margin-top: 24px;
  border-color: #ddd;
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
}

.bn-color3:hover {
  background: linear-gradient(to bottom, #fcfcfc 0%, #dddddd 100%);
}

.play-bn {
  width: 44px;
  height: 44px;
  background-image: url(../images/3x_img.png);
  background-position: 0 0;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.play-bn:hover {
  background-position: 0 -44px;
}

.play-bn-active {
  background-position: 0 -88px;
}

.play-bn-active:hover {
  background-position: 0 -88px;
}

.back-bn {
  font-size: 16px;
  font-weight: normal;
  margin-left: 15px;
  display: block;
  position: absolute;
  top: 17px;
  left: 20px;
}

.back-login-bn {
  position: relative;
  padding-left: 20px;
}

.back-login-bn .icon-chevron-small-left {
  position: absolute;
  top: 4px;
  left: 0;
}

.forgot-bn, .back-login-bn {
  color: #0086FF;
  border: none;
  background: none;
  margin-top: 20px;
}

.forgot-bn:hover, .back-login-bn:hover {
  color: #72A7FF;
}

#gotop {
  width: 60px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#gotop:hover {
  background: #000;
  cursor: pointer;
}

.gotop-in {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}

.icon-heart {
  color: #F41414;
  position: absolute;
  top: 14px;
  right: 20px;
}

.icon-heart:hover {
  -webkit-animation: hover 0.3s cubic-bezier(0, 0.69, 0.52, 1.02) infinite alternate;
  animation: hover 0.3s cubic-bezier(0, 0.69, 0.52, 1.02) infinite alternate;
}

@-webkit-keyframes hover {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes hover {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

/*套件CSS--------------------------------------------------*/
/*
 * Copyright 2016 E-lin 意林行銷 http://tw.seoweo.com/
 * Designe by Bob
 */
/*
* left menu ----------------------------------------------------------------
*/
#sidebar-wrapper {
  width: 250px;
  position: fixed;
  top: 73px;
  bottom: 0;
  z-index: 2;
  padding: 20px 0;
  overflow-y: auto;
  border-right: 1px solid #ddd;
  /*background: #f8f8f8;*/
  background-image: url(../images/sidebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#sidebar-wrapper a {
  display: block;
  padding: 10px 20px;
}

#sidebar-wrapper a.active, #sidebar-wrapper a:hover {
  color: #000;
  background: rgba(207, 240, 158, 0.5);
}

#left-search-box {
  width: 210px;
  margin: 0 auto 20px auto;
  position: relative;
}

#left-search-box .search-style {
  width: 165px;
}

#page-content-wrapper {
  position: relative;
  padding: 73px 0 51px 250px;
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/*
*_plugin_modal ----------------------------------------------------------------
*/
.member-box {
  margin: 5px 30px 0 0;
}

.member-box button {
  font-size: 13px;
  border-radius: 4px;
  padding: 5px 10px;
  margin-left: 15px;
  border: 1px solid #ddd;
  background: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
}

.member-box button:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #FFF 0%, #E5E5E5 100%);
}

.modal-style .modal-title {
  color: #000;
}

.modal-style .modal-title {
  position: relative;
  display: inline-block;
}

.modal-style .modal-title:after {
  width: 100px;
  height: 2px;
  background: #e6e6e6;
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.modal-style .modal-dialog {
  width: 300px;
  margin: 30px auto;
}

.forgot {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?v23gay");
  src: url("../fonts/icomoon.eot?v23gay#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?v23gay") format("truetype"), url("../fonts/icomoon.woff?v23gay") format("woff"), url("../fonts/icomoon.svg?v23gay#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e036";
}

.icon-cross2:before {
  content: "\e117";
}

.icon-line .path1:before {
  content: "\e907";
  color: #00c300;
}

.icon-line .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
}

.icon-chevron-small-down:before {
  content: "\e605";
}

.icon-chevron-small-left:before {
  content: "\e606";
}

.icon-chevron-small-right:before {
  content: "\e607";
}

.icon-chevron-small-up:before {
  content: "\e608";
}

.icon-chevron-thin-down:before {
  content: "\e609";
}

.icon-chevron-thin-left:before {
  content: "\e60a";
}

.icon-chevron-thin-right:before {
  content: "\e60b";
}

.icon-chevron-thin-up:before {
  content: "\e60c";
}

.icon-cross:before {
  content: "\e610";
}

.icon-facebook2:before {
  content: "\e900";
}

/*
 * Copyright 2016 E-lin 意林行銷 http://tw.seoweo.com/
 * Designe by Bob
 */
#browser {
  position: fixed;
  background: #535252;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.browser-cancel {
  color: #FFF;
  font-size: 40px;
  position: absolute;
  top: 30px;
  right: 50px;
}

.browser-cancel:hover {
  opacity: 0.5;
  cursor: pointer;
}

#browser-container {
  width: 700px;
  margin: 70px auto;
  text-align: center;
}

.browser-h1, .browser-h2 {
  color: #FFF;
  font-size: 30px;
  text-align: center;
  padding-top: 50px;
}

.browser-h2 {
  font-size: 18px;
  padding-top: 10px;
}

.browser-image {
  display: inline-block;
  margin: 0 20px;
  background-image: url(../images/browsers.png);
  background-repeat: no-repeat;
}

.browser-image a {
  color: #FFF;
  display: block;
  padding-top: 140px;
}

.chrome, .firefox, .opera, .ie {
  height: 121px;
}

.chrome {
  width: 120px;
  background-position: 0 0;
}

.chrome:hover {
  background-position: 0    -131px;
}

.firefox {
  width: 120px;
  background-position: -120px -3px;
}

.firefox:hover {
  background-position: -122px  -133px;
}

.opera {
  width: 114px;
  background-position: -240px 0;
}

.opera:hover {
  background-position: -240px  -131px;
}

.ie {
  width: 122px;
  background-position: -355px -5px;
}

.ie:hover {
  background-position: -354px  -136px;
}

@media (max-width: 992px) {
  #browser-container {
    width: 100%;
  }
  .browser-image {
    margin-bottom: 80px;
  }
  .browser-cancel {
    top: 0px;
  }
  .browser-h1, .browser-h2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .browser-h1 {
    font-size: 18px;
    padding-top: 80px;
  }
  .browser-h2 {
    font-size: 16px;
  }
}
