 body
    {
       font-family: 'Open Sans', sans-serif;
    }
    
    .manu
    {
      background-color: #007bff;
      padding: 15px;
      display: flex;
      justify-content: space-around;
      margin-bottom: 5px;
      /*width: 60%;
     margin: auto;
     margin-bottom: 20px;*/
    }
    .manu a
    {
      color: #fff;
      font-size: 15px;
      font-weight: 600;
    }
    .manu a:hover
    {
      color: #fff;
    }
    .slider_main ul
    {
      padding: 0px;
    }
    .slider_main ul li
    {
      list-style-type: none;
    }
    .slider_main ul li p
    {
      font-size: 20px;
      color:#007bff;
    }
    .video_weeks
    {
      /*border:1px solid #fff !important;*/
      cursor: default;
    }
    .video_weeks:hover
    {
      background-color: #fff !important;
    }
    .box_shadow
    {
       box-shadow:2px 2px 7px grey;
       padding: 10px 0px;
       text-align: center;
       margin-top: 40px;
    }
    .box_shadow h4
    {
      margin: 0px !important
    }
    .box_shadow a
    {
      color: #333;
    }
    .box_shadow a:hover
    {
      color: #333;
      text-decoration: none;
    }
    .box_shadow a.active
    {
      color: red !important;
    }
    hr
    {
      margin-bottom: 10px !important;
      margin-top: 10px !important;
    }
    .top
    {
      background-color: #0c172d;
      padding: 15px 0px;
      color: #fff;
    }
    .top a
    {
      color: #fff;
      font-size: 16px;
    }
    .top a:hover
    {
      color: #fff;
    }
    .top .row
    {
      margin: 0px;
    }
    .top p
    {
      margin: 0px;
      font-size: 16px;
    }
    .pagination 
    {
      margin: 8px 0;
    }
    .pagination li a
    {
      color: #000;
      font-size: 16px;
    }
    #demos .row
    {
      margin: 0px !important;
      padding-top: 5px;
    }
    .owl-theme .owl-nav
    {
      margin-top: 0px !important;
    }
    .owl-theme .owl-nav button.owl-prev
    {
      position: absolute;
      left: 1%;
      font-size: 24px;
      font-weight: 700;
      margin-top: 4px;
    }
    .owl-theme .owl-nav button.owl-next
    {
      position: absolute;
      right: 2%;
      font-size: 24px;
      font-weight: 700;
      margin-top: 4px;
    }
    .owl-theme .owl-nav button.owl-prev span:focus
    {
      outline: none;
    }
       .owl-theme .owl-nav button.owl-next span:focus
    {
      outline: none;
    }
    .owl-theme .owl-dots .owl-dot:focus
    {
      outline: none;
    }
    .owl-theme .owl-dots .owl-dot span:focus
    {
      outline: none;
    }
    .owl-theme .owl-dots
    {
      background-color: #f1f1f1;
      padding: 8px 0px;
    }
    .owl-theme .owl-nav [class*=owl-]:hover 
    {
      background-color: transparent;
      color: #333;
      text-decoration: none;
      outline: none;
    }

    .owl-carousel .owl-stage
    {
      height: 385px !important;
      max-height: 385px !important;
      display: flex;
    }


#myVideo 
{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content 
{
 
  /*transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  */
  position: fixed;
  top: 0%;
  text-align: left;
  left: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 0px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 100px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #007bff;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
#myBtn:focus
{
  outline: none;
}

#myBtn:hover {
  background: #fff;
  color: #007bff;
}
.content_main
{
  position: relative;
  z-index: 1;
  text-align: center;
  width: 50%;
  margin: auto;
  top: 50%;
  transform: translateY(150%);
  color: #fff;
  display: flex;
  font-size: 16px;
}
.btns
{
  background-color: #007bff ;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 50%;
  margin: auto;
  border-radius: 4px;

}
.btns a
{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  /*border-right:1px solid #fff;*/
}
.btns a:hover
{
  text-decoration: underline;
  color: #fff !important;
}
.btns_main
{
  position: absolute;
  bottom: 5%;
  width: 99%;
  
}
.change_org
{
  text-align: center;
  position: relative;
  bottom: 25px;
}
.change_org a
{
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    background: #007bff;
    border-radius: 4px;
    color: #fff;
}
.change_org a:hover
{
  color: #fff !important;
  text-decoration: none;
}
.login_form
{
  transform: translateY(80%);
}
.login_only
{
  transform: translateY(120%);
}
.login_form form
{
  width: 70%;
  margin: auto;
  text-align: left;
}
.btn_login
{
    font-size: 18px; 
    padding: 10px 20px;
    border: none;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
}
.btn_login:hover
{
  text-decoration: none;
  color: #fff;
}
.login_form form input
{
  border: 1px solid #007bff;
}
.main_text
{
    padding-top: 20px;
    position: relative;
    text-align: center;
    color: #fff;
 /*   transform: translateY(100%);*/
}
.main_text p
{
  font-size: 16px;
  line-height: 1.6;
  text-align:left;
}
.signin_btn
{
  padding: 20px 0px;
}
.signin_btn p
{
  font-size: 16px;
  line-height: 1.6;
  padding-top: 15px;
}
.signup
{
  width: 50%;
  margin: auto;
}
.signup input
{
  margin-bottom: 20px;
}
.social
{
  padding-bottom: 20px;
}
.social i
{
  font-size: 30px;
  color: #333;
  margin-right: 10px;
}
.signup_btn
{
  margin: 20px 0px;
}
footer
{
  background-color: #333;
  padding: 10px;
  text-align: center;
  color: #fff;
}
footer a
{
  color: #fff;
}
footer a:hover
{
  color: #fff;
}


/*MODAL CSS*/
/*
    Image credits:
    uifaces.com (http://uifaces.com/authorized)
*/

#login { display: none; }
.login,
.logout { 
    position: absolute; 
    top: -3px;
    right: 0;
}
.page-header {padding-bottom: 0px !important; position: relative; margin: 0px !important; border-bottom: 0px solid #eee !important; }
.reviews {
    color: #555;    
    font-weight: bold;
    margin: 10px auto 20px;
}
.notes {
    color: #999;
    font-size: 12px;
}
.media .media-object { max-width: 100px; }
.media-body { position: relative; }
.media-date { 
    position: absolute; 
    right: 25px;
    top: 25px;
}
.media-date li { padding: 0; }
.media-date li:first-child:before { content: ''; }
.media-date li:before { 
    content: '.'; 
    margin-left: -2px; 
    margin-right: 2px;
}
.media-comment { margin-bottom: 20px; }
.media-replied { margin: 0 0 20px 50px; }
.media-replied .media-heading { padding-left: 6px; }

.btn-circle {
    font-weight: bold;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 20px;
}
.btn-circle span { padding-right: 6px; }
.embed-responsive { margin-bottom: 20px; }
.tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.well-lg
{
  padding: 10px 20px !important;
}
.custom-input-file {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    background: #eee url('https://s3.amazonaws.com/uifaces/faces/twitter/walterstephanie/128.jpg');    
    background-size: 120px;
    border-radius: 120px;
}
input[type="file"]{
    z-index: 999;
    line-height: 0;
    font-size: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);-ms-filter: "alpha(opacity=0)";
    margin: 0;
    padding:0;
    left:0;
}
.uploadPhoto {
    position: absolute;
    top: 25%;
    left: 25%;
    display: none;
    width: 50%;
    height: 50%;
    color: #fff;    
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;    
    background-color: rgba(0,0,0,.3);
    border-radius: 50px;
    cursor: pointer;
}
.custom-input-file:hover .uploadPhoto { display: block; }

#my_rank_today .modal-content
{
  background-image: url(../images/white.jpg) !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 10px;
}

#point_this_week .modal-content
{
  background-image: url(../images/white.jpg) !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 10px;
}
.popup_modal
{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
}

.signup_modal input
{
  margin-bottom: 20px;
}
.award_handcuffs i 
{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
}
.award_handcuffs i:hover
{
  background-color: #007bff;
  color: #fff;
}
.modal-body ul
{
  padding-left: 0px;
}
.modal-body ul li
{
  list-style-type: none;
  padding-left: 0px;
}
.modal-header
{
  border-bottom: 0px solid #e5e5e5 !important;
}

.signup_popup input
{
  margin-bottom: 20px;
}
.pull-left
{
  display: none;
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
}
.video_nav_bar{ background-color:#000; color:#fff;}
.video_nav_bar a{ color:#fff !important;}

/*END MODAL CSS*/

.inner_page{ width:80% !important; margin:0px auto;}
.inner_page h2{ font-size: 25px !important; line-height: 30px;  }
.inner_page p{ padding-left:15px; padding-right:15px;font-size: 23px !important; line-height: 30px; }
.error{ display:inherit !important; color:#F00;}
.well {
    margin-bottom: 0px !important;
}

red {
  color: #007bff;
}

#controls {
  display: flex;
  margin-top: 2rem;
  max-width: 28em;
} 

.btn_record_audio {
  flex-grow: 1;
  height: 3.5rem;
  min-width: 2rem;
  border: none;
  border-radius: 0.15rem;
  background: #007bff;
  margin-left: 2px;
  box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  font-weight: bold;
  font-size: 1.5rem;
}

button:hover, button:focus {
  outline: none;
  background: #c72d1c;
}

button::-moz-focus-inner {
  border: 0;
}

button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  /*line-height: 3rem;*/
}

button:disabled {
  pointer-events: none;
  background: lightgray;
}
button:first-child {
  margin-left: 0;
}

audio {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}



#formats {
  margin-top: 0.5rem;
  font-size: 80%;
}

#recordingsList{
  max-width: 28em;
  list-style:none;
}

.recording_start_class{color:#007bff; margin-bottom:15px; font-weight:bold; display:inline-block; width:100%;}
.recording_class{color:#F00; margin-bottom:15px; font-weight:bold; display:inline-block; width:100%;}
#recordingsListli{ list-style:none !important;}
.btn_download{    display: inline-block;
    text-align: center;
    width: 100%;}
.audio_file_name{ width:100%; display:none;margin-bottom: 15px;}  
.social_icon{ margin-right:8px; cursor:pointer;}

@media screen and (max-width: 767px)
{
  .signup
  {
    width: 100%;
  }
  .btn_login
  {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .manu
  {
    display: block;
  }
  .manu a
  {
    display: block;
  }
  .owl-carousel .owl-stage
  {
    height: auto !important;
    max-height: initial !important;
  }
  .box_shadow
  {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .col-md-2.col-sm-2.col-12.text-left
  {
    text-align: center !important;
  }
  .content_main
  {
    width: 100%;
    transform: translateY(40%);
    font-size: 14px;
  }
  .content
  {
    top: 0%;
  }
  .btns_main
  {
    bottom: 0%;
    width: 100%;
  }
  .btns_main .btns
  {
    width: 100%;
    display: block;
  }
  .btns a
  {
    position: relative;
    font-size: 16px;
  }
  .main_text p 
  {
    font-size: 15px;
    padding: 0px 15px;
	text-align:left;
  }
  .pagination
  {
    padding-left: 10px !important;
  }
  #myComment .container
  {
    padding: 0px !important;
  }
  #myComment div#logout
  {
    padding: 0px !important;
  }
  #myComment a.pull-left
  {
    width: 100%;
    padding-bottom: 10px;
  }
  #myComment .media-date 
  {
    position: absolute;
    right: 15px;
    top: 0px;
  }
  #myComment .reviews
  {
    font-size: 14px !important;
  }
  .pagination li a
  {
    font-size: 14px !important;
  }
  .owl-theme .owl-nav button.owl-prev
  {
    margin-top: 20px !important;
  }
  .owl-theme .owl-nav button.owl-next
  {
    margin-top: 20px !important;
  }
  .inner_page p
  {
    font-size: 12px !important;
    line-height: 15px;
  }
  #myBtn
  {
    font-size: 16px;
  }
  .inner_page h2 
  {
    font-size: 20px !important;
    line-height: 20px;
  }
}
