.hesperiden.tp-bullets {
  top: auto !important;
  bottom: 160px !important;
  opacity: 1 !important; }
  .hesperiden.tp-bullets .tp-bullet {
    opacity: 1;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 3px solid #fff !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .hesperiden.tp-bullets .tp-bullet.selected {
      background-color: #fff; }
.hesperiden.tparrows {
  width: 37px;
  height: 65px;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  .hesperiden.tparrows:before {
    display: none !important; }
  .hesperiden.tparrows.tp-leftarrow {
    left: 10%;
    background-image: url(../img/ico-slider-arrow-left.png); }
  .hesperiden.tparrows.tp-rightarrow {
    right: 10%;
    background-image: url(../img/ico-slider-arrow-right.png); }

@media (max-width: 992px) {
  .hesperiden.tp-bullets {
    bottom: 40px !important; } }
.yikes-easy-mc-success-message {
  font-size: 18px;
  margin: 0;
  line-height: 40px; }

input.jub-yikes-error {
  border: 1px solid #ed1c24 !important; }

.gallery-wrapper {
  background-color: #333;
  padding: 10px; }
  .gallery-wrapper .gallery-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #5c5c5c;
    margin-bottom: 20px; }
  .gallery-wrapper > .gallery dl {
    margin: 0 !important;
    padding: 5px !important; }
    .gallery-wrapper > .gallery dl dt {
      display: block;
      max-height: 100px;
      overflow: hidden;
      border: 5px solid transparent !important; }
      .gallery-wrapper > .gallery dl dt img {
        max-width: 100%;
        height: auto;
        position: relative;
        top: -30%;
        border: 0 !important; }
    .gallery-wrapper > .gallery dl dd {
      display: none; }
    .gallery-wrapper > .gallery dl.active dt {
      border-color: #666 !important; }

.slick-slider {
  width: 100%;
  margin-bottom: 0; }
  .slick-slider .slick-slide {
    
    position: relative; }
    .slick-slider .slick-slide img {
      max-height: 100%;
      margin: 0 auto;
      cursor: zoom-in; }
    .slick-slider .slick-slide span {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.5);
      padding: 15px 30px;
      font-size: 14px;
      color: #dedede; }
  .slick-slider > button {
    border: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    color: white;
    text-indent: -100em;
    overflow: hidden;
    z-index: 10;
    outline: none; }
    .slick-slider > button.slick-prev {
      left: 0;
      background: rgba(51, 51, 51, 0.8) url(../img/gal-arrow-left.png) no-repeat center center;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-bottom-right-radius: 5px;
      -ms-border-bottom-right-radius: 5px;
      -o-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-top-right-radius: 5px;
      -ms-border-top-right-radius: 5px;
      -o-border-top-right-radius: 5px;
      border-top-right-radius: 5px; }
    .slick-slider > button.slick-next {
      right: 0;
      background: rgba(51, 51, 51, 0.8) url(../img/gal-arrow-right.png) no-repeat center center;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-bottom-left-radius: 5px;
      -ms-border-bottom-left-radius: 5px;
      -o-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-top-left-radius: 5px;
      -ms-border-top-left-radius: 5px;
      -o-border-top-left-radius: 5px;
      border-top-left-radius: 5px; }

.arconix-faq-term-title {
  display: none; }

.arconix-faq-title {
  color: #ed1c24;
  font-size: 20px;
  font-weight: 600 !important;
  margin-bottom: 20px;
  cursor: pointer; }
  .arconix-faq-title span {
    display: inline;
    padding-right: 20px;
    background: url(../img/faq-arrow-down.png) no-repeat right center; }

.jub-faq-open .arconix-faq-title span {
  background-image: url(../img/faq-arrow-up.png); }

.arconix-faq-wrap .arconix-faq-content {
  display: none; }

.contact-info h2 {
  margin-bottom: 0; }

.people-list .person-item {
  margin-bottom: 50px; }
.people-list .person-name {
  font-size: 20px;
  font-weight: 700; }
.people-list .person-title {
  font-weight: 400;
  margin-bottom: 10px; }
.people-list .person-sector {
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 10px; }
.people-list .person-phone, .people-list .person-mobile, .people-list .person-email {
  font-size: 14px;
  line-height: 1.5em; }
  .people-list .person-phone span, .people-list .person-mobile span, .people-list .person-email span {
    font-weight: 700; }
.people-list .person-email {
  font-weight: 700; }

a {
  color: #ed1c24; }
  a:hover, a:active, a:focus {
    color: #68080c;
    text-decoration: none; }

hr {
  margin-top: 40px;
  margin-bottom: 40px; }

#search-bar {
  background: white;
  width: 100%;
  z-index: 100;
  display: none; }
  #search-bar .search-area {
    padding: 10px 0;
    border-bottom: 1px solid #888a8d;
    position: relative; }
    #search-bar .search-area input.form-control, #search-bar .search-area .ticker-inside .nl-form form > label input, .ticker-inside .nl-form form > label #search-bar .search-area input, #search-bar .search-area .widget_yikes_easy_mc_widget input, .widget_yikes_easy_mc_widget #search-bar .search-area input,
    #search-bar .search-area .doc-aside input,
    .doc-aside #search-bar .search-area input {
      border: 0;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      -ms-box-shadow: none !important;
      -o-box-shadow: none !important;
      box-shadow: none !important;
      padding-left: 40px;
      margin-right: 40px;
      background: url(../img/ico-search-left.png) no-repeat left center;
      color: #454545;
      font-size: 26px; }
    #search-bar .search-area .search-ico-close {
      display: block;
      position: absolute;
      background: url(../img/ico-close.png) no-repeat left center;
      width: 26px;
      height: 26px;
      right: 0;
      top: 17px; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  padding: 0;
  margin-bottom: 40px; }
  header:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
  header .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
    border: 0;
    -webkit-transition: padding 0.25s;
    -moz-transition: padding 0.25s;
    -ms-transition: padding 0.25s;
    -o-transition: padding 0.25s;
    transition: padding 0.25s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: white; }
    header .navbar-brand {
      padding: 0 15px;
      height: auto; }
    header .navbar-collapse {
      text-align: right;
      line-height: 0;
      width: inherit; }
    header .navbar-form {
      display: inline-block;
      margin: 20px 0;
      height: 50px;
      vertical-align: top; }
    header .navbar-search {
      border-left: 1px solid #454545; }
      header .navbar-search > .search-wrap {
        width: 24px;
        height: 24px;
        background: url(../img/ico-search-right.png) no-repeat center center;
        margin-top: 13px;
        display: inline-block; }
  header.fixtop {
    padding-bottom: 0; }
    header.fixtop .navbar {
      padding-top: 0;
      padding-bottom: 0;
      opacity: 0.9; }
    header.fixtop #search-bar {
      opacity: 0.9; }

.home header {
  margin-bottom: 0; }

@media (max-width: 768px) {
  header .navbar-brand {
    padding: 0; }

  header .navbar-search {
    padding-right: 0; }
    header .navbar-search > .search-wrap {
      margin-top: 2px; } }
@media (max-width: 480px) {
  .navbar-brand {
    width: 250px; } }
.ticker-header {
  padding-right: 50px;
  min-height: 40px;
  line-height: 40px;
  background: #edb51c;
  position: relative; }
  .ticker-header--newsletter {
    min-height: 60px;
    line-height: 60px;
    padding: 10px 0; }
  .ticker-header--news .ticker-inside {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ticker-header .header-ticker-close {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/ico-close-small.png) no-repeat left center;
    right: 10px;
    top: 50%;
    margin-top: -8px; }
.ticker-inside {
  width: 100%;
  color: white; }
  .ticker-inside a {
    display: inline-block;
    color: white;
    font-size: 18px;
    font-weight: 500; }
    .ticker-inside a span {
      display: inline-block;
      font-weight: 900;
      color: #454545;
      position: relative;
      z-index: 10; }
    .ticker-inside a:hover {
      color: #454545; }
  .ticker-inside .js-marquee a {
    position: relative;
    padding-right: 10px;
    margin-right: 10px; }
    .ticker-inside .js-marquee a:after {
      content: '';
      display: block;
      border-right: 1px solid #fff;
      top: 10px;
      right: 0;
      height: 20px;
      width: 1px;
      position: absolute; }
  .ticker-inside .nl-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 40px; }
  .ticker-inside .nl-form form {
    display: block;
    line-height: 1;
    height: 40px;
    font-size: 0; }
    .ticker-inside .nl-form form .form-field-description,
    .ticker-inside .nl-form form .empty-label {
      display: none; }
    .ticker-inside .nl-form form > label {
      vertical-align: top;
      margin: 0; }
      .ticker-inside .nl-form form > label:nth-of-type(1) {
        width: 60%; }
      .ticker-inside .nl-form form > label:nth-of-type(2) {
        width: 40%;
        padding-left: 5px; }
      .ticker-inside .nl-form form > label input {
        width: 100%;
        border-color: #ba901e; }
      .ticker-inside .nl-form form > label button {
        width: 100%;
        height: 40px;
        padding: 10px;
        display: block;
        line-height: 1.3; }
  .ticker-inside .edit-link {
    display: none; }

@media (max-width: 1200px) {
  .ticker-header .header-ticker-close {
    top: 15px;
    right: 15px;
    margin-top: 0; } }
@media (max-width: 678px) {
  .ticker-inside .nl-title {
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 10px; } }
.dmbs-content {
  position: relative; }

.home-area {
  position: relative;
  padding: 70px 0; }
  .home-area h1,
  .home-area h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 1.2em; }
    .home-area h1 span,
    .home-area h2 span {
      font-weight: 300;
      display: block; }
  .home-area p {
    color: #404040; }
  .home-area img.icon {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .home-area-zakaj {
    background: #edb51c url(../img/dsg-border-yellow.png) repeat-x center top;
    position: relative;
    margin-bottom: 40px; }
    .home-area-zakaj:after {
      background: #edb51c url(../img/dsg-border-yellow.png) repeat-x center top;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px; }
    .home-area-zakaj h1,
    .home-area-zakaj h2,
    .home-area-zakaj p {
      color: white; }
    .home-area-zakaj a.btn {
      margin-bottom: 0; }
    .home-area-zakaj .media {
      overflow: visible; }
    .home-area-zakaj .media-left {
      padding-right: 20px; }
    .home-area-zakaj img.media-object {
      max-width: none;
      opacity: 0;
      -webkit-transition: transform 1s;
      -moz-transition: transform 1s;
      -ms-transition: transform 1s;
      -o-transition: transform 1s;
      transition: transform 1s; }
      .home-area-zakaj img.media-object:hover, .home-area-zakaj img.media-object:focus, .home-area-zakaj img.media-object:active {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  .home-area-podpora {
    background: #454545 url(../img/dsg-border-darkgrey.png) repeat-x center top;
    position: relative;
    margin-bottom: 40px; }
    .home-area-podpora li {
      text-align: center; }
      .home-area-podpora li img {
        opacity: 0; }
    .home-area-podpora h1,
    .home-area-podpora h2 {
      color: white; }
    .home-area-podpora h3 {
      color: #edb51c;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .home-area-podpora:after {
      background: #454545 url(../img/dsg-border-darkgrey.png) repeat-x center top;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px; }
  .home-area-hisa .feat_tabs {
    border-color: #edb51c;
    margin-bottom: 30px;
    padding-left: 30px; }
    .home-area-hisa .feat_tabs li a {
      text-transform: uppercase;
      font-weight: 700;
      border-color: #edb51c;
      color: white;
      background-color: #edb51c;
      margin-right: 3px; }
      .home-area-hisa .feat_tabs li a:hover, .home-area-hisa .feat_tabs li a:focus, .home-area-hisa .feat_tabs li a:active {
        border-color: #edb51c; }
    .home-area-hisa .feat_tabs > li.active a {
      background-color: white;
      border-bottom-color: transparent;
      color: #004545; }
  .home-area-hisa .feat_subtabs {
    border: 0 !important; }
    .home-area-hisa .feat_subtabs li {
      margin-right: 30px; }
    .home-area-hisa .feat_subtabs li a {
      border: 0 !important;
      background-color: white !important;
      padding: 0;
      text-align: center; }
      .home-area-hisa .feat_subtabs li a img,
      .home-area-hisa .feat_subtabs li a svg {
        width: 52px;
        height: 52px; }
      .home-area-hisa .feat_subtabs li a span.img {
        display: inline-block;
        line-height: 0;
        padding: 15px;
        border: 1px solid #dadada;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin: 0 auto 15px; }
      .home-area-hisa .feat_subtabs li a span.title {
        text-align: center;
        display: block;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #454545; }
    .home-area-hisa .feat_subtabs li.active a span.img {
      padding: 14px;
      border: 2px solid #ed1c24; }
    .home-area-hisa .feat_subtabs li.active a svg path {
      fill: #ed1c24; }
  .home-area-hisa .feat-content {
    padding-top: 20px; }
    .home-area-hisa .feat-content > h2 {
      font-size: 30px;
      font-weight: 700; }
    .home-area-hisa .feat-content > div {
      font-size: 20px;
      line-height: 1.6em; }

.jub-list-sistemi {
  margin-left: -15px;
  margin-right: -15px; }
  .jub-list-sistemi li {
    display: block;
    float: left;
    padding: 15px;
    width: 25%; }
    .jub-list-sistemi li span.imgwrap {
      display: inline-block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid rgba(69, 69, 69, 0.2);
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    .jub-list-sistemi li img {
      -webkit-transition: transform 1s;
      -moz-transition: transform 1s;
      -ms-transition: transform 1s;
      -o-transition: transform 1s;
      transition: transform 1s;
      opacity: 0; }
      .jub-list-sistemi li img:hover, .jub-list-sistemi li img:focus, .jub-list-sistemi li img:active {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .jub-list-sistemi li div {
      display: block;
      padding-bottom: 30px; }
      .jub-list-sistemi li div p {
        margin-bottom: 0; }

@media (max-width: 992px) {
  .jub-list-sistemi li {
    width: 33.3333%; } }
@media (max-width: 768px) {
  .jub-list-sistemi li {
    width: 50%; } }
.jub-list-zakaj article {
  padding-top: 10px;
  padding-bottom: 10px; }
  .jub-list-zakaj article h3 {
    margin-top: 0; }

.content-container h1:nth-child(1),
.content-container h2:nth-child(1) {
  margin-top: 0; }

.jub-maps {
  overflow: hidden;
  padding-bottom: 400px;
  position: relative;
  height: 0;
  cursor: pointer; }

.jub-maps iframe {
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  position: absolute; }

.list-kontakt li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px; }
  .list-kontakt li:before {
    display: block;
    position: absolute;
    left: 0;
    font-family: 'FontAwesome', sans-serif; }
  .list-kontakt li.map:before {
    content: '\f279'; }
  .list-kontakt li.phone:before {
    content: '\f095'; }
  .list-kontakt li.fax:before {
    content: '\f1ac'; }
  .list-kontakt li.email:before {
    content: '\f0e0'; }

.widget_text,
.widget_wysiwyg_widgets_widget {
  padding: 15px;
  background: #e6e6e6 url(../img/dsg-border-grey.png) repeat-x center top;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }
  .widget_text:after,
  .widget_wysiwyg_widgets_widget:after {
    background: #e6e6e6 url(../img/dsg-border-grey.png) repeat-x center top;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px; }
  .widget_text .btn,
  .widget_wysiwyg_widgets_widget .btn {
    width: 100%;
    background-color: transparent; }
  .widget_text .textwidget,
  .widget_wysiwyg_widgets_widget .textwidget {
    margin-bottom: 2em; }

.btn {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ed1c24;
  padding: 12px;
  border: 1px solid transparent;
  min-width: 120px;
  text-align: left !important;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s; }
  .btn-default, .btn-comingsoon, .btn-white, .ticker-inside .nl-form form > label button, .widget_yikes_easy_mc_widget .btn,
  .doc-aside .btn {
    border-color: #ed1c24; }
    .btn-default::after, .btn-comingsoon::after, .btn-white::after, .ticker-inside .nl-form form > label button::after, .widget_yikes_easy_mc_widget .btn::after,
    .doc-aside .btn::after {
      position: absolute;
      top: 50%;
      margin-top: -0.3em;
      right: 12px;
      content: "";
      display: inline-block;
      width: 0.6em;
      height: 0.6em;
      border-right: 0.2em solid #ed1c24;
      border-top: 0.2em solid #ed1c24;
      transform: rotate(45deg);
      margin-left: 1em; }
    .btn-default:hover, .btn-comingsoon:hover, .btn-default:active, .btn-comingsoon:active, .btn-default:focus, .btn-comingsoon:focus, .btn-default:active:hover, .btn-comingsoon:active:hover, .btn-white:hover, .ticker-inside .nl-form form > label button:hover, .widget_yikes_easy_mc_widget .btn:hover,
    .doc-aside .btn:hover, .btn-white:active, .ticker-inside .nl-form form > label button:active, .widget_yikes_easy_mc_widget .btn:active,
    .doc-aside .btn:active, .btn-white:focus, .ticker-inside .nl-form form > label button:focus, .widget_yikes_easy_mc_widget .btn:focus,
    .doc-aside .btn:focus, .btn-white:active:hover, .ticker-inside .nl-form form > label button:active:hover, .widget_yikes_easy_mc_widget .btn:active:hover,
    .doc-aside .btn:active:hover {
      color: white;
      background-color: #ed1c24;
      border-color: #ed1c24; }
      .btn-default:hover::after, .btn-comingsoon:hover::after, .btn-default:active::after, .btn-comingsoon:active::after, .btn-default:focus::after, .btn-comingsoon:focus::after, .btn-default:active:hover::after, .btn-comingsoon:active:hover::after, .btn-white:hover::after, .ticker-inside .nl-form form > label button:hover::after, .widget_yikes_easy_mc_widget .btn:hover::after,
      .doc-aside .btn:hover::after, .btn-white:active::after, .ticker-inside .nl-form form > label button:active::after, .widget_yikes_easy_mc_widget .btn:active::after,
      .doc-aside .btn:active::after, .btn-white:focus::after, .ticker-inside .nl-form form > label button:focus::after, .widget_yikes_easy_mc_widget .btn:focus::after,
      .doc-aside .btn:focus::after, .btn-white:active:hover::after, .ticker-inside .nl-form form > label button:active:hover::after, .widget_yikes_easy_mc_widget .btn:active:hover::after,
      .doc-aside .btn:active:hover::after {
        border-color: white; }
  .btn-white, .ticker-inside .nl-form form > label button, .widget_yikes_easy_mc_widget .btn,
  .doc-aside .btn {
    color: white;
    border-color: white;
    background-color: transparent; }
    .btn-white::after, .ticker-inside .nl-form form > label button::after, .widget_yikes_easy_mc_widget .btn::after,
    .doc-aside .btn::after {
      border-color: white; }
    .btn-white:hover, .ticker-inside .nl-form form > label button:hover, .widget_yikes_easy_mc_widget .btn:hover,
    .doc-aside .btn:hover, .btn-white:active, .ticker-inside .nl-form form > label button:active, .widget_yikes_easy_mc_widget .btn:active,
    .doc-aside .btn:active, .btn-white:focus, .ticker-inside .nl-form form > label button:focus, .widget_yikes_easy_mc_widget .btn:focus,
    .doc-aside .btn:focus, .btn-white:active:hover, .ticker-inside .nl-form form > label button:active:hover, .widget_yikes_easy_mc_widget .btn:active:hover,
    .doc-aside .btn:active:hover {
      color: #ed1c24;
      background-color: white;
      border-color: white; }
      .btn-white:hover::after, .ticker-inside .nl-form form > label button:hover::after, .widget_yikes_easy_mc_widget .btn:hover::after,
      .doc-aside .btn:hover::after, .btn-white:active::after, .ticker-inside .nl-form form > label button:active::after, .widget_yikes_easy_mc_widget .btn:active::after,
      .doc-aside .btn:active::after, .btn-white:focus::after, .ticker-inside .nl-form form > label button:focus::after, .widget_yikes_easy_mc_widget .btn:focus::after,
      .doc-aside .btn:focus::after, .btn-white:active:hover::after, .ticker-inside .nl-form form > label button:active:hover::after, .widget_yikes_easy_mc_widget .btn:active:hover::after,
      .doc-aside .btn:active:hover::after {
        border-color: #ed1c24;
        background-color: transparent; }
  .btn-comingsoon {
    opacity: 0.3;
    cursor: default; }
    .btn-comingsoon:hover, .btn-comingsoon:focus, .btn-comingsoon:active, .btn-comingsoon:active:hover {
      background: inherit;
      color: #ed1c24; }
      .btn-comingsoon:hover::after, .btn-comingsoon:focus::after, .btn-comingsoon:active::after, .btn-comingsoon:active:hover::after {
        border-color: #ed1c24; }

footer {
  margin-top: 160px; }
  footer .footer-area-partners {
    background-color: #454545;
    padding: 30px 0; }
    footer .footer-area-partners .list-partners {
      margin: 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
  footer .dmbs-footer-menu {
    background-color: #2b2b2b;
    color: white;
    font-size: 14px;
    padding: 20px 0; }
    footer .dmbs-footer-menu .footer-nav span,
    footer .dmbs-footer-menu .footer-nav ul {
      vertical-align: middle;
      display: inline-block;
      float: none;
      position: relative;
      top: 4px; }
    footer .dmbs-footer-menu .footer-nav ul a {
      color: white;
      padding: 0; }
      footer .dmbs-footer-menu .footer-nav ul a:hover, footer .dmbs-footer-menu .footer-nav ul a:focus, footer .dmbs-footer-menu .footer-nav ul a:active {
        background-color: transparent;
        color: #cccccc; }
    footer .dmbs-footer-menu .footer-nav .list-socmed {
      display: inline-block;
      float: right;
      margin: 0; }
      footer .dmbs-footer-menu .footer-nav .list-socmed li {
        display: inline-block;
        margin-left: 10px; }
        footer .dmbs-footer-menu .footer-nav .list-socmed li a {
          height: 30px;
          font-size: 32px;
          line-height: 0;
          color: white; }

@media (max-width: 768px) {
  footer .footer-area-partners .list-partners {
    margin: 0;
    display: block; }
    footer .footer-area-partners .list-partners li {
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 20px;
      float: left; } }
h3.page-header span.post-date {
  font-weight: 300;
  font-size: 16px;
  display: block;
  line-height: 1.1em; }

.list-attachments li {
  display: inline-block;
  position: relative; }
  .list-attachments li a {
    padding-left: 30px;
    position: relative; }
    .list-attachments li a:before {
      display: block;
      position: absolute;
      left: 0;
      font-family: 'FontAwesome', sans-serif;
      content: '\f278'; }
  .list-attachments li::after {
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    right: -12px;
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-right: 0.15em solid #ed1c24;
    border-top: 0.15em solid #ed1c24;
    transform: rotate(45deg);
    margin-left: 1em; }
  .list-attachments li:hover, .list-attachments li:active, .list-attachments li:focus, .list-attachments li:active:hover {
    border-color: #68080c; }
    .list-attachments li:hover::after, .list-attachments li:active::after, .list-attachments li:focus::after, .list-attachments li:active:hover::after {
      border-color: #68080c; }

.form-control, .ticker-inside .nl-form form > label input, .widget_yikes_easy_mc_widget input,
.doc-aside input {
  height: 40px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  width: 100%;
  font-weight: normal;
  outline: none;
  color: #5e5e5e; }

.arconix-faq-wrap .arconix-faq-title {
  font-weight: 900; }

.top-anchors {
  padding: 20px 0 0;
  background: rgba(47, 47, 47, 0.9);
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%; }
  .top-anchors a {
    display: block;
    text-align: center;
    margin-bottom: 20px; }
    .top-anchors a :after {
      content: '';
      display: block;
      padding-bottom: 45px;
      background: url(../img/ico-anchor-down.png) no-repeat center bottom; }
    .top-anchors a h3 {
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      color: #edb51c;
      margin-bottom: 0; }
    .top-anchors a img {
      width: 52px;
      height: 52px; }

@media (max-width: 992px) {
  .top-anchors {
    position: relative; } }
.widget_yikes_easy_mc_widget,
.doc-aside {
  padding: 15px 15px 35px;
  background: #edb51c url(../img/dsg-border-yellow.png) repeat-x center top;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }
  .widget_yikes_easy_mc_widget p,
  .doc-aside p {
    font-size: 16px;
    color: white; }
  .widget_yikes_easy_mc_widget:after,
  .doc-aside:after {
    background: #edb51c url(../img/dsg-border-yellow.png) repeat-x center top;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px; }
  .widget_yikes_easy_mc_widget label,
  .doc-aside label {
    display: block; }
  .widget_yikes_easy_mc_widget input,
  .doc-aside input {
    border-color: rgba(0, 0, 0, 0.25); }
  .widget_yikes_easy_mc_widget .btn,
  .doc-aside .btn {
    width: 100%; }

.doc-aside {
  text-align: center;
  padding-top: 30px; }
  .doc-aside p.text {
    padding: 0 20px;
    margin-bottom: 10px; }
  .doc-aside p.phone {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0; }

.nav-tabs.house-tabs {
  border-color: #edb51c;
  margin-bottom: 20px;
  padding-left: 10px; }
  .nav-tabs.house-tabs > li a {
    text-transform: uppercase;
    font-weight: 700;
    border-color: #edb51c;
    color: white;
    background-color: #edb51c;
    margin-right: 3px;
    padding: 10px 30px; }
    .nav-tabs.house-tabs > li a:hover, .nav-tabs.house-tabs > li a:focus, .nav-tabs.house-tabs > li a:active {
      border-color: #edb51c; }
  .nav-tabs.house-tabs > li.active a {
    background-color: white;
    border-bottom-color: transparent;
    color: #454545; }

.nav-tabs.house-subtabs {
  border: 0;
  margin-bottom: 30px;
  padding-left: 10px; }
  .nav-tabs.house-subtabs > li a {
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    margin-right: 40px;
    color: #454545;
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid transparent; }
    .nav-tabs.house-subtabs > li a:hover, .nav-tabs.house-subtabs > li a:focus, .nav-tabs.house-subtabs > li a:active {
      border-left: 0;
      border-right: 0;
      border-top: 0;
      border-bottom: 2px solid #ed1c24; }
  .nav-tabs.house-subtabs > li.active a {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #ed1c24; }

.floorplan-house-sum {
  float: right !important;
  font-size: 22px;
  font-weight: 700;
  padding: 5px; }
.floorplan-data table {
  width: 100%;
  margin-bottom: 20px; }
  .floorplan-data table td {
    border: 0;
    padding: 5px;
    font-size: 16px;
    color: #454545;
    font-weight: 400; }
    .floorplan-data table td:nth-child(1) {
      color: #e50003;
      font-weight: 700;
      width: 1%;
      padding-left: 0; }
    .floorplan-data table td:nth-child(3) {
      font-weight: 500;
      text-align: right;
      padding-right: 0; }
.floorplan-data .floor-area {
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-weight: 500; }
  .floorplan-data .floor-area span {
    display: inline-block;
    float: right; }
.floorplan-img {
  cursor: zoom-in; }

.doc-index-list > div {
  width: 20%;
  text-align: center; }
  .doc-index-list > div img {
    display: inline-block;
    margin-bottom: 20px; }
  .doc-index-list > div span {
    display: block;
    clear: both;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase; }

hr.doci {
  margin-top: 60px;
  margin-bottom: 50px;
  border-color: #b8b8b8; }

.doc-attachments-wrap {
  border-bottom: 1px solid #dbdbdb; }
  .doc-attachments-wrap:first-child {
    border-top: 1px solid #dbdbdb; }
.doc-attachments-single {
  padding-top: 30px;
  padding-bottom: 30px; }
  .doc-attachments-single > div {
    display: table-cell;
    vertical-align: middle;
    float: none; }
    .doc-attachments-single > div span {
      font-weight: 500;
      font-size: 18px;
      color: #5e5e5e; }

.jub-hotspot-wrap {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .jub-hotspot-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .jub-hotspot-wrap ol {
    margin: 0;
    list-style-type: none; }
    .jub-hotspot-wrap ol li {
      display: inline-block;
      width: 35px;
      height: 35px;
      position: absolute;
      cursor: pointer;
      font-size: 18px;
      font-weight: 900;
      border: 2px solid rgba(255, 255, 255, 0.8);
      text-align: center;
      line-height: 30px;
      color: white;
      background-color: #ed1c24;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }

.tooltip-inner {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: rgba(46, 46, 46, 0.7);
  text-align: left;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.tooltip.bottom {
  padding: 19px 0 0; }
  .tooltip.bottom .tooltip-arrow {
    margin-left: -19px;
    border-width: 0 19px 19px;
    border-bottom-color: rgba(46, 46, 46, 0.7); }

@media (max-width: 992px) {
  .dmbs-left {
    padding-top: 40px; } }
#top-main-menu {
  width: 100%;
  padding: 0; }

.cc {
  display: table;
  width: 100%; }
  .cc .header-main-menu {
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 20px 0; }
    .cc .header-main-menu li {
      position: relative;
      display: table-cell;
      float: none;
      text-align: left;
      width: 1%; }
      .cc .header-main-menu li a {
        padding: 10px;
        height: 50px;
        font-weight: 600;
        color: #1a1a1a;
        line-height: 1.2em;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        position: relative; }
        .cc .header-main-menu li a:hover, .cc .header-main-menu li a:focus, .cc .header-main-menu li a:active, .cc .header-main-menu li a:active:hover {
          background-color: transparent; }
          .cc .header-main-menu li a:hover span, .cc .header-main-menu li a:focus span, .cc .header-main-menu li a:active span, .cc .header-main-menu li a:active:hover span {
            position: relative; }
            .cc .header-main-menu li a:hover span:after, .cc .header-main-menu li a:focus span:after, .cc .header-main-menu li a:active span:after, .cc .header-main-menu li a:active:hover span:after {
              position: absolute;
              left: 0;
              bottom: -5px;
              width: 100%;
              display: block;
              content: '';
              border-bottom: 2px solid #ed1c24; }
      .cc .header-main-menu li ul {
        display: none;
        padding-left: 0;
        position: absolute;
        z-index: 10;
        background-color: white; }
        .cc .header-main-menu li ul li {
          display: block;
          white-space: nowrap;
          height: auto;
          width: 100%; }
          .cc .header-main-menu li ul li a {
            text-transform: none; }
        .cc .header-main-menu li ul ul {
          display: none; }
    .cc .header-main-menu > li.current-menu-item > a > span, .cc .header-main-menu > li.current-page-ancestor > a > span {
      position: relative; }
      .cc .header-main-menu > li.current-menu-item > a > span:after, .cc .header-main-menu > li.current-page-ancestor > a > span:after {
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        display: block;
        content: '';
        border-bottom: 2px solid #ed1c24; }
  .cc .sides {
    display: table-cell;
    width: 60px; }

@media (min-width: 769px) {
  .cc .header-main-menu li ul {
    display: none !important; }
  .cc .header-main-menu li:hover ul, .cc .header-main-menu li:focus ul, .cc .header-main-menu li:active ul, .cc .header-main-menu li:active:hover ul {
    display: block !important; } }
@media (max-width: 992px) {
  .cc .header-main-menu {
    float: none;
    clear: both;
    margin: 0 auto; } }
@media (max-width: 768px) {
  .cc .header-main-menu li {
    display: block;
    width: 100%; }
    .cc .header-main-menu li a {
      padding: 10px 15px; }
    .cc .header-main-menu li ul,
    .cc .header-main-menu li ul ul {
      display: none;
      position: relative;
      padding-left: 30px; }
  .cc .sides {
    display: none; }

  #top-main-menu {
    position: absolute;
    background-color: white;
    z-index: 9999;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%; } }
#menu-meni-v-nogi {
  left: -2px; }
  #menu-meni-v-nogi li {
    padding-left: 5px;
    border-left: 1px solid white;
    margin-left: 5px; }
    #menu-meni-v-nogi li a {
      line-height: 1; }

@media (max-width: 768px) {
  #menu-meni-v-nogi {
    clear: both;
    margin: 20px auto;
    display: block;
    left: 0; }
    #menu-meni-v-nogi li {
      display: inline-block; } }
.lang_item, #lang_sel li a, #lang_sel ul ul li a {
  display: block;
  opacity: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 0;
  padding: 15px;
  height: 50px; }

#lang_sel li {
  display: block;
  width: auto;
  min-width: 80px;
  text-align: left; }
  #lang_sel li a.lang_sel_sel {
    background: none;
    position: relative;
    padding-right: 30px; }
    #lang_sel li a.lang_sel_sel:after {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -4px;
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-right: 1px solid #1a1a1a;
      border-bottom: 1px solid #1a1a1a;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
#lang_sel ul ul {
  width: auto;
  top: 100%; }
  #lang_sel ul ul:after {
    content: "";
    display: table;
    clear: both; }

#menu-accordion, #menu-accordion ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: white; }

#menu-accordion {
  margin-bottom: 60px; }
  #menu-accordion a {
    color: #1a1a1a;
    display: block;
    padding: 15px 0; }
    #menu-accordion a:hover, #menu-accordion a:focus {
      text-decoration: none; }
  #menu-accordion ul {
    padding: 10px 0;
    overflow: hidden;
    display: none; }
    #menu-accordion ul:before {
      z-index: 1;
      position: absolute;
      content: "";
      left: 1px;
      width: 90%;
      height: 42px;
      top: -60px;
      max-width: 300px;
      background: #777;
      -webkit-box-shadow: 0 15px 10px #777;
      -ms-box-shadow: 0 15px 10px #777;
      box-shadow: 0 15px 10px #777;
      -webkit-transform: rotate(-2deg);
      -moz-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
      -o-transform: rotate(-2deg);
      transform: rotate(-2deg); }
    #menu-accordion ul a {
      font-size: 16px;
      padding: 5px 0;
      font-weight: 500; }
  #menu-accordion li {
    padding-left: 20px;
    font-weight: 900; }
    #menu-accordion li.current_page_item a {
      font-weight: 900; }
    #menu-accordion li.current_page_ancestor ul {
      display: block; }
  #menu-accordion > li {
    font-size: 22px;
    font-weight: 900;
    border-bottom: 1px solid #b8b8b8;
    background-color: white; }
    #menu-accordion > li > a {
      font-weight: 900; }
    #menu-accordion > li.page_item_has_children > a {
      background: url(../img/ico-plus.png) no-repeat right 10px center; }
    #menu-accordion > li.jub-sidemenu-open > a {
      background-image: url(../img/ico-minus.png); }

@media (max-width: 1200px) {
  #menu-accordion li {
    font-size: 19px; } }
@media (max-width: 992px) {
  #menu-accordion {
    display: none; } }
.navbar-toggle {
  margin-top: 25px; }
  .navbar-toggle .icon-bar {
    background-color: #898989;
    border-top: 1px solid black;
    width: 27px; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 6px; }

/* TABLES */
.tablepress tfoot th,
.tablepress thead th {
  background-color: #5e5e5e;
  color: #e5e5e5;
  font-weight: 700;
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  border: 0; }
  .tablepress tfoot th span,
  .tablepress thead th span {
    font-weight: 400; }
.tablepress tbody td {
  padding: 15px 10px;
  text-align: center; }

.arconix-faq-wrap .tablepress tfoot th,
.arconix-faq-wrap .tablepress thead th,
.arconix-faq-wrap .tablepress tbody td {
  text-align: left; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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