html, body {height: 100%;}
:root {
--willtraining-color-primary: #ec892d;
--willtraining-color-secondary: #232327;
--willtraining-color-tertiary: #000;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
body {
  font-family: "Adamina", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  border: 0;
  margin: 0;
}
/* Header */
#wrapper {width: 100%;}
#wrapper .container {max-width: 1300px;}
.float-panel .logo img {
  width: 408px;
  height: auto;
  transition: all linear .5s
}
/* Menu */
#menu-gorne.navbar { padding: 0;}
#mainmenu .nav.menu li:last-child {margin-right: 0;}
#mainmenu .nav.menu li a {
  transition: all 0.5s ease 0s;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
}
#mainmenu .nav.menu li a:hover {transition: all 0.5s ease 0s;}
#mainmenu .nav.menu li.active a, #mainmenu .nav.menu li.active .dropdown-menu li.active  a {
  transition: all 0.5s ease 0s;
  font-weight: bold;
}
#mainmenu .nav.menu li.active .dropdown-menu a {
  transition: all 0.5s ease 0s;
  color:#000;
  font-weight: normal;
}
#mainmenu .nav.menu li.active a:hover {background: transparent;}
#mainmenu ul.dropdown-menu {
  border-radius: 0;
  border: 0;
  text-align: center;
  background: #eee;
}
#mainmenu .nav.menu li ul.dropdown-menu a {
  font-size: 1rem;
  margin: 8px 0;
  display: block;
  text-align: center;
}
/* Video Header */
@media (min-aspect-ratio: 16 / 9) {
  .video-container-bg iframe, .video-container-bg video {
    height: 56.25vw;
  }
}
.video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 3%, rgba(0,0,0,0) 50%);
}
.slajdomania {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 140px;
}
/* Mute button */
.video-mute {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 5;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 3rem;
}
.video-mute.back .fa-volume-xmark, .video-mute.front .fa-volume-high {display: block;}
.video-mute.front .fa-volume-xmark, .video-mute.back .fa-volume-high {display: none;}
/* Section headings */
#main-content .moduletable .module-header h3::after {right: 0;}
#main-content .moduletable .module-header h3::before, #main-content .moduletable h3::after {
  border-bottom: 2px solid #000;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 50px;
}
#main-content #team .moduletable .module-header h3::before, #team .moduletable h3::after,
#main-content #testimonials .moduletable .module-header h3::before, #testimonials .moduletable h3::after {
  border-bottom: 2px solid var(--willtraining-color-primary);
}
#main-content #team .moduletable .module-header h3,
#main-content #testimonials .moduletable .module-header h3 {
  border: 2px solid var(--willtraining-color-primary);
  color: var(--willtraining-color-primary);
  border-bottom: 0;
}
#main-content #programs .moduletable .module-header h3::before, #programs .moduletable h3::after {
  border-bottom: 2px solid #fff;
}
#main-content #programs .moduletable .module-header h3 {
  border: 2px solid #fff;
  color: #fff;
  border-bottom: 0;
}
#main-content .moduletable .module-header h3::before {left: 0;}
#main-content .moduletable .module-header h3 {
  border: 2px solid #000;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(252, 251, 249);
  border-bottom: 0;
  color: #000;
  display: inline-block;
  max-width: 100%;
  padding: .75rem 1.5rem .85rem;
  position: relative;
  text-transform: uppercase;
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 40px;
}
#main-content .parallax-window .moduletable .module-header h3 {
  border: 2px solid #fff;
  color: #fff;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(252, 251, 249);
  border-bottom: 0;
}
#main-content .parallax-window .moduletable .module-header h3::before, #main-content .parallax-window .moduletable h3::after {border-bottom: 2px solid #fff;}
.module-header {text-align: center;}
/* Parallax */
.dark-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.parallax-window {position: relative;}
.parallax-window .container {
  position: relative;
  z-index: 3;
  color: #fff;
}
/* Boxes */
#team, #testimonials {
  background: var(--willtraining-color-secondary);
  color: var(--willtraining-color-primary);
}
#testimonials .testimonial {color: #fff;}
.modal-content {color: #000 !important;}
#programs {
  background: url('../images/willpower-training-space.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
#programs a p.read-more {transition: all 0.5s ease 0s;}
#programs a:hover p.read-more {
  transition: all 0.5s ease 0s;
  letter-spacing: 1px;
}
.mod-team figure {
  width: 306px;
  height: 306px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 30px auto;
}
.mod-team .modal-content figure {
  width: 100%;
  height: auto;
}
.mod-team figure img {transition: transform .5s ease;}
#team .mod-team a:hover figure img {
  transition: transform .5s ease;
  transform: scale(1.5);
}
#programs .mod-team a:hover figure img {
  transition: transform .5s ease;
  transform: scale(1.5) rotate(10deg);
}
#testimonials .carousel-indicators.desktop {
  margin: 30px 0 0 0;
  position: relative;
}
#testimonials .carousel-inner.desktop {padding: 0 50px;}
#testimonials .carousel-control-next.desktop {
  justify-content: end;
  width: auto;
}
#testimonials .carousel-control-prev.desktop {
  justify-content: start;
  width: auto;
}
#testimonials a {
  color: #fff;
  text-decoration: none;
}
/* Video layout */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container video,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Offcanvas */
.offcanvas-btn {
  left: 420px;
  visibility: visible;
  bottom: 20px;
  font-size: 2rem;
}
.offcanvas-btn span:last-child,
.offcanvas.show .offcanvas-btn span:first-child {display: none;}
.offcanvas.show .offcanvas-btn span:last-child {display: inline;}
/* Cookie info */
#cookiesBar {
  color: #fff;
  position: fixed;
  z-index: 9999;
  max-width: 400px;
  font-size: 0.8rem;
}
#cookiesBarWrap {
  position: relative;
  padding: 15px 35px 15px 135px;
  background-color: #000;
  background-image: url('../images/cookies.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  color: #fff;
  border: 1px solid #fff;
}
#cookiesBarClose {
  display: block;
  width: 20px;
  height: 19px;
  background: url("../images/btn-close.png") 0 0 no-repeat;
  text-indent: -999em;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 40px;
}
a#cookiesBarClose {border: 0;}
#cookiesBarClose:hover {background-position: -30px 0;}
.com-content-article__body a:link, .com-content-article__body a:visited, .breadcrumbs a {
  text-decoration: none;
  color: #005b29;
  transition: all 0.5s ease 0s;
  border-bottom: 1px dashed #005b29;
  padding-bottom:1px;
}
/* Footer */
footer {color: #fff;}
footer a {color: #fff;}
footer a:hover {color: #ccc;}
#stopka1 h3 {
  text-transform: uppercase;
  color: var(--willtraining-color-primary);
  margin-bottom: 30px;
}
#stopka1 {background: var(--willtraining-color-secondary);}
#stopka2 {background: var(--willtraining-color-tertiary);}
.social-icons a {
  font-size: 0.8rem;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.social-icons .contact a {font-size: 1rem;}
.social-icons a:hover {
  color: #ccc;
  transition: all 0.5s ease 0s;
}
.social-icons .fa-inverse {color: var(--willtraining-color-secondary) !important;}
/* Contact form */
.contact-form {max-width: 600px;}
.contact-form input, .contact-form textarea {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #000;
  padding: 5px;
  outline: none;
  width: 100%;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: var(--willtraining-color-primary);
}
.block-contact {padding-top: 50px;}
/* Responsive */
@media only screen and (min-width:320px) {
  .header-banner {position: relative;}
  .video-container-bg iframe, .video-container-bg video {
    position: relative;
    width: 100vw;
  }
  #wrapper {background: #000;}
  .block-map, .block-contact {width: 100%;}
  #cookiesBar {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width:360px) {
}
@media only screen and (min-width:375px) {
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width: 568px) {
}
@media only screen and (min-width: 600px) {
  ul.breadcrumb {font-size: 1.3rem;}
}
@media only screen and (min-width: 667px) {
}
@media only screen and (min-width: 736px) {
  #cookiesBar {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
  .header-banner {
    width: 100%;
    overflow: hidden;
    color: #fff;
    height: 100%;
  }
  .video-container-bg iframe, .video-container-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: auto;
    transform: translate(-50%, -50%);
  }
  #wrapper {background: transparent;}
  .block-map, .block-contact {width: 50%;}
  #wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
  }
  #wrapper {background: transparent;}
  #mainmenu .nav.menu li.item-101 a.my-line::after,
  #mainmenu .nav.menu li.item-114 a.my-line::after,
  #mainmenu .nav.menu li.item-115 a.my-line::after,
  #mainmenu .nav.menu li.item-116 a.my-line::after,
  #mainmenu .nav.menu li.item-117 a.my-line::after,
  #mainmenu .nav.menu li.item-118 a.my-line::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    max-width: 100%;
    background: var(--willtraining-color-primary);
    transition: .33s all ease-out;
  }
  #mainmenu .nav.menu li.item-101 a.my-line.active::after, #mainmenu .nav.menu li.item-101 a.my-line:hover::after,
  #mainmenu .nav.menu li.item-114 a.my-line.active::after, #mainmenu .nav.menu li.item-114 a.my-line:hover::after,
  #mainmenu .nav.menu li.item-115 a.my-line.active::after, #mainmenu .nav.menu li.item-115 a.my-line:hover::after,
  #mainmenu .nav.menu li.item-116 a.my-line.active::after, #mainmenu .nav.menu li.item-116 a.my-line:hover::after,
  #mainmenu .nav.menu li.item-117 a.my-line.active::after, #mainmenu .nav.menu li.item-117 a.my-line:hover::after,
  #mainmenu .nav.menu li.item-118 a.my-line.active::after, #mainmenu .nav.menu li.item-118 a.my-line:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  #mainmenu .nav.menu li a {
    padding: 26px 10px;
    text-align: left;
  }
  #mainmenu .nav {display: flex;}
}
@media only screen and (min-width: 1224px) {
  #mainmenu .nav.menu li ul.nav-child a span {white-space: nowrap;}
  #mainmenu .nav.menu li a {
    padding: 4px 0;
    margin-left: 28px;
  }
  #mainmenu .nav.menu li:first-child a {margin: 0;}
  .float-panel.fixed {
    padding: 10px 0;
    background: #000;
    transition: all 0.9s ease 0s;
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.8);
  }
  .float-panel {
    width:100%;
    z-index:300;
    transform: translateZ(0);
    transition: all 0.9s ease 0s;
    position: relative;
    padding: 10px 0;
  }
  .float-panel.fixed .logo img {
    width: 239px;
    height: auto;
  }
  .menu-nav, .logo {margin: 0;}
}
@media only screen and (min-width: 1440px) {}
