.post-container {
  border-bottom: solid 1px #E9E9E9;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.post-container .leaderboard-ad-container {
  text-align: center;
}
.post-container .leaderboard-ad-container > div {
  padding-bottom: 30px;
}
.post-container.portrait .title h3 {
  margin-top: 0;
}
.post:before,
.post:after {
  content: " ";
  display: table;
}
.post:after {
  clear: both;
}
.post .title {
  margin-bottom: 10px;
  display: block;
}
.post .title h1 {
  font-size: 28px;
  line-height: 35px;
  font-weight: normal;
  color: #000;
  margin-top: 0;
}
.post .content {
  line-height: 1.6em;
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}
.post .content li {
  margin-left: 15px;
}
.post .content .slides-shortcode {
  margin-top: 20px;
}
.post .content img {
  margin-bottom: 10px;
}
.info {
  font-family: Helvetica;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 1em;
  margin: 20px 0 15px;
  color: #cc6689;
}
.info a {
  color: #cc6689;
}
.info > span {
  color: #cc6689;
  margin: 0 10px;
  display: inline-block;
}
.info > span:first-child {
  margin-left: 0;
}
.extra {
  margin-bottom: 20px;
  font-family: Helvetica;
  font-size: 11px;
  color: #b2b2b2;
  line-height: 16px;
}
.extra a {
  color: #7f7f7f;
}
.share-container {
  margin-bottom: 25px;
}
.share-container .social-shares {
  line-height: 1em;
  margin: 20px 0;
  font-family: 'Montserrat', sans-serif;
}
.share-container .social-shares .stats {
  display: none;
  vertical-align: bottom;
  text-transform: uppercase;
  min-width: 0;
  padding: 4px 10px 4px 0;
  height: 36px;
}
.share-container .social-shares .stats .share-container {
  line-height: 1.2em;
}
.share-container .social-shares .stats .share-container .share-count {
  text-align: center;
  color: #006fbb;
  font-size: 22px;
  font-weight: bold;
}
.share-container .social-shares .stats .share-container .share {
  font-size: 11px;
  color: #333;
  text-align: center;
}
.share-container .social-shares a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  min-width: 104px;
  padding: 0 10px;
  text-align: center;
  margin-right: 6px;
  color: #FFF;
  font-size: 12px;
}
.share-container .social-shares a .fa {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.share-container .social-shares a.facebook-share {
  background-color: #3B5998;
}
.share-container .social-shares a.twitter-retweet {
  background-color: #55ACEE;
}
.share-container .social-shares a.twitter-retweet .fa {
  font-size: 22px;
  top: 4px;
}
.share-container .social-shares a.google-share {
  background-color: #CC3732;
}
.share-container .social-shares a.google-share .fa {
  top: 4px;
}
.share-container .social-shares a.pinterest-pin {
  background-color: #CC2127;
}
.share-container .social-shares a.pinterest-pin img {
  margin-right: 5px;
  height: 17px;
  vertical-align: baseline;
  position: relative;
  top: 5px;
}
.share-container .social-shares a.whatsapp-send {
  background-color: #1d9e11;
  display: none;
}
.share-container .social-shares a.whatsapp-send .fa {
  font-size: 20px;
}
@media (max-width: 767px) {
  .share-container .social-shares a.whatsapp-send {
    display: inline-block;
  }
}
.share-container .social-shares a.email-send {
  background-color: #666;
}
.share-container .social-shares a.email-send .fa {
  top: 2px;
}
.share-container .social-shares a.link-copy {
  background-color: #999;
  position: relative;
}
.share-container .social-shares a.link-copy .link-container {
  position: absolute;
  display: none;
  line-height: 20px;
  right: 0;
  background-color: #F5F5F5;
  margin-top: 10px;
  padding: 10px;
  color: #333;
  z-index: 1;
}
.share-container .social-shares a.link-copy .link-container span {
  color: #000;
  font-weight: bold;
  float: left;
  display: block !important;
}
.share-container .social-shares a.link-copy .link-container input {
  width: 200px;
}
.share-container .social-shares a.tencent-share {
  background-color: #30BCE3;
}
.share-container .social-shares a.weibo-share {
  background-color: #E5211E;
}
.share-container .social-shares a.renren-share {
  background-color: #005EAC;
}
.share-container .social-shares a.qzone-share {
  background-color: #2B82D9;
}
.share-container .social-shares a.qzone-share img {
  margin-right: 5px;
  height: 17px;
  vertical-align: baseline;
  position: relative;
  top: 4px;
}
.share-container .social-shares a.chinese span {
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .share-container .social-shares a {
    min-width: 36px;
    width: 36px;
    padding: 0;
  }
  .share-container .social-shares a .fa,
  .share-container .social-shares a img.social {
    margin: 0;
  }
  .share-container .social-shares a span {
    display: none;
  }
}
.social-shares.square a {
  min-width: 36px;
  width: 36px;
  padding: 0;
}
.social-shares.square a .fa,
.social-shares.square a img.social {
  margin: 0;
}
.social-shares.square a span {
  display: none;
}
.portrait-content {
  float: none;
}
.portrait-content .post .social-shares a {
  min-width: 36px;
  width: 36px;
  padding: 0;
}
.portrait-content .post .social-shares a .fa,
.portrait-content .post .social-shares a img.social {
  margin: 0;
}
.portrait-content .post .social-shares a span {
  display: none;
}
.portrait-gallery-container {
  z-index: 1;
}
@media (min-width: 768px) {
  .portrait-gallery-container {
    width: 52.1%;
    float: left;
    padding-right: 30px;
  }
}
.gallery {
  position: relative;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.gallery.gallery-small {
  max-width: 780px;
  max-height: 520px;
}
.gallery.gallery-small .flexslider img {
  margin: 0 auto;
}
.gallery.gallery-small .fullscreen-modal .flexslider img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
}
.gallery.gallery-large {
  max-width: 1110px;
  max-height: 740px;
}
.gallery.gallery-large img {
  width: 1110px;
  height: 740px;
}
.gallery.gallery-portrait {
  max-width: 353px;
  max-height: 530px;
}
.gallery .flexslider {
  overflow: hidden !important;
}
.gallery .fullscreen.btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px;
  box-shadow: none;
  background: #CCC;
  background: rgba(0, 0, 0, 0.1);
  line-height: 0;
}
.gallery .fullscreen.btn img {
  width: 16px;
  height: 16px;
}
.gallery .slides > li {
  position: relative;
}
.gallery .slides > li .slide-number {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: Georgia;
  font-size: 12px;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.gallery .fullscreen-modal {
  overflow: hidden;
  margin-top: -1px;
}
.gallery .fullscreen-modal .modal-dialog {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.gallery .fullscreen-modal .modal-dialog .modal-body {
  max-height: none;
  position: relative;
}
.gallery .fullscreen-modal .modal-dialog .modal-body .modal-gallery {
  margin: 0 auto;
}
.gallery .fullscreen-modal .modal-dialog .modal-body .index,
.gallery .fullscreen-modal .modal-dialog .modal-body .annotation {
  display: none;
}
.gallery .pinterest-button {
  display: none;
  color: #FFFFFF;
  background-color: #cb2027;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 24px;
  padding: 5px 6px 4px 7px;
  z-index: 1000;
}
.gallery .caption {
  display: none;
  position: absolute;
  width: 443px;
  height: 665px;
  text-align: center;
  background-color: black;
  opacity: 0.6;
  color: #FFFFFF;
}
.gallery .caption span {
  position: absolute;
  bottom: 30px;
  left: 20px;
  font-size: 15px;
}
.gallery .flex-active-slide:hover .pinterest-button,
.gallery .flex-active-slide:hover .caption {
  display: block;
}
.video {
  line-height: 0;
  margin-bottom: 20px;
}
.contest {
  margin-bottom: 20px;
}
.contest label {
  font-size: 15px;
}
.contest h3 {
  font-weight: bold;
}
.contest .nav-tabs li.active a {
  background-color: #fafbfc;
}
.contest .contest-share-buttons {
  background: #FAFBFC;
  padding: 15px 0;
  margin-bottom: 20px;
  color: #6D7B9D;
}
.contest .contest-share-buttons .tab-pane > .row > .col {
  border-left: solid 1px #EBEFF2;
}
.contest .contest-share-buttons .tab-pane > .row > .col:first-child {
  border-left: none;
}
.contest .contest-share-buttons h4 {
  margin-top: 0;
  color: #3B579D;
}
.contest .third-party-terms {
  margin-bottom: 15px;
}
.contest .step-action {
  margin-top: 15px;
}
.contest .step-action .next-step.step-1 {
  margin-left: 8.4%;
}
.contest .step-action .next-step.step-2 {
  margin-left: 42.9%;
}
.contest ol {
  margin-left: 20px;
}
.contest .alert-danger ul {
  margin-left: 15px;
}
.comment {
  border-top: solid 1px #e9e9e9;
  margin-bottom: 20px;
}
.comment .fb-comments,
.comment .fb-comments span,
.comment .fb-comments.fb_iframe_widget span iframe {
  width: 100% !important;
}
#commentform .row {
  margin-top: 15px;
}
#commentform .row:first-child {
  margin-top: 0;
}
#respond {
  margin-bottom: 20px;
  border-top: solid 1px #e9e9e9;
}
#respond h3 {
  font-family: Georgia;
  font-size: 16px;
  color: #000;
}
#read-more-stories {
  margin-bottom: 20px;
  border-top: solid 1px #e9e9e9;
}
#read-more-stories h3 {
  font-family: Georgia;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1em;
}
#read-more-stories .story-container {
  font-size: 0;
  zoom: 1;
}
#read-more-stories .story-container .story:nth-child(odd) {
  padding-left: 0;
  padding-right: 10px;
}
#read-more-stories .story-container .story:nth-child(even) {
  padding-left: 10px;
  padding-right: 0px;
}
#read-more-stories .story-container .story:nth-child(-n+2) {
  padding-top: 0;
}
#read-more-stories .story-container .story:nth-last-child(-n+2) {
  padding-bottom: 0;
}
#read-more-stories .story {
  border: none;
  padding: 10px 0;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: -1px;
  position: relative;
}
#read-more-stories .story .image {
  margin-bottom: 15px;
  line-height: 0;
  display: block;
  width: 299px;
  position: relative;
}
#read-more-stories .story .image img {
  width: 100%;
}
#read-more-stories .story .title {
  font-family: Georgia;
  font-size: 13px;
  color: #808080;
  line-height: 16px;
}
#read-more-stories .story .story-overlay {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  /*pointer-events: none; too modern to use :( */
  background-color: black;
  opacity: 0.02;
  filter: alpha(opacity=2);
  cursor: pointer;
}
#read-more-stories a:hover {
  text-decoration: none;
}
#read-more-stories a:hover .title {
  color: #FF216C;
}
.adunit.mobile.rectangle.display-block {
  margin-bottom: 20px;
}
.blog-header {
  margin-bottom: 20px;
}
.blog-header .image {
  float: left;
  width: 150px;
  margin-right: 15px;
  height: 150px;
}
.blog-header .content {
  font-size: 14px;
}
.blog-header .content a {
  color: #333;
}
.blog-header .content a h2 {
  font-size: 30px;
  margin: 0 0 10px;
}
.blog-header .content p {
  margin: 17px 0;
}
.blog-header .content .social a {
  margin: 0 20px;
  margin-left: 0;
}
.blog-header .content .social a .fa {
  color: #333;
  font-size: 20px;
}
.follow-container {
  margin: 20px 0 10px;
}
.follow-container .fb-page {
  margin-right: 20px;
}
.follow-container .weibo-page {
  display: inline-block;
  vertical-align: bottom;
  border: solid 1px #e9eaed;
  width: 280px;
}
.follow-container .weibo-page .link {
  height: 88px;
  padding: 8px;
}
.follow-container .weibo-page .link img {
  border: solid 1px #000;
  width: 52px;
  margin-right: 10px;
  float: left;
}
.follow-container .weibo-page .link .text-wrapper {
  float: left;
}
.follow-container .weibo-page .link .text-wrapper a {
  color: #3b5998;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.358;
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}
.follow-container .weibo-page .follow-btn {
  background-color: #f6f7f8;
  border-top: solid 1px #e9eaed;
  height: 40px;
  padding: 8px;
}
@media (max-width: 767px) {
  .follow-container .weibo-page {
    margin-top: 20px;
  }
}
