@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
.color-primary {
  color: #000 !important;
}
.color-secondary {
  color: #000 !important;
}
.color-tertiary {
  color: #000 !important;
}
.no-margin {
  margin: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
a {
  color: #000;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #000;
}
a.thumbnail:active,
a.thumbnail:hover {
  border-color: #000;
}
body {
  font-family: sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body {
    font-family: 'Open Sans', sans-serif;
  }
}
.modal-backdrop {
  z-index: 9999;
}
.modal {
  z-index: 99999;
  text-align: left;
  color: #000 !important;
}
.movies-container .overlay {
  position: fixed;
  z-index: 999999;
}
.movies-list .item {
  display: block;
  margin-bottom: 30px;
  padding: 0 5px 5px 5px;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.movies-list .item .img {
  width: calc(100% + 10px);
  height: 0;
  margin: 0 -5px 15px -5px;
  background-color: #eee;
  padding-top: 142.85714286%;
  position: relative;
  overflow: hidden;
}
.movies-list .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.movies-list .item .name {
  min-height: 4.28571429em;
  font-size: 0.875em;
}
.movies-list .item .info {
  margin-top: 5px;
  font-size: 0.75em;
}
.movies-list .item:hover,
.movies-list .item:focus,
.movies-list .item:active {
  text-decoration: none;
  -webkit-box-shadow: 0 0 30px 0 rgba(238, 238, 238, 0.35);
  -moz-box-shadow: 0 0 30px 0 rgba(238, 238, 238, 0.35);
  box-shadow: 0 0 30px 0 rgba(238, 238, 238, 0.35);
}
.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.overlay .ssg,
.overlay .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 50px;
}
.overlay-wrapper {
  position: relative;
}
.checkbox {
  display: none;
}
.checkbox + label {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox + label:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 0;
  margin: 2px 5px 0 0;
  padding-top: 18px;
  vertical-align: top;
  background-image: url(/images/iCheck/minimal/grey.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.checkbox + label:hover:before {
  background-position: -20px 0;
}
.checkbox:checked + label:before {
  background-position: -40px 0;
}
.tabs {
  margin: 30px 0;
}
.tabs > h2 {
  margin: 0 0 30px 0;
}
.tabs .listButtons {
  margin: 0 -3px;
}
.tabs .listButtons > div {
  padding: 0 3px;
}
.tabs .listButtons button[data-toggle="showTab"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: calc(2.85714286em + 10px);
  margin-bottom: 6px;
  background-color: #e7e7e7;
  color: #000;
  font-size: 1em;
  padding: 5px;
  border: 0px none;
  align-items: center;
  justify-content: center;
}
.tabs .listButtons button[data-toggle="showTab"]:hover,
.tabs .listButtons button[data-toggle="showTab"]:focus {
  font-weight: 700;
}
.tabs .listButtons button[data-toggle="showTab"]:active,
.tabs .listButtons button[data-toggle="showTab"].active {
  min-height: calc(2.85714286em + 16px);
  background-color: #eee;
  color: #000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .tabs .listButtons button[data-toggle="showTab"]:active,
  .tabs .listButtons button[data-toggle="showTab"].active {
    margin-bottom: 0;
    border-bottom: 6px solid #eee;
  }
}
.tabs .containerTabs {
  background-color: #eee;
}
.tabs .containerTabs > .tab {
  display: none;
  padding: 15px;
}
.tabs .containerTabs > .tab.active {
  display: block;
}
.is-countdown {
  border: 1px solid #ccc;
  background-color: #eee;
}
.is-countdown:before,
.is-countdown:after {
  content: ' ';
  display: table;
}
.is-countdown:after {
  clear: both;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-holding span {
  color: #888;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown-amount {
  font-size: 200%;
}
.countdown-period {
  display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 4px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
.timeline {
  margin-top: 50px;
  padding: 20px 0 0 0;
}
.timeline:before {
  background-color: #deaeca;
  width: 10px;
  margin-left: -5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.timeline:after {
  content: ' ';
  display: table;
  clear: both;
}
.timeline > li {
  display: block;
  margin-top: 40px;
  clear: left;
}
@media (min-width: 768px) {
  .timeline > li {
    width: 50%;
    float: left;
  }
}
.timeline > li:first-of-type {
  margin-top: -50px;
}
@media (min-width: 768px) {
  .timeline > li:nth-of-type(2) {
    margin-top: 120px;
  }
}
.timeline > li.timeline-inverted {
  clear: right;
}
@media (min-width: 768px) {
  .timeline > li.timeline-inverted {
    float: right;
  }
}
.timeline > li.timeline-inverted > .timeline-badge {
  right: auto;
}
@media (min-width: 768px) {
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 0px;
  }
}
.timeline > li > .timeline-badge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  background-color: #deaeca;
  color: #000;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1;
  left: auto;
  top: -5px;
  right: -35px;
}
@media (max-width: 767px) {
  .timeline > li > .timeline-badge {
    margin-left: -10px !important;
  }
}
.timeline > li > .timeline-badge > small {
  display: inline-block;
  margin-top: 5px;
  font-size: 0.7em;
  font-weight: 400;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 60px);
  padding: 30px;
  border: 0px none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 50px 0 rgba(78, 97, 170, 0.3);
  -moz-box-shadow: 0 0 50px 0 rgba(78, 97, 170, 0.3);
  box-shadow: 0 0 50px 0 rgba(78, 97, 170, 0.3);
}
@media (max-width: 767px) {
  .timeline > li > .timeline-panel {
    width: calc(100% - 100px) !important;
  }
}
.timeline > li > .timeline-panel:before {
  top: 15px;
  border: 0px none;
}
.timeline > li > .timeline-panel:after {
  border-left-color: #eee;
  border-right-color: #eee;
  top: 16px;
}
.timeline > li > .timeline-panel > .caption {
  margin: 30px 0 20px 0;
  font-size: 1.375em;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .timeline > li > .timeline-panel > .caption {
    font-size: 1.875em;
  }
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*# sourceMappingURL=layout.css.map */