/* - - - - - - - - - - - - - - - - - - - -
   GOFOBO BRANDING
   (colors and fonts)
   - - - - - - - - - - - - - - - - - - - - */

/* FONTS
- - - - - - - - - - - - - - - - - */
@font-face {
	font-family: 'SourceSansPro-Semibold';
	src: url('/assets/fonts/source-sans-pro/SourceSansPro-Semibold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('/assets/fonts/source-sans-pro/SourceSansPro-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SourceSansPro-Black';
	src: url('/assets/fonts/source-sans-pro/SourceSansPro-Black.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Bold';
	src: url('/assets/fonts/lato/Lato-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Regular';
	src: url('/assets/fonts/lato/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	color: #243645;
}


body{
    background-color: #090909; 
    color: white;
    font-family: 'Lato-Regular', Arial, sans-serif;
}

a {
	color: white;
}

a:hover {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}

body { background: #000 url('/assets/img/black-err-2-bg.jpg') no-repeat center top;}

.btn { background-color: #e0393d; color: white; }
.btn:hover { background-color:#e0393d; color: white; }

.header { 
	background-color: #0f161c;
}

.header .logo-mobile{
	display: none;
}

.movie-title {
	font-family: 'SourceSansPro-Bold', Arial, sans-serif;
}

.movie-info {
	color: #888;
}
.rating { 
	color: #888;
	border-color: #888;
}

.timer {
	background-color: rgba(200, 200, 200, 0.1) !important;
}

.modelinner {
	background-color: #0f161c;
	color: white;
	font-size: 14px;
}

.accordion hr { 
	background-color: #777; 
}

/* scrollbar */
::-webkit-scrollbar {
  width: 15px;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #777;
}
::-webkit-scrollbar-thumb:hover {
  background: #888; 
}

.video { 
	background-color: #090909; 
}

.footer { background-color: #0f161c; }

.link, .morelink {
	color: #0575b6 !important;
}

/* desktop */
@media all and (min-width: 992px) {
	
}


/* VIDEO PLAYER */
.video-js .vjs-play-progress {
	background-color: #df393d;
}
