@font-face {
    font-family: 'brush';
    src: url("../fonts/BTTTRIAL.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
      font-family: 'Dungeon';
      src: url("../fonts/DUNGRG__.TTF");
      font-weight: normal;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'Fire';
      src: url("../fonts/FIRE.otf") format("opentype");
  }
  
  a:hover{
      cursor: url('../kursor/working.cur'), auto;
  }
  
  .container{
      max-width: 1440px !important;
  min-height: 26000px;
  }
  
  body {
    background: url(https://i.imgur.com/MvJMiOh.png) top center;
    background-color: #00184a;
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
      font-family: "Dungeon", Georgia, Open Sans, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: url('../kursor/cursor.cur'), auto;
  }
  
  a:link, a:visited{
      text-decoration:none;
  }
  
  #prezentacja{
      margin-top: 30px; 
      margin-bottom: 30px;
      box-shadow: 0px 0px 150px 30px #040404;
  }
  
  header section.logo {
      width: 100%;
      height: 300px;
      z-index: 3;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 40px;
  }
  
  .fab{
      margin-left: 10px;
      margin-right: 10px;
  }
  
  .social-media i{
      background-image: linear-gradient(#ff923f,#481b01);
      padding: 30px;
      border-radius: 20px;
      margin-top: 20px;
      color: #311606;
      box-shadow:0px 0px 10px 3px #ff812f42;
  }
  
  .social-media{
  font-size: 20px;
  }
  
  .social-media i:hover{
      color: #ff923f;
      background-image: linear-gradient(#060606,#561f00);
      transition: 1s;
      
  }
  
  .fa-cloud-download-alt:before
  {color:#e87e10}
  .fa-cloud-download-alt:before:hover{
      color:#311606;
  }
  
  header section.logo img{
      width: 100%;
  }
  
  header section.prezka-bg {
      width: 431px;
      height: 189px;
      position: absolute;
      left: 695px;
      top: 445px;
  }
  
  header section.prezka-bg div.prezka {
      width: 300px;
      height: 70px;
      position: relative;
      background: url(../images/imetin-prezentacja-background.png);
      background-repeat: no-repeat;
      left: -240px;
      top: 310px;
      z-index: 3;
      cursor: pointer;
      animation-name: fade-low;
      animation-duration: 3s;
      animation-iteration-count: infinite;
  }
  
  header section.prezka-bg div.prezka:hover {
      transition: 0.5s;
      filter: brightness(125%);
  }
  
  .preloader {
    background: #040301;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  
  .preloader .middle {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .preloader div {
    display: block;
    font-family: 'MinionPro-Semibold', "Times New Roman", Times, serif;
    color: #f1d43c;
    font-size: 1.2em;
    padding: 5px 0;
  }
  
  .alert {
    margin: 0 30px 15px 30px;
    padding: 8px 10px 5px 10px;
    font-family: 'MinionPro-Semibold', "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 20px;
  }
  
  .alert.alert-danger {
    color: white;
    background: #a90d02;
  }
  
  .alert.alert-success {
    color: white;
    background: #0e8e13;
  }
  
  .alert.alert-info {
    color: white;
    background: #196494;
  }
  
  .title-button{
      height: 40px;
      width: 300px;
      margin-top: 86px;
      border: 0px;
      z-index: 3;
      background: url('../images/button.png');
      color: antiquewhite;
      animation-name: fade;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      font-size: 16px;
      font-family: Forum;
      color: #c4dff9;
      text-shadow: 3px 5.196px 7.44px rgba(0, 0, 0, 0.4);
      animation: shadow-pulse 1s infinite;
  }
  
  
  
  @keyframes fade {
      0%   {
          filter: brightness(100%);
          -webkit-filter: brightness(100%);
      }
      
      25%{
          filter: brightness(100%);
          -webkit-filter: brightness(100%);     
      }
      
      50%  {
          filter: brightness(190%);
          -webkit-filter: brightness(190%);
      }
      
      75%{
          filter: brightness(195%);
          -webkit-filter: brightness(190%);
      }
      100% {
          filter: brightness(100%);
          -webkit-filter: brightness(100%);
      }
  }
  
  @keyframes fade-low {
      0%   {
          filter: brightness(60%);
          -webkit-filter: brightness(100%);
      }
      
      25%{
          filter: brightness(100%);
          -webkit-filter: brightness(100%);     
      }
      
      50%  {
          filter: brightness(150%);
          -webkit-filter: brightness(150%);
      }
      
      75%{
          filter: brightness(150%);
          -webkit-filter: brightness(150%);
      }
      100% {
          filter: brightness(60%);
          -webkit-filter: brightness(100%);
      }
  }
  
  @keyframes shadow-pulse
  {
       0% {
            box-shadow: 0 0 0 0px i;
       }
       100% {
            box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
       }
  }
  
  @-webkit-keyframes fb
  {
      15%
      {
          -webkit-transform: translateX(5px);
          transform: translateX(5px);
      }
      30%
      {
          -webkit-transform: translateX(-5px);
         transform: translateX(-5px);
      } 
      50%
      {
          -webkit-transform: translateX(3px);
          transform: translateX(3px);
      }
      65%
      {
          -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
      }
      80%
      {
          -webkit-transform: translateX(2px);
          transform: translateX(2px);
      }
      100%
      {
          -webkit-transform: translateX(0);
          transform: translateX(0);
      }
  }
  @keyframes fb
  {
      15%
      {
          -webkit-transform: translateX(5px);
          transform: translateX(5px);
      }
      30%
      {
          -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
      }
      50%
      {
          -webkit-transform: translateX(3px);
          transform: translateX(3px);
      }
      65%
      {
          -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
      }
      80%
      {
          -webkit-transform: translateX(2px);
          transform: translateX(2px);
      }
      100%
      {
          -webkit-transform: translateX(0);
          transform: translateX(0);
      }
  }
  
  
  
  
  i.fa-arrow-alt-circle-up{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: fixed;
      font-size: 5vh;
      left: 2vh;
      bottom: 5vh;
      color: #fd8c00;
        animation: bounce 0.5s;
        animation-direction: alternate;
      animation-delay: 20s;
      animation-duration: 2s;
        animation-iteration-count: infinite;
  }
  
  i.fa-arrow-alt-circle-up p{
      font-size: 20px;
      color: white;
      margin-top:10px;
      font-family: Montserrat;
      font-weight: 700;
  }
  
  
  i.fa-cloud-download-alt{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 10px;
      font-size: 20px;
      background: linear-gradient(#060606,#561f00);
  }
  
  i.fa-cloud-download-alt:hover{
  transition: 1s;
  background: linear-gradient(#060403,#2b1505);
  }
  i.fa-cloud-download-alt p{
      letter-spacing: 2px;
      font-size: 16px;
      color: #ff7e22f2;
      margin-top:10px;
      font-family: Open Sans;
      font-weight: 700;
  }
  
  .scroll-box i{
      font-size: 20px;
  }
  
  
  
  @keyframes bounce {
    from { transform: translate3d(0, 0, 0);     }
    to   { transform: translate3d(0, 30px, 0); }
  }
  
  
  .ficon{
      display: flex !important;
      justify-content: center;
      line-height: 2 !important;
  }
  .ficon:hover
  {
          -webkit-animation: fb 1s ease;
          animation: fb 1s ease;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  }
  
  .nav-disabled{
      opacity: 0.5;
      cursor: not-allowed;
      text-decoration: none;
      
  }
  
  footer{
      width: 100%;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 15px;
  }
  
  footer .ending-box{
  width: 900px;
  display: flex;
  justify-content:center;
  align-items:center;
  flex-direction: row;
  }
  
  footer i{
      color: #fb9731;
      font-size: 25px;
      margin-right: 14px;
      margin-left: 8px;
  }
  
  footer .fa-download{
  font-size:21px;
  }
  
  
  
  div.li-menu li.kokpit:hover {filter: brightness(125%); transition: 0.5s;}
  li.user-panel-logged:hover {
      filter: brightness(125%); transition: 0.5s;
  }
  
  .modal{background:rgba(0,0,0,0.7);width:100%;height:100%;position:fixed;z-index:9999;left:0;right:0;bottom:0;top:0;display:none}
  .modal .modal-center{width:800px;height:600px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background:#fff;border-radius:5px;text-align:center}
  .modal .modal-center .close{width:24px;height:24px;background-image:url("../images/close.png");background-size:cover;position:absolute;top:-32px;right:0;cursor:pointer}
  .modal .modal-center iframe{overflow:auto;border:none}