@import url("https://fonts.googleapis.com/css?family=Unica+One");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap");
@import url("https://fonts.googleapis.com/css?family=News+Cycle&display=swap");
.hr {
  width: 15%;
  height: 1px;
  background-color: #ff9800;
  margin: 2em auto; }

.logo {
  max-height: 70px; }

.logo-shrink img {
  transition: all 5s ease !important;
  height: 50px; }

.hideme {
  opacity: 0; }

.hide {
  display: none; }

html, body, header {
  height: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 106%; }

@media all and (-ms-high-contrast: none) {
  body, .mask {
    font-family: 'Cambria', sans-serif; }
  /* IE10 */
  *::-ms-backdrop, body, .mask {
    font-family: 'Cambria', sans-serif !important; }
  /* IE11 */ }

header nav {
  text-transform: uppercase;
  font-size: 1em !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  background-color: black; }
  header nav #navbarSupportedContent {
    max-width: 1200px !important;
    margin: 0 auto;
    padding-right: 60px; }
  header nav .navbar {
    -webkit-transition: padding 0.2s ease;
    -moz-transition: padding 0.2s ease;
    -o-transition: padding 0.2s ease;
    transition: padding 0.2s ease; }

@media (min-width: 579px) {
  header .shrink {
    line-height: 250%;
    -webkit-transition: all 0.7s ease !important;
    transition: all 5s ease !important; } }

header .socials a {
  color: rgba(255, 255, 255, 0.5);
  padding-right: 1em;
  transition: .3s; }
  header .socials a:hover {
    color: #fff !important; }

header .socials img {
  max-height: 25px !important;
  margin-top: -3px;
  opacity: .7;
  transition: 0.5s; }
  header .socials img:hover {
    opacity: 1; }

@media only screen and (max-width: 768px) {
  header .nav-link-section li {
    padding: 0px !important;
    margin: 0 !important; }
  header .nav-link-section a {
    padding: 0rem 1rem !important;
    margin-top: 0px;
    line-height: 230%; }
  header .socials li {
    display: inline-block;
    padding: .3em; }
    header .socials li:first-child {
      padding-left: initial; }
  header .navbar-nav {
    display: block; } }

@media (min-width: 576px) {
  header #home {
    height: 100vh;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; } }

header #home h2:nth-of-type(1) {
  margin-top: 15px;
  letter-spacing: 4px;
  word-spacing: 8px;
  font-size: 260%; }

header #home h2:nth-of-type(2) {
  letter-spacing: 5.2px;
  word-spacing: 10px;
  font-size: 145%; }

header #home h1 {
  font-size: 145%; }

header #home p {
  font-size: 1.8em;
  margin-top: -128px;
  margin-left: 15px;
  width: 85%;
  position: absolute; }

@media screen and (max-width: 768px) {
  header #home .start {
    margin-top: 0px !important; }
  header #home h2:nth-of-type(1) {
    font-size: 240%;
    letter-spacing: 1px;
    word-spacing: normal; }
  header #home h1 {
    margin-top: 30px;
    font-size: 170% !important;
    line-height: 85%;
    letter-spacing: 1px;
    word-spacing: normal; }
  header #home h2:nth-of-type(2) {
    margin-top: 20px !important;
    letter-spacing: 1px;
    word-spacing: normal;
    font-size: 170%; }
  header #home p {
    font-size: 1em;
    margin: 0 auto;
    width: 85%;
    margin-left: 15px;
    position: absolute;
    bottom: 5px; } }

@media screen and (max-width: 576px) {
  header #home .start {
    margin-top: -120px !important; } }

@media screen and (max-width: 576px) {
  header #home {
    background-image: url("../img/start_small.jpg"); } }

@media screen and (min-width: 576px) {
  header #home {
    background-image: url("../img/start_small.jpg"); } }

@media (min-width: 768px) {
  header #home {
    background-image: url("../img/start_medium.jpg"); } }

@media (min-width: 992px) {
  header #home {
    background-image: url("../img/start_large.jpg"); } }

@media (min-width: 1200px) {
  header #home {
    background-image: url("../img/start_extra_large.jpg"); } }

@media (min-width: 1900px) {
  header #home {
    background-image: url("../img/start_extra_super_large.jpg"); } }

header #home .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 576px) {
    header #home .mask .wow {
      margin-top: -350px; } }

@media (max-width: 900px) {
  header #home h1 {
    font-size: 4em; } }

@media (max-width: 600px) {
  header #home h1 {
    margin-top: -80px;
    font-size: 3em; } }

header #home h4:first-of-type {
  letter-spacing: 5.1px; }

.nav-right .active {
  color: #f6f6f6 !important; }

.nav-right ul {
  z-index: 1;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  list-style-type: none; }
  .nav-right ul li {
    background-color: black; }
    .nav-right ul li .active {
      color: lightgray; }
    .nav-right ul li a {
      padding: 14px;
      font-size: 0.95em;
      color: darkgray;
      display: block; }
      @media screen and (max-width: 576px) {
        .nav-right ul li a {
          font-size: .75em; } }

.nav-right .go-up {
  background-color: black;
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin: 1px;
  opacity: 1;
  color: white;
  z-index: 1; }
  .nav-right .go-up i {
    padding: 14px; }
    .nav-right .go-up i:hover {
      cursor: pointer; }

#omnie .container-fluid {
  color: black;
  background-color: darkgray; }

@media only screen and (min-width: 450px) {
  #omnie .small-title {
    padding-top: 65px !important;
    padding-bottom: 5px; } }

@media screen {
  #omnie p {
    text-align: left; } }

#portfolio {
  color: #f9f9f9 !important;
  /* end media */ }
  #portfolio .black {
    background-color: #303030; }
  #portfolio .light-black {
    background-color: #494949; }
  #portfolio .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px; }
  #portfolio a {
    display: block !important; }
  #portfolio .no-slider figure {
    display: block !important;
    margin-bottom: 0;
    overflow: hidden; }
    #portfolio .no-slider figure img {
      transition: 0.3s ease; }
      #portfolio .no-slider figure img:hover {
        transform: scale(1.06); }
  @media screen and (max-width: 768px) {
    #portfolio .slider-n8 .controls {
      display: none; } }
  @media (min-width: 768px) {
    #portfolio .slider-n8 .container {
      overflow: hidden; }
      #portfolio .slider-n8 .container .wrapper {
        /* slider-width */
        min-width: 3000px !important;
        transition: all 1s ease;
        padding-top: 20px;
        padding-bottom: 20px; }
      #portfolio .slider-n8 .container figure {
        display: inline-block;
        margin-bottom: 0;
        width: 250px;
        margin-right: 30px; }
        #portfolio .slider-n8 .container figure img {
          transition: 0.3s ease; }
          #portfolio .slider-n8 .container figure img:hover {
            transform: scale(1.06); }
    #portfolio .slider-n8 .controls ul {
      margin: 15px auto;
      text-align-last: right; }
      #portfolio .slider-n8 .controls ul li {
        display: inline-block;
        padding: 5px 13px;
        border: 1px solid #c5c5c5;
        cursor: pointer;
        transition: .5s ease;
        margin-left: 5px; }
      #portfolio .slider-n8 .controls ul li.active {
        background-color: gray !important; }
      #portfolio .slider-n8 .controls ul li:hover {
        background-color: gray; } }

.offer {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #fff; }
  .offer h4 {
    text-align: center; }
  .offer ul {
    list-style-type: square; }
  .offer .card-header {
    text-align-last: center; }
  .offer a {
    color: #111; }
    .offer a:hover {
      text-decoration: none; }
  @media screen and (max-width: 576px) {
    .offer p.lead {
      padding-right: 45px;
      font-size: 100%; } }
  .offer .offer-slider {
    min-height: 240px; }
    .offer .offer-slider .left-section {
      text-transform: uppercase; }
      .offer .offer-slider .left-section .active {
        color: white;
        background-color: #343a40 !important; }
      .offer .offer-slider .left-section a {
        color: black;
        padding: 14px; }
        .offer .offer-slider .left-section a:hover {
          background-color: lightgray; }
        .offer .offer-slider .left-section a i {
          margin-right: 25px; }
      .offer .offer-slider .left-section a:active {
        color: white !important; }
      @media screen and (max-width: 578px) {
        .offer .offer-slider .left-section a {
          font-size: 93%;
          padding-left: 4px; }
          .offer .offer-slider .left-section a i {
            margin-right: 45px; } }
    .offer .offer-slider .right-section p {
      font-size: 120%; }
    @media screen and (max-width: 576px) {
      .offer .offer-slider .right-section p, .offer .offer-slider .right-section .card-body {
        font-size: 90% !important; }
      .offer .offer-slider .right-section .card-body {
        padding-left: 7.5px;
        padding-right: 38px; }
      .offer .offer-slider .right-section ul {
        margin-left: -23px;
        padding-right: 0px; } }
    .offer .offer-slider .right-section li {
      font-size: 107%; }
    .offer .offer-slider .right-section .circle-icon {
      padding: 0;
      margin: 0; }
    .offer .offer-slider .right-section i {
      font-size: 1.5em;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      padding: 0.8em;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.46);
      transition: all .5s ease-in-out; }
    .offer .offer-slider .right-section .card:hover i {
      background-color: black;
      color: white;
      opacity: 0.9; }

.last-quote {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #111; }

#kontakt {
  padding-top: 3em;
  padding-bottom: 3em;
  color: #e8eaec;
  background-color: #191919;
  font-family: 'Unica One', cursive;
  text-transform: uppercase;
  font-size: 1.2em; }
  #kontakt form {
    font-size: 0.7em; }
    #kontakt form label {
      margin-bottom: 0.1em; }
    #kontakt form span {
      font-weight: normal;
      font-size: smaller;
      color: #8c96a0; }
    #kontakt form input, #kontakt form textarea {
      border: none;
      border-radius: 0;
      color: black;
      opacity: .8;
      background-color: lightgray;
      text-transform: uppercase; }
      #kontakt form input:active, #kontakt form input:focus, #kontakt form textarea:active, #kontakt form textarea:focus {
        opacity: 1;
        background-color: #fff; }
    #kontakt form button {
      border-radius: 0;
      letter-spacing: 3px; }
      #kontakt form button:hover {
        background-color: #111; }
  #kontakt .brand {
    letter-spacing: 1.3px; }
  #kontakt .line-height-100 {
    line-height: 105%; }
  #kontakt #form-info {
    font-size: 75%; }
  #kontakt .adress a {
    color: #e8eaec; }
  #kontakt .adress .first-adress p {
    font-weight: bold; }
  #kontakt .adress .smaller {
    font-size: 88%; }
  #kontakt .adress p {
    line-height: 120%; }
  #kontakt span {
    font-weight: bold; }
  #kontakt .footer-socials {
    margin-top: 35px; }
    @media (min-width: 765px) {
      #kontakt .footer-socials {
        text-align: right; } }
    #kontakt .footer-socials a {
      display: inline-block;
      background-color: #191919;
      margin: 10px 4px;
      transition: .4s all;
      color: white;
      font-size: 0.9em; }
      #kontakt .footer-socials a:first-child {
        margin-left: 0; }
      #kontakt .footer-socials a:hover {
        text-decoration: none;
        box-shadow: 0 0 1em darkgray; }
      #kontakt .footer-socials a i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 30px;
        width: 30px;
        margin: 5px; }
      #kontakt .footer-socials a img {
        box-sizing: border-box;
        display: block;
        padding: 0px;
        width: 30px; }
  #kontakt address .adress a:hover {
    text-decoration: none; }
    #kontakt address .adress a:hover i {
      opacity: 1; }
  #kontakt address .adress a i {
    display: inline-block;
    height: 100%;
    opacity: .85; }

footer {
  color: white;
  padding: 0 !important;
  background-color: #141414;
  font-family: 'Unica One', cursive;
  letter-spacing: 1.2px;
  color: #212529;
  text-transform: uppercase; }
  footer a {
    color: #383f45;
    transition: all 400ms ease-in-out; }
    footer a:hover {
      text-decoration: none;
      color: #65727e; }
  footer p {
    margin: 0;
    padding-bottom: 1em;
    padding-top: 1em; }
  @media screen and (max-width: 768px) {
    footer {
      letter-spacing: initial; } }
