@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300");
.bodyHidenOF {
  overflow: hidden; }

.ui-loading .ui-loader {
  display: block; }

.ui-loader {
  display: none;
  position: absolute;
  opacity: .85;
  z-index: 100;
  left: 50%;
  width: 200px;
  margin-left: -130px;
  margin-top: -35px;
  padding: 10px 30px; }

.lang {
  position: absolute;
  top: 20px;
  right: 20px; }
  .lang span {
    margin: 0 5px; }
    .lang span.active a {
      display: inline-block;
      font-weight: 600;
      color: #00aeef; }
      .lang span.active a img {
        border: 1px dotted #00aeef;
        padding: 5px 7px; }
    .lang span a {
      font-size: 18px;
      color: #ffffff;
      text-decoration: none; }
      .lang span a:hover {
        color: #00aeef; }

/* FIX Theme */
a:focus {
  outline: 0; }

.menuTop {
  display: block;
  visibility: visible; }

#slider-expoefekt {
  display: none; }

.item a {
  display: table;
  margin: 0 auto; }

.carousel-caption a span {
  color: #fff; }

/* END FIX Theme*/
/* Mobile menu */
.menuMobile,
.menu-mobile--logo {
  display: none; }

.menu {
  position: absolute;
  width: 56px;
  top: 20px;
  right: 10px;
  font-size: 62px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  cursor: pointer;
  z-index: 999; }
  .menu:hover .bar {
    background: #00AEEF;
    transition: 0.4s ease; }
  .menu .bar {
    width: 60%;
    height: 3px;
    background: white;
    margin: 0 auto 10px;
    transition: transform 0.4s ease; }
  .menu-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    transition: ease-in 0.5s;
    display: none;
    overflow: auto; }
    .menu-mobile--logo {
      height: 60px;
      margin: 10px 20px; }
    .menu-mobile-active {
      display: block;
      z-index: 9999;
      background-color: #062038;
      transition: ease-in-out 0.5s; }
    .menu-mobile-header {
      margin: 27px 20px; }
      .menu-mobile-header--lang a {
        color: #fff;
        margin: 0 5px;
        text-decoration: none;
        z-index: 99999; }
        .menu-mobile-header--lang a.active {
          color: #00AEEF; }
        .menu-mobile-header--lang a:hover {
          color: #00AEEF; }
      .menu-mobile-header--close {
        position: absolute;
        width: 35px;
        height: 30px;
        right: 20px;
        top: 25px;
        z-index: 9999;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer; }
        .menu-mobile-header--close::after, .menu-mobile-header--close::before {
          content: "";
          display: block;
          width: 35px;
          height: 3px;
          position: absolute;
          background: #fff;
          transition-property: margin, -webkit-transform;
          transition-property: margin, transform;
          transition-property: margin, transform, -webkit-transform;
          transition-duration: 300ms; }
        .menu-mobile-header--close::after {
          margin-top: 9px;
          -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
          background: #fff; }
        .menu-mobile-header--close::before {
          margin-top: 9px;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          background: #fff; }
        .menu-mobile-header--close:hover::after, .menu-mobile-header--close:hover::before {
          background: #00AEEF; }
    .menu-mobile-content {
      padding: 10px; }
      .menu-mobile-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center; }
        .menu-mobile-content ul li {
          margin: 20px 0; }
          .menu-mobile-content ul li a {
            color: #fff;
            font-size: 18px;
            text-decoration: none; }
            .menu-mobile-content ul li a:hover {
              color: #00AEEF; }
          .menu-mobile-content ul li.active a {
            color: #00AEEF; }
          .menu-mobile-content ul li#unlink a {
            color: #fff; }
          .menu-mobile-content ul li#unlink:hover a {
            color: #00AEEF; }
      .menu-mobile-content--logo {
        display: table;
        margin: 0 auto; }
        .menu-mobile-content--logo img {
          height: 50px; }
    .menu-mobile-footer {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      text-align: center; }
      .menu-mobile-footer--phone {
        margin: 10px 10px 10px 20px;
        font-size: 13px; }
        .menu-mobile-footer--phone a {
          font-size: 13px;
          text-decoration: none; }
          .menu-mobile-footer--phone a:hover {
            color: #00AEEF; }
      .menu-mobile-footer--email {
        margin: 10px 20px 10px 10px;
        font-size: 13px; }
        .menu-mobile-footer--email a {
          font-size: 13px;
          text-decoration: none; }
          .menu-mobile-footer--email a:hover {
            color: #00AEEF; }

/* END Mobile menu */
/* RWD */
@media (max-width: 1400px) {
  .navbar-nav {
    float: none; }

  .header_top .nav li {
    margin: 83px 10px 20px 10px; }

  .header_top .nav li a {
    font-size: 13px; }

  .box .photo {
    width: auto;
    height: auto; }

  .item_news .item_right {
    min-height: 322px; } }
@media (max-width: 1024px) {
  #slider-expoefekt {
    display: inherit;
    margin-top: 70px; }

  .carousel-control.right,
  .carousel-control.left {
    background: none; }

  .item_news .page-header h2 {
    font-size: 38px; }

  .menuTop {
    display: none; }

  .header_top {
    height: 100%;
    min-height: 100px; }

  .box .photo {
    width: auto;
    height: auto; }

  .searchCol {
    width: 100%;
    margin-bottom: 60px; }
    .searchCol form {
      display: none; }

  .navbar-header,
  .lang {
    display: none; }

  .frame_top {
    height: auto;
    padding-bottom: 50px; }
    .frame_top .box_search {
      width: auto;
      margin: 37px auto 0 auto;
      background-image: none;
      padding-left: 0; }
      .frame_top .box_search .form-control {
        display: inline-block;
        width: auto; }
      .frame_top .box_search .input-group-btn {
        display: inline-block;
        width: auto; }
    .frame_top .box_phone {
      display: none; }
    .frame_top .slider {
      display: none; }

  .frame_about_us {
    height: auto; }
    .frame_about_us .item_news {
      padding: 80px 30px 0 30px; }
      .frame_about_us .item_news .item_right {
        padding: 0 30px;
        height: auto; }

  .frame_about_us_more .item_news--more {
    padding: 0 30px; }
    .frame_about_us_more .item_news--more .item_left {
      padding: 0 30px; }
    .frame_about_us_more .item_news--more .item_right {
      height: auto; }
  .frame_about_us_more .item_news .button {
    position: inherit; }

  .frame_footer .footer--copyright, .frame_footer .footer--realization {
    text-align: left; }

  .frame_slider {
    padding: 0 30px; }
    .frame_slider .carousel-control.left,
    .frame_slider .carousel-control.right {
      width: 25px;
      background-size: cover;
      background-position: center center; }
    .frame_slider .item_left {
      min-height: auto; }
    .frame_slider .item_right {
      min-height: auto;
      padding: 0 30px;
      background-color: transparent; }

  .frame_offer {
    padding: 0; }
    .frame_offer .box_offer .photo {
      display: none; }
    .frame_offer .box_offer .desc {
      display: table;
      float: none;
      width: 100%;
      padding: 30px 20px;
      text-align: center; }
      .frame_offer .box_offer .desc p {
        padding: 0 30px; }
    .frame_offer .content_offer .box_info {
      padding: 30px; }
    .frame_offer .content_offer .box_offer_detal {
      background-image: none;
      margin: 0; }
      .frame_offer .content_offer .box_offer_detal .page-header h2 {
        padding: 30px; }
      .frame_offer .content_offer .box_offer_detal .list-group {
        margin: 0;
        padding-bottom: 30px; }

  .frame_contact_bottom .page-header h2 {
    padding: 30px;
    font-size: 26px; }
  .frame_contact_bottom .phone {
    background-image: none;
    padding: 30px; }
  .frame_contact_bottom .button {
    margin: 0 0 30px 10px; }

  .frame_gallery {
    padding: 30px; }
    .frame_gallery .separate {
      width: 100%; }
    .frame_gallery .pagination a {
      padding: 5px 10px; }

  .frame_furniture {
    padding: 30px; }

  .frame_header .page-header h1 {
    padding: 30px;
    font-size: 38px;
    background-image: none; }

  .frame_stand {
    padding: 30px; }
    .frame_stand .item_stand {
      margin: 20px 0; }
      .frame_stand .item_stand .slider_stand {
        width: 100%; }
        .frame_stand .item_stand .slider_stand .carousel {
          display: table;
          margin: 0 auto; }

  .frame_contact .google_maps .box_contact {
    flex: 0 0 45%; }
  .frame_contact .google_maps .google_maps__map {
    flex: 0 0 55%; }

  .cookie-alert {
    padding: 20px 10px !important; }
    .cookie-alert a {
      top: 10px !important;
      right: -10px !important; }

  .menuMobile,
  .menu-mobile--logo {
    display: inherit; } }
@media (max-width: 768px) {
  .frame_contact .google_maps .box_contact {
    flex: 0 0 100%; }
  .frame_contact .google_maps .google_maps__map {
    flex: 0 0 100%; }
    .frame_contact .google_maps .google_maps__map iframe {
      position: static;
      height: 440px; } }
/* END RWD */

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