body,
html {
	color: #fff;
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	background-color: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-rendering: optimizelegibility;
	height: 100%;
	min-width:320px;
	font-weight: 400; 
	padding: 0px !important;
	margin: 0px !important;
}
h1{
	font-size: 28px;
	font-weight: 400;
	//padding-bottom: 15px;
}

h2 {
	font-size: 22px;
	//text-align: center;
	font-weight: 400;
	padding-bottom: 15px;
}
b, strong {font-weight: 500; }

* {
	padding: 0px;
	margin: 0px;
}
header {

	margin: 0 auto;	
	width:100%;
	//max-width: 1280px !important;
	text-align:center;
	padding:8px 0;
	background:#222;
}
header a {
    color:#fff;
}
header a:hover {
    background-color: transparent !important;
}
.text-center {
	text-align: center;
	padding: 20px 15px 30px 15px;
}

#footer{
	margin: 20px auto 0 auto;
	width: 100%;
	height: auto;
	background:  #000;
	display:block;
	overflow:auto;
	padding: 20px 0;
	
}
#footer-inside{
	margin: 0 auto;
	width: 1280px;
	height: auto;
}

#footer-inside a{
	margin-right:2px;
	margin-top:4px;
	display: inline-block;
}
#footer-inside a:hover{
	background-color:#333 !important; 
	text-shadow: none;
}

/* Viewport */

.corner {
	//margin:30px 0px;
	position:absolute;
	z-index:100;

}


#top-right{
	top:10px;
	right: 10px;
}

#top-right a:hover{
	background-color:transparent;
}



a {
	text-decoration:none;
	color:#fff;
	padding: 3px 6px;
	margin:0px -6px;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: transparent;	
}

a:hover  {
	background-color:#333;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}
.clear {
    float: none;
    clear: both;
    height: 0px;
}
#video-area{
	margin: 0 auto;
	width: 100%;
	height: auto;
	background:  #000;
	display:block;
	overflow:auto;
	padding: 20px 0;
	
}
#video-area-inside{
	margin: 0 auto;
	width: 98%;
	padding:0 1%;
	height: auto;

}
#banner-right {
	float: right;
	text-align: center;
	width: 350px;
	min-height: 478px;
	height: 80vh;
	background: #000;
	position: relative;
}
#video {
	float: left;
	background:  #000;

	width: calc(98% - 350px);
	min-height: 478px;
	height: 80vh;
	z-index: 1;
	
}
#video-title{
	   width: 93%;

	   overflow:hidden;
	   text-overflow:ellipsis;
}
#video-navigation{
	display: none;
	float: left;
	background:  #000;
	width: 90px;
	height: 50px;
	margin-top:10px;
}

#text-area{
	margin: 20px auto;
	width: 1280px;	
}

#navigation-player {
	padding-top: 45px;
	background: #000;
}
#navigation-player-buttons {
    margin: 0 auto;
	width: 255px;
	height: 73px;
}
.navigation-player-buttons-icon {
	float: left;
	text-align: center;

}
.buttons {
    margin-right: 0px;
    margin-top: -15px;
    //width: 48px;
    cursor: pointer;
}
.buttons-description {
	opacity: 0;
	color: #fff;
	position: relative;
	top:auto;
	bottom: 15px;
	background: #000;
	padding: 2px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.navigation-player-buttons-icon:hover .buttons-description {
	opacity: 1;
}

/*Channels*/
.tv-channel-panel{
	z-index: 0;
	position: relative;
	float: left;
	margin-top:20px;
}
.tv-channel {
	width: 246px;
	height: 246px;
	margin: 5px;
	float: left;
	position: relative;
	overflow: hidden;

}
.tv-channel img{
	width: 246px;
	height: 246px;
	z-index: 1;
	position: relative;

}

/* Blur + Gray Scale */
.tv-channel a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tv-channel a:hover img  {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.tv-channel h3{
	z-index: 2;
	position: absolute;
	left:15px;
	bottom:15px;
	color: #fff;
	margin:0;
	font-weight: 400;
	font-size: 24px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.tv-channel-copyright {
	z-index: 2;
	position: absolute;
	right:10px;
	bottom:10px;
	color: #fff;
	font-size: 9px;
	opacity: 0.5;

}

/*Youtube*/
#searchPanel {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	
}
#searhInput {
	width: 278px;
	float: left;
	font-size: 20px;
	color: #333;
	border: 1px solid #fff;
	padding: 11px 10px 11px 10px;
	/*background: #fff url(http://vimutv.com/img/search.svg) no-repeat scroll 11px 11px;*/
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 10px;
}
.searchIcon {
	height: 48px;
	width: 48px;
	background: #444 url(http://vimutv.com/img/search.svg) no-repeat scroll;
	float: left;
	margin-left: 0px;
	cursor: pointer;
	background-size: 20px 20px;
	background-position: 14px 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 10px;

}
.searchIcon:hover {
	background-color: #707070;
	}

#banner-right .banner-right-ad {
	width: auto;
}

#banner-right .tv-channel {
    width: 90px;
    height: 90px;
    margin: 10px 0 0 10px;
}

#banner-right .tv-channel img {
    width: 90px;
    height: 90px;
}

#banner-right .tv-channel h3 {
    left: 5px;
	bottom: -13px;
	font-size: 14px;
}

#banner-right .tv-channel-copyright {
    right: 0px;
    bottom: 0px;
    font-size: 7px;
    opacity: 0.2;
}

#banner-right .info-text {
	color: #fff;
	margin: 10px;
	float: left;
	width: 100%;
}
#banner-right .info-text a{
	color: #fff;
	padding: 0;
	margin: 0;
}
#banner-right .info-text a:hover {
    background-color: #2d609b;
}



#navigation-top{
	font-size: 18px;
	float:right;
	text-align: right;
	margin-top: 8px;
}


#navigation-top a{
	margin-right:10px;
	margin-top:10px;
	display: inline-block;
	color:#000;
	background: #fff;

}
#navigation-top a:hover{
	background-color:#eee !important; 
	text-shadow: none;
}
#navigation-top a:first-of-type{
	
}

.facebook-share-icon{
	color: #fff;
	padding: 15px;
	background: #2d609b;
	text-align: center;
	cursor: pointer;

}

/*Fullscreen*/
#banner-right.fullscreen{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.banner-right-ad.fullscreen{
	width: 1000px !important;
}
#searchPanel.fullscreen{
    width: auto;
    float: right;
    margin-top: 18px;
}
.info-text.fullscreen{
    width: auto !important;
    padding: 10px 0 10px 30px !important;
}

#video.fullscreen{
    width: 100%;
    height: 720px;
}

/*Mobile Issues*/
#video-area {
  position: relative;

}

#mobile-play  {
	display: none;
   /*Absolute Center V and H*/
  position: absolute;
  width: 100px;
  height: 100px;
  margin:auto;
  top: 0px;
  left: 0; 
  bottom: 0; 
  right: 0;
  background-color: #a8d1ff;
  text-align: center;
  border-radius: 15px;
}
.mobile-play-button {
	margin-top:24px;
}


#text-area{
	margin: 20px auto;
	width: 1280px;	
}

#banner-bottom, #banner-footer {
	width: 336px;
	height: 280px;
	float: left;
	position: relative;
	z-index: 2;
}
#banner-footer {
	margin-top:320px;
}

#text-inside{
	margin: 0 auto;
	width: 920px;
	float: right;	
}