/* line 5, ../sass/style.sass */
a {
  color: #9a0929;
}

/* line 8, ../sass/style.sass */
* {
  font-family: "PT Sans", sans-serif;
  font-weight: inherit;
}

/* line 12, ../sass/style.sass */
.transition, .paginate a, .slick-prev, .slick-next, .sliders .title, header #navigation li a:hover, .sliders .shadow .watch:hover, .sliders .shadow .title:hover, .movie:hover .title, .pagin #next:hover, .fullnews .rand:hover a .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 20, ../sass/style.sass */
.navigation-block:after, .block-comment-user:after, .maincontainer:after, header:after, .after:after, footer:after, .fullnews .poster:after {
  content: "";
  display: table;
  clear: both;
}

/* dle */
/* line 33, ../sass/style.sass */
.slick-dots li.slick-active button:before {
  background: #9a0929;
  border: none;
}

/* line 36, ../sass/style.sass */
.slick-dots li button:before {
  background: #333333;
  border: 1px solid #666666;
}

/* line 39, ../sass/style.sass */
#navigation ul a, #navigation ul ul, #navigation ul {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/* line 41, ../sass/style.sass */
.buttonpm a {
  background: #9a0929;
  color: white;
  padding: 10px;
  margin-bottom: 15px;
  display: block;
  float: left;
  margin-right: 10px;
}

/* line 50, ../sass/style.sass */
.buttonpm:after {
  content: "";
  display: table;
  clear: both;
}

/* line 54, ../sass/style.sass */
.headingpm {
  float: left;
  display: block;
}

/* line 57, ../sass/style.sass */
.basecont, .heading {
  margin-bottom: 10px;
  line-height: 1.2rem;
  color: #7b7b7b;
}

/* line 62, ../sass/style.sass */
.ui-widget-header {
  background: none;
  color: #111111;
  padding: 15px 20px 15px 30px;
  border-bottom: 1px solid #dedede;
}
/* line 67, ../sass/style.sass */
.ui-widget-header a {
  color: #111111;
}

/* line 69, ../sass/style.sass */
.ui-dialog {
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  padding-bottom: 0;
}

/* line 75, ../sass/style.sass */
.ui-dialog .ui-dialog-content {
  margin-bottom: 0;
}

/* line 77, ../sass/style.sass */
.fbutton {
  background: #9a0929;
  border: none;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: white;
  padding: 8px 10px;
  cursor: pointer;
}
/* line 85, ../sass/style.sass */
.fbutton:hover {
  background: #220a06;
}

/* line 87, ../sass/style.sass */
#login_name, #login_password {
  padding: 0 10px 0 46px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
  background: #f8f8f8;
  z-index: 1;
  height: 40px;
  color: #83868a;
}

/* line 95, ../sass/style.sass */
.tt {
  padding: 4px 15px;
  border: 1px solid gray;
  color: gray;
  border-radius: 2px;
  display: inline-block;
  margin-top: 7px;
  margin-left: 10px;
}

/* line 103, ../sass/style.sass */
.login {
  float: left;
}

/* line 105, ../sass/style.sass */
.f_input {
  margin: 10px 0;
}

/* line 107, ../sass/style.sass */
.berrors {
  background: #9a0929;
  color: white;
  padding: 12px;
  clear: both;
}

/* line 113, ../sass/style.sass */
.speedbar {
  font-weight: 700;
}
/* line 115, ../sass/style.sass */
.speedbar .titleblock {
  border-bottom: none;
}

/* dle */
/* навигация */
/* line 120, ../sass/style.sass */
.navigation-block {
  position: relative;
  overflow: hidden;
}

/* line 124, ../sass/style.sass */
.paginate {
  margin: 0;
  clear: both;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

/* line 133, ../sass/style.sass */
.paginate li {
  float: left;
}

/* line 135, ../sass/style.sass */
.paginate li a, .paginate li span {
  background-color: #999999;
  padding: 10px 14px;
  color: #f1f1f1;
  display: block;
  float: left;
  margin-right: 2px;
  margin-bottom: 5px;
}

/* line 145, ../sass/style.sass */
.paginate li a:hover {
  background: #9a0929;
}

/* line 147, ../sass/style.sass */
.paginate .pages span {
  padding: 10px 14px;
  background: #9a0929;
  color: white;
}

/* line 152, ../sass/style.sass */
.paginate .prev, .paginate .next {
  position: relative;
  display: inline-block;
}
/* line 156, ../sass/style.sass */
.paginate .prev a, .paginate .next a {
  color: white;
  width: 125px;
  line-height: 20px;
  text-align: center;
  background-color: #999999;
  padding: 8px 14px;
  display: block;
  float: left;
  z-index: -1;
}
/* line 168, ../sass/style.sass */
.paginate .prev a:hover:before, .paginate .next a:hover:before {
  background: #9a0929;
  border: 2px solid #343434;
}
/* line 171, ../sass/style.sass */
.paginate .prev a:hover .next, .paginate .next a:hover .next {
  color: white;
}
/* line 173, ../sass/style.sass */
.paginate .prev a:hover, .paginate .next a:hover {
  color: white;
}

/* line 177, ../sass/style.sass */
.paginate .prev span, .paginate .next span {
  display: none;
}
/* line 185, ../sass/style.sass */
.paginate .next a:hover, .paginate .prev a:hover {
  background: #9a0929;
}

/* навигация */
/* комментарии */
/* line 189, ../sass/style.sass */
.commentary-block {
  border-top: 10px solid #9a0929;
  margin: 0 -20px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #444444;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #7b7b7b;
  margin-bottom: 30px;
  background: #242424;
}
/* line 203, ../sass/style.sass */
.commentary-block:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #444444;
  position: absolute;
  top: 57px;
  left: 48%;
}

/* line 215, ../sass/style.sass */
#dle-captcha a {
  color: #9a0929;
  font-size: 0.8rem;
  margin-bottom: 20px;
  display: block;
  padding-top: 10px;
}

/* line 221, ../sass/style.sass */
.block-comment-user .ed a, .buttoncomment {
  border: 1px solid #e2e2e2;
  color: #7b7b7b;
  background: none;
}
/* line 225, ../sass/style.sass */
.block-comment-user .ed a:hover, .buttoncomment:hover {
  background: #9a0929;
  color: white;
}

/* line 229, ../sass/style.sass */
.block-comment-user, #options {
  background: none;
  border-bottom: 2px solid #e2e2e2;
  color: #7b7b7b;
}

/* line 234, ../sass/style.sass */
.color-comment a {
  color: #9a0929;
  margin-bottom: 7px;
  font-family: "PT Sans", sans-serif;
}

/* line 240, ../sass/style.sass */
.popups li {
  padding: 5px 0;
}

/* line 243, ../sass/style.sass */
.block-comment-user {
  position: relative;
}

/* line 247, ../sass/style.sass */
.edit a {
  padding: 0 10px !important;
  border: none !important;
}

/* комментарии */
/*---login--- */
/* line 254, ../sass/style.sass */
.loginbox .loginbtn, .loginbox .loginava {
  position: relative;
}

/* line 257, ../sass/style.sass */
.lbn, #logbtn {
  z-index: 13;
  position: relative;
  padding: 0 21px;
  color: white;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  line-height: 76px;
}

/* line 268, ../sass/style.sass */
.lbn.selected, #logbtn.selected {
  background: #9a0929;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  color: white;
}

/* line 273, ../sass/style.sass */
.lbn b {
  cursor: pointer;
  background-position: 100% -43px;
}

/* line 277, ../sass/style.sass */
.lbn.selected {
  background-position: 0 -86px;
}

/* line 280, ../sass/style.sass */
.lbn.selected b {
  background-position: 100% -129px;
}

/* line 283, ../sass/style.sass */
#logform {
  border: 1px solid #e2e2e2;
  top: 100%;
  right: 0;
  z-index: 12;
  display: none;
  position: absolute;
  width: 295px;
  line-height: 0;
  background-color: #eaeaea;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  text-align: center;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

/* line 300, ../sass/style.sass */
.loginbox #logform .lfield {
  margin-bottom: 1em;
}

/* line 303, ../sass/style.sass */
.loginbox #logform .lfield label {
  display: block;
  margin-bottom: 0.2em;
}

/* line 307, ../sass/style.sass */
.loginbox #logform .lfield input {
  width: 170px;
  padding: 4px;
  border: 1px solid #c0d4de;
  background: white url("../images/fields.png") repeat-x;
}

/* line 313, ../sass/style.sass */
.loginbox #logform .lfchek input {
  width: 13px;
  border: none;
  background: none;
}

/* line 318, ../sass/style.sass */
.loginbox #logform .lfchek label {
  display: inline;
  margin-bottom: 0.2em;
}

/* line 322, ../sass/style.sass */
.loginbox #logform .lbtn {
  text-align: center;
}

/* line 325, ../sass/style.sass */
.loginbox .lvsep {
  line-height: 24px;
  font-size: 1.15em;
  padding: 19px 0 0 21px;
  margin-right: 20px;
  height: 45px;
  background: url("../images/lvsep.png") no-repeat;
}

/* line 333, ../sass/style.sass */
.loginbox .loginava {
  overflow: hidden;
  margin-right: 7px;
}

/* line 337, ../sass/style.sass */
.loginbox img {
  width: 42px;
  float: left;
  margin-right: 10px;
}

/* line 342, ../sass/style.sass */
.loginbox .loginava b {
  z-index: 13;
  background: url("../images/loginava.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 349, ../sass/style.sass */
.loginbox .lvsep .radial {
  margin-right: 5px;
  background-color: #9966cc;
  color: white;
  float: left;
  padding: 0 8px;
}

/* line 356, ../sass/style.sass */
.loginenter li a {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dbe8ed;
  color: #7b7b7b;
  line-height: 1rem;
}
/* line 363, ../sass/style.sass */
.loginenter li a:hover {
  background: #9a0929;
  color: white;
}

/* line 367, ../sass/style.sass */
.lexit {
  padding-top: 13px;
  background: url("../images/lexit.png") no-repeat;
}

/* line 371, ../sass/style.sass */
.lexit:hover {
  background-position: 0 -43px;
}

/* line 374, ../sass/style.sass */
.loginsite {
  display: inline-block;
}
/* line 376, ../sass/style.sass */
.loginsite a {
  color: #5b5f68;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  display: block;
  float: none;
}
/* line 382, ../sass/style.sass */
.loginsite a img {
  width: 58px;
  height: 58px;
  float: left;
  margin-right: 5px;
}
/* line 387, ../sass/style.sass */
.loginsite a:hover {
  color: #9a0929;
}

/* line 390, ../sass/style.sass */
.loginuser, .passworduser {
  position: relative;
}
/* line 392, ../sass/style.sass */
.loginuser:before, .passworduser:before {
  content: "\f007";
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 1px;
  background: white;
  height: 38px;
  width: 35px;
  border: 0px solid #eaeaea;
  border-right-width: 1px;
  line-height: 38px;
  text-align: center;
  speak: none;
  z-index: 2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #83868a;
}

/* line 416, ../sass/style.sass */
.passworduser:before {
  content: "\f084";
}

/* line 418, ../sass/style.sass */
.social-login {
  margin-bottom: 40px;
}
/* line 420, ../sass/style.sass */
.social-login:after {
  content: "";
  clear: both;
  display: table;
}

/* line 424, ../sass/style.sass */
.bbcodes {
  background: #9a0929;
  color: white;
}

/* line 427, ../sass/style.sass */
.fullenter {
  margin: -20px;
  padding: 5px 30px;
  border-top: 1px solid #dddddd;
  box-shadow: inset 0 1px 0 white;
  background-color: whitesmoke;
  overflow: hidden;
}
/* line 434, ../sass/style.sass */
.fullenter .fbutton {
  float: left;
}

/* line 437, ../sass/style.sass */
.padding {
  padding: 15px;
}

/* line 439, ../sass/style.sass */
.margin-top {
  margin-top: 15px;
}

/* line 441, ../sass/style.sass */
.inline {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-right: -4px;
}

/*---логин--- */
/*---слайдер--- */
/* line 449, ../sass/style.sass */
.slider {
  position: relative;
  margin-bottom: 0px;
}

/*---конец слайдер--- */
/*---общее--- */
/* line 458, ../sass/style.sass */
.maincontainer {
  padding: 15px 15px 0 15px;
  background: white;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.75);
}

/* line 466, ../sass/style.sass */
.login_main {
  float: right;
  position: relative;
}

/* line 470, ../sass/style.sass */
nav {
  float: left;
}

/* слайдер */
/* line 475, ../sass/style.sass */
.sliders {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 479, ../sass/style.sass */
.sliders figure {
  position: relative;
}
/* line 481, ../sass/style.sass */
.sliders .title {
  position: absolute;
  bottom: 30px;
  left: 50px;
  padding: 15px 20px;
  color: white;
  z-index: 2;
  font-size: 2rem;
  font-weight: 700;
  width: 500px;
  text-shadow: 2px 2px 3px #313335;
  background: rgba(0, 0, 0, 0.7);
}
/* line 494, ../sass/style.sass */
.sliders .title a {
  color: white;
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}
/* line 499, ../sass/style.sass */
.sliders .title a:hover {
  color: #9a0929;
}
/* line 502, ../sass/style.sass */
.sliders .title span {
  color: white;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 15px;
  line-height: 1.2rem;
}

/* line 513, ../sass/style.sass */
.top_slide .columns:first-child {
  padding-right: 2px;
}
/* line 515, ../sass/style.sass */
.top_slide .columns:last-child {
  padding-left: 0px;
}

/* line 519, ../sass/style.sass */
.clear_both:after {
  content: "";
  display: table;
  clear: both;
}

/* line 524, ../sass/style.sass */
.slider-nav {
  position: relative;
  border-top: 1px solid white;
  margin-bottom: 15px;
}
/* line 528, ../sass/style.sass */
.slider-nav .slick-prev, .slider-nav .slick-next {
  top: 0;
  height: 100%;
  opacity: 1;
  margin-top: 0;
  top: 0;
}
/* line 534, ../sass/style.sass */
.slider-nav img {
  max-height: 140px;
}

/* line 537, ../sass/style.sass */
.slick-center {
  position: relative;
}
/* line 539, ../sass/style.sass */
.slick-center:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 544, ../sass/style.sass */
.slick-center:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #9a0929;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -15px;
  z-index: 1;
}

/* line 557, ../sass/style.sass */
#searchsuggestions, #searchsuggestions a span.searchheading {
  background: #9a0929;
}

/* line 559, ../sass/style.sass */
.block-comment-user .ratebox2 {
  background: #9a0929;
  padding: 6px 12px;
  border-radius: 2px;
}

/* line 563, ../sass/style.sass */
.block-comment-user .ratebox2 a {
  color: white;
}

/* конец слайдер */
/* нов шаблон */
/* line 569, ../sass/style.sass */
header {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  margin: -15px -15px 0 -15px;
  border-bottom: 3px solid #9a0929;
}
/* line 575, ../sass/style.sass */
header .logo {
  text-align: center;
  line-height: 76px;
  position: relative;
}
/* line 588, ../sass/style.sass */
header #navigation li a:hover {
  color: #9a0929;
}

/* line 592, ../sass/style.sass */
.slider {
  margin-bottom: 30px;
}
/* line 594, ../sass/style.sass */
.slider .slick-prev, .slider .slick-next {
  opacity: 0;
}
/* line 597, ../sass/style.sass */
.slider:hover .slick-prev, .slider:hover .slick-next {
  opacity: 1;
}

/* line 599, ../sass/style.sass */
.sliders {
  height: 400px;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.sliders.fall{height:280px;}
/* line 604, ../sass/style.sass */
.sliders .shadow {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 30%;
  right: 0;
  z-index: 1;
  text-align: center;
}
/* line 612, ../sass/style.sass */
.sliders .shadow .top {
  position: absolute;
  top: 20%;
  width: 100%;
}
/* line 616, ../sass/style.sass */
.sliders .shadow .title {
  position: relative;
  width: auto;
  background: none;
  left: auto;
  top: auto;
  bottom: auto;
  line-height: 2.4rem;
}
/* line 624, ../sass/style.sass */
.sliders .shadow .watch {
  color: white;
  background-color: #9a0929;
  border-bottom: 3px solid #5c0519;
  display: inline-block;
  border-radius: 5px;
  padding: 13px 105px 16px;
  margin-top: 30px;
}
/* line 632, ../sass/style.sass */
.sliders .shadow .watch:hover {
  background: #5c0519;
}
/* line 635, ../sass/style.sass */
.sliders .shadow .category {
  color: white;
  text-decoration: underline;
}
/* line 639, ../sass/style.sass */
.sliders .shadow .title:hover {
  color: #9a0929;
}

/* line 644, ../sass/style.sass */
.movie {
  position: relative;
  margin-bottom: 30px;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
/* line 652, ../sass/style.sass */
.movie:hover .title {
  color: #9a0929 !important;
}
/* line 655, ../sass/style.sass */
.movie figure {
  position: relative;
  overflow: hidden;
  background: #000;
}
/* line 658, ../sass/style.sass */
.movie figure:before {
  content: "";
  position: absolute;
  top: 34%;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(28, 28, 28, 0), #1c1c1c);
}
/* line 666, ../sass/style.sass */
.movie figure img {
  width: 100%;
  height: 370px;
  border: 1px solid #d9d9d9;
  object-fit: contain;
}
/* line 670, ../sass/style.sass */
.movie figure .top-ticket-stub {
  position: absolute;
  top: -16px;
  width: 100%;
}
/* line 674, ../sass/style.sass */
.movie figure .top-ticket-stub .left.ticket-stub {
  left: -16px;
}
/* line 676, ../sass/style.sass */
.movie figure .top-ticket-stub .center.ticket-stub {
  left: 119px;
}
/* line 678, ../sass/style.sass */
.movie figure .top-ticket-stub .right.ticket-stub {
  right: -16px;
}
/* line 680, ../sass/style.sass */
.movie figure .ticket-stub {
  position: absolute;
  height: 32px;
  background: white;
  width: 32px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}
/* line 688, ../sass/style.sass */
.movie figure .middle-ticket-stub {
  position: absolute;
  top: 50%;
  width: 100%;
}
/* line 692, ../sass/style.sass */
.movie figure .middle-ticket-stub .left.ticket-stub {
  left: -16px;
}
/* line 694, ../sass/style.sass */
.movie figure .middle-ticket-stub .right.ticket-stub {
  right: -16px;
}
/* line 696, ../sass/style.sass */
.movie .info {
  padding: 20px;
  background: #1c1c1c;
}
/* line 699, ../sass/style.sass */
.movie .info .title {
  color: white;
  font-weight: 700;
  line-height: 1.2rem;
}
/* line 703, ../sass/style.sass */
.movie .info .category {
  margin-top: 10px;
  color: #858b96;
  margin-bottom: 15px;
}
/* line 707, ../sass/style.sass */
.movie .info .category a {
  color: #858b96;
  font-size: 0.9rem;
}
/* line 710, ../sass/style.sass */
.movie .info .descr {
  color: #858b96;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 12px;
}
/* line 715, ../sass/style.sass */
.movie .info .imdb {
  padding: 10px;
  border: 1px solid #858b96;
  border-radius: 28px;
  font-size: 0.8rem;
  color: #858b96;
  display: inline-block;
}
/* line 722, ../sass/style.sass */
.movie .info .imdb:nth-child(1) {
  margin-right: 8px;
}
/* line 724, ../sass/style.sass */
.movie .info .imdb span {
  color: #ffcc33;
}
/* line 726, ../sass/style.sass */
.movie .info .votes {
  margin-bottom: 15px;
}
/* line 728, ../sass/style.sass */
.movie .bottom-ticket-stub {
  position: relative;
  top: -7px;
  left: 3px;
  height: 10px;
}
/* line 733, ../sass/style.sass */
.movie .bottom-ticket-stub .small-ticket-stub {
  display: inline-block;
  background: white;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  vertical-align: top;
}
/* line 740, ../sass/style.sass */
.movie .bottom-ticket-stub .large-ticket-stub {
  display: inline-block;
  background: white;
  width: 68px;
  height: 32px;
  border-radius: 50%;
  margin-top: -4px;
}

/* line 747, ../sass/style.sass */
.pagin {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 17px 0;
  margin-bottom: 20px;
}

/* line 753, ../sass/style.sass */
.pagin #next {
  color: white;
  background-color: #9a0929;
  border-bottom: 3px solid #5c0519;
  display: inline-block;
  border-radius: 5px;
  padding: 14px 30px 14px 30px;
  cursor: pointer;
}
/* line 761, ../sass/style.sass */
.pagin #next:hover {
  background: #5c0519;
}

/* line 764, ../sass/style.sass */
.navigation-block {
  text-align: center;
}

/* line 767, ../sass/style.sass */
footer {
  background-color: #303a48;
  border-top: 3px solid #9a0929;
  line-height: 20px;
  color: white;
  margin: 15px -15px -15px -15px;
}
.foot{text-align: right;}
/* line 774, ../sass/style.sass */
footer .social {
  float: right;
}
/* line 776, ../sass/style.sass */
footer .social li {
  float: left;
}
/* line 778, ../sass/style.sass */
footer .social a {
  padding: 0 10px;
  opacity: 0.6;
}
/* line 781, ../sass/style.sass */
footer .social a:hover {
  opacity: 1;
}
/* line 783, ../sass/style.sass */
footer .social a .fa {
  color: white;
  font-size: 1.2rem;
}

/* line 787, ../sass/style.sass */
.fullnews {
  position: relative;
}
/* line 789, ../sass/style.sass */
.fullnews .sliders .shadow {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 30%;
  width: 100%;
  z-index: 1;
  text-align: center;
  bottom: 0;
}
/* line 797, ../sass/style.sass */
.fullnews h1 {
  color: black;
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 20px;
  display: inline-block;
width: calc(100% - 260px);
}
/* line 802, ../sass/style.sass */
.fullnews .poster {
  padding: 30px 0;
}
/* line 805, ../sass/style.sass */
.fullnews .img, .fullnews .info_movie {
  float: left;
}
/* line 807, ../sass/style.sass */
.fullnews .img img {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  object-fit: contain;
}
/* line 811, ../sass/style.sass */
.fullnews .info_movie .info {
  font-size: 0.9rem;
  margin-bottom: 15px;
  line-height: 1.2rem;
}
/* line 815, ../sass/style.sass */
.fullnews .info_movie .info a {
  color: black;
}
/* line 817, ../sass/style.sass */
.fullnews .info_movie .label {
  color: gray;
  margin-right: 5px;
}
/* line 820, ../sass/style.sass */
.fullnews .imdb {
  padding: 12px;
  border: 1px solid gray;
  border-radius: 28px;
  font-size: 0.9rem;
  color: black;
  display: inline-block;
  margin-right: 8px;
}
/* line 828, ../sass/style.sass */
.fullnews .imdb span {
  color: #9a0929;
}
/* line 830, ../sass/style.sass */
.fullnews .titleblock {
  color: black;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
/* line 835, ../sass/style.sass */
.fullnews .fullstory {
  line-height: 1.4rem;
  font-size: 0.94rem;
  margin-bottom: 30px; 
}
/* line 839, ../sass/style.sass */
.fullnews .fullstory img {
  display: none;
}
/* line 841, ../sass/style.sass */
.fullnews .fullstory iframe, .fullnews .fullstory embed, .fullnews .fullstory video {
  width: 100%;
  height: 400px;
}
/* line 845, ../sass/style.sass */
.fullnews .relatednews img {
  display: block;
  height: 265px;
}
/* line 848, ../sass/style.sass */
.fullnews .movie .bottom-ticket-stub .large-ticket-stub {
  width: 85px;
}
/* line 851, ../sass/style.sass */
.fullnews .rand {
  background-size: cover;
  background-position: center center;
  height: 195px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
}
/* line 859, ../sass/style.sass */
.fullnews .rand:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 868, ../sass/style.sass */
.fullnews .rand:hover a .title {
  color: #9a0929;
}
/* line 871, ../sass/style.sass */
.fullnews .rand a {
  display: block;
}
/* line 873, ../sass/style.sass */
.fullnews .rand .title {
  color: white;
  position: absolute;
  bottom: 20%;
  padding: 0 50px;
  line-height: 1.5rem;
  text-shadow: 2px 2px 3px #313335;
  font-weight: 700;
  font-size: 1.3rem;
}
