/*
Theme Name: bulka
Theme URI: trylogia.mom
Author: Scepter
Version: 1.0
Text Domain: trylogia.mom
Description: trylogia.mom
*/
.container {
  max-width: 1120px;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.btn-panel {
  border: 1px solid #DEDEDE;
  padding: 14px 31px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.3rem;
  -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;
}
.btn-panel:hover {
  background-color: #AAD1E6;
  border: 1px solid #AAD1E6;
  text-decoration: none;
}
.btn-panel:empty {
  display: none;
}

h1 {
  font-size: 4.5rem;
}

.line-title p {
  font-size: 2rem;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 30px;
}

::-moz-selection { /* Code for Firefox */
  color: #211B1B;
  background: #AAD1E6;
}

::selection {
  color: #211B1B;
  background: #AAD1E6;
}

html {
  font-size: 62.5%;
  width: 100%;
  max-width: 100%;
}

body {
  background: #FBFBFB;
  position: relative;
  padding: 0;
  margin: 0;
  color: #211B1B;
  font-family: "Circe-Regular";
  font-size: 1.8rem;
  line-height: 2.9rem;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  transition: 0.6s opacity;
  overflow: visible;
}

img {
  width: 100%;
  max-width: 100%;
}

.arrows {
  position: relative;
  z-index: 5;
  bottom: 70px;
  right: 0;
  left: 0;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrows .slider-prev, .arrows .slider-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrows .slider-prev.swiper-button-lock, .arrows .slider-next.swiper-button-lock {
  display: none;
}
.arrows svg path {
  fill: #fff;
}

.home-swiper-container {
  height: 80vh;
}

.home-swiper-container {
  overflow: hidden;
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main.single-page {
  min-height: 0;
}
main.single-page .brand {
  position: static;
}

.main-banner .image-box {
  width: 100%;
  height: 620px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.main-banner .image-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.main-banner .single-hero-banner .image-box {
  height: 100%;
}
.main-banner .single-hero-content {
  margin-top: 50px;
  margin-bottom: 25px;
}

.page-template-catering .basic:nth-child(2n+1) .row {
  flex-direction: row-reverse;
}

.col-xl-10 {
  margin: 0 auto;
}

.main-banner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.main-banner .col-xl-10 {
  margin: 0 auto;
}

#nav-mobile {
  display: none;
}

.top-belt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}

nav {
  margin-bottom: 0;
}
nav .navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
nav .menu-menu-glowne-container {
  margin-right: auto;
}
nav .menu-menu-glowne-container ul li {
  margin-left: 25px;
  margin-right: 0;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li.active a::after {
  width: 100%;
}
nav ul li {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  margin-left: 25px;
  margin-right: 0;
}
nav ul li a {
  color: #211B1B;
  font-size: 1.5rem;
  text-transform: uppercase;
  position: relative;
}
nav ul li a:hover::after {
  width: 100%;
}
nav ul li a::after {
  content: "";
  width: 0;
  height: 1.5px;
  background-color: #AAD1E6;
  position: absolute;
  bottom: 0;
  left: 0;
  -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;
}

.basic-url a {
  color: #211B1B;
  font-size: 1.5rem;
  text-transform: uppercase;
  position: relative;
  background-color: transparent;
  display: inline-block;
}
.basic-url a:hover {
  background-color: transparent !important;
}
.basic-url a:hover::after {
  width: 100%;
}
.basic-url a::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #AAD1E6;
  position: absolute;
  bottom: 0;
  left: 0;
  -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;
}

body #sbi_mod_link, body #sbi_mod_error {
  display: none !important;
}

.brand {
  width: 20%;
  text-align: center;
  margin: 0;
  position: static;
  right: 30px;
  top: 50px;
  margin-right: auto;
  padding: 30px 0;
}
.brand a {
  display: block;
  height: 100%;
  width: 330px;
  text-align: left;
}
.brand svg {
  max-width: 45%;
  height: auto;
}

.leaf {
  display: block;
  position: absolute;
  top: 470px;
  right: 0;
  bottom: 0;
  z-index: 5;
  overflow: hidden;
  width: 560px;
  height: 586px;
}
.leaf svg {
  max-width: 100%;
  position: absolute;
  right: -300px;
  z-index: 50;
}

.leaf_1 {
  position: absolute;
  top: -100px;
  left: 440px;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  width: 560px;
  height: 586px;
}
.leaf_1 svg {
  max-width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 50;
}

.line-title p {
  font-family: "Circe-Bold";
}

.basic .image-box {
  height: 32vh !important;
}

.single-page-repeater .slider-section img {
  height: 50vh !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.page-template-kontakt .repeater-section a {
  border: 0;
  padding: 0;
}

.repeater-section h1 {
  font-size: 5rem;
}
.repeater-section h2 {
  font-size: 4rem;
}
.repeater-section h3 {
  font-size: 3rem;
}
.repeater-section h4 {
  font-size: 2rem;
}
.repeater-section h5 {
  font-size: 1.75rem;
}
.repeater-section a {
  border: 1px solid #000;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 10px;
  transition: 0.25s all;
}
.repeater-section a:hover {
  background-color: #AAD1E6;
  border-color: #AAD1E6;
}
.repeater-section .section-title {
  border-bottom: 1px solid #DEDEDE;
}
.repeater-section .section-title p {
  font-family: "Circe-Bold";
}
.repeater-section .col-xl-6 {
  position: relative;
}
.repeater-section img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.repeater-section p {
  font-size: 1.75rem;
}
.repeater-section .tab {
  border-bottom: 1px solid #DEDEDE;
  display: block;
}
.repeater-section .tab .title p, .repeater-section .tab .title h1, .repeater-section .tab .title h2, .repeater-section .tab .title h3, .repeater-section .tab .title h4, .repeater-section .tab .title h5 {
  font-size: 2.5rem;
}
.repeater-section .tab .sub-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #aaaaaa;
}

.repeater-section:nth-child(2n) .row {
  flex-direction: row-reverse;
}

.tabs .local-url {
  display: block;
  border: 0;
  padding: 0;
}
.tabs .local-url:hover {
  background-color: transparent;
}

.reverse:nth-child(2n+1) .row {
  flex-direction: row-reverse;
}

.instagram {
  padding: 50px 0;
  position: relative;
  margin-bottom: 25px;
  background-color: #AAD1E6;
}
.instagram .feed {
  margin: 0 -10px;
}
.instagram #sbi_load, .instagram .sbi_load, .instagram .sb_instagram_header {
  display: none !important;
}
.instagram .line-title p {
  color: #211B1B;
  border-color: #211B1B;
}

footer {
  padding: 0 0 25px 0;
}
footer p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #aaaaaa;
}
footer p a {
  -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;
  font-family: "Circe-Regular";
}
footer p a:hover {
  color: #211B1B;
}
footer #foot-navi {
  margin: 0;
  padding: 0;
}
footer #foot-navi li {
  list-style: none;
  text-align: right;
  line-height: 1.4;
}
footer #foot-navi li a {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #aaaaaa;
  -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;
}
footer #foot-navi li a:hover {
  color: #211B1B;
}

.store ul {
  margin: 0;
  padding: 0;
}
.store ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.store ul li a {
  color: #211B1B;
  font-size: 2.5rem;
  padding: 20px 0;
  border-bottom: 1px solid #DEDEDE;
  display: block;
  position: relative;
}
.store ul li a:hover .arrow {
  right: 0;
  opacity: 1;
}
.store ul li a span.district {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Circe-Regular";
}
.store ul li a span.arrow {
  opacity: 0;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  -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;
}
.store ul li a span.arrow svg {
  max-width: 100%;
}

.single-wrap {
  margin-top: 50px;
}
.single-wrap .col-xl-8 {
  margin: 0 auto;
}
.single-wrap .leaf {
  top: 120px;
}

.big-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.big-box span {
  font-size: 1.5rem;
}
.big-box .image-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.big-box .image-box .slider-section,
.big-box .image-box .swiper-wrapper,
.big-box .image-box .swiper-slide {
  height: 100%;
}
.big-box .image-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.big-box .image-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.big-box--content {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.big-box--content svg {
  max-width: 80%;
}
.big-box--content__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #DEDEDE;
}
.big-box--content__txt .district {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Circe-Regular";
}
.big-box--content__details {
  margin-top: 10px;
}
.big-box--content__details p {
  font-size: 1.5rem;
}
.big-box--content__details .wp-block-columns {
  margin-bottom: 5px;
}

.accordion_container .accordion_made {
  border-bottom: 1px solid #DEDEDE;
  margin-top: -1px;
  position: relative;
}
.accordion_container .accordion_made:hover .accordion_head {
  color: #211B1B;
}
.accordion_container .accordion_made:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  background-color: #211B1B;
}
.accordion_container .accordion_made .accordion_head {
  cursor: pointer;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.3rem;
  font-family: "Circe-Regular";
  color: #211B1B;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.accordion_container .accordion_made .accordion_head span.plusminus {
  font-size: 1.2rem;
  text-transform: uppercase;
  border: 1px solid #DEDEDE;
  padding: 5px 15px;
}
.accordion_container .accordion_made .accordion_head span {
  margin-inline-start: -1px;
}
.accordion_container .accordion_made .accordion_head--content {
  width: 100%;
}
.accordion_container .accordion_made .accordion_head--content__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.accordion_container .accordion_made .accordion_head .image-box {
  height: 35vh;
}
.accordion_container .accordion_made .accordion_body {
  padding: 0 0 35px;
}
.accordion_container .accordion_made .accordion_body .btn-panel {
  background-color: #FBFBFB;
  border: 1px solid #211B1B;
  font-family: "Circe-Bold";
}
.accordion_container .accordion_made .accordion_body .btn-panel:hover {
  background-color: #AAD1E6;
  border: 1px solid transparent;
}
.accordion_container .accordion_made .accordion_body blockquote:first-of-type {
  margin-top: 0;
}
.accordion_container .accordion_made .accordion_body blockquote {
  margin-bottom: 5px;
  margin-top: 30px;
}
.accordion_container .accordion_made .accordion_body blockquote p {
  display: block;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #211B1B;
  font-family: "Circe-Bold";
}
.accordion_container .accordion_made .accordion_body p {
  font-family: "Circe-Light";
  line-height: 1.6;
  font-size: 1.8rem;
  color: #211B1B;
  margin-bottom: 0;
  max-width: 100%;
}
.accordion_container .accordion_made .accordion_body .help-content ul {
  margin: 0;
  padding: 0;
}
.accordion_container .accordion_made .accordion_body .help-content ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #DEDEDE;
  padding-top: 15px;
  padding-bottom: 15px;
}
.accordion_container .accordion_made .accordion_body .help-content ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 100px;
  position: absolute;
  left: -8px;
  top: 20px;
}

.single-post .single-hero-banner {
  display: none;
}

strong {
  font-family: "Circe-Bold";
}

@media (max-width: 750px) {
  .home main {
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 115px;
  }
  .home .instagram {
    background-color: transparent;
    padding: 0;
  }
  .home .instagram .line-title p {
    color: #000;
    border-color: #DEDEDE;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .page-template-catering .basic:nth-child(2n+1) .row {
    flex-direction: column-reverse;
  }
  .page-template-catering .basic .row {
    flex-direction: column-reverse;
  }
  .about .row {
    flex-direction: column-reverse;
  }
  .reverse:nth-child(3n+1) .row {
    flex-direction: column-reverse;
  }
  main {
    margin-top: 0;
  }
  .main-banner {
    margin-top: 10px;
  }
  .repeater-section .col-xl-6 {
    padding: 0;
  }
  .repeater-section img {
    margin-top: 30px;
  }
  .home-swiper-container {
    height: 30vh;
  }
  .repeater-section img {
    height: 80vh;
  }
  .main-banner .image-box {
    height: 100%;
  }
  .store ul li a {
    font-size: 1.5rem !important;
    padding: 5px 0 !important;
  }
  .store ul li a span.district {
    margin-top: -8px;
  }
  .repeater-section h2 {
    font-size: 2rem;
  }
  .repeater-section .tab .title p, .repeater-section .tab .title h1, .repeater-section .tab .title h2, .repeater-section .tab .title h3, .repeater-section .tab .title h4, .repeater-section .tab .title h5 {
    font-size: 2rem;
  }
  .title p {
    margin-bottom: 0;
  }
}
@media (max-width: 1550px) {
  footer #foot-navi li {
    text-align: left;
  }
  .accordion_container .accordion_made .accordion_body .help-content ul li {
    padding-left: 20px;
  }
  .store {
    margin-top: 20px;
  }
  .store ul li a {
    font-size: 2rem;
    padding: 15px 0;
  }
  .store ul li a span.district {
    margin-top: -8px;
  }
  .basic {
    padding: 23px 0;
    margin-bottom: 0;
  }
  h1 {
    font-size: 2.5rem;
  }
  .basic h1, .basic p {
    max-width: 100%;
  }
  .brand {
    width: 20%;
    margin-right: -30px;
  }
}
@media (max-width: 1250px) {
  main {
    margin-top: 100px;
    min-height: auto;
  }
  #nav-mobile {
    display: block;
    position: fixed;
    width: 100%;
    background: #FBFBFB;
    z-index: 999;
    padding: 15px 0;
    border-bottom: 1px solid #DEDEDE;
    top: 0;
    left: 0;
  }
  #nav-mobile ul li {
    display: block;
    margin-left: 0;
  }
  #nav-mobile .navi-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  #nav-mobile .navi-container .brand-mobile a svg {
    max-width: 30%;
    height: auto;
  }
  #nav-mobile .navi-container .nav-mobile .toggle {
    position: relative;
    width: 50px;
  }
  #nav-mobile .navi-container .nav-mobile .toggle span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 25px;
    height: 1px;
    flex-direction: column;
    margin: 5px 0;
    background-color: #211B1B;
  }
  #nav-mobile .navi-container .nav-mobile .toggle.active span:first-child {
    transform: rotate(45deg);
    top: 4px;
  }
  #nav-mobile .navi-container .nav-mobile .toggle.active span:nth-child(2) {
    opacity: 0;
  }
  #nav-mobile .navi-container .nav-mobile .toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -7px;
  }
  #nav-mobile .navi-container .nav-mobile .nav-wrap {
    -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;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: #FBFBFB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    flex-direction: column;
    z-index: -1;
  }
  #nav-mobile .navi-container .nav-mobile .nav-wrap .menu-menu-glowne-container {
    margin-left: auto;
  }
  #nav-mobile .navi-container .nav-mobile .nav-wrap.active {
    top: 0;
    right: 0;
  }
  #nav-mobile .navi-container .nav-mobile .nav-wrap ul {
    text-align: center;
    margin: 0 auto;
  }
  #nav-mobile .navi-container .nav-mobile .nav-wrap ul li {
    margin: 0 auto;
  }
  .basic .image-box {
    height: 57vh;
    margin-bottom: 15px;
  }
  .basic:nth-child(2n+1) .content {
    padding-left: 0px;
  }
  .px-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .brand {
    display: none;
  }
  nav .navs {
    display: none;
  }
}
@media (max-height: 650px) {
  .col-xl-6 {
    width: 100%;
  }
}
.gallery-image .swiper-container {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
.gallery-image .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-image .swiper-button-prev,
.gallery-image .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.gallery-image .swiper-button-prev {
  left: 30px;
  background-color: transparent;
}
.gallery-image .swiper-button-next {
  right: 30px;
  background-color: transparent;
}
.gallery-image .image-box {
  height: 60vh;
  position: relative;
  overflow: hidden;
}
.gallery-image .image-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-hero-content a {
  border-bottom: 2px solid #AAD1E6;
}

.secret-code {
  background: #AAD1E6;
  padding: 30px;
  border: 3px dashed #719eb6;
  text-align: center;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 31px;
  margin: 30px 0;
}

.foot-sets a, .foot-sets span {
  display: block;
}
.foot-sets a {
  color: #211B1B;
  position: relative;
}
.foot-sets a:hover::after {
  width: 100%;
}
.foot-sets a::after {
  content: "";
  width: 0;
  height: 1.5px;
  background-color: #211B1B;
  position: absolute;
  bottom: 0;
  left: 0;
  -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;
}
.foot-sets .sub {
  font-size: 2.3rem;
  margin: 15px 0 10px;
}

.belt-top {
  background-color: #AAD1E6;
  border-radius: 100px;
  margin-bottom: 30px;
}
.belt-top a {
  font-size: 1.5rem;
}

.single-page-txt a {
  position: relative;
}
.single-page-txt a::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #AAD1E6;
  position: absolute;
  bottom: 0;
  left: 0;
  -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;
}

/*# sourceMappingURL=style.css.map */
