a
{
  text-decoration: none !important;
}
h1.play-title
{
  line-height: 40px !important;
}
.dl-classic-link
{
  color: #EEEEEE !important;
  cursor: pointer;
}
.dl-classic-link:hover
{
  color: #9370E7 !important;
  cursor: pointer;
}
.flexy-col
{
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  text-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  width: 100%;
}
.flexy-row
{
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  width: 100%;
  position: relative;
  top: 83px;
}
.btweb-border-wrap
{
  background-color: #1a1a1a;
  background-image: linear-gradient(154deg, #3d3258, #17141e);
  background-size: cover;
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-bottom: 0px;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  padding-top:50px;
  padding-bottom:50px;
}
.btweb-header
{
  border: 0 !important;
  left: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  transition: border .5s ease,background-color .5s ease;
  -webkit-transition: border .5s ease,background-color .5s ease;
  width: 100%;
  z-index: 9999;
}
.btweb-logo
{
  margin-bottom: 15px;
  margin-top: 80px;
}
.btscreen
{
  padding: 10px !important;
}
.screeny {width: 100%;height: auto !important;min-height: 1px;}
.btweb-image
{
  margin-top: 0px !important;
}
.display-5
{
  font-size: 26px !important;
}
.play-title
{
  color: #ffffff;
  text-align: center;
}
.subtext
{
  color: #a4a4a4;
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 0px;
  max-width: 800px;
  padding: 0 20px;
  text-align: center;
}
.play-btn
{
  align-items: center;
  background-image: linear-gradient(103deg, #9B7CE3, #6345AE), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
  border: 0;
  border-radius: 51px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  cursor: pointer !important;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 10px;
  outline: none;
  width: 330px;
}
.play-btn:hover {
  background-image: linear-gradient(103deg, #6345AE, #9B7CE3), linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
}
.bullets
{
  color: #b5b5b5;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-left: 45px;
  text-align: left;
}
ul.bullets
{
  list-style-image: url('/images/btweb/utweb-purple-checkmarks.svg');
}
.bullet
{
  line-height: 35px;
  padding-left: 20px;
  font-size: 18px;

}
#desktop {display: none;}
#tablet {display: block; margin-top:0px;}
.vert_space {
    height: 100px;
}
.peekaboo {
  margin-top: -30px; 
}

/* twitter feed */
/* Plugin styles */
.borp {
    font-size: 32px !important;
}
.social-feed-element.hidden{
    background-color:red !important;
}
.social-feed-element .pull-left{
    float:left;
    margin-right: 10px;
    margin-top: -5px;
}
.social-feed-element .pull-right {
    right: 0px;
}
.social-feed-element img {
    width: 100%;
    width: auto\9;
    height: auto;
    border: 0;  
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.social-feed-element .attachment {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/* Link styles */
.social-feed-element a {
    color: #38A1F3;
    text-decoration: none;
}
.social-feed-element a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.social-feed-element a:hover,
.social-feed-element a:active {
    outline: 0;
    color: #0088cc;
    text-decoration: underline;
}

/* Text styles */
.social-feed-element small {
    font-size: 85%;
}
.social-feed-element strong {
    font-weight: bold;
}
.social-feed-element em {
    font-style: italic;
}
.social-feed-element p {
    margin: 0 0 10px;
}
.social-feed-element .media-body > p{
    margin-bottom:4px;
    min-height:20px;
}
.social-feed-element p.social-feed-text {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* Message styles */
.social-feed-element,
.social-feed-element .media-body {
    overflow: hidden;
    zoom: 1;
    *overflow: visible;
}
.social-feed-element .media-body .social-network-icon{
    margin-top: -3px;
    margin-right:5px;
    width:16px;
}
.social-feed-element .media-body div{
    color:#fff;
    line-height: 20px;
}
.social-feed-element:first-child {
    margin-top: 0;
}
.social-feed-element .media-object {
    display: block;
    width:48px;
    border-radius:50%;
}
.social-feed-element .media-heading {
    margin: 0 0 5px;
}
.social-feed-element .media-list {
    margin-left: 0;
    list-style: none;
}

.social-feed-element .muted {
    color: #999;
}
.social-feed-element a.muted:hover,
.social-feed-element a.muted:focus {
    color: #0088cc;
}

.social-feed-element{
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    margin:-1px;
    margin-top:25px;
    background-color: #000;
    color: #fff;
    text-align:left;
    font-size: 12px;
    line-height: 16px;
}
.social-feed-element .content{
    padding:10px 5px 10px 5px;
}
.social-feed-element .social-network-icon{
    opacity:0.7;
}
.social-feed-element .author-title{
    color: #444;
    line-height: 1.5em;
    font-weight: 500;  
}
#social-feed {
  position:fixed; 
  top:0; 
  left:0; 
  z-index: 99999; 
  background-color: #000; 
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}

/* end twitter styles */

@media (min-width: 576px)
{
  .display-5
  {
    font-size: 26px !important;
  }
  .btscreen
  {
    padding: 0 !important;
  }
  .screeny
  {
    margin-top: 0px !important;
    width: 80%;
  }
  .btweb-image
  {
    margin-top: 20px !important;
  }
  #tablet {margin-top:0px;}
  .btweb-border-wrap {
    height: 100%;
    margin-top: 40px;
    margin-bottom: 75px;
  }
  .peekaboo {
    margin-top: -60px; 
  }
  .btweb-logo
  {
    margin-bottom: 30px;
    margin-top: 40px;
  }

}
@media (min-width: 768px)
{
  h1.play-title
  {
    margin-bottom: 0px !important;
  }
  .screeny
  {
    margin-top: 60px !important;
  }
  #tablet {display: none;}
  #desktop {display: block;}
  .screeny {width: 100%;}
  .btweb-border-wrap
  {
    height:100%;
    padding-top:60px;
    margin-bottom: 50px;
  }
  .vert_space{
    display:none;
  }
}
@media (min-width: 992px)
{
  .display-5
  {
    font-size: 30px !important;
  }
  .btweb-logo
  {
    margin-bottom: 30px;
  }
  .subtext
  {
    padding: 0 0px;
  }
  .vert_space{
  }
  .btweb-border-wrap{
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px)
{
  .btweb-logo
  {
    margin-bottom: 10px;
  }
  .display-5
  {
    font-size: 27px !important;
  }
  h1.play-title
  {
    margin-bottom: 12px !important;
  }
  .screeny
  {
    margin-top: 0 !important;
    width:87%;
  }
  .vert_space{
    display:none;
  }
    .btweb-border-wrap
  {
    height:100%;
    padding-top: 40px;
    padding-bottom: 20px;
  }

}
/* vert */
@media all and (max-height: 750px) and (min-height: 0px) {
    .vert_space {
        height: 0px;
    }
    .btweb-logo
  {
    margin-bottom: 10px !important;
  }
    h1.play-title
  {
    margin-bottom: 10px !important;
    /*font-size: 33px !important;*/
  }
}
