/* Styling for the News page. */

body.page-news {
}

body.page-news h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1em;
  padding: 20px 0 0 16px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px black;
  filter: dropshadow(color=#333333, offx=2, offy=2);
  color: #b41218;
}

.panel-news {
  border: 0px;
}

.page-news #wrap {
  padding-left: 0;
  padding-right: 0;
}

a {
  color: #b41218;
}

.panel-news .inner-content {
  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;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 100;
  height: 28px;
  line-height: 1.1em;
  color: #999;
}

.panel-news.socialfeed .paneltabs li:hover {
  color: #ccc;
}

.panel-news.socialfeed .paneltabs li span {
  color: #999999;
  -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: -35px;
}

.page-news .panel-news.socialfeed .feedpanels {
  margin-top: -15px;
}

.panel-news.socialfeed .feedpanels .feedview {
  overflow: hidden;
  height: 299px !important;
}

.panel-news.socialfeed .feedpanel {
  overflow: auto;
  max-width: 100%;
}

/* Article */
.panel-news.socialfeed article {
  position: relative;
  float: left;
  padding: 0;
  margin: 10px 20px 10px 10px;
  /*background: url('../images/bg-article.gif');*/
  font-size: 0.9em; /*0.813em*/
  color: #000;
}

.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;
  color: #000000;
}

.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 .content {
  width: 140px;
}

.panel-news.socialfeed article.itemx4 .content {
  width: 290px;
  text-align: center;
  border: 1px solid #f1f1f1;

  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%, #ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%, #ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%, #ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.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: 121px;
}

.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: #000 !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: 13px 0px;
  clear: both;
  text-transform: uppercase;
  cursor: pointer;
  margin: 25px 10px 10px;
  width: 940px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.panel-news.socialfeed article footer {
  position: relative;
  width: inherit;
  line-height: 17px;
  height: 19px;
  padding-top: 4px;
  z-index: 10;
  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 {
  color: #4d4d4d;
  font-weight: 600;
  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-feed-small.png');
}

.panel-news.socialfeed article.facebook .feedlogo {
  background-position: 0px 0px;
}

.panel-news.socialfeed article.twitter .feedlogo {
  background-position: 0px -18px;
}

.panel-news.socialfeed article.instagram .feedlogo {
  background-position: 0px -54px;
}

.panel-news.socialfeed article.youtube .feedlogo {
  background-position: 0px -36px;
}

.panel-news.socialfeed article.blog .feedlogo {
  background-position: 0px -90px;
}

.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 {
  height: 45px;
}

#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 {
}

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 {
    max-width: 980px;
  /*height: 600px;*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.2);
}

body.front #block-sega-news-sega-news-home h2 {
  margin-bottom: -71px;
  margin-left: 10px;
  position: relative;
    top: 13px;
    left: 8px;
}

body.front #block-sega-news-sega-news-home section.panel-news div.inner-content {
  width: 100%;
  min-height: 316px;
}

body.front #block-sega-news-sega-news-home section.panel-news div.inner-content header {
  position: relative;
  top: -26px;
    left: -2px
}

body.front .tw-button-3 {
  background: #bf2924;
  background: -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f1f1f1', GradientType=0);
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #000000;
  display: inline-block;
  /*float: right;*/
  font-weight: 100;
  font-size: 1.2em;
  line-height: 1.2em;
  height: 25px;
  text-decoration: none;
  width: 40px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

body.front .tw-button-3:hover {
  text-decoration: none;
  background: #f1f1f1;
}

body.front .tw-button-3 .label {
  color: #000000;
}

body.front .tw-button-3 .arrow {
  display: none;
}


.socialfeed .paneltabs li {
  display: block;
  min-width: 50px;
  height: 27px;
  float: left;
  margin-bottom: 5px;
  cursor: pointer;
  margin-right: 5px;
  list-style: none;
  color: #000000;
  border-radius: 5px;
}

.socialfeed .paneltabs li.alltab {
}

.socialfeed .paneltabs li.facebook {
}

.socialfeed .paneltabs li.twitter {
}

.socialfeed .paneltabs li.youtube {
}

.socialfeed .paneltabs li.instagram {
}

.socialfeed .paneltabs li.active {
  background-color: #006fd5;
}

.socialfeed .paneltabs li span {
  color: #000000;
}

.socialfeed .paneltabs li.active span {
  color: #fff;
}

#coh-home-page-news-summary .panel-news.socialfeed article.itemx4,
#coh-home-page-news-summary .panel-news.socialfeed article.itemx4 .content {
  width: auto;
}

#coh-home-page-news-summary .panel-news.socialfeed article {
  width: 270px !important;
  margin-bottom: 0 !important;
}

#coh-home-page-news-summary .panel-news {
  background: none;
}

#coh-home-page-news-summary #socialfeed_news .paneltabs {
  margin: 0 17px 0 0;
}

#coh-home-page-news-summary .panel-news.socialfeed .feedpanel {
  height: 585px !important;
}

#coh-home-page-news-summary .panel-news.socialfeed .feedpanels {
}

#socialfeed_news .frame-top {
  width: 100%;
  height: 35px;
  position: relative;
  top: 7px;
  left: -1px;
}

#coh-home-page-news-summary #socialfeed_news,
#coh-home-page-news-summary #socialfeed_news .frame-top {
  background: none;
  height: 0;
}

#socialfeed_news {
    background: #fff;
    max-width: 980px;
    margin-top: 41px;
    padding-left: 10px;
}

#coh-home-page-news-summary .panel-news.socialfeed .feedpanel {
  xleft: 4px;
}

.feedpanels .feedview .feedpanel.all article.isotope-hidden {
  display: none;
}


/* MOBILE DEVICES */


@media screen and (max-width: 320px) {
  body.front #socialfeed_news {}
  body.front #socialfeed_news .frame-top {
    height: 120px;
  }


  body.front #socialfeed_news .inner-content {}
  body.front #socialfeed_news .inner-content header {}
  body.front #socialfeed_news .inner-content header ul.paneltabs {
    float: none;
    margin: 0 0 0 -34px;
  }
  body.front #socialfeed_news .inner-content header ul.paneltabs li {}
  body.front #socialfeed_news .inner-content .feedpanels .feedview {
    width: 282px
  }

  body.front #socialfeed_news .frame-botstom {}

  body.front #socialfeed_news .inner-content footer {
    width: 100%
  }
}



@media screen and (min-width: 321px) and (max-width: 480px) {
  body.front #socialfeed_news {}
  body.front #socialfeed_news .frame-top {
    height: 74px;
  }


  body.front #socialfeed_news .inner-content {}
  body.front #socialfeed_news .inner-content header {}
  body.front #socialfeed_news .inner-content header ul.paneltabs {
    float: none;
    margin: 0 0 0 -34px;
  }
  body.front #socialfeed_news .inner-content header ul.paneltabs li {}
  body.front #socialfeed_news .inner-content .feedpanels .feedview {
    width: 279px;
  }

  body.front #socialfeed_news .frame-botstom {}

  body.front #socialfeed_news .inner-content footer {
    width: 100%
  }
}



@media screen and (min-width: 481px) and (max-width: 730px) {
  body.front #socialfeed_news .frame-top {
    height: 126px;
  }
  body.front #socialfeed_news .inner-content header {
    top: 1px;
    margin-bottom: 50px;
  }
  body.front #socialfeed_news .inner-content header ul.paneltabs {
    float: none;
    margin: 0 0 0 -34px;
  }
  body.front #socialfeed_news .inner-content footer {
    width: 100%
  }
}

