* {
	padding: 0;
	margin: 0;
}
html, body {
	height:100%;
}
body{
	background-color: #ffffff;
	font-family:sans-serif;
}

/* Navigation Menu Bar */
.nav-bar {
	z-index:1;
	position:relative;
	width:100%;
	height:50px;
	padding-top: 14px;
	box-shadow: 0px 0px 4px rgba(0,0,0,1.00);
}
.nav-bar-background {
	z-index: -1;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity: 0.5;
	background-color: #FFFFFF;
}
.nav-bar .logo {
	float:left;
	width:150px;
	height:35px;
	margin-left:25px;
}
.nav-bar .search-bar {
	outline:none;
	width: 800px;
	padding: 5px;
	font-size: 20px;
	opacity: 0.8;
	border: 1px solid #999999;
	border-radius: 5px;
	position: absolute;
	left: calc( 50% - 400px);
}
.nav-bar .links {
	float: right;
	position: relative;
	top: 6px;
	margin-right: 25px;
}



.home-container {
	padding-top:50px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size: 20px;
}
.home-container .intro {
	
}
.home-container .how-to-title {
	margin-top:50px;
	font-weight: bold;
}
.home-container .how-to-desc {
	margin-top:10px;
}
.content-container {
	padding-top:10px;
	display: table;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
	width: 100%;
}

.video-background-container {
	overflow:hidden;
	height:100%;
	width:100%;
	z-index: -1;
	position:fixed;
	top:0px;
	left:0px;
	filter: brightness(80%);
}
.video-background {
    background-size: cover;
    background-position: center center;
		transform: scale(1.50);
    height: 100%;
		width:100%;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.video-container-table {
	display: table-cell;
  vertical-align: middle;
	width: 100%;
}

.video-container {
	width: 50%;
	height: calc(50vw * 0.5625);
	max-width:1024px;
	max-height:576px;
	
	margin-left: auto;
  margin-right: auto;
	box-shadow: 0px 5px 20px rgba(0,0,0,1.00);
}
.video-container iframe {
	display: block;
	background-color:#000000;
	width:100%;
	height:100%;
}
.embed-responsive {
	border-radius: 15px;
  overflow: hidden;
  z-index: 1;
	filter: drop-shadow(0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.5))
}
.embed-responsive-item {
	width: calc(100% + 2px) !important;
	height: calc(100% + 2px) !important;
}
.video-info {
	width:100%;
	height:50px;
/*	margin-top:-4px;*/
	opacity: 0.75;
	background-color: #000000;
	color: #cccccc;
	font-size:25px;
}
.video-info .global-count {
	position: relative;
	top: 10px;
	margin-left: 25px;
}
.video-info .global-count i {
	margin-right:10px;
}
.video-info .user-count {
	position: relative;
	top: 10px;
	margin-left: 30px;
}
.video-info .user-count i {
	margin-right:10px;
}

.video-info .share-btn i {
	
}

.video-info .btn {
	float:right;
	position: relative;
    top: 10px;
	margin-right:25px;
	cursor:pointer;
}
.video-info .btn:hover {
	color: #FFFFFF;
}
.video-info .playlist-btn i {
	
}


/*  */
@media only screen and (max-width: 875px) {
    .video-container {
        
    }
}
