.back-link {
  display: inline-block;
  margin: 0 0 20px 0;
}
.link-absolute {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.section .back-link {
  position: absolute;
  top: 90px;
  right: 15px;
}
@media (max-width: 991px) {
  .section .back-link {
    position: static;
    text-align: right;
    width: 100%;
  }
}
.section .back-link a {
  color: #000000;
}
.section .back-link a:hover {
  color: #bf9b61;
}
.section .back-link .fa {
  margin-right: 10px;
}
#return-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  z-index: 2;
}
#return-to-top i {
  color: #ffffff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 10px;
  font-size: 19px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #ffffff;
  top: 5px;
}
.gradient {
  background-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  opacity: 0.6;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.hover-bg {
  background-color: rgba(148, 176, 190, 0.95);
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.my-container {
  padding-left: 80px;
  padding-right: 80px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 480px) {
  .my-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.my-container > .container {
  width: auto;
}
@media (min-width: 1200px) {
  .my-container > .container {
    max-width: 1170px;
  }
}
@media (max-width: 480px) {
  .my-container > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.block {
  margin: 0 0 30px 0;
  position: relative;
  clear: both;
}
.block figcaption {
  margin: 20px 0 0 0;
  text-align: center;
}
.block .block-float-left {
  float: left;
  padding: 0 30px 15px 0;
}
.block .block-float-right {
  float: right;
  padding: 0 0 15px 30px;
}
.block .ico-file {
  margin: 0 15px 0 0;
  position: absolute;
  top: 0;
  left: 15px;
}
.block .link-file-mini span {
  min-height: 30px;
  display: block;
  padding: 4px 0 0 40px;
}
.block .link-file-medium span {
  min-height: 50px;
  display: block;
  padding: 12px 0 0 70px;
}
.block .link-file-big span {
  min-height: 73px;
  display: block;
  padding: 23px 0 0 90px;
}
.block .head-block {
  color: #474747;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 30px 0;
}
.block .block-slide-content {
  display: none;
  margin: 20px 0 0 0;
}
.block .block-slide-content .block:last-child {
  margin: 0;
}
.block .block-slide-header {
  cursor: pointer;
  padding: 10px 15px;
  background: #2480d5;
  color: #ffffff;
}
.block .block-slide-header i {
  float: right;
  margin: 5px 0 0 0;
}
.block .block-slide-tab {
  margin: 0 0 30px 0;
}
.block .block-tabs-id {
  background: #ffffff;
  color: #000000;
}
.block .block-tabs-id .resp-arrow {
  border-top: 12px solid #000000;
}
.block .block-tabs-id.resp-tab-active,
.block .block-tabs-id .resp-tab-active {
  background: #2480d5 !important;
  color: #ffffff !important;
  border-top: 1px solid #2480d5 !important;
  border-color: #2480d5 !important;
}
.block .block-tabs-id.resp-tab-active .resp-arrow,
.block .block-tabs-id .resp-tab-active .resp-arrow {
  border-top: none;
  border-bottom: 12px solid #ffffff;
}
.block .resp-tab-content {
  border-color: #2480d5;
}
.block .resp-tab-content .block:last-child {
  margin: 0;
}
.block.block-multiple-column-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.block.block-multiple-column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.block.block-multiple-column-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.head-class {
  font-size: 50px;
  line-height: 1;
  color: #94b0be;
}
.head-class a {
  color: #94b0be;
}
@media (max-width: 767px) {
  .head-class {
    font-size: 36px;
  }
}
.head-news-class {
  font-size: 50px;
  line-height: 1;
  color: #94b0be;
}
.head-news-class a {
  color: #94b0be;
}
@media (max-width: 767px) {
  .head-news-class {
    font-size: 36px;
  }
}
.head-block {
  overflow: hidden;
}
.head-block > .head-class {
  position: relative;
  display: inline-block;
  margin: 80px 0px;
}
.head-block > .head-class.medium {
  margin: 10px 0px;
}
@media (max-width: 767px) {
  .head-block > .head-class {
    margin: 50px 0px;
  }
}
.head-block > .head-class:before,
.head-block > .head-class:after {
  content: url(../gfx/korona.svg);
  height: 30px;
  width: 45px;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .head-block > .head-class:before,
  .head-block > .head-class:after {
    content: none;
  }
}
.head-block > .head-class:before {
  left: -70px;
}
.head-block > .head-class:after {
  right: -70px;
}
.button {
  display: inline-block;
  padding: 10px 70px;
  background: #bf9b61;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}
.button:hover,
.button:focus,
.button:active {
  background: #a98244;
  color: #ffffff;
}
.breadcrumb {
  line-height: 31px;
  list-style: none;
  padding: 0;
  background: none;
}
.breadcrumb li {
  float: left;
  margin: 0 10px 0 0;
}
.breadcrumb li a {
  color: #bf9b61;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
  text-decoration: underline;
}
.breadcrumb li:before {
  content: '›';
  margin: 0 10px 0 0;
}
.breadcrumb li:first-child:before {
  display: none;
}
.section {
  padding-bottom: 50px;
  position: relative;
}
.section > .container {
  position: relative;
}
@media (max-width: 767px) {
  .section {
    padding-bottom: 0px;
  }
}
.svg-map {
  max-width: 100%;
}
.cls-1 {
  fill: #ffffff;
  cursor: pointer;
}
.cls-1:hover,
.cls-1.active {
  fill: #bf9b61;
}
.cls-2 {
  fill: #bf9b61;
}
form {
  font-family: 'Aileron-Light', sans-serif;
  font-weight: 400;
}
.form-section {
  margin-bottom: 90px;
}
.form-title {
  font-size: 28px;
  line-height: 40px;
  color: #bf9b61;
}
.form-group {
  margin-bottom: 20px;
}
label {
  font-family: 'Aileron-Light', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #d8d8d8;
  -moz-box-shadow:  0px 3px 0px 0 #f0f0f0;
  -webkit-box-shadow:  0px 3px 0px 0 #f0f0f0;
  box-shadow:  0px 3px 0px 0 #f0f0f0;
  height: 46px;
}
.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bf9b61;
  -moz-box-shadow:  0px 3px 0px 0 #bf9b61;
  -webkit-box-shadow:  0px 3px 0px 0 #bf9b61;
  box-shadow:  0px 3px 0px 0 #bf9b61;
}
.form-control:focus + .input-group-addon {
  border-color: #bf9b61;
  -moz-box-shadow:  0px 3px 0px 0 #bf9b61;
  -webkit-box-shadow:  0px 3px 0px 0 #bf9b61;
  box-shadow:  0px 3px 0px 0 #bf9b61;
}
textarea.form-control {
  height: 101px;
}
.input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  -moz-box-shadow:  0px 3px 0px 0 #f0f0f0;
  -webkit-box-shadow:  0px 3px 0px 0 #f0f0f0;
  box-shadow:  0px 3px 0px 0 #f0f0f0;
  transition: All 0.15s ease-in-out;
  -webkit-transition: All 0.15s ease-in-out;
  -moz-transition: All 0.15s ease-in-out;
  -o-transition: All 0.15s ease-in-out;
}
.file-upload {
  border: 1px solid #b2b2b2;
  background: #eeeeee;
  -moz-box-shadow:  0px 3px 0px 0 #f0f0f0;
  -webkit-box-shadow:  0px 3px 0px 0 #f0f0f0;
  box-shadow:  0px 3px 0px 0 #f0f0f0;
  text-align: center;
  padding: 30px 5px;
  font-size: 20px;
}
.file-upload .small {
  font-size: 16px;
}
.checkbox .check {
  position: absolute;
  margin: 6px 0px 0px 0px;
}
.checkbox .check input {
  opacity: 0;
}
.checkbox .check input:checked + label i {
  opacity: 1;
}
.checkbox .check label {
  display: block;
  border: 1px solid #d8d8d8;
  background: none;
  width: 17px;
  height: 17px;
  min-height: 17px;
  padding: 0;
}
.checkbox .check label i {
  display: block;
  text-align: center;
  opacity: 0;
  color: #000000;
  font-size: 18px;
  line-height: 13px;
}
.checkbox label {
  padding-left: 40px;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 7px 0 0;
  margin-top: 1px;
  line-height: normal;
}
.select {
  position: relative;
}
.select select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 100%;
  height: 48px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.select i {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #646464;
}
.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  height: 100%;
  background: #d8d8d8;
  height: 48px;
  width: 1px;
}
.select select::-ms-expand {
  display: none;
}
@media screen and (min-width: 0) {
  .select select {
    background: none;
  }
}
#menu-bar {
  background: none;
  width: calc(100% - 250px);
  float: right;
  min-height: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  padding: 20px 0px;
  margin: 0px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#menu-bar .navbar-collapse {
  margin: 0px;
  padding: 0px;
}
#menu-bar #top-menu-button {
  margin: 0px;
}
#menu-bar #top-menu-button .icon-bar {
  background: #94b0be;
  width: 27px;
}
#menu-bar #top-menu-button .icon-bar + .icon-bar {
  margin-top: 7px;
}
#menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#menu li {
  float: left;
  /*        &:last-child{
                    a{
                        color: @main_color;
                    }
                }*/
}
#menu li a {
  padding: 10px 30px;
  font-family: 'Aileron-SemiBold', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1a1a19;
  background: none;
  display: block;
}
#menu li a:hover,
#menu li a:focus,
#menu li a:active,
#menu li a.active {
  color: #bf9b61;
  background: none;
}
#menu li .dropdown-menu li {
  float: none;
}
#menu li .dropdown-menu li a {
  background: #ffffff;
  color: #1a1a19;
}
#menu li .dropdown-menu li a:hover,
#menu li .dropdown-menu li a:focus,
#menu li .dropdown-menu li a:active,
#menu li .dropdown-menu li a.active {
  color: #ffffff;
  background: #1a1a19;
}
#search {
  list-style: none;
  padding: 0px;
  margin: 0px 60px 0px 0px;
}
#search li {
  float: left;
}
#search li a {
  display: block;
  padding: 10px 15px;
  font-family: 'Aileron-SemiBold', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #bf9b61;
  background: none;
}
#search li a:hover,
#search li a:focus,
#search li a:active,
#search li a.active {
  background: none;
}
#social {
  list-style: none;
  padding: 0px;
  margin: 0px 15px 0px 0px;
}
#social li {
  float: left;
}
#social li a {
  display: block;
  padding: 10px 15px;
  font-family: 'Aileron-SemiBold', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #bf9b61;
  background: none;
}
#social li a:hover,
#social li a:focus,
#social li a:active,
#social li a.active {
  background: none;
}
/*@submenu_bg: @main_color;
@submenu_color: #ffffff;

.submenu-box {
    background: @submenu_bg;
    padding: 20px;
}
#submenu {
    padding: 0;
    list-style: none;

    li {
        a {
            display: block;
            padding: 5px 15px;
            color: @submenu_color;

            &:hover, &:focus, &:active, &.active {
                background: darken(@submenu_bg, 20%);
            }
        }

        .inside-submenu {
            padding: 0;
            list-style: none;

            li {
                a {
                    padding-left: 40px;

                    &:hover, &:focus, &:active, &.active {
                        background: none;
                        color: darken(@submenu_bg, 20%);
                    }
                }
            }
        }
    }
}*/
#banners-top-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#banners-top-wrapper .container {
  height: 100%;
}
#banners-top-wrapper.subpage {
  height: 495px;
}
#banners-top {
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  display: none;
  /*    > div {
            height: 100%;
            > div {
                height: 100%;
                > div {
                    height: 100%;
                }
            }
        }*/
}
#banners-top .slick-list {
  height: 100%;
}
#banners-top .slick-list .slick-track {
  height: 100%;
}
#banners-top .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover !important;
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  top: 0px;
  height: 100%;
}
#banners-top .item .banners-top-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#banners-top .item .banners-head {
  font-size: 40px;
  color: #ffffff;
  margin: 0;
}
#banners-top .item video {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#banners-top .arrow {
  background: none;
  font-size: 60px;
  color: #94b0be;
  margin-top: -60px;
  z-index: 1;
  padding: 0px;
}
#banners-top .arrow .fa {
  padding: 0px;
}
#banners-top .arrow.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  top: calc(50% + 90px);
  left: 45px;
}
#banners-top .arrow.arrow-right {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  top: calc(50% + 90px);
  left: auto;
  right: 45px;
}
#banners-top-arrows {
  position: absolute;
  bottom: 18px;
  left: 15px;
  z-index: 150;
  color: #ffffff;
}
#banners-top-arrows button {
  background: none;
}
#banners-top.subpage {
  height: 296px;
}
#banners-top.subpage .item {
  height: 296px;
  position: relative;
}
#banners-top.subpage .item .banners-top-header {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  color: #ffffff;
}
#banners-middle {
  padding-top: 90px;
}
#banners-middle a {
  margin: 15px 0px;
  display: block;
}
#banners-middle a img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#banners-middle a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
#banners-bottom a {
  color: #fff;
}
#banners-bottom .item {
  height: 200px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#banners-bottom .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 50px 25px;
  z-index: 1;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  /*            &.main-color{
                            background: fade(@main_color,80%);
                        }*/
}
#banners-bottom .item .text .head-class {
  color: #fff;
  font-size: 36px;
}
#banners-bottom .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#banners-bottom .item:hover .text {
  background: rgba(191, 155, 97, 0.8);
}
#banners-bottom .item:hover .bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.tab-gallery .tab-gallery-big {
  max-width: 680px;
  margin: 0 auto;
  height: 700px;
  position: relative;
}
.tab-gallery .tab-gallery-big .item {
  height: 700px;
  position: relative;
}
.tab-gallery .tab-gallery-big img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-height: 100%;
  margin: 0 auto;
}
.tab-gallery .tab-gallery-thumbnails {
  margin: 80px 0 0 0;
}
.tab-gallery .tab-gallery-thumbnails .item {
  cursor: pointer;
  height: 280px;
  position: relative;
}
.tab-gallery .tab-gallery-thumbnails .item .inside {
  height: 100%;
  position: relative;
  margin: 0 5px;
  overflow: hidden;
}
.tab-gallery .tab-gallery-thumbnails .item img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: none;
}
.tab-gallery .tab-gallery-thumbnails .item .active-bg {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.tab-gallery .tab-gallery-thumbnails .item .active-bg i {
  color: #bf9b61;
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  top: auto;
  bottom: 20px;
  margin-left: 5px;
}
.tab-gallery .tab-gallery-thumbnails .item.active img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.tab-gallery .tab-gallery-thumbnails .item.active .active-bg {
  display: block;
}
.tab-gallery .arrow {
  background: none;
  font-size: 50px;
  color: #94b0be;
}
.tab-gallery .arrow.prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: -45px;
}
.tab-gallery .arrow.next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: auto;
  right: -45px;
}
@font-face {
  font-family: 'Aileron-Bold';
  src: url('../fonts/aileron-bold-webfont.eot');
  src: url('../fonts/aileron-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aileron-bold-webfont.woff2') format('woff2'), url('../fonts/aileron-bold-webfont.woff') format('woff'), url('../fonts/aileron-bold-webfont.ttf') format('truetype'), url('../fonts/aileron-bold-webfont.svg#aileronbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron-Light';
  src: url('../fonts/aileron-light-webfont.eot');
  src: url('../fonts/aileron-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aileron-light-webfont.woff2') format('woff2'), url('../fonts/aileron-light-webfont.woff') format('woff'), url('../fonts/aileron-light-webfont.ttf') format('truetype'), url('../fonts/aileron-light-webfont.svg#aileronlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron-Regular';
  src: url('../fonts/aileron-regular-webfont.eot');
  src: url('../fonts/aileron-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aileron-regular-webfont.woff2') format('woff2'), url('../fonts/aileron-regular-webfont.woff') format('woff'), url('../fonts/aileron-regular-webfont.ttf') format('truetype'), url('../fonts/aileron-regular-webfont.svg#aileronregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aileron-SemiBold';
  src: url('../fonts/aileron-semibold-webfont.eot');
  src: url('../fonts/aileron-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aileron-semibold-webfont.woff2') format('woff2'), url('../fonts/aileron-semibold-webfont.woff') format('woff'), url('../fonts/aileron-semibold-webfont.ttf') format('truetype'), url('../fonts/aileron-semibold-webfont.svg#aileronsemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Aileron-Bold
Aileron-Light
Aileron-Regular
Aileron-SemiBold*/
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Aileron-Regular', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  padding: 0;
  margin: 0 auto;
}
* {
  outline: none;
}
strong,
b {
  font-family: 'Aileron-Bold', sans-serif;
  font-weight: 400;
}
a {
  color: #bf9b61;
  text-decoration: none;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  outline: none;
}
a:hover,
a:focus,
a:active {
  color: #846636;
  text-decoration: none;
  outline: none;
}
button {
  border: none;
  outline: none;
}
/*.content {
    margin: 40px 0;
}*/
label.error {
  color: #F61237;
  font-weight: bold;
}
article p {
  margin-bottom: 15px;
}
header#header {
  background: #ffffff;
  position: fixed;
  z-index: 3;
  width: 100%;
}
header#header #logo {
  position: absolute;
  background: #ffffff;
  z-index: 2;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -moz-box-shadow:  11px 12px 32px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow:  11px 12px 32px 0px rgba(0, 0, 0, 0.19);
  box-shadow:  11px 12px 32px 0px rgba(0, 0, 0, 0.19);
}
header#header #logo a {
  display: block;
}
header#header #logo img {
  width: 155px;
  height: auto;
  margin: 40px 30px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
header#header.fixed {
  background: rgba(255, 255, 255, 0.9);
}
header#header.fixed #logo {
  -moz-box-shadow:  5px 5px 15px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow:  5px 5px 15px 0px rgba(0, 0, 0, 0.19);
  box-shadow:  5px 5px 15px 0px rgba(0, 0, 0, 0.19);
}
header#header.fixed #logo img {
  width: 100px;
  margin: 15px 15px;
}
header#header.fixed #menu-bar {
  padding: 0px;
}
#breadcrumbs-wrapper {
  position: relative;
  padding-top: 20px;
}
#breadcrumbs-wrapper .breadcrumb {
  z-index: 1;
  top: 90px;
}
#counter-wrapper .miss-count {
  width: 25%;
  height: 416px;
  float: left;
  background: rgba(191, 155, 97, 0.03);
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: normal;
}
#counter-wrapper .miss-count img {
  width: 80px;
  height: 56px;
  margin: 80px 0px 15px;
}
#counter-wrapper .miss-count:before {
  /*            content: url(../gfx/korona.svg);
                        position: absolute;
                        width: 80px;
                        height: 100%;
                        top: 80px;
                        left: ~"calc(50% - 40px)";*/
  /*            background-color: @main_color;
                        -webkit-mask-image: url(../gfx/korona.svg);
                        mask-image: url(../gfx/korona.svg);
                        
                        -webkit-mask-position: center 100px;
                        mask-position: center 100px;
                        
                        -webkit-mask-repeat: no-repeat;
                        mask-repeat: no-repeat;
                        
                        -webkit-mask-size: 80px auto;
                        mask-size: 80px auto;*/
}
#counter-wrapper .miss-count .number {
  font-size: 95px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  line-height: normal;
  color: #94b0be;
  clear: both;
}
#finalists-wrapper {
  position: relative;
  min-height: 840px;
  /*    #finalists-arrows{
            position: relative;
    
            .arrow{
                width: 42px;
                height: 36px;
                top: 50%;
                background: none;
                            background-color: transparent;
                            background-repeat: no-repeat;
                            background-position: top center;
                position: absolute;
    
                &.arrow-left{
                    left: 50px;
                    //background-image: url(../gfx/arrow-left.svg);
                }
    
                &.arrow-right{
                    right: 50px;
                    //background-image: url(../gfx/arrow-right.svg);
                }
            }
        }*/
}
#finalists-wrapper #finalists {
  display: none;
  position: relative;
}
#finalists-wrapper #finalists .item {
  width: 25%;
  float: left;
  padding: 0px 5px;
}
#finalists-wrapper #finalists .item .finalist-block-photo {
  position: relative;
  overflow: hidden;
}
#finalists-wrapper #finalists .item .finalist-block-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#finalists-wrapper #finalists .item .finalist-block-photo .hover-bg {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside {
  padding: 20px 10px 0px;
  width: 100%;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .head-finalist-class {
  font-family: 'Aileron-Bold', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 45px;
}
#finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .finalist-text {
  margin-bottom: 45px;
}
#finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .read-more img {
  width: auto;
  height: auto;
  display: inline;
}
#finalists-wrapper #finalists .item .finalist-block-content {
  text-align: center;
  height: 110px;
  overflow: hidden;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  opacity: 1;
}
#finalists-wrapper #finalists .item .finalist-block-content .finalist-block-header .head-finalist-class {
  font-size: 20px;
  margin: 45px 0px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#finalists-wrapper #finalists .item .finalist-block-content .finalist-block-header .head-finalist-class a {
  color: #000000;
}
#finalists-wrapper #finalists .item .finalist-block-content .finalist-block-header .head-finalist-class a span {
  color: #bf9b61;
}
#finalists-wrapper #finalists .item:hover .finalist-block-photo .hover-bg {
  opacity: 1;
}
#finalists-wrapper #finalists .item:hover .finalist-block-photo .hover-bg .inside {
  padding-top: 0px;
}
#finalists-wrapper #finalists .item:hover .finalist-block-content {
  opacity: 0;
}
#finalists-wrapper #finalists .item:hover .finalist-block-content .finalist-block-header .head-finalist-class {
  margin: 25px 0px 65px;
}
#finalists-wrapper #finalists .arrow {
  background: none;
  font-size: 60px;
  color: #94b0be;
  margin-top: -60px;
  z-index: 1;
  padding: 0px;
}
#finalists-wrapper #finalists .arrow .fa {
  padding: 0px;
}
#finalists-wrapper #finalists .arrow.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: -45px;
}
#finalists-wrapper #finalists .arrow.arrow-right {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: auto;
  right: -45px;
}
#finalists-wrapper.winners {
  min-height: 0px;
}
#finalists-wrapper.winners #finalists .item .finalist-block-photo {
  height: 528px;
  max-height: 528px;
}
#finalists-wrapper.winners #finalists .item .finalist-block-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#finalists-wrapper.winners #finalists .item .finalist-block-photo .hover-bg {
  background-color: rgba(191, 155, 97, 0.95);
}
#finalists-wrapper.winners #finalists .item .finalist-block-photo .hover-bg .inside .head-finalist-class span {
  display: block;
  clear: both;
}
#finalists-wrapper.winners #finalists .item .finalist-block-content .finalist-block-header .head-finalist-class a span {
  display: block;
  clear: both;
}
#news-home #news-home-masonry .news-col .news-block {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
#news-home #news-home-masonry .news-col .news-block .news-block-photo {
  overflow: hidden;
}
#news-home #news-home-masonry .news-col .news-block .news-block-photo img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#news-home #news-home-masonry .news-col .news-block .news-block-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 35px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}
#news-home #news-home-masonry .news-col .news-block .news-block-content .news-date {
  background: #94b0be;
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 10px;
}
#news-home #news-home-masonry .news-col .news-block .news-block-content .head-news-class {
  font-size: 16px;
  margin: 0px;
  line-height: 1.6em;
}
#news-home #news-home-masonry .news-col .news-block .news-block-content .head-news-class a {
  color: #fff;
}
#news-home #news-home-masonry .news-col .news-block .news-block-content .head-news-class .more-square {
  border: 1px solid #ffffff;
  line-height: 24px;
  display: inline-block;
  font-size: 14px;
  padding: 0px 8px 0px 8px;
  text-align: center;
  width: 24px;
  margin: 0px 0 0px 12px;
  position: relative;
  top: -2px;
}
#news-home #news-home-masonry .news-col .news-block .gradient {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
}
#news-home #news-home-masonry .news-col .news-block .hover-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#news-home #news-home-masonry .news-col .news-block.special .news-block-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 25px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  z-index: 1;
  right: auto;
  bottom: auto;
}
#news-home #news-home-masonry .news-col .news-block.special .news-block-content .news-date {
  display: none;
}
#news-home #news-home-masonry .news-col .news-block.special .news-block-content .head-news-class {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0px 0px 40px;
}
#news-home #news-home-masonry .news-col .news-block.special .news-block-content .head-news-class a {
  color: #fff;
}
#news-home #news-home-masonry .news-col .news-block.special .gradient {
  display: none;
}
#news-home #news-home-masonry .news-col .news-block.special .hover-bg {
  display: block;
}
#news-home #news-home-masonry .news-col .news-block:hover .news-block-photo img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#news-home #news-home-masonry .news-col .news-block:hover .gradient {
  opacity: 1;
}
#news-home .more-box {
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
#history-wrapper {
  background: rgba(191, 155, 97, 0.03);
}
#history-wrapper #history-arrows {
  position: relative;
}
#history-wrapper #history-arrows .arrow {
  width: 42px;
  height: 36px;
  top: -114px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  padding: 0px;
}
#history-wrapper #history-arrows .arrow .fa {
  padding: 0px;
}
#history-wrapper #history-arrows .arrow.arrow-left {
  left: 50px;
  background-image: url(../gfx/arrow-left.svg);
}
#history-wrapper #history-arrows .arrow.arrow-right {
  right: 50px;
  background-image: url(../gfx/arrow-right.svg);
}
#history-wrapper .sk-circle {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  float: none;
  margin: 100px auto;
}
#history-wrapper #history {
  display: none;
}
#history-wrapper #history .item .history-button {
  width: 340px;
  height: 180px;
  background: #cccccc;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
#history-wrapper #history .item .history-button a {
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#history-wrapper #history .item .history-button a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
#history-wrapper #history .item .history-block-photo {
  height: 180px;
  overflow: hidden;
  position: relative;
}
#history-wrapper #history .item .history-block-photo .hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background: rgba(191, 155, 97, 0.75);
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#history-wrapper #history .item .history-block-content {
  padding: 40px 0px 0px 20px;
  border-left: solid 2px #bf9b61;
  color: #bf9b61;
  font-size: 20px;
  line-height: 20px;
}
#history-wrapper #history .item:hover .hover-bg {
  opacity: 0;
}
#history-wrapper #history .arrow {
  background: none;
  font-size: 60px;
  color: #94b0be;
  margin-top: -30px;
  z-index: 1;
  padding: 0px;
}
#history-wrapper #history .arrow .fa {
  padding: 0px;
}
#history-wrapper #history .arrow.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: -45px;
}
#history-wrapper #history .arrow.arrow-right {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: auto;
  right: -45px;
}
#history-wrapper #history-text {
  margin-top: 90px;
}
#history-wrapper #history-text > div .text-wrapper {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
#history-wrapper #history-text > div p {
  display: block;
  text-align: justify;
}
#partners-wrapper {
  padding-bottom: 115px;
  min-height: 375px;
  /*    #partners-arrows{
            position: relative;
    
            .arrow{
                width: 42px;
                height: 36px;
                padding: 0px;
                top: -50px;
    
                background-color: transparent;
                background-repeat: no-repeat;
                background-position: 0px 0px;
                background-size: contain;
                position: absolute;
                z-index: 1;
    
                &.arrow-left{
                    left: 50px;
                    background-image: url(../gfx/arrow-left.svg);
                }
    
                &.arrow-right{
                    right: 50px;
                    background-image: url(../gfx/arrow-right.svg);
                }
            }
        }*/
}
#partners-wrapper #partners {
  display: none;
}
#partners-wrapper #partners .item {
  height: 70px;
  position: relative;
}
#partners-wrapper #partners .item a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#partners-wrapper #partners .item a img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#partners-wrapper #partners .item a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
#partners-wrapper #partners .arrow {
  background: none;
  font-size: 60px;
  color: #94b0be;
  z-index: 1;
  padding: 0px;
}
#partners-wrapper #partners .arrow .fa {
  padding: 0px;
}
#partners-wrapper #partners .arrow.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: -45px;
}
#partners-wrapper #partners .arrow.arrow-right {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: auto;
  right: -45px;
}
#partners-wrapper .partners .item {
  height: 320px;
  width: 33.33333333%;
  float: left;
  position: relative;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  -moz-box-shadow:  1px 1px 0px 0px #d8d8d8;
  -webkit-box-shadow:  1px 1px 0px 0px #d8d8d8;
  box-shadow:  1px 1px 0px 0px #d8d8d8;
}
#partners-wrapper .partners .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#partners-wrapper .partners .item a .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#partners-wrapper .partners .item a .inside img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#partners-wrapper .partners .item.special {
  background-color: #94b0be;
  color: #fff;
  position: relative;
}
#partners-wrapper .partners .item.special .head-class {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.1;
  font-size: 36px;
}
#partners-wrapper .partners .item:hover a .inside img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#news-wrapper .container {
  position: relative;
}
#news-wrapper article .article-info {
  margin-top: 20px;
  font-family: 'Aileron-SemiBold', sans-serif;
}
#news-wrapper article .article-info .article-social {
  list-style: none;
  margin: 50px 0px 30px;
  padding: 0px;
}
#news-wrapper article .article-info .article-social li {
  margin-bottom: 10px;
}
#news-wrapper article .article-info .article-social .fa {
  width: 22px;
}
#news-wrapper article .article-text-wrapper .head-class {
  margin-top: 15px;
  margin-bottom: 50px;
  color: #bf9b61;
  font-size: 28px;
}
#news-wrapper article .article-text-wrapper p {
  margin-bottom: 35px;
  text-align: justify;
}
#news-wrapper article .article-gallery-wrapper {
  min-height: 770px;
  /*            .article-gallery-arrows{
                            position: relative;
                            width: 100%;
            
                            .arrow{
                                //width: 42px;
                                //height: 36px;
                                top: 370px;
            
                                background: none;
                                position: absolute;
            
                                font-size: 60px;
                                color: @second_color;
            
                                &.arrow-left{
                                    left: -80px;
                                    right: auto;
                                    //background-image: url(../gfx/arrow-left.svg);
                                }
            
                                &.arrow-right{
                                    right: -80px;
                                    left: auto;
                                    //background-image: url(../gfx/arrow-right.svg);
                                }
                            }
                        }*/
}
#news-wrapper article .article-gallery-wrapper .article-gallery-main {
  display: none;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-main .arrow {
  background: none;
  font-size: 60px;
  color: #94b0be;
  z-index: 1;
  padding: 0px;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-main .arrow .fa {
  padding: 0px;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-main .arrow.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: -45px;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-main .arrow.arrow-right {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: auto;
  right: -45px;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-thumbs {
  display: none;
  margin: 10px -5px 0px;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-thumbs .item {
  padding: 0px 5px;
  position: relative;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-thumbs .item .hover-bg {
  opacity: 0;
  position: absolute;
  margin: 0px 5px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
}
#news-wrapper article .article-gallery-wrapper .article-gallery-thumbs .item .hover-bg .fa {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  color: #bf9b61;
  font-size: 50px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-thumbs .item.slick-current .hover-bg {
  opacity: 1;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-thumbs .item.slick-current .hover-bg .fa {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
  -moz-transform: translate(-50%, -90%);
  -webkit-transform: translate(-50%, -90%);
}
#news-wrapper article .article-gallery-wrapper .article-gallery-thumbs .arrow {
  background: none;
  font-size: 60px;
  color: #94b0be;
  z-index: 1;
  padding: 0px;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-thumbs .arrow .fa {
  padding: 0px;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-thumbs .arrow.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: -45px;
}
#news-wrapper article .article-gallery-wrapper .article-gallery-thumbs .arrow.arrow-right {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: auto;
  right: -45px;
}
#casting-wrapper {
  padding-bottom: 0px !important;
}
#casting-wrapper .form-title {
  padding: 10px 0px 30px;
  font-weight: bold;
}
#candidate-wrapper .container {
  position: relative;
}
#candidate-wrapper article header .head-class {
  margin-bottom: 45px;
  font-size: 28px;
  color: #bf9b61;
}
#candidate-wrapper article .candidate-info {
  font-family: 'Aileron-SemiBold', sans-serif;
}
#candidate-wrapper article .candidate-info p {
  margin-bottom: 0px;
}
#candidate-wrapper article .candidate-info .candidate-social {
  list-style: none;
  margin: 50px 0px 30px;
  padding: 0px;
}
#candidate-wrapper article .candidate-info .candidate-social li {
  margin-bottom: 10px;
}
#candidate-wrapper article .candidate-info .candidate-social .fa {
  width: 22px;
}
#candidate-wrapper article .candidate-text-wrapper .head-class {
  margin-top: 15px;
  margin-bottom: 50px;
  color: #bf9b61;
}
#candidate-wrapper article .candidate-text-wrapper p {
  margin-bottom: 35px;
  text-align: justify;
}
#candidate-wrapper article .candidate-gallery-wrapper {
  min-height: 770px;
  margin-top: 30px;
  margin-bottom: 60px;
  /*            .candidate-gallery-arrows{
                            position: relative;
            
                            .arrow{
                                //width: 42px;
                                //height: 36px;
                                top: 370px;
            
                                background:none;
                                //background-repeat: no-repeat;
                                //background-position: top center;
                                position: absolute;
                                font-size: 60px;
                                color: @second_color;
            
                                &.arrow-left{
                                    left: -90px;
                                    //background-image: url(../gfx/arrow-left.svg);
                                }
            
                                &.arrow-right{
                                    right: -90px;
                                    //background-image: url(../gfx/arrow-right.svg);
                                }
                            }
                        }*/
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-main {
  display: none;
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-main .item img {
  margin: 0px auto;
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-main .arrow {
  background: none;
  font-size: 60px;
  color: #94b0be;
  z-index: 1;
  padding: 0px;
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-main .arrow .fa {
  padding: 0px;
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-main .arrow.arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: -45px;
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-main .arrow.arrow-right {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: auto;
  right: -45px;
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-thumbs {
  display: none;
  margin: 10px -5px 0px;
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-thumbs .item {
  padding: 0px 5px;
  position: relative;
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-thumbs .item .hover-bg {
  opacity: 0;
  position: absolute;
  margin: 0px 5px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-thumbs .item .hover-bg .fa {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  color: #bf9b61;
  font-size: 50px;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-thumbs .item.slick-current .hover-bg {
  opacity: 1;
}
#candidate-wrapper article .candidate-gallery-wrapper .candidate-gallery-thumbs .item.slick-current .hover-bg .fa {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
  -moz-transform: translate(-50%, -90%);
  -webkit-transform: translate(-50%, -90%);
}
#contact-wrapper article {
  margin-bottom: 90px;
}
#contact-wrapper article p {
  margin-bottom: 15px;
}
#contact-wrapper .head-class {
  margin-bottom: 60px;
  color: #bf9b61;
  font-size: 28px;
}
#contact-wrapper .head-block .head-class {
  color: #94b0be;
  font-size: 50px;
}
#contact-wrapper textarea.form-control {
  height: 267px;
}
#map-wrapper #map {
  height: 300px;
}
#map-wrapper #map .block {
  margin-bottom: 0px;
}
footer#footer {
  background: #fdfcfa;
  padding: 0;
  color: #000000;
  font-size: 13px;
}
footer#footer .footer-box {
  height: 200px;
  background: #fdfcfa;
  position: relative;
}
footer#footer .footer-box.dark {
  background-color: #3488c9;
}
footer#footer .footer-box.main-color {
  background-color: #bf9b61;
  color: #fff;
}
footer#footer .footer-box .inside {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}
footer#footer .footer-box .inside img {
  margin: 0 auto;
}
footer#footer .footer-box .inside .block {
  margin: 0;
}
footer#footer .copyright {
  margin: 10px 0 0 0;
}
.sk-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #bf9b61;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#search-popup-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
}
#search-popup-wrapper:before {
  content: "\f00d";
  position: absolute;
  top: 10px;
  right: 15px;
  font-family: FontAwesome;
  font-size: 32px;
  color: #94b0be;
  cursor: pointer;
}
#search-popup-wrapper #search-form {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  -moz-transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  text-align: center;
  font-size: 32px;
  width: 100%;
}
#search-popup-wrapper #search-form label {
  color: #bf9b61;
}
#search-popup-wrapper #search-form .form-control {
  border-color: #bf9b61;
  font-size: 32px;
  height: 62px;
}
#search-popup-wrapper #search-form button {
  background: none;
  color: #bf9b61;
  padding: 0px 25px;
}
.city .head-class {
  margin: 10px 0px;
  color: #bf9b61;
  font-size: 28px;
}
#open-film {
  z-index: 999;
  float: right;
  height: 70px;
  background: url(../gfx/bg-film.png);
  display: block;
  right: -130px;
  padding: 0px;
  position: fixed !important;
  position: absolute;
  top: 200px;
  width: 200px;
  margin: 0px;
  padding: 20px 20px 20px 70px;
  color: #fff;
  cursor: pointer;
}
#popup-modal {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*.modal-lg {
        width: 950px;
    }*/
}
#popup-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 15px solid #BF9B61;
  background: #F9FAFF;
  font-size: 19px;
}
#popup-modal .modal-content .close {
  background: #BF9B61;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-shadow: none;
  z-index: 6000;
  position: absolute;
  right: 0;
}
#popup-modal .modal-content .popup-topic {
  font-size: 30px;
  margin: 20px 30px 10px 30px;
  color: #BF9B61;
}
#popup-modal .modal-content .popup-text {
  padding: 20px 60px;
}
#popup-modal .modal-content .popup-link {
  padding: 0px 65px;
}
#popup-modal .modal-content .popup-link a {
  display: block;
  padding: 5px;
  border: 2px solid #BF9B61;
  color: #BF9B61;
}
#popup-modal .modal-content .popup-logo {
  padding: 30px 10px;
}
#popup-modal .modal-content .popup-logo img {
  display: inline;
}
@media (max-width: 767px) {
  header#header {
    position: relative;
  }
  header#header .container {
    padding: 0px;
  }
  header#header #top-menu-button {
    margin-right: 4px;
  }
  header#header #logo {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header#header #logo img {
    width: auto;
    height: 115px;
    margin: 20px 15px;
  }
  header#header.fixed #logo {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header#header.fixed #logo img {
    width: auto;
    height: 115px;
    margin: 20px 15px;
  }
  #menu-bar {
    width: 100%;
    min-height: 155px;
    padding: 0px;
  }
  #menu-bar .navbar-header {
    padding: 58px 0px;
  }
  #menu {
    width: 100%;
    clear: both;
    float: right !important;
    text-align: center;
  }
  #menu li {
    float: none;
    display: inline-block;
  }
  #menu li a {
    padding: 10px 25px;
  }
  #menu li:last-child a {
    padding-right: 25px;
    clear: both;
  }
  #search {
    margin: 0px;
  }
  #search li a {
    padding: 10px 25px;
  }
  #social {
    margin: 0px 0px 0px 0px;
    float: right;
  }
  #social li:last-child a {
    padding-right: 25px;
  }
  #banners-top-wrapper {
    height: 600px;
    display: inline;
  }
  #banners-top-wrapper.subpage {
    height: 495px;
  }
  #banners-top-wrapper.subpage #banners-top {
    height: 495px;
  }
  #banners-top {
    height: 600px;
    width: 100%;
  }
  #banners-top .item {
    width: 100%;
  }
  #banners-middle {
    padding-top: 45px;
  }
  #breadcrumbs-wrapper {
    position: static;
    padding-top: 20px;
  }
  #breadcrumbs-wrapper .breadcrumb {
    position: static;
  }
  #counter-wrapper {
    display: inline-block;
    width: 100%;
  }
  #counter-wrapper .my-container {
    padding: 0px;
  }
  #counter-wrapper .miss-count {
    height: 220px;
    padding: 0px 15px 0px;
    font-size: 16px;
  }
  #counter-wrapper .miss-count img {
    height: 21px;
    width: 30px;
    margin: 50px 0px 15px;
  }
  #counter-wrapper .miss-count .number {
    font-size: 36px;
    margin-bottom: 10px;
  }
  #finalists-wrapper #finalists-arrows .arrow {
    top: -83px;
  }
  #finalists-wrapper #finalists-arrows .arrow.arrow-left {
    left: 0px;
  }
  #finalists-wrapper #finalists-arrows .arrow.arrow-right {
    right: 0px;
  }
  #finalists-wrapper #finalists .item {
    width: 100%;
    height: auto;
  }
  #news-home #news-home-masonry .news-col .news-block .news-block-photo img {
    width: 100%;
  }
  #news-home .more-box {
    margin: 0px 0px 50px;
    text-align: center;
  }
  #history-wrapper {
    background: transparent;
  }
  #history-wrapper .head-class {
    margin-bottom: 30px;
  }
  #history-wrapper #history-arrows {
    position: static;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
  }
  #history-wrapper #history-arrows .arrow {
    top: 0px;
    position: static;
  }
  #history-wrapper #history-arrows .arrow.arrow-left {
    left: 0px;
    float: left;
  }
  #history-wrapper #history-arrows .arrow.arrow-right {
    right: 0px;
    float: right;
  }
  #history-wrapper #history .item .history-button {
    width: 230px;
    font-size: 20px;
  }
  #history-wrapper #history .item .history-button a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #history-wrapper #history-text {
    margin-top: 60px;
  }
  #history-wrapper #history-text > div .text-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #history-wrapper #history-text > div p {
    margin-bottom: 35px;
  }
  #partners-wrapper {
    padding-bottom: 50px;
    min-height: 200px;
  }
  #partners-wrapper #partners-arrows {
    position: static;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
  }
  #partners-wrapper #partners-arrows .arrow {
    top: 0px;
    position: static;
  }
  #partners-wrapper #partners-arrows .arrow.arrow-left {
    left: 0px;
    float: left;
  }
  #partners-wrapper #partners-arrows .arrow.arrow-right {
    right: 0px;
    float: right;
  }
  #partners-wrapper .partners .item {
    width: 50%;
  }
  #news-wrapper {
    margin-bottom: 50px;
  }
  #news-wrapper article .article-info {
    margin-top: 0px;
  }
  #news-wrapper article .article-info .article-social {
    margin: 35px 0px 35px;
  }
  #news-wrapper article .article-info .article-social li {
    display: inline-block;
    margin-right: 30px;
  }
  #news-wrapper article #article-gallery-wrapper {
    min-height: 0px;
  }
  #news-wrapper article #article-gallery-wrapper #article-gallery-thumbs .item .hover-bg .fa {
    font-size: 30px;
  }
  #casting-wrapper .form-title {
    padding-right: 30px;
  }
  #casting-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #casting-list .svg-map {
    margin: 30px 10% 0px;
  }
  #casting-list .form-title {
    margin: 50px 0px 30px;
  }
  #candidate-wrapper article .candidate-info {
    position: relative;
    margin-bottom: 30px;
  }
  #candidate-wrapper article .candidate-info p {
    float: left;
  }
  #candidate-wrapper article .candidate-info .candidate-social {
    margin: 0px 0px 35px;
    top: 0px;
    right: 0px;
    float: right;
  }
  #candidate-wrapper article .candidate-info .candidate-social li {
    margin-right: 30px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper {
    min-height: 0px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow {
    top: 300px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow.arrow-left {
    left: -60px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow.arrow-right {
    right: -60px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-thumbs .item .hover-bg .fa {
    font-size: 30px;
  }
  #open-film {
    z-index: 999;
    float: left;
    height: 50px;
    background: url(../gfx/bg-film-2.png) no-repeat;
    left: 0;
    top: 50px;
    width: 50px;
    font-size: 0;
  }
}
@media (max-width: 480px) {
  header#header #logo img {
    height: 95px;
  }
  header#header.fixed #logo img {
    height: 95px;
  }
  #menu-bar {
    min-height: 135px;
  }
  #menu-bar .navbar-header {
    padding: 48px 0px;
  }
  #menu li {
    width: 100%;
  }
  #banners-top-wrapper {
    height: 400;
  }
  #banners-bottom .item .text {
    width: 100%;
  }
  #counter-wrapper .miss-count {
    width: 50%;
  }
  #finalists-wrapper {
    min-height: 560px;
  }
  #finalists-wrapper #finalists-arrows {
    position: static;
    width: 100%;
    clear: both;
  }
  #finalists-wrapper #finalists-arrows .arrow {
    top: 0px;
    position: static;
    margin-bottom: 35px;
  }
  #finalists-wrapper #finalists-arrows .arrow.arrow-left {
    left: 0px;
    float: left;
  }
  #finalists-wrapper #finalists-arrows .arrow.arrow-right {
    right: 0px;
    float: right;
  }
  #finalists-wrapper #finalists .item {
    padding: 0px;
  }
  #finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .head-finalist-class {
    margin-bottom: 20px;
  }
  #finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .finalist-text {
    margin-bottom: 0px;
  }
  #finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .read-more {
    display: none;
  }
  #news-home #news-home-masonry .news-col .news-block.special .news-block-content {
    font-size: 16px;
    line-height: 1.1;
  }
  #news-home #news-home-masonry .news-col .news-block.special .news-block-content .head-news-class {
    font-size: 22px;
    line-height: 1.2;
    margin: 0px 0px 20px;
  }
  #partners-wrapper #partners-arrows {
    position: static;
    display: inline-block;
    width: 100%;
    margin-top: 35px;
  }
  #partners-wrapper #partners-arrows .arrow {
    top: 0px;
    position: static;
  }
  #partners-wrapper #partners-arrows .arrow.arrow-left {
    left: 0px;
    float: left;
  }
  #partners-wrapper #partners-arrows .arrow.arrow-right {
    right: 0px;
    float: right;
  }
  #partners-wrapper .partners .item {
    width: 100%;
  }
  #news-wrapper article #article-gallery-wrapper {
    min-height: 0px;
  }
  #news-wrapper article #article-gallery-wrapper #article-gallery-arrows .arrow {
    top: 220px;
  }
  #news-wrapper article #article-gallery-wrapper #article-gallery-arrows .arrow.arrow-left {
    left: -55px;
  }
  #news-wrapper article #article-gallery-wrapper #article-gallery-arrows .arrow.arrow-right {
    right: -55px;
  }
  #casting-list .svg-map {
    margin: 30px 0px 0px;
  }
  #candidate-wrapper article .candidate-info .candidate-social {
    margin: 35px 0px 35px;
    float: left;
  }
  #candidate-wrapper article .candidate-info .candidate-social li {
    display: inline-block;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow {
    top: 220px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow.arrow-left {
    left: -55px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow.arrow-right {
    right: -55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header #logo {
    -moz-box-shadow:  7px 8px 24px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow:  7px 8px 24px 0px rgba(0, 0, 0, 0.19);
    box-shadow:  7px 8px 24px 0px rgba(0, 0, 0, 0.19);
  }
  header#header #logo img {
    width: 120px;
    margin: 20px 15px;
  }
  header#header.fixed #logo img {
    width: 80px;
    margin: 10px 10px;
  }
  #menu-bar {
    width: calc(100% - 165px);
  }
  #menu-bar .navbar-header {
    float: none;
  }
  #menu-bar .navbar-toggle {
    display: block;
  }
  #menu-bar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #menu-bar .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  #menu-bar .navbar-collapse.collapse {
    display: none!important;
  }
  #menu-bar .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  #menu-bar .navbar-nav > li {
    float: none;
  }
  #menu-bar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #menu-bar .collapse.in {
    display: block !important;
  }
  #menu {
    width: 100%;
    clear: both;
    float: right !important;
    text-align: right;
  }
  #menu li {
    float: none;
    display: inline-block;
  }
  #menu li a {
    padding: 10px 15px;
  }
  #menu li:last-child a {
    padding-right: 11px;
  }
  #search {
    margin: 0px 25px;
  }
  #social {
    margin: 0px 0px 0px 0px;
  }
  #social li:last-child a {
    padding-right: 11px;
  }
  #banners-top-wrapper.subpage {
    height: 495px;
  }
  #breadcrumbs-wrapper {
    position: static;
    padding-top: 20px;
  }
  #breadcrumbs-wrapper .breadcrumb {
    position: static;
  }
  #counter-wrapper .my-container {
    padding: 0px;
  }
  #counter-wrapper .miss-count {
    height: 400px;
    font-size: 18px;
  }
  #counter-wrapper .miss-count .number {
    font-size: 75px;
  }
  #finalists-wrapper {
    min-height: 810px;
  }
  #finalists-wrapper #finalists-arrows .arrow.arrow-left {
    left: 20px;
  }
  #finalists-wrapper #finalists-arrows .arrow.arrow-right {
    right: 20px;
  }
  #finalists-wrapper #finalists .item {
    width: 50%;
  }
  #finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .head-finalist-class {
    margin-bottom: 25px;
  }
  #finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .finalist-text {
    margin-bottom: 25px;
  }
  #news-home .more-box {
    margin: 0px 20px 0px 0px;
  }
  #history-wrapper #history-arrows .arrow.arrow-left {
    left: 20px;
  }
  #history-wrapper #history-arrows .arrow.arrow-right {
    right: 20px;
  }
  #history-wrapper #history .item .history-button {
    width: 240px;
    font-size: 20px;
  }
  #history-wrapper #history .item .history-button a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  #history-wrapper #history-text {
    margin-top: 60px;
  }
  #history-wrapper #history-text > div .text-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #history-wrapper #history-text > div p {
    margin-bottom: 35px;
  }
  #partners-wrapper #partners-arrows .arrow.arrow-left {
    left: 20px;
  }
  #partners-wrapper #partners-arrows .arrow.arrow-right {
    right: 20px;
  }
  #partners-wrapper .partners .item {
    width: 50%;
  }
  #news-wrapper {
    margin-bottom: 50px;
  }
  #news-wrapper article #article-gallery-wrapper {
    min-height: 0px;
  }
  #news-wrapper article #article-gallery-wrapper #article-gallery-arrows .arrow {
    top: 310px;
  }
  #news-wrapper article #article-gallery-wrapper #article-gallery-arrows .arrow.arrow-left {
    left: -60px;
  }
  #news-wrapper article #article-gallery-wrapper #article-gallery-arrows .arrow.arrow-right {
    right: -60px;
  }
  #casting-wrapper .form-title {
    padding-right: 30px;
  }
  #casting-list {
    padding-top: 60px;
  }
  #casting-list .svg-map {
    margin: 0px;
  }
  #casting-list .form-title {
    margin: 50px 0px 30px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper {
    min-height: 0px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow {
    top: 310px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow.arrow-left {
    left: -60px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow.arrow-right {
    right: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  header#header #logo {
    -moz-box-shadow:  7px 8px 24px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow:  7px 8px 24px 0px rgba(0, 0, 0, 0.19);
    box-shadow:  7px 8px 24px 0px rgba(0, 0, 0, 0.19);
  }
  header#header #logo img {
    width: 120px;
    margin: 20px 15px;
  }
  header#header.fixed #logo img {
    width: 80px;
    margin: 10px 10px;
  }
  #menu-bar {
    width: calc(100% - 170px);
  }
  #menu-bar .navbar-header {
    float: none;
  }
  #menu-bar .navbar-toggle {
    display: block;
  }
  #menu-bar .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #menu-bar .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  #menu-bar .navbar-collapse.collapse {
    display: none!important;
  }
  #menu-bar .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  #menu-bar .navbar-nav > li {
    float: none;
  }
  #menu-bar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #menu-bar .collapse.in {
    display: block !important;
  }
  #menu {
    width: 100%;
    clear: both;
    float: right !important;
    text-align: right;
  }
  #menu li {
    float: none;
    display: inline-block;
  }
  #menu li a {
    padding: 10px 25px;
  }
  #menu li:last-child a {
    padding-right: 11px;
  }
  #search {
    margin: 0px 25px;
  }
  #social {
    margin: 0px 0px 0px 0px;
  }
  #social li:last-child a {
    padding-right: 11px;
  }
  #banners-top-wrapper.subpage {
    height: 495px;
  }
  #breadcrumbs-wrapper {
    position: static;
    padding-top: 20px;
  }
  #breadcrumbs-wrapper .breadcrumb {
    position: static;
  }
  #counter-wrapper .my-container {
    padding: 0px;
  }
  #finalists-wrapper {
    min-height: 740px;
  }
  #finalists-wrapper #finalists .item {
    width: 33.33333333%;
  }
  #finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .finalist-text {
    margin-bottom: 0px;
  }
  #finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .read-more {
    display: none;
  }
  #history-wrapper #history-text > div .text-wrapper {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  #news-wrapper article #article-gallery-wrapper {
    min-height: 430px;
  }
  #news-wrapper article #article-gallery-wrapper #article-gallery-arrows .arrow {
    top: 200px;
  }
  #news-wrapper article #article-gallery-wrapper #article-gallery-arrows .arrow.arrow-left {
    left: -70px;
  }
  #news-wrapper article #article-gallery-wrapper #article-gallery-arrows .arrow.arrow-right {
    right: -70px;
  }
  #casting-wrapper .form-title {
    padding-right: 30px;
  }
  #casting-list {
    padding-top: 60px;
  }
  #casting-list .form-title {
    margin: 120px 0px 60px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper {
    min-height: 430px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow.arrow-left {
    left: -70px;
  }
  #candidate-wrapper article #candidate-gallery-wrapper #candidate-gallery-arrows .arrow.arrow-right {
    right: -70px;
  }
}
@media (min-width: 1660px) {
  #casting-wrapper .form-title {
    padding-right: 30px;
    text-align: right;
  }
  #casting-list .svg-map {
    margin: 0px 120px 0px 95px;
  }
  #casting-list .form-title {
    margin: 120px 0px 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1659px) {
  #menu-bar {
    width: calc(100% - 230px);
  }
  #menu li a {
    padding: 10px 15px;
    font-size: 15px;
  }
  #search {
    margin: 0px 20px 0px 0px;
  }
  #search li a {
    font-size: 20px;
  }
  #social li a {
    padding: 10px 10px;
    font-size: 20px;
  }
  #banners-top-wrapper.subpage {
    height: 495px;
  }
  #finalists-wrapper {
    min-height: 685px;
  }
  #finalists-wrapper #finalists .item {
    width: 25%;
  }
  #finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .head-finalist-class {
    margin-bottom: 25px;
  }
  #finalists-wrapper #finalists .item .finalist-block-photo .hover-bg .inside .finalist-text {
    margin-bottom: 25px;
  }
  #casting-wrapper .form-title {
    padding-right: 30px;
    text-align: right;
  }
  #casting-list {
    padding-top: 60px;
  }
  #casting-list .svg-map {
    margin: 0px 65px 0px 45px;
  }
  #casting-list .form-title {
    margin: 100px 0px 60px;
  }
}
/*# sourceMappingURL=style.css.map */