@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Work+Sans:900&subset=latin-ext);
@media all and (max-width: 1000px) {
  #hero h1 {
    font-size: 30px !important; } }
@media all and (max-width: 768px) {
  #hero h1 {
    font-size: 26px !important; }

  #about .about-box .image-container {
    text-align: center !important;
    margin-bottom: 3vh; } }
@media all and (max-height: 450px) {
  .realization-details .container-fluid .row .close {
    top: 55px !important; } }
body {
  font-family: "Work Sans", sans-serif;
  font-weight: 700 !important;
  background-color: #f6f6f5 !important; }

#mfPreviewBar {
  display: none; }

h1, h2, h3 {
  font-weight: 700 !important; }

.navbar {
  padding: 14px 20px 0px 20px;
  text-transform: uppercase;
  transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in; }
  .navbar.sticky {
    background: #f6f6f5; }
  .navbar .nav.navbar-nav li:not(:last-child) > a::after {
    content: "·";
    color: red;
    padding-left: 15px; }
  .navbar .nav.navbar-nav li a {
    color: #333333;
    font-size: 13px;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    background: transparent !important;
    padding-top: 6px !important; }
    .navbar .nav.navbar-nav li a.active {
      color: #e74c3c; }
  .navbar .nav.navbar-nav li a:hover {
    color: #e74c3c;
    background: transparent; }
  .navbar .navbar-toggle {
    border-color: #ddd;
    margin: 0 0;
    border: none; }
    .navbar .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar .collapse.in {
    background: rgba(0, 0, 0, 0.5);
    border: none; }
    .navbar .collapse.in li {
      text-align: center; }
      .navbar .collapse.in li a {
        color: white; }
    .navbar .collapse.in li > a::after {
      display: none; }

#hero {
  width: 100%;
  height: 100vh;
  display: table; }
  #hero #bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/background-min.jpg) no-repeat;
    background-size: cover; }
  #hero .text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 6vh;
    cursor: default; }
    #hero .text h1 {
      text-transform: uppercase;
      color: #2c3e50;
      font-size: 37px;
      line-height: 1.2; }
      #hero .text h1 span {
        color: #e74c3c; }
        #hero .text h1 span::after {
          content: "\a";
          white-space: pre; }
    #hero .text .morphext > .animated {
      display: inline-block; }
  #hero a {
    color: #2c3e50;
    font-size: 20px;
    border: 2px solid #2c3e50;
    padding: 12px;
    transition: all 0.3s linear;
    text-transform: uppercase; }
    #hero a:hover {
      text-decoration: none;
      background: #2c3e50;
      color: white; }
  #hero #more {
    position: absolute;
    bottom: 56px;
    visibility: hidden; }
  #hero #arrow-down {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    text-align: center; }
    #hero #arrow-down .arrow-down-link {
      cursor: pointer;
      margin-bottom: 20px;
      opacity: 0.4;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      #hero #arrow-down .arrow-down-link:hover {
        opacity: 1; }

#facebook-box {
  position: fixed;
  width: 320px;
  height: 520px;
  left: -320px;
  top: calc(50vh - 260px);
  z-index: 999;
  background-color: #4867AA;
  transition: all 0.3s ease-in-out; }
  #facebook-box .fb-page {
    width: 300px;
    padding: 10px 10px; }
  #facebook-box:hover {
    left: 0px; }
    #facebook-box:hover::after {
      right: -30px; }
  #facebook-box::after {
    content: "";
    width: 30px;
    height: 164px;
    position: absolute;
    right: -30px;
    top: 178px;
    background-image: url(../img/fb-box.png);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
    #facebook-box::after:hover {
      transform: rotate(7deg);
      -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg); }

section:not(#hero) {
  cursor: default;
  padding-top: 5vh;
  padding-bottom: 5vh; }
  section:not(#hero) h3 {
    padding-top: 3vhŕ;
    text-align: center;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase; }
  section:not(#hero) hr {
    width: 3vw;
    border-top: 3px solid #333333;
    margin: 2vh auto 4vh auto; }

#about {
  width: 100%; }
  #about .about-box {
    padding-top: 5vh !important;
    padding-bottom: 5vh !important;
    border: 3px solid #333333; }
    #about .about-box .image-container {
      text-align: right;
      margin-top: -13px; }
    #about .about-box h1 {
      color: #333333;
      font-size: 15.89px;
      text-transform: uppercase;
      margin: 0 0 10px 0px; }
    #about .about-box p {
      font-family: Halvetica Neue, Halvetica, Arial, sans-serif;
      font-weight: normal;
      color: #333333;
      font-size: 12.46px;
      text-align: justify; }

#work {
  text-align: center; }
  #work .work:nth-of-type(n+3) {
    margin-top: 5vh; }
  #work .work h1 {
    display: inline-block;
    text-transform: uppercase;
    color: #2c3e50;
    font-size: 16px;
    padding: 0 0;
    margin: 0 0;
    line-height: 0px;
    box-sizing: border-box; }
    #work .work h1 img {
      height: 45px;
      display: inline-block;
      margin: 0 10px 0 0; }
  #work .work p {
    font-family: Halvetica Neue, Halvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin-top: 10px; }

#media .news {
  margin-top: 20px; }
  #media .news .content h4 {
    margin: 0 0;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px; }
  #media .news .content div.text {
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 10px; }
  #media .news .content p.author {
    font-size: 12px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px; }

#realizations .realization {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px; }
  #realizations .realization h2 {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    margin: 0px 15px 0px 15px;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
    display: block; }
  #realizations .realization img {
    height: 201px; }
  #realizations .realization .info {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    margin: 0px 15px 29px 15px;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
    #realizations .realization .info .cont {
      display: table;
      width: 100%;
      height: 100%; }
      #realizations .realization .info .cont p {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: white;
        font-size: 16px; }
  #realizations .realization:hover > .info {
    display: block; }

.kwazar-ad, .realization-details, .work-details {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  cursor: default; }
  .kwazar-ad .container-fluid, .realization-details .container-fluid, .work-details .container-fluid {
    display: table-cell;
    vertical-align: middle; }
    .kwazar-ad .container-fluid .row, .realization-details .container-fluid .row, .work-details .container-fluid .row {
      padding: 15px 0px;
      background: white;
      position: relative;
      max-height: 75vh;
      overflow-y: scroll; }
      .kwazar-ad .container-fluid .row .close, .realization-details .container-fluid .row .close, .work-details .container-fluid .row .close {
        position: absolute;
        top: 0px;
        right: 5px;
        z-index: 999;
        padding: 5px 5px 0px 0px;
        color: blue;
        transition: all 0.1s linear; }

.realization-details .row .prev, .realization-details .row .next {
  position: absolute;
  top: 0px;
  z-index: 998;
  background: transparent;
  height: 100%;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .realization-details .row .prev:hover, .realization-details .row .next:hover {
    background: rgba(0, 0, 0, 0.6); }
    .realization-details .row .prev:hover span, .realization-details .row .next:hover span {
      opacity: 1;
      color: white; }
  .realization-details .row .prev span, .realization-details .row .next span {
    position: relative;
    top: calc(50% - 33px);
    color: black;
    font-size: 30px;
    padding: 0px 10px;
    opacity: 0.8; }
.realization-details .row .prev {
  left: 0px; }
.realization-details .row .next {
  right: 0px; }
.realization-details .row ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0; }
  .realization-details .row ul li {
    max-width: 1170px;
    display: none; }
    .realization-details .row ul li .content {
      padding: 10px 10px; }
      .realization-details .row ul li .content ul, .realization-details .row ul li .content ol {
        list-style-type: circle; }
        .realization-details .row ul li .content ul li, .realization-details .row ul li .content ol li {
          display: block; }
          .realization-details .row ul li .content ul li::before, .realization-details .row ul li .content ol li::before {
            content: "-";
            margin-right: 4px; }
          .realization-details .row ul li .content ul li ul li, .realization-details .row ul li .content ul li ol li, .realization-details .row ul li .content ol li ul li, .realization-details .row ul li .content ol li ol li {
            margin-left: 5px; }
            .realization-details .row ul li .content ul li ul li::before, .realization-details .row ul li .content ul li ol li::before, .realization-details .row ul li .content ol li ul li::before, .realization-details .row ul li .content ol li ol li::before {
              content: "*"; }
    .realization-details .row ul li.shown {
      display: block; }

.work-details span.btn {
  width: 60%;
  margin-left: 20%;
  text-align: center;
  color: #2c3e50;
  font-size: 20px;
  border: 2px solid #2c3e50;
  border-radius: 0px;
  padding: 12px;
  transition: all 0.3s linear;
  text-transform: uppercase; }
  .work-details span.btn:hover {
    text-decoration: none;
    background: #2c3e50;
    color: white; }

.kwazar-ad {
  text-align: center; }
  .kwazar-ad .row {
    display: inline-block;
    background: white;
    padding: 0px 0px !important;
    background-color: transparent !important;
    background-image: url(../img/load.gif) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
    .kwazar-ad .row video {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 60vh;
      z-index: 97; }
    .kwazar-ad .row .close {
      padding: 0px 0px;
      opacity: 0.8 !important; }
      .kwazar-ad .row .close:hover {
        opacity: 1 !important; }

#contact h1 {
  font-size: 20px;
  margin: 0 0; }
#contact .map {
  padding: 0 0;
  border: 2px solid #333333;
  height: 330px; }
#contact .information {
  margin-bottom: 20px; }
  #contact .information h1 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  #contact .information h1, #contact .information p {
    padding-left: 30px;
    padding-right: 0px;
    color: #333333;
    font-size: 17.07px; }
  #contact .information p {
    margin: 0 0; }
  #contact .information p:nth-child(3) {
    margin-bottom: 10px; }
  #contact .information a {
    color: #e74c3c;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out; }
  #contact .information a:hover {
    color: #333333;
    text-decoration: none; }

#about-container, #media-container, #contact-container {
  background: white !important; }

.bg-fix {
  background-color: #f6f6f5 !important; }

footer {
  padding: 4vh 0px 3vh 0px;
  color: #333333;
  font-size: 18px; }
  footer a {
    color: #e74c3c;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out; }
  footer a:hover {
    color: #333333;
    text-decoration: none; }

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