/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #221e1f;
  background: #fff;
  height: 100%;
  position: relative;
overscroll-behavior: contain;

}

a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #fd0407;
  outline: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Open Sans', Arial, sans-serif;
   line-height: 1.8;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.home {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
}

.homec p {
  font-size: 26px;
}

::-webkit-selection {
  color: #fff;
  background: #fd0407;
}

::-moz-selection {
  color: #fff;
  background: #fd0407;
}

::selection {
  color: #fff;
  background: #fd0407;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #fd0407;
  color: #fff;
  border: 2px solid #fd0407;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #3de4d3 !important;
  border-color: #3de4d3 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #fd0407;
  border: 2px solid #fd0407;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #fd0407;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fd0407;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-social li a:hover {
  color: #fd0407;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#fh5co-header {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin: 0px 0 0 0;
  }
}
#fh5co-header .header-inner {
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
	padding-top: 10px;
}
#fh5co-header h1 {
  float: left;
  padding: 0;
  font-weight: 700;
  line-height: 0;
  font-size: 30px;
}
#fh5co-header h1 a {
  position: relative;
  color: black;
}
#fh5co-header h1 a > span {
  color: #fd0407;
}
#fh5co-header h1 a:hover, #fh5co-header h1 a:active, #fh5co-header h1 a:focus {
  text-decoration: none;
  outline: none;
}
#fh5co-header h1 a:after {
  position: absolute;
  bottom: 6px;
  right: -8px;
  content: '';
  width: 8px;
  height: 8px;
  background: #fd0407;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-header h1, #fh5co-header nav {
  margin: 38px 0 0 0;
}
#fh5co-header nav {
  float: right;
  padding: 0;
}


@media screen and (max-width: 768px) {
  #fh5co-header nav {
    display: none;
  }
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0 -0px 0 0;
  line-height: 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-header nav ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  padding: 15px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#fh5co-header nav ul li a i {
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#fh5co-header nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -4px;
  left: 10px;
  right: 10px;
  background-color: #fd0407;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover {
  text-decoration: none;
  color: #fd0407;
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#fh5co-header nav ul li.cta {
  margin-left: 20px;
}
#fh5co-header nav ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid #fd0407;
  color: #fd0407;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header nav ul li.cta a:hover {
  color: #fff;
  background: #fd0407;
}
#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-hero {
  /*min-height: 700px; */
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

#fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
#fh5co-blog-section, #bottom6-section, #bottom7-section {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
  #fh5co-blog-section, #bottom6-section, #bottom7-section {
    padding: 1.5em 0;
  }
}

#fh5co-services-section .services {
  position: relative;
}
#fh5co-services-section .services i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #fd0407;
}
#fh5co-services-section .services .desc {
  padding-left: 70px;
}
#fh5co-services-section .services .desc h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services {
  margin-top: 4em;
}

#fh5co-work-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-work-section .item-grid .image {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-work-section .item-grid .v-align {
  padding: 30px;
}
#fh5co-work-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
#fh5co-work-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-work-section .item-grid:hover, #fh5co-work-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.wrap-testimony {
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide {
  text-align: center;
  overflow: hidden;
}
.wrap-testimony .testimony-slide span {
  font-size: 18px;
}
.wrap-testimony .testimony-slide span a.twitter {
  color: #fd0407;
  font-weight: 300;
}
.wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrap-testimony .testimony-slide figure img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
.wrap-testimony .testimony-slide blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #1a1a1a;
}
.wrap-testimony .testimony-slide.active {
  display: block;
}

.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #fd0407;
}

#fh5co-blog-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-blog-section .item-grid .image {
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-blog-section .item-grid .v-align {
  padding: 30px;
}
#fh5co-blog-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
#fh5co-blog-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-blog-section .item-grid .v-align p {
  color: gray;
}
#fh5co-blog-section .item-grid:hover, #fh5co-blog-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.item-block {
  margin-bottom: 7em;
  float: left;
}
.item-block .icon {
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3 {
  font-size: 20px;
  font-weight: 700;
}
.item-block p:last-child {
  margin-bottom: 0;
}

.fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-heading h2 {
  margin-bottom: 20px;
font-weight: 400;
font-size: 30px;
line-height: 42px;
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-about,
  .fh5co-team,
  .fh5co-contact {
    padding: 3em 0 10px 0;
  }
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #fd0407;
}
.contact-info li a {
  color: #fd0407;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

@media screen and (max-width: 400px) {
.smthumb .opg-thumbnail.opg-thumbnail-mini {
  max-width: 50%;
  float: left;
}
}

.fh5co-staff img {
  margin-bottom: 1.5em;
}
.fh5co-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .fh5co-social {
  text-align: center;
}
.fh5co-staff .fh5co-social a {
  color: #000;
}


.fh5co-cta, #caption-section {

  padding: 3em 0;
  position: relative;
	background-color: #718339;
	color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-cta, #caption-section {
    padding: 3em 0;
  }
}

#caption-section h2 {
	margin: 0;
	color: #fff;
}

.fh5co-cta .overlay {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.fh5co-cta .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta p, .fh5co-cta h2 {
  color: #fff;
}

.fh5co-cta h2 {
	line-height: 45px;
}

.fh5co-cta p:last-child {
  margin-bottom: 0;
}
.fh5co-cta .btn {
  color: #fff;
}

#fh5co-footer {
  padding: 3em 0 0;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 1.5em 0 0;
  }
}

#fh5co-footer h3 {
  font-size: 24px;
  font-weight: bold;
}
#fh5co-footer [class*="col"] {
  padding-bottom: 30px;
}
#fh5co-footer .btn {
  color: #fff;
}
#fh5co-footer .float {
  float: left;
  margin-right: 10%;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#fh5co-footer ul li a {
  color: #fff;
  text-decoration: none !important;
}
#fh5co-footer ul li a:hover {
  color: #fff;
}
#fh5co-footer .fh5co-social li {
  display: block !important;
}

.fh5co-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  
  padding: 20px 0 0 0;
}
.fh5co-copyright span {
  display: block;
}
@media screen and (max-width: 480px) {
  .fh5co-copyright {
    text-align: left !important;
  }
  .fh5co-copyright span {
    display: inline;
  }
}

#fh5co-page {
  position: relative;
  z-index: 2;
  background: #fff;
overflow: hidden;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
z-index: 5;
}

#fh5co-offcanvas {
  display: block;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;

overscroll-behavior: contain;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
	  width: 100%;
  }
	
	#fh5co-offcanvas {
  left: 0;



overscroll-behavior: contain;
}
	
	
	
	.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
		z-index: 5;
}
	
	
}



html,
body {
  position: fixed;
  overflow: hidden;
}
	
	#fh5co-page  {
		width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
		
	}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
width:100%;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#fh5co-offcanvas ul li a:hover {
  color: #fd0407;
}
#fh5co-offcanvas ul li.active a {
  color: #fd0407;
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #000;
}

.fh5co-nav-toggle.hide-desktop.active i::before, .fh5co-nav-toggle.hide-desktop.active i::after {
  background: #fff;
}

.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 50px;
  height: 6px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 50px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -9px;
}

.fh5co-nav-toggle i::after {
  bottom: -9px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}



.fh5co-nav-toggle.hide-desktop.active i::before {
   top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); 
}

.fh5co-nav-toggle.hide-desktop.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); 
}

.fh5co-nav-toggle {
 /* position: fixed; 
  top: 40px;
  right: 20px;*/
  z-index: 9999;
  display: none !important;
  margin: 0 auto;
  display: block;
  cursor: pointer;
	float: right;
margin-top:4px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 40px;
right: -40px;
position: absolute;
  }
}

#fh5co-pricing-section {
  padding: 3em 0;
  background: #fcfcfc;
}
@media screen and (max-width: 768px) {
  #fh5co-pricing-section {
    padding: 3em 0;
  }
}
#fh5co-pricing-section .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
#fh5co-pricing-section .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-pricing-section .price-box.popular .btn-select-plan {
  background: #fd0407;
}
#fh5co-pricing-section .price-box.popular .price {
  color: #fd0407;
}
#fh5co-pricing-section .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #5bc0de;
  color: #fff;
}
#fh5co-pricing-section .price-box:hover, #fh5co-pricing-section .price-box:focus {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#fh5co-pricing-section .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
#fh5co-pricing-section .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
#fh5co-pricing-section .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
#fh5co-pricing-section .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
#fh5co-pricing-section .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
#fh5co-pricing-section .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.fh5co-light-grey-section {
  background: rgba(0, 0, 0, 0.03) !important;
}

.js .animate-box {
  opacity: 0;
}

.slider-text-inner {
  text-align: left;
  font-size: 33px;
  color: #fff;
}


.js-finder-search-query {
	float: right;
height: 29px;
margin-top: 10px;
	border: 1px solid #000;
  border-radius: 0;
}



.itemarrow {
  display: table-cell;
  border: 1px solid #575354;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  vertical-align: middle;
}

.overarrow {
  display: block;
  border: 1px solid #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;

	color: #fff;
	float: right;
padding-top: 6%;
}

.itemleft h2 {
	margin-bottom: 10px;
}

a.itemlink {
	color: #221e1f;
}

a.itemlink:hover, a.itemlink:hover h2 {
	color: #fd0407;
}

a.itemlink:hover .itemarrow { 
	border-color: #fd0407;
}

#fh5co-work-section {
  position: relative;

  padding: 8em 0 6em 0;

}

h1.white {
	color: #fff;
}

h2.green {
	color: #496726;
}

.panel-title > a {
  padding: 7px 0px 7px 15px;
  display: block;
  line-height: 28px !important;
  font-size: 20px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #221e1f;
   }

.panel-title > a.pm-dark-link {
  background-color: #fff;
  color: white;
  text-align: left; }

.panel-body p {


  line-height: 20px; }

.panel {
  box-shadow: none; }

.panel-default {
  border: none; }

.panel-group {
  margin: 30px 0 !important; }

.panel-group .panel {
  border-bottom: 0px solid #E3E3E3;
  border-radius: 0;
  margin-bottom: 6px;
  padding-bottom: 0px; }

.panel-title {
  display: block;
  /*float: right;*/
  margin-bottom: 0 !important;
  /* margin-left: 10px;*/
  margin-top: 0;

}

.panel-title i {
  display: block;
  float: right;

  padding: 7px 14px 14px;
  color: #fff; }

.panel-title p {
  margin: 0px;
  padding: 0px; }

.panel-body {
  float: left;
  padding: 10px 4px; }

.panel-collapse {
  float: left;
  width: 100%;
   }

.panel-collapse a {
  color: white;
  font-weight: 500; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: medium none;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px; }

.panel-default > .panel-heading {
 
  border-color: transparent;
  color: inherit;
  padding: 0px;
  display: inline-block;
	background-color: transparent;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }



.panel-default > .panel-heading:hover h4 a {
  color: #496726; }

.pm-accordionIcon {
  float: left;
  font-size: 16px;
  margin-right: 7px;
  width: auto;
  padding: 6px 5px;
  display: block; }

.panel-group .panel + .panel {
  margin-top: 0px !important; }

.panel {
	background-color: transparent;
}

div.itemBackToTop {
  text-align: right;
  display: none;
}

.collapse.in {
  display: block;
  color: #496726;
}

.right-circle {
	border: 1px solid #fff;
border-radius: 50%;
color: #fff;
text-align: center;
width: 160px;
padding: 30px;
height: 160px;
}

h1.thead {
	margin-top:80%;
}

.header-inner p { margin: 0; }

h1.white {
  color: #fff;
  text-align: center;
  margin-top: 20%;
}

.overlink {
  margin-top: 40%;
  display: block;
}

.bt-cs .bt-inner .bt-title {
  clear: both;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 150%;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  display: none;
	width: 200px;
left: 10px;
}

.bt-cs .bt-inner img {
  outline: none;
  border: none;
  max-width: 100%;
  margin: 0;
}

.bt-cs .bt-center {
  
  max-width: 200px;
	background-color: #000;
	
}

.hovereffect:before {
    content: attr(title);
    width:100%;
    color:#fff;
    z-index:1;
    bottom:0;
    padding:4px 10px;
    text-align:center;
    background:#000;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
	height: 100%;
}

.favtestimonials-carousel.arrows-middle #favtestimonials-arrows .favth-left.favth-carousel-control {
	left: 0;
}

.favtestimonials-carousel.arrows-middle #favtestimonials-arrows .favth-right.favth-carousel-control {
	right: 0;
}

#favtestimonials-arrows .favth-carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  height: 50px;
  width: 50px;
}

.favtestimonials-carousel.arrows-middle #favtestimonials-arrows .favth-left.favth-carousel-control {
  left: -10px;
}

.testarrow {
  display: table-cell;
  border: 1px solid #575354;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
	color: #000;
}

.favth-carousel-control {
  color: #000;
  text-align: center;
  text-shadow: none;
}

.aliasOpdracht .itemExtraFieldsValue {
  float: left;
}


div.itemExtraFields ul li {
  display: block;
  border-bottom: 1px solid #ccc;
padding: 8px 0;
}

div.itemExtraFields ul li.aliasOpdracht {
  border-bottom: none;

}

div.itemHeader.green {
  width: 100%;
  background: #718339;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

div.itemHeader.green h2.itemTitle {
	color: #fff;
}

ul.sigProClassic span.sigProCaption, ul.sigProClassic li.sigProThumb a.sigProLink span.sigProPseudoCaption {
	display: none;
}

.spacer.product-container {
  border: 1px solid #bcbabb;
  margin: 15px;
  padding: 30px;
}

.spacer.product-container a {
  color: #496726;
}

.spacer.product-container > h2, .vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
  color: #221e1f;
  font-family: 'Open Sans', Arial, sans-serif;
font-weight: 500;
}

.vm-product-descr-container-1 {
  min-height: 45px;
  margin-bottom: 0;
}

p.product_s_desc {
	display: none;
}

.featured-view .spacer span, .discontinued-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .recent-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span {
	font-size: 16px;
	color: #221e1f;
	font-weight: bold;
}

div.vm-details-button {
  text-align: center;
  display: none;
}

span.quantity-controls, span.quantity-box {
	display: none;
}

span.addtocart-button input.addtocart-button {
	
	  max-width: 100%;
  background: none;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  padding: 12px;
  margin-bottom: 0;
  background-image: url("../images/cart.png");
  width: 70px;
  height: 70px;
  background-size: cover;
  border-radius: 50%;
}

.addtocart-bar {
  margin: 0 0 4px;
  padding: 0;
  position: absolute;
  text-align: center;
  line-height: 14px;
  bottom: -37px;
  left: 90px;
}


.horizontal-separator {
  height: 1px;
  background: none;
  margin: 10px 0;
}

.featured-view h4, .discontinued-view h4, .latest-view h4, .topten-view h4, .recent-view h4, .related-products-view h4 {

font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
color: #496726;
	font-size: 22px;
display: none;
}

.stockup span {
  margin-left: 20px;
  font-style: normal;
}

.mnwall-masonry .content-right .mnwall-photo-link {
  left: 0;
  width: 50%;
  right: 0;
  top: 0;
  bottom: auto;
}

.mnwall-masonry .content-left .mnwall-photo-link {
  
  width: 50%;
  right: 0;
  top: 0;
  bottom: auto;
left: auto;
}

.mnwall-masonry .content-bottom .mnwall-photo-link {
  
  height: 50%;
  right: 0;
top:0;
  bottom: auto;

}

.mnwall-desc p {
  margin-bottom: 0;
}

.right-circle a {
  color: #fff;
}

#fh5co-offcanvas ul ul {
  margin-left: 35px;
}

#fh5co-offcanvas ul ul li a {
  font-size: 15px;
}

span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover, input.highlight-button:hover, a.highlight:hover{
  background-position: 0;
}

#facebox .popup {
  width: 500px;
}
	
	#facebox .content {
  width: 500px;
	}
	
	#facebox .popup h4 {
  margin-top: 15px;
}
	
	#facebox .popup .vm-btn.vm-btn-primary {
		background-color: #496726;
	}

#fh5co-offcanvas ul li a:hover {
  background: transparent;
}

.search.mod_search93 {
  float: right;
}

.vm-product-descr-container-0 {
  min-height: 25px;
}

.vm3pr-1 .addtocart-area {
  min-height: 10px;
}

.additional-images img {
  margin-right: 8px;
  width: 100px;
}

.vm3pr-1 .product-price {
  min-height: 50px;
}

.product-field-display select {
  border: 1px solid #E1E1E1;
  padding: 10px;
}

.product-field-display select:hover {
  border: 1px solid #E1E1E1;
  padding: 10px;
background:#EAF2D7;
}

.tab-pane h3 {
  display: none;
}

.tab-content {
  padding-top: 20px;
}

div.flexibleZoomContainer {
 /*position: relative !important; */
z-index:1;
}

@media screen and (max-width: 768px) {
h1.thead {
  margin-top: 0;
}

#fh5co-header .header-inner {
height:140px;
}

.fh5co-nav-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
}

div.itemImageGallery {
  display: none;
}

.homec {
  padding-top: 20px;
}	
	.hide-mobile {
		display: none;
	}

	.fh5co-nav-toggle.hide-desktop {
  position: fixed;
  top: 20px;
  right: 10px;
display:block !important;
}
	
.tpr {
  text-align: center;
margin-bottom: 15px;
}

span.quantity-controls {
display:none !important;
}

div.catItemIntroText img, div.itemFullText img {
  float: none !important;
  max-width: 100%;
}

#fh5co-services-section {
padding-top:1em !important;
}

#block1 h2 {
  margin-top: 30px;
}

.addtocart-bar {

  position: initial;
}

.itemFullText img {
max-width: 100%;
height: auto;
}

div.itemExtraFields ul li {
float: left;
width: 100%;
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {
width: 40%;
}

#facebox .content {
  width: 300px !important;
}

#facebox .popup {
  width: 307px !important;
}

#facebox .popup h4 {
  margin-top: 15px;
  clear: both;
}

.popup .vm-btn {
  float: left;
  margin-bottom: 10px;
}

.navbar-nav {
  margin: 0;
}

ul#FlexibleAdditionalGallery li img {
  height: auto !important;
  width: 50px !important;
}

ul#FlexibleAdditionalGallery {
margin-top: 10px !important;
}

}

.vm3pr-2 .addtocart-area {
min-height: auto;
}

.greenhead {
  font-family: 'Open Sans';
  color: #fd0407;
  font-size: 35px;
}


.bottom5head {
  font-family: 'Open Sans';
  color: #ffffff;
  font-size: 35px;
	text-align: center;
margin-bottom:50px;
}

.homehead {
  font-family: 'Open Sans';
  font-size: 35px;
}

.favtestimonials-image.image-left img {
  width: 115px;
}

.fh5co-grey-section {
	background-color:#e7e7e8;
}

.fh5co-gradient-section {
  background: rgb(222,230,243);
background: linear-gradient(90deg, rgba(222,230,243,1) 0%, rgba(255,255,255,1) 100%);
}



.fh5co-green-section {
	background-color: #fd0407 !important;
color: #fff;
}

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

.dintrotext {
  text-align: center;
  font-size: 18px;
  padding: 15px;
	min-height: 180px;
}

.dtitle {
  display: block;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-image:url("../images/bgt.png");
  position: absolute;
width: 100%;
bottom: 0;
}


@media screen and (min-width: 768px) {
.col-md-6.even {
	padding-right: 50px;
}

.col-md-6.odd {
	padding-left: 50px;
}
	
	.hide-desktop {
		display: none;
	}
	
	


}

#homeForm {
	color: #fff;
}

#homeForm h3.fwhite {
	text-align: center;
color: #fff;
	
}

#homeForm h3.fyellow {
	text-align: center;
color: #FBAA2B;
	
}

#homeForm input, #homeForm textarea, #homeForm select {
	border: 1px solid #fff;
background: transparent;
border-radius: 0;
width: 100%;
	color: #000;
font-weight: bold;
} 

#homeForm.formResponsive .formHorizontal .formControlLabel {
	text-align: left;
}

.txtlabel {
  font-size: 20px;
}

#VERZENDEN {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 40px;
  color: #FBAA2B;
  border-radius: 23px;
	background: rgb(252,252,253);
background: linear-gradient(274deg, rgba(252,252,253,1) 65%, rgba(217,216,216,1) 80%);
	text-shadow:none;
	border-color: transparent;
}

#Versturen {

  font-size: 20px;
  font-weight: bold;
  padding: 15px 40px;
  border-radius: 23px;
	
	border-color: transparent;
}

.wtcontent .itemHeader.green.container {
  margin: 0;
}

.wtcontent #k2Container {
  padding: 0;
  margin: 0;
}

.wtcontent .itemBody {
  display: none;
}

.wtcontent #fh5co-services-section {
  padding-bottom: 0;
}

#mod-lgx-logoslider114 .lgx-logoslider .owl-controls, #mod-lgx-logoslider188 .lgx-logoslider .owl-controls {
display:none;
}

.sticky {
position:fixed;
right:20px;
}



.orderlistcontainer, .orderlistcontainer div.orderlist {
  display: none;
}

.minicart .total_products, .minicart .totalprice {
display:none;
}

.scart .demo-icon {
line-height:35px;
}

.nbajaxcart {
height:34px;
}

#vmCartModule {
  
  background: none !important;
}

.show_products {
top:35px;
}

.wtservice #fh5co-services-section {
display:none;
}

.opg-thumbnail.opg-thumbnail-mini {
  max-width: 100%;
}

.pdcolor {
  background: #496726 !important;
color: #fff !important;
}

#facebox .close {display: none !important; }

#loginbtn {
  display: none;
}

.vm-product-details-container, .vm-product-container .vm-product-media-container {
  float: left !important;
  width: 50% !important;
}

.padding0 {
padding:0;
}

#billto_inputdiv br {
  display: none;
}

label.title {
  display: none;
}

#additionalImagesNoScroll {
  margin: 20px 0;
}

.catItemBody h3.catItemTitle, div.itemHeader h2.itemTitle {
  font-size: 30px;
  text-transform: uppercase;
}

.flexibleZoomContainer .flexibleZoomLens {
  
  background: none !important;
  border: none !important;
}

.FlexibleFlexibleZoomWindowContainer {
  display: none !important;
}

.flexibleZoomContainer .flexibleZoomLens::before {
display:none;
}

.vm-pagination-bottom {
  margin-top: 40px;
}

.fone img {
margin-top:0 !important;
}

.display-number, .control-buttons {
display:none;
}

.orderby-displaynumber {
border: none;
}

.vm-pagination {
  float: right;
  text-align: center !important;
}

.back-to-category {
  float: right;
  margin-bottom: 60px;
}

.vm-page-counter {
  float: right;
  display: none;
}

#shipment_select, #payment_select {
  display: none;
}

.fixedbutton {
position: fixed;
bottom: 0;
right: 0;
}

button.contactus-button.sliding.align-bottom {
right:10px;
}

.product-neighbours {
  clear: both;
}

button.contactus-button.sliding {
font-size: 12px;
padding: 10px 20px;
max-width:150px;
}

.visually-hidden.finder {
  display: none;
}

.newsflash-image {
  position: relative;
  -webkit-box-shadow: 6px 3px 10px -3px rgba(13,13,13,0.58);
-moz-box-shadow: 6px 3px 10px -3px rgba(13,13,13,0.58);
box-shadow: 6px 3px 10px -3px rgba(13,13,13,0.58);
}

.dimg {
  position: relative;
}

.vij_soort p {
  font-size: 24px;
}

.hbox .dintrotext {
  background-image: url("../images/bgbox.jpg");
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.font-bold {
  font-weight: bold;
}

          
  .btn-grad {
    background-image: linear-gradient(to right, #f2c448 0%, #f1c646  100%);
    margin: 0 auto;
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: rgb(0, 0, 0);            
    box-shadow: 0 0 20px #eee;
    border-radius: 42px;
display: block;
font-size: 25px;
font-weight: bold;
width: 500px;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

  .fh5co-light-green-section {
	background-color: #eec305 !important;
  background-image: url("../images/bgform.jpg") !important;
  background-size: cover !important;
}

#fh5co-footer .header {
  position:relative;
  text-align:center;
  background: rgba(63,88,188);
  
  color:white;

}
#fh5co-footer  .logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

#fh5co-footer  .inner-header {
  width:100%;
  margin: 0;
  padding: 0;
}

.even, .odd {
  margin-bottom: 40px;
}

#fh5co-footer  .flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#fh5co-footer  .waves {
  position:relative;
  width: 100%;
  height:25vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
  background:#fff;
}

#fh5co-footer  .content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: rgba(63,88,188,1);
  margin-top:100px;
}

/* Animation */

#fh5co-footer  .parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
#fh5co-footer  .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
#fh5co-footer  .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
#fh5co-footer  .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
#fh5co-footer  .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  #fh5co-footer  .waves {
    height:40px;
    min-height:40px;
  }
  #fh5co-footer  .content {
    height:30vh;
  }
  #fh5co-footer  h1 {
    font-size:24px;
  }
}

/* Slide header background */

#fh5co-hero .header {
  position:relative;
  text-align:center;
  background: rgba(63,88,188);
  
  color:white;

}
#fh5co-hero  .logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

#fh5co-hero  .inner-header {
  width:100%;
  margin: 0;
  padding: 0;
}

#fh5co-hero  .flex { /*Flexbox for containers*/
  justify-content: center;
  align-items: center;
  text-align: center;
}

#fh5co-hero .waves {
  position:relative;
  width: 100%;
  margin-bottom:-8px; /*Fix for safari gap*/
  min-height:100px;
  max-height:100px;
  background:#fff;
}

#fh5co-hero  .content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: rgba(63,88,188,1);
  margin-top:100px;
}

/* Animation */

#fh5co-hero  .parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
#fh5co-hero  .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
#fh5co-hero  .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
#fh5co-hero .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
#fh5co-hero .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  #fh5co-hero .waves {
    height:40px;
    min-height:40px;
  }
  #fh5co-hero .content {
    height:30vh;
  }
  #fh5co-hero h1 {
    font-size:24px;
  }
}

.moduletable.onzeach {
  position: relative;
  float: left;
padding-bottom:3em;
}

.moduletable.hoewij {
  padding: 3em 0 0;
  position: relative;
  float: left;
}

@media (max-width: 768px) {
.onzeach iframe {
  max-width: 100%;
}

.moduletable.hoewij {
float:none;
}

.btn-grad {
max-width:80%;
}
}



.pg-item-box, .pg-category-box {
width:23%;
}

.pg-category-box-image svg, .pg-detail-item-image-box img, .pg-item-box-image img, .pg-item-box-image svg, .pg-category-box-image img {
  border-radius: 0;
  box-shadow: none;
  max-width: 246px;
}

.pg-item-box-title, .pg-category-box-title {
  position: absolute;
  bottom: 9px;
  left: 9px;
  padding: 0.5em;
  color: #fff;
  font-weight: bold;
  background: rgba(0,0,0,.5);
  width: 94%;
  border-radius: 0 0 3px 3px;
  font-size: 90%;
}

.pg-item-box-info, .pg-category-box-info {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
}

.mnwall-columns .mnwall-item-inner {
    min-height: 200px !important;
}

h3.mnwall-title
 {
    font-weight: bold;
}

figure.left.item-image img
 {
    max-width: 350px;
    height: auto;
    float: right;
    margin-left: 40px;
}

h3.mnwall-title a, h3.mnwall-title span {
    font-size: 20px;
}

@media (max-width: 600px) {
  figure.left.item-image {
    text-align: center;
}

figure.left.item-image img {
    float: none !important;
    margin: 0 auto !important;
}

.pg-item-box, .pg-category-box
 {
    width: 260px;
    clear: both;
}

#fh5co-footer * {
    text-align: left !important;
}
  
}

.pagination-centered {
    display: flex;
    flex-direction: column; /* Stacks counter on top of buttons */
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}


.pagination-centered .counter {
    float: none !important; /* overrides 'pull-right' */
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}


.pagination-centered .pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    gap: 4px; /* Adds small space between buttons */
}


.pagination-centered .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    min-width: 40px; /* Ensures boxes are square-ish even if empty */
    min-height: 38px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #333;
    text-decoration: none;
    border-radius: 4px; /* Rounded corners */
    transition: all 0.2s ease-in-out;
}


.pagination-centered .active .page-link {
    background-color: #0d6efd; /* Standard Blue - change to your brand color */
    border-color: #0d6efd;
    color: #fff;
    z-index: 1;
}


.pagination-centered .disabled .page-link {
    color: #ccc;
    pointer-events: none;
    background-color: #f8f9fa;
    border-color: #eee;
}


.pagination-centered .page-link:hover {
    background-color: #e9ecef;
    color: #0a58ca;
    border-color: #dee2e6;
}


.pagination-centered [class^="icon-"] {
    display: inline-block;
    font-style: normal;
}


.pagination-centered [class^="icon-"]::before {
    font-family: sans-serif, Arial !important;
    font-style: normal;
    font-weight: bold;
}


.pagination-centered .icon-angle-double-left::before {
    content: "\00AB"; /* « symbol */
}


.pagination-centered .icon-angle-left::before {
    content: "\2039"; /* ‹ symbol */
}


.pagination-centered .icon-angle-right::before {
    content: "\203A"; /* › symbol */
}


.pagination-centered .icon-angle-double-right::before {
    content: "\00BB"; /* » symbol */
}