/* 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";
.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: #424753;
  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: #15161a;
}
.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: #159cd3;
}
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
.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: #424753;
  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: #424753;
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-tabs .uk-tab > li > a {
    padding: 20px 15px !important;
  }
}
.g-tabs .uk-tab > li.uk-active > a {
  color: #424753;
}
.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: #424753;
}
.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: 49.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: #159cd3;
}
.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: #159cd3;
}
.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: #159cd3;
}
.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: #159cd3;
}
.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: 49.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: 49.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;
}
.g-animated-counter {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
.g-animated-counter .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-animated-counter .g-animated-counter-item {
    margin-bottom: 3.126rem;
  }
  .g-animated-counter .g-animated-counter-item:last-child {
    margin-bottom: 0;
  }
}
.g-animated-counter p {
  margin: 0;
}
.g-animated-counter .g-animated-counter-number {
  font-size: 280%;
  margin-bottom: 0;
  margin-top: -5px;
}
.g-animated-counter .g-animated-counter-title {
  margin-bottom: 0;
  font-size: 140%;
  margin-top: -5px;
}
.g-animated-counter .g-animated-counter-icon {
  border-radius: 50%;
  font-size: 2.2rem;
  height: 110px;
  width: 110px;
  line-height: 110px;
  border: 2px solid;
  border-color: inherit;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 35px;
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.g-animated-counter .g-animated-counter-image {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 35px;
}
.g-animated-counter.style2 {
  text-align: initial;
}
.g-animated-counter.style2 .g-animated-counter-icon {
  color: #ffffff;
  font-size: 1.5rem;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: #159cd3;
  background-color: #159cd3;
  background-image: -webkit-linear-gradient(top, #159cd3, #666666);
  background-image: linear-gradient(to bottom,#159cd3, #666666);
  border: 0px solid;
  border-color: transparent;
  margin-top: 0.7rem;
  margin-bottom: 0px;
  margin-right: 1rem;
  display: inline-block;
  float: left;
}
.g-animated-counter.style2 .g-animated-counter-image {
  margin-bottom: 0.75rem;
  display: inline-block;
  float: left;
  width: 75px;
  margin-top: 0.7rem;
  margin-bottom: 0;
  margin-right: 1rem;
}
.g-our-team:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-our-team:not(.gutter-disabled) > .g-grid {
  margin-bottom: 1.876rem;
}
.g-our-team:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-our-team:not(.gutter-disabled) > .g-grid:last-child > .g-block:last-child .g-our-team-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-our-team:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-our-team:not(.gutter-disabled) .g-our-team-item {
    margin-bottom: 1.876rem !important;
  }
}
.g-our-team .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 49.99rem) {
  .g-our-team .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-our-team .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 49.99rem) {
  .g-our-team .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-our-team, .g-our-team-slider, .g-our-team-slideset {
  text-align: center;
}
.g-our-team.gutter-disabled .g-our-team-item, .g-our-team-slider.gutter-disabled .g-our-team-item, .g-our-team-slideset.gutter-disabled .g-our-team-item {
  border: none;
}
.g-our-team.gutter-disabled .uk-slideset, .g-our-team-slider.gutter-disabled .uk-slideset, .g-our-team-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
.g-our-team.gutter-disabled .uk-slideset.uk-grid > *, .g-our-team-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-our-team-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
.g-our-team .g-content, .g-our-team-slider .g-content, .g-our-team-slideset .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
  border: 1px solid #e0e0e5;
  width: 100%;
}
@media only all and (max-width: 49.99rem) {
  .g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
    margin-bottom: 3.126rem;
    width: 100%;
  }
  .g-our-team .g-our-team-item:last-child, .g-our-team-slider .g-our-team-item:last-child, .g-our-team-slideset .g-our-team-item:last-child {
    margin-bottom: 0;
  }
}
.g-our-team .g-our-team-image, .g-our-team-slider .g-our-team-image, .g-our-team-slideset .g-our-team-image {
  position: relative;
  overflow: hidden;
}
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel {
  padding: 0;
}
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a {
    padding: 10px 5px;
  }
}
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover {
  background: #159cd3;
}
@media only all and (max-width: 49.99rem) {
  .g-our-team .g-our-team-image .g-our-team-social .g-block, .g-our-team-slider .g-our-team-image .g-our-team-social .g-block, .g-our-team-slideset .g-our-team-image .g-our-team-social .g-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.g-our-team .g-our-team-image img, .g-our-team-slider .g-our-team-image img, .g-our-team-slideset .g-our-team-image img {
  width: 100%;
}
.g-our-team .g-info-container, .g-our-team-slider .g-info-container, .g-our-team-slideset .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-our-team p, .g-our-team-slider p, .g-our-team-slideset p {
  margin: 0;
}
.g-our-team .g-our-team-name, .g-our-team-slider .g-our-team-name, .g-our-team-slideset .g-our-team-name {
  margin: 0;
}
.g-our-team .g-our-team-name a, .g-our-team-slider .g-our-team-name a, .g-our-team-slideset .g-our-team-name a {
  color: #4d4d4d;
}
.g-our-team .g-our-team-name a:hover, .g-our-team-slider .g-our-team-name a:hover, .g-our-team-slideset .g-our-team-name a:hover {
  color: #159cd3;
}
.g-our-team .g-our-team-position, .g-our-team-slider .g-our-team-position, .g-our-team-slideset .g-our-team-position {
  margin-top: 0;
  font-size: 90%;
}
.g-our-team .g-our-team-position.g-desc-enabled, .g-our-team-slider .g-our-team-position.g-desc-enabled, .g-our-team-slideset .g-our-team-position.g-desc-enabled {
  margin-bottom: 20px;
}
.g-our-team .g-our-team-desc, .g-our-team-slider .g-our-team-desc, .g-our-team-slideset .g-our-team-desc {
  margin-top: 0.4rem;
}
.g-our-team.style2 .g-our-team-social, .g-our-team-slider.style2 .g-our-team-social, .g-our-team-slideset.style2 .g-our-team-social {
  margin-top: 20px;
}
.g-our-team.style2 .g-our-team-social a, .g-our-team-slider.style2 .g-our-team-social a, .g-our-team-slideset.style2 .g-our-team-social a {
  color: #737373;
  margin-right: 15px;
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-our-team.style2 .g-our-team-social a, .g-our-team-slider.style2 .g-our-team-social a, .g-our-team-slideset.style2 .g-our-team-social a {
    margin-right: 8px;
  }
}
.g-our-team.style2 .g-our-team-social a:last-child, .g-our-team-slider.style2 .g-our-team-social a:last-child, .g-our-team-slideset.style2 .g-our-team-social a:last-child {
  margin-right: 0;
}
.g-our-team.style2 .g-our-team-social a:hover, .g-our-team-slider.style2 .g-our-team-social a:hover, .g-our-team-slideset.style2 .g-our-team-social a:hover {
  color: #159cd3;
}
.g-our-team.uk-text-left.style1 .g-our-team-social, .g-our-team-slider.uk-text-left.style1 .g-our-team-social, .g-our-team-slideset.uk-text-left.style1 .g-our-team-social {
  text-align: center !important;
}
.g-our-team.style3 .g-our-team-image, .g-our-team-slider.style3 .g-our-team-image, .g-our-team-slideset.style3 .g-our-team-image {
  padding-bottom: 100px;
}
.g-our-team.style3 .g-info-container, .g-our-team-slider.style3 .g-info-container, .g-our-team-slideset.style3 .g-info-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
  padding: 23px 30px;
  height: 100px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-our-team.style3 .g-info-container .g-our-team-position, .g-our-team-slider.style3 .g-info-container .g-our-team-position, .g-our-team-slideset.style3 .g-info-container .g-our-team-position {
  margin: 5px 0 0;
}
.g-our-team.style3 .g-hover-container, .g-our-team-slider.style3 .g-hover-container, .g-our-team-slideset.style3 .g-hover-container {
  opacity: 0;
  position: absolute;
  background-color: #111111;
  color: #ffffff;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-our-team.style3 .g-hover-container > *, .g-our-team-slider.style3 .g-hover-container > *, .g-our-team-slideset.style3 .g-hover-container > * {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-our-team.style3 .g-hover-container .g-our-team-desc, .g-our-team-slider.style3 .g-hover-container .g-our-team-desc, .g-our-team-slideset.style3 .g-hover-container .g-our-team-desc {
  font-size: 90%;
}
.g-our-team.style3 .g-hover-container .g-our-team-social, .g-our-team-slider.style3 .g-hover-container .g-our-team-social, .g-our-team-slideset.style3 .g-hover-container .g-our-team-social {
  margin-top: 25px;
  font-size: 18px;
}
.g-our-team.style3 .g-hover-container .g-our-team-social a, .g-our-team-slider.style3 .g-hover-container .g-our-team-social a, .g-our-team-slideset.style3 .g-hover-container .g-our-team-social a {
  margin-right: 15px;
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-our-team.style3 .g-hover-container .g-our-team-social a, .g-our-team-slider.style3 .g-hover-container .g-our-team-social a, .g-our-team-slideset.style3 .g-hover-container .g-our-team-social a {
    margin-right: 8px;
  }
}
.g-our-team.style3 .g-hover-container .g-our-team-social a:last-child, .g-our-team-slider.style3 .g-hover-container .g-our-team-social a:last-child, .g-our-team-slideset.style3 .g-hover-container .g-our-team-social a:last-child {
  margin-right: 0;
}
.g-our-team.style3 .g-our-team-item, .g-our-team-slider.style3 .g-our-team-item, .g-our-team-slideset.style3 .g-our-team-item {
  position: relative;
}
.g-our-team.style3 .g-our-team-item:hover .g-hover-container, .g-our-team-slider.style3 .g-our-team-item:hover .g-hover-container, .g-our-team-slideset.style3 .g-our-team-item:hover .g-hover-container {
  opacity: 1;
}
.g-our-team.style3 .g-our-team-item:hover .g-hover-container > *, .g-our-team-slider.style3 .g-our-team-item:hover .g-hover-container > *, .g-our-team-slideset.style3 .g-our-team-item:hover .g-hover-container > * {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}
.g-our-team.style3 .g-our-team-item:hover .g-info-container, .g-our-team-slider.style3 .g-our-team-item:hover .g-info-container, .g-our-team-slideset.style3 .g-our-team-item:hover .g-info-container {
  bottom: 100%;
  margin-bottom: -100px;
  background: #159cd3;
  color: #ffffff;
}
.g-our-team.style3 .g-our-team-item:hover .g-info-container .g-our-team-name, .g-our-team-slider.style3 .g-our-team-item:hover .g-info-container .g-our-team-name, .g-our-team-slideset.style3 .g-our-team-item:hover .g-info-container .g-our-team-name {
  color: #ffffff !important;
}
.g-our-team.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a, .g-our-team-slider.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a, .g-our-team-slideset.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a {
  color: #ffffff !important;
}
.g-our-team.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a:hover, .g-our-team-slider.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a:hover, .g-our-team-slideset.style3 .g-our-team-item:hover .g-info-container .g-our-team-name a:hover {
  text-decoration: underline;
}
.g-pricing-tables {
  text-align: center;
}
.g-pricing-tables:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
@media only all and (max-width: 49.99rem) {
  .g-pricing-tables .g-pricing-table {
    margin-bottom: 30px;
  }
  .g-pricing-tables .g-pricing-table:last-child {
    margin-bottom: 0;
  }
}
.g-pricing-tables .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-pricing-tables .g-pricing-table-inner {
  margin: 0;
  border: 1px solid #e0e0e5;
  list-style: none;
  border-radius: 3px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.g-pricing-tables h4, .g-pricing-tables h3 {
  margin: 0;
}
.g-pricing-tables .g-table-title {
  padding: 25px 20px;
}
.g-pricing-tables .g-table-price {
  padding: 30px 20px;
  font-size: 2.3rem;
  background: #159cd3;
  color: #ffffff;
}
.g-pricing-tables .g-table-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e5;
}
.g-pricing-tables .g-table-button {
  padding: 25px 20px;
}
.g-pricing-tables .g-table-button i {
  margin-right: 10px;
}
.g-pricing-tables.style1 .featured-table h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.g-pricing-tables.style1 .featured-table .g-pricing-table-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}
.g-pricing-tables.style1 .featured-table .g-table-featured-text {
  background: red;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: -30px;
  top: 30px;
  text-align: center;
  width: 135px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-pricing-tables.gutter-disabled > .g-grid {
  border: 1px solid #e0e0e5;
  border-radius: 3px;
}
@media only all and (max-width: 49.99rem) {
  .g-pricing-tables.gutter-disabled > .g-grid {
    border: none;
  }
}
.g-pricing-tables.gutter-disabled .g-pricing-table-inner {
  border: none;
  border-right: 1px solid #e0e0e5;
  border-radius: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-pricing-tables.gutter-disabled .g-pricing-table-inner {
    border: 1px solid #e0e0e5;
  }
}
.g-pricing-tables.gutter-disabled.style1 .featured-table .g-pricing-table-inner {
  box-shadow: none;
}
.g-pricing-tables.gutter-disabled.style1 .featured-table h4 {
  line-height: 1.55rem;
}
.g-pricing-tables.gutter-disabled .g-pricing-table:last-child .g-pricing-table-inner {
  border-right: none;
}
@media only all and (max-width: 49.99rem) {
  .g-pricing-tables.gutter-disabled .g-pricing-table:last-child .g-pricing-table-inner {
    border-right: 1px solid #e0e0e5;
  }
}
.g-pricing-tables.style2 .g-table-head {
  padding: 30px 20px;
  border-bottom: 1px solid #e0e0e5;
}
.g-pricing-tables.style2 .g-table-title {
  padding: 0 20px;
  margin-bottom: 10px;
}
.g-pricing-tables.style2 .g-table-title h4 {
  font-size: 1.7rem;
  font-weight: normal;
  text-transform: uppercase;
}
.g-pricing-tables.style2 .g-table-item:nth-child(even) {
  background: #f8f9fa;
}
.g-pricing-tables.style2 .g-table-price {
  background: none;
  color: #159cd3;
  padding: 0 20px;
  font-size: 3rem;
  font-weight: bold;
}
.g-pricing-tables.style2 .featured-table .g-table-featured-text {
  margin-bottom: 15px;
}
.g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
  padding: 7px 30px;
  background: #ffffff;
  color: #424753;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-radius: 50px;
  font-size: 13px;
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
    letter-spacing: 2px;
    padding: 7px 20px;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
    letter-spacing: 0;
    padding: 7px 10px;
    font-size: 11px;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
    letter-spacing: 3px;
    padding: 7px 25px;
  }
}
.g-pricing-tables.style2 .featured-table .g-table-head {
  background: #159cd3;
  color: #ffffff;
}
.g-pricing-tables.style2 .featured-table .g-table-title h4 {
  color: #ffffff !important;
}
.g-pricing-tables.style2 .featured-table .g-table-price {
  color: #ffffff;
}
.g-pricing-tables.style2 .featured-table .g-table-button .button {
  border: 1px solid transparent;
}
.g-pricing-tables.style2.g-has-featured-text .g-particle-intro {
  margin-bottom: 77px;
}
@media only all and (max-width: 49.99rem) {
  .g-pricing-tables.style2.g-has-featured-text .g-particle-intro {
    margin-bottom: 2.5rem;
  }
}
.g-pricing-tables.style2.g-has-featured-text > .g-grid {
  margin-top: 39px;
}
@media only all and (max-width: 49.99rem) {
  .g-pricing-tables.style2.g-has-featured-text > .g-grid {
    margin-top: 0;
  }
}
.g-pricing-tables.style2.g-has-featured-text .featured-table {
  margin-top: -39px;
}
@media only all and (max-width: 49.99rem) {
  .g-pricing-tables.style2.g-has-featured-text .featured-table {
    margin-top: 0;
  }
}
.g-price-lists:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
@media only all and (max-width: 49.99rem) {
  .g-price-lists .g-price-list {
    margin-bottom: 30px;
  }
  .g-price-lists .g-price-list:last-child {
    margin-bottom: 0;
  }
}
.g-price-lists .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.g-price-lists .g-price-list-inner {
  margin: 0;
  border: 1px solid #e0e0e5;
  list-style: none;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 30px;
  height: 100%;
}
.g-price-lists .color1 .g-price-list-inner {
  border: none !important;
  background: #f8f9fa;
}
.g-price-lists .color2 .g-price-list-inner {
  border: none !important;
  background: #e3e7eb;
}
.g-price-lists .g-list-title {
  margin: -5px 0 25px 0;
}
.g-price-lists .g-price-list > div {
  height: 100%;
}
.g-price-lists .g-item-container {
  margin-bottom: 20px;
}
.g-price-lists .g-item-price {
  float: right;
}
@media only all and (max-width: 45rem) {
  .g-price-lists .g-item-price {
    float: none;
    display: block;
    margin-top: 5px;
  }
}
.g-price-lists .g-item-desc {
  font-style: italic;
  margin-top: 5px;
  font-size: 90%;
}
.g-price-lists .g-price-lists-button {
  text-align: center;
  margin-top: 40px;
}
.g-price-lists .g-price-lists-button i {
  margin-right: 10px;
}
.g-price-lists.gutter-disabled > .g-grid {
  border: 1px solid #e0e0e5;
}
@media only all and (max-width: 49.99rem) {
  .g-price-lists.gutter-disabled > .g-grid {
    border: none;
  }
}
.g-price-lists.gutter-disabled .g-price-list-inner {
  border: none;
  border-right: 1px solid #e0e0e5;
  border-radius: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-price-lists.gutter-disabled .g-price-list-inner {
    border: 1px solid #e0e0e5;
  }
}
.g-price-lists.gutter-disabled .g-price-list:last-child .g-price-list-inner {
  border-right: none;
}
@media only all and (max-width: 49.99rem) {
  .g-price-lists.gutter-disabled .g-price-list:last-child .g-price-list-inner {
    border-right: 1px solid #e0e0e5;
  }
}
.g-accordion .g-accordion-image {
  float: left;
  width: 33%;
  margin-right: 25px;
}
@media only all and (max-width: 49.99rem) {
  .g-accordion .g-accordion-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
}
.g-accordion .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #646b7e;
}
.g-accordion .g-article-details > span {
  margin-right: 10px;
}
.g-accordion .g-article-details > span:last-child {
  margin-right: 0;
}
.g-accordion .g-article-details > span i {
  margin-right: 5px;
}
@font-face {
  font-family: "ytpregular";
}
@font-face {
  font-family: "ytpregular";
  src: url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=') format("woff"), url('../fonts/ytpregular/ytp-regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Chrome, Safari, Opera */
/*CONTROL BAR*/
/*PROGRESS BAR*/
/*VOLUME SLIDER*/
.mb_YTPlayer:focus {
  outline: 0;
}
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade 0.1s infinite alternate;
  animation: fade 0.1s infinite alternate;
}
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}
.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000;
}
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
.mb_YTPBar {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: 0.1;
  box-sizing: border-box;
}
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: "ytpregular";
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar .buttonBar {
  transition: all 0.5s;
  background: transparent;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_YTPUrl a {
  color: white;
}
.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar .mb_YTPPlaypause {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPMuteUnmute {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: 0.3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}
.mb_YTPBar.visible {
  opacity: 1;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.g-features-particle, .g-features2-particle {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-features-particle .g-grid, .g-features2-particle .g-grid {
  margin-bottom: 2.3445rem;
}
.g-features-particle .g-grid:last-child, .g-features2-particle .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle .g-grid:last-child .g-features-particle-item:last-child, .g-features2-particle .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle .g-grid, .g-features2-particle .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle .g-features-particle-item, .g-features-particle .g-features2-particle-item, .g-features2-particle .g-features-particle-item, .g-features2-particle .g-features2-particle-item {
    margin-bottom: 2.3445rem;
  }
}
.g-features-particle .size-33, .g-features2-particle .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle .size-33, .g-features2-particle .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-features-particle .size-16, .g-features2-particle .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle .size-16, .g-features2-particle .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-features-particle .g-content, .g-features2-particle .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-features-particle p, .g-features2-particle p {
  margin: 0;
}
.g-features-particle .g-features-particle-button, .g-features-particle .g-features-particle-subs, .g-features2-particle .g-features-particle-button, .g-features2-particle .g-features-particle-subs {
  margin-top: 20px;
}
.g-features-particle {
  text-align: center;
}
.g-features-particle .g-features-particle-title {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
.g-features-particle .g-features-particle-title a {
  color: #4d4d4d;
}
.g-features-particle .g-features-particle-title a:hover {
  color: #e3896d;
}
.g-features-particle .g-features-particle-icon, .g-features-particle .g-circle-border {
  border-radius: 50%;
  font-size: 2rem;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0.75rem;
  color: #159cd3;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.g-features-particle .g-circle-border {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e0e0e5;
  height: 98px;
  width: 98px;
  left: 1px;
  top: 1px;
  z-index: 1;
  position: absolute;
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
}
.g-features-particle .g-features-particle-image {
  margin-bottom: 0.75rem;
  display: inline-block;
}
.g-features-particle .g-features-particle-item .g-content:hover .g-features-particle-icon {
  color: #ffffff;
  background: #159cd3;
}
.g-features-particle .g-features-particle-item .g-content:hover .g-circle-border {
  border-color: #159cd3;
  -webkit-transform: scale(1.18);
  -moz-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -o-transform: scale(1.18);
  transform: scale(1.18);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
}
.g-features-particle.style6 .g-grid {
  margin-bottom: 1.876rem;
}
.g-features-particle.style6 .g-grid .g-block {
  padding: 0 0.938rem;
}
.g-features-particle.style6 .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle.style6 .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle.style6 .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle.style6 .g-features-particle-item {
    margin-bottom: 1.876rem;
  }
}
.g-features-particle.style6 .g-content {
  padding: 3rem 2.5rem;
  background: #ffffff;
  border: 1px solid #e0e0e5;
}
.g-features-particle.style6 .g-features-particle-icon, .g-features-particle.style6 .g-features-particle-image {
  margin-bottom: 1.25rem;
}
.g-features-particle.style6 .g-features-particle-title {
  margin-bottom: 1.5rem;
}
.g-features-particle.style6 .g-features-particle-button, .g-features-particle.style6 .g-features-particle-subs {
  margin-top: 30px;
}
.g-features-particle.style6 .g-subs-item {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e5;
}
.g-features-particle.style6 .g-subs-item:last-child {
  border-bottom: none;
}
.g-features-particle.style7 .g-grid {
  margin-bottom: 1.876rem;
}
.g-features-particle.style7 .g-grid .g-block {
  padding: 0 0.938rem;
}
.g-features-particle.style7 .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle.style7 .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle.style7 .g-grid {
    margin-bottom: 0;
  }
}
.g-features-particle.style7 .g-features-particle-item {
  margin-top: 40px;
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle.style7 .g-features-particle-item {
    margin-bottom: 1.876rem;
  }
}
.g-features-particle.style7 .g-content {
  padding: 25px;
  background: #ffffff;
  border: 1px solid #e0e0e5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-features-particle.style7 .g-content:hover {
  border-color: #666666;
}
.g-features-particle.style7 .g-content:hover .g-features-particle-icon {
  background: #666666;
}
.g-features-particle.style7 .g-features-particle-item-inner {
  margin-top: -64px;
}
.g-features-particle.style7 .g-features-particle-icon, .g-features-particle.style7 .g-features-particle-image {
  margin-bottom: 1.25rem;
}
.g-features-particle.style7 .g-features-particle-icon .g-circle-border, .g-features-particle.style7 .g-features-particle-image .g-circle-border {
  display: none;
}
.g-features-particle.style7 .g-features-particle-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 0;
  background: #159cd3;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-features-particle.style7 .g-features-particle-title {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.g-features-particle.style7 .g-features-particle-button, .g-features-particle.style7 .g-features-particle-subs {
  margin-top: 30px;
}
.g-features-particle.style7 .g-subs-item {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e5;
}
.g-features-particle.style7 .g-subs-item:last-child {
  border-bottom: none;
}
.g-features-particle.style8 {
  margin-left: 0;
  margin-right: 0;
  color: #ffffff;
  text-align: left;
}
.g-features-particle.style8 .g-grid {
  margin-bottom: 0;
}
.g-features-particle.style8 .g-grid:last-child .g-features-particle-item {
  box-shadow: -20px 0 20px -20px rgba(0, 0, 0, 0.07) inset;
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle.style8 .g-grid:last-child .g-features-particle-item {
    box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
  }
}
.g-features-particle.style8 .g-grid:last-child .g-features-particle-item:last-child {
  box-shadow: 0 0 20px -20px rgba(0, 0, 0, 0.07) inset;
}
.g-features-particle.style8 .g-features-particle-item {
  padding: 35px 30px 40px;
  box-shadow: -20px -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(1) {
  background: #1181ae;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(2) {
  background: #138ec0;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(3) {
  background: #159cd3;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(4) {
  background: #17aae6;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(5) {
  background: #27b1ea;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(6) {
  background: #3ab8eb;
}
.g-features-particle.style8 .g-features-particle-item:last-child {
  box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
}
@media only all and (max-width: 49.99rem) {
  .g-features-particle.style8 .g-features-particle-item {
    box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
    margin-bottom: 0;
  }
}
.g-features-particle.style8 .g-features-particle-icon, .g-features-particle.style8 .g-features-particle-image {
  margin-bottom: 10px;
  color: #ffffff;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: 40px;
}
.g-features-particle.style8 .g-features-particle-icon .g-circle-border, .g-features-particle.style8 .g-features-particle-image .g-circle-border {
  display: none;
}
.g-features-particle.style8 .g-features-particle-title {
  color: #ffffff !important;
  font-size: 1.35rem;
}
.g-features-particle.style8 .g-features-particle-title a {
  color: #ffffff;
}
.g-features-particle.style8 .g-features-particle-title a:hover {
  text-decoration: underline;
}
.g-features-particle.style8 .g-features-particle-desc, .g-features-particle.style8 .g-features-particle-subs {
  opacity: 0.85;
}
.g-features-particle.style8 .g-features-particle-button {
  margin-top: 25px;
}
.g-features-particle.style8 .g-features-particle-button .button {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-features-particle.style8 .g-features-particle-button .button:hover {
  background: #4d4d4d;
  border-color: #4d4d4d;
}
.g-features-particle.style8.pull-up {
  margin-top: -7.5rem;
  position: relative;
  z-index: 4;
}
.g-features2-particle .g-features2-particle-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.g-features2-particle .g-features2-particle-title a {
  color: #4d4d4d;
}
.g-features2-particle .g-features2-particle-title a:hover {
  color: #e3896d;
}
.g-features2-particle .g-features2-particle-icon {
  margin-right: 20px;
  color: #159cd3;
  font-size: 130%;
}
.g-features2-particle .g-features2-particle-image {
  margin-right: 20px;
  display: inline-block;
}
.g-features2-particle.style3 .g-grid .g-block {
  padding: 0 1rem;
}
.g-features2-particle.style3 .g-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(0, 0, 0, 0.2);
}
.g-features2-particle.style3 .g-content:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid rgba(0, 0, 0, 0.2);
  border-right: 15px solid transparent;
  position: absolute;
  margin-top: 16px;
  margin-left: -15px;
  z-index: 99;
}
.g-features2-particle.style4 .g-features2-particle-icon {
  float: left;
  font-size: 55px;
  margin-right: 0;
  color: #646b7e;
}
.g-features2-particle.style4 .g-features2-particle-image {
  float: left;
  margin: 5px 0 0;
  max-width: 60px;
}
.g-features2-particle.style4 .g-title-desc-container {
  margin-left: 75px;
}
.g-features2-particle.style4 .g-features2-particle-title {
  margin-bottom: 10px;
}
.g-features2-particle.style4 .accent1 .g-features2-particle-icon {
  color: #159cd3;
}
.g-features2-particle.style4 .accent2 .g-features2-particle-icon {
  color: #666666;
}
.g-features2-particle.style5 .g-features2-particle-icon {
  float: left;
  font-size: 24px;
  margin-right: 0;
  color: #595f6f;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 5px;
  border: 1px solid;
  border-radius: 50%;
}
.g-features2-particle.style5 .g-features2-particle-image {
  float: left;
  margin: 5px 0 0;
  width: 60px;
  height: 60px;
}
.g-features2-particle.style5 .g-features2-particle-image img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.g-features2-particle.style5 .g-title-desc-container {
  margin-left: 75px;
}
.g-features2-particle.style5 .g-features2-particle-title {
  margin-bottom: 10px;
}
.g-features2-particle.style5 .accent1 .g-features2-particle-icon {
  color: #159cd3;
}
.g-features2-particle.style5 .accent2 .g-features2-particle-icon {
  color: #666666;
}
.g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
  max-width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 45rem) {
  .g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
    width: 100% !important;
  }
}
.g-news-pro .g-news-pro-item .g-news-pro-image > a, .g-news-pro .g-news-pro-link .g-news-pro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.g-news-pro .g-news-pro-item .g-news-pro-image.image-fullwidth, .g-news-pro .g-news-pro-link .g-news-pro-image.image-fullwidth {
  width: 100%;
}
.g-news-pro .g-news-pro-item .g-news-pro-image.image-link:hover, .g-news-pro .g-news-pro-link .g-news-pro-image.image-link:hover {
  opacity: 0.8;
}
.g-news-pro .g-news-pro-item.vertical .g-news-pro-image, .g-news-pro .g-news-pro-link.vertical .g-news-pro-image {
  margin-bottom: 15px;
}
.g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
  float: left;
  margin-right: 20px;
}
@media only all and (max-width: 45rem) {
  .g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.g-news-pro .g-news-pro-item .g-news-pro-title, .g-news-pro .g-news-pro-link .g-news-pro-title {
  margin: 0;
}
.g-news-pro .g-news-pro-item .g-news-pro-title a, .g-news-pro .g-news-pro-link .g-news-pro-title a {
  color: #0f9da2;
}
.g-news-pro .g-news-pro-item .g-news-pro-title a:hover, .g-news-pro .g-news-pro-link .g-news-pro-title a:hover {
  color: #e3896d;
}
.g-news-pro .g-news-pro-item .g-article-details, .g-news-pro .g-news-pro-link .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #6f788c;
}
.g-news-pro .g-news-pro-item .g-article-details > span, .g-news-pro .g-news-pro-link .g-article-details > span {
  margin-right: 10px;
}
.g-news-pro .g-news-pro-item .g-article-details > span:last-child, .g-news-pro .g-news-pro-link .g-article-details > span:last-child {
  margin-right: 0;
}
.g-news-pro .g-news-pro-item .g-article-details > span i, .g-news-pro .g-news-pro-link .g-article-details > span i {
  margin-right: 5px;
}
.g-news-pro .g-news-pro-item .g-article-read-more, .g-news-pro .g-news-pro-link .g-article-read-more {
  margin-top: 20px;
}
.g-news-pro .g-news-pro-item .g-news-pro-desc, .g-news-pro .g-news-pro-link .g-news-pro-desc {
  margin-top: 10px;
}
@media only all and (max-width: 49.99rem) {
  .g-news-pro .g-news-pro-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .g-news-pro .g-news-pro-item:last-child {
    margin-bottom: 0;
  }
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav {
  display: inline-block;
  position: absolute;
  top: -55px;
  right: 0;
  width: auto;
  padding-left: 0;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .g-news-pro-arrows {
  display: inline-block;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav {
  opacity: 1;
  position: relative;
  margin-top: 0;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous {
  left: auto;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous:before {
  content: "";
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next {
  right: auto;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next:before {
  content: "";
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav:hover {
  background: #159cd3;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav {
  margin: 5px 20px 0 0;
  display: inline-block;
  float: left;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * {
  padding-left: 5px;
}
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * > * {
  width: 13px;
  height: 13px;
}
@media only all and (max-width: 49.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
.g-news-pro .uk-grid + .uk-grid {
  padding-top: 15px;
  margin-top: 15px;
}
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid {
  padding-top: 0;
  margin-top: 0;
}
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid .g-news-pro-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e5;
}
.g-news-pro .g-news-pro-link-block.bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e0e0e5;
}
.g-news-pro .g-news-pro-link-block .g-news-pro-link .g-news-pro-title {
  font-size: 1rem;
}
.g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-area:empty::before, .g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-icon::before {
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.g-top-news:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-top-news .g-content {
  margin: 0;
}
.g-top-news .g-content.g-top-news-main {
  padding-top: 0;
  padding-bottom: 0;
}
.g-top-news .g-top-news-container .g-top-news-main .g-article-title {
  font-size: 1.5rem;
}
.g-top-news .g-top-news-container .g-top-news-main .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news .g-top-news-container .g-top-news-main {
    width: 100% !important;
  }
}
.g-top-news .g-top-news-container .g-top-news-secondary .g-article-text {
  display: none;
}
.g-top-news .g-top-news-container .g-top-news-secondary:hover .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary {
    width: 100% !important;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary.g-tn2 {
    width: 100% !important;
  }
}
.g-top-news .g-top-news-item {
  float: left;
  position: relative;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news .g-top-news-item {
    float: none;
  }
}
.g-top-news .g-top-news-item-inner {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.g-top-news .g-top-news-item-inner:hover .g-top-news-item-image:after {
  opacity: 1;
}
.g-top-news .g-top-news-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.g-top-news .g-top-news-item-image:after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 80%;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.g-top-news .g-top-news-item-image > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.g-top-news .g-top-news-item-info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #dddddd;
}
.g-top-news .g-top-news-item-info .g-article-category {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news .g-top-news-item-info .g-article-category {
    opacity: 1;
  }
}
.g-top-news .g-top-news-item-info .g-article-category span {
  color: #ffffff;
  padding: 1px 10px;
  border-radius: 3px;
  background: #159cd3;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-top-news .g-top-news-item-info .g-article-category a:hover span {
  background: #107aa5;
}
.g-top-news .g-top-news-item-info .g-article-title {
  color: #ffffff;
  margin: 15px 0;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news .g-top-news-item-info .g-article-title a {
  color: #ffffff;
}
.g-top-news .g-top-news-item-info .g-article-details {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news .g-top-news-item-info .g-article-details > span {
  margin-right: 10px;
}
.g-top-news .g-top-news-item-info .g-article-details > span:last-child {
  margin-right: 0;
}
.g-top-news .g-top-news-item-info .g-article-details i {
  margin-right: 5px;
}
.g-top-news .g-top-news-item-info .g-article-text {
  margin-top: 15px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news.style1.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn2 {
  padding: 0 1px 1px 1px;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn3 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn4 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn4 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn5 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn5 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
  padding-top: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
  padding-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0.938rem;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn3 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn3 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style2.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style2.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style2.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style2.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
.g-top-news.style3.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn3 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn4 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn4 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn3 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn4 {
  padding-bottom: 0;
}
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 49.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: 50rem) and (max-width: 65.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: 66rem) and (max-width: 103.115rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
.g-slideshow .g-overlay-container {
  width: 103.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-slideshow .g-overlay-container {
    width: 66rem;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-slideshow .g-overlay-container {
    width: 50rem;
  }
}
@media only all and (min-width: 45.01rem) and (max-width: 49.99rem) {
  .g-slideshow .g-overlay-container {
    width: 45rem;
  }
}
@media only all and (max-width: 45rem) {
  .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: 49.99rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.g-slideshow .g-article-details {
  margin-bottom: 15px;
  font-size: 90%;
}
.g-slideshow .g-article-details > span {
  margin-right: 10px;
}
.g-slideshow .g-article-details > span:last-child {
  margin-right: 0;
}
.g-slideshow .g-article-details > span i {
  margin-right: 5px;
}
.g-slideshow .g-article-details.details-showbottom {
  margin-top: 15px;
  margin-bottom: 20px;
}
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #159cd3;
}
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
.g-slideshow .g-article-read-more {
  margin-top: 15px;
}
.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.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: 49.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
.g-slideshow .style3 .g-article-details {
  font-size: 100%;
}
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
.g-slideshow.dark-text .style3 .g-slideshow-title {
  color: #424753 !important;
}
.g-slideshow.dark-text .style3 .g-slideshow-desc, .g-slideshow.dark-text .style3 .g-article-details {
  color: #424753;
}
.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-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 49.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: 50rem) and (max-width: 65.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: 66rem) and (max-width: 103.115rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
.g-slideshow .g-overlay-container {
  width: 103.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-slideshow .g-overlay-container {
    width: 66rem;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-slideshow .g-overlay-container {
    width: 50rem;
  }
}
@media only all and (min-width: 45.01rem) and (max-width: 49.99rem) {
  .g-slideshow .g-overlay-container {
    width: 45rem;
  }
}
@media only all and (max-width: 45rem) {
  .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: 49.99rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.g-slideshow .g-article-details {
  margin-bottom: 15px;
  font-size: 90%;
}
.g-slideshow .g-article-details > span {
  margin-right: 10px;
}
.g-slideshow .g-article-details > span:last-child {
  margin-right: 0;
}
.g-slideshow .g-article-details > span i {
  margin-right: 5px;
}
.g-slideshow .g-article-details.details-showbottom {
  margin-top: 15px;
  margin-bottom: 20px;
}
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #159cd3;
}
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
.g-slideshow .g-article-read-more {
  margin-top: 15px;
}
.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.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: 49.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
.g-slideshow .style3 .g-article-details {
  font-size: 100%;
}
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
.g-slideshow.dark-text .style3 .g-slideshow-title {
  color: #424753 !important;
}
.g-slideshow.dark-text .style3 .g-slideshow-desc, .g-slideshow.dark-text .style3 .g-article-details {
  color: #424753;
}
.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-main-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-main-feature .g-main-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-main-feature .g-main-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-main-feature .g-main-feature-right.align-right {
  text-align: right;
}
.g-main-feature .g-main-feature-title {
  margin-top: -5px;
}
.g-main-feature .image-bottom {
  margin-bottom: -4.563rem;
}
.g-main-feature .g-main-feature-link {
  margin-top: 5px;
}
.g-main-feature .g-main-feature-link i {
  margin-right: 10px;
}
.g-main-feature .g-main-feature-link.g-button2 {
  margin-left: 25px;
}
@media only all and (max-width: 45rem) {
  .g-main-feature .g-main-feature-link.g-button2 {
    margin-left: 0;
  }
}
@media only all and (max-width: 45rem) {
  .g-main-feature .g-main-feature-link {
    display: block;
  }
}
.g-main-feature .g-main-feature-desc i {
  margin-right: 8px;
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
.g-content-pro:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-content-pro:not(.gutter-disabled) > .g-grid {
  margin-bottom: 1.876rem;
}
.g-content-pro:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid:last-child > .g-block:last-child .g-content-pro-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-content-pro:not(.gutter-disabled) .g-content-pro-item {
    margin-bottom: 1.876rem !important;
  }
}
.g-content-pro, .g-content-pro-slider, .g-content-pro-slideset {
  text-align: center;
}
.g-content-pro.g-pullup, .g-content-pro-slider.g-pullup, .g-content-pro-slideset.g-pullup {
  margin-top: -9.2505rem;
  position: relative;
  z-index: 21;
}
.g-content-pro.g-pullup .g-content-pro-item, .g-content-pro-slider.g-pullup .g-content-pro-item, .g-content-pro-slideset.g-pullup .g-content-pro-item {
  border: none;
}
.g-content-pro.gutter-disabled .g-content-pro-item, .g-content-pro-slider.gutter-disabled .g-content-pro-item, .g-content-pro-slideset.gutter-disabled .g-content-pro-item {
  border: none;
}
.g-content-pro.gutter-disabled .uk-slideset, .g-content-pro-slider.gutter-disabled .uk-slideset, .g-content-pro-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
.g-content-pro.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
.g-content-pro .g-content, .g-content-pro-slider .g-content, .g-content-pro-slideset .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
  border: 1px solid #e0e0e5;
  width: 100%;
}
@media only all and (max-width: 49.99rem) {
  .g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
    margin-bottom: 3.126rem;
  }
  .g-content-pro .g-content-pro-item:last-child, .g-content-pro-slider .g-content-pro-item:last-child, .g-content-pro-slideset .g-content-pro-item:last-child {
    margin-bottom: 0;
  }
}
.g-content-pro .g-content-pro-image, .g-content-pro-slider .g-content-pro-image, .g-content-pro-slideset .g-content-pro-image {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.g-content-pro .g-content-pro-image > a, .g-content-pro-slider .g-content-pro-image > a, .g-content-pro-slideset .g-content-pro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.g-content-pro .g-content-pro-image img, .g-content-pro-slider .g-content-pro-image img, .g-content-pro-slideset .g-content-pro-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.g-content-pro .g-info-container, .g-content-pro-slider .g-info-container, .g-content-pro-slideset .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-content-pro p, .g-content-pro-slider p, .g-content-pro-slideset p {
  margin: 0;
}
.g-content-pro .g-content-pro-title, .g-content-pro-slider .g-content-pro-title, .g-content-pro-slideset .g-content-pro-title {
  margin: 0;
}
.g-content-pro .g-content-pro-title a, .g-content-pro-slider .g-content-pro-title a, .g-content-pro-slideset .g-content-pro-title a {
  color: #4d4d4d;
}
.g-content-pro .g-content-pro-title a:hover, .g-content-pro-slider .g-content-pro-title a:hover, .g-content-pro-slideset .g-content-pro-title a:hover {
  color: #159cd3;
}
.g-content-pro .g-content-pro-desc, .g-content-pro-slider .g-content-pro-desc, .g-content-pro-slideset .g-content-pro-desc {
  margin-top: 10px;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a:hover {
  color: #159cd3;
}
.g-content-pro .g-info-container-style2 .g-article-details, .g-content-pro-slider .g-info-container-style2 .g-article-details, .g-content-pro-slideset .g-info-container-style2 .g-article-details {
  color: #999fae;
}
.g-content-pro .g-article-details, .g-content-pro-slider .g-article-details, .g-content-pro-slideset .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #646b7e;
}
.g-content-pro .g-article-details > span, .g-content-pro-slider .g-article-details > span, .g-content-pro-slideset .g-article-details > span {
  margin-right: 10px;
}
.g-content-pro .g-article-details > span:last-child, .g-content-pro-slider .g-article-details > span:last-child, .g-content-pro-slideset .g-article-details > span:last-child {
  margin-right: 0;
}
.g-content-pro .g-article-details > span i, .g-content-pro-slider .g-article-details > span i, .g-content-pro-slideset .g-article-details > span i {
  margin-right: 5px;
}
.g-content-pro .g-article-read-more, .g-content-pro-slider .g-article-read-more, .g-content-pro-slideset .g-article-read-more {
  margin-top: 15px;
}
.g-content-pro.style3 .g-info-container-style2, .g-content-pro-slider.style3 .g-info-container-style2, .g-content-pro-slideset.style3 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
.g-content-pro.style3 .g-info-container-style2 a, .g-content-pro-slider.style3 .g-info-container-style2 a, .g-content-pro-slideset.style3 .g-info-container-style2 a {
  color: #ffffff;
}
.g-content-pro.style3 .g-info-container-style2 a:hover, .g-content-pro-slider.style3 .g-info-container-style2 a:hover, .g-content-pro-slideset.style3 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-content-pro.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-content-pro.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-image-features {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-image-features .g-grid {
  margin-bottom: 1.876rem;
}
.g-image-features .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-image-features .g-grid:last-child .g-block:last-child .g-image-features-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-image-features .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-image-features > .g-grid > .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 1.876rem;
  }
  .g-image-features > .g-grid > .g-block:last-child {
    margin-bottom: 0;
  }
}
.g-image-features .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-image-features .g-image-features-item {
  background: #ffffff;
  border: 1px solid #e6e6ea;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
@media only all and (max-width: 49.99rem) {
  .g-image-features .g-image-features-item {
    margin-bottom: 2.3445rem;
  }
}
.g-image-features .g-image-features-item.layout-right .g-image-features-image.uk-overlay {
  border-radius: 0 3px 3px 0;
}
.g-image-features .g-image-features-item.layout-right .g-image-features-image img {
  border-radius: 0 3px 3px 0;
}
.g-image-features .g-image-features-image {
  position: relative;
}
.g-image-features .g-image-features-image img {
  width: 100%;
  border-radius: 3px 0 0 3px;
}
.g-image-features .g-image-features-image .uk-overlay-icon:before {
  content: "";
}
.g-image-features .g-image-features-image.uk-overlay {
  border-radius: 3px 0 0 3px;
}
.g-image-features .g-image-features-image.uk-overlay img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-image-features .g-image-features-image:hover.uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-image-features .g-image-features-image .uk-overlay-panel {
  z-index: 4;
}
.g-image-features .g-image-features-content {
  padding: 20px;
}
.g-image-features .g-image-features-desc {
  margin: 0;
}
.g-image-features .g-image-features-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.g-image-features .g-image-features-title a {
  color: #4d4d4d;
}
.g-image-features .g-image-features-title a:hover {
  color: #159cd3;
}
.g-image-features .g-bottom-info {
  margin-top: 15px;
}
.g-image-features .g-image-feature-special {
  color: #6f788c;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 45rem) {
  .g-image-features .g-image-feature-special {
    float: none;
  }
}
.g-image-features .g-image-feature-special i {
  margin-right: 5px;
}
.g-image-features .g-image-features-link {
  font-style: italic;
  float: right;
}
@media only all and (max-width: 45rem) {
  .g-image-features .g-image-features-link {
    float: none;
    margin-top: 5px;
  }
}
.g-image-features .g-image-features-link i {
  margin-left: 10px;
}
.g-image-features .no-special .g-image-features-link {
  float: none;
}
.g-content-pro:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-content-pro:not(.gutter-disabled) > .g-grid {
  margin-bottom: 1.876rem;
}
.g-content-pro:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid:last-child > .g-block:last-child .g-content-pro-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-content-pro:not(.gutter-disabled) .g-content-pro-item {
    margin-bottom: 1.876rem !important;
  }
}
.g-content-pro .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 49.99rem) {
  .g-content-pro .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-content-pro .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 49.99rem) {
  .g-content-pro .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-content-pro, .g-content-pro-slider, .g-content-pro-slideset {
  text-align: center;
}
.g-content-pro.g-pullup, .g-content-pro-slider.g-pullup, .g-content-pro-slideset.g-pullup {
  margin-top: -9.2505rem;
  position: relative;
  z-index: 21;
}
.g-content-pro.g-pullup .g-content-pro-item, .g-content-pro-slider.g-pullup .g-content-pro-item, .g-content-pro-slideset.g-pullup .g-content-pro-item {
  border: none;
}
.g-content-pro.gutter-disabled .g-content-pro-item, .g-content-pro-slider.gutter-disabled .g-content-pro-item, .g-content-pro-slideset.gutter-disabled .g-content-pro-item {
  border: none;
}
.g-content-pro.gutter-disabled .uk-slideset, .g-content-pro-slider.gutter-disabled .uk-slideset, .g-content-pro-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
.g-content-pro.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
.g-content-pro .g-content, .g-content-pro-slider .g-content, .g-content-pro-slideset .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
  border: 1px solid #e0e0e5;
}
@media only all and (max-width: 49.99rem) {
  .g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
    margin-bottom: 3.126rem;
  }
  .g-content-pro .g-content-pro-item:last-child, .g-content-pro-slider .g-content-pro-item:last-child, .g-content-pro-slideset .g-content-pro-item:last-child {
    margin-bottom: 0;
  }
}
.g-content-pro .g-content-pro-image > a, .g-content-pro-slider .g-content-pro-image > a, .g-content-pro-slideset .g-content-pro-image > a {
  display: block;
}
.g-content-pro .g-content-pro-image img, .g-content-pro-slider .g-content-pro-image img, .g-content-pro-slideset .g-content-pro-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.g-content-pro .g-info-container, .g-content-pro-slider .g-info-container, .g-content-pro-slideset .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-content-pro p, .g-content-pro-slider p, .g-content-pro-slideset p {
  margin: 0;
}
.g-content-pro .g-content-pro-title, .g-content-pro-slider .g-content-pro-title, .g-content-pro-slideset .g-content-pro-title {
  margin: 0;
}
.g-content-pro .g-content-pro-title a, .g-content-pro-slider .g-content-pro-title a, .g-content-pro-slideset .g-content-pro-title a {
  color: #4d4d4d;
}
.g-content-pro .g-content-pro-title a:hover, .g-content-pro-slider .g-content-pro-title a:hover, .g-content-pro-slideset .g-content-pro-title a:hover {
  color: #e3896d;
}
.g-content-pro .g-content-pro-desc, .g-content-pro-slider .g-content-pro-desc, .g-content-pro-slideset .g-content-pro-desc {
  margin-top: 0.4rem;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-content-pro .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a:hover {
  color: #e3896d;
}
.g-content-pro .g-info-container-style2 .g-content-pro-special, .g-content-pro .g-info-container-style2 .g-item-details, .g-content-pro-slider .g-info-container-style2 .g-content-pro-special, .g-content-pro-slider .g-info-container-style2 .g-item-details, .g-content-pro-slideset .g-info-container-style2 .g-content-pro-special, .g-content-pro-slideset .g-info-container-style2 .g-item-details {
  color: #999fae;
}
.g-content-pro .g-content-pro-special, .g-content-pro-slider .g-content-pro-special, .g-content-pro-slideset .g-content-pro-special {
  color: #6f788c;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 45rem) {
  .g-content-pro .g-content-pro-special, .g-content-pro-slider .g-content-pro-special, .g-content-pro-slideset .g-content-pro-special {
    float: none;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-content-pro .g-content-pro-special, .g-content-pro-slider .g-content-pro-special, .g-content-pro-slideset .g-content-pro-special {
    float: none;
  }
}
.g-content-pro .g-content-pro-special i, .g-content-pro-slider .g-content-pro-special i, .g-content-pro-slideset .g-content-pro-special i {
  margin-right: 5px;
}
.g-content-pro .g-content-pro-link, .g-content-pro-slider .g-content-pro-link, .g-content-pro-slideset .g-content-pro-link {
  float: right;
  font-style: italic;
}
.g-content-pro .g-content-pro-link i, .g-content-pro-slider .g-content-pro-link i, .g-content-pro-slideset .g-content-pro-link i {
  margin-left: 10px;
}
@media only all and (max-width: 45rem) {
  .g-content-pro .g-content-pro-link, .g-content-pro-slider .g-content-pro-link, .g-content-pro-slideset .g-content-pro-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-content-pro .g-content-pro-link, .g-content-pro-slider .g-content-pro-link, .g-content-pro-slideset .g-content-pro-link {
    float: none;
    margin-top: 5px;
  }
}
.g-content-pro .no-special .g-content-pro-link, .g-content-pro-slider .no-special .g-content-pro-link, .g-content-pro-slideset .no-special .g-content-pro-link {
  float: none;
}
.g-content-pro .no-link .g-content-pro-special, .g-content-pro-slider .no-link .g-content-pro-special, .g-content-pro-slideset .no-link .g-content-pro-special {
  float: none;
}
.g-content-pro .g-bottom-info, .g-content-pro-slider .g-bottom-info, .g-content-pro-slideset .g-bottom-info {
  margin-top: 15px;
}
.g-content-pro .g-item-details, .g-content-pro-slider .g-item-details, .g-content-pro-slideset .g-item-details {
  margin-top: 0.4rem;
  font-size: 90%;
  color: #6f788c;
}
.g-content-pro .g-item-details .date i, .g-content-pro-slider .g-item-details .date i, .g-content-pro-slideset .g-item-details .date i {
  margin-right: 5px;
}
.g-content-pro.style3 .g-info-container-style2, .g-content-pro-slider.style3 .g-info-container-style2, .g-content-pro-slideset.style3 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
.g-content-pro.style3 .g-info-container-style2 a, .g-content-pro-slider.style3 .g-info-container-style2 a, .g-content-pro-slideset.style3 .g-info-container-style2 a {
  color: #ffffff;
}
.g-content-pro.style3 .g-info-container-style2 a:hover, .g-content-pro-slider.style3 .g-info-container-style2 a:hover, .g-content-pro-slideset.style3 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-content-pro.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-content-pro.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-contacts .g-grid {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-contacts .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-contacts .g-contacts-item {
  text-align: left;
}
@media only all and (max-width: 49.99rem) {
  .g-contacts .g-contacts-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  .g-contacts .g-contacts-item:last-child {
    margin-bottom: 0 !important;
  }
}
.g-contacts.vertical .g-contacts-item {
  display: block;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-right: 35px;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-right: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-contacts.style1 .g-contacts-item {
    margin-bottom: 7px;
  }
}
.g-contacts.style1 .g-contacts-icon {
  margin-right: 5px;
}
.g-contacts.style1.vertical .g-contacts-item {
  margin-bottom: 7px;
}
.g-contacts.style1.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-contacts.style2 .g-contacts-item {
    margin-bottom: 25px;
  }
  .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
    margin-top: 0 !important;
  }
}
.g-contacts.style2 .g-contacts-item.g-block {
  align-self: center;
}
.g-contacts.style2.horizontal .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: -5px;
}
.g-contacts.style2 .g-contacts-icon {
  float: left;
  border: 2px solid #e0e0e5;
  border-radius: 50%;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  color: #159cd3;
}
.g-contacts.style2 .g-contacts-icon > span {
  position: relative;
  top: -1px;
}
.g-contacts.style2 .g-title-value-container {
  margin-left: 60px;
}
.g-contacts.style2 .g-contact-title {
  margin-top: -5px;
  margin-bottom: 0;
}
.g-contacts.style2.vertical .g-contacts-item {
  margin-bottom: 25px;
}
.g-contacts.style2.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item {
  display: inline-block;
  padding: 11px 15px;
  border-right: 1px solid white;
  margin-left: -4px;
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item:first-child {
  border-left: 1px solid white;
  margin-left: 0;
}
#g-top .g-contacts .g-contacts-item:last-child {
  margin-right: 0;
}
#g-top .g-contacts .g-contacts-item > a {
  color: #666666;
}
#g-offcanvas .g-contacts .g-contacts-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}
#g-offcanvas .g-contacts .g-contacts-item:last-child {
  margin-bottom: 0 !important;
}
#g-offcanvas .g-contacts.style1 .g-contacts-item {
  margin-bottom: 7px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item {
  margin-bottom: 25px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: 0 !important;
}
#g-offcanvas .g-contacts .g-block {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item {
  border-right: none;
  border-left: 1px solid white;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item:first-child {
  border-right: 1px solid white;
}
[dir="rtl"] .g-contacts .g-contacts-item {
  text-align: right;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-left: 35px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-left: 0;
}
[dir="rtl"] .g-contacts.style1 .g-contacts-icon {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.style2 .g-contacts-icon {
  float: right;
}
[dir="rtl"] .g-contacts.style2 .g-title-value-container {
  margin-right: 60px;
  margin-left: 0;
}
.g-gallery-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
@media only all and (max-width: 49.99rem) {
  .g-gallery-feature .g-gallery-feature-left {
    margin-bottom: 35px;
  }
}
.g-gallery-feature .g-gallery-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-gallery-feature .g-gallery-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-gallery-feature .g-gallery-feature-right.align-right {
  text-align: right;
}
.g-gallery-feature .g-gallery-feature-title {
  margin-top: -5px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.g-gallery-feature .g-gallery-feature-title:after {
  display: block;
  content: "";
  height: 4px;
  border-radius: 4px;
  background: #159cd3;
  position: relative;
  width: 50px;
  margin: 25px auto;
}
.g-gallery-feature .image-bottom {
  margin-bottom: -4.563rem;
}
.g-gallery-feature .g-gallery-feature-link {
  margin-top: 5px;
}
.g-gallery-feature .g-gallery-feature-link i {
  margin-right: 10px;
}
.g-gallery-feature .g-gallery-feature-desc i {
  margin-right: 8px;
}
.g-gallery-feature .g-gallery-feature-item > a {
  position: relative;
  display: block;
  border-radius: 3px;
}
.g-gallery-feature .g-gallery-feature-item > a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-gallery-feature .g-gallery-feature-item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.g-gallery-feature .g-gallery-feature-item .uk-overlay-panel {
  z-index: 4;
  border-radius: 3px;
}
.g-gallery-feature .uk-overlay-area:empty::before, .g-gallery-feature .uk-overlay-icon::before {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.g-memories {
  padding: 40px 0;
  text-align: center;
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
@media only all and (max-width: 49.99rem) {
  .g-memories .g-memories-left {
    margin-bottom: 50px;
  }
}
.g-memories .g-memories-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-memories .g-memories-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-memories .g-memories-title {
  margin-top: -5px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.g-memories .g-memories-title:after {
  display: block;
  content: "";
  height: 4px;
  border-radius: 4px;
  background: #159cd3;
  position: relative;
  width: 50px;
  margin: 25px auto;
}
.g-memories .g-memories-link {
  margin-top: 5px;
}
.g-memories .g-memories-link i {
  margin-right: 10px;
}
.g-memories .g-memories-desc i {
  margin-right: 8px;
}
.g-memories .g-memories-images .g-memories-image-container {
  padding: 7px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 5px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  display: inline-block;
}
.g-memories .g-memories-images .g-memories-image-container .uk-overlay:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-memories .g-memories-images .g-memories-image-container img {
  width: 250px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-memories .g-memories-images .g-memories-image-container img {
    width: 198px;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-memories .g-memories-images .g-memories-image-container img {
    width: 175px;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-memories .g-memories-images .g-memories-image-container img {
    width: 190px;
  }
}
.g-memories .g-memories-images .g-memories-image-container.g-memories-image1 {
  top: -20px;
  z-index: 1;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
}
.g-memories .g-memories-images .g-memories-image-container.g-memories-image2 {
  left: -20px;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.g-memories .g-memories-images .g-memories-image-container.g-memories-image3 {
  left: 20px;
  z-index: 3;
  -webkit-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
  transform: rotate(-16deg);
}
.g-memories .g-memories-images .g-memories-image-container.g-memories-image4 {
  top: 20px;
  z-index: 4;
  -webkit-transform: rotate(13deg);
  -moz-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  transform: rotate(13deg);
}
.g-memories .g-memories-images .g-memories-image-container.g-memories-image5 {
  top: 20px;
  z-index: 5;
  display: none;
}
.g-memories .g-memories-images .g-memories-image-container .uk-overlay-panel {
  z-index: 4;
}
.g-memories .g-memories-images .g-memories-parallax {
  display: inline-block;
}
#header-search {
  position: absolute;
  width: 100%;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-transition: height 0.3s, line-height 0.3s;
  -moz-transition: height 0.3s, line-height 0.3s;
  transition: height 0.3s, line-height 0.3s;
}
@media only all and (max-width: 49.99rem) {
  #header-search {
    display: none !important;
  }
}
#header-search .uk-close {
  position: absolute;
  right: 25px;
  font-size: 25px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header-search .uk-close:hover {
  opacity: 0.6;
}
#header-search .search form {
  margin-bottom: 0;
}
#header-search .search input {
  font-family: inherit;
  margin-bottom: 0;
  padding: 0;
  border: none;
  box-shadow: none !important;
  font-size: 2.5rem;
  color: inherit;
  width: 100%;
  border-radius: 0;
  background: none;
  -webkit-transition: height 0.3s, line-height 0.3s;
  -moz-transition: height 0.3s, line-height 0.3s;
  transition: height 0.3s, line-height 0.3s;
}
#header-search .search input::-webkit-input-placeholder {
  opacity: 1;
}
#header-search .search input::-moz-placeholder {
  opacity: 1;
}
#header-search .search input:-moz-placeholder {
  opacity: 1;
}
#header-search .search input:-ms-input-placeholder {
  opacity: 1;
}
#header-search .search-form .search-field {
  font-family: inherit;
  padding: 0;
  border: none;
  box-shadow: none !important;
  font-size: 2.5rem;
  color: inherit;
  width: 100%;
  border-radius: 0;
  background: none;
  -webkit-transition: height 0.3s, line-height 0.3s;
  -moz-transition: height 0.3s, line-height 0.3s;
  transition: height 0.3s, line-height 0.3s;
}
#header-search .search-form .search-field::-webkit-input-placeholder {
  opacity: 1;
}
#header-search .search-form .search-field::-moz-placeholder {
  opacity: 1;
}
#header-search .search-form .search-field:-moz-placeholder {
  opacity: 1;
}
#header-search .search-form .search-field:-ms-input-placeholder {
  opacity: 1;
}
#header-search .search-form label {
  margin-bottom: 0;
}
#header-search .search-form .search-submit {
  display: none;
}
#header-search .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#header-search .search-input {
  font-family: inherit;
  padding: 0;
  border: none;
  box-shadow: none !important;
  font-size: 2.5rem;
  color: inherit;
  width: 100%;
  border-radius: 0;
  background: none;
  -webkit-transition: height 0.3s, line-height 0.3s;
  -moz-transition: height 0.3s, line-height 0.3s;
  transition: height 0.3s, line-height 0.3s;
}
#header-search .search-input::-webkit-input-placeholder {
  opacity: 1;
}
#header-search .search-input::-moz-placeholder {
  opacity: 1;
}
#header-search .search-input:-moz-placeholder {
  opacity: 1;
}
#header-search .search-input:-ms-input-placeholder {
  opacity: 1;
}
#header-search .element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#header-search-toggle > i {
  opacity: 1;
}
.modal-search-container.style1 .uk-modal-dialog {
  text-align: left;
}
.modal-search-container.style1 .uk-modal-dialog .search form {
  margin-bottom: 0;
}
.modal-search-container.style1 .uk-modal-dialog .search input {
  margin-bottom: 0;
  border: none;
  box-shadow: none !important;
  font-size: 2rem;
  color: #424753;
}
.modal-search-container.style1 .uk-modal-dialog .search-form .search-field {
  border: none;
  box-shadow: none !important;
  font-size: 2rem;
  color: #424753;
}
.modal-search-container.style1 .uk-modal-dialog .search-form label {
  margin-bottom: 0;
}
.modal-search-container.style1 .uk-modal-dialog .search-form .search-submit {
  display: none;
}
.modal-search-container.style1 .uk-modal-dialog .search-input {
  border: none;
  box-shadow: none !important;
  font-size: 2rem;
  color: #424753;
}
.modal-search-container.style2 #modal-search {
  background: rgba(0, 0, 0, 0.7);
}
.modal-search-container.style2 #modal-search.uk-open .uk-modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal-search-container.style2 #modal-search.uk-open .uk-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal-search-container.style2 #modal-search .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  width: 455px;
  background: none;
  box-shadow: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search form {
  margin-bottom: 0;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input {
  margin-bottom: 0;
  border: none;
  font-size: 2.3rem;
  width: 455px;
  color: #ffffff;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input:focus {
  box-shadow: 0 3px 0 0 white;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field {
  border: none;
  font-size: 2.3rem;
  width: 455px;
  color: #ffffff;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-field:focus {
  box-shadow: 0 3px 0 0 white;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form label {
  margin-bottom: 0;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-form .search-submit {
  display: none;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-input {
  border: none;
  font-size: 2.3rem;
  width: 455px;
  color: #ffffff;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-search-container.style2 #modal-search .uk-modal-dialog .search-input:focus {
  box-shadow: 0 3px 0 0 white;
}
.modal-search-container.style2 #modal-search .uk-close {
  color: #ffffff !important;
  opacity: 1;
  font-size: 22px;
  top: 35px;
  right: 35px;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-search-container.style2 #modal-search .uk-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #159cd3 !important;
}
.modal-search-container .element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-search-container i {
  opacity: 1 !important;
}
/*********************************************************
****************** SCROLL TO TOP *************************
*********************************************************/
@media only screen and (max-width: 320px) {
  .my-main-slider .g-slideshow .g-slideshow-desc {
    display: block;
  }
  .my-main-slider .g-slideshow .g-slideshow-desc h1 {
    font-size: 2rem;
    margin: 0;
    line-height: 2.5rem;
  }
  .my-main-slider .g-slideshow .g-slideshow-desc h2 {
    display: block;
    font-size: 1rem;
  }
  .tk-technology .g-content-pro-title {
    font-size: 3em;
  }
  .animated-counter-vertical-web-pages .g-animated-counter-icon {
    display: none;
  }
  .tk-o-nas-media-icons a.button {
    padding: 1rem;
    width: 70px !important;
    min-width: 0 !important;
    border-radius: 50%;
    line-height: inherit;
    display: inline-block !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
  }
  .tk-o-nas-media-icons a.button span {
    margin: 0 !important;
  }
  .tk-o-nas-media-icons a.button:nth-child(3) {
    background-image: url('../images/sekcja/golden-line-icon.png') !important;
    -webkit-background-size: 47% !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 70px;
  }
  .tk-o-nas-media-icons a.button:nth-child(3) span {
    display: none;
  }
  .no-display-on-mobile {
    display: none;
  }
  .tk-multi-column-text .left-side, .tk-multi-column-text .right-side {
    padding: 0;
    border: none;
  }
  #g-mobilemenu-container .g-sublevel i {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .tk-readmore-button {
    z-index: 99;
    opacity: 1;
    transform: translateY(-12px) scale(1);
    -webkit-transform: translateY(-12px) scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0s;
  }
  .my-main-slider .g-slideshow .g-slideshow-desc {
    display: block;
  }
  .my-main-slider .g-slideshow .g-slideshow-desc h1 {
    font-size: 1.8rem;
  }
  .my-main-slider .g-slideshow .g-slideshow-desc h2 {
    display: block;
    font-size: 1.2rem !important;
    line-height: 1.9rem !important;
  }
  .my-mainmenu .g-grid {
    flex-flow: unset;
    align-items: center;
  }
  .my-mainmenu .g-grid .hidden {
    display: none;
  }
  .my-main-navigation .g-grid {
    flex-flow: nowrap;
  }
  .magnifer {
    justify-content: center;
  }
  .g-social-header {
    justify-content: flex-end;
  }
  .g-social-header .g-content {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .innovation .g-block:nth-child(odd) > div > div {
    background-color: #ffffff;
  }
  .innovation .g-block:nth-child(even) > div > div {
    background-color: #eeeeee;
  }
  .tk-readmore-button {
    width: 100%;
  }
  .tk-readmore-button a {
    text-align: center;
    display: table;
    margin: 0 auto;
    color: white;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 15px;
    border: 1px solid white;
    position: relative;
    z-index: 99;
    width: 70%;
  }
  .g-content-pro.functionalities .g-block {
    height: 220px;
  }
  .g-content-pro.functionalities .g-content-pro-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .g-content-pro.functionalities .mainicon i {
    font-size: 3rem !important;
  }
  .g-features2-particle-item {
    margin-bottom: 0 !important;
  }
  #wpnews-mp-bottom .uk-slidenav {
    opacity: 1;
  }
  .label-left .nf-field-element {
    width: 5%;
  }
  .g-content-pro.style4even .g-block:nth-child(odd) {
    background-color: #ffffff;
  }
  .g-content-pro.style4even .g-block:nth-child(even) {
    background-color: #ffffff;
  }
  .g-content-pro.style4odd .g-block:nth-child(odd) {
    background-color: #ffffff;
  }
  .g-content-pro.style4odd .g-block:nth-child(even) {
    background-color: #ffffff;
  }
  .tk-technology .g-content-pro-title {
    font-size: 3em;
  }
  .tk-o-nas-media-icons a.button {
    padding: 1rem;
    width: 70px !important;
    min-width: 0 !important;
    border-radius: 50%;
    line-height: inherit;
    display: inline-block !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
  }
  .tk-o-nas-media-icons a.button span {
    margin: 0 !important;
  }
  .tk-o-nas-media-icons a.button:nth-child(3) {
    background-image: url('../images/sekcja/golden-line-icon.png') !important;
    -webkit-background-size: 47% !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 70px;
  }
  .tk-o-nas-media-icons a.button:nth-child(3) span {
    display: none;
  }
  .no-display-on-mobile {
    display: none;
  }
  .tk-multi-column-text .left-side, .tk-multi-column-text .right-side {
    padding: 0;
    border: none;
  }
  #g-mobilemenu-container .g-sublevel i {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .g-social-header {
    justify-content: flex-end;
  }
  .g-social-header .g-content {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .g-social-header {
    flex: 0 10%;
  }
  .my-main-navigation .g-grid {
    flex-flow: nowrap;
  }
  .my-main-menu ul.g-toplevel li:first-child {
    width: 18%;
  }
  #g-navigation .g-menu-item-content {
    padding: 2px !important;
  }
  .show-on-hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show-on-hover .g-content-pro-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show-on-hover:hover {
    margin-top: -80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show-on-hover:hover .g-content-pro-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #e3896d !important;
    opacity: 0.8;
  }
  .show-on-hover:hover .g-content-pro-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -80px;
    transition-delay: 0s;
  }
  .show-on-hover:hover .tk-readmore-button {
    z-index: 99;
    opacity: 1;
    transform: translateY(-12px) scale(1);
    -webkit-transform: translateY(-12px) scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0s;
  }
  .tk-readmore-button {
    transform: translateY(90px) scale(0);
    -webkit-transform: translateY(90px) scale(0);
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    width: 100%;
  }
  .tk-readmore-button a {
    text-align: center;
    display: table;
    margin: 0 auto;
    color: white;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid white;
    position: relative;
    z-index: 99;
    width: 70%;
  }
  .g-content-pro.style4even .g-block:nth-child(odd) {
    background-color: #ffffff;
  }
  .g-content-pro.style4even .g-block:nth-child(even) {
    background-color: #ffffff;
  }
  .g-content-pro.style4odd .g-block:nth-child(odd) {
    background-color: #ffffff;
  }
  .g-content-pro.style4odd .g-block:nth-child(even) {
    background-color: #ffffff;
  }
  .g-content-pro.functionalities .g-block {
    height: 300px;
  }
  .g-content-pro.functionalities .g-content-pro-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .g-content-pro.functionalities .mainicon i {
    font-size: 3rem !important;
  }
  .tk-technology .g-content-pro-title {
    font-size: 2em;
  }
  .tk-o-nas-media-icons a.button {
    padding: 1rem;
    width: 70px !important;
    min-width: 0 !important;
    border-radius: 50%;
    line-height: inherit;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .tk-o-nas-media-icons a.button span {
    margin: 0 !important;
  }
  .tk-o-nas-media-icons a.button:nth-child(3) {
    background-image: url('../images/sekcja/golden-line-icon.png') !important;
    -webkit-background-size: 47% !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 70px;
  }
  .tk-o-nas-media-icons a.button:nth-child(3) span {
    display: none;
  }
  .tk-o-nas-media-icons a.button:hover {
    border-color: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .g-process.tk-process .g-process-item:after {
    content: "";
    width: 527px;
    height: 312px;
    background: transparent;
    background-image: url('../images/connector.png');
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .no-display-on-mobile {
    display: none;
  }
  .left-side {
    padding-right: 3rem;
  }
  .right-side {
    padding-left: 3rem;
    border-left: 1px solid #e0e0e5;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1391px) {
  .g-social-header {
    flex: 0 12%;
  }
  .my-main-menu {
    flex: 0 100%;
  }
  .hide-readmore-button .tk-readmore-button {
    z-index: -1;
    opacity: 0;
  }
  .show-on-hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show-on-hover .g-content-pro-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show-on-hover:hover {
    margin-top: -80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show-on-hover:hover .g-content-pro-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #e3896d !important;
    opacity: 0.8;
  }
  .show-on-hover:hover .g-content-pro-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -80px;
    transition-delay: 0s;
  }
  .show-on-hover:hover .tk-readmore-button {
    z-index: 99;
    opacity: 1;
    transform: translateY(-12px) scale(1);
    -webkit-transform: translateY(-12px) scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0s;
  }
  .tk-readmore-button {
    transform: translateY(90px) scale(0);
    -webkit-transform: translateY(90px) scale(0);
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    width: 100%;
  }
  .tk-readmore-button a {
    text-align: center;
    display: table;
    margin: 0 auto;
    color: white;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid white;
    position: relative;
    z-index: 99;
    width: 70%;
  }
  .g-content-pro.style4even .g-block:nth-child(odd) {
    background-color: #ffffff;
  }
  .g-content-pro.style4even .g-block:nth-child(even) {
    background-color: #ffffff;
  }
  .g-content-pro.style4odd .g-block:nth-child(odd) {
    background-color: #ffffff;
  }
  .g-content-pro.style4odd .g-block:nth-child(even) {
    background-color: #ffffff;
  }
  .g-content-pro.functionalities .g-block {
    height: 300px;
  }
  .g-content-pro.functionalities .g-block .g-content-pro-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .g-content-pro.functionalities .g-block .g-content-pro-title {
    font-size: 1.5rem;
  }
  .g-content-pro.functionalities .g-block .mainicon i {
    font-size: 3rem !important;
  }
  .g-content-pro.functionalities .g-main-title {
    font-size: 2.5rem;
  }
  .tk-help-form nf-fields-wrap {
    display: flex;
    justify-content: space-between;
  }
  .tk-help-form nf-field {
    flex-grow: 0;
    flex-basis: 25%;
  }
  .getadvice h1 {
    font-size: 4em;
    line-height: 1.5em;
  }
  .getadvice p {
    font-size: 1.5em;
  }
  .tk-technology .g-content-pro-title {
    font-size: 3em;
  }
  .tk-o-nas-media-icons a.button {
    padding: 1rem;
    width: 70px !important;
    min-width: 0 !important;
    border-radius: 50%;
    line-height: inherit;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .tk-o-nas-media-icons a.button span {
    margin: 0 !important;
  }
  .tk-o-nas-media-icons a.button:nth-child(3) {
    background-image: url('../images/sekcja/golden-line-icon.png') !important;
    -webkit-background-size: 47% !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 70px;
  }
  .tk-o-nas-media-icons a.button:nth-child(3) span {
    display: none;
  }
  .tk-o-nas-media-icons a.button:hover {
    border-color: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .g-process.tk-process .g-process-item:after {
    content: "";
    width: 527px;
    height: 312px;
    background: transparent;
    background-image: url('../images/connector.png');
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .left-side {
    padding-right: 3rem;
  }
  .right-side {
    padding-left: 3rem;
    border-left: 1px solid #e0e0e5;
  }
}
@media only screen and (min-width: 1392px) {
  .hide-readmore-button .tk-readmore-button {
    z-index: -1;
    opacity: 0;
  }
  .show-on-hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show-on-hover .g-content-pro-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show-on-hover:hover {
    margin-top: -80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show-on-hover:hover .g-content-pro-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #e3896d !important;
    opacity: 0.8;
  }
  .show-on-hover:hover .g-content-pro-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -80px;
    transition-delay: 0s;
  }
  .show-on-hover:hover .tk-readmore-button {
    z-index: 99;
    opacity: 1;
    transform: translateY(-12px) scale(1);
    -webkit-transform: translateY(-12px) scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-delay: 0s;
  }
  .tk-readmore-button {
    transform: translateY(90px) scale(0);
    -webkit-transform: translateY(90px) scale(0);
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    width: 100%;
  }
  .tk-readmore-button a {
    text-align: center;
    display: table;
    margin: 0 auto;
    color: white;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid white;
    position: relative;
    z-index: 99;
    width: 70%;
  }
  .g-content-pro.style4even .g-block:nth-child(odd) {
    background-color: #ffffff;
  }
  .g-content-pro.style4even .g-block:nth-child(even) {
    background-color: #ffffff;
  }
  .g-content-pro.style4odd .g-block:nth-child(odd) {
    background-color: #ffffff;
  }
  .g-content-pro.style4odd .g-block:nth-child(even) {
    background-color: #ffffff;
  }
  .g-content-pro.functionalities .g-content-pro-desc {
    opacity: 0;
    -webkit-transform: translateY(36px) scale(0);
    -moz-transform: translateY(36px) scale(0);
    -ms-transform: translateY(36px) scale(0);
    -o-transform: translateY(36px) scale(0);
    transform: translateY(36px) scale(0);
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .g-content-pro.functionalities .g-block {
    height: 420px;
  }
  .g-content-pro.functionalities .g-block:hover .g-content-pro-desc {
    opacity: 1;
    color: white;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateY(0px) scale(1);
    -moz-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    -o-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
  .g-content-pro.functionalities .g-content-pro-title {
    font-size: 2rem;
  }
  .g-content-pro.functionalities .g-main-title {
    font-size: 2rem;
    font-weight: bold;
  }
  .tk-help-form nf-fields-wrap {
    display: flex;
    justify-content: space-between;
  }
  .tk-help-form nf-field {
    flex-grow: 0;
    flex-basis: 25%;
  }
  .getadvice h1 {
    font-size: 4em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.5em;
  }
  .getadvice p {
    font-size: 1.5em;
  }
  .tk-technology .g-content-pro-title {
    font-size: 3em;
  }
  .news-pro-aside .g-news-pro-image {
    width: 115px !important;
  }
  .tk-o-nas-media-icons a.button {
    padding: 1rem;
    width: 70px !important;
    min-width: 0 !important;
    border-radius: 50%;
    line-height: inherit;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .tk-o-nas-media-icons a.button span {
    margin: 0 !important;
  }
  .tk-o-nas-media-icons a.button:nth-child(3) {
    background-image: url('../images/sekcja/golden-line-icon.png') !important;
    -webkit-background-size: 47% !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 70px;
  }
  .tk-o-nas-media-icons a.button:nth-child(3) span {
    display: none;
  }
  .tk-o-nas-media-icons a.button:hover {
    border-color: #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .g-process.tk-process .g-process-item:after {
    content: "";
    width: 527px;
    height: 312px;
    background: transparent;
    background-image: url('../images/connector.png');
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .left-side {
    padding-right: 3rem;
  }
  .right-side {
    padding-left: 3rem;
    border-left: 1px solid #e0e0e5;
  }
}
@media only all and (min-width: 45.01rem) and (max-width: 49.99rem) {
  .tk-grid-mobile {
    display: grid;
    grid-auto-rows: 1fr;
  }
}
@media only all and (max-width: 45rem) {
  .tk-grid-mobile {
    display: grid;
    grid-auto-rows: 1fr;
  }
}
@media only screen and (max-width: 320px) {
  #webpage-calculator .g-content {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  #webpage-calculator .g-content {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1392px) {
  #webpage-calculator .g-content {
    width: 50%;
    margin: 0 auto;
  }
}
.webpages-url .nf-field-element textarea {
  height: 110px;
}
.webpage-calculator-button {
  margin-bottom: 50px;
}
.webpage-calculator-button .g-toggle-text {
  border: 2px solid #444444;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding-bottom: 3px;
}
.webpage-calculator-button .expanded-text {
  color: #444444;
  font-weight: bold;
}
.webpage-calculator-button .expanded-text:hover {
  color: #e3896d;
}
.tk-header {
  background-color: #666666;
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-42px/2);
  -ms-transform: scale(0.75) translateY(-42px/2);
  transform: scale(0.75) translateY(-42px/2);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-42px/2);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.g-gallery .g-gallery-item > a {
  position: relative;
  display: block;
}
.g-gallery .g-gallery-filter {
  margin-bottom: 30px;
}
.g-gallery .g-gallery-filter.uk-subnav > * > * {
  color: #424753;
}
.g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #e0e0e5;
  background: #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-gallery .g-gallery-filter.uk-subnav-pill > * > *:focus, .g-gallery .g-gallery-filter.uk-subnav-pill > * > *:hover {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #159cd3;
  color: #159cd3;
}
.g-gallery .g-gallery-filter .uk-active > a {
  background: #ffffff;
  border: 1px solid #159cd3;
  color: #159cd3;
  box-shadow: none;
}
.g-gallery.style2 .gallery-item-buttons {
  width: 100%;
  text-align: center;
  top: 50%;
  position: relative;
  margin-top: -20px;
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-gallery.style2 .gallery-item-buttons {
    margin-top: -17.5px;
  }
}
.g-gallery.style2 .gallery-item-buttons > a {
  border: 2px solid #ffffff;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-gallery.style2 .gallery-item-buttons > a:hover {
  background: #159cd3;
  border-color: #159cd3;
}
.g-gallery.style2 .gallery-item-buttons > a.info-button {
  margin-left: 25px;
}
.g-gallery.style2 .gallery-item-buttons > a.magnifier-button {
  margin-right: 20px;
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-gallery.style2 .gallery-item-buttons > a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 0.9rem;
  }
  .g-gallery.style2 .gallery-item-buttons > a.info-button {
    margin-left: 5px;
  }
  .g-gallery.style2 .gallery-item-buttons > a.magnifier-button {
    margin-right: 0;
  }
}
.g-gallery.style2 .uk-overlay-hover:hover .gallery-item-buttons .info-button {
  margin-left: 5px;
}
.g-gallery.style2 .uk-overlay-hover:hover .gallery-item-buttons .magnifier-button {
  margin-right: 0;
}
.g-gallery.style2 .uk-overlay-panel {
  height: 100%;
  padding: 0;
}
.g-gallery .uk-modal-dialog h1, .g-gallery .uk-modal-dialog h2, .g-gallery .uk-modal-dialog h3, .g-gallery .uk-modal-dialog h4, .g-gallery .uk-modal-dialog h5 {
  margin-bottom: 15px !important;
}
.uk-modal-caption {
  bottom: -30px;
}
.gallery-special .g-gallery-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
#g-fullwidth .g-gallery.gutter-enabled, .g-flushed .g-gallery.gutter-enabled {
  padding: 30px;
}
#g-fullwidth .g-gallery.filters-enabled.gutter-enabled, .g-flushed .g-gallery.filters-enabled.gutter-enabled {
  padding-top: 0;
}
#g-fullwidth .g-gallery .g-gallery-filter, .g-flushed .g-gallery .g-gallery-filter {
  border-bottom: 1px solid #f0f0f0;
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 49.99rem) {
  #g-fullwidth .g-gallery .g-gallery-filter.uk-subnav-pill > * > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav, .g-flushed .g-gallery .g-gallery-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
#g-fullwidth .g-gallery .g-gallery-filter.uk-subnav > *, .g-flushed .g-gallery .g-gallery-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#g-fullwidth .g-gallery.gutter-disabled .g-gallery-filter, .g-flushed .g-gallery.gutter-disabled .g-gallery-filter {
  margin-bottom: 0;
}
#g-fullwidth .g-gallery.gutter-disabled .g-gallery-filter.uk-subnav, .g-flushed .g-gallery.gutter-disabled .g-gallery-filter.uk-subnav {
  padding: 0 30px;
}
.uk-tooltip.g-gallery-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
.g-collapsible-section {
  text-align: center;
  position: relative;
  z-index: 800;
  height: 0;
}
.g-collapsible-section .g-toggle-text {
  cursor: pointer;
  padding: 0 25px;
  background: #ffffff;
  display: inline-block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: relative;
  top: -20px;
}
.g-collapsible-section .g-toggle-text > span {
  margin-right: 8px;
}
.g-hero-slider {
  position: relative;
}
@media only all and (max-width: 49.99rem) {
  .g-hero-slider {
    height: auto !important;
  }
}
.g-hero-slider .uk-slidenav-position {
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.g-hero-slider .uk-slidenav-position .uk-slider-container {
  height: 100%;
}
.g-hero-slider .uk-slidenav-position .uk-slideset, .g-hero-slider .uk-slidenav-position .uk-slider {
  height: 100%;
}
.g-hero-slider .uk-dotnav {
  margin: 0 0 0 -15px;
  position: relative;
  bottom: 50px;
}
@media only all and (max-width: 49.99rem) {
  .g-hero-slider .uk-dotnav {
    bottom: 35px;
  }
}
.g-hero-slider .uk-dotnav > * > * {
  width: 15px;
  height: 15px;
}
.g-hero-slider .g-hero-slider-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
@media only all and (max-width: 49.99rem) {
  .g-hero-slider .g-hero-slider-item {
    height: auto;
  }
}
.g-hero-slider .g-hero-slider-item-container {
  width: 100%;
  padding: 0 80px;
  text-align: center;
  margin-top: -7px;
}
@media only all and (max-width: 49.99rem) {
  .g-hero-slider .g-hero-slider-item-container {
    padding: 70px 50px;
  }
}
.g-hero-slider .g-hero-title {
  margin: 0;
}
.g-hero-slider .g-hero-desc {
  margin: 35px 0 0;
  font-size: 1.3rem;
}
.g-hero-slider .g-hero-buttons {
  margin: 40px 0 0;
}
.g-hero-slider .g-hero-buttons .button {
  padding: 0.8rem 1.3rem;
  font-size: 1.2rem;
  margin-right: 15px;
  min-width: 180px;
  border: 2px solid #159cd3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-hero-slider .g-hero-buttons .button:hover {
  background: #27b1ea;
  border-color: #27b1ea;
}
.g-hero-slider .g-hero-buttons .button:last-child {
  margin-right: 0;
}
.g-hero-slider .g-hero-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 49.99rem) {
  .g-hero-slider .g-hero-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-hero-slider .g-hero-buttons .button:last-child {
    margin-bottom: 0;
  }
}
.g-hero-slider .g-hero-buttons .button.empty {
  background: none;
  border: 2px solid;
}
.g-hero-slider .g-hero-buttons .button.empty:hover {
  background: #159cd3;
  border-color: #159cd3;
  color: #ffffff;
}
.g-hero-slider .particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
}
.g-keypoints {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-keypoints .g-left-points .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
@media only all and (max-width: 49.99rem) {
  .g-keypoints .g-left-points .g-keypoints-item:last-child {
    margin-bottom: 25px;
  }
}
.g-keypoints .g-main-image {
  text-align: center;
}
.g-keypoints .g-main-image .g-content {
  margin: 0;
  padding: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-keypoints .g-main-image .g-content {
    margin-bottom: 1rem;
  }
}
.g-keypoints .image-bottom {
  margin-bottom: -4.563rem;
}
@media only all and (max-width: 49.99rem) {
  .g-keypoints .image-bottom {
    margin-bottom: 1rem;
  }
}
.g-keypoints .g-right-points .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-keypoints.style1 .g-content {
    text-align: center;
  }
}
.g-keypoints.style1 .g-keypoints-item .g-keypoints-item-desc {
  margin: 1.5rem 0;
}
.g-keypoints.style1 .g-keypoints-item:last-child .g-keypoints-item-desc {
  margin-bottom: 0;
}
.g-keypoints.style1 .g-keypoints-item-icon {
  color: #ffffff;
  background: #159cd3;
  line-height: 2.5rem;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
.g-keypoints.style1 .g-left-points .g-keypoints-item-icon {
  margin-left: 1.25rem;
}
.g-keypoints.style1 .g-right-points .g-keypoints-item-icon {
  margin-right: 1.25rem;
}
.g-keypoints.style2 .g-keypoints-item {
  margin-bottom: 40px;
}
.g-keypoints.style2 .g-keypoints-item:last-child {
  margin-bottom: 0;
}
.g-keypoints.style2 .g-keypoints-item:hover .g-keypoints-item-icon {
  background: #159cd3;
  color: #ffffff;
}
.g-keypoints.style2 .g-keypoints-item-icon {
  font-size: 24px;
  margin-right: 0;
  color: #159cd3;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #159cd3;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-keypoints.style2 .g-left-points {
  padding-top: 25px;
}
@media only all and (max-width: 49.99rem) {
  .g-keypoints.style2 .g-left-points {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .g-keypoints.style2 .g-left-points .g-content {
    text-align: left;
  }
}
.g-keypoints.style2 .g-left-points .g-keypoints-item-icon {
  float: right;
}
@media only all and (max-width: 49.99rem) {
  .g-keypoints.style2 .g-left-points .g-keypoints-item-icon {
    float: left;
  }
}
.g-keypoints.style2 .g-left-points .g-title-desc-container {
  margin-right: 85px;
}
@media only all and (max-width: 49.99rem) {
  .g-keypoints.style2 .g-left-points .g-title-desc-container {
    margin-right: 0;
    margin-left: 85px;
  }
}
.g-keypoints.style2 .g-right-points {
  padding-top: 25px;
}
@media only all and (max-width: 49.99rem) {
  .g-keypoints.style2 .g-right-points {
    padding-top: 0;
    margin-top: 15px;
  }
}
.g-keypoints.style2 .g-right-points .g-keypoints-item-icon {
  float: left;
}
.g-keypoints.style2 .g-right-points .g-title-desc-container {
  margin-left: 85px;
}
.g-keypoints.style2 .g-keypoints-item-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.uk-position-center-left {
  left: 0;
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*="uk-child-width"] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-child-width-1-2 > * {
  width: 50%;
}
.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4 > * {
  width: 25%;
}
.uk-child-width-1-5 > * {
  width: 20%;
}
.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto > * {
  width: auto;
}
/*
 *    Instead of 0, 1px is needed to make cell wrap into next row if predecessor is 100% wide
 *    and the grid gutter is 0 pixels wide
 */
.uk-child-width-expand > * {
  width: 1px;
}
/*
 * 1. Make `width: 1px` work, because according to the spec flex items won’t shrink
 *    below their minimum content size. To change this, set the min-width.
 *    Only needed for Firefox. All other browsers ignore this.
 *
 * 2. `width` is ignored when wrapping flex items in Safari
 *    https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items
 */
.uk-child-width-expand > :not([class*="uk-width"]) {
  flex: 1;
  /* 1 */
  min-width: 0;
  /* 2 */
  flex-basis: 1px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > * {
    width: 1px;
  }
  .uk-child-width-expand\@s > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 0;
    flex-basis: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > * {
    width: 1px;
  }
  .uk-child-width-expand\@m > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 0;
    flex-basis: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > * {
    width: 1px;
  }
  .uk-child-width-expand\@l > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 0;
    flex-basis: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > * {
    width: 1px;
  }
  .uk-child-width-expand\@xl > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 0;
    flex-basis: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*="uk-width"] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}
/* Halves */
.uk-width-1-2 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}
.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5 {
  width: 20%;
}
.uk-width-2-5 {
  width: 40%;
}
.uk-width-3-5 {
  width: 60%;
}
.uk-width-4-5 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}
.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}
/* Pixel */
.uk-width-small {
  width: 150px;
}
.uk-width-medium {
  width: 300px;
}
.uk-width-large {
  width: 450px;
}
.uk-width-xlarge {
  width: 600px;
}
.uk-width-xxlarge {
  width: 750px;
}
/* Auto */
.uk-width-auto {
  width: auto;
}
/* Expand */
.uk-width-expand {
  width: 1px;
  flex: 1;
  min-width: 0;
  flex-basis: 1px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Pixel */
  /* Auto */
  /* Expand */
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-1-2\@s {
    width: 50%;
  }
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-xxlarge\@s {
    width: 750px;
  }
  .uk-width-auto\@s {
    width: auto;
  }
  .uk-width-expand\@s {
    width: 1px;
    flex: 1;
    min-width: 0;
    flex-basis: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Pixel */
  /* Auto */
  /* Expand */
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-1-2\@m {
    width: 50%;
  }
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-xxlarge\@m {
    width: 750px;
  }
  .uk-width-auto\@m {
    width: auto;
  }
  .uk-width-expand\@m {
    width: 1px;
    flex: 1;
    min-width: 0;
    flex-basis: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Pixel */
  /* Auto */
  /* Expand */
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-1-2\@l {
    width: 50%;
  }
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-xxlarge\@l {
    width: 750px;
  }
  .uk-width-auto\@l {
    width: auto;
  }
  .uk-width-expand\@l {
    width: 1px;
    flex: 1;
    min-width: 0;
    flex-basis: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  /* Halves */
  /* Thirds */
  /* Quarters */
  /* Fifths */
  /* Sixths */
  /* Pixel */
  /* Auto */
  /* Expand */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-1-2\@xl {
    width: 50%;
  }
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-xxlarge\@xl {
    width: 750px;
  }
  .uk-width-auto\@xl {
    width: auto;
  }
  .uk-width-expand\@xl {
    width: 1px;
    flex: 1;
    min-width: 0;
    flex-basis: 1px;
  }
}
/* ========================================================================
   Component: Height
 ========================================================================== */
[class*="uk-height"] {
  box-sizing: border-box;
}
/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%;
}
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh;
}
/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px;
}
.uk-height-medium {
  height: 300px;
}
.uk-height-large {
  height: 450px;
}
.uk-height-max-small {
  max-height: 150px;
}
.uk-height-max-medium {
  max-height: 300px;
}
.uk-height-max-large {
  max-height: 450px;
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
/* ========================================================================
   Component: Column
 ========================================================================== */
[class*="uk-column-"] {
  column-gap: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*="uk-column-"] {
    column-gap: 40px;
  }
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*="uk-column-"] img {
  transform: translate3d(0, 0, 0);
}
/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px;
  }
}
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  column-count: 2;
}
.uk-column-1-3 {
  column-count: 3;
}
.uk-column-1-4 {
  column-count: 4;
}
.uk-column-1-5 {
  column-count: 5;
}
.uk-column-1-6 {
  column-count: 6;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2;
  }
  .uk-column-1-3\@s {
    column-count: 3;
  }
  .uk-column-1-4\@s {
    column-count: 4;
  }
  .uk-column-1-5\@s {
    column-count: 5;
  }
  .uk-column-1-6\@s {
    column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2;
  }
  .uk-column-1-3\@m {
    column-count: 3;
  }
  .uk-column-1-4\@m {
    column-count: 4;
  }
  .uk-column-1-5\@m {
    column-count: 5;
  }
  .uk-column-1-6\@m {
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2;
  }
  .uk-column-1-3\@l {
    column-count: 3;
  }
  .uk-column-1-4\@l {
    column-count: 4;
  }
  .uk-column-1-5\@l {
    column-count: 5;
  }
  .uk-column-1-6\@l {
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all;
}
.g-process {
  text-align: center;
}
.g-process .g-process-item {
  width: 70%;
  margin: 0 auto 1.5rem;
}
@media only all and (max-width: 49.99rem) {
  .g-process .g-process-item {
    width: 100%;
  }
}
.g-process .g-process-item .g-process-item-icon {
  color: #424753;
  background: #e0e0e5;
  font-size: 2rem;
  line-height: 90px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: block;
  position: absolute;
}
.g-process .g-process-item .g-process-image {
  position: relative;
  display: inline-block;
}
.g-process .g-process-item .g-process-image img {
  width: 280px;
  height: 280px;
  background: #ffffff;
  border: 10px solid #e0e0e5;
  border-radius: 50%;
}
.g-process .g-process-item .g-process-item-title {
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.g-process .g-process-item .g-process-item-desc {
  margin: 1.5rem 0;
}
.g-process .g-process-item:after {
  content: "";
  display: block;
  width: 2px;
  height: 4rem;
  background: #e0e0e5;
  margin: 1rem auto 0;
}
.g-process .g-process-item.invert-color .g-process-item-icon {
  color: #424753;
  background: #ffffff;
}
.g-process .g-process-item.invert-color .g-process-image img {
  border: 10px solid #ffffff;
}
.g-process > .g-grid:last-child .g-process-item {
  margin: 0 auto;
}
.g-process > .g-grid:last-child .g-process-item:after {
  display: none;
  margin: 0;
}
.g-process > .g-grid:last-child .g-process-item p {
  margin-bottom: 0;
}
.g-onepage-nav {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 1010;
  visibility: hidden;
}
@media only all and (max-width: 49.99rem) {
  .g-onepage-nav {
    display: none;
  }
}
.g-onepage-nav.style1 ul {
  margin: 0;
  padding: 0.625rem;
  list-style: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.g-onepage-nav.style1 .g-onepage-nav-item {
  margin-bottom: 5px;
}
.g-onepage-nav.style1 .g-onepage-nav-item:last-child {
  margin-bottom: 0px;
}
.g-onepage-nav.style1 .g-onepage-nav-item a {
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 50%;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-onepage-nav.style1 .g-onepage-nav-item a:hover {
  background: #ffffff;
}
.g-onepage-nav.style1 .g-onepage-nav-item.uk-active > a {
  background: #ffffff;
}
.g-onepage-nav.style2 ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.g-onepage-nav.style2 .g-onepage-nav-item {
  margin-bottom: 5px;
}
.g-onepage-nav.style2 .g-onepage-nav-item:last-child {
  margin-bottom: 0px;
}
.g-onepage-nav.style2 .g-onepage-nav-item a {
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-onepage-nav.style2 .g-onepage-nav-item a:hover {
  color: #159cd3;
}
.g-onepage-nav.style2 .g-onepage-nav-item.uk-active > a {
  color: #159cd3;
}
.g-single-project .size-70 {
  padding-right: 0.938rem*2;
}
@media only all and (max-width: 49.99rem) {
  .g-single-project .size-70 {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.g-single-project .g-project-main-image img {
  margin-bottom: 1.5rem;
}
.g-single-project .g-project-gallery {
  margin-bottom: -1rem;
}
.g-single-project .g-project-gallery img {
  width: 130px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-single-project .g-project-gallery .g-project-image-container {
  margin: 0 1.5rem 1.5rem 0;
}
.g-single-project .g-project-gallery .g-project-image-container:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-single-project .g-project-gallery .uk-overlay-panel {
  z-index: 4;
  border-radius: 0px;
}
.g-single-project .g-project-gallery .uk-overlay-area:empty::before, .g-single-project .g-project-gallery .uk-overlay-icon::before {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.g-single-project .g-project-details {
  margin-bottom: 1.5rem;
}
.g-single-project .g-project-details h4 {
  margin-bottom: 0;
  margin-top: -5px;
}
.g-single-project .g-project-details > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
}
.g-single-project .g-project-details > div:last-child {
  margin-bottom: 0;
}
.g-single-project .title-clienttext, .g-single-project .title-tasktext, .g-single-project .title-budgettext {
  color: #7d8598 !important;
  margin-right: 0.75rem;
}
.g-single-project .title-clientvalue, .g-single-project .title-taskvalue, .g-single-project .title-budgetvalue {
  color: #159cd3 !important;
}
.g-single-project .g-project-features {
  margin-bottom: 25px;
}
.g-single-project .g-project-features-item {
  border: 1px solid #e0e0e5;
  padding: 25px;
  margin: 0 0.75rem 0.75rem 0;
}
@media only all and (max-width: 49.99rem) {
  .g-single-project .g-project-features-item {
    margin-right: 0;
  }
}
.g-single-project .g-project-features-item .g-item-icon {
  margin-right: 15px;
  color: #159cd3;
}
.g-single-project .g-project-features-item .g-item-title {
  font-weight: bold;
  margin-right: 10px;
}
.g-single-project .g-project-features-item .g-item-value {
  font-style: italic;
  color: #595f6f;
}
.g-single-project .g-project-desc p:last-child {
  margin-bottom: 0;
}
.g-single-project .g-project-link i {
  margin-right: 10px;
}
.g-single-project .g-project-link-container {
  margin-top: 30px;
}
.g-video-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
@media only all and (max-width: 49.99rem) {
  .g-video-feature .g-video-feature-left {
    margin-bottom: 30px;
  }
}
.g-video-feature .g-video-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-video-feature .g-video-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-video-feature .g-video-feature-right.align-right {
  text-align: right;
}
.g-video-feature .g-video-feature-title {
  margin-top: -5px;
}
.g-video-feature .g-video-feature-link {
  margin-top: 5px;
}
.g-video-feature .g-video-feature-link i {
  margin-right: 10px;
}
.g-video-feature .g-video-feature-desc {
  margin: 1.5rem 0;
}
.g-video-feature .g-video-feature-desc i {
  margin-right: 8px;
}
.g-media-box .g-grid {
  margin-bottom: 1.25rem;
}
.g-media-box .g-grid:last-child {
  margin-bottom: 0;
}
.g-media-box .g-grid .g-block {
  margin-right: 1.25rem;
}
@media only all and (max-width: 49.99rem) {
  .g-media-box .g-grid .g-block {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
.g-media-box .g-grid .g-block:last-child {
  margin-right: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-media-box .g-grid .g-block:last-child {
    margin-bottom: 0;
  }
}
.g-media-box .g-media-box-item .g-media-box-content {
  background: #ffffff;
  padding: 2rem;
  border: 1px solid #e0e0e5;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .button-media {
  color: #424753;
  background: transparent;
  border: 1px solid #e0e0e5;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .button-media:hover {
  color: #ffffff;
  background: #159cd3;
  border-color: #159cd3;
}
@media only all and (max-width: 49.99rem) {
  .g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .button-media {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.5rem;
    padding: 0.5rem;
  }
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .g-media-box-play {
  position: absolute;
  margin-top: -2.5rem;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-links .g-item-text {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-desc {
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e5;
}
.g-media-box .g-media-box-item .g-media-box-content .g-media-box-special1, .g-media-box .g-media-box-item .g-media-box-content .g-media-box-special2 {
  margin: 0;
}
body.course-item-popup #learn-press-content-item div.content-item-wrap {
  max-width: 90%;
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.7);
}
.course-curriculum .section .section-header .section-title:before {
  margin-right: 7px;
  display: inline-flex;
  font-family: "FontAwesome";
  content: "";
}
.course-curriculum .section .fa.fa-check {
  display: none;
}
.course-curriculum .section-content .course-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-item-popup #learn-press-content-item h3.course-item-title.question-title {
  font-size: 2.5rem;
}
.course-item-popup h4 {
  font-weight: bold;
}
.woocommerce-video {
  border: 2px solid black;
}
.so-widget-sow-button .ow-button-base .learn-download-btn {
  color: #0f9da2 !important;
}
.so-widget-sow-button .ow-button-base .learn-download-btn:hover {
  color: #e3896d !important;
}
.learn-row-style-1 {
  border: 1px solid #e3e3e3;
  background-color: #f8f8f8;
  padding: 1em;
}
.learn-row-style-1 .so-panel {
  margin-bottom: 5px !important;
}
.learn-row-style-1 img {
  border: 1px solid black;
}
.learn-image-style-1 p, .learn-image-style-1 img {
  margin: 0 !important;
}
.learn-image-style-1 img {
  width: 100%;
}
.learn-movie-container {
  display: flex;
}
.learn-movie-container .learn-left-side {
  flex: 2;
  align-items: center;
  display: flex;
}
.learn-movie-container .learn-right-side {
  flex: 1;
}
.learn-movie-container .wpve-playbutton {
  background-image: url('//newtiltkomp.local/wp-content/uploads/2018/10/play-icon.png') !important;
  background-color: rgba(99, 99, 99, 0.4);
  -webkit-transition: background 500ms linear;
  -ms-transition: background 500ms linear;
  transition: background 500ms linear;
}
.learn-movie-container .wpve-playbutton:hover {
  background-image: url('//newtiltkomp.local/wp-content/uploads/2018/10/play-icon-hover1.png') !important;
  -webkit-transition: background 500ms linear;
  -ms-transition: background 500ms linear;
  transition: background 500ms linear;
  background-color: rgba(99, 99, 99, 0);
}
.l-center {
  margin: 0 auto;
}
.l-toggle-btn {
  display: flex;
  align-items: center;
}
.l-toggle-btn h4 {
  margin: 0;
  padding-left: 10px;
}
.l-toggle-btn:hover {
  cursor: pointer;
}
.l-toggle-btn:hover .l-icon, .l-toggle-btn:hover h4 {
  color: #e3896d;
}
.l-toggle-btn .l-icon, .l-toggle-btn h4 {
  color: #0f9da2;
}
.l-toggle-btn .l-flex {
  display: inline-flex;
}
.file-download-container .widget_sow-button {
  display: none;
}
/********************************************
************* MENU STYLE 1 ******************
*********************************************/
#g-navigation.my-main-navigation .g-main-nav.style1 .magnifer-color a, #g-navigation.my-main-navigation .g-main-nav.style1 .magnifer-color i {
  color: #ffffff;
}
#g-navigation.my-main-navigation .g-main-nav.style1 .magnifer-color a:hover, #g-navigation.my-main-navigation .g-main-nav.style1 .magnifer-color i:hover {
  color: #ffffff;
}
#g-navigation.my-main-navigation .g-main-nav.style1 i.fa.fa-home {
  color: #ffffff;
}
#g-navigation.my-main-navigation .g-main-nav.style1 .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #ffffff;
}
#g-navigation.my-main-navigation .g-main-nav.style1 .g-toplevel > li:hover > .g-menu-item-container {
  color: #ffffff !important;
}
#g-navigation .my-main-menu .g-main-nav.style1 a.g-menu-item-container {
  color: #ffffff !important;
}
#g-navigation .my-main-menu .g-main-nav.style1 .g-dropdown {
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
  box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
  border: 0 solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#g-navigation .my-main-menu .g-main-nav.style1 ul.g-sublevel li {
  font-size: 1rem;
}
#g-navigation .my-main-menu .g-main-nav.style1 ul.g-sublevel li a:hover {
  color: #ffffff !important;
}
#g-navigation .my-main-menu .g-main-nav.style1 ul.g-sublevel li.active a {
  color: #ffffff;
}
#g-navigation .my-main-menu .g-main-nav.style1 ul.g-sublevel li:not(.active) a {
  color: white;
}
#g-navigation .my-main-menu ul.g-toplevel > li > a {
  margin: 36px 0;
}
/********************************************
************* MENU STYLE 2 ******************
*********************************************/
#g-page-surround .g-fixed-container {
  height: 88px !important;
}
#g-navigation.my-main-navigation .g-main-nav.style2 .magnifer-color a, #g-navigation.my-main-navigation .g-main-nav.style2 .magnifer-color i {
  color: #000000;
}
#g-navigation.my-main-navigation .g-main-nav.style2 .magnifer-color a:hover, #g-navigation.my-main-navigation .g-main-nav.style2 .magnifer-color i:hover {
  color: #e3896d;
}
#g-navigation.my-main-navigation .g-main-nav.style2 i.fa.fa-home {
  color: #ffffff;
}
#g-navigation.my-main-navigation .g-main-nav.style2 .g-toplevel > li:hover:not(:last-child) {
  background: transparent;
}
#g-navigation.my-main-navigation .g-main-nav.style2 .g-toplevel > li:hover:not(:last-child) > .g-menu-item-container {
  color: #000000;
}
#g-navigation.my-main-navigation .g-main-nav.style2 .g-toplevel li.active:not(.home-link) {
  background: transparent;
}
#g-navigation.my-main-navigation .g-main-nav.style2 .g-toplevel > li.active a {
  color: #007cba;
}
#g-navigation.my-main-navigation .g-main-nav.style2 .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  -webkit-box-shadow: 0px 0px 0px 0px white;
  -moz-box-shadow: 0px 0px 0px 0px white;
  box-shadow: 0px 0px 0px 0px white;
}
#g-navigation.my-main-navigation .g-main-nav.style2 .g-toplevel > li > .g-menu-item-container {
  margin-left: 10px;
  margin-right: 10px;
}
#g-navigation.my-main-navigation .g-main-nav.style2 .g-toplevel > li a:hover {
  color: #007cba !important;
}
#g-navigation .my-main-menu .g-main-nav.style2 .g-toplevel > li {
  margin: 0 -2px;
}
#g-navigation .my-main-menu .g-main-nav.style2 .g-dropdown {
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
  box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.29);
  border: 0 solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#g-navigation .my-main-menu .g-main-nav.style2 ul.g-sublevel li {
  font-size: 1rem;
}
#g-navigation .my-main-menu .g-main-nav.style2 ul.g-sublevel li a:hover {
  color: #ffffff !important;
}
#g-navigation .my-main-menu .g-main-nav.style2 ul.g-sublevel li.active a {
  color: #007cba;
}
#g-navigation .my-main-menu .g-main-nav.style2 ul.g-sublevel li:not(.active) a {
  color: #000000;
}
#g-navigation .my-main-menu ul.g-toplevel li a {
  font-size: #ffffff;
  color: #000000;
}
#g-navigation .my-main-menu ul.g-toplevel li a .fa.fa-search:hover {
  transition: all 0.4s;
  color: #007cba;
}
#g-navigation .my-main-menu ul.g-toplevel > li > a {
  margin: 20px 0;
}
.isDisabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.home-link a {
  margin: 0 !important;
}
.g-3d-slider {
  position: relative;
  text-align: center;
}
.g-3d-slider .g-3d-slider-container {
  position: relative;
}
.g-3d-slider article {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.g-3d-slider section {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border-radius: 5px;
  width: 512px;
  position: absolute;
  left: 50%;
  margin-left: -256px;
  opacity: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-3d-slider section {
    max-width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.g-3d-slider section.bespoke-slide {
  -webkit-transition: -webkit-transform 0.7s ease, opacity 0.7s ease, background-color 0.7s ease;
  -moz-transition: -moz-transform 0.7s ease, opacity 0.7s ease, background-color 0.7s ease;
  transition: transform 0.7s ease, opacity 0.7s ease, background-color 0.7s ease;
}
.g-3d-slider section.bespoke-active {
  opacity: 1;
  z-index: 1;
}
.g-3d-slider section.bespoke-inactive .g-3d-slider-item {
  pointer-events: none;
}
.g-3d-slider.carousel {
  line-height: inherit;
  margin-bottom: 0;
}
.g-3d-slider.carousel section.bespoke-before {
  -webkit-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  -moz-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  -ms-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  -o-transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  transform: translateX(-980px) rotateY(-72deg) translateX(-1290px);
  opacity: 0;
}
.g-3d-slider.carousel section.bespoke-before-2 {
  -webkit-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  -moz-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  -ms-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  -o-transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  transform: translateX(-590px) rotateY(-52deg) translateX(-780px);
  opacity: 0.3;
}
.g-3d-slider.carousel section.bespoke-before-1 {
  -webkit-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  -moz-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  -ms-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  -o-transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  transform: translateX(-270px) rotateY(-30deg) translateX(-290px);
  opacity: 0.5;
}
.g-3d-slider.carousel section.bespoke-after {
  -webkit-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  -moz-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  -ms-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  -o-transform: translateX(980px) rotateY(72deg) translateX(1290px);
  transform: translateX(980px) rotateY(72deg) translateX(1290px);
  opacity: 0;
}
.g-3d-slider.carousel section.bespoke-after-1 {
  -webkit-transform: translateX(270px) rotateY(30deg) translateX(290px);
  -moz-transform: translateX(270px) rotateY(30deg) translateX(290px);
  -ms-transform: translateX(270px) rotateY(30deg) translateX(290px);
  -o-transform: translateX(270px) rotateY(30deg) translateX(290px);
  transform: translateX(270px) rotateY(30deg) translateX(290px);
  opacity: 0.5;
}
.g-3d-slider.carousel section.bespoke-after-2 {
  -webkit-transform: translateX(590px) rotateY(52deg) translateX(780px);
  -moz-transform: translateX(590px) rotateY(52deg) translateX(780px);
  -ms-transform: translateX(590px) rotateY(52deg) translateX(780px);
  -o-transform: translateX(590px) rotateY(52deg) translateX(780px);
  transform: translateX(590px) rotateY(52deg) translateX(780px);
  opacity: 0.3;
}
.g-3d-slider.coverflow section.bespoke-before {
  -webkit-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-270px) rotateY(45deg) scale(0.6);
  transform: translateX(-270px) rotateY(45deg) scale(0.6);
  z-index: 6;
}
.g-3d-slider.coverflow section.bespoke-before-3 {
  -webkit-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-230px) rotateY(45deg) scale(0.6);
  transform: translateX(-230px) rotateY(45deg) scale(0.6);
  opacity: 0.1;
  z-index: 7;
}
.g-3d-slider.coverflow section.bespoke-before-2 {
  -webkit-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-190px) rotateY(45deg) scale(0.6);
  transform: translateX(-190px) rotateY(45deg) scale(0.6);
  opacity: 0.2;
  z-index: 8;
}
.g-3d-slider.coverflow section.bespoke-before-1 {
  -webkit-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  -moz-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  -ms-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  -o-transform: translateX(-150px) rotateY(45deg) scale(0.6);
  transform: translateX(-150px) rotateY(45deg) scale(0.6);
  opacity: 0.3;
  z-index: 9;
}
.g-3d-slider.coverflow section.bespoke-active {
  z-index: 10;
}
.g-3d-slider.coverflow section.bespoke-after {
  -webkit-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(270px) rotateY(-45deg) scale(0.6);
  transform: translateX(270px) rotateY(-45deg) scale(0.6);
  z-index: 6;
}
.g-3d-slider.coverflow section.bespoke-after-1 {
  -webkit-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(150px) rotateY(-45deg) scale(0.6);
  transform: translateX(150px) rotateY(-45deg) scale(0.6);
  opacity: 0.3;
  z-index: 9;
}
.g-3d-slider.coverflow section.bespoke-after-2 {
  -webkit-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(190px) rotateY(-45deg) scale(0.6);
  transform: translateX(190px) rotateY(-45deg) scale(0.6);
  opacity: 0.2;
  z-index: 8;
}
.g-3d-slider.coverflow section.bespoke-after-3 {
  -webkit-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  -moz-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  -ms-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  -o-transform: translateX(230px) rotateY(-45deg) scale(0.6);
  transform: translateX(230px) rotateY(-45deg) scale(0.6);
  opacity: 0.1;
  z-index: 7;
}
.g-3d-slider.cube section.bespoke-before {
  -webkit-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  -moz-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  -ms-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  -o-transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
  transform: translateX(-332px) rotateY(-70deg) translateX(-652px) rotateY(-110deg) translateX(-530px);
}
.g-3d-slider.cube section.bespoke-before-1 {
  -webkit-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  -moz-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  -ms-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  -o-transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  transform: translateX(-332px) rotateY(-70deg) translateX(-512px);
  opacity: 0.5;
}
.g-3d-slider.cube section.bespoke-after {
  -webkit-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  -moz-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  -ms-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  -o-transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
  transform: translateX(332px) rotateY(70deg) translateX(652px) rotateY(110deg) translateX(530px);
}
.g-3d-slider.cube section.bespoke-after-1 {
  -webkit-transform: translateX(332px) rotateY(70deg) translateX(512px);
  -moz-transform: translateX(332px) rotateY(70deg) translateX(512px);
  -ms-transform: translateX(332px) rotateY(70deg) translateX(512px);
  -o-transform: translateX(332px) rotateY(70deg) translateX(512px);
  transform: translateX(332px) rotateY(70deg) translateX(512px);
  opacity: 0.5;
}
.g-3d-slider .g-3d-slider-item {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.g-3d-slider .g-3d-slider-image > a {
  display: block;
}
.g-3d-slider .g-3d-slider-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.g-3d-slider .g-info-container {
  padding: 30px;
  background: #ffffff;
}
.g-3d-slider p {
  margin: 0;
}
.g-3d-slider .g-3d-slider-title {
  margin: 0;
}
.g-3d-slider .g-3d-slider-title a {
  color: #4d4d4d;
}
.g-3d-slider .g-3d-slider-title a:hover {
  color: #159cd3;
}
.g-3d-slider .g-3d-slider-desc {
  margin-top: 10px;
}
.g-3d-slider .g-info-container-style2.uk-overlay-panel {
  padding: 30px;
}
.g-3d-slider .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
.g-3d-slider .g-info-container-style2.uk-overlay-panel a {
  color: #ffffff;
}
.g-3d-slider .g-info-container-style2.uk-overlay-panel a:hover {
  color: #159cd3;
}
.g-3d-slider .g-info-container-style2 .g-3d-slider-special, .g-3d-slider .g-info-container-style2 .g-item-details {
  color: #ffffff !important;
}
.g-3d-slider .g-3d-slider-special {
  font-style: italic;
  float: left;
}
@media only all and (max-width: 45rem) {
  .g-3d-slider .g-3d-slider-special {
    float: none;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-3d-slider .g-3d-slider-special {
    float: none;
  }
}
.g-3d-slider .g-3d-slider-special i {
  margin-right: 5px;
}
.g-3d-slider .g-3d-slider-link {
  float: right;
  font-style: italic;
}
.g-3d-slider .g-3d-slider-link i {
  margin-left: 10px;
}
@media only all and (max-width: 45rem) {
  .g-3d-slider .g-3d-slider-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-3d-slider .g-3d-slider-link {
    float: none;
    margin-top: 5px;
  }
}
.g-3d-slider .no-special .g-3d-slider-link {
  float: none;
}
.g-3d-slider .no-link .g-3d-slider-special {
  float: none;
}
.g-3d-slider .g-bottom-info {
  margin-top: 15px;
}
.g-3d-slider .g-item-details {
  margin-top: 10px;
  font-size: 90%;
}
.g-3d-slider .g-item-details .date i {
  margin-right: 5px;
}
.g-3d-slider .g-item-details.date-top {
  margin-top: 0;
  font-size: 100%;
  background: #159cd3;
  color: #ffffff;
  position: absolute;
  z-index: 20;
  padding: 10px 20px;
  top: 20px;
  margin-left: -25px;
}
@media only all and (max-width: 45rem) {
  .g-3d-slider .g-item-details.date-top {
    padding: 5px 10px;
    font-size: 90%;
    margin-left: 0;
    top: 0;
  }
}
.g-3d-slider .g-item-details.date-top:after {
  content: "";
  border-left: 25px solid transparent;
  border-top: 10px solid #0e698d;
  bottom: -10px;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media only all and (max-width: 49.99rem) {
  .g-3d-slider .g-item-details.date-top:after {
    display: none;
  }
}
.g-3d-slider .g-item-details.date-top .date i {
  margin-right: 7px;
}
.g-3d-slider.style3 .g-info-container-style2 {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 30px;
}
.g-3d-slider.style3 .g-info-container-style2 a {
  color: #ffffff;
}
.g-3d-slider.style3 .g-info-container-style2 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.g-3d-slider.style3 .g-3d-slider-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.g-3d-slider.style3 .g-3d-slider-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-3d-slider .g-particle-navigation .uk-slidenav {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-3d-slider .g-particle-navigation.arrows .uk-slidenav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.g-3d-slider .g-particle-navigation.arrows .uk-slidenav-previous {
  left: -20px;
}
@media only all and (min-width: 103.125rem) {
  .g-3d-slider .g-particle-navigation.arrows .uk-slidenav-previous {
    left: -70px;
  }
}
.g-3d-slider .g-particle-navigation.arrows .uk-slidenav-next {
  right: -20px;
}
@media only all and (min-width: 103.125rem) {
  .g-3d-slider .g-particle-navigation.arrows .uk-slidenav-next {
    right: -70px;
  }
}
.g-3d-slider .g-particle-navigation.arrows-bottom {
  text-align: center;
  margin-top: 40px;
}
.g-3d-slider .g-particle-navigation.arrows-bottom .uk-slidenav-previous {
  margin-right: 5px;
}
.g-3d-slider .g-particle-navigation.arrows-bottom .uk-slidenav-next {
  margin-left: 5px;
}
.g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-previous, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-previous {
  left: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-previous, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-previous {
    left: -20px;
  }
}
.g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-next, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-next {
  right: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-3d-slider.coverflow .g-particle-navigation.arrows .uk-slidenav-next, .g-3d-slider.cube .g-particle-navigation.arrows .uk-slidenav-next {
    right: -20px;
  }
}
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 49.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: 50rem) and (max-width: 65.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: 66rem) and (max-width: 103.115rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
.g-slideshow .g-overlay-container {
  width: 103.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-slideshow .g-overlay-container {
    width: 66rem;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-slideshow .g-overlay-container {
    width: 50rem;
  }
}
@media only all and (min-width: 45.01rem) and (max-width: 49.99rem) {
  .g-slideshow .g-overlay-container {
    width: 45rem;
  }
}
@media only all and (max-width: 45rem) {
  .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: 49.99rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #159cd3;
}
.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: 49.99rem) {
  .g-slideshow .g-slideshow-buttons {
    margin: 15px 0 0;
  }
}
.g-slideshow .g-slideshow-buttons .button {
  margin-right: 15px;
  border: 2px solid #159cd3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-slideshow .g-slideshow-buttons .button:hover {
  background: #27b1ea;
  border-color: #27b1ea;
}
.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: 49.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: 50rem) and (max-width: 65.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 #159cd3;
  color: #159cd3;
}
.g-slideshow .g-slideshow-buttons .button.empty:hover {
  background: #159cd3;
  border-color: #159cd3;
  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: 49.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.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: #424753 !important;
}
.g-slideshow .dark-text .style3 .g-slideshow-desc {
  color: #424753;
}
.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-people .g-person-image {
  float: left;
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-people .g-person-image {
    display: none;
  }
}
.g-people .g-person-image img {
  border-radius: 50%;
  width: 70px;
}
@media only all and (max-width: 49.99rem) {
  .g-people .g-person-image img {
    width: 50px;
  }
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-people .g-person-image img {
    width: 50px;
  }
}
.g-people .g-person-name h4 {
  margin: 0;
}
@media only all and (max-width: 49.99rem) {
  .g-people .g-person-name h4 {
    font-size: 1rem;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-people .g-person-name h4 {
    font-size: 1rem;
  }
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-people .g-person-name h4 {
    font-size: 1rem;
  }
}
.g-people .g-person-position {
  color: #159cd3;
  font-style: italic;
  margin-top: -3px;
}
@media only all and (max-width: 49.99rem) {
  .g-people .g-person-position {
    margin-top: 0;
  }
}
.g-people .image-present .g-person-container {
  margin-left: 100px;
  margin-top: 20px;
}
@media only all and (max-width: 49.99rem) {
  .g-people .image-present .g-person-container {
    margin-left: 70px;
    margin-top: 15px;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-people .image-present .g-person-container {
    margin: 0;
  }
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-people .image-present .g-person-container {
    margin-left: 70px;
    margin-top: 15px;
  }
}
.g-people .image-present.position-present .g-person-container {
  margin-top: 10px;
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-people .image-present.position-present .g-person-container {
    margin: 0;
  }
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  .g-people .image-present.position-present .g-person-container {
    margin-top: 4px;
  }
}
.g-people .uk-tab {
  border: none;
}
.g-people .uk-tab > li > a {
  border: 2px solid #e8e8ec;
  border-radius: 0;
  margin: 0 !important;
  color: #424753;
  text-shadow: none;
  padding: 15px 20px !important;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  text-align: left;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-people .uk-tab > li > a:hover {
  color: #424753;
  background: #f8f9fa;
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .g-people .uk-tab > li > a {
    padding: 15px !important;
  }
}
.g-people .uk-tab > li.uk-active > a {
  color: #424753;
  border-color: #159cd3;
}
.g-people .uk-tab > li.uk-active > a:hover {
  background: #ffffff;
}
.g-people .uk-tab .uk-tab-responsive {
  margin: 0;
}
.g-people .uk-tab .uk-tab-responsive > a {
  cursor: pointer;
}
.g-people .uk-tab .uk-tab-responsive .uk-dropdown {
  margin: 0;
  font-size: 0.9rem;
  border-color: #e0e0e5;
  padding: 0;
  border-radius: 0;
}
.g-people .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
  margin: 0;
}
.g-people .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
  padding: 15px 25px;
  color: #424753;
}
.g-people .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:before {
  border: none;
}
.g-people .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
  background: #f8f9fa;
  box-shadow: none;
}
.g-people .uk-tab-grid {
  margin: 0;
}
.g-people .uk-tab-grid:before {
  border: none;
}
@media only all and (max-width: 49.99rem) {
  .g-people .uk-tab-grid.uk-tab-top .g-people-nav, .g-people .uk-tab-grid.uk-tab-bottom .g-people-nav {
    width: auto;
  }
}
@media only all and (max-width: 49.99rem) {
  .g-people .uk-tab-grid.uk-tab-top .g-people-nav > a, .g-people .uk-tab-grid.uk-tab-bottom .g-people-nav > a {
    margin-left: 0 !important;
  }
}
.g-people .uk-tab-top, .g-people .uk-tab-bottom {
  margin-left: -20px;
}
.g-people .uk-tab-top .uk-tab-responsive, .g-people .uk-tab-bottom .uk-tab-responsive {
  margin-left: 20px;
}
.g-people .uk-tab-top .uk-tab-responsive .g-people-nav > a, .g-people .uk-tab-bottom .uk-tab-responsive .g-people-nav > a {
  margin-left: 0 !important;
}
.g-people .uk-tab-top .g-people-nav > a, .g-people .uk-tab-bottom .g-people-nav > a {
  margin-left: 20px !important;
}
.g-people .uk-tab-left .g-people-nav > a, .g-people .uk-tab-right .g-people-nav > a {
  margin-top: 20px !important;
}
@media only all and (max-width: 49.99rem) {
  .g-people .uk-tab-left .g-people-nav > a, .g-people .uk-tab-right .g-people-nav > a {
    margin-top: 0 !important;
  }
}
.g-people .uk-tab-left .g-people-nav:first-child > a, .g-people .uk-tab-right .g-people-nav:first-child > a {
  margin-top: 0 !important;
}
.g-people .tabs-content {
  overflow: hidden;
}
.g-people .tabs-content.uk-margin {
  margin-bottom: 0;
}
.g-people .tabs-content p {
  margin-bottom: 0;
}
.g-people .tabs-content .button {
  margin-top: 30px;
}
.g-people .tabs-content .button > i {
  margin-right: 8px;
}
.g-people .tabs-content.left {
  padding-left: 30px;
}
@media only all and (max-width: 49.99rem) {
  .g-people .tabs-content.left {
    padding-left: 0;
    padding-top: 35px;
  }
}
.g-people .tabs-content.left p:first-child {
  margin-top: 0;
}
.g-people .tabs-content.right {
  padding-right: 30px;
}
@media only all and (max-width: 49.99rem) {
  .g-people .tabs-content.right {
    padding-right: 0;
    padding-top: 35px;
  }
}
.g-people .tabs-content.right p:first-child {
  margin-top: 0;
}
.g-people .tabs-content.top {
  padding: 35px 0 0;
  margin: 0;
}
.g-people .tabs-content.top > li {
  margin: 0;
}
.g-people .tabs-content.bottom {
  padding: 0 0 35px;
  margin: 0;
}
.g-people .tabs-content.bottom > li {
  margin: 0;
}
.g-people .g-person-content .g-person-name h3 {
  margin: 0;
}
.g-people .g-person-content .g-person-position {
  margin-top: 2px;
}
.g-people .g-person-content .g-person-social {
  margin-top: 18px;
}
.g-people .g-person-content .g-person-social > a {
  border: 1px solid #e0e0e5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-people .g-person-content .g-person-social > a:last-child {
  margin-right: 0;
}
.g-people .g-person-content .g-person-social > a:hover {
  color: #159cd3;
  border-color: #159cd3;
}
.g-people .g-person-content .g-person-desc {
  margin-top: 25px;
}
.g-people .g-person-content blockquote {
  border-left: 5px solid #159cd3;
  margin: 10px 0 0;
  padding: 0 0 0 0.938rem;
  font-size: 24px;
  font-style: italic;
  color: #4d4d4d;
}
.g-people .g-person-content blockquote p {
  font-size: 24px;
  color: #4d4d4d;
}
h2 {
  font-size: 30px !important;
  color: black !important;
  font-weight: bold !important;
  text-transform: uppercase;
  line-height: 36px !important;
  margin-top: 10px !important;
}
p {
  color: #202020;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
p strong {
  font-weight: bold;
}
.p-t-40 {
  padding-top: 40px;
}
.blue-line span {
  display: inline-flex;
  height: 6px;
  background-color: #159cd3;
}
.blue-line span.big {
  width: 38px;
  margin-right: 2px;
}
.blue-line span.small {
  width: 4px;
}
.afronis-img1 img {
  margin-right: 43px;
  margin-top: -110px;
  width: 500px;
}
.home #g-intro {
  padding-top: 0;
  padding-bottom: 0;
}
.home #g-intro .g-content.g-particle {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.home #g-sekcja, .home #g-intro, .home #g-utility, .home .tradzik-roznice {
  border-bottom: 1px solid #e6e6e6;
}
.home #g-features {
  padding-top: 100px;
}
.home #g-utility .g-container {
  margin-bottom: 120px;
}
.home .g-content {
  font-size: 15px;
  line-height: 27px;
}
.afronis-sekcja, .afronis-intro, .pytania-sekcja {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8rem;
}
@media only all and (min-width: 66rem) {
  .pytania-sekcja {
    padding-bottom: 115px !important;
    padding-top: 119px !important;
  }
}
.kontakt-container {
  border-bottom: 1px solid #e6e6e6;
}
@media only all and (min-width: 50rem) {
  .kontakt-container {
    padding-bottom: 97px;
  }
}
@media only all and (max-width: 49.99rem) {
  .kontakt-container {
    padding-bottom: 4rem;
  }
}
.afronis-above .blue-container {
  color: white;
  background-color: #444444;
  font-weight: 300;
  line-height: 36.6px;
}
.afronis-above .blue-container p {
  font-size: 26px;
  text-align: center;
  padding-left: 57px;
  padding-right: 57px;
  padding-top: 24px !important;
  padding-bottom: 22px !important;
  color: white;
  line-height: 36px;
  margin-bottom: 11px !important;
}
.afronis-above .info p {
  color: #6a6a6a;
  font-size: 11px;
  font-weight: 400;
  line-height: 14.05px;
  text-align: justify;
}
.outline-czeste_pytania #g-above.afronis-above .g-content p:first-child, .outline-afronis #g-above.afronis-above .g-content p:first-child {
  padding-bottom: 0 !important;
}
#g-above {
  padding-bottom: 0;
}
#g-above.afronis-above {
  padding-top: 20px;
}
#g-above .g-content {
  font-size: 11px;
  color: #6b6b6b;
}
#g-above ol {
  padding-left: 0px;
  margin-top: 0;
}
#g-above ol li {
  line-height: 14px;
}
#g-above .g-content {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-1 {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  position: relative;
  z-index: 9;
}
.section-1 .afronis-box-container {
  position: absolute;
  bottom: -60px;
  right: calc(28vw / 2);
  width: 12vw;
}
.section-1 .afronis-box-container img {
  width: 100%;
}
.section-1 .g-main-feature-left {
  display: table;
}
.section-1 .g-main-feature-left h1 {
  font-size: 4rem;
  font-weight: 100;
  line-height: 5rem;
}
.section-1 .g-main-feature-left h1 .header-blue {
  font-weight: 700;
  color: white;
  padding: 5px 15px;
  background-color: #159cd3;
  display: table;
}
.section-1 .g-main-feature-left p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8rem;
}
.section-1 .logo-container {
  padding-bottom: 27px;
  width: 304px;
}
.section-1 .logo-container img {
  width: 100%;
}
.section-2.afronis-page h2 {
  margin-bottom: 15px;
}
.section-2.afronis-page p {
  margin: 0;
}
.section-2.afronis-page .g-main-feature-right p {
  padding: 0;
}
.section-2.afronis-page .box-1 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.section-2.afronis-page .box-3 {
  margin-top: 30px;
}
.section-2.afronis-page ul {
  margin-left: 0;
}
.section-2.afronis-page ul li {
  line-height: 27px;
}
.section-2.afronis-page .box-info1 {
  font-size: 15px;
  font-weight: 400;
  color: #202020;
}
.section-2.afronis-page info-box2 {
  line-height: 30px;
}
.section-2 {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  position: relative;
}
.section-2 h2 {
  margin-top: 0;
}
.afronis-page.blue-container {
  font-size: 23px;
  font-weight: 400;
  color: white;
  background-color: #159cd3;
  text-align: center;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
}
.afronis-page.blue-container:before {
  content: "";
  width: 71px;
  height: 69px;
  background-image: url('../images/cross-in-circle.png');
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-flex;
  margin-right: 30px;
}
.pytania-sekcja .g-features2-particle-icon {
  display: flex;
  margin-top: -15px;
}
.pytania-sekcja .g-features2-particle-icon .fa {
  color: #159cd3;
  font-weight: bold;
}
.pytania-sekcja .g-title-desc-container h4 {
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.pytania-sekcja .g-features2-particle-desc {
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}
.outline-afronis_plus #g-header, .outline-afronis_care #g-header {
  height: 770px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 600px) and (max-width: 1165px) {
  .outline-afronis_plus #g-header, .outline-afronis_care #g-header {
    height: 91vw;
    padding-top: 100px;
  }
  .outline-afronis_plus #g-header .g-main-feature.afronis-page > .g-grid, .outline-afronis_care #g-header .g-main-feature.afronis-page > .g-grid {
    display: flex;
    flex-flow: nowrap;
  }
}
@media screen and (min-width: 120px) and (max-width: 599px) {
  .outline-afronis_plus #g-header, .outline-afronis_care #g-header {
    padding-top: 10px;
  }
  .outline-afronis_plus #g-header .g-main-feature-right.packshot, .outline-afronis_care #g-header .g-main-feature-right.packshot {
    position: absolute;
    left: 50%;
    top: 45%;
  }
  .outline-afronis_plus #g-header .g-main-feature-right.packshot .g-content, .outline-afronis_care #g-header .g-main-feature-right.packshot .g-content {
    left: calc(-50% + 43px);
    position: relative;
    height: auto;
    max-height: 308px;
    width: auto;
    display: flex;
    justify-content: center;
  }
  .outline-afronis_plus #g-header .g-main-feature-right.packshot .g-content img, .outline-afronis_care #g-header .g-main-feature-right.packshot .g-content img {
    height: auto;
    width: auto;
    max-width: 222px;
  }
  .outline-afronis_plus #g-header .g-main-feature-left.pathcord-info, .outline-afronis_care #g-header .g-main-feature-left.pathcord-info {
    height: 760px;
  }
  .outline-afronis_plus #g-header .g-main-feature-left.pathcord-info .g-main-feature-buttons, .outline-afronis_care #g-header .g-main-feature-left.pathcord-info .g-main-feature-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
  }
  .outline-afronis_plus #g-header .g-main-feature-left.pathcord-info .g-main-feature-buttons a, .outline-afronis_care #g-header .g-main-feature-left.pathcord-info .g-main-feature-buttons a {
    position: relative;
    left: -50%;
  }
}
.outline-afronis_plus #g-header .pathcord-info .g-content p, .outline-afronis_care #g-header .pathcord-info .g-content p {
  display: none;
}
@media screen and (min-width: 1166px) {
  .outline-afronis_plus #g-header .pathcord-info h1, .outline-afronis_care #g-header .pathcord-info h1 {
    margin-top: 38px;
    margin-bottom: 38px;
    font-size: 64px;
    line-height: 72px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1165px) {
  .outline-afronis_plus #g-header .pathcord-info h1, .outline-afronis_care #g-header .pathcord-info h1 {
    margin-top: 38px;
    margin-bottom: 38px;
    font-size: 7vw;
    line-height: 7.2vw;
  }
}
.outline-afronis_plus #g-header .pathcord-info h5, .outline-afronis_care #g-header .pathcord-info h5 {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 30px;
}
#g-header {
  height: auto;
}
@media only all and (min-width: 103.125rem) {
  #g-header .g-container {
    margin-left: calc((100% - 1170px) / 2) !important;
  }
}
#g-header .pathcord {
  margin-left: 140px;
  display: flex;
}
@media only all and (min-width: 66rem) {
  #g-header .pathcord {
    margin-top: -67px;
    display: flex;
  }
  #g-header .pathcord img {
    position: relative;
    left: 70px;
  }
  #g-header .pathcord .g-content {
    display: flex;
    align-items: center;
  }
}
#g-header .pathcord .g-content {
  display: flex;
  align-items: center;
}
@media only all and (min-width: 66rem) and (max-width: 103.115rem) {
  #g-header .pathcord-info {
    margin-left: 2rem;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  #g-header .pathcord-info {
    margin-left: 2rem;
  }
}
@media only all and (max-width: 49.99rem) {
  #g-header .pathcord-info {
    justify-content: center;
  }
}
.buy-now-button .g-main-feature-buttons .button {
  border-radius: 0;
  width: 206px;
  height: 43px;
  background-color: #e0003f;
  color: white !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-main-menu .g-menu-item-title {
  text-transform: uppercase;
  font-weight: bold;
}
.slider-logo {
  position: absolute;
  top: 0;
}
#g-navigation .active .g-menu-item-content {
  border: 2px solid #686868;
}
#g-navigation .active .g-menu-item-title {
  margin-left: 5px;
  margin-right: 5px;
}
#g-navigation .g-menu-item-content {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#g-navigation a {
  font-weight: normal;
}
.main-slider h3.g-slideshow-title {
  color: #aaa !important;
  font-weight: bold;
}
.main-content-cubes .item-label {
  font-size: 3rem !important;
  background-color: transparent !important;
  font-family: "family=Poppins:100italic,200,200italic,300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic,400,400italic";
  font-style: italic;
}
.main-content-cubes .cube-content-wrapper {
  max-width: 80% !important;
}
.main-content-cubes .item-link-text {
  color: #107aa5;
}
.main-content-cubes .item-title a:hover .item-link-text {
  color: #159cd3;
}
.j-header h4 {
  font-size: 3rem !important;
  font-family: "family=Poppins:100italic,200,200italic,300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic,400,400italic";
  text-align: center;
  font-weight: bold;
}
.j-slider {
  -ms-background-position-y: 70%;
  background-position-y: 70%;
}
.j-slider h1, .j-slider .g-hero-desc {
  text-shadow: 1px 1px 1px #000;
}
.j-gallery-list .button {
  border-radius: 0px !important;
  background-color: #159cd3;
  border: 3px solid #159cd3;
  font-size: 0.7rem;
  padding: 1rem;
}
.j-gallery-list .button:hover {
  background-color: #fff;
  border: 3px solid #159cd3;
  color: #159cd3;
}
.my-main-navigation {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.my-main-navigation .g-content {
  width: 100%;
}
.my-main-navigation .g-content .g-toplevel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grey-line-full-width-container .g-content {
  padding: 0;
}
.grey-line-full-width-container .grey-line-full-width {
  border-bottom: 1px solid #e6e6e6;
  margin-left: -9999px;
  margin-right: -9999px;
}
.j-kontakt h1, .j-cennik h1 {
  font-size: 4rem;
  font-family: "family=Poppins:100italic,200,200italic,300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic,400,400italic";
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.j-slider h3, .main-slider h3 {
  font-size: 4rem !important;
  font-family: "family=Poppins:100italic,200,200italic,300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic,400,400italic";
  text-align: center;
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 1px #000;
}
.j-atrakcje-turystyczne h3 {
  font-size: 3rem;
  font-family: "family=Poppins:100italic,200,200italic,300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic,400,400italic";
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
.j-atrakcje-feature {
  padding: 3rem 8rem;
}
.j-atrakcje-feature h3 {
  font-size: 2.5rem;
}
.j-atrakcje-feature.j-odd {
  background-color: #ffffff;
}
.j-atrakcje-feature.j-even {
  background-color: #d9d9d9;
}
.j-atrakcje-feature .g-content {
  height: 100%;
}
.j-atrakcje-feature .g-content img {
  max-height: 100%;
}
#g-testimonials .j-image-features h4 a {
  color: #424753;
}
#g-testimonials .j-image-features h4 a:hover {
  color: #e3896d;
}
.j-image-features h4 {
  font-size: 1.5rem;
  font-family: "family=Poppins:100italic,200,200italic,300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic,400,400italic";
  font-weight: bold;
  font-style: italic;
}
.j-image-features a {
  color: #159cd3;
}
.j-image-features a:hover {
  color: #e3896d;
}
.fpt .g-block .g-info-container, .jlt .g-block .g-info-container {
  margin-right: 6%;
  margin-left: 6%;
}
.fpt h2, .jlt h2 {
  margin-top: 0;
}
.fpt h4, .jlt h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85rem;
}
.fpt .g-content-pro-desc, .jlt .g-content-pro-desc {
  font-size: 0.85rem;
}
.jlt h4 {
  line-height: 1.7rem;
}
.tradzik-przyczyny .g-main-feature-desc {
  display: none;
}
.tradzik-roznice .blue-line {
  text-align: center;
}
.uk-flex-left {
  justify-content: flex-start;
}
.uk-flex-right {
  justify-content: flex-end;
}
.text-size-15 {
  font-size: 15px;
}
.text-size-14 {
  font-size: 14px;
}
.af-default-li ul {
  display: table;
}
.af-default-li ul li {
  list-style-type: none;
  display: table-row;
}
.af-default-li ul li:before {
  content: "■";
  color: #70bddd;
  padding-right: 30px;
  display: table-cell;
}
.default-ol {
  display: block;
}
.default-ol ol {
  counter-reset: item;
}
.default-ol ol li {
  display: block;
}
.default-ol ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  width: 2em;
  display: inline-block;
}
.kontakt-content .kontakt-form .vfb-section.vfb-section-1 {
  margin: 0 !important;
}
.kontakt-content .kontakt-form input[type="checkbox"] {
  display: inline-block;
  height: 22px;
  width: 22px;
  border: 2px solid #159cd3;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: 0 0;
  padding-left: 4px;
}
.kontakt-content .kontakt-form input[type="checkbox"].qqq:before {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 11px;
  color: #00a8e6;
}
.kontakt-content .kontakt-form .vfb-section.vfb-section-2 #vfb-3 {
  display: none;
}
.kontakt-content .kontakt-form .vfb-submit {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  background: #159cd3;
  border: none !important;
  width: 275px;
  height: 55px;
}
.kontakt-content .kontakt-form .vfb-item-instructions {
  color: #202020;
  font-family: Poppins;
  font-weight: 400;
  line-height: 18px;
  text-align: justify;
}
.kontakt-content .kontakt-form .vfb-item-checkbox .vfb-required-asterisk {
  color: red;
  font-weight: normal;
}
.kontakt-content .kontakt-form .vfb-item-checkbox .vfb-choice {
  margin-right: 0;
  width: calc(100% - 40px);
  margin-top: -24px;
  margin-left: 40px;
}
.kontakt-content .kontakt-form .vfb-item-checkbox .vfb-span {
  color: #202020;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  text-align: justify;
}
.kontakt-content .kontakt-form ul li:first-child, .kontakt-content .kontakt-form ul li:nth-child(2) {
  display: inline-flex;
  flex-direction: column;
  width: 50% !important;
}
.kontakt-content .kontakt-form ul li:first-child input, .kontakt-content .kontakt-form ul li:nth-child(2) input {
  width: 100%;
}
.kontakt-content .kontakt-form textarea {
  height: 140px;
  padding: 15px;
}
.kontakt-content .kontakt-form input:not([type="checkbox"]) {
  height: 43px;
  border: 2px solid #e6e6e6;
  padding-left: 15px;
  padding-right: 15px;
}
.kontakt-content .kontakt-form label {
  color: #202020;
  font-size: 13px;
  font-weight: 400;
}
.kontakt-content .kontakt-form label span {
  color: #202020;
}
.kontakt-content .kontakt-form .title {
  width: 100%;
}
.kontakt-content .kontakt-form .vfb-legend {
  display: none;
}
.kontakt-content .kontakt-form fieldset {
  border: none;
  background-color: #fff;
  margin-top: -20px !important;
}
.kontakt-content .kontakt-form ul li i {
  display: none;
}
.kontakt-content .kontakt-info .info {
  margin-top: 40px;
}
.kontakt-content .kontakt-info .info li:last-child {
  color: #159cd3;
}
.kontakt-content .kontakt-info h2 {
  margin: 0;
  line-height: 34px;
}
.kontakt-content .kontakt-info ul {
  margin-left: 0;
  margin-top: 40px;
}
.kontakt-content .kontakt-info ul li {
  margin: 0;
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}
.kontakt-content .kontakt-info ul li i {
  display: none;
}
.polityka-container {
  margin-top: 6rem;
}
.polityka-container h3 {
  color: #159cd3;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 3rem;
}
.polityka-container h4 {
  color: #202020;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}
.polityka-container p {
  margin-top: 0;
  margin-bottom: 2.2rem;
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}
#g-page-surround .fa-bars {
  color: #159cd3;
}
p#form_success {
  color: #159cd3 !important;
}
.table-mobile2 .t-header td:nth-child(2) {
  background-color: #159cd3 !important;
}
.table-mobile1 .t-header td:nth-child(2) {
  background-color: #a1cee2 !important;
}
.pytania-page .g-content p:last-child {
  display: none;
}
@media only all and (min-width: 66rem) {
  .section-1.pytania-page .g-content {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .home .g-container, .afronis-sekcja .g-container, .afronis-intro .g-container, .afronis-above .g-container, #g-footer .g-container, .pytania-sekcja .g-container, .kontakt-container .g-container {
    width: 100%;
  }
  .home #g-intro .g-content {
    margin: 0;
  }
  .jlt .g-block .g-info-container {
    margin-left: 0;
    margin-right: 0;
  }
  #item-vfb-4 {
    display: flex;
    justify-content: center;
  }
  .afronis-box-container {
    display: none;
  }
  .logo-on-mobile {
    text-align: center;
  }
  .pytania-sekcja .g-title-desc-container {
    margin-left: 35px !important;
  }
  h2 {
    line-height: 2.5rem;
  }
  table.tradzik {
    border: none;
  }
  table.tradzik tr td:first-child {
    padding-left: 0px;
    color: black;
    text-transform: uppercase;
  }
  table.tradzik tr td:not(:first-child) {
    color: #202020;
  }
  table.tradzik tr td {
    font-size: 10px;
    padding: 3px;
  }
  table.tradzik .t-header td {
    text-transform: uppercase;
    height: 83px !important;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    background-color: white;
    margin: 0;
    padding: 0;
  }
  table.tradzik .t-header td span {
    display: flex;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  table.tradzik .t-header td:first-child {
    background-color: white;
  }
  table.tradzik .t-header td:nth-child(2) {
    color: white;
    padding-right: 20px;
    background: #a1cee2;
    width: 100%;
  }
  table.tradzik .t-header td:nth-child(3) {
    color: white;
  }
  table.tradzik .t-header td:nth-child(3) span {
    width: 100%;
    background-color: #159cd3;
  }
  table.tradzik td {
    border: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .fpt .g-block:not(:last-child), .jlt .g-block:not(:last-child) {
    border-right: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 600px) {
  #g-footer .g-toplevel li, #g-footer .g-toplevel a, #g-footer .g-toplevel .g-menu-item-title, #g-footer .g-toplevel .menu-item-particle {
    font-size: 1.6vw;
  }
  .pytania-sekcja .g-features2-particle-icon {
    display: flex;
    margin-top: -7px !important;
    font-size: 38px !important;
  }
  .pytania-sekcja .g-features2-particle-icon .fa {
    color: #159cd3;
    font-weight: bold;
  }
}
.g-main-feature.afronis-page.section-1 .g-main-feature-right {
  display: block;
}
@media screen and (min-width: 0) and (max-width: 1200px) {
  .g-container {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 0) and (max-width: 1200px) {
  #g-intro {
    background-image: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1269px) {
  #g-intro {
    background-size: cover;
    background-position-y: center;
  }
  #g-intro .g-main-feature-left .g-content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
  .afronis-sekcja .g-main-feature-right > .g-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .outline-afronis #g-header {
    border-bottom: 1px solid #e6e6e6;
  }
  .outline-afronis #g-header .g-main-feature-left > .g-content {
    max-width: 66vw;
  }
  .outline-afronis .afronis-page .g-content {
    margin-left: 0 !important;
  }
  #g-footer {
    padding-top: 0;
    padding-bottom: 5px;
  }
  #g-footer .g-toplevel li {
    display: block;
  }
  #g-footer .g-toplevel li a {
    padding: 0;
  }
  #g-footer .g-toplevel li, #g-footer .g-toplevel a, #g-footer .g-toplevel .g-menu-item-title, #g-footer .g-toplevel .menu-item-particle {
    font-size: 1.2rem;
    font-weight: 400;
    color: black;
  }
}
@media screen and (min-width: 1024px) {
  .outline-afronis .section-1 {
    padding-left: 16px;
    min-height: 770px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #g-footer {
    padding-top: 0;
    padding-bottom: 5px;
  }
  #g-footer .g-toplevel li:first-child {
    min-width: 212px;
  }
  #g-footer .g-toplevel li, #g-footer .g-toplevel a, #g-footer .g-toplevel .g-menu-item-title, #g-footer .g-toplevel .menu-item-particle {
    font-size: 12px;
    font-weight: 400;
    color: black;
  }
  #g-footer .g-toplevel li .menu-item-particle {
    padding-right: 5px;
  }
  #g-footer .g-toplevel li .g-menu-item-title {
    padding-right: 5px;
  }
  #g-footer .g-toplevel li .g-menu-item-title:hover {
    color: #159cd3;
  }
  #g-footer .g-toplevel li:not(:last-child) .g-menu-item-title, #g-footer .g-toplevel li:not(:last-child) .menu-item-particle {
    border-right: 1px solid black;
    padding-right: 13px;
    padding-left: 13px;
  }
  #g-footer .g-toplevel li:first-child .g-menu-item-title, #g-footer .g-toplevel li:first-child .menu-item-particle {
    padding-left: 0;
  }
  #g-footer .g-toplevel li:last-child .g-menu-item-title, #g-footer .g-toplevel li:last-child .menu-item-particle {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .home .section-2.home-page .g-main-feature-right .g-content p:last-child {
    display: none;
  }
  .home #g-intro {
    background-image: none !important;
  }
  .home #g-intro .g-main-feature-left .g-content p:last-child {
    display: none;
  }
  .home #g-intro .g-main-feature-left {
    width: 100% !important;
    flex: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 800px) {
  .section-1 .g-main-feature-left h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .section-1 .g-main-feature-left p {
    margin: 0;
  }
  .outline-afronis .g-main-feature-left {
    width: 100%;
  }
  .home .tradzik-roznice table td strong {
    padding-left: 1rem;
  }
  .home #g-header {
    background-position-x: center;
    border-bottom: 1px solid #e6e6e6;
  }
  .home #g-header .section-1 {
    background-image: url('../images/bg-1-mobile-min.jpg');
  }
  .home #g-header .section-1 .g-grid {
    height: 100%;
  }
  .home #g-header .section-1 .g-main-feature-left {
    display: flex;
  }
  .home .section-2.home-page .g-main-feature-right .g-content p:last-child {
    display: none;
  }
  .home .section-1 {
    min-height: 34vw;
    border-bottom: 1px solid #e6e6e6;
  }
  .home .section-1 .logo-container {
    padding-bottom: 5px;
  }
  .home .section-1 .g-main-feature-left h1 {
    font-size: 7vw;
    line-height: 8vw;
  }
  .home .section-1 .g-main-feature-left p {
    margin: 0;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .home .section-1 .g-content {
    max-width: 46vw;
  }
  .home .sekcja2 {
    margin-top: 0;
    min-height: 56vw;
    margin-bottom: 2rem !important;
  }
  .home .sekcja2 > .g-content {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-grid {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-main-feature-right {
    align-items: center;
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .home .sekcja2 .section-2 {
    margin: 0 auto;
    width: auto;
  }
  .home .sekcja2 .section-2 .g-content p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home .sekcja2 .g-main-feature-left {
    display: none;
  }
  .home .sekcja2 .g-main-feature-right {
    display: flex;
    justify-content: flex-end;
  }
  .home .sekcja2 .g-main-feature-right h2 {
    margin-bottom: 0;
  }
  .home .sekcja2 .g-main-feature-right p {
    padding-bottom: 0 !important;
  }
  .home #g-intro .g-main-feature-left .g-content p:last-child {
    display: none;
  }
  .home .tradzik-przyczyny {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media screen and (min-width: 801px) and (max-width: 1023px) {
  .section-1 .g-main-feature-left h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .section-1 .g-main-feature-left p {
    margin: 0;
  }
  .home #g-header {
    background-position-x: center;
  }
  .home #g-header .section-1 .g-grid {
    height: 100%;
  }
  .home #g-header .section-1 .g-main-feature-left {
    display: flex;
  }
  .home .section-2.home-page .g-main-feature-right .g-content p:last-child {
    display: none;
  }
  .home .section-1 {
    height: 48vw;
    border-bottom: 1px solid #e6e6e6;
    background-image: url('../images/bg-1-mobile.jpg');
  }
  .home .section-1 .logo-container {
    padding-bottom: 5px;
  }
  .home .section-1 .g-content {
    max-width: 46vw;
  }
  .home .sekcja2 {
    margin-top: 0;
    height: 56vw;
  }
  .home .sekcja2 > .g-content {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-grid {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-main-feature-right {
    align-items: center;
    height: 100%;
  }
  .home .sekcja2 .section-2 {
    margin: 0 auto;
    width: auto;
    border-bottom: 1px solid #e6e6e6;
  }
  .home .sekcja2 .section-2 .g-content {
    width: auto;
    margin-right: 0 !important;
    padding: 1rem !important;
  }
  .home .sekcja2 .section-2 .g-content p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home .sekcja2 .g-main-feature-left {
    display: none;
  }
  .home .sekcja2 .g-main-feature-right {
    display: flex;
    justify-content: flex-end;
  }
  .home .sekcja2 .g-main-feature-right h2 {
    margin-bottom: 0;
  }
  .home .sekcja2 .g-main-feature-right p {
    padding-bottom: 0 !important;
  }
  .home #g-intro .g-main-feature-left .g-content p:last-child {
    display: none;
  }
  .home .tradzik-przyczyny {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .home #g-header .section-1 .g-grid {
    height: 100%;
  }
  .home #g-header .section-1 .g-main-feature-left {
    display: flex;
  }
  .home .section-1 {
    height: 53vw;
  }
  .home .section-1 .g-main-feature-left {
    padding-left: 10%;
  }
  .home .section-1 .logo-container {
    padding-bottom: 5px;
  }
  .home .section-1 .g-main-feature-left h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .home .section-1 .g-main-feature-left p {
    margin: 0;
  }
  .home .sekcja2 {
    margin-top: 0;
    height: 56vw;
  }
  .home .sekcja2 > .g-content {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-grid {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-main-feature-right {
    align-items: center;
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-content {
    width: 720px;
    margin-right: 33px !important;
  }
  .home .sekcja2 .section-2 {
    margin: 0 auto;
    width: auto;
    border-bottom: 1px solid #e6e6e6;
  }
  .home .sekcja2 .section-2 .g-content {
    width: 69vw;
    margin-left: 0 !important;
    float: right;
  }
  .home .sekcja2 .section-2 .g-content p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home .sekcja2 .g-main-feature-left {
    display: none;
  }
  .home .sekcja2 .g-main-feature-right {
    display: flex;
    justify-content: flex-end;
  }
  .home .sekcja2 .g-main-feature-right h2 {
    margin-bottom: 0;
  }
  .home .sekcja2 .g-main-feature-right p {
    padding-bottom: 0 !important;
  }
  .home #g-intro .g-main-feature-left .g-content p:last-child {
    display: none;
  }
  .my-main-menu .g-toplevel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .my-main-menu .g-toplevel li:first-child {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .home .section-1 .g-main-feature-left {
    padding-left: 10%;
  }
  .home .sekcja2 {
    margin-top: 0;
    height: 853px;
  }
  .home .sekcja2 > .g-content {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-grid {
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-main-feature-right {
    align-items: center;
    height: 100%;
  }
  .home .sekcja2 > .g-content .section-2 .g-content {
    width: 720px;
    margin-right: 33px !important;
  }
  .home .sekcja2 .section-2 {
    margin: 0 auto;
    width: 1171px;
  }
  .home .sekcja2 .section-2 .g-content {
    width: 772px;
  }
  .home .sekcja2 .section-2 .g-content p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home .sekcja2 .g-main-feature-left {
    display: none;
  }
  .home .sekcja2 .g-main-feature-right {
    display: flex;
    justify-content: flex-end;
  }
  .home .tradzik-przyczyny .blue-line {
    margin-top: 25px;
  }
  .home .tradzik-przyczyny .g-main-feature-left {
    margin-right: 0px !important;
  }
  .home .tradzik-przyczyny .g-main-feature-left .g-content p:last-child {
    margin-bottom: 3px;
  }
  .home #g-header .header-section1 {
    min-height: 43vw;
  }
  .my-main-menu .g-content {
    width: 100%;
  }
  .my-main-menu .g-toplevel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .my-main-menu .g-toplevel li:first-child {
    margin-left: 0 !important;
  }
  .my-main-menu .g-toplevel li:first-child .g-menu-item-container {
    width: 199px;
    height: 33px;
  }
}
@media screen and (min-width: 1920px) {
  .home .section-1 .g-main-feature-left {
    padding-left: 10%;
  }
  .sekcja2 .section-2 {
    width: 1171px;
    margin: 0 auto;
  }
  .sekcja2 .section-2 .g-content {
    width: 747px;
    float: right;
  }
  .home-page .blue-line {
    margin-top: 57px;
  }
  .my-main-menu .g-toplevel li:first-child {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .my-main-menu .g-toplevel li:last-child a {
    margin-right: -14px;
  }
  .home #g-intro .blue-line {
    margin-top: 160px;
  }
  .home #g-intro .tradzik-przyczyny .g-main-feature-left {
    margin-right: 37px;
    margin-bottom: 55px;
    margin-left: 17px;
  }
  .home .section-1 .g-main-feature-left {
    min-width: 653px;
  }
  #g-header .header-section1 {
    height: 43vw;
  }
  #g-header .header-section1 .g-content {
    height: calc(100% - 130px);
  }
}
.outline-afronis #g-header {
  padding-top: 0;
  -ms-background-position-x: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding-bottom: 0;
  background-size: cover;
  padding-bottom: 0;
}
.outline-afronis #g-header .header-section1 .g-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .outline-tradzik_pospolity #g-utility .etap-1, .outline-tradzik_pospolity #g-utility .etap-2 {
    border-right: 1px solid #eeeeee;
  }
}
.outline-tradzik_pospolity #g-intro, .outline-tradzik_pospolity #g-sekcja, .outline-tradzik_pospolity #g-features, .outline-tradzik_pospolity #g-utility {
  border-bottom: 1px solid #e6e6e6;
}
.outline-tradzik_pospolity #g-intro .blue-line br, .outline-tradzik_pospolity #g-sekcja .blue-line br, .outline-tradzik_pospolity #g-features .blue-line br, .outline-tradzik_pospolity #g-utility .blue-line br {
  display: none;
}
.outline-tradzik_pospolity #g-header {
  height: 851px;
  background-position-x: left !important;
  background-size: auto !important;
  border-bottom: 1px solid #e6e6e6;
}
.outline-tradzik_pospolity #g-header > .g-grid {
  height: 100%;
}
.outline-tradzik_pospolity #g-header > .g-grid > .g-block {
  height: 100%;
}
.outline-tradzik_pospolity #g-header > .g-grid > .g-block > .g-content {
  height: 100%;
}
@media screen and (min-width: 700px) {
  .outline-tradzik_pospolity #g-header {
    background: url('../images/tradzik_pospolity_bg.jpg');
  }
}
@media screen and (max-width: 699px) {
  .outline-tradzik_pospolity #g-header {
    height: auto !important;
  }
}
.outline-tradzik_pospolity #g-header .header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.outline-tradzik_pospolity #g-header .header-container .blue-line br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .outline-tradzik_pospolity #g-header .header-container {
    max-width: 1171px;
    position: relative;
    left: calc(50% - 1171px / 2);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .outline-tradzik_pospolity #g-header .header-container .header-wrapper {
    padding-left: 303px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1023px) {
  .outline-tradzik_pospolity #g-header .header-container {
    background: url('../images/tradzik_pospolity_bg.jpg');
  }
  .outline-tradzik_pospolity #g-header .header-container .header-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 699px) {
  .outline-tradzik_pospolity #g-header .header-container .header-wrapper {
    padding: 20px;
  }
  .outline-tradzik_pospolity #g-header .header-container .header-wrapper .blue-line {
    margin-top: 0px !important;
  }
}
.home #g-header, .outline-tradzik_pospolity #g-header {
  padding-top: 0;
  -ms-background-position-x: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding-bottom: 0;
  background-size: cover;
  padding-bottom: 0;
  -ms-background-position-x: center;
  background-position-x: center;
}
.home #g-header .header-section1 .g-content, .outline-tradzik_pospolity #g-header .header-section1 .g-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .sekcja2, .outline-tradzik_pospolity .sekcja2 {
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.home #g-intro, .outline-tradzik_pospolity #g-intro {
  background-image: url('../images/bg-3.png');
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  -ms-background-position-y: 34%;
  background-position-y: 34%;
}
@media screen and (min-width: 768px) {
  #g-navigation .g-menu-item-content {
    padding: 10px 10px !important;
  }
  .logo-on-mobile {
    display: none;
  }
  table.tradzik {
    border: none;
  }
  table.tradzik tr td:first-child {
    padding-left: 31px;
    color: black;
    text-transform: uppercase;
  }
  table.tradzik tr td:not(:first-child) {
    color: #202020;
  }
  table.tradzik tr td {
    font-size: 0.86rem;
    padding: 2%;
  }
  table.tradzik .t-header td {
    text-transform: uppercase;
    height: 83px !important;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    background-color: white;
    margin: 0;
    padding: 0;
  }
  table.tradzik .t-header td span {
    display: flex;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  table.tradzik .t-header td:first-child {
    background-color: white;
  }
  table.tradzik .t-header td:nth-child(2) {
    color: white;
    padding-right: 20px;
    background: #a1cee2;
    width: 100%;
  }
  table.tradzik .t-header td:nth-child(3) {
    width: 100%;
    background-color: #159cd3;
    color: white;
  }
  table.tradzik td {
    border: none;
  }
}
@media screen and (min-width: 960px) {
  .blue-container-wrapper .g-content {
    margin-left: 5%;
    margin-right: 5%;
  }
  #g-navigation .g-menu-item-content {
    padding: 10px 0px !important;
  }
  .my-main-menu {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 959px) {
  .afronis-intro .g-particle > div p:not(:nth-child(6)) {
    display: none;
  }
  .blue-container-wrapper .g-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .blue-container-wrapper .afronis-page.blue-container:before {
    margin: 0;
    flex: 1;
  }
  .blue-container-wrapper .afronis-page.blue-container p {
    display: flex;
    flex: 4;
  }
}
.afronis-intro ul {
  margin-left: 0;
}
.afronis-intro ul li {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}
.afronis-intro table {
  border: none;
}
.afronis-intro table td {
  border: none;
}
@media screen and (max-width: 1170px) {
  #g-navigation .g-menu-item-content {
    padding: 10px 0px !important;
  }
  #g-navigation .g-toplevel li:first-child {
    width: 14%;
  }
}
/***************************************************************/
@media (max-width: 45rem) {
  #g-sekcja.pytania-sekcja {
    padding-bottom: 0 !important;
  }
  .home #g-features.tradzik-roznice {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home #g-utility .g-container {
    margin-bottom: 40px;
  }
  #g-intro.afronis-intro {
    padding-bottom: 0;
  }
  #g-intro.afronis-intro .table-desktop {
    display: none;
  }
  #g-intro.afronis-intro .table-mobile {
    display: table;
  }
  .table-desktop {
    display: none;
  }
  .table-desktop td {
    padding-top: 0 !important;
  }
  .table-mobile {
    display: table;
  }
  .tradzik-przyczyny .blue-line {
    margin-top: 60px;
  }
  h2, .blue-line {
    text-align: center;
  }
  .g-content.g-particle {
    margin: 0;
  }
  .afronis-page .g-content {
    margin-left: 0 !important;
  }
  .section-2.home-page .g-main-feature-right p:last-child {
    display: none;
  }
  .home #g-sekcja {
    padding-top: 0;
  }
  .kontakt-container .g-content {
    margin: 0;
  }
  .tradzik-roznice {
    padding-top: 0;
  }
  section:not(.pytania-sekcja) {
    padding-top: 0 !important;
  }
  .blue-line {
    margin-top: 60px !important;
  }
  .g-introtext, .g-main-feature-desc {
    display: none;
  }
  .g-content {
    padding-top: 0 !important;
  }
  .logo-on-mobile .g-content {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .gantry-logo img {
    height: 30px;
  }
  .g-offcanvas-toggle {
    top: 0.7rem;
  }
  #g-page-surround .g-fixed-container {
    height: 52px !important;
  }
}
@media (max-width: 50rem) and (min-width: 45rem) {
  .section-1 .afronis-box-container {
    bottom: -60px;
    right: calc(28vw / 2);
    width: 23vw;
  }
  .afronis-intro .table-desktop {
    display: none;
  }
  .afronis-intro .table-mobile {
    display: table;
  }
  .table-desktop {
    display: none;
  }
  .table-mobile {
    display: table;
  }
  .tradzik-przyczyny .blue-line {
    margin-top: 60px;
  }
  h2, .blue-line {
    text-align: center;
  }
  .g-content.g-particle {
    margin: 0;
  }
  .section-2.home-page .g-main-feature-right p:last-child {
    display: none;
  }
  .home #g-sekcja {
    padding-top: 0;
  }
  .kontakt-container .g-content {
    margin: 0;
  }
  .tradzik-roznice {
    padding-top: 0;
  }
  section:not(.pytania-sekcja) {
    padding-top: 0 !important;
  }
  .blue-line {
    margin-top: 60px !important;
  }
  .g-introtext, .g-main-feature-desc {
    display: none;
  }
  .g-content {
    padding-top: 0 !important;
  }
  .gantry-logo img {
    height: 30px;
  }
  .g-offcanvas-toggle {
    top: 0.7rem;
  }
  .logo-on-mobile .g-content {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
}
@media (max-width: 66rem) and (min-width: 50rem) {
  .afronis-intro .table-desktop {
    display: table;
  }
  .afronis-intro .table-mobile {
    display: none;
  }
  .table-desktop {
    display: table;
  }
  .table-mobile {
    display: none;
  }
  .section-1 .afronis-box-container {
    bottom: -60px;
    right: calc(28vw / 2);
    width: 23vw;
  }
  .section-2.home-page .g-main-feature-right .g-main-feature-desc {
    display: none;
  }
  .section-2.home-page .g-main-feature-right .g-content p:last-child {
    margin-bottom: 105px;
  }
  .tradzik-przyczyny .blue-line {
    margin-top: 60px;
  }
}
@media only all and (min-width: 50rem) {
  .afronis-jak-stosowac {
    margin-top: 25px;
  }
}
@media (max-width: 103.125rem) and (min-width: 66rem) {
  .afronis-intro .table-desktop {
    display: table;
  }
  .afronis-intro .table-mobile {
    display: none;
  }
  .table-desktop {
    display: table;
  }
  .table-mobile {
    display: none;
  }
  .afronis-sekcja {
    padding-top: 83px !important;
  }
  .afronis-jak-stosowac .blue-line {
    margin-top: 60px;
  }
  .section-1 .afronis-box-container {
    bottom: -60px;
    right: calc(28vw / 2);
    width: 18vw;
  }
  .tradzik-przyczyny .g-main-feature-right {
    display: flex;
    align-items: center;
  }
  .tradzik-przyczyny .blue-line {
    margin-top: 60px;
  }
  .section-2.home-page .g-main-feature-right .g-main-feature-desc {
    display: none;
  }
  .section-2.home-page .g-main-feature-right .g-content {
    width: 747px;
  }
  .section-2.home-page .g-main-feature-right .g-content p:last-child {
    margin-bottom: 105px;
  }
  .section-2 {
    min-height: 650px;
  }
  .section-2.afronis-page .g-main-feature-right .g-content {
    max-width: 468px;
  }
}
@media (min-width: 103.125rem) {
  .afronis-sekcja {
    padding-top: 83px !important;
  }
  .afronis-jak-stosowac .blue-line {
    margin-top: 60px;
  }
  .home #g-utility .blue-line {
    margin-top: 85px;
  }
  .tradzik-przyczyny .g-main-feature-right .g-content {
    padding: 0;
    margin: 0;
  }
  .section-2.home-page .g-main-feature-right .g-main-feature-desc {
    display: none;
  }
  .section-1 {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    position: relative;
    z-index: 9;
  }
  .section-1 > .g-grid {
    flex-wrap: nowrap;
  }
  .section-1 .afronis-box-container {
    position: absolute;
    bottom: -60px;
    right: calc(28vw / 2);
    width: 12vw;
  }
  .section-1 .afronis-box-container img {
    width: 100%;
  }
  .section-2 {
    min-height: 650px;
  }
  .section-2.afronis-page .g-main-feature-right .g-content {
    max-width: 468px;
  }
  .table-desktop {
    display: table;
  }
  .table-mobile {
    display: none;
  }
  .afronis-intro table tbody tr td:first-child {
    padding-right: 180px;
  }
  .afronis-intro table tbody tr td:last-child {
    padding-left: 50px;
  }
}
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f4f4f4;
}
.tradzik-roznice .g-content.g-particle p:nth-child(7) {
  display: none;
}
.cc_message {
  color: #159cd3;
}
.outline-afronis .afronis-page .g-content {
  margin-left: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.outline-czeste_pytania #g-header {
  min-height: 24vw;
}
.outline-czeste_pytania .g-main-feature-desc {
  display: none;
}
.pytania-sekcja .g-content.g-particle {
  padding-left: 0;
  padding-right: 0;
}
.outline-kontakt .g-block.g-main-feature-left .g-content {
  padding-left: 0;
  padding-right: 0;
}
.text-info1 {
  font-size: 11px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.afronis-above .info p {
  margin-bottom: 0;
}
#g-footer .g-container .g-grid {
  display: flex;
  align-items: center;
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  #g-footer .g-container .g-grid .g-block {
    flex-basis: 50%;
  }
}
@media only all and (max-width: 49.99rem) {
  #g-footer .g-container .g-grid .g-block {
    flex-basis: 50% !important;
    flex: 0 50%;
  }
}
#g-above {
  padding-top: 27px;
}
#g-above.afronis-above .g-block .g-content {
  margin: 0;
}
#g-above.afronis-above .g-block .g-content p:first-child {
  margin: 0;
}
@media only all and (min-width: 66rem) {
  #g-intro.afronis-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
#g-intro.afronis-intro .g-block .g-content {
  margin: 0;
}
@media only all and (min-width: 50rem) {
  #g-sekcja.afronis-sekcja .margin-top {
    margin-top: 28px !important;
  }
}
@media only all and (min-width: 50rem) {
  #g-sekcja.afronis-sekcja .blue-container {
    width: 970px;
  }
  #g-sekcja.afronis-sekcja .blue-container p {
    color: white;
    font-size: 24px;
    font-weight: 400;
  }
}
.no-t-b-m {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
@media only all and (min-width: 50rem) {
  h1.czeste-pytania {
    font-size: 73px !important;
  }
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  h1.czeste-pytania {
    font-size: 73px !important;
    line-height: 87px !important;
  }
}
h1.czeste-pytania .header-blue {
  padding: 5px 20px !important;
}
.outline-czeste_pytania #g-header {
  display: flex;
  align-items: center;
}
@media only all and (min-width: 50rem) and (max-width: 65.99rem) {
  .outline-czeste_pytania #g-header .g-container {
    width: 100% !important;
  }
}
.vfb-item.vfb-item-secret {
  display: block !important;
}
@media only all and (min-width: 50rem) {
  #g-container-main.kontakt-container {
    padding-top: 132px;
  }
}
#g-container-main .vfb-section.vfb-section-2 {
  margin-left: 0 !important;
}
.tk-content1 .g-main-feature-buttons {
  text-align: center;
}
.tk-content1 .g-main-feature-buttons a {
  color: white !important;
  font-size: 14px;
  background-color: #159cd3;
  border-radius: 0;
  font-weight: 700;
  padding: 18px 49px;
}
.tk-content1 .g-main-feature-buttons a:hover {
  color: black !important;
}
.afronis-system .afronis-system-step .g-info-container {
  margin-left: 5px;
  margin-right: 5px;
}
.afronis-system .afronis-system-step .g-content-pro-title {
  text-transform: none;
  font-size: 20px;
  line-height: 32px;
}
.afronis-system .afronis-system-step .g-content-pro-title span {
  font-size: 16px;
  color: #159cd3;
}
.afronis-system .afronis-system-step .g-content-pro-desc {
  text-align-last: left;
}
.afronis-system .afronis-system-step .g-content-pro-desc ul li {
  margin-bottom: 18px;
  line-height: 18px;
  font-size: 15px;
  display: flex;
  text-align: left;
}
.afronis-system .afronis-system-step .g-content-pro-desc ul li:before {
  content: "■ ";
  color: #159cd3;
  margin-right: 30px;
}
.afronis-system .afronis-system-step .g-content-pro-desc ul li:first-child {
  font-weight: 600;
}
.tk-flex-between {
  justify-content: space-between;
}
.step-button .spec-button {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.step-button .spec-button .button-wrapper {
  background: #159cd3;
  width: 232px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-button .spec-button .button-wrapper a {
  color: white;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .logo-on-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .first-slide > div:not(.uk-overlay-panel) {
    background-image: url('../images/bg-mp-products.jpg') !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: right;
  }
}
.home #g-header {
  border-bottom: 1px solid #e6e6e6;
}
.main-banner-text {
  margin: 0 !important;
  padding-left: 0 !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  color: black;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}
.main-banner-text span {
  color: #159cd3;
}
@media screen and (min-width: 1171px) {
  .main-banner-container {
    height: 770px;
    background-image: url('../images/bg-mp.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
  }
  .main-banner-container .main-banner-text {
    font-size: 64px;
    line-height: 72px;
  }
  .main-banner-container .text-info {
    margin-left: calc(50% - (1171px / 2));
    padding-top: 104px;
  }
  .main-banner-container .products-container {
    margin-left: calc(50% - (1171px / 2));
    margin-top: 51px;
  }
}
.main-banner-container .slideshow-caption .g-slideshow-desc {
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 590px) and (max-width: 1170px) {
  .main-banner-container {
    height: 770px;
    background-color: white !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
  }
  .main-banner-container .main-banner-text {
    font-size: 64px;
    line-height: 72px;
  }
  .main-banner-container .text-info {
    padding-top: 104px;
    margin-left: 10vw !important;
  }
  .main-banner-container .products-container {
    text-align: right;
    margin-top: 51px;
  }
}
@media screen and (min-width: 120px) and (max-width: 589px) {
  .main-banner-container {
    height: 120vw;
    background-color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .main-banner-container .main-banner-text {
    font-size: 8vw;
    line-height: 8.3vw;
  }
  .main-banner-container .text-info {
    display: flex;
    justify-content: center;
  }
  .main-banner-container .products-container {
    margin-left: 3vw;
    margin-right: 3vw;
    display: flex;
    justify-content: center;
  }
}
.home #g-utility .g-particle-intro p {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}
.home #g-utility .g-particle-intro p span {
  color: #159cd3;
}
@media screen and (min-width: 120px) and (max-width: 800px) {
  .home #g-utility .jlt .g-particle-intro {
    margin-bottom: 0;
  }
  .home #g-utility .afronis-system-step {
    padding-top: 0;
  }
  .home #g-utility .afronis-system-step .g-content-pro-desc {
    display: flex;
    justify-content: center;
  }
  .home #g-utility .step-button > div {
    display: block !important;
  }
  .home #g-utility .g-content-pro-item {
    margin-bottom: 0;
  }
  .home #g-utility .g-info-container {
    padding-bottom: 0;
  }
}
.packshot img {
  max-width: 130%;
}
.afronis-care ul {
  list-style: none;
  line-height: 140%;
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.afronis-care ul li {
  margin-bottom: 10px;
}
.afronis-care ul li:before {
  content: "■";
  color: #70bddd;
  padding-right: 20px;
  display: block;
  margin: 0;
  left: 0;
  float: left;
  height: 25px;
}
.afronis-info {
  background: #def3fd;
  padding: 5% 5% 2% 14% !important;
  position: relative;
  margin: 0;
}
.afronis-info img {
  left: -50px;
  position: absolute;
}
@media only all and (max-width: 800px) {
  .afronis-info img {
    display: none;
  }
}
.afronis-care .blue .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
.afronis-care .blue .g-content .g-grid {
  min-height: 540px;
  margin-bottom: 20px;
}
.afronis-care .blue .g-content .g-content {
  margin: 0 !important;
  padding: 5px !important;
}
.afronis-care .blue .product-info {
  background: #84ccee;
  background: linear-gradient(190deg, #84ccee 0%, #159cd3 100%);
  border: 10px solid white;
  text-align: center;
  margin-bottom: 60px;
  padding: 60px 20px 0px;
  min-height: 360px;
}
.afronis-care .blue .product-info p {
  color: white;
}
.apteka img {
  border: 1px solid #e6e6e6;
}
.apteka img:hover {
  box-shadow: 1px 1px 20px #e6e6e6;
}
h1.big {
  font-weight: 700 !important;
  text-transform: uppercase;
}
h1.big span {
  color: #159cd3;
}
.g-main-nav ul li {
  text-align: center;
}
.afronis-above li {
  color: black !important;
}
@media screen and (min-width: 220px) and (max-width: 799px) {
  .new-design .g-main-feature-buttons {
    justify-content: center;
    display: flex;
  }
}
.new-design ul li {
  margin-bottom: 23px;
}
@media screen and (min-width: 220px) and (max-width: 1056px) {
  .new-design .g-main-feature-left {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 220px) and (max-width: 799px) {
  .new-design .g-main-feature-left {
    padding-top: 30px;
  }
  .new-design .g-main-feature-left img {
    margin-left: 13vw;
  }
}
.new-design .g-main-feature-left .g-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-design p.blue {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #159cd3;
  margin-top: -15px;
}
.outline-afronis_plus #g-sekcja {
  padding-top: 10px !important;
}
.outline-afronis_plus #g-sekcja .afronis-info {
  padding: 0% 5% 2% 11% !important;
}
.outline-afronis_plus #g-sekcja .g-container .g-grid:first-child {
  padding-bottom: 63px;
}
@media screen and (min-width: 220px) and (max-width: 799px) {
  .outline-afronis_plus #g-sekcja .g-container .g-grid:first-child {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1166px) {
  .outline-afronis_care #g-header .section-1 > .g-grid {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 200px) and (max-width: 599px) {
  .outline-afronis_care #g-header .section-1 .g-main-feature-right .g-content {
    display: flex;
    padding-left: 120px;
  }
  .outline-afronis_care #g-header .section-1 .g-main-feature-left .g-main-feature-buttons {
    justify-content: center;
    display: flex;
  }
  .outline-afronis_care .g-main-feature-right.packshot {
    position: absolute;
    left: 50%;
    top: 45%;
  }
  .outline-afronis_care .g-main-feature-right.packshot .g-content {
    left: -50% !important;
  }
}
.tk-text-bold {
  font-weight: 700;
}
.tk-text-bold-blue {
  font-weight: 700;
  color: #159cd3;
}
.info-text-blue {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  color: #159cd3;
}
.afronis-care-logo {
  margin-bottom: 50px;
}
.afronis-care-text {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  padding-bottom: 30px;
  display: block;
}
@media screen and (min-width: 800px) {
  .outline-afronis_plus .g-main-feature-image {
    margin-top: 76px;
  }
}
.afronis-sekcja.afronis-care .afronis-care-main-feature ul li {
  margin-bottom: 16px;
}
@media screen and (min-width: 800px) {
  .afronis-sekcja.afronis-care .afronis-care-main-feature {
    padding-top: 98px;
  }
}
@media screen and (min-width: 560px) and (max-width: 799px) {
  .afronis-sekcja.afronis-care .afronis-care-main-feature {
    padding-top: 34px;
    padding-bottom: 35px;
  }
  .afronis-sekcja.afronis-care .afronis-care-main-feature .new-design .g-grid {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 200px) and (max-width: 559px) {
  .afronis-sekcja.afronis-care .afronis-care-main-feature .g-main-feature-image {
    max-height: 400px;
    width: auto;
  }
  .afronis-sekcja.afronis-care .afronis-care-main-feature .afronis-care-logo {
    margin-top: 66px;
  }
}
.afronis-sekcja.afronis-care .g-main-feature-image {
  overflow: hidden;
}
.afronis-sekcja.afronis-care > .g-container > .g-grid {
  width: 100%;
}
.afronis-sekcja.afronis-care > .g-container > .g-grid .g-grid:nth-child(2), .afronis-sekcja.afronis-care > .g-container > .g-grid .g-grid:nth-child(3) {
  width: 100%;
}
.outline-afronis_clean #g-header {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 800px) {
  .outline-afronis_clean .afronis-care-short-info {
    margin-top: 90px;
  }
}
.outline-afronis_clean .afronis-care-short-info h2 {
  text-align: center;
}
.afronis-care-short-info {
  margin-bottom: 41px;
}
@media screen and (min-width: 800px) {
  .afronis-care-short-info {
    margin-top: 133px;
  }
}
.afronis-care-short-info .g-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.afronis-care-short-info .g-content h2 {
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0.75px;
  line-height: 36px;
  margin-bottom: 0;
}
.afronis-care-short-info .g-content p {
  margin-top: 0;
  max-width: 568px;
  text-align: center;
  letter-spacing: 0.45px;
  line-height: 32px;
  font-weight: 700;
  font-size: 18px;
}
.ingredients-info.afronis-info {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 800px) {
  .ingredients-info.afronis-info {
    padding-left: 5% !important;
  }
}
.ingredients-info h3 {
  margin-top: -18px;
  margin-bottom: -7px;
  font-size: 24px;
  font-weight: 700;
}
.ingredients-info p {
  font-size: 15px;
  line-height: 21px;
}
.ingredients-list {
  padding-left: 44px;
  padding-right: 44px;
  margin-top: 20px;
  margin-top: 34px !important;
  margin-bottom: 63px !important;
}
.ingredients-list h3 {
  color: #149cd2;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.ingredients-list p {
  font-size: 16px;
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.ingredients-list .margin-top-middle {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.ingredients-list ul {
  padding-top: 18px !important;
}
.ingredients-list ul li {
  margin-bottom: 21px;
}
.ingredients-list ul li::before {
  content: " ";
  background: url('../../../../uploads/2021/08/check.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  top: 5px;
  padding-right: 31px;
}
.prebiom-info {
  background: url('../../../../uploads/2021/08/prebiom-info-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 800px) {
  .prebiom-info {
    margin-bottom: 91px !important;
  }
}
.prebiom-info .g-content {
  padding: 64px 168px 66px 70px !important;
}
.prebiom-info h2 {
  text-align: left;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 !important;
}
.prebiom-info p {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 48px;
  color: white;
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.literature {
  margin-bottom: 37px !important;
}
.literature ol {
  display: table-cell;
}
.literature ol li {
  display: flex;
}
.responsible-person {
  margin-bottom: 40px !important;
}
.set-list-style ul {
  display: table-cell;
}
.set-list-style ul li {
  display: flex;
}
.responsible-person {
  font-size: 15px;
  line-height: 27px;
}
/*# sourceMappingURL=custom_afronis_clean___care.css.map */