body {
	padding-top: 20px;
	padding-bottom: 60px;
	background: #f5f5f5 url(../images/body-bg.png);
}

a {
	color: #197abb;
	text-decoration: none;
}

a:hover, a:focus {
	color: #6a9cd0;
	text-decoration: underline;
}

/* Custom container */
.container {
	margin: 0 auto;
	max-width: 1080px;
}

.container > hr {
	margin: 60px 0;
}

/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
	padding: 0;
}

.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}

.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
}

.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,.75);
	border-right: 1px solid rgba(0,0,0,.1);
}

.navbar .nav li:first-child a {
	border-left: 0;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
}

.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}

.white-panel{
	background-color: #fff;
	margin-bottom: 40px;
	color: #333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #adb0b1;
}

.padding-outside {
	padding: 20px;
}

.choose-a-playlist {
	color: #acacac;
	font-weight: normal;
	margin: 20px 0 0;
}

.dropdown-menu li {
	font-size: 11px !important;
}

hr {
	margin: 10px 0 20px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #ffffff;
}


/*********************************************
styles for get video metadata sample
*********************************************/
#video-info {
	border: 1px #999 solid;
	border-radius: 5px;
	background-color: #F5F5F5;
	padding: 5px;
	width: 350px;
	margin-left: 10px;
	display: inline-block;
}

#video-info h3, #video-info h4 {
	margin-top: 3px;
	margin-bottom: 3px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

#video-title {
	color: #0b78bd;
}

#video-desc {
	color: #555;
}

.video-thumbnail {
	width: 180px;
	height: 101px;
	position: relative;
}

.play-button {
	position: absolute;
	top: 33px;
	left: 72.5px;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #000 url(../images/playButton.png) center center;
	display: block;
	width: 35px;
	height: 35px;
	-moz-border-radius: 17.5px;
	-webkit-border-radius: 17.5px;
	border-radius: 17.5px;
}

.thumbnail-title {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: normal;
	margin-top: 2px;
}

.thumbnail-description {
	display: none;
}

/* Login Form */
.login-form {
	color: #444;
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	border: 1px solid #adb0b1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(top, #f5f5f5, #eeeeee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eeeeee);
	background-image: -o-linear-gradient(top, #f5f5f5, #eeeeee);
	background-image: linear-gradient(to bottom, #f5f5f5, #eeeeee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffadb0b1', GradientType=0);
	border-color: #adb0b1 #adb0b1 #adb0b1;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #adb0b1;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.login-form .login-form-heading,
.login-form .checkbox {
	margin-bottom: 10px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

.login-form .input-append {
	width: 100%;
}

.login-form .input-append input[name="password"] {
	width: 87%;
}

.login-form-heading {
	font-size: 17.5px;
	font-weight: bold;
	position: relative;
	bottom: 6px;
}

.showpass {
    width: 40px !important;
    padding: 7px 9px !important;
    color: #333 !important;
}

.forgot-pass {
	max-width: 300px;
	margin: 0 auto 20px;
}

.g-recaptcha {
	margin-bottom: 20px;
}

.small-text {
	font-size: 13px;
}

.footer {
	position: relative;
	margin-top: 20px;
}

.gwn-logo {
	position: absolute;
	bottom: 0;
}

.popover-title {
	font-weight: bold;
}

.popover-content {
	font-size: 13px;
	padding: 7px 12px;
}

.playlist-row {
	margin-bottom: 12px;
}

.playlist-thumbnail {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.playlist-text {
	font-size: 18px;
	position: relative;
	top: 2px;
	text-align: center;
}

.playlist-section a:hover, .p.playlist-section a:active {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.ie8 {
	display: none;
	display: block\9;
}

.num-videos {
	font-size: 13px;
}

.mobile-playlist {
	display: none;
}

.mobile-playlist .video-thumbnail img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.mobile-playlist .active {
	background-color: #e6f6ff;
}

.mobile-playlist .active img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.btn {
	border: 1px solid #bbbbbb;
	background: #fff;
	padding: 10px 24px;
	font-size: 14px;
	color: #197abb;
	border-radius: 6px;
	text-shadow: none;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
	width: 100%;
	box-sizing: border-box;
}

/* Branding Areas */
.header-branding {
	margin-bottom: 20px;
	clear: both;
}

.topleft-area {
	float: left;
	width: 50%;
}

.topright-area {
	float: right;
	width: 50%;
	text-align: right;
}

.topright-text {
	font-size: 15.5px;
	font-weight: bold;
	color: #555;
}

a .topright-text {
	color: #197abb;
}

.footer-branding {
	margin-top: 20px;
	clear: both;
}

.footer-text {
    font-size: 13px;
}

.bottomleft-area {
	float: left;
	width: 50%;
}

.bottomright-area {
	float: right;
	width: 50%;
	text-align: right;
}
/* End of Branding Areas */

.back-button-area {

}

.back-to-playlists {
	background: url(../images/left-arrow.png) 12px 50% no-repeat;
}

.back-to-playlists:hover, .back-to-playlists:focus {
	background: url(../images/left-arrow.png) 12px 50% no-repeat;
}

.btn:hover, .btn:focus {
	color: #508acb !important;
	background-color: #fafafa !important;
	text-decoration: none;
	background-color: inherit;
	-webkit-transition: none;
	-moz-transition: none
	-o-transition: none;
	transition: none;
}

.btn:focus {
	outline: none;
	outline-offset: inherit;
}

.btn.active, .btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #778 !important;
	background-color: #f5f5f5 !important;
}

.left-button, .right-button {
	width: 230px;
	box-sizing: border-box;
}

.left-button, .left-text-area {
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}

.right-button {
	float: right;
	padding-left: 10px;
	box-sizing: border-box;
}

.jThumbnailScroller {
	height: 140px;
}

/* Mobile or Tablet Only Overrides */
@media (max-width: 767px) {
	body {
		padding: 0;
	}

	.login-container {
		margin: 10px;
	}

	.white-panel {
		border: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		margin-bottom: 0;
	}

	.padding-outside {
		padding: 10px;
	}

	.topright-text {
		font-size: 14px;
	}

	.left-button, .left-text-area, .right-button {
		width: 50%;
	}

	.playlist-row {
		margin-bottom: 0;
	}

	.playlist-thumbnail-container {
		overflow-x: hidden;
		-webkit-border-radius: 6px 0 0 6px;
		-moz-border-radius: 6px 0 0 6px;
		border-radius: 6px 0 0 6px;
		max-width: 114px;
		float: left !important;
		text-align: center;
	}

	.playlist-thumbnail {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
	}

	.playlist-item {
		position: relative;
		display: inline-block;
		border: 1px solid #d3d3d3;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		width: 100%;
		clear: both;
		background: url(../images/right-arrow.png) 98% 50% no-repeat;
	}

	.playlist-text {
		text-align: left;
		float: left;
		margin: 0px 8px;
	}

	.playlist-text {
		font-size: 14px;
	}

	.num-videos {
		font-size: 12px;
	}

	.current-video-meta, .playlist-videos-text, .jThumbnailScroller {
		display: none;
	}

	.mobile-playlist {
		display: block;
	}

	.video-thumbnail {
		display: table;
		border: 1px solid #c0c0c0;
		border-radius: 6px;
		width: 100%;
		height: auto;
		margin-top: 6px;
		clear: both;
	}

	.video-thumbnail:hover, .video-thumbnail:active {
		text-decoration: none;
	}

	.video-thumbnail img {
		width: 100px;
		float: left;
		margin-right: 6px;
		border-radius: 6px 0 0 6px;
	}

	.thumbnail-meta {
		margin-right: 4px;
	}

	.thumbnail-title {
		text-align: left;
	}

	.thumbnail-description {
		font-size: 10px;
		line-height: normal;
		text-align: justify;
	}

	.left-button, .right-button {
		width: 50%;
		box-sizing: border-box;
	}

	.left-button {
		float: left;
		padding-right: 10px;
	}

	.right-button {
		float: right;
		padding-left: 10px;
	}
}

@media (max-width: 480px) {
	.topright-text {
		font-size: 13px;
	}

	.btn {
		padding: 10px 12px;
	}

	.left-button .btn, .right-button .btn {
		font-size: 13px;
	}

	.span-playlist-text {
		margin: 0;
	}

	.playlist-text {
		font-size: 13px;
		max-width: 125px;
	}

	.num-videos {
		font-size: 11px;
	}
}

@media (max-width: 430px) {
	.topright-text {
		font-size: 12px;
	}

	.left-button .btn, .right-button .btn {
		font-size: 12px;
	}

	.choose-a-playlist {
		font-size: 14px;
	}

	.playlist-text {
		font-size: 12px;
		line-height: normal;
	}

	.num-videos {
		font-size: 10px;
		line-height: normal;
	}
}

@media (max-width: 380px) {
	.login-form .input-append input[name="password"] {
		width: 86%;
	}
}

@media (max-width: 360px) {
	.login-form .input-append input[name="password"] {
		width: 85%;
	}
}

/* Small Phones */
@media only screen and (max-device-width : 568px) {
	.thumbnail-title {
		font-size: 12px;
	}
}

/* Medium Phones */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
	.thumbnail-title {
		font-size: 13px;
	} 86%;
	}
}

/* Large Phones */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {

}
