@import url("http://fonts.googleapis.com/css?family=Roboto:100,200,400,300,500,700&subset=latin,latin-ext");
@import url("icons/flaticon.css");
@import url("icons/font-awesome.min.css");
@import url("icomon_style.css");
@font-face {
  font-family: 'Raleway-Heavy';
  src: url("../fonts/Raleway-Heavy.ttf.woff") format("woff"), url("../fonts/Raleway-Heavy.ttf.svg#Raleway-Heavy") format("svg"), url("../fonts/Raleway-Heavy.ttf.eot"), url("../fonts/Raleway-Heavy.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0; }

.burger-box, .child-arrow {
  display: none; }

img {
  max-width: 100%;
  height: auto !important; }

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
  z-index: 10000; }

.modal {
  max-width: 100%;
  background: #F7F7F7 !important;
  width: 600px;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  position: relative;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.modal-wrapper.open .modal {
  opacity: 1; }

.modal-wrapper .head {
  width: 90%;
  height: 32px;
  padding: 1.5em 5%;
  overflow: hidden;
  background: #1eb0b0; }
.modal-wrapper .btn-close {
  width: 32px;
  height: 32px;
  display: block;
  float: right; }
.modal-wrapper .btn-close::before, .modal-wrapper .btn-close::after {
  content: '';
  width: 32px;
  height: 6px;
  display: block;
  background: #fff; }
.modal-wrapper .btn-close::before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.modal-wrapper .btn-close::after {
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.modal-wrapper .content {
  padding: 5%; }

.ctabtn {
  color: #fff !important;
  background-color: #d62752;
  padding: 9px 13px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13pt;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 120ms;
  -moz-transition: all 120ms;
  transition: all 120ms; }
  .ctabtn:hover {
    background-color: #000; }

.ctabtnkek {
  color: #fff !important;
  background-color: #1eb0b0;
  padding: 9px 13px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13pt;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 120ms;
  -moz-transition: all 120ms;
  transition: all 120ms; }
  .ctabtnkek:hover {
    background-color: #000; }

.ctabtnsarga {
  color: #fff !important;
  background-color: #1eb0b0;
  padding: 9px 13px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13pt;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 120ms;
  -moz-transition: all 120ms;
  transition: all 120ms; }
  .ctabtnsarga:hover {
    background-color: #000; }

#okCookie {
  background-color: #F2F2F2;
  color: #333333;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-family: sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  z-index: 100;
  text-align: center; }

#okCookie p {
  margin: 0 0 10px 0;
  padding: 5px 0px; }

#okCookie #okClose, #okCookie #okCprivacy {
  padding: 5px 20px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  border-radius: 3px;
  color: white; }

#okCookie #okClose {
  background-color: #39B54A;
  text-shadow: 0px 1px 1px #507F2B;
  box-shadow: inset 0px -1px 1px #507F2B; }

#okCookie #okClose:hover {
  background-color: #42ce55; }

#okCookie #okCprivacy {
  background-color: #8D9499;
  text-shadow: 0px 1px 1px #63666B;
  box-shadow: inset 0px -1px 1px #63666B; }

#okCookie #okCprivacy:hover {
  background-color: #a0a8ae; }

.okcBeginAnimate {
  -webkit-animation: myfirst 2s;
  animation: myfirst 2s; }

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Standard syntax */
@keyframes myfirst {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.headersocial {
  vertical-align: middle; }
  .headersocial a {
    padding: 5px !important; }
    .headersocial a .fa {
      font-size: 22px;
      line-height: 0;
      display: inline-block;
      vertical-align: middle; }
    .headersocial a .fa-facebook-square {
      color: #3b5998; }
    .headersocial a .fa-skype {
      color: #12A5F4; }
  .headersocial #SkypeButton_Call_paraElement {
    font-size: 0 !important;
    line-height: 0; }
    .headersocial #SkypeButton_Call_paraElement a {
      font-size: 22px;
      line-height: 0;
      display: inline-block;
      vertical-align: middle; }
      .headersocial #SkypeButton_Call_paraElement a:before {
        content: "\f17e";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        color: #12A5F4; }
    .headersocial #SkypeButton_Call_paraElement img {
      display: none; }

body {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */ }
  body#main-home .titles {
    background-image: none;
    background-color: #e0e0e0; }
    body#main-home .titles h1 {
      font-size: 35px;
      padding: 15px 0;
      font-weight: normal; }
  body #references-page .titles {
    background-image: none;
    border: none; }
    body #references-page .titles h1 {
      font-weight: normal;
      font-size: 35px;
      padding: 15px 0; }

#pano {
  height: 550px; }

#map-canvas {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

#map-canvas iframe, #map-canvas object, #map-canvas embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#open {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
  #open #center {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #open #center > * {
      font-size: 12pt; }
    #open #center h1 {
      font-weight: 300;
      text-align: center;
      font-size: 24pt; }
      #open #center h1 img {
        display: inline-block;
        max-height: 40px;
        vertical-align: middle; }
    #open #center h2 {
      text-align: center;
      color: #d62752;
      font-weight: 200;
      font-size: 20pt; }
    #open #center a span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      font-family: 'Raleway-Heavy';
      font-size: 28px;
      color: #fff;
      text-transform: uppercase;
      margin: 0 75px;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      transition: all 200ms; }
    #open #center #industry {
      text-decoration: none;
      display: inline-block;
      width: calc(50% - 50px);
      background-color: #1eb0b0;
      text-align: right;
      position: relative;
      padding-left: 20px;
      margin-right: 30px;
      cursor: pointer; }
      #open #center #industry span {
        right: 0; }
      #open #center #industry:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 169px 50px 0 0;
        border-color: #1eb0b0 transparent transparent transparent; }
      #open #center #industry:before {
        content: '';
        display: block;
        bottom: -7px;
        height: 3px;
        width: calc(100% - 30px);
        position: absolute;
        background-color: #1eb0b0;
        left: 0; }
      @media only screen and (max-width: 768px) {
        #open #center #industry {
          width: 100%;
          text-align: center;
          margin: 0;
          padding: 0; }
          #open #center #industry:after {
            display: none; } }
      #open #center #industry img {
        margin: 0;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        transition: all 200ms; }
      #open #center #industry:hover img {
        margin-right: 17px; }
      #open #center #industry:hover span {
        margin: 0 90px; }
    #open #center #building {
      text-decoration: none;
      display: inline-block;
      width: calc(50% - 50px);
      background-color: #d62752;
      text-align: left;
      position: relative;
      padding-right: 20px;
      margin-left: 30px;
      cursor: pointer; }
      #open #center #building:before {
        content: '';
        position: absolute;
        display: inline-block;
        left: -50px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 169px 50px;
        border-color: transparent transparent #d62752 transparent; }
      #open #center #building:after {
        content: '';
        display: block;
        bottom: -7px;
        height: 3px;
        width: calc(100% + 7px);
        position: absolute;
        background-color: #d62752;
        right: 0; }
      @media only screen and (max-width: 768px) {
        #open #center #building {
          width: 100%;
          text-align: center;
          margin: 0;
          padding: 0; }
          #open #center #building:before {
            display: none; } }
      #open #center #building img {
        margin: 0;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        transition: all 200ms; }
      #open #center #building:hover img {
        margin-left: 17px; }
      #open #center #building:hover span {
        margin: 0 90px; }
    #open #center h3 {
      text-align: center;
      margin-top: 11px;
      font-weight: 300; }

.container {
  margin: 0px auto;
  width: 90%; }

.pagination_outer {
  text-align: center; }
  .pagination_outer .pagination {
    display: inline-block; }
    .pagination_outer .pagination li {
      display: inline-block; }
      .pagination_outer .pagination li a {
        text-decoration: none;
        font-size: 20px;
        margin: 0 3px;
        padding: 0 3px; }
        .pagination_outer .pagination li a:hover {
          border: 1px solid;
          margin: 0 2px; }
      .pagination_outer .pagination li.current a {
        background-color: #d62752;
        color: white !important; }

#header {
  background-color: #252122;
  color: #fff;
  font-weight: 100;
  text-align: right;
  box-shadow: inset 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin: 0 !important; }
  #header ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    height: 37px;
    overflow: hidden; }
    #header ul li {
      display: inline-block;
      font-size: 10pt;
      margin-bottom: 0 !important; }
      #header ul li.active a {
        background-color: #d62752;
        color: #000; }
        #header ul li.active a:hover {
          color: #000; }
      #header ul li a {
        display: block;
        padding: 11px 17px;
        color: inherit;
        text-decoration: none;
        background-color: transparent;
        -webkit-transition: all 120ms;
        -moz-transition: all 120ms;
        transition: all 120ms; }
        #header ul li a:hover {
          color: #d62752; }
      #header ul li.pink-bg, #header ul li.orange-bg, #header ul li.blue-bg {
        color: rgba(0, 0, 0, 0.4);
        margin: 0px 7px;
        position: relative; }
        #header ul li.pink-bg:after, #header ul li.orange-bg:after, #header ul li.blue-bg:after {
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 37px 16px 0px 0px;
          border-color: #1eb0b0 transparent transparent transparent;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transform: translateX(100%);
          -moz-transform: translateX(100%);
          -ms-transform: translateX(100%);
          -o-transform: translateX(100%);
          transform: translateX(100%); }
        #header ul li.pink-bg:before, #header ul li.orange-bg:before, #header ul li.blue-bg:before {
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0px 0px 37px 16px;
          border-color: transparent transparent #1eb0b0 transparent;
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-transform: translateX(-100%);
          -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          -o-transform: translateX(-100%);
          transform: translateX(-100%); }
        #header ul li.pink-bg a, #header ul li.orange-bg a, #header ul li.blue-bg a {
          padding-top: 10px; }
          #header ul li.pink-bg a [class^="icon2-"]:before, #header ul li.pink-bg a [class*=" icon2-"]:before,
          #header ul li.pink-bg a [class^="icon2-"]:after, #header ul li.pink-bg a [class*=" icon2-"]:after,
          #header ul li.pink-bg a [class^="flaticon-"]:before, #header ul li.pink-bg a [class*=" flaticon-"]:before,
          #header ul li.pink-bg a [class^="flaticon-"]:after, #header ul li.pink-bg a [class*=" flaticon-"]:after, #header ul li.orange-bg a [class^="icon2-"]:before, #header ul li.orange-bg a [class*=" icon2-"]:before,
          #header ul li.orange-bg a [class^="icon2-"]:after, #header ul li.orange-bg a [class*=" icon2-"]:after,
          #header ul li.orange-bg a [class^="flaticon-"]:before, #header ul li.orange-bg a [class*=" flaticon-"]:before,
          #header ul li.orange-bg a [class^="flaticon-"]:after, #header ul li.orange-bg a [class*=" flaticon-"]:after, #header ul li.blue-bg a [class^="icon2-"]:before, #header ul li.blue-bg a [class*=" icon2-"]:before,
          #header ul li.blue-bg a [class^="icon2-"]:after, #header ul li.blue-bg a [class*=" icon2-"]:after,
          #header ul li.blue-bg a [class^="flaticon-"]:before, #header ul li.blue-bg a [class*=" flaticon-"]:before,
          #header ul li.blue-bg a [class^="flaticon-"]:after, #header ul li.blue-bg a [class*=" flaticon-"]:after {
            font-size: 14pt;
            line-height: 9pt; }
          #header ul li.pink-bg a:hover, #header ul li.orange-bg a:hover, #header ul li.blue-bg a:hover {
            color: black !important; }
      #header ul li.pink-bg {
        margin: 0px 14px 0px 7px; }
        #header ul li.pink-bg:after {
          border-color: #d62752 transparent transparent transparent; }
        #header ul li.pink-bg:before {
          border-color: transparent transparent #d62752 transparent; }
      #header ul li.orange-bg {
        margin: 0px 7px 0px 7px; }
        #header ul li.orange-bg > a {
          background: #f2b61b;
          padding-top: 9px; }
        #header ul li.orange-bg:after {
          border-color: #f2b61b transparent transparent transparent; }
        #header ul li.orange-bg:before {
          border-color: transparent transparent #f2b61b transparent; }
  #header.szurke {
    background-color: #F7F7F7;
    box-shadow: none; }
    #header.szurke ul li a {
      color: rgba(37, 33, 34, 0.61); }
      #header.szurke ul li a:hover {
        color: #d62752; }
    #header.szurke ul li.blue-bg span:hover, #header.szurke ul li.pink-bg span:hover, #header.szurke ul li.orange-bg span:hover {
      color: #252122; }
    #header.szurke ul li.blue-bg .icon2-video, #header.szurke ul li.pink-bg .icon2-video, #header.szurke ul li.orange-bg .icon2-video {
      color: rgba(37, 33, 34, 0.61); }
      #header.szurke ul li.blue-bg .icon2-video:before, #header.szurke ul li.pink-bg .icon2-video:before, #header.szurke ul li.orange-bg .icon2-video:before {
        top: +3px;
        position: relative; }
    #header.szurke ul li.active a {
      color: white; }

#gallery #gallery-view a {
  color: #d62752; }

body.ipar #gallery #gallery-view a {
  color: #1eb0b0; }
body.ipar #header ul li a:hover {
  color: #1eb0b0; }
body.ipar #header ul li.active a {
  background-color: #1eb0b0;
  color: #000; }
  body.ipar #header ul li.active a:hover {
    color: #000; }
body.ipar .htext p {
  color: #1eb0b0; }
  body.ipar .htext p a {
    color: #d62752; }

body.film #gallery #gallery-view a {
  color: #f2b61b; }
body.film #header ul li a:hover {
  color: #f2b61b; }
body.film #header ul li.active a {
  background-color: #f2b61b;
  color: #000; }
  body.film #header ul li.active a:hover {
    color: #000; }

nav #logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 13px; }
  nav #logo:after {
    display: block;
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
    background-color: #d62752;
    width: 1px; }
nav #slogan {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 10pt;
  margin-left: 7px; }
nav .container {
  position: relative; }
nav .finder_box {
  max-width: 20%;
  position: absolute;
  right: 0;
  top: 10%; }
  nav .finder_box div input {
    position: relative;
    z-index: 0;
    background: transparent; }
  nav .finder_box div .fa {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 22px;
    cursor: pointer; }
    nav .finder_box div .fa:hover {
      color: #d62752; }
  nav .finder_box div .hidden {
    display: none; }
@media only screen and (max-width: 768px) {
  nav .finder_box {
    position: relative;
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
    top: 5%; }
  nav ul {
    text-align: center; } }
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
  nav ul li {
    font-size: 12pt;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 13px 23px; }
    nav ul li ul + a {
      position: relative; }
      nav ul li ul + a:after {
        display: block;
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #d62752 transparent transparent transparent;
        left: 50%;
        margin-top: 3px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 120ms;
        -moz-transition: all 120ms;
        transition: all 120ms; }
    nav ul li a {
      color: inherit;
      text-decoration: none;
      position: relative;
      display: inline-block;
      font-weight: 300; }
      nav ul li a:before {
        content: '';
        display: block;
        width: 0%;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 100%;
        margin-top: -2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 120ms;
        -moz-transition: all 120ms;
        transition: all 120ms; }
    nav ul li:hover ul {
      min-width: 200px;
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateX(-50%) scale(1);
      -moz-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      -o-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); }
    nav ul li:hover ul + a:after {
      border-color: #d62752 transparent transparent transparent; }
    nav ul li:hover a:before {
      width: 99%; }
    nav ul li ul {
      overflow: hidden;
      position: absolute;
      opacity: 0;
      pointer-events: none;
      left: 50%;
      top: 100%;
      z-index: 9999;
      background-color: white;
      -webkit-transition: all 0.4s cubic-bezier(0, 1.05, 0, 1), opacity 0.5s cubic-bezier(0, 1.05, 0, 1);
      -moz-transition: all 0.4s cubic-bezier(0, 1.05, 0, 1), opacity 0.5s cubic-bezier(0, 1.05, 0, 1);
      transition: all 0.4s cubic-bezier(0, 1.05, 0, 1), opacity 0.5s cubic-bezier(0, 1.05, 0, 1);
      -webkit-transform: translateX(-50%) scale(1);
      -moz-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      -o-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); }
      nav ul li ul li {
        display: block;
        margin: 0;
        padding: 0;
        background-color: white;
        width: 100%;
        overflow: hidden;
        text-align: left; }
        nav ul li ul li a {
          display: block;
          color: #d62752;
          background-color: transparent;
          border-bottom: 1px solid rgba(214, 39, 82, 0.3);
          padding: 9px 13px;
          font-size: 11pt;
          text-transform: none;
          text-decoration: none !important;
          font-weight: 300;
          margin: 0;
          -webkit-transition: all 120ms;
          -moz-transition: all 120ms;
          transition: all 120ms; }
          nav ul li ul li a:hover {
            background-color: rgba(214, 39, 82, 0.2); }
          nav ul li ul li a:before {
            display: none; }
          nav ul li ul li a.industry {
            background-color: #1eb0b0;
            color: white;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            nav ul li ul li a.industry:hover {
              background-color: rgba(30, 176, 176, 0.8); }
          nav ul li ul li a.filmvr {
            background-color: #f2b61b;
            color: white;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            nav ul li ul li a.filmvr:hover {
              background-color: rgba(242, 182, 27, 0.8); }
          nav ul li ul li a.building {
            background-color: #d62752;
            color: white;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
            nav ul li ul li a.building:hover {
              background-color: rgba(214, 39, 82, 0.8); }
        nav ul li ul li .types {
          display: inline-block;
          text-align: center;
          width: 20px; }
          nav ul li ul li .types.pink-bg, nav ul li ul li .types.orange-bg, nav ul li ul li .types.blue-bg {
            color: rgba(0, 0, 0, 0.4);
            margin: 0px 10px;
            position: relative; }
            nav ul li ul li .types.pink-bg:after, nav ul li ul li .types.orange-bg:after, nav ul li ul li .types.blue-bg:after {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 18px 16px 0px 0px;
              border-color: #1eb0b0 transparent transparent transparent;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transform: translateX(100%);
              -moz-transform: translateX(100%);
              -ms-transform: translateX(100%);
              -o-transform: translateX(100%);
              transform: translateX(100%); }
            nav ul li ul li .types.pink-bg:before, nav ul li ul li .types.orange-bg:before, nav ul li ul li .types.blue-bg:before {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0px 0px 18px 16px;
              border-color: transparent transparent #1eb0b0 transparent;
              position: absolute;
              left: 0;
              bottom: 0;
              -webkit-transform: translateX(-100%);
              -moz-transform: translateX(-100%);
              -ms-transform: translateX(-100%);
              -o-transform: translateX(-100%);
              transform: translateX(-100%); }
            nav ul li ul li .types.pink-bg .a [class^="icon2-"]:before, nav ul li ul li .types.pink-bg .a [class*=" icon2-"]:before,
            nav ul li ul li .types.pink-bg .a [class^="icon2-"]:after, nav ul li ul li .types.pink-bg .a [class*=" icon2-"]:after,
            nav ul li ul li .types.pink-bg .a [class^="flaticon-"]:before, nav ul li ul li .types.pink-bg .a [class*=" flaticon-"]:before,
            nav ul li ul li .types.pink-bg .a [class^="flaticon-"]:after, nav ul li ul li .types.pink-bg .a [class*=" flaticon-"]:after, nav ul li ul li .types.orange-bg .a [class^="icon2-"]:before, nav ul li ul li .types.orange-bg .a [class*=" icon2-"]:before,
            nav ul li ul li .types.orange-bg .a [class^="icon2-"]:after, nav ul li ul li .types.orange-bg .a [class*=" icon2-"]:after,
            nav ul li ul li .types.orange-bg .a [class^="flaticon-"]:before, nav ul li ul li .types.orange-bg .a [class*=" flaticon-"]:before,
            nav ul li ul li .types.orange-bg .a [class^="flaticon-"]:after, nav ul li ul li .types.orange-bg .a [class*=" flaticon-"]:after, nav ul li ul li .types.blue-bg .a [class^="icon2-"]:before, nav ul li ul li .types.blue-bg .a [class*=" icon2-"]:before,
            nav ul li ul li .types.blue-bg .a [class^="icon2-"]:after, nav ul li ul li .types.blue-bg .a [class*=" icon2-"]:after,
            nav ul li ul li .types.blue-bg .a [class^="flaticon-"]:before, nav ul li ul li .types.blue-bg .a [class*=" flaticon-"]:before,
            nav ul li ul li .types.blue-bg .a [class^="flaticon-"]:after, nav ul li ul li .types.blue-bg .a [class*=" flaticon-"]:after {
              font-size: 9pt;
              line-height: 9pt;
              padding: 0 4px; }
            nav ul li ul li .types.pink-bg .a:hover, nav ul li ul li .types.pink-bg .a:hover .icon2-video, nav ul li ul li .types.orange-bg .a:hover, nav ul li ul li .types.orange-bg .a:hover .icon2-video, nav ul li ul li .types.blue-bg .a:hover, nav ul li ul li .types.blue-bg .a:hover .icon2-video {
              color: black !important; }
          nav ul li ul li .types.pink-bg {
            margin: 0px 14px 0px 7px; }
            nav ul li ul li .types.pink-bg:after {
              border-color: #d62752 transparent transparent transparent; }
            nav ul li ul li .types.pink-bg:before {
              border-color: transparent transparent #d62752 transparent; }
          nav ul li ul li .types.orange-bg {
            margin: 0px 12px 0px 10px; }
            nav ul li ul li .types.orange-bg > .a {
              background: #f2b61b; }
              nav ul li ul li .types.orange-bg > .a .icon2-video {
                color: rgba(0, 0, 0, 0.4); }
            nav ul li ul li .types.orange-bg:after {
              border-color: #f2b61b transparent transparent transparent; }
            nav ul li ul li .types.orange-bg:before {
              border-color: transparent transparent #f2b61b transparent; }
          nav ul li ul li .types.inactive {
            opacity: 0.1; }
            nav ul li ul li .types.inactive > .a:hover, nav ul li ul li .types.inactive .a:hover .icon2-video {
              color: rgba(0, 0, 0, 0.4) !important; }
  @media only screen and (max-width: 481px) {
    nav ul li {
      display: block;
      position: relative; }
      nav ul li.active ul {
        width: 100%;
        height: auto;
        display: block;
        opacity: 1; }
      nav ul li.active ul + a {
        position: absolute;
        top: 13px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      nav ul li:not(.active):hover ul {
        display: none; }
      nav ul li:hover ul {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      nav ul li ul {
        position: static;
        width: 100%;
        height: 0;
        margin-left: -20%;
        padding-left: 20%;
        margin-right: -20%;
        padding-right: 20%;
        margin-top: 38px;
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }

body.ipar nav ul li ul + a:after {
  border-color: white transparent transparent transparent; }
body.ipar nav ul li ul {
  background-color: white; }
  body.ipar nav ul li ul li {
    background-color: white; }
body.ipar nav .finder_box div .fa:hover {
  color: white; }

body.film nav ul li ul + a:after {
  border-color: white transparent transparent transparent; }
body.film nav ul li ul {
  background-color: white; }
  body.film nav ul li ul li {
    background-color: white; }

.mf_slider_contener {
  position: relative;
  width: 100%;
  overflow: hidden; }

.slider_description {
  display: inline-block;
  background-color: white;
  padding: 1px 20px;
  position: relative;
  width: 25%;
  font-size: 12pt;
  margin: 0;
  vertical-align: top;
  /*@include transform(translateY(-50%));*/ }
  .slider_description .title {
    color: black;
    font-weight: 500;
    font-size: 22pt;
    line-height: 24pt;
    margin-bottom: 11px; }
  .slider_description .text {
    color: black;
    font-weight: 300;
    margin-bottom: 11px; }
  .slider_description .link {
    display: inline-block;
    background-color: #d62752;
    color: #fff;
    padding: 7px 17px;
    font-size: 10pt;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 120ms;
    -moz-transition: all 120ms;
    transition: all 120ms; }
    .slider_description .link:hover {
      background-color: #000; }

#slider {
  width: 100%;
  display: inline-block;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-top: 0; }
  #slider .slide {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
        /*
		-webkit-background-size: cover;
				background-size: cover;
		*/
    width: 100%;
    height: 100%;
        /*
		.description {
			background-color: rgba(255,255,255,0.8);
			padding: 1px 20px;
			position: relative;
			//left: 65%;
			top: 50%;
			width: 25%;
			font-size: 12pt;
			margin: 0;
			@include transform(translateY(-50%));

			.title {
				color: black;
				font-weight: 500;
				font-size: 22pt;
				line-height: 24pt;
				margin-bottom: 11px;
			}

			.text {
				color: black;
				font-weight: 300;
				margin-bottom: 11px;
			}

			.link {
				background-color: $pink;
				color: #fff;
				padding: 7px 17px;
				font-size: 10pt;
				//border-radius: 3px;
				border-radius: 0px;
				cursor: pointer;
				text-decoration: none;
				@include transition(all 120ms);

				&:hover {
					background-color: #000;
				}
			}
		}*/ }
    #slider .slide .div_img {
      width: 68%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
            /*-webkit-background-size: cover;
					background-size: cover;*/ }
    @media only screen and (max-width: 768px) {
      #slider .slide .div_img, #slider .slide .description {
        width: 100%; } }
  #slider .slick-list,
  #slider .slick-track {
    height: 100%; }

body.ipar #slider {
        /*
		.slide {
			.description {
				.link {
					background-color: $blue;
				}
			}
		}
		*/ }
body.ipar .slider_description .link {
  background-color: #1eb0b0; }

body.film #slider {
        /*
		.slide {
			.description {
				.link {
					background-color: $orange;
				}
			}
		}
		*/ }
body.film .slider_description .link {
  background-color: #f2b61b; }

@media only screen and (max-width: 768px) {
  .slick-list,
  #slider {
    overflow: inherit;
    width: 100%; }

  #gallery .slick-list {
    overflow: hidden; }

  #slider {
    height: 200px; }
    #slider .slide {
            /*
			.description {
				width: 90%;
				height: 90%;
				left: 50%;
				top: 0;
				//top: 100%;
				//  top: -94%;
				z-index: 4;
				@include transform(translateX(-50%));
			}
			*/ }
      #slider .slide:after {
        display: block;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 3; }

  .slider_description {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 90%;
    top: 0;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }
section {
  font-size: 0;
  margin: 17px 0px; }
  section .container > * {
    font-size: 12pt; }
  section .box-2 {
    display: inline-block;
    width: 50%;
    vertical-align: middle; }
  @media only screen and (max-width: 768px) {
    section .box-2 {
      width: 100%; } }
  section ul {
    list-style-type: circle;
    padding: 0;
    margin: 27px 37px; }
    section ul li {
      font-size: 11pt;
      margin-bottom: 13px; }
  section h2 {
    margin: 0;
    padding: 7px 11px;
    font-weight: 300;
    background-color: #d62752;
    color: #fff; }
  section h1.line-building, section h1.line-industry, section h1.line-filmvr, section h2.line-building, section h2.line-industry, section h2.line-filmvr {
    border: none !important; }
    section h1.line-building span, section h1.line-industry span, section h1.line-filmvr span, section h2.line-building span, section h2.line-industry span, section h2.line-filmvr span {
      height: 5px;
      display: block;
      margin-top: 3px;
      width: 100%; }
  section h1.line-building, section h2.line-building {
    color: #d62752 !important; }
    section h1.line-building span, section h2.line-building span {
      background: #d62752;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left, #d62752, rgba(214, 39, 82, 0));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, #d62752, rgba(214, 39, 82, 0));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, #d62752, rgba(214, 39, 82, 0));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(right, #d62752, rgba(214, 39, 82, 0));
      /* Standard syntax */ }
  section h1.line-industry, section h2.line-industry {
    color: #1eb0b0 !important; }
    section h1.line-industry span, section h2.line-industry span {
      background: #1eb0b0;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left, #1eb0b0, rgba(30, 176, 176, 0));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, #1eb0b0, rgba(30, 176, 176, 0));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, #1eb0b0, rgba(30, 176, 176, 0));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(right, #1eb0b0, rgba(30, 176, 176, 0));
      /* Standard syntax */ }
  section h1.line-filmvr, section h2.line-filmvr {
    color: #f2b61b !important; }
    section h1.line-filmvr span, section h2.line-filmvr span {
      background: #f2b61b;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left, #f2b61b, rgba(242, 182, 27, 0));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, #f2b61b, rgba(242, 182, 27, 0));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, #f2b61b, rgba(242, 182, 27, 0));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(right, #f2b61b, rgba(242, 182, 27, 0));
      /* Standard syntax */ }
  section.s_first .box-2:first-child {
    min-height: 300px;
    background-image: url("../img/notebook.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  section.s_first h2 {
    background-color: transparent;
    border-bottom: 1px solid #d62752;
    color: #d62752; }
    section.s_first h2 a {
      color: #d62752;
      text-decoration: none; }
      section.s_first h2 a:hover {
        color: black; }
  section .right-continue {
    margin-right: calc(-10% - 6px);
    padding-right: calc(10% + 6px); }
  section .left-continue {
    margin-left: calc(-10% - 6px);
    padding-left: calc(10% + 6px); }
  @media only screen and (max-width: 768px) {
    section .right-continue,
    section .left-continue {
      margin: 0;
      padding: 0; } }
  section.s_secound {
    background-color: rgba(221, 221, 221, 0.2); }
    section.s_secound h2 {
      background-color: transparent;
      border-bottom: 1px solid #d62752;
      color: #d62752; }
      section.s_secound h2 a {
        color: #d62752;
        text-decoration: none; }
        section.s_secound h2 a:hover {
          color: black; }
    section.s_secound .box-2:last-child {
      min-height: 300px;
      background-position: center center;
      background-repeat: no-repeat;
            /*
			-webkit-background-size: cover;
					background-size: cover;
					*/
      -webkit-background-size: contain;
      background-size: contain; }
  section#features .feature {
    display: inline-block;
    vertical-align: top;
    background-color: #ebebeb;
    margin: 7px;
    position: relative; }
    section#features .feature .image {
      height: 250px;
      background-position: center center;
      position: relative;
      -webkit-background-size: cover;
      background-size: cover; }
      section#features .feature .image h3 {
        position: absolute;
        font-weight: 300;
        font-size: 18pt;
        background-color: #fff;
        padding: 9px 13px 9px 33px;
        color: #d62752;
        margin: 0;
        bottom: 17px;
        z-index: 99; }
        section#features .feature .image h3 a {
          color: #d62752;
          text-decoration: none; }
          section#features .feature .image h3 a:hover {
            color: black; }
    section#features .feature .text {
      padding: 23px; }
      section#features .feature .text p {
        margin: 0 0 10px 0; }
      section#features .feature .text p:last-child {
        margin: 0; }
      section#features .feature .text a {
        color: #d62752; }
      section#features .feature .text ul {
        list-style: none;
        margin: 0; }
        section#features .feature .text ul li {
          position: relative; }
          section#features .feature .text ul li:before {
            display: block;
            content: '';
            background-color: #d62752;
            height: 5px;
            width: 19px;
            position: absolute;
            top: 7px;
            -webkit-transform: translateX(-120%);
            -moz-transform: translateX(-120%);
            -ms-transform: translateX(-120%);
            -o-transform: translateX(-120%);
            transform: translateX(-120%); }
    section#features .feature .free-quote {
      color: #fff !important;
      background-color: #d62752;
      padding: 9px 13px;
      display: inline-block;
      text-decoration: none;
      margin-top: 7px;
      text-transform: uppercase;
      font-size: 13pt;
      font-weight: 300;
      position: absolute;
      bottom: 30px;
      margin-top: 10px;
      -webkit-transition: all 120ms;
      -moz-transition: all 120ms;
      transition: all 120ms; }
      section#features .feature .free-quote:hover {
        background-color: #000; }
    @media only screen and (max-width: 768px) {
      section#features .feature .free-quote {
        position: relative;
        bottom: 0; } }
  section#technical-info .container {
    position: relative; }
    section#technical-info .container:before {
      display: block;
      content: '';
      background-color: #d62752;
      width: 100%;
      height: 1px;
      position: absolute;
      top: 110px; }
  @media only screen and (max-width: 768px) {
    section#technical-info .container:before {
      background-color: transparent !important; } }
  section#technical-info .info .image {
    position: relative;
    height: 220px; }
    section#technical-info .info .image div {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 150px;
      height: 150px;
      background-image: url("../img/path-icon.png");
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) scale(1);
      transform: translateX(-50%) translateY(-50%) scale(1); }
  section#technical-info .info:nth-child(2) .image div {
    background-image: url("../img/pdf-icon.png"); }
  section#technical-info .info:nth-child(3) .image div {
    background-image: url("../img/cogwheel-icon.png"); }
  section#technical-info .info h3 {
    padding: 0;
    font-size: 18pt;
    font-weight: 400;
    color: #d62752;
    text-align: center; }
  section#technical-info .info ul {
    padding: 0;
    margin: 0 17px; }
  section#technical-info .info:first-child .image:before {
    background-color: #fff;
    display: block;
    content: '';
    left: -15px;
    top: 0;
    bottom: 0;
    right: 50%;
    position: absolute; }
  section#technical-info .info:last-child .image:before {
    background-color: #fff;
    display: block;
    content: '';
    right: -15px;
    top: 0;
    bottom: 0;
    left: 50%;
    position: absolute; }
  section#technical-info .info:hover .image div {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2); }
  section#about {
    background-color: #d62752;
    padding: 23px 0px;
    margin-bottom: 0; }
    section#about .logo {
      text-align: center; }
    section#about h2 {
      text-align: center;
      font-weight: 400; }
    section#about p {
      color: #fff;
      text-align: center;
      font-weight: 300; }
      section#about p .read-more {
        display: inline-block;
        padding: 9px 13px;
        color: #000;
        background-color: #fff;
        text-decoration: none;
        margin-top: 23px;
        -webkit-transition: all 120ms;
        -moz-transition: all 120ms;
        transition: all 120ms;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
        section#about p .read-more:hover {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
  section#infos {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 33px 0px;
    background-image: url("../img/footer-bg.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    font-weight: 300; }
    section#infos .info {
      font-size: 11pt;
      margin: 0 13px; }
      section#infos .info h2 {
        background-color: transparent;
        color: #000;
        margin-left: 0;
        padding-left: 0; }
      section#infos .info a {
        color: #d62752; }
      section#infos .info #partners {
        height: 235px;
        overflow: hidden; }
        section#infos .info #partners .partner {
          margin-bottom: 7px;
          padding: 7px 0; }
          section#infos .info #partners .partner .eq {
            padding: 0; }
          section#infos .info #partners .partner .image {
            position: relative; }
            section#infos .info #partners .partner .image img {
              position: absolute;
              left: 50%;
              top: 50%;
              max-width: 90%;
              max-height: 90%;
              -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
              -moz-transform: translateX(-50%) translateY(-50%) scale(1);
              -ms-transform: translateX(-50%) translateY(-50%) scale(1);
              -o-transform: translateX(-50%) translateY(-50%) scale(1);
              transform: translateX(-50%) translateY(-50%) scale(1); }
          section#infos .info #partners .partner h4 {
            margin-bottom: 13px;
            margin-top: 5px; }
          section#infos .info #partners .partner p {
            margin: 0; }

#title, .titles {
  margin-top: 0;
  background-image: url("../img/page-title-bg.jpg");
  background-position: center center;
  border-bottom: 1px solid #d62752;
  -webkit-background-size: cover;
  background-size: cover; }
  #title h1, #title h1 a, .titles h1, .titles h1 a {
    margin: 0;
    color: #d62752;
    text-decoration: none;
    font-size: 35px;
    padding: 15px 0;
    font-weight: normal; }

body.ipar #title {
  border-bottom: 1px solid #1eb0b0; }
  body.ipar #title h1, body.ipar #title h1 a {
    color: #1eb0b0; }

body.film #title {
  border-bottom: 1px solid #f2b61b; }
  body.film #title h1, body.film #title h1 a {
    color: #f2b61b;
    text-shadow: 1.5px 2.6px 5px rgba(8, 8, 8, 0.35); }

#subpage .subpage-image {
  max-width: 100%; }
#subpage h2 {
  padding: 7px 0px; }
#subpage a {
  color: #d62752; }
#subpage .free-quote {
  color: #fff !important;
  background-color: #d62752;
  padding: 9px 13px;
  display: inline-block;
  text-decoration: none;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 13pt;
  font-weight: 300;
  bottom: 30px;
  margin-top: 10px;
  -webkit-transition: all 120ms;
  -moz-transition: all 120ms;
  transition: all 120ms; }
  #subpage .free-quote:hover {
    background-color: #000; }
#subpage .eq {
  margin-right: 13px; }
#subpage .eq:last-child {
  margin-right: 0; }
#subpage h2 {
  background-color: transparent;
  color: #d62752; }
#subpage.virtual .equalHWrap {
  display: block; }
  #subpage.virtual .equalHWrap .content {
    padding: 0 15px; }

.nicelist article {
  width: 100%;
  font-size: 0;
  margin-bottom: 25px;
  background: #F9F9F9; }
  .nicelist article .fullitem {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 12pt;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px; }
  .nicelist article .itemleft {
    width: 28%;
    margin: 0 2% 0 0;
    display: inline-block;
    vertical-align: top; }
    .nicelist article .itemleft img {
      width: 100%; }
  .nicelist article h2 {
    font-weight: 300;
    margin: 0 0 10px 0;
    padding: 0 !important;
    width: 100%; }
    .nicelist article h2 a {
      text-decoration: none; }
  .nicelist article time {
    font-style: italic;
    margin-bottom: 10px;
    display: block; }
  .nicelist article .itemright {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    font-size: 12pt;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px; }
  .nicelist article .lead {
    width: 100%;
    text-align: justify; }
  .nicelist article .free-quote {
    font-size: 12pt; }

#gallery #right .container .free-quote, .gallery #right .container .free-quote {
  color: #fff !important;
  background-color: #d62752;
  padding: 9px 13px;
  display: inline-block;
  text-decoration: none;
  margin-top: 7px;
  text-transform: uppercase;
  font-size: 13pt;
  font-weight: 300;
  bottom: 30px;
  margin-top: 10px;
  -webkit-transition: all 120ms;
  -moz-transition: all 120ms;
  transition: all 120ms; }
  #gallery #right .container .free-quote:hover, .gallery #right .container .free-quote:hover {
    background-color: #000; }

body.ipar #subpage h2, body.ipar #gallery #gallery-view h2 {
  color: #1eb0b0; }
body.ipar #subpage a, body.ipar #gallery #gallery-view a {
  color: #1eb0b0; }
body.ipar #subpage .free-quote, body.ipar #gallery #gallery-view .free-quote {
  background-color: #1eb0b0; }

body.ipar section h2 {
  background-color: #1eb0b0; }
body.ipar section.s_first .box-2:first-child {
  background-image: url("../img/notebook.jpg"); }
body.ipar section.s_first h2 {
  border-bottom: 1px solid #1eb0b0;
  color: white; }
  body.ipar section.s_first h2 a {
    color: #1eb0b0;
    text-decoration: none; }
    body.ipar section.s_first h2 a:hover {
      color: black; }
body.ipar section.s_secound h2 {
  border-bottom: 1px solid #1eb0b0;
  color: white; }
  body.ipar section.s_secound h2 a {
    color: #1eb0b0;
    text-decoration: none; }
    body.ipar section.s_secound h2 a:hover {
      color: black; }
body.ipar section#features .feature .image h3 {
  color: #1eb0b0; }
  body.ipar section#features .feature .image h3 a {
    color: #1eb0b0;
    text-decoration: none; }
    body.ipar section#features .feature .image h3 a:hover {
      color: black; }
body.ipar section#features .feature .text a {
  color: #1eb0b0; }
body.ipar section#features .feature .text ul li:before {
  background-color: #1eb0b0; }
body.ipar section#features .feature .free-quote {
  background-color: #1eb0b0; }
body.ipar section#technical-info .container:before {
  background-color: #1eb0b0; }
@media only screen and (max-width: 768px) {
  body.ipar section#technical-info .container:before {
    background-color: transparent !important; } }
body.ipar section#technical-info .info h3 {
  color: #1eb0b0; }
body.ipar section#about {
  background-color: #1eb0b0; }
body.ipar section#infos .info a {
  color: #1eb0b0; }

body.film #subpage h2, body.film #gallery #gallery-view h2 {
  color: #f2b61b; }
body.film #subpage a, body.film #gallery #gallery-view a {
  color: #f2b61b; }
body.film #subpage .free-quote, body.film #gallery #gallery-view .free-quote {
  background-color: #f2b61b; }

body.film #gallery #gallery-view #right .container h2 {
  color: #f2b61b; }
body.film section h2 {
  background-color: #f2b61b; }
body.film section.s_first .box-2:first-child {
  background-image: url("../img/notebook.jpg"); }
body.film section.s_first h2 {
  border-bottom: 1px solid #f2b61b;
  color: white; }
  body.film section.s_first h2 a {
    color: #f2b61b;
    text-decoration: none; }
    body.film section.s_first h2 a:hover {
      color: black; }
body.film section.s_secound h2 {
  border-bottom: 1px solid #f2b61b;
  color: white; }
  body.film section.s_secound h2 a {
    color: #f2b61b;
    text-decoration: none; }
    body.film section.s_secound h2 a:hover {
      color: black; }
body.film section#features .feature .image h3 {
  color: #f2b61b; }
  body.film section#features .feature .image h3 a {
    color: #f2b61b;
    text-decoration: none; }
    body.film section#features .feature .image h3 a:hover {
      color: black; }
body.film section#features .feature .text a {
  color: #f2b61b; }
body.film section#features .feature .text ul li:before {
  background-color: #f2b61b; }
body.film section#features .feature .free-quote {
  background-color: #f2b61b; }
body.film section#technical-info .container:before {
  background-color: #f2b61b; }
@media only screen and (max-width: 768px) {
  body.film section#technical-info .container:before {
    background-color: transparent !important; } }
body.film section#technical-info .info h3 {
  color: #f2b61b; }
body.film section#about {
  background-color: #f2b61b; }
body.film section#infos .info a {
  color: #f2b61b; }

#gallery #list, #gallery .list, .gallery #list, .gallery .list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
  #gallery #list li, #gallery .list li, .gallery #list li, .gallery .list li {
    font-size: 12pt;
    display: inline-block;
    width: 23%;
    padding: 1%;
    background-color: transparent;
    outline: 1px solid rgba(204, 204, 204, 0);
    -webkit-transition: all 120ms;
    -moz-transition: all 120ms;
    transition: all 120ms; }
    #gallery #list li a, #gallery .list li a, .gallery #list li a, .gallery .list li a {
      text-align: center;
      display: block;
      color: #d62752;
      font-size: 14pt;
      text-decoration: none;
      padding-bottom: 13px; }
      #gallery #list li a img, #gallery .list li a img, .gallery #list li a img, .gallery .list li a img {
        max-width: 100%;
        max-height: 200px;
        display: block;
        margin: 0 auto;
        margin-bottom: 13px; }
    #gallery #list li:hover, #gallery .list li:hover, .gallery #list li:hover, .gallery .list li:hover {
      background-color: rgba(204, 204, 204, 0.1);
      outline: 1px solid rgba(204, 204, 204, 0.15); }
  @media only screen and (max-width: 768px) {
    #gallery #list li, #gallery .list li, .gallery #list li, .gallery .list li {
      width: 98%; } }
#gallery .gallery-image, .gallery .gallery-image {
  cursor: pointer; }
#gallery #gallery-view, .gallery #gallery-view {
  font-size: 0;
  position: relative; }
  #gallery #gallery-view #left,
  #gallery #gallery-view #right, .gallery #gallery-view #left,
  .gallery #gallery-view #right {
    display: inline-block;
    vertical-align: top; }
  #gallery #gallery-view #left, .gallery #gallery-view #left {
    width: 65%;
    margin-right: 1%; }
    #gallery #gallery-view #left .gallery-image, .gallery #gallery-view #left .gallery-image {
      width: 100%;
      text-align: center; }
      #gallery #gallery-view #left .gallery-image img, .gallery #gallery-view #left .gallery-image img {
        max-width: 100%;
        display: inline-block; }
  #gallery #gallery-view #right, .gallery #gallery-view #right {
    width: 34%; }
    #gallery #gallery-view #right .container h2, .gallery #gallery-view #right .container h2 {
      background-color: transparent;
      color: #d62752;
      font-size: 26pt;
      padding-left: 0;
      margin-left: 0; }
  @media only screen and (max-width: 768px) {
    #gallery #gallery-view #left,
    #gallery #gallery-view #right, .gallery #gallery-view #left,
    .gallery #gallery-view #right {
      width: 100%; } }
  #gallery #gallery-view #gallery-controls, .gallery #gallery-view #gallery-controls {
    height: 1px;
    width: 65%;
    margin-right: 1%;
    position: absolute;
    top: 250px;
            /*
			font-size: 40px;

			.fa {
				color: #000;
				cursor: pointer;
				@include transition(all 120ms);

				&:hover {
					color: $pink;
				}
			}
			*/ }
    #gallery #gallery-view #gallery-controls #gallery-next, #gallery #gallery-view #gallery-controls #gallery-prev, .gallery #gallery-view #gallery-controls #gallery-next, .gallery #gallery-view #gallery-controls #gallery-prev {
      width: 50px;
      height: 60px;
      display: block;
      cursor: pointer; }
    #gallery #gallery-view #gallery-controls #gallery-next, .gallery #gallery-view #gallery-controls #gallery-next {
      background: transparent url("../img/next.png") no-repeat center center;
      float: right; }
    #gallery #gallery-view #gallery-controls #gallery-prev, .gallery #gallery-view #gallery-controls #gallery-prev {
      background: transparent url("../img/prev.png") no-repeat center center;
      float: left; }

body.ipar #gallery #list li a {
  color: #1eb0b0; }
body.ipar #gallery #gallery-view #right .container h2 {
  color: #1eb0b0; }
body.ipar #gallery #gallery-view #gallery-controls .fa:hover {
  color: #1eb0b0; }

footer {
  background-color: #d62752;
  padding: 23px 0;
  color: #fff; }
  footer .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    footer .container div {
      flex-grow: 1;
      -webkit-flex-grow: 1;
      display: inline-block;
      vertical-align: middle; }
    footer .container .fa {
      font-size: 35px;
      color: #fff; }
    footer .container a {
      color: #fff;
      text-decoration: none; }
      footer .container a .fa {
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px; }
  @media only screen and (max-width: 768px) {
    footer .container {
      display: block; }
      footer .container div {
        margin-bottom: 7px; } }

body.ipar footer {
  background-color: #1eb0b0; }

body.film footer {
  background-color: #f2b61b; }

ul.ok {
  list-style: none;
  margin: 0 !important; }
  ul.ok li {
    margin-left: 7px; }
    ul.ok li:before {
      content: "\f058";
      font-family: FontAwesome;
      color: #d62752;
      margin-top: 1px;
      padding-right: 3px;
      display: inline-block;
      vertical-align: top; }
ul.files {
  list-style: none;
  margin: 33px 0;
  text-align: center; }
  ul.files li {
    display: inline-block;
    background-color: rgba(162, 162, 162, 0.7);
    padding: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    vertical-align: top;
    position: static;
    margin-bottom: 0;
    margin-right: 13px;
    -webkit-transition: all 120ms;
    -moz-transition: all 120ms;
    transition: all 120ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    ul.files li:hover {
      background-color: #a2a2a2;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    ul.files li:nth-child(4n) {
      display: block;
      width: 0;
      height: 0;
      padding: 0;
      margin-bottom: 13px; }
ul.numeric {
  list-style-type: decimal;
  margin-top: 0; }

body.ipar ul.ok li:before {
  color: #1eb0b0; }

body.film ul.ok li:before {
  color: #f2b61b; }

.eqWrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

@media only screen and (max-width: 768px) {
  .eqWrap:not(.partner) {
    display: block; } }
.eq {
  padding: 0 15px; }

.equalHW {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1; }

.equalHMWrap {
  justify-content: space-between; }

.equalHM {
  width: 32%; }

.equalHMRWrap {
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.equalHMR {
  width: 32%;
  margin-bottom: 2%; }

.equalHMVWrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.equalHMV {
  width: 32%;
  margin: 1%; }

.pink-bg {
  background-color: #d62752; }

.blue-bg {
  background-color: #1eb0b0; }

/* forms */
.cs-select {
  width: calc(100% - 4px) !important;
  max-width: 100% !important;
  font-size: 12pt !important;
  margin: 11px 0 !important; }
  .cs-select span {
    padding: 7px 8px; }

.cs-placeholder {
  background-color: transparent !important;
  left: 1px; }
  .cs-placeholder:after {
    color: #fff !important;
    padding: 11px 12px;
    right: -4px !important;
    background-color: #d62752;
    display: inline-block; }

.cs-skin-elastic > span {
  left: 1px !important; }

body.ipar .cs-placeholder:after {
  background-color: #1eb0b0; }

body.film .cs-placeholder:after {
  background-color: #f2b61b; }

form .container.send_conform {
  margin-left: 0; }
form .iradio_square-grey {
  margin-top: -5px; }
form label {
  display: block;
  margin: 9px 0px; }
form *::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: Roboto;
  font-weight: 300;
  color: #000; }
form *:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: Roboto;
  font-weight: 300;
  color: #000;
  opacity: 1; }
form *::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: Roboto;
  font-weight: 300;
  color: #000;
  opacity: 1; }
form *:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: Roboto;
  font-weight: 300;
  color: #000; }
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form textarea {
  width: 100%;
  font-size: 11pt !important;
  padding: 9px 13px;
  border: 2px solid #cdcdcd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 11px 0; }
  form input[type=text]:focus,
  form input[type=password]:focus,
  form input[type=email]:focus,
  form input[type=number]:focus,
  form textarea:focus {
    border: 2px solid #d62752;
    outline: none; }
form button,
form input[type=submit] {
  margin-top: 13px;
  color: #fff !important;
  font-size: 11pt !important;
  border: none;
  padding: 11px 37px;
  background: #d62752;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 20px; }
  form button:hover,
  form input[type=submit]:hover {
    background-color: #d62752;
    color: #fff;
    cursor: pointer; }
form .formbox {
  position: relative; }
  form .formbox input, form .formbox textarea {
    background: transparent; }
  form .formbox label {
    position: absolute;
    top: 11px;
    right: 11px;
    color: rgba(205, 205, 205, 0.6);
    display: none;
    z-index: -1; }
  form .formbox input:focus + label, form .formbox textarea:focus + label {
    display: block; }

body.ipar form input[type=text]:focus,
body.ipar form input[type=password]:focus,
body.ipar form input[type=email]:focus,
body.ipar form textarea:focus {
  border-color: #1eb0b0; }
body.ipar form button,
body.ipar form input[type=submit] {
  background: #1eb0b0; }
  body.ipar form button:hover,
  body.ipar form input[type=submit]:hover {
    background-color: #1eb0b0; }

body.film form input[type=text]:focus,
body.film form input[type=password]:focus,
body.film form input[type=email]:focus,
body.film form textarea:focus {
  border-color: #f2b61b; }
body.film form button,
body.film form input[type=submit] {
  background: #f2b61b; }
  body.film form button:hover,
  body.film form input[type=submit]:hover {
    background-color: #f2b61b; }
body.film section#technical-info .info:first-child .image div {
  background-image: url("../img/path-icon-orange.png"); }
body.film section#technical-info .info:nth-child(2) .image div {
  background-image: url("../img/pdf-icon-orange.png"); }
body.film section#technical-info .info:nth-child(3) .image div {
  background-image: url("../img/cogwheel-icon-orange.png"); }
body.film #title, body.film .titles {
  color: #f2b61b;
  border-color: #f2b61b; }
  body.film #title h1, body.film #title a, body.film .titles h1, body.film .titles a {
    color: #f2b61b; }
body.film #gallery #list li a {
  color: #f2b61b; }

/* dropdown */
.cs-select {
  margin: 7px 0px;
  border: 2px solid #cdcdcd; }
  .cs-select .cs-active .cs-options {
    display: block !important;
    opacity: 1 !important; }

.cs-placeholder {
  font-family: Roboto;
  font-weight: 300;
  color: #000; }

.typeahead_box {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }
  .typeahead_box ul {
    margin: 0;
    border: 2px solid #cdcdcd; }
    .typeahead_box ul li {
      display: block !important;
      margin: 0;
      border: none !important; }
      .typeahead_box ul li a {
        display: inline-block;
        color: black;
        padding: 0.8em 1em 0.8em 2em;
        font-family: Roboto;
        font-weight: 300;
        color: #000;
        text-decoration: none; }

.cs-options, .typeahead_box {
  display: none;
  padding-bottom: 0 !important;
  margin-left: -2px;
  border: 2px solid #cdcdcd; }
  .cs-options ul li, .typeahead_box ul li {
    font-family: Roboto;
    font-weight: 300;
    color: #000;
    background-color: transparent;
    margin-bottom: 0; }
    .cs-options ul li span, .typeahead_box ul li span {
      padding: 0.8em 1em 0.8em 2em !important; }
    .cs-options ul li:hover, .cs-options ul li a.active, .cs-options ul li a:hover, .typeahead_box ul li:hover, .typeahead_box ul li a.active, .typeahead_box ul li a:hover {
      background-color: #d62752;
      color: #fff !important;
      cursor: pointer; }
      .cs-options ul li:hover span, .cs-options ul li:hover a, .cs-options ul li a.active span, .cs-options ul li a.active a, .cs-options ul li a:hover span, .cs-options ul li a:hover a, .typeahead_box ul li:hover span, .typeahead_box ul li:hover a, .typeahead_box ul li a.active span, .typeahead_box ul li a.active a, .typeahead_box ul li a:hover span, .typeahead_box ul li a:hover a {
        color: #fff !important; }

body.ipar .cs-options ul li:hover, body.ipar .cs-options ul li a.active, body.ipar .cs-options ul li a:hover, body.ipar .typeahead_box ul li:hover, body.ipar .typeahead_box ul li a.active, body.ipar .typeahead_box ul li a:hover {
  background-color: #1eb0b0; }
body.ipar section#technical-info .info:first-child .image div {
  background-image: url("../img/path-icon-blue.png"); }
body.ipar section#technical-info .info:nth-child(2) .image div {
  background-image: url("../img/pdf-icon-blue.png"); }
body.ipar section#technical-info .info:nth-child(3) .image div {
  background-image: url("../img/cogwheel-icon-blue.png"); }

.cs-active .cs-options {
  display: block !important; }

.hidden {
  display: none !important; }

.fix_height_select .cs-options {
  overflow-y: auto;
  max-height: 212px;
  background-color: white; }

.film .cs-options ul li:hover, .film .cs-options ul li a.active, .film .cs-options ul li a:hover, .film .typeahead_box ul li:hover, .film .typeahead_box ul li a.active, .film .typeahead_box ul li a:hover {
  background: #f2b61b; }
.film .button {
  display: inline-block;
  margin-top: 25px;
  background: linear-gradient(to top, #f2b61b 0%, #fece54 100%);
  padding: 10px 30px;
  color: #fefefe;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none; }
  .film .button:hover {
    color: black; }
.film .videobtn {
  position: absolute;
  bottom: 15%;
  left: 15%; }
.film .boxes {
  margin-bottom: 90px;
  font-size: 0; }
  .film .boxes .box:nth-child(odd):before {
    background-color: rgba(255, 255, 255, 0.3); }
  .film .boxes .box:last-child:before {
    background-color: rgba(255, 255, 255, 0.6); }
  .film .boxes .box {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    min-height: 528px;
    max-height: 528px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .film .boxes .box:hover {
      cursor: pointer; }
      .film .boxes .box:hover a.button {
        color: black; }
    .film .boxes .box:before {
      position: absolute;
      content: '';
      display: inline-block;
      height: 100%;
      width: 100%;
      z-index: 0;
      background-color: rgba(255, 255, 255, 0.6); }
    .film .boxes .box:hover:before {
      background-color: transparent; }
    .film .boxes .box:hover .align .text p {
      padding: 15px;
      background-color: rgba(255, 255, 255, 0.8); }
    .film .boxes .box .align {
      position: relative;
      z-index: 1;
      padding: 65px;
      padding-bottom: 10px;
      padding-top: 0 !important; }
      .film .boxes .box .align h2 {
        color: #2e2e2e;
        font-family: Roboto;
        font-size: 40px;
        font-weight: 700;
        background: linear-gradient(to top, #f2b61b 0%, #fece54 100%);
        padding: 10px 0;
        position: relative;
        margin-top: 0; }
      .film .boxes .box .align h2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        background: linear-gradient(to top, #f2b61b 0%, #fece54 100%);
        height: 100%;
        width: 100%; }
      .film .boxes .box .align h2:after {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        background: linear-gradient(to top, #f2b61b 0%, #fece54 100%);
        height: 100%;
        width: 100%; }
      .film .boxes .box .align .text {
        color: #2e2e2e;
        font-family: Roboto;
        font-size: 23px;
        font-weight: 400; }
        .film .boxes .box .align .text p {
          padding: 15px; }
  .film .boxes .box:hover > .align > h2 {
    background: linear-gradient(to top, #cb9a1a 0%, #d3ab46 100%); }
    .film .boxes .box:hover > .align > h2:before, .film .boxes .box:hover > .align > h2:after {
      background: linear-gradient(to top, #cb9a1a 0%, #d3ab46 100%); }
.film .full_box_a:last-child {
  margin-bottom: 0px !important; }
.film a .full_box {
  background-color: #f2b61b;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 588px;
  min-height: 588px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  margin-bottom: 90px; }
  .film a .full_box .box {
    display: inline-block;
    vertical-align: top;
    width: 77%;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px; }
    .film a .full_box .box h2 {
      text-shadow: 1.5px 2.6px 5px rgba(8, 8, 8, 0.35);
      color: white;
      font-family: Roboto;
      font-size: 40px;
      display: inline-block;
      background: linear-gradient(to top, #f2b61b 0%, #fece54 100%);
      margin-top: 0;
      padding: 20px 30px 10px 26%; }
    .film a .full_box .box.desc {
      width: 23%;
      color: #2e2e2e;
      text-shadow: 1.5px 2.6px 5px rgba(8, 8, 8, 0.35);
      font-size: 21px;
      height: 100%; }
      .film a .full_box .box.desc .text {
        position: absolute;
        bottom: 20px;
        margin-right: 20px;
        z-index: 1; }
      .film a .full_box .box.desc:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        margin-left: -50px;
        -webkit-transform: skewX(-35deg);
        -moz-transform: skewX(-35deg);
        -ms-transform: skewX(-35deg);
        -o-transform: skewX(-35deg);
        transform: skewX(-35deg);
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 0; }
.film a:nth-child(even) .box {
  width: 37%; }
  .film a:nth-child(even) .box h2 {
    padding-right: 26%;
    width: calc(74% - 30px);
    padding-left: 30px;
    margin-left: 0; }
  .film a:nth-child(even) .box.desc {
    width: 63%; }
    .film a:nth-child(even) .box.desc:before {
      margin-left: calc(-78% + 50px);
      -webkit-transform: skewX(35deg);
      -moz-transform: skewX(35deg);
      -ms-transform: skewX(35deg);
      -o-transform: skewX(35deg);
      transform: skewX(35deg); }
    .film a:nth-child(even) .box.desc .text {
      width: 26%;
      margin-left: 20px; }
.film a .full_box:hover {
  opacity: 0.95;
  transition: 0.4s; }
.film a .full_box:hover > div > h2 {
  background: linear-gradient(to top, #cb9a1a 0%, #d3ab46 100%);
  transition: 0.4s; }

@media (max-width: 960px) {
  .slider_description {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    vertical-align: top; } }
@media (max-width: 768px) {
  #gallery #gallery-view #gallery-controls {
    top: 60px;
    width: 100%;
    display: none; }

  #header ul li a {
    padding: 10px; }

  #header ul li.pink-bg a, #header ul li.blue-bg a {
    padding: 9px 10px; }

  #header ul li.orange-bg a {
    padding: 8px 10px 9px; }

  #lang-select {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  #slider {
    height: auto !important;
    margin-bottom: 0; }

  .slide .slider_description {
    position: relative; }

  #slider .slide {
    position: relative; } }
.htext {
  text-align: left;
  font-family: Roboto;
  width: 70%;
  position: absolute;
  top: -8px;
  margin-left: 10px;
  font-size: 16px; }
  .htext p {
    color: #d62752;
    font-family: Roboto;
    padding: 0; }
    .htext p a {
      font-family: Roboto;
      color: #d62752; }
      .htext p a:hover {
        color: black; }

@media (max-width: 1080px) {
  .htext {
    font-size: 14px !important;
    top: -5px !important; }

  #header ul {
    overflow-y: hidden; } }
@media (max-width: 980px) {
  .ipar .htext {
    font-size: 16px !important;
    top: 0 !important;
    position: relative;
    padding: 10px;
    text-align: center !important;
    width: 100% !important; } }
.swc_left {
  width: 65%;
  min-height: 800px;
  margin-right: 20px;
  margin-top: 15px; }

.swc_right {
  display: inline-block;
  width: calc(35% - 20px); }
  .swc_right img {
    max-width: 100%; }

@media (max-width: 1280px) {
  .film .boxes .box .align {
    padding: 30px; }

  .film .boxes .box .align h2 {
    font-size: 26px; }

  .film .boxes .box .align .text {
    font-size: 18px; } }
@media (max-width: 785px) {
  .film .button {
    font-size: 15px; }

  .film .boxes .box {
    width: 100%;
    min-height: 300px; }

  .film .full_box .box {
    width: 100% !important; }

  .film .full_box .box.desc:before {
    display: none; }

  .film .full_box .box .button {
    margin-left: 26% !important;
    margin-top: 0 !important; }

  .film .full_box .box.desc .text {
    width: calc(100% - 25px) !important;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    margin: 0 !important; }

  .film .full_box {
    min-height: 465px; }

  .film .full_box .box h2 {
    padding-left: 3% !important;
    padding-right: 30px !important;
    margin-left: 0 !important;
    width: calc(97% - 30px) !important;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 31px !important;
    padding-bottom: 20px !important; } }
@media (max-width: 440px) {
  .film .full_box .box.desc .text {
    font-size: 18px; }

  div, a, h1, h2, h3 {
    word-break: break-word; } }
@media (max-width: 768px) {
  #header ul {
    height: 33px; }

  #header ul li.pink-bg:before, #header ul li.orange-bg:before, #header ul li.blue-bg:before {
    border-width: 0px 0px 33px 16px; }
  #header ul li.pink-bg:after, #header ul li.orange-bg:after, #header ul li.blue-bg:after {
    border-width: 33px 16px 0px 0px; } }
@media (max-width: 560px) {
  .nicelist article .itemleft {
    width: 100%; }
  .nicelist article .itemright {
    width: 100%; } }
@media only screen and (max-width: 481px) {
  nav ul {
    opacity: 0;
    height: 0;
    transition: 0.3s;
    z-index: -1;
    overflow: hidden; }
    nav ul.open {
      opacity: 1;
      height: 100%;
      z-index: 10; }
    nav ul .child-arrow {
      display: block;
      position: absolute;
      right: 10px;
      font-size: 21px;
      opacity: 0.8;
      transition: 0.3s;
      top: 12px; }
      nav ul .child-arrow.open {
        transform: rotate(90deg); }
  nav .finder_box {
    display: inline-block;
    max-width: 90%;
    width: 90%; }
  nav .burger-box {
    display: inline-block;
    width: 8%;
    text-align: right; }
    nav .burger-box i {
      border: 2px solid #3c3c3c;
      padding: 3px 4px;
      border-radius: 17%; } }
@media (max-width: 364px) {
  #header ul {
    height: auto; } }

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