/* Styling for the News page. */

body.page-news {
  /*background: #0E0E0E url('../images/bg-news-page.jpg') 50% 0px no-repeat fixed;*/
  background: #000 url("../../../../../default/files/sega_backgrounds/news.jpg") 50% 0px no-repeat fixed;
}

body.page-news h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  padding: 20px 0 16px 16px;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 2px 2px #000000;
  filter: dropshadow(color=#333333, offx=2, offy=2);
}

.panel-news {
  background: url('../images/bg-section.png') 50% 0 repeat-y;
  margin: 0px;
  border: 0px;
}

a {
  color: #ffcc55;
}

.panel-news .inner-content {
  width: 960px;
  margin: 0 auto;
}


/*
 * Social Feeds
 */
.panel-news.socialfeed header {
  overflow: auto;
}

.panel-news.socialfeed h2 {
  float: left;
}

/* Feed tabs */
.panel-news.socialfeed .paneltabs {
  float: right;
  margin: 0px;
  margin-top: 2px;
  position: relative;
  padding-bottom: 5px;
}

.panel-news.socialfeed .paneltabs li {
  float: left;
  list-style: none;
  margin-left: 5px;
  padding: 5px 5px 0px;
  cursor: pointer;
  position: relative;

  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 0.75em;
  font-weight: normal;
  height: 18px;
  line-height: 1.1em;
  text-shadow: 0 1px 0 #000000;
}

.panel-news.socialfeed .paneltabs li:hover {
  color: #ccc;
}

.panel-news.socialfeed .paneltabs li.active {
  background: none repeat scroll 0 0 #373A3C;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #FFCC55;
}

.panel-news.socialfeed .paneltabs li span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Feed panel */
.panel-news.socialfeed .feedpanels { margin-top: -10px; }
.panel-news.socialfeed .feedpanels .feedview { overflow: hidden; height: 299px; }
.panel-news.socialfeed .feedpanel { height: 560px; overflow: auto; max-width: 100%; }


/* Article */
.panel-news.socialfeed article {
  position: relative;
  float: left;
  padding: 0;
  margin: 10px;
  background: url('../images/bg-article.gif');
  font-size: 0.9em; /*0.813em*/
  color: #fff;
}

.panel-news.socialfeed article .content {
  width: inherit;
  height: 110px;
  display: block;
  margin: 0;
  overflow: hidden; /* Fixes the margin's collapsing when using .text */
  position: relative;
  border-bottom: 1px solid black;
}

.panel-news.socialfeed article .content a:hover {
  text-decoration: underline;
}

.panel-news.socialfeed article .content .text {
  margin: 20px;
  height: 70px;
  overflow: hidden;
  line-height: 1.125em;
}

.panel-news.socialfeed article.itemx2, .panel-news.socialfeed article.itemx2 .content { width: 140px; }
.panel-news.socialfeed article.itemx4, .panel-news.socialfeed article.itemx4 .content { width: 300px; }
.panel-news.socialfeed article.itemx6, .panel-news.socialfeed article.itemx6 .content { width: 46%; min-width: 298px; }

.panel-news.socialfeed article a.image,
.panel-news.socialfeed article a.video {
  width: 100%;
  height: 122px;
  display: block;
  float: left;
}

.panel-news.socialfeed article .content .playbtn {
  position: absolute;
  width: 46px;
  height: 46px;
  background: url('../images/icons/play-arrow-sm.png');
  top: 32px;
  left: 47px;
}

.panel-news.socialfeed article.textoverlay:hover .content .playbtn {
  visibility: hidden;
}

.panel-news.socialfeed article:hover .content { background: url('../images/panels/socialfeed/social-rollover.png') repeat; }
.panel-news.socialfeed article:hover .details * { color: #fff !important; }

.panel-news.socialfeed article.textoverlay .text {
  background: url('../images/panels/socialfeed/social-rollover.png') repeat;
  padding: 0px;

  width: 100%;
  height: 110px;
  display: block;
  visibility: hidden;
  cursor: pointer;

  position: absolute; /* do not z-index this */
  top: 0;
  left: 0;
}

.panel-news.socialfeed article.textoverlay .text span { display:block; padding: 5px; color: #fff}
.panel-news.socialfeed article.textoverlay:hover .text {
  visibility: visible;
}

.panel-news.socialfeed .feedpanels > footer {
  text-align: center;
  padding: 10px 0px;
  clear: both;
  text-transform: uppercase;
  cursor: pointer;
  margin: 25px 10px 10px;
  width: 940px;
  font-size: 1.125em;
  line-height: 1.3em;
}

.panel-news.socialfeed article footer {
  position: relative;
  width: inherit;
  line-height: 17px;
  height: 19px;
  padding-top: 4px;
  z-index: 10;
  border-top: 1px solid #4c4c4c;
  background: #111111;
  font-size: 0.834em;
}

.panel-news.socialfeed article footer .details {
  padding: 0px;
  overflow: hidden;
  position: absolute;
  top: 3px;
}

.panel-news.socialfeed article footer .feed-details {
  position: absolute;
  top: 4px;
  right: 0;
  float: right;
}

.panel-news.socialfeed article footer span.date {
  color: #666;
  overflow: hidden;
}

.panel-news.socialfeed article footer span.label {
  font-weight: 600;
  text-shadow: 1px 2px 2px #000000;
  text-transform: uppercase;
  margin-right: 4px;
  line-height: 17px;
  float: right;
}

.panel-news.socialfeed article footer div.feedlogo {
  float: right;
  width: 18px;
  height: 18px;
  background: url('../images/logos/social-sm.png');
}

.panel-news.socialfeed article.facebook .feedlogo { background-position: 0px 0px; }
.panel-news.socialfeed article.twitter .feedlogo { background-position: 0px -19px; }
.panel-news.socialfeed article.flickr .feedlogo { background-position: 0px -38px; }
.panel-news.socialfeed article.youtube .feedlogo { background-position: 0px -57px; }
.panel-news.socialfeed article.blogs .feedlogo { background-position: 0px -76px; }
.panel-news.socialfeed article.forums .feedlogo { background-position: 0px -95px; }

/* Content item linking */
.panel-news.socialfeed article a.cl,
.panel-news.socialfeed article footer div.feed-details > a {
  color: white !important;
  outline: none;
  font-weight: normal !important;
  cursor: pointer;
}

.panel-news.socialfeed article a.cl:hover,
.panel-news.socialfeed article footer div.feed-details > a:hover {
  text-decoration: none;
}

/* IE7 Isotope workaround */
.ie7 #socialfeed_home .feedpanels .feedpanel,
.ie7 #socialfeed_home .feedpanels .feedview {
  height: 462px !important;
  overflow: hidden !important;
}

.ie7 #socialfeed_home .feedpanels > footer {
  display: none;
}

.ie7 .textoverlay .text {
  position: absolute;
  top: 0;
  left: 0;
}

/* IE8 Isotope workaround */
.ie8 #socialfeed_home .feedpanels .feedpanel,
.ie8 #socialfeed_home .feedpanels .feedview {
  height: 462px !important;
  overflow: hidden !important;
}

.ie8 #socialfeed_home .feedpanels > footer {
  display: none;
}

/* IPad workarounds */
.touch .panel-news.socialfeed article { font-size: 1em;}
.touch .panel-news.socialfeed article .content .text { margin: 5px}
.touch .panel-news.socialfeed .paneltabs li { font-size: 1em;}

/*
 * SocialFeed for News (News page)
 */
#socialfeed_news .feedpanels > footer { display: none; }
#socialfeed_news:not(#socialfeed_news) { min-height: 640px}
#socialfeed_news .feedview { height: inherit; }
#socialfeed_news .paneltabs { margin: 10px 10px 5px; }

/* Feed footer for Home page */
body.front #socialfeed_news .feedpanels > footer { display: block; }
body.front #socialfeed_news { }

/* Standard Promo */
.panel-news article.promo-spot {
  margin: 0 10px;
}

.panel-news article.promo-spot .text {
  position: relative;
  z-index: 52;
  text-align: left;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.panel-news article.promo-spot .text .title {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.15em;
  /* font-size: 1em;  */
  /* line-height: 1.4em; */
  line-height: 1.35em;
  text-transform: uppercase;
  padding: 18px 15px;
}

.panel-news article.promo-spot .text .title .black {
  color:#000;
}

.panel-news article.promo-spot .images {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 460px;
}

.panel-news article.promo-spot .images img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

.panel-news article.promo-spot .buttons {
  position: absolute;
  right: 11px;
  bottom: 14px;
  z-index: 51;
  padding: 8px 10px;
}

.panel-news article.promo-spot .buttons a {
  margin-bottom: 0px;
  margin-top: 20px;
}

.panel-news.panel-set {
  overflow: auto;
}

.panel-news.panel-set article {
  position: relative;
}


/* Single */
.panel-news article.promo-single {
  width: 460px;
  float: left;
}




/*******************
 *** HOME **********
 ******************/

body.front #block-sega-news-sega-news-home h2 {
  margin-bottom:-35px;
  margin-left: 20px;
}

body.front h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #000;
  filter: dropshadow(color=#000000, offx=1, offy=2);
}

body.front .tw-button-3 {
  background: none repeat scroll 0 0 #373A3C;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  display: inline-block;
  float: right;
  font-weight: normal;
  font-size: 0.8em;
  height: 25px;
  line-height: 2em;
  text-decoration: none;
  text-shadow: 0 1px 0 #000000;
  width: 40px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
body.front .tw-button-3 .arrow { display: none;}
body.front .tw-button-3:hover { background-color: #3E4244; color: #ffCC55;}