.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


/*CUSTOM*/

body {
  width:100%;
  height:100%;
  overflow-x: hidden;
  font-family: 'Graphik', arial, sans-serif;
  color: #fff;
  font-size: 1.10rem;
  font-weight: 400;
  line-height: 2;
  background-color: #001d63;
}

h1, h2, h3, h4 {
  font-family: 'ASICS-Regular-PL', sans-serif;
}

.subject-box h2 {
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 75px;
}

.bg-light {
    background-color: rgba(248, 249, 250, 0.91)!important;
}
.text-justify-center {
  text-align: justify;  
  -moz-text-align-last: center; /* Code for Firefox */
  text-align-last: center;
}

.subject-title {
  height: 150px;
  padding-top: 15px;
}

.subject-title.h-ulow {
  padding-top: 50px;
}

.subject-title.h-low {
  padding-top: 35px;
}
.subject-title.h-mid {
  padding-top: 25px;
}
.subject-title.h-high {
  padding-top: 15px;
}

.main-logos-low, .main-logos-high {
  margin-top: 20px;
  display: block;
  width:80%;
}
.main-logos-high {
  margin-top: 30px;
}

.main-logos-imm {
  width:96%;
  margin-top: 58px;
}


/* Sections */

.sklep-biegacza {
  background-color: #001e63;
}
.sklep-biegacza-logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section1, .section2, .section2b, .section2-inside, .section3, .section4, .section5 {
  background-position: center top;
  background-origin: border-box;
  background-size: cover;
}
.section2b {
  background-position: center bottom;
}

.section1 {
  background-image: url("../img/graphics/Clouds_bg_full.jpg");
  background-position: center bottom;
}
.section2 {
  background-color: #000;
}
.section2-inside {
  background-image: url("../img/graphics/video_bg.jpg"); 
}

.section2b {
  background-image: url("../img/graphics/Asics-jumping.jpg"); 
}

.section3 {
  background-color: #fff;
}
.section3quote {
 background-color: #e9f9fc; 
}
.section4 {
  background-image: url("../img/graphics/Virtual-Advisor.jpg");
}
.section5 {
  background-color: #000;
  background-image: url("../img/graphics/sole_mesh.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: initial;
}

.section2, .section3, .section3quote {
  color: #012062;
}

.section2 {
  color: #fff;
}

.section6 {
background-color: #111;
background-image: url("../img/graphics/Shop-section-bg.jpg");
}

.virtual-advisor-txt {
  opacity: 0.96;
}

.kayano-content.inspiration {
  margin-top: 270px;
}

.kayano-content h2 {
  text-transform: uppercase;
  font-family: 'ASICS-Regular-PL', sans-serif;
  font-size: 1.65rem;
  letter-spacing: 5px;
  font-weight: 800;
}
.cta-shoe-man {
  background-image: url("../img/graphics/Men_buy.jpg");
}
.cta-shoe-woman {
  background-image: url("../img/graphics/Woman_buy.jpg");
}

.cta-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.btn-section3 {
  margin-bottom: 140px;
}
.btn-section5 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .8rem 2rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

.btn-outline-primary {
    color: #ffffff;
    background-color: #012062;
    background-image: none;
    border-color: #012062;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #012062b3;
    border-color: #012062;
}

.btn-outline-light {
    color: #012062;
    background-color: #fff;
    background-image: none;
    border-color: #fff;
}

.btn-outline-light:hover {
    color: #012062;
    background-color: #ffffffb8;
    border-color: #fff;
}
.odpowiedz-box{
    font-weight: 500;
    text-shadow: 2px 2px 1px #000;
}

.modal-content {
  background-color: transparent;
  border:none;
}
.close {
  color: #fff;
}

.swiper-pagination-bullet {
  width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2;}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 10px;
    border: 2px solid #fff;
    opacity: 1
  }
.swiper-pagination-bullet-active {
      background: #ca3736;
      border-color: #ca3736;
}
.slider-text-1, .slider-text-3 {
  margin-top: 140px;
}
.slider-text-2 {
  margin-top: 100px;
}


.modal-body iframe {
  width:100% !important;
  height: 100% !important;
}

.modal .modal-dialog, .modal, .modal-content, .modal-body{
  width:100% !important;
  height: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
  min-width:100% !important;
  max-width: 100% !important;
}

h1 {
  display: inline-block;
  width: 100%;
  font: 90px/1 "ASICS-Regular-PL";
}

.is-list {
  list-style-position: inside;
}

.glowy-blue {
  /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset; */
  filter: drop-shadow(0px 0px 30px #568ed8);
  animation: glowy-blue 2s infinite;
}

@keyframes glowy-blue {
	0% {
    filter: drop-shadow(0px 0px 60px #568ed8); 
	}
	70% {
    filter: drop-shadow(0px 0px 10px #568ed8);	
  }
	100% {
    filter: drop-shadow(0px 0px 1px #568ed8);
	}
}


.glowy-green {
  filter: drop-shadow(0px 0px 30px #105c54);
  animation: glowy-green 2s infinite;
}

@keyframes glowy-green {
	0% {
		filter: drop-shadow(0px 0px 60px #105c54);
	}
	70% {
		filter: drop-shadow(0px 0px 10px #105c54);
	}
	100% {
		filter: drop-shadow(0px 0px 1px #105c54);
	}
}

.glowy-violet {
  filter: drop-shadow(0px 0px 30px #534cab);
  animation: glowy-violet 2s infinite;
}


@keyframes glowy-violet {
  0% {
    filter: drop-shadow(0px 0px 60px #534cab);
	}
	70% {
    filter: drop-shadow(0px 0px 10px #534cab);
	}
	100% {
    filter: drop-shadow(0px 0px 1px #534cab);
	}
}

.glowing-flash {  
  animation: flash 2s infinite;
}


@keyframes flash {
  0% {
    opacity: 1;
	}
	30% {
    opacity: 0.6;
	}
	100% {
    opacity: 0;
	}
}
.presented-shoe {
  position: absolute;
}
.idealshoes {
  text-shadow: 3px 3px 2px #000;
}
.btn-lger-fnt {
  font-size: 0.7rem;
  font-weight: 500;
  font-family: 'asicsboldfont', sans-serif;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .btn-lger-fnt {
    font-size: 0.6rem;
    white-space: normal;
  }  
}
.shoe-box {
  height: 600px;
}
@media (max-width: 2000px) {
  .shoe-box {
    height: 450px;
  }
}
@media (max-width: 1100px) {
  .shoe-box {
    height: 270px;
  }
}

@media (max-width: 576px) {
  .section1 {
    background-image: url("../img/graphics/Clouds_bg_top.jpg");
  }
  .mt-10 {
    margin-top: 0px; 
  }
}



@media (max-width: 998px) {
  .kayano-content h2 {
    font-size: 1.15rem;    
  }
  .slider-text-1, .slider-text-3 {
    margin-top: 40px;
  }
  .slider-text-2 {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .kayano-content h2 {
    font-size: 1.35rem;    
  }
  .slider-text-1, .slider-text-3 {
    margin-top: 70px;
  }
  .slider-text-2 {
    margin-top: 30px;
  }
}

@media (min-width: 1780px) {
  .kayano-content h2 {
    font-size: 2.10rem;    
  }
  .slider-text-1, .slider-text-3 {
    margin-top: 200px;
  }
  .slider-text-2 {
    margin-top: 130px;
  }
}