.wrap{
	background-image: url("/client/rs/images/header.jpg");
}
.channels a.active{
	background-color: #00809C !important;
}
.channels a.active:before{
	background: linear-gradient(to right top, #00809C calc(50% - 1px), transparent 50%);
}
.channels a.active:after{
	background: linear-gradient(to right bottom, #00809C calc(50% - 1px), transparent 50%);
}
.video-title{
	background-color: rgba(0, 128, 156, 0.9);
}
.tooltip-inner{
	background-color: #00809C !important;
}
.tooltip.top .tooltip-arrow{
	border-top-color: #00809C !important;
}
.tooltip.left .tooltip-arrow{
	border-left-color: #00809C !important;
}
.tooltip.right .tooltip-arrow{
	border-right-color: #00809C !important;
}
.tooltip.bottom .tooltip-arrow{
	border-bottom-color: #00809C !important;
}
.jw-button-color:hover{
	color: #C0A494 !important;
}
.jw-progress, .jw-active-option{
	background-color: #C0A494 !important;
}
@media (min-width: 1022px), (min-width: 1350px) and (max-height: 639px){
#search-form{
	width: 370px;
}
}
@media (min-width: 1350px) and (min-height: 640px){
#search-form{
	width: 700px;
}
}
@media (min-width: 1022px){
.navbar-brand{
	margin-top: -15px;
}
}
@media (max-width: 1021px){
.navbar-header{
	padding: 8px 0;
}
}
