/* 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
 */

@charset "UTF-8";
/**
* @version   $Id: custom.scss 1.0 2015-11-24 15:14:30
* @author    Balázs Gellért http://balazsgellert.com
* @copyright Copyright (C) 2014 - 2015 Balázs Gellért, I.I.
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/**
* @version   $Id: custom.scss 1.0 2017-03-07 09:17:30
* @author    Balázs Gellért http://balazsgellert.com
* @copyright Copyright (C) 2014 - 2017 Balázs Gellért, I.I.
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
.g-onepage-menu ul {
  margin: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #e0e0e5;
  border-radius: 3px;
}
.g-onepage-menu ul li a {
  padding: 0.625rem 1.25rem;
  color: #474747;
  display: block;
  border-bottom: 1px solid #e0e0e5;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-onepage-menu ul li a:hover {
  background: #f8f9fa;
  color: #141414;
}
.g-onepage-menu ul li a i {
  margin-right: 5px;
}
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
.g-onepage-menu ul li .submenu {
  border: none;
  display: none;
}
.g-onepage-menu ul li .submenu.uk-active {
  display: block;
}
.g-onepage-menu ul li .submenu.uk-active a {
  padding-left: 35px;
}
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #e0e0e5;
}
.g-onepage-menu ul li.uk-active > a {
  background: #f8f9fa;
  color: #f5c322;
}
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
.g-slideshow .g-overlay-container {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-slideshow .g-overlay-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .g-overlay-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-slideshow .g-overlay-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-slideshow .g-overlay-container {
    width: 100%;
  }
}
.g-slideshow .nav-visible .uk-slidenav {
  opacity: 1;
}
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #ffffff !important;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #f5c322;
}
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
.g-slideshow .g-slideshow-buttons {
  margin: 25px 0 0;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-buttons {
    margin: 15px 0 0;
  }
}
.g-slideshow .g-slideshow-buttons .button {
  margin-right: 15px;
  border: 2px solid #f5c322;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-slideshow .g-slideshow-buttons .button:hover {
  background: #f7ce49;
  border-color: #f7ce49;
}
.g-slideshow .g-slideshow-buttons .button:last-child {
  margin-right: 0;
}
.g-slideshow .g-slideshow-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .g-slideshow-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-slideshow .g-slideshow-buttons .button:last-child {
    margin-bottom: 0;
  }
}
.g-slideshow .g-slideshow-buttons .button.empty {
  background: none;
  border: 2px solid #f5c322;
  color: #f5c322;
}
.g-slideshow .g-slideshow-buttons .button.empty:hover {
  background: #f5c322;
  border-color: #f5c322;
  color: #ffffff;
}
.g-slideshow .uk-flex-center {
  text-align: center;
}
.g-slideshow .style2 {
  padding: 70px 0;
}
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #ffffff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #ffffff !important;
  font-size: 1.2rem;
  display: table;
}
.g-slideshow .style2 .g-slideshow-buttons .button {
  font-size: 1.2rem;
}
.g-slideshow .style2 .g-slideshow-buttons .button.standard {
  background: #ffffff;
  border-color: #ffffff;
  color: #1a1a1a;
}
.g-slideshow .style2 .g-slideshow-buttons .button.standard:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.g-slideshow .style2 .g-slideshow-buttons .button.empty {
  border-color: #ffffff;
  color: #ffffff;
}
.g-slideshow .style2 .g-slideshow-buttons .button.empty:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
.g-slideshow .style3 .g-slideshow-title {
  font-size: 2rem;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
.g-slideshow .dark-text .style3 .g-slideshow-title {
  color: #474747 !important;
}
.g-slideshow .dark-text .style3 .g-slideshow-desc {
  color: #474747;
}
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
#g-fullwidth .g-slideshow .g-content, .g-flushed .g-slideshow .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
.g-tabs {
  background: #ffffff;
  border: 1px solid #e0e0e5;
}
.g-tabs .uk-tab {
  border-color: #e0e0e5;
}
.g-tabs .uk-tab > li > a {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #474747;
  text-shadow: none;
  padding: 20px 25px !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
.g-tabs .uk-tab > li > a:hover {
  color: #474747;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-tabs .uk-tab > li > a {
    padding: 20px 15px !important;
  }
}
.g-tabs .uk-tab > li.uk-active > a {
  color: #474747;
}
.g-tabs .uk-tab > li .g-title-icon {
  margin-right: 10px;
}
.g-tabs .uk-tab .uk-tab-responsive {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive > a {
  cursor: pointer;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown {
  margin: 0;
  font-size: 0.9rem;
  border-color: #e0e0e5;
  padding: 0;
  border-radius: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
  padding: 15px 25px;
  color: #474747;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:before {
  border: none;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
  background: #f8f9fa;
  box-shadow: none;
}
.g-tabs .uk-tab-grid {
  margin: 0;
}
.g-tabs .uk-tab-grid:before {
  border-color: #e0e0e5;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav {
    width: auto;
  }
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav > a {
  border-right: none;
  border-left: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav:first-child > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav:first-child > a {
  border-left: none;
}
.g-tabs .uk-tab-top {
  border-bottom: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-top .g-tab-nav > a {
  border-right: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-top .g-tab-nav > a:before {
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-top .g-tab-nav.uk-active > a:before {
  border-top-color: #f5c322;
}
.g-tabs .uk-tab-bottom {
  border-top: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a {
  border-right: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a:before {
  border-bottom: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-bottom .g-tab-nav.uk-active > a:before {
  border-bottom-color: #f5c322;
}
.g-tabs .uk-tab-left .g-tab-nav > a {
  border-top: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-left .g-tab-nav > a:before {
  border-left: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.g-tabs .uk-tab-left .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-left .g-tab-nav.uk-active > a:before {
  border-left-color: #f5c322;
}
.g-tabs .uk-tab-right .g-tab-nav > a {
  border-top: 1px solid #e0e0e5;
}
.g-tabs .uk-tab-right .g-tab-nav > a:before {
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.g-tabs .uk-tab-right .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-right .g-tab-nav.uk-active > a:before {
  border-right-color: #f5c322;
}
.g-tabs .tabs-content {
  overflow: hidden;
}
.g-tabs .tabs-content.uk-margin {
  margin-bottom: 0;
}
.g-tabs .tabs-content p {
  margin-bottom: 0;
}
.g-tabs .tabs-content .button {
  margin-top: 25px;
}
.g-tabs .tabs-content.left {
  padding: 35px;
  margin-left: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.left {
    margin-left: 0;
  }
}
.g-tabs .tabs-content.left p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.right {
  padding: 35px;
  margin-right: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.right {
    margin-right: 0;
  }
}
.g-tabs .tabs-content.right p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.top {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.top > li {
  margin: 0;
}
.g-tabs .tabs-content.bottom {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.bottom > li {
  margin: 0;
}
.etl-imagegrille-bloc *, .etl-imagegrille-bloc *:before, .etl-imagegrille-bloc *:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.etl-imagegrille-bloc .etl-imagegrille-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-1, .etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-2, .etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-3 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.25rem;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-1:hover .etl-imagegrille-link:before, .etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-2:hover .etl-imagegrille-link:before, .etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-3:hover .etl-imagegrille-link:before {
  opacity: 1;
}
.etl-imagegrille-bloc .etl-imagegrille-desc, .etl-imagegrille-bloc .etl-imagegrille-footer {
  margin: 1.5rem 0;
}
.etl-imagegrille-bloc .etl-imagegrille-link {
  display: block;
  position: relative;
  background: #f5c322;
  border-radius: 0px;
  overflow: hidden;
}
.etl-imagegrille-bloc .etl-imagegrille-link:before {
  font-family: FontAwesome;
  content: "";
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -13px;
  z-index: 1;
  opacity: 0;
}
.etl-imagegrille-bloc .g-imagegrille-1cols .etl-imagegrille-item-etl-bloc-image-style-1, .etl-imagegrille-bloc .g-imagegrille-1cols .etl-imagegrille-item-etl-bloc-image-style-2, .etl-imagegrille-bloc .g-imagegrille-1cols .etl-imagegrille-item-etl-bloc-image-style-3 {
  width: 100%;
}
.etl-imagegrille-bloc .g-imagegrille-2cols .etl-imagegrille-item-etl-bloc-image-style-1, .etl-imagegrille-bloc .g-imagegrille-2cols .etl-imagegrille-item-etl-bloc-image-style-2, .etl-imagegrille-bloc .g-imagegrille-2cols .etl-imagegrille-item-etl-bloc-image-style-3 {
  width: 50%;
}
.etl-imagegrille-bloc .g-imagegrille-3cols .etl-imagegrille-item-etl-bloc-image-style-1, .etl-imagegrille-bloc .g-imagegrille-3cols .etl-imagegrille-item-etl-bloc-image-style-2, .etl-imagegrille-bloc .g-imagegrille-3cols .etl-imagegrille-item-etl-bloc-image-style-3 {
  width: 33.33333%;
}
.etl-imagegrille-bloc .g-imagegrille-4cols .etl-imagegrille-item-etl-bloc-image-style-1, .etl-imagegrille-bloc .g-imagegrille-4cols .etl-imagegrille-item-etl-bloc-image-style-2, .etl-imagegrille-bloc .g-imagegrille-4cols .etl-imagegrille-item-etl-bloc-image-style-3 {
  width: 25%;
}
.etl-imagegrille-bloc .g-imagegrille-5cols .etl-imagegrille-item-etl-bloc-image-style-1, .etl-imagegrille-bloc .g-imagegrille-5cols .etl-imagegrille-item-etl-bloc-image-style-2, .etl-imagegrille-bloc .g-imagegrille-5cols .etl-imagegrille-item-etl-bloc-image-style-3 {
  width: 20%;
}
.etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-1:hover img {
  opacity: 0.25;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-2:hover, .etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-2:hover img {
  z-index: 10;
  -webkit-transform: rotate(0deg) scale(1.2);
  -o-transform: rotate(0deg) scale(1.2);
  -moz-transform: rotate(0deg) scale(1.2);
  -ms-transform: rotate(0deg) scale(1.2);
  transform: rotate(0deg) scale(1.2);
}
.etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-3 a {
  background: none;
  border-radius: 0px;
}
.etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-3 img {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 95%;
}
.etl-imagegrille-bloc .etl-imagegrille-item-etl-bloc-image-style-3:hover img {
  -webkit-transform: rotate(0deg) scale(1.5);
  -o-transform: rotate(0deg) scale(1.5);
  -moz-transform: rotate(0deg) scale(1.5);
  -ms-transform: rotate(0deg) scale(1.5);
  transform: rotate(0deg) scale(1.5);
  width: 95%;
}
.etl-grille-legende {
  text-align: center;
  opacity: 0.75;
  margin: 0.6rem 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .etl-grille-legende {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .etl-grille-legende {
    font-size: 0.8rem;
  }
}
@font-face {
  font-family: robo;
  src: url('../../fonts/roboto/RobotoCondensed-Regular.woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robo;
  src: url('../../fonts/roboto/RobotoCondensed-Italic.woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: robo;
  src: url('../../fonts/roboto/RobotoCondensed-Bold.woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: robo;
  src: url('../../fonts/roboto/RobotoCondensed-BoldItalic.woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: robo;
  src: url('../../fonts/roboto/RobotoCondensed-Light.woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: robo;
  src: url('../../fonts/roboto/RobotoCondensed-LightItalic.woff');
  font-weight: 300;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  font-family: robo !important;
}
body {
  font-family: robo !important;
  background-position: bottom center;
  background-repeat: repeat;
  background: -webkit-radial-gradient(circle, white, rgba(255, 255, 255, 0)), url('../images/gkl-backgrhound.png');
  /* Safari */
  background: -o-radial-gradient(circle, white, rgba(255, 255, 255, 0)), url('../images/gkl-backgrhound.png');
  /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, white, rgba(255, 255, 255, 0)), url('../images/gkl-backgrhound.png');
  /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, white, rgba(255, 255, 255, 0)), url('../images/gkl-backgrhound.png');
  /* Standard syntax */
}
section#g-navigation {
  background: rgba(0, 0, 0, 0.7) !important;
  background: none;
}
section#g-navigation div.g-container {
  box-shadow: 0px 0px 15px -10px #000;
}
section#g-navigation div.g-content {
  padding-top: 0px;
  padding-bottom: 0px;
}
section#g-navigation div.g-content a.g-logo {
  text-align: center;
  text-align: -moz-center;
}
section#g-navigation div.g-content a.g-logo img {
  max-height: 100px;
  margin-bottom: -50px;
  box-shadow: 0px 5px 20px -10px #000;
}
section#g-navigation div.g-content div.g-social {
  padding-right: 3rem;
  padding-left: 3rem;
}
section#g-navigation div.g-content nav.g-main-nav {
  padding-left: 3rem;
  padding-right: 3rem;
}
section#g-navigation div.g-content nav.g-main-nav li.g-menu-item {
  text-transform: uppercase;
}
section#g-navigation div.g-content nav.g-main-nav li.active a span, section#g-navigation div.g-content nav.g-main-nav li.hover a span {
  box-shadow: none !important;
}
section#g-navigation div.g-content nav.g-main-nav a i.fa {
  width: 1.5rem;
}
section#g-navigation div.g-content nav.g-main-nav a:hover i::after, section#g-navigation div.g-content nav.g-main-nav a:focus i::after, section#g-navigation div.g-content nav.g-main-nav li.active > a i::after {
  content: "";
  position: relative;
  z-index: -1;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -1.25rem;
  margin-left: -0.25rem;
  border-radius: 50%;
  display: block;
  -webkit-animation: bounceIn 0.7s;
  animation: bounceIn 0.7s;
}
section#g-navigation div.g-content nav.g-main-nav li.fm001 i::after {
  background: #f5c322;
}
section#g-navigation div.g-content nav.g-main-nav li.fm002 i::after {
  background: #ef7c24;
}
section#g-navigation div.g-content nav.g-main-nav li.fm003 i::after {
  background: #e32124;
}
section#g-navigation div.g-content nav.g-main-nav li.fm004 i::after {
  background: #97bf47;
}
.g-sidemenu {
  max-height: 1rem;
}
.g-sidemenu .uk-sticky-placeholder {
  max-height: 1rem;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init {
  background: none;
  border: none;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li {
  border-left: none;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li a {
  padding: 0.55rem 1.25rem;
  text-transform: uppercase;
  border: none;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.7);
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li a i {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.uk-active {
  background: none;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.uk-active a {
  background: none;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li:hover a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li:focus a {
  background: none;
  text-shadow: 0.1rem 0.1rem rgba(0, 0, 0, 0.9);
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.uk-active.s001 a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.s001:hover a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.s001:focus a {
  border-left: 0.5rem solid #ff9439;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.uk-active.s002 a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.s002:hover a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.s002:focus a {
  border-left: 0.5rem solid #97bf47;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.uk-active.s003 a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.s003:hover a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.s003:focus a {
  border-left: 0.5rem solid #47a4bf;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.uk-active.s004 a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.s004:hover a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.s004:focus a {
  border-left: 0.5rem solid #eb6243;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.uk-active.s005 a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.s005:hover a, .g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init li.s005:focus a {
  border-left: 0.5rem solid #b65ed0;
}
.g-sidemenu .uk-sticky-placeholder ul.uk-sticky-init::before {
  display: block;
  content: "none";
  width: 40%;
  height: 275px;
  background: #000;
  filter: blur(3.5rem);
  position: absolute;
  z-index: -5;
  left: -6rem;
}
header#g-header div#mozzaic ul {
  width: 100%;
}
header#g-header div#mozzaic ul li {
  width: 25%;
  height: 3rem;
  max-width: 8rem;
  display: table;
  float: left;
  overflow: hidden;
}
header#g-header div#mozzaic ul li img {
  width: 100%;
}
header#g-header div#mozzaic ul li a {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
header#g-header div#mozzaic ul li a span.g-menu-item-content {
  position: absolute;
  text-align: center;
  bottom: -2.5rem;
  left: 1rem;
  right: 1rem;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header#g-header div#mozzaic ul li:hover a span.g-menu-item-content, header#g-header div#mozzaic ul li:focus a span.g-menu-item-content {
  bottom: 1.2rem;
}
header#g-header div#mozzaic ul li:hover a img, header#g-header div#mozzaic ul li:focus a img {
  -webkit-animation: bounce 0.7s;
  animation: bounce 0.7s;
  margin-top: -1rem;
  padding-bottom: 1rem;
}
header#g-header div#mozzaic ul li.m001 {
  background: #ff9439;
}
header#g-header div#mozzaic ul li.m002 {
  background: #97bf47;
}
header#g-header div#mozzaic ul li.m003 {
  background: #47a4bf;
}
header#g-header div#mozzaic ul li.m004 {
  background: #eb6243;
}
header#g-header div#mozzaic ul li.m005 {
  background: #ffc400;
}
header#g-header div#mozzaic ul li.m006 {
  background: #bddc59;
}
header#g-header div#mozzaic ul li.m007 {
  background: #47bfb9;
}
header#g-header div#mozzaic ul li.m008 {
  background: #c8a882;
}
header#g-header div#mozzaic ul li.m009 {
  background: #de2279;
}
header#g-header div#mozzaic ul li.m010 {
  background: #b65ed0;
}
header#g-header div#mozzaic ul li.m011, header#g-header div#mozzaic ul li.g-menu-item-428 {
  background: #ff7444;
}
div.g-owlcarousel-item-img::before {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/header/gkl_header.svg') !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  opacity: 0.8;
  z-index: 1;
  filter: blur(200px) !important;
}
div.g-owlcarousel-item-content-container {
  z-index: 2;
}
div.g-owlcarousel-item-content {
  text-align: right;
}
div.g-owlcarousel-item-content h2 {
  max-width: 60%;
  margin-right: 0px;
  margin-left: auto;
  padding: 1rem;
  text-shadow: 0rem 0rem 2rem #000000, 0.1rem 0.1rem #000000;
}
h1..g-owlcarousel-item-title {
  font-weight: 700;
  text-transform: uppercase;
}
div.social-data {
  width: 100%;
  padding: 20px 0px 10px 0px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
div.social-data div {
  float: left;
  clear: right;
  max-width: 33.3%;
  display: inline-block;
  margin-top: 0.5rem !important;
}
div.social-data div iframe {
  min-width: 100px;
}
div.social-data div:first-child {
  margin-top: 0rem !important;
}
section#g-intro {
  background-image: url('../images/features/gkl-content-background-1.jpg'), url('../images/features/gkl-content-background-2.jpg');
  background-size: contain;
  background-position: center left, center right;
  background-repeat: no-repeat;
}
section#g-features div.g-block.size-67 {
  padding: 3rem;
}
@-webkit-keyframes rotation /* Safari and Chrome */ {
  0% {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  25% {
    -ms-transform: rotateY(20deg);
    -moz-transform: rotateY(20deg);
    -webkit-transform: rotateY(20deg);
    -o-transform: rotateY(20deg);
    transform: rotateY(20deg);
  }
  75% {
    -ms-transform: rotateY(-20deg);
    -moz-transform: rotateY(-20deg);
    -webkit-transform: rotateY(-20deg);
    -o-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
  100% {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes rotation {
  0% {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  25% {
    -ms-transform: rotateY(20deg);
    -moz-transform: rotateY(20deg);
    -webkit-transform: rotateY(20deg);
    -o-transform: rotateY(20deg);
    transform: rotateY(20deg);
  }
  75% {
    -ms-transform: rotateY(-20deg);
    -moz-transform: rotateY(-20deg);
    -webkit-transform: rotateY(-20deg);
    -o-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
  100% {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
div.card div.card-block i.fa {
  color: #ffffff;
  border: none !important;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  line-height: 7.5rem !important;
}
div.card div.card-block i.fa::before {
  padding: 8px;
  filter: blur(0px) !important;
  text-shadow: 0.3rem 0.3rem #555;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div.card div.card-block i.fa.i001 {
  background: #f5c322;
}
div.card div.card-block i.fa.i002 {
  background: #97bf47;
}
div.card div.card-block i.fa.i003 {
  background: #47a4bf;
}
div.card div.card-block i.fa.i004 {
  background: #ff9439;
}
div.card div.card-block i.fa.i005 {
  background: #eb6243;
}
div.card div.card-block i.fa.i006 {
  background: #b65ed0;
}
div.card div.card-block i.fa.i007 {
  background: #ff7444;
}
div.card div.card-block i.fa.i008 {
  background: #47bfb9;
}
div.card div.card-block i.fa.i009 {
  background: #bddc59;
}
div.card div.card-block:hover i.fa, div.card div.card-block:focus i.fa {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transition: scale(1.05);
  transform: scale(1.05);
}
div.card div.card-block:hover i.fa::before, div.card div.card-block:focus i.fa::before {
  text-shadow: 0.5rem 0.5rem #555;
  filter: blur(0px) !important;
}
div.fp-features div.g-block.size-50::before {
  width: 100%;
  height: 10px;
  border-top: 5px solid #343434;
  content: "none";
}
.breadcrumb, .lang-inline {
  background: none !important;
  font-family: robo !important;
  line-height: 1.5rem;
  color: #474747 !important;
  margin: 1.5rem 0rem;
  padding: 0rem 1.5rem;
}
.breadcrumb a, .lang-inline a {
  background: none !important;
  font-family: robo !important;
  font-size: 1rem !important;
  line-height: 2rem !important;
  color: #474747 !important;
}
.breadcrumb a.button::before, .lang-inline a.button::before {
  content: "";
  position: absolute;
  width: 0rem;
  height: 0rem;
  border: 1rem solid transparent;
  border-top-color: #f5c322;
  margin-top: -1.2rem;
  margin-left: 1.6rem;
}
.breadcrumb a.button:hover, .lang-inline a.button:hover {
  -webkit-animation: bounce 0.7s;
  animation: bounce 0.7s;
}
ul.lang-inline {
  text-align: right;
}
div.page-header h2 {
  text-transform: uppercase;
  font-weight: bold !important;
}
h2.component-heading {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  background: #f5c322;
  padding: 0.2rem 1rem !important;
}
section#g-container-main main#g-mainbar {
  padding-top: 0rem;
}
section#g-container-main main#g-mainbar div.g-content {
  padding-top: 0rem;
}
section#g-container-main main#g-mainbar div.g-content div.item-page > div.page-header h2 {
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
  background: #f5c322;
  padding: 0.2rem 1rem !important;
  margin-top: 3rem;
}
section#g-container-main main#g-mainbar div.g-content div.blog > h2 {
  text-transform: uppercase;
  font-weight: bold;
  background: #f5c322;
  padding: 0.2rem 1rem !important;
  display: inline-block;
}
section#g-container-main main#g-mainbar div.g-content ul.tags.inline {
  margin-top: 0rem;
}
div.pull-left.item-image {
  margin-right: 0rem !important;
}
dl dt {
  font-weight: bold;
}
dl dd::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  line-height: auto;
  padding: 0rem 1rem;
  content: "";
  margin-left: -2rem;
  width: 2rem;
}
/** div.article-content {
    p::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        line-height: auto;
        padding: 0rem 1rem;
        content: "\f054";
        margin-left: -2rem;
        width: 2rem;
    }
} **/
div.article-content .dl-horizontal dt {
  white-space: normal;
  width: 16rem;
}
div.article-content .dl-horizontal dd {
  margin-left: 20rem;
}
dl.success-list {
  background-color: #dff0d8;
  padding: 2rem 1rem;
  border: 1px dotted #3c763d;
  background-image: url('../images/gkl-success-2.svg');
  background-repeat: no-repeat;
  background-position: 12% 100%;
}
dl.info-list {
  background-color: #d9edf7;
  padding: 2rem 1rem;
  border: 1px dotted #31708f;
  background-image: url('../images/gkl-info-2.svg');
  background-repeat: no-repeat;
  background-position: 12% 100%;
}
h2.cw-social-mod-title-ac {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
div#gkl-contact {
  z-index: 20;
  max-height: 440px;
  margin-top: -440px;
  padding-bottom: 3rem;
}
div#gkl-contact div.g-content {
  margin: 0rem auto;
  padding: 0rem 2rem;
  background: #474747;
}
div#gkl-contact div.g-content h2 {
  text-transform: uppercase;
  font-weight: bold;
}
div#gkl-contact div.g-content::before {
  float: left;
  content: "";
  position: relative;
  width: 0rem;
  height: 0rem;
  border: 1rem solid transparent;
  border-right-color: #474747;
  margin-left: -4rem;
  margin-top: 2rem;
}
.dl-contact dt {
  white-space: normal;
  width: 8rem;
}
.dl-contact dd {
  margin-left: 12rem;
}
form#ju-contact fieldset > div:nth-child(2) {
  display: none !important;
}
div.gkl-map div.gm-style-iw div {
  font-weight: bold;
  color: #474747;
  background: #f5c322;
  padding: 0.2rem;
}
div.partners-heading h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
div.partners-heading {
  padding-bottom: 0rem !important;
}
#tchsp ul.overview li {
  border: none !important;
  text-align: center;
  vertical-align: middle;
}
div#tchsp {
  margin: 0rem !important;
}
div#tchsp div.viewport {
  margin-top: 2rem;
}
footer#g-footer {
  padding: 3rem !important;
}
ul.g-horizontalmenu li a {
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 0rem !important;
  margin-bottom: 0rem !important;
}
/*# sourceMappingURL=custom_16.css.map */