#_oss_container {
    display: none;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

body{
  font-size:100%;
  margin:0px;
  background-color:#fff;
}
.top img{
  height:200px;
  width:auto;
  display:block;
  margin:0 auto;
}
h1{
  margin-top:50px;
  font-family: 'Poppins', sans-serif;
  font-weight:200;
  text-align:center;
}
p{
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  text-align:center;
}
.snappd{
      font-weight: 300;
    color: #825AFF;
}
.headline-p{
  font-weight: 900;
    color: #747474;
    font-size: 2rem;
    max-width: 650px;
    line-height: 2.4rem;
    text-align: center;
    margin: 0 auto;
}
.p-text{
    margin: 0 auto;
    max-width: 500px;
    margin-top: 3.5rem;
}
.p-text p{
    width: 100%;
    text-align: left;
    line-height: 1.7rem;
    color: #888;
}
p.small-text {
    font-size: 0.9rem;
    text-align: center;
    border-bottom: 1px solid #825AFF;
    width: 280px;
    margin: 0 auto;
    font-weight: 500;
    margin-top: 2rem;
}
.highlight{
  color: #825AFF;
font-weight:bold;
}
a.notify {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 250px;
    margin-top: 3.5rem;
  font-family: 'Poppins', sans-serif;
    border: 1px solid #825AFF;
    border-radius: 10px;
    padding: 10px;
    color: #825AFF;
    cursor: pointer;
}
a.notify:hover, .active{
  color:#ffffff!important;
  background-color:#825AFF;
}
.email-form{
	display:none;
    width: 350px;
    margin: 0 auto;
    margin-top: 3.5rem;
}
.submit-form{
display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 110px;
  font-family: 'Poppins', sans-serif;
    border: 1px solid #825AFF;
    border-radius: 10px;
    padding: 10px;
    color: #825AFF;
    cursor: pointer;
}
.email-form input{
        padding: 10px;
    border: none;
    border-bottom: 1px solid #825AFF;
  font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    margin-right: 15px;
}
::-webkit-input-placeholder {
   color: #888888;
}

:-moz-placeholder { /* Firefox 18- */
   color: #888888;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #888888;
}

:-ms-input-placeholder {  
   color: #888888;  
}

.twitter{
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}


.snappd-info{
    width: 33.3%;
    color: #a4a4a4;
    text-align: center;
    font-family: "helvetica neue";
    font-weight: 200;
    padding-left:10px;
    padding-right:10px;
}
.snappd-info h2{
    font-family: "helvetica neue";
    font-weight: 200;
    color: #a4a4a4;
}

.center-video{
  position: absolute;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
}

.user-profile{
  /*width:33.3%;
  position:absolute;
  right:0;*/
  color: #a4a4a4;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  padding-left:10px;
  padding-right:10px;
}
.user-profile h2{
  font-family: 'Poppins', sans-serif;
  color: #a4a4a4;
}

.avatar{
    width: 104px;
    height: 104px;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px solid #825AFF;
    margin-top: 50px;
}

img.emoji {
    height: auto;
    width: 16px;
}


.tags button{
  border: 1px solid;
    background: #825AFF;
    color: white;
    padding: 5px;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 0px;
    font-family: 'Poppins', Arial;
    font-weight: 100;
}
.tags {
    margin-bottom: 30px;
}

.socials {
    position: relative;
    z-index: 20;
}
.socials a {
    font-size: 24px;
    margin-right: 2px;
    text-decoration: none;
    color: #825AFF;
    cursor: pointer;
}
.socials .twtr{
  margin-right:0px;
  color:#1da1f2;
}
.socials .fb{
  color: #3b5998;
}
.socials .sc{
  color: #FFFC00;
}

.snappd-holder{
  width: 800px;
  margin:0 auto;
  height:100%;
  background: #ffffff;
}
.details-hold{
  width:350px;
  display: inline-block;
  vertical-align: top;
}
.video-hold{
  margin-left: 50px;
  display: inline-block;
  width:345px;
  vertical-align: top;
  position: relative;
  margin-top: 45px;
}
.video_player {
    width: 345px;
    cursor: pointer;
    height: auto;
    margin: 0 auto;    
    -webkit-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0px 5px 3px rgba(0,0,0,0.1);
    box-shadow: 0 0px 5px 3px rgba(0,0,0,0.1);
}
.embed-share-options a {    
  border: 1px solid #825AFF;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 15px;
    margin-right: 5px;
    background: #825AFF;
    color: white;
    font-family: 'Poppins', Arial;
    text-decoration: none;
    font-size: 12px;
}
.embed-share-options a:hover{
  opacity: 0.6;
}
.embed-share-options{
  position: absolute;
  top: -30px;
  width: 100%;
  text-align: center;
}
.play-video{
  position: absolute;
  top: 50%;
  font-size: 50px;
  cursor: pointer;
  height: 50px;
  width: 50px;
  color: white;
  margin: 0 auto;
  z-index: 1000;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  text-align: center;
  opacity: 0.8;
}
#move-forward, #move-back{
  display: none;
}
.snappd-top-left{
  position: absolute;
}
.snappd-top-left img{
  height: 60px;
  width: auto;
  cursor: pointer;
    border-radius: 15px;
    margin: 3px;
}
.snappd-top-left a {
    height: 80px;
    display: block;
    text-align: center;
    text-decoration: none;
}
span.snappd-beta {
    font-size: 10px;
    border: 1px solid #825AFF;
    padding: 2px;
    border-radius: 3px;
    display: block;
    text-align: center;
    width: 50px;
    margin-left: 5px;
    color: #825AFF;
    text-decoration: none;
    letter-spacing: 0.7px;
  font-family: 'Poppins', sans-serif;
}

#embed-code-copy{
  display: none;
  position: fixed;
  width: 300px;
  height: 150px;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -150px;
  background: #333;
  border-radius: 20px;
  z-index: 999;
}
#embed-code-copy textarea{
  width: 80%;
  height: 80%;
  margin: 0 auto;
  margin-top: 14px;
  display: block;
  border: 1px solid;
  color: #848484;
  font-size: 14px;
  border-radius: 10px;
  padding: 10px;
}
a#close-embed {
    color: white;
    position: absolute;
    top: 10px;
    left: 10px;
}
.author-name{
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #777;

    font-size: 26px;
    color: #825aff!important;
    margin-top: 0px;
    letter-spacing: -1px;
}
.author-bio{
  margin-top: 5px;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: center;

    font-weight: 600;
    text-align: center;
    color: black;
    font-size: 16px;
    letter-spacing: -1px;
}
.story-tagline{    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #777;
    font-weight: 600;
    text-align: center;
    color: black!important;
    font-size: 18px;
    letter-spacing: -1px;
}


@media screen and (max-width: 800px) {

  .embed-share-options a{
    border-color: #825AFF;
    opacity: 1;
  }

  .snappd-top-left {
    position: absolute;
    z-index: 999;
    top: 10px;
  }
  span.snappd-beta{
    position: relative;
    top: 4px;
    left: -1px;
  }
  .snappd-holder {
    width: 100%;
  }
  .video_player {
    width: 100%;
  }
  .video-hold {
    margin: 0 auto;
    display: block;
    width: 100%;
    vertical-align: top;
    position: absolute;
    margin-top: 0px;
    top: 0px;
  }
  .embed-share-options {
    text-align: right;
    top: 30px;
    z-index: 999;
  }
  .details-hold {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 200%;
  }
}

@media screen and (max-width: 600px) {
    .email-form input {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #825AFF;
  font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    margin: 0 auto;
    width: 200px;
    display: block;
    margin-bottom: 10px;
  }
  .submit-form {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 110px;
  font-family: 'Poppins', sans-serif;
    border: 1px solid #825AFF;
    border-radius: 10px;
    padding: 10px;
    color: #825AFF;
    cursor: pointer;
    width: 200px;
  }
  .socials {
    position: initial;
  }
}