.article {
  background-color:#eee;
}

.article .tags {
    font-size: 80%;
    line-height: 1.2em;
    text-align: right;
    margin-bottom: 30px;
    width:100%;
}

.article .content a {
	color:#cb0837 !important;
	transition:all 0.5s ease;
	text-decoration:underline !important;
}
.article .content a:hover {
	color:#e32d09 !important;
}

.article img.header {
  min-width: 100%;
  max-width:100%;
  height: auto;
  border-bottom:5px solid #cb0837;
}

.article div.header {
  position: relative;
  font-family: Lato, sans-serif;
  font-weight: 300;
  /*text-transform: uppercase;*/
  z-index: 100;
  display:block;
  margin:0 80px 50px;
  padding:10px 20px 0;
  background-color:#eee;
  margin-top:-40px;
  border-top:5px solid #cb0837;
}
.article div.header h2 {
  font-size:2.3em;
  margin:0;
}
.article div.header h2 small {
  display:block;
  margin-top:5px;
  color:#666;
}
.article div.header .info {
  font-size:0.9em;
  margin-bottom:5px;
}

.article .content {
  padding:0 100px 10px;
  font-family:Georgia,serif;
  line-height:200%;
  font-size:1.2em;
  text-align:justify;
}

.article .content img {
  max-width:100%;
  height: auto;
  min-width: 100%;
  margin:0 auto;
  margin-bottom:40px;
  border-bottom:20px solid #cb0837;
}

.imdbox {
  width:100%;
  position: relative;
  overflow: hidden;
}

.imdbox .picture {
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background:black;
}

.imdbox .picture img {
  margin-top: 30px;
  width:100%;
}

.imdbox .data {
  text-align:right;
  padding:30px;
  margin-right: 250px;
  font-weight:300;
  color:#ddd !important;
}
.imdbox .head {
  color:#c79658;
}
.imdbox .details {
  margin-top: -1.2em;
}
.imdbox .title {
  font-size: 2em;
}
.imdbox .year {
  /*color:#ccc;*/
}
.imdbox .director span,
.imdbox .actors span,
.imdbox .rating span
{ font-weight: 600;
  display:block;
}

.imdbox .director,
.imdbox .actors,
.imdbox .rating,
.imdbox .details,
.imdbox .head {
  margin-bottom:10px;
}

.imdbox .link a, .imdbox .link a:hover {
  color:#ddd !important;
  text-decoration:underline;
}


@media screen and (max-width: 800px) {
	.imdbox .picture {
       width: 100px;
       right: inherit;
       left:0;
	}
    .imdbox .data {
       margin-right: 0;
       margin-left: 100px;
    }
  #leftcontainerBox {
    position: fixed;
	top:inherit !important;
    left: 20px !important;
    bottom: 20px;
    width: 100%;
  }
  #leftcontainerBox .buttons {
    clear:none;
  }
}
