.alert{
  text-align:center;
  font-weight:bold;

  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.20, rgba(255, 255, 255, 0.10)), color-stop(0.20, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.10)), color-stop(0.75, rgba(255, 255, 255, 0.10)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);

  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;

  margin-top:0px;
  margin-bottom:0px;

  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.09);

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  border:0px;
  padding:15px;
}

.opener-background {
  max-width: 100%;
  width: 1130px;
  margin: auto;
}
.opener-vid {
  margin-top:75px;
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  position: relative;
   
}
video#bgvid {
  z-index: -100;	
  background-size: cover;
  max-width: 100%;
}
.alert-success{
  background-color: #5e9b34;
  border-color: #D6E9C6;
  color: #fff;
  border-top:0px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.alert-error{
  background-color: #BA1D1A!important;
  color:white;
  border-color:#BA1D1A;
  border-top:0px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.alert .close{
  top:2px;
  right:0px;
}
.cookiesNavMessage {
  padding: 15px 15px 5px 15px;
  text-align: center;
  background-color: #FF9737;
  background-image:none;
  border: none;
  color: #fff;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index:999999;
}
.cookiesNavMessage a {
  font-weight:600;
  color:#FFF;
}
.cookiesNavMessage .btn {
  margin-left: 10px;
  margin-top: -7px;
  background-color:#00A8A3;
  padding: 5px 12px 7px 12px;
  color:#FFF;
  border:none;
}
.language-select-box{
  text-align:right;
  padding-right:20px;
  padding-top:18px;
}
.carousel-control {
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
  top: 46%;
  color: #ffffff;
  background: none;
  border: 0px;
}
input, textarea, .uneditable-input {
  width: 166px;
}
@font-face {
  font-family: 'DINWebProRegular';
  src: url('DINWebProPl.eot'); /* IE9 Compat Modes */
  src: url('DINWebProPl.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('DINWebProPl.woff2') format('woff2'), /* Super Modern Browsers */
    url('DINWebProPl.woff') format('woff'), /* Pretty Modern Browsers */
    url('DINWebProPl.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('DINWebProPl.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'DINWebProBlack';
  src: url('DINWebProPl-Black.eot'); /* IE9 Compat Modes */
  src: url('DINWebProPl-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('DINWebProPl-Black.woff2') format('woff2'), /* Super Modern Browsers */
    url('DINWebProPl-Black.woff') format('woff'), /* Pretty Modern Browsers */
    url('DINWebProPl-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('DINWebProPl-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
  font-family:'DINWebProRegular';
  color:#949494;
  font-size:16px;
}
footer {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #FFF;
}
footer img {
  margin: 30px;
}
.gray {
  background-color: #f0f0f0;
}
.small-nav-padding {
  padding-bottom: 30px;
}
.special-header {
  font-size:58px;
}
.art-page img {
  margin:0px!important;
}
.simple-content {
  text-transform: uppercase;
}
.simple-content img {
  max-width: 100%;
  height: auto;
  margin-top:10px;
  margin-bottom: 38px;
}
.simple-content, .simple-contact {
  padding-top: 20px;
  padding-bottom: 25px;
}
.simple-contact a {
  color: #949494;
}
.simple-content h2 {
  font-size:34px;
}
.simple-content h1 {
  text-transform: none;
  color:#000;
  font-family:'DINWebProBlack';
  font-weight: bolder; 
}
.simple-content h2,
.simple-contact h2 {
  text-transform: none;
  color:#000;
  font-family:'DINWebProRegular';
  font-weight: bolder;
}
.contact-borders {
  border-left:1px solid #000;
  border-right:1px solid #000;
}
a:hover, a:focus {
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.logo {
  padding-top: 5px;
}
.language {
  padding-top: 42px;
}
.language a {
  font-size: 16px;
  font-family:'DINWebProRegular';
  color: #949494;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
.language .border-right {
  border-right: 2px solid #949494;
}
.contact-header {
  color: #FFF;
  margin: auto;
  position: absolute;
  top: 65px;
  left: 70px;
  bottom: 0;
  right: 0;
  width: 590px;
  height: 60px;
}
.contact-header h2 {
  font-size: 44px;
  font-family: 'DINWebProBlack';
}
.contact-header-small {
  display: none;
}
#map-canvas {
  width:100%;
  height:460px;

}
#droppy{
  font-family:'DINWebProRegular';
  width: 100%;
  float:none;
  display:block;
  padding-top: 35px;
  text-align:right;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
#droppy>li{
  float:none;
  display:inline-block;
  text-align:left;
}
#droppy li a {
  color: #000;
  padding-top: 5px;
  margin-right: 12px;
  margin-left: 12px;
  border: 1px solid transparent;
}
#droppy li:hover a{
  text-decoration: none;
  border-bottom: 1px solid #000;
}
#droppy li .menuOpen {
  border-bottom: 1px solid #000;
}
.top {
  background-color: #FFF;
  padding-bottom: 10px;
  position: fixed;
  top:0px;
  width: 100%;
  z-index: 10000;
}
.box-titles {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 30%;
  text-align: center;
  left: 0;
  bottom: 0;
  color: #FFF;
  right: 0;
  z-index:23;
  padding-left:20px;
  padding-right:20px;
}
.box-titles h2 {
  font-size: 48px;
  line-height: .8;
  font-family: 'DINWebProBlack';
}
.box-titles h3 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.box-titles p {
  width: 0px;
  overflow: hidden;
  transition:.5s;
  vertical-align: middle;
  margin-bottom: 2px;
}
.box-titles img {
  padding-left:10px;
}
.nav-box:hover p {
  width: 50px;
}
.small-nav {
  text-align: center;
  width: 540px;
  position: relative;
  margin: auto;
}
.small-nav .two-lines h2{
  margin-top: 17px;
}
.small-nav .one-line h2{
  margin-top: 24px;
}
.small-nav .nav-box {
  display: inline-block;
  height: 105px;
  width: 180px;
}
.small-nav .box-titles {
  width: 100%;
  top:20%;
}
.small-nav .box-titles h2 {
  font-size: 16px;
  line-height:.9;
  padding-left:20px;
  padding-right:20px;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.backgrounds {
  width: 100%;
  height: 100%;
}
.main-nav {
  width: 100%;
  overflow: hidden;
  opacity:0;
  transition:.5s;
}
.reveal {
  opacity:1!important;
}
.nav-box {
  display: inline-block;
  float: left;
  width: 50%;
  height: 428px;
}
.main-box {
  position:relative;
  width: 100%;
  height:100%;
  background-size:cover;
  background-position:center center;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.main-box img {
  position: absolute;
  width:20px;
  height:20px;
  top: 35%;
  left: 0;
  bottom: 0;
  right: 0;
  margin:auto;
}
.main-image img {
  max-width:100%;
  height:auto;
}
.enter {
  margin: auto;
  position: absolute;
  /*top: 0;*/ left: 0; bottom: 50px; right: 0;
}
.uncover {
  position: relative;
}
.uncover:hover .main-box {
  opacity: 0;
}
.relative-base {
  position: relative;
  max-height: 659px;
  height: 659px;
}
.main-slogan {
  text-align:center;
  width: 990px;
  height: 38vh;
  margin: auto;
  position: absolute;
  top: 8%;left: 0; bottom: 0; right: 0;
  z-index:1000;
  font-weight:600;
}
.main-slogan h1 {
  font-size: 60px;
  line-height: 1;
}
.main-slogan strong {
  color:#000;
  font-family:'DINWebProBlack';
}
.work-nav {
  overflow:hidden;
}
.work-nav,.main-image{
  padding-top:100px;
  position: relative;
}
.work-nav .nav-box {
  height:428px;
}
.gradient-bg {
  width: 100%;
  height: 90vh;
  margin-top:100px;
  background: rgb(124,181,72); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjYjU0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjYTBkYzRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjYzhmZjY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4ZmY4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  rgba(124,181,72,1) 0%, rgba(160,220,79,1) 9%, rgba(200,255,104,1) 54%, rgba(216,255,138,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,181,72,1)), color-stop(9%,rgba(160,220,79,1)), color-stop(54%,rgba(200,255,104,1)), color-stop(100%,rgba(216,255,138,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(124,181,72,1) 0%,rgba(160,220,79,1) 9%,rgba(200,255,104,1) 54%,rgba(216,255,138,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(124,181,72,1) 0%,rgba(160,220,79,1) 9%,rgba(200,255,104,1) 54%,rgba(216,255,138,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(124,181,72,1) 0%,rgba(160,220,79,1) 9%,rgba(200,255,104,1) 54%,rgba(216,255,138,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(124,181,72,1) 0%,rgba(160,220,79,1) 9%,rgba(200,255,104,1) 54%,rgba(216,255,138,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb548', endColorstr='#d8ff8a',GradientType=0 ); /* IE6-8 */

}
.small-main {
  display:none;
}
.blue {background-color:  #00d3ff!important;}
.blue-green {background-color:#00a8a3!important;}
.light-green {background-color:#60ffc3!important;}
.green {background-color: #34CB82!important;}
.pink {background-color:#ff1196!important;}
.red {background-color: #ff3b00!important;}
.yellow {background-color:#fff50d!important;}

.opener-img {
  width:1140px;
  margin: auto;
  position: absolute;
  top: 57px; left: 0; bottom: 0; right: 0;
  z-index: 20;
}
@-moz-document url-prefix() {
  .opener-img { 
    top: -1px;
  }
}
.inline {
  z-index: 2;
  display: inline-block;
}
.p {
  width: 155px;
  height: 203px;
  background-color: #00d3ff;
  position: absolute;
  left: 17px;
}
.z1 {
  width: 76px;
  height: 108px;
  background-color: #34CB82;
  position: absolute;
  left: 330px;
}
.z2 {
  width: 82px;
  height: 164px;
  background-color: #34CB82;
  position: absolute;
  left: 406px;
}
.z3 {
  width: 78px;
  height: 256px;
  background-color: #34CB82;
  position: absolute;
  left: 487px;
}
.y {
  width: 116px;
  height: 401px;
  background-color: #60ffc3;
  position: absolute;
  left: 603px;
}
.w {
  width: 160px;
  height: 568px;
  background-color: #ff3b00;
  position: absolute;
  left: 718px;
}
.k {
  width: 82px;
  height: 637px;
  background-color: #ff1196;
  position: absolute;
  left: 878px;
}
.a {
  width: 155px;
  height: 505px;
  background-color: #ff1196;
  position: absolute;
  left: 960px;
}
.a2 {
  width: 39px;
  height: 572px;
  background-color: #fff50d;
  position: absolute;
  left: 1115px;
}
.small-nav .logotypes h2 {
  margin-top: 16px;
}
.my .main-box {
  background-image:url('../img/my.jpg');
}
.my .backgrounds {
  background-color: #359fd8;
}
.works .main-box {
  background-image:url('../img/pracemain.jpg');
}
.works .backgrounds {
  background-color: #ff9737;
}
.emergency .main-box {
  background-image:url('../img/pogotowiemain.jpg');
}
.emergency .backgrounds {
  background-color: #836cc7;
}
.art .main-box {
  background-image:url('../img/artmain.jpg');
}
.art .backgrounds {
  background-color: #bb0060;
}
.mats .main-box {
  background-image:url('../img/drukowane.jpg');
}
.mats .backgrounds {
  background-color: #50a76b;
}
.logotypes .main-box {
  background-image:url('../img/logotypy.jpg');
}
.logotypes .backgrounds {
  background-color: #a8c615;
}
.brands .main-box {
  background-image:url('../img/marki.jpg');
}
.brands .backgrounds {
  background-color: #b21052;
}
.packaging .main-box {
  background-image:url('../img/opakowania.jpg');
}
.packaging .backgrounds {
  background-color: #8486c9;
}
.communication .main-box {
  background-image:url('../img/komunikacja.jpg');
}
.communication .backgrounds {
  background-color: #616161;
}
.design .main-box {
  background-image:url('../img/design.jpg');
}
.design .backgrounds {
  background-color: #0096da;
}
.move-down {
  margin: auto;
  position: absolute;
  /*top: 100%;*/
  left: 0;
  bottom: 2%;
  height: 33px;
  text-align:center;
  right: 0;
  z-index:21;

}
.move-down img {
  transition: all 0.3s;

}
.move-down .move-text {
  font-size: 20px;
  opacity: 0;
  transition: all 0.3s;
  color: #000;
  padding-bottom: 10px;
}
.move-down:hover .move-text {
  opacity:1;
}
.move-down:hover img{
  margin-top: -10px;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#closeLeft {
  background:none;
  border:none;
  padding-left:0px;
  margin-bottom: -1px;
  margin-top: -1px;
  width:100%;
  padding-right:0px;
}
#closeLeft .fa-times{
  color:#FFF;
  padding-left: 130px;
}
#showLeft {
  position: absolute;
  top: 29px;
  right: 10px;
  background-color: transparent;
  border: none;
  z-index: 1;
}
#showLeft img {
  width: 40px;
  height: auto;
}
#showLeft .fa-bars {
  color: #000;
}
.cbp-spmenu li {
  list-style-type:none;
}
.cbp-spmenu .active a {
  border-bottom: none!important;
}
.vlong,
.long,
.colors {
  display:none;
}
.opener-background .bg-narrow,
.opener-background .bg-wide {
  max-width:100%;
}
@media screen and (orientation: portrait) { 
  .bg-wide {display:none;}
  .bg-narrow {display:inherit;}
  .opener-background {width: 100%!important;}
}
@media screen and (orientation: landscape) { 
  .bg-wide{display:inherit;}
  .bg-narrow{display:none;}
}
@media(max-width: 1500px) {
  .move-down {
    bottom: 7%;
  }
}
@media(max-width: 1440px) {
  .opener-background {
    width: 1000px;
  }
}
@media(min-height:1200px) {
  .move-down {
    bottom: 160px;
  }
}
@media(max-width:1280px) {
  #droppy li a {
    margin-right: 0px;
    margin-left: 0px;
  }
  .box-titles {
    width: 100%;
  }
  .opener-background {
    width: 900px;
  }
}
@media(max-width:1200px) and (max-height:768px) {
  .relatoive-base {
    height: 435px;
  }
  .p {
    width: 92px;
    height: 138px;
    left: 146px;
  }
}
@media only screen and (max-device-width: 1280px){
  .opener-background .bg-narrow {
    max-width: 100%;
    height: auto;
    padding-top: 70px;

  }
  .opener-background .bg-wide {
    max-width: 100%;
    height: auto;
    padding-top: 30px;

  }
}

@media(max-width:1200px) {

  #droppy {
    font-size: 16px;
  }
  .main-slogan h1 {
    font-size: 48px;
  }
  .relative-base {
    height: 610px;
  }
  .opener-img {
    width:100%;
    top:-1px;
    height:auto;
  }
  .contact-header {
    top:50px;
  }
  .work-nav .nav-box {
    height: 345px;
  }
  .enter {
    bottom:35px;
  }
  .nav-box {
    height: 345px;
  }
  .p {
    width:133px;
    height:200px;
    left:1px;
  }
  .z1 {
    width: 65px;
    height: 97px;
    left: 268px;
  }
  .z2 {
    width: 70px;
    height: 169px;
    left: 332px;
  }
  .z3 {
    width: 72px;
    height: 232px;
    left: 401px;
  }
  .y {
    width: 107px;
    height: 364px;
    left: 491px;
  }
  .w {
    width: 136px;
    height: 507px;
    left: 598px;
  }
  .k {
    width: 70px;
    height: 576px;
    left: 734px;
  }
  .a {
    width: 132px;
    height: 508px;
    left: 804px;
  }
  .a2 {
    width: 33px;
    height: 508px;
    left: 936px;
  }
  .language {
    padding-left: 0px;
  }
}
@media(max-width:1024px) {
  .opener-img {
    width:100%!important;
  }
  .nav-box,
  .work-nav .nav-box {
    height: 275px;
  }
  .work-nav .box-titles {
    top: 15%;
  }
}
@media(max-width:991px) {
  .box-titles h2 {
    font-size: 36px;
  }
  .contact-header {
    width: 470px;
    top:78px;
  }
  .contact-header h2 {
    font-size: 36px;
  }
  .relative-base {
    height: 470px;
  }
  .top {
    padding-bottom: 15px;
  }
  .p {
    width: 102px;
    height: 147px;
  }
  .z1 {
    width: 52px;
    height: 68px;
    left: 205px;
  }
  .z2 {
    width: 53px;
    height: 120px;
    left: 257px;
  }
  .z3 {
    width: 72px;
    height: 170px;
    left: 310px;
  }
  .y {
    width: 83px;
    height: 280px;
    left: 380px;
  }
  .w {
    width: 105px;
    height: 385px;
    left: 463px;
  }
  .k {
    width: 54px;
    height: 444px;
    left: 568px;
  }
  .a {
    width: 102px;
    height: 384px;
    left: 622px;
  }
  .a2 {
    width: 25px;
    height: 386px;
    left: 724px;
  }
  .main-slogan {
    width: 535px;
    height: 25vh;
  }
  .main-slogan h1 {
    font-size:32px;
  }
  .opener-vid {
    margin-top: 75px;
  }
}
@media (max-width: 960px){
  .opener-img {
    width:100%!important;
  }
  .opener-background {
    width: 80%;
  }
}
@media(min-width:1200px) and (max-height:768px) {
  .relative-base {
    height: 514px;
  }
  .main-slogan {
    width: 725px;
    height: 30vh;
    top: 3%;
  }
  .main-slogan h1 {
    font-size:40px;
  }
  .opener-img,
  .colors {
    top:0px;
    width:70%;
  }   
  .p {
    width: 9.5%;
    height: 147px;
    left: 177px;
  }
  .z1 {
    width: 5%;
    height: 68px;
    left: 34%;
  }
  .z2 {
    width: 5%;
    height: 120px;
    left: 39%;
  }
  .z3 {
    width: 5%;
    height: 170px;
    left: 44%;
  }
  .y {
    width: 10%;
    height: 288px;
    left: 49%;
  }
  .w {
    width: 10.5%;
    height: 413px;
    left: 58.2%;
  }
  .k {
    width: 5%;
    height: 486px;
    left: 68%;
  }
  .a {
    width: 10%;
    height: 366px;
    left: 73%;
  }
  .a2 {
    width: 2.4%;
    height: 422px;
    left: 82.6%;
  }
}
@media(max-width: 800px) {
  .bg-narrow {
    padding-top: 70px; 

  }
}
@media(max-width:768px) {
  .mobile-logo img {
    width: 235px;
  }
  .main-page-footer {
    padding-bottom:240px;
  }
  .box-titles img {
    width:25px;
  }
  .box-titles h2 {
    font-size: 32px;
  }
  #showLeft {
    top: 17px;
  }
  .work-nav .nav-box {
    height: 250px;
  }
  .gradient-bg {
    margin-top: 75px;
  }
  .enter {
    bottom: 17px;
  }
  .box-titles {
    width: 100%;
    top:23%;
  }
  .nav-box {
    width: 50%;
    height: 265px;
  }
  .main-nav {
    overflow:hidden;
  }
  .opener-animation,
  .opener-img {
    display:none;
  }
  .contact-borders {
    border:none;
  }
  .colors {
    display:none;
  }
  .long {
    width:100%;
    max-width:100%;
    height:auto;
    display:inherit;
  }
  .move-down img {
    width: 40px;
    height: 20px;
  }
  .work-nav, .main-image {
    padding-top: 76px;
    position: relative;
  }
  .contact-header {
    width: 430px;
    top:45px;
  }
  .main-slogan{
    top:-7%;
  }
}
@media(max-height:736px) {
  .colors {
    display:none;
  }
}  
@media(max-width:680px) {
  .work-nav .box-titles {
    top: 5%;
  }
  .box-titles {
    padding-left: 10px;
    padding-right: 10px;
  }
  .work-nav .nav-box {
    height: 190px;
  }
  .work-nav .box-titles h3 {     
    font-size: 14px;
  }
  .long {
    display:none;
  }
  .vlong {
    width:100%;
    max-width:100%;
    height:auto;
    display:inherit;
  }
}
@media(max-width: 640px) {
  .contact-header {
    width: 425px;
    left:0px;
  }
  .simple-contact a {
    color: #428bca!important;
  }
}
@media(max-height:640px) {
  .opener-animation,
  .opener-img {
    display:none;
  }
  .colors {
    width:90%;
    max-width:100%;
    height:auto;
    display:initial;
  }
  .move-down img {
    height:25px;
  }
  .main-slogan {
    width: 690px;
    height: 28vh;
  }
  .main-slogan h1 {
    font-size:42px;
  }
  .move-down {
    bottom:0;
  }

}
@media(max-width:580px) {
  .small-nav {
    width:100%;
  }
  .small-nav .nav-box {
    float:none;
    margin: -2px;
  }
  .main-slogan {
    width: 360px;
    height: 30vh;
  }
  .main-slogan h1 {
    font-size:24px;
  }  
  .nav-box {
    height: 230px;
  }
  .special-header {
    font-size:42px;
  }
  .simple-content h2 {
    font-size:26px;
  }
  .box-titles h2 {
    font-size: 28px;
  }
  .box-titles h3 {
    font-size: 16px;
  }
  .work-nav .nav-box {
    height:215px;
  }
}


  @media(max-width:768px) and (max-height:580px) {
    .gradient-bg {
      height:100vh;
    }
  }
  @media(max-height:580px) {
    .gradient-bg {
      height: 110vh;
    }
  }
  @media(max-height:480px){
    .colors {
      width: 73%;
    }

  }
@media(max-width: 480px) {
  .main-image {
    display: none;
  }
  .pogotowie {
    display:inherit;
  }
  .pogotowie-simple {
    padding-top:0px!important;
  }
  .simple-content {
    padding-top: 70px;
  }
  .contact-header {
    display: none;
  }
  .contact-header-small {
    padding-top: 70px;
    display: inherit;
    font-family: 'DINWebProBlack';
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    text-align:center;
  }
  .main-slogan {
    width:100%;
  }
  .main-slogan h1 {
    font-size:18px;
  }
  .footer {
    padding-top:20px;
  }
  .work-nav .box-titles {
    top:15%!important;
  }
  .work-nav .nav-box,
  .nav-box {
    width: 100%;
  }
  body {
    font-size:14px;
  }
}
@media(max-height:414px) {
  .long,
  .vlong {
    display:none;
  }
  .colors {
    margin:auto;
    width:80%;
    height:auto;
    display:inherit;
  }
}
  @media(max-width: 375px) {
    .opener-background .bg-narrow {
      max-width: 100%;
      height: auto;
      padding-top: 20px;
    }
  }
@media(max-width:320px) {
  .vlong {
    display:none;
  }
  .long {
    display:inherit;
  }
}
@media(max-height:320px) {
  .gradient-bg {
    height:300px;
  }

}
