@font-face {
  font-family: 'fira_sans';
  src: url('../fonts/firasans-regular-webfont.eot');
  src: url('../fonts/firasans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/firasans-regular-webfont.woff2') format('woff2'), url('../fonts/firasans-regular-webfont.woff') format('woff'), url('../fonts/firasans-regular-webfont.svg#fira_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'fira_sans';
  src: url('../fonts/firasans-bold-webfont.eot');
  src: url('../fonts/firasans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/firasans-bold-webfont.woff2') format('woff2'), url('../fonts/firasans-bold-webfont.woff') format('woff'), url('../fonts/firasans-bold-webfont.svg#fira_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
html,
body {
  font-family: 'fira_sans';
  font-size: 14px;
  font-weight: 400;
  color: #5f5f5f;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.title {
  font-weight: 700;
  font-size: 36px;
  color: #74cee2;
  text-align: center;
  text-transform: uppercase;
}
.blog-title {
  font-size: 24px;
  font-weight: 700;
  color: #74cee2;
  text-align: center;
  text-transform: uppercase;
}
.category-name {
  color: #00909e;
}
.more {
  font-weight: 700;
  font-size: 16px;
  color: #74cee2;
}
.category-list a {
  font-size: 18px;
  color: #74cee2;
}
.widget-text {
  font-size: 18px;
  font-family: 'Covered By Your Grace', cursive;
  font-weight: 400;
}
.container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 2%;
  }
}
.main-content {
  margin-top: -107px;
}
@media only screen and (max-width: 1200px) {
  .main-content {
    margin-top: 0;
  }
}
.animate {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
video,
.slick-slide {
  outline: none!important;
  border: 0!important;
}
div.navigation ul {
  padding: 0;
}
div.navigation ul li {
  display: inline-block;
  margin: 0 25px;
}
div.navigation ul li a {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header {
  position: relative;
  z-index: 1000;
}
header .mobile-logo {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header .mobile-logo {
    display: block;
  }
}
header .container .header-mobile-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1200px) {
  header .container .header-mobile-menu {
    display: none;
    padding-top: 30px;
  }
}
header .container .header-mobile-menu .footer-logo {
  margin: 2px 45px 0 75px;
}
@media only screen and (max-width: 1200px) {
  header .container .header-mobile-menu .footer-logo {
    display: none;
  }
}
header .container .header-mobile-menu .small-logo {
  margin: 2px 75px 0 75px;
}
@media only screen and (max-width: 1200px) {
  header .container .header-mobile-menu .small-logo {
    display: none;
  }
}
header .container .header-mobile-menu .additional-navigation {
  margin-right: 70px;
}
@media only screen and (max-width: 1200px) {
  header .container .header-mobile-menu .additional-navigation {
    margin-right: 0;
  }
}
header .container .header-mobile-menu .navigation {
  margin-top: 45px;
}
@media only screen and (max-width: 1200px) {
  header .container .header-mobile-menu .navigation {
    margin: 0 0 20px 0;
  }
}
header div.navigation ul {
  margin: -20px 0 0 0;
}
@media only screen and (max-width: 1200px) {
  header div.navigation ul li {
    display: block;
  }
}
header div.navigation ul li a {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  header div.navigation ul li a {
    display: inline-block;
    width: 100%;
    height: auto;
    background: none !important;
    color: #000 !important;
    border-radius: 0px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  header div.navigation ul li a:hover {
    background: none !important;
    color: #000 !important;
    text-decoration: underline;
  }
}
footer {
  font-size: 12px;
  color: #000;
}
footer .footer-container {
  width: 1400px;
  margin: 0 auto;
  background: #f2f8fa;
  padding: 45px 0 0 0;
}
@media only screen and (max-width: 1420px) {
  footer .footer-container {
    width: 100%;
    padding: 45px 2% 0 2%;
  }
}
footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  footer .container {
    display: block;
  }
}
footer .container .footer-text li {
  list-style-type: none;
  padding: 0 0 30px 38px;
  background: url("../img/phone.png") no-repeat top 3px left;
}
footer .container .footer-text li p {
  margin: 0;
}
footer .container .footer-text li a {
  color: #000;
}
footer .container .footer-text li:first-child {
  background: url("../img/address.png") no-repeat top 0px left;
}
footer .container .footer-text li:last-child {
  background: url("../img/mail.png") no-repeat top 5px left;
}
footer .footer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 130px 35px 0;
}
@media only screen and (max-width: 1200px) {
  footer .footer-menu {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  footer .footer-menu {
    padding: 0 0 35px 0;
    margin: 0 auto;
    display: block;
  }
}
footer .footer-menu .footer-logo {
  margin: 15px 25px 0 25px;
}
@media only screen and (max-width: 1200px) {
  footer .footer-menu .footer-logo {
    display: none;
  }
}
footer .footer-menu div.navigation ul {
  margin: 0;
}
@media only screen and (max-width: 800px) {
  footer .footer-menu div.navigation ul li {
    display: block;
    text-align: center;
  }
}
footer .footer-info {
  font-family: 'Lato', sans-serif;
  border-top: 1px solid #bae8f0;
  line-height: 49px;
  width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  footer .footer-info {
    width: 100%;
    padding: 0 2%;
  }
}
@media only screen and (max-width: 800px) {
  footer .footer-info {
    display: block;
    text-align: center;
  }
}
footer .footer-info p {
  margin: 0;
}
footer .footer-info p a {
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  footer .footer-social {
    text-align: center;
  }
}
footer .footer-social img {
  margin-left: 9px;
}
footer div.navigation ul {
  margin: -20px 0 0 0;
}
@media only screen and (max-width: 1200px) {
  footer div.navigation ul li {
    display: block;
  }
}
footer div.navigation ul li a {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  footer div.navigation ul li a {
    display: inline-block;
    width: 100%;
    height: auto;
    background: none !important;
    color: #000 !important;
    border-radius: 0px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  footer div.navigation ul li a:hover {
    background: none !important;
    color: #000 !important;
    text-decoration: underline;
  }
}
.slider .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: url("../img/movie-bg.png") no-repeat center left 60px;
}
@media only screen and (max-width: 1200px) {
  .slider .container {
    display: block;
    background: none;
  }
}
.slider .container .slider-text {
  width: 500px;
  height: 86%;
  padding-right: 90px;
  text-align: left;
  background: url("../img/movie-text-bg.png") no-repeat center left;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  padding-top: 145px;
}
@media only screen and (max-width: 1200px) {
  .slider .container .slider-text {
    padding-top: 50px;
    position: static;
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
}
.slider .container .slider-text h1 {
  font-weight: 700;
  font-size: 36px;
  color: #74cee2;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  text-align: left;
  width: 360px;
}
@media only screen and (max-width: 1200px) {
  .slider .container .slider-text h1 {
    text-align: center;
    width: 100%;
  }
}
.slider .container .slider-text p {
  width: 360px;
}
@media only screen and (max-width: 1200px) {
  .slider .container .slider-text p {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .slider .container .slider-text video {
    width: 100% !important;
    height: auto !important;
  }
}
.slider .container .slider-inner {
  width: 953px;
}
@media only screen and (max-width: 1200px) {
  .slider .container .slider-inner {
    width: 100%;
  }
}
.slider .container .slider-inner div {
  position: relative;
}
.slider .container .slider-inner div p.play-button {
  width: 85px;
  height: 85px;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin-top: -42px;
  margin-left: -42px;
  cursor: pointer;
  background: url("../img/play-button.png") no-repeat center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slider .container .slider-inner div p.play-button.hide-play-button {
  display: none;
}
.home-info {
  background: url("../img/3r-bg.jpg") no-repeat top center #eaf0e4;
  padding: 190px 0 67px 0;
  margin-top: -140px;
}
.home-info .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .home-info .container {
    display: block;
  }
}
.home-info .container .section-3r {
  position: relative;
}
.home-info .container .section-3r .logo-3r {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -169px;
  margin-left: -166px;
}
@media only screen and (max-width: 1200px) {
  .home-info .container .section-3r .logo-3r {
    position: static;
    display: block;
    margin: 20px auto;
  }
}
.home-info .container .section-3r .first-image {
  margin-right: 26px;
}
@media only screen and (max-width: 1200px) {
  .home-info .container .section-3r .first-image {
    margin: 20px auto;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .home-info .container .section-3r .second-image {
    margin: 20px auto;
    display: block;
    text-align: center;
  }
}
.home-info .container .section-3r .third-image {
  display: block;
  margin: 90px 0 0 207px;
}
@media only screen and (max-width: 1200px) {
  .home-info .container .section-3r .third-image {
    margin: 20px auto;
    display: block;
    text-align: center;
  }
}
.home-info .container .home-social a {
  display: block;
  width: 370px;
}
@media only screen and (max-width: 1200px) {
  .home-info .container .home-social a {
    margin: 0 auto;
  }
}
.home-info .container .home-social a img {
  height: auto;
}
.home-info .container .home-social a:first-child {
  margin-bottom: 90px;
}
.recommended {
  padding-top: 22px;
}
.recommended .homepage-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 14px 0;
}
@media only screen and (max-width: 800px) {
  .recommended .homepage-posts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.recommended .homepage-posts h3 {
  margin: 0 0 18px 0;
  font-size: 14px;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 46px;
}
.page-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .page-container {
    display: block;
  }
}
.page-container .page-content {
  width: 770px;
}
@media only screen and (max-width: 1200px) {
  .page-container .page-content {
    width: 100%;
  }
}
.page-container aside.sidebar {
  width: 370px;
}
@media only screen and (max-width: 1200px) {
  .page-container aside.sidebar {
    width: 100%;
  }
}
.page-container aside.sidebar .life-widget-area {
  margin-bottom: 40px;
  padding-top: 60px;
}
.page-container aside.sidebar .life-widget-area h3 {
  text-align: left;
  margin-top: 0;
}
.page-container aside.sidebar .life-widget-area div {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 18px;
  line-height: 20px;
}
@media only screen and (max-width: 1200px) {
  .page-container aside.sidebar .widget-facebook {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .page-container aside.sidebar .widget-youtube {
    text-align: center;
  }
}
.page-container aside.sidebar .sidebar-category ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 33px 0;
  text-align: center;
}
.page-container aside.sidebar .sidebar-category ul li {
  margin-bottom: 10px;
  background: #f2f8fa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-container aside.sidebar .sidebar-category ul li a {
  background: url("../img/category-right.png") no-repeat center right 22px;
  display: block;
  width: 100%;
  line-height: 71px;
  font-size: 18px;
  color: #74cee2;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-container aside.sidebar .sidebar-category ul li:hover {
  background: url("../img/category-bg.png");
}
@media only screen and (max-width: 1200px) {
  .page-container aside.sidebar .sidebar-category ul li:hover {
    background: #00909e;
  }
}
.page-container aside.sidebar .sidebar-category ul li:hover a {
  background-image: url("../img/category-right-active.png");
  color: #fff;
}
.page-container aside.sidebar .widget_sp_image {
  margin: 30px 0;
}
.page-container aside.sidebar .widget_sp_image h2 {
  display: none;
}
.page-container aside.sidebar .widget-youtube {
  margin-bottom: 30px;
}
.single-entry {
  background: #f2f8fa;
  margin-bottom: 25px;
}
.single-entry img {
  max-width: 100%;
  height: auto;
}
.single-entry .entry-content {
  padding: 10px 20px 28px 20px;
}
.single-entry .entry-content h3 {
  text-align: left;
  line-height: normal;
}
.single-entry .entry-content .single-post-categories {
  display: inline-block;
  padding-left: 12px;
}
@media only screen and (max-width: 800px) {
  .single-entry .entry-content .single-post-categories {
    padding-left: 0;
    display: block;
  }
}
.single-entry .entry-content .single-post-categories a {
  color: #00909e;
}
.single-entry .entry-content .more {
  background: url("../img/show-more.png") no-repeat center right 41px;
  display: block;
  margin: 5px auto;
  width: 180px;
  line-height: 47px;
  border: 1px solid #030405;
  text-align: center;
  padding-right: 30px;
}
.single-entry .entry-content .active {
  background: url("../img/hide-more.png") no-repeat center right 41px;
}
.single-entry .entry-content .post-content {
  display: none;
}
.small-header {
  margin-top: -70px;
}
@media only screen and (max-width: 1200px) {
  .small-header {
    margin-top: 0;
  }
}
.slider .move-container {
  background: url("../img/home-header-bg.png") no-repeat top left;
}
@media only screen and (max-width: 1200px) {
  .slider .move-container {
    background: none;
  }
}
.page-template-page_template_rozwoj .blog-title {
  color: #f7941d;
}
.page-template-page_template_rozwoj .more {
  color: #f7941d;
}
.page-template-page_template_rozwoj .current-menu-item a {
  color: #fff;
  background: #f7941d;
}
.page-template-page_template_ruch .blog-title {
  color: #95c11c;
}
.page-template-page_template_ruch .more {
  color: #95c11c;
}
.page-template-page_template_ruch .current-menu-item a {
  color: #fff;
  background: #95c11c;
}
.page-template-page_template_relacje .blog-title {
  color: #74cee2;
}
.page-template-page_template_relacje .more {
  color: #74cee2;
}
.page-template-page_template_relacje .current-menu-item a {
  color: #fff;
  background: #74cee2;
}
.page-template-page_template_zyj h1 {
  color: #00909e;
}
.page-template-page_template_zyj .more {
  color: #00909e;
}
.page-template-page_template_zyj .current-menu-item a {
  color: #fff;
  background: #00909e;
  background: -moz-linear-gradient(90deg, #8ac74f 0%, #75cedf 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75cedf), color-stop(100%, #8ac74f));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #8ac74f 0%, #75cedf 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #8ac74f 0%, #75cedf 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #8ac74f 0%, #75cedf 100%);
  /* ie10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(#8ac74f), to(#75cedf));
  background: -webkit-linear-gradient(bottom, #8ac74f 0%, #75cedf 100%);
  background: -o-linear-gradient(bottom, #8ac74f 0%, #75cedf 100%);
  background: linear-gradient(0deg, #8ac74f 0%, #75cedf 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cedf', endColorstr='#8ac74f', GradientType=0);
  /* ie6-9 */
}
li.menu-item-24 a:hover {
  color: #fff;
  background: #00909e;
  background: -moz-linear-gradient(90deg, #8ac74f 0%, #75cedf 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #75cedf), color-stop(100%, #8ac74f));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, #8ac74f 0%, #75cedf 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, #8ac74f 0%, #75cedf 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, #8ac74f 0%, #75cedf 100%);
  /* ie10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(#8ac74f), to(#75cedf));
  background: -webkit-linear-gradient(bottom, #8ac74f 0%, #75cedf 100%);
  background: -o-linear-gradient(bottom, #8ac74f 0%, #75cedf 100%);
  background: linear-gradient(0deg, #8ac74f 0%, #75cedf 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cedf', endColorstr='#8ac74f', GradientType=0);
  /* ie6-9 */
}
li.menu-item-22 a:hover {
  color: #fff;
  background: #f7941d;
}
li.menu-item-21 a:hover {
  color: #fff;
  background: #95c11c;
}
li.menu-item-23 a:hover {
  color: #fff;
  background: #74cee2;
}
.youtube-popup {
  padding: 60px;
}
.iframe-holder {
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.iframe-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  video {
    width: 100%    !important;
    height: auto   !important;
  }
}
.subpage-slider {
  padding-bottom: 50px;
}
.sidebar-promo {
  padding-bottom: 30px;
}
.sidebar-promo h3 {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #74cee2;
  text-transform: uppercase;
}
.hamburger {
  width: 40px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin: 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 8px;
}
@media only screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #00909e;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(2n) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.hamburger span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.hamburger span:first-child,
.hamburger span:nth-child(2) {
  top: 0px;
}
.hamburger span:nth-child(3),
.hamburger span:nth-child(4) {
  top: 12px;
}
.hamburger span:nth-child(5),
.hamburger span:nth-child(6) {
  top: 24px;
}
.hamburger.open span:first-child,
.hamburger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(2),
.hamburger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.open span:first-child {
  left: 3px;
  top: 5px;
}
.hamburger.open span:nth-child(2) {
  left: calc(47%);
  top: 5px;
}
.hamburger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger.open span:nth-child(5) {
  left: 3px;
  top: 19px;
}
.hamburger.open span:nth-child(6) {
  left: calc(47%);
  top: 19px;
}
