.lists{
  list-style: none;

}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #00aae6!important;
}

.morefromvitzo{
  color:white !important;
  font-size:16px;
  margin-left:5px;
  font-weight:200;
}

.morefromvitzo:hover{
  text-decoration:none;
}

hr{
  margin-top:0px;
  margin-bottom:0px;
  height: 1px;
  color: #219fcd;
  background-color: #219fcd;
  border: none;
}

.about{
  margin-top:10px;
}

.content-section-a {
  padding: 20px 0;

}

.content-section-b {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 2px solid #219fcd;
  color: transparent;
  background-color: transparent;

}

.sections{
  margin-top:2em;
}


.generatelanding{
  background: url(/assets/images/css/blue.png) repeat;
  width: 100%;
  height:250px;
}

.generatelandingtext{
  margin-top:40px;
  color:white;
}

.generatelandinginput{
  margin-top:6em;

}

.subheading{
  font-size:17px;
}

.divider{

  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
}

.qr{
  margin-left:5.5em;
}

.video-section .pattern-overlay {
  padding: 50px 0 32px;
  min-height: 300px; 
  /* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
  text-align:center;
  color:#fff;
}
.video-section h1{
  font-size:100px;
  font-weight:bold;
  text-transform: uppercase;
  margin: 20px auto 0px;
  text-shadow: 1px 1px 1px #000;
  -webkit-text-shadow: 1px 1px 1px #000;
  -moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
  font-size: 20px;
  font-weight:lighter;
  margin: 0px auto 15px;
  text-shadow: 1px 1px 1px #000;
  -webkit-text-shadow: 1px 1px 1px #000;
  -moz-text-shadow: 1px 1px 1px #000;

}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}
.youtubebackground{
  background-color: #4c73a7;
  z-index: 1;
}

.ruler{
    width:40%;
    
}
.tabs{
    margin-top:20px;
    padding-right:40px;
}

.tab-content{
    background-color:#fbfbfb;
    color:#000000;
    padding:5px;
    height:500px;
}

/* DONATE BUTTON */

@-webkit-keyframes ppbutton {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50%{
     -webkit-transform: scale(1.1);
    transform: scale(1.1); 
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  99%{
     -webkit-transform: scale(1.2);
    transform: scale(1.2); 
  }
}

@keyframes ppbutton {
  45% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  55%{
     -webkit-transform: scale(1.0);
    transform: scale(1.0); 
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  99%{
     -webkit-transform: scale(1.0);
    transform: scale(1.0); 
  }
}

.ppbutton{
    border-radius:100px;
    min-width: 200px;
    height: 60px;
    display: inline-block;
    margin: 0 4px 10px 4px;
    padding-right: 18px;
    background-color: #00aae6;
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.5);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;  
}

.ppbutton:hover, .ppbutton:active, .ppbutton:focus{
    text-decoration: none;
}


.ppbutton span.icon{
    margin-top:10px;
    width: 55px;
    height: 50px;
    content: "\25AE";
    font-family: FontAwesome;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
    color: transparent;
}

.ppbutton:hover span.icon, .ppbutton:focus span.icon, .ppbutton:active span.icon{
    -webkit-animation-name: ppbutton;
  animation-name: ppbutton;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

span.labele{
    height: 100%;
    font: 22px 'Open Sans';
    color: #fff;
    padding-left: 5px;
}

span.labele span.label-wrapper {
    height: 100%;
    margin-right:10px;
    display: table-cell;
    vertical-align: middle;
}

span.label-wrapper:hover, span.label-wrapper:focus, span.label-wrapper:active {
    text-decoration:none !important;
}


.text {
    font-weight: 200;
    font-size: 16px;
}

.sidebarcontainer{
  background-color:#f6f6f6;margin-top:15px;margin-bottom:15px;
}


.features{
  margin-bottom:2em;
}

.feature{
  width:200px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:1.5em;
}

.featureimg {
  opacity: 1;
}
 
.featureimg:hover {
  opacity: 0.75;
}

.featuretext{
  margin-left:-30px;
}

.featuretexth5{
  font-size:17px;
}

.featureimg{
  padding:3px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
}

#topmonthdon{
  margin-top:5px;
  margin-bottom:10px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.counter{
  margin-bottom:40px;
}

.counterlabel{
  color:#00aae6;
}

.ctacounter{
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.5);
  border-radius: 100px;
  background:#00aae6;
  color:white;
}

.donatorname{
  padding-left:5px;
  font-weight:500;
}

.submitheader{
  background: url(/assets/images/css/blue.png) repeat;
  text-align:center;
  padding: 25px 0;
  color:white; 
}

.submitmain{
  margin-top:15px;
  min-height:575px;    
}

.submitheadings{
  font-size:18px;
  font-weight:600;
  color:#00aae6;
}

.submit_textboxes {
  width:100%;
  padding:5px; 
  border:1px solid #ccc ;
  border-radius:4px;
  max-height:160px;
}
.submit_textboxes:focus {
  width:100%;
  padding:5px; 
  border:1px solid #00aae6;
  border-radius:4px;
}

.submitdescription{
  margin-top:20px;
}


.btn-primary{
  border-radius: 22.5px;
  background-image: linear-gradient(to bottom,#00aae6 0,#00aae6 100%);
}

.btn-primary:hover{
  border-radius: 22.5px;
  background-color: #00aae6;
}

.submit_btn{
  height: 44px;
  padding: 2px 30px;
  margin-left:-15px;
  margin-top:35px;
  margin-bottom:30px;
  background-image:linear-gradient(to bottom,#00aae6 0,#0099cf 100%);
  background-repeat:no-repeat;
  background-color:#00aae6;
  border-color:#00aae6;
}

.submit_btn:focus{
  background-image:linear-gradient(to bottom,#00aae6 0,#00aae6 100%);
  background-repeat:no-repeat;
  background-color:#00aae6;
}

.submit_btn:hover{
  background-image:linear-gradient(to bottom,#00aae6 0,#00aae6 100%);
  background-repeat:no-repeat;
  background-color:#00aae6;
}

.btn-default{
  border-radius: 22.5px;
}

.toggle.btn{
  margin-top:-7px;
}

.checkbox{
  padding-left:1px !important;
  margin-left:-15px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.endlabel{
  margin-top:34px;
  margin-left:-25px;
  direction:ltr;
}

.startlabel{
  direction:rtl;
  text-align:right;
}

.startlabel_alt{
  margin-right:-15px;
}

.checkstoggles{
    margin-left:-25px;
}

.bootstrap-switch-handle-on.bootstrap-switch-primary{
  background:#00aae6 !important;
}

.lbl_timestamps{
  color: #202020;
  font-weight: 400;
  font-size: 16px;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.18);
}

.lbl_ranges{
  font-size: 12px;
  font-weight: 400;
  color: #9e9e9e ;
  letter-spacing: .07em;
}

/* SAFEVIEW PAGE */



.videoframe{
    padding-left:0px;
    padding-right:0px;
    /*box-shadow: -10px 0 20px -10px rgba(31, 73, 125, 0.8), 10px 0 20px -5px rgba(31, 73, 125, 0.8);*/
    background-color:#222;
}

/* Firefox hack */
@-moz-document url-prefix() {
    .videoframe{
        color: lime;
        margin-top: -18px;
    }
}

.videocontainer{
    /*background-image: url("/assets/images/bluePattern.png");*/
    background-color: #001C28;
    margin-left:0px;
    margin-right:0px;
    width:100%;
}

.leftcolumnwatch{
    margin-top:35px;
}

.savemedia_btn{
  font-family: 'Poppins', sans-serif;
  height: 48px;
  margin-left:50px;
  width:40%;
  background-image:linear-gradient(to bottom,#58b54f 0,#58b54f 100%);
  background-repeat:no-repeat;
  background-color:#58b54f;
  border-color:#58b54f;
  border-radius:100px;
  font-size:20px;
  -webkit-box-shadow: 2px 1px 5px 0px rgba(50, 50, 50, 0.36);
  -moz-box-shadow:    2px 1px 5px 0px rgba(50, 50, 50, 0.36);
  box-shadow:         2px 1px 5px 0px rgba(50, 50, 50, 0.36);
  padding: 8px;
}

.savemedia_btn:focus, .savemedia_btn:hover{
  background-image:linear-gradient(to bottom,#68bc60 0,#68bc60 100%);
  background-repeat:no-repeat;
  background-color:#68bc60;
  border-color: transparent;
}

.dl_btn_icon{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    color: transparent;
    margin-right:0.3em;
    font-size:1.5em;
    
    }
    
    
.endless_btn{
  height: 48px;
  margin-left:20px;
  width:40%;
  padding: 7px 30px;
  background-image:linear-gradient(to bottom,#00aae6 0,#00aae6 100%);
  background-repeat:no-repeat;
  background-color:#00aae6;
  border-color:#00aae6;
  border-radius:100px;
  font-size:20px;
  -webkit-box-shadow: 2px 1px 5px 0px rgba(50, 50, 50, 0.36);
  -moz-box-shadow:    2px 1px 5px 0px rgba(50, 50, 50, 0.36);
  box-shadow:         2px 1px 5px 0px rgba(50, 50, 50, 0.36);
  padding: 8px;
}

.endless_btn:focus, .endless_btn:hover{
  background-image:linear-gradient(to bottom,#19b2e8 0,#19b2e8 100%);
  background-repeat:no-repeat;
  background-color:#19b2e8;
  border-color:transparent;
}


#share_url{
    margin-top:40px;
}   
#share_fctn_anchors{
    margin-top:35px;
    margin-bottom: 0px !important;
    margin-left: 35%;
}

#link_to_share{
    margin-left: 20%;
    width: 45%;
    padding: 5px 16px 6px 16px;
}


.copytoClipBoard{
    width: 12%;
    margin-top:-4px;
    height:34px;
    margin-left: -5px!important;
    border-radius: 0px 30px 30px 0px!important;
    color: #FFF !important ;
    background-color: #00aae6 !important;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.36);
    box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.36);
}

.shareInputs {
    border-radius: 30px 0 0 30px !important;
    margin-left:35px;
    color: #999999 !important ;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: 21px !important;
    resize:none;
    overflow:hidden;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    border: 0px solid #eee; /* Here */
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.36);
    box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.36);
    }

.sk-fading-circle {
  margin: 250px auto;
  width: 85px;
  height: 85px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.qrholder{
    width:48px;
    height:48px;
   -webkit-box-shadow: 2px 1px 5px 0px rgba(50, 50, 50, 0.75);
   -moz-box-shadow:    2px 1px 5px 0px rgba(50, 50, 50, 0.75);
   box-shadow:         2px 1px 5px 0px rgba(50, 50, 50, 0.75);
   position:relative;
   border-radius:5px;
   padding:5px;
}

.social_buttons{
    width:100%;
}

.qrholder:hover{
    cursor: pointer; cursor: hand;
}

.pw-widget{
    display: inline;
    padding-top:0px;
}

.pw-button-whatsapp{
    display:inline-block !important;
}

.cross-btns{
    margin-top:40px;
}

.pw-button__outer{
    -webkit-box-shadow: 2px 1px 5px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow:    2px 1px 5px 0px rgba(50, 50, 50, 0.36);
    box-shadow:         2px 1px 5px 0px rgba(50, 50, 50, 0.36);
}

.rightcolumnwatch{
    background-color:#f5f5f5;
    min-height:450px;
    margin-bottom:25px;
}

.videotitle{
    font-size:24px;
    margin-top:70px;
}

#video-description{
    margin-top:40px;
}

.fontIncrease{
  background:url(/assets/images/fontIncrease.png);    
  width: 20px;
  height: 20px;
}

.fontDecrease{
    
}

.accessbilityfont{
    margin-top:25px;
}

.beforefootermobile{
    height:50px;
    background-image: url("/assets/images/bluePattern.jpg");
    width:100%;
    box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.25), 0px 0px 0px transparent;
    -webkit-box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.25), 0px 0px 0px transparent;
    -moz-box-shadow:    inset 0px 0px 3px 2px rgba(0,0,0,0.25), 0px 0px 0px transparent;
}

.readmorebtns{
    
}

/* END SAFEVIEW PAGE */

@media (max-width:1199px) {
  .paddingontext{
    margin-bottom:3em;
  }
  
  .rightcolumnwatch{
      min-height: 20px;
      background-color:white;
  }
  
  .nobuttons{
    padding-left: 0%;
    }
}




@media(min-width:768px) {
  #custom-search-input{        
    width:20em;
  }
  #custom-search-input input{
    width:100%;
  }
  .sidebarcontainer{
    height:400px;
  }
  .startlabel{
    margin-top:33px;
  }
  
  .pw-widget{
    margin-left: -10%;
  }

  .pw-button{
     padding-right: 10px !important;
  }
}

@media(min-width:768px) and (max-width:1199px) {
  .generatelandinginput{
    margin-top:1.5em;}
  .generatelanding{
    height:300px;
  } 
  .row{
    /*margin-right:0px;*/
  }
  .donatediv{
    height: 249px;
    margin-top:2%;
  }
  .banner{
   /* margin-top:5px; */
  }
  .fs-donate {
    margin-left:10%;
    margin-top:3%;
    font-size: 40px;
    text-transform: uppercase;
    color: white;
  }
  
  .startlabel{
    margin-top:34px;
  }
  .endlabel{
    margin-left:-20px;
  }
}

@media(max-width:985px) {
  
  .savemedia_btn{
    width:40%;
  }  
    
  .ppbutton{
    margin-top:35px;
  }
  

  .generatelandinginput{
    margin-top:1.5em;}

  .generatelanding{
    height:300px;
  } 
  .row{
    /*margin-right:0px;*/
  }
  
  .sidebarcontainer{
    height:250px;
  }
  
  .submitrightcolumn{
  margin-top:2em;
  }
  
  .submit_textboxes { 
  width:100%;
  padding: 0px 10px 0px 10px;
  border: none;
  border-bottom: solid 2px #ccc;
  transition: border 0.8s;
  resize:none;
  overflow:hidden;
  border-radius: 0;
  outline: 0;
  max-height:none;
}
  .submit_textboxes:focus,
  .submit_textboxes.focus,
  .submit_textboxes.active,
  .submit_textboxes:active {
    border: none;
    border-bottom: solid 2px #00aae6;
    padding: 0px 10px 0px 10px;
    width:100%;
    resize:none;
    overflow:hidden;
    border-radius: 0;
    outline: 0;
  }
  
  .submit_btn{
    width:50%;
    margin-left:20px;
  }

  .gimmevideo{
       padding-left:0px;
       padding-right:0px;
       width:100%;
   }
  
}
@media(max-width:767px) {
    
    .rightcolumnwatch {
    padding-left: 0px;
    padding-right: 0px;
    }
    
    #link_to_share{
      margin-left: 5%;
      width: 70%;
    }
   
   .social_buttons{
      margin-left:-25px;
   }  
  
  .copytoClipBoard{
      width:22%;
  }
  
  .qrholder{
      margin-top:0px;
      position: absolute;
      margin-left: 10px;
      display: inline;
      
  }
  
  .videotitle{
      margin-top:35px;
  }
  
  .dl_btn_text{
      font-size:16px;
      margin-left:10px;
  }
  
  .dl_btn_icon{
    margin-right: -0.1em;
    font-size: 1em;
  }
  
  .savemedia_btn{
    height: 35px;
    margin-left: -5px;
    width: 48%;
    font-size: 18px;
    padding: 6px;
  }
  
  .endless_btn{
    height: 35px;
    margin-left: 00px;
    width: 48%;
    font-size: 18px;
    padding: 6px;
    margin-left: 10px;
  }
  
  .cross-btns{
      margin-top:0px;
  }
  
  span.labele{
    font: 16px 'Open Sans';  
  }
  
  .form-control{
      font-size:14px !important;
  }
  
  

  .generatelandinginput{
    margin-top:1.5em;}    

  .generatelanding{
    height:330px;
  }

  .qr{
    margin-left:0px;
  }

  .row{
    /*margin-right:0px;*/
  } 
  .video-section h1{
    font-size:4.5em;
  }

  .hidemobile{
    display:none;
  }

  .donate-or{
    display:block;
  }
  
  #topsingledon{
    padding-top:15px;
  }
  
  .hidemobile{
    display:none;
  }
  .features{
    margin-bottom:1em;
  }
  .counter{
    margin-top:10px;
  }
  .startlabel{
    margin-top:8px;
    
  }
  
  .startlabel_alt{
   margin-right:-20px;
  }
  
  .endlabel{
    margin-top:8px;
  }
  .submitleftcolumn{
    padding-left:0px;
    padding-right:0px;
  }
  .submit_head_h2{
    font-size:26px;
  }
  .submitrightcolumn {
    margin-top: 1em;
  }
  .checkstoggles{
    margin-left:-40px;
  }
  .submit_btn{
    width:50%;
    margin-left:20px;
  }
  .submit_head_h2{
    margin-left:15px; 
  }
  
  
  .ui-rangeSlider{height:30px;padding-top:25px;}
  
  .vidBg{
    margin-top:-15px;
    margin-left:-15px;
    margin-right:-15px;
  }
  
  .submitheader{
    padding: 15px 0;
  }
  
  .lbl_timestamps{
    font-size:12px;
  }
  
  
}

@media(max-width:767px) and (orientation:landscape){
  .startlabel{
    padding-left:15px;
    padding-right:0px;
  }
}


@media(max-width:500px){
    #share_fctn_anchors{
        margin-left: 15%;
    }
}