i {
  font-style: normal;
  margin-left: 5px;
  font-family: 'Source Sans Pro', Helvetica, Arial , sans-serif;
  font-size: 15px;
  vertical-align: -1px;
}
.list-icon {
  margin-left: 10px;
  vertical-align:-3px;
  stroke: white;
  fill: white;
}
.swp{
  width: 300px;
	height: 250px;
	background-color: #fafafa;
  padding-top: 7px;
  border: 1px solid #ccc;
  margin: 0 auto;
  /*display: none;*/
  position: absolute;
  z-index: -1;
}

.title{
  display: -webkit-flex;
  display: flex;
  height: 25px;
  width: 100%;
  margin-left: 10px;
}
.title-logo{
  width: 25px;
  height: 25px;
  background-color: #b31d24;
  border-radius: 50%;
  background-image: url("public/Icon_Baseball.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.title-text{
  font-family: Lato;
  font-weight: bold;
	font-size: 16px;
	color: #000000;
  padding-left: 6px;
  margin-top: 3px;
}

#verticalName {
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    height:40px;
    text-align: left;
    background-color: white;
    padding: 10px 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
}
#pub_logo {
  width: 170px;
  height: 20px;
  float:left;
  background-repeat: no-repeat;
  background-position: left center;
}
#verticalDisplayName {
  width: 125px;
  height: 70px;
  position: absolute;
  top: 0;
  z-index: 4;
}
#verticalName a {
  color: #072f64;
}
.shareIcons {
  margin-top:2px;
  height: 15px;
  float:right;
}
.shareIcon {
  width: 22px;
  height: 15px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.shareIcon img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#shareSuccess {
  display: none;
  position: absolute;
  width: 163px;
  height: 29px;
  right: 0;
  text-align: center;
  padding-top: 6px;
  z-index: 999;
  background-color: rgb(255, 255, 255);
	border: solid 1px #666666;
  font-size: 12px;
  color: #666666;
  text-transform: none;
  margin-right: 10px;
  margin-top: 7px;
}

.arrow-up {
  position: absolute;
  left: -7px;
  top: 1px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgb(255, 255, 255);
}

.arrow-up-border {
  position: absolute;
  top: -7px;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #666666;
}

#carousel {
    width: 298px;
    height: 118px;
    position: relative;
    overflow: hidden;
}
.dw-big {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left:0;
}
#mainimg {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#carousel:hover .carouselShader {
  /*background-image: none;*/
}
.carouselShader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0,0,0,0.75));
  z-index: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease
}
.carouselShaderHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 1;
}

.section{
  height: 90px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin-top: 12px;
}
.section-image{
  height: 90px;
  width: 120px;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.section-text{
  width: 155px;
  font-family: Lato;
  font-weight: bold;
  margin-left: 9px;
}

.content{
  margin-left: 9px;
  margin-top: 10px;
  width: 275px;
  height: 44px;
}
.content-text{
  font-family: Lato;
	font-size: 12px;
  line-height: 1.3;
  color: #000000;
}
.content-readmore{
  font-family: Lato;
  font-size: 12px;
  font-weight: bold;
  color: #b31d24;
}

.bar{
  display: -webkit-flex;
  display: flex;
  margin-left: 9px;
  margin-top: 15px;
  height: 10px;
  font-family: Lato;
  font-size: 10px;
  color: #999999;
}
.bar-date{}
.bar-author{
  margin-left: 6px;
}
#authorlink{
  text-decoration: none;
  color: #999999;
}

.buttons{
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  height: 25px;
  margin-left: 9px;
  margin-top: 11px;
  bottom: 5px;
  position: relative;
}
.buttons-readstory{
  padding-left: 18px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  font-family: Lato;
  height: 25px;
  width: 112px;
  background-color: #b31d24;
  color: white;
  border-radius: 5px;
}
.buttons-readstory:hover{
  background-color: #272727;
}
#paper{
  margin-top: 4.5px;
  left: 12px;
  position: absolute;
}
.buttons-nextlist{
  padding-right: 15px;
  width: 94px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #b31d24;
  margin-left: 10px;
  color: #b31d24;
  font-size: 12px;
  font-family: Lato;
  font-weight: bold;
  cursor: pointer;
}
.buttons-nextlist:hover{
  background-color: #b31d24;
  color: white;
}
#arrow{
  margin-top: 3px;
  margin-left: 1px;
  position: absolute;
  fill: #b31d24;
}
.buttons-timer{
  width: 54px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #b31d24;
  font-size: 12px;
  font-family: Lato;
  margin-left: 10px;
}
#play{
  color: #b31d24;
  font-size: 12px;
  margin-right: 5px;
}
#pause{
  color: #b31d24;
  font-size: 12px;
  margin-right: 5px;
}
#swp-play{
  color: #b31d24;
  font-size: 12px;
  margin-right: 5px;
}
#swp-pause{
  color: #b31d24;
  font-size: 12px;
  margin-right: 5px;
}

html, body {
  margin: 0 !important;
  font-family: 'Lato', sans-serif;font-weight:400;
  width: 100%;
  height: auto;
  background-color: white;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
}
div{
  font-family: 'Lato', sans-serif;font-weight:400;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline:0;
}

button:focus {
  outline:0;
}



.content-container{
  overflow: hidden;
  width: 300px;
  height: auto;
  margin: 0 auto;

}

.fcw{
  border: 1px solid #ccc;
  width: 300px;
  height: 250px;
  position: relative;
  position: absolute;
  background-color: white;
  z-index: 2;

}

/*top text*/
.fcw-icon{
  width: 12px;
  height: 12px;
  background-color: #bc1624;
  /*background-image: url("public/Icon_Baseball.png");*/
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  margin: 0 5px 0 0;
  display:inline-block;
  vertical-align: top;
}
.fcw-icon:hover{
  background-color: #000;
}
.fcw-text{
  width: 100%;
  height:auto;
  padding-top: 5px;
  position:relative;
}
#title {
  position: absolute;
  bottom: 5px;
  color: white;
  /*min-height: 44px;*/
  text-align: left;
  padding: 10px 30px 5px 30px;
  z-index: 2;

  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}

.fcw-t2{
  margin: 3px 0 2px 0;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  width: 100%;
}
/*top text END*/

/*image && button*/
.fcw-middle{
  /*position: relative;*/
  width: 100%;
  margin: 10px 0 6px auto;
}

#num {
  left: 0;
  margin-left: -57px;
  position: absolute;
  top: calc(50% - 12px);
  font-size: 18px;
  width: 55px;
  height: 20px;
  text-align: center;
  font-weight: 700;
}
#num hash {
  font-size: 14px;
  font-weight: 300;
}
.fcw-logo{
  border-radius: 50%;
  border-width: 1px;
  border-color: #ebebeb;
  border-style: solid;
  background-color: #fff !important;
  width: 148px;
  height: 148px;
  background-size: cover !important;
  background-position: center center !important;
  position: absolute;
  right:0;
  margin: 0px 35px;
  z-index: 0;
}
.fcw-logo:hover{
  background-color: #bc1624;
  z-index: 2;
}
.fcw-leftnav{
  position: absolute;
  height: 50px;
  width: 20px;
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border:none;
  left: 0;
  top: calc(40% - 25px);
  background-color: rgba(255, 255, 255, 0.85);
  color:#fff;
  font-size: 25px;
  cursor: pointer;
  z-index: 999;
}

.fcw-rightnav{
  height: 50px;
  width: 20px;
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border:none;
  position: absolute;
  right: 0;
  top: calc(40% - 25px);
  background-color: rgba(255, 255, 255, 0.85);
  color:#fff;
  font-size: 25px;
  cursor: pointer;
  z-index: 999;
}
/*image && button END*/

/*bottom text*/
#line1 {
  color: black;
}
.dw-info {
    position: relative;
    margin: 10px 15px 5px;
    max-height: 120px;
    width: calc(100% - 68px);
    float:right;
}
.fcw-content1 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 22px;
}
.fcw-content2b {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fcw-content3 {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#line2 {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.highlight {
  font-size:14px;
}
.dw-i-title a {
    color: inherit
}
#meta {
  position: absolute;;
  margin-top: 5px;
  font-family: Lato;
  font-size: 10px;
  color: #9b9b9b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*bottom text END*/

.fcw-list{
  width:100%;
  height: 30px;
  /*text-align: center;*/
  position: absolute;
  bottom:0;
  /*margin-bottom: 10px;
  margin-left: 10px;*/
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin-bottom: 5px;
  padding: 0 10px;
}
.fcw-list-next{
  cursor: pointer;
}
.fcw-list-next, .fcw-list-time{
  border-radius: 3px;
  text-align: center;
  border: 1px solid;
  border-color:#b31d24;
  color:#b31d24;

}
.fcw-list-list {
  background-color: #b31d24;
  color:white;
  border-radius: 3px;
  text-align: center;
  border: 1px solid;
  border-color:#b31d24;
}
.fcw-list-list i {
  margin-left: 8px;
}
.fcw-list-next i {
  margin-left: 5px;
}
.fcw-list-time i {
  margin-right: 5px;
}

.fcw-list-text {
  font-size:12px;
  line-height: 28px;
}


.fcw-list-link{
  color: #000;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid #bc1624;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
}
.fcw-list-list:hover{
  background-color: #272727;
  color: #fff;
}

.fcw-list-list:active{
  background-color: #000000;
  color: #fff;
}
.fcw-list-next:hover {
  background-color: #b31d24;
  color:white;
}
.fcw-presentedby{
    position: absolute;
    bottom: 4px;
    left: 2px;
    color:#aaa;
    text-align: left;
    font-size: 10px;
}

.swc-space{
  margin:0 2px;
}

.fcw-t2-title{
  color: #000;
  font-weight: 400;
}
.fcw-t2-title:hover{
  color:#bc1624;
}
.fcw-loc{
  color: #000;
}
.fcw-logo{
  color: #fff;
  top: 0px;
}
.fcw-loc:hover{
  color:#bc1624;
}
.hover1{
  width:100%;
  height:100%;
  border-radius: 50%;
  opacity: 0;
  text-align: center;
}
.txt1{
  padding-top:.5em;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color:#fff;
}
.txt2{
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  color:#fff;
}
.hover1:hover{
  opacity: 0.75;
  padding-top: 10px;
  font-size: 20px;
}
.dw-c-l {
    left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}
.dw-c-r {
    right: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}
