/* Sticky footer styles
-------------------------------------------------- */

html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	margin-top: 80px;
}
#footer {
	background-color: #000000;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	}
}

#wrap > .container {
	padding-top: 40px;
}

.webcast-title a {
	line-height: 100%;
	width: 100%;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
} 

.webcast-talk-subtitle {
	color: #BBB;
	font-size: 0.8em;
}

.webcast-caption {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
}

.webcast-caption h4 {
	color:#08c;
}

.webcast-caption a:hover {
	text-decoration: none;
}

.webcast-talk-title {
	display: none;
	position: absolute;
	color: #EEE;
	margin: 0;
	text-align: center;
	top:0;
	right: 0;
	padding: 5px;
	height: 50px;
	left: 0;
	background: url('/static/kleweltube/images/webcast-transparency.png') 0px 0px repeat-x;	
}

.categories li {
	font-size: 0.9em;
}

.thumbnail-bg {
	background-color:rgba(255,255,255,0.9);
}

.thumbnail-wrap {
	background-color:rgba(255, 255, 255, 0.8);
	position:relative;
	min-height: 75px;
	max-height: 75px;
	height: 75px;
}

.thumbnail-wrap img {
	max-height: 75px;
	max-width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.thumbnail-text-overlay {
	background-color: #000;
	color:#FFFFFF;
	z-index:999;
	font-size: 1.1em;
}

.thumbnail-text-overlay a {
	padding: 5px;
}

.thumbnail-img-overlay {
	bottom:0px;
	left:0px;
	position: absolute;
	z-index:999;
}

.footer {
	color:#C46B03;
} 

.footer a:active,
.footer a:link,
.footer a:visited,
.footer a:hover {
	color:#C46B03;
	text-decoration: none;
}

.footer > p > a:link,
.footer > p > a:visited{
	color:#999999;
} 

.footer > p > a:hover,
.footer > p > a:active {
	color:#FFFFFF;
	text-decoration: none;
} 

.sidebar-nav {
	padding:9px 0;
}

a.twitter {
	width:24px;
	height:24px;
	background: url('/static/kleweltube/images/icons/social_medias.png') 0px 0px no-repeat;
	float:left;
}

a.twitter:hover {
	background: url('/static/kleweltube/images/icons/social_medias.png') 0px -24px no-repeat;
}

a.facebook {
	width:24px;
	height:24px;
	background: url('/static/kleweltube/images/icons/social_medias.png') -24px 0px no-repeat;
	float:left;
	margin-left:10px;
}

a.facebook:hover {
	background: url('/static/kleweltube/images/icons/social_medias.png') -24px -24px no-repeat;
}

a.google-plus {
	width:24px;
	height:24px;
	background: url('/static/kleweltube/images/icons/social_medias.png') -48px 0px no-repeat;
	float:left;	
	margin-left:10px;
}

a.google-plus:hover {
	background: url('/static/kleweltube/images/icons/social_medias.png') -48px -24px no-repeat;	
}

a.twitter-share {
	width:24px;
	height:24px;
	background: url('/static/kleweltube/images/icons/share.png') -24px 0px no-repeat;
	margin-left: 10px;
	display:block;
	float:left;
}
a.twitter-share:hover {
	cursor: pointer;	
}

a.facebook-share {
	width:24px;
	height:24px;
	background: url('/static/kleweltube/images/icons/share.png') 0px 0px no-repeat;
	display:block;
	float: left;
}
a.facebook-share:hover {
	cursor: pointer;
}

a.linkedin-share {
	width:24px;
	height:24px;
	background: url('/static/kleweltube/images/icons/share.png') -48px 0px no-repeat;
	margin-left: 10px;
	display:block;
	float:left;
}
a.linkedin-share:hover {
	cursor: pointer;	
}

a.mail-share {
	width:24px;
	height:24px;
	background: url('/static/kleweltube/images/icons/share.png') -72px 0px no-repeat;
	margin-left: 10px;
	display:block;
	float:left
}
a.mail-share:hover {
	cursor: pointer;
}

.navbar-inverse .text-color {
	color: #C46B03;
}

.navbar ul select {
	background-color: #515151;
	border-color: #111;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
	color: #fff;
	margin:0;
	width:120px;
}

.navbar ul form {
	margin-bottom: 0;
	margin-top: 5px;
}

.navbar .uppercase {
	text-transform:uppercase;
}

.margin-left {
	margin-left: 40px;
}

.margin-left-small {
	margin-left: 10px;
}

.float-left {
	float:left;
}

.no-margin {
	margin: 0px;
}

.font-h4 {
	 font-size: 17.5px;
	 font-weight: bold;
}

.carousel-indicators {
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 1000;
	width: 90%;
	padding-left: 0;
	margin-left: -45%;
	text-align: center;
	list-style: none;
	top: auto;
	right: 50%;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #c0c0c0;
	float: none
}

.carousel-indicators .active {
	background-color: #333333;
}

.carousel-control {
	z-index: 1000;
}

.results {
	margin-left: 0px;
}

.results > li {
	margin-left: 26px;
	margin-right: 26px;
}

.search-carousel-control.left {
	left: -35px;
}

.search-carousel-control.right {
	right: -35px;
}

.search-title {
	font-size: 2em;
	margin-bottom: 20px;
}

.search-form-error {
	border-color: #b94a48 !important;
	color: #b94a48 !important;
	background-color: #ffdddd !important;
}

#bookmark-form input[type=number] {
	width:100px;
}

#bookmark-form textarea {
	height:20px;
	width:auto;
}

.webcast .carousel img,
.thumbnail img {
	width: 100%;
}

input.time {
	width:100px;
}

blockquote.twitter-tweet p {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

blockquote.twitter-tweet a {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
	outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
	text-decoration: underline;
}

.logo img {
	max-width: 300px;
	margin: 20px 0px 30px 30px;
	display: block;
}

#user-content .logo img {
	max-width: none;
	max-height:50px;
	margin: 0;
	display: block;
}

.webcast-caption .logo img {
	max-width: none;
	text-align: center;
	max-height: 80px;
	margin: 0;
}
