/**
 * Colors
 */
/**
 * Scaffolding
 */
/**
 * Typography
 */
/**
 * Button
 */
/**
 * Pagination
 */
.flexslider {
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flexslider .slides,
.flexslider .flex-direction-nav,
.flexslider .flex-control-nav,
.flexslider .flex-control-paging {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul.slides > li img {
  width: 100%;
  display: block;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.flexslider ol.flex-control-paging {
  text-align: center;
  width: 100%;
  z-index: 1;
}
.flexslider ol.flex-control-paging li {
  margin: 0 3px;
  display: inline-block;
}
.flexslider ol.flex-control-paging li a {
  display: block;
  width: 10px;
  height: 10px;
  background: #333;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.flexslider ol.flex-control-paging li a:hover,
.flexslider ol.flex-control-paging li a.flex-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flexslider ul.flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 1;
  margin-top: -26px;
  height: 0;
}
.flexslider ul.flex-direction-nav li {
  margin: 0 10px;
}
.flexslider ul.flex-direction-nav li > a {
  outline: 0;
  display: block;
  width: 30px;
  height: 50px;
  text-indent: -9999px;
  margin: 0 -10px 0 -10px;
  opacity: 0.8;
  background-color: #EEE;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.flexslider ul.flex-direction-nav li > a:hover {
  opacity: 1;
  background-color: #AAA;
}
.flexslider ul.flex-direction-nav li > a.flex-disabled,
.flexslider ul.flex-direction-nav li > a.flex-disabled:hover {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.flexslider ul.flex-direction-nav li > a.flex-prev {
  float: left;
  background-image: url('/bundles/hypebeastweb/images/slider/left-arrow.png');
  background-size: 15px 30px;
}
.flexslider ul.flex-direction-nav li > a.flex-next {
  float: right;
  background-image: url('/bundles/hypebeastweb/images/slider/right-arrow.png');
  background-size: 15px 30px;
}
div.juxtapose-wrapper {
  position: relative;
  margin-bottom: 20px;
}
div.juxtapose-wrapper img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
}
div.juxtapose {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
}
div.jx-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
div.jx-slider img,
div.jx-slider .img-responsive {
  max-width: initial !important;
  left: auto;
}
div.jx-handle {
  position: absolute;
  height: 100%;
  width: 40px;
  cursor: col-resize;
  z-index: 10;
  margin-left: -20px;
  /* IE 8 */
  color: white;
  white-space: nowrap;
  line-height: 18px;
  vertical-align: middle;
}
div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
  left: -1px;
}
div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
  right: -1px;
}
div.jx-handle.transition {
  transition: left .5s ease;
}
div.jx-image.jx-left div.jx-label {
  float: left;
  left: 0;
}
div.jx-image.jx-right div.jx-label {
  float: right;
  right: 0;
}
.vertical div.jx-image div.jx-label {
  display: table;
  position: absolute;
}
.vertical div.jx-image.jx-right div.jx-label {
  left: 0;
  bottom: 0;
  top: initial;
}
div.jx-credit {
  line-height: 1.1;
  font-size: 0.75em;
}
div.jx-credit em {
  font-weight: bold;
  font-style: normal;
}
/* Animation */
div.jx-image.transition {
  transition: width .5s ease;
}
div.jx-handle.transition {
  transition: left .5s ease;
}
.vertical div.jx-image.transition {
  transition: height .5s ease;
}
.vertical div.jx-handle.transition {
  transition: top .5s ease;
}
/* Knight Lab Credit */
a.jx-knightlab {
  display: none;
}
.vertical div.jx-handle {
  height: 40px;
  width: 100%;
  cursor: row-resize;
  margin-top: -20px;
  margin-left: 0;
}
.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
  left: 0;
  top: 0;
}
.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
  right: 0;
  bottom: 0;
}
.vertical div.jx-handle.transition {
  transition: top .5s ease;
}
div.jx-control {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 3px;
  background-color: #006FBB;
}
.vertical div.jx-control {
  height: 3px;
  width: 100%;
  background-color: white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
div.jx-controller {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 60px;
  width: 9px;
  margin-left: -3px;
  background-color: #006FBB;
}
.vertical div.jx-controller {
  height: 9px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  top: -3px;
  position: relative;
}
div.jx-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  transition: all .2s ease;
}
div.jx-arrow.jx-left {
  left: 2px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #006FBB transparent transparent;
}
div.jx-arrow.jx-right {
  right: 2px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #006FBB;
}
.vertical div.jx-arrow {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  transition: all .2s ease;
}
.vertical div.jx-arrow.jx-left {
  left: 0;
  top: 2px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #006FBB transparent;
}
.vertical div.jx-arrow.jx-right {
  right: 0;
  top: initial;
  bottom: 2px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #006FBB transparent transparent transparent;
}
div.jx-image {
  position: absolute;
  height: 100%;
  display: inline-block;
  top: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}
div.jx-image img {
  height: 100%;
  z-index: 5;
  position: absolute;
  max-height: initial;
  max-width: initial;
}
div.jx-image.jx-left {
  left: 0;
  background-position: left;
}
div.jx-image.jx-left img {
  left: 0;
}
div.jx-image.jx-left div.jx-label {
  float: left;
  left: 0;
}
div.jx-image.jx-right {
  right: 0;
  background-position: right;
}
div.jx-image.jx-right img {
  right: 0;
  bottom: 0;
}
div.jx-image.jx-right div.jx-label {
  float: right;
  right: 0;
}
div.jx-image div.jx-label {
  font-size: 1em;
  padding: .25em .75em;
  position: relative;
  display: inline-block;
  top: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  z-index: 10;
  white-space: nowrap;
  line-height: 18px;
  vertical-align: middle;
}
div.jx-image.transition {
  transition: width .5s ease;
}
.vertical div.jx-image {
  width: 100%;
  left: 0;
  top: initial;
}
.vertical div.jx-image img {
  height: initial;
  width: 100%;
}
.vertical div.jx-image.jx-right {
  bottom: 0;
  background-position: bottom;
}
.vertical div.jx-image.jx-right div.jx-label {
  left: 0;
  bottom: 0;
  top: initial;
}
.vertical div.jx-image div.jx-label {
  display: table;
  position: absolute;
}
.vertical div.jx-image.transition {
  transition: height .5s ease;
}
.veritcal div.jx-image.jx-left {
  top: 0;
  background-position: top;
}
.veritcal div.jx-image.jx-left img {
  top: 0;
}
.veritcal div.jx-image.jx-right img {
  bottom: 0;
}
div.jx-credit {
  margin-top: 5px;
  line-height: 1.1;
  font-size: 0.75em;
}
div.jx-credit em {
  font-weight: bold;
  font-style: normal;
}
/* keyboard accessibility */
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus {
  background: #eae34a;
  color: #000;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html {
  overflow: hidden !important;
}
html.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
html.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
html.swipebox-touch #swipebox-container:before,
html.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
html.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}
html.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}
html.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
html.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
#swipebox-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 90%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide.current.slide-loading:after {
  content: "\f1ce";
  font-family: FontAwesome;
  color: #EEE;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 1;
  position: absolute;
  font-size: 20px;
  opacity: .7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#swipebox-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 1;
  margin-top: -26px;
  height: 0;
}
#swipebox-prev,
#swipebox-next {
  outline: 0;
  display: block;
  position: absolute;
  width: 30px;
  height: 50px;
  text-indent: -9999px;
  opacity: 0.8;
  background-color: #EEE;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
#swipebox-prev:hover,
#swipebox-next:hover {
  opacity: 1;
  background-color: #AAA;
}
#swipebox-prev.disabled,
#swipebox-next.disabled,
#swipebox-prev.disabled:hover,
#swipebox-next.disabled:hover {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
#swipebox-prev {
  left: 0;
  background-image: url('/bundles/hypebeastweb/images/slider/left-arrow.png');
  background-size: 15px 30px;
}
#swipebox-next {
  right: 0;
  background-image: url('/bundles/hypebeastweb/images/slider/right-arrow.png');
  background-size: 15px 30px;
}
#swipebox-close {
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background: url('data:image/gif;base64,R0lGODlhFAAUAPABAP///wAAACH/C1hNUCBEYXRhWE1QAT8AIfkEBQAAAQAsAAAAABQAFABAAjIEgqkbxm3iQ3LCoyrT293HTeGXjKC5jBzaRZhVeiyZefV7YvONw9dOC95ENmEO4ksBCgA7') no-repeat center center;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
div[class^="col-hb-"] {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  div[class^="col-hb-"] {
    float: left;
  }
  /*** Newsfeed columns ***/
  .col-hb-left {
    width: 68.57%;
  }
  .col-hb-right {
    width: 31.43%;
  }
  /*** Small teaser columns ***/
  .col-hb-post-image {
    width: 52%;
  }
  .col-hb-post-meta {
    width: 48%;
  }
}
@media (min-width: 768px) {
  #header {
    margin-bottom: 35px;
  }
  #header > .nav.menu {
    padding-bottom: 9px;
    border-bottom: 1px solid #EEE;
  }
}
#header.spaceless {
  margin-bottom: 0;
}
#header.spaceless > .nav.menu {
  padding-bottom: 0;
  border-bottom: none;
}
#header + hr {
  margin: 0;
}
#container {
  width: 100%;
  padding: 0;
}
.post-wrapper {
  border-bottom: 1px solid #EEE;
  margin-bottom: 30px;
}
.post-wrapper.container-full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.post-wrapper.container-full-width.single {
  margin-bottom: 0;
  border-bottom: none;
}
.post-wrapper .annotation {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAAGUlEQVQI12NggIL//xnQAclC/zEAAxWNBwBQ9SHf5PiMxgAAAABJRU5ErkJggg==);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  border: solid 1px #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin: 0px 0 0 -2px;
  cursor: default;
}
.post-wrapper .annotation:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery-container.wide .thumbnails {
  max-height: 145px;
}
@media screen and (min-width: 768px) {
  .gallery-container.portrait {
    width: 52.1%;
    padding-left: 0;
    padding-right: 30px;
    float: left;
  }
  .gallery-container.portrait .gallery {
    margin-bottom: 0;
    max-height: 565px;
  }
  .gallery-container.portrait .gallery .slides li {
    max-width: 377px;
  }
}
.gallery {
  overflow: hidden;
}
.gallery.small,
.gallery.wide {
  position: relative;
}
.gallery.small:before,
.gallery.wide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.gallery.small > *,
.gallery.wide > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gallery.portrait {
  position: relative;
}
.gallery.portrait:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
.gallery.portrait > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.thumbnails {
  overflow: hidden;
  max-height: 120px;
  margin-top: -18px;
  margin-bottom: 18px;
}
.thumbnails .slides .slide {
  margin-right: 5px;
  cursor: pointer;
}
.thumbnails .slides .slide:last-child {
  margin-right: 0;
}
.thumbnails .slides .slide.hidden {
  display: none;
}
.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.flexslider.has-annotation {
  border-bottom: 1px solid #F6F6F6;
}
.flexslider.one-only .flex-direction-nav {
  display: none;
}
.flexslider.lightbox .flex-viewport:before {
  content: "\f065";
  font-family: FontAwesome;
  color: #EEE;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 10px 15px;
  cursor: pointer;
}
.flexslider.lightbox.dark .flex-viewport:before {
  color: #666;
}
.flexslider.shortcode-slider {
  margin-bottom: 20px;
}
.flexslider ul.slides .slide {
  position: relative;
  padding: 0;
}
.flexslider ol.flex-control-paging {
  display: none;
}
.gallery,
.video,
.media {
  margin-bottom: 23px;
}
.picture {
  position: relative;
}
.picture div.text {
  position: absolute;
  bottom: 0px;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 5px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.picture div.text .caption {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-shadow: none;
  margin: 5px;
}
.picture div.text .description {
  font-size: 12px;
  line-height: 15px;
  margin: 5px;
}
.picture div.text .caption a,
.picture div.text .description a {
  color: #FFF;
  text-shadow: none;
}
.picture div.text .caption a:hover,
.picture div.text .description a:hover {
  text-decoration: underline;
}
.picture .index {
  position: absolute;
  right: 11px;
  bottom: 9px;
  line-height: 1.4em;
  font-size: 13px;
  color: #FFF;
  font-family: Arial, sans-serif;
}
.post {
  font-family: 'Montserrat', sans-serif;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.post .title:hover h1 {
  color: #13538f;
}
.post .title h1 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
  color: #333;
  margin: 0 0 14px;
  font-size: 25px;
  line-height: 35px;
  padding: 0;
  height: auto;
}
.post .excerpt {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-break: 26px;
  font-size: 16px;
  color: #333;
  margin-bottom: 23px;
}
.post .post-meta-social-shares-container {
  margin-bottom: 15px;
}
.post .author-avatar-timestamp-container {
  display: inline-block;
  white-space: nowrap;
}
.post .author-avatar-timestamp-container img.author {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post .author-avatar-timestamp-container .author-name-avatar-container {
  display: table;
  margin: 9px 0;
  line-height: 1em;
  float: left;
}
.post .author-avatar-timestamp-container .author-name-avatar-container span.author-name {
  font-size: 14px;
}
.post .author-avatar-timestamp-container .author-name-avatar-container span.timestamp {
  color: #999;
  font-size: 11px;
  margin: 20px 0 30px;
}
.post .social-shares {
  position: relative;
  line-height: 1em;
  margin: 3px 0;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  .post .social-shares {
    width: 100%;
  }
}
.post .social-shares .stats {
  display: none;
  vertical-align: bottom;
  text-transform: uppercase;
  min-width: 0;
  padding: 4px 10px 4px 0;
  height: 36px;
}
.post .social-shares .stats .share-container {
  line-height: 1.2em;
}
.post .social-shares .stats .share-container .share-count {
  text-align: center;
  color: #006fbb;
  font-size: 22px;
  font-weight: bold;
}
.post .social-shares .stats .share-container .share {
  font-size: 11px;
  color: #333;
  text-align: center;
}
.post .social-shares a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  padding: 0;
  text-align: center;
  margin-right: 8px;
  color: #FFF;
  font-size: 12px;
}
.post .social-shares a:last-child {
  margin: 0;
}
.post .social-shares a .fa {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.post .social-shares a.facebook-share {
  background-color: #3B5998;
}
.post .social-shares a.twitter-retweet {
  background-color: #55ACEE;
}
.post .social-shares a.twitter-retweet .fa {
  font-size: 22px;
  top: 4px;
}
.post .social-shares a.email-send {
  background-color: #666;
}
.post .social-shares a.email-send .fa {
  top: 2px;
}
.post .social-shares a.link-copy {
  background-color: #999;
  position: relative;
  margin-right: 0;
}
.post .social-shares a.pinterest-pin {
  background-color: #CC2127;
}
.post .social-shares a.pinterest-pin img {
  height: 17px;
  vertical-align: baseline;
  position: relative;
  top: 5px;
}
.post .social-shares a.reddit-submit {
  background-color: #FF5700;
}
.post .social-shares .link-container {
  position: relative;
  display: inline-block;
}
.post .social-shares .link {
  position: absolute;
  display: none;
  line-height: 20px;
  right: 0;
  background-color: #FFF;
  margin-top: 12px;
  padding: 15px;
  color: #000;
  z-index: 1;
  width: 420px;
  border: solid 1px #EEE;
}
@media (max-width: 767px) {
  .post .social-shares .link {
    left: 0;
    width: 100%;
    max-width: 420px;
  }
}
.post .social-shares .link input {
  border: solid 1px #AAA;
  width: 100%;
  padding: 5px;
}
.post .social-shares .link .mobile-link a {
  width: 100%;
  display: block;
  color: #333;
  border: solid 1px #AAA;
  background-color: #FFF;
  overflow: hidden;
  line-height: 24px;
  height: 24px;
  font-size: 14px;
  text-align: left;
  padding: 0 5px;
}
.post.single-portrait .social-shares {
  float: none !important;
}
@media (max-width: 767px) {
  .post .social-shares .stats {
    display: none !important;
  }
}
.post .content {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333332;
  font-size: 16px;
  line-height: 26px;
}
.post .buy-now {
  margin: 30px 0;
}
.post .buy-now a {
  line-height: 36px;
  background-color: #FFF;
  color: #000;
  text-transform: uppercase;
  padding: 0 50px;
  font-size: 13px;
  display: inline-block;
  border: solid 1px #000;
}
.post .buy-now a:hover {
  color: #FFF;
  background-color: #000;
}
.post .source {
  line-height: 14px;
  margin: 0 0 25px 0;
}
.post .source a {
  text-transform: uppercase;
  color: #006FBB;
}
.post .info {
  color: #999;
  font-size: 11px;
  margin: 20px 0 30px;
}
.post .info .divider {
  margin: 0 5px;
}
.post .info a {
  color: #999;
}
.post .info a:hover {
  color: #555;
}
.post .comments {
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  .post .comments {
    margin-bottom: 30px;
  }
}
.post .related-posts {
  margin-bottom: 15px;
}
.post .related-posts h2 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
  color: #333;
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
  padding: 0;
  height: auto;
}
.post .related-posts .post-box {
  margin-bottom: 13px;
}
.post .related-posts .post-box .teaser {
  margin-bottom: 11px;
}
.post .related-posts .post-box .title:hover h3 {
  color: #13538f;
}
.post .related-posts .post-box .title h3 {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}
.post .portrait-content {
  min-height: 510px;
}
@media (max-width: 767px) {
  .post .portrait-content {
    min-height: unset;
  }
}
.post .post-poll {
  padding: 20px;
  background-color: #FAFAFA;
  border: 1px solid #EEE;
  margin-bottom: 30px;
}
.post .post-poll .poll-title {
  margin: 0 0 20px;
}
.post .post-poll .options {
  padding-left: 20px;
  margin-bottom: 20px;
}
.post .post-poll .results {
  margin-bottom: 20px;
}
.post .post-poll .results li {
  margin-bottom: 10px;
}
.post .post-poll .results li .bar {
  background: #CCC;
  height: 15px;
  min-width: 15px;
  margin-top: 3px;
}
.post .youtube-subscribe {
  display: block;
  background-color: #CD201F;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  color: #FFF;
  margin-top: 5px;
}
.post .youtube-subscribe .fa {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
/** .post **/
.comments {
  font-family: 'Montserrat', sans-serif;
}
.comments .load-comment-btn {
  border: none;
  background-color: #EEE;
  padding: 10px 12px;
  color: #006FBB;
  font-weight: bold;
  text-transform: uppercase;
}
.comments .load-comment-btn:hover {
  background-color: #e1e1e1;
}
.adunit.mobile-ad {
  border-bottom: none;
  padding-bottom: 0;
}
.load-next-post-btn {
  margin-bottom: 30px;
}
.load-next-post-btn.btn-link,
.load-next-post-btn.btn-link:hover {
  color: #666;
}
/*** tooltip styles ***/
.tooltipster-base.annotation-wrapper-tooltip {
  border-radius: 0px;
  border: 0px;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  width: 350px;
}
.tooltipster-base.annotation-wrapper-tooltip .tooltipster-content {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  padding: 18px 18px 8px;
  margin-bottom: 0px;
  overflow: hidden;
}
.tooltipster-base.annotation-wrapper-tooltip .tooltipster-content .product-info {
  font-weight: bold;
}
.tooltipster-base.annotation-wrapper-tooltip .tooltipster-content .product-link {
  padding: 3px 0 0;
}
@media (max-width: 767px) {
  #header,
  #sticky-navbar {
    height: auto;
  }
  #container {
    margin-top: 15px;
  }
  .adunit.sidebar {
    margin-top: 30px;
    position: static !important;
  }
  .col-hb-right {
    height: auto !important;
  }
  .annotation {
    display: none;
  }
}

/**
 * Colors
 */
/**
 * Scaffolding
 */
/**
 * Typography
 */
/**
 * Button
 */
/**
 * Pagination
 */
.post .content {
  /*
     * Deprecate styles
     */
}
.post .content h2 {
  color: #333;
  font-size: 22px;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
  line-height: 32px;
}
.post .content h2.grey {
  color: #999;
}
.post .content h3 {
  font-size: 18px;
}
.post .content p {
  margin: 0 0 20px;
}
.post .content p + hr {
  margin-top: 25px;
}
.post .content hr {
  margin: 30px 0;
}
.post .content hr + h2 {
  margin-top: -7px;
  margin-bottom: 24px;
}
.post .content blockquote {
  border: 1px solid #DADADA;
  padding: 20px 24px;
  color: #666;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 30px;
}
.post .content blockquote p:last-child {
  margin-bottom: 0;
}
.post .content blockquote.sidebar {
  background: none;
  border: none;
  padding: 15px 70px 5px;
  text-align: center;
  color: #000;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
}
@media (max-width: 767px) {
  .post .content blockquote.sidebar {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.post .content blockquote.sidebar p {
  font-size: 24px;
  line-height: 34px;
}
.post .content blockquote.uppercase {
  text-transform: uppercase;
}
.post .content blockquote.float {
  width: 295px;
  height: auto;
  margin: 0 30px 0 20px;
  float: left;
}
.post .content blockquote.block {
  margin: 20px 0;
}
.post .content address {
  line-height: 1.4em;
}
.post .content .muted {
  text-align: justify;
  color: #999;
  font-size: 11px;
}
.post .content .photo-caption {
  color: #999;
  font-size: 12px;
  line-height: 15px;
  margin-top: 12px;
}
.post .content img {
  max-width: 100%;
}
.post .content img.wp-image {
  margin: 24px 0 25px 0;
  width: 100%;
}
.post .content img.border {
  border: 1px solid #F5F5F5;
}
.post .content strong {
  color: #222;
}
.post .content #___ytsubscribe_0 {
  height: 70px !important;
  width: 197px !important;
  border: 1px solid #EEEEEE !important;
  padding: 10px !important;
  background: #FBFBFB !important;
  margin-bottom: 10px !important;
}
.post .content [class*="span"] {
  float: left;
  min-height: 1px;
}
.post .content .row-margin {
  margin: 24px 0;
}
.post .content .row-margin + hr {
  margin-top: -1px;
}
.post .content .row-margin p:last-child {
  margin-bottom: 0;
}
.post .content .span1 {
  width: 7.7%;
}
@media (max-width: 767px) {
  .post .content .span1 {
    width: 100%;
  }
}
.post .content .span1 .author-avatar-pic {
  border: 1px solid #eee;
  height: 60px;
  width: 60px;
  margin: 0;
}
@media (max-width: 767px) {
  .post .content .span1 .author-avatar-pic {
    margin-bottom: 20px;
  }
}
.post .content .span7 {
  width: 89%;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .post .content .span7 {
    width: 100%;
    margin-left: 0;
  }
}
.post .content .span7 .author-article-name {
  color: #999;
  margin: -1px 0 10px;
}

/**
 * Colors
 */
/**
 * Scaffolding
 */
/**
 * Typography
 */
/**
 * Button
 */
/**
 * Pagination
 */
.post.single-feature-full-width h2,
.post.single-feature-full-width h3 {
  color: #999;
}
.post.single-feature-full-width .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post.single-feature-full-width .thumbnail small {
  font-size: 13px;
}
.post.single-feature-full-width img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post.single-feature-full-width blockquote {
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
  border: none;
}
.post.single-feature-full-width blockquote p {
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  color: #006FBB;
  line-height: 25px;
  text-transform: uppercase;
}
.post.single-feature-full-width blockquote.left {
  width: 340px;
}
.post.single-feature-full-width .authorprofile {
  background-color: #f3f3f3;
  float: left;
  height: auto;
  margin: 20px 0px;
  padding: 20px;
}
.post.single-feature-full-width .authorprofile .authorpic {
  float: left;
  width: 118px;
  border: solid 1px #eee;
  margin: 0px 20px 0px 0px;
}
.post.single-feature-full-width .authorprofile .authorinfo .authorname {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin: -3px 0px 3px 0px;
}
.post.single-feature-full-width .authorprofile .authorinfo .authortitle {
  color: #8d8d8d;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: -0.1px;
}
.post.single-feature-full-width .authorprofile .authorinfo .authorbio p {
  font-size: 12px;
  font-style: italic;
  color: #8d8d8d;
  line-height: 18px;
  margin: 7px 0 0;
}
.post.single-feature-full-width .pull-left {
  margin-right: 30px;
}
.post.single-feature-full-width .pull-right {
  margin-left: 30px;
}
.post.single-sales-feature h1,
.post.single-empty-full h1,
.post.single-sales-feature .social-shares,
.post.single-empty-full .social-shares,
.post.single-sales-feature .info,
.post.single-empty-full .info,
.post.single-sales-feature .comments,
.post.single-empty-full .comments,
.post.single-sales-feature .related-posts,
.post.single-empty-full .related-posts,
.post.single-sales-feature .source,
.post.single-empty-full .source {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1050px) {
  .post.single-sales-feature h1,
  .post.single-empty-full h1,
  .post.single-sales-feature .social-shares,
  .post.single-empty-full .social-shares,
  .post.single-sales-feature .info,
  .post.single-empty-full .info,
  .post.single-sales-feature .comments,
  .post.single-empty-full .comments,
  .post.single-sales-feature .related-posts,
  .post.single-empty-full .related-posts,
  .post.single-sales-feature .source,
  .post.single-empty-full .source {
    max-width: 780px;
  }
}
.post.single-sales-feature .snipplet,
.post.single-empty-full .snipplet {
  margin: 0 auto;
}
@media (min-width: 1050px) {
  .post.single-sales-feature .snipplet.w-780,
  .post.single-empty-full .snipplet.w-780 {
    max-width: 780px;
  }
}
@media (min-width: 1050px) {
  .post.single-sales-feature .snipplet.w-900,
  .post.single-empty-full .snipplet.w-900 {
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  .post.single-sales-feature .flexslider,
  .post.single-empty-full .flexslider {
    background-color: transparent !important;
  }
}
@media (min-width: 992px) {
  .post.single-sales-feature .flexslider .slide-text.right,
  .post.single-empty-full .flexslider .slide-text.right {
    margin-right: 60px;
  }
  .post.single-sales-feature .flexslider .slide-text.left,
  .post.single-empty-full .flexslider .slide-text.left {
    margin-left: 60px;
  }
}
.imageHolder .text-wrapper {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 1px);
  transform: translate3d(0, -50%, 1px);
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 780px;
}
.imageHolder .text-wrapper h1 {
  color: #FFF;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
  font-size: 50px;
}
.imageHolder .text-wrapper .subtitle {
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
}
.imageHolder > img {
  top: 118px;
}
.parallax-image {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .parallax-image {
    margin-bottom: 23px;
  }
}
.parallax-image > * {
  display: none;
}
.parallax-image > img {
  display: inline-block;
}
.skrollr .wrapper {
  position: relative;
  overflow: hidden;
}
.skrollr .wrapper > * {
  position: absolute;
  z-index: 10;
}
.skrollr .overlap > * {
  top: 0;
  left: 0;
  width: 100%;
}
.skrollr .res-video > * {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.skrollr .slides {
  top: 0;
  left: 0;
  width: 200%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.skrollr .slides > * {
  width: 50%;
  float: left;
  display: inline-block;
}
.skrollr .res-bg {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-shadow: none;
  color: transparent;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
.skrollr .res-bg.repeat-x {
  background-size: contain;
  background-repeat: repeat-x;
}
