aside .ad_lrec div, aside .ad_lrec div iframe {
	display: block;
}

body:after{content:"mobile";display:none}
@media (min-width: 641px){ body:after{content:"tablet,641px"} }
@media (min-width: 981px){ body:after{content:"desktop,981px"} }
@media (min-width: 1281px){ body:after{content:"desktop-wide,1281px"} }

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  font-family: "FloodStd";
  font-weight: 300;
  text-align: center;
  color: #4c4c4c;
}
h1.title a:hover,
h2.title a:hover,
h3.title a:hover,
h4.title a:hover,
h5.title a:hover,
h6.title a:hover {
  color: #7d7d7d;
}

h1.large,
h2.large,
h3.large,
h4.large,
h5.large,
h6.large {
  font-size: 36px;
}

h1.medium,
h2.medium,
h3.medium,
h4.medium,
h5.medium,
h6.medium {
  font-size: 30px;
  margin: 1em 0 0.75em;
}

h1.small,
h2.small,
h3.small,
h4.small,
h5.small,
h6.small {
  font-size: 24px;
}

.page-container.general-article,
.page-container.long-article {
  padding-top: 12px !important;
}
.page-container.general-article .title.large,
.page-container.long-article .title.large {
  display: none;
}
@media (min-width: 641px) {
  .page-container.general-article .title.large,
  .page-container.long-article .title.large {
    display: block;
  }
}

.page-title {
  height: 100px;
}

ul.tags {
  list-style: none;
  padding: 0;
  display: block;
  font-size: 12px;
  margin: 1em 0 0.5em 0;
}
@media (min-width: 641px) {
  ul.tags {
    margin: 1em 0;
  }
}
ul.tags li {
  display: inline-block;
  margin: 0 5px;
}
ul.tags li a {
  padding: 0.7em 1em;
  border-radius: 99px;
  display: inline-block;
  position: relative;
  background: #fff;
  color: #8d8d8d;
}
ul.tags li a:hover {
  background: #fdfdfd;
  color: #4c4c4c;
}
ul.tags li.category {
  margin: 0;
}
ul.tags li.category a {
  border-radius: 0;
  display: inline-block;
  background: transparent;
  padding: 0;
  font-family: "Open Sans";
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #4c4c4c;
}
ul.tags li.category a:hover {
  background: transparent;
  color: #7d7d7d;
}
@media (min-width: 641px) {
  ul.tags li.category a {
    padding: 0.7em 1em;
    border-radius: 99px;
    display: inline-block;
    background: #fff;
    color: #8d8d8d;
    position: relative;
    font: inherit;
    text-transform: none;
  }
  ul.tags li.category a:hover {
    background: #fdfdfd;
    color: #4c4c4c;
  }
}

.article-header {
  padding: 0 15px 15px;
  position: relative;
}
@media (min-width: 641px) {
  .article-header .title-wrapper {
    position: relative;
    display: table;
    width: 100%;
  }
}
.article-header .title-wrapper .stats {
  position: absolute;
  bottom: 20px;
  left: 15px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}
.article-header.has-gallery .title-wrapper .stats {
  left: auto; right: 100px;
}
@media (min-width: 641px) {
  .article-header .title-wrapper .stats {
    position: static;
    display: table-cell;
    font-size: initial;
    line-height: initial;
    text-align: right;
    width: auto;
    margin: 0;
  }
}
.article-header .title-wrapper .stats h4 {
  color: #4c4c4c;
  margin: 0;
  display: inline-block;
}
@media (min-width: 641px) {
  .article-header .title-wrapper .stats h4 {
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    display: block;
  }
}
.article-header .title-wrapper .stats span {
  color: #4c4c4c;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .article-header .title-wrapper .stats span {
    position: absolute;
    right: 0;
    top: 36px;
    font-size: 14px;
  }
}
.article-header .controls {
  vertical-align: bottom;
  text-transform: uppercase;
  position: relative;
}
.article-header .controls ul.left {
  text-align: left;
}
.article-header .controls ul.right {
  text-align: right;
}
.article-header .article-title {
  text-align: left;
  font-weight: 300;
  vertical-align: top;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
@media (min-width: 641px) {
  .article-header .article-title {
    display: table-cell;
  }
}
.article-header .article-title a:hover {
  color: #7d7d7d;
}
.article-header ul.tags li + li {
  display: none;
}
@media (min-width: 641px) {
  .article-header ul.tags li + li {
    display: inline-block;
  }
}
.article-header .info-wrapper {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  margin: 0;
}

@media (min-width: 641px) {
  .article-header .info-wrapper {
    font-size: 12px;
    line-height: 20px;
    display: table;
    height: 50px;
    margin: 10px 0 0;
  }
}
.article-header .info-wrapper .author-pic {
  display: none;
  vertical-align: middle;
  width: 50px;
  box-sizing: content-box;
}
@media (min-width: 641px) {
  .article-header .info-wrapper .author-pic {
    display: table-cell;
  }
}
.article-header .info-wrapper .author-pic .author-pic-img {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/author-pic.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  border-radius: 99%;
}
.article-header .info-wrapper .info-left {
  display: table-cell;
  vertical-align: middle;
  border-left: 20px solid transparent;
}
@media (min-width: 641px) {
  .article-header .info-wrapper .info-left:first-child {
    border-left: 0;
  }
}
.article-header .info-wrapper .info-left p {
  vertical-align: middle;
  font-weight: 300;
}
.article-header .info-wrapper .info-left p .author {
  display: none;
}
@media (min-width: 641px) {
  .article-header .info-wrapper .info-left p .author {
    display: inline;
  }
  .article-header .info-wrapper .info-left p .author + .published-date:before {
    content: " | ";
  }
}
.article-header .info-wrapper .info-left p .published-date {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 14px;
}
@media (min-width: 641px) {
  .article-header .info-wrapper .info-left p .published-date {
    position: static;
  }
}

.article-header .info-wrapper .info-left ul {
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media (min-width: 641px) {
  .article-header .info-wrapper .info-left ul {
    position: static;
    margin-top: 6px;
  }
  .article-header .info-wrapper .info-left ul:after {
    display: none !important;
  }
}
.article-header .info-wrapper .info-left ul a {
  outline: 0;
}
.article-header .info-wrapper .info-left ul:after {
  content: '';
  width: 1px;
  height: 19px;
  display: inline-block;
  border-right: 1px solid #ccc;
  position: absolute;
  left: 100px;
  bottom: 20px;
}
.article-header .info-wrapper .info-right {
  display: block;
  margin: 0;
  height: 40px;
}
@media (min-width: 641px) {
  .article-header .info-wrapper .info-right {
    display: table-cell;
    height: auto;
    vertical-align: bottom;
    text-align: right;
    white-space: nowrap;
  }
}
.article-header .info-wrapper .info-right ul {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media (min-width: 641px) {
  .article-header .info-wrapper .info-right ul {
    position: static;
  }
}

.article-header .info-wrapper .info-right ul a {
  outline: 0;
}
.article-header .info-wrapper ul {
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .article-header .info-wrapper ul {
    font-size: 14px;
    line-height: 28px;
  }
}
.article-header .info-wrapper ul li {
  display: inline-block;
  color: #4c4c4c;
  height: 40px;
  vertical-align: top;
}

/*New css for hide the page count when the silder ad is show */
.show-slider-ad .article-header .info-wrapper ul li.page-count,
.show-slider-ad .article-end-info .control-bar .view-all .page-count,
.show-slider-ad .article-header .info-wrapper .info-left ul:after,
body.has-fullscreen-slider .show-slider-ad .article-images.fullscreen .article-photo-controls p.count{
  display:none;
}

@media (min-width: 641px) {
  .article-header .info-wrapper ul li {
    height: 30px;
    line-height: 30px;
  }
}
.article-header .info-wrapper ul li + li {
  padding: 0 0 0 20px;
}
@media (min-width: 641px) {
  .article-header .info-wrapper ul li + li {
    padding: 0 0 0 10px;
    min-width: 60px;
  }
}
.article-header .info-wrapper ul li a {
  display: inline-block;
  position: relative;
}
@media (min-width: 641px) {
  .article-header .info-wrapper ul li a {
    border-radius: 99px;
    border: 1px solid #bbb;
    padding: 0 15px;
    line-height: 28px;
  }
  .article-header .info-wrapper ul li a:hover {
    background-color: #c00;
    color: #fff;
    border: 1px solid #c00;
  }
}
.article-header .info-wrapper ul li a span {
  display: none;
}
@media (min-width: 641px) {
  .article-header .info-wrapper ul li a span {
    display: inline-block;
  }
}

.icon-article-left {
  width: 56px;
  height: 56px;
  background: rgba(0, 255, 0, 0.6);
  border-radius: 99px;
  position: absolute;
  right: 0;
  top: 22px;
}
.icon-article-left svg {
  height: 30px;
  margin: 13px;
  fill: #8d8d8d;
}

.article-body {
  padding-bottom: 1px;
}
.article-body a:hover {
  color: #7d7d7d;
}
.article-body .slick-slide[tabindex] {
  outline: 0;
}
@media (min-width: 981px) {
  .article-body {
    padding-bottom: 0;
  }
}
.article-body .page {
  background: #fff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
@media (min-width: 981px) {
	.article-body .page {
		padding-bottom: 20px;
	}
}
body.has-fullscreen-slider { overflow: hidden }
body.has-fullscreen-slider .article-body .page { min-height: 1500px }
.article-body .page:last-of-type {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.article-body .article-image {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.article-body .article-image > img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
  background: #8d8d8d;
}
.article-body p.article-photo-credit {
  display: none;
  padding: 0 20px;
  margin: 1em 0;
  font-size: 12px;
  color: #8d8d8d;
  text-align: right;
}
@media (min-width: 641px) {
  .article-body p.article-photo-credit {
    display: block;
  }
}
.article-body .article-content > p, .article-body .article-content > h1, .article-body .article-content > h2, .article-body .article-content > h3, .article-body .article-content > h4, .article-body .article-content > h5, .article-body .article-content > h6 {
  padding: 0 20px;
  margin: 1em 0;
}
.article-body .article-content > h4 {
  color: #666;
  font-weight: 700;
}
.article-body .article-content > p {
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 641px) {
  .article-body .article-content > p {
    font-size: 16px;
    line-height: 24px;
  }
}
.article-body .article-content h3.caption {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.article-body .article-content a {
  color: #c00;
}
.article-body .article-content a:hover {
  border-bottom: 1px solid #c00;
}
a.notaglink, a.notaglink:focus, a.notaglink:hover, a.notaglink:active, a.notaglink:visited { color: inherit !important; border: 0 !important; text-decoration: none !important; outline: 0 !important; cursor: text !important; }
.article-body .article-video {
  width: 100%;
  max-width: 885px;
  position: relative;
  margin: 30px 0;
}

.article-photo-controls {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  display: none;
}
.article-photo-controls p.count {
  display: none;
  margin: 0;
  padding: 0;
  width: 150px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -75px;
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  color: #fff;
}
.article-photo-controls p.count b {
  font-weight: 400;
  color: #c00;
}
.article-photo-controls p.count span {
  display: inline-block;
  margin: 0 10px;
}

.article-body .object-center img{
  width:100%;
}
@media (min-width: 981px) {
  .article-images:hover .article-photo-controls {
    display: block;
  }
}

.article-images .slick-slider {
  margin: 0 !important;
}
.article-images .article-image {
  position: relative;
  overflow: hidden;
}
.article-images .article-image > img {
  max-width: 100%;
  margin: 0 auto;
}
.article-images .next-article-slide .next-article-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.article-images a.control {
  position: absolute;
  top: 50%;
}
.article-images a.control[tabindex] {
  outline: 0;
}
.article-images a.control.read-more {
  top: auto;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 50px;
}
.article-images a.control.read-more .control-icon .icon-article-read-more {
  width: 15px;
  height: 26px;
  margin: 0 10px !important;
}
@media (min-width: 981px) {
  .article-images a.control.read-more .control-icon .icon-article-read-more {
    width: 29px;
    height: 51px;
    margin: 0 !important;
  }
}
@media (min-width: 981px) {
  .article-images a.control.read-more {
    width: 210px;
    height: 100px;
  }
}
.article-images a.control.next-article {
  right: 0;
  overflow: hidden;
  width: 350px;
  height: 90px;
  margin-top: -45px;
}
.article-images a.control.next-article .control-icon .icon-article-read-more {
  margin: 0 !important;
}
@media (min-width: 641px) {
  .article-images a.control.next-article {
    width: 445px;
    height: 140px;
    margin-top: -70px;
  }
}

body.has-fullscreen-slider .page-container {
  z-index: 1000 !important;
}
body.has-fullscreen-slider .article-images.fullscreen {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transition: all 0.4s;
}
body.has-fullscreen-slider .article-images.fullscreen .slick-track .slick-slide .article-image {
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
body.has-fullscreen-slider .article-images.fullscreen .slick-track .slick-slide .article-image > img {
  display: none;
}
body.has-fullscreen-slider .article-images.fullscreen .slick-track .slick-slide .article-image ~ * {
  display: none;
}
body.has-fullscreen-slider .article-images.fullscreen button {
  opacity: 0;
  transition: opacity 0.4s;
}
body.has-fullscreen-slider .article-images.fullscreen .article-photo-controls {
  display: block !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0;
  transition: opacity 0.4s;
}
body.has-fullscreen-slider .article-images.fullscreen .article-photo-controls p.count {
  display: block;
}
body.has-fullscreen-slider .article-images.fullscreen .article-photo-controls a.close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  display: block;
}
body.has-fullscreen-slider .article-images.fullscreen .article-photo-controls div.icon-article-photo-close {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(/design/ellehk_phase4/images/ico_search.png) no-repeat center;
  background-size: 18px !important;
  margin: 0;
}
body.has-fullscreen-slider .article-images.fullscreen .article-photo-controls div.icon-article-photo-share,
body.has-fullscreen-slider .article-images.fullscreen .article-photo-controls div.icon-article-photo-share:hover {
  background: url(/design/ellehk_phase4/images/ico_slideshow_share_x2.png) no-repeat center !important;
  background-size: 18px !important;
}
body.has-fullscreen-slider .article-images.fullscreen.controls-visible button, body.has-fullscreen-slider .article-images.fullscreen.controls-visible .article-photo-controls {
  opacity: 1;
}

a.control {
  text-align: center;
}
a.control div.control-content {
  display: inline-block;
}
a.control.read-more {
  color: #fff;
  background: rgba(204, 0, 0, 0.7);
  padding: 8px 12px;
}
@media (min-width: 981px) {
  a.control.read-more {
    padding: 20px 12px;
  }
  a.control.read-more .control-icon {
    width: 50px;
  }
}
a.control.read-more h3 {
  font-size: 16px;
}
@media (min-width: 981px) {
  a.control.read-more h3 {
    font-size: 24px;
  }
}
a.control.read-more p {
  font-size: 14px;
  margin: 0;
}
@media (min-width: 981px) {
  a.control.read-more p {
    font-size: 20px;
  }
}
a.control.next-article {
  overflow: hidden;
  text-align: left;
}
a.control.next-article .control-content {
  width: 350px;
  height: 90px;
  color: #fff;
  background: #000;
  vertical-align: middle;
}
@media (min-width: 641px) {
  a.control.next-article .control-content {
    width: 445px;
    height: 140px;
  }
}
a.control.next-article .thumbnail {
  display: inline-block;
  height: 100%;
  width: 40%;
  max-width: 140px;
  vertical-align: middle;
}
@media (min-width: 641px) {
  a.control.next-article .thumbnail {
    width: 50%;
    max-width: 210px;
  }
}
a.control.next-article .thumbnail i {
  display: block;
  width: 100%;
  height: 1px;
  padding-bottom: 66.6667%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
a.control.next-article .control-text {
  width: 60%;
  margin-left: 10px;
  margin-right: -46px;
  padding-right: 46px;
}
@media (min-width: 641px) {
  a.control.next-article .control-text {
    width: 50%;
  }
}
a.control.next-article h3 {
  font-size: 18px;
}
a.control.next-article p {
  font-size: 14px;
  padding: 0;
}
a.control .control-text {
  display: inline-block;
  vertical-align: middle;
}
a.control .control-text h3 {
  font-family: FloodStd;
}
a.control .control-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

.page-container {
  width: 100%;
  font-family: "Open Sans", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

.long-article .article-body > a.next-article {
  display: none;
}

.content-wrapper {
  padding-top: 25px;
}
.content-wrapper:first-of-type {
  padding-top: 0;
}
.content-wrapper.loading {
  padding-bottom: 90px;
}
.content-wrapper.loading article {
  padding-bottom: 90px;
  background: url(/design/ellehk_phase4/images/loading_nextarticle2.gif) no-repeat 50%;
}
.content-wrapper aside {
  padding-top: 20px;
}
@media (min-width: 981px) {
  .content-wrapper {
    position: relative;
  }
  .content-wrapper article {
    padding: 0 313px 0 0;
  }
  .content-wrapper aside {
    padding-top: 0;
	width: 300px;
    position: absolute;
    top: 0;
    right: 0;
	-webkit-transition: right .2s ease-in-out;
	transition: right .2s ease-in-out;
  }
  .disable-sidebar-transition .content-wrapper aside {
	-webkit-transition: all 0s;
	transition: all 0s;
  }
  .content-wrapper aside a:hover {
    color: #7d7d7d;
  }
}
@media (min-width: 981px) {
  .content-wrapper.active aside.absolute-end {
    top: auto;
    bottom: 0;
  }
  .content-wrapper.active aside.sticky {
    position: fixed;
    top: 67px;
  }
  .nav-panel-active .content-wrapper.active aside.sticky {
	right: -320px;
  }
}
@media (min-width: 1216px) {
  .content-wrapper aside {
	width: -webkit-calc((100% - 1200px) / 2 + 300px);
	width: calc((100% - 1200px) / 2 + 300px);
  }
}

.related-topics-wrapper {
  background: #fff;
  padding: 50px 0 20px;
}
@media (min-width: 641px) {
  .related-topics-wrapper .related-topics {
    margin: 0 20px;
    border: 1px solid #eee;
  }
}
.related-topics-wrapper .related-topics .title {
  margin: -16px auto 20px;
  display: block;
  text-align: center;
}
.related-topics-wrapper .related-topics .title span {
  background: #fff;
  padding: 0 10px;
}
.related-topics-wrapper .related-topics ul li {
  display: block;
  position: relative;
  vertical-align: top;
  margin: 0 0 10px;
  padding: 0 20px 0 36px;
}
.related-topics-wrapper .related-topics ul li [itemprop="genre"],
.related-topics-wrapper .related-topics ul li img {
	display: none;
}
@media (min-width: 641px) {
  .related-topics-wrapper .related-topics ul li {
    display: inline-block;
    width: 50%;
  }
}
.related-topics-wrapper .related-topics ul li::before {
  content: ' ';
  position: absolute;
  left: 20px;
  width: 16px;
  height: 100%;
  background: url(/design/ellehk_phase4/images/ico_related_arrow.png) no-repeat 0px 6px;
  padding: 0 10px 0 0;
}
.related-topics-wrapper .related-topics ul li a {
  color: #4c4c4c;
  border-bottom: 1px dotted #4c4c4c;
  line-height: 1.6em;
}
.related-topics-wrapper .related-topics ul li a:hover {
  color: #c00;
  border-bottom: 1px solid #c00;
}
@media (min-width: 641px) {
  .related-topics-wrapper .related-topics ul li a {
    border-bottom: 0;
  }
  .related-topics-wrapper .related-topics ul li a:hover {
    border-bottom: 0;
  }
}

.article-end-info {
  background: #fff;
  font-weight: 300;
  padding: 0 20px 30px;
}
@media (min-width: 641px) {
  .article-end-info {
    display: none;
  }
}
.article-end-info .control-bar {
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  position: relative;
}
.article-end-info .control-bar .align-right {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.article-end-info .control-bar .view-all, .article-end-info .control-bar .stats, .article-end-info .control-bar .share, .article-end-info .control-bar .bookmark {
  display: inline-block;
  line-height: 50px;
}
.article-end-info .control-bar .view-all .page-count {
  display: inline-block;
  padding: 0 0 0 20px;
  font-weight: 400;
}
.article-end-info .control-bar .view-all .page-count:after {
  content: '';
  width: 1px;
  height: 19px;
  display: inline-block;
  border-right: 1px solid #ccc;
  position: absolute;
  left: 100px;
  top: 16px;
}
.article-end-info .control-bar .stats {
  position: absolute;
  right: 80px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  line-height: 50px;
}
.article-end-info .control-bar .stats h4 {
  color: #4c4c4c;
  margin: 0;
  display: inline-block;
}
.article-end-info .control-bar .stats span {
  color: #4c4c4c;
  text-transform: uppercase;
}
.article-end-info .control-bar .share {
  position: absolute;
  right: 36px;
}

.article-end-articles {
  margin: 0 auto;
  padding: 50px 0 30px;
  background: #fafafa;
  display: none;
}
@media (min-width: 981px) {
  .article-end-articles {
    display: block;
  }
}
.article-end-articles .title {
  margin-top: 0;
}
.article-end-articles .blocks {
  margin: 15px 0 30px;
}
.article-end-articles .blocks .block {
  display: inline-block;
  width: 25% !important;
  position: relative;
  vertical-align: top;
  padding: 0px 4px;
}
.article-end-articles .blocks .block .image {
  position: relative;
  overflow: hidden;
}
.article-end-articles .blocks .block .image a .bg {
  width: 100%;
  height: 1px;
  padding-bottom: 66.6667%;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  -webkit-transition: filter 0.2s;
  transition: filter 0.2s;
}
.article-end-articles .blocks .block .image a .bg + .overlay {
  display: block;
  opacity: 0;
  font-family: "FloodStd";
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.article-end-articles .blocks .block .image a .bg + .overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.article-end-articles .blocks .block .image a .bg + .overlay .category {
  font-size: 18px;
  vertical-align: middle;
}
.article-end-articles .blocks .block .image a .bg + .overlay .icons {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
  cursor: pointer;
}
.article-end-articles .blocks .block:hover .text a {
  color: #7d7d7d;
}
@media (min-width: 981px) {
  .article-end-articles .blocks .block:hover .image a .bg {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .article-end-articles .blocks .block:hover .image a .bg + .overlay {
    opacity: 1;
  }
}
.article-end-articles .blocks .block .text {
  font-size: 14px;
  padding: 10px 0px 0px;
  margin: 0px 10px;
  overflow: hidden;
  max-width: 210px;
  word-wrap: break-word;
  font-weight: 300;
}
.article-end-articles .blocks .block .text a {
  color: #000000;
}

.sidebar-content {
	margin: 0 auto;
}

.sidebar-content .small.title {
	margin: 30px 0 15px;
}

/* .article-list, .blocks and .blocks .block is deprecated and should be replaced with .stories!! */
.sidebar-content .article-list {
  margin: 20px 0 35px;
  text-align: center;
}
.sidebar-content .article-list .title {
  margin: 30px 0 15px;
}
.sidebar-content .article-list.hide-blocks .blocks {
	visibility: hidden !important;
}
.sidebar-content .article-list .blocks {
  margin: 0 7px;
}
@media (min-width: 641px) {
  .sidebar-content .article-list .blocks {
    margin: 0 15px;
  }
}
@media (min-width: 981px) {
  .sidebar-content {
	width: 100%; max-width: 300px;
	margin: 0;
  }
  .sidebar-content .article-list .blocks {
    margin: 0;
  }
}
.sidebar-content .article-list .blocks .block {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: top;
  text-align: left;
  padding: 0 7px;
}
@media (min-width: 641px) {
  .sidebar-content .article-list .blocks .block {
    width: 25%;
    padding: 0 4px;
  }
}
@media (min-width: 981px) {
  .sidebar-content .article-list .blocks .block {
    display: block;
    margin-bottom: 10px;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
}
.sidebar-content .article-list .blocks .block .image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 981px) {
  .sidebar-content .article-list .blocks .block .image {
    width: 140px;
  }
}
.sidebar-content .article-list .blocks .block .image a .bg {
  width: 100%;
  height: 1px;
  padding-bottom: 66.6667%;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  -webkit-transition: filter 0.2s;
  transition: filter 0.2s;
}
.sidebar-content .article-list .blocks .block .image a .bg + .overlay {
  display: block;
  opacity: 0;
  font-family: "FloodStd";
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-font-smoothing: subpixel-antialiased;
}
.sidebar-content .article-list .blocks .block .image a .bg + .overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.sidebar-content .article-list .blocks .block .image a .bg + .overlay .category {
  font-size: 18px;
  vertical-align: middle;
}
.sidebar-content .article-list .blocks .block .image a .bg + .overlay .icons {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
  cursor: pointer;
}
.sidebar-content .article-list .blocks .block:hover .text a {
  color: #7d7d7d;
}
@media (min-width: 981px) {
  .sidebar-content .article-list .blocks .block:hover .image a .bg {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .sidebar-content .article-list .blocks .block:hover .image a .bg + .overlay {
    opacity: 1;
  }
}
.sidebar-content .article-list .blocks .block .text a {
  display: block;
  position: relative;
  padding: 10px;
  height: 100%;
  text-align: center;
}
@media (min-width: 981px) {
  .sidebar-content .article-list .blocks .block .text a {
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 981px) {
  .sidebar-content .article-list .blocks .block .text {
    position: absolute;
    left: 150px;
    top: 0px;
    width: 150px;
    height: 93px;
  }
}

.mfp-wrap.view-all .mfp-close {
  color: #fff;
}
.mfp-wrap.view-all .mfp-container {
  padding: 0;
}
.mfp-wrap.view-all .mfp-container:before {
  content: none;
}
.mfp-wrap.view-all .mfp-content > div {
  margin: 80px auto;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.mfp-wrap.view-all .mfp-content > div div.article-image {
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 30px;
  box-sizing: border-box;
  width: 30%;
}
@media (min-width: 981px) {
  .mfp-wrap.view-all .mfp-content > div div.article-image {
    width: 19%;
  }
}
.mfp-wrap.view-all .mfp-content > div div.article-image a {
  width: 100%;
  height: 1px;
  padding-bottom: 66.6667%;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

.page-container .video-player {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
  height: 1px;
  padding-bottom: 56.5%;
}

.page-container .video-player iframe,
.page-container .video-player object,
.page-container .video-player embed {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.page-container .video-player .btn_play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -70px 0 0 -70px;
  width: 140px;
  height: auto;
  cursor: pointer;
}
@media (min-width: 981px) {
  .page-container .video-player .btn_play {
    margin: -140px 0 0 -140px;
    width: 280px;
  }
}

.article-images {
  /* Slider */
  /* Arrows */
  /* Dots */
}
.article-images .slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.article-images .slick-loading .slick-list {
  background: #fff;
}
.article-images .slick-prev,
.article-images .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 999;
}
.article-images .slick-prev:hover, .article-images .slick-prev:focus,
.article-images .slick-next:hover,
.article-images .slick-next:focus {
  outline: none;
}
.article-images .slick-prev.slick-disabled,
.article-images .slick-next.slick-disabled {
  display: none !important;
}
.active.should-fix .article-images .slick-prev, .active.should-fix .article-images .slick-next {
  position: fixed;
}
@media (min-width: 981px) {
  .active.should-fix .article-images .slick-prev, .active.should-fix .article-images .slick-next {
    position: absolute;
  }
}
@media (min-width: 981px) {
  .article-images .slick-prev.slick-disabled + .slick-next {
    display: none !important;
  }
}
.article-images .slick-prev:before, .article-images .slick-next:before {
  line-height: 1;
  color: white;
  opacity: 0.75;
}
.article-images .slick-prev {
  left: 10px;
  background: url("../images/arrow_left_off.png") no-repeat center;
}
.article-images .slick-prev:hover {
  background: url("../images/arrow_left_on.png") no-repeat center;
}
.article-images .slick-next {
  right: 10px;
  background: url("../images/arrow_right_off.png") no-repeat center;
}
.article-images .slick-next:hover {
  background: url("../images/arrow_right_on.png") no-repeat center;
}
.article-images .slick-dots {
  position: absolute;
  bottom: -25px;
  background: #fff;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.article-images .slick-dots li {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.article-images .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}
.article-images .slick-dots li button:hover, .article-images .slick-dots li button:focus {
  outline: none;
}
.article-images .slick-dots li button:hover:before, .article-images .slick-dots li button:focus:before {
  opacity: 1;
}
.article-images .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: black;
  opacity: 0.25;
}
.article-images .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  background: #fafafa;
}

/*no result style*/
.no_result.text {
    min-height: 360px;
    padding-top: 160px;
    color: #4C4C4C;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
}

/* Common channel sub menu */
.reduce-margin{
  margin-bottom: -30px;
}
.common-filter-menu{
  width: 100%;
  max-width: 1200px;
  height: 55px;
  margin: 0 auto;
  text-align:center;
  background-color: #000;
}

.common-filter-menu .mobile-visible, .common-filter-mobile-menu{
	display:none;
}

.common-filter-menu .top-level > li{
  cursor: pointer;
  display: inline-block;
  width: 180px;
  height: 55px;
  vertical-align: top;
  text-align: left;
}

.common-filter-menu li a{
  display: block;  
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.common-filter-menu .top-level > li > a{ 
  color:#fff;
  padding-top: 18px;
}

.common-filter-menu .top-level > li > a:before{
  content:'';
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url(/design/ellehk_phase4/images/ico_arrow_white14.png) no-repeat center;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 3px;
  margin-left: 10px;
}

.common-filter-menu li ul{
  display:none;
  position: relative;
  background-color: #fff;
  padding-bottom: 5px;
  max-height: 360px;
  overflow: auto;
  z-index: 1;
}

.common-filter-menu .second-level > li > a{
  padding: 5px 20px 5px 27px;
  text-align: left;
}

.common-channel-title{
    margin: 20px auto;
    font-family: "FloodStd";
    text-align: center;
    font-size: 30px;
    color: #4C4C4C;
}

.common-filter-menu .mobile-type-name{
  display:none;
}

@media (min-width:981px){
  .common-filter-menu li:hover > a,.common-filter-menu li.active > a{
      color: #CC0000;
  }

  .common-filter-menu li:hover a:before{
     background: url(/design/ellehk_phase4/images/ico_arrow_red14.png) no-repeat center;
  }

  .common-filter-menu .top-level > li:hover{
    background-color:#fff;
  }

  .common-filter-menu li:hover ul{
      display: block;
  }

}

@media (max-width:980px){
  .show-common-filter-menu{
    /* position: fixed; */
    overflow:hidden;
    /* width: 100%; */
  }

  .show-common-filter-menu #container #site-wrapper .page-container{
    z-index:11;
  }

  .show-common-filter-menu #sticky-wrap{
    visibility:hidden;
  }

  .show-common-filter-menu .common-filter-menu{
    display:block;
  }
  
  .common-filter-menu{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999999;
  }

  .common-filter-mobile-menu{
    display:block;
    font-size: 24px;
    font-weight: 100;
    height: 55px;
    text-align: center;
    background-color: #000000;
    overflow: hidden;
    color: #fff;
    padding-top: 12px;
    font-family: "Open Sans";
  }

  .common-filter-mobile-fixed-menu{
    display:none;
  }

  .common-filter-mobile-fixed-menu:before{
    content:'';
    display: inline-block;
    width: 10px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url('../images/ico_arrow_white17.png');
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
  }
   
  .common-filter-menu .mobile-visible{
    display:block;
  }

  .common-filter-menu-mobile-title{
      box-sizing: border-box;
      margin: 18px auto;
      font-family: "Open Sans";
      font-size: 16px;
      color: #FFF;
      font-weight: 100;
      letter-spacing: 1px;
      text-transform: uppercase;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: center;
      overflow: hidden;
  }

  .common-filter-menu-mobile-title:before{
      content:'';
      display: inline-block;
      width: 20px;
      height: 12px;
      margin-right:20px;
      background-image: url('../images/arrow_white_down.png');
      background-size: contain;
      background-repeat: no-repeat;
      overflow: hidden;
  }
   .common-filter-menu .top-level > li{
     display:block;
     width: 100%;
     height: auto;
     margin-top: 20px;
     margin-left: auto;
     margin-right: auto;
   }
  
  .common-filter-menu .top-level > li > a:before{
    display:none;
  }
  
  .common-filter-menu .top-level > li > a{
    display:none;
  }

  .common-filter-menu .top-level{
    width:80%;
    margin:0 auto;
  }
  
  .common-filter-menu .menu-select-box{
    height: 56px;
    border: 1px solid #ccc;
    border-radius: 28px;
    background-color: #fff;
    background: #fff url('../images/arrow_red_down.png') no-repeat 95% 50%;
  }


  .common-filter-menu .menu-select-box > select{
    width: 100%;
	max-width: 650px;
	height: 56px;
	box-sizing: border-box;
	padding-left: 16px;
	border: none;
	font-family: "Open Sans";
	font-size: 24px;
	color: #CC0000;
	box-shadow: none;
	background-color: transparent;/*for not blocking customized drop down arrow*/
	background-image: none;
	-webkit-appearance: none;
		-moz-appearance: none;
			appearance: none;
  }

  .common-filter-menu .menu-select-box > select:focus {
    outline: none;
  }

  .common-filter-menu .menu-select-box > select option {
      box-sizing: border-box;
      padding-left: 16px;
      font-family: "Open Sans";
      font-size: 24px;
      color: #8d8d8d;
  }

  .common-filter-menu .menu-select-box > select option:checked{
      box-sizing: border-box;
      padding-left: 16px;
      font-family: "Open Sans";
      font-size: 24px;
      color: #CC0000;
  }
  
  .common-filter-menu .btn-close{
    position:absolute;
    top:18px;
    right:18px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url('../images/ico_close.png');
    background-repeat: no-repeat;
  }

  .common-filter-menu .button_done{
    width: 88px;
    height: 38px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 45px;
    box-sizing: border-box;
    padding-top: 10px;
    border-radius: 28px;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    background-color: #cc0000;
    color: #FFF;
    cursor: pointer;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
  }

  .common-filter-menu .button_done:hover{
      background-color: #ff0000;
  }

  .common-filter-menu .mobile-type-name{
    display:block;    
    font-family: "Open Sans";
    font-size: 16px;
    color: #8d8d8d;
    margin-bottom: 7px;
    padding-left: 4%;
  }
}

@media (max-width:640px){

  .common-filter-mobile-menu{
    display: none;
    width:100%;
    height: 50px;
    padding-top: 16px;
    bottom:0;
    font-size: 16px;
    cursor: pointer;
    cursor: hand;
  }

  .common-filter-mobile-fixed-menu{
    display:block;
  }

  .show-common-filter-menu .common-filter-mobile-fixed-menu{
    display:none;
  }

  .common-filter-mobile-fixed-menu:before{
    height:14px;
    margin-right:5px;
    margin-top:-2px;
  }

  .common-filter-menu .top-level > li > a{
    font-size:12.5px;
  }

  .common-filter-menu .menu-select-box,.common-filter-menu .menu-select-box select {
      height: 43px;
  }

  .common-filter-menu .menu-select-box > select option{
      padding-left: 16px;
      font-size: 25px;
      font-weight: 100;
      letter-spacing: 1px;
  }

  .common-filter-menu .menu-select-box > select option:checked{
      padding-left: 16px;
      font-size: 25px;
      font-weight: 100;
      letter-spacing: 1px;
  }

  .reduce-margin{margin-bottom:0;}
}





div.icon-bookmark {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/ico_bookmark_x2.png") no-repeat center top;
  background-size: contain !important;
  vertical-align: middle;
  margin-right: 8px;
}
.added div.icon-bookmark{
  background: url("../images/diary/ico_liked.png") no-repeat center top;
}

.article-header div.icon-bookmark {
  height: 40px;
}

.article-header div.icon-new-bookmark{background: url("../images/ico_slideshow_bookmark_grey.png") no-repeat center top;margin: 0 3px 0 0;vertical-align: middle;
}

.article-header .added div.icon-new-bookmark{
  background: url("../images/ico_slideshow_bookmarked.png") no-repeat center top;
}
@media (min-width: 641px) {
  .article-header div.icon-bookmark {
    height: 16px;
  }
}
@media (min-width: 641px) {
  div.icon-bookmark {
    width: 16px;
    height: 16px;
    background: url("../images/ico_bookmark.png") no-repeat center;
  }
 
  a:hover div.icon-bookmark {
    background: url("../images/ico_bookmark_on.png") no-repeat center;
  }

  a:hover div.icon-new-bookmark,.added a:hover div.icon-new-bookmark{
    background: url("../images/ico_slideshow_bookmark.png") no-repeat center;
  }
}


div.icon-share {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/ico_share_x2.png") no-repeat center top;
  background-size: contain !important;
}

.article-header div.icon-share {
  height: 40px;
}
@media (min-width: 641px) {
  .article-header div.icon-share {
    height: 16px;
  }
}
@media (min-width: 641px) {
  div.icon-share {
    width: 16px;
    height: 26px;
    background: url("../images/ico_share.png") no-repeat center top;
  }
  a:hover div.icon-share {
    background: url("../images/ico_share_on.png") no-repeat center top;
  }
}


div.icon-view-all {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/ico_viewall_x2.png") no-repeat center;
  background-size: contain !important;
}
@media (min-width: 641px) {
  div.icon-view-all {
    width: 16px;
    height: 26px;
    background: url("../images/ico_viewall.png") no-repeat center;
  }
  a:hover div.icon-view-all {
    background: url("../images/ico_viewall_on.png") no-repeat center;
  }
}


div.icon-article-read-more {
  display: inline-block;
  background-size: contain;
  background-image: url("../images/ico_article_readmorearrow.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
}


div.icon-article-photo-bookmark {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("../images/ico_article_photobookmark.png") no-repeat center;
}

a:hover div.icon-article-photo-bookmark {
  background: url("../images/ico_article_photobookmark_on.png") no-repeat center;
}


div.icon-article-photo-share {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url("../images/ico_article_photoshare.png") no-repeat center;
  vertical-align: top;
}

a:hover div.icon-article-photo-share {
  background: url("../images/ico_article_photoshare_on.png") no-repeat center;
}


div.icon-btn-arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../images/btn_arrow.png") no-repeat center;
}

*:hover > div.icon-btn-arrow {
  background: url("../images/btn_arrow_on.png") no-repeat center;
}

@media (min-width: 641px) {
  div.icon {
    margin: 0 8px 0 0;
  }
}


div.icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.slick-track, .slick-slide, .slick-slide .article-image {-webkit-backface-visibility:hidden !important;} /* fix for flickering on iOS WebView such as iOS Chrome */
.icon.heart{display:none!important}
.page-container .general-articles .general-article:hover .inner .icons {  margin: -26% -22px 0px!important;}
.page-container .block1-template .blocks .block .icons {left: 38%!important;}
.page-container .block2-template .blocks .block:hover .icons {left:62%!important;}
.page-container .kv .inner.center .icons {left: 0%!important;width: 100%;margin-left: 0;}

.dot-container{position:relative;background-repeat:repeat-x;background-position:bottom left;background-image: url("../images/bullet.png?v=2");margin-top: 32px;padding:15px 0 40px;}
.dot-container:before,.dot-container:after{content:'';position:absolute;}
.dot-container:after{width:20px;padding-top:20px;bottom:0;left:50%;margin-left:-10px;margin-bottom:-10px;background-image: url("../images/graphic.png");}
.dot-container:before{top:0;left:0;width:100%;padding-top:1px;background-image: url("../images/bullet.png?v=2");}
.dot-container .align-center,.dot-container p{text-align:center;line-height:1.8;padding:10px;max-width:500px;margin:0 auto;}

@media (max-width:640px){
  .dot-container{margin-top: 10px;}
  .dot-container .align-center > br{display:none;}
}

/* forgotpw */
.userlogin{max-width:300px;margin:0 auto;text-align:center;}
.userlogin .title{font-family: "FloodStd";color: #CC0000;font-size: 20px;padding: 50px 0px 10px;}
.userlogin .sub-title{font-size: 24px;text-transform: capitalize;color: #8d8d8d;font-weight: 300;font-family: "Open Sans";padding: 0px;}
.userlogin .description{font-size: 14px;font-family: "Open Sans";color: #8d8d8d;padding: 10px 0px;text-align: center;margin: 0px auto;}
.userlogin .input-wrapper input{background-color: #EEE;-webkit-border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 6px;border-radius: 50px;border: 0;width: 100%;height: 40px;padding: 12px;}
.userlogin .error{color:red;}
.userlogin .warning{margin: 30% 0;}
.userlogin .elle-revamp-btn{background-color: #fff;-webkit-appearance: none;appearance: none;}
.userlogin .elle-revamp-btn:hover{background-color:#CC0000;}

