/*
**NEWS HIGHLIGHTS
*/
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  /* line 121, _variables.scss */
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  /* line 131, _variables.scss */
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

/* line 140, _variables.scss */
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 151, _variables.scss */
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #c82606 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 162, _variables.scss */
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Icon Forward */
/* line 170, _variables.scss */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

/* line 184, _variables.scss */
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 199, _variables.scss */
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* line 6, news.scss */
.news_title {
  font-family: "gotham-boldgotham-bold", sans-serif;
  color: white;
  font-size: 18px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* line 13, news.scss */
.news_teaser_text {
  overflow: hidden;
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #959391;
  font-size: 15px;
  max-height: 80px;
}

/* line 20, news.scss */
.highlight_content {
  height: 230px;
  overflow: hidden;
  position: relative;
}

/* line 25, news.scss */
.highlight_nav {
  text-align: center;
  width: 100%;
  background-color: #000000;
  height: 30px;
}

/* line 31, news.scss */
.highlight_nav_item {
  background-color: white;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 20px;
  margin: 3px;
  padding: 2px 6px;
  display: inline;
  color: rgba(255, 255, 255, 0.5);
}

/* line 45, news.scss */
.highlight_nav_item.current {
  background-color: #000000;
  border: 1px solid white;
}

/* line 52, news.scss */
#news .highlight .highlight {
  float: left;
  margin: 0 5px;
  height: 230px;
}

/* line 60, news.scss */
#news .highlight .highlight_image img {
  background-color: #000000;
  margin-bottom: 5px;
}

/* line 64, news.scss */
.highlight .flexslider .slides img {
  border: 1px solid #CCCCCC;
  display: block;
  width: 100%;
}

/* line 70, news.scss */
#news .highlight .highlight_image {
  max-width: 272px;
  overflow: hidden;
  height: 240px;
  background: #4f4e4d;
}

/* line 77, news.scss */
#news .highlight .highlight_image img {
  /* corrects inline gap in enclosing div */
  display: block;
  max-width: 100%;
  width: 100%;
  /* just in case, to force correct aspect ratio */
  height: auto !important;
  width: auto\9;
  /* ie8+9 */
  /* lt ie8 */
  -ms-interpolation-mode: bicubic;
}

/* line 89, news.scss */
#news .news_highlights_detail {
  height: 120px;
  background-color: black;
  padding: 18px 16px 10px 16px;
}

/* line 95, news.scss */
#news .news_highlights_detail .news_title a {
  color: white;
  font-size: 16px;
  margin-bottom: 12px;
}

/* line 101, news.scss */
#news .news_highlights_detail .news_title {
  line-height: inherit;
  margin-bottom: 8px;
}

/*
 * NEW HEADER TEASER
 */
/* line 111, news.scss */
.news_list_item_detail {
  border-bottom: 1px solid #8A7354;
  margin-left: 0;
  padding-left: 20px;
}

/* line 117, news.scss */
.news_list_item_detail .news_date {
  font-size: 10px;
  padding: 5px 0 0;
}

/* line 121, news.scss */
.news_list_item_detail .news_title {
  font-size: 13px;
  font-weight: 700;
  padding: 0 0 15px;
}

/**
**NEWS TEASER
*/
/* line 130, news.scss */
.news_date {
  font-size: 14px;
  font-family: "gotham-bookgotham-book", sans-serif;
  color: #959391;
  margin-bottom: 13px;
}

/* line 136, news.scss */
#news .news_date, #heartsandminds .news_date, #tour .news_date {
  color: #676563;
  font-family: "gotham-mediumgotham-medium", sans-serif;
}

/* line 140, news.scss */
#news .highlight .highlight_desc, #heartsandminds .highlight .highlight_desc, #tour .highlight .highlight_desc {
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #959391;
  font-size: 14px;
  overflow: hidden;
}

/* line 147, news.scss */
.news_list_item table {
  width: 100%;
}

/* line 150, news.scss */
.news_image {
  max-width: 272px;
  overflow: hidden;
  height: 150px;
  background: #4f4e4d;
}

/* line 157, news.scss */
#news .news_image, #heartsandminds .news_image, #tour .news_image {
  padding: 0px;
  background: black;
  display: table-cell;
  vertical-align: middle;
}

/* line 164, news.scss */
.news_image img {
  /* corrects inline gap in enclosing div */
  display: block;
  max-width: 100%;
  /* just in case, to force correct aspect ratio */
  height: auto !important;
  width: auto\9;
  /* ie8+9 */
  /* lt ie8 */
  -ms-interpolation-mode: bicubic;
}

/* line 174, news.scss */
.news_list_item table {
  width: 100%;
}

/* line 177, news.scss */
#home .news_list_item .news_image {
  overflow: hidden;
  height: 200px;
  background: black;
  padding-left: 0px;
  /* padding-right: 0px; */
}

/* hide news year nav */
/* line 186, news.scss */
.hide {
  display: none;
}

/* line 190, news.scss */
.news_list_item .news_image img {
  /* corrects inline gap in enclosing div */
  display: block;
  /* just in case, to force correct aspect ratio */
  height: 150px;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

/* line 199, news.scss */
.news_teaser_column {
  vertical-align: top;
}

/* line 202, news.scss */
#news .news_title, #heartsandminds .news_title, #tour .news_title {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "gotham-boldgotham-bold", sans-serif;
  color: black;
}

/* line 209, news.scss */
.news_title_teaser .news_title {
  font-size: 12px;
}

/* line 212, news.scss */
.news_teaser {
  padding: 0px;
  line-height: 20px;
}

/* line 217, news.scss */
#news .news_teaser, #heartsandminds .news_teaser, #tour .news_teaser {
  color: #676563;
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

/* line 223, news.scss */
#news .news_teaser h4 {
  margin-bottom: 25px;
  font-size: 28px;
  font-family: "gotham-lightgotham-light", sans-serif;
}

/* line 229, news.scss */
#home .news_teaser {
  padding: 0px;
}

/* line 233, news.scss */
#news .news_list_item, #heartsandminds .news_list_item, #tour .news_list_item {
  background-color: white;
  padding: 15px;
  margin-bottom: 20px;
}

/* line 240, news.scss */
#news .news_list_item.row, #heartsandminds .news_list_item.row, #tour .news_list_item.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 246, news.scss */
#home .news_list_item {
  margin: 0px;
  height: 400px;
}

/* line 254, news.scss */
.news_teaser_content {
  height: 200px;
  padding: 17px;
  background-color: #232323;
  position: relative;
}

/* line 261, news.scss */
.news_listing_bottom {
  height: 20px;
  width: 100%;
}

/* line 265, news.scss */
.news_teaser .continue {
  float: left;
  font-size: 10px;
  font-weight: bold;
  margin-top: 8px;
  text-transform: uppercase;
}

/* line 273, news.scss */
#home .news_teaser .continue {
  margin-top: 4px;
  display: none;
}

/* line 277, news.scss */
#news .comment_position, #heartsandminds .comment_position {
  display: block;
  position: relative;
  top: 130px;
  right: -30px;
}

/* line 284, news.scss */
#news .comment_bubble, #news .comment_bubble:link, #heartsandminds .comment_bubble, #heartsandminds .comment_bubble:link, #tour .comment_bubble, #tour .comment_bubble:link {
  width: 90px;
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/comment_bubble_newsteaser_news.png") no-repeat scroll 64px 0 transparent;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-size: 15px;
  color: #676563;
  padding-top: 2px;
}

/* line 293, news.scss */
#home .comment_bubble, #home .comment_bubble:link {
  margin-right: 0px;
  width: 80px;
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/comment_bubble_newsteaser.png") no-repeat scroll 54px 0 transparent;
  position: absolute;
  right: 6px;
  top: 170px;
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 16px;
}

/* line 305, news.scss */
#home .news_teaser .comment_bubble {
  margin-top: 0px;
}

/* line 306, news.scss */
.news_teaser .comment_bubble {
  margin-top: 10px;
}

/* line 311, news.scss */
#news_comment {
  padding: 24px 30px 24px 30px;
  background-color: #a69364;
}
/* line 314, news.scss */
#news_comment h4 {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: black;
  font-size: 20px;
  margin-bottom: 28px;
}

/**
  *TOUR TEASER
  */
/**
  *ALBUM TEASER
  */
/* line 330, news.scss */
.disco_news_n_reviews .news_teaser {
  padding: 0 0 20px;
}

/* line 334, news.scss */
.disco_news_n_reviews .disco_review #news_teaser, .disco_news_n_reviews .disco_review #news_teaser .section_title {
  background: none repeat scroll 0 0 #B3B6BD;
}

/* line 337, news.scss */
.disco_news_n_reviews .disco_review #news_teaser * {
  color: white;
}

/* line 340, news.scss */
.disco_news_n_reviews .news_teaser .news_list_item, #album .more_link_left {
  padding: 0 20px;
}

/* line 343, news.scss */
.news_title_discog {
  border: 0 solid red;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 0;
}

/* line 349, news.scss */
.news_teaser_discog {
  border: 0 solid red;
  font-size: 13px;
  padding: 0 0 5px;
}

/*
**NEWS ARCHIVE
*/
/* line 357, news.scss */
.news_archive, .segmentdate, .component_box {
  background-color: white;
}

/* line 360, news.scss */
.news_year {
  border-bottom: 1px solid #000000;
  margin-left: 10px;
  padding: 10px 0;
}

/* line 366, news.scss */
.news_months {
  margin-left: 10px;
  padding: 5px 0;
}

/* line 370, news.scss */
.news_tree_link {
  margin-left: 10px;
  padding: 4px 0;
}

/**
  * WILLIES DIARY
  */
/* line 378, news.scss */
.willies_diary_teaser {
  background-color: #EC7318;
  margin-bottom: 1px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
}

/* line 386, news.scss */
.willies_diary_teaser h4 {
  padding: 20px 0px;
  color: white;
}

/* line 390, news.scss */
.willies_diary #top_nav {
  background-image: url("http://cdn.u2.com/images/willie/header_williesdiary.jpg");
  background-repeat: no-repeat;
  background-position: 0px 67px;
  height: 200px;
}

/**
*NEWS TAGS
*/
/* line 399, news.scss */
#sub_menu li a {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 20px;
  display: block;
  margin: 0;
  border-bottom: 1px solid #8A7354;
  border-top: medium none;
}

/*
 * ARTICLE
 */
/* line 419, news.scss */
#article .news_detail_date {
  display: block;
  float: left;
  font-weight: bold;
  text-align: left;
  width: 122px;
}
/* line 428, news.scss */
#article .comments_count {
  display: block;
  position: absolute;
  margin-left: 120px;
}
/* line 434, news.scss */
#article .comment_bubble, #article #news_article .comment_bubble:link {
  margin-right: 0px;
  width: 90px;
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/comment_bubble_article.png") no-repeat scroll 15px 0 transparent;
  position: absolute;
  left: -10px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-size: 15px;
  color: #959391;
  padding-top: 2px;
}
/* line 445, news.scss */
#article .news_teaser_content .comment_bubble, #article .news_teaser_content .comment_bubble:link {
  margin-right: 0px;
  width: 90px;
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/comment_bubble_article.png") no-repeat scroll 60px 0 transparent;
  position: absolute;
  left: 170px;
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 15px;
  color: white;
  padding-top: 2px;
  bottom: 10px;
}
/* line 457, news.scss */
#article .article .panel {
  margin-bottom: 0px;
  border: 0px solid;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
/* line 464, news.scss */
#article .date_date {
  font-size: 15px;
  font-family: "gotham-bookgotham-book", sans-serif;
  color: #959391;
  font-weight: 400;
}
/* line 471, news.scss */
#article .news_detail_headline .comments_count {
  position: absolute;
  top: 30px;
  right: 0px;
}
/* line 478, news.scss */
#article .news_detail_headline h4 {
  color: white;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 34px;
  font-family: "gotham-boldgotham-bold", sans-serif;
  margin-top: 40px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
/* line 488, news.scss */
#article .secondary_news_detail_headline {
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 16px;
}
/* line 493, news.scss */
#article .secondary_news_detail_date {
  font-size: 12px;
  font-style: italic;
}
/* line 497, news.scss */
#article .news_detail {
  font-size: 15px;
  line-height: 24px;
  padding: 0px;
  margin-top: 50px;
}
/* line 503, news.scss */
#article .news_detail_image {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 508, news.scss */
#article .news_detail_image_main.multiimage {
  height: 455px;
}
/* line 511, news.scss */
#article .news_detail_image_main {
  overflow: hidden;
  margin: 0 auto;
}
/* line 515, news.scss */
#article .news_detail_image_slider {
  background-color: transparent;
  text-align: center;
  margin-bottom: 60px;
}
/* line 520, news.scss */
#article .news_detail_image_slider_item {
  display: inline;
}
/* line 523, news.scss */
#article .news_detail_image_slider_item img {
  padding-bottom: 10px;
  margin: 5px;
  opacity: 0.7;
}
/* line 528, news.scss */
#article .news_detail_image_slider_item img:hover {
  cursor: pointer;
  border-bottom: 6px solid black;
  padding-bottom: 4px;
}
/* line 534, news.scss */
#article .news_detail_image_slider_item.active img {
  display: inline;
  border-bottom: 6px solid black;
  padding-bottom: 4px;
  opacity: 1.0;
}
/* line 540, news.scss */
#article .news_detail_image_main.multiimage img {
  height: 100%;
}
/* line 543, news.scss */
#article .news_detail_image_main img {
  margin: 0 auto;
  display: block;
  width: auto;
}
/* line 549, news.scss */
#article .news_detail_text {
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #676563;
  font-size: 16px;
  margin-top: 40px;
  clear: both;
}
/* line 557, news.scss */
#article .news_detail_text a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #a69364;
  text-decoration: none;
}
/* line 563, news.scss */
#article .article-title {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 568, news.scss */
#article .article-body {
  margin-top: 60px;
}
/* line 573, news.scss */
#article .recent_news h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
/* line 581, news.scss */
#article .news_teaser .news_list_item {
  height: inherit;
  margin-bottom: 20px;
}
/* line 585, news.scss */
#article .news_teaser .view_more {
  display: none;
}
/* line 588, news.scss */
#article .news_teaser .col-md-3 {
  width: 100%;
}
/* line 592, news.scss */
#article .news_teaser .news_image {
  padding: 15px 15px 0px 15px;
  background-color: #232323;
  max-width: 100%;
}
/* line 597, news.scss */
#article .news_teaser .news_teaser_content {
  overflow: hidden;
}
/* line 600, news.scss */
#article .news_teaser .news_title a {
  text-transform: uppercase;
  color: white;
}
/* line 604, news.scss */
#article .news_teaser .continue {
  display: none;
}
/* line 607, news.scss */
#article .news_teaser .comment_bubble {
  width: 44px;
}
/* line 611, news.scss */
#article #tag_cloud {
  background-color: #EDEDED;
  margin-top: 1px;
  padding: 20px;
}
/* line 617, news.scss */
#article .article_sharing {
  display: none;
}
/* line 620, news.scss */
#article .article_share {
  display: block;
  float: left;
  font-family: "gotham-lightgotham-light", sans-serif;
  color: black;
  text-transform: uppercase;
  margin-right: 20px;
  margin-top: 10px;
  font-size: 20px;
}
/* line 630, news.scss */
#article .article_social_links {
  display: block;
  float: left;
  margin-bottom: 40px;
}
/* line 636, news.scss */
#article .article_social_links_list {
  display: inline;
}
/* line 640, news.scss */
#article .article_social_links_list li {
  float: left;
  padding-right: 10px;
}
/* line 645, news.scss */
#article .article_social_icon {
  display: block;
  height: 42px;
  width: 42px;
  text-indent: -9999px;
  float: left;
}
/* line 653, news.scss */
#article .article_social_facebook {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/article_social_facebook.png") no-repeat scroll 0 0 transparent;
}
/* line 656, news.scss */
#article .fake_facebook, #article .fake_gplus {
  float: left;
  height: 42px;
  width: 42px;
  position: relative;
  z-index: 1;
  background-color: aliceblue;
}
/* line 664, news.scss */
#article .fb-share-button, #article .gplus-share-button {
  float: right;
  height: 42px;
  width: 42px;
  margin-left: -42px;
  overflow: hidden;
}
/* line 670, news.scss */
#article .fb-share-button span, #article .gplus-share-button span {
  vertical-align: inherit;
}
/* line 674, news.scss */
#article .fb_iframe_widget iframe, #article .gplus-share-button iframe {
  /*	transform: scale(4.5);
  	-ms-transform: scale(4.5);
  	-webkit-transform: scale(4.5);
  	-o-transform: scale(4.5);
  	-moz-transform: scale(4.5);
  	transform-origin: top left;
  	-ms-transform-origin: top left;
  	-webkit-transform-origin: top left;
  	-moz-transform-origin: top left;
  	-webkit-transform-origin: top left;
  	opacity: 0; */
}
/* line 688, news.scss */
#article .article_social_twitter {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/article_social_twitter.png") no-repeat scroll 0 0 transparent;
}
/* line 692, news.scss */
#article .article_social_instagram {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/article_social_instagram.png") no-repeat scroll 0 0 transparent;
}
/* line 696, news.scss */
#article .article_social_youtube {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/article_social_youtube.png") no-repeat scroll 0 0 transparent;
}
/* line 700, news.scss */
#article .article_social_googleplus {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/article_social_googleplus.png") no-repeat scroll 0 0 transparent;
  background-color: aliceblue;
}
/* line 705, news.scss */
#article .article_social_tumblr {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/article_social_tumblr.png") no-repeat scroll 0 0 transparent;
}
/* line 709, news.scss */
#article .article_social_email {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/article_social_email.png") no-repeat scroll 0 0 transparent;
}
/* line 713, news.scss */
#article #comments {
  margin-top: 190px;
}
/* line 715, news.scss */
#article #comments .comment_list_item {
  background-color: #f2f1f0;
  margin: 0px 0px 5px 0px;
  padding: 20px 22px 38px 22px;
  text-align: left;
  color: #676563;
}
/* line 721, news.scss */
#article #comments .comment_list_item .comment_name {
  color: black;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  float: left;
}
/* line 728, news.scss */
#article #comments .comment_list_item .comment_date {
  color: #959391;
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 13px;
  margin-bottom: 15px;
  float: right;
}
/* line 735, news.scss */
#article #comments .comment_list_item .comment_title {
  font-size: 16px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #676563;
  clear: both;
}
/* line 742, news.scss */
#article #comments #paginationControl {
  background-color: #a69364;
  color: white;
  height: 50px;
  padding-top: 15px;
}
/* line 749, news.scss */
#article .news_teaser {
  margin-top: 48px;
}

/**
 * SOCIAL SHARING
 */
/* line 758, news.scss */
.article_sharing {
  display: block;
  position: relative;
  text-align: left;
  min-height: 40px;
  background-color: #EDEDED;
  margin-top: 1px;
  padding: 20px;
}

/* line 767, news.scss */
#tourdate ul.sharing_container {
  width: 300px;
  display: inline;
  margin-top: -8px;
  float: right;
}

/* line 774, news.scss */
ul.sharing_container {
  text-align: center;
  list-style-type: none;
  list-style-position: outside;
  padding: 0px;
  margin: 0px auto;
}

/* line 782, news.scss */
ul.sharing_item li {
  display: inline;
  list-style-type: none;
  list-style-position: outside;
  width: 32px;
  height: 32px;
  border-width: 0px;
  padding: 0px;
  margin: 5px;
  text-align: center;
}

/* line 794, news.scss */
.sharing_delicious {
  display: inline;
  float: right;
  background-image: url(http://cdn.u2.com/non_secure/images/sharing/16/delicious.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 32px;
  min-width: 100px;
}

/* line 803, news.scss */
.sharing_digg {
  display: inline;
  float: right;
  background-image: url(http://cdn.u2.com/non_secure/images/sharing/16/digg.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 32px;
  min-width: 100px;
}

/* line 812, news.scss */
.sharing_facebook_like {
  display: inline;
  float: left;
  min-height: 32px;
  min-width: 100px;
}

/* line 818, news.scss */
.sharing_facebook_share {
  display: inline;
  float: right;
  background-image: url(http://cdn.u2.com/non_secure/images/sharing/16/facebook.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 32px;
  min-width: 100px;
}

/* line 827, news.scss */
.sharing_flickr {
  display: inline;
  float: right;
  background-image: url(http://cdn.u2.com/non_secure/images/sharing/16/flickr.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 32px;
  min-width: 100px;
}

/* line 836, news.scss */
.sharing_myspace {
  display: inline;
  float: right;
  background-image: url(http://cdn.u2.com/non_secure/images/sharing/16/myspace.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 32px;
  min-width: 100px;
}

/* line 845, news.scss */
.sharing_rss {
  display: inline;
  float: right;
  background-image: url(http://cdn.u2.com/non_secure/images/sharing/16/rss.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 32px;
  min-width: 100px;
}

/* line 854, news.scss */
.sharing_sharethis {
  display: inline;
  float: right;
  min-height: 32px;
  min-width: 100px;
}

/* line 860, news.scss */
.sharing_stumbleupon {
  display: inline;
  float: right;
  background-image: url(http://cdn.u2.com/non_secure/images/sharing/16/stumbleupon.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 32px;
  min-width: 100px;
}

/* line 869, news.scss */
.sharing_tumblr {
  display: inline;
  float: right;
  background-image: url(http://cdn.u2.com/non_secure/images/sharing/16/tumblr.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 32px;
  min-width: 100px;
}

/* line 878, news.scss */
.sharing_twitter {
  display: inline;
  float: right;
  background-image: url(http://cdn.u2.com/non_secure/images/sharing/16/twitter.png);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 32px;
  min-width: 100px;
}

/* line 888, news.scss */
.disabled {
  padding-right: 20px;
}

/* line 894, news.scss */
.article_button .buy_text a:link, .article_button .buy_text a:visited {
  background: #c82606 !important;
  background-image: none !important;
  border: none !important;
  font-size: 12px !important;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-transform: capitalize !important;
  color: white !important;
  display: table;
  padding: 10px 5px 10px 5px;
  text-align: center !important;
  font-weight: bold !important;
  float: left;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}
