.title {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.title .google-search {
  float: left;
  width: 16px;
  height: 16px;
}
.title h1 a {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-left: -16px;
}
.filmicerik {
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #ddd;
  font-weight: 400;
  padding: 0px 0;
  box-sizing: border-box;
}
.movie-header {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  display: table;
}
.movie-thumbnail {
  position: relative;
  float: left;
  //width: 100%;
  height: 330px;
  box-sizing: border-box;
}
.movie-thumbnail img {
  border-radius: 4px 0 0 4px;
  width: auto;
  height: 100%;
  border: 2px solid #222;
  box-sizing: border-box;
}
.movie-trailer {
  position: relative;
  float: left;
  width: 530px;
  height: 100%;
  box-sizing: border-box;
}
.movie-trailer iframe {
  width: 100%;
  height: 100%;
  border: 2px solid #222;
  border-left: none;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
}
.movie-description {
  text-align: left;
  padding: 5px;
}
.imdb-rating {
  background: url(images/IMDb.png) no-repeat;
  background-size: 100% 100%;
  width: 160px;
  height: 36px;
  vertical-align: top;
  display: inline-block;
}
.imdb-rating-content {
  margin: 1px 0 0 69px;
  font-size: 18px;
  color: #888;
}
.imdb-rating-content > span {
  font-size: 24px;
  color: #333;
}
.actions {
  float: left;
  box-sizing: border-box;
  border-radius: 4px;
  background: #2e2e2e;
  width: 100%;
  margin-bottom: 4px;
}
.actions .facebook-like-button,
.actions .facebook-share-button,
.actions .vote {
  width: 33.33%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.actions .vote {
  text-align: center;
}
.actions .facebook-share-button {
  text-align: right;
}
.content-tags {
  float: left;
  padding: 4px;
  width: 100%;
  font-size: 14px;
}
