@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, tr{
  padding: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("../files/images/layout/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
html {
  background: #141414;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #141414;
  background-color: #F9F9F9;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.main {
  max-width: 990px;
  margin: 0 auto 30px auto;
}
.promo {
  background: #24AAE1 url(../files/images/layout/promo.png) no-repeat center;
  background-size: cover;
  padding: 20px;
  margin: 0 0 27px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.promo .carousel {
  max-width: 950px;
  padding: 0 50px;
  margin: 0 auto 42px auto;
}
.promo .carousel > div {
  text-align: center;
}
.promo .carousel > div a {
  display: block;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.promo .carousel > div img {
  display: block;
  margin: 0 auto 15px auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.promo .carousel .slick-prev,
.promo .carousel .slick-next {
  width: 20px;
  height: 33px;
  overflow: hidden;
  margin-top: -30px;
  background: url(../files/images/layout/carousel.png) no-repeat;
}
.promo .carousel .slick-prev {
  background-position: 0 0;
  left: 2px;
}
.promo .carousel .slick-prev:hover {
  background-position: 0 -33px;
}
.promo .carousel .slick-next {
  right: 2px;
  background-position: -20px 0;
}
.promo .carousel .slick-next:hover {
  background-position: -20px -33px;
}
.promo .carousel .slick-prev:before,
.promo .carousel .slick-next:before {
  content: normal;
  display: none;
}
.promo h2 {
  margin: 0 0 25px 0;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.promo h2 span {
  position: relative;
  display: inline-block;
  padding: 0 0 16px 0;
}
.promo h2 span:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: -35px;
  right: -35px;
  bottom: 0;
  background: #e2e2e2;
}
.promo-white {
  background: #fff;
}
.promo-white .carousel > div a {
  color: #000;
}
.promo-white .carousel .slick-prev {
  background-position: 0 -33px;
}
.promo-white .carousel .slick-prev:hover {
  background-position: 0 -66px;
}
.promo-white .carousel .slick-next {
  background-position: -20px -33px;
}
.promo-white .carousel .slick-next:hover {
  background-position: -20px -66px;
}
.promo-white h2 {
  color: #000;
}
.promo-white h2 span:after {
  background: #E2E2E2;
}
.boxes {
  text-align: justify;
  font-size: 0;
  -ms-text-justify: distribute-all-lines;
  /*.box3 {
        width: 30.303030%;
    }*/
}
.boxes:after {
  content: '';
  width: 100%;
  height: 0;
  display: inline-block;
}
.boxes .box {
  width: 32.323232%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  font-size: 16px;
  margin: 0 auto 36px auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.boxes .box > a {
  display: block;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}
.boxes .box-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.boxes .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  min-height: 46px;
}
.boxes .tag {
  position: absolute;
  top: 20px;
  left: 0;
  background: #24AAE1;
  display: block;
  color: #fff;
  padding: 9px 20px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.header {
  padding: 10px 0 0 0;
}
.header > .inner {
  max-width: 990px;
  margin: 0 auto;
}
.logo {
  float: left;
}
.header-actions {
  float: right;
}
.header-actions form {
  float: left;
  width: 260px;
  background: #ffffff;
  border-radius: 3px;
  margin: 0 0 0 16px;
}
.header-actions form input {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  box-sizing: content-box;
  font-size: 13px;
  color: #000;
  float: left;
}
.header-actions form input[type=text],
.header-actions form input[type=search] {
  width: 190px;
  padding: 9px 15px 8px 15px;
}
.header-actions form input[type=submit] {
  width: 40px;
  padding: 9px 0 8px 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../files/images/layout/search.png) no-repeat center;
}
.header-actions ul,
.header-actions li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-actions li {
  float: left;
  margin: 2px 9px 0 0;
}
.header-actions li a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../files/images/layout/social2.png) no-repeat;
  border-radius: 50%;
}
.header-actions li a.social-google {
  background-position: 0 0;
}
.header-actions li a.social-google:hover {
  background-position: 0 -30px;
}
.header-actions li a.social-facebook {
  background-position: -30px 0;
}
.header-actions li a.social-facebook:hover {
  background-position: -30px -30px;
}

.header-actions li a.social-youtube {
  background-position: -57px 0;
}
.header-actions li a.social-youtube:hover {
  background-position: -57px -30px;
}

.header-actions ul {
  float: left;
}
.nav {
  clear: right;
  float: right;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 13px 0 0 0;
}
.nav h2 {
  display: none;
}
.nav ul,
.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li {
  float: left;
  margin-left: .6em;
}
.nav li:first-child {
  margin-left: 0;
}
.nav a {
  background-color: #ffffff;
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 9px 18px;
  border-radius: 3px;
}
.nav a:hover {
  background-color: #24AAE1;
  color: #fff;
}
.nav a.active {
  background-color: #fff;
  color: #141414;
}
@media only screen and (max-width: 768px) {
  .nav {
    float: none;
    clear: both;
  }
  .nav h2 {
    display: block;
    background: #24AAE1;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 20px;
    padding: 10px 0;
  }
  .nav ul {
    display: none;
    margin: -20px 30px 20px 30px;
    background: #141414;
    padding: 20px;
  }
  .nav ul li {
    float: none;
  }
  .nav ul a {
    display: block;
  }
  .nav ul a:hover {
    color: #24AAE1;
  }
}
@media only screen and (max-width: 920px) {
  .nav a {
    padding: 9px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .logo {
    float: none;
    display: block;
    text-align: center;
  }
  .header-actions {
    float: none;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .header-actions ul,
  .header-actions ul li,
  .header-actions form {
    float: none;
  }
  .header-actions ul {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .header-actions ul li {
    display: inline-block;
  }
  .header-actions form {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
}
.footer {
  background: #141414;
  padding: 25px 0;
}
.footer > .inner {
  max-width: 990px;
  margin: 0 auto;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .partners {
  float: left;
}
.footer .partners img {
  margin: 0 20px 0 0;
}
.footer .copy {
  float: right;
  color: #fff;
  margin: 17px 0;
}
@media only screen and (max-width: 768px) {
  .footer .partners,
  .footer .copy {
    float: none;
    text-align: center;
  }
}
.intro img {
  max-width: 100%;
  width: auto;
}
.intro .carousel {
  margin: 0;
}
.intro .slick-slide {
  position: relative;
}
.intro .intro-links {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
.intro .intro-links a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  background: #141414;
  color: #fff;
  padding: 10px 15px;
  font-size: 110%;
  margin: 5px;
  border-radius: 3px;
}
.intro .intro-links a:hover {
  background: #24AAE1;
}
.intro .intro-text {
  position: absolute;
  left: 0;
  top: 50%;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  margin: -55px 0 0 0;
}
.intro .intro-text span {
  float: left;
  clear: left;
  margin: 0 0 5px 0;
}
.intro .intro-text .intro-title {
  font-size: 250%;
  color: #fff;
  background: #24AAE1;
  padding: 10px 20px;
  font-weight: 600;
}
.intro .intro-text .intro-info {
  padding: 10px 20px;
  background: #fff;
  font-size: 140%;
  font-weight: 600;
  color: #000;
}
.intro-controls {
  position: relative;
  text-align: center;
  padding: 20px 0 28px 0;
}
.intro-controls .intro-dots {
  display: inline-block;
}
.intro-controls .button,
.intro-controls .slick-dots,
.intro-controls li {
  position: static;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.intro-controls .slick-dots {
  height: 14px;
}
.intro-controls .slick-dots,
.intro-controls .slick-dots li {
  margin: 0;
  padding: 0;
  height: auto;
  vertical-align: top;
}
.intro-controls .slick-dots li button:before {
  content: normal;
  display: none;
}
.intro-controls .slick-dots button {
  width: 12px;
  height: 12px;
  border: 1px solid #939393;
  border-radius: 50%;
  margin: 1px 2px;
  line-height: 12px;
}
.intro-controls .slick-dots .slick-active button {
  background: #24AAE1;
  border: 1px solid #24AAE1;
}
.intro-controls .intro-prev,
.intro-controls .intro-next {
  cursor: pointer;
  width: 20px;
  display: inline-block;
  height: 14px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: url(../files/images/layout/intro-carousel.png) no-repeat;
  vertical-align: top;
}
.intro-controls .intro-prev {
  background-position: 0 0;
}
.intro-controls .intro-prev:hover {
  background-position: 0 -14px;
}
.intro-controls .intro-next {
  background-position: -20px 0;
}
.intro-controls .intro-next:hover {
  background-position: -20px -14px;
}
@media only screen and (max-width: 768px) {
  .boxes {
    text-align: center;
  }
  .boxes .box {
    display: block;
    width: auto;
    max-width: 320px;
  }
  .boxes .box-img img {
    width: 100%;
  }
  .intro .intro-links {
    position: static;
    margin: 10px 0 0 0;
  }
  .intro .intro-text {
    top: 30%;
  }
  .intro .intro-text .intro-title {
    font-size: 180%;
  }
  .intro .intro-text .intro-info {
    font-size: 120%;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 17px;
}
a {
  color: #24AAE1;
}
a:hover {
  color: #000;
}
.button {
  background-color: #24AAE1;
  background-image: linear-gradient(to bottom, #24AAE1, #1679A1);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  padding: 7px 32px 7px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  border: 0;
}
.button:after {
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin: -5px 0 0 0;
  width: 6px;
  height: 10px;
  background: url(../files/images/layout/button.png) no-repeat;
}
input.button {
  padding-right: 20px;
}
.button-silver {
  background-color: #FFFFFF;
  background-image: linear-gradient(to bottom, #FFFFFF, #EDEDED);
  color: #000;
}
.button-silver:after {
  background: url(../files/images/layout/button-silver.png) no-repeat;
}
.play,
.download {
  padding: 0 0 0 24px;
  margin: 0 18px 4px 0;
  font-weight: 600;
  background: url(../files/images/layout/ico-play.png) no-repeat left;
  white-space: nowrap;
  display: inline-block;
}
.play.active,
.download.active {
  color: #323232;
  text-decoration: none;
}
.download {
  background: url(../files/images/layout/ico-download.png) no-repeat left;
  margin-bottom: 0;
  padding-left: 32px;
}
.article {
  background: #fff;
  padding: 20px 40px;
  font-size: 15px;
  line-height: 1.5;
}
.article h1 {
  color: #24AAE1;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.article p {
  margin: 0 0 1.5em 0;
}
.article ul {
  margin: 2em 10px;
  padding: 0;
  list-style: none;
}
.article ul li {
  padding: 0 0 0 18px;
  background: url(../files/images/layout/li.png) no-repeat 0 0.5em;
  margin: 6px 0;
}
.datatable {
  width: 100%;
}
.datatable th {
  background: #141414;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  text-align: left;
  padding: 9px 18px;
}
.datatable td {
  font-size: 14px;
  border: 1px solid #E5E5E5;
  padding: 8px 18px;
}
.form {
  border: 5px solid #F0F0F1;
  padding: 20px 25px;
}
.form table {
  width: 100%;
}
.form td {
  padding: 10px 10px;
}
.form input[type=text],
.form input[type=email],
.form input[type=password] {
  border: 1px solid #D8D9DB;
  width: 90%;
  padding: 7px 4%;
  margin: 6px 0 0 0;
}
.form input[type=checkbox],
.form input[type=radio] {
  vertical-align: middle;
  margin: 0 6px 0 0;
  position: relative;
  top: -2px;
}
.form .req {
  color: #24AAE1;
}
@media only screen and (max-width: 768px) {
  .form td {
    display: block;
  }
  .article {
    padding: 20px 20px;
  }
}
.company {
  float: right;
}
.detail {
  padding: 20px;
}
.detail .subtitle {
  font-size: 18px;
  margin: -22px 0 28px 0;
}
.detail img {
  max-width: 100%;
  height: auto;
}
.detail .cols {
  clear: both;
}
.detail .col-left {
  float: left;
  width: 45.26315789473684%;
}
.detail .col-right {
  float: right;
  width: 52.63157894736842%;
}
.detail h3 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.cover {
  display: block;
  margin: 0 0 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.gallery {
  margin: 0 0 20px 0;
}
.gallery ul {
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
}
.gallery ul,
.gallery ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.gallery ul:after {
  content: '';
  width: 100%;
}
.gallery ul li {
  display: inline-block;
}
.gallery ul li img {
  display: block;
  margin: 0 0 1px 0;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.links {
  margin: 1em 0;
}
.summary {
  margin: 2em 0;
  width: 100%;
}
.summary th,
.summary td {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 9px 10px 8px 10px;
}
.summary th {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
h3 ~ .summary {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .detail .col-left,
  .detail .col-right {
    float: none;
    width: auto;
  }
  .detail .col-left {
    max-width: 430px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .gallery ul li {
    display: block;
  }
  .gallery ul li img {
    width: 100%;
    height: auto;
  }
}
.clear {
  clear: both;
}
.red,
.error {
  color: red;
}
.success {
  color: green;
}
#hs-text {
  width: calc(100% - 70px);
}
/*Homepage-banner*/
.flash-banner {
  position: relative;
  width: 106.666666%;
}
.flash-banner object,
.flash-banner embed {
  position: absolute;
  width: 106.666666%;
  height: 100%;
  top: 0;
  left: -6.4%;
  cursor: pointer;
}
/*Film-boxes*/
.film-boxes-out {
  width: 103%;
  overflow: hidden;
}
.film-boxes {
  width: 100%;
  padding: 1em 0 0 0;
}
.fbr-box {
  text-align: center;
  float: left;
  padding: 0 3% 2em 0;
  width: 47%;
  /* 100/2 - 3 */
  transition: 0.3s color linear;
}
.fbr-box:nth-child(2n + 1) {
  clear: left;
}
@media only screen and (min-width: 368px) {
  .fbr-box {
    width: 30.333%;
    /* 100/3 - 3 */
  }
  .fbr-box:nth-child(2n + 1) {
    clear: none;
  }
  .fbr-box:nth-child(3n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 648px) {
  .fbr-box {
    width: 22%;
    /* 100/4 - 3 */
  }
  .fbr-box:nth-child(3n + 1) {
    clear: none;
  }
  .fbr-box:nth-child(4n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 800px) {
  .fbr-box {
    width: 17%;
    /* 100/5 - 3 */
  }
  .fbr-box:nth-child(4n + 1) {
    clear: none;
  }
  .fbr-box:nth-child(5n + 1) {
    clear: left;
  }
}
.fbr-box img {
  width: 100%;
  padding-bottom: 8px;
}
.fbr-box:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fbr-box a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.fbr-box em {
  display: block;
  padding-top: 3px;
  font-style: normal;
  font-weight: normal;
}
/* Detail filmu */
.name-original {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.6em;
}
.p-info-toggle {
  text-align: right;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box.fb_iframe_widget span iframe {
  width: 100% !important;
}
/* forms */
.label-empty {
  display: block;
  margin-bottom: 6px;
}
/* user-menu */
.user-menu {
  text-align: right;
  margin-bottom: 1em;
}
.user-menu a {
  white-space: nowrap;
}
.user-menu .button {
  margin-left: .6em;
}
@media only screen and (max-width: 572px) {
  .show-username {
    display: block;
    margin-bottom: 1em;
  }
  .user-menu a {
    line-height: 3em;
  }
}
/* news presszone */
.pressNews {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e3e3e2;
  position: relative;
  overflow: hidden;
}
.article .pressDate {
  display: block;
  float: left;
  margin: 0;
  padding: 0 .5em;
  color: #999;
  line-height: 46px;
}
.pressMore {
  display: block;
  position: absolute;
  top: 12px;
  right: 4px;
  padding: 0;
}
.pressNews h3 {
  font-size: 1.3em;
  margin: 6px 0 0 0;
  padding: 0 0 8px 0;
}
.pressNews h3,
.pressDetail {
  padding-left: 95px;
  padding-right: 100px;
}
span.neprectene {
  background: #D83430;
  border-radius: 20px;
  color: #FFFFFF;
  margin-left: 0.5em;
  padding: 1px 0.6em;
}
@media only screen and (max-width: 485px) {
  .article .pressDate {
    float: none;
  }
  .pressNews h3,
  .pressDetail {
    padding: 0 .5em .5em .5em;
  }
}
/* menu neprectenych */
li#mm-press {
  position: relative;
}
#neprectenych {
  position: absolute;
  top: 4px;
  right: -1px;
  cursor: pointer;
  color: #fff;
  background: #b41e1b;
  font-size: 0.6em;
  line-height: .6em;
  height: .6em;
  padding: 4px 5px;
  border-radius: 20px;
  display: block;
}
.sharebuttons{
    text-align: center;
    margin-top: 21px;
}
.datum.news{
    position:relative;
}
.sharebuttons.news{
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
}

.sharebuttons.film{
  margin: 10px 0px;
}
