.logo-title {
    /*
    background: url('../images/logo.png');
    */
    width: 128px;
    height: 43px;
    vertical-align: top;
    display: inline-block;
    margin-top: -5px;
    color: #FFF;
    font-size: 30px;
    padding-top: 9px;
    font-weight: 800;
}
.navbar-default {
    background-color: #09B5F3;
    height: 64px;
}
.custom-search-form {
    margin-top: 13px;
}

.custom-search-form input[type='text'] {
    height: 40px;
    border-radius: 0px;
}
.custom-search-form .glyphicon-search {
    position: absolute;
    right: 26px;
    top: 26px;
}
.song-title, .movie-title {
    font-weight: bold;
    color: #57A9C7;
    width: 80%;
    display: inline-block;
}
.pink-button, .pink-button:hover {
    background-color: #F7538F;
    border-radius: 20px;
    padding: 10px 30px;
    color: #FFE7F9;
    margin-top: 12px;
    margin-right: 30px;
}
.grey-right-border {
    border-right: 4px solid #EEE;
}
.left-block .dropdown {
    margin-top: 10px;
}
.content-area {
    background-color: #EFEFEE;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 20px;
}
.video-card {
    margin-bottom: 15px;
}
.video-card.blue-box {
    border: 1px solid #CCC;
    background-color: #FFF;
}
.video-card.blue-box .video-card-heading {
    background-color: #EEE;
    margin: 0px;
    padding: 10px 2px;
    color: #0066CC;
}
.video-card.blue-box .heading {
    text-align: center;
}
.video-card.blue-box .row {
    border-bottom: 1px solid #CCC;
}
.video-card.blue-box .row:last-child {
    border-bottom: 0px;
}
.carousel-row .video-card {
    /*
    margin: 0px 30px;
    width: calc(100% - 60px);
    */
}
.subscription-row {
    background-color: #09B5F3;
    padding: 30px;
    
    margin-bottom: 20px;
}
.subscription-form {
    position: relative;
}
.subscription-form input {
    border-radius: 0px;
    height: 40px;
}
.subscription-form button, .subscription-form button:hover {
    position: absolute;
    right: 1px;
    z-index: 3;
    top: 0px;
    background-color: #ED1C24;
    color: #FFF;
    height: 40px;
    border-radius: 0px;
    font-weight: bold;
}
.video-card-heading {
    font-size: 22px;
    color: #9E9BA2;
    margin-top: 0px;
    margin-left: -15px;
}
.carousel-card-heading {
    font-size: 22px;
    color: #9E9BA2;
}
.video-card .video-card-content {
    padding: 7px;
    background-color: #FFF;
    border: 1px solid #CCC;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 20px;
}
.video-player-content {
    padding: 7px;
    background-color: #FFF;
    border: 1px solid #CCC;
    overflow: hidden;
}
.video-card .subtitle, .video-card .title {
    margin: 0;
    /*
    color: #333;
    */
    overflow: hidden;
}
.video-card .subtitle, .video-card a.subtitle:hover {
    color: #333;
    font-weight: normal;
}
.video-player img, .video-thumbnail img {
    width: 100%;
    display: block;
}
.video-player-content .nav-tabs { border-bottom: 2px solid #DDD; }
.video-player-content .nav-tabs > li.active > a, .video-player-content .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.video-player-content .nav-tabs > li > a { border: none; color: #666; 
    font-size: 17px;
    font-weight: bold;
}
    .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
    .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.video-player-content .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.video-player-content .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.video-player-content .tab-pane { padding: 15px 0; }
.video-player-content .tab-content{padding:20px}
.row-item .item-value {
    color: #7D8183;
}
.row-item .item-value a {
    color: #57A9C7;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 40px;
    color: #9E9BA2;
}
.carousel-control .glyphicon-menu-left {
    left: -35px;
}
.carousel-control .glyphicon-menu-right {
    right: -35px;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 0px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}
#remote {
    margin: 10px 0px;
}
blockquote {
    border: 0px;
    
}
.lyric-text {
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
    font-weight: 700;
}
#english .lyric-text {   
    font-weight: 500;
    line-height: 1.42857143;
}
.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 30px;
    height: 30px;
    padding: 4px;
    background: #0066CC;
    color: #FFF;
    text-align: center;
    font: 20px Arial, sans-serif;
    margin: 18px 5px;
}
.song-number {
    display: inline-block;
}
.song-title {
    display: inline-block;
    color: #333;
    font-weight: normal;
    vertical-align: middle;
    width: calc(100% - 60px);
    font-weight: bold;
}
.song-title a {
    color: #C2185B;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
}
.MRT20 {
    margin-top: 20px;
}
.right-section {
    max-width: 300px;
}
.left-block {
    width: calc(100% - 300px);
}
.left-video-section {
    width: calc(100% - 350px);
    margin-top: -20px;
}
.right-block {
    width: 340px;
    float: right;
}
.right-section .ad img {
    width: 100%;
}
.twitter-typeahead {
	height: 40px;
	width: 100%;
}
.typeahead {
	height: 40px;
    width: 100%;
	display: block;
	border: 0px;
}

.btn-primary.dropdown-toggle {
	height: 40px;
    width: 100%;
	text-align: left;
    font-size: 18px;;
}
.holder {
    background-color: #f7f7f7;
    padding: 5px;
    margin: 15px;
	text-align: center;
}
.holder a, .holder span {
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    margin-left: -1px;
    background-color: #fff;
    cursor: pointer;
}
.holder a.jp-current, .holder a:active, .holder a:focus, .holder a:hover, a.jp-current:hover {
    text-decoration: none;
    background-color: #e2e2e2;
}
.holder a.jp-current, .holder a:active, .holder a:focus, .holder a:hover, a.jp-current:hover {
    text-decoration: none;
    background-color: #e2e2e2;
}
.holder a, .holder span {
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    margin-left: -1px;
    background-color: #fff;
}
h1 em {
    font-size: 20px;
}
.song-descr {
    margin: 20px 0px;
}
.navbar-fixed {
    z-index: 100;
	position: fixed;
	right: 0px;
	top: 0px;
}
.top-search.form-control.tt-hint {
    width: 100%;
}
.top-search.form-control.tt-input {
    font-size: 25px;
}
@media (min-width: 1200px) {

    .container {
        width: 100%;
    }
}
@media (max-width: 1120px) {
    .left-block {
        width: 100%;
    }
    .left-video-section {
        width: auto;
    }
    .right-block {
        width: 100%;
    }
    .navbar-fixed {
        z-index: none;
        position: static;
        right: none;
        top: none;
    }
}

@media (max-width: 768px) {
    .left-block {
        float: none;
    }
    .container {
        width: 98%;
    }
    .btn-primary.dropdown-toggle {
        margin-bottom: 20px;
    }
    .custom-search-form input[type='text'] {
        margin-top: 20px;
    }
    .custom-search-form .glyphicon-search {
        top: 47px;
    }
    .navbar-header .navbar-toggle {
        display: none;
    }
    .content-area {
        padding-left: 10px;
    }
    .grey-right-border {
        border-right: 0px;
    }
    .right-section {
        max-width: 100%;
    }
}