/*
KOLORY
*/
/*
KOLORY
*/
/* line 3, ../sass/layout/_navBar.scss */
body.fixed {
  padding-top: 60px;
}
/* line 6, ../sass/layout/_navBar.scss */
body.fixed header#header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  /*@include transition( all 100ms ease-in-out );*/
  height: 40px;
  -moz-animation: show 200ms linear;
  -webkit-animation: show 200ms linear;
  animation: show 200ms linear;
}
/* line 16, ../sass/layout/_navBar.scss */
body.fixed header#header-main #logo {
  line-height: 39px;
}
/* line 18, ../sass/layout/_navBar.scss */
body.fixed header#header-main #logo img {
  width: 170px;
}
/* line 24, ../sass/layout/_navBar.scss */
body.fixed header#header-main nav > ul ul {
  top: 40px;
}
/* line 28, ../sass/layout/_navBar.scss */
body.fixed header#header-main nav > ul > li a {
  /*@include transition( 100ms ease-in-out );*/
  line-height: 40px;
}
/* line 35, ../sass/layout/_navBar.scss */
body.fixed header#header-main .search-content {
  top: -1px;
  margin-top: 0;
}
@media (max-width: 991px) {
  /* line 40, ../sass/layout/_navBar.scss */
  body.fixed header#header-main .search-mobile {
    padding-top: 8px;
    font-size: 25px;
  }
  /* line 45, ../sass/layout/_navBar.scss */
  body.fixed header#header-main nav .hamburger {
    padding: 10px 15px;
  }
  /* line 48, ../sass/layout/_navBar.scss */
  body.fixed header#header-main nav > ul {
    top: 40px;
  }
  /* line 52, ../sass/layout/_navBar.scss */
  body.fixed header#header-main .search-content {
    top: 40px;
  }
}

/* line 62, ../sass/layout/_navBar.scss */
header#header-main {
  width: 100%;
  float: left;
  height: 60px;
  background: #0d0d13;
  position: relative;
  z-index: 25;
  top: 0;
  border-bottom: 1px solid #242427;
  /*@include transition( 60ms ease-in );*/
}
/* line 72, ../sass/layout/_navBar.scss */
header#header-main #logo {
  line-height: 60px;
  height: 100%;
  float: left;
  border-right: 1px solid #242427;
  padding-right: 20px;
  padding-left: 10px;
}
/* line 79, ../sass/layout/_navBar.scss */
header#header-main #logo img {
  width: 170px;
  -moz-transition: width 100ms ease-in;
  -o-transition: width 100ms ease-in;
  -webkit-transition: width 100ms ease-in;
  transition: width 100ms ease-in;
}
/* line 84, ../sass/layout/_navBar.scss */
header#header-main .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 89, ../sass/layout/_navBar.scss */
header#header-main nav {
  float: left;
  padding: 0;
  margin: 0;
  height: auto;
  position: initial;
  z-index: 2;
}
/* line 96, ../sass/layout/_navBar.scss */
header#header-main nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /*height: 60px;*/
}
/* line 101, ../sass/layout/_navBar.scss */
header#header-main nav > ul > li {
  display: inline-block;
  border-right: 1px solid #242427;
  float: left;
  cursor: pointer;
  /*                    &.active{
                          background: $blue;
                          > ul{
                              @include transform( translate(0,0px) );
                              opacity: 1;
                              visibility: visible;
                              > li{
                                  display: inline-block;
                              }
                          }
                      }*/
}
/* line 106, ../sass/layout/_navBar.scss */
header#header-main nav > ul > li a {
  color: #FFFFFF;
  display: block;
  padding: 0px 30px;
  text-decoration: none;
  float: left;
  /*height: 100%;*/
  line-height: 60px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
/* line 118, ../sass/layout/_navBar.scss */
header#header-main nav > ul > li a span {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
/* line 122, ../sass/layout/_navBar.scss */
header#header-main nav > ul > li a span.icon-megaphone {
  font-size: 17px;
  top: 2px;
}
/* line 131, ../sass/layout/_navBar.scss */
header#header-main nav > ul > li ul li {
  display: inline-block;
}
/* line 146, ../sass/layout/_navBar.scss */
header#header-main nav > ul > li:hover {
  background: #383846;
}
/* line 148, ../sass/layout/_navBar.scss */
header#header-main nav > ul > li:hover > ul {
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
  visibility: visible;
}
/* line 152, ../sass/layout/_navBar.scss */
header#header-main nav > ul > li:hover > ul > li {
  display: inline-block;
  -moz-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
}
/* line 155, ../sass/layout/_navBar.scss */
header#header-main nav > ul > li:hover > ul > li:hover {
  background: #4f4f62;
}
/* line 160, ../sass/layout/_navBar.scss */
header#header-main nav > ul > li:hover > a {
  color: #FFFFFF;
}
/* line 165, ../sass/layout/_navBar.scss */
header#header-main nav > ul ul {
  background: #383846;
  padding: 0;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 60px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  z-index: -1;
}
/* line 178, ../sass/layout/_navBar.scss */
header#header-main nav > ul ul li {
  border-right: none;
  padding: 0 20px;
  /*border-right: 1px solid rgba(255,255,255,0.1);*/
  float: left;
}
/* line 183, ../sass/layout/_navBar.scss */
header#header-main nav > ul ul li a {
  padding: 0px;
  font-weight: 600;
  line-height: 35px;
  font-size: 14px;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
}
/* line 196, ../sass/layout/_navBar.scss */
header#header-main nav .hamburger {
  display: none;
}
/* line 200, ../sass/layout/_navBar.scss */
header#header-main .search-mobile {
  float: right;
  font-size: 35px;
  padding-top: 10px;
  color: #cecece;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  /* line 209, ../sass/layout/_navBar.scss */
  header#header-main .search-mobile {
    display: inline-block;
  }
  /* line 212, ../sass/layout/_navBar.scss */
  header#header-main nav {
    float: right;
  }
  /* line 214, ../sass/layout/_navBar.scss */
  header#header-main nav .hamburger {
    display: inline-block;
  }
  /* line 217, ../sass/layout/_navBar.scss */
  header#header-main nav > ul {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 60px;
    visibility: hidden;
    opacity: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  /* line 230, ../sass/layout/_navBar.scss */
  header#header-main nav > ul.is-active {
    visibility: visible;
    opacity: 1;
  }
  /* line 236, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li {
    display: block;
    width: 100%;
    background: #0d0d13;
  }
  /* line 240, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li a {
    line-height: 40px;
    display: block;
    font-size: 16px;
    width: 100%;
  }
  /* line 246, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li > ul {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 251, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li.active > ul {
    height: auto;
    float: left;
    position: inherit;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 257, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li.active > ul > li {
    display: block;
  }
  /* line 259, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li.active > ul > li a {
    width: 100%;
    font-size: 16px;
  }
}
/* line 271, ../sass/layout/_navBar.scss */
header#header-main .search-content {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: width 200ms ease-in-out;
  -o-transition: width 200ms ease-in-out;
  -webkit-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
  width: 140px;
  display: inline-block;
  margin: 15px 0 0 10px;
  position: relative;
  border-right: 1px solid #242427;
}
/* line 279, ../sass/layout/_navBar.scss */
header#header-main .search-content.show {
  width: 250px;
}
/* line 282, ../sass/layout/_navBar.scss */
header#header-main .search-content #search {
  width: 100%;
  background: #464646;
  border: none;
  color: #cecece;
  font-size: 11px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  padding: 5px 5px 6.66667px 20px;
}
/* line 292, ../sass/layout/_navBar.scss */
header#header-main .search-content #search:focus {
  outline: none;
}
/* line 296, ../sass/layout/_navBar.scss */
header#header-main .search-content #search_button {
  background: none;
  border: none;
  color: #cecece;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 5px;
  font-size: 11px;
}
/* line 305, ../sass/layout/_navBar.scss */
header#header-main .search-content #search_button:focus {
  outline: none;
}
@media (max-width: 1229px) {
  /* line 271, ../sass/layout/_navBar.scss */
  header#header-main .search-content {
    width: 100px;
  }
  /* line 313, ../sass/layout/_navBar.scss */
  header#header-main .search-content.show {
    width: 155px;
  }
  /* line 316, ../sass/layout/_navBar.scss */
  header#header-main .search-content #search {
    padding-right: 30px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  /* line 271, ../sass/layout/_navBar.scss */
  header#header-main .search-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition: ease-in-out 200ms;
    -o-transition: ease-in-out 200ms;
    -webkit-transition: ease-in-out 200ms;
    transition: ease-in-out 200ms;
    border: none;
  }
  /* line 333, ../sass/layout/_navBar.scss */
  header#header-main .search-content.active {
    opacity: 1;
    visibility: visible;
  }
  /* line 337, ../sass/layout/_navBar.scss */
  header#header-main .search-content #search {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px 60px 20px 20px;
    font-size: 16px;
  }
  /* line 342, ../sass/layout/_navBar.scss */
  header#header-main .search-content #search_button {
    font-size: 30px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  /* line 271, ../sass/layout/_navBar.scss */
  header#header-main .search-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition: ease-in-out 200ms;
    -o-transition: ease-in-out 200ms;
    -webkit-transition: ease-in-out 200ms;
    transition: ease-in-out 200ms;
    border: none;
  }
}
/* line 364, ../sass/layout/_navBar.scss */
header#header-main .end-border {
  width: 1px;
  height: 100%;
  border-right: 1px solid #242427;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
@media (max-width: 1229px) {
  /* line 373, ../sass/layout/_navBar.scss */
  header#header-main .end-border {
    margin-left: 10px;
  }
  /* line 379, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li a {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  /* line 389, ../sass/layout/_navBar.scss */
  header#header-main nav > ul {
    display: none;
  }
  /* line 391, ../sass/layout/_navBar.scss */
  header#header-main nav > ul.is-active {
    display: block;
  }
  /* line 394, ../sass/layout/_navBar.scss */
  header#header-main nav > ul ul {
    opacity: 1;
    visibility: visible;
    position: initial;
    background: none;
    height: auto;
  }
  /* line 401, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li {
    /*                        &:hover{
                                a{
                                    background: rgba(7, 93, 237, 0.8);
                                }
                            }*/
  }
  /* line 402, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li a {
    padding: 0 15px;
    font-size: 18px;
  }
  /* line 406, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li:hover {
    background: #0d0d13;
  }
  /* line 415, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li ul li {
    float: left;
  }
  /* line 417, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li ul li:hover {
    background: rgba(7, 93, 237, 0.8);
  }
  /* line 425, ../sass/layout/_navBar.scss */
  header#header-main .end-border {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 434, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li a {
    font-size: 14px;
    line-height: 40px;
    width: 100%;
  }
  /* line 441, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li ul li {
    display: block;
    width: 100%;
    border: none;
  }
  /* line 445, ../sass/layout/_navBar.scss */
  header#header-main nav > ul > li ul li a {
    font-size: 12px;
  }
}

/* line 458, ../sass/layout/_navBar.scss */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  float: right;
}
/* line 475, ../sass/layout/_navBar.scss */
.hamburger:hover {
  opacity: 0.7;
}
/* line 478, ../sass/layout/_navBar.scss */
.hamburger:focus {
  outline: none;
}
/* line 481, ../sass/layout/_navBar.scss */
.hamburger .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

/* line 490, ../sass/layout/_navBar.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

/* line 494, ../sass/layout/_navBar.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 505, ../sass/layout/_navBar.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 508, ../sass/layout/_navBar.scss */
.hamburger-inner::before {
  top: -10px;
}

/* line 510, ../sass/layout/_navBar.scss */
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Elastic
 */
/* line 517, ../sass/layout/_navBar.scss */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 521, ../sass/layout/_navBar.scss */
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}

/* line 524, ../sass/layout/_navBar.scss */
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 530, ../sass/layout/_navBar.scss */
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}

/* line 534, ../sass/layout/_navBar.scss */
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

/* line 537, ../sass/layout/_navBar.scss */
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
/* line 545, ../sass/layout/_navBar.scss */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 549, ../sass/layout/_navBar.scss */
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}

/* line 552, ../sass/layout/_navBar.scss */
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 558, ../sass/layout/_navBar.scss */
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}

/* line 562, ../sass/layout/_navBar.scss */
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

/* line 565, ../sass/layout/_navBar.scss */
.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

@-moz-keyframes show {
  0% {
    -moz-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes show {
  0% {
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes show {
  0% {
    -moz-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*header{    
    &#header-main{
        width:100%;
        height: 60px;
        background: $dark-blue;
        #logo{
            line-height: 60px;
            height: 100%;
            float: left;
            border-right: 1px solid $grey;
            padding-right: $grid-gutter-width + 5;
        }
        .helper{
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }
        #nav-bar{
            float: left;
            height: 100%;
            line-height: $grid-gutter-width * 3;
            ul{
                margin: 0;
                padding: 0;
                li{
                    display: inline-block;
                    &:hover{
                            background: $blue;
                    }
                    a{
                        color: $white;
                        font: {size: 16px; weight: 600;}
                        padding: 0 $grid-gutter-width + 10;
                        text-decoration: none;
                        
                    }
                    li{
                            a{
                                color: $black;
                                line-height: $grid-gutter-width + 10;
                            }
                        }
                }
            }
        }
    }
}*/
/* line 3, ../sass/layout/_backgrounds.scss */
.bg1 {
  background-image: url(../images/backgrounds/bg1.jpg);
}

/* line 3, ../sass/layout/_backgrounds.scss */
.bg2 {
  background-image: url(../images/backgrounds/bg2.jpg);
}

/* line 3, ../sass/layout/_backgrounds.scss */
.bg3 {
  background-image: url(../images/backgrounds/bg3.jpg);
}

/* line 8, ../sass/layout/_backgrounds.scss */
.bg-white {
  background: #FFFFFF;
}
/* line 10, ../sass/layout/_backgrounds.scss */
.bg-white hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* line 14, ../sass/layout/_backgrounds.scss */
.bg-white p a {
  color: #000000;
}

/* line 20, ../sass/layout/_backgrounds.scss */
.bg-grey {
  background: #F5F5F5;
}
/* line 22, ../sass/layout/_backgrounds.scss */
.bg-grey hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* line 26, ../sass/layout/_backgrounds.scss */
.bg-grey p a {
  color: #000000;
}

/* line 32, ../sass/layout/_backgrounds.scss */
.bg-grey-dark {
  background: #EAEAEA;
}
/* line 34, ../sass/layout/_backgrounds.scss */
.bg-grey-dark hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* line 40, ../sass/layout/_backgrounds.scss */
.bg-grey-dark .tiled .box p a {
  color: #000000;
}

/* line 48, ../sass/layout/_backgrounds.scss */
.bg-dark {
  background: #0f0f18;
}
/* line 50, ../sass/layout/_backgrounds.scss */
.bg-dark hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
/* line 56, ../sass/layout/_backgrounds.scss */
.bg-dark .tiled .box p a {
  color: #FFFFFF;
}

/* line 1, ../sass/layout/_player.scss */
.main-player {
  margin-top: 20px;
}

/* line 1, ../sass/layout/_select.scss */
.select-custom {
  margin: auto;
  background: transparent;
  /*border: $grid-gutter-width / 6 solid transparent;*/
  /*@include border-radius( 50% );*/
  -moz-border-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
  border-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
  border-image-slice: 1;
  border: 1px solid transparent;
  position: relative;
  color: #FFFFFF;
  padding: 5px 6.66667px;
  min-width: 180px;
}

/* line 17, ../sass/layout/_select.scss */
.select-block {
  display: inline-block;
  background: transparent;
  background: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 300;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 10px;
  width: 200px;
}
/* line 30, ../sass/layout/_select.scss */
.select-block:before {
  font-family: 'icomoon';
  content: '\e90f';
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 12px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 39, ../sass/layout/_select.scss */
.select-block:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  -moz-border-image: -moz-linear-gradient(to right, #47a9e0 0%, #e02e20 100%);
  -webkit-border-image: -webkit-linear-gradient(to right, #47a9e0 0%, #e02e20 100%);
  border-image: linear-gradient(to right, #47a9e0 0%, #e02e20 100%);
  border-image-slice: 1;
  z-index: -1;
  border-width: 1px;
}
/* line 56, ../sass/layout/_select.scss */
.select-block select {
  padding: 5px 10px;
  height: 45px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  color: #FFFFFF;
  cursor: pointer;
}
/* line 66, ../sass/layout/_select.scss */
.select-block select::-ms-expand {
  display: none;
}
/* line 69, ../sass/layout/_select.scss */
.select-block select:hover, .select-block select:active, .select-block select:focus {
  outline: none;
  -moz-outline: none;
  -moz-user-focus: none;
}
/* line 74, ../sass/layout/_select.scss */
.select-block select:focus {
  outline: 0;
}
/* line 77, ../sass/layout/_select.scss */
.select-block select option {
  color: #000000;
  font-size: 14px;
  background: #FFFFFF;
}

/* line 86, ../sass/layout/_select.scss */
.expand-div {
  display: inline-block;
}
/* line 88, ../sass/layout/_select.scss */
.expand-div > span {
  color: #000000;
  /*border: 1px solid red;*/
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: block;
  z-index: 1;
}
/* line 96, ../sass/layout/_select.scss */
.expand-div > span::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  z-index: -1;
  border-radius: 16px;
}
/* line 105, ../sass/layout/_select.scss */
.expand-div ul {
  background: #FFFFFF;
}
/* line 107, ../sass/layout/_select.scss */
.expand-div ul li {
  display: block;
  text-align: left;
  color: #49494f;
}

/* line 117, ../sass/layout/_select.scss */
.bg-white .select-block:before, .bg-grey-dark .select-block:before, .bg-grey .select-block:before {
  color: #000000;
}
/* line 120, ../sass/layout/_select.scss */
.bg-white .select-block select, .bg-grey-dark .select-block select, .bg-grey .select-block select {
  color: #000000;
}

/* line 1, ../sass/layout/_footer.scss */
.list-channels {
  width: 100%;
  float: left;
  margin-top: 20px;
}
/* line 5, ../sass/layout/_footer.scss */
.list-channels h4 {
  color: red;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 11, ../sass/layout/_footer.scss */
.list-channels h4 span {
  display: inline;
  position: relative;
}
/* line 14, ../sass/layout/_footer.scss */
.list-channels h4 span:after {
  content: '';
  top: -9px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3YTllMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwMmUyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #47a9e0), color-stop(100%, #e02e20));
  background-image: -moz-linear-gradient(left, #47a9e0, #e02e20);
  background-image: -webkit-linear-gradient(left, #47a9e0, #e02e20);
  background-image: linear-gradient(to right, #47a9e0, #e02e20);
}
/* line 25, ../sass/layout/_footer.scss */
.list-channels ul {
  padding: 0;
  margin: 0 0 85px;
}
/* line 28, ../sass/layout/_footer.scss */
.list-channels ul li {
  display: table;
  margin-top: 20px;
}
/* line 31, ../sass/layout/_footer.scss */
.list-channels ul li span {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  color: #FFFFFF;
}
/* line 36, ../sass/layout/_footer.scss */
.list-channels ul li span:nth-child(2) {
  padding-left: 10px;
}
/* line 39, ../sass/layout/_footer.scss */
.list-channels ul li span img {
  height: 32px;
}
/* line 45, ../sass/layout/_footer.scss */
.list-channels .reklama {
  height: 315px;
}

/* line 49, ../sass/layout/_footer.scss */
footer {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 80px;
  margin-top: 40px;
}
/* line 55, ../sass/layout/_footer.scss */
footer .logo {
  text-align: center;
  margin-bottom: 18px;
}
/* line 58, ../sass/layout/_footer.scss */
footer .logo span {
  display: inline-block;
  width: 205px;
  position: relative;
}
/* line 62, ../sass/layout/_footer.scss */
footer .logo span:after {
  content: 'beta';
  bottom: -8px;
  right: -2px;
  position: absolute;
  font-size: 12px;
  color: #909090;
}
/* line 73, ../sass/layout/_footer.scss */
footer nav ul {
  margin: 12px 0 0;
  padding: 0;
  text-align: center;
}
/* line 77, ../sass/layout/_footer.scss */
footer nav ul li {
  display: inline-block;
}
/* line 81, ../sass/layout/_footer.scss */
footer nav ul li:last-child a:after {
  display: none;
}
/* line 86, ../sass/layout/_footer.scss */
footer nav ul li a, footer nav ul li span {
  cursor: pointer;
  color: #5C5C5F;
  text-transform: uppercase;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.005em;
  position: relative;
}
/* line 95, ../sass/layout/_footer.scss */
footer nav ul li a:after, footer nav ul li span:after {
  position: absolute;
  right: 0;
  top: 1px;
  width: 2px;
  height: 70%;
  background: #5C5C5F;
  content: '';
}
/* line 108, ../sass/layout/_footer.scss */
footer .download {
  text-align: center;
  margin-bottom: 30px;
}
/* line 111, ../sass/layout/_footer.scss */
footer .download p {
  text-transform: uppercase;
  font-size: 18px;
  color: #5C5C5F;
  margin-bottom: 30px;
}
/* line 117, ../sass/layout/_footer.scss */
footer .download a {
  display: inline-block;
  margin-right: 52px;
}
/* line 121, ../sass/layout/_footer.scss */
footer .download a:hover {
  text-decoration: none;
}
/* line 123, ../sass/layout/_footer.scss */
footer .download a:hover i {
  background: black;
  color: white;
}
/* line 128, ../sass/layout/_footer.scss */
footer .download a:last-child {
  margin-right: 0;
}
/* line 131, ../sass/layout/_footer.scss */
footer .download a span {
  color: #5C5C5F;
  display: block;
  margin-top: 23px;
  font-weight: 600;
}
/* line 137, ../sass/layout/_footer.scss */
footer .download a i {
  padding: 12px;
  font-size: 22px;
  border: 1px solid #5C5C5F;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #5C5C5F;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 149, ../sass/layout/_footer.scss */
footer .copy {
  text-align: center;
  margin-top: 43px;
  font-weight: 600;
  color: #5C5C5F;
}

/* line 13, ../sass/layout.scss */
body {
  font-family: 'Open Sans', sans-serif;
  background: #0f0f18;
  overflow-y: scroll;
}

/* line 18, ../sass/layout.scss */
html, body {
  height: 100%;
  width: 100%;
}

/* line 23, ../sass/layout.scss */
#content {
  position: relative;
  z-index: 0;
}
/* line 27, ../sass/layout.scss */
#content .block-full:nth-child(3) {
  margin-top: 40px;
}

/* line 33, ../sass/layout.scss */
.advert {
  text-align: center;
  float: left;
  width: 100%;
  /*margin: $grid-gutter-width * 2 0;*/
}
/* line 38, ../sass/layout.scss */
.advert > div {
  /*margin: $grid-gutter-width 0;*/
}

/* line 42, ../sass/layout.scss */
.top-advert {
  margin-top: 20px;
}

/* line 45, ../sass/layout.scss */
.padding-top {
  padding-top: 20px;
}

/* line 49, ../sass/layout.scss */
.dropdown-toggle::after {
  display: none;
}

/* line 53, ../sass/layout.scss */
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 57, ../sass/layout.scss */
.fadeIn {
  -moz-animation: fadeIn 0.4s forwards linear;
  -webkit-animation: fadeIn 0.4s forwards linear;
  animation: fadeIn 0.4s forwards linear;
}

/* line 60, ../sass/layout.scss */
.fadeOut {
  /*@include animation(pulsate 1.25s infinite alternate);*/
  -moz-animation: fadeOut 0.2s forwards linear;
  -webkit-animation: fadeOut 0.2s forwards linear;
  animation: fadeOut 0.2s forwards linear;
}

/* line 65, ../sass/layout.scss */
.content {
  /*padding: 0 $grid-gutter-width;*/
}

/* line 68, ../sass/layout.scss */
.align-middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 73, ../sass/layout.scss */
.row-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* line 77, ../sass/layout.scss */
#search-content {
  width: 100%;
}

/* line 83, ../sass/layout.scss */
.slick-slide {
  height: auto;
}

/* line 87, ../sass/layout.scss */
.player-bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 96, ../sass/layout.scss */
.player-bg.show {
  display: block;
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
