.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 12px;
  line-height: 90px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
@media (max-width: 1199px) {
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span {
    padding: 0 8px;
  }
}
.sp-megamenu-parent > li:first-child a {
  padding-left: 0;
}
.sp-megamenu-parent > li:last-child a {
  padding-right: 0;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 10px;
  color: #333333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover > .sp-dropdown {
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 87px;
  margin-left: 0;
  font-size: 20px;
}
#offcanvas-toggler > i {
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler > i:hover {
  color: #fff;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  transition: .5s;
}
.body-wrapper {
  position: relative;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a[href^="tel"] {
  color: #ffee00;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover > .sp-dropdown {
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover > .sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover > .sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child > .sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child > .sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  perspective: 1000px;
}
.menu-rotate .sp-has-child > .sp-dropdown {
  transform-origin: top center;
  transform: rotateX(-70deg);
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child > .sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: 0;
  animation-name: none;
  animation-timing-function: ease;
  opacity: 1;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: 0;
  animation-name: none;
  animation-timing-function: ease;
  opacity: 1;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul > li {
  opacity: 0;
  transform: translate3d(0px,-80px,0px);
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul > li {
  opacity: 1;
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul > li > a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul > li > a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul > li:hover a,
.new-look .offcanvas-menu .sp-module ul > li:focus a,
.new-look .offcanvas-menu .sp-module ul > li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul > li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul > li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul > li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul > li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul > li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul > li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul > li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul > li .offcanvas-menu-toggler.collapsed:before {
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul > li .offcanvas-menu-toggler.collapsed:after {
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
#sp-menu a[href^="tel"] {
  color: #56af31;
}
#sp-menu a[href^="tel"]::before {
  content: '\f095';
  font-family: FontAwesome;
  margin-right: .5em;
}
@media (max-width: 991px) {
  #sp-menu {
    padding-left: 0;
  }
}
a {
  color: #009fe3;
  transition: all 400ms;
}
a:hover {
  color: #007bb0;
}
a[href^=tel] {
  cursor: text;
}
body {
  line-height: 24px;
  transition: all 400ms ease;
  background-color: #ffffff;
}
nav a,
nav a:hover,
nav a:focus,
nav a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  max-width: 100%;
}
h1 {
  text-transform: uppercase;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
  color: #009fe3;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background: #009fe3;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #009fe3;
}
#offcanvas-toggler > i {
  color: #009fe3;
}
#offcanvas-toggler > i:hover {
  color: #17baff;
}
@media (min-width: 992px) {
  #offcanvas-toggler {
    display: none;
  }
}
.btn-primary,
.sppb-btn-primary {
  border-color: #008ac4;
  background-color: #009fe3;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #006997;
  background-color: #007bb0;
}
.sp-page-title {
  background: #009fe3;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.sp-module ul > li > a {
  color: #333333;
}
.sp-module ul > li > a:hover {
  color: #009fe3;
}
.sp-module .latestnews > div > a {
  color: #333333;
}
.sp-module .latestnews > div > a:hover {
  color: #009fe3;
}
.sp-module .tagscloud .tag-name:hover {
  background: #009fe3;
}
.search .btn-toolbar button {
  background: #009fe3;
}
.post-format {
  background: #009fe3;
}
.entry-link,
.entry-quote {
  background: #009fe3;
}
blockquote {
  border-color: #009fe3;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #009fe3;
}
#sp-footer {
  background: #009fe3;
}
.sp-comingsoon body {
  background-color: #009fe3;
}
.pagination > li > a,
.pagination > li > span {
  color: #333333;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #333333;
}
.pagination > .active > a,
.pagination > .active > span {
  border-color: #009fe3;
  background-color: #009fe3;
}
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: #009fe3;
  background-color: #009fe3;
}
.btn,
.sppb-btn {
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
  margin: 0;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons > li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 120px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  height: 90px;
  display: table;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.pagetitle h1 {
  font-size: 2.5em;
  font-weight: 500;
  margin-top: 50px;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sppb-addon-image-content2 {
  position: relative;
}
.sppb-addon-image-content2 .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content2.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content2.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content2.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content2.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content2 .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sppb-addon-image-content2.image-84 .sppb-image-holder {
  width: 66.66666667%;
}
.sppb-addon-image-content2.image-48 .sppb-image-holder {
  width: 33.33333333%;
}
@media (max-width: 768px) {
  .sppb-addon-image-content2 .sppb-image-holder {
    position: absolute;
    width: 50% !important;
    height: 100%;
  }
  .sppb-addon-image-content2.image-84 .sppb-image-holder {
    width: 66.66666667% !important;
  }
  .sppb-addon-image-content2.image-48 .sppb-image-holder {
    width: 33.33333333% !important;
  }
  .sppb-addon-feature .sppb-icon i {
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .sppb-addon-image-content2 .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
  .sppb-addon-image-content2.image-84 .sppb-image-holder {
    width: 100% !important;
  }
  .sppb-addon-image-content2.image-48 .sppb-image-holder {
    width: 100% !important;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul > li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  transition: 300ms;
}
.sp-module ul > li > a {
  transition: 300ms;
}
.sp-module ul > li > a:hover {
  background: none;
}
.sp-module ul > li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info > dd {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info > dd > i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags > span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #009fe3;
  color: #fff;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
#sp-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom ul li {
  border: none;
}
#sp-bottom ul li a {
  padding: 0;
}
#sp-bottom ul li a::before {
  content: '• ';
  color: #009fe3;
  margin-right: .3em;
}
#sp-bottom .row > div {
  padding: 30px 15px;
}
#sp-bottom #sp-bottom4 {
  text-align: left;
  padding-left: 50px;
}
#sp-bottom #sp-bottom4 .sp-module-title:after {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  #sp-bottom #sp-bottom2 {
    padding-left: 50px;
  }
  #sp-bottom #sp-bottom2 .sp-module-title:after {
    left: auto;
    right: 0;
  }
  #sp-bottom #sp-bottom3 {
    clear: both;
  }
}
@media (max-width: 767px) {
  #sp-bottom #sp-bottom2,
  #sp-bottom #sp-bottom4 {
    text-align: left;
    padding-left: 15px;
  }
  #sp-bottom #sp-bottom2 .sp-module-title:after,
  #sp-bottom #sp-bottom4 .sp-module-title:after {
    left: 0;
    right: auto;
  }
}
#sp-bottom {
  background-color: #f5f5f5;
  padding: 20px 0 0 0;
}
#sp-below-bottom-row {
  background-color: #f5f5f5;
  padding: 0 0 40px 0;
}
#sp-below-bottom-row p {
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  color: #56af31;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.error-page .error-page-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr,
table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th,
table.category thead > tr td,
table.category tbody > tr th,
table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  transition: 300ms;
}
.sp-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  transform-origin: 50% 97%;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  transform-origin: 50% 94%;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51,51,51,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: 50% 50%;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #333333;
  transform-origin: 50% 50%;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
.sppb-section.blue-bg {
  background: #009fe3;
  color: #fff;
}
.sppb-section.blue-bg a {
  color: #fff;
  text-decoration: underline;
}
.sppb-section.blue-bg a:hover,
.sppb-section.blue-bg a:focus,
.sppb-section.blue-bg a:active {
  text-decoration: none;
}
.sppb-section.blue-bg.sppb-equalize-columns .sppb-row > div {
  background: #009fe3;
  color: #fff;
}
.sppb-addon-header h1 {
  position: relative;
}
.sppb-addon-header h1::after {
  content: '\00a0';
  position: absolute;
  width: 200px;
  height: 1px;
  background: #009fe3;
  left: calc(50% - 100px);
  right: auto;
  bottom: -0.5em;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-size: 195px 1px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.com-content.view-article #sp-main-body {
  margin: 0;
  padding: 0;
}
article.item-page .page-header {
  border: none;
}
article.item-page .page-header h1 {
  text-align: center;
  position: relative;
}
article.item-page .page-header h1::after {
  content: '\00a0';
  position: absolute;
  width: 200px;
  height: 1px;
  background: #009fe3;
  left: calc(50% - 100px);
  right: auto;
  bottom: -0.5em;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-size: 195px 1px;
  background-repeat: no-repeat;
  background-position: center center;
}
.sppb-section .btn.cta,
.sppb-section .sppb-btn.cta {
  background: #ffee00;
  color: #000;
  display: inline-block;
  cursor: pointer;
  border: 0;
  padding: .5em 1em;
  line-height: 1.4;
  border-radius: 3px;
  user-select: none;
  text-decoration: none;
}
.sppb-section .btn.cta:hover,
.sppb-section .sppb-btn.cta:hover {
  background: #ccbe00;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder,
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 20px;
}
@media (min-width: 600px) {
  .sppb-addon-image-content.aligment-right .sppb-content-holder,
  .sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding: 40px 40px 40px 0;
  }
  .sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 40px 40px 40px 40px;
  }
}
.rij-blokken-onderschrift .sppb-addon-text-block a {
  display: block;
  color: #fff;
  font-size: 24px;
  margin: 20px 0 10px;
  text-decoration: none;
}
section.cta-row {
  background: #009fe3;
  color: #fff;
}
.h3,
h3 {
  font-size: 24px;
  line-height: 30px;
}
.entry-header h2 {
  margin: 50px 0px 10px 0px;
  font-size: 2.0em;
  line-height: 1;
  text-align: center;
  position: relative;
}
.entry-header h2::after {
  content: '\00a0';
  position: absolute;
  width: 200px;
  height: 1px;
  background: #009fe3;
  left: calc(50% - 100px);
  right: auto;
  bottom: -0.5em;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-size: 195px 1px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1200px) {
  #sp-topbar {
    display: none;
  }
}
#sp-topbar a[href^="tel"] {
  color: #56af31;
}
#sp-topbar a[href^="tel"]::before {
  content: '\f095';
  font-family: FontAwesome;
  margin-right: .5em;
}
body.p-home .rev_slider .large_bold_white-btn:hover {
  background: #fff;
  background: rgba(255,255,255,0.6);
  color: #000;
  text-shadow: none;
}
body.p-home .rev_slider .large_bold_white-btn:hover a {
  text-decoration: none;
}
@media (max-width: 767px) {
  body.p-home .rev_slider div.icon-img,
  body.p-home .rev_slider div.icon-txt {
    display: none;
  }
}
body.p-home section.slider-mobile .header-text .txt-wrap {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  position: relative;
  top: -60px;
  text-transform: uppercase;
}
body.p-home section.slider-mobile .ghost-buttons {
  width: 100%;
}
body.p-home section.slider-mobile .ghost-buttons div {
  width: 100%;
  text-align: center;
  position: relative;
  top: 20px;
}
body.p-home section.slider-mobile .ghost-buttons div .btn-wrap {
  display: inline;
}
body.p-home section.slider-mobile .ghost-buttons div .btn-wrap a {
  display: inline-block;
  background: transparent;
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: .5em 1em;
  line-height: 1.4;
  border-radius: 3px;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 28px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
  border-width: 1px !important;
}
body.p-home section.slider-mobile .ghost-buttons div .btn-wrap a:hover {
  background: rgba(0,0,0,0);
}
@media (max-width: 480px) {
  body.p-home section.slider-mobile .header-text .txt-wrap {
    top: -40px;
  }
  body.p-home section.slider-mobile .ghost-buttons div {
    top: 20px;
  }
  body.p-home section.slider-mobile .ghost-buttons div .btn-wrap {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  body.p-home section.slider-mobile .ghost-buttons div .btn-wrap a {
    font-size: 36px;
  }
}
body.p-home .banner h1 {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 3em;
  margin: 1em;
  font-weight: 700;
}
body.p-home .banner h1::after {
  content: none;
}
body.p-home .banner .ghost-buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.p-home .banner .ghost-buttons ul li {
  display: inline-block;
}
body.p-home .banner .ghost-buttons ul li a {
  background: transparent;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border: 0;
  padding: .5em 1em;
  line-height: 1.4;
  border-radius: 3px;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 1.2em;
  font-weight: 600;
  text-shadow: 1px 1px 1px #000;
}
body.p-home .banner .ghost-buttons ul li a:hover {
  background: rgba(0,0,0,0);
}
body.p-home .banner .ghost-buttons ul li a:hover {
  background: #fff;
  background: rgba(255,255,255,0.6);
  color: #000;
  text-shadow: none;
}
@media (max-width: 620px) {
  body.p-home .banner .ghost-buttons ul li {
    display: block;
    margin: 1em 0;
  }
}
body.p-home .banner .themas .sppb-column-addons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
body.p-home .banner .themas .sppb-column-addons > div {
  width: 150px;
  height: 130px;
  position: relative;
}
body.p-home .banner .themas .sppb-column-addons > div .sppb-addon-title {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
body.p-home .banner .themas .sppb-column-addons > div .sppb-addon-content {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
body.p-home .row-icons-mobile {
  background: #009fe3;
  padding: 20px 0;
}
body.p-home .row-icons-mobile .sppb-column-addons {
  display: flex;
}
body.p-home .row-icons-mobile .sppb-column-addons > div {
  width: 20%;
  padding: 10px;
}
body.p-home .row-icons-mobile .sppb-column-addons > div figure {
  text-align: center;
}
body.p-home .row-icons-mobile .sppb-column-addons > div figure img {
  display: inline;
}
body.p-home .row-icons-mobile .sppb-column-addons > div figure figcaption {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}
@media (max-width: 480px) {
  body.p-home .row-icons-mobile .sppb-column-addons > div figure figcaption {
    display: none;
  }
}
body.p-home .waarom-mdls {
  margin: 0;
  padding: 50px 0 0 0;
}
body.p-home .waarom-mdls .sppb-section-title .sppb-title-heading {
  position: relative;
}
body.p-home .waarom-mdls .sppb-section-title .sppb-title-heading::after {
  content: '\00a0';
  position: absolute;
  width: 200px;
  height: 1px;
  background: #009fe3;
  left: calc(50% - 100px);
  right: auto;
  bottom: -0.5em;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-size: 195px 1px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.p-home .waarom-mdls .waarom-keywords ul {
  margin-top: 1em;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
}
body.p-home .waarom-mdls .waarom-keywords ul li {
  display: inline-block;
}
body.p-home .waarom-mdls .waarom-keywords ul li::after {
  content: '•';
  margin: 0 1em;
  color: #009fe3;
}
body.p-home .waarom-mdls .waarom-keywords ul li:last-child::after {
  content: none;
}
@media (max-width: 767px) {
  body.p-home .waarom-mdls .waarom-keywords ul li {
    display: block;
    text-align: left;
  }
  body.p-home .waarom-mdls .waarom-keywords ul li::after {
    content: none;
  }
  body.p-home .waarom-mdls .waarom-keywords ul li::before {
    content: '•';
    margin: 0 1em 0 0;
    color: #009fe3;
  }
}
@media (min-width: 992px) {
  body.p-home .waarom-mdls {
    padding-top: 125px;
  }
}
body.p-home .specialisme-blokken .sppb-section-title {
  margin: 40px 0;
}
body.p-home .specialisme-blokken .sppb-section-title .sppb-title-heading {
  position: relative;
}
body.p-home .specialisme-blokken .sppb-section-title .sppb-title-heading::after {
  content: '\00a0';
  position: absolute;
  width: 200px;
  height: 1px;
  background: #fff;
  left: calc(50% - 100px);
  right: auto;
  bottom: -0.5em;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-size: 195px 1px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.p-home .specialisme-blokken .sppb-addon {
  position: relative;
}
body.p-home .specialisme-blokken .sppb-addon .sppb-addon-title {
  position: absolute;
  width: 100%;
  top: 50%;
  top: calc(50% - .7em);
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}
body.p-home .klant-logos .sppb-section-title .sppb-title-heading {
  position: relative;
}
body.p-home .klant-logos .sppb-section-title .sppb-title-heading::after {
  content: '\00a0';
  position: absolute;
  width: 200px;
  height: 1px;
  background: #009fe3;
  left: calc(50% - 100px);
  right: auto;
  bottom: -0.5em;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-size: 195px 1px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.p-home .een-gepassioneerd-team .sppb-content-holder {
  text-align: right;
}
body.p-home .een-gepassioneerd-team .sppb-content-holder h2 {
  margin-bottom: 40px;
  position: relative;
  text-align: right;
}
body.p-home .een-gepassioneerd-team .sppb-content-holder h2::after {
  content: '\00a0';
  position: absolute;
  width: 200px;
  height: 1px;
  background: #fff;
  left: calc(50% - 100px);
  right: auto;
  bottom: -0.5em;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-size: 195px 1px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.p-home .een-gepassioneerd-team .sppb-content-holder h2::after {
  left: auto;
  right: 0;
}
body.p-home .een-gepassioneerd-team .sppb-content-holder .sppb-btn {
  margin-top: 30px;
  margin-bottom: 60px;
}
body.p-coaches .coaches-grid .sppb-column-addons {
  display: flex;
  flex-flow: row wrap;
}
body.p-coaches .coaches-grid .sppb-column-addons > div {
  width: 200px;
  margin: 14px;
}
body.p-coaches .coaches-grid .sppb-column-addons > div .sppb-addon-coach {
  height: 100%;
  background: #009fe3;
}
body.p-coaches .coaches-grid .sppb-column-addons > div .sppb-addon-coach figure {
  text-align: center;
  width: 200px;
}
body.p-coaches .coaches-grid .sppb-column-addons > div .sppb-addon-coach figure img {
  width: 200px;
  height: 66%;
}
body.p-coaches .coaches-grid .sppb-column-addons > div .sppb-addon-coach figure figcaption {
  color: #fff;
  border-top: 3px solid #ffee00;
  padding: .5em;
}
body.p-coaches .coaches-grid .sppb-column-addons > div .sppb-addon-coach figure figcaption p {
  margin: 0;
}
body.p-coaches .coaches-grid .sppb-column-addons > div .sppb-addon-coach figure figcaption p.sppb-person-name {
  font-weight: bold;
  margin-bottom: .5em;
}
body.p-referenties section.referenties .sppb-addon-referentie {
  border-top: 1px solid #009fe3;
  padding: 70px 0;
  display: flex;
}
body.p-referenties section.referenties .sppb-addon-referentie .referentie-image {
  position: relative;
  width: 50%;
}
body.p-referenties section.referenties .sppb-addon-referentie .referentie-image img {
  width: 300px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -150px;
}
body.p-referenties section.referenties .sppb-addon-referentie .referentie-content {
  width: 50%;
}
body.p-referenties section.referenties .sppb-addon-referentie h3 {
  font-size: 30px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 .5em 0;
}
body.p-referenties section.referenties .sppb-addon-referentie blockquote {
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
body.p-referenties section.referenties .sppb-addon-referentie blockquote cite {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}
body.p-referenties section.referenties .sppb-column-addons > div:nth-child(2n + 1) .referentie-image {
  order: 2;
}
body.p-referenties section.referenties .sppb-column-addons > div:nth-child(2n + 1) .referentie-content {
  order: 1;
}
body.p-referenties section.referenties .sppb-column-addons > div:last-child .sppb-addon-referentie {
  border-bottom: 1px solid #009fe3;
}
@media (max-width: 680px) {
  body.p-referenties section.referenties .sppb-addon-referentie {
    display: block;
    padding: 20px 0 40px 0;
  }
  body.p-referenties section.referenties .sppb-addon-referentie .referentie-content,
  body.p-referenties section.referenties .sppb-addon-referentie .referentie-image {
    width: 100%;
  }
  body.p-referenties section.referenties .sppb-addon-referentie .referentie-image img {
    position: relative;
    top: auto;
    margin: 0 0 0 -150px;
  }
}
.no-flexbox body.p-referenties section.referenties .sppb-addon-referentie {
  display: block;
  padding: 20px 0 40px 0;
}
.no-flexbox body.p-referenties section.referenties .sppb-addon-referentie .referentie-content,
.no-flexbox body.p-referenties section.referenties .sppb-addon-referentie .referentie-image {
  width: 100%;
}
.no-flexbox body.p-referenties section.referenties .sppb-addon-referentie .referentie-image img {
  position: relative;
  top: auto;
  margin: 0 0 0 -150px;
}
@media (min-width: 768px) {
  form.brochures-aanvragen fieldset input {
    width: 100%;
  }
}
form.brochures-aanvragen fieldset.brochures .formBody {
  display: flex;
  flex-flow: row wrap;
}
form.brochures-aanvragen fieldset.brochures .formBody input {
  width: 6%;
  margin-right: 2%;
  height: 16px;
  width: 16px;
}
form.brochures-aanvragen fieldset.brochures .formBody label {
  width: 92%;
}
form.brochures-aanvragen fieldset.brochures input[type=checkbox]:checked + label {
  color: #009fe3;
}
form.brochures-aanvragen div.formBody {
  float: none;
}
form.brochures-aanvragen .formControlLabel {
  font-weight: bold;
  margin-top: 1em;
}
form.brochures-aanvragen button {
  background: #009fe3;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border: 0;
  padding: .5em 1em;
  line-height: 1.4;
  border-radius: 3px;
  user-select: none;
  text-decoration: none;
  margin-top: 2em;
}
form.brochures-aanvragen button:hover {
  background: #007bb0;
}
@media (min-width: 768px) {
  form.afspraak-aanvragen fieldset input {
    width: 100%;
  }
}
form.afspraak-aanvragen div.formBody {
  float: none;
}
form.afspraak-aanvragen .formControlLabel {
  font-weight: bold;
  margin-top: 1em;
}
form.afspraak-aanvragen button {
  background: #009fe3;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border: 0;
  padding: .5em 1em;
  line-height: 1.4;
  border-radius: 3px;
  user-select: none;
  text-decoration: none;
  margin-top: 2em;
}
form.afspraak-aanvragen button:hover {
  background: #007bb0;
}
#sp-page-builder .over-mdl .sppb-section {
  padding: 30px 0;
}
#sp-page-builder .over-mdl img {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #sp-page-builder .over-mdl h2 {
    margin-top: 0;
  }
  #sp-page-builder .over-mdl img {
    margin-top: 0;
  }
  #sp-page-builder .over-mdl .sppb-section {
    padding: 50px 0;
    border-top: 1px solid #009fe3;
  }
  #sp-page-builder .over-mdl .sppb-section:last-child {
    border-bottom: 1px solid #009fe3;
  }
  #sp-page-builder .over-mdl .sppb-row {
    display: flex;
    margin-top: 0;
  }
  #sp-page-builder .over-mdl .sppb-section:nth-child(2n) .sppb-row > div:nth-child(1) {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #sp-page-builder .over-mdl .sppb-section:nth-child(2n) .sppb-row > div:nth-child(2) {
    order: 2;
  }
  #sp-page-builder .over-mdl .sppb-section:nth-child(2n + 1) .sppb-row > div:nth-child(1) {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #sp-page-builder .over-mdl .sppb-section:nth-child(2n + 1) .sppb-row > div:nth-child(2) {
    order: 1;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  #sp-page-builder .over-mdl h2 > br {
    display: none;
  }
}
@media (min-width: 1200px) {
  #sp-page-builder .over-mdl h2 {
    margin-top: -10px;
  }
  #sp-page-builder .over-mdl h2 > br {
    display: none;
  }
}
#sp-page-builder .over-mdl2 {
  background: #009fe3;
}
#sp-page-builder .over-mdl2 .sppb-section {
  padding: 30px 0;
  color: #fff;
}
#sp-page-builder .over-mdl2 img {
  margin-top: 20px;
}
@media (min-width: 992px) {
  #sp-page-builder .over-mdl2 h2 {
    margin-top: 0;
  }
  #sp-page-builder .over-mdl2 img {
    margin-top: 0;
  }
  #sp-page-builder .over-mdl2 .sppb-section {
    padding: 0;
  }
  #sp-page-builder .over-mdl2 .sppb-row {
    display: flex;
    margin-top: 0;
  }
  #sp-page-builder .over-mdl2 .sppb-section:nth-child(2n) .sppb-row > div:nth-child(1) {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #sp-page-builder .over-mdl2 .sppb-section:nth-child(2n) .sppb-row > div:nth-child(1) > div {
    text-align: right;
  }
  #sp-page-builder .over-mdl2 .sppb-section:nth-child(2n) .sppb-row > div:nth-child(1) > div .sppb-column-addons {
    display: inline-block;
    max-width: 570px;
    padding: 15px 30px 15px 15px;
  }
  #sp-page-builder .over-mdl2 .sppb-section:nth-child(2n) .sppb-row > div:nth-child(2) {
    order: 2;
  }
  #sp-page-builder .over-mdl2 .sppb-section:nth-child(2n + 1) .sppb-row > div:nth-child(1) {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #sp-page-builder .over-mdl2 .sppb-section:nth-child(2n + 1) .sppb-row > div:nth-child(1) > div {
    text-align: left;
  }
  #sp-page-builder .over-mdl2 .sppb-section:nth-child(2n + 1) .sppb-row > div:nth-child(1) > div .sppb-column-addons {
    display: inline-block;
    max-width: 570px;
    padding: 15px 15px 15px 30px;
  }
  #sp-page-builder .over-mdl2 .sppb-section:nth-child(2n + 1) .sppb-row > div:nth-child(2) {
    order: 1;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  #sp-page-builder .over-mdl2 h2 > br {
    display: none;
  }
}
@media (min-width: 1200px) {
  #sp-page-builder .over-mdl2 h2 {
    margin-top: -10px;
  }
  #sp-page-builder .over-mdl2 h2 > br {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-wrapper .sppb-row > div .sppb-text-right {
    text-align: center;
  }
  .cta-wrapper .sppb-row > div .sppb-text-left {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wwbuttons .sppb-text-left,
  .wwbuttons .sppb-text-right {
    text-align: center !important;
  }
}



.rev_slider{color:#fff}

body.p-home section.slider-mobile .header-text .txt-wrap+.txt-wrap-smaller{top:-10px;text-transform:none;font-weight:700;color:#fff;text-shadow:1px 1px 1px #000;position:relative;font-size:14px!important;text-align:center;white-space:normal!important;line-height:1.5!important;max-width:80%!important;margin:auto!important}@media (max-width:480px){body.p-home section.slider-mobile .header-text .txt-wrap+.txt-wrap-smaller{top:-40px;font-weight:400;font-size:10px}}.specialisme-blokken .sppb-row>div{margin-bottom:30px}body.p-home section.slider-mobile .header-text .txt-wrap{text-transform:none;text-align:center;line-height:1.3}body.p-home section.slider-mobile .ghost-buttons div .btn-wrap{display:block;margin-top:10px!important}#sp-iso2{background:#009fe3;border-top:10px solid #f5f5f5;border-top:5px solid #f5f5f5;background:#009fe3 url(https://www.mydailylifestyle.com/images/iso/112584049_s.jpg);background-position:right center;background-size:auto 100%;background-repeat:no-repeat}#sp-iso2-text{background:#009fe3}.custom.isotext p{background:#009fe3;text-align:right;font-size:1.3em;padding:0 0 1em 0;line-height:1.5;color:#fff;max-width:43em;float:right;clear:right}.custom.isotext p:first-child{background:#009fe3;text-align:right;line-height:1.5;font-size:2em;padding:1em 0 1em 0}@media (min-width:769px) and (max-width:992px){#sp-iso2{background-position:100% 50%;background-size:auto 100%}}@media (max-width:768px){#sp-iso2{background-position:50% -50%;background-size:100% auto}#sp-iso2-text{margin-top:300px}.custom.isotext{padding-bottom:3em}.custom.isotext p{text-align:center;max-width:100%;float:none;padding:0 2em}.custom.isotext p:first-child{text-align:center}}@media (max-width:630px){#sp-iso2{background-position:50% -25%}#sp-iso2-text{margin-top:250px}}@media (max-width:530px){#sp-iso2{background-position:50% -10%}}@media (max-width:375px){#sp-iso2{background-position:50% 0}#sp-iso2-text{margin-top:260px}.custom.isotext p:first-child{padding-top:0}}#sp-below-header-row{padding:1em 0;background:#fe0;border-bottom:3px solid #f5f5f5}#sp-below-header-row p{margin-bottom:0;line-height:34px}#sp-below-header-row .btn{background:#009fe3;color:#fff;font-weight:600}#sp-below-header-row .btn:hover{background:#007bb0}@media (max-width:1199px){.dates{display:block}#sp-below-header-row p{line-height:1.3;position:relative}.btn{margin:.5em 0 0 1em}.title{font-weight:700}}@media (max-width:1199px) and (min-width:992px){.btn{position:absolute;top:0;right:0}}@media (max-width:991px){.dates{display:inline}.btn{position:relative;top:0;right:0}.title{display:block}}#sp-afspraak-row{padding:50px}#sp-afspraak-row .sppb-btn{background:#fe0;color:#000;border-radius:3px;padding:.5em 1em}#sp-afspraak-row p{line-height:1.4}.com-sppagebuilder #sp-afspraak-row p{line-height:34px}#sp-afspraak-row p:last-child{margin-bottom:0}#sp-afspraak-row-left .custom{text-align:right}#sp-afspraak-row-right .custom{text-align:left}@media (max-width:768px){#sp-afspraak-row-left .custom{text-align:center}#sp-afspraak-row-right .custom{text-align:center}}.textshadow{text-shadow:1px 1px 1px #000}.textshadow-headings h1,.textshadow-headings h2,.textshadow-headings h3,.textshadow-headings h4,.textshadow-headings h5,.textshadow-headings h6{text-shadow:1px 1px 5px #000}.sppb-container{max-width:100%}

.resultaten-sectie{padding:50px 0}.resultaten-sectie>.sppb-row-container{max-width:900px}.resultaten-sectie .spacer{margin:50px 0}.resultaten-sectie .spacer .sppb-container-inner .sppb-row{border-top:1px solid #00b0e2}.resultaten-sectie .sppb-addon-header .sppb-addon-title{color:#00b0e2;font-weight:700}.resultaten-sectie .sppb-addon-header h2.sppb-addon-title{font-size:4em}.resultaten-sectie .sppb-img-responsive{max-width:150px}.resultaten__cijfer .sppb-row{display:flex}.resultaten__cijfer .sppb-row>.sppb-col-md-6{display:flex;flex-direction:column;justify-content:center}.resultaten-sectie .resultaten__cijfer .sppb-addon-header .sppb-addon-title{margin:0;text-align:right}.sppb-addon-animated-number.cijfer{font-size:1em;line-height:2.6;text-align:left;display:inline-block;margin-left:.5em;padding:.5em}.sppb-addon-animated-number.cijfer .sppb-addon-content{height:3em;width:3em;border:5px solid #56af31;border-radius:50%;text-align:center;background:#fff;box-shadow:0 0 0 .05em #fff}.sppb-addon-animated-number.cijfer .sppb-addon-content .sppb-li-animated-number{line-height:2.6;color:#009fe3;text-shadow:none}.gradient-bg .rev_slider_wrapper,.gradient-bg .rev_slider_wrapper .tp-bgimg{background:linear-gradient(90deg,#009fe3,#56af31)!important}
@keyframes animatelinumber{from{border-color:#fe0}to{border-color:#56af31}}.sppb-addon-animated-number .sppb-addon-content.animating{animation-name:animatelinumber;animation-duration:3s;animation-timing-function:ease-in-out}

.sppb-section.cards>.sppb-row-container>.sppb-row>div>.sppb-column>.sppb-column-addons{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2em}.sppb-iconcard{margin:0;padding:1.5em 2em;background:var(--iconcard-background-default);transition:all .7s ease-in-out;border-radius:5px;box-shadow:0 .3em 0 0 #deedf4;color:var(--iconcard-color-default);height:100%}.sppb-iconcard a{transition:all .5s ease-in-out;color:var(--iconcard-color-default);text-decoration:none;font-weight:700}.sppb-iconcard figcaption{margin-top:1em}.sppb-iconcard:hover{transform:scale(1.1);background:var(--iconcard-background-hover);box-shadow:0 .3em 0 0 #047aac;color:var(--iconcard-color-hover)}.sppb-iconcard:hover a{color:var(--iconcard-color-hover)}.sppb-iconcard img{transition:all .5s ease-in-out}.sppb-iconcard:hover img{filter:saturate(0) brightness(200%)}.sppb-carousel-pro .sppb-carousel-inner .sppb-row>div{vertical-align:top}hr.spacerbar{background:#009fe3;height:1px;border:none}

body.style21{font-size:18px;line-height:1.6}body.style21 #sp-below-bottom-row,body.style21 #sp-bottom,body.style21 #sp-iso2,body.style21 #sp-topbar,body.style21 footer,body.style21 header{font-size:14px}body.style21 .sppb-section.banner-image .sppb-empty-space{padding:0!important;height:800px;max-height:50vh}@media (max-width:800px){body.style21 .sppb-section.banner-image .sppb-empty-space{height:300px;max-height:50vw}}body.style21 .sppb-section-title{text-transform:uppercase}body.style21 .sppb-section-title .sppb-title-heading::after{content:'\00a0';position:absolute;width:200px;height:1px;background:#009fe3;left:calc(50% - 100px);right:auto;bottom:-.5em;background-size:195px 1px;background-repeat:no-repeat;background-position:center center}body.style21 .sppb-section.background-dark-blue{background:#009fe3;color:#fff}body.style21 .sppb-section.background-light-blue{background:#effaff;color:#000}body.style21 .sppb-addon-header.border-below{margin-bottom:3em}body.style21 .sppb-addon-header.border-below>*{position:relative;text-transform:uppercase;display:inline}body.style21 .sppb-addon-header.border-below>::after{content:'\00a0';position:absolute;width:200px;height:1px;background:#009fe3;left:calc(50% - 100px);right:auto;bottom:-.5em;background-size:195px 1px;background-repeat:no-repeat;background-position:center center}@media (max-width:800px){body.style21 .sppb-addon-header.border-below>*{display:block}}body.style21 .sppb-section.background-dark-blue .sppb-addon-header.border-below>::after{background:#fff}body.style21 .sppb-addon-positioned-dot{position:absolute;bottom:-5em;width:12em;height:12em;background:green;border-radius:50%;left:-5em}body.style21 .sppb-addon-positioned-dot::after{display:block;content:"";margin-bottom:100px}body.style21 .sppb-addon-positioned-dot.position-bottom-left{bottom:-5em;top:auto;left:-5em;right:auto}body.style21 .sppb-addon-positioned-dot.position-bottom-right{bottom:-5em;top:auto;left:auto;right:-5em}body.style21 .sppb-addon-positioned-dot .contents{font-size:14px;margin-top:4em;padding:0 .5em;text-align:center}body.style21 .sppb-addon-positioned-dot .text p{font-weight:700}@media (max-width:1400px){body.style21 .sppb-addon-positioned-dot.position-bottom-right{right:10%}body.style21 .sppb-addon-positioned-dot.position-bottom-left{left:10%}body.style21 .sppb-addon-positioned-dot.on-row.position-bottom-right{right:10%}body.style21 .sppb-addon-positioned-dot.on-row.position-bottom-left{left:10%}}@media (min-width:751px) and (max-width:991px){body.style21 .sppb-addon-positioned-dot.on-row.position-bottom-left,body.style21 .sppb-addon-positioned-dot.on-row.position-bottom-right{right:auto;left:auto}}body.style21 form.brochures-aanvragen .formControlLabel{font-weight:400;margin-bottom:.5em}body.style21 form.brochures-aanvragen button,body.style21 form.brochures-aanvragen input[type=email],body.style21 form.brochures-aanvragen input[type=number],body.style21 form.brochures-aanvragen input[type=password],body.style21 form.brochures-aanvragen input[type=text],body.style21 form.brochures-aanvragen select,body.style21 form.brochures-aanvragen textarea{width:100%}body.style21 .sppb-addon-positioned-dot .quote-wrapper{width:12em;height:12em;position:relative}body.style21 .sppb-addon-positioned-dot blockquote{border:none;padding:0}body.style21 .sppb-addon-positioned-dot .text{width:100%;height:100%;position:relative;margin:0;color:#fff}body.style21 .sppb-addon-positioned-dot .text p{height:100%;font-size:12px;line-height:1.5;padding:0;text-align:center;text-shadow:.5px .5px 1px rgba(0,0,0,.3)}body.style21 .sppb-addon-positioned-dot .text::before{content:"";width:50%;height:100%;float:left;shape-outside:polygon(0 0,98% 0,50% 6%,23.4% 17.3%,6% 32.6%,0 50%,6% 65.6%,23.4% 82.7%,50% 94%,98% 100%,0 100%);shape-outside:polygon(1px -10px,115.13% -13px,103.38% .34%,102.01% 11.19%,38.41% 10.39%,4px 35.19%,6% 65.6%,23.4% 82.7%,50% 94%,98% 100%,0 100%);shape-outside:polygon(1px -10px,115.13% -13px,103.38% .34%,105.72% 15.35%,26.37% 15.35%,4px 35.19%,6% 65.6%,23.4% 82.7%,50% 94%,98% 100%,0 100%);shape-margin:5%}body.style21 .sppb-addon-positioned-dot .text p::before{content:"";width:50%;height:100%;float:right;shape-outside:polygon(2% 0,100% 0,100% 100%,2% 100%,50% 94%,76.6% 82.7%,94% 65.6%,100% 50%,94% 32.6%,76.6% 17.3%,50% 6%);shape-outside:polygon(2% -5.07%,100.93% -4.17%,100% 100%,2% 100%,50% 94%,76.6% 82.7%,94% 65.6%,100% 50%,94% 32.6%,59.8% 7.74%,3.54% 11.45%);shape-outside:polygon(2% -5.07%,100.93% -4.17%,100% 100%,2% 100%,50% 94%,76.6% 82.7%,94% 65.6%,100% 50%,94% 32.6%,72.77% 15.35%,3.54% 15.35%);shape-margin:5%}body.style21 .sppb-addon-positioned-dot .quote-wrapper blockquote cite{width:100%;position:absolute;bottom:25px;text-align:center;font-style:italic;text-shadow:.5px .5px 1px rgba(0,0,0,.3);font-size:14px}body.style21 .programma-blokken .sppb-row>div>div{border:1px solid #fff;background:#009fe3;margin-bottom:30px;padding:1em}@media (max-width:720px){.overlay-button{position:relative;bottom:-50%;border-radius:0}}body.style21 .sppb-equalize-columns .sppb-column.v-center{display:flex;justify-content:center;flex-direction:column}body.style21.p-werknemers .sppb-carousel .sppb-carousel-arrow,body.style21.p-werknemers .sppb-carousel .sppb-carousel-indicators{display:none}body.style21 .sppb-carousel blockquote{border:none;font-size:1.2em}body.style21 .sppb-carousel blockquote cite{display:block;margin-top:1em;font-style:normal;font-size:inherit}body.style21 .sppb-carousel blockquote cite::before{content:"– "}#sp-topbar .btn.werknemers,header .btn.werknemers{background:#009fe3;color:#fff;margin-top:-2px;margin-right:2em;padding:3px 10px;position:static}#sp-topbar .btn.werknemers:hover,header .btn.werknemers:hover{background:#007bb0}body.style21 form div[class*=rsform-block-checkbox] .formBody{display:flex;flex-flow:row wrap}body.style21 form div[class*=rsform-block-checkbox] .formBody input{width:6%;margin-right:2%;height:16px;width:16px}body.style21 form div[class*=rsform-block-checkbox] .formBody label{width:92%}body.style21 form div[class*=rsform-block-checkbox] input[type=checkbox]:checked+label{color:#009fe3}@supports(display:grid){body.style21 form div[class*=rsform-block-checkbox] .formBody{display:grid;grid-template-columns:1em 1fr;grid-gap:1em .4em}body.style21 form div[class*=rsform-block-checkbox] .formBody label{width:auto}body.style21 form div[class*=rsform-block-checkbox] .formBody input{height:1em;width:1em}}

