/* == 5.0 Social
-------------------------------------------------------------- 
   = 5.0.1 ----- Social Connect
   = 5.0.2 ----- Article Share
   = 5.0.3 ----- Gallery Share
   = 5.0.4 ----- Gigya Subscribe
-------------------------------------------------------------- */
/* = 5.0.1 ----- Social Connect
-------------------------------------------------------------- */
.social-table {
  display: table;
}
.social-table-mobile {
  width: 100%;
  background-color: #fff;
  text-align: center;
  display: table;
  padding: 10px 0;
}
.social-cell {
  display: table-cell;
  vertical-align: middle;
  /* Social Icons */
}
.social-cell a div {
  width: 30px;
  height: 30px;
  background-image: url(../img/no-repeat.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.social-cell a div:hover {
  cursor: pointer;
}
.twitter {
  background-position: 0 0;
}
.twitter:hover {
  background-position: -30px 0;
}
.facebook {
  background-position: 0 -30px;
}
.facebook:hover {
  background-position: -30px -30px;
}
.youtube {
  background-position: 0 -60px;
}
.youtube:hover {
  background-position: -30px -60px;
}
.instagram {
  background-position: 0 -90px;
}
.instagram:hover {
  background-position: -30px -90px;
}
.tumblr {
  background-position: 0 -120px;
}
.tumblr:hover {
  background-position: -30px -120px;
}
.rss {
  background-position: 0 -150px;
}
.rss:hover {
  background-position: -30px -150px;
  /* = 5.0.2 ----- Article Share
-------------------------------------------------------------- */
}
.article-share {
  border-bottom: 1px solid #e6e7e8;
  margin: 0 40px 30px;
  padding: 0 0 10px;
}
.magarticle .article-share {
  margin: 10px 40px 0;
}
.article-share a, .magarticle .article-share a {
  text-decoration: none;
  display: inline-block;
  padding: 0 5px 0 0;
  /* Multiple Services */
}
.article-facebook, .article-twitter, .article-gplus, .article-stumble, .article-reddit, .article-youtube {
  padding: 0 3px;
}
.article-facebook, .article-youtube {
  position: relative;
}
.subscribe {
  display: inline-block;
}
.article-facebook:hover, .article-twitter:hover, .article-gplus:hover, .article-stumble:hover, .article-reddit:hover, .article-youtube:hover, .article-email:hover {
  background-color: #d0d7db;
}
.article-facebook-lightbox div span, .article-facebook-lightbox div span:hover {
  width: 95px !important;
  height: 20px !important;
  padding: 0 !important;
  /* Twitter */
}
.article-twitter {
  background-image: url(../img/no-repeat.png);
  background-repeat: no-repeat;
  padding-left: 18px;
  background-position: -60px 0;
}
.article-twitter p {
  line-height: 16px;
  font-size: 16px;
  color: #11aaf5;
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 0 2px !important;
  /* Facebook */
}
.article-facebook {
  background-image: url(../img/no-repeat.png);
  background-repeat: no-repeat;
  padding-left: 10px;
  background-position: -60px -25px;
}
.article-facebook p {
  line-height: 16px;
  font-size: 16px;
  color: #3c55a3;
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 0 2px !important;
}
.article-facebook-lightbox {
  position: absolute;
  top: 21px;
  left: -20px;
  background-color: #fff;
  border: 1px solid #d0d7db;
  width: 112px;
  height: 24px;
  padding: 5px;
}
.article-facebook-lightbox div, .article-facebook-lightbox div:hover {
  margin: 0 5px 5px !important;
  padding: 0 !important;
  /* Google Plus */
}
.article-gplus {
  background-image: url(../img/no-repeat.png);
  padding-left: 14px;
  background-repeat: no-repeat;
  background-position: -60px -50px;
}
.article-gplus p {
  line-height: 16px;
  font-size: 16px;
  color: #e05c4b;
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 0 2px !important;
  /* Reddit */
}
.article-reddit {
  background-image: url(../img/no-repeat.png);
  padding-left: 17px;
  background-repeat: no-repeat;
  background-position: -60px -75px;
}
.article-reddit p {
  line-height: 16px;
  font-size: 16px;
  color: #000;
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 0 2px !important;
  /* StumbleUpon */
}
.article-stumble {
  background-image: url(../img/no-repeat.png);
  padding-left: 19px;
  background-repeat: no-repeat;
  background-position: -60px -100px;
}
.article-stumble p {
  line-height: 16px;
  font-size: 16px;
  color: #ef4e22;
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 0 2px !important;
  /* Email */
}
.article-email {
  position: relative;
  width: 27px;
  height: 25px;
  background-image: url(../img/no-repeat.png);
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: top;
  background-position: -60px -150px;
  text-indent: -99999px;
  overflow: hidden;
  /* YouTube */
}
.article-youtube {
  background-image: url(../img/no-repeat.png);
  padding-left: 19px;
  margin-left: 8px !important;
  background-repeat: no-repeat;
  background-position: -60px -125px;
}
.article-youtube p {
  line-height: 16px;
  font-size: 16px;
  color: #e52c25;
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 0 2px !important;
}
.article-youtube-lightbox {
  position: absolute;
  top: 24px;
  left: -20px;
  background-color: #fff;
  border: 1px solid #d0d7db;
  width: 96px;
  height: 25px;
  padding: 2px 5px 5px;
}
.article-youtube-lightbox div, .article-youtube-lightbox div:hover {
  margin: 2px 5px 5px !important;
  padding: 0 !important;
  /* = 5.0.3 ----- Gigya Subscribe
-------------------------------------------------------------- */
  /* Subscribe form uses .aux-textbox (see 4.0.1 [search.css]) */
}
.textbox-wrap {
  min-width: 160px;
}
#gigyaReg, #gigyaReg_footer {
  color: #72777a;
  text-transform: uppercase;
  background-image: url(../img/no-repeat.png);
  background-repeat: no-repeat;
  background-position: 0 -302px;
  text-align: center;
  padding-left: 25px;
  margin-right: 10px;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #b5b8bd;
  font-weight: 100;
}
#gigyaReg:hover, #gigyaReg_footer:hover {
  color: #00aeef;
  background-position: 0 -322px;
  border-bottom: 1px solid #00aeef;
}
#profile {
  float: left;
  padding-right: 10px;
  font-size: 12px;
  vertical-align: middle;
  color: #72777a;
}
#profile #name {
  cursor: pointer;
  padding-right: 5px;
  padding-left: 2px;
}
#profile a {
  color: #72777a;
  text-transform: uppercase;
}
#profile_footer {
  color: #72777a;
  text-transform: uppercase;
  margin-right: 10px;
  text-decoration: none;
  font-weight: 300;
  position: relative;
  top: 20px;
}
#profile_footer a {
  color: #72777a;
  text-transform: uppercase;
  text-decoration: none;
}
#gigyaReg_mobile {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-image: url(../img/no-repeat.png);
  background-repeat: no-repeat;
  background-position: -376px -455px;
  width: 74px;
  margin: 0 auto;
}
#profile_mobile {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}
#profile_mobile #name_mobile {
  cursor: pointer;
  padding-right: 10px;
  padding-left: 2px;
}
#profile_mobile .btnLogout {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  margin: 0;
}
#profile #name:hover, #profile #name:visited, #profile #name:active, #profile a:hover, #profile_footer a:hover {
  color: #00aeef;
  /* Interstitial subsribe ribbon */
}
.subscribe-ribbon {
  background-color: #fff;
  max-width: 923px;
  color: #000;
  margin: 40px auto;
}
.subscribe-table {
  display: table;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.subscribe-cell {
  display: table-cell;
  text-align: center;
  padding: 10px 0;
}
.subscribe-cell h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  background-image: url(../img/no-repeat.png);
  background-position: -241px -294px;
  background-repeat: no-repeat;
  padding: 12px 63px 10px 0;
}
.subscribe-cell h2 {
  font-weight: 400;
  font-size: 18px;
}
.subscribe-cell a {
  background-color: #000;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 300;
  background-image: url(../img/no-repeat.png);
  background-repeat: no-repeat;
  background-position: 11px -340px;
  font-size: 14px;
  margin: 0;
  padding: 5px 13px 5px 40px;
}
.subscribe-cell a:hover {
  background-color: #00aeef;
  cursor: pointer;
  /* Subscribe ribbon borders */
}
.subscribe-ribbon-top {
  background-image: url(../img/x-repeat.png);
  background-position: 0 0;
  height: 4px;
}
.subscribe-ribbon-bottom {
  background-image: url(../img/x-repeat.png);
  background-position: 0 4px;
  height: 4px;
}
