body{
	padding-top:40px;
    background-color: #111;
    font-family: 'Lato';
    font: 1em/2em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

a{
    font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    text-decoration: none;
}

/*Heading Styles*/
h1, h2, h3, h4, h5, h6 {
        color: #181818;
        font-family: "Josefin Sans", "Helvetica Neue", serif;
        font-weight: normal; }
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
    h1 { font-size: 46px; line-height: 40px; margin-bottom: 5px;}
    h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
    h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
    h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
    h5 { font-size: 17px; line-height: 24px; }
    h6 { font-size: 14px; line-height: 21px; }
    .subheader { color: #777; }

.mainContainer{
    width: 95%;
    margin: 0px auto;
}

.videoContainer{
    width: 75%;
    position: relative;
    float: left;

}

.videoContainer01{
    width: 80%;
    margin: 0px auto;
}

.playList{
    width: 25%;
    background-color: #1A1A1A;
    height: auto;
    position: relative;
    float: left;
}

.nav li:hover{
    background-color: #444;
}

.nav li{
	margin-right: 30px;
    width: auto;
	line-height: 40px;
	background-color: #333;
  	color: white;
  	padding: 5px 10px;
    border-left: solid 5px #666;
    list-style: none;
    margin-bottom: 5px;

}

.menuContainer{
    width: 75%;
    position: relative;
    float: left;
}

.menuContainer01{
    width: 75%;
    position: relative;
    float: right;
    margin: 0px auto;
}

.textContainer{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
video{
    max-width: 100%;
    height:auto;
}

#navigation{
    overflow: auto;
    max-height: 500px;
    /*box-shadow: inset 0 0 10px #777;*/
}

.menu li{
    padding:10px;
    background-color: #333;
    display:inline;
    line-height: 20px;
    color: white;
}

.menu li:hover{
    /*border: solid 1px blue;*/
    box-shadow: 0px 0px 5px 2px #999 inset;
}

#menu {
    margin-top: 20px;
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #555;
}

::-webkit-scrollbar-thumb{
    border-radius: 10px;
    
    -webkit-box-shadow: inset 0 0 8px #CCC;

}

/*Style the breadcrumbs*/
.breadcrumb ul{
    list-style: none;
}

.breadcrumb li{
    display: inline-block;
    margin-left: 10px;
}

.breadcrumb li:after{
    content: '\00bb';
    color: #666;
    margin-left: 5px;
}

.breadcrumb li:last-child:after{
    content: '';
}

.breadcrumb a{
    color: #666;
}

.breadcrumb a:hover{
    color: #AAA;
}

.current {
    color: #AAA;
    padding-left: 10px;
}

@media only screen and (max-width: 1025px) {

	.videoContainer{
		width: 60%;
	}

	.playList{
		width: 35%;
	}

}

@media only screen and (max-width: 800px) {

	.videoContainer{
		width: 100%;
	}

	.playList{
		width: 100%;
	}

}