body {
  font-family: 'Open Sans', sans-serif;
  color: #111111;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  -webkit-transition: color .3s,
 background .3s,
 opacity .3s,
 border-color .3s;
  -o-transition: color .3s,
 background .3s,
 opacity .3s,
 border-color .3s;
  transition: color .3s,
 background .3s,
 opacity .3s,
 border-color .3s;
}

a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
}

.text-gray {
  color: #666666;
}

.text-green {
  color: #009966;
}

@media screen and (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    border-radius: 0;
    visibility: hidden;
    margin-top: 0;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(20px);
    -ms-transform: translateX(-50%) translateY(20px);
    -o-transform: translateX(-50%) translateY(20px);
    transform: translateX(-50%) translateY(20px);
    -webkit-transition: opacity .2s, visibility .3s, -webkit-transform .2s;
    transition: opacity .2s, visibility .3s, -webkit-transform .2s;
    -o-transition: opacity .2s, visibility .3s, -o-transform .2s;
    transition: opacity .2s, transform .2s, visibility .3s;
    transition: opacity .2s, transform .2s, visibility .3s, -webkit-transform .2s, -o-transform .2s;
  }
  .dropdown.open .dropdown-menu, .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #000000;
}

.bootstrap-select .bs-caret {
  color: #009966;
}

.bootstrap-select > .dropdown-toggle:focus {
  outline: 0 !important;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0;
  border-color: #000000;
}

.bootstrap-select .dropdown-menu a:hover {
  background: #000000;
  color: #ffffff;
}

.icon {
  display: inline-block;
  vertical-align: -0.15em;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.inview {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}

.row-collapse > [class^="col-"],
.row-collapse > [class*=" col-"] {
  padding: 0;
}

.row-xs {
  margin: 0 -3px;
}

.row-xs > [class^="col-"],
.row-xs > [class*=" col-"] {
  padding: 0 3px;
}

/**
*  BUTTONS
*/
.btn {
  -webkit-transition: color .3s, background .3s, border-color .3s;
  -o-transition: color .3s, background .3s, border-color .3s;
  transition: color .3s, background .3s, border-color .3s;
  border-radius: 0;
}

.btn:focus, .btn:active, .btn:active:focus {
  outline: 0;
}

.btn.btn-lg {
  font-size: 16px;
  padding: 10px 30px;
}

.btn.btn-submit {
  margin-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
}

.btn-primary {
  color: #ffffff;
  background-color: #009966;
  border-color: #009966;
}

.btn-primary:focus, .btn-primary:active:focus {
  color: #ffffff;
  background-color: #006644;
  border-color: #001a11;
}

.btn-primary:hover, .btn-primary:active {
  color: #ffffff;
  background-color: #006644;
  border-color: #005c3d;
}

.btn-primary-outline {
  color: #009966;
  background: none;
  border-color: #009966;
}

.btn-primary-outline:focus, .btn-primary-outline:active:focus {
  color: #ffffff;
  background-color: #006644;
  border-color: #001a11;
}

.btn-primary-outline:hover, .btn-primary-outline:active {
  color: #ffffff;
  background-color: #009966;
  border-color: #009966;
}

.btn-dark-outline {
  color: #000000;
  background: none;
  border-color: #000000;
}

.btn-dark-outline:focus, .btn-dark-outline:active:focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.btn-dark-outline:hover, .btn-dark-outline:active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/**
*  FORM
*/
.form-group {
  margin-bottom: 30px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.4);
}

.form-control.input-lg {
  height: 40px;
  padding: 7px 16px;
  font-size: 16px;
}

.form-control.form-select {
  padding-right: 25px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #000000;
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
}

.form-control.form-select::-ms-expand {
  display: none;
}

/*
** page land select
*/
.page-lng {
  color: #000000;
}

.page-lng .container {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-lng .container {
    margin-top: 50px;
  }
}

.page-lng .page-logo {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-lng .page-logo {
    text-align: left;
  }
}

.page-lng .page-logo img {
  height: 55px;
}

@media screen and (min-width: 768px) {
  .page-lng .page-logo img {
    height: 87px;
  }
}

.page-lng .hero-image {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 30%;
}

@media screen and (min-width: 768px) {
  .page-lng .hero-image {
    height: 305px;
    padding-bottom: 0;
  }
}

.page-lng ul {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-lng ul {
    margin-top: -8px;
  }
}

.page-lng ul li {
  border-bottom: 1px solid #000000;
  line-height: 30px;
}

.page-lng ul li a {
  display: inline-block;
  position: relative;
  color: #009966;
  padding-left: 12px;
  margin-left: 20px;
}

.page-lng ul li a::before {
  position: absolute;
  left: 0px;
  top: 11px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #009966;
}

.page-lng ul li a:hover {
  color: #000000;
}

.page-lng ul li a.not-visible {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/*
** NAVBAR
*/
.navbar-top {
  position: relative;
}

.navbar-top:before, .navbar-top:after {
  content: " ";
  display: table;
}

.navbar-top:after {
  clear: both;
}

.navbar-top .container {
  position: relative;
}

.navbar-info {
  padding: 0;
  color: #666666;
  list-style-type: none;
  font-size: 14px;
  margin-top: 10px;
}

.navbar-info:before, .navbar-info:after {
  content: " ";
  display: table;
}

.navbar-info:after {
  clear: both;
}

@media screen and (min-width: 992px) {
  .navbar-info {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
  }
}

.navbar-info > li {
  float: left;
}

.navbar-info > li > a {
  color: #666666;
}

@media screen and (max-width: 991px) {
  .navbar-info > li {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .navbar-info > li {
    margin-left: 25px;
  }
}

.navbar-info .icon {
  color: #009966;
}

.navbar-info .dropdown {
  float: right;
}

.navbar-info .dropdown-toggle {
  padding: 0;
  outline: 0;
  background: none;
}

.navbar-info .dropdown-toggle .caret {
  color: #009966;
}

.navbar-info .dropdown-toggle:active, .navbar-info .dropdown-toggle:hover, .navbar-info .dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-info .dropdown-menu {
  min-width: 60px;
  border-radius: 0;
  background: #009966;
}

.navbar-info .dropdown-menu a {
  color: #ffffff;
}

.navbar-info .dropdown-menu a:hover {
  color: #ffffff;
  background: #006644;
}

.navbar {
  background: #ffffff;
  margin-bottom: 0;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar {
    min-height: 130px;
  }
}

.navbar .navbar-brand {
  height: auto;
  padding-top: 5px;
}

.navbar .navbar-brand img {
  height: 55px;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-brand {
    padding-top: 30px;
  }
  .navbar .navbar-brand img {
    height: 80px;
  }
}

.navbar .navbar-toggle {
  margin-top: 24px;
  margin-right: 15px;
  width: 24px;
  padding: 0;
  height: 21px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.navbar .navbar-toggle .icon-bar {
  background: #009966;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0;
}

.navbar .navbar-toggle .icon-bar:nth-child(1) {
  top: 0px;
}

.navbar .navbar-toggle .icon-bar:nth-child(2) {
  top: 8px;
}

.navbar .navbar-toggle .icon-bar:nth-child(3) {
  top: 16px;
}

.navbar .navbar-toggle.active .icon-bar:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar .navbar-toggle.active .icon-bar:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navbar .navbar-toggle.active .icon-bar:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navbar .navbar-collapse {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-top: 0;
}

.navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav {
    margin-top: 65px;
    float: right;
  }
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav > li.open > .dropdown-toggle,
  .navbar .navbar-nav > li.open > .dropdown-toggle:active,
  .navbar .navbar-nav > li.open > .dropdown-toggle:focus,
  .navbar .navbar-nav > li.open > .dropdown-toggle:hover {
    background: #006644;
    color: #ffffff;
  }
}

.navbar .navbar-nav > li > a {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  background: #009966;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav > li > a {
    color: #000000;
    margin: 0 15px;
    padding: 10px 0;
    padding-bottom: 35px;
    background: none;
  }
}

.navbar .navbar-nav > li > a:hover {
  background: none;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav > li > a:hover {
    background: #006644;
    color: #ffffff;
  }
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav > li > a:after {
    content: "";
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #26a173;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -o-transform .2s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.navbar .navbar-nav > li:hover a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar .navbar-nav .open > a {
  background: none;
}

.navbar .navbar-nav .open > a:hover, .navbar .navbar-nav .open > a:focus {
  background: none;
}

.navbar .navbar-nav .dropdown-menu {
  background: #26a173;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav .dropdown-menu.dropdown-menu-column {
    padding: 25px 0;
    min-width: 400px;
    max-width: 480px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    font-size: 0;
  }
  .navbar .navbar-nav .dropdown-menu.dropdown-menu-column li {
    display: inline-block;
    width: 100%;
  }
  .navbar .navbar-nav .dropdown-menu.dropdown-menu-column li a {
    font-size: 14px;
    display: block;
    padding: 3px 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
  }
}

.navbar .navbar-nav .dropdown-menu ul {
  list-style-type: none;
  padding: 0;
}

.navbar .navbar-nav .dropdown-menu ul a {
  color: #ffffff;
  display: block;
  padding: 6px 0;
  outline: 0;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav .dropdown-menu ul a {
    padding: 2px 0;
    white-space: normal;
  }
}

.navbar .navbar-nav .dropdown-menu li a {
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  color: #ffffff;
  text-decoration: none;
}

.navbar .navbar-nav .dropdown-menu li > a:hover,
.navbar .navbar-nav .dropdown-menu li > a:focus {
  background: #006644;
}

.navbar-buttons {
  list-style-type: none;
  float: right;
  padding-left: 25px;
  margin-top: 68px;
  margin-right: -15px;
}

@media screen and (min-width: 1200px) {
  .navbar-buttons .btn {
    min-width: 111px;
  }
}

/*
** HERO GALLERY
*/
.hero-gallery {
  position: relative;
}

.hero-gallery .gallery {
  padding-bottom: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hero-gallery .gallery .flickity-page-dots {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .hero-gallery .gallery {
    padding-bottom: 0;
    height: 575px;
  }
}

.hero-gallery .gallery.gallery-featured .gallery-cell .gallery-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .75;
}

.hero-gallery .gallery.gallery-featured .gallery-cell .gallery-info {
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.hero-gallery .gallery.gallery-featured .gallery-cell .gallery-info span {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  font-size: 80px;
  line-height: 1;
  color: #009966;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .hero-gallery .gallery.gallery-featured .gallery-cell .gallery-info span {
    font-size: 150px;
  }
}

.hero-gallery .gallery.gallery-featured .gallery-cell.is-selected .gallery-info {
  opacity: 1;
}

.hero-gallery .flickity-viewport {
  position: absolute;
  width: 100%;
}

.hero-gallery .gallery-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.hero-gallery .gallery-cell .mfp-video {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.hero-gallery .gallery-cell .mfp-video:hover {
  color: #009966;
}

.hero-gallery .gallery-cell .mfp-video .icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
}

@media screen and (min-width: 992px) {
  .hero-gallery .gallery-cell .mfp-video .icon {
    width: 92px;
    height: 92px;
    margin-top: -46px;
    margin-left: -46px;
  }
}

@media screen and (min-width: 992px) {
  .hero-gallery .gallery-cell {
    width: 940px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-gallery .gallery-cell {
    width: 1140px;
  }
}

.hero-gallery .gallery-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
}

.hero-gallery .gallery-nav button {
  background: #ffffff;
  color: #26a173;
  border: 0;
  outline: 0;
  width: 55px;
  height: 32px;
  float: right;
  margin-left: 1px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.hero-gallery .gallery-nav button:hover {
  opacity: .8;
}

.hero-gallery .flickity-page-dots {
  bottom: 16px;
}

.hero-gallery .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 0;
  opacity: 1;
  background: #ffffff;
  position: relative;
}

.hero-gallery .flickity-page-dots .dot::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #009966;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.hero-gallery .flickity-page-dots .dot.is-selected::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*
** STICKY FEATURED
*/
.sticky-featured {
  position: fixed;
  right: 0;
  top: 242px;
  z-index: 5;
}

.sticky-featured a {
  text-align: center;
  display: block;
  color: #666666;
  width: 180px;
  padding: 20px;
  background: #e9e8e1;
  text-decoration: none;
  outline: 0;
}

.sticky-featured a:hover {
  background: #d3d1c4;
}

.sticky-featured img,
.sticky-featured .btn {
  margin-bottom: 14px;
}

.sticky-featured p {
  margin: 0;
}

.sticky-featured .btn-close-sticky {
  position: absolute;
  top: 0px;
  left: 50%;
  padding: 0;
  border: 0;
  outline: 0;
  width: 20px;
  height: 20px;
  font-size: 21px;
  line-height: 1;
  background: #e9e8e1;
  color: #585540;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, -o-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.sticky-featured:hover .btn-close-sticky {
  opacity: 1;
  -webkit-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  -o-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
}

.sticky-featured.visible-xs {
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 20px;
}

.sticky-featured.visible-xs .btn-close-sticky {
  display: none;
}

.sticky-featured.visible-xs a {
  width: 100%;
  height: 90px;
  padding: 10px;
  padding-left: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sticky-featured.visible-xs a .btn {
  margin-bottom: 4px;
}

.sticky-featured.visible-xs a img {
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}

.sticky-featured.visible-xs a p {
  font-size: 14px;
  margin-bottom: 0;
}

/*
** HERO BLOCKS
*/
.hero-blocks .container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .hero-blocks .container:before {
    position: absolute;
    left: -4px;
    top: 0;
    background: url(../images/theme/segment-shadow-left.png) no-repeat left center;
    width: 19px;
    height: 103px;
  }
  .hero-blocks .container:after {
    position: absolute;
    left: 100%;
    top: 0;
    background: url(../images/theme/segment-shadow-right.png) no-repeat left center;
    width: 19px;
    height: 103px;
    margin-left: -15px;
  }
}

.hero-blocks .item {
  text-align: justify;
  position: relative;
  background: #ffffff;
  padding-top: 20px;
}

.hero-blocks .item.hero-info {
  margin-bottom: 30px;
}

.hero-blocks .item.hero-info h1, .hero-blocks .item.hero-info h2 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
}

@media screen and (min-width: 480px) {
  .hero-blocks .item {
    padding: 30px;
  }
  .hero-blocks .item.hero-info {
    margin-top: -50px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .hero-blocks .item {
    margin-top: -50px;
  }
}

@media screen and (min-width: 992px) {
  .hero-blocks .item {
    margin-top: -100px;
  }
  .hero-blocks .item.hero-info {
    margin-top: -100px;
  }
}

.hero-blocks .item .h3 {
  color: #009966;
  margin-top: 0;
}

.hero-blocks .item .h3 a {
  color: #009966;
}

.hero-blocks .item > p {
  margin-bottom: 25px;
}

.hero-blocks .hero-news {
  position: relative;
  min-height: 70px;
}

.hero-blocks .hero-news .gallery-cell {
  width: 100%;
}

.hero-blocks .hero-news .gallery-cell .news-title {
  color: #009966;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-blocks .hero-news .gallery-cell .news-summary {
  margin-bottom: 25px;
}

.hero-blocks .hero-news .gallery-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  overflow: hidden;
}

.hero-blocks .hero-news .gallery-nav button {
  width: 70px;
  height: 34px;
  float: left;
  margin-left: 1px;
  background: #e9e8e1;
  border: 0;
  color: #009966;
  font-size: 14px;
  outline: 0;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.hero-blocks .hero-news .gallery-nav button:hover {
  background: #d3d1c4;
}

/*
** HERO ACHIEVEMENTS
*/
.hero-achievements h3 {
  color: #009966;
  margin-top: 25px;
  margin-bottom: 25px;
}

.hero-achievements .list-items {
  background: #e9e8e1;
  padding: 30px;
  padding-bottom: 0;
}

.hero-achievements .list-items .item {
  text-align: center;
}

.hero-achievements .list-items .item a {
  color: #666666;
  text-decoration: none;
  display: block;
  padding-bottom: 30px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.hero-achievements .list-items .item a:hover .btn {
  background: #009966;
  color: #ffffff;
}

.hero-achievements .list-items .item .item-img img {
  margin: auto;
}

.hero-achievements .list-items .item .item-info {
  padding-left: 10px;
  padding-right: 10px;
}

.hero-achievements .list-items .item .item-info h4 {
  color: #009966;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 2px;
  height: 34px;
  overflow: hidden;
}

.hero-achievements .list-items .item .item-info p {
  margin-bottom: 25px;
}

/*
** HERO NUMBERS
*/
.hero-numbers {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .hero-numbers {
    padding-top: 65px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .hero-numbers .col-sm-6 {
    background: url(../images/theme/hero-numbers-shadow.png) no-repeat left top;
  }
}

.hero-numbers .item {
  margin-bottom: 40px;
  position: relative;
  font-family: "Quicksand", sans-serif;
}

@media screen and (min-width: 768px) {
  .hero-numbers .item {
    height: 150px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .hero-numbers .item {
    margin-bottom: 0;
  }
}

.hero-numbers .item .item-content {
  font-size: 24px;
  line-height: 16px;
  color: #666666;
}

.hero-numbers .item .item-content .data-counter {
  font-size: 72px;
  line-height: 1;
  color: #22a77a;
}

.hero-numbers .item .item-content .item-plus {
  float: left;
  text-align: center;
  line-height: 25px;
  margin-top: 9px;
  margin-right: 10px;
}

.hero-numbers .item .item-content .item-plus span {
  font-size: 40px;
  font-weight: 300;
}

.hero-numbers .item .item-content .item-pays {
  float: left;
  margin-top: 10px;
  line-height: 28px;
}

.hero-numbers .item .icon {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 68px;
  height: 68px;
  color: #949288;
}

@media screen and (min-width: 992px) {
  .hero-numbers .item .icon {
    right: -15px;
  }
}

.hero-numbers .item .icon.icon-think {
  top: 10px;
}

.hero-numbers .item .icon.icon-people {
  width: 94px;
  height: 94px;
  top: -5px;
}

.hero-numbers .item .icon.icon-countries {
  width: 84px;
  height: 84px;
  top: 0px;
  right: 0;
}

.hero-numbers .item .item-info {
  margin-top: 15px;
}

/*
** CONTENT
*/
.segment {
  background: #ffffff;
  position: relative;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .segment.segment-clear {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .segment.segment-clear:before {
    top: 0;
  }
  .segment.segment-clear:after {
    top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .segment.segment-featured {
    min-height: 400px;
    margin-top: -400px;
  }
  .segment.segment-featured:before {
    top: 400px;
  }
  .segment.segment-featured:after {
    top: 400px;
  }
}

@media screen and (min-width: 768px) {
  .segment {
    margin-top: -150px;
    padding: 25px 40px;
    padding-top: 40px;
  }
  .segment:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 0;
    background: url(../images/theme/segment-shadow-left.png) no-repeat left center;
    width: 19px;
    height: 103px;
  }
  .segment:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    background: url(../images/theme/segment-shadow-right.png) no-repeat left center;
    width: 19px;
    height: 103px;
  }
}

@media screen and (min-width: 1200px) {
  .segment {
    margin-top: -270px;
    min-height: 270px;
  }
  .segment:before {
    top: 270px;
  }
  .segment:after {
    top: 270px;
  }
}

.sidenav h3 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .sidenav h3 {
    font-size: 24px;
  }
}

.sidenav ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.sidenav a {
  display: block;
  padding: 1px 0;
  color: #009966;
  position: relative;
}

.sidenav a:not(.active):hover {
  opacity: .5;
}

.sidenav a.active {
  font-weight: 700;
}

.sidenav a.active::before {
  position: absolute;
  left: -8px;
  top: 8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #009966;
}

.page-title {
  font-size: 24px;
  color: #009966;
  margin-bottom: 20px;
  margin-top: 0;
}

.page-content {
  color: #666666;
  padding-bottom: 50px;
}

.page-content p {
  margin-bottom: 25px;
  line-height: 1.5;
}

.page-content .list-styled {
  list-style-type: none;
  padding-left: 30px;
}

.page-content .list-styled li {
  position: relative;
}

.page-content .list-styled li::before {
  content: "\203A";
  font-size: 20px;
  color: #00a970;
  position: absolute;
  left: -15px;
  top: -5px;
}

.page-gallery {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-gallery .row {
    margin: 0 -7px;
  }
  .page-gallery .col-xs-6 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.page-gallery .mfp-item {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .page-gallery .mfp-item {
    margin-bottom: 30px;
  }
}

.page-gallery .mfp-item img {
  width: 100%;
}

.page-gallery .mfp-item .item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #009966;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.page-gallery .mfp-item .item-overlay .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.page-gallery .mfp-item:hover .item-overlay {
  opacity: 1;
}

.segment-realisations .data-filters {
  margin-top: -4px;
}

.segment-realisations .data-filters .form-select {
  margin-bottom: 15px;
}

.list-realisations {
  padding-top: 25px;
}

@media screen and (min-width: 385px) and (max-width: 768px) {
  .list-realisations .col-xs-6:nth-child(2n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 385px) {
  .list-realisations .col-xs-6 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .list-realisations .row {
    margin: 0 -7px;
  }
  .list-realisations .col-xs-6 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.list-realisations .item {
  text-align: center;
  margin-bottom: 30px;
}

.list-realisations .item .item-img {
  position: relative;
}

.list-realisations .item .item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #009966;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.list-realisations .item .item-overlay .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.list-realisations .item a {
  outline: 0;
}

.list-realisations .item a:hover .item-overlay {
  opacity: 1;
}

.list-realisations .item .item-info {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .list-realisations .item .item-info {
    max-height: 71px;
  }
}

.list-realisations .item h4 {
  margin: 0;
  font-size: 16px;
  color: #009966;
}

.list-realisations .item p {
  margin: 0;
  color: #666666;
}

.segment-actualites .data-filters {
  margin-top: -4px;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 385px) {
  .segment-actualites .list-items .col-xs-6 {
    width: 100%;
  }
}

.segment-actualites .list-items .item {
  text-align: center;
  margin-bottom: 30px;
}

.segment-actualites .list-items .item .item-img {
  position: relative;
}

.segment-actualites .list-items .item .item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #009966;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.segment-actualites .list-items .item .item-overlay .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.segment-actualites .list-items .item a:hover .item-overlay {
  opacity: 1;
}

.segment-actualites .list-items .item .item-info {
  padding: 15px;
  background: #f4f4f0;
  overflow: hidden;
}

.segment-actualites .list-items .item h4 {
  margin: 0;
  font-size: 16px;
  color: #009966;
  line-height: 1.4;
  height: 44px;
  overflow: hidden;
}

.segment-actualites .list-items .item p {
  margin: 0;
  color: #666666;
  font-size: 12px;
}

.segment-actualite {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .segment-actualite::before {
    background: url("../images/theme/contact-shadow-left.png");
    width: 19px;
    height: 494px;
    opacity: .4;
  }
  .segment-actualite::after {
    background: url("../images/theme/contact-shadow-right.png");
    width: 19px;
    height: 494px;
    opacity: .4;
  }
}

.segment-actualite .actualite-title {
  background: #f4f4f0;
  color: #009966;
  font-size: 24px;
  padding: 15px 15px;
  margin: 0 -15px;
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .segment-actualite .actualite-title {
    padding: 25px 40px;
    margin: 0 -40px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.segment-actualite .img-actualite {
  margin-bottom: 25px;
  padding-top: 5px;
}

.segment-actualite .card-actualites .card-header {
  height: 76px;
  background: #e9e8e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .segment-actualite .card-actualites .card-header {
    margin-right: -40px;
  }
}

.segment-actualite .card-actualites .card-content {
  padding-bottom: 25px;
}

.segment-actualite .card-actualites .card-content h4 {
  font-size: 20px;
  color: #666666;
  margin-top: 30px;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .segment-actualite .card-actualites .card-content {
    padding-left: 25px;
  }
}

.segment-actualite .card-actualites .card-content li {
  margin-bottom: 15px;
}

.segment-actualite .card-actualites .card-content li a {
  color: #009966;
  text-decoration: underline;
}

.segment-actualite .card-actualites .card-content li a:hover {
  color: #006644;
}

.segment-suicus .data-filter .data-filter-helper {
  color: #009966;
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .segment-suicus .data-filter .data-filter-helper {
    margin-bottom: 0px;
    text-align: right;
  }
}

.segment-suicus .data-filter .form-select {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .segment-suicus .data-filter .form-select {
    margin-top: -5px;
    margin-bottom: 0;
  }
}

.segment-suicus .img-suicu {
  position: relative;
}

.segment-suicus .img-suicu .btn-marker {
  position: absolute;
  display: block;
  width: 46px;
  height: 42px;
  font-size: 30px;
  background: #ffffff;
  color: #009966;
  border: 0;
  outline: 0;
  border-radius: 5px;
  z-index: 1;
}

.segment-suicus .img-suicu .btn-marker::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 23px 0 23px;
  border-color: #ffffff transparent transparent transparent;
  margin-top: -3px;
}

.segment-suicus .img-suicu .img-marker-info {
  max-width: 450px;
  padding: 20px 22px;
  background: #009966;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  margin-top: 40px;
  visibility: hidden;
  -webkit-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-transition: opacity .3s, visiblity .3s, -webkit-transform .3s;
  transition: opacity .3s, visiblity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, visiblity .3s, -o-transform .3s;
  transition: opacity .3s, visiblity .3s, transform .3s;
  transition: opacity .3s, visiblity .3s, transform .3s, -webkit-transform .3s, -o-transform .3s;
}

.segment-suicus .img-suicu .img-marker-info.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.segment-suicus .img-suicu .img-marker-info .info-close {
  width: 30px;
  height: 36px;
  line-height: 36px;
  font-size: 21px;
  color: #ffffff;
  background: #009966;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -30px;
  cursor: pointer;
}

.segment-suicus .img-suicu .img-marker-info .info-title {
  font-size: 24px;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 10px;
}

.segment-suicus .img-suicu .img-marker-info .info-content img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.segment-suicus .img-suicu .img-marker-info::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 23px 0 23px;
  border-color: #009966 transparent transparent transparent;
  margin-left: 0;
}

.segment-landing-mobile {
  background: #f4f4f0;
}

.segment-landing-mobile::before,
.segment-landing-mobile::after {
  display: none;
}

.segment-landing .page-title {
  color: #666666;
}

.segment-landing h4 {
  margin: 25px 0;
  color: #009966;
}

.segment-landing a {
  color: #009966;
}

.segment-landing a:hover {
  color: #006644;
}

.segment-landing .ui-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.segment-landing .ui-share .fb-share-button {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .segment-landing .ui-share {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.landing-mobile-v2 .hero-image {
  width: 1140px;
  margin: auto;
}

.content-etape {
  display: none;
}

.content-etape.is-selected {
  display: block;
}

.segment-avantages .item-avantage + .item-avantage {
  margin-top: 30px;
}

.segment-avantages h4 {
  color: #009966;
  font-weight: bold;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 40px;
  background-size: auto 40px;
  padding-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.segment-avantages .list-anchor {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .segment-avantages .list-anchor {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}

.segment-avantages .list-anchor li a {
  font-size: 18px;
  color: #666666;
  position: relative;
  padding: 2px 0;
  padding-left: 30px;
  border-bottom: 1px solid #666666;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.segment-avantages .list-anchor li a:before {
  position: absolute;
  left: 0px;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #009966;
}

.segment-avantages .list-anchor li a:hover {
  color: #009966;
  border-color: #009966;
}

.segment-temoignages .mfp-item {
  margin-bottom: 30px;
  display: block;
  text-align: center;
  outline: 0;
  text-decoration: none;
}

.segment-temoignages .mfp-item .item-info {
  padding: 15px;
}

.segment-temoignages .mfp-item .item-info .name {
  display: block;
  color: #009966;
  overflow: hidden;
  font-family: 'Quicksand', sans-serif;
  height: 44px;
}

.segment-temoignages .mfp-item .item-info .date {
  color: #666666;
}

.segment-job h4 {
  font-weight: 700;
  margin-bottom: 25px;
}

.segment-job .page-buttons {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .segment-job .page-buttons {
    margin-top: 0px;
    text-align: right;
  }
}

.list-jobs {
  list-style-type: none;
  padding: 0;
}

.list-jobs li {
  padding-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 992px) {
  .list-jobs li {
    padding-bottom: 0px;
  }
}

.list-jobs a {
  color: #666666;
  position: relative;
  display: block;
}

@media screen and (min-width: 992px) {
  .list-jobs a {
    padding-right: 260px;
  }
}

.list-jobs a h4 {
  color: #4eb28d;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .list-jobs a button {
    position: absolute;
    right: 0;
    top: 40px;
  }
}

/** landing-mobile **/

.landing-mobile .navbar .navbar-brand {
    padding-top: 15px;
}

.landing-mobile .navbar {
    min-height: auto;
}

.landing-mobile .navbar-info {
    position: relative;
    float: left;
    margin-top: 8px;
    font-weight: 700;
}

.landing-mobile .navbar-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.landing-mobile .navbar-buttons {
    margin: 0;
}

.landing-mobile footer {
    background: #009966;
    color: #fff;
    padding: 25px 0;
}

.landing-mobile footer h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.landing-mobile footer a {
    color: #fff;
}

.landing-mobile .hero-image {
    padding-bottom: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .landing-mobile .hero-image {
        padding-bottom: 0;
        height: 500px;
    }
}

.landing-mobile .container {
    position: relative;
}

.landing-mobile .img-mobile {
    position: absolute;
    right: 15px;
    top: -15px;
    max-width: 75%;
    height: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .landing-mobile .img-mobile {
        right: 75px;
        top: 60px;
        max-height: 500px;
    }
}

.landing-mobile .hero-achievements {
    text-align: center;
}

.landing-mobile .hero-achievements .list-items {
    background: none;
}

.landing-mobile .hero-achievements h3 {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    display: inline-block;
}

.landing-mobile .hero-achievements h3 span {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
}

.landing-mobile .hero-achievements h3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #f4f4f0;
    top: 17px;
    left: 0;
    z-index: 0;
}

.article-landing {
    padding-top: 55px;
}

@media (min-width: 768px) {
    .article-landing {
        padding: 70px 40px;
        background: #f4f4f0;
    }
}

.article-landing h1 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
    margin-top: 0px;
}

.article-landing h2 {
    font-weight: 700;
    color: #009966;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-landing-mobile {
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-landing-mobile .btn-submit {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.form-landing-mobile .form-horizontal .control-label,
.form-landing-mobile .form-horizontal .radio label {
    color: #009966;
    font-weight: 400;
}

@media (min-width: 768px) {
    .form-landing-mobile {
        padding: 55px 40px;
    }

    .form-landing-mobile .form-horizontal .control-label,
    .form-landing-mobile .form-horizontal .radio label {
        text-align: left;
    }

    .form-landing .control-label,
    .form-landing label {
      text-align: left;
      font-weight: 400;
      color: #009966;
    }
}


/*
** CONTACT
*/
.hero-map {
  height: 420px;
  overflow: hidden;
}

.hero-map iframe {
  width: 100% !important;
  height: 100% !important;
}

.segment-contact .list-adress li {
  padding: 25px 0;
  border-bottom: 1px solid #009966;
}

.segment-contact .list-adress li:first-child {
  padding-top: 0;
}

.segment-contact .list-adress li:last-child {
  border-bottom: 0;
}

.segment-contact h4 {
  color: #009966;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

.segment-contact p {
  margin-bottom: 0;
}

.segment-contact p span {
  color: #009966;
}

.segment-contact p em {
  color: #666666;
}

.segment-contact p a {
  color: #666666;
}

.segment-contact p a:hover {
  color: #009966;
}

.segment-contact:before {
  left: -19px;
  top: 0;
  background: url(../images/theme/contact-shadow-left.png) no-repeat left center;
  width: 19px;
  height: 494px;
  margin-top: -250px;
}

.segment-contact:after {
  top: 0;
  background: url(../images/theme/contact-shadow-right.png) no-repeat left center;
  width: 19px;
  height: 494px;
  margin-top: -250px;
}

@media screen and (min-width: 992px) {
  .segment-contact .col-form {
    padding-left: 90px;
  }
}

.segment-contact .form-contact .control-label {
  font-weight: 400;
  text-align: left;
  color: #009966;
  padding-top: 9px;
}

/** landing 3 **/
.page-landing-featured .navbar-nav,
.page-landing-featured .navbar-toggle,
.page-landing-featured .copyright,
.page-landing-featured .footer-info {
  display: none!important;
}
.footer-featured-banner {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-featured-banner .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-featured-banner .item-text {
  padding-left: 18px;
  line-height: 1.1;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .footer-featured-banner {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-featured-banner .btn {
    margin-bottom: 15px;
  }
  .footer-featured-banner .item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*
** FORMS
*/
.form-application {
  padding-top: 30px;
}

.form-application .control-label {
  text-align: left;
  color: #009966;
}

.form-application .has-error .control-label {
  color: #a94442;
}

/*
** AWESOME CHECKBOX
*/
.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 6px;
  top: 6px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: 0;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #009966;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #009966;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

/*
** FOOTER
*/
footer {
  color: #666666;
}

footer a {
  color: #666666;
}

footer a:hover {
  color: #000000;
}

@media screen and (max-width: 991px) {
  footer {
    background: #f4f4f0;
  }
}

footer .footer-content {
  background: #f4f4f0;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  footer .footer-content {
    padding: 40px;
  }
}

footer h4 {
  color: #009966;
  font-size: 18px;
}

footer .form-newsletter h4 {
  margin-bottom: 15px;
}

footer hr.divider {
  height: 20px;
  margin-bottom: 10px;
  border: 0;
}

footer .footer-ncube {
  background: url(../images/theme/logo-ncube.png) no-repeat left center;
  display: block;
  padding-left: 85px;
  min-height: 62px;
  font-size: 18px;
}

footer .footer-info {
  font-size: 12px;
  margin-top: 50px;
}

footer .nav-footer {
  list-style-type: none;
  padding: 0;
}

footer .nav-footer > li a {
  display: block;
  color: #000000;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  margin-bottom: 15px;
}

footer .nav-footer > li a:hover {
  opacity: .5;
}

footer .nav-footer > li ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

footer .nav-footer > li ul a {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0;
}

footer .nav-social {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  footer .nav-social {
    margin-top: 0px;
  }
}

footer .nav-social h4 {
  display: inline-block;
  float: left;
  margin-top: 0px;
  margin-right: 25px;
  line-height: 21px;
}

footer .nav-social ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}

footer .nav-social ul li {
  float: left;
}

footer .nav-social ul li + li {
  margin-left: 15px;
}

footer .nav-social ul li a {
  font-size: 20px;
  line-height: 1;
  display: block;
  color: #000000;
  opacity: .35;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

footer .nav-social ul li a:hover {
  opacity: .8;
}

footer .copyright {
  font-size: 12px;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  footer .copyright {
    margin-top: -27px;
    float: left;
  }
}

/*
** MAGNIFIC POPUP CUSTOM POPUPS
*/
.mfp-inline-popup.mfp-call-action .mfp-header {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mfp-inline-popup.mfp-call-action .mfp-header img {
  max-height: 100%;
  margin-right: 30px;
}

.mfp-inline-popup.mfp-call-action .mfp-content {
  background: #f4f4f0;
  padding-top: 50px;
}

.mfp-inline-popup.mfp-call-action .form-select {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
}

.mfp-gallery-caption .mfp-bottom-bar {
  margin-top: -40px;
}

.mfp-gallery-caption .mfp-bottom-bar .mfp-title {
  word-wrap: break-word;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px 16px;
  padding-right: 36px;
  font-size: 14px;
}

.mfp-gallery-caption .mfp-bottom-bar .mfp-counter {
  position: absolute;
  top: 4px;
  right: 8px;
}

/*
** MAGNIFIC POPUP
*/
.mfp-inline-popup {
  background: #ffffff;
  max-width: 960px;
  position: relative;
  margin: auto;
}

.mfp-inline-popup.mfp-xs {
  max-width: 500px;
}

.mfp-inline-popup.mfp-sm {
  max-width: 750px;
}

.mfp-inline-popup.mfp-md {
  max-width: 600px;
}

.mfp-inline-popup .mfp-header {
  -webkit-background-size: 108px 60px;
  background-size: 108px 60px;
  height: 80px;
}

.mfp-inline-popup .mfp-content {
  padding: 20px;
}

.mfp-inline-popup .mfp-close {
  width: 22px;
  height: 22px;
  line-height: 21px;
  color: #000000;
  border: 1px solid #000000;
  opacity: 1;
  right: 0px;
  font-size: 24px;
  right: 10px;
  top: 10px;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.mfp-inline-popup .mfp-close:hover {
  background: #000000;
  color: #ffffff;
}

.mfp-inline-popup .mfp-xclose {
  width: 40px;
  height: 40px;
  opacity: .5;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  outline: 0;
  background: none;
  color: #ffffff;
  font-size: 26px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.mfp-inline-popup .mfp-xclose:hover {
  opacity: 1;
}

.mfp-inline-popup .popup-content {
  padding: 20px;
}

.mfp-inline-popup .popup-content a {
  color: #2D9E9A;
  font-weight: 600;
}

.mfp-inline-popup .popup-content a:hover {
  color: #08403E;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg:not(.mfp-bg-gallery) {
  opacity: 0;
  background: #009966;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


/**
cookie **/

.uk-cookie {
  padding: 20px 0;
  background: #096;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .uk-cookie {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}

.btn-white-outline {
  border-color: #fff;
  color: #fff;
  background: none;
}

.btn-white-outline:hover {
  border-color: #fff;
  color: #096;
  background: #fff;
}

.btn-white-outline + .btn-white-outline {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .uk-cookie .btn-white-outline {
    margin-top: 10px;
  }
  .uk-cookie .btn-white-outline + .btn-white-outline {
    margin-left: 0px;
  }
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
 [class*='uk-align'] {
  display: block;
  margin-bottom: 30px;
}
* + [class*='uk-align'] {
  margin-top: 30px;
}
/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}
.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px;
  }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
 .uk-margin {
  margin-bottom: 20px;
}
* + .uk-margin {
  margin-top: 20px !important;
}
.uk-margin-top {
  margin-top: 20px !important;
}
.uk-margin-bottom {
  margin-bottom: 20px !important;
}
.uk-margin-left {
  margin-left: 20px !important;
}
.uk-margin-right {
  margin-right: 20px !important;
}
/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}
* + .uk-margin-small {
  margin-top: 10px !important;
}
.uk-margin-small-top {
  margin-top: 10px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}
.uk-margin-small-left {
  margin-left: 10px !important;
}
.uk-margin-small-right {
  margin-right: 10px !important;
}
/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}
* + .uk-margin-medium {
  margin-top: 40px !important;
}
.uk-margin-medium-top {
  margin-top: 40px !important;
}
.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}
.uk-margin-medium-left {
  margin-left: 40px !important;
}
.uk-margin-medium-right {
  margin-right: 40px !important;
}
/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}
* + .uk-margin-large {
  margin-top: 40px !important;
}
.uk-margin-large-top {
  margin-top: 40px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}
.uk-margin-large-left {
  margin-left: 40px !important;
}
.uk-margin-large-right {
  margin-right: 40px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}
* + .uk-margin-xlarge {
  margin-top: 70px !important;
}
.uk-margin-xlarge-top {
  margin-top: 70px !important;
}
.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}
.uk-margin-xlarge-left {
  margin-left: 70px !important;
}
.uk-margin-xlarge-right {
  margin-right: 70px !important;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-remove-top {
  margin-top: 0 !important;
}
.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}
.uk-margin-remove-left {
  margin-left: 0 !important;
}
.uk-margin-remove-right {
  margin-right: 0 !important;
}
.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.uk-margin-remove-adjacent + * {
  margin-top: 0 !important;
}
/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.uk-margin-auto-top {
  margin-top: auto !important;
}
.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}
.uk-margin-auto-left {
  margin-left: auto !important;
}
.uk-margin-auto-right {
  margin-right: auto !important;
}
.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
  }
}
/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
}
/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 30px;
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}
/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-remove-top {
  padding-top: 0 !important;
}
.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}
.uk-padding-remove-left {
  padding-left: 0 !important;
}
.uk-padding-remove-right {
  padding-right: 0 !important;
}
.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}