a {
  color: #310b19;
  text-decoration: none;
}
a:hover {
  color: #310b19;
  text-decoration: underline;
}

body {
    color: #444;
}
/* ADS */
.sky-small-add {
  margin: 0 auto;
  text-align: center;
  width: 120px;
  height: 600px;
  background-color: gray;
}
.skyscraper-left-main {
  position: absolute;
  top: 0px;
  margin-left: -190px;
  height: 600px;
  min-height: 600px;
  width: 160px;
  min-width: 160px;
  text-align: -webkit-right;
  text-align: -moz-right;
}
.skyscraper-left-main > div {
  float: right;
}
.skyscraper-left > div {
  float: right;
}
.skyscraper-left {
  position: absolute;
  top: 180px;
  margin-left: -190px;
  height: 600px;
  min-height: 600px;
  width: 160px;
  min-width: 160px;
  text-align: -webkit-right;
  text-align: -moz-right;
}
.main-container {
  position: relative;
  z-index: 1;
  background: white;
}
#main-container-box {
  z-index: 10!important;
}
.main-container > div {
  z-index: 1;
}
.clear {
  clear: both;
}
/* HOT BOX */ 
.hot-box {
  float: left;
  width: 220px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  vertical-align: middle;
}

.hot-box a {
  color: white;
  text-decoration: none;
}

.hot-box a:hover {
  text-decoration: underline;
}

.hot-box-border {
  width: 5px;
  background-color: #a3134d;
  float: left;
  height: 50px;
  border-radius: 5px;
}
.hot-box-title {
  color: white;
  font-size: 22px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  line-height: 1.0;
}
.hot-box-title-small {
  font-family: 'Roboto';
  color: white;
  font-size: 12px;
  font-weight: normal;

}
.hot-box-perex {
 color: white;
  font-size: 14px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  line-height: 1;
}
.right-box {
  padding-left: 19px;
}
/* LOGO BOX */
.logo-box {
  background-color: #310b19;
}
.logo {
  background-color: #310b19;
  padding-right: 0px;
  display: flex;
  align-items: center;
}
.logo-add {
  width: 728px;
  height: 90px;
  border: 1px solid black;
  background-color: gray;
}
.logo-add-box {
  background-color: white;
  float: left;
  width: 738px;
  height: 110px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -75px;
}
.logo-img {
  float: left;
  margin-top: 30px;
  margin-bottom: 23px;
  margin-left: 5px;
  margin-right: 30px;
}
.logo-leftcorner-add {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 15px;
  border-color: transparent transparent transparent #230912;
  background-color: white;
  float: left;
}
.logo-rightcorner-add {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 15px;
  border-color: transparent transparent #a3134d transparent;
  background-color: white;
  float: left;
}
.logo-social {
  float: right;
  padding-right: 3px;
  margin-top: 10px;
  width: 8%;
}
.logo-social img {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 7px;
  margin-bottom: 6px;
}
.logo-footer {
  max-width: 90%;
  height: auto;
}
.fixed-nav {
  z-index: 1100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.navbar {
  margin-bottom: 0px;
}
.nav-box {
  background-color: #f1f1f2;
  border-bottom: 3.5px solid #310b19;
  margin-bottom: 20px;
}
.nav-login-icon {
  float: right;
  font-size: 25px;
  color: #310b19;
  margin-right: 10px;
  margin-top: 12px;
}
.nav-login-link {
  float: right;
  line-height: 1.0;
  text-align: left;
  margin-top: 12px;
  margin-right: 15px;
}
.nav-login-link a {
  color: #310b19;
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
}
.navbar-main {
  background-color: #f1f1f2;
  padding: 0px;
}
#navbar {
  padding-left: 0px;
}
ul.nav li a {
  color: #310b19;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  padding-left: 8px;

padding-right: 8px;
}

ul.nav li a:hover {
color: #a3134d;
border-bottom: 2px solid;
padding-bottom: 4px;

}

#navbar ul.nav li.active a {
 color: #a3134d;
border-bottom: 2px solid;
padding-bottom: 4px; 
} 

.fixed-nav .logo-menu {
  pointer-events: auto;
  opacity: 1;
  transition: all ease-in-out 0.3s, all ease-in-out 0.3s;
}

.logo-menu {
  padding: 0;
  pointer-events: none;
  opacity: 0;
}

.logo-menu a {
  padding: 11px !important;
}

.logo-menu a img {
  border-radius: 100%;
  width: 30px;
}

/* IMAGE COPYRIGHT */
.article-img-main-copyright:before,
.article-image-copyright:before {
  content: 'foto: ';
}

.article-image-copyright {
  text-align: right;
  font-style: italic;
  font-size: 11px;
}

.article-image-description {
  text-align: center;
  font-style: italic;
  font-size: 15px;  
}

.article-image {
  margin-bottom: 15px;
}

.article-img-main-wrapper {
  position: relative;
}

.article-img-main-copyright {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #fff;
  padding: 5px 10px;
  font-style: italic;
  background: rgba(0,0,0,0.2);  
}

/* TILE NEW */
.new-tile-box {
  margin-top: 15px;
  background-color: #fff;
  min-height: 408px;
}
.new-tile-big {
  overflow: hidden;
      width: calc(100% - 2px);
  cursor: pointer;
}
.new-tile-big:last-of-type {
  overflow: hidden;
      width: calc(100% - 2px);
  cursor: pointer;
  margin-left: 1px;
}
.new-tile-big img {
  width: 117.133333%;
}
.new-tile-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #a3134d;
  opacity: 0;
}
.new-tile-small {
  width: 100%;
  overflow: hidden;
  cursor: pointer;  
}

.new-tile-bordered {
      box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  border-left: 0px solid #f1f1f2;
}

.new-tile-small img {
  width: 100%;
  margin: -12.5% 0 -12.5% 0;
}
.new-tile {
  padding: 0px;
  margin: 0px;
}
@media (min-width: 768px){
  .new-tile .new-tile {
    min-height: 388px;
  }
}
.new-tile-small-border {
  border-top: 1px solid #f1f1f2;
}
/* BOX MAIN */
.tiles-box {
  height: 400px;
  background: #310b19;
  margin-bottom: 30px;
  margin-top: 20px;
  cursor: pointer;
}
.tile-big {
  float: left;
  width: 33.33333333%;
  height: 400px;
  position: relative;
  border-bottom: 1px solid #f1f1f2;
}
.tile-small {
  float: right;
  width: 33.33333333%;
  height: 200px;
  position: relative;
  border-left: 1px solid #f1f1f2;
  border-bottom: 1px solid #f1f1f2;
}
img.tile {
  width: 100%;
  height: 100%;
}
.tile-title-big {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.tile-title-big h2 {
  color: white;
  font-size: 30px;
  font-weight: normal;
  line-height: 31px;
  font-family: 'ManifoldCF-ExtraBold';
  text-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 2px;
  margin: 0px;
}
.tile-title {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0px;
  padding: 18px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.tile-title h2 {
  color: white;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  font-family: 'ManifoldCF-ExtraBold';
  text-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 2px;
  margin: 0px;
  margin-right: 40px;
}
.tile-author {
  margin-top: 10px;
  color: white;
  font-size: 13px;
  text-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 2px;
  font-family: 'ManifoldCF-ExtraBold';
  margin-bottom: 5px;
}
.tile-tag {  
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'ManifoldCF-ExtraBold';
  position: absolute;
  top: 20px;
  left: 20px;
}

.tile-update {  
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'ManifoldCF-ExtraBold';
  position: absolute;
  top: 20px;
  right: 20px;
}

.update-item {
  padding: 3px 7px;
  background-color: #a3134d;
}


.tile-comments {
  float: right;
  color: white;
  font-size: 16px;
  text-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 2px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: 'ManifoldCF-ExtraBold';
}
.tile-comments .glyphicon {
  font-size: 0.83em;
}
.tile-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #a3134d;
  opacity: 0;
}
.container {
  padding: 0px;
}
h1.header-main-new {
  color: #310b19;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border-bottom: 3px solid #310b19;
  padding-bottom: 5px;
  margin-top: 0px;
}
h1.header-main {
  color: #310b19;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border-bottom: 3px solid #310b19;
  padding-bottom: 5px;
}
.tags {
  margin-bottom: 10px;
  margin-top: 15px;
}
.tags-bottom {
  margin-top: 20px;
}
.tag-category {
  background-color: #310b19;
  color: white;
  font-size: 13px;
  padding: 3px 7px;
  text-transform: uppercase;
  font-family: 'ManifoldCF-ExtraBold';
}
.tag-category a {
  color: white;
}

.tag-item {
  padding: 3px 7px;
  background-color: #310b19;
}

h2 {
  font-family: 'ManifoldCF-ExtraBold';  
  font-weight: 700;
}

h3 {
  font-family: 'ManifoldCF-ExtraBold';  
  font-weight: 700;
  font-size: 30px;
}

h2.article-title {
    color: #310b19;
    font-size: 24px;
    font-weight: 700;
    font-family: 'ManifoldCF-ExtraBold';
    margin-top: 0px;
    margin-bottom: 6px;
}
h2.article-title-top {
  color: #310b19;
  font-size: 16px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  height: 46px;
  margin-top: 5px;
  line-height: 1em;
}
h2.video-title-top {
  color: #310b19;
  font-size: 16px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  height: 26px;
  margin-top: 5px;
  line-height: 1em;  
}
h2.article-title-bottom {
  color: #310b19;
  font-size: 18px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  margin-top: 10px;
  height: 46px;
}
.article-img {
  width: 100%;
}
.article-tag {
  margin-top: 10px;
  position: absolute;
    width: 82%;
    margin-left: 4%;
}

.row-article.from-another > .col-md-6:first-of-type .tag-category {
  display: none;
}

.row-article.from-another > .col-md-6:first-of-type::before {
    content: " ";
    width: 70px;
    height: 25px;
    top: 15px;
    left: 30px;
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets/images/from-fs.svg);
}

.article-info {
  margin-bottom: 2px;
}
.article-info-author {
  font-size: 12px;
  font-family: 'ManifoldCF-ExtraBold';
  color: #808080;
}
.article-info-author a {
  color: #808080;
  text-decoration: none;
}
.article-info-author a:hover {
  color: #310b19;
  text-decoration: underline;
}
.article-info-date {
  font-size: 10px;
  font-family: 'Roboto';
  color: #aeaeae;
}
.article-perex-top {
  /*text-align: justify;*/
  font-size: 15px;
  line-height: 1.5;
  color: black;
  margin-top: 10px;
  font-family: "Roboto";
}
.article-perex {
  /*text-align: justify;*/
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto";
  color: #444;
  margin-top: 5px;
}
.article-comments {
  margin-left: 10px;
  font-size: 13px;
  color: #808080;
  font-family: 'ManifoldCF-ExtraBold';
}
.article-comments a {
  color: #808080;
  text-decoration: none;
}
.article-comments a:hover {
  color: #310b19;
  text-decoration: underline;
}

.article-chepter-btns {
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
}

.article-chepter-box {
  padding-left: 30px;
}

a.article-chepter-btn {
  padding: 5px;
  /*border-left: 5px solid white;*/
}

a.article-chepter-btn {
  /*padding: 5px;
  border-left: 5px solid white;*/

  background-color: #310b19;
    color: white;
    font-size: 13px;
    padding: 3px 7px;
    text-transform: uppercase;
    font-family: 'ManifoldCF-ExtraBold';
}

a.article-chepter-btn:hover{
  /*border-left: 5px solid #a3134d;*/
}


.article-chepter-item {
  font-size: 16px;
    font-weight: 700;
    font-family: 'ManifoldCF-ExtraBold';
    height: 25px;
}

a.article-chepter-active {
  /*border-left: 5px solid #a3134d;*/

    background-color: #a3134d;
    color: white;
    font-size: 13px;
    padding: 3px 7px;
    text-transform: uppercase;
    font-family: 'ManifoldCF-ExtraBold';
}

.article-chepter-left-btn-box {
  float: left;
}

.article-chepter-right-btn-box {
  float: right;
}

.row-separator {
  height: 3px;
  margin-top: 20px;
  background-color: #310b19;
}
.row .row-article {
  margin-top: 30px;
}
.row-article-small .col-md-12 .article-info {
  padding-bottom: 5px;
  margin-top: 18px;
  border-bottom: 1px solid #ececec;
}


/* SERVER ARTICEL */

.server-article {
  background-color: #F1F1F2;
  margin-left: 0px;
  margin-right: 0px;
  padding: 15px 0px;
  border: 1px solid #24BB52;  
  /*
  background-image: url('http://www.fandimefilmu.cz/assets/images/fs_corner.png');
  background-repeat: no-repeat;
  background-size: 120px;
background-position: left bottom;*/
}

.server-article::before {
    content: 'FandímeSeriálům.cz';
    margin-top: -36px;
    margin-left: -1px;
    height: 49px;
    margin-bottom: 14px;
    padding-top: 3px;
    background: #059d46;
    width: calc(100% + 2px);
    /* border: 1px solid red; */
    color: white;
    padding-left: 50px;
    font-size: 30px;
    background-image: url('//www.fandimefilmu.cz/assets/images/fs_corner.png');
    background-size: 10%;
    background-repeat: no-repeat;
    background-position-x: 10px;
    font-family: 'ManifoldCF-ExtraBold';
}

.server-article h2 a {
  color: #282828;
}

.server-article .article-icon-video,
.server-article .article-icon-images  {
  background-color: #24BB52;
}

.server-article .tag-category {
  background-color: #282828;
}


/* RIGHT COL */
.header-main {
  color: #310b19;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border-bottom: 3px solid #310b19;
  padding-bottom: 5px;
}
.right-col-add {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
      margin-top: 30px;
}
.right-col-add-small {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;  
  display: flex;
  justify-content: center;
}
.instagram {
  margin-top: 15px;
  margin-bottom: 30px;
}
/* LAST COMMENTS BOX */
.last-comments {
  margin-bottom: 30px;
}
.last-comment {
  margin-top: 15px;
}
.last-comment-info {
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #310b19;
}
.last-comment-title {
  font-size: 14px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #310b19;
}
.last-comment-title a {
  color: #310b19;
}
.facebook {
  margin-top: 15px;
  margin-bottom: 30px;
}
.partners-box {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.partner a {
  color: #310b19;
}
.add-bottom-box {
  margin: 0 auto;
  text-align: center;
}
/* REVIEW BOX*/
.review-box {
  margin-top: 15px;
}
.review-title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #310b19;
  margin-top: 2px;
}
.review-title a,
.review-stats a {
  color: #310b19;
}
.review-stats {
    font-size: 40px;
    font-weight: 700;
    font-family: 'ManifoldCF-ExtraBold';
    color: #fff;
    float: right;
    position: absolute;
    text-align: center;
    /*width: 88px;*/
    top: 0px;
    /*height: 53px;*/
    background-color: rgba(163, 19, 77, 0.28);
    width: calc(100% - 15px);
    height: 100%;
}

.review-stats a {
    color: #fff;
    line-height: 1em;
    position: absolute;
    /*height: 53px;*/
    top: 3px;
    left: 0px;
    /*width: 88px;*/
    width: 100%;
    height: 100%;
}

.review-stats a:hover {
    color: #fff;
}



.cinema-box {
  margin-bottom: 0px;
}
.clear {
  clear: both;
}
/* FACEBOOK WRAPPER*/

.facebook-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.facebook-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* JWPLATFORM WRAPPER*/

.jwplatform-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.jwplatform-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* YOUTUBE BOX */
.youtube-box {
  background: #310b19;
}
h1.youtube-title {
  font-size: 28px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #fff;
}
.youtube-video {
  margin-bottom: 30px;
  margin-top: 20px;
}
.add-youtube-box {  

  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
  max-width: 100%;
  overflow: hidden;

}

.add-youtube-box img {
  width: 100%;
}
.add-youtube-box > div > table {
  margin: 0 auto;
}

#AdTrack750x100 {
  max-width: 100%;
  overflow: hidden;  
}


/* ARTICLE */
.add-box {
  margin-bottom: 30px;
  /*background-color: @cMain;*/
}
.add-horizontal-top-main {
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.add-horizontal-top {
  margin: 0 auto;
  text-align: center;
}
h1.article-title-detail {
  font-size: 35px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #310b19;
}
h1.article-title-detail-center {
  font-size: 35px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #310b19;
  text-align: center;
}
.article-info-detail {
  font-size: 15px;
  font-family: 'ManifoldCF-ExtraBold';
  color: #808080;
  margin-bottom: 10px;
}
.article-info-detail a {
  color: #310b19;
}
.article-img-detail {
  width: 100%;
  height: auto;
}
.article-perex-detail {
  color: #310b19;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.7;
  font-family: Roboto;
}

.article-content-detail .image-description {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    margin-top: 5px;
}

.article-content-detail {
  font-size: 16px;
  line-height: 1.75;
  font-family: Roboto;
  margin-bottom: 20px;
}

.article-content-detail a {
  color: #a3134d;
  text-decoration: underline;
}


.article-content-detail a:hover {
  color: #310b19;
  text-decoration: underline;
}


.article-stats-box {
  margin-top: 30px;
  height: 120px;
  width: 100%;
  background-color: #a3134d;
  color: white;
  margin-bottom: 30px;
}
.article-stats-text-box {
  display: flex;
  align-items: center;
  height: 120px;
  width: 50%;
  float: left;
  padding-left: 20px;
  background: #310b19;
}
.article-stats-text {
  display: table-cell;
  vertical-align: middle;
  float: left;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  font-size: 20px;
}
.article-stats-triangel {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 0 0 90px;
  border-color: #a3134d #a3134d #a3134d #310b19;
  background-color: white;
  float: left;
}
.article-stats-number {
  float: left;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  font-size: 60px;
  margin-top: 15px;
  margin-left: 40px;
}
.article-source-box-detail,
.article-tag-box-detail {
  margin-top: 10px;
}
.source-title,
.tag-title {
  background-color: #310b19;
  color: white;
  font-size: 13px;
  padding: 3px 7px;
  text-transform: uppercase;
  font-family: 'ManifoldCF-ExtraBold';
}
.source-box {
  background-color: #aeaeae;
  color: white;
  font-size: 13px;
  padding: 3px 7px;
  font-family: 'ManifoldCF-ExtraBold';
  line-height: 2px;
  white-space: nowrap;
}
.source-box a {
  color: white;
}
.tag-box {
  background-color: #a3134d;
  color: white;
  font-size: 13px;
  padding: 3px 7px;
  font-family: 'ManifoldCF-ExtraBold';
  line-height: 2;
  white-space: nowrap;
}
.tag-box a {
  color: white;
}
.add-box-article {
  margin-top: 20px;
  margin-bottom: 20px;
}
h2.comments-title {
  color: #310b19;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border-bottom: 3px solid #310b19;
  padding-bottom: 5px;
}
/* COMMENTS*/
.comment-avatar-box {
  float: left;
  margin-right: 10px;
}
.comment-form {
  margin-top: 40px;
  margin-bottom: 30px;
}
.comment-box {
  margin-bottom: 30px;
}
.comment-title {
  color: #aeaeae;
}
.comment-title a {
  color: #310b19;
  font-weight: bold;
}
.comment-text {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 1.5;
  
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.comment-text-box {
  float: left;
  width: 90%;
}
.comment-btn-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment-btn {
  background: #a3134d;
  padding: 10px 20px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
}

.comment-line {
  width: 50%;
  height: 1px;
  background: #cecece;
  margin: 0 auto;
  margin-top: 10px;
}
.comment-btn:hover {
  color: white;
}
.comment-btn:focus {
  color: white;
  text-decoration: none;
}
/*RELATED */
.related-article-title-top {
  color: #310b19;
  font-size: 21px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  line-height: 0.8em;
  margin-bottom: 6px;
}
.related-article-title-top a {
  color: #310b19;
  font-size: 16px;
  line-height: 18px;
}
.related-article-img {
  width: 100%;
  margin-bottom: 4px;
}
.related-article-photo.from-another::before {
    content: " ";
    width: 60px;
    height: 25px;
    top: 5px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets/images/from-fs.svg);
}
/* TABS */
ul.tab-header-main {
  color: #310b19;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border-bottom: 3px solid #310b19;
  padding-bottom: 6px;
  height: 32px;
  padding-left: 0px;
}
.tab-header-main li {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  height: 20px;
  margin-right: 15px;
  text-decoration: none;
  color: #aeaeae;
}
.tab-header-main li:last-of-type {
  margin-right: 0px;
}
.tab-header-main li a.tab-title:hover {
  color: #310b19;
  text-decoration: none;
}
.tab-header-main li a.tab-title {
  color: #aeaeae;
}
.tab-header-main li.active a.tab-title:hover {
  color: #310b19;
  text-decoration: none;
}
.tab-header-main li.active a.tab-title {
  color: #aeaeae;
}
.tab-header-main li.active a.tab-title {
  color: #310b19;
}
.tab-header-main li.active {
  color: #310b19;
}
/*BOTOTM */
.bottom-box {
  background: #310b19;
  margin-top: 30px;
}
.bottom-logo-box {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  margin-left: -50px;
}
.bottom-menu {
  margin-top: 40px;
  margin-bottom: 35px;
  text-align: center;
}
.bottom-menu a {
  color: white;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'ManifoldCF-ExtraBold';
  padding: 15px;
}
.bottom-menu-small {
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
}
.bottom-menu-small a {
  color: white;
  font-size: 16px;
  font-weight: 700;
  font-family: Roboto;
  padding: 15px;
}
.bottom-logo-social {
  text-align: center;
}
.bottom-logo-social img {
  margin: 10px;
}
.bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
}
.bottom-aligner {
  margin: 0 auto;
}
.bottom-copy {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: white;
}
.user-img {
  float: left;
  margin-right: 15px;
}
.user-info {
  float: left;
  font-size: 16px;
  line-height: 1.8;
}
.user-text {
  margin-top: 10px;
}
/* REGISTER */
.register-form-box {
  margin-top: 30px;
  margin-bottom: 50px;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
.form-register-input {
  height: 50px;
  border: 0px;
  border-radius: 0px;
  border: 1px solid #bbb;
  border-bottom: 2px solid #310b19;
  box-shadow: none;
}
.form-register-input:focus {
  background-color: #f1f1f2;
  border: 1px solid #f1f1f2;
  border-bottom: 2px solid #310b19;
  box-shadow: none;
  transition: background-color ease-in-out 0.3s, background-color ease-in-out 0.3s;
}
.form-register-group label {
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #310b19;
}
.form-register-group .help-block {
  font-size: 12px;
  text-align: right;
  font-style: italic;
}
.btn-register {
  border-radius: 0px;
  background: #a3134d;
  padding: 10px 20px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border: none;
}
.btn-register:hover {
  background: #8c1042;
  color: white;
  /*transition: background ease-in-out .3s,background ease-in-out .3s;	*/
}
.form-register-text {
  margin-top: 30px;
}
.form-register-text a {
  color: #310b19;
  text-decoration: underline;
}
.form-register-text a:hover {
  color: #a3134d;
  text-decoration: underline;
}
/* CONDITION */
.condition-text {
  font-size: 17px;
  line-height: 1.5;
}
.condition-text li {
  margin-bottom: 15px;
}
.login-box {
  margin-top: 30px;
  text-align: center;
}
.login-icon {
  float: right;
  font-size: 25px;
  color: white;
  margin-right: 10px;
}
.login-link {
  float: right;
  line-height: 1.0;
  text-align: left;
}
.login-link a {
  color: white;
  text-transform: uppercase;
  font-size: 12.5px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
}
.logo-bottom {
  margin-top: 30px;
}
.comments-link a {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  line-height: 1.0;
}
.bottom-menu-box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bottom-menu-box a {
  text-transform: uppercase;
  color: white;
  font-size: 25px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  padding: 15px;
}

/* galerie */
.img-gallery {
  margin-top: 5px;
  margin-bottom: 20px;
}


.checkbox a{
  text-decoration: underline;
}

.checkbox a:hover {
  text-decoration: underline;
  color: #a3134d;;
}

/* branding */
.container-branding {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 780px) {
  .container-branding {
    width: 780px;
  }
}
@media (min-width: 1000px) {
  .container-branding {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container-branding {
    width: 1200px;
  }
}

.brand-left {
  position: absolute;
  top: 0;
  left: -120px;
}

.brand-right {
  position: absolute;
  top: 0;
  right: -120px
}

.brand-wraper {
  margin: 0 auto;
  position: relative
}

.gallery-img {
  margin-bottom: 5px;
}

.gallery-img.active {
  border: 2px solid #a3134d;
}

.article-icon-images {
    width: 34px;
    height: 34px;
    background-color: #A3134D;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/assets/images/icon-image.svg");
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    float: right;
    margin-left: 5px;
    background-size: 20px;

}

.article-icon-video {
    width: 34px;
    height: 34px;
    background-color: #A3134D;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/assets/images/icon-video.svg");
        background-size: 24px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    float: right;
    margin-left: 5px;
}

img.article-icon-image {
    max-width: 40px;
    max-height: 40px;
    padding: 5px;
}

/* PAGINATOR */

.paginator {
  margin-top: 30px;
  margin-bottom: 30px;
}
.odkaz > a{
    background: #a3134d;
    padding: 10px 12px;
    color: white;
    font-size: 17px;
    font-weight: 700;
    font-family: 'ManifoldCF-ExtraBold';
  }

.paginatorBox > .current {
  background: rgb(174, 174, 174);
  padding: 10px 12px;
  color: rgb(49, 11, 25);
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';  
}

.paginatorBox > .neaktivni{
  background: rgb(174, 174, 174);
  padding: 10px 12px;
  color: white;
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';    
}



.featured-videos {
    padding: 1px 0;
    margin: 0;
}

.featured-videos .row{
    margin: 0;
}


.featured-videos a{
  position: relative;
  display: inline-block;
}

.featured-videos .col-md-3 {
    padding: 0px;
    margin: 0px;

}

.featured-videos h1.header-main-new {
    border-bottom: 0px solid #333;
}

.featured-videos .article-info {
  padding-left: 0px;
  padding-right: 0px;
}

.featured-videos .col-md-3:last-of-type h2.article-title-top {
  width: 100%;
}

.featured-videos h2.article-title-top {
    font-size: 17px;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-family: 'ManifoldCF-ExtraBold';
    height: auto;
    padding: 5px;
    padding-bottom: 40px;
    margin: 0px;
    line-height: 1.4em;
    position: absolute;
    z-index: 1;
    width: calc(100% - 1px);
    background: -moz-linear-gradient(top, rgba(163,19,77,1) 10%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(163,19,77,1) 10%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(163,19,77,1) 10%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A3134D', endColorstr='#00ffffff',GradientType=0 );
}
.featured-videos h1.header-main-new {
    border-bottom: 0px solid #333;
    display: block;
    width: 300px;
}
.featured-videos .article-img {

      box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.featured-videos .col-md-3:last-of-type .article-img {

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 0px solid rgba(255, 255, 255, 0.1);
}

.featured-videos a:hover .article-img {
    border-right: 1px solid rgba(163, 19, 78, 0.59);
}

.featured-videos a.video-image-link:before {
    display: block;
    /*content: url('https://fandimefilmu.cz/assets/images/youtube-light.svg');*/
    width: 50px;
    height: 40px;
    position: absolute;
    top: 40%;
    right: calc(50% - 25px);
}



.video-wrapper {
    position: relative;
}

.video-wrapper .video-title {
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    padding: 10px 10px 30px 10px;
    display: block;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(163,19,77,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(163,19,77,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(163,19,77,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A3134D', endColorstr='#00ffffff',GradientType=0 );
}

.video-wrapper .video-title h1 {
    color: #fff;
    font-family: 'ManifoldCF-ExtraBold';
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin: 0px;
}

@media (max-width: 767px) {

  .featured-videos .col-md-3 {
    width: 100%;
    display: block;
  }

  .featured-videos .col-md-3 a{
    width: 50%;
    display: block;
    float: left;
  }

  .featured-videos a.video-image-link:before {
    top: 25%;
  }

  .featured-videos a.video-image-link .article-img {
    width: 100%;
    margin: 0;
    height: auto;
  }
    
  .featured-videos {
      margin: 10px 0;
  }

  .featured-videos .col-md-3 img{
      width: 94%;
      display: block;
      float: left;
  }
  .logo-img {
      float: left;
      margin-top: 30px;
      margin-bottom: 23px;
      margin-left: 30px;
      margin-right: 30px;
  }


  .nav-box.fixed-nav {
    background-color: transparent;
  }

  .container.navbar-main {
    background-color: transparent;
  }
  .nav-box {
      border-bottom: 0px solid #310b19;
  }
  div#navbar {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#310b19+0,3f0721+69&1+0,0.69+67,0+98 */
background: -moz-linear-gradient(top, rgba(49,11,25,1) 0%, rgba(63,7,33,0.69) 67%, rgba(63,7,33,0.65) 69%, rgba(63,7,33,0) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(49,11,25,1) 0%,rgba(63,7,33,0.69) 67%,rgba(63,7,33,0.65) 69%,rgba(63,7,33,0) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(49,11,25,1) 0%,rgba(63,7,33,0.69) 67%,rgba(63,7,33,0.65) 69%,rgba(63,7,33,0) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#310b19', endColorstr='#003f0721',GradientType=0 ); /* IE6-9 */
   width: 100%;
    float: right;
    margin-top: -61px;
    padding-bottom: 90px;
}
.navbar {
        border: 0px solid transparent!important;
}
ul.nav li a {
    color: #fff;
    text-align: center;
    padding: 8px 0;
    }

.nav li {
    width: 70%;
    margin: auto;
}
    .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #A3134D;
}
#search-input-xs {
    border: 2px solid white!important;
    color: #fff!important;
    background-color: rgba(58, 7, 31, 0.47)!important;
    }

  .navbar-collapse{padding-right:0px}


ul.nav.navbar-nav.visible-xs-block a {
    font-size: 90%;
}

.menu-login-line {
  width: 60%;
  margin: auto!important;
}

.menu-login-line li{
  width: 50%;
  float: left;
  margin: auto!important;
}

.row-article .col-md-6, .related-article-photo, .related-article-title {
    width: 50%;
    float: left;
}

.related-article-title {
    padding: 20px;
}

.related-article-title-top {
    width: 100%;
    float: left;
}

.videos-in-article .col-md-4 {
    width: 50%;
    float: left;
}
.videos-in-article .col-md-4:first-of-type {
    width: 100%;
    float: left;
}


}




@media (max-width: 767px) {

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 5px;
    border-radius: 2px;
        background-color: #A3134D!important;
}

.navbar-toggle {
  z-index: 9999;
}
}




.videos-in-article {

}

.videos-in-article .col-md-4 {
    margin: 0px;
    padding: 2px;
}
.videos-in-article {
    padding: 7px;
}


.heureka-affiliate-category iframe {
max-width: 99%;
margin-left: 15px;
}


.featured-news-wrap {
    background-color: #F1F1F2;
    margin: 20px 0;
    padding: 0px 20px 20px 0px;
}

.featured-news-wrap h1.header-main {
    margin-left: 15px;
}
.featured-news-wrap .article-perex-top {
    font-size: 13px;
    line-height: 1.35;
    color: black;
    margin-top: 10px;
    font-family: "Roboto";
}






.right-box-cinema-comments {
    background-color: rgb(239, 239, 239);
    padding: 10px;
    margin-bottom: 20px;
}

.right-box-cinema-comments .col-md-4 {
  padding-right: 0px;
}

.twitter-video {
  margin: 10px auto!important;
}

/* DOCASNE */
.register-form-box, 
  .comment-form form,
  .article-title, .article-tag, .article-perex,
  .article-perex-top, .article-title-top, .article-info,
  .header-main-new,
  .comment-box,
  .article-title-bottom,
  .tags-bottom,
  .youtube-title,
  .header-main,
  .last-comments,
  .review-stats, .review-title,
  ul.tab-header-main,
  .related-article-title-top,
  h2.comments-title,
  #social-box,
  .article-content-detail,
  .article-perex-detail,
  .article-info-detail,
  .article-title-detail,
  .article-img-gallery,
  .article-img-main,
  .article-tag-box-detail {
    padding-right: 10px;
    padding-left: 10px;
  }

/* DATABASE */

.db-main-img {
  width: 100%;
}

.db-stars {
  color: #310b19;
  font-size: 22px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  float: right;
  margin-top: 25px;
}

.db-main-data {
  margin-left: 10px;
  line-height: 1.5;
}

.db-synopse {
  margin-left: 10px;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
}

.db-top-wrap {
  background-color: #F1F1F2;
  margin: 20px 0;
  padding: 20px 20px 20px 0px;
}
.db-video-col {
  padding: 0;
}

.db-cast-img {
  border-radius: 50%;
  width: 50px;
  float: left;
  margin-right: 10px;
}

.db-cast-detail .db-cast-img {
  width: 100px;
}

.db-cast-detail .db-cast-title {
  margin-top: 25px;
}

.db-cast-row {
  margin-bottom: 15px;  
}

.db-cast-row > .col-md-6 {
  margin-bottom: 10px;
}

.db-box {
  border: 0px;
  border-radius: 0px;
  border: 1px solid #bbb;
  border-bottom: 2px solid #310b19;
  box-shadow: none;
  margin-bottom: 40px;
  padding: 20px 20px;
  position: relative;
}


.db-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 53px 0 0 33px;
  border-color: #ffffff #ffffff #ffffff #310b19;
  background-color: white;
  float: left;
}
.db-title {
  float: left;
  background: #310b19;
  color: white;
  padding: 10px;
  margin: 0;
}

.db-img-gallery img{
  width: 100%;
}

.db-link-img {
  float: left;
  width: 20%;
  padding: 2px;
}

.db-box .comment-text-box {
  width: 85%;
}

.db-btn-box {
  margin-top: 10px;
  float: right;
  margin-right: 2px;
}

.db-btn-box.db-btn-positioned {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.db-btn-box-left {
  margin-top: 10px;
  float: left;
  margin-right: 2px;
}

.db-person-add {
  text-align: center;
}

.db-btn-box-left.db-btn-positioned {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: inherit;
}

.db-js-link {
  cursor: pointer;
}

.db-top-wrap.db-js-link:hover {
  background-color: #e9e9e9;
}


.db-info-text {
  float: left;
  color: #310b19;
  font-size: 22px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  margin-top: 12px;
}

.db-review-box {
  position: relative;
}
.db-review-stats {
  font-size: 110px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #fff;
  float: right;
  position: absolute;
  text-align: center;
  top: 0px;
  background-color: rgba(163, 19, 77, 0.28);
  width: 100%;
  height: 100%;
}

.db-review-stats a{
  color: #fff;
  line-height: 1em;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.db-article-link {
  color: #310b19;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  margin-top: 4px;
}

.db-stars-link {
  color: #310b19;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  margin-top: 4px;
  width: 100%;

}

.db-stars-num {
  float: right;
}
.db-stars-link a{
  display: block;
  text-align: left;
}

.db-film-title-small {
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #310b19;
}

.db-btn-box-small {
  margin-top: 20px;
  float: right;
  font-size: 15px;
  padding: 8px 16px;
}

li.active > .search-tab {
  background: #f1f1f2 !important;
  color: #a3134d !important;
  border: 0 !important;      
  border-bottom: 3px solid #310b19 !important;
}

li > .search-tab {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 3px solid #310b19 !important;
}

.search-tab:hover {
  padding-bottom: 10px !important;
  color: #a3134d !important;
  border-bottom: 3px solid #a3134d !important;
}

.search-nav-tabs {
  border-bottom: 3px solid #310b19 !important;
  margin-bottom: 10px;
}
.search-nav-tabs > li {
  margin-bottom: -3px !important;
}

.search-small {
  font-size: 14px
}

.db-box-info {
  padding: 15px;
  background-color: #f1f1f2;
  margin-bottom: 20px;
}

.db-box-info .db-cast-img {
  width: 100px;
}

.db-box-info .db-cast-title {
  margin-top: 25px;
}

li.active > .db-tab {
  background: #f1f1f2 !important;
  color: #a3134d !important;
  border: 0 !important;      
  border-bottom: 3px solid #310b19 !important;

  background-color: #a3134d !important;
  color: white !important;
}

li > .db-tab {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 3px solid #310b19 !important;
}

.db-tab:hover {
  padding-bottom: 10px !important;
  color: #a3134d !important;
  border-bottom: 3px solid #310b19 !important;
}

.img-small-gal {
  width: 100%;
  margin-top: 10px;
}
.css-none-padding-right {
  padding-right: 5px;
}
.css-none-padding-left{
  padding-left: 5px;
}

.article-title-detail-film {
  font-size: 35px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #310b19;
  margin-top:0px;
}

.db-actor-box {
  text-align: center;
}

.db-cast-big-img {
  border-radius: 50%;
  width: 90%;
}

.db-btn-box-center {
  margin-top: 20px;
  text-align: center;
}

.actors-box {
  text-align: center;
}

.db-trailer-video {
  margin-top: 20px;
}

.video-padding-1 {
  padding-left:0;
  padding-right: 6px;
}
.video-padding-2 {
  padding-left:3px;
  padding-right: 3px;
}
.video-padding-3 {
  padding-left:6px;
  padding-right: 0px;
}

.padding-gal-left-none {
  padding-left: 0;
}
.padding-gal-right-none {
  padding-right: 0;
}

.btn-big-gal {
  color: white;
  text-decoration: none;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.btn-big-gal:hover{
  text-decoration: underline;
  color: white;
}

.db-row-wrap {
  margin: 20px 0;
  padding: 10px 0px 0px 0px;
}

.db-video-item {
  position: relative;
}

.db-video-item a.db-video-image-link:before {
  display: block;
  /*content: url(https://fandimefilmu.cz/assets/images/youtube-light.svg);*/
  width: 50px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: calc(50% - 25px);
}

.db-video-item h2.article-title-top{
  font-size: 17px;
  height: auto;
  color: #fff;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  height: auto;
  padding: 5px;
  padding-bottom: 40px;
  margin: 0px;
  line-height: 1.4em;
  position: absolute;
  z-index: 1;
  width: calc(100% - 6px);
  background: -moz-linear-gradient(top, rgba(163,19,77,1) 10%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(163,19,77,1) 10%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(163,19,77,1) 10%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A3134D', endColorstr='#00ffffff',GradientType=0 );
}

.db-btn-gal-wrap {
  display: flex;
  align-items: center;
  height: 202px;
  margin-top: 10px;
  background: #a3134d;
  color: white;
  padding-bottom: -10px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}

.db-stars-left-wrap {
  margin-top: 20px;
  width: calc(50% - 16px);
  padding: 15px;
  background: rgb(234, 226, 229);
  margin-left: 15px;
  border-bottom:1px solid #bbb;
  border-right:1px solid #bbb;text-align: center;
}
.db-stars-right-wrap {
  margin-top: 20px;
  width: calc(50% - 15px);
  padding: 15px;
  background: #F1F1F2;
  margin-right: 15px;
  border-bottom:1px solid #bbb;text-align: center;
}

@media (max-width: 767px) {
  .db-top-wrap {
    padding: 10px;
  }

  .article-title-detail-film {
    margin-top: 10px;
  }

  .db-main-img {
    width: calc(50% - 5px);
    float: left;
    margin-right: 5px;
  }

  .img-small-gal {
    margin-top:0px;
    margin-bottom: 5px;
  } 

  .css-none-padding-right {
    width: 25%;
    padding-right: 2px;
  }

  .css-none-padding-left {
    width: 25%;
    padding-left: 2px;
  }
  .db-actor-box {
    margin-bottom: 10px;
  }

  .db-actor-box:nth-child(3n+1){
    clear:left
  }
  .padding-gal-left-none .img-small-gal {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .btn-big-gal {
    font-size: 12px;
  }

  .db-btn-gal-wrap {
    clear: left;
    margin-top: 0px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    text-align: center;
    padding: 0px;
    height: auto;
  }
  .db-stars-left-wrap {
    margin-left:0;
    width: calc(50% - 1px);
  }
  .db-stars-right-wrap {
    width: 50%;
    margin-right: 0px;
  }

  /* NEW 2016-11-18 responsive databaze */
  .db-main-data {
    margin-left:0;
  }
  .db-synopse {
    margin-left: 0;
  }
  .db-cast-row {
    width: 50%;
    float:left;
    padding-right:5px;
  }
  .db-cast-row:nth-child(2n+1) {
    clear:left;
  }
  .db-cast-row > a{
    display:block;
  }
    
  .nav.nav-tabs.search-nav-tabs li {
    width:auto;
  }
  .nav.nav-tabs.search-nav-tabs li {
    margin-bottom:0 !important;
  }
  .nav.nav-tabs.search-nav-tabs li a {
    color: rgb(49, 11, 25);
    border-bottom:none !important;
  }
  .search-small {
    padding-left:3px;
    padding-right:3px;
  }
  .db-box-info {
    display: inline-block;
    width:100%;
  }
  .tab-content a.comment-btn.db-btn-box {
    position: relative !important;
    bottom: 0 !important;
  }

}
.btn-full-width {
  display: block;
  text-align: center;
  padding: 10px 20px;
  background: #a3134d;
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-top: 10px;
  width: 100%;
  border: 0px;
}
.btn-full-width:hover {
  color: white;
}
.db-top-small-wrap {
  background-color: #F1F1F2;
  margin: 0;
  padding: 18px;
}
.db-last-comment-wrap{
  padding: 18px;
}
.db-last-comment-wrap p {
  font-size: 17px;
}

.db-film-life-item p {
  font-size: 17px;
}

.db-film-life-title {
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #310b19;
}

.db-film-life-wrap {
  background-color: #F1F1F2;  
  padding: 18px;
  margin-bottom: 15px;
}

.btn-full-width-comment {
  display: block;
  text-align: center;
  padding: 10px 20px;
  background: white;
  border: 2px solid #a3134d;
  color: #a3134d;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.btn-full-width-comment:hover {
  color: #a3134d;
  text-decoration: underline;
}
.db-film-life-item {
  position: relative;
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.db-film-life-item a.db-video-image-link:before {
  display: block;
  /*content: url(https://fandimefilmu.cz/assets/images/youtube-light.svg);*/
  width: 50px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: calc(50% - 25px);
}
.db-film-life-item h2.article-title-top{
  font-size: 17px;
  height: auto;
  color: #fff;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  height: auto;
  padding: 5px;
  padding-bottom: 40px;
  margin: 0px;
  line-height: 1.4em;
  position: absolute;
  z-index: 1;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(163,19,77,1) 10%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(163,19,77,1) 10%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(163,19,77,1) 10%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A3134D', endColorstr='#00ffffff',GradientType=0 );
}
.db-film-life-item-time {
  margin-top: 5px;
  color: #310b19;
  font-weight: 700;
  text-align: right;
}
.db-film-life-item-article-link:hover {
  color: white;
}
.db-film-life-item-article-link {
  color: white;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  font-family: 'ManifoldCF-ExtraBold';
  text-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 2px;
  margin: 0px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(163, 19, 77,0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(163, 19, 77,0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(163, 19, 77,0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(163, 19, 77,0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(163, 19, 77,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(163, 19, 77,0.8) 100%);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  padding: 40px 20px 20px 20px;
  margin-bottom: 25px;
}
.score-container {
  font-size: 24px;
  text-align: center;
  color: #310b19;
}
.score-container a:hover {
  text-decoration: none;
}


@media (max-width: 767px) {
  
  #box-nevidet {max-width: 100%;
  }
  #box-nevidet img {max-width: 100%;
  }
  .ahojdaahojda ins {max-width: 100%; overflow: hidden;}
}

.ffff {
      max-width: 100%;
    overflow: hidden;
}