#main-container{
	padding-top:90px;
}
.container {
	padding-top:24px;
}

img.spinner{
	position:relative;
	top:-150px;
	left:100px;
	display:none;
	width:80px!important;
}
nav.navbar {
	position:fixed;
	top:0;
	left:0;
	width:100%!important;
}
#navbartop {
	font-size:1.4em;

}
.pointer {
	cursor:pointer;
}
.is-paddingtopless {
	padding-top:0px;
}
ul {
	list-style:none;
}
.padding-top {
	padding-top:10px;
}
.title {
	font-size: 2em;
}
.like-btns{
	font-size:200%;
}
.thumb-wrapper {
    overflow:hidden;
    height:180px;
	/*background-color:#000;*/
}
.thumb-wrapper img.screenshot{
    width:100%;
    min-height:180px;
}
.thumb-wrapper video {
    min-height:auth;
    width: 100%;
}
#player_a {
    min-height:600px;
    height:auto;
}

@media only screen and (max-width: 730px) {
	.hidden-sm{
		display:none!important;
	}
    .thumb-wrapper {
		max-width:400px!important;
		margin-left:auto;
		margin-right:auto;
    }
	#player_a {
		min-height:250px;
	}

	nav.navbar {
		position:relative;
		top:0;
		left:0;
		width:100%!important;
	}
	.title{
		font-size:1.3em;
	}
	#main-container{
		padding-top:40px;
	}
	
}
#video_container {
    position:relative;
    height:auto;
}
#related {
	max-height:800px;
	overflow-y:scroll;
}
#preloader{
	width:1px;
	height:0px;
}
