@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');
html {
  position: relative;
  min-height: 100%;
}
body {
  font-size: .8rem;
  color: #7a7a7a;
  margin-bottom: 60px;
  font-family: 'Noto Sans', sans-serif;
  background-color: #f1f1f1;
  background: url(/img/grass-background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  margin-top: 1rem;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}
.navbar-toggler{
  padding-top: 1rem;
}
.navbar-toggler span {
   display: block;
   background-color: blue;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}
.nav-item{
  font-size: 1rem;
}

header{
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
}
#header .header-nav, #header .header-nav{
  background-color: #00F;
  color: #FFF;
}
#header .header-top .menu>ul>li{
  margin-top: 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: #F00;
}
.dropdown-menu{
  font-size: .8rem;
}
a:hover{
  color: #F00;
}
@media (max-width: 767px){
  #header .header-nav {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 991px){
  .navbar{
      width: 100%;
    }
}
@media (min-width: 767px){
  #header .header-nav {
    padding-bottom: .25rem;
    height: 3rem;
    line-height: 3rem;
  }
}
#footer{
  margin-top: 2.5rem;
  background-color: #FFF;
}
#main{
  background-color: #FFF;
  padding: 1rem;
}
#wrapper{
  background: none;
  box-shadow: none;
}
#container{
  margin-right: 1rem;
  margin-left: 1rem;
}
#header .header-top {
  padding-bottom: 1rem;
}
#header .header-top>.container {
  position: relative;
}
.navbar{
  padding: 0;
}
.navbar-brand{
  padding: 0;
  margin-left: 6px;
}
ul.navbar-nav>li{
  margin-top: 1rem;
}
#wrapper {
    padding: 1.563rem 0 1.563rem 0;
}
.social{
  font-size: 2rem;
  line-height: 3rem;
  padding: 0 1rem 0 1rem;
}
.social-links>a{
  color: #FFF;
}
.social-links>a:hover{
  color: #F00;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #F00;
}
.spacer{
  padding-top: 1.5rem;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}
.addedby{
  padding-top: 2rem;
}
a.no-underline{
  text-decoration: none;
}
.sponsor-list{
  line-height: 1.5rem;
  color: blue;
}
.sponsor-list>li:hover{
  color: red;
  cursor: pointer;
}
h5{
  color: blue;
}
.photo-thumb {
  width: 250px;
  height: 250px;
  display: inline-block;
  border: thin solid #d1d1d1;
  margin: 0 1em 1em 0;
}
.carousel-caption{
  padding-top: 10px;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border-radius: 6px;
}
body.my-login-page {
  background-color: #292c2f;
  font-size: 14px;
}

.my-login-page .brand {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin: 40px auto;
  box-shadow: 0 0 40px rgba(0,0,0,.05);
}

.my-login-page .brand img {
  width: 100%;
}

.my-login-page .card-wrapper {
  margin: 0 auto;
}

.my-login-page .card {
  border-color: transparent;
  box-shadow: 0 0 40px rgba(0,0,0,.05);
}

.my-login-page .card.fat {
  padding: 10px;
}

.my-login-page .card .card-title {
  margin-bottom: 30px;
}

.my-login-page .form-control {
  border-width: 2.3px;
}

.my-login-page .form-group label {
  width: 100%;
}

.my-login-page .btn.btn-block {
  padding: 12px 10px;
}

.my-login-page .margin-top20 {
  margin-top: 20px;
}

.my-login-page .no-margin {
  margin: 0;
}

.my-login-page .footer {
  margin: 40px 0;
  color: #888;
  text-align: center;
}
.padding-top20{
  padding-top: 20px;
}
@media screen and (max-width: 425px) {
  .my-login-page .card-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .my-login-page .card.fat {
    padding: 0;
  }

  .my-login-page .card.fat .card-body {
    padding: 15px;
  }
}

@media (min-width: 0) {
  .card-deck .card {
    flex: 0 0 calc(100% - 30px);
  }
}
@media (min-width: 576px) {
  .card-deck .card {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .card-deck .card {
    flex: 0 0 calc(33.3333333333% - 30px);
  }
}
@media (min-width: 992px) {
  .card-deck .card {
    flex: 0 0 calc(25% - 30px);
  }
}
@media (min-width: 1200px) {
  .card-deck .card {
    flex: 0 0 calc(20% - 30px);
  }
}
.fc-event .fc-content{
  color: #FFF;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
  border-color: #007bff;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
  float: left;
}
.fc-day-number{
  font-weight: bold;
}
tr:first-child>td>.fc-day-grid-event{
  margin-top: 0;
}
.fc-unthemed td.fc-today{
  background-color: #badafc;
}
.card{
  border: 0;
}
.mspon{
  padding-bottom: 5px;
}





.vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}
.vid iframe,
.vid object,
.vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-list-thumbs{}
.video-list-thumbs > li{
    margin-bottom:12px
}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
  display:block;
  position:relative;
  background-color: red;
  color: #fff;
  padding: 8px;
  border-radius:3px
}
.video-list-thumbs > li > a:hover{
  background-color:#000;
  transition:all 500ms ease;
  box-shadow:0 2px 4px rgba(0,0,0,.3);
  text-decoration:none
}
.video-list-thumbs h2{
  bottom: 0;
  font-size: 14px;
  height: 33px;
  margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle{
  color:#fff;
  opacity:1;
  text-shadow:0 1px 3px rgba(0,0,0,.8);
  transition:all 500ms ease;
}
.video-list-thumbs .duration{
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
}
.video-list-thumbs > li > a:hover .duration{
  background-color:#000;
  transition:all 500ms ease;
}
@media (min-width:320px) and (max-width: 480px) { 
  .video-list-thumbs .glyphicon-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
  }
  .video-list-thumbs h2{
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}