html,
body {
    margin: 0!important;
    font-family: Lato;
    width: 100%;
    height: auto;
    background-color: #ccc
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    outline: 0
}
i {
  font-style: normal;
  margin-left: 5px;
  font-family: 'Source Sans Pro', Helvetica, Arial , sans-serif;
  font-size: 15px;
  vertical-align: top;
}

.dw {
    height: 248px;
    box-shadow: 0 0 0 1px #b7b7b7 inset;
    background-color: #fafafa;
    position: relative;
    margin: 0 auto
}

#title {
  position: absolute;
  color: white;
  /*min-height: 44px;*/
  text-align: left;
  padding: 15px 30px 5px 30px;
  z-index: 2;
  left: 25px;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44;
}

#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;
  background-size: cover;
}
#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;
}

#homelink > div {
  height: 12px;
  width: 12px;
  vertical-align: top;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right:5px;
}

#carousel {
    width: 100%;
    height: 209px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#mainimg {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#carousel:hover #mainimg {
  -webkit-transform: scale(1.08) translateY(-50%);
  transform: scale(1.08) translateY(-50%);
}
#carousel:hover .carouselShader {
  /*background-image: none;*/
}
#carouselOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 1;
}
#carouselOverlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  background-color: black;
}
.football {
  background-color: rgba(0, 37, 64, 0.86);
}
.basketball {
  background-image: linear-gradient(to bottom, #f26f26, #bc3900);
}
.baseball {
  background-image: linear-gradient(to bottom, #bc2026, #630306);
}
.finance {
  background-image: linear-gradient(to bottom, #3098ff, #015cb6);
}
.realestate {
  background-image: linear-gradient(to bottom, #43b149, #1e4e20);
}
#fallbackNum {
  display: 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;
}

.dw-nav {
    height: 50px;
    width: 20px;
    position: absolute;
    top: 115px;
    color: white;
    background-color: rgba(255, 255, 255, 0.85);
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index:4;
}

.dw-c-l {
    left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.dw-c-r {
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.dw-c-img {
    position: absolute;
}

.hover {
    display: none;
}

.img-link:hover .hover {
    display: none;
}

.dw-big {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.dw-big span {
    font-size: 18px;
    font-weight: bold
}

#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;
}

.dw-c-sub {
    position: absolute;
    left: 140px;
    border: 1px solid #ccc
}

#subimg {
    display: none
}

.dw-c-sub svg {
    color: white;
    fill: white;
    stroke: white;
    display: none;
    margin: 7px 8px
}

.two #subimg {
    display: block
}

.one #subimg {
    display: none!important
}


.dw-info {
    position: absolute;
    left: 250px;
    width: 390px;
    bottom: 80px;
    left: 90px;
    z-index:3;
    color: white;
}

.dw-i-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#desc {
    width: 100%;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#meta {
  position: absolute;;
  margin-top: 5px;
  font-family: Lato;
  font-size: 10px;
  color: #e1e1e1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#line4 {
  display: inline-block;

}

.dw-i-title a {
    color: inherit
}

/*.dw-i-title#line2,
.dw-i-title#line4 {
    font-size: 12px;
    font-weight: unset;
}*/
#line2 {
  font-size: 12px;
}

#next-list-link .dw-btn{
  display: inline-block;
  left: 195px;
  width: 130px;
  border: solid 1px #ffffff;
  color: #ffffff;
  fill: #ffffff;
}

#next-list-link .dw-btn svg{
  margin-bottom: 2px;
}

#next-list-link .dw-btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: white;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#next-list-link .dw-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#list-link .dw-btn {
  margin-right: 5px;
  left: 55px;
  color: white !important;
  fill: white !important;
}

#list-link .dw-btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#list-link .dw-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.dw-btn {
    display: inline-block;
    color: white;
    font-size: 12px;
    line-height: 33px;
    height: 35px;
    border-radius: 5px;
    bottom: 20px;
    width: 130px;
    position: absolute;
    z-index: 3;
    border: solid 1px #072f64;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color, fill;
    transition-property: color, fill;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dw-btn svg {
    margin: 0 0 0 5px;
    position: relative;
    top: 2.5px
}

#list-link .dw-btn:hover {
    color: white;
    fill: white;
}

#next-list-link .dw-btn:hover {
    color: black;
    fill: black;
}

.dw-btn:active {
    color: white;
    stroke: white;
    fill: white;
    background-color: #272727
}

.presented {
    text-align: right;
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    color: #999;
    left: 5px;
    top: 5px
}

@media (max-width: 650px) {
  #title {
    font-size: 16px;
  }
  #line1 {
    font-size: 14px;
  }
  #line2 {
    font-size: 10px;
    max-width: 230px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #desc {
    font-size: 12px;
  }
  .dw-info {
    width: 240px;
  }
}
