a {
  color: #282828;
  text-decoration: none;
}
a:hover {
  color: #282828;
  text-decoration: underline;
}
a:focus {
  color: #282828;
}

body {
    color: #444;
}


@font-face {
  font-family: 'ManifoldCF-ExtraBold';
  src: url('../fonts/manifold-cf-extra-bold.eot');
  src: url('../fonts/manifold-cf-extra-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/manifold-cf-extra-bold.woff2') format('woff2'), url('../fonts/manifold-cf-extra-bold.woff') format('woff'), url('../fonts/manifold-cf-extra-bold.ttf') format('truetype'), url('../fonts/manifold-cf-extra-bold.svg#youworkforthem') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 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: -180px;
  height: 600px;
  min-height: 600px;
  width: 160px;
  min-width: 160px;
}
.skyscraper-left-main > div {
  float: right;
}
.skyscraper-left {
  position: absolute;
  top: 180px;
  margin-left: -180px;
  height: 600px;
  min-height: 600px;
  width: 160px;
  min-width: 160px;
}
.skyscraper-left > div {
  float: right;
}
.main-container {
  position: relative;
}
.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: #24BB52;
  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;
}

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

/* LOGO BOX */
.logo-box {
  background-color: #282828;
}
.logo {
  background-color: #282828;
  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-img img {
  padding-left: 20px;
}
.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 #24BB52 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;
}
.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 #282828;
  margin-bottom: 20px;
}
.nav-login-icon {
  float: right;
  font-size: 25px;
  color: #282828;
  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: #282828;
  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: #282828;
  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: #24BB52;
border-bottom: 2px solid;
padding-bottom: 4px;

}

#navbar ul.nav li.active a {
color: #24BB52;
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;
}

/* TILE NEW */
.new-tile-box {
  margin-top: 15px;
  background-color: #fff;
}
.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: #24BB52;
  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;
}
.new-tile-small-border {
  border-top: 1px solid #f1f1f2;
}
/* BOX MAIN */
.tiles-box {
  height: 400px;
  background: #282828;
  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;
}

/* 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);  
}

/* ARTICLE LINK BOX */

.article-link-box
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.article-link-box .clear
{
  height: 1px;
  line-height: 1px;
}


.article-link-box-img
{
  width: 20%;
  float: left;
}

.article-link-box-title 
{
  font-size: 25px;
  float: left;
  width: calc(80% - 20px);
  margin-left: 20px;
  padding-top: 10px;
  line-height: 1.2;
  border-top: solid 1px #24BB52;
  font-weight: 700;
}

.article-link-box-title a
{
  color: black !important;
  text-decoration:none !important;
}

.article-link-box-title a:hover
{
  color: #24BB52 !important;
  text-decoration:none !important;
}

.article-link-box-title a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  border-style: solid;
  border-width: .3em 0 .3em .6em;
  border-color: transparent #24BB52;
}

@media (max-width: 767px) {
  .article-link-box-title 
  {
    font-size: 18px;
    width: calc(80% - 10px);
    margin-left: 10px;
    line-height: 1.2;
    font-weight: 700;
  }

}

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


.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: #24BB52;
  opacity: 0;
}
.container {
  padding: 0px;
}
h1.header-main-new {
  color: #282828;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border-bottom: 3px solid #282828;
  padding-bottom: 5px;
  margin-top: 0px;
}
h1.header-main {
  color: #282828;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border-bottom: 3px solid #282828;
  padding-bottom: 5px;
}
.tags {
  margin-bottom: 10px;
  margin-top: 15px;
}
.tags-bottom {
  margin-top: 20px;
}
.tag-category {
  background-color: #282828;
  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: #282828;
}

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

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

h2.article-title {
    color: #282828;
    font-size: 24px;
    font-weight: 700;
    font-family: 'ManifoldCF-ExtraBold';
    margin-top: 0px;
    margin-bottom: 6px;
}
h2.article-title-top {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  height: 46px;
  margin-top: 5px;
  line-height: 1em;
}
h2.video-title-top {
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  height: 26px;
  margin-top: 5px;
  line-height: 1em;  
}
h2.article-title-bottom {
  color: #282828;
  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-ff.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: #282828;
  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: #282828;
  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: #282828;
    color: white;
    font-size: 13px;
    padding: 3px 7px;
    text-transform: uppercase;
    font-family: 'ManifoldCF-ExtraBold';
}

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


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

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

    background-color: #24BB52;
    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: #282828;
}
.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 #a3134d;  
  /*
  background-image: url('http://www.fandimefilmu.cz/assets/images/ff_corner.png');
  background-repeat: no-repeat;
  background-size: 120px;
background-position: left bottom;
*/
}

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

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

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

/* IMAGE DESCRIPTION */

.image-description {
  text-align: center;
  font-style: italic;
  margin-top: 2px;
  font-size: 13px;
}

/* RIGHT COL */
.header-main {
  color: #282828;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border-bottom: 3px solid #282828;
  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: #282828;
}
.last-comment-title {
  font-size: 14px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #282828;
}
.last-comment-title a {
  color: #282828;
}
.facebook {
  margin-top: 15px;
  margin-bottom: 30px;
}
.partners-box {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.partner a {
  color: #282828;
}
.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: #282828;
  margin-top: 2px;
}
.review-title a,
.review-stats a {
  color: #282828;
}
.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(40, 40, 40, 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;
}
/* YOUTUBE BOX */
.youtube-box {
  background: #282828;
}
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;
}
/* 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: #282828;
}
h1.article-title-detail-center {
  font-size: 35px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #282828;
  text-align: center;
}
.article-info-detail {
  font-size: 15px;
  font-family: 'ManifoldCF-ExtraBold';
  color: #808080;
  margin-bottom: 10px;
}
.article-info-detail a {
  color: #282828;
}
.article-img-detail {
  width: 100%;
}
.article-perex-detail {
  color: #282828;
  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: #24BB52;
  text-decoration: underline;
}


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


.article-content-detail .spoiler {
  color: #fff;
}

.article-stats-box {
  margin-top: 30px;
  height: 120px;
  width: 100%;
  background-color: #24BB52;
  color: white;
  margin-bottom: 30px;
}
.article-stats-text-box {
  display: flex;
  align-items: center;
  height: 120px;
  width: 50%;
  float: left;
  padding-left: 20px;
  background: #282828;
}
.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: #24BB52 #24BB52 #24BB52 #282828;
  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: #282828;
  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: #24BB52;
  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: #282828;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border-bottom: 3px solid #282828;
  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: #282828;
  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: #24BB52;
  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: #282828;
  font-size: 21px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  line-height: 0.8em;
  margin-bottom: 6px;
}
.related-article-title-top a {
  color: #282828;
  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-ff.svg);
}
/* TABS */
ul.tab-header-main {
  color: #282828;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  border-bottom: 3px solid #282828;
  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: #282828;
  text-decoration: none;
}
.tab-header-main li a.tab-title {
  color: #aeaeae;
}
.tab-header-main li.active a.tab-title:hover {
  color: #282828;
  text-decoration: none;
}
.tab-header-main li.active a.tab-title {
  color: #aeaeae;
}
.tab-header-main li.active a.tab-title {
  color: #282828;
}
.tab-header-main li.active {
  color: #282828;
}
/*BOTOTM */
.bottom-box {
  background: #282828;
  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 #282828;
  box-shadow: none;
}
.form-register-input:focus {
  background-color: #f1f1f2;
  border: 1px solid #f1f1f2;
  border-bottom: 2px solid #282828;
  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: #282828;
}
.form-register-group .help-block {
  font-size: 12px;
  text-align: right;
  font-style: italic;
}
.btn-register {
  border-radius: 0px;
  background: #24BB52;
  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: #282828;
  text-decoration: underline;
}
.form-register-text a:hover {
  color: #24BB52;
  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 */

.article-gallery
{
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.gallery-link-over a
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 25px;
  color: white;
  font-weight: 700;
  padding-top: 20px;
  background: rgba(36, 187, 82, 0.7);
  margin-right: 15px;
  margin-left: 15px;
}

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


.checkbox a{
  text-decoration: underline;
}

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

/* 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 {
  width: 100%;
}

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

.article-icon-images {
    width: 34px;
    height: 34px;
    background-color: #24BB52;
    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: #24BB52;
    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: #24BB52;
    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';    
}

h2.video-title-detail {
  font-size: 25px;
  margin-top: 0px;
  font-weight: 700;
  font-family: 'ManifoldCF-ExtraBold';
  color: #282828;
}

/* VIDEO WRAPPER */ 

.video-wrapper {
  position: relative;
}

.video-wrapper .video-title {
  -webkit-transition: all 1s; /* Safari */
  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(36,187,82,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(36,187,82,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(36,187,82,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24bb52', endColorstr='#00ffffff',GradientType=0 );
}

.video-wrapper:hover .video-title {
  opacity: 1!important;
}

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


.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 h2.article-title-top {
  font-size: 17px;
  height: auto;
  color: #fff;
  font-weight: 700;
  font-family: 'Roboto';
  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(36,187,82,1) 10%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(36,187,82,1) 10%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(36,187,82,1) 10%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24bb52', endColorstr='#00ffffff',GradientType=0 );
}

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

.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(36, 187, 82, 0.59);
}


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

@media (max-width: 768px) {

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

  .featured-videos .col-md-3 a{
    width: 50%;
    display: block;
    float: left;
  }
  .featured-videos h2{
      display: none;
  }
    
  .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 #282828;
  }
  div#navbar {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282828+0,3f0721+69&1+0,0.69+67,0+98 */
background: -moz-linear-gradient(top, rgba(40,40,40,1) 0%, rgba(40,40,40,0.69) 67%, rgba(40,40,40,0.65) 69%, rgba(40,40,40,0) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(40,40,40,1) 0%,rgba(40,40,40,0.69) 67%,rgba(40,40,40,0.65) 69%,rgba(40,40,40,0) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(40,40,40,1) 0%,rgba(40,40,40,0.69) 67%,rgba(40,40,40,0.65) 69%,rgba(40,40,40,0) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', 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: #24BB52;
}
#search-input-xs {
    border: 2px solid white!important;
    color: #fff!important;
    background-color: rgba(40,40,40, 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;
}

  .gallery-link-over a
  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: 700;
  }

  .-img-gallery.row
  {
    margin-top:10px;
  }

  .-img-gallery.row .col-xs-3
  {
    padding: 0px 5px;
  }

  .gallery-link-over a
  {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 12px;
  }

}





@media (max-width: 1199px) {

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

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




.videos-in-article {

}

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

/*
.videos-in-article h2.article-title-top:before {
    display: block;
    content: url('http://fandimefilmu.cz/assets/images/youtube-light.svg');
    width: 50px;
    height: 40px;
    position: absolute;
    top: 48px;
    right: 84px;
    opacity: 0.83;
}
*/

.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;
}

/* 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 #282828;
      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 #282828;
    background-color: white;
    float: left;
    }
    .db-title {
          float: left;
    background: #282828;
    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;
    }
    
#main-content-box ins.cavixoad {
  margin: 0 auto;
}




@media (max-width: 767px) {
  
  #box-nevidet {max-width: 100%;
  }
  #box-nevidet img {max-width: 100%;
  }
}
