@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  -webkit-font-smoothing: antialiased;    
  -moz-osx-font-smoothing: grayscale;
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*::::::::::COLORS:::::::::::*/
/*::::::::::FONTS:::::::::::*/
/*::::::::::Other:::::::::::*/
/*MAX WIDTH MEADIA QUIERIES*/
/*FuturaOrto*/
@font-face {
  font-family: "AFuturaOrto";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/futuraorto-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futuraorto-webfont.woff2") format("woff2"), url("../fonts/futuraorto-webfont.woff") format("woff"), url("../fonts/futuraorto-webfont.ttf") format("truetype"), url("../fonts/futuraorto-webfont.svg#futuraorto") format("svg"); }


@font-face {
  font-family: 'AFuturaOrto';
  src: url('../fonts/AFuturaOrto.eot');
  src: url('../fonts/AFuturaOrto.eot?#iefix') format('embedded-opentype'),
       url('../fonts/AFuturaOrto.woff2') format('woff2'),
       url('../fonts/AFuturaOrto.woff') format('woff'),
       url('../fonts/AFuturaOrto.ttf') format('truetype'),
       url('../fonts/AFuturaOrto.svg#AFuturaOrto') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*FuturaOrtoBold*/
@font-face {
  font-family: "a_futuraortobold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/afuturaorto_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/afuturaorto_bold-webfont.woff2") format("woff2"), url("../fonts/afuturaorto_bold-webfont.woff") format("woff"), url("../fonts/afuturaorto_bold-webfont.ttf") format("truetype"), url("../fonts/afuturaorto_bold-webfont.svg#a_futuraortobold") format("svg"); }

/* aFuturica */
@font-face {
  font-family: "a_futuricaregular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/afuturica-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/afuturica-webfont.woff2") format("woff2"), url("../fonts/afuturica-webfont.woff") format("woff"), url("../fonts/afuturica-webfont.ttf") format("truetype"), url("../fonts/afuturica-webfont.svg#a_futuricaregular") format("svg"); }

.top_nav {
  height: 36px;
  width: 100%;
  background-color: #292929;
  line-height: 36px; }
  .top_nav .top_nav_links_wrapper {
    padding: 0px 15px;
    /* DESKTOP 1280-1920 */ }
    @media only screen and (min-width: 1280px) {
      .top_nav .top_nav_links_wrapper {
        width: 1200px;
        margin: 0 auto; } }
    .top_nav .top_nav_links_wrapper ul {
      color: #fff;
      float: left;
      font-size: 0.75rem;
      font-family: "AFuturaOrto", Arial, sans-serif; }
      .top_nav .top_nav_links_wrapper ul li {
        float: none;
        display: inline-block;
        margin: 0px 18px; }
        .top_nav .top_nav_links_wrapper ul li a {
          color: #fff;
          text-decoration: none;
          font-family: "AFuturaOrto", Arial, sans-serif; }
      .top_nav .top_nav_links_wrapper ul li:first-child {
        margin-left: 0%; }
      .top_nav .top_nav_links_wrapper ul li:last-child {
        margin-right: 0%; }
    .top_nav .top_nav_links_wrapper .top_nav_links {
      height: auto;
      /*width: 93%;*/
      margin-right: 0%;
      text-align: right;
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 768px) {
        .top_nav .top_nav_links_wrapper .top_nav_links li a abbr span {
          display: none; }
        .top_nav .top_nav_links_wrapper .top_nav_links li a abbr:before {
          content: attr(title); }
        .top_nav .top_nav_links_wrapper .top_nav_links li > a {
          /*===== Animation underline left to right ====*/
          display: inline-block; }
          .top_nav .top_nav_links_wrapper .top_nav_links li > a:after {
            content: '';
            display: block;
            height: 2px;
            width: 0;
            background: transparent;
            -webkit-transition-property: width;
            -moz-transition-property: width;
            transition-property: width;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: "ease";
            -moz-transition-timing-function: "ease";
            transition-timing-function: "ease"; }
          .top_nav .top_nav_links_wrapper .top_nav_links li > a:hover:after{
            width: 100%;
            background: #fff; }
          .top_nav .top_nav_links_wrapper .top_nav_links li > a:after {
            margin-top: -12px; }
        .top_nav .top_nav_links_wrapper .top_nav_links li .active:after {
          display: none; }
          .top_nav .top_nav_links_wrapper .top_nav_links li > a.active  {
              border-bottom: 2px solid #fff;
          line-height: 12px;
          } }
    .top_nav .top_nav_languages{
        font-size: 0.75rem;
        float: left;
        margin-left: 30px;
        /* display: none; Why? Don't hide langs like this, it will cause cashe problems after that */
    }
    .top_nav .top-nav-right{
      float: right;
    }
    .top_nav .top_nav_languages span {
      float: none; }
    .top_nav .top_nav_languages .active {
      border-bottom: 2px solid #fff; }
    .top_nav .top_nav_links_wrapper .top_nav_share {
      display: inline-block;
      height: 17px;
      width: 11px;
      margin-left: 3%;
      background: url("../images/share-icon.png") center no-repeat;
      /* MOBILE 480-767 */ }
      @media only screen and (min-width: 768px) {
        .top_nav .top_nav_links_wrapper .top_nav_share {
          display: none; } }
    .top_nav .top_nav_links_wrapper .share-buttons {
      display: inline-block;
      display: none;
      /* MOBILE 480-767 */ }
      .top_nav .top_nav_links_wrapper .share-buttons a {
        margin: 0px; }
      @media only screen and (min-width: 768px) {
        .top_nav .top_nav_links_wrapper .share-buttons {
          display: inline-block;
          float: right;
            margin-top: 5px;
          margin-bottom: 2px;
          margin-left: 20px; } }
    .top_nav .top_nav_links_wrapper .top_nav_links {
      height: auto;
      float: right;
      /*width: 93%;
      width: calc(100% - 47px);*/
      margin-right: 0%;
      /* MOBILE 480-767 */ }
      @media only screen and (min-width: 768px) {
        .top_nav .top_nav_links_wrapper .top_nav_links {
          height: auto;
         /* width: 87%;
          width: calc(100% - 249px);*/
          text-align: right; } }
    .top_nav .top_nav_languages a, .top_nav .top_nav_languages span {
        color: #fff;
      text-decoration: none;
      font-family: "a_futuraortobold"; }
    .top_nav .top_nav_languages .active {
      border-bottom: 2px solid #fff;
      display: initial; }

.mid_nav {
  border-bottom: 1px solid #dedede;
  padding: 15px 0px 11px;
  /* SMALL DESKTOP 1024-1279 */
  /* DESKTOP 1280-1920 */ }
  @media only screen and (min-width: 1280px) {
    .mid_nav {
      float: initial;
      padding: 6px 0px 14px;
      clear: both;
      margin: 0 auto; } }
  .mid_nav .mid_nav_inner {
    /*padding: 0px 10px;*/
    clear: both;
    /* MOBILE 480-767 */
    /* DESKTOP 1280-1920 */ }
    /*@media only screen and (min-width: 480px) {
      .mid_nav .mid_nav_inner {
        padding: 0px 20px; } }*/
    @media only screen and (min-width: 1280px) {
      .mid_nav .mid_nav_inner {
        width: 1200px;
        margin: 0 auto; } }
    .mid_nav .mid_nav_inner .logo {
      display: inline-block;
      vertical-align: middle;
      /* SMALL DESKTOP 1024-1279 */ }
      @media only screen and (min-width: 1024px) {
        .mid_nav .mid_nav_inner .logo {
          float: left; } }
    .mid_nav .mid_nav_inner .mid_navigation {
      display: none;
      /* SMALL DESKTOP 1024-1279 */ }
      @media only screen and (min-width: 1024px) {
        .mid_nav .mid_nav_inner .mid_navigation {
          display: block;
          float: left;
          padding-right: 5px;
          margin: 25px 0 0 0px; } }
      .mid_nav .mid_nav_inner .mid_navigation > li {
        /* SMALL DESKTOP 1024-1279 */ }
        @media only screen and (min-width: 1024px) {
          .mid_nav .mid_nav_inner .mid_navigation > li {
            float: left;
            line-height: 22px;
            margin-left: 13px; }
            .mid_nav .mid_nav_inner .mid_navigation > li:first-child{
              margin-left: 0px;
            }
            .mid_nav .mid_nav_inner .mid_navigation > li:first-child > a{
              padding-left: 0px;
            } }
        .mid_nav .mid_nav_inner .mid_navigation > li > a {
          padding: 15px 10px;
          /* SMALL DESKTOP 1024-1279 */ }
          @media only screen and (min-width: 1024px) {
            .mid_nav .mid_nav_inner .mid_navigation > li > a {
              font-family: "a_futuraortobold";
              color: #000;
              text-transform: uppercase;
              font-size: 0.9375rem;
              text-decoration: none; } }
          .mid_nav .mid_nav_inner .mid_navigation > li > a:hover, .mid_nav .mid_nav_inner .mid_navigation > li > a.active {
            color: #1660c5; }
        

/* bottom navigation */
.bottom-nav, .last-bottom-nav, body.blue .bottom-nav, body.grey .bottom-nav, body.grey .last-bottom-nav, body.pink .bottom-nav, body.pink .last-bottom-nav, body.red .bottom-nav, body.red .last-bottom-nav, body.purple .bottom-nav, body.purple .last-bottom-nav {
  background-color: #1f1f1f;
  padding: 10px 0px; }
  .bottom-nav .bottom-nav-menu, .last-bottom-nav .bottom-nav-menu, body.blue .bottom-nav .bottom-nav-menu, body.grey .bottom-nav .bottom-nav-menu, body.grey .last-bottom-nav .bottom-nav-menu, body.pink .bottom-nav .bottom-nav-menu, body.pink .last-bottom-nav .bottom-nav-menu, body.red .bottom-nav .bottom-nav-menu, body.red .last-bottom-nav .bottom-nav-menu, body.purple .bottom-nav .bottom-nav-menu, body.purple .last-bottom-nav .bottom-nav-menu {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    padding: 32px 10px; }
    @media only screen and (max-width: 1023px){
      .bottom-nav .bottom-nav-menu, .last-bottom-nav .bottom-nav-menu, body.blue .bottom-nav .bottom-nav-menu, body.grey .bottom-nav .bottom-nav-menu, body.grey .last-bottom-nav .bottom-nav-menu, body.pink .bottom-nav .bottom-nav-menu, body.pink .last-bottom-nav .bottom-nav-menu, body.red .bottom-nav .bottom-nav-menu, body.red .last-bottom-nav .bottom-nav-menu, body.purple .bottom-nav .bottom-nav-menu, body.purple .last-bottom-nav .bottom-nav-menu{
          padding: 16px 10px 0px;
      }
    }
    .bottom-nav .bottom-nav-menu :not(:first-child){
      padding: 10px 15px; }
    .bottom-nav .bottom-nav-menu > li, .last-bottom-nav .bottom-nav-menu > li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin: 0 10px 0 0; }
      .bottom-nav .bottom-nav-menu > li:hover, .last-bottom-nav .bottom-nav-menu > li:hover, .bottom-nav .bottom-nav-menu > li.active, .last-bottom-nav .bottom-nav-menu > li.active {
        background-color: #464646; }
      .bottom-nav .bottom-nav-menu > li.big:hover, .last-bottom-nav .bottom-nav-menu > li.big:hover {
        background: none; }
      .bottom-nav .bottom-nav-menu > li.big a, .last-bottom-nav .bottom-nav-menu > li.big a {
        padding: 0 20px;
        font-size: 1.875em;
        font-family: "a_futuraortobold"; }
        .bottom-nav .bottom-nav-menu > li.big a:hover, .last-bottom-nav .bottom-nav-menu > li.big a:hover {
          background: none; }
      .bottom-nav .bottom-nav-menu > li > a, .last-bottom-nav .bottom-nav-menu > li > a {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "a_futuraortobold";
        font-size: 1rem; }
    .bottom-nav .bottom-nav-menu .custom-dropdown-menu, .last-bottom-nav .bottom-nav-menu .custom-dropdown-menu {
      display: none;
      padding: 0;
      min-width: 240px;
      position: absolute;
      -webkit-box-shadow: 0 0 13px rgba(0, 0, 1, 0.44);
      -moz-box-shadow: 0 0 13px rgba(0, 0, 1, 0.44);
      box-shadow: 0 0 13px rgba(0, 0, 1, 0.44);
      z-index: 9999;
      left: calc(-120px + 50%);
      margin-top: 5px; }
      .bottom-nav .bottom-nav-menu .custom-dropdown-menu li, .last-bottom-nav .bottom-nav-menu .custom-dropdown-menu li {
        background: #fff;
        text-transform: uppercase;
        border-bottom: 1px solid #e5e5e5;
        padding: 0; }
        .bottom-nav .bottom-nav-menu .custom-dropdown-menu li a, .last-bottom-nav .bottom-nav-menu .custom-dropdown-menu li a {
          padding: 17px 20px;
          text-decoration: none;
          font-family: "AFuturaOrto";
          font-size: 0.8125em;
          line-height: 1rem;
          color: #2a2a2a;
          /*===== Animation underline left to right ====*/
          display: inline-block; }
          .bottom-nav .bottom-nav-menu .custom-dropdown-menu li a:after, .last-bottom-nav .bottom-nav-menu .custom-dropdown-menu li a:after {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            background: transparent;
            -webkit-transition-property: width;
            -moz-transition-property: width;
            transition-property: width;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: "ease";
            -moz-transition-timing-function: "ease";
            transition-timing-function: "ease"; }
          .bottom-nav .bottom-nav-menu .custom-dropdown-menu li a:hover:after, .last-bottom-nav .bottom-nav-menu .custom-dropdown-menu li a:hover:after {
            width: 100%;
            background: #2a2a2a; }
      .bottom-nav .bottom-nav-menu .custom-dropdown-menu:before, .last-bottom-nav .bottom-nav-menu .custom-dropdown-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 7px 6px;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        z-index: -1;
        top: -7px;
        left: calc(50% - 6px);
        -webkit-box-shadow: 0 0 13px rgba(0, 0, 1, 0.44);
        -moz-box-shadow: 0 0 13px rgba(0, 0, 1, 0.44);
        box-shadow: 0 0 13px rgba(0, 0, 1, 0.44); }
  .bottom-nav .bottom-nav-menu-mobile #show-bottom-nav, .last-bottom-nav .bottom-nav-menu-mobile #show-bottom-nav {
    float: right; }

.last-bottom-nav {
  padding: 0;
  background: #1f1f1f; }
  @media only screen and (max-width: 1023px) {
    .last-bottom-nav {
      padding: 0 10px; } }
  .last-bottom-nav .bottom-nav-menu {
    padding: 0px; }
    .last-bottom-nav .bottom-nav-menu > li {
      height: 40px;
      line-height: 40px;
      padding: 10px 15px;
      margin: 0; }
      .last-bottom-nav .bottom-nav-menu > li:hover, .last-bottom-nav .bottom-nav-menu > li.active {
        background: #464646; }
      .last-bottom-nav .bottom-nav-menu > li.big {
        background: none; }
        .last-bottom-nav .bottom-nav-menu > li.big a {
          font-family: "a_futuraortobold";
          font-size: 1.875em;
          vertical-align: middle;
          line-height: 50px; }
      .last-bottom-nav .bottom-nav-menu > li > a {
        padding: 10px 15px;
        font-family: "AFuturaOrto";
        font-size: 0.8125em; }

.clearfix {
  clear: both; }

#showmenu {
  display: inline-block;
  vertical-align: middle;
  float: right;
  cursor: pointer;
  line-height: 70px;
  /* SMALL DESKTOP 1024-1279 */ }
  @media only screen and (min-width: 1024px) {
    #showmenu {
      display: none; } }

.desktop_search {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .desktop_search {
      display: inline-block;
      color: #636363;
      font-family: "a_futuraortobold";
      font-size: 0.8125rem;
      vertical-align: top;
      margin-top: 2px;
      margin-left: 30px; } }

.shown-search .desktop_search {
  color: #000; }

.nav-search-icon {
  display: none;
  /* SMALL DESKTOP 1024-1279 */ }
  @media only screen and (min-width: 1024px) {
    .nav-search-icon {
      display: inline-block;
      width: 22px;
      height: 21px;
      background: url(../images/nav-search-icon.png) center center no-repeat;
      margin-left: 15px; } }

.mobile-menu, .bottom-nav-mobile, .last-bottom-nav-mobile {
  position: absolute;
  z-index: 10000;
  top: 130;
  left: 0;
  width: 100%;
  display: none;
  font-size: 1.125em;
  font-family: "a_futuraortobold";
  text-transform: uppercase; }
  .mobile-menu ul, .bottom-nav-mobile ul, .last-bottom-nav-mobile ul {
    background: #fff;
    border-top: 1px solid #d6d6d6; }
    .mobile-menu ul li, .bottom-nav-mobile ul li, .last-bottom-nav-mobile ul li {
      background: url(../images/mobile-menu-arrow.png) no-repeat 96.09375% 50%;
      border-top: 1px solid #d6d6d6;
      line-height: 68px;
      padding-left: 20px;
      padding-right: 20px; }
      .mobile-menu ul li a, .bottom-nav-mobile ul li a, .last-bottom-nav-mobile ul li a {
        display: block;
        text-decoration: none;
        color: #000; }
      .mobile-menu ul li:hover, .bottom-nav-mobile ul li:hover, .last-bottom-nav-mobile ul li:hover {
        box-shadow: 0px 0px 3px 0px #d6d6d6 inset; }

.bottom-nav-mobile {
  z-index: 9999; }

.last-bottom-nav-mobile {
  z-index: 9998; }

.reklama {
  margin: 0 10px; }
  .reklama img {
    width: 100%;
    margin: 20px auto;
    margin-top: 37px; }

.abonament {
  margin: 0 10px;
  margin-bottom: 18px;
  padding-top: 20px;
  position: relative;
  clear: both;
  /* TABLET 768 - 1023 */
  /* DESKTOP 1200 - 1920 */ }
  @media only screen and (min-width: 768px) {
    .abonament {
      float: left;
      padding-top: 30px;
      width: calc(100% - 20px); } }
  @media only screen and (min-width: 1024px) {
    .abonament {
      float: initial;
      max-width: 1200px;
      margin: 0 auto;
      /*border-top: 1px solid #ccc;*/
      padding-top: 62px; } }
  .abonament .right-abonament {
    width: 100%;
    float: initial;
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .abonament .right-abonament {
        width: calc(100% - 20px);
        float: right;
        z-index: 0;
        position: absolute;
        width: 50.1%;
        right: 0; } }
    @media only screen and (min-width: 1280px) {
      .abonament .right-abonament {
        width: 43.5%; } }
    .abonament .right-abonament span.triangle {
      display: none;
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 768px) {
        .abonament .right-abonament span.triangle {
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0 0 25px 82px;
          border-color: transparent transparent #cc2006 transparent; } }
  .abonament .newsletter {
    background-color: #dd1f00;
    color: #fff;
    padding-left: 20px;
    padding-right: 40px;
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .abonament .newsletter {
        height: 145px;
        float: left;
        width: 52%; } }
    @media only screen and (min-width: 1280px) {
      .abonament .newsletter {
        width: 58.35%;
        background: url(../images/open_book.png) center right 28% no-repeat #dd1f00; } }
    .abonament .newsletter h1 {
      padding-top: 20px;
      padding-bottom: 6px;
      font-size: 21px;
      text-transform: uppercase;
      font-family: "a_futuraortobold";
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 768px) {
        .abonament .newsletter h1 {
          padding-top: 29px;
          font-size: 1.625em; } }
    .abonament .newsletter p {
      font-size: 14px;
      padding-bottom: 20px;
      font-family: "AFuturaOrto";
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 768px) {
        .abonament .newsletter p {
          padding-right: 60px;
          font-size: 1em; } }
  .abonament .email {
    background: #292929;
    padding-top: 35px;
    height: 94px;
    padding-left: 20px;
    padding-right: 14px;
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .abonament .email {
        padding-top: 65px;
        height: 80px; } }
    .abonament .email input {
      background: transparent;
      border: none;
      font-family: "AFuturaOrto";
      color: #949494;
      font-size: 16px;
      float: left;
      margin-bottom: 20px;
      width: 58%;
      outline: none; }
    .abonament .email .color-change {
      color: #fff; }
    .abonament .email .color-change::-webkit-input-placeholder {
      color: #fff; }
    .abonament .email button {
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      float: right;
      font-family: "a_futuraortobold";
      background: transparent;
      border: none;
      cursor: pointer;
      widht: 40%;
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 768px) {
        .abonament .email button {
          font-size: 1em; } }
    .abonament .email .line {
      height: 1px;
      width: 100%;
      background: #949494; }
    .abonament .email .focus {
      color: #F00; }

.partners {
  float: left;
  clear: both;
  text-align: center;
  margin-bottom: 35px;
  margin-left: 10px;
  margin-right: 10px;
    padding: 0 35px;
  /* TABLET 768 - 1023 */
  /* DESKTOP 1200 - 1920 */ }
  @media only screen and (min-width: 480px) {
    .partners {
      margin-top: 45px; } }
  @media only screen and (min-width: 768px) {
    .partners {
      margin-top: 35px; } }
  @media only screen and (min-width: 1280px) {
    .partners {
      float: initial;
      width: 1200px;
      clear: both;
      padding: 0px;
      margin: 55px auto; } }
  .partners img {
    width: 100%;
    /* DESKTOP 1200 - 1920 */ }
    @media only screen and (min-width: 480px) {
      .partners img {
        width: 50%; } }
    @media only screen and (min-width: 1280px) {
      .partners img {
        width: 50%; } }
    .partners img:last-child {
      width: 75%; }
      @media only screen and (min-width: 480px) {
        .partners img:last-child {
          width: 49%; } }

.new_section_devider {
  height: 4px;
  width: 112px;
  background: #000;
  margin-top: 6px; }
  @media only screen and (min-width: 768px) {
    .new_section_devider {
      height: 6px;
      width: 133px; } }

.search-input {
  position: relative;
  max-width: 1200px;
  padding: 40px 10px 45px;
  margin: 0 auto; }
  .search-input > img {
    position: absolute;
    top: -10px;
    right: 2.5%; }
  .search-input #menu-search {
    height: 50px;
    width: calc(100% - 2px);
    border: 1px solid #D6D6D6;
    margin-top: 0px; }
    .search-input #menu-search input[type="text"] {
      padding-left: 16px;
      width: calc(100% - 87px);
      border: none;
      height: 48px;
      font-size: 13px;
      font-family: "a_futuraortobold"; }
    .search-input #menu-search input[type="submit"] {
      width: 62px;
      height: 100%;
      border: none;
      background: url(../images/nav-search-icon.png) center no-repeat;
      cursor: pointer;
      float: right; }
    .search-input #menu-search input, .search-input #menu-search button {
      background: #f7f6f6;
      color: #262626; }
    .search-input #menu-search button {
      border: none;
      vertical-align: middle;
      padding: 12px 21px;
      margin-left: -4px; }

.closed {
  display: none; }

.open {
  display: block; }

.bottom-nav li:last-child, .last-bottom-nav li:last-child {
  display: none;
  cursor: pointer;
  padding: 0;
  margin: 0; }

@media only screen and (max-width: 1023px) {
  .bottom-nav li:not(:first-child), .last-bottom-nav{
    display: none; }
  .bottom-nav li:last-child, .last-bottom-nav li:last-child {
    display: inline-block;
    padding: 10px 10px !important;
    float: right;
    background: none; } }

@media only screen and (max-width: 1023px) {
  body.red .last-bottom-nav {
    padding: 0px; } }

@media only screen and (max-width: 1023px) {
  .izkustvata-nav li:last-child, .kinomania-nav li:last-child {
    padding: 11px 0 !important; }
  .izkustvata-nav li:hover, .kinomania-nav li:hover {
    background-color: transparent !important; } }

.about-us-mobile-nav, .business-mobile-nav, .press-mobile-nav, .inside-ndk-mobile-nav {
  display: none; }
  .about-us-mobile-nav ul, .business-mobile-nav ul, .press-mobile-nav ul, .inside-ndk-mobile-nav ul {
    background: #1660c5; }
    .about-us-mobile-nav ul li a, .business-mobile-nav ul li a, .press-mobile-nav ul li a, .inside-ndk-mobile-nav ul li a {
      color: #fff; }

@media only screen and (max-width: 1023px) {
  .events-bottom-nav {
    min-height: 85px !important;
    line-height: 42px !important; } }

@media only screen and (max-width: 1023px) {
  .izkustvata-bottom-nav {
    min-height: 100px !important; } }

.events-bottom-mobile-nav {
  display: none; }
  .events-bottom-mobile-nav ul {
    background: #1f1f1f; }
    .events-bottom-mobile-nav ul li a {
      color: #fff; }

.izkustvata-mobile-nav {
  display: none; }
  .izkustvata-mobile-nav ul {
    background: #c5169e;
    border-top: 1px solid #AA1388; }
    .izkustvata-mobile-nav ul li {
      border-top: 1px solid #AA1388; }
      .izkustvata-mobile-nav ul li a {
        color: #fff; }
      .izkustvata-mobile-nav ul li:hover {
        box-shadow: 0px 0px 3px 0px #AA1388 inset; }

.kinomania-mobile-nav {
  display: none; }
  .kinomania-mobile-nav ul {
    background: #e50000;
    border-top: 1px solid #C80000; }
    .kinomania-mobile-nav ul li {
      border-top: 1px solid #C80000; }
      .kinomania-mobile-nav ul li a {
        color: #fff; }
      .kinomania-mobile-nav ul li:hover {
        box-shadow: 0px 0px 3px 0px #C80000 inset; }

/* Import Homepage */
.program_wrapper {
  height: auto;
  width: 100%;
  margin-top: 10px;
  /*480-7687*/ }
  @media only screen and (min-width: 480px) {
    .program_wrapper {
      height: auto;
      width: auto;
      margin: 0px 10px;
      border: 1px solid #d6d6d6;
      border-top: none; } }
  @media only screen and (min-width: 1024px) {
    .program_wrapper {
      float: right;
      width: 39.5%;
      margin: 0px;
      border-top: 1px solid #d6d6d6; } }
  @media only screen and (min-width: 1280px) {
    .program_wrapper {
      max-width: 399px; } }
  .program_wrapper .program_heading {
    font-family: "a_futuraortobold", Arial, sans-serif;
    height: 64px;
    line-height: 68px; }
    .program_wrapper .program_heading h1 {
      font-size: 1.25rem;
      float: left;
      margin-left: 16px;
      font-family: "a_futuraortobold"; }
    .program_wrapper .program_heading a {
      font-size: 0.75rem;
      float: right;
      margin-right: 14px;
      padding-right: 16px;
      background: url(../images/next-icon.png) center right no-repeat;
      color: #000;
      text-decoration: none;
      text-transform: uppercase; }
  .program_wrapper #program_filter {
    height: 50px;
    width: 100%;
    float: left;
    background-color: #8a8a8a;
    clear: both; }
    .program_wrapper #program_filter .date_filter {
      float: left;
      display: inline-block;
      outline: 0 !important;
      width: 43.4375%;
      max-width: 177px;
      height: 50px;
      overflow: hidden;
      border-right: 1px solid  #747474;
      /* TABLET 768 - 1023 */ }
      .program_wrapper #program_filter .date_filter #datetimepicker::-webkit-input-placeholder {
      color: #fff;}
      .program_wrapper #program_filter .date_filter #datetimepicker:-moz-placeholder { /* Firefox 18- */
         color: #fff;  }
      .program_wrapper #program_filter .date_filter #datetimepicker::-moz-placeholder {  /* Firefox 19+ */
         opacity: 1;
         color: #fff;  }
      .program_wrapper #program_filter .date_filter #datetimepicker:-ms-input-placeholder {  
         color: #fff;  } 
      .program_wrapper #program_filter .date_filter #datetimepicker {
        background: url(../images/dropdown-arrow.png) center right 14px no-repeat;
        background-size: 10px 6px;
        background-color: #8a8a8a;
        border-radius: 5px;
        height: 40px;
        width: calc(100% - 25px);
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border: 0;
        min-height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        outline: 0 !important;
        padding-left: 20px; }
      .program_wrapper #program_filter .date_filter select::-ms-expand {
        display: none; }
      .program_wrapper #program_filter .date_filter #datetimepicker {
        color: rgba(255, 255, 255, 0);
        font-family: "a_futuraortobold";
        text-shadow: 0 0 0 #fff;
        padding-left: 20px; }
      @media only screen and (min-width: 1024px) {
        .program_wrapper #program_filter .date_filter {
          display: inline-block;
          outline: 0 !important;
          width: 42.36%;
          max-width: 100%;
          height: 50px;
          overflow: hidden; }
          .program_wrapper #program_filter .date_filter #datetimepicker {
            background: url(../images/dropdown-arrow.png) center right 14px no-repeat;
            background-size: 10px 6px;
            background-color: #8a8a8a;
            border-radius: 5px;
            height: 40px;
            width: calc(100% - 25px);
            padding: 5px;
            font-size: 16px;
            line-height: 1;
            border: 0;
            min-height: 40px;
            -webkit-appearance: none;
            -moz-appearance: none;
            text-indent: 1px;
            text-overflow: '';
            outline: 0 !important;
            padding-left: 20px; }
          .program_wrapper #program_filter .date_filter select::-ms-expand {
            display: none; } }
    .program_wrapper #program_filter .type_filter {
      float: left;
      border-right: 1px solid  #747474;
      display: inline-block;
      outline: 0 !important;
      width: 40.625%;
      max-width: 165px;
      height: 50px;
      overflow: hidden;
      text-transform: uppercase;
      /* TABLET 768 - 1023 */ }
      .program_wrapper #program_filter .type_filter #datetimepicker {
        background: url(../images/dropdown-arrow.png) center right 14px no-repeat;
        background-size: 10px 6px;
        background-color: #8a8a8a;
        border-radius: 5px;
        height: 40px;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border: 0;
        min-height: 50px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        outline: 0 !important;
        padding-left: 20px; }
      .program_wrapper #program_filter .type_filter select::-ms-expand {
        display: none; }
      .program_wrapper #program_filter .type_filter #datetimepicker {
        color: rgba(255, 255, 255, 0);
        font-family: "a_futuraortobold";
        text-shadow: 0 0 0 #fff;
        padding-left: 20px; }
      @media only screen and (min-width: 1024px) {
        .program_wrapper #program_filter .type_filter {
          display: inline-block;
          outline: 0 !important;
          width: 42.36%;
          max-width: 100%;
          height: 50px;
          overflow: hidden; }
          .program_wrapper #program_filter .type_filter #datetimepicker {
            background: url(../images/dropdown-arrow.png) center right 14px no-repeat;
            background-size: 10px 6px;
            background-color: #8a8a8a;
            border-radius: 5px;
            height: 40px;
            width: 100%;
            padding: 5px;
            font-size: 16px;
            line-height: 1;
            border: 0;
            min-height: 50px;
            -webkit-appearance: none;
            -moz-appearance: none;
            text-indent: 1px;
            text-overflow: '';
            outline: 0 !important;
            padding-left: 20px; }
          .program_wrapper #program_filter .type_filter select::-ms-expand {
            display: none; } }
    .program_wrapper #program_filter input[type="submit"] {
      height: 50px;
      width: 15.3125%;
      max-width: 56px;
      float: right;
      border: none;
      background: url(../images/search-icon.png) center no-repeat;
      background-color: #747474;
      cursor: pointer; }
      .program_wrapper #program_filter input[type="submit"]:hover {
        background-color: #5b5b5b; }
      @media only screen and (min-width: 1024px) {
        .program_wrapper #program_filter input[type="submit"] {
          height: 50px;
          width: calc(15.28% - 2px);
          max-width: 100%; } }
  .program_wrapper .program_inner_wrapper {
    clear: both;
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .program_wrapper .program_inner_wrapper {
        border: 1px solid #d6d6d6;
        float: left; } }
    @media only screen and (min-width: 1024px) {
      .program_wrapper .program_inner_wrapper {
        border: none;
        padding-top: 8px;
        max-height: 529px; } }

/* SCROLL */
.mCSB_inside > .mCSB_container{
  margin-right: 0px; }

.mCSB_scrollTools .mCSB_dragger {
  background: rgba(0, 0, 0, 0.6);
  width: 8px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.mCSB_dragger_bar, .mCSB_draggerRail {
  display: none; }

/*.mCustomScrollBox > .mCSB_scrollTools {
  height: 90%;
  top: 5%; }*/

.single_program {
  padding: 18px 10px;
  border-bottom: 1px solid #d6d6d6;
  /* TABLET 768 - 1023 */ }
  @media only screen and (min-width: 768px) {
    .single_program {
      float: left;
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 1024px) {
    .single_program {
      width: calc(100% - 20px); } }
  .single_program .single_program_left {
    display: inline-block;
    vertical-align: top;
    max-width: 27.66%; }
    .single_program .single_program_left img {
      max-width: 100%; }
  .single_program .single_program_right {
    vertical-align: top;
    display: inline-block;
    margin-left: 2%;
    width: 68.66%;
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .single_program .single_program_right {
        width: 73%;
        margin-left: 4px; } }
    .single_program .single_program_right .sp_heading {
      font-size: 0.9375rem;
      font-family: "a_futuraortobold", Arial, sans-serif;
      text-transform: uppercase;
        margin-bottom: 3px;
      display: block;
      text-decoration: none;
      line-height: 1.2;
      color: #000; }
    .single_program .single_program_right .single_program_options a {
      display: inline-block;
      text-decoration: none;
      line-height: 20px;
      text-align: center;
      font-family: "a_futuraortobold";
      font-size: 0.6875rem; }
    .single_program .single_program_right .sp_details {
      height: 18px;
      width: 82px;
      border: 1px solid #000;
      color: #000;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      transition-duration: 300ms;
      -webkit-transition-timing-function: "ease";
      -moz-transition-timing-function: "ease";
      transition-timing-function: "ease"; }
      .single_program .single_program_right .sp_details:hover {
        background-color: #000;
        color: #fff; }
    .single_program .single_program_right .sp_buy_tickets {
      height: 18px;
      width: 84px;
      color: #fff;
      border: 2px solid #1777d0;
      background: #1777d0;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      transition-duration: 300ms;
      -webkit-transition-timing-function: "ease";
      -moz-transition-timing-function: "ease";
      transition-timing-function: "ease"; }
      .single_program .single_program_right .sp_buy_tickets:hover {
        background-color: #fff;
        color: #1660c5; }

.single_program_info {
  font-size: 0.75rem;
  font-family: "AFuturaOrto", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 14px; }
  .single_program_info span {
    line-height:15px;
    display:inline-block;
    vertical-align: middle; }
  .single_program_info .sp_hour {
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .single_program_info .sp_hour {
        padding-left: 17px;
        opacity: 0.6;
        color: #000;
        margin-right: 5px;
        background: url("../images/clock-icon.png") center left no-repeat; } }
  .single_program_info .sp_date {
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .single_program_info .sp_date {
        margin-right: 5px;
        padding-left: 17px;
        color: #000;
        opacity: 0.6;
        background: url("../images/calendar-icon.png") center left no-repeat; } }
  .single_program_info .sp_place {
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .single_program_info .sp_place {
        padding-left: 12px;
        color: #000;
        opacity: 0.6;
        background: url("../images/location-icon.png") center left no-repeat; } }
  .single_program_info .devider {
    display: inline-block;
    height: 8px;
    width: 1px;
    background: #636363;
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .single_program_info .devider {
        display: none; } }

/* NEWS START */
.news_wrapper {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 10px 0px;
  /* DESKTOP 1200 - 1920 */ }
  @media only screen and (min-width: 480px) {
    .news_wrapper {
      border-top: none; } }
  @media only screen and (min-width: 768px) {
    .news_wrapper {
      padding-top: 30px; } }
  @media only screen and (min-width: 1280px) {
    .news_wrapper {
      width: 1200px;
      padding-top: 25px;
      margin: 0 auto; } }

.news_heading {
  float: left;
  display: block;
  width: 100%; }
  .news_heading h1.title {
    text-transform: uppercase;
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 14px;
    font-family: "a_futuraortobold";
    font-size: 1.5em;
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .news_heading h1.title {
        display: inline-block;
        clear: both;
        float: left;
        font-size: 1.875em; } }
  .news_heading a {
    font-family: "a_futuraortobold";
    font-size: 0.75rem;
    float: right;
    margin-right: 11px;
    padding-right: 16px;
    margin-top: 12px;
    background: url(../images/next-icon.png) center right no-repeat;
    color: #000;
    text-decoration: none;
    text-transform: uppercase; }

.news-container {
  margin-bottom: 20px;
  float: left;
  /* TABLET 768 - 1023 */ }
  @media only screen and (min-width: 768px) {
    .news-container {
      width: 31.2834224599%;
        margin-left: 3.074866%; }
      .news-container:nth-of-type(2) {
        margin-left: 0%;
        clear: both; } }
    @media only screen and (min-width: 1024px){
      .news-container {
        width: 31.2834224599%;
        margin-left: 7.074866%; }
    }

.news-image {
  /*===== Animation zoom in effect on images ====*/
  overflow: hidden;
  width: 100%;
  float: left; }
  .news-image img {
    width: auto;
    transition: all 0.3s ease-in-out; }
    .news-image img:hover {
      cursor: pointer;
      margin: 0;
      transform: scale(1.1); }
  .news-image img {
    float: left;
    width: 100% !important;
    margin-right: 10px;
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .news-image img {
        width: auto;
        margin: 0px; } }

.news-container .right-side {
  float: left;
  width: 64%;
  /* TABLET 768 - 1023 */ }
  @media only screen and (min-width: 768px) {
    .news-container .right-side {
      width: 100%; } }
.news-container .right-side a {
text-decoration:none; color:#000; }
.news-container h1 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9375em;
  font-family: "a_futuraortobold";
  line-height: 1.2;
  /* TABLET 768 - 1023 */ }
  @media only screen and (min-width: 768px) {
    .news-container h1 {
      margin-top: 21px;
      display: block; } }

.news-container p.date {
  font-family: "AFuturaOrto";
  font-size: 0.8125em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  /* TABLET 768 - 1023 */ }
  @media only screen and (min-width: 768px) {
    .news-container p.date {
      margin-top: 10px; } }

@media only screen and (min-width: 1024px) {
  .news_and_banner_wrapper{
      display: flex;
      justify-content: space-between;
  }
  .news_wrapper .clearfix, #desktop_hide {
    display: none; }
  .news_wrapper {
    display: inline-block;
    width: 61.44%;
    vertical-align: bottom;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 29px;
    margin-left: 10px;
    max-width: 820px; }
  .news_wrapper .news-container:nth-child(4) {
    display: none; }
  .news-container {
    width: 44.16%;
    padding-bottom: 10px; }
  .big_banner_wrapper {
      margin-top: 70px;
    display: inline-block;
    width: 37.78% !important;
    vertical-align: bottom;
    padding-bottom: 10px;
    margin-left: -5px; }
  .big_banner_inner_wrapper {
    border-left: 1px solid #ccc;
    margin-bottom: 20px; } }

@media only screen and (min-width: 1280px) {
  .news_and_banner_wrapper {
    width: 1200px;
    margin: 0 auto; }
  .news_wrapper {
    width: 820px;
    margin-left: 0px; }
  .big_banner_wrapper {
    margin-top: 65px;
    max-width: 380px;
    width: 380px; }
  .news-container {
      width: 28.5%;
    margin-left: 5.25%; }
  .news_wrapper .news-container:nth-child(4) {
    display: inline-block; }
  .big_banner_inner_wrapper {
    padding: 30px 0px !important; } }

/* NEWS END */
.events {
  text-align: center;
  width: 100%;
  float: left;
  /* TABLET 768 - 1023 */
  /* DESKTOP 1200 - 1920 */ }
  @media only screen and (min-width: 768px) {
    .events {
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .events {
      float: initial;
      width: 100%;
      margin: 0 auto;
      padding: 0 auto;
      margin-top: 50px; } }
  .events .event-big {
    margin: 0 auto;
    margin-top: 65px;
    position: relative;
    /* TABLET 768 - 1023 */
    height: 304px;
    overflow: hidden;
    /* MOBILE 480 - 767 */ }
    @media only screen and (min-width: 480px) {
      .events .event-big {
        height: 410px; } }
    @media only screen and (min-width: 768px) {
      .events .event-big {
        height: 455px; } }
    .events .event-big .black-text-big {
      position: absolute;
      top: 82px;
      left: 10px;
      height: 162px;
      min-width: 282px;
      width: 94%;
      background: rgba(0, 0, 0, 0.8);
      /* MOBILE 480 - 767 */
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 480px) {
        .events .event-big .black-text-big {
          left: 20px;
          height: 182px; } }
      @media only screen and (min-width: 768px) {
        .events .event-big .black-text-big {
          left: 19.7916666667%;
          width: 62.5%;
          height: 192px; } }
      .events .event-big .black-text-big h4, .events .event-big .black-text-big h1 {
        font-family: "a_futuraortobold";
        color: #fff;
        text-transform: uppercase; }
      .events .event-big .black-text-big h1 {
        line-height: 1.5;
        margin-top: 30px;
        font-size: 21px;
        margin-bottom: 9px;
        /* MOBILE 480 - 767 */
        /* TABLET 768 - 1023 */ }
        @media only screen and (min-width: 480px) {
          .events .event-big .black-text-big h1 {
            font-size: 26px; } }
        @media only screen and (min-width: 768px) {
          .events .event-big .black-text-big h1 {
            font-size: 30px; } }
      .events .event-big .black-text-big h4 {
        font-size: 16px;
        margin-top: 34px;
        margin-top: 35px; }
      .events .event-big .black-text-big .big-line {
        position: absolute;
        left: 34%;
        background: #fff;
        height: 3px;
        width: 78px; }
    .events .event-big .event_image_wrapper {
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .events .event-big .event_image_wrapper img {
        position: absolute;
        height: 100%;
        object-fit: cover;
        left: 0;
        right: 0;
        top: 0;
        height: 100%; 
        width: 100%;
        /* TABLET 768 - 1023 */ }
  .events .event {
    margin: 0 auto;
    margin-top: 35px;
    height: 180px;
    width: 300px;
    position: relative;
    /*Mobile 480-767*/
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 480px) {
      .events .event {
        height: 180px;
        width: 100%; } }
    .events .event .event_image_wrapper {
      height: 180px;
      width: 300px;
      /*Mobile 480-767*/
      /* TABLET 768 - 1023 */
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 480px) {
        .events .event .event_image_wrapper {
          height: 180px;
          width: 100%;
          /*max-width: 580px;*/
          margin: 0 auto; } }
      @media only screen and (min-width: 768px) {
        .events .event .event_image_wrapper {
          height: 100%;
          width: 100%; } }
      /*.events .event .event_image_wrapper img {
        position: absolute; }*/
    @media only screen and (min-width: 768px) {
      .events .event {
        float: left;
        margin-left: 2.67379679144%;
        margin-top: 0px;
        width: 48.3%; }
        .events .event:first-of-type {
          margin-left: 0%; } }
    @media only screen and (min-width: 1280px) {
      .events .event {
        margin-left: 3.3%; } }
    .events .event .black-text {
      position: absolute;
      top: 188px;
      left: 13px;
      padding-right: 18px;
      height: 76px;
      min-width: 224px;
      background: rgba(0, 0, 0, 0.85); }
      .events .event .black-text h3, .events .event .black-text h1 {
        font-family: "a_futuraortobold";
        color: #fff;
        text-align: left;
        margin-left: 19px;
        text-transform: uppercase; }
      .events .event .black-text h3 {
        font-size: 18px;
          margin-top: 14px;
  margin-bottom: 5px; }
      .events .event .black-text h1 {
        font-size: 30px; }
  .events .event-second {
    margin: 0 auto;
    margin-top: 35px;
    height: 250px;
    /*width: 300px;*/
    position: relative;
    /*Mobile 480-767*/
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 480px) {
      .events .event-second {
        height: 250px;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .events .second-events{
        display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; 
          -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
      }
      .events .event-second {
        float: left;
        width: 31%;
        margin-bottom: 44px;
        height: initnal;
        margin-top: 64px; } }
      @media only screen and (min-width: 1280px) {
      .events .event-second {
        margin-bottom: 25px; } }
    .events .event-second .event_image_wrapper {
      /*===== Animation zoom in effect on images ====*/
      overflow: hidden;
      height: 250px;
      /*width: 300px;*/
      position: relative;
      overflow: hidden;
      /*Mobile 480-767*/
      /* TABLET 768 - 1023 */ }
      .events .event-second .event_image_wrapper img {
        /*width: 100%;
        height: 100%;
        object-fit: cover;*/
            position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
      @media only screen and (min-width: 480px) {
        .events .event-second .event_image_wrapper {
          height: 225px;
          width: 100%;
          /*max-width: 459px;*/
          margin: 0 auto; } }
      @media only screen and (min-width: 768px) {
        .events .event-second .event_image_wrapper {
          height: 100%;
          width: 100%; } }
    .events .event-second .black-text {
      position: absolute;
      top: 188px;
      left: 13px;
      padding-right: 18px;
      min-height: 76px;
      min-width: 222px;
      background: rgba(0, 0, 0, 0.85);
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 768px) {
        .events .event-second .black-text {
          left: 3.78151260504%; } }
      .events .event-second .black-text h3, .events .event-second .black-text h1 {
        font-family: "a_futuraortobold";
        color: #fff;
        text-align: left;
        margin-left: 22px;
        text-transform: uppercase; }
      .events .event-second .black-text h3 {
        font-size: 18px;
        margin-top: 11px;
        margin-bottom: 10px;
        /* TABLET 768 - 1023 */ }
        @media only screen and (min-width: 768px) {
          .events .event-second .black-text h3 {
            font-size: 1.125rem; } }
      .events .event-second .black-text h1 {
        font-size: 30px;
        /* TABLET 768 - 1023 */ }
        @media only screen and (min-width: 768px) {
          .events .event-second .black-text h1 {
            font-size: 1.875rem; } }
      .events .event-second .black-text img {
        /* TABLET 768 - 1023 */ }
        @media only screen and (min-width: 768px) {
          .events .event-second .black-text img {
            width: 100%;
            max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .events .second-events {
      margin: 0 auto;
      /*DESKTOP > 1280 */ }
      .events .second-events .event-second {
        margin-left: 2.33% !important; }
      .events .second-events .event-second:first-child {
        margin-left: 0px !important; }
    .events .second-events .event-second {
      margin-left: 1.5%; } }

.inside-ndk, .second-events {
  /*DESKTOP > 1280 */ }
  @media only screen and (min-width: 1280px) {
    .inside-ndk, .second-events {
      width: 1200px; } }

.events-big {
  width: 100%; }

.inside-ndk .event .event_image_wrapper {
  /*===== Animation zoom in effect on images ====*/
  overflow: hidden; }
  .inside-ndk .event .event_image_wrapper img {
    /*width: 100%;
    height: 100%;
    object-fit:cover;*/
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     }
    .img-hover-zoom{
      transition: all 0.3s ease-in-out;
      height: 100%;
      position: relative;
    }
    .img-hover-zoom:hover {
      cursor: pointer;
      margin: 0;
      transform: scale(1.05); }

.inside-ndk .event .black-text {
  top: 118px; }

@media only screen and (max-width: 480px) {
  .inside-ndk .event .black-text {
    min-width: 190px; } }

.inside-ndk :first-child {
  margin-top: 0; }

.inside-ndk :last-child {
  margin-bottom: 38px; }
  @media only screen and (min-width: 768px) {
    .inside-ndk :last-child {
      margin-bottom: 70px; } }

.banners {
  clear: both;
  padding: 0 10px;
  /* DESKTOP 1200 - 1920 */ }
  @media only screen and (min-width: 1280px) {
    .banners {
      float: initial;
      width: 1200px;
      margin: 0 auto;
      padding: 0px; } }
  .banners .banner {
    margin: 0 auto;
    height: 279px;
    border: 1px solid #d6d6d6;
    border-top: 4px solid #000;
    margin-bottom: 20px;
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 768px) {
      .banners .banner {
        width: 31.1081441923%;
        float: left;
        margin-left: 2.734375%;
        margin-bottom: 0px; }
        .banners .banner:first-of-type {
          margin-left: 0%; } }
    @media only screen and (min-width: 1280px) {
      .banners .banner {
        margin-left: 3.08%; } }
    .banners .banner h3, .banners .banner h1 {
      font-family: "a_futuraortobold";
      color: #000;
      margin-left: 22px;
      text-transform: uppercase; }
    .banners .banner h3 {
      font-size: 18px;
        margin-top: 23px;
  margin-bottom: 4px; }
    .banners .banner h1 {
      font-size: 36px;
       margin-bottom: 15px; }
    .banners .banner p {
      line-height: 1.3;
      font-size: 14px;
      width: 54%;
      font-family: "AFuturaOrto";
      color: #585858;
      margin-left: 22px;
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 768px) {
        .banners .banner p {
          width: 68.669527897%; } }
      @media only screen and (max-width: 480px) {
        .banners .banner p {
          font-size: 12px; } }
    .banners .banner a {
      margin-left: 22px;
      height: 32px;
      width: 143px;
      background: transparent;
      border: 2px solid #000;
      cursor: pointer;
      font-size: 16px;
      font-family: "a_futuraortobold";
      position: absolute;
      bottom: 31px;
      text-transform: uppercase;
      text-decoration:none;
      color: #000;
      text-align: center;
      line-height: 32px;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      transition-duration: 300ms;
      -webkit-transition-timing-function: "ease";
      -moz-transition-timing-function: "ease";
      transition-timing-function: "ease"; }
      .banners .banner a:hover {
        background-color: #000;
        color: #fff !important; }
  .banners .banner1, .banners .banner2, .banners .banner3 {
    position: relative;
    overflow: hidden;
    /*max-width: 458px; */
    }
    .banners .banner1 p, .banners .banner2 p, .banners .banner3 p {
      margin-bottom: 30px; }
    .banners .banner1 img, .banners .banner2 img, .banners .banner3 img {
      position: absolute;
      z-index: -1; }

.second_banner {
  padding-top: 28px;
  margin-bottom: 9px !important;
  clear: both;
  /* TABLET 768 - 1023 */ }
  @media only screen and (min-width: 768px) {
    .second_banner {
      margin: 44px auto 0px auto !important;
      padding-bottom: 37px; } }
  @media only screen and (min-width: 1024px) {
    .banner_wrapper.second_banner{
        padding-bottom: 44px;
        max-width: 1178px;
    }
    .second_banner {
      padding-bottom: 40px; } }

.footer_banner {
  border-bottom: none !important;
  margin-bottom: 45px !important; }

.banner_wrapper {
  clear: both;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin: 0 auto;
  /* TABLET 768 - 1023 */ }
  @media only screen and (min-width: 768px) {
    .banner_wrapper {
      width: calc(100% - 20px);
      padding: 0 10px;
      border: none; } }
  @media only screen and (min-width: 1024px) {
    .banner_wrapper {
      border-bottom: 1px solid #ccc; } }
  .banner_wrapper .banner_inner_wrapper {
    max-width: 728px;
    max-height: 90px;
    padding: 8px 10px 9px;
    /* MOBILE 480-767 */
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 480px) {
      .banner_wrapper .banner_inner_wrapper {
        padding: 9px 10px; } }
    @media only screen and (min-width: 768px) {
      .banner_wrapper .banner_inner_wrapper {
        border-bottom: 1px solid #ccc;
        padding: 9px 8px 37px 7px;
        margin: 0 auto 36px auto; } }
    .banner_wrapper .banner_inner_wrapper img {
      max-width: 100%;
      width: 100%;
      display: block;
      margin: 0px auto; }
    @media only screen and (min-width: 1024px) {
      .banner_wrapper .banner_inner_wrapper {
        padding: 9px 8px;
        margin-bottom: 0px;
        border-bottom: none; } }

.big_banner_wrapper {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #d6d6d6; }
  .big_banner_wrapper .big_banner_inner_wrapper {
    padding: 15px 10px;
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 480px) {
      .big_banner_wrapper .big_banner_inner_wrapper {
        padding: 26px 10px; } }
    @media only screen and (min-width: 768px) {
      .big_banner_wrapper .big_banner_inner_wrapper {
        padding: 30px 10px; } }
    .big_banner_wrapper .big_banner_inner_wrapper .banner_h1 {
      max-width: 300px;
      margin: 0 auto; }
      .big_banner_wrapper .big_banner_inner_wrapper >div {
        margin: 0 auto;
      }
      .big_banner_wrapper .big_banner_inner_wrapper .banner_h1 .banner_iframe {
        display: block;
        margin: 0 auto; }
      .big_banner_wrapper .big_banner_inner_wrapper .banner_h1 h1 {
        font-size: 0.6875rem;
        color: #636363;
        font-family: "a_futuricaregular";
        margin-top: 7px; }

.slider_inner_wrapper {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-bottom: 12px;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  /* MOBILE 480-767 */
  /* TABLET 768 - 1023 */ }
  @media only screen and (min-width: 480px) {
    .slider_inner_wrapper {
      margin: 19px 10px 0px;
      border: 1px solid #dedede; } }
  @media only screen and (min-width: 768px) {
    .slider_inner_wrapper {
      margin: 27px 10px 0px;
      border: 1px solid #dedede; } }
  @media only screen and (min-width: 1024px) {
    .slider_inner_wrapper {
      float: right;
      width: 66.5833333333%;
      margin: 0px;
      border-left: none;
      height: 637px;
      width: 60%; } }
  @media only screen and (min-width: 1280px) {
    .slider_inner_wrapper {
      width: 798px; } }
  .slider_inner_wrapper .bx-wrapper {
    padding: 8px 7px; }
    .slider_inner_wrapper .bx-wrapper .bx-viewport {
      overflow: initial !important; }
    .slider_inner_wrapper .bx-wrapper .bx-controls-direction a {
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      transition-duration: 300ms;
      -webkit-transition-timing-function: "ease";
      -moz-transition-timing-function: "ease";
      transition-timing-function: "ease";
      /* TABLET 768 - 1023 */ }
      .slider_inner_wrapper .bx-wrapper .bx-controls-direction a:hover {
        background-color: #000;
        color: #fff !important;
        background-color: #dfebfb; }
      @media only screen and (min-width: 768px) {
        .slider_inner_wrapper .bx-wrapper .bx-controls-direction a {
          top: 35%; } }
  .slider_inner_wrapper .slide-counter {
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 38px;
    font-family: "a_futuraortobold";
    height: 38px;
    width: 38px;
    bottom:0;
    margin-top: 2px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    /* TABLET 768 - 1023 */ }
  .slider_inner_wrapper .homepage_slider img {
    height: auto;
    width: 100%; }
    @media only screen and (min-width: 1280px) {
      .slider_inner_wrapper .homepage_slider img {
        max-height: 396px; } }
  .slider_inner_wrapper .homepage_slider h1 {
    font-size: 1.25em;
    font-family: "a_futuraortobold", Arial, sans-serif;
    padding: 16px 8px 20px;
    text-transform: uppercase;
    line-height: 1.625rem;
    /* TABLET 768 - 1023 */ }
    .slider_inner_wrapper .homepage_slider h1 a{
      text-decoration: none;
      color: #000;
    }
    @media only screen and (min-width: 480px) {
      .slider_inner_wrapper .homepage_slider h1 {
        font-size: 28px;
        line-height: 1.22; } }
    @media only screen and (min-width: 768px) {
      .slider_inner_wrapper .homepage_slider h1 {
        font-size: 2.25em;
        line-height: 1.22; } }
    @media only screen and (min-width: 1280px) {
      .slider_inner_wrapper .homepage_slider h1 {
        max-height: 127px;
        overflow: hidden; } }
  .slider_inner_wrapper .homepage_slider p {
    padding: 0px 10px;
    font-family: "AFuturaOrto";
    line-height: 1.2;
    font-size: 1.0625rem; }
    @media only screen and (min-width: 1280px) {
      
     .slider_inner_wrapper .homepage_slider .slide_options a{
       line-height: 36px;
     }
      .slider_inner_wrapper .homepage_slider p {
        max-height: 34px;
        overflow: hidden; } }
  .slider_inner_wrapper .homepage_slider .slide_options {
    display: block;
    margin-top: 26px;
    padding: 0px 10px; }
    .slider_inner_wrapper .homepage_slider .slide_options a {
      display: inline-block;
      text-decoration: none;
      line-height: 34px;
      text-align: center;
      font-family: "a_futuraortobold"; }
    .slider_inner_wrapper .homepage_slider .slide_options .details {
      height: 31px;
      width: 103px;
      border: 2px solid #000;
      color: #000;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      transition-duration: 300ms;
      -webkit-transition-timing-function: "ease";
      -moz-transition-timing-function: "ease";
      transition-timing-function: "ease"; }
      .slider_inner_wrapper .homepage_slider .slide_options .details:hover {
        background-color: #000;
        color: #fff !important; }
        @media only screen and (min-width: 768px) {    
      .slider_inner_wrapper .homepage_slider .slide_options .details {    
          height: 36px;    
        width: 127px;    
          line-height: 38px;    
     }}
    .slider_inner_wrapper .homepage_slider .slide_options .buy_ticket {
      height: 31px;
      width: 114px;
      color: #fff;
      border: 2px solid #1777d0;
      background: #1777d0;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      transition-duration: 300ms;
      -webkit-transition-timing-function: "ease";
      -moz-transition-timing-function: "ease";
      transition-timing-function: "ease";
      /* TABLET 768 - 1023 */ }
      .slider_inner_wrapper .homepage_slider .slide_options .buy_ticket:hover {
        background-color: #fff;
        color: #1660c5 !important; }
      @media only screen and (min-width: 768px) {
        .slider_inner_wrapper .homepage_slider .slide_options .buy_ticket {
          margin: 0 0 0 6px; } }

@media only screen and (min-width: 768px) {
  .top_banner {
    border-bottom: 1px solid #dedede; }
    .top_banner .banner_inner_wrapper {
      padding-bottom: 13px;
      margin-bottom: 0px;
      border-bottom: 0px; } }

@media only screen and (min-width: 1024px) {
  .slider_wrapper {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 26px;
    margin-top: 25px;
    /* DESKTOP 1200 - 1920 */ } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    .slider_wrapper {
      width: 1200px;
      margin: 0 auto;
      margin-top: 25px; } }

.incoming_events_wrapper {
  position: relative; }
  .incoming_events_wrapper .incoming_events_inner_wrapper {
    padding: 15px 10px;
    /* TABLET 768 - 1023 */
    /* DESKTOP 1200 - 1920 */
    float: left;
    clear: both;
    /* Mixin for Calendar */ }
    @media only screen and (min-width: 768px) {
      .incoming_events_wrapper .incoming_events_inner_wrapper {
        float: left;
        width: 100%;
        padding: 30px 0px 5px; }
        .incoming_events_wrapper .incoming_events_inner_wrapper:nth-child(2) {
          margin-left: 0%; } }
    @media only screen and (min-width: 1280px) {
      .incoming_events_wrapper .incoming_events_inner_wrapper {
        float: initial;
        width: 1200px;
          padding-top: 28px;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
        position: relative; } }
    .incoming_events_wrapper .incoming_events_inner_wrapper .title {
      clear: both;
      text-align: left;
      text-transform: uppercase;
      display: block;
      padding-top: 13px;
      padding-bottom: 38px;
      font-family: "a_futuraortobold";
      font-size: 1.5em;
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 768px) {
        .incoming_events_wrapper .incoming_events_inner_wrapper .title {
          display: block;
          font-size: 1.875em; } }
    .incoming_events_wrapper .incoming_events_inner_wrapper .new_section_devider {
      height: 4px;
      width: 112px;
      background: #000;
      clear: both;
      float: left;
      margin-top: 6px; }
      @media only screen and (min-width: 768px) {
        .incoming_events_wrapper .incoming_events_inner_wrapper .new_section_devider {
          height: 6px;
          width: 133px; } }
    .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event {
      margin-bottom: 30px;
      /*MOBILE 0 - 479 */
      /* MOBILE 480-767 */
      /* TABLET 768 - 1023 */ }
      .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event a {
        text-decoration: none; }
      @media only screen and (min-width: 480px) {
        .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event {
          clear: both; } }
      @media only screen and (min-width: 768px) {
        .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event {
          width: 30.7486631016%;
          width: calc(33% - 17px);
          float: left;
          margin-left: 2%;
          clear: initial; } }
      @media only screen and (min-width: 1024px) {
        .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event {
          width: 50%;
          margin-left: 0px; } }
      @media only screen and (min-width: 1024px) {
        .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event {
          width: 50%;
          margin-left: 0px;
          height: 160px;
          border-bottom: 1px solid #ccc; } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event:nth-child(2n+2) .incoming_event_ribbon {
      height: 140px !important;
      border-left: 1px solid #ccc; }
      .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event:nth-child(2n+2) .incoming_event_ribbon h1 {
        margin-top: 43px !important; } }
      .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image {
        /* MOBILE 480-767 */
        /* TABLET 768 - 1023 */ }
        @media only screen and (min-width: 480px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image {
            width: 36.52%;
            display: inline-block;
            vertical-align: top; } }
        @media only screen and (min-width: 768px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image {
            width: 100%; } }
        @media only screen and (min-width: 1024px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image {
            width: 184px; } }
        @media only screen and (min-width: 1280px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image {
            width: 42.6%; } }
        .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon {
          position: absolute;
          height: 75px;
          width: 72px;
          background: #fff;
          text-align: center;
          font-family: "a_futuraortobold";
          /*Mobile 480-767*/
          /* TABLET 768 - 1023 */ }
          @media only screen and (min-width: 480px) {
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon {
              height: 48px;
              width: 50px; } }
          @media only screen and (min-width: 768px) {
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon {
              height: 52px;
              width: 50px; } }
          @media only screen and (min-width: 1280px) {
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon {
              display: inline-block;
              vertical-align: middle;
              width: 23%; } }
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon h1 {
            margin-top: 16px;
            font-size: 1.875rem;
            color: #000;
            /*Mobile 480-767*/
            /* TABLET 768 - 1023 */ }
            @media only screen and (min-width: 480px) {
              .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon h1 {
                font-size: 1.5rem;
                margin-top: 4px; } }
            @media only screen and (min-width: 768px) {
              .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon h1 {
                margin-top: 10px;
                font-size: 1.5em; } }
            @media only screen and (min-width: 1024px) {
              .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon h1 {
                margin-top: 0px; } }
            @media only screen and (min-width: 1280px) {
              .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon h1 {
                font-size: 2.25rem; } }
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon p {
            margin-bottom: 16px;
            font-size: 1.125rem;
            color: #000;
            /*Mobile 480-767*/
            /* TABLET 768 - 1023 */ }
            @media only screen and (min-width: 480px) {
              .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon p {
                font-size: 0.8125rem; } }
            @media only screen and (min-width: 768px) {
              .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon p {
                font-size: 0.8125em; } }
            @media only screen and (min-width: 1280px) {
              .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon p {
                font-size: 1.125rem; } }
          @media only screen and (min-width: 1280px) {
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a .incoming_event_ribbon {
              position: relative;
              display: inline-block; } }
        .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a img {
          width: 100%; }
          @media only screen and (min-width: 1024px) {
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .incoming_event_image a img {
              max-width: 182px;
              min-height: 138px;
              display: inline-block;
              vertical-align: middle; } }
      .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .info_inner_wrapper {
        /*Mobile 480-767*/
        /* TABLET 768 - 1023 */ }
        @media only screen and (min-width: 480px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .info_inner_wrapper {
            margin-left: 15px;
            display: inline-block;
            width: 58%;
            vertical-align: top; } }
        @media only screen and (min-width: 768px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .info_inner_wrapper {
            margin-left: 0px;
            width: 100%;
            margin-top: 16px; } }
        @media only screen and (min-width: 1024px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .info_inner_wrapper {
            width: 61%; } }
        @media only screen and (min-width: 1280px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .info_inner_wrapper {
            width: 53.3%;
            margin-top: 0px;
            margin-left: 2.2%; } }
      .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_general_place {
        display: block;
        position: relative;
        color: #1777d0;
        font-family: "a_futuraortobold";
        font-size: 0.6875rem;
        text-decoration: none;
        margin-top: 13px;
        margin-bottom: 16px;
        text-transform: uppercase;
        /*Mobile 480-767*/ }
        @media only screen and (min-width: 480px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_general_place {
            margin-top: 0px; } }
      .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_heading {
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        font-size: 1.0625rem;
        color: #000;
        text-decoration: none;
        display: block;
        margin-bottom: 12px;
        /*Mobile 480-767*/ }

        @media only screen and (min-width: 480px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_general_place {
            margin-bottom: 14px; } }
            @media only screen and (min-width: 1280px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_heading {
            margin-bottom: 9px;
            font-size: 1.25em; }
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_general_place {
              margin-bottom: 12px;
              } }
      .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info {
        margin-bottom: 14px;
        font-family: "a_futuricaregular";
        color: rgba(0, 0, 0, 0.7);
        line-height: 1.6;
        font-size: 0.75rem; }
        @media only screen and (min-width: 1280px) {
          .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info {
            margin-bottom: 22px;  }}
        .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info span {
          padding-left: 20px;
          margin-right: 14px;
          /*Mobile 480-767*/ }
          @media only screen and (min-width: 480px) {
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info span {
              margin-right: 6px; } }
        .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info .ie_hour {
          opacity: 0.76;
          color: #000;
          background: url("../images/clock-icon.png") top left no-repeat;
          /*Mobile 480-767*/ }
          @media only screen and (min-width: 480px) {
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info .ie_hour {
              padding-left: 16px; } }
        .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info .ie_date {
          opacity: 0.76;
          color: #000;
          background: url("../images/calendar-icon.png") top left no-repeat;
          /*Mobile 480-767*/
          /* TABLET 768 - 1023 */ }
          @media only screen and (min-width: 480px) {
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info .ie_date {
              padding-left: 18px; } }
          @media only screen and (min-width: 768px) {
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info .ie_date {
              display: none; } }
        .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info .ie_place {
          opacity: 0.76;
          color: #000;
          background: url("../images/location-icon.png") top left no-repeat;
          display: inline-block;
            padding-left: 19px;
  margin-left: 2px;
          /*Mobile 480-767*/ }
          @media only screen and (min-width: 480px) {
            .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .ie_info .ie_place {
              padding-left: 12px; } }
      .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .single_ie_options a {
        display: inline-block;
        text-decoration: none;
        line-height: 20px;
        text-align: center;
        font-family: "a_futuraortobold";
        font-size: 0.6875rem; }
      .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .single_ie_options .ie_details {
        height: 18px;
        width: 82px;
        border: 1px solid #000;
        color: #000; }
      .incoming_events_wrapper .incoming_events_inner_wrapper .single_incoming_event .single_ie_options .ie_buy_tickets {
        height: 18px;
        width: 84px;
        color: #fff;
        border: 1px solid #1777d0;
        background: #1777d0; }
    .incoming_events_wrapper .incoming_events_inner_wrapper .desktop_calendar {
      display: none;
      position: absolute;
      height: 56px;
      width: 121px;
      padding: 0 16px;
      border: 1px solid #ccc;
      top: 20px;
      right: 10px;
      font-family: "a_futuraortobold";
      color: #000;
      font-size: 0.875rem;
      text-decoration: none;
      line-height: 60px;
      background: url(../images/calendar.png) center right 16px no-repeat; }
      @media only screen and (min-width: 1024px) {
        .incoming_events_wrapper .incoming_events_inner_wrapper .desktop_calendar {
          display: block; } }
    .incoming_events_wrapper .incoming_events_inner_wrapper .desktop_calendar:hover {
      color: #fff;
      background: url(../images/calendar_hover.png) center right 16px no-repeat;
      background-color: #1777d0;
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease; }

.ie_general_place {
  display: block;
  position: relative;
  color: #1777d0;
  font-family: "a_futuraortobold";
  font-size: 0.6875rem;
  text-decoration: none;
  margin-top: 13px;
  margin-bottom: 16px;
  /*Mobile 480-767*/ }
  @media only screen and (min-width: 480px) {
    .ie_general_place {
      margin-top: 0px;
      margin-bottom: 14px; } }

.ie_heading {
  font-family: "a_futuraortobold";
  text-transform: uppercase;
  font-size: 1.0625rem;
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  /*Mobile 480-767*/ }


.ie_info {
  margin-bottom: 14px;
  font-family: "a_futuricaregular";
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.75rem; }
  .ie_info span {
    padding-left: 20px;
    margin-right: 14px;
    /*Mobile 480-767*/ }
    @media only screen and (min-width: 480px) {
      .ie_info span {
        margin-right: 6px; } }
  .ie_info .ie_hour {
    opacity: 0.6;
    background: url("../images/clock-icon.png") center left no-repeat;
    /*Mobile 480-767*/ }
    @media only screen and (min-width: 480px) {
      .ie_info .ie_hour {
        padding-left: 16px; } }
  .ie_info .ie_date {
    opacity: 0.6;
    background: url("../images/calendar-icon.png") center left no-repeat;
    /*Mobile 480-767*/
    /* TABLET 768 - 1023 */ }
    @media only screen and (min-width: 480px) {
      .ie_info .ie_date {
        padding-left: 18px; } }
    @media only screen and (min-width: 768px) {
      .ie_info .ie_date {
        display: none; } }
  .ie_info .ie_place {
    opacity: 0.6;
    background: url("../images/location-icon.png") center left no-repeat;
    /*Mobile 480-767*/ }
    @media only screen and (min-width: 480px) {
      .ie_info .ie_place {
        padding-left: 12px; } }

.single_ie_options a {
  display: inline-block;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  font-family: "a_futuraortobold";
  font-size: 0.6875rem; }

.single_ie_options .ie_details {
  height: 18px;
  width: 82px;
  border: 2px solid #000;
  color: #000;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: "ease";
  -moz-transition-timing-function: "ease";
  transition-timing-function: "ease"; }
  .single_ie_options .ie_details:hover {
    background-color: #000;
    color: #fff !important; }

.single_ie_options .ie_buy_tickets {
  height: 18px;
  width: 84px;
  color: #fff;
  border: 2px solid #1777d0;
  background: #1777d0;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: "ease";
  -moz-transition-timing-function: "ease";
  transition-timing-function: "ease"; }
  .single_ie_options .ie_buy_tickets:hover {
    background-color: #fff !important;
    color: #1660c5 !important; }

.all_ie_events {
  height: 48px;
  width: calc(100% - 2px);
  border: 1px solid #ccc;
  margin-top: 40px;
  line-height: 48px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  display: block;
  clear: both;
  font-family: "a_futuraortobold";
  text-decoration: none;
  /*===== Animation button backgrounf fade effect ====*/
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: "ease-in";
  -moz-transition-timing-function: "ease-in";
  transition-timing-function: "ease-in";
  /*Mobile 480-767*/ }
  .all_ie_events::after {
    clear: both;
    content: "";
    display: table; }
  .all_ie_events:hover {
    color: #fff;
    background: #000; }
  .all_ie_events:hover {
    background-color: #000;
    color: #fff !important; }
  @media only screen and (min-width: 480px) {
    .all_ie_events {
      display: block;
      clear: both;
      margin: 0 auto; } }

.third_banner {
  padding: 0px 10px;
  text-align: center; }
  .third_banner img {
    width: 100%;
    max-width: 729px;
    max-height: 90px;
    margin: 0 auto; }
  @media only screen and (min-width: 1280px) {
    .third_banner {
      margin-top: 1px;
      margin-bottom: 44px; } }

.single_incoming_event:last-child {
  margin-top: 10px !important; }

.homepage-3-slider li {
  position: relative; }
  .homepage-3-slider li h1 {
    font-size: 1.875em;
    font-family: "a_futuraortobold";
    color: #fff;
    margin-left: 32px;
    margin-top: 30px; }

.homepage-3-slider .slide-info {
  position: absolute;
  width: 100%;
  height: 180px;
  background: rgba(0, 0, 0, 0.55);
  bottom: 0; }
  .homepage-3-slider .slide-info .single_ie_options {
    position: absolute;
    bottom: 30px;
    left: 32px; }
    .homepage-3-slider .slide-info .single_ie_options a {
      min-width: 95px;
      font-size: 12px;
      min-height: 25px;
      line-height: 25px; }
    .homepage-3-slider .slide-info .single_ie_options .ie_details {
      color: #fff;
      border-color: #fff; }

@media only screen and (max-width: 767px) {
  .homepage-3-slider .slide-info {
    height: 130px; }
  .homepage-3-slider li h1 {
    margin-top: 25px; } }

@media only screen and (max-width: 480px) {
  .homepage-3-slider .slide-info {
    height: 80px; }
    .homepage-3-slider .slide-info .single_ie_options {
      bottom: 10px; }
  .homepage-3-slider li h1 {
    margin-top: 10px;
    font-size: 1.25em; } }

.slider-wrapper-v1 {
  margin: 0px;
  padding-left: 5.2%;
  padding-right: 6%;
  padding-top: 25px;
  padding-bottom: 20px;
  background: url(../../uploads/slider-1-bg.jpg) no-repeat center;
  background-size: cover; }
  .slider-wrapper-v1 .slider_inner_wrapper, .slider-wrapper-v1 .program_wrapper {
    background: #FFF; }

/* Import About Us */
.about_us_header {
  background-image: url("../images/shadow.png"), url("../../uploads/about-us-header.jpg");
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center center;
  background-size: auto, cover;
  @endif;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .about_us_header .about_us_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 437px; }
    .about_us_header .about_us_header_wrapper .about_us_header_inner_wrapper {
      position: absolute;
      bottom: 29px;
      width: 100%; }
      .about_us_header .about_us_header_wrapper .about_us_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
        @media only screen and (max-width: 1279px) {
          .about_us_header .about_us_header_wrapper .about_us_header_inner_wrapper h1 {
            padding-left: 10px; } }
      .about_us_header .about_us_header_wrapper .about_us_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .about_us_header .about_us_header_wrapper .about_us_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

.about_us_homepage_header {
  background-image: url("../images/shadow.png"), url("../../uploads/rent-header.jpg");
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center center;
  background-size: auto, cover;
  @endif;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .about_us_homepage_header .about_us_homepage_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 437px;
    padding-right: 10px; }
    .about_us_homepage_header .about_us_homepage_header_wrapper .about_us_homepage_header_inner_wrapper {
      position: absolute;
      bottom: 25px;
      width: 100%; }
      .about_us_homepage_header .about_us_homepage_header_wrapper .about_us_homepage_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
        @media only screen and (max-width: 1279px) {
          .about_us_homepage_header .about_us_homepage_header_wrapper .about_us_homepage_header_inner_wrapper h1 {
            padding-left: 10px; } }
      .about_us_homepage_header .about_us_homepage_header_wrapper .about_us_homepage_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .about_us_homepage_header .about_us_homepage_header_wrapper .about_us_homepage_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

.about-us-nav .bottom-nav-menu li a {
  font-size: 13px; }

.about-us-content {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0px auto; }
  .about-us-content .inside-ndk {
    margin: 55px auto 30px; }
  .about-us-content .projects-wrapper {
    margin: 0 0 45px; }
    .about-us-content .projects-wrapper .row {
      margin-top: 35px; }
  .about-us-content div.profile_document:last-child {
    border-bottom: none !important; }
    .about-us-content .content .inner-content .icons {
      margin: 34px 0px; }
      .about-us-content .content .inner-content .icons a {
        margin-right: -4px; }
    .about-us-content .content .inner-content p {
      line-height: 28px;
      margin-bottom: 26px;
      font-family: "AFuturaOrto"; }
      .about-us-content .content .inner-content p:last-child {
        margin-bottom: 70px; }
    .about-us-content .content .inner-content > img {
      margin-bottom: 46px;
      width: 100%; }

.about-us-page .abonament {
  padding-top: 65px;
  border-top: 1px solid #d6d6d6; }

.about_us_history_header {
  background-image: url("../images/shadow.png"), url("../../uploads/about-us-history-header.jpg");
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center center;
  background-size: auto, cover;
  @endif;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .about_us_history_header .about_us_history_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 437px;
    padding-right: 10px; }
    .about_us_history_header .about_us_history_header_wrapper .about_us_history_header_inner_wrapper {
      position: absolute;
      bottom: 25px;
      width: 100%; }
      .about_us_history_header .about_us_history_header_wrapper .about_us_history_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
        @media only screen and (max-width: 1279px) {
          .about_us_history_header .about_us_history_header_wrapper .about_us_history_header_inner_wrapper h1 {
            padding-left: 10px; } }
      .about_us_history_header .about_us_history_header_wrapper .about_us_history_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .about_us_history_header .about_us_history_header_wrapper .about_us_history_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

.about-us-history-content {
  width: 100%;
  margin: 0 auto; }
  .about-us-history-content .history-section .image-side-left {
    width: 50%;
    background-color: #fff;
    float: left; }
    .about-us-history-content .history-section .image-side-left .image-side-inner {
      padding: 102px 0 0 0;
      max-width: 500px;
      min-height: 492px; }
      .about-us-history-content .history-section .image-side-left .image-side-inner .border-top {
        margin: 0px;
        position: absolute;
        z-index: 10;
        width: 486px;
        border: 1px solid #c8c8c8;
        display: block;
        height: 365px; }
      .about-us-history-content .history-section .image-side-left .image-side-inner .border-bottom {
        margin: 12px;
        position: absolute;
        z-index: 10;
        width: 486px;
        border: 1px solid #c8c8c8;
        display: block;
        height: 365px; }
      .about-us-history-content .history-section .image-side-left .image-side-inner .image-holder {
        margin: 7px;
        width:486px;
        position: absolute;
        z-index: 20; }
        .about-us-history-content .history-section .image-side-left .image-side-inner .image-holder .image-info {
          color: #fff;
          height: 50px;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.8);
          position: absolute;
          bottom: 3px; }
          .about-us-history-content .history-section .image-side-inner .image-holder img {
            width:100%;
          }

          .about-us-history-content .history-section .image-side-left .image-side-inner .image-holder .image-info span.border {
            position: absolute;
            z-index: 10;
            left: 0;
            margin: 7px 17px 0 9px;
            height: 32px;
            width: 32px;
            border: 1px solid #4c4c4c; }
          .about-us-history-content .history-section .image-side-left .image-side-inner .image-holder .image-info span.counter {
            background-color: #000;
            float: left;
            font-family: "a_futuraortobold";
            font-size: 0.9375em;
            height: 32px;
            width: 32px;
            margin: 10px 17px 0 12px;
            border: 1px solid #4c4c4c;
            line-height: 32px;
            position: relative;
            z-index: 20;
            text-align: center; }
          .about-us-history-content .history-section .image-side-left .image-side-inner .image-holder .image-info p {
            float: left;
            text-transform: uppercase;
            font-family: "a_futuraortobold";
            font-size: 1em;
            line-height: 50px; }
  @media only screen and (max-width: 1023px) {
    .about-us-history-content .history-section {
      display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; 
      flex-direction: column; }
      .about-us-history-content .history-section .info-side-right {
        -webkit-order: -1;
        -moz-order: -1;
        order: -1;
        -o-order: -1;
        width: 100%;
        float: none;
        display: block; }
        .about-us-history-content .history-section .info-side-right .info-side-inner {
          max-width: 100%;
          overflow: hidden;
          float: none;
          padding: 60px;
          color: #fff; }
      .about-us-history-content .history-section .info-side-left {
        -webkit-order: -1;
        width: 100%;
        float: none;
        display: block; }
        .about-us-history-content .history-section .info-side-left .info-side-inner {
          max-width: 100%;
          overflow: hidden;
          float: none;
          padding: 60px;
          color: #fff; }
      .about-us-history-content .history-section .image-side-left {
        float: none;
        width: 100%;
        display: block; }
      .about-us-history-content .history-section .image-side-right {
        float: none;
        width: 100%;
        display: block; } }
  @media only screen and (max-width: 767px) {
    .about-us-history-content .history-section .info-side-right .info-side-inner {
      padding-top: 0px; }
      .about-us-history-content .history-section .info-side-right .inner-top .share-button:hover {
        color: #1660c5; }
    .about-us-history-content .history-section .info-side-left .info-side-inner {
      padding-top: 0px; }
      .about-us-history-content .history-section .info-side-left .inner-top .share-button:hover {
        color: #1660c5; }
      .about-us-history-content .history-section .image-side-inner img {
        width: 100%; } }
  @media only screen and (max-width: 479px) {
    .about-us-history-content .history-section .info-side-right .info-side-inner {
      padding: 20px 10px 60px 10px; }
      .about-us-history-content .history-section-expanded .history-section-inner .header .close-icon{
          text-indent: -9999px;
      }
    .about-us-history-content .history-section .info-side-left .info-side-inner {
      padding: 20px 10px 60px 10px; } }
  @media only screen and (max-width: 530px) {
    
    .about-us-history-content .history-section .border-bottom, .about-us-history-content .history-section .border-top {
      display: none !important; } }
  .about-us-history-content .history-section-expanded {
    clear: both;
    height: auto !important;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #252525; }
    .about-us-history-content .history-section-expanded .history-section-inner {
      max-width: 1200px;
      margin: 0px auto;
      padding: 0 10px 90px;

      color: #fff; }
      .about-us-history-content .history-section-expanded .history-section-inner .header {
        border-bottom: 1px solid #3b3b3b;
        clear: both;
        display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; 
          -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
        width: 100%;
        -webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
        padding-top: 20px;
        position: relative;
        padding: 15px 0; }
        .about-us-history-content .history-section-expanded .history-section-inner .header .share-buttons {
          background-color: #fff;
          position: absolute;
          top: 110px;
          left: 0;
          width: 268px; }
          .about-us-history-content .info-side-inner .inner-top .share-buttons {
            left:0;
            top:60px;
            background-color: #fff;
            position: absolute;
            width: 268px;
          }
          .about-us-history-content .history-section-expanded .history-section-inner .header .share-buttons .triangle, .about-us-history-content .info-side-inner .inner-top .share-buttons .triangle {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 7.5px 8px 7.5px;
            border-color: transparent transparent #fff transparent;
            display: block;
            margin: -7px 0 0 33px;
            position: absolute;
            z-index: 30; }
          .about-us-history-content .history-section-expanded .history-section-inner .header .share-buttons .social_icons, .about-us-history-content .info-side-inner .inner-top .share-buttons .social_icons {
            border-top: 1px solid #3d3d3d;
            border-bottom: 1px solid #3d3d3d;
            float: left;
            padding: 17px 23px;
            width: 245px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0; }
            .about-us-history-content .history-section-expanded .history-section-inner .header .share-buttons .social_icons li, .about-us-history-content .info-side-inner .inner-top .share-buttons .social_icons li {
              float: left;}
            .share-buttons .social_icons .facebook_icon {
              display: block;
              background: url("../images/facebook_icon_black.png") center center no-repeat;
              height: 22px;
              width: 22px;}
            .social_icons .pinterest_icon {
              display: block;
              background: url("../images/pinterest_icon_black.png") center center no-repeat;
              height: 22px;
              width: 22px;
              margin: 0px 10px; }
            .share-buttons .social_icons .twitter_icon {
              display: block;
              background: url("../images/twitter_icon_black.png") center center no-repeat;
              height: 22px;
              width: 22px;
              margin: 0px 10px; }
            .share-buttons .social_icons .gplus_icon {
              display: block;
              background: url("../images/gplus_icon_black.png") center center no-repeat;
              height: 22px;
              width: 22px;
              margin: 0px 10px; }
              .share-buttons .social_icons .twitter_icon {
              display: block;
              /*background: url("../images/twitter-icon.png") center center no-repeat;*/
              height: 22px;
              width: 22px;
              margin: 0px 10px; }
            .social_icons .youtube_icon {
              display: block;
              background: url("../images/youtube-icon.png") center center no-repeat;
              height: 22px;
              width: 22px;
              margin: 0px 10px; }
            .share-buttons .social_icons .instagram_icon {
              display: block;
              background: url("../images/instagram-icon.png") center center no-repeat;
              height: 22px;
              width: 22px;
              margin: 0px 10px; }
            .share-buttons .social_icons .flicker_icon {
              display: block;
              background: url("../images/flicker-icon.png") center center no-repeat;
              height: 22px;
              width: 22px;
              margin: 0px 10px; }
          .about-us-history-content .history-section-expanded .history-section-inner .header .share-buttons h1 {
            font-family: "a_futuraortobold";
            font-size: 1.5em;
            text-transform: uppercase;
            float: left; }
        .about-us-history-content .history-section-expanded .history-section-inner .header h1 {
          color: #fff;
          font-family: "a_futuraortobold";
          font-size: 5.5em;
          text-transform: uppercase;
          float: left;}
        .about-us-history-content .history-section-expanded .history-section-inner .header .share-button {
          color: #fff;
          font-family: "a_futuraortobold";
          font-size: 0.9375em;
          line-height: 0.75em;
          text-transform: uppercase;
          text-decoration: none;
          float: left;}
          .about-us-history-content .history-section-expanded .history-section-inner .header .share-button:hover {
            color: #1660c5 !important; }
        .about-us-history-content .history-section-expanded .history-section-inner .header .close-icon {
          float: right;
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          color: #fff;
          padding-right: 30px;
          background: url("../images/close-icon.png") top right no-repeat;
          font-family: "a_futuraortobold";
          font-size: 0.8125em;
          line-height: 1.25rem;}
      .about-us-history-content .history-section-expanded .history-section-inner .info h1 {
        clear: both;
        font-family: "a_futuraortobold";
        font-size: 1.5rem;
        text-transform: uppercase;
        line-height: 1.875rem;
        margin: 60px 0 15px; }
      .about-us-history-content .history-section-expanded .history-section-inner .info p {
        font-family: "AFuturaOrto";
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin: 20px 0 0;
        column-count: 2;
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-gap: 20px;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px; }
    @media only screen and (max-width: 1023px) {
      .about-us-history-content .history-section-expanded .history-section-inner {
        padding: 0 60px 90px; }
        .about-us-history-content .history-section-expanded .history-section-inner .info p {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1; } }
    @media only screen and (max-width: 767px) {
      .about-us-history-content .history-section-expanded .history-section-inner .header h1 {
        float: none;
        text-align: center;
          font-size: 2.5em;
        margin: 0px; }

      .about-us-history-content .history-section-expanded .history-section-inner .header .share-button {
        float: none;
        display: block;
        margin: 0px;
        flex-shrink: 0;
        padding-top: 10px; }
        .about-us-history-content .history-section-expanded .history-section-inner .header .share-button:hover {
          color: #1660c5; }
      .about-us-history-content .history-section-expanded .history-section-inner .header .share-buttons {
        display: none; } }
    @media only screen and (max-width: 480px) {
      .about-us-history-content .history-section-expanded .history-section-inner {
        padding: 0 10px 20px; } }
  .about-us-history-content .info-side-right {
    width: 50%;
    float: left;
    background-color: #1f1f1f; }
    .about-us-history-content .info-side-right .info-side-inner {
      overflow: hidden;
      padding: 60px 20px 0;
      color: #fff; }
      .about-us-history-content .info-side-right .info-side-inner .inner-top {
        border-bottom: 1px solid #363636;
        clear: both;
        float: left;
        width: 100%;
        position: relative;
        margin: 0 0 60px;
        padding: 0 0 20px; }
        .about-us-history-content .info-side-right .info-side-inner .inner-top .share-button {
          font-family: "a_futuraortobold";
          font-size: 1em;
          float: left;
          text-transform: uppercase;
          color: #fff;
          line-height: 5.5em;
          display: inline-block;
          text-decoration: none; }
          .about-us-history-content .info-side-right .info-side-inner .inner-top .share-button:hover {
            color: #1660c5; }
        .about-us-history-content .info-side-right .info-side-inner .inner-top .year {
          font-size: 5.5em;
          line-height: 5.5rem;
          font-family: "a_futuraortobold";
          text-align: center;
          display: inline-block;
          text-transform: uppercase;
          color: #fff;
          float: right; }
          @media only screen and (max-width: 767px){
            .about-us-history-content .info-side-right .info-side-inner .inner-top .year{
              font-size: 2.5em;
            }
          }
        .about-us-history-content .info-side-right .info-side-inner .inner-top .close-icon {
          float: right;
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          color: #fff;
          padding-right: 35px;
          background: url("../images/close-icon.png") top right no-repeat;
          font-family: "a_futuraortobold";
          font-size: 0.8125em;
          line-height: 1.125rem;
          margin: 110px 0 0; }
      .about-us-history-content .info-side-right .info-side-inner h1 {
        clear: both;
        font-family: "a_futuraortobold";
        font-size: 1.5rem;
        text-transform: uppercase;
        line-height: 1.875rem;
        margin: 0 0 15px; }
      .about-us-history-content .info-side-right .info-side-inner p {
        font-family: "AFuturaOrto";
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin: 15px 0 0; }
      .about-us-history-content .info-side-right .info-side-inner .read-more {
        float: left;
        display: block;
        color: #000;
        padding: 14px;
        margin: 50px 0 0;
        background-color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "a_futuraortobold"; }
        .about-us-history-content .info-side-right .info-side-inner .read-more:hover {
          background-color: #1660c5;
          color: #fff; }
  .about-us-history-content .info-side-left {
    width: 50%;
    float: left;
    background-color: #1f1f1f; }
    .about-us-history-content .info-side-left .info-side-inner {;
      margin: 0 auto;
      padding: 60px 20px 0;
      color: #fff; }
      .about-us-history-content .info-side-left .info-side-inner .inner-top {
        border-bottom: 1px solid #363636;
        clear: both;
        float: left;
        position: relative;
        width: 100%;
        margin: 0 0 60px;
        padding: 0 0 20px; }
        .about-us-history-content .info-side-left .info-side-inner .inner-top .share-button {
          font-family: "a_futuraortobold";
          font-size: 1em;
          float: left;
          text-transform: uppercase;
          color: #fff;
          line-height: 5.5em;
          display: inline-block;
          text-decoration: none; }
          .about-us-history-content .info-side-left .info-side-inner .inner-top .share-button:hover {
            color: #1660c5; }
        .about-us-history-content .info-side-left .info-side-inner .inner-top .year {
          font-size: 5.5em;
          line-height: 5.5rem;
          font-family: "a_futuraortobold";
          text-align: center;
          display: inline-block;
          text-transform: uppercase;
          color: #fff;
          float: right; }
          @media only screen and (max-width: 767px){
            .about-us-history-content .info-side-left .info-side-inner .inner-top .year{
                font-size: 2.5em;
            }
          }
        .about-us-history-content .info-side-left .info-side-inner .inner-top .close-icon {
          float: right;
          display: inline-block;
          text-decoration: none;
          text-transform: uppercase;
          color: #fff;
          padding-right: 35px;
          background: url("../images/close-icon.png") top right no-repeat;
          font-family: "a_futuraortobold";
          font-size: 0.8125em;
          line-height: 1.125rem;
          margin: 110px 0 0; }
      .about-us-history-content .info-side-left .info-side-inner h1 {
        clear: both;
        font-family: "a_futuraortobold";
        font-size: 1.5rem;
        text-transform: uppercase;
        line-height: 1.875rem;
        margin: 0 0 15px; }
      .about-us-history-content .info-side-left .info-side-inner p {
        font-family: "AFuturaOrto";
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin: 15px 0 0; }
      .about-us-history-content .info-side-left .info-side-inner .read-more {
        float: left;
        display: block;
        color: #000;
        padding: 14px;
        margin: 50px 0 0;
        background-color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "a_futuraortobold"; }
        .about-us-history-content .info-side-left .info-side-inner .read-more:hover {
          background-color: #1660c5;
          color: #fff; }
  .about-us-history-content .image-side-right {
    width: 50%;
    background-color: #fff;
    float: left; }
    .about-us-history-content .image-side-right .image-side-inner {
      width: 500px;
      min-height: 492px;
      float: right; 
      padding: 102px 0 0 0;
      /* padding-left: 7.5%; */
      margin: 0 auto; }
      .about-us-history-content .image-side-right .image-side-inner .border-top {
        margin: 0px;
        position: absolute;
        z-index: 10;
        width: 486px;
        border: 1px solid #c8c8c8;
        display: block;
        height: 365px; }
      .about-us-history-content .image-side-right .image-side-inner .border-bottom {
        margin: 12px;
        position: absolute;
        z-index: 10;
        width: 486px;
        border: 1px solid #c8c8c8;
        display: block;
        height: 365px; }
      .about-us-history-content .image-side-right .image-side-inner .image-holder {
        margin: 7px;
        position: absolute;
        width:486px;
        z-index: 20; }
        .about-us-history-content .image-side-right .image-side-inner .image-holder .image-info {
          color: #fff;
          height: 50px;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.8);
          position: absolute;
          bottom: 3px; }
          .about-us-history-content .image-side-right .image-side-inner .image-holder .image-info span.border {
            position: absolute;
            z-index: 10;
            margin: 7px 17px 0 9px;
            height: 32px;
            width: 32px;
            border: 1px solid #4c4c4c;
            left: 0; }
          .about-us-history-content .image-side-right .image-side-inner .image-holder .image-info span.counter {
            background-color: #000;
            float: left;
            font-family: "a_futuraortobold";
            font-size: 0.9375em;
            height: 32px;
            width: 32px;
            margin: 10px 17px 0 12px;
            border: 1px solid #4c4c4c;
            line-height: 32px;
            position: relative;
            z-index: 20;
            text-align: center; }
          .about-us-history-content .image-side-right .image-side-inner .image-holder .image-info p {
            float: left;
            text-transform: uppercase;
            font-family: "a_futuraortobold";
            font-size: 1em;
            line-height: 50px; }

/*Import Business*/
.business_heading {
  height: 17.2vw;
  width: 100%;
  background-color: #eeeeee;
  text-align: center;
  line-height: 17.2vw; }
  @media only screen and (min-width: 1280px) {
    .business_heading {
      height: 234px;
      line-height: 234px; } }
  .business_heading h1 {
    font-size: 3.52vw;
    font-family: "a_futuraortobold"; }
    @media only screen and (min-width: 1280px) {
      .business_heading h1 {
        font-size: 3rem; } }

.business_wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.border-none {
  padding-top: 0;
  border-top: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.business-filter {
  background: #f7f6f6;
  border: 1px solid #d6d6d6;
  margin-top: 38px;
  min-height: 50px; }
  .business-filter h1, .business-filter .price, .business-filter .type, .business-filter .size {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "a_futuraortobold"; }
  .business-filter h1 {
    padding-left: 18px;
      margin-top: 20px;
  padding-right: 30px;
  border-right: 1px solid #a3a2a2; }
  .business-filter select {
    background: url(../images/dropdown-arrow-black.png) center right 25px no-repeat;
    background-color: #f7f6f6;
    border: none;
    border-right: 1px solid #a3a2a2;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 30px;
    padding-right: 40px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "a_futuraortobold"; }
  .business-filter .price select {
    border-left: 1px solid #a3a2a2; }
  @media only screen and (max-width: 767px) {
    .business-filter h1, .business-filter select {
      padding-left: 5px;
      padding-right: 10px; }
    .business-filter select {
      background: url(../images/dropdown-arrow-black.png) center right 2px no-repeat; } }

.business-abonament {
  border-top: none; }

.business-nav .bottom-nav-menu :not(:first-child) {
  padding-right: 0.8333333333%;
  padding-left: 0.8333333333%; }

.business-nav .bottom-nav-menu :nth-child(6), .business-nav .bottom-nav-menu :nth-child(11) {
  padding-top: 18px;
  padding-bottom: 18px; }

.business-nav .bottom-nav-menu .big {
  margin-right: 2.9166666667vw; }

.business-homepage-content {
  max-width: 1200px;
  margin: 0px auto; }
  .business-homepage-content .inside-ndk {
    margin: 55px auto 30px; }
    .business-homepage-content .inside-ndk :last-child {
      margin-bottom: 65px; }
  .business-homepage-content .projects-wrapper {
    margin: 0 0 45px;
    float: left;
    clear: both; }
    .business-homepage-content .projects-wrapper .title {
      clear: both;
      text-align: left;
      text-transform: uppercase;
      display: block;
      padding-top: 13px;
      padding-bottom: 0px;
      font-family: "a_futuraortobold";
      font-size: 1.5em;
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 768px) {
        .business-homepage-content .projects-wrapper .title {
          display: block;
          font-size: 1.875em; } }
    .business-homepage-content .projects-wrapper .new_section_devider {
      height: 4px;
      width: 112px;
      background: #000;
      clear: both;
      float: left;
      margin-top: 60px; }
      @media only screen and (min-width: 768px) {
        .business-homepage-content .projects-wrapper .new_section_devider {
          height: 6px;
          width: 133px; } }
    .business-homepage-content .projects-wrapper .row {
      margin-top: 35px; }
      .business-homepage-content .projects-wrapper .row .project {
        margin-right: 3.8%; }
  .business-homepage-content div.profile_document:last-child {
    border-bottom: none !important; }
  .business-homepage-content .banners .banner {
    margin-left: 2.9166666667%; }
    .business-homepage-content .banners .banner:first-of-type {
      margin-left: 0%; }
    .business-homepage-content .banners .banner p {
      width: 50%; }
    @media only screen and (max-width: 767px) {
      .business-homepage-content .banners .banner {
        margin: 20px auto; }
        .business-homepage-content .banners .banner:first-of-type {
          margin: 20px auto; } }
  .business-homepage-content .new_section_devider {
    margin-top: 50px; }

.profile_heading {
  height: 17.2vw;
  width: 100%;
  background-color: #eeeeee;
  text-align: center;
  line-height: 17.2vw; }
  @media only screen and (min-width: 1280px) {
    .profile_heading {
      height: 234px;
      line-height: 234px; } }
  .profile_heading h1 {
    text-transform: uppercase;
    font-size: 3.52vw;
    font-family: "a_futuraortobold"; }
    @media only screen and (min-width: 1280px) {
      .profile_heading h1 {
        font-size: 3rem; } }

div.profile_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }
  div.profile_wrapper div.profile_documents_wrapper {
    width: 100%;
    margin-top: 19px;
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; 
      -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
    clear: both;
    float: left;
    clear: both; }
    div.profile_wrapper div.profile_documents_wrapper .title {
      clear: both;
      text-align: left;
      text-transform: uppercase;
      display: block;
        flex-shrink: 0;
  width: 100%;
      padding-top: 13px;
      padding-bottom: 0px;
      font-family: "a_futuraortobold";
      font-size: 1.5em;
      /* TABLET 768 - 1023 */ }
      @media only screen and (min-width: 768px) {
        div.profile_wrapper div.profile_documents_wrapper .title {
          display: block;
          font-size: 1.875em; } }
    div.profile_wrapper div.profile_documents_wrapper .new_section_devider {
      height: 4px;
      width: 112px;
      background: #000;
      clear: both;
      float: left;
      margin-top: 20px; }
      @media only screen and (min-width: 768px) {
        div.profile_wrapper div.profile_documents_wrapper .new_section_devider {
          height: 6px;
          width: 133px; } }
    div.profile_wrapper div.profile_documents_wrapper .load_more_documents {
      height: 48px;
      width: calc(100% - 2px);
      border: 1px solid #ccc;
      margin-top: 40px;
      line-height: 48px;
      text-align: center;
      color: #000;
      text-transform: uppercase;
      display: block;
      clear: both;
      font-family: "a_futuraortobold";
      text-decoration: none;
      /*===== Animation button backgrounf fade effect ====*/
      -webkit-transition-duration: 500ms;
      -moz-transition-duration: 500ms;
      transition-duration: 500ms;
      -webkit-transition-timing-function: "ease-in";
      -moz-transition-timing-function: "ease-in";
      transition-timing-function: "ease-in"; }
      div.profile_wrapper div.profile_documents_wrapper .load_more_documents::after {
        clear: both;
        content: "";
        display: table; }
      div.profile_wrapper div.profile_documents_wrapper .load_more_documents:hover {
        color: #fff;
        background: #000; }
    div.profile_wrapper div.profile_documents_wrapper div.profile_document {
      height: auto;
      width: 50%;
      display: inline-block;
      float: left;
      padding-bottom: 40px;
      padding-top: 36px;
      border-bottom: 1px solid #ccc;
      /*TABLET 0 - 767*/ }
      div.profile_wrapper div.profile_documents_wrapper div.profile_document:last-of-type{
        border-bottom: 0px;
      }
      div.profile_wrapper div.profile_documents_wrapper div.profile_document:nth-last-of-type(2):not(:nth-child(even)){
        border-bottom: 0px;
      }
      @media only screen and (max-width: 767px) {
        div.profile_wrapper div.profile_documents_wrapper div.profile_document {
          display: block;
          float: none;
          margin: 0 auto;
          clear: both;
          width: 90%; } }
      div.profile_wrapper div.profile_documents_wrapper div.profile_document:nth-child(even) {
        width: calc(50% - 1px); }
        @media only screen and (max-width: 767px) {
          div.profile_wrapper div.profile_documents_wrapper div.profile_document:nth-child(even) {
            width: 90%; } }
        div.profile_wrapper div.profile_documents_wrapper div.profile_document:nth-child(even) div.profile_document_inner {
          float: right;
          padding-left: 20px;
          border-left: 1px solid #ccc;
          /*TABLET 0 - 767*/ }
          @media only screen and (max-width: 767px) {
            div.profile_wrapper div.profile_documents_wrapper div.profile_document:nth-child(even) div.profile_document_inner {
              padding-left: 0px;
              border-left: none;
              float: none; } }
      div.profile_wrapper div.profile_documents_wrapper div.profile_document:nth-child(7n) {
        border-bottom: none; }
      div.profile_wrapper div.profile_documents_wrapper div.profile_document:nth-child(8n) {
        border-bottom: none; }
      div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner {
        width: 96.65%; }
        div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner a.document_link {
            height: 134px;
          width: 125px;
          display: inline-block;
          border: 1px solid #ccc;
          background: #f3f3f3;
          text-decoration: none;
          vertical-align: top; }
          div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner a.document_link img {
            display: block;
            margin: 18px auto;
          }
          div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner a.document_link p {
            font-family: "a_futuraortobold";
            color: #000;
            text-transform: uppercase;
            text-align: center;
            line-height: 1.2;
            font-size: 0.6875rem; }
         div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner a.documents_link {
          //height: 136px;
          //width: 128px;
          display: inline-block;
          float:left;
          margin-right:20px;
          border: 1px solid #ccc;
          background: #f3f3f3;
          text-decoration: none;
          vertical-align: top; }
          div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner a.documents_link img {
            display: block;
            margin: 0 auto;
            //margin-bottom: 12px;
          }
          div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner a.documents_link p {
            font-family: "a_futuraortobold";
            color: #000;
            text-transform: uppercase;
            text-align: center;
            font-size: 0.6875rem; }

        div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner div.title_date_wrapper {
          height: auto;
          width: calc(100% - 152px);
          display: inline-block;
          margin-left: 16px;
          vertical-align: top; }
          div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner div.title_date_wrapper a {
             text-decoration:none;
             color: #000;
          }
          div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner div.title_date_wrapper p.document_title {
            font-size: 1.125rem;
            font-family: "a_futuraortobold";
            overflow: hidden;
            margin-bottom: 8px;
              text-transform: uppercase;
            line-height: 1.5; }
          div.profile_wrapper div.profile_documents_wrapper div.profile_document div.profile_document_inner div.title_date_wrapper span.document_date {
            font-family: "AFuturaOrto";
            color: #000;
            font-size: 13px;
            opacity: 0.6; }

.business_carrer_header {
  height: 437px;
  width: 100%;
  display: block;
  background: url("../../uploads/business_carrers_header.jpg"), no-repeat;
  background-size: cover; }
  .business_carrer_header .business_carrer_inner_header {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative; }
    .business_carrer_header .business_carrer_inner_header h1 {
      font-size: 2.25rem;
      font-family: "a_futuraortobold";
      color: #fff;
      position: absolute;
      bottom: 40px;
      left: 0px; }

.business_carrer_content {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto; }
  .business_carrer_content .business_carrers_results::after, .business_carrer_content .business_carrer_result_single::after {
    clear: both;
    content: "";
    display: table; }
  .business_carrer_content #carrer_search {
    height: 50px;
    width: calc(100% - 2px);
    border: 1px solid #D6D6D6;
    margin-top: 39px; }
    .business_carrer_content #carrer_search input[type="text"] {
      padding-left: 16px;
      width: calc(100% - 87px);
      border: none;
      height: 48px;
      font-size: 13px;
      font-family: "a_futuraortobold"; }
    .business_carrer_content #carrer_search input[type="submit"] {
      width: 62px;
      height: 100%;
      border: none;
      background: url(../images/nav-search-icon.png) center no-repeat;
      cursor: pointer;
      float: right; }
  .business_carrer_content .business-filter {
    margin-top: 9px;
    margin-bottom: 50px; }
  .business_carrer_content .carrer_results_devider {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-bottom: 36px;
    margin-top: 30px; }
    .business_carrer_content .carrer_results_devider::after {
      clear: both;
      content: "";
      display: table; }
    .business_carrer_content .carrer_results_devider:last-child {
      display: none; }
  .business_carrer_content .bcr_content {
    width: 69.1666666667%;
    float: left;
    font-family: "a_futuraortobold";
    padding-left: 10px; }
    .business_carrer_content .bcr_content h1 {
      font-size: 0.8125rem;
      color: #000;
      opacity: 0.6;
      margin-bottom: 18px; }
    .business_carrer_content .bcr_content p {
      font-size: 1.5rem;
      overflow: hidden;
      max-height: 62px;
      max-width: 96%;
      line-height: 1.4; }
  .business_carrer_content .brc_info_apply {
    width: 24.5%;
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 50px; }
    .business_carrer_content .brc_info_apply .date > p:first-child, .business_carrer_content .brc_info_apply .deadline > p:first-child, .business_carrer_content .brc_info_apply .ref_number > p:first-child {
      display: inline-block;
      font-family: "a_futuraortobold";
      font-size: 0.8125rem;
      text-transform: uppercase;
      width: calc(100% - 109px);
      vertical-align: bottom; }
    .business_carrer_content .brc_info_apply .date > p:last-child, .business_carrer_content .brc_info_apply .deadline > p:last-child, .business_carrer_content .brc_info_apply .ref_number > p:last-child {
      display: inline-block;
      font-family: "AFuturaOrto";
      font-size: 0.8125rem;
      width: 84px;
      padding-left: 20px;
      text-align: left;
      vertical-align: bottom; }
    .business_carrer_content .brc_info_apply .date {
      margin-top: 4px;
      margin-bottom: 10px; }
    .business_carrer_content .brc_info_apply .deadline {
      margin-bottom: 10px; }
  .business_carrer_content .apply_carrer {
    display: block;
    margin-top: 32px;
    height: 40px;
    width: 198px;
    font-family: "a_futuraortobold";
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    background: #1660c5;
    text-align: center;
    border: 4px solid #1660c5;
    /*===== Animation button backgrounf fade effect ====*/
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: "ease";
    -moz-transition-timing-function: "ease";
    transition-timing-function: "ease"; }
    .business_carrer_content .apply_carrer:hover {
      color: #1660c5;
      background: #fff; }
  @media only screen and (max-width: 1023px) {
    .business_carrer_content .bcr_content {
      width: 50%; }
    .business_carrer_content .brc_info_apply {
      width: 40%; } }
  @media only screen and (max-width: 767px) {
    .business_carrer_content .bcr_content {
      width: 100%;
      float: none; }
    .business_carrer_content .brc_info_apply {
      width: 300px;
      float: none;
      border-left: none;
      padding-left: 10px; } }

.load_more_carrers {
  height: 48px;
  width: calc(100% - 2px);
  border: 1px solid #ccc;
  margin-top: 40px;
  line-height: 48px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  display: block;
  clear: both;
  font-family: "a_futuraortobold";
  text-decoration: none;
  /*===== Animation button backgrounf fade effect ====*/
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: "ease-in";
  -moz-transition-timing-function: "ease-in";
  transition-timing-function: "ease-in"; }
  .load_more_carrers::after {
    clear: both;
    content: "";
    display: table; }
  .load_more_carrers:hover {
    color: #fff;
    background: #000; }

@media only screen and (max-width: 1279px) {
  .business_carrer_wrapper {
    margin-bottom: 30px; } }
.business-carrer-inner .buttons .apply-btn{
    height: 57px;
  line-height: 58px;
  width: 236px;
}
.business-carrers-inner-page .business-carrer-inner > h1 {
  margin-top: 58px;
  font-family: "a_futuraortobold";
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 47px; }
  @media only screen and (max-width: 767px) {
    .business-carrers-inner-page .business-carrer-inner > h1 {
      margin-bottom: 28px;
      font-size: 22px; } }

.business-carrers-inner-page .business-carrer-inner .right-apply {
  float: right;
  margin-top: -62px; }
  .business-carrers-inner-page .business-carrer-inner .right-apply button {
    width: 240px;
    border: 4px solid #1660c5;
    /*===== Animation button backgrounf fade effect ====*/
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: "ease";
    -moz-transition-timing-function: "ease";
    transition-timing-function: "ease"; }
    .business-carrers-inner-page .business-carrer-inner .right-apply button:hover {
      color: #1660c5;
      background: #fff; }
  @media only screen and (max-width: 767px) {
    .business-carrers-inner-page .business-carrer-inner .right-apply {
      float: none; } }

.business-carrers-inner-page .business-carrer-inner > .brc_info_apply {
  width: calc(29.34% - 51px);
  float: left;
  border-left: none;
  padding-left: 12px;
  min-width: 300px; }
  @media only screen and (max-width: 767px) {
    .business-carrer-inner .buttons .apply-btn{
      width: 100%;
    }
   .business-carrers-inner-page .business-carrer-inner > .brc_info_apply{
      margin-bottom: 38px } }


.business-carrers-inner-page .business-carrer-inner .apply-information {
  border-top: 1px solid #ccc; }
  .business-carrers-inner-page .business-carrer-inner .apply-information h2, .business-carrers-inner-page .business-carrer-inner .apply-information .info-txt {
    padding-top: 46px; }
  .business-carrers-inner-page .business-carrer-inner .apply-information h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "a_futuraortobold";
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .business-carrers-inner-page .business-carrer-inner .apply-information h2 {
        float: left;
        padding-left: 0px; } }
  .business-carrers-inner-page .business-carrer-inner .apply-information .info-txt {
    width: 79.1666666667%;
    padding-bottom: 60px;
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .business-carrers-inner-page .business-carrer-inner .apply-information .info-txt {
        float: right;
        padding-left: 0px; } }
    @media only screen and (max-width: 767px) {
      .business-carrers-inner-page .business-carrer-inner .apply-information .info-txt {
        width: 100%; } }
  .business-carrers-inner-page .business-carrer-inner .apply-information p, .business-carrers-inner-page .business-carrer-inner .apply-information li {
    font-size: 17px;
    font-family: "AFuturaOrto";
    line-height: 30px; }
  .business-carrers-inner-page .business-carrer-inner .apply-information li {
    margin-top: 30px;
    list-style: none;
    padding-left: 30px;
    background: url(../images/blue-bullet.png) no-repeat left top 10px; }
    @media only screen and (max-width: 767px) {
      .business-carrers-inner-page .business-carrer-inner .apply-information li {
        width: calc(100% - 40px); } }
  .business-carrers-inner-page .business-carrer-inner .apply-information .requirements, .business-carrers-inner-page .business-carrer-inner .apply-information .skills {
    border-bottom: 1px solid #ccc; }

.business-carrers-inner-page .bcr_content {
  padding-left: 0px; }

.business-carrers-inner-page .business_carrers_results {
  margin-top: 40px;
  margin-bottom: 30px; }

.business-carrers-inner-page .title {
  padding-bottom: 41px; }

.projects-wrapper {
  text-align: center;
  text-align: -webkit-center;
  height: auto;
  width: 100%; }
  .projects-wrapper .row {
    margin-top: 45px;
    padding-bottom: 40px; }
    .projects-wrapper .row:not(:last-of-type) {
      border-bottom: 1px solid #d6d6d6; }
    .projects-wrapper .row .project {
      width: 21.4%;
      display: inline-block;
      margin-right: 3.5%;
      vertical-align: top;
      text-align: left; }
      .projects-wrapper .row .project img {
        width: 100%; }
      .projects-wrapper .row .project:last-child {
        margin-right: 0%; }
      .projects-wrapper .row .project h1 {
        font-size: 16px;
        font-family: "a_futuraortobold";
        line-height: 24px;
          margin-top: 10px;
  margin-bottom: 4px; }
        .projects-wrapper .row .project h1 a {
          text-decoration: none;
          color: #000; }
      .projects-wrapper .row .project p {
        font-size: 14px;
        font-family: "AFuturaOrto";
        opacity: 0.8;
        line-height: 22px;
        margin-bottom: 10px; }
      @media only screen and (max-width: 1023px) {
        .projects-wrapper .row .project {
          width: 35%; }
          .projects-wrapper .row .project:nth-child(2n+2) {
            margin-right: 0px; } }
      @media only screen and (max-width: 767px) {
        .projects-wrapper .row .project {
          width: 50%; }
          .projects-wrapper .row .project:nth-child(n+1) {
            margin-right: 0px; } }
  .projects-wrapper .load_more_projects {
    height: 48px;
    width: calc(100% - 2px);
    border: 1px solid #ccc;
    margin-top: 40px;
    line-height: 48px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: block;
    clear: both;
    font-family: "a_futuraortobold";
    text-decoration: none;
    /*===== Animation button backgrounf fade effect ====*/
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: "ease-in";
    -moz-transition-timing-function: "ease-in";
    transition-timing-function: "ease-in";
    margin-bottom: 30px; }
    .projects-wrapper .load_more_projects::after {
      clear: both;
      content: "";
      display: table; }
    .projects-wrapper .load_more_projects:hover {
      color: #fff;
      background: #000; }

.border-none {
  /* DESKTOP 1200 - 1920 */ }
  @media only screen and (min-width: 1280px) {
    .border-none {
      padding-top: 0;
      border-top: none; } }

.advertise_header {
  background-image: url("../images/shadow.png"), url("../../uploads/advertise-header.jpg");
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center center;
  background-size: auto, cover;
  @endif;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .advertise_header .advertise_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 437px;
    padding-right: 10px; }
    .advertise_header .advertise_header_wrapper .advertise_header_inner_wrapper {
      position: absolute;
      bottom: 25px;
      width: 100%; }
      .advertise_header .advertise_header_wrapper .advertise_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
        @media only screen and (max-width: 1279px) {
          .advertise_header .advertise_header_wrapper .advertise_header_inner_wrapper h1 {
            padding-left: 10px; } }
      .advertise_header .advertise_header_wrapper .advertise_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .advertise_header .advertise_header_wrapper .advertise_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

.advertise_wrapper {
  margin: 0 auto; }
  .advertise_wrapper .advertise_inner_wrapper {
    max-width: calc(1200px - 220px);
    margin: 15px auto 0 auto;
    padding: 0 10px; }
    .advertise_wrapper .advertise_inner_wrapper .section {
      padding-bottom: 20px;
      margin-bottom: 50px;
      border-bottom: 1px dashed #ccc;
      clear: both;
      float: left; }
      .advertise_wrapper .advertise_inner_wrapper .section:last-child {
        border-bottom: none; }
      .advertise_wrapper .advertise_inner_wrapper .section h1 {
        font-family: "a_futuraortobold";
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin: 50px 0 0;
        text-transform: uppercase; }
      .advertise_wrapper .advertise_inner_wrapper .section p {
        font-family: "AFuturaOrto";
        font-size: 1.0625em;
        line-height: 1.75rem;
        padding: 15px 0px; }
      .advertise_wrapper .advertise_inner_wrapper .section .section-left {
        height: 250px;
        width: 300px;
        border: 1px solid #cdcdcd;
        float: left;
        margin-right: 40px; }
      .advertise_wrapper .advertise_inner_wrapper .section .section-right {
        float: left;
        width: calc(100% - 300px - 60px); }
      .advertise_wrapper .advertise_inner_wrapper .section .section-up {
        margin: 0 auto;
        border: 1px solid #cdcdcd;
        max-height: 90px;
        max-width: 728px; }
        .advertise_wrapper .advertise_inner_wrapper .section .section-up img {
          width: 100%; }
      @media only screen and (max-width: 767px) {
        .advertise_wrapper .advertise_inner_wrapper .section .section-right {
          float: none;
          width: 100%; }
        .advertise_wrapper .advertise_inner_wrapper .section .section-left {
          float: none;
          margin: 0 auto;
          margin-bottom: 40px; }
        .advertise_wrapper .advertise_inner_wrapper .section .section-up {
          max-height: 90px;
          max-width: 728px; } }
    .advertise_wrapper .advertise_inner_wrapper .section2 h1 {
      margin-top: 0px; }
    .advertise_wrapper .advertise_inner_wrapper .section3 {
      margin-bottom: 15px; }

.business_rent_header {
  background-image: url("../images/shadow.png"), url("../../uploads/rent-header.jpg");
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center center;
  background-size: auto, cover;
  @endif;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .business_rent_header .business_rent_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 437px;}
    .business_rent_header .business_rent_header_wrapper .business_rent_header_inner_wrapper {
      position: absolute;
      bottom: 25px;
      width: 100%; }
      .business_rent_header .business_rent_header_wrapper .business_rent_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
        @media only screen and (max-width: 1279px) {
          .business_rent_header .business_rent_header_wrapper .business_rent_header_inner_wrapper h1 {
            padding-left: 10px; } }
      .business_rent_header .business_rent_header_wrapper .business_rent_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .business_rent_header .business_rent_header_wrapper .business_rent_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

.rent-wrapper {
  padding-right: 10px;
  padding-left: 10px; }
  @media only screen and (min-width: 1024px) {
    .rent-wrapper {
      padding: 0px; } }
  .rent-wrapper .row {
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
    margin-top: 38px;
    padding-bottom: 23px; }
    .rent-wrapper .row:last-of-type{
      border-bottom: none;
    }
    .rent-wrapper .row h3, .rent-wrapper .row h1, .rent-wrapper .row span {
      text-transform: uppercase; }
    .rent-wrapper .row h3 {
        margin-top: 11px;
  margin-bottom: 11px;
      opacity: 0.78;
      font-size: 12px;
      font-family: "AFuturaOrto"; }
    .rent-wrapper .row .rent {
      max-width: 378px;
      display: inline-block;
      margin-right: 1.5625%;
      text-align: left;
      margin-bottom: 15px; }
      .rent-wrapper .row .rent img {
          min-height: 283px;
      object-fit: cover;
        width: 100%; }
      .rent-wrapper .row .rent h1 {
        font-size: 20px;
          margin-bottom: 9px;
        font-family: "a_futuraortobold"; }
      .rent-wrapper .row .rent p {
        font-size: 16px;
        font-family: "AFuturaOrto";
        line-height: 22px;
          margin-bottom: 11px;
 }
      .rent-wrapper .row .rent span {
        font-size: 16px;
        font-family: "a_futuraortobold";
        padding-right: 10px;
        color: #1660c5; }
      .rent-wrapper .row .rent > :last-child {
        border-left: 1px solid #535353;
        padding-left: 10px;
        color: #323232; }
  .rent-wrapper .load_more_rent {
    height: 48px;
    width: calc(100% - 2px);
    border: 1px solid #ccc;
    margin-top: 40px;
    line-height: 48px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: block;
    clear: both;
    font-family: "a_futuraortobold";
    text-decoration: none;
    /*===== Animation button backgrounf fade effect ====*/
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: "ease-in";
    -moz-transition-timing-function: "ease-in";
    transition-timing-function: "ease-in";
    margin-bottom: 30px; }
    .rent-wrapper .load_more_rent::after {
      clear: both;
      content: "";
      display: table; }
    .rent-wrapper .load_more_rent:hover {
      color: #fff;
      background: #000; }

.business_inner_rent_header {
  background-image: url("../../uploads/rent-inner-header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  @endif;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .business_inner_rent_header .business_inner_rent_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 437px; }
    .business_inner_rent_header .business_inner_rent_header_wrapper .business_inner_rent_header_inner_wrapper {
      position: absolute;
      bottom: 25px;
      width: 100%; }
      .business_inner_rent_header .business_inner_rent_header_wrapper .business_inner_rent_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
        @media only screen and (max-width: 1279px) {
          .business_inner_rent_header .business_inner_rent_header_wrapper .business_inner_rent_header_inner_wrapper h1 {
            padding-left: 10px; } }
      .business_inner_rent_header .business_inner_rent_header_wrapper .business_inner_rent_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .business_inner_rent_header .business_inner_rent_header_wrapper .business_inner_rent_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

.rent-inner-wrapper {
  margin-top: 37px;
  max-width: 962px;
  padding-left: 10px; }
  .rent-inner-wrapper > a {
    font-size: 13px;
    font-family: "a_futuraortobold";
    text-decoration: none;
    text-transform: uppercase;
    background: url(../images/back-arrow.png) no-repeat left center;
    padding-left: 14px;
    color: #000; }
  .rent-inner-wrapper > :nth-child(2) {
    text-align: left; }
  .rent-inner-wrapper .inner-text {
    padding-bottom: 68px;
    border-bottom: 1px dashed #d6d6d6;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    overflow-x: hidden; }
    .rent-inner-wrapper .inner-text img {
      max-width: 100%;
      height: auto; }
    .rent-inner-wrapper .inner-text table {
      max-width: 100%;
      overflow-x: auto;
      display: block; }
    .rent-inner-wrapper .inner-text p {
      font-size: 17px;
      font-family: "AFuturaOrto";
      line-height: 1.6; }
  .rent-inner-wrapper .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px; }
    .rent-inner-wrapper .buttons .send-btn {
      flex: 1 1 auto;
      min-width: 200px;
      width: auto;
      margin-right: 0; }
    .rent-inner-wrapper .buttons .send-btn.full-width-button {
      flex: 1 1 100%; }
    .rent-inner-wrapper .buttons .gallery-btn {
      flex: 0 0 auto;
      width: auto;
      padding: 0 30px;
      margin-right: 0; }
    .rent-inner-wrapper .buttons .share_buttons {
      display: flex;
      flex-wrap: nowrap;
      gap: 0; }
  @media only screen and (max-width: 767px) {
    .rent-inner-wrapper .buttons {
      flex-direction: column; }
    .rent-inner-wrapper .buttons .share_buttons {
      justify-content: center; } }

.info {
  margin-bottom: 30px; }
  .info h1, .info h2 {
    font-family: "a_futuraortobold";
    text-transform: uppercase; }
  .info h1 {
    font-size: 20px; }
  .info h2, .info span {
    font-size: 16px; }
  .info span {
    font-family: "AFuturaOrto"; }
  .info > div {
    margin-top: 41px;
      padding-bottom: 28px;
    border-bottom: 1px dashed #d6d6d6; }
  .info .right {
    margin-left: 35%;
      width: 47%;
    margin-top: -32px; }
    @media only screen and (min-width: 768px) {
      .info .right {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    .info .extri .right h2 {
      padding-bottom: 24px;
      display: inline-block;
      vertical-align: super;
      margin-left: 24px; }
    .info .extri .right img[src$="elevator-icon.png"] {
      margin-left: 10px;
      margin-right: 10px; }
  .info .ime {
    padding-bottom: 30px; }
    .info .ime .right div {
      margin-bottom: 25px; }
      .info .ime .right div h2, .info .ime .right div small {
        display: inline-block; }
      .info .ime .right div h2 {
        margin-right: 5px; }

.rent-inner-imgs {
  text-align: center;
  margin-bottom: 85px; }
  .rent-inner-imgs .rent-inner-img {
    margin: 0 auto;
    position: relative;
    max-width: 476px;
    display: block; }
    .rent-inner-imgs .rent-inner-img img {
      width: 100%; }
    .rent-inner-imgs .rent-inner-img:hover .overlay {
      position: absolute;
      width: 87px;
      height: 87px;
      z-index: 100;
      top: 26%;
      left: 35%;
      background: transparent url(../images/rent-inner-image-hover.png) no-repeat center; }
      @media only screen and (min-width: 480px) {
        .rent-inner-imgs .rent-inner-img:hover .overlay {
          top: 38%;
          left: 42%; } }
    @media only screen and (min-width: 1024px) {
      .rent-inner-imgs .rent-inner-img {
        display: inline-block; } }

.title {
  text-transform: uppercase;
  display: inline-block;
  padding-top: 13px;
  font-family: "a_futuraortobold";
  font-size: 1.875em; }

.business-rent-inner-page .row {
  border-bottom: none; }
  .business-rent-inner-page .row .rent-heading {
    text-align: left;
    max-width: 900px; }
    .business-rent-inner-page .row .rent-heading h1 {
      font-size: 44px;
      line-height: 62px; }
      @media only screen and (max-width: 479px) {
        .business-rent-inner-page .row .rent-heading h1 {
          font-size: 22px;
          line-height: 31px; } }
  .business-rent-inner-page .row h3 {
    color: #595959;
    opacity: 0.9; }

.business-rent-inner-page .new_section_devider {
  margin-top: 55px; }

.share-buttons {
  display: inline-block;
  text-align: center; }
  .share-buttons a {
    float: left; }

.buttons {
  text-align: center;
  clear: both;
  overflow: hidden;
  display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; 
    -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;;
  margin-bottom: 46px; }
  .buttons > a {
    display: block;
    background: none;
    border: none;
    height: 54px;
    font-size: 20px;
    font-family: "a_futuraortobold";
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 54px;
    text-decoration: none;
    font-size: 1.25rem;
    float: left;}
    @media only screen and (min-width: 768px) {
      .buttons > a {
        display: inline-block; } }
  .buttons .send-btn, .buttons .apply-btn {
    height: 50px;
    width: 380px;
    width: 39.5%;
    background: #1660c5;
    vertical-align: top;
    margin-right: 10px; }
  .buttons .send-btn {
    margin-right: 10px;
    border: 4px solid #1660c5;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: "ease";
    -moz-transition-timing-function: "ease";
    transition-timing-function: "ease"; }

.buttons .send-btn .button-icon {
      background: url(../images/business-mail-icon.png) no-repeat top 0px left;
    padding-left: 32px;
  margin-left: 10px;
}
.buttons .gallery-btn .button-icon {
      background: url(../images/business-gallery-icon.png) no-repeat top 0px left;
    padding-left: 32px;
  margin-left: -4px;
}
    .buttons .send-btn:hover {
      color: #1660c5;
  background:#fff;
      }
.buttons .send-btn:hover .button-icon {
background: url(../images/business-mail-icon-blue.png) no-repeat top left; 
}
  .buttons .gallery-btn {
    height: 50px;
    width: 361px;
      width: 37.5%;
      margin-right: 10px;
    background: #494949;
    border: 4px solid #494949;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: "ease";
    -moz-transition-timing-function: "ease";
    transition-timing-function: "ease"; }
    .buttons .gallery-btn:hover {
      background-color: #fff;
    }
    .buttons .gallery-btn:hover  .button-icon{
      color: #494949;
      background: url(../images/business-gallery-icon-grey.png) no-repeat top left}

.popup-overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  position: fixed;
  height: 100%;
  display: none;
  z-index: 11000; }

.business-popup {
  position: absolute;
  display: none;
  margin: 0 auto;
  top: 40%;
  left: calc( 50% - 430px);
    /*margin-left: -430px;*/
  width: 860px;
  min-height: 700px;
  background: #fff;
  text-transform: uppercase;
  z-index: 12000; }
  @media only screen and (max-width: 1023px) {
    .business-popup{
      width: 84%;
      left: 8%;
      
    }
    .popup-overlay .business-popup{
      min-height: 760px;
    }
  }   
  .business-popup .submit-form > div{
      margin-left: 30px;
      margin-right: 60px;
    } 
   .business-popup .submit-form button{
      margin-right: 58px;
        width: calc(77% - 49px);
   }
  @media only screen and (max-width: 767px) {
    .business-popup {
      left: 5%;
      width: 90%; } }
  .business-popup h1 {
    font-size: 30px;
    font-family: "a_futuraortobold";
    padding-top: 34px;
    padding-bottom: 55px;
    padding-left: 30px;
    float: left; }
    @media only screen and (max-width: 479px) {
      .business-popup h1 {
        font-size: 20px; } }
  .business-popup #close-popup {
    float: right;
    margin-top: 35px;
    margin-right: 34px;
    cursor: pointer; }
  .business-popup .alert-message {
    border-top: 1px solid #cccccc;
    margin-bottom: 37px;
    background: #ffdfdf;
    color: #ee0000; }
    .business-popup .alert-message h3 {
      padding: 26px;
      padding-left: 30px;
      font-size: 14px;
      font-family: "AFuturaOrto"; }
      @media only screen and (max-width: 479px) {
        .business-popup .alert-message h3 {
          font-size: 12px; } }

.submit-form label {
  line-height: 1.2;
  /*padding-left: 30px;*/
  font-size: 18px;
  font-family: "a_futuraortobold";
      max-width: 185px;
    display: inline-block;
        word-wrap: break-word;
  vertical-align: top; }
  @media only screen and (max-width: 479px) {
    .submit-form label {
      font-size: 16px; } }

.submit-form input {
  height: 46px; }

.submit-form textarea {
  height: 200px;
  resize: none;
  rows: 5;
  -webkit-rows: 5;
  width: 606px; }
.submit-form > div{
  margin-left: 30px;
  margin-right: 40px;
}
.submit-form input, .submit-form textarea {
  float: right;
  width: 77%;
  font-size: 18px;
  font-family: "AFuturaOrto";
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding-left: 10px; }
  @media only screen and (max-width: 767px) {
    .submit-form input, .submit-form textarea {
       }}
  @media only screen and (max-width: 479px) {
    .submit-form input, .submit-form textarea {
       } }

.submit-form button {
  float: right;
    margin-right: 38px;
  width: calc(70% - 48px);
  /*min-width: 270px;*/
  height: 60px;
  font-size: 20px;
  font-family: "a_futuraortobold";
  background: none;
  border: 2px solid #000;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .submit-form button {
      float: none;
      margin-left: 30px;
      width: 88%; } }
  @media only screen and (max-width: 479px) {
    .submit-form button {
      margin-left: 10px; } }

/* Import Press */
#press_newsletter {
  background-color: #1660c5; }

.press-abonament {
  border-top: none; }

#press-triangle {
  border-color: transparent transparent #185ab5; }

.press-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 36px; }
  .press-wrapper .tree-link {
    font-size: 13px;
    font-family: "a_futuraortobold";
    text-transform: uppercase;
    float: left; }
    .press-wrapper .tree-link a {
      color: #000;
      text-decoration: none; }
    .press-wrapper .tree-link :last-child {
      color: #686868; }
    @media only screen and (max-width: 480px) {
      .press-wrapper .tree-link {
        font-size: 12px;
        display: none; } }
  .press-wrapper .back-link {
    font-size: 13px;
    font-family: "a_futuraortobold";
    text-decoration: none;
    text-transform: uppercase;
    background: url(../images/back-arrow.png) no-repeat left center;
    padding-left: 10px;
    color: #000;
    float: right; }
    @media only screen and (max-width: 480px) {
      .press-wrapper .back-link {
        font-size: 12px;
        float: none; } }
  .press-wrapper .press-content {
    margin-top: 0px;
    margin-bottom: 50px; }
  .press-wrapper .press-content-left {
    width: 68.3333333333%;
    float: left; }
    .press-wrapper .press-content-left h1 {
      font-size: 44px;
      font-family: "a_futuraortobold";
      text-transform: uppercase; }
      @media only screen and (max-width: 480px) {
        .press-wrapper .press-content-left h1 {
          font-size: 40px; } }
    .press-wrapper .press-content-left p {
      padding-top: 20px;
      font-family: "AFuturaOrto";
      font-size: 17px; }
    .press-wrapper .press-content-left .submit-form {
      padding-top: 90px; }
    @media only screen and (max-width: 1279px) {
      .press-wrapper .press-content-left {
        width: 100%;
        float: none;
        border-right: none !important; } }
  .press-wrapper .press-right-content {
    border-left: 1px solid #d6d6d6;
    float: right;
    width: 31.3333333333%; }
    .press-wrapper .press-right-content .big_banner_wrapper, .press-wrapper .press-right-content .big_banner_inner_wrapper {
      border: none !important;
      margin-bottom: 0px;
      padding: 0px 0px 10px 0px !important;
      width: 100% !important; }
    @media only screen and (max-width: 1279px) {
      .press-wrapper .press-right-content {
        width: 100%;
        float: none;
        border-left: none; }
        .press-wrapper .press-right-content .cal1, .press-wrapper .press-right-content .side-banners {
          float: none;
          display: block;
          margin: 0 auto; }
        .press-wrapper .press-right-content .single-banner {
          margin: 27px auto; }
        .press-wrapper .press-right-content .big_banner_inner_wrapper {
          padding: 20px 0px 20px 0px !important;
          float: none;
          margin: 12px auto; }
          .press-wrapper .press-right-content .big_banner_inner_wrapper .banner_h1 {
            float: none; }
        .press-wrapper .press-right-content .news_wrapper {
          max-width: 100%;
          margin-left: 0px; } }
  @media only screen and (max-width: 1023px) {
    .press-wrapper .press-content-left, .press-wrapper .press-right-content {
      float: none;
      width: 100%; }
    .press-wrapper .press-right-content {
      border-left: none; } }
  .press-wrapper .news_wrapper {
    width: 100%;
    margin-left: 3.8%;
    border-top: 1px solid #d6d6d6;
    border-bottom: none; }
    .press-wrapper .news_wrapper .news_heading .title {
      border-top: none;
      margin-top: 0; }
    .press-wrapper .news_wrapper .news_heading a {
      margin-top: 22px; }
    .press-wrapper .news_wrapper .news-container {
      display: block;
      margin-left: 0%;
      margin-bottom: 25px;
      width: 100%;
      float: left; }
      .press-wrapper .news_wrapper .news-container img {
        float: left;
        width: 90px;
        margin-right: 10px; }
      .press-wrapper .news_wrapper .news-container .right-side {
        float: left;
        width: 64%; }
        .press-wrapper .news_wrapper .news-container .right-side h1 {
          margin-top: 0px; }
    @media only screen and (max-width: 1023px) {
      .press-wrapper .news_wrapper {
        width: calc(100% - 20px);
        margin-left: 0; } }

body.blue .last-bottom-nav{
  padding: 0;
  background: #1660c5; }
  body.blue .bottom-nav {
    background: #1660c5; 
  }
  @media only screen and (max-width: 1023px) {
    body.blue .last-bottom-nav, body.blue .bottom-nav {
      padding: 0 10px; } }
  /*body.blue .last-bottom-nav .bottom-nav-menu{
    padding: 42px 0px; }*/

    .last-bottom-nav .bottom-nav-menu > li {
      height: 40px;
      line-height: 40px;
      padding: 10px 15px;
      margin: 0;
      margin-right: -4px; }
      body.blue .last-bottom-nav .bottom-nav-menu > li:hover, body.blue .bottom-nav .bottom-nav-menu > li:hover, body.blue .last-bottom-nav .bottom-nav-menu > li.active, body.blue .bottom-nav .bottom-nav-menu > li.active {
        background: #1755ab; }
      body.blue .last-bottom-nav .bottom-nav-menu > li.big, body.blue .bottom-nav .bottom-nav-menu > li.big {
        background: none; }
        body.blue .last-bottom-nav .bottom-nav-menu > li.big a, body.blue .bottom-nav .bottom-nav-menu > li.big a {
          font-family: "a_futuraortobold";
          font-size: 1.875em;
          vertical-align: middle;
          line-height: 50px; }

.press-homepage .press-photo-video {
  margin-bottom: 20px; }

.press-homepage .new_section_devider {
  margin-top: 40px; }

.press-homepage h1.title {
  float: left; }

.video-clip {
  background: #2a2a2a; }
  .video-clip .video-clip-inner-wrapper {
    max-width: 1200px; }
  .video-clip .close-video {
    float: right; }
    .video-clip .close-video p, .video-clip .close-video img {
      display: inline-block; }
    .video-clip .close-video p {
      font-size: 13px;
      font-family: "a_futuraortobold";
      color: #fff;
      text-transform: uppercase; }
  .video-clip .clip img {
    margin-top: 48px; }

.press-form-wrapper .press-content-left .submit-form {
  padding-top: 50px; }
  .press-form-wrapper .press-content-left .submit-form > div{
    margin-left: 0px;
  }
  
  .press-form-wrapper .press-content-left .submit-form label {
    padding-left: 0px;
    padding-right: 5px; }

  @media only screen and (max-width: 767px) {
    .press-form-wrapper .press-content-left .submit-form {
      padding-top: 20px; }
      .press-form-wrapper .press-content-left .submit-form label {
        display: block;
        padding-top: 0px; }}

.material_wrapper {
  margin-top: 30px;
  padding-bottom: 44px;
  border-bottom: 1px solid #ccc; }
  .material_wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .material_wrapper .material_image_wrapper {
    height: auto;
    width: 42.25%;
    float: left; }
    .material_wrapper .material_image_wrapper img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .material_wrapper .material_image_wrapper {
        float: none;
        width: 100%; } }
  .material_wrapper .material_info {
    float: left;
    margin-left: 4.5%;
    height: auto;
    width: 52.8%; }
    .material_wrapper .material_info a {
         text-decoration:none;
         color: #000;
    }
    .material_wrapper .material_info h1 {
      font-size: 2.25rem;
      font-family: "a_futuraortobold";
      text-transform: uppercase;
      line-height: 1.2;
      margin-bottom: 16px; }
    .material_wrapper .material_info span {
      font-family: "AFuturaOrto";
      opacity: 0.6;
      display: block;
      font-size: 18px;
      margin-bottom: 20px; }
    .material_wrapper .material_info p {
      font-family: "AFuturaOrto";
      line-height: 1.6; }
    .material_wrapper .material_info .share_buttons {
      margin-top: 26px; }
    @media only screen and (max-width: 767px) {
      .material_wrapper .material_info {
        float: none;
        width: 100%;
        margin-left: 0px; } }

.other_materials_wrapper {
  padding-top: 40px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ccc;
  text-align: center; }
  .other_materials_wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .other_materials_wrapper .single_material {
    margin-bottom: 20px;
    float: left;
    vertical-align: top;
    width: 30.4%; }
    .other_materials_wrapper .single_material img {
      width: 100%; }
    .other_materials_wrapper .single_material .single_material_info a {
        text-decoration:none;
        color: #000;
        display: block;
        margin-bottom: 9px;
    }
    .other_materials_wrapper .single_material .single_material_info h1 {
      font-family: "a_futuraortobold";
      font-size: 1.125rem;
        margin: 16px 0 5px;
      text-transform: uppercase;
      line-height: 1.2;
      text-align: left; }
    .other_materials_wrapper .single_material .single_material_info p {
      font-family: "AFuturaOrto";
      opacity: 0.6;
      font-size: 0.8125rem;
      margin-bottom: 8px;
      text-align: left; }
    @media only screen and (max-width: 767px) {
      .other_materials_wrapper .single_material {
        display: block;
        padding: 0px;
        width: 100%;
        margin: 20px auto; } }

.material_news_wrapper {
  text-align: center; }
  .material_news_wrapper .material_new_devider {
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    float: left; }
    .material_news_wrapper .material_new_devider::after {
      clear: both;
      content: "";
      display: table; }
  .material_news_wrapper .single_material_new {
    width: 259px;
    float: left;
    margin: 44px 26px;
    display: inline-block; }
    @media only screen and (max-width: 1279px) {
      .material_news_wrapper .single_material_new {
        float: none; } }
    .material_news_wrapper .single_material_new:nth-child(5n+1) {
      margin-left: 4px; }
      @media only screen and (max-width: 1279px) {
        .material_news_wrapper .single_material_new:nth-child(5n+1) {
          margin-left: 26px; } }
    .material_news_wrapper .single_material_new:nth-child(5n+4) {
      margin-right: 0px; }
      @media only screen and (max-width: 1279px) {
        .material_news_wrapper .single_material_new:nth-child(5n+4) {
          margin-right: 26px; } }
    .material_news_wrapper .single_material_new .single_material_image_wrapper {
      width: 100%;
      height: 194px;
      /*===== Animation zoom in effect on images ====*/
      overflow: hidden; }
      .material_news_wrapper .single_material_new .single_material_image_wrapper img {
        width: auto;
        transition: all 0.3s ease-in-out; }
        .material_news_wrapper .single_material_new .single_material_image_wrapper img:hover {
          cursor: pointer;
          margin: 0;
          transform: scale(1.1); }
    .material_news_wrapper .single_material_new .single_material_new_info a {
        text-decoration:none;
        color: #000;
    }
    .material_news_wrapper .single_material_new .single_material_new_info h1 {
      font-family: "a_futuraortobold";
      font-size: 1rem;
      margin: 8px 0;
      text-transform: uppercase;
      line-height: 1.2;
      text-align: left; }
    .material_news_wrapper .single_material_new .single_material_new_info p {
      font-family: "AFuturaOrto";
      opacity: 0.6;
      font-size: 0.8125rem;
      margin-bottom: 4px;
      margin-top: 4px;
      text-align: left; }

.load_more_material_news {
  height: 48px;
  width: calc(100% - 2px);
  border: 1px solid #ccc;
  margin-top: 40px;
  line-height: 48px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  display: block;
  clear: both;
  font-family: "a_futuraortobold";
  text-decoration: none;
  /*===== Animation button backgrounf fade effect ====*/
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: "ease-in";
  -moz-transition-timing-function: "ease-in";
  transition-timing-function: "ease-in"; }
  .load_more_material_news::after {
    clear: both;
    content: "";
    display: table; }
  .load_more_material_news:hover {
    color: #fff;
    background: #000; }

.share_buttons a {
  display: inline-block;
  float: left; }
  .share_buttons a:nth-child(3) {
    margin-left: 1px; }

.press-photo-video-content {
  margin-top: 20px;
  max-width: 1224px !important;
  margin: 0 auto; }
  .press-photo-video-content .press-photo-video-wrapper {
    margin-top: 20px;
    text-align: center; }
  .press-photo-video-content .press_download_heading, .press-photo-video-content #photo-video-filter {
    margin-right: 12px;
    margin-left: 12px; }

.press-photo-video {
  position: relative;
  max-width: 381px;
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 59px; }
  .press-photo-video img {
    width: 100%; }
  .press-photo-video .photo-video-mask {
    position: absolute;
    height: 52px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 16px;
    font-family: "a_futuraortobold";
    bottom: 3px;
    z-index: 200; }
    .press-photo-video .photo-video-mask .number {
      background: url(../images/press-number-bg.png) no-repeat left center;
      height: 37px;
      width: 37px;
      margin-left: 8px;
      margin-top: 7px;
      position: relative; }
      .press-photo-video .photo-video-mask .number p {
        position: absolute;
        top: 13px;
        display: block;
        left: 10px; }
    .press-photo-video .photo-video-mask .gallery-name {
      margin-left: 60px;
      margin-top: -26px;
      text-align: left; }
  .press-photo-video .photo-video-ribbon {
    position: absolute;
    height: 78px;
    width: 73px;
    background: #fff;
    color: #000;
    font-family: "a_futuraortobold";
    text-transform: uppercase;
    top: 0;
    text-align: left; }
    .press-photo-video .photo-video-ribbon p {
      font-size: 36px;
      padding-top: 14px;
      padding-left: 16px; }
    .press-photo-video .photo-video-ribbon small {
      font-size: 18px;
      padding-left: 16px; }
  .press-photo-video .pvg-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }

.press-content-left .event {
  border-bottom: 1px solid #ccc;
  margin-right: 20px;
  padding: 37px 0; }
  .press-content-left .event:first-of-type {
    padding-top: 0px; }
  .press-content-left .event:last-child {
    border-bottom: none; }
  .press-content-left .event .schedule-section {
    width: 371px;
    height: 276px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    position: relative;
    float: left; }
  .press-content-left .event .layer-1 {
    width: 166px;
    height: 192px;
    background-color: white;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    margin: 30px 0 0 -83px;
    z-index: 10; }
  .press-content-left .event .layer-2 {
    width: 176px;
    height: 192px;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    z-index: 20;
    margin: 35px 0 0 -88px;
    background-color: #fff; }
  .press-content-left .event .layer-3 {
    width: 186px;
    height: 150px;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    margin: 40px 0 0 -93px;
    z-index: 30;
    text-align: center;
    color: black;
    font-family: "a_futuraortobold";
    font-size: 2.1875em;
    line-height: 1.875em;
    text-transform: uppercase;
    padding-top: 42px;
    background-color: #fff; }
  .press-content-left .event .layer-3 .day {
    color: black;
    font-family: "a_futuraortobold";
    font-size: 3.8125rem;
    line-height: initial;
    text-transform: uppercase;
    display: block; }
  .press-content-left .event .layer-3 .month {
    line-height: initial;
    display: block;
    margin-top: -10px; }
  .press-content-left .event .shadow {
    background: url("../images/calendar_shadow.png") center bottom no-repeat;
    display: block;
    height: 19px;
    width: 243px;
    position: absolute;
    left: 50%;
    margin-left: -122px;
    bottom: 34px; }
  .press-content-left .event .info {
    float: left;
    width: 400px;
    padding: 0 0 0 25px; }
    .press-content-left .event .info .interval {
      color: #1660c5;
      font-family: "a_futuraortobold";
      font-size: 1.125em;
      line-height: 0.75em;
      text-transform: uppercase;
      padding: 8px 0 15px; }
    .press-content-left .event .info h2 {
      font-family: "a_futuraortobold";
      font-size: 1.875em;
      text-transform: uppercase;
      line-height: 1.25em; }
    .press-content-left .event .info .organizer {
      opacity: 0.8;
      color: black;
      font-family: "AFuturaOrto";
      font-size: 0.75em;
      line-height: 1.25em;
      text-transform: uppercase;
      padding: 20px 0 0; }
    .press-content-left .event .info .location {
      color: black;
      font-family: "AFuturaOrto";
      font-size: 16px;
      line-height: 24px;
      padding: 0; }
    @media only screen and (max-width: 852px) {
      .press-content-left .event .info {
        padding: 0px;
        width: 100%; } }

.program_more .program_more_wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.program_more .program_more_table {
  margin-top: 30px;
  background-image: url("../images/program_table_th.png"), url("../images/program_table_bg.png");
  background-position: center top, 0 57px;
  background-repeat: repeat-x, repeat; }
  .program_more .program_more_table table {
    max-width: 1200px;
    margin: 0 auto; }
    .program_more .program_more_table table thead {
      background-color: #000;
      color: #fff; }
      .program_more .program_more_table table thead th {
        height: 57px;
        text-transform: uppercase;
        font-family: "a_futuraortobold";
        font-size: 1em;
        line-height: 3.5625em;
        text-align: left; }
        .program_more .program_more_table table thead th:first-child {
          padding-left: 40px; }
    .program_more .program_more_table table tbody td {
      height: 96px;
      vertical-align: middle;
      text-align: center;
      font-family: "AFuturaOrto";
      font-size: 1em;
      line-height: 1.5em; }
      .program_more .program_more_table table tbody td:nth-child(1) {
        width: 155px;
        padding-left: 40px;
        text-align: left; }
      .program_more .program_more_table table tbody td:nth-child(2) {
        font-family: "a_futuraortobold";
        font-size: 1.125rem;
        text-align: left;
        width: 230px; }
      .program_more .program_more_table table tbody td:nth-child(3) {
        width: 200px;
        padding-right: 130px;
        text-align: left; }
        @media only screen and (max-width: 767px) {
          .program_more .program_more_table table tbody td:nth-child(3) {
            padding-right: 10px; } }
      .program_more .program_more_table table tbody td:nth-child(4) {
        width: 445px;
        text-align: left; }
      .program_more .program_more_table table tbody td .day {
        font-family: "a_futuraortobold";
        font-size: 1.875rem;
        display: block; }
      .program_more .program_more_table table tbody td .month {
        font-family: "a_futuraortobold";
        font-size: 1.125rem;
        display: block;
        text-transform: uppercase; }
  @media only screen and (max-width: 1023px) {
    .program_more .program_more_table {
      background-image: none; }
      .program_more .program_more_table tr:nth-child(even) {
        background-color: #f9f9f9; }
      .program_more .program_more_table tr {
        border-bottom: 1px solid #d6d6d6; } }
  @media only screen and (max-width: 480px) {
    .program_more .program_more_table table thead th {
      font-size: 14px; }
      .program_more .program_more_table table thead th:nth-child(2) {
        display: none; }
      .program_more .program_more_table table thead th:first-child {
        padding-left: 10px; }
    .program_more .program_more_table table tbody td {
      font-size: 12px; }
      .program_more .program_more_table table tbody td:first-child {
        padding-left: 10px; }
      .program_more .program_more_table table tbody td:nth-child(2) {
        display: none; }
      .program_more .program_more_table table tbody td .day {
        font-size: 16px; }
      .program_more .program_more_table table tbody td .month {
        font-size: 12px; } }

.press-program-wrapper {
  border-bottom: 1px solid #d6d6d6; }

.press-services-wrapper .row {
  border: 1px solid black; }

.press-services-wrapper .services {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 45px; }
  .press-services-wrapper .services h2 {
    font-family: "a_futuraortobold";
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase; }
  .press-services-wrapper .services .row1 {
    padding-bottom: 40px;
    border-bottom: 1px solid #d6d6d6; }
    .press-services-wrapper .services .row1 :not(:first-child) {
      padding-top: 12px; }
      .press-services-wrapper .services .row1 :not(:first-child) img {
        margin-bottom: 60px; }
  .press-services-wrapper .services .row2 {
    margin-top: 40px;
    padding-bottom: 56px;
    border-bottom: 1px solid #d6d6d6; }
    .press-services-wrapper .services .row2 :nth-child(2) img {
      margin-bottom: 60px; }
  .press-services-wrapper .services .row3 {
    margin-top: 60px;
    padding-bottom: 67px;
    border-bottom: 1px solid #d6d6d6; }
  .press-services-wrapper .services .row4 {
    margin-top: 45px;
    padding-bottom: 70px; }
    .press-services-wrapper .services .row4 :nth-child(2) img {
      margin-top: 16px; }
  .press-services-wrapper .services .service {
    display: inline-block;
    height: 240px;
    vertical-align: top;
    width: 32.9268292683%;
    min-width: 200px; }
    .press-services-wrapper .services .service img {
      margin-bottom: 27px; }

.press-services-wrapper .press-right-content {
  border-left: none; }

.press-services-wrapper .press-content-left {
  border-right: 1px solid #d6d6d6; }

.press_download_content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }
  .press_download_content::after {
    clear: both;
    content: "";
    display: table; }
  .press_download_content .press_download_heading {
    font-family: "a_futuraortobold";
    font-size: 2.75rem;
    margin-top: 50px; }
  .press_download_content .business-filter {
    margin-top: 24px; }
  .press_download_content .press_downloads_wrapper {
    margin-top: 10px;
    text-align: center; }
    .press_download_content .press_downloads_wrapper .single_press_download {
      display: inline-block;
      text-align: left;
      float: left;
      width: 259px;
      margin: 20px 26px; }
      @media only screen and (max-width: 1279px) {
        .press_download_content .press_downloads_wrapper .single_press_download {
          float: none; } }
      .press_download_content .press_downloads_wrapper .single_press_download:nth-child(4n+1) {
        margin-left: 4px; }
        @media only screen and (max-width: 1279px) {
          .press_download_content .press_downloads_wrapper .single_press_download:nth-child(4n+1) {
            margin-left: 26px; } }
      .press_download_content .press_downloads_wrapper .single_press_download:nth-child(4n) {
        margin-right: 0px; }
        @media only screen and (max-width: 1279px) {
          .press_download_content .press_downloads_wrapper .single_press_download:nth-child(4n) {
            margin-right: 26px; } }
      .press_download_content .press_downloads_wrapper .single_press_download .download_image_wrapper {
        width: 100%;
        height: 194px;
        display: block;
        position: relative; }
        .press_download_content .press_downloads_wrapper .single_press_download .download_image_wrapper .download_link {
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0px;
          left: 0px; }
        .press_download_content .press_downloads_wrapper .single_press_download .download_image_wrapper .download_link:hover, .press_download_content .press_downloads_wrapper .single_press_download .download_image_wrapper .active {
          background: url(../images/download.png) center no-repeat #000;
          opacity: 0.5; }
      .press_download_content .press_downloads_wrapper .single_press_download .single_press_info {
        font-family: "a_futuraortobold";
        font-size: 1rem; }
        .press_download_content .press_downloads_wrapper .single_press_download .single_press_info .download_heading {
          display: block;
          color: #000;
          text-decoration: none;
          text-transform: uppercase;
          margin-top: 12px;
          margin-bottom: 14px;
          overflow: hidden;
          max-height: 32px; }
        .press_download_content .press_downloads_wrapper .single_press_download .single_press_info .date_and_size {
          font-family: "AFuturaOrto";
          opacity: 0.6;
          font-size: 0.8125rem; }
          .press_download_content .press_downloads_wrapper .single_press_download .single_press_info .date_and_size p {
            display: inline-block; }
          .press_download_content .press_downloads_wrapper .single_press_download .single_press_info .date_and_size .date_size_devider {
            width: 1px;
            height: 11px;
            background: #000;
            opacity: 0.6;
            display: inline-block;
            margin: 0 3px; }
    .press_download_content .press_downloads_wrapper .load_more_downloads {
      height: 48px;
      width: calc(100% - 2px);
      border: 1px solid #ccc;
      margin-top: 40px;
      line-height: 48px;
      text-align: center;
      color: #000;
      text-transform: uppercase;
      display: block;
      clear: both;
      font-family: "a_futuraortobold";
      text-decoration: none;
      /*===== Animation button backgrounf fade effect ====*/
      -webkit-transition-duration: 500ms;
      -moz-transition-duration: 500ms;
      transition-duration: 500ms;
      -webkit-transition-timing-function: "ease-in";
      -moz-transition-timing-function: "ease-in";
      transition-timing-function: "ease-in"; }
      .press_download_content .press_downloads_wrapper .load_more_downloads::after {
        clear: both;
        content: "";
        display: table; }
      .press_download_content .press_downloads_wrapper .load_more_downloads:hover {
        color: #fff;
        background: #000; }

.press-tech-wrapper .press-content-left h1 {
  margin-bottom: 37px; }

.press-tech-wrapper .press-content-left p {
  line-height: 1.3;
  padding-bottom: 60px; }

.press-tech-wrapper .press-content-left img {
  width: 95%; }

.press-tech-wrapper .press-right-content {
  border-left: none; }

.press-tech-wrapper .press-content-left {
  border-right: 1px solid #d6d6d6; }

.press-tech-wrapper .press-services-wrapper .services {
  margin-top: 0; }
  .press-tech-wrapper .press-services-wrapper .services .service {
    width: 100%;
    text-align: left;
    height: 50px;
    padding-bottom: 40px; }
    .press-tech-wrapper .press-services-wrapper .services .service img {
      margin-bottom: 0px;
      float: left;
      width: 10%;
      max-width: 40px; }
    .press-tech-wrapper .press-services-wrapper .services .service h2 {
      padding-left: 60px; }

.presscenter_form {
  background: url("../../uploads/presscenter.jpg") center bottom no-repeat;
  width: 100%;
  min-height: 327px;
  background-size: cover; }
  .presscenter_form .presscenter_form_wrapper {
    margin: 0 auto;
    text-align: center;
    display: block; }
    .presscenter_form .presscenter_form_wrapper h2 {
      color: #fff;
      font-family: "AFuturaOrto";
      font-size: 1.875em;
      font-weight: 400;
      line-height: 0.75em;
      text-transform: uppercase;
      display: block;
      text-align: center; }
    .presscenter_form .presscenter_form_wrapper p {
      color: #fff;
      font-family: "AFuturaOrto";
      font-size: 1em;
      line-height: 0.75em;
      display: block;
      text-align: center;
      padding: 15px 0; }
    .presscenter_form .presscenter_form_wrapper a {
      padding: 10px 20px;
      display: inline-block;
      border: 2px solid white;
      margin: 15px auto;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      font-family: "a_futuraortobold";
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      transition-duration: 300ms;
      -webkit-transition-timing-function: "ease";
      -moz-transition-timing-function: "ease";
      transition-timing-function: "ease"; }
      .presscenter_form .presscenter_form_wrapper a:hover {
        border-color: #000;
        background-color: #000; }

.program_more_presscenter {
  /* Mixin for Calendar */ }
  .program_more_presscenter .program_more_table {
    margin-top: 40px; }
  .program_more_presscenter h1 {
    padding-top: 68px;
    font-size: 1.875em; }
  .program_more_presscenter .desktop_calendar {
    margin-top: 30px; }
  .program_more_presscenter .desktop_calendar {
    display: none;
    position: relative;
    float: right;
    height: 56px;
    width: 121px;
    padding: 0 16px;
    border: 1px solid #ccc;
    top: 20px;
    right: 10px;
    font-family: "a_futuraortobold";
    color: #000;
    font-size: 0.875rem;
    text-decoration: none;
    line-height: 60px;
    background: url(../images/calendar.png) center right 16px no-repeat; }
    @media only screen and (min-width: 1024px) {
      .program_more_presscenter .desktop_calendar {
        display: block; } }
  .program_more_presscenter .desktop_calendar:hover {
    color: #fff;
    background: url(../images/calendar_hover.png) center right 16px no-repeat;
    background-color: #1777d0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }
  .program_more_presscenter .list_all {
    display: block;
    color: black;
    font-family: "a_futuraortobold";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 13px 0 10px;
    margin-bottom: 40px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: "ease";
    -moz-transition-timing-function: "ease";
    transition-timing-function: "ease"; }
    .program_more_presscenter .list_all:hover {
      background: #000;
      color: #fff; }

.events {
  margin-bottom: 20px; }

/* Import Contacts */
.contacts_header {
  background-image: url("../images/shadow.png"), url("../../uploads/contacts-header.jpg");
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center center;
  background-size: auto, cover;
  width: 100%;
  height: 100%;

  min-height: 437px; }
  .contacts_header .contacts_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    height: 437px;}
    .contacts_header .contacts_header_wrapper .contacts_header_inner_wrapper {
      position: absolute;
      bottom: 25px;
      width: calc(100% - 10px); }
      .contacts_header .contacts_header_wrapper .contacts_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
      .contacts_header .contacts_header_wrapper .contacts_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        margin-right: 20px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .contacts_header .contacts_header_wrapper .contacts_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

@media only screen and (max-width: 767px) {
  .contacts_header_inner_wrapper a.contact_form {
    width: 300px !important;
    float: left !important; } }

.contacts_wrapper .contacts_inner_wrapper {
  margin: 0 auto;
  max-width: 1220px;
  
  background-color: #f6f6f6; }
  .contacts_wrapper .contacts_inner_wrapper .contacts_inner_left {
    min-height: 700px;
    background-color: #fff;
    height: auto;
    width: 47%;
      padding-right: 2%;
    float: left;
    padding-left: 10px; }
    .contacts_wrapper .contacts_inner_wrapper .contacts_inner_left .contacts_article {
      padding: 30px 0 15px;
      border-bottom: 1px dashed #ccc;
      font-family: "AFuturaOrto";
      font-size: 1.0625em; }
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_left .contacts_article:last-child {
        border-bottom: none; }
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_left .contacts_article h1 {
        font-family: "a_futuraortobold";
        font-size: 1.5em;
        text-transform: uppercase;
        margin-bottom: 12px; }
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_left .contacts_article h2 {
        font-family: "a_futuraortobold";
        font-size: 1.0625em;
        text-transform: uppercase;
        margin-top: 22px; }
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_left .contacts_article p {
        font-family: "AFuturaOrto";
        font-size: 1.0625em;
        line-height: 1.875em;
        white-space: pre-line; }
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_left .contacts_article a {
        color: #1660c5;
        text-decoration: none; }
    @media only screen and (max-width: 1023px) {
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_left {
        float: none;
        padding-right: 0px;
        width: calc(100% - 10px); }
        .contacts_wrapper .contacts_inner_wrapper .contacts_inner_left .contacts_article p {
          white-space: normal; } }
    @media only screen and (max-width: 767px) {
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_left {
        width: calc(100% - 20px);
        padding: 0 10px; } }
  .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right {
    width: 50%;
        float: left; }
    .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header {
      padding: 40px 55px;
      min-height: 20px;
      background-color: #ededed; }
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header .social_icons {
        float: left; }
        .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header .social_icons li {
          float: left; }
          .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header .social_icons li:first-child a {
            margin-left: 0px; }
        .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header .social_icons .facebook_icon {
          display: block;
          background: url("../images/facebook_icon_black.png") center center no-repeat;
          height: 22px;
          width: 22px;
          margin: 0px 10px; }
        .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header .social_icons .pinterest_icon {
          display: block;
          background: url("../images/pinterest_icon_black.png") center center no-repeat;
          height: 22px;
          width: 22px;
          margin: 0px 10px; }
        .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header .social_icons .twitter_icon {
          display: block;
          background: url("../images/twitter_icon_black.png") center center no-repeat;
          height: 22px;
          width: 22px;
          margin: 0px 10px; }
        .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header .social_icons .gplus_icon {
          display: block;
          background: url("../images/gplus_icon_black.png") center center no-repeat;
          height: 22px;
          width: 22px;
          margin: 0px 10px; }
        .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header .social_icons .printer_icon {
          display: block;
          background: url("../images/printer_icon_black.png") center center no-repeat;
          height: 22px;
          width: 22px;
          margin: 0px 10px; }
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header h1 {
        font-family: "a_futuraortobold";
        font-size: 1.5em;
        text-transform: uppercase;
        float: left;
        margin-right: 45px; }
    @media only screen and (max-width: 1023px) {
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right {
        float: none;
        width: 100%; }
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .inner_right_header {
        padding: 40px 10px; }
      .contacts_wrapper .contacts_inner_wrapper .contacts_inner_right .transport_wrapper {
        padding: 0 10px; } }
  .contacts_wrapper .contacts_inner_wrapper .transport_wrapper {
    padding: 0 80px 0 65px; }
    .contacts_wrapper .contacts_inner_wrapper .transport_wrapper .transport {
      border-bottom: 1px dashed #d0d0d0;
      display: block;
      font-size: 1.0625em;
      line-height: 1.5em;
      font-family: "a_futuraortobold";
      float: left;
      padding: 25px 10px 30px 0; }
      .contacts_wrapper .contacts_inner_wrapper .transport_wrapper .transport h1 {
        line-height: 44px;
        text-transform: uppercase;
        height: 44px;
        padding-left: 50px;
        margin-bottom: 15px; }
      .contacts_wrapper .contacts_inner_wrapper .transport_wrapper .transport p {
        font-size: 1.0625em;
        font-family: "AFuturaOrto"; }
      .contacts_wrapper .contacts_inner_wrapper .transport_wrapper .transport:last-child {
        border-bottom: none; }
    .contacts_wrapper .contacts_inner_wrapper .transport_wrapper .transport_bus {
      display: block;
      background: url("../images/bus_icon.png") left center no-repeat; }
    .contacts_wrapper .contacts_inner_wrapper .transport_wrapper .transport_metro {
      display: block;
      background: url("../images/metro_icon.png") left center no-repeat; }
    .contacts_wrapper .contacts_inner_wrapper .transport_wrapper .transport_person {
      display: block;
      background: url("../images/person_icon.png") left center no-repeat; }

.contacts_map {
  height: 420px;
  margin-bottom: 30px;
  width: 100%; }

/*Import News*/
.single_material_new_info .tags {
  text-align: left;
}
.single_material_new_info .tags a {
  text-transform: uppercase;
  color: #595959;
  font-size: 0.6875rem;
  text-decoration: none;
  font-family: "AFuturaOrto"; }
  .single_material_new_info .tags a::after {
    content: ","; }
  .single_material_new_info .tags a:last-child::after {
    content: ""; }

#inner_new_wrapper {
  max-width: 960px;
  margin: 0 auto;
  margin-top:40px; }
  #inner_new_wrapper .back_to_news {
    color: #000;
    text-transform: uppercase;
    font-family: "a_futuraortobold";
    text-decoration: none;
    font-size: 0.8125rem;
    padding-left: 14px;
    background: url(../images/back-arrow.png) top 1px left no-repeat;
    margin-top: 40px;
    max-width: 175px;
    float: right;
    display: block;
	position: relative;
	z-index: 2;
}
  #inner_new_wrapper .inner_new_heading {
    padding-top: 25px;
    font-size: 2.71875rem;
    font-family: "a_futuraortobold";
    line-height: 1.2;
        float: left;
    width: calc(100% - 190px);
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      #inner_new_wrapper .inner_new_heading {
        float: none;
        width: 100%;
        font-size: 1.875rem; } }
  #inner_new_wrapper .inner_new_date {
    font-size: 1.125rem;
    font-family: "a_futuraortobold";
    margin-bottom: 12px;
    margin-top: 26px; }
  #inner_new_wrapper .tags {
    color: #595959;
    font-size: 0.75rem;
    margin-top: 14px;
    text-transform: uppercase; }
    #inner_new_wrapper .tags p {
      display: inline-block;
      font-family: "a_futuraortobold"; }
    #inner_new_wrapper .tags a {
      color: #595959;
      text-decoration: none;
      font-family: "AFuturaOrto"; }
      #inner_new_wrapper .tags a::after {
        content: ","; }
      #inner_new_wrapper .tags a:last-child::after {
        content: ""; }
  #inner_new_wrapper .inner_new_options {
    width: 100%;
    /*padding-top: 25px;*/
    margin-top: 15px;
    text-align: right; }
    #inner_new_wrapper .inner_new_options::after {
      clear: both;
      content: "";
      display: table; }
    #inner_new_wrapper .inner_new_options .an_pdf, #inner_new_wrapper .inner_new_options .an_gallery {
      color: #fff;
      font-family: "a_futuraortobold";
      display: inline-block;
      line-height: 58px;
      text-decoration: none;
      font-size: 1.25rem;
      float: left; }
    #inner_new_wrapper .inner_new_options .an_pdf {
      height: 58px;
      width: 388px;
      background-color: #e50000;
     }
     #inner_new_wrapper .inner_new_options .an_pdf .button-icon {
       padding-left:30px;
       display: inline-block;  
       background: url(../images/download-pdf-icon.png) top 13px left no-repeat; 
     }
     #inner_new_wrapper .inner_new_options .an_tour .button-icon{
        background: url(../images/halls-tour-icon.png) top 13px left no-repeat; 
     }
      #inner_new_wrapper .inner_new_options .an_pdf:hover {
        box-sizing: border-box;
        border: 4px solid #e50000;
        color: #e50000;
        background: #fff !important;
        line-height: 50px; }
        #inner_new_wrapper .inner_new_options .an_pdf:hover .button-icon {
          background: url(../images/download-pdf-icon-red.png) top 13px left no-repeat ;
        }
        #inner_new_wrapper .inner_new_options .an_tour:hover .button-icon {
          background: url(../images/halls-tour-icon-red.png) top 13px left no-repeat ;
        }


    #inner_new_wrapper .inner_new_options .an_gallery {
      height: 58px;
      width: 369px;
      background-color: #494949;
      margin-left: 10px;
	  text-align: center;
	  float: none;
	  clear: both;
    }
    #inner_new_wrapper .inner_new_options a:first-child {
      margin-left:0;
    }

    #inner_new_wrapper .inner_new_options .an_gallery .button-icon {
       padding-left:30px;
       display: inline-block;  
       background: url(../images/business-gallery-icon.png) top 15px left no-repeat ; 
     }
      #inner_new_wrapper .inner_new_options .an_gallery:hover {
        box-sizing: border-box;
        border: 4px solid #494949;
        color: #494949;
        line-height: 50px; 
        background: #fff;
      }
        #inner_new_wrapper .inner_new_options .an_gallery:hover .button-icon {
          background: url(../images/business-gallery-icon-grey.png) top 15px left no-repeat; 
        }
    #inner_new_wrapper .inner_new_options .share_buttons, .rent-inner-wrapper .share-buttons {
      display: inline-block;
      flex-shrink:0;
      float: right;}
      #inner_new_wrapper .inner_new_options .share_buttons a:last-child {
        margin-left: 0px; }
      #inner_new_wrapper .inner_new_options .share_buttons a:nth-child(3) {
        margin-left: 0px; }
    @media only screen and (max-width: 1023px) {
      /*#inner_new_wrapper .inner_new_options .an_pdf, #inner_new_wrapper .inner_new_options .an_gallery, #inner_new_wrapper .inner_new_options .share_buttons {
        display: block;
        margin: 0 auto;
	}*/ }
    @media only screen and (max-width: 480px) {
      #inner_new_wrapper .inner_new_options .an_pdf, #inner_new_wrapper .inner_new_options .an_gallery {
        width: 300px; } }
  #inner_new_wrapper .image_and_source {
    margin-top: 6px;
    margin-bottom: 16px; }
    #inner_new_wrapper .image_and_source >img {
      width: 100%;
      object-fit: cover;
      max-width: 100%; }
    #inner_new_wrapper .image_and_source .source {
      font-size: 0.75rem;
      color: #595959;
      font-family: "AFuturaOrto";
      margin-top: 6px; }
      #inner_new_wrapper .image_and_source .source::before {
        content: "Снимка: "; }
  #inner_new_wrapper .text_content {
    font-family: "AFuturaOrto";
    font-size: 1.0625rem;
    line-height: 25px;
    display: inline-block; }
    /*#inner_new_wrapper .text_content .left {
      width: 620px;
      float: left; }*/
      /*#inner_new_wrapper .text_content > p::first-letter {
        font-size: 5.506875rem;
        font-family: "a_futuraortobold";
        line-height: 88px;
        float: left;
        margin: 4px 12px 4px 0px; }*/
      /*@media only screen and (max-width: 1023px) {
        #inner_new_wrapper .text_content .left {
          width: 100%;
          float: none; } }*/
    #inner_new_wrapper .text_content > p:last-child {
      clear: both;
      display: block;
      padding-top: 26px;
      padding-bottom: 70px; }
  #inner_new_wrapper .inner_new_banner {
    float: right;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 9px;
    padding-bottom: 0px; }
    #inner_new_wrapper .inner_new_banner p {
      font-family: "a_futuricaregular";
      color: #000;
      opacity: 0.6;
      font-size: 0.75rem; }
    @media only screen and (max-width: 1023px) {
      #inner_new_wrapper .inner_new_banner {
        float: none;
        margin: 0 auto;
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      #inner_new_wrapper .inner_new_banner img {
        width: 100%; } }
  #inner_new_wrapper .inner_new_gallery {
        margin: 15px 0;
    text-align: center; }
    #inner_new_wrapper .inner_new_gallery .single_gallery {
      position: relative;
      display: inline-block;
      max-width: 476px;
      height: 100%; }
      #inner_new_wrapper .inner_new_gallery .single_gallery a.gallery_link {
        display: block; }
        #inner_new_wrapper .inner_new_gallery .single_gallery a.gallery_link img {
          width: 100%; }
        #inner_new_wrapper .inner_new_gallery .single_gallery a.gallery_link:hover > .gallery-overlay,.rent-inner-imgs .rent-inner-img:hover .gallery-overlay {
          position: absolute;
          z-index: 100;
          top: 0px;
          left: 0px;
          height: calc(100% - 3px);
          width: 100%;
          background: url(../images/gallery_hover.png) center no-repeat rgba(0, 0, 0, 0.5); }
  #inner_new_wrapper .inner_new_comment {
    margin-top: 50px; }
    #inner_new_wrapper .inner_new_comment::after {
      clear: both;
      content: "";
      display: table; }
    #inner_new_wrapper .inner_new_comment .quote_symbol {
      font-size: 7.5rem;
      color: #535252;
      font-family: "AFuturaOrto";
      width: 86px;
      border-right: 8px solid #e5e5e5;
      line-height: 100%;
      display: inline-block;
      vertical-align: top; }
      #inner_new_wrapper .inner_new_comment .quote_symbol p {
        height: 42px;
        display: inline-block;
        vertical-align: middle; }
    #inner_new_wrapper .inner_new_comment .comment {
      vertical-align: top;
      width: calc(100% - 160px);
      font-family: "AFuturaOrto";
      font-style: italic;
      color: rgba(0, 0, 0, 0.6);
      display: inline-block;
      font-size: 1.0625rem;
      line-height: 25px;
      padding: 20px 30px; }
      #inner_new_wrapper .inner_new_comment .comment .author {
        font-style: normal;
        font-family: "a_futuraortobold";
        margin-top: 50px;
        color: #000;
        opacity: 1; }
  #inner_new_wrapper .inner_new_info {
    font-size: 17px;
    font-family: "AFuturaOrto";
    line-height: 25px; }

#inner_new_other_materials {
  border-top: 1px solid #ccc;
  padding-top: 0px;
  margin-top: 40px;
  border-bottom: none; }
  #inner_new_other_materials .top_news_wrapper {
    border-top: 1px solid #ccc;
    text-align: center; }
    #inner_new_other_materials .top_news_wrapper::after {
      clear: both;
      content: "";
      display: table; }
    #inner_new_other_materials .top_news_wrapper > h1 {
      font-family: "a_futuraortobold";
      font-size: 1.875rem;
      margin-bottom: 0px;
      overflow: hidden;
      text-align: left; }
    #inner_new_other_materials .top_news_wrapper .top_news_devider {
      height: 6px;
      width: 132px;
      background: #000;
      margin-top: 36px;
      margin-bottom: 18px; }
    #inner_new_other_materials .top_news_wrapper .single_material {}
      #inner_new_other_materials .top_news_wrapper .single_material img {
        width: 100%; }
  #inner_new_other_materials .other_news_slider li {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    #inner_new_other_materials .other_news_slider li img {
      display: inline-block;
      vertical-align: top;
      max-width: 182px;
      width: 100%; }
    #inner_new_other_materials .other_news_slider li .new_slider_info {
      vertical-align: top;
      display: inline-block;
      width: calc(100% - 206px);
      padding-left: 18px;
      text-align: left; }
      #inner_new_other_materials .other_news_slider li .new_slider_info h1 {
        font-size: 1.25rem;
        line-height: 1.2em;
        font-family: "a_futuraortobold"; }
      #inner_new_other_materials .other_news_slider li .new_slider_info .new_slider_date {
        color: #595959;
        font-size: 0.8125rem;
        text-transform: uppercase;
        margin-top: 16px; }
      #inner_new_other_materials .other_news_slider li .new_slider_info .tags {
        margin-top: 4px; }
        #inner_new_other_materials .other_news_slider li .new_slider_info .tags a {
          font-family: "AFuturaOrto";
          color: #595959;
          font-size: 0.6875rem;
          text-decoration: none; }
          #inner_new_other_materials .other_news_slider li .new_slider_info .tags a::after {
            content: ","; }
          #inner_new_other_materials .other_news_slider li .new_slider_info .tags a:last-child::after {
            content: ""; }
      @media only screen and (max-width: 767px) {
        #inner_new_other_materials .other_news_slider li .new_slider_info {
          width: 100%;
          padding-left: 0; }
          #inner_new_other_materials .other_news_slider li .new_slider_info h1 {
            font-size: 1rem; } }
    #inner_new_other_materials .other_news_slider li:nth-child(even) {
      border-left: 1px solid #ccc; }
      @media only screen and (max-width: 480px) {
        #inner_new_other_materials .other_news_slider li:nth-child(even) {
          border-left: none; } }
  #inner_new_other_materials .outside {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "a_futuraortobold";
    color: #000; }
    #inner_new_other_materials .outside::after {
      clear: both;
      content: "";
      display: table; }
    #inner_new_other_materials .outside #slider-prev a, #inner_new_other_materials .outside #slider-next a {
      text-decoration: none;
      color: #000; }
    #inner_new_other_materials .outside #slider-prev a {
      padding-left: 18px;
      background: url(../images/prev-icon.png) center left no-repeat;
      float: left; }
    #inner_new_other_materials .outside #slider-next a {
      padding-right: 18px;
      background: url(../images/next-icon.png) center right no-repeat;
      float: right; }

/*.other_news_slide {
  max-width: 500px; }*/

body.grey .bottom-nav .bottom-nav-menu li.big:hover, body.grey .last-bottom-nav .bottom-nav-menu li.big:hover {
  background: none; }

body.grey .bottom-nav .bottom-nav-menu li:hover, body.grey .last-bottom-nav .bottom-nav-menu li:hover, body.grey .bottom-nav .bottom-nav-menu li.active, body.grey .last-bottom-nav .bottom-nav-menu li.active {
  background: #464646; }

body.grey .last-bottom-nav {
  padding: 0;
  background: #464646; }
  @media only screen and (max-width: 1023px) {
    body.grey .last-bottom-nav {
      padding: 0 10px; } }
  body.grey .last-bottom-nav .bottom-nav-menu {
    padding: 0px; }
      body.grey .last-bottom-nav .bottom-nav-menu > li:hover, body.grey .last-bottom-nav .bottom-nav-menu > li.active {
        background: #393939; }
      body.grey .last-bottom-nav .bottom-nav-menu > li.big {
        background: none; }
        body.grey .last-bottom-nav .bottom-nav-menu > li.big a {
          font-family: "a_futuraortobold";
          font-size: 1.875em;
          vertical-align: middle;
          line-height: 50px; }

#events-search {
  height: 50px;
  width: calc(100% - 2px);
  border: 1px solid #D6D6D6;
  margin-top: 25px; }
  #events-search input[type="text"] {
    padding-left: 16px;
    width: calc(100% - 87px);
    border: none;
    height: 48px;
    font-size: 13px;
    font-family: "a_futuraortobold"; }
  #events-search input[type="submit"] {
    width: 62px;
    height: 100%;
    border: none;
    background: url(../images/nav-search-icon.png) center no-repeat;
    cursor: pointer;
    float: right; }

.events-content {
  max-width: 1200px;
  margin: 0 auto; }
  .events-content #event-filter {
    margin-top: 9px;
    margin-bottom: 7px; }
  .events-content button {
    background: none;
    border: none;
    padding: 0px; }
  .events-content .layout-btns {
    display: inline-block;
    float: right;
    margin-top: 18px;
    margin-right: 20px; }
    .events-content .layout-btns button {
      margin-left: 13px; }
  .events-content .tags .tag {
    display: inline-block;
    background: #f7f6f6;
    border: 1px solid #d6d6d6;
    line-height: 20px;
    height: 20px; }
    .events-content .tags .tag span {
      font-family: "AFuturaOrto";
      font-size: 11px;
      text-transform: uppercase;
      padding-left: 8px;
      padding-right: 8px; }
    .events-content .tags .tag button {
      border-left: 1px solid #d6d6d6;
      width: 22px;
      min-height: 20px;
      float: right; }

.timeline {
  margin-top: 50px; }
  .timeline .programs .single_program:nth-child(even) .single_program_left {
    border-left: 1px solid #d6d6d6; }
    @media only screen and (max-width: 1023px) {
      .timeline .programs .single_program:nth-child(even) .single_program_left {
        border-left: none; } }
  .timeline .programs {
      display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; 
      -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    position: relative; }
  .timeline .lenta {
    width: 60px;
    height: 100%;
    z-index: 2;
    position: absolute; }
    .timeline .lenta h1 {
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      top: 50%;
      width: 100%;
      position: absolute;
      text-transform: uppercase;
      font-size: 24px;
      font-family: "a_futuraortobold";
      color: #fff; }
  .timeline .today {
    background: #f52d2d; }
  .timeline .tommorow {
    background: #3587e3; }
    .timeline .tommorow h1 {
      top: 44%; }
  .timeline .day-after .lenta {
    background: #ff7031; }
    .timeline .day-after .lenta h1 {
      top: 64%; }
  .timeline .single_program {
    width: 41.667%;
    padding-left: 90px;
    display: inline-block; }
    .timeline .single_program .single_program_left {
      max-width: 100%; }
      .timeline .single_program .single_program_left .timeline-date {
        padding-left: 20px;
        margin-top: 40px;
        margin-right: 25px;
        float: left;
        font-family: "a_futuraortobold";
        text-transform: uppercase; }
        .timeline .single_program .single_program_left .timeline-date p {
          font-size: 36px; }
        .timeline .single_program .single_program_left .timeline-date small {
          font-size: 18px; }
      .timeline .single_program .single_program_left img {
        float: right; }
    .timeline .single_program .single_program_right {
      max-width: 40%; }
      .timeline .single_program .single_program_right .sp-type {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
        font-family: "a_futuraortobold";
        color: #1660c5;
        margin-bottom: 18px; }
      .timeline .single_program .single_program_right .sp_heading {
        line-height: 1.2;
        margin-top: 18px; }
    @media only screen and (max-width: 1279px) {
      .timeline .single_program {
        width: 44%;
        padding-left: 50px; }
        .timeline .single_program .single_program_left {
          position: relative;
          max-width: 40%;
          padding-left: 20px; }
          .timeline .single_program .single_program_left .timeline-date {
            position: absolute;
            top: 0;
            left: 20px;
            margin-top: 0;
            padding-left: 0px;
            height: 52px;
            width: 50px;
            background-color: #fff;
            text-align: center; }
            .timeline .single_program .single_program_left .timeline-date p {
              margin-top: 10px;
              font-size: 1.5em; }
            .timeline .single_program .single_program_left .timeline-date small {
              font-size: 0.8125em; }
        .timeline .single_program .single_program_right {
          width: 50%; } }
          @media only screen and (min-width: 1024px){
            .timeline .single_program:nth-last-child(2):not(:nth-child(even)){
              border-bottom: none;
            }
          }
    @media only screen and (max-width: 1023px) {
      .timeline .single_program {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .timeline .single_program .single_program_left {
        max-width: 100%; }
      .timeline .single_program .single_program_right {
        max-width: 100% !important;
        width: calc(100% - 80px) !important;
        margin-left: 20px;
        display: block; } }

.events-content {
  padding: 0 10px; }
  .events-content .layout-btns:last-child {
    margin-right: 0px; }
  .events-content .layout-btns > a{
    display: block;
    width: 18px;
    height: 16px;
    float: left;
    margin-right: 13px; }
  .events-content .layout-btns .grid-icon {
    background: url("../images/grid-layout.png") no-repeat; }
  .events-content .layout-btns .list-icon {
    background: url("../images/list-layout.png") no-repeat; }
  .events-content .layout-btns .active {
    background-position: 0 -16px; }
  .events-content .tags {
    margin-bottom: 19px; }

.layout-view {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }
  .layout-view:last-child{
    border-bottom: none;
  }
  .layout-view .press-content-left {
    width: 66.8333333333%;
    border-right: 1px solid #d6d6d6;
    float: left;
    padding-right: 18px; }
    .layout-view .press-content-left h1 {
      font-size: 44px;
      font-family: "a_futuraortobold";
      text-transform: uppercase; }
    .layout-view .press-content-left p {
      padding-top: 40px;
      font-family: "AFuturaOrto";
      font-size: 17px; }
    .layout-view .press-content-left .submit-form {
      padding-top: 90px; }
      .layout-view .press-content-left .submit-form label {
        padding-left: 0px;
        padding-right: 30px; }
      .layout-view .press-content-left .submit-form input, .layout-view .press-content-left .submit-form textarea, .layout-view .press-content-left .submit-form button {
        margin-right: 3.8235294118vw;
        width: 71.9512195122%; }
      .layout-view .press-content-left .submit-form button {
        width: 73.7%; }
    @media only screen and (max-width: 1279px) {
      .layout-view .press-content-left {
        padding-right: 0px;
        width: 100%;
        float: none; } }
  .layout-view .press-right-content {
    /*border-left: 1px solid #d6d6d6;*/
    float: right;
    width: 31.58%; }
    .layout-view .press-right-content .big_banner_wrapper, .layout-view .press-right-content .big_banner_inner_wrapper {
      margin-bottom: 0px; }
    .layout-view .press-right-content .big_banner_wrapper {
      clear: both;
      float: left;
      width: calc(100% - 60px) !important;
      padding: 0 20px;
      margin-left: 20px;
      margin-top: 0px;
      border-bottom: 1px solid #ccc; }
      @media only screen and (max-width: 767px) {
        .layout-view .press-right-content .big_banner_wrapper {
          padding: 0;
          margin-left: 0;
          width: 100% !important; } }
    .layout-view .press-right-content .big_banner_inner_wrapper {
      padding: 0px 0px 20px 0px !important;
      border-left: none;
      float: left;
      margin: 0 auto; }
      .layout-view .press-right-content .big_banner_inner_wrapper .banner_h1 {
        float: left; }
        .layout-view .press-right-content .big_banner_inner_wrapper .banner_h1 h1 {
          margin-top: 12px; }
    .layout-view .press-right-content .side-banners {
      margin-left: 20px;
      float: right; }
    .layout-view .press-right-content .single-banner {
      max-height: 76px;
      max-width: 359px;
      overflow: hidden;
      position: relative;
      margin: 27px 0 0; }
      .layout-view .press-right-content .single-banner:last-of-type{
        margin-bottom: 10px;
      }
      .layout-view .press-right-content .single-banner img {
        width: 100%; }
      .layout-view .press-right-content .single-banner .banner-shadow {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 19px;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, transparent 70%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(70%, transparent));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, transparent 70%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, transparent 70%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, transparent 70%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 20%, transparent 70%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
        /* IE6-8 */ }
        .layout-view .press-right-content .single-banner .banner-shadow p {
          color: #fff;
          font-family: "a_futuraortobold";
          text-transform: uppercase; }
        .layout-view .press-right-content .single-banner .banner-shadow .first-line {
          font-size: 1em;
          line-height: 1em; }
        .layout-view .press-right-content .single-banner .banner-shadow .second-line {
          font-size: 1.5em;
          line-height: 1.25em; }
    @media only screen and (max-width: 1279px) {
      .layout-view .press-right-content .big_banner_wrapper{
        width: initial !important;
        padding: 0px;
        margin: 0px;
        border-bottom: none;
      }
      .layout-view .press-right-content {
        width: 100%;
        float: none;
        padding-top: 20px;
        border: none;
        border-top: 1px solid #ccc; }
        .layout-view .press-right-content .cal1, .layout-view .press-right-content .side-banners {
          display: block;
          margin: 0 auto; }
        .layout-view .press-right-content .single-banner {
          margin: 27px auto; }
        .layout-view .press-right-content .big_banner_inner_wrapper {
          padding: 20px 0px 20px 0px !important;
          float: none;
          margin: 12px auto; }
          .layout-view .press-right-content .big_banner_inner_wrapper .banner_h1 {
            float: none; } }
  .layout-view .single_incoming_event {
    clear: both;
    margin: 36px 0;
    padding-bottom: 33px;
    border-bottom: 1px solid #ccc; }
    .layout-view .single_incoming_event:first-child {
      margin-top: 0px; }
    .layout-view .single_incoming_event:last-child {
      margin-bottom: 0px;
      padding-bottom: 38px;
      border-bottom: none; }
    .layout-view .single_incoming_event .incoming_event_image {
      float: left; }
      .layout-view .single_incoming_event .incoming_event_image a .incoming_event_ribbon {
        position: absolute;
        height: 76px;
        width: 73px;
        background: #fff;
        text-align: center;
        font-family: "a_futuraortobold"; }
        .layout-view .single_incoming_event .incoming_event_image a .incoming_event_ribbon h1 {
          color: #000;
          font-size: 2.25em;
          padding-top: 13px; }
        .layout-view .single_incoming_event .incoming_event_image a .incoming_event_ribbon p {
          padding-top: 0px;
          color: #000;
          font-family: "a_futuraortobold";
          font-size: 1.125em; }
      .layout-view .single_incoming_event .incoming_event_image a img {
        width: 100%;
        max-width: 371px;
        max-height: 276px;
        display: inline-block;
        vertical-align: middle; }
    .layout-view .single_incoming_event .info_inner_wrapper {
      float: left;
      margin-left: 0px;
      display: inline-block;
      margin-top: 5px;
      width: 100%;
      max-width: 400px;
      min-height: 272px;
      padding-left: 20px;
      position: relative; }
      @media only screen and (max-width: 845px) {
        .layout-view .single_incoming_event .info_inner_wrapper {
          padding-left: 0px !important; } }
    .layout-view .single_incoming_event .ie_general_place {
      display: block;
      position: relative;
      color: #1777d0;
      font-family: "a_futuraortobold";
      font-size: 0.6875rem;
      text-transform:uppercase;
      text-decoration: none; }
    .layout-view .single_incoming_event .ie_heading {
      font-family: "a_futuraortobold";
      text-transform: uppercase;
      font-size: 1.875rem;
      /*line-height: 2.25rem;*/
      color: #000;
      width: 100%;
      max-width: 380px;
      text-decoration: none;
      margin-top: 10px;
      display: block;
      margin-bottom: 9px; }
    .layout-view .single_incoming_event .ie_info {
      margin-bottom: 19px;
      font-family: "a_futuricaregular";
      color: rgba(0, 0, 0, 0.7);
      line-height: 1.6;
      font-size: 0.75rem; }
      .layout-view .single_incoming_event .ie_info span {
        padding-left: 20px;
        margin-right: 14px; }
      .layout-view .single_incoming_event .ie_info .ie_hour {
        opacity: 0.76;
        color: #000;
        background: url("../images/clock-icon.png") top left no-repeat;
        /*Mobile 480-767*/ }
        @media only screen and (min-width: 480px) {
          .layout-view .single_incoming_event .ie_info .ie_hour {
            padding-left: 16px; } }
      .layout-view .single_incoming_event .ie_info .ie_date {
        opacity: 0.76;
        color: #000;
        background: url("../images/calendar-icon.png") top left no-repeat;
        /*Mobile 480-767*/
        /* TABLET 768 - 1023 */ }
        @media only screen and (min-width: 480px) {
          .layout-view .single_incoming_event .ie_info .ie_date {
            padding-left: 18px; } }
        @media only screen and (min-width: 768px) {
          .layout-view .single_incoming_event .ie_info .ie_date {
            display: none; } }
      .layout-view .single_incoming_event .ie_info .ie_place {
        opacity: 0.76;
        color: #000;
        display: inline-block;
          padding-left: 19px;
  margin-left: 2px;
        background: url("../images/location-icon.png") top left no-repeat;
        /*Mobile 480-767*/ }
        @media only screen and (min-width: 480px) {
          .layout-view .single_incoming_event .ie_info .ie_place {
            padding-left: 12px; } }
    .layout-view .single_incoming_event .excerpt {
      color: black;
      font-family: "a_futuricaregular";
      font-size: 1em;
      line-height: 1.5em;
      padding: 0 0 25px; }
      .layout-view .single_incoming_event .single_ie_options a {
        display: inline-block;
        text-decoration: none;
        text-align: center;
        font-family: "a_futuraortobold";
        height: 25px;
        width: 98px;
        line-height: 25px;
        font-size: 12px;
        margin-right: 3px;
        font-size: 0.6875rem; }
      .layout-view .single_incoming_event .single_ie_options .ie_details {
        border: 2px solid #000;
        color: #000; }
      .layout-view .single_incoming_event .single_ie_options .ie_buy_tickets {
        color: #fff;
        border: 2px solid #1777d0;
        background: #1777d0; }

.layout_events_wrapper .incoming_events_inner_wrapper .single_incoming_event:nth-of-type(5), .layout_events_wrapper .incoming_events_inner_wrapper .single_incoming_event:nth-of-type(6), .layout_events_wrapper .incoming_events_inner_wrapper .single_incoming_event:nth-of-type(7) {
  display: block !important; }

@media only screen and (min-width: 768px) {
  .layout_events_wrapper .incoming_events_inner_wrapper {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px; } }

.events_dropdown_trigger > a:hover + .events_dropdown, .events_dropdown:hover {
  visibility: visible; }

.events_dropdown {
  visibility: hidden;
  position: absolute;
  width: 100%;
  background: transparent;
  left: 0px;
  padding-top: 22px;
  z-index: 9999; }
  .events_dropdown .events-triangle {
    width: 29px;
    height: 10px;
    background: url("../images/events-triangle.png") no-repeat;
    position: absolute;
    margin: -10px 0 0 208px; }

.events_dropdown_trigger > a:hover, .events_dropdown_trigger > a:active, .active_events {
  background: #fff !important;
  color: #000 !important;
  padding: 14px 8px !important;
  border: 2px solid #000; }

.mid_nav {
  position: relative; }

.inner_dropdown {
  width: 340px;
  background: #1f1f1f;
  float: left; }
  .inner_dropdown::after {
    clear: both;
    content: "";
    display: table; }
  .inner_dropdown li {
    float: right !important;
    display: block;
    width: 230px;
    height: 60px;
    margin-right: 40px;
    border-bottom: 1px solid #454545;
    background: url("../images/events-arrow.png") center right no-repeat; }
    .inner_dropdown li::after {
      clear: both;
      content: "";
      display: table; }
    .inner_dropdown li.active a {
      color: #fff !important; }
    .inner_dropdown li:hover {
      background: url("../images/events-arrow-hover.png") center right no-repeat; }
      .inner_dropdown li:hover a {
        background: none !important;
        color: #fff !important; }
    .inner_dropdown li a {
      color: #858585 !important;
      line-height: 60px;
      font-family: "a_futuraortobold";
      text-transform: uppercase;
      font-size: 0.9375rem;
      text-decoration: none; }

.inner_dropdown_content {
  height: auto;
  width: calc(100% - 360px);
  background: #fff;
  float: left;
  padding-left: 20px;
  min-height: 360px; }
  .inner_dropdown_content #id_events p {
    font-family: "a_futuraortobold";
    color: #1f1f1f;
    font-size: 1.125rem;
    margin-top: 30px;
    margin-bottom: 20px; }
  .inner_dropdown_content .choosen_events {
    width: 100%; }
    .inner_dropdown_content .choosen_events .choosen_event_single {
      width: 274px;
      display: inline-block;
      vertical-align: top;
      margin: 0 24px; }
      .inner_dropdown_content .choosen_events .choosen_event_single:first-child {
        margin-left: 0px; }
      .inner_dropdown_content .choosen_events .choosen_event_single .image_wrapper {
        position: relative;
        display: block;
        height: 206px;
        width: 272px; }
        .inner_dropdown_content .choosen_events .choosen_event_single .image_wrapper img {
          width: 100%;
          height: 100%; }
        .inner_dropdown_content .choosen_events .choosen_event_single .image_wrapper .incoming_event_ribbon {
          position: absolute;
          height: 60px;
          width: 55px;
          background: #fff;
          text-align: center;
          font-family: "a_futuraortobold"; }
          .inner_dropdown_content .choosen_events .choosen_event_single .image_wrapper .incoming_event_ribbon h1 {
            margin-top: 10px;
            font-size: 1.625rem; }
          .inner_dropdown_content .choosen_events .choosen_event_single .image_wrapper .incoming_event_ribbon h1, .inner_dropdown_content .choosen_events .choosen_event_single .image_wrapper .incoming_event_ribbon p {
            color: #000; }
          .inner_dropdown_content .choosen_events .choosen_event_single .image_wrapper .incoming_event_ribbon p {
            margin-top: 2px !important; }
      .inner_dropdown_content .choosen_events .choosen_event_single .choosen_events_heading {
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        font-size: 1rem;
        color: #000;
        text-decoration: none; }
      .inner_dropdown_content .choosen_events .choosen_event_single .ie_info {
        margin-bottom: 14px;
        font-family: "a_futuricaregular";
        color: rgba(0, 0, 0, 0.7);
        font-size: 0.75rem; }
        .inner_dropdown_content .choosen_events .choosen_event_single .ie_info span {
          padding-left: 20px;
          margin-right: 14px;
          /*Mobile 480-767*/ }
          @media only screen and (min-width: 480px) {
            .inner_dropdown_content .choosen_events .choosen_event_single .ie_info span {
              margin-right: 6px; } }
        .inner_dropdown_content .choosen_events .choosen_event_single .ie_info .ie_hour {
          opacity: 0.6;
          background: url("../images/clock-icon.png") center left no-repeat;
          /*Mobile 480-767*/ }
          @media only screen and (min-width: 480px) {
            .inner_dropdown_content .choosen_events .choosen_event_single .ie_info .ie_hour {
              padding-left: 16px; } }
        .inner_dropdown_content .choosen_events .choosen_event_single .ie_info .ie_place {
          opacity: 0.6;
          background: url("../images/location-icon.png") center left no-repeat;
          /*Mobile 480-767*/ }
          @media only screen and (min-width: 480px) {
            .inner_dropdown_content .choosen_events .choosen_event_single .ie_info .ie_place {
              padding-left: 12px; } }
  .inner_dropdown_content .get_all_events {
    float: right;
    display: inline-block;
    width: 353px;
    height: 206px;
    background: url("../../uploads/dropdown_events_bg.jpg") center no-repeat;
    text-decoration: none; }
    .inner_dropdown_content .get_all_events p {
      font-size: 1.125rem;
      font-family: "a_futuraortobold";
      width: 170px;
      margin-top: 70px !important;
      margin-left: 40px;
      text-decoration: none; }
      .inner_dropdown_content .get_all_events p span {
        line-height: 42px;
        font-size: 2.25rem; }

#id_events, #id_arts, #id_kinomania, #id_neweve {
  display: none;
  width: 100%; }

.inner_dropdown_content_active {
  display: inline-block !important; }

.events-content-inner .single_program_info_header {
  margin-bottom: 24px;
  margin-top: 26px; }
  .events-content-inner .single_program_info_header span {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9);
    font-family: "a_futuraortobold";
    margin-right: 18px; }
    @media only screen and (max-width: 767px) {
      .events-content-inner .single_program_info_header span {
        font-size: 16px; } }
.events-content-inner .inner_new_options .buy_ticket { 
  background: #1660c5 !important;
}
#inner_new_wrapper .inner_new_options .buy_ticket .button-icon {
  padding-left: 38px;
  background: url(../images/ticket-icon.png)  top 14px left no-repeat; 
}
  .events-content-inner .inner_new_options .buy_ticket:hover {
    box-sizing: border-box;
    border: 4px solid #1660c5 !important;
    background: #fff !important;
    color: #1660c5 !important;
  }
#inner_new_wrapper .inner_new_options .buy_ticket:hover .button-icon {
    background: url(../images/ticket-icon-blue.png)  top 14px left no-repeat; }    

.events-content-inner .single_program {
  padding-left: 0px;
  width: 100%;
  border-bottom: none; }
  .events-content-inner .single_program .single_program_right {
    width: 45%;
    text-align: left; }
  @media only screen and (max-width: 1023px) {
    .events-content-inner .single_program .single_program_left {
      max-width: 100%;
      width: 100%; }
      .events-content-inner .single_program .single_program_left img {
        float: left; } }
  @media only screen and (max-width: 767px) {
    .events-content-inner .single_program .single_program_left {
      position: relative;
      max-width: 100% !important; }
      .events-content-inner .single_program .single_program_left .timeline-date {
        position: absolute; } }

.events-content-inner .other_materials_wrapper {
  border-bottom: none; }
.other_materials_wrapper:last-of-type{
  border-bottom: none;
}
/*  Import Izkustvata  */
body.pink .bottom-nav .bottom-nav-menu, body.pink .last-bottom-nav .bottom-nav-menu {
  padding: 16px 10px; }
  body.pink .bottom-nav .bottom-nav-menu li.big:hover, body.pink .last-bottom-nav .bottom-nav-menu li.big:hover {
    background: none; }
  body.pink .bottom-nav .bottom-nav-menu li:hover, body.pink .last-bottom-nav .bottom-nav-menu li:hover, body.pink .bottom-nav .bottom-nav-menu li.active, body.pink .last-bottom-nav .bottom-nav-menu li.active {
    background: #c5169e; }

body.pink .last-bottom-nav {
  padding: 0;
  background: #c5169e; }
  body.pink .last-bottom-nav .bottom-nav-menu {
    padding: 0px; }
      body.pink .last-bottom-nav .bottom-nav-menu > li:hover, body.pink .last-bottom-nav .bottom-nav-menu > li.active {
        background: #aa1388; }
      body.pink .last-bottom-nav .bottom-nav-menu > li.big {
        background: none; }
        body.pink .last-bottom-nav .bottom-nav-menu > li.big a {
          font-family: "a_futuraortobold";
          font-size: 1.875em;
          vertical-align: middle;
          line-height: 50px; }
.izkustva_map {
  height: 526px;
  width: 100%; }

.izkustva-contacts-content {
  position: relative;
  height: 415px;
  max-width: 1108px;
  margin: 0 auto; }
  .izkustva-contacts-content .layer {
    background-color: white;
    border: 1px solid #ccc;
    position: absolute;
    left: 8.5%;
    top: 0;
    width: 100%;
    height: 490px; }
  .izkustva-contacts-content .layer1 {
    margin: -120px 0 0 -93px;
    z-index: 900; }
  .izkustva-contacts-content .layer2 {
    z-index: 901;
    margin: -115px 0 0 -88px; }
  .izkustva-contacts-content .layer3 {
    margin: -110px 0 0 -83px;
    z-index: 902;
    height: 395px;
    padding-top: 47px;
    padding-bottom: 50px; }
  .izkustva-contacts-content .contacts-left {
    float: left;
    width: 67.397260274%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2; }
    .izkustva-contacts-content .contacts-left h2, .izkustva-contacts-content .contacts-left p {
      font-size: 1rem;
      line-height: 20px; }
    .izkustva-contacts-content .contacts-left h2 {
      text-transform: uppercase;
      font-family: "a_futuraortobold"; }
    .izkustva-contacts-content .contacts-left p {
      font-family: "AFuturaOrto"; }
    .izkustva-contacts-content .contacts-left .col-1, .izkustva-contacts-content .contacts-left .col-2 {
      display: inline-block; }
    .izkustva-contacts-content .contacts-left .col-2 {
      border-left: 1px solid #d6d6d6; }
    .izkustva-contacts-content .contacts-left .address-2-p {
      margin-bottom: 15px; }
    .izkustva-contacts-content .contacts-left .address {
      width: 330px;
      margin-left: 30px;
      padding-bottom: 20px; }
      .izkustva-contacts-content .contacts-left .address:not(:first-child) h2 {
        margin-top: 22px; }
      .izkustva-contacts-content .contacts-left .address:not(:last-child) {
        border-bottom: 1px solid #d6d6d6; }
  .izkustva-contacts-content .contacts-right {
    float: right;
    width: 31.0502283105%; }
    .izkustva-contacts-content .contacts-right .contact-form {
      width: 284px;
      height: 350px;
      margin: 0 auto;
      background: #e8e8e8;
      border: 1px solid #d6d6d6; }
      .izkustva-contacts-content .contacts-right .contact-form .contact-form-inner {
        width: 222px;
        margin: 0 auto; }
    .izkustva-contacts-content .contacts-right button, .izkustva-contacts-content .contacts-right a {
      font-family: "a_futuraortobold";
      text-transform: uppercase; }
    .izkustva-contacts-content .contacts-right .contact-form-header {
      margin-top: 21px;
      margin-bottom: 24px;
      width: 100%;
      height: 106px;
      background: #fff;
      border: 1px solid #d6d6d6;
      text-align: center; }
      .izkustva-contacts-content .contacts-right .contact-form-header a {
        margin-top: 30px;
        font-size: 27px;
        text-decoration: none;
        color: #000;
        display: block; }
    .izkustva-contacts-content .contacts-right p {
      font-size: 16px;
      line-height: 26px;
      font-family: "AFuturaOrto";
      text-align: justify;
      height: 132px;
      overflow: hidden; }
    .izkustva-contacts-content .contacts-right button {
      font-size: 14px;
      text-decoration: none;
      color: #000;
      width: 100%;
      height: 44px;
      background: #fff;
      border: 1px solid #d6d6d6;
      cursor: pointer; }
  @media only screen and (max-width: 1279px) {
    .izkustva-contacts-content {
      margin: 0 4%;
      height: 770px; }
      .izkustva-contacts-content .layer {
        height: 820px; }
      .izkustva-contacts-content .layer3 {
        height: 725px; }
      .izkustva-contacts-content .contacts-left {
        width: 50%;
        margin-bottom: 20px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1; }
        .izkustva-contacts-content .contacts-left .col-1, .izkustva-contacts-content .contacts-left .col-2 {
          display: block; }
          .izkustva-contacts-content .contacts-left .col-1 .address, .izkustva-contacts-content .contacts-left .col-2 .address {
            width: calc(100% - 60px); }
        .izkustva-contacts-content .contacts-left .col-1 .address {
          border-bottom: 1px solid #d6d6d6; }
          .izkustva-contacts-content .contacts-left .col-1 .address:last-child {
            margin-bottom: 20px; }
        .izkustva-contacts-content .contacts-left .col-2 {
          border-left: none; }
          .izkustva-contacts-content .contacts-left .col-2 .address {
            display: inline-block; }
      .izkustva-contacts-content .contacts-right {
        width: 50%; } }
  @media only screen and (max-width: 1023px) {
    .izkustva-contacts-content {
      margin-left: 8%; } }
  @media only screen and (max-width: 767px) {
    .izkustva-contacts-content {
      height: 1060px;
      margin-left: 60px; }
      .izkustva-contacts-content .contacts-left, .izkustva-contacts-content .contacts-right {
        float: none;
        width: 100%; }
      .izkustva-contacts-content .contacts-right .contact-form {
        height: 315px;
        width: 100%; }
        .izkustva-contacts-content .contacts-right .contact-form .contact-form-inner {
          width: 80%; }
      .izkustva-contacts-content .contacts-right .contact-form-header {
        height: 80px; }
        .izkustva-contacts-content .contacts-right .contact-form-header a {
          margin-top: 16px; }
      .izkustva-contacts-content .layer {
        height: 1145px;
        left: 55px; }
      .izkustva-contacts-content .layer3 {
        height: 1050px; } }
  @media only screen and (max-width: 480px) {
    .izkustva-contacts-content {
      height: 1250px;
      margin-left: 50px;
      margin-right: 0px; }
      .izkustva-contacts-content .layer {
        height: 1265px; }
      .izkustva-contacts-content .layer1, .izkustva-contacts-content .layer2 {
        display: none; }
      .izkustva-contacts-content .layer3 {
        height: 1170px; } }

.partners-content {
  min-height: 400px;
  margin-top: 50px;
  max-width: 1240px;
  margin: 50px auto; }
  .partners-content .partners-content-inner {
    text-align: center; }
  .partners-content .partner {
    width: 258px;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 24px;
    vertical-align: top;
    margin-bottom: 60px; }
    .partners-content .partner .partner-img {
      height: 194px;
      width: 258px;
      position: relative;
      border: 1px solid #d6d6d6; }
      .partners-content .partner .partner-img img{
        max-height: 194px;
        max-width: 258px;
      }
      .partners-content .partner .partner-img a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .partners-content .partner h1 {
      text-transform: uppercase;
      font-family: "a_futuraortobold";
      font-size: 16px;
      margin-top: 14px; }
  .partners-content .more {
    width: calc(100% - 24px);
    margin: 0 12px; }

.izkustvata-events-content .layout-view .single_incoming_event .ie_general_place {
  color: #c5169e; }

.izkustvata-events-content .layout-view .single_incoming_event .single_ie_options .ie_buy_tickets {
  background: #c5169e;
  border-color: #c5169e; }

.izkustvata-events-content .incoming_events_wrapper
.incoming_events_inner_wrapper .single_incoming_event .ie_general_place {
  color: #c5169e; }

.izkustvata-events-content .incoming_events_wrapper
.incoming_events_inner_wrapper .single_incoming_event .single_ie_options .ie_buy_tickets {
  background: #c5169e;
  border-color: #c5169e; }

.izkustvata-events-content .all_ie_events {
  margin-bottom: 40px; }

.izkustvata-events-content .layout-btns .list-icon {
  background: url("../images/list-layout-pink.png") no-repeat; }

.izkustvata-events-content .layout-btns .grid-icon {
  background: url("../images/grid-layout-pink.png") no-repeat; }

.izkustvata-events-content .layout-btns .active {
  background-position: 0 -16px; }

.izkustvata-events-content .title {
  margin-bottom: 36px; }

.gallery-links {
  text-align: center; }

.single-gallery {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }
  .single-gallery h2 {
      margin: 28px 0;
  line-height: 1.2;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "a_futuraortobold"; }
  .single-gallery .gallery-link {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 180px;
    width: 100%; }
    .single-gallery .gallery-link:hover {
      background: url(../images/gallery_hover_small.png) center no-repeat rgba(0, 0, 0, 0.5); }

.izkustvata-events-content-inner .incoming_event_ribbon {
  position: absolute;
  height: 76px;
  width: 73px;
  background: #fff;
  text-align: center;
  font-family: "a_futuraortobold";
  color: #000; }
  .izkustvata-events-content-inner .incoming_event_ribbon h1 {
    font-size: 36px; }
  .izkustvata-events-content-inner .incoming_event_ribbon p {
    font-size: 18px; }

.izkustvata-events-content-inner .inner_new_options .an_pdf {
  background: #c5169e !important; }

/*.izkustvata-events-content-inner .text_content > div::first-letter {
  font-size: 5.50688rem;
  font-family: "a_futuraortobold";
  line-height: 88px;
  float: left;
  margin: 4px 12px 4px 0px; }*/

.izkustvata-events-content-inner .text_content img {
  margin-top: 50px;
  width: 100%; }

.izkustvata-events-content-inner .timeline .single_program .single_program_right .sp-type {
  color: #c5169e; }

.izkustvata-events-content-inner .single_program .single_program_right .sp_buy_tickets {
  border-color: #c5169e;
  background: #c5169e; }

.izkustvata-news-content #news-filter {
  margin: 36px 0; }
.archive-heading {
  padding-top: 80px; }
  .archive-heading h1, .archive-heading h2, .archive-heading a {
    font-family: "a_futuraortobold";
    text-transform: uppercase;
    text-align: center; }
  .archive-heading h2 {
    font-size: 30px;
    color: #464646;
    margin-bottom: 34px; }
  .archive-heading h1 {
    font-size: 48px;
    margin-bottom: 48px; }
    @media only screen and (max-width: 480px) {
      .archive-heading h1 {
        font-size: 40px; } }
  .archive-heading p {
    font-size: 18px;
    font-family: "AFuturaOrto";
    line-height: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    -o-column-gap: 70px;
    padding-left: 70px;
    padding-right: 36px; }
  .archive-heading .a-button {
    font-size: 14px;
    text-decoration: none;
    width: 207px;
    background: none;
    border: 1px solid #d6d6d6;
    display: block;
    margin: 42px auto;
    color: #000;
    padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    .archive-heading p {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      -o-column-count: 1;
      padding: 0px; } }

.izkustvata-overview-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }
  .izkustvata-overview-content .content-text {
    font-family: "AFuturaOrto";
    font-size: 17px;
    line-height: 30px;
    max-width: 884px;
    margin: 0 auto;
    margin-bottom: 100px; }

.izkustva-slider-wrapper {
  max-width: 960px;
  margin: 0 auto; }

.izkustvata-overview-wrapper {
  /* overflow: hidden; */ }
  .izkustvata-overview-wrapper .bx-viewport {
    overflow: visible !important; }
  .izkustvata-overview-wrapper .bx-controls-direction a {
    margin-top: 0px;
    top: 42%; }
  .izkustvata-overview-wrapper .bx-next {
    right: 0px; }
  .izkustvata-overview-wrapper .bx-prev {
    left: 0px; }
  .izkustvata-overview-wrapper li.active-slide .overlay-slide {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in; }
  .izkustvata-overview-wrapper .overlay-slide {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease-out; }

.izkustva-video-clip {
  position: relative;
  margin-bottom: 108px; }
  .izkustva-video-clip > img {
    width: 100%; }
  .izkustva-video-clip a {
    text-decoration: none;
    color: black; }
  .izkustva-video-clip .play-video {
    position: absolute;
    top: calc(50% - 21.5px);
    left: calc(50% - 80px);
    height: 43px;
    text-transform: uppercase;
    text-align: center; }
    .izkustva-video-clip .play-video .black-left {
      height: 100%;
      display: inline-block;
      vertical-align: top;
      width: 41px;
      background: #000;
      margin-right: -4px;
      line-height: 40px; }
      .izkustva-video-clip .play-video .black-left img {
        vertical-align: middle; }
      .izkustva-video-clip .play-video .black-left:hover {
        background: #c5169e; }
    .izkustva-video-clip .play-video .white-right {
      height: 100%;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px;
      background: #fff;
      font-size: 18px;
      line-height: 46px;
      font-family: "a_futuraortobold"; }
  .izkustva-video-clip .black-text {
    position: absolute;
    height: 115px;
    line-height: 115px;
    width: calc(100% - 100px);
    background: rgba(0, 0, 0, 0.9);
    font-family: "a_futuraortobold";
    font-size: 30px;
    color: #fff;
    padding-left: 40px;
    bottom: -45px;
    margin-left: 30px;
    text-transform: uppercase; }

.izkustvata-gallery-content {
  max-width: 1225px;
  margin: 0 auto;
  margin-top: 44px;
  padding: 0 10px; }
  .izkustvata-gallery-content .image-wrapper {
    position: relative;
    max-width: 931px; }
    .izkustvata-gallery-content .image-wrapper > img {
      width: 100%; }
  .izkustvata-gallery-content .image-info {
    z-index: 100;
    color: #fff;
    height: 140px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 3px; }
    .izkustvata-gallery-content .image-info span.border {
      position: absolute;
      z-index: 10;
      margin: 30px 17px 0 20px;
      height: 80px;
      width: 80px;
      border: 1px solid #4c4c4c; }
    .izkustvata-gallery-content .image-info span.counter {
      background-color: #000;
      float: left;
      font-family: "a_futuraortobold";
      font-size: 1.875em;
      height: 80px;
      width: 80px;
      margin: 35px 17px 0 25px;
      border: 1px solid #4c4c4c;
      line-height: 80px;
      position: relative;
      z-index: 20;
      text-align: center; }
    .izkustvata-gallery-content .image-info h1 {
      float: left;
      text-transform: uppercase;
      font-family: "a_futuraortobold";
      font-size: 1.875em; }
    .izkustvata-gallery-content .image-info p {
      font-family: "AFuturaOrto";
      font-size: 1em;
      margin-top: 70px; }
  .izkustvata-gallery-content .gallery-link {
    position: absolute;
    height: 98%;
    width: 100%;
    top: 0px;
    left: 0px; }
    .izkustvata-gallery-content .gallery-link:hover {
      background: url(../images/gallery_hover_small.png) center no-repeat rgba(0, 0, 0, 0.5); }
  .izkustvata-gallery-content .star-ribbon {
    position: absolute;
    top: 0;
    left: 2%; }
  .izkustvata-gallery-content .small-ribbon {
    left: 4%; }
  .izkustvata-gallery-content .main-gallery {
    float: left;
    margin-left: 12px;
    width: 77%; }
    @media only screen and (max-width: 1023px) {
      .izkustvata-gallery-content .main-gallery {
        width: 95%;
        float: none;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .izkustvata-gallery-content .main-gallery h1 {
        font-size: 1.625em; }
      .izkustvata-gallery-content .main-gallery p {
        font-size: 1em; } }
    @media only screen and (max-width: 480px) {
      .izkustvata-gallery-content .main-gallery .image-info {
        height: 50px;
        width: 100%; }
        .izkustvata-gallery-content .main-gallery .image-info .border, .izkustvata-gallery-content .main-gallery .image-info .counter {
          height: 32px;
          width: 32px;
          font-size: 1em; }
        .izkustvata-gallery-content .main-gallery .image-info .border {
          margin: 5px 17px 0 8px; }
        .izkustvata-gallery-content .main-gallery .image-info .counter {
          margin: 8px 17px 0 12px;
          line-height: 35px; }
        .izkustvata-gallery-content .main-gallery .image-info h1 {
          font-size: 16px;
          margin-top: 18px;
          float: none;
          text-align: left;
          font-size: 14px;
          margin-top: 16px; }
        .izkustvata-gallery-content .main-gallery .image-info p {
          display: none; } }
  .izkustvata-gallery-content .small-right-main {
    float: right;
    margin-right: 12px;
    width: 19.8%; }
    .izkustvata-gallery-content .small-right-main .image-wrapper {
      margin-bottom: 25px; }
    .izkustvata-gallery-content .small-right-main .image-info {
      height: 50px;
      width: 100%; }
      .izkustvata-gallery-content .small-right-main .image-info .border, .izkustvata-gallery-content .small-right-main .image-info .counter {
        height: 32px;
        width: 32px;
        font-size: 1em; }
      .izkustvata-gallery-content .small-right-main .image-info .border {
        margin: 5px 17px 0 8px; }
      .izkustvata-gallery-content .small-right-main .image-info .counter {
        margin: 8px 17px 0 12px;
        line-height: 35px; }
      .izkustvata-gallery-content .small-right-main .image-info h1 {
        font-size: 16px;
        margin-top: 18px;
        float: none;
        text-align: left; }
        @media only screen and (max-width: 767px) {
          .izkustvata-gallery-content .small-right-main .image-info h1 {
            font-size: 14px;
            margin-top: 16px; } }
    @media only screen and (max-width: 1023px) {
      .izkustvata-gallery-content .small-right-main {
        float: none;
        width: 100%;
        text-align: center; }
        .izkustvata-gallery-content .small-right-main .image-wrapper {
          display: inline-block;
          width: calc(33% - 7px); }
        .izkustvata-gallery-content .small-right-main .image-info, .izkustvata-gallery-content .small-right-main h1 {
          text-align: left; } }
  .izkustvata-gallery-content .medium-img-left {
    float: left;
    width: 34%; }
    .izkustvata-gallery-content .medium-img-left .press-photo-video {
      display: block;
      margin-bottom: 25px;
      width: 91%; }
    @media only screen and (max-width: 1023px) {
      .izkustvata-gallery-content .medium-img-left .press-photo-video {
        width: 93%;
        margin: 0px;
        margin-left: 10px;
        margin-bottom: 2px; }
        .izkustvata-gallery-content .medium-img-left .press-photo-video:first-child{
            margin-bottom: 4px;
          } }
    @media only screen and (max-width: 767px) {
      .izkustvata-gallery-content .medium-img-left {
        float: none;
        width: 66%;
        display: inline-block; }
        .izkustvata-gallery-content .medium-img-left .press-photo-video {
          width: 48%;
          display: inline-block;
          margin-left: 4px; } }
  .izkustvata-gallery-content .medium-img-right {
    float: right;
    margin-right: 12px;
    width: 64.5%; }
    @media only screen and (max-width: 1023px) {
      .izkustvata-gallery-content .medium-img-right {
        float: left;
        /* margin-right: 12px; */
        width: 63.5%; } }
    @media only screen and (max-width: 767px) {
      .izkustvata-gallery-content .medium-img-right {
        float: none;
        width: 31.4%;
        display: inline-block;
        margin-right: 0px; }
        .izkustvata-gallery-content .medium-img-right .image-info {
          height: 50px;
          width: 100%;
          text-align: left; }
          .izkustvata-gallery-content .medium-img-right .image-info .border, .izkustvata-gallery-content .medium-img-right .image-info .counter {
            height: 32px;
            width: 32px;
            font-size: 1em; }
          .izkustvata-gallery-content .medium-img-right .image-info .border {
            margin: 5px 17px 0 8px; }
          .izkustvata-gallery-content .medium-img-right .image-info .counter {
            margin: 8px 17px 0 12px;
            line-height: 35px; }
          .izkustvata-gallery-content .medium-img-right .image-info h1 {
            font-size: 14px;
            float: none;
            text-align: left; }
          .izkustvata-gallery-content .medium-img-right .image-info p {
            display: none; } }
  @media only screen and (max-width: 767px) {
    .izkustvata-gallery-content .second-row-img {
      text-align: center;
      width: 99%; } }
  .izkustvata-gallery-content .bottom-gallery {
    width: 100%; }
    .izkustvata-gallery-content .bottom-gallery .press-photo-video {
      width: 31%;
      margin-left: 1%;
      margin-right: 1%; }
    @media only screen and (max-width: 1023px) {
      .izkustvata-gallery-content .bottom-gallery {
          width: calc(100% - 9px);
  margin-left: 8px; }
        .izkustvata-gallery-content .bottom-gallery .press-photo-video {
          margin-left: 1.15%;
          float: left;
          margin-right: 1.15%; } }
    @media only screen and (max-width: 767px) {
      .izkustvata-gallery-content .bottom-gallery {
        text-align: center; }
        .izkustvata-gallery-content .bottom-gallery .press-photo-video {
          margin-left: 0px;
          margin-right: 4px;
          float: none; } }
  .izkustvata-gallery-content .load-more-gallery {
    height: 48px;
    width: calc(100% - 2px);
    border: 1px solid #ccc;
    margin-top: 40px;
    line-height: 48px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: block;
    clear: both;
    font-family: "a_futuraortobold";
    text-decoration: none;
    /*===== Animation button backgrounf fade effect ====*/
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: "ease-in";
    -moz-transition-timing-function: "ease-in";
    transition-timing-function: "ease-in";
    margin: 0 12px; }
    .izkustvata-gallery-content .load-more-gallery::after {
      clear: both;
      content: "";
      display: table; }
    .izkustvata-gallery-content .load-more-gallery:hover {
      color: #fff;
      background: #000; }
  @media only screen and (max-width: 600px) {
    .izkustvata-gallery-content .main-gallery, .izkustvata-gallery-content .small-right-main .image-wrapper, .izkustvata-gallery-content .second-row-img, .izkustvata-gallery-content .medium-img-left, .izkustvata-gallery-content .medium-img-left .press-photo-video, .izkustvata-gallery-content .medium-img-right, .izkustvata-gallery-content .bottom-gallery .press-photo-video {
      display: block;
      float: none;
      width: 100%;
      max-width: 532px;
      margin: 0 auto; } }

.gallery-inner-content-wrapper {
  background: #1f1f1f;
  padding-bottom: 90px;
  padding-top: 18px; }
  .gallery-inner-content-wrapper .gallery-inner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  .gallery-inner-content-wrapper #slide-counter {
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 38px;
    font-family: "a_futuraortobold";
    height: 38px;
    min-width: 38px;
    bottom: 0;
    margin-top: 2px;
    background-color: #fff; }
  .gallery-inner-content-wrapper .gallery-slider-wrapper {
    position: relative;
    width: 100% }
    .gallery-inner-content-wrapper .gallery-slider-wrapper .bx-wrapper .bx-controls-direction a {
      top: 53%; }
    .gallery-inner-content-wrapper .gallery-slider-wrapper .bx-wrapper .bx-prev {
      left: 0; }
    .gallery-inner-content-wrapper .gallery-slider-wrapper .bx-wrapper .bx-next {
      right: 0; }
    .gallery-inner-content-wrapper .back-to-events-link {
      font-size: 13px;
      font-family: "a_futuraortobold";
      text-decoration: none;
      text-transform: uppercase;
      background: url(../images/back-arrow.png) no-repeat left center;
      padding-left: 13px;
      color: #000;
      display: block;
      margin-top: 15px;
      background: url(../images/back-link-white.png) no-repeat left center;
      float: left;
      margin-bottom: 20px;
      color: #fff; }
    .gallery-inner-content-wrapper .gallery-left-content .gallery-inner-info {
        margin-top: 35px;
        line-height: 1.2;
      color: #fff; }
      .gallery-inner-content-wrapper .gallery-left-content {
        clear: both;
        overflow: hidden;
      }
      .gallery-inner-content-wrapper .gallery-left-content .gallery-inner-info h1 {
        font-size: 1.875em;
        font-family: "a_futuraortobold";
        text-transform: uppercase; }
      .gallery-inner-content-wrapper .gallery-left-content .gallery-inner-info span {
        font-size: 1.125em;
        font-family: "a_futuraortobold";
        opacity: 0.5;
        margin-top: 18px;
        margin-bottom: 32px;
        display: block;
        text-transform: uppercase; }
      .gallery-inner-content-wrapper .gallery-left-content .gallery-inner-info p {
        font-size: 1em;
        font-family: "AFuturaOrto";
        line-height: 25px;
        margin-bottom: 20px; }
  .gallery-inner-content-wrapper .gallery-right-content {
    float: right;
    min-height: 500px;
    margin-top: -1px;
    width: 100%; }
    .gallery-inner-slider img{
      width: 100%;
    }
    .gallery-inner-content-wrapper .gallery-right-content a {
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      font-size: 0.8125em;
      font-family: "a_futuraortobold";
      display: block;
      height: 38px;
      line-height: 40px; }
    .gallery-inner-content-wrapper .gallery-right-content .photo-or-video {
      margin-bottom: 17px;
      float: left; }
      .gallery-inner-content-wrapper .gallery-right-content .photo-or-video a:first-child {
        background: url(../images/business-gallery-icon.png) no-repeat center left 10px;
        padding-left: 50px; }
      .gallery-inner-content-wrapper .gallery-right-content .photo-or-video a:last-child {
        background: url(../images/play-video.png) no-repeat center left 10px;
        padding-left: 45px;
        width: 60px; }
      .gallery-inner-content-wrapper .gallery-right-content .photo-or-video a {
        width: 72px;
        margin-right: 10px;
        display: inline-block; }
        .gallery-inner-content-wrapper .gallery-right-content .photo-or-video a:hover, .gallery-inner-content-wrapper .gallery-right-content .photo-or-video a.active {
          border: 1px solid #5a5a5a; }
      @media only screen and (max-width: 480px) {
        .gallery-inner-content-wrapper .gallery-right-content .photo-or-video {
          float: none; } }
    .gallery-inner-content-wrapper .gallery-right-content .gallery-select {
      margin-bottom: 17px;
      float: right;
      border: 1px solid #5a5a5a;
      width: 162px;
      position: relative; }
      .gallery-inner-content-wrapper .gallery-right-content .gallery-select a {
        padding-left: 13px;
        background: #1f1f1f; }
      .gallery-inner-content-wrapper .gallery-right-content .gallery-select .gallery-name {
        background: url(../images/dropdown-arrow.png) no-repeat center right 15px; }
      .gallery-inner-content-wrapper .gallery-right-content .gallery-select .gallery-options {
        position: absolute;
        z-index: 2000;
        width: 162px;
        border: 1px solid #5a5a5a;
        left: -1px; }
        .gallery-inner-content-wrapper .gallery-right-content .gallery-select .gallery-options a:first-child {
          border-bottom: 1px solid #5a5a5a; }
      @media only screen and (max-width: 480px) {
        .gallery-inner-content-wrapper .gallery-right-content .gallery-select {
          float: none; } }
  @media only screen and (max-width: 1279px) {
    .gallery-inner-content-wrapper .gallery-left-content {
      width: 100%;
      float: none; }
    .gallery-inner-content-wrapper .gallery-left-content .gallery-inner-info {
      margin-top: 20px; }
    .gallery-inner-content-wrapper .gallery-right-content {
      width: 68%;
      float: none;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .gallery-inner-content-wrapper .gallery-right-content {
      width: 100%; } }

.izkustvata-homepage-content {
  max-width: 1200px;
  margin: 30px auto 0px;
  padding: 0 10px; }
  .izkustvata-homepage-content .close-icon {
    float: right;
    margin-top: 24px; }
    .izkustvata-homepage-content .close-icon small {
      font-family: "a_futuraortobold";
      font-size: 13px;
      text-transform: uppercase;
      padding-right: 10px; }
  .izkustvata-homepage-content .a-buttons {
    margin: 0 auto;
    width: 400px; }
    .izkustvata-homepage-content .a-buttons .a-button {
      display: inline-block;
      width: 140px; }
    @media only screen and (max-width: 767px) {
      .izkustvata-homepage-content .a-buttons {
        width: 290px; } }
  .izkustvata-homepage-content .arch-btn {
    font-size: 14px;
    color: #606060;
    float: right;
    margin-top: -65px; }
    @media only screen and (max-width: 767px) {
      .izkustvata-homepage-content .arch-btn {
        float: none;
        margin-top: 0px;
        margin-bottom: 20px;
        display: block; } }
  .izkustvata-homepage-content .news_wrapper {
    max-width: 1200px;
    width: 100%;
    padding: 0px !important; }
    @media only screen and (min-width: 1024px) {
      .izkustvata-homepage-content .news_wrapper .news-container:nth-child(4) {
        display: block !important; } }
  .izkustvata-homepage-content .news-container {
    width: 21.26%;
    margin-right: 4.8%;
    margin-left: 0px; }
    .izkustvata-homepage-content .news-container:nth-of-type(5) {
      margin-right: 0px; }
    @media only screen and (max-width: 767px) {
      .izkustvata-homepage-content .news-container {
        width: 100%; } }
  .izkustvata-homepage-content .incoming_events_inner_wrapper .title {
    padding-bottom: 0px; }

.desktop_calendar {
  position: absolute;
  display: block;
    height: 54px;
  width: 119px;
  padding: 0 16px;
  border: 1px solid #ccc;
  top: 23px;
  right: 13px;
  font-family: "a_futuraortobold";
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 60px;
  background: url(../images/calendar.png) center right 16px no-repeat; }
  @media only screen and (max-width: 1023px) {
    .desktop_calendar {
      display: none; } }

.izkustvata-homepage2-content .a-button:last-child {
  width: 206px; }

.izkustvata-homepage2-content .a-buttons {
  width: 355px; }
  @media only screen and (max-width: 480px) {
    .izkustvata-homepage2-content .a-buttons {
      width: 300px;
      text-align: center; }
      .izkustvata-homepage2-content .a-buttons .a-button {
        width: 200px;
        margin: 10px auto; } }

.izkustvata-homepage2-content .archive-heading {
  float: left;
  width: calc(50% - 80px);
  padding-right: 80px;
  padding-top: 0px;
  border-right: 1px solid #d6d6d6; }
  .izkustvata-homepage2-content .archive-heading h2 {
    font-size: 24px; }
  .izkustvata-homepage2-content .archive-heading h1 {
    font-size: 36px;
    margin-bottom: 35px; }
  .izkustvata-homepage2-content .archive-heading p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    text-align: center;
    padding-left: 0px; }
  @media only screen and (max-width: 1023px) {
    .izkustvata-homepage2-content .archive-heading {
      float: none;
      width: 100%;
      padding-right: 0px;
      border-right: none; } }

.izkustvata-homepage2-content .izkustva-video-clip {
  float: right;
  width: calc(50% - 36px);
  margin-top: 10px; }
  .izkustvata-homepage2-content .izkustva-video-clip .black-text {
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    padding-left: 24px;
    bottom: -23px; }
  @media only screen and (max-width: 1023px) {
    .izkustvata-homepage2-content .izkustva-video-clip {
      float: none;
      width: 100%; } }

.izkustvata-homepage2-content .heading2 {
  margin-top: 50px;
  border-bottom: 1px solid #d6d6d6; }
  @media only screen and (max-width: 480px) {
    .izkustvata-homepage2-content .heading2 {
      border-bottom: none; } }

.izkustvata-homepage2-content .incoming_events_inner_wrapper {
  margin-top: 40px; }

/*  Import NDK inside  */
.inside-ndk-nav .bottom-nav-menu :not(:first-child) {
  padding-right: 0.83333%;
  padding-left: 0.83333%; }

.inside-ndk-header {
  max-width: 100%;
  margin: 0 auto; }
  .inside-ndk-header .ndk-header {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 50px; }
    .inside-ndk-header .ndk-header h1 {
      position: absolute;
      bottom: 48px;
      left: 83px;
      color: #fff;
      text-transform: uppercase;
      font-size: 36px;
      font-family: "a_futuraortobold"; }
    .inside-ndk-header .ndk-header img {
      width: 100%; }

.inside-ndk-banners .banner h1 {
  margin-bottom: 20px; }

.inside-ndk-banners .banner p {
  width: 50%; }

.inside-izkustvo {
  min-height: 545px;
  width: 100%;
  text-align: center;
  margin-top: 53px;
  background: #1f1f1f; }
  .inside-izkustvo h1 {
    font-size: 30px;
    font-family: "a_futuraortobold";
    color: #fff;
    padding-top: 63px;
    padding-bottom: 31px; }
  .inside-izkustvo p {
    font-size: 18px;
    font-family: "AFuturaOrto";
    color: #b0b0b0;
    margin-bottom: 52px; }
  .inside-izkustvo > a {
    display: inline-block;
    width: 143px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-family: "a_futuraortobold";
    text-transform: uppercase;
    font-size: 14px;
    padding: 18px 0;
    margin-bottom: 45px; }
  .inside-izkustvo .izkustvo-images {
    margin-bottom: 45px; }
    .inside-izkustvo .izkustvo-images .izkustvo-img {
      display: inline-block;
      position: relative; }
      .inside-izkustvo .izkustvo-images .izkustvo-img.type-1 {
        max-width: 173px;
        max-height: 230px; }
      .inside-izkustvo .izkustvo-images .izkustvo-img.type-2 {
        max-width: 222px;
        max-height: 167px; }
      .inside-izkustvo .izkustvo-images .izkustvo-img a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .inside-izkustvo .izkustvo-images .izkustvo-img a:hover {
          background: url(../images/view-image-icon.png) no-repeat center center rgba(0, 0, 0, 0.3); }

.new-section-header {
  text-align: left; }

.new_section_devider {
  display: block; }

.inside-ndk-content {
  margin-bottom: 100px;
  padding: 0 10px; }
  .inside-ndk-content .row:first-of-type {
    border-bottom: none;
    margin-top: 0px; }
  .inside-ndk-content .bx-wrapper .bx-controls-direction a.disabled {
    display: block !important; }
  .inside-ndk-content .bx-wrapper .bx-controls-direction a {
    margin-top: 0px;
    top: 44%; }
  .inside-ndk-content .bx-prev {
    left: 0px; }
  .inside-ndk-content .bx-next {
    right: 0px; }
  .inside-ndk-content .ndk-bars-wrapper {
    margin-top: 45px; }

.bars_header {
  background-image: url("../images/shadow.png"), url("../../uploads/ndk-bars-header.jpg");
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center center;
  background-size: auto, cover;
  @endif;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .bars_header .bars_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 437px;
    padding-right: 10px; }
    .bars_header .bars_header_wrapper .bars_header_inner_wrapper {
      position: absolute;
      bottom: 25px;
      width: 100%; }
      .bars_header .bars_header_wrapper .bars_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
        @media only screen and (max-width: 1279px) {
          .bars_header .bars_header_wrapper .bars_header_inner_wrapper h1 {
            padding-left: 10px; } }
      .bars_header .bars_header_wrapper .bars_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .bars_header .bars_header_wrapper .bars_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

.ndk-bars-wrapper {
  max-width: 1200px;
  margin: 0 auto; }
  .ndk-bars-wrapper .row .ndk-bar {
    width: 30.4%; }
    .ndk-bars-wrapper .row .ndk-bar h1 {
      font-size: 18px;
      margin-bottom: 0px;
      text-transform: uppercase; }
    .ndk-bars-wrapper .row .ndk-bar p {
      font-size: 16px;
      opacity: 1; }
    .ndk-bars-wrapper .row .ndk-bar img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .ndk-bars-wrapper .row .ndk-bar {
        width: 50%;
        margin-right: 0px !important;
        min-width: 300px; } }
    @media only screen and (max-width: 1023px) {
      .ndk-bars-wrapper .row .ndk-bar:nth-child(2n+2) {
        margin-right: 3.5%; } }

.bars_inner_header {
  background-image: url("../images/shadow.png"), url("../../uploads/ndk-bars-inner-header.jpg");
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center center;
  background-size: auto, cover;
  @endif;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .bars_inner_header .bars_inner_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 437px;
    padding-right: 10px; }
    .bars_inner_header .bars_inner_header_wrapper .bars_inner_header_inner_wrapper {
      position: absolute;
      bottom: 25px;
      width: 100%; }
      .bars_inner_header .bars_inner_header_wrapper .bars_inner_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
        @media only screen and (max-width: 1279px) {
          .bars_inner_header .bars_inner_header_wrapper .bars_inner_header_inner_wrapper h1 {
            padding-left: 10px; } }
      .bars_inner_header .bars_inner_header_wrapper .bars_inner_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .bars_inner_header .bars_inner_header_wrapper .bars_inner_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

.bars_inner_header_inner_wrapper p {
  clear: both;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "a_futuraortobold"; }

.bars_inner_header_inner_wrapper h1 {
  line-height: 35px !important; }

.bars_inner_header_inner_wrapper .bar-links {
  float: right;
  max-width: 248px;
  padding-right: 10px;
  text-align: center; }
  .bars_inner_header_inner_wrapper .bar-links > a {
    display: inline-block;
    height: 81px;
    width: 81px;
    border: 1px solid #4c4c4c;
    margin-right: -4px;
    vertical-align: top; }
  .bars_inner_header_inner_wrapper .bar-links .bar-3d-link {
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-family: "a_futuraortobold";
    background: rgba(0, 0, 0, 0.7);
    line-height: 81px; }
  .bars_inner_header_inner_wrapper .bar-links .bar-3d-link.active {
    color: black;
    background: white;
    position: relative; }
  .bars_inner_header_inner_wrapper .bar-links .bar-gallery-link {
    background: url(../images/bar-gallery-icon.png) no-repeat center rgba(0, 0, 0, 0.7); }
  .bars_inner_header_inner_wrapper .bar-links .share-dropdown {
    background: url(../images/bar-share-icon.png) no-repeat center rgba(0, 0, 0, 0.7); }
  .bars_inner_header_inner_wrapper .bar-links .tooltip:hover:after {
    background: #fff;
    bottom: 100px;
    color: #000;
    content: attr(title);
    left: 0;
    padding: 5px 5px;
    position: absolute;
    z-index: 98;
    width: 164px;
    line-height: 33px;
    font-size: 12px; }
  .bars_inner_header_inner_wrapper .bar-links .tooltip:hover:before {
    border: solid;
    border-color: #fff transparent;
    border-width: 10px 5px 0 5px;
    bottom: 90px;
    content: "";
    left: 40%;
    position: absolute;
    z-index: 99; }
  @media only screen and (max-width: 767px) {
    .bars_inner_header_inner_wrapper .bar-links {
      padding-right: 15px;
      margin-right: 0px;
      margin-left: 10px; } }

.bars-inner-content {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 45px;
  padding: 0 10px; }
  .bars-inner-content > p {
    font-family: "AFuturaOrto";
    font-size: 17px; }
  .bars-inner-content p {
    line-height: 26px; }
  .bars-inner-content span.bold {
    font-family: "a_futuraortobold"; }
  .bars-inner-content span.blue {
    color: #1660c5; }
  /*.bars-inner-content .contact-text-left {
    width: 57.9166666667%;
    float: left; }*/
  .bars-inner-content .contact-info-right {
    float: right;
    padding-left: 32px;
    margin-left: 20px;
    text-transform: uppercase;
    border-left: 1px solid #d6d6d6; }
    .bars-inner-content .contact-info-right h3 {
      font-size: 14px;
      font-family: "a_futuraortobold"; }
    .bars-inner-content .contact-info-right p {
      line-height: 24px;
      font-size: 13px;
      font-family: "AFuturaOrto"; }
    .bars-inner-content .contact-info-right span {
      font-size: 13px; }
    .bars-inner-content .contact-info-right h3, .bars-inner-content .contact-info-right p {
      padding-left: 40px; }
  .bars-inner-content .rabotno-vreme {
    background: url(../images/bars-clock-icon.png) no-repeat top left; }
  .bars-inner-content .kontakti {
    margin-top: 26px;
    background: url(../images/bars-phone-icon.png) no-repeat top left 5px; }
  .bars-inner-content .extri {
    border-top: 1px dashed #d6d6d6;
    padding-top: 40px; }
    .bars-inner-content .extri .right {
      margin-left: 35%;
      width: 41%; }
  .bars-inner-content .izkustva-slider-wrapper {
    margin-top: 55px; }
  @media only screen and (max-width: 767px) {
    .bars-inner-content .contact-text-left {
      width: 100%;
      float: none; }
    .bars-inner-content .contact-info-right {
      float: none;
      padding-left: 0px;
      margin-left: 0px;
      border-left: none;
      margin-top: 20px; }
    .bars-inner-content .rabotno-vreme, .bars-inner-content .kontakti {
      display: inline-block; }
    .bars-inner-content .rabotno-vreme {
      margin-right: 20px; }
    .bars-inner-content .info .right {
      margin-left: 0;
      margin-top: 15px;
      width: 100%; } }
      @media only screen and (max-width: 479px) {
        .bars-inner-content .rabotno-vreme, .bars-inner-content .kontakti{
          background: none;
        }
        .bars-inner-content .contact-info-right h3, .bars-inner-content .contact-info-right p{
          padding-left: 0px;
        }
        .bars-inner-content .kontakti{
          margin-top: 20px;
        }
      }

/*  Halls inner  */
.hall-gallery{
    display: block;
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.inside_halls_header {
  background-image: url("../images/shadow.png"), url("../../uploads/inside-halls-header.jpg");
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center center;
  background-size: auto, cover;
  @endif;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .inside_halls_header .inside_halls_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 437px;
    padding-right: 10px; }
    .inside_halls_header .inside_halls_header_wrapper .inside_halls_header_inner_wrapper {
      position: absolute;
      bottom: 25px;
      width: 100%; }
      .inside_halls_header .inside_halls_header_wrapper .inside_halls_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
        @media only screen and (max-width: 1279px) {
          .inside_halls_header .inside_halls_header_wrapper .inside_halls_header_inner_wrapper h1 {
            padding-left: 10px; } }
      .inside_halls_header .inside_halls_header_wrapper .inside_halls_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .inside_halls_header .inside_halls_header_wrapper .inside_halls_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

@media only screen and (max-width: 480px) {
  .inside-ndk-header .ndk-header h1 {
    font-size: 1.5em; } }

@media only screen and (max-width: 1023px) {
  .inside-ndk-header .ndk-header h1 {
    bottom: 15px;
    left: 15px; } }

.inside-halls-content{
  background: #1f1f1f;
}
.inside-halls-navigation {
  min-height: 100px;
  width: calc(100% - 20px);
  background: #1f1f1f;
  padding: 0 10px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }
  .inside-halls-navigation li {
    float: left;
    opacity: 0.6;
    text-align: center;
    width: 14%;
      display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; 
  -webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  float: left;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
    height: 100px;
    vertical-align: bottom;}
    .inside-halls-navigation li a {
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      font-size: 15px;
      font-family: "a_futuraortobold"; }
      .inside-halls-navigation li a p{
        line-height: 1.2;
      }
    .inside-halls-navigation li img {
      margin: 15px auto;
      display: block; }
  .inside-halls-navigation li:hover {
    opacity: 1; }
  .inside-halls-navigation li.active {
    opacity: 1;
    background: #1a1a1a;
    box-shadow: 0px 1px #1a1a1a; }
  .inside-halls-navigation .back-arrow {
    border: none;
    text-align: right;
    margin-bottom: -20px; }
    .inside-halls-navigation .back-arrow img {
      float: right; }
    .inside-halls-navigation .back-arrow p {
      max-width: 150px;
      padding-right: 30px;
      margin-top: 15px; }
.all-halls{
    max-width: 1250px;
  margin: 0 auto;
}
.inside-halls-inner-content {
  background-color: #1a1a1a;
    border-top: 1px solid #353535;
    padding: 60px 10px 0; }
  .inside-halls-inner-content .hall {
    width: calc(25% - 53px);
    margin-bottom: 40px;
    display: inline-block;
    padding: 0px 25px;
    text-align: center; }
    .inside-halls-inner-content .hall a {
      text-decoration: none; }
      .inside-halls-inner-content .hall a .hall-image {
        /*===== Animation zoom in effect on images ====*/
        overflow: hidden; }
        .inside-halls-inner-content .hall a .hall-image img {
          width: auto;
          transition: all 0.3s ease-in-out; }
          .inside-halls-inner-content .hall a .hall-image img:hover {
            cursor: pointer;
            margin: 0;
            transform: scale(1.1); }
        .inside-halls-inner-content .hall a .hall-image img {
          width: 100%; }
      .inside-halls-inner-content .hall a h1 {
        font-family: "a_futuraortobold";
        font-size: 16px;
        margin-top: 17px;
        color: #fff;
        text-transform: uppercase; }

.halls-content-inner-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.hall-map {
  float: left;
  width: 65%;
  max-width: 775px;
  margin-right: 40px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1023px) {
    .hall-map {
      float: none;
      width: 100%;
      margin: 0 auto;
      display: block; } }

.hall-review .hall-info {
  color: #fff;
  float: right;
  width: 30%;
  text-align: left; }
  .hall-review .hall-info h1 {
    font-size: 30px;
    font-family: "a_futuraortobold";
    padding-bottom: 23px;
    text-transform: uppercase; }
  .hall-review .hall-info p {
    font-family: "AFuturaOrto";
    font-size: 16px;
    padding-bottom: 58px;
    line-height: 25px; }
  .hall-review .hall-info a {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 22px 60px;
    border: 2px solid #fff;
    color: #fff;
    margin-bottom: 22px;
    font-family: "a_futuraortobold"; }
  .hall-review .hall-info .more-info {
    border-top: 1px solid #353535;
    padding-top: 30px;
    padding-bottom: 60px; }
    .hall-review .hall-info .more-info h2 {
      font-size: 18px;
      font-family: "a_futuraortobold";
      padding-bottom: 28px;
      text-transform: uppercase; }
    .hall-review .hall-info .more-info li {
      list-style-type: none;
      padding-left: 10px;
      line-height: 26px; }
      .hall-review .hall-info .more-info li:before {
        content: '-';
        position: absolute;
        margin-left: -10px; }
  @media only screen and (max-width: 1023px) {
    .hall-review .hall-info {
      float: none;
      width: 100%; } }
.hall-tech {
  padding-bottom: 60px;
}
.hall-tech ol {
  counter-reset: li;
  padding-left: 0;
  -webkit-column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }
  @media only screen and (max-width: 767px) {
    .hall-tech ol {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      -o-column-count: 1;
      column-count: 1; }
      .hall-tech ol li {
        font-size: 15px; } }

.hall-tech ol > li {
  font-size: 16px;
  font-family: "a_futuraortobold";
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding: 12px 0px;
  padding-left: 70px;
  list-style: none;
  height: 100px;
  position: relative;
  width: calc(100% - 70px);
  display: inline-block; }

.hall-tech ol > li:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  color: #535353;
  font-size: 2.25em;
  margin: 40px 0; }

.hall-tech span {
  position: absolute;
    top: 48px;
  line-height: 1.2; }

.hall-gallery h1 {
  text-align: left; }

.hall-gallery .press-photo-video {
  margin-bottom: 30px; }
  .hall-gallery .press-photo-video .no-number .number {
    visibility: hidden; }
  .hall-gallery .press-photo-video .no-number h1 {
    margin-left: 20px; }

.hall-plan {
  color: #fff;
  text-align: left; }
  .hall-plan h1 {
    font-size: 30px;
    font-family: "a_futuraortobold";
    padding-bottom: 23px;
    text-transform: uppercase; }
  .hall-plan ul li {
    font-family: "AFuturaOrto";
    font-size: 16px;
    margin-bottom: 18px; }
  .hall-plan li:nth-child(1):before {
    content: "■";
    font-family: "Arial Black";
    color: #ff0000;
    padding-right: 16px; }
  .hall-plan li:nth-child(2):before {
    content: "■";
    font-family: "Arial Black";
    color: #f6ff00;
    padding-right: 16px; }
  .hall-plan li:nth-child(3):before {
    content: "■";
    font-family: "Arial Black";
    color: #006cff;
    padding-right: 16px; }
  .hall-plan li:nth-child(4):before {
    content: "■";
    font-family: "Arial Black";
    color: #00ff12;
    padding-right: 16px; }
  .hall-plan li:nth-child(5):before {
    content: "■";
    font-family: "Arial Black";
    color: #00deff;
    padding-right: 16px; }
  .hall-plan li:nth-child(6):before {
    content: "■";
    font-family: "Arial Black";
    color: #421e84;
    padding-right: 16px; }

.halls-art-inner-content .events-content-inner .inner_new_options .an_tour {
  background: #e50000 !important; }

  .halls-art-inner-content .share_buttons{
    overflow:hidden;
  }

.halls-art-inner-content .izkustva-slider-wrapper {
  margin-bottom: 80px;
  margin-top: 20px; }

.halls-art-inner-content .text_content {
  margin-bottom: 80px; }

.halls-art-inner-content .art-name {
  font-family: "a_futuraortobold";
  color: #515151;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 20px;
  display: block; }

.halls-art-content {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto; }
  .halls-arts {
    
      display: flex;
  flex-wrap: wrap;
  }
  .halls-art-content .halls-art-inner-content {
    max-width: 1200px;

    margin: 0 auto;
    margin-bottom: 20px; }
    .halls-art-content .halls-art-inner-content > h1 {
      font-size: 44px;
      font-family: "a_futuraortobold";
      margin-top: 58px;
      margin-bottom: 10px;
      line-height: 1.2;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .halls-art-content .halls-art-inner-content > h1 {
          font-size: 28px; } }
    .halls-art-content .halls-art-inner-content form {
      margin-top: 70px; }
    .halls-art-content .halls-arts .monument-wrapper {
      /*padding: 35px 24px;*/
      margin-bottom: 28px;
      width: 258px;
      width: calc(21.5% - 3px);
  vertical-align: top;
      display: inline-block;
      float: left; }
      .halls-art-content .halls-arts .monument-wrapper:not(:nth-child(4n+4)){
        margin-right: 50px;
      }
      .halls-art-content .halls-arts .monument-wrapper .monument-img {
        height: 192px;
        border: 1px solid #d6d6d6;
        padding-bottom: 16px; }
      .halls-art-content .halls-arts .monument-wrapper h2 {
        font-size: 18px;
        text-transform: uppercase;
        font-family: "a_futuraortobold";
        margin-bottom: 5px;
        line-height: 1.2;
        padding-top: 20px; }
      .halls-art-content .halls-arts .monument-wrapper p {
        font-size: 16px;
        line-height: 1.2;
        font-family: "AFuturaOrto";
        font-style: italic; }

.halls-tickets-content {
  padding-bottom: 47px; }
  .halls-tickets-content .share_buttons {
    margin-bottom: 25px; }
  .halls-tickets-content .tickets-content-left {
    float: left;
    width: 66.3333333333%;
    padding-right: 20px; }
    .halls-tickets-content .tickets-content-left img {
      width: 100%; }
    .halls-tickets-content .tickets-content-left p {
      font-size: 17px;
      margin-top: 10px;
      font-family: "AFuturaOrto";
      line-height: 30px; }
    @media only screen and (max-width: 1279px) {
      .halls-tickets-content .tickets-content-left {
        float: none;
        padding-right: 0px;
        width: 100%; } }
  .halls-tickets-content .tickets-content-right {
    width: 29.8333333333%;
    padding-left: 25px;
    border-left: 1px solid #d6d6d6;
    float: right; }
    .halls-tickets-content .tickets-content-right .contacts_map {
      border: 1px solid #d6d6d6; }
    @media only screen and (max-width: 1279px) {
      .halls-tickets-content .tickets-content-right {
        float: none;
        width: 100%;
        padding-left: 0px;
        border-left: none; } }
  .halls-tickets-content .grey-box {
    margin-bottom: 15px; }
    .halls-tickets-content .grey-box h2 {
      line-height: 50px;
      font-family: "a_futuraortobold";
      font-size: 18px;
      text-transform: uppercase;
      border: 1px solid #d6d6d6;
      border-bottom: none;
      padding-left: 13px; }
    .halls-tickets-content .grey-box p {
      font-size: 13px;
      color: #fff;
      font-family: "AFuturaOrto";
      padding-left: 40px;
      text-transform: uppercase;
      line-height: 20px; }
      @media only screen and (max-width: 480px) {
        .halls-tickets-content .grey-box p {
          font-size: 12px;
          padding-left: 35px; } }
    .halls-tickets-content .grey-box .inner-grey-box {
      background-color: #2f2f2f;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 88px; }
      .halls-tickets-content .grey-box .inner-grey-box .box-info {
        /*height: 63px;*/
        margin-left: 10px;
        /*padding-top: 25px;*/
        display: inline-block; }
      .halls-tickets-content .grey-box .inner-grey-box .time {
        background: url(../images/white-clock-icon.png) no-repeat left center; }
      .halls-tickets-content .grey-box .inner-grey-box .phones {
        background: url(../images/white-phone-icon.png) no-repeat left center;
        width: 43%; }
        @media only screen and (max-width: 480px) {
          .halls-tickets-content .grey-box .inner-grey-box .phones p {
            padding-left: 23px; } }
      .halls-tickets-content .grey-box .inner-grey-box .location {
        background: url(../images/white-location-icon.png) no-repeat left center;
        width: 50%; }
        @media only screen and (max-width: 480px) {
          .halls-tickets-content .grey-box .inner-grey-box .location p {
            padding-left: 23px; } }

.inside_lumier_header {
  background-image: url("../images/shadow.png"), url("../../uploads/kino-lumier-header.jpg");
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, center center;
  background-size: auto, cover;
  @endif;
  width: 100%;
  height: 100%;
  min-height: 437px; }
  .inside_lumier_header .inside_lumier_header_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 437px;
    padding-right: 10px; }
    .inside_lumier_header .inside_lumier_header_wrapper .inside_lumier_header_inner_wrapper {
      position: absolute;
      bottom: 25px;
      width: 100%; }
      .inside_lumier_header .inside_lumier_header_wrapper .inside_lumier_header_inner_wrapper h1 {
        color: #fff;
        font-size: 2.25em;
        font-family: "a_futuraortobold";
        text-transform: uppercase;
        float: left;
        line-height: 60px; }
        @media only screen and (max-width: 1279px) {
          .inside_lumier_header .inside_lumier_header_wrapper .inside_lumier_header_inner_wrapper h1 {
            padding-left: 10px; } }
      .inside_lumier_header .inside_lumier_header_wrapper .inside_lumier_header_inner_wrapper a.contact_form {
        height: 60px;
        width: 435px;
        border: 2px solid #fff;
        display: block;
        font-size: 1.25em;
        font-family: "a_futuraortobold";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        line-height: 60px;
        text-align: center;
        float: right;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transition-timing-function: "ease";
        -moz-transition-timing-function: "ease";
        transition-timing-function: "ease"; }
        .inside_lumier_header .inside_lumier_header_wrapper .inside_lumier_header_inner_wrapper a.contact_form:hover {
          border-color: #000;
          color: #fff;
          background-color: #000; }

.halls-lumier-add-content {
  overflow: hidden; }
  .halls-lumier-add-content .ndk-bars-wrapper {
    overflow: hidden; }

.halls-lumier-content .inside-halls-inner-content {
  margin-bottom: 60px; }

/*  Import Kinomania  */
body.red .bottom-nav .bottom-nav-menu li.big:hover, body.red .last-bottom-nav .bottom-nav-menu li.big:hover {
  background: none; }

body.red .bottom-nav .bottom-nav-menu li:hover, body.red .last-bottom-nav .bottom-nav-menu li:hover, body.red .bottom-nav .bottom-nav-menu li.active, body.red .last-bottom-nav .bottom-nav-menu li.active {
  background: #e50000; }

body.red .last-bottom-nav {
  padding: 0;
  background: #e50000; }
  @media only screen and (max-width: 1023px) {
    body.red .last-bottom-nav {
      padding: 0 10px; } }
  body.red .last-bottom-nav .bottom-nav-menu {
    padding: 0px; }
      body.red .last-bottom-nav .bottom-nav-menu > li:hover, body.red .last-bottom-nav .bottom-nav-menu > li.active {
        background: #c80000; }
      body.red .last-bottom-nav .bottom-nav-menu > li.big {
        background: none; }
        body.red .last-bottom-nav .bottom-nav-menu > li.big a {
          font-family: "a_futuraortobold";
          font-size: 1.875em;
          vertical-align: middle;
          line-height: 50px; }

.kinomania-events-inner .inner_author_name {
  font-family: "AFuturaOrto";
  font-size: 18px;
  margin-top: 8px; }

.kinomania-events-inner .inner_new_options .an_ticket {
  background-color: #e50000 !important; }

.kinomania-events-inner .izkustva-video-clip .black-left:hover {
  background: #e50000 !important; }

.kinomania-events-inner #inner_new_other_materials .other_news_slider li:nth-child(even) .other_news_slide {
  float: none; }

.kinomania-events-inner .timeline .single_program .single_program_right {
  max-width: 43%; }
  .kinomania-events-inner .timeline .single_program .single_program_right .sp_heading {
    margin-top: 4px; }
  .kinomania-events-inner .timeline .single_program .single_program_right .sp_director {
    margin-bottom: 13px;
    font-size: 0.875em;
    font-family: "AFuturaOrto";
    display: block; }
  .kinomania-events-inner .timeline .single_program .single_program_right .sp-type {
    color: #e50000; }
  .kinomania-events-inner .timeline .single_program .single_program_right .sp_buy_tickets {
    background: #e50000;
    border-color: #e50000; }

.kinomania-events-inner .title {
  text-align: left;
  display: block; }

.kinomania-events-inner .other_materials_wrapper {
  padding-top: 0px; }
  .kinomania-events-inner .other_materials_wrapper .single_incoming_event .info_inner_wrapper {
    text-align: left !important; }

@media only screen and (max-width: 480px) {
  .kinomania-events-inner #inner_new_wrapper .inner_new_heading {
    line-height: 1.2em;
    font-size: 1.75em; }
  .kinomania-events-inner .single_program_info_header span {
    margin-right: 4px; } }

.kinomania-header {
  background: url(../../uploads/kinomania-about.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 520px; }
  .kinomania-header .kinomania-header-inner-wrapper {
    max-width: 1200px;
    position: relative;
    margin: 0 auto; }
    .kinomania-header .kinomania-header-inner-wrapper .kinomania-header-inner {
      /*position: absolute;*/
      padding: 164px 10px 0;
      color: #fff; }
      .kinomania-header .kinomania-header-inner-wrapper .kinomania-header-inner h1 {
        font-family: "a_futuraortobold";
        font-size: 3em;
        text-transform: uppercase;
        text-align: center; }
      .kinomania-header .kinomania-header-inner-wrapper .kinomania-header-inner p {
        font-family: "AFuturaOrto";
        font-size: 1.125em;
        line-height: 30px;
        margin-top: 60px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
        column-count: 2; }
        @media only screen and (max-width: 1023px) {
          .kinomania-header .kinomania-header-inner-wrapper .kinomania-header-inner p {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            -o-column-count: 1;
            column-count: 1;
            margin-top: 20px; } }

.kinomania-information {
  margin: 0 auto;
  margin-top: 66px;
  margin-bottom: 56px;
  max-width: 1045px;
  padding: 0 10px;
  text-align: center; }
  .kinomania-information h1 {
    font-size: 1.875em;
    font-family: "a_futuraortobold";
    line-height: 1.36em; }
  .kinomania-information .share_buttons {
    margin-top: 30px;
    display: inline-block; }
  .kinomania-information p {
    font-size: 1.125em;
    font-family: "AFuturaOrto";
    line-height: 30px;
    text-align: left; }
  @media only screen and (max-width: 767px) {
    .kinomania-information h1 {
      font-size: 1.5em; } }

.kinomania-about-content .about-image {
  text-align: center; }
  .kinomania-about-content .about-image img {
    width: 100%; }

.kinomania-movies-content #kinomania-filter {
  margin-bottom: 0px; }

.kinomania-movies-content .layout-btns .list-icon {
  background: url("../images/list-layout-red.png") no-repeat; }

.kinomania-movies-content .layout-btns .grid-icon {
  background: url("../images/grid-layout-red.png") no-repeat; }

.kinomania-movies-content .layout-btns .active {
  background-position: 0 -16px; }

@media only screen and (max-width: 767px) {
  .kinomania-movies-content .layout-btns {
    margin-top: -25px; } }

.kinomania-movies-content .layout-view {
  margin-top: 35px;}
  .kinomania-movies-content .layout-view .single_incoming_event .ie_director {
    font-family: "AFuturaOrto";
    font-size: 1em;
    margin-bottom: 26px;
    display: block; }
  .kinomania-movies-content .layout-view .single_incoming_event .ie_general_place {
    text-transform: uppercase;
    color: #e50000; }
  .kinomania-movies-content .layout-view .single_incoming_event .single_ie_options .ie_buy_tickets {
    background-color: #e50000;
    border-color: #e50000; }

.kinomania-movies-content .kinomania-other-movies {
  margin-top: 0px; }
  .kinomania-movies-content .kinomania-other-movies.layout-view {
    border-bottom: none; }
  .kinomania-movies-content .kinomania-other-movies .single_incoming_event {
    position: relative;
    vertical-align: top;
    margin: 0px;
    margin-top: 35px;
    width: calc(100% - 10px);
    border-bottom: none; }
    @media only screen and (max-width: 479px) {
    .kinomania-movies-content .kinomania-other-movies .single_incoming_event {
      width: 100% } }
  .kinomania-movies-content .kinomania-other-movies .info_inner_wrapper {
    display: block;
    padding-left: 0px;
    position: initial; }
    .kinomania-movies-content .kinomania-other-movies .info_inner_wrapper .ie_general_place {
      display: inline-block;
        margin-bottom: 0px;
      margin-top: 10px; }

.alphabet {
  text-transform: uppercase;
  font-size: 15px;
  font-family: "a_futuraortobold";
  display: inline-block;
  padding-top: 19px;
  padding-bottom: 13px;
  margin-left: -4px; }
  .alphabet:last-child{
    border-left: 1px solid #a3a2a2;
  }
  .alphabet a {
    text-decoration: none;
    color: #000;
    background: url(../images/dropdown-arrow-black.png) center right 25px no-repeat;
    padding-left: 30px;
    padding-right: 40px;
    border-right: 1px solid #a3a2a2; }
  @media only screen and (max-width: 767px) {
    .alphabet {
      width: 200px;
      margin-left: 2px;
      display: block; } }

.alphabet-list {
  min-height: 38px;
  background: #1f1f1f; }
  .alphabet-list li {
    display: inline-block;
    margin-left: 5px;
    line-height: 38px; }
  .alphabet-list a {
    text-decoration: none;
    color: #fff;
    font-family: "a_futuraortobold";
    font-size: 15px;
    padding: 12px 10px; }
    .alphabet-list a:hover, .alphabet-list a.active {
      color: #e50000; }

.kinomania-content .all-kinomania-movies {
  height: 48px;
  width: calc(100% - 2px);
  border: 1px solid #ccc;
  margin-top: 40px;
  line-height: 48px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  display: block;
  clear: both;
  font-family: "a_futuraortobold";
  text-decoration: none;
  /*===== Animation button backgrounf fade effect ====*/
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: "ease-in";
  -moz-transition-timing-function: "ease-in";
  transition-timing-function: "ease-in"; }
  .kinomania-content .all-kinomania-movies::after {
    clear: both;
    content: "";
    display: table; }
  .kinomania-content .all-kinomania-movies:hover {
    color: #fff;
    background: #000; }

.kinomania-content .news_wrapper {
  border: none;
  padding: 0px; }

.kinomania-content .title {
  margin-bottom: 0; }

.kinomania-slider-wrapper {
  padding: 0 42px; }
  .kinomania-slider-wrapper li {
    margin-right: -4px; }
  .kinomania-slider-wrapper .bx-viewport {
    overflow: visible !important; }
  .kinomania-slider-wrapper .bx-prev {
    left: -38px; }
  .kinomania-slider-wrapper .bx-next {
    right: -35px; }
  .kinomania-slider-wrapper li.active-slide .overlay-slide {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in; }
  .kinomania-slider-wrapper .overlay-slide {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease-out; }

/*  Import NG Concert  */
body.purple .bottom-nav .bottom-nav-menu, body.purple .last-bottom-nav .bottom-nav-menu {
  padding: 17px 0; }
  body.purple .bottom-nav .bottom-nav-menu li.big:hover, body.purple .last-bottom-nav .bottom-nav-menu li.big:hover {
    background: none; }
  body.purple .bottom-nav .bottom-nav-menu li:hover, body.purple .last-bottom-nav .bottom-nav-menu li:hover, body.purple .bottom-nav .bottom-nav-menu li.active, body.purple .last-bottom-nav .bottom-nav-menu li.active {
    background: #641f5e; }

body.purple .last-bottom-nav {
  padding: 0;
  background: #641f5e; }
  @media only screen and (max-width: 1023px) {
    body.purple .last-bottom-nav {
      padding: 0 10px; } }
  body.purple .last-bottom-nav .bottom-nav-menu {
    padding: 0px; }
      body.purple .last-bottom-nav .bottom-nav-menu > li:hover, body.purple .last-bottom-nav .bottom-nav-menu > li.active {
        background: #51194c; }
      body.purple .last-bottom-nav .bottom-nav-menu > li.big {
        background: none; }
        body.purple .last-bottom-nav .bottom-nav-menu > li.big a {
          font-family: "a_futuraortobold";
          font-size: 1.875em;
          vertical-align: middle;
          line-height: 50px; }

.ng-concert-slide {
  background: #202020;
  padding: 30px 0;
  margin: 0 auto;
  padding: 0 10px; }

.ng-concert-inner-content {
  max-width: 1200px;
  margin: 0 auto; }
  .ng-concert-inner-content .single_incoming_event .ie_general_place {
    color: #641f5e !important;
    text-transform: uppercase; }
  .ng-concert-inner-content .single_incoming_event .ie_buy_tickets {
    background-color: #641f5e !important;
    border-color: #641f5e !important; }

.ng-concert-slider .slide-wrapper {
  position: relative;
  max-width: 399px; }
  .ng-concert-slider .slide-wrapper .day {
    position: absolute;
    bottom: 166px;
    height: 34px;
    width: 100px;
    background: #2f2f2f; }
    .ng-concert-slider .slide-wrapper .day p {
      font-size: 15px;
      font-family: "a_futuraortobold";
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      line-height: 34px; }
    @media only screen and (max-width: 767px) {
      .ng-concert-slider .slide-wrapper .day {
        bottom: 80px; } }
  .ng-concert-slider .slide-wrapper .slide-info {
    position: absolute;
    min-height: 166px;
    width: calc(100% - 30px);
    background: #202020;
    color: #fff;
    bottom: 0;
    padding-left: 30px; }
    @media only screen and (max-width: 1279px) {
      .ng-concert-slider .slide-wrapper .slide-info .ngc-heading {
        font-size: 1.125rem; } }
    @media only screen and (max-width: 1023px) {
      .ng-concert-slider .slide-wrapper .slide-info .ngc-info {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .ng-concert-slider .slide-wrapper .slide-info {
        width: calc(100% - 15px);
        padding-left: 15px;
        min-height: 80px; }
        .ng-concert-slider .slide-wrapper .slide-info .ngc-heading {
          margin-top: 10px;
          font-size: 0.875rem; }
        .ng-concert-slider .slide-wrapper .slide-info .ngc-options {
          bottom: 10px; } }

.ng-concert-slider li.active-slide .slide-info {
  background: #fff;
  color: #000; }

.ng-concert-slider li.active-slide .ngc-heading {
  color: #000; }

.ng-concert-slider li.active-slide .day {
  background: #1f1f1f; }

.ngc-heading {
  font-family: "a_futuraortobold";
  text-transform: uppercase;
  font-size: 1.375rem;
  color: #fff;
  text-decoration: none;
  margin-top: 25px;
  display: block;
  margin-bottom: 12px; }

.ngc-info {
  font-family: "AFuturaOrto";
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.75rem; }
  .ngc-info span {
    padding-left: 20px;
    margin-right: 14px;
    /*Mobile 480-767*/ }
    @media only screen and (min-width: 480px) {
      .ngc-info span {
        margin-right: 6px; } }
  .ngc-info .ngc-hour {
    opacity: 0.6;
    background: url("../images/clock-icon.png") center left no-repeat; }
  .ngc-info .ngc-date {
    opacity: 0.6;
    background: url("../images/calendar-icon.png") center left no-repeat; }
  .ngc-info .ngc-place {
    opacity: 0.6;
    background: url("../images/location-icon.png") center left no-repeat; }

.ngc-options {
  position: absolute;
  bottom: 24px; }
  .ngc-options a {
    display: inline-block;
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    font-family: "a_futuraortobold";
    font-size: 0.75rem; }
  .ngc-options .ngc-details {
    height: 25px;
    width: 97px;
    border: 2px solid #000;
    color: #000; }
  .ngc-options .ngc-buy-tickets {
    height: 25px;
    width: 97px;
    color: #fff;
    border: 2px solid #641f5e;
    background: #641f5e; }

.izkustvata-overview-wrapper .ng-concert-content .bx-next {
  right: 0px; }

.ng-concert-list-content {
  margin-top: 52px;
  padding: 0 10px; }

.ng-concert-inner-content {
  padding: 0 10px; }
  .ng-concert-inner-content .text_content {
    margin-bottom: 30px; }
  .ng-concert-inner-content .duration {
    font-family: "AFuturaOrto";
    font-size: 0.75em;
    color: #641f5e;
    text-transform: uppercase;
    float: left;
    margin-top: 10px; }
    .ng-concert-inner-content .duration span {
      font-family: "a_futuraortobold"; }
  .ng-concert-inner-content .share_buttons {
    float: right !important; }

/*  Import Calendar  */
#full-calendar {
  max-width: 1200px;
  margin: 0 auto; }

.calendar-bottom-nav {
  background-color: #272727; }

#calendar-filter {
  width: calc(100% - 20px);
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
  padding: 0 10px; }
  #calendar-filter .form-inner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 16px; }
    #calendar-filter .form-inner-wrapper h1, #calendar-filter .form-inner-wrapper .type {
      padding-right: 40px;
      display: inline-block;
      padding-top: 19px;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "a_futuraortobold"; }
    #calendar-filter .form-inner-wrapper select {
      background: url(../images/dropdown-arrow-black.png) center right 25px no-repeat;
      border: none;
      border-right: 1px solid #a3a2a2;
      border-left: 1px solid #a3a2a2;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-left: 30px;
      padding-right: 40px;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "a_futuraortobold"; }
    #calendar-filter .form-inner-wrapper a {
      font-size: 13px;
      font-family: "a_futuraortobold";
      text-decoration: none;
      text-transform: uppercase;
      background: url(../images/back-arrow.png) no-repeat left center;
      padding-left: 10px;
      color: #000;
      font-size: 15px;
      float: right;
      margin-top: 20px;
      padding-left: 20px; }
    @media only screen and (max-width: 480px) {
      #calendar-filter .form-inner-wrapper h1 {
        padding-right: 10px; }
      #calendar-filter .form-inner-wrapper select {
        background: url(../images/dropdown-arrow-black.png) center right 9px no-repeat;
        padding-left: 11px;
        padding-right: 10px; } }

.active-day {
  background: #165fc2 !important; }

.active-day-styles {
  color: #fff;
  position: relative; }
  .active-day-styles.fc-event {
    background: url(../images/event-triangle-white.png) no-repeat left 16px top 3px; }
  .active-day-styles .fc-content {
    color: #fff; }

#full-calendar {
  padding: 0 10px; }
  @media only screen and (max-width: 767px) {
    #full-calendar .fc-toolbar {
      left: 0;
      width: calc(100% - 10px); } }

.calendar-tooltips {
  position: absolute;
  display: none;
  z-index: 18; }

  @media only screen and (max-width: 767px) {
    .calendar-tooltips {
      display: none; } }
  .calendar-tooltips .incoming_events_inner_wrapper {
    width: 600px; }
  .calendar-tooltips .single_incoming_event {
    background-color: #fff;
    position: relative;
    border: none !important;
    padding-top: 16px;
    width: 100% !important;
    -webkit-box-shadow: 2px 2px 19px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 19px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 19px 0px rgba(0, 0, 0, 0.3); }
    .calendar-tooltips .single_incoming_event .incoming_event_ribbon {
      border: none !important; }

  .calendar-tooltips .left-arrow {
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    top: 50%;
    margin-top: -30px;
    z-index: 20; }

.footer {
  clear: both;
  color: #fff;
  background: #292929; }
  .footer .dark {
    height: 255px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 45px;
    padding-left: 25px;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-top: 34px;
    padding-bottom: 16px;
    font-size: 15px;
    /* MOBILE 480 - 767 */
    /* TABLET 768 - 1023 */
    /* SMALL DESKTOP 1024 - 1279 */
    /*  DESKTOP 1200 - 1980 */ }
    .footer .dark > li {
      padding-bottom: 20px;
      padding-left: 25px; }
      .footer .dark > li a {
        font-family: "a_futuraortobold";
        color: #fff;
        text-decoration: none; }
      .footer .dark > li > a {
        font-size: 16px;
        text-transform: uppercase; }
        .footer .dark > li > a{
          /*===== Animation underline left to right ====*/
          display: inline-block; }
          .footer .dark > li > a:after {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            background: transparent;
            -webkit-transition-property: width;
            -moz-transition-property: width;
            transition-property: width;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: "ease";
            -moz-transition-timing-function: "ease";
            transition-timing-function: "ease"; }
          .footer .dark > li > a:hover:after {
            width: 100%;
            background: #fff; }
    .footer .dark img {
      margin-top: 1px;
      margin-right: 5px; }
      .footer .dark .share-buttons{
        display: block;
        margin-top: 15px;
      }
    .footer .dark .mobile-none {
      display: none;
      padding-top: 10px; }
      .footer .dark .mobile-none li {
        margin-bottom: 10px; }
        .footer .dark .mobile-none li a {
          color: #858585;
          font-family: "AFuturaOrto";
          font-size: 13px;
          line-height: 1.3;
          /*===== Animation underline left to right ====*/
          display: inline-block; }
          .footer .dark .mobile-none li a:after {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            background: transparent;
            -webkit-transition-property: width;
            -moz-transition-property: width;
            transition-property: width;
            -webkit-transition-duration: 0.5s;
            -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-timing-function: "ease";
            -moz-transition-timing-function: "ease";
            transition-timing-function: "ease"; }
          .footer .dark .mobile-none li a:hover:after {
            width: 100%;
            background: #858585; }
    .footer .dark .banner_wrapper {
      display: none; }
      @media only screen and (min-width: 480px){
        .footer .dark {
          height: 180px;
        }
      }
    @media only screen and (min-width: 768px) {
      .footer .dark {
        height: 120px;
        padding-top: 50px;
        padding-bottom: 5px; }
        .footer .dark > li {
          padding-bottom: 16px; } }
    @media only screen and (min-width: 1024px) {
      .footer .dark {
          -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        flex-flow: row wrap;
        height: initial; }
        .footer .dark .share-buttons{
          margin-top: 15px;
        }
        .footer .dark :last-child {
          order: 1; }
        .footer .dark .mobile-none {
          display: table-caption; }
        .footer .dark .banner_wrapper {
          display: block; }
        .footer .dark .banner_inner_wrapper {
          display: block;
          border: none; }
        .footer .dark > li {
          padding-left: 0;
          width: 10%; } }
    @media only screen and (min-width: 1280px) {
      .footer .dark {
        width: 1200px;
        margin: 0 auto;
        /*height: initial;*/
        height: auto;
        padding-right: 0px;
        padding-left: 0px; }
        .footer .dark .mobile-none a {
          font-size: 13px; } }
  .footer .light {
    font-family: "AFuturaOrto";
    text-align: center;
    font-size: 12px;
    background: #343434;
    color: #9a9a9a;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 100vw;
    line-height: 16px;
    height: 82px;
    /*  DESKTOP 1230 - UP */ }
    .footer .light :last-child {
      padding: 9px 0px; }
    @media only screen and (min-width: 480px) {
      .footer .light {
        padding-left: 18px;
        padding-right: 15px;
        height: 60px;
        clear: both; }
        .footer .light p:first-child {
          float: left; }
        .footer .light p:last-child {
          float: right;
          padding: 0; } }
    @media only screen and (min-width: 1280px) {
      .footer .light > div{
        max-width: 1200px;
        margin: 0 auto;    }
      .footer .light {
        padding-left: 83px;
        padding-right: 80px; } }

body {
  line-height: 1.2;
}