/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* header */
#logo-1012-particle {
  margin-left: 10px;
}
#menu-1836-particle {
  margin-top: 20px;
}
#social-1431-particle {
  margin-top: 20px;
}
.g-home-particles.g-helium-style #g-navigation {
  background: #edece6 !important;
}
#g-navigation {
  background: #edece6;
  color: #000000;
  position: relative;
  z-index: 11;
  border-bottom: #81b4bd medium solid;
}
#g-navigation a:hover {
  background: #edece6;
  color: #81b4bd;
  position: relative;
  z-index: 11;
  border-bottom: #81b4bd medium solid;
}
.fp-intro h2 {
  font-size: 1rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 20px;
}
div#logo-1012-particle {
  float: none;
  display: flex;
  justify-content: center;
}
div#logo-9608-particle {
  float: none;
  display: flex;
  justify-content: center;
}
#logo-8702-particle {
  float: none;
  display: flex;
  justify-content: center;
}
/* carosel */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  /*background:none;*/
}
.g-owlcarousel-item-title {
  color: black;
}
.g-owlcarousel-item-desc {
  color: black;
}
.g-home-particles.g-helium-style #g-header .button.button-outline {
  background: #000000;
  color: #ffffff;
  border-color: white solid 2px;
}
.g-home-particles.g-helium-style #g-header .button.button-outline:hover {
  background: #81b4bd;
  color: #ffffff;
  border-color: dimgray solid 2px;
}
/*.button.button-outline {
    background: #000000;
    color: #ffffff;
    border-color: #ffffff;
}*/
/* social */
.g-home-particles.g-helium-style #g-navigation .g-social a {
  color: #000000;
}
.g-social a {
  padding: 0.1875rem 0.4rem;
  text-decoration: none;
}
.g-home-particles.g-helium-style #g-navigation .g-social a:hover {
  color: #939393;
}
a {
  color: #000000;
  transition: all 0.2s;
}
a {
  background: transparent;
  text-decoration: none;
}
.rightInfo {
  padding: 25px;
}
.leftInfo {
  padding: 25px;
}
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Keyframes for the animation */
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* CSS for the animated class */
.g-owlcarousel-item-desc {
  animation: slideInFromRight 1s ease-in-out;
}
/* Cross-browser support */
.g-owlcarousel-item-desc {
  -webkit-animation: slideInFromRight 1s ease-in-out;
  /* Safari and Chrome */
  -moz-animation: slideInFromRight 1s ease-in-out;
  /* Firefox */
  -o-animation: slideInFromRight 1s ease-in-out;
  /* Opera */
  -ms-animation: slideInFromRight 1s ease-in-out;
  /* Internet Explorer */
}
/* Keyframes for the animation */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* CSS for the animated class */
.g-owlcarousel-item-button {
  animation: slideInFromLeft 1s ease-in-out;
}
/* Cross-browser support */
.g-owlcarousel-item-button {
  -webkit-animation: slideInFromLeft 1s ease-in-out;
  /* Safari and Chrome */
  -moz-animation: slideInFromLeft 1s ease-in-out;
  /* Firefox */
  -o-animation: slideInFromLeft 1s ease-in-out;
  /* Opera */
  -ms-animation: slideInFromLeft 1s ease-in-out;
  /* Internet Explorer */
}
/* TABS */
.ui-tabs-active .g-contenttabs-tab-wrapper-head {
  background: #edece6;
}
.ui-tabs-active .g-contenttabs-tab-title {
  color: #000000;
}
#g-utility {
  background: #81b4bd;
  color: #ffffff;
  padding: 3rem 0;
}
.g-contenttabs .g-contenttabs-tab-wrapper-container {
  list-style: none;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #edece6;
}
/*The Cubes*/
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link {
  display: block;
  color: #81b4bd;
}
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-label {
  display: inline-block;
  background: #81b4bd;
  padding: 0.35em 0.85em;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.1538;
  font-weight: 600;
  border-radius: 2.5rem;
  text-align: center;
}
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.78;
  margin-bottom: 1rem;
}
.g-contentcubes .cube-items-wrapper .cube-content-wrapper {
  max-width: 22.5rem;
  padding: 3rem 0;
  margin: 0 auto;
}
/*footer */
#g-footer {
  background: #edece6;
  color: #000000;
  padding: 3rem 0;
  border-top: #81b4bd medium solid;
}
#g-footer .g-horizontalmenu a {
  color: #000000;
}
#g-footer .g-horizontalmenu a:hover {
  color: #81b4bd;
}
.g-horizontalmenu li a {
  display: inline-block;
  padding: 0 0 0.5rem;
  margin-bottom: 0.5rem;
}
#g-footer .g-totop a:hover {
  color: #81b4bd;
}
#g-footer .g-totop a {
  color: #000000;
}
#g-footer .g-copyright {
  margin-top: 14px;
  font-weight: 900;
}
.bottomMenu .g-menu-item {
  margin: 5px;
}
.bottomMenu {
  text-align: center;
}
/*# sourceMappingURL=custom_13.css.map */