.bottombar {
	overflow: visible;
}

.bottombar-fixed-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bottombar .bottombar-inner {
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding-left: 0;
  padding-right: 0;
}
.bottombar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.bottombar .nav.pull-right {
  float: right;
}

.bottombar .nav > li {
  display: block;
  float: left;
  padding: 10px 10px 0px;
  line-height: 19px;
  color: #FFF;
}

table.center tr th, table.center tr td {
	text-align: center;
	vertical-align: middle;
}

.tooltip-a {
	cursor : default;
	color: #396B96;
}

h6.open {
	cursor : help;	
}

form em {
  font-style: italic;
  color: #c09853;
  
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 13px;
}
/*
form em.error {
  background:url("../img/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  margin-left: 16px;
}
form em.success {
  background:url("../img/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  margin-left: 16px;
}
*/


#parallax {
	position:relative; 
	overflow:hidden; 
	width:1200px; 
	height:2000px;
}

#btn-event {
	position:fixed;
	right:20px;
	bottom:60px;
}

.movies-container {
	float: left;
	position: relative;
}

img.movie {
	border: 1px solid #EAEAEA;
	padding: 1px;
	display: block;
	margin: 1px;
}

img.movie:hover {
	border: 1px solid blue;
}

.movie-duration {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: 9px;
	padding: 0 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.movie-play {
	position: absolute;
	left: 59px;
	top: 38px;
}

.movie-description {
	font-weight: bold;
	overflow: hidden;
	color: #18658B;
	font-size: 11px;
	height: 30px;
}

.box
{
	background-color:#303030;
	padding:6px;
	height:17px;
}

.love_img
{
	background-image: url(../img/love-white.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	cursor: pointer;
	width: 25px;
} 

.love_img:hover
{
	background-image: url(../img/love-red.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	cursor: pointer;
	width: 25px;
}

.love_img_red
{
	background-image: url(../img/love-red.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	cursor: pointer;
	width: 25px;
}

.love_counter
{
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 30px;
}

.love_text
{
	//padding-left: 15px;
	color: #FFF;
	font-weight: bold;
}

.love_used
{
	float: right;
	padding-right: 5px;
	color: #FFF;
	font-weight: bold;
}
