.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videotitle {
    font-size: 20px;
}
.randomvideos img {
    padding-bottom: 10px;
    margin-right: 5px;
}
.randomvideos p {
    font-size: 13px;
}
.top20 img {
    padding-bottom: 10px;
    margin-right: 30px;
}
body {
    background: url(../img/background.jpg);
}
.navbar, .navbar-brand {
    background-color: #4b9726;
    color: #EE7F01 !important;
    font-weight:bold;
}
.navbar-nav>.active>a, .navbar-nav>li>a {
    background-color: #4b9726 !important;
    color: #EE7F01 !important;
}
.container {
    padding-bottom: 50px;
}
.navbar-brand {
    padding: 0 !important;
}

.counter {
  margin: 0 0 15px 15px;
  border-radius: 5px;
  background-color: #EE7F01;
  color: #59AC26;
}
.counter h3 {
  font-weight: bold;
  font-size: 16px;
}
.counter .days {
  font-size: 18px;
}
.counter .days-num {
  color: #EE7F01;
  font-weight: bold;
  font-size: 24px;
}
.titleyt {
  font-weight: bold;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #EE7F01;
}
.navbar-brand > .img-responsive {
    width: 225px;
    margin-top: 10px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #EE7F01;
}

.btn.btn-success {
    background-color: #EE7F01;
    color: #59AC26;
    font-weight: bold;
}
.duration {
    position: relative;
    top: -18px;
    left: 90px;
    text-align: right;
    color: #fff;
}
.media-object {
    width: 120px;
    height: 67px;
}

.media.next {
    margin-top: 10px;
    background: #82cc80;
    border-radius: 2px;
    padding: 5px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 20px;
    margin-bottom: -3px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.autoplay{ float: right;}