.navbar-inverse {
  border-color: transparent;
  background-color: #181818;
}

.navbar-inverse .navbar-nav > .active > a {
  background-color: #053259;
}

.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #5182ae;
}

.navbar-inverse .navbar-nav > li > a {
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media (min-width: 768px) {
  .navbar-inverse .navbar-nav > li > a {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    text-align: center;
  }
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background-color: #165690;
}

@media (max-width: 767px) {
  .navbar-left {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-left li {
    margin: 5px 5px 5px 0;
  }
}

@media (max-width: 767px) {
  .navbar-right {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .navbar-right li {
    margin: 5px 0 5px 5px;
  }
}

.panel {
  margin-bottom: 30px;
  border: none;
  background-color: #f1f1f1;
}

.panel-info > .panel-heading {
  color: #ffffff;
  border: none;
  background-color: #df8a13;
}

.panel-title {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}

.panel-body {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.input-lg {
  font-size: 0.875rem;
}

.input-group-lg > .form-control {
  font-size: 0.875rem;
}

html {
  font-size: 16px;
}

body {
  overflow-y: scroll;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
}

a {
  color: #165690;
}

a:hover, a:focus {
  text-decoration: none;
  color: #df8a13;
}

h1 {
  margin: 40px 0;
  font-family: "PT Serif", serif;
}

@media (min-width: 576px) {
  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

h1::after {
  position: absolute;
  width: 100%;
  margin: 0.85em 0 0 15px;
  content: "";
  border-bottom: 3px solid rgba(240, 173, 78, 0.7);
}

h2 {
  margin: 50px 0 40px 40px;
  font-family: "PT Serif", serif;
}

@media (min-width: 576px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 1.75rem;
  }
}

h2::before {
  position: absolute;
  left: 0;
  width: 25px;
  margin: 0.25em 0 0 0;
  content: "";
  border-bottom: 3px solid rgba(240, 173, 78, 0.9);
}

h2::after {
  position: absolute;
  width: 100%;
  margin: 0.85em 0 0 15px;
  content: "";
  border-bottom: 3px solid rgba(240, 173, 78, 0.7);
}

@media (min-width: 576px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  h3 {
    font-size: 1.25rem;
  }
}

section {
  position: relative;
  overflow: hidden;
}

.header-logo {
  padding: 100px 20px;
  text-align: center;
  background-color: #222222;
  background-image: url(../img/header-bg.jpg);
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

.header-logo__title {
  letter-spacing: 0.33em;
  font-size: 3.5rem;
  color: #df8a13;
  font-family: "PT Serif", serif;
  display: block;
  text-shadow: 0 0 5px black, 0 0 20px black;
}

@media (min-width: 576px) {
  .header-logo__title {
    letter-spacing: 0.33em;
    font-size: 3.5rem;
  }
}

@media (max-width: 576px) {
  .header-logo__title {
    letter-spacing: 0.2em;
    font-size: 2.5rem;
  }
}

.header-logo__description {
  display: block;
  font-size: 1.15rem;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-shadow: 0 0 5px black, 0 0 20px black;
}

.main .panel-search {
  margin: 40px 0 20px 0;
}

.new-films-item:hover .new-films-item__label,
.top-week-item:hover .top-week-item__label {
  color: white;
}

.new-films .row,
.top-week .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.new-films .thumbnail,
.top-week .thumbnail {
  margin-bottom: 15px;
}

.new-films-item,
.top-week-item {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.new-films-item:hover .thumbnail,
.top-week-item:hover .thumbnail {
  border-color: #df8a13;
  background-color: #df8a13;
}

.new-films-item__image,
.top-week-item__image {
  width: 100%;
}

.new-films-item .thumbnail,
.top-week-item .thumbnail {
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.new-films-item .caption,
.top-week-item .caption {
  text-align: center;
}

.film-news img {
  width: 100%;
}

.film-news-item:hover .thumbnail {
  background-color: #f0ad4e;
}

.film-news-item:hover h3 > a {
  color: #df8a13;
}

.film-news-item:hover .btn-warning {
  background-color: #df8a13;
}

.film-news-item__text {
  text-align: justify;
}

.film-news h3 > a {
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.film-news .thumbnail {
  margin-bottom: 0;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.film-news .btn-warning {
  float: right;
  margin-bottom: 30px;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.film-info {
  font-size: 1.2em;
}

.film-info__badge {
  font-size: 0.8em;
}

.film-info__badge:not(:last-child) {
  margin-right: 3%;
}

.film-info__well {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.film-send-comment .btn {
  float: right;
}

.left-sidebar {
  margin-top: 40px;
}

.vertical-slider {
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.site-news-item {
  position: relative;
  clear: both;
}

.site-news-item:not(:last-of-type) {
  margin-bottom: 15px;
}

.site-news-item:not(:last-of-type):after {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: -webkit-calc(100% - 85px);
  width: calc(100% - 85px);
  height: 1px;
  content: "";
  background-color: #dddddd;
}

.site-news-item__image {
  float: left;
  width: 75px;
  margin: 0 10px 10px 0;
}

.site-news-item__image img {
  width: 100%;
}

.site-news-item__title {
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  height: 50px;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.site-news-item__date {
  text-align: right;
  color: #919191;
  font-size: 0.8rem;
}

.site-news-item:hover a {
  color: #df8a13;
}

.site-news-item:hover .thumbnail {
  background-color: #df8a13;
}

.top-films {
  margin-bottom: 60px;
}

.top-films .panel-body {
  padding: 0;
}

.list-group {
  margin: 15px 0;
}

.list-group-item {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.list-group-item a {
  -webkit-transition: color 0s;
  -o-transition: color 0s;
  transition: color 0s;
}

.list-group-item .badge {
  margin-top: 3px;
}

.list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item:hover {
  background-color: #df8a13;
}

.list-group-item:hover a {
  color: white;
}

.list-group-item:hover .badge {
  background-color: #222222;
}

.footer {
  margin-top: 60px;
  padding-top: 40px;
  color: #fcfcfc;
  background-color: #222222;
}

.footer ul {
  padding: 0;
  list-style: none;
}

.footer a {
  color: #777777;
}

.footer a:hover {
  color: white;
}

.footer-fifth {
  margin: 20px 0;
  text-align: center;
}

.footer-fifth a {
  color: #fcfcfc;
}

.w-100 {
  width: 100%;
}

.new-film-item_image, .top-week-item_image {
  width: 100%;
}

.btn-warning {
  margin: 20px 0;
}

/*# sourceMappingURL=style.css.map */