a {
  color: #71b84b;
  transition: all .3s ease-out;
}
a:hover,
a:focus {
  color: #b8dca5;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/Gotham-Bold.eot');
  src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/Gotham-Medium.eot');
  src: local('☺'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/GothamBook.eot');
  src: url('../fonts/GothamBook.eot') format('embedded-opentype'), url('../fonts/GothamBook.woff2') format('woff2'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg#GothamBook') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gotham';
  src: url('../fonts/GothamLight.eot');
  src: url('../fonts/GothamLight.svg#GothamLight') format('svg'), url('../fonts/GothamLight.eot') format('embedded-opentype'), url('../fonts/GothamLight.woff2') format('woff2'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype');
  font-weight: 200;
}
.font1 {
  font-family: 'gotham';
}
.font2 {
  font-family: 'Lato', sans-serif;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128,179,235,0.5), inset 0 0 0 1px rgba(0,0,0,0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197,205,211,0.8) 0px 0px 2px, rgba(0,0,0,0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165,220,134,0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.row {
  max-width: 1140px;
}
.column,
.columns {
  padding-left: 20px;
  padding-right: 20px;
}
.row .row {
  margin-left: -20px;
  margin-right: -20px;
}
.bgcover {
  background-position: center;
  background-size: cover;
}
.block {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clearul {
  margin: 0;
  padding: 0;
}
.clearul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  max-height: 0;
  display: block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  max-height: 1000px;
  opacity: 1;
}
p:last-child {
  margin-bottom: 0;
}
.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}
figure {
  padding: 0;
  margin: 0;
}
.op0 {
  opacity: 0;
}
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#cboxOverlay {
  background-color: #fff;
}
#colorbox:focus,
#colorbox *:focus {
  outline: none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  width: 36px;
  height: 36px;
  text-align: center;
}
#cboxClose i {
  margin: 0;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px,0,0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px,0,0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px,0,0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px,0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px,0,0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px,0,0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
h2,
h3,
h4,
h5 {
  font-family: 'gotham';
  font-weight: 200;
}
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  font-weight: 300;
}
.placeholder header nav.main,
.placeholder .sidenavtoggle {
  display: none;
}
.placeholder header h1 {
  left: 50%;
  margin-left: -70px;
}
.placeholder .container {
  height: 100vh;
}
.placeholder .newhero {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.button,
button {
  font-family: 'gotham';
  font-size: 15px;
  color: #333333;
  text-transform: uppercase;
  border: 1px solid #71b84b;
  background: none;
  font-weight: 200;
  transition: all .3s ease-out;
}
.button:hover,
.button:focus,
button:hover,
button:focus {
  background: #71b84b;
}
.button.arrow:after,
button.arrow:after {
  transition: all .3s ease-out;
  width: 20px;
  height: 16px;
  display: inline-block;
  background: url(../img/ico-arrow.png) no-repeat;
  content: '';
  margin-left: 10px;
  vertical-align: middle;
}
.button.arrow:hover:after,
.button.arrow:focus:after,
button.arrow:hover:after,
button.arrow:focus:after {
  transform: translateX(10px);
  background: url(../img/ico-arroww.png) no-repeat;
}
.button.fullwhite,
button.fullwhite {
  border-color: #fff;
  color: #71b84b;
  background: #fff;
}
.button.fullwhite.arrow:after,
button.fullwhite.arrow:after {
  background: url(../img/ico-arrow.png) no-repeat;
}
.button.white,
button.white {
  border-color: #fff;
  color: #fff;
}
.button.white.arrow:after,
button.white.arrow:after {
  background: url(../img/ico-arroww.png) no-repeat;
}
.button.blue,
button.blue {
  color: #fff;
  background: #71b84b;
}
.button.blue.arrow:after,
button.blue.arrow:after {
  background: url(../img/ico-arroww.png) no-repeat;
}
.button.blue:hover,
.button.blue:focus,
button.blue:hover,
button.blue:focus {
  background: #b8dca5;
}
.text-center .button,
.text-center button {
  margin-left: 10px;
  margin-right: 10px;
}
.button i:fist-child,
button i:fist-child {
  margin-right: 10px;
}
.button i:last-child,
button i:last-child {
  margin-right: 10px;
}
.button i:only-child,
button i:only-child {
  color: #71b84b;
  font-size: 32px;
  margin: 0;
}
.button:hover i:only-child,
.button:focus i:only-child,
button:hover i:only-child,
button:focus i:only-child {
  color: #fff;
}
body {
  background: #b8dca5;
  font-family: 'Lato', sans-serif;
  padding: 0 100px;
  -webkit-text-size-adjust: 100%;
}
body.cb {
  padding-top: 80px;
}
.container {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.container .row {
  max-width: 1180px;
  padding-left: 40px;
  padding-right: 40px;
}
.container .row .row {
  padding-left: 0;
  padding-right: 0;
}
.logged nav.side ul li a.lock {
  background: none;
}
header {
  position: relative;
  height: 150px;
  z-index: 10;
}
header h1 {
  position: absolute;
  top: 40px;
  left: 40px;
  margin: 0;
}
header h1 .slogan {
  content: 'Do Less';
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 100px;
  left: 0;
  font-size: 32px;
  white-space: nowrap;
  line-height: 100%;
  display: none;
}
header h1 .slogan strong {
  display: block;
  color: #333333;
  font-weight: 400;
  font-style: italic;
}
header h1 a {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 140px;
  height: 62px;
  background: url(../img/logo.svg) no-repeat;
  background-size: 100% auto;
}
header nav.main {
  position: absolute;
  top: 30px;
  right: 40px;
}
header nav.main ul {
  margin: 0;
  padding: 0;
}
header nav.main ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav.main ul li {
  float: left;
  padding: 0 10px;
  position: relative;
}
header nav.main ul li a {
  font-family: 'gotham';
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  padding: 10px;
  display: block;
  position: relative;
  transition: all .3s ease-out;
}
header nav.main ul li a:after {
  transition: all .3s ease-out;
  height: 3px;
  width: 0%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #71b84b;
  content: '';
  display: block;
  position: relative;
  z-index: 1;
}
header nav.main ul li a:hover,
header nav.main ul li a:focus {
  color: #71b84b;
}
header nav.main ul li a:hover:after,
header nav.main ul li a:focus:after {
  width: 100%;
}
header nav.main ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0);
  transition: all .3s ease-out;
}
header nav.main ul li ul li {
  float: none;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease-out;
}
header nav.main ul li ul a {
  white-space: nowrap;
}
header nav.main ul li:last-child ul {
  left: auto;
  right: 0;
}
header nav.main ul li:hover ul {
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  padding-bottom: 10px;
}
header nav.main ul li:hover ul li {
  max-height: 40px;
}
.sidenavtoggle {
  width: 36px;
  height: 36px;
  position: fixed;
  top: 36px;
  left: -60px;
  padding-top: 12px;
  z-index: 99;
  transition: all .3s ease-out;
  left: 30px;
}
.scroll .sidenavtoggle {
  background: #eee;
}
.sidenavtoggle:hover,
.sidenavtoggle:focus {
  background: #71b84b;
}
.sidenavtoggle:hover span,
.sidenavtoggle:focus span {
  background: #fff;
}
.sidenavtoggle span {
  transition: all .3s ease-out;
  background: #666666;
  width: 20px;
  height: 2px;
  margin: 0 auto 3px;
  display: block;
  transform-origin: 50%;
}
.opennav .sidenavtoggle {
  background: none;
}
.opennav .sidenavtoggle span {
  background: #fff;
}
.opennav .sidenavtoggle span:nth-child(1) {
  transform: rotate(45deg) translateX(5px) translateY(5px);
}
.opennav .sidenavtoggle span:nth-child(2) {
  transform: rotate(-45deg) translateX(-1px) translateY(2px);
}
.opennav .sidenavtoggle span:nth-child(3) {
  opacity: 0;
}
nav.side {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  background: #71b84b;
  height: 100%;
  padding: 80px 0px 0;
  z-index: 100;
  transform: translateX(-800px);
  transition: all .3s cubic-bezier(0.165,0.840,0.440,1.000);
}
.opennav nav.side {
  transform: translateX(0px);
}
nav.side .sidenavtoggle {
  position: absolute;
  top: 20px;
  left: 20px;
}
nav.side .login {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 30px;
}
nav.side .login a {
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 22px;
}
nav.side .login span {
  vertical-align: top;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  color: #71b84b;
  font-size: 16px;
  background: #fff;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
nav.side .login span img {
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
nav.side ul {
  margin: 0;
  padding: 0;
}
nav.side ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.side ul li {
  padding: 0 30px;
  display: block;
  position: relative;
  transition: all .3s ease-out;
}
nav.side ul li:after {
  display: block;
  content: '';
}
nav.side ul li a {
  display: block;
  padding: 10px;
  font-style: 16px;
  font-family: 'gotham';
  color: #fff;
  text-transform: uppercase;
}
nav.side ul li a.lock {
  background: url(../img/lock.png) no-repeat right;
}
nav.side ul li:last-child {
  border: none;
}
nav.side ul li.button_white_arrow,
nav.side ul li.button_fullwhite_arrow,
nav.side ul li.white_button_arrow,
nav.side ul li.fullwhite_button_arrow {
  border-bottom: none;
}
nav.side ul li.sep {
  height: 30px;
  border-bottom: none;
}
nav.side ul li.dropdown:hover,
nav.side ul li.dropdown.h {
  background: #25391D;
}
nav.side ul li.dropdown:hover ul,
nav.side ul li.dropdown.h ul {
  max-width: 400px;
  opacity: 1;
  visibility: visible;
}
nav.side ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #25391D;
  width: 100%;
  opacity: 0;
  transition: all .3s ease-out;
  visibility: hidden;
  padding: 0;
  max-width: 0;
}
nav.side ul li ul:before {
  height: 1000px;
  background: #25391D;
  width: 100%;
  bottom: 100%;
  left: 0;
  content: '';
  display: block;
  position: absolute;
}
nav.side ul li ul:after {
  position: absolute;
  height: 2000px;
  background: #25391D;
  width: 100%;
  top: 100%;
  left: 0;
  content: '';
  display: block;
}
nav.side ul li ul a {
  white-space: nowrap;
}
nav.side .button {
  margin-top: 20px;
}
.hero {
  height: 600px;
  position: relative;
}
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  left: -50px;
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
  opacity: 0;
}
.hero .videoout {
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero.in .bg {
  left: -50px;
  opacity: 1;
}
.hero.in .videoout {
  opacity: 1;
  transform: translateX(0px);
}
.hero a.video {
  height: 130px;
  width: 400px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  background: #71b84b;
  padding: 40px 0 0 30px;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  transition: all .3s ease-out;
}
.hero a.video:hover,
.hero a.video:focus {
  background: #b8dca5;
}
.hero a.video:hover:after,
.hero a.video:focus:after {
  right: -20px;
}
.hero a.video span {
  font-size: 16px;
  display: block;
}
.hero a.video:after {
  transition: all .3s ease-out;
  background: #b8dca5 url(../img/ico-play.png) no-repeat center;
  width: 130px;
  height: 130px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.hometext {
  padding: 100px 0;
}
.hometext h2 {
  color: #71b84b;
  font-size: 42px;
  font-weight: 200;
  line-height: 120%;
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  opacity: 0;
  transform: translateY(50px);
  margin-bottom: 50px;
}
.hometext h2 strong {
  font-weight: 300;
  display: block;
}
.hometext .t {
  opacity: 0;
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  transform: translateY(50px);
}
.hometext p {
  font-size: 18px;
  line-height: 180%;
}
.hometext.in h2,
.hometext.in .t {
  opacity: 1;
  transform: translateY(0);
}
.homeslider {
  position: relative;
  background: #F6F6F6;
  height: 600px;
}
.homeslider .navi {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 11;
  cursor: pointer;
}
.homeslider .navi span {
  width: 12px;
  height: 12px;
  border: 1px solid #71b84b;
  display: block;
  margin: 10px 0;
  border-radius: 100%;
  transition: all .3s ease-out;
}
.homeslider .navi span.current {
  background: #71b84b;
}
.homeslider .items {
  height: 600px;
  position: relative;
  overflow: hidden;
  margin-right: -50px;
}
.homeslider .items .item {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.homeslider .items .item.active {
  z-index: 10;
}
.homeslider .items .item.active .bg {
  opacity: 1;
}
.homeslider .items .item.active .text {
  opacity: 1;
}
.homeslider .items .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 1s ease-out;
  opacity: 0;
}
.homeslider .items .item .bg:after {
  background: -moz-linear-gradient(left,#f6f6f6 0%,#f6f6f6 50%,rgba(246,246,246,0) 75%,rgba(246,246,246,0) 100%);
  background: -webkit-linear-gradient(left,#f6f6f6 0%,#f6f6f6 50%,rgba(246,246,246,0) 75%,rgba(246,246,246,0) 100%);
  background: linear-gradient(to right,#f6f6f6 0%,#f6f6f6 50%,rgba(246,246,246,0) 75%,rgba(246,246,246,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',endColorstr='#00f6f6f6',GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  z-index: 1;
}
.homeslider .items .item .text {
  position: absolute;
  z-index: 1;
  width: 40%;
  height: 100%;
  text-align: right;
  top: -70%;
  opacity: 0;
  padding-left: 70px;
}
.homeslider .items .item .text h2 {
  color: #71b84b;
  font-weight: 200;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 40px;
}
.homeslider .items .item .ico {
  width: 274px;
  height: 274px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-50%);
  z-index: 1;
}
.homeslider .items .item .ico .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/ico1-1.png) no-repeat;
  opacity: 0;
  transform: scale(.8);
  transition: all .5s ease-out;
}
.homeslider .items .item.p100 .ico .frame,
.homeslider .items .item.p200 .ico .frame,
.homeslider .items .item.p300 .ico .frame,
.homeslider .items .item.p400 .ico .frame,
.homeslider .items .item.p500 .ico .frame,
.homeslider .items .item.p600 .ico .frame,
.homeslider .items .item.p700 .ico .frame,
.homeslider .items .item.p800 .ico .frame,
.homeslider .items .item.p900 .ico .frame {
  opacity: 1;
  transform: scale(1);
}
.homeslider .items .item.p1000 .ico .frame,
.homeslider .items .item.end .ico .frame {
  opacity: 0;
  transform: scale(1.2);
}
.homeslider .connect .i1 {
  background: url(../img/ico1-2.png) no-repeat;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 70px;
  left: 130px;
  opacity: 0;
  transition: all .5s ease-out;
}
.homeslider .connect .i2 {
  background: url(../img/ico1-2.png) no-repeat;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 150px;
  left: 130px;
  opacity: 0;
  transform: rotate(45deg);
  transition: all .5s ease-out;
}
.homeslider .connect .i3 {
  background: url(../img/ico1-2.png) no-repeat;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 130px;
  left: 70px;
  opacity: 0;
  transform: rotate(180deg);
  transition: all .5s ease-out;
}
.homeslider .connect .i4 {
  background: url(../img/ico1-2.png) no-repeat;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50px;
  left: 70px;
  opacity: 0;
  transform: rotate(225deg);
  transition: all .5s ease-out;
}
.homeslider .connect.p100 .i1,
.homeslider .connect.p200 .i1,
.homeslider .connect.p300 .i1 {
  opacity: 1;
  top: 50px;
  left: 150px;
}
.homeslider .connect.p100 .i2,
.homeslider .connect.p200 .i2,
.homeslider .connect.p300 .i2 {
  opacity: 1;
  top: 150px;
  left: 150px;
}
.homeslider .connect.p100 .i3,
.homeslider .connect.p200 .i3,
.homeslider .connect.p300 .i3 {
  opacity: 1;
  top: 150px;
  left: 50px;
}
.homeslider .connect.p100 .i4,
.homeslider .connect.p200 .i4,
.homeslider .connect.p300 .i4 {
  opacity: 1;
  top: 50px;
  left: 60px;
}
.homeslider .connect.p400 .i1,
.homeslider .connect.p500 .i1 {
  opacity: 1;
  top: 50px;
  left: 150px;
  transform: rotate(90deg);
}
.homeslider .connect.p400 .i2,
.homeslider .connect.p500 .i2 {
  opacity: 1;
  top: 150px;
  left: 150px;
  transform: rotate(180deg);
}
.homeslider .connect.p400 .i3,
.homeslider .connect.p500 .i3 {
  opacity: 1;
  top: 150px;
  left: 50px;
  transform: rotate(270deg);
}
.homeslider .connect.p400 .i4,
.homeslider .connect.p500 .i4 {
  opacity: 1;
  top: 50px;
  left: 50px;
  transform: rotate(360deg);
}
.homeslider .connect.p600 .i1,
.homeslider .connect.p700 .i1,
.homeslider .connect.p800 .i1 {
  opacity: 1;
  top: 50px;
  left: 150px;
  transform: rotate(135deg);
}
.homeslider .connect.p600 .i2,
.homeslider .connect.p700 .i2,
.homeslider .connect.p800 .i2 {
  opacity: 1;
  top: 150px;
  left: 150px;
  transform: rotate(225deg);
}
.homeslider .connect.p600 .i3,
.homeslider .connect.p700 .i3,
.homeslider .connect.p800 .i3 {
  opacity: 1;
  top: 150px;
  left: 50px;
  transform: rotate(315deg);
}
.homeslider .connect.p600 .i4,
.homeslider .connect.p700 .i4,
.homeslider .connect.p800 .i4 {
  opacity: 1;
  top: 50px;
  left: 50px;
  transform: rotate(405deg);
}
.homeslider .connect.p900 .i1,
.homeslider .connect.p1000 .i1,
.homeslider .connect.end .i1 {
  opacity: 0;
  top: 70px;
  left: 150px;
  transform: rotate(135deg);
}
.homeslider .connect.p900 .i2,
.homeslider .connect.p1000 .i2,
.homeslider .connect.end .i2 {
  opacity: 0;
  top: 150px;
  left: 130px;
  transform: rotate(225deg);
}
.homeslider .connect.p900 .i3,
.homeslider .connect.p1000 .i3,
.homeslider .connect.end .i3 {
  opacity: 0;
  top: 130px;
  left: 50px;
  transform: rotate(315deg);
}
.homeslider .connect.p900 .i4,
.homeslider .connect.p1000 .i4,
.homeslider .connect.end .i4 {
  opacity: 0;
  top: 50px;
  left: 70px;
  transform: rotate(405deg);
}
.homeslider .focus .i1 {
  background: url(../img/ico1-2.png) no-repeat;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 0px;
  left: 200px;
  opacity: 0;
  transform: rotate(180deg);
  transition: all .5s ease-out;
}
.homeslider .focus .i2 {
  background: url(../img/ico1-2.png) no-repeat;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 200px;
  left: 200px;
  opacity: 0;
  transform: rotate(-90deg);
  transition: all .5s ease-out;
}
.homeslider .focus .i3 {
  background: url(../img/ico1-2.png) no-repeat;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 200px;
  left: 0px;
  opacity: 0;
  transform: rotate(0deg);
  transition: all .5s ease-out;
}
.homeslider .focus .i4 {
  background: url(../img/ico1-2.png) no-repeat;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transform: rotate(90deg);
  transition: all .5s ease-out;
}
.homeslider .focus.p100 .i1,
.homeslider .focus.p200 .i1,
.homeslider .focus.p300 .i1 {
  opacity: 1;
  top: 30px;
  left: 170px;
}
.homeslider .focus.p100 .i2,
.homeslider .focus.p200 .i2,
.homeslider .focus.p300 .i2 {
  opacity: 1;
  top: 170px;
  left: 170px;
}
.homeslider .focus.p100 .i3,
.homeslider .focus.p200 .i3,
.homeslider .focus.p300 .i3 {
  opacity: 1;
  top: 170px;
  left: 30px;
}
.homeslider .focus.p100 .i4,
.homeslider .focus.p200 .i4,
.homeslider .focus.p300 .i4 {
  opacity: 1;
  top: 30px;
  left: 30px;
}
.homeslider .focus.p400 .i1,
.homeslider .focus.p500 .i1 {
  opacity: 1;
  top: 45px;
  left: 155px;
}
.homeslider .focus.p400 .i2,
.homeslider .focus.p500 .i2 {
  opacity: 1;
  top: 155px;
  left: 155px;
}
.homeslider .focus.p400 .i3,
.homeslider .focus.p500 .i3 {
  opacity: 1;
  top: 155px;
  left: 45px;
}
.homeslider .focus.p400 .i4,
.homeslider .focus.p500 .i4 {
  opacity: 1;
  top: 45px;
  left: 45px;
}
.homeslider .focus.p600 .i1,
.homeslider .focus.p700 .i1,
.homeslider .focus.p800 .i1 {
  opacity: 1;
  top: 60px;
  left: 140px;
}
.homeslider .focus.p600 .i2,
.homeslider .focus.p700 .i2,
.homeslider .focus.p800 .i2 {
  opacity: 1;
  top: 140px;
  left: 140px;
}
.homeslider .focus.p600 .i3,
.homeslider .focus.p700 .i3,
.homeslider .focus.p800 .i3 {
  opacity: 1;
  top: 140px;
  left: 60px;
}
.homeslider .focus.p600 .i4,
.homeslider .focus.p700 .i4,
.homeslider .focus.p800 .i4 {
  opacity: 1;
  top: 60px;
  left: 60px;
}
.homeslider .focus.p900 .i1,
.homeslider .focus.p1000 .i1,
.homeslider .focus.end .i1 {
  opacity: 0;
  top: 70px;
  left: 130px;
}
.homeslider .focus.p900 .i2,
.homeslider .focus.p1000 .i2,
.homeslider .focus.end .i2 {
  opacity: 0;
  top: 130px;
  left: 130px;
}
.homeslider .focus.p900 .i3,
.homeslider .focus.p1000 .i3,
.homeslider .focus.end .i3 {
  opacity: 0;
  top: 130px;
  left: 70px;
}
.homeslider .focus.p900 .i4,
.homeslider .focus.p1000 .i4,
.homeslider .focus.end .i4 {
  opacity: 0;
  top: 70px;
  left: 70px;
}
.homeslider .solving .i1 {
  width: 140px;
  height: 10px;
  border-radius: 10px;
  background: #71b84b;
  position: absolute;
  top: 60px;
  left: 80px;
  transition: all .5s ease-out;
  opacity: 0;
  width: 10px;
}
.homeslider .solving .n1 {
  font-family: 'gotham';
  color: #71b84b;
  font-size: 42px;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 45px;
  transition: all .5s ease-out;
  opacity: 0;
  transform: scale(.7);
}
.homeslider .solving .i2 {
  width: 140px;
  height: 10px;
  border-radius: 10px;
  background: #71b84b;
  position: absolute;
  top: 130px;
  left: 80px;
  transition: all .5s ease-out;
  opacity: 0;
  width: 10px;
}
.homeslider .solving .n2 {
  font-family: 'gotham';
  color: #71b84b;
  font-size: 42px;
  font-weight: bold;
  position: absolute;
  top: 100px;
  left: 40px;
  transition: all .5s ease-out;
  opacity: 0;
  transform: scale(.7);
}
.homeslider .solving .i3 {
  width: 140px;
  height: 10px;
  border-radius: 10px;
  background: #71b84b;
  position: absolute;
  top: 200px;
  left: 80px;
  transition: all .5s ease-out;
  opacity: 0;
  width: 10px;
}
.homeslider .solving .n3 {
  font-family: 'gotham';
  color: #71b84b;
  font-size: 42px;
  font-weight: bold;
  position: absolute;
  top: 170px;
  left: 40px;
  transition: all .5s ease-out;
  opacity: 0;
  transform: scale(.7);
}
.homeslider .solving.p100 .n1 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p200 .i1 {
  width: 70px;
  opacity: 1;
}
.homeslider .solving.p200 .n1 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p200 .n2 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p300 .i1 {
  width: 140px;
  opacity: 1;
}
.homeslider .solving.p300 .i2 {
  width: 70px;
  opacity: 1;
}
.homeslider .solving.p300 .n1 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p300 .n2 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p300 .n3 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p400 .i1 {
  width: 140px;
  opacity: 1;
}
.homeslider .solving.p400 .i2 {
  width: 140px;
  opacity: 1;
}
.homeslider .solving.p400 .i3 {
  width: 70px;
  opacity: 1;
}
.homeslider .solving.p400 .n1 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p400 .n2 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p400 .n3 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p500 .i1 {
  width: 140px;
  opacity: 1;
}
.homeslider .solving.p500 .i2 {
  width: 140px;
  opacity: 1;
}
.homeslider .solving.p500 .i3 {
  width: 140px;
  opacity: 1;
}
.homeslider .solving.p500 .n1 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p500 .n2 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p500 .n3 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p600 .i1,
.homeslider .solving.p700 .i1,
.homeslider .solving.p800 .i1 {
  width: 140px;
  opacity: 1;
}
.homeslider .solving.p600 .i2,
.homeslider .solving.p700 .i2,
.homeslider .solving.p800 .i2 {
  width: 140px;
  opacity: 1;
}
.homeslider .solving.p600 .i3,
.homeslider .solving.p700 .i3,
.homeslider .solving.p800 .i3 {
  width: 140px;
  opacity: 1;
}
.homeslider .solving.p600 .n1,
.homeslider .solving.p700 .n1,
.homeslider .solving.p800 .n1 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p600 .n2,
.homeslider .solving.p700 .n2,
.homeslider .solving.p800 .n2 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p600 .n3,
.homeslider .solving.p700 .n3,
.homeslider .solving.p800 .n3 {
  opacity: 1;
  transform: scale(1);
}
.homeslider .solving.p900 .n1,
.homeslider .solving.p900 .n2,
.homeslider .solving.p900 .n3,
.homeslider .solving.p1000 .n1,
.homeslider .solving.p1000 .n2,
.homeslider .solving.p1000 .n3,
.homeslider .solving.end .n1,
.homeslider .solving.end .n2,
.homeslider .solving.end .n3 {
  opacity: 0;
}
.homeslider .solving.p900 .i1,
.homeslider .solving.p900 .i2,
.homeslider .solving.p900 .i3,
.homeslider .solving.p1000 .i1,
.homeslider .solving.p1000 .i2,
.homeslider .solving.p1000 .i3,
.homeslider .solving.end .i1,
.homeslider .solving.end .i2,
.homeslider .solving.end .i3 {
  opacity: 0;
  width: 10px;
  left: 270px;
}
.homeslider .hardwires .n1 {
  background: url(../img/ico-hw.png) no-repeat bottom left;
  width: 0;
  height: 50px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  opacity: 0;
  transition: all .5s ease-out;
}
.homeslider .hardwires.p100 .n1 {
  opacity: .3;
  width: 50px;
  height: 50px;
}
.homeslider .hardwires.p200 .n1 {
  opacity: .6;
  width: 100px;
  height: 70px;
}
.homeslider .hardwires.p300 .n1 {
  opacity: 1;
  width: 150px;
  height: 120px;
}
.homeslider .hardwires.p400 .n1 {
  opacity: 1;
  width: 205px;
  height: 180px;
}
.homeslider .hardwires.p500 .n1,
.homeslider .hardwires.p600 .n1,
.homeslider .hardwires.p700 .n1,
.homeslider .hardwires.p800 .n1,
.homeslider .hardwires.p900 .n1 {
  opacity: 1;
  width: 205px;
  height: 180px;
}
.homeslider .hardwires.end .n1 {
  opacity: 0;
}
.homeslidermark {
  position: absolute;
  left: 50%;
  height: 1px;
  width: 100px;
  background: red;
  z-index: 1000;
}
.testimonials {
  margin: 70px 0;
  position: relative;
}
.testimonials.grey {
  background: #F6F6F6;
  padding: 70px 0;
}
.testimonials.in .slider {
  opacity: 1;
  transform: translateX(0px);
}
.testimonials.in .logos ul li {
  opacity: 1;
}
.testimonials .bx-viewport,
.testimonials .bx-wrapper {
  height: 100%;
}
.testimonials .bx-viewport {
  margin-left: -50px;
  width: auto !important;
}
.testimonials .slider {
  width: 60%;
  height: 540px;
  float: left;
  transition: all .5s ease-out;
  opacity: 0;
  transform: translateX(50px);
  margin-top: 0;
  position: relative;
  z-index: 10;
}
.testimonials .slider ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
.testimonials .slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonials .slider ul li {
  position: relative;
  height: 100%;
}
.testimonials .slider ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.testimonials .slider ul li .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=0);
}
.testimonials .slider ul li .text {
  position: absolute;
  width: 100%;
  right: 0;
  max-width: 650px;
  bottom: 0;
  padding: 30px;
  text-align: right;
}
.testimonials .slider ul li .text p {
  color: #fff;
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 10px;
}
.testimonials .slider ul li .text .author {
  font-size: 18px;
  color: #fff;
}
.testimonials .slider .bx-pager {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.testimonials .slider .bx-pager .bx-pager-item {
  width: 12px;
  margin-right: 5px;
  display: inline-block;
}
.testimonials .slider .bx-pager .bx-pager-item a {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: all 1s ease-out;
}
.testimonials .slider .bx-pager .bx-pager-item a.active {
  background: #fff;
}
.testimonials .slider .bx-pager .bx-pager-item a:hover,
.testimonials .slider .bx-pager .bx-pager-item a:focus {
  background: rgba(255,255,255,0.5);
}
.testimonials .logos {
  position: absolute;
  padding-left: 60%;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.testimonials .logos .bx-viewport {
  height: 100% !important;
  margin-left: 0;
}
.testimonials .logos .bx-viewport li {
  height: 100%;
  padding: 0;
  transition: none;
}
.testimonials .logos .bx-viewport li ul {
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.testimonials .logos .bx-viewport li ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonials .logos .bx-viewport li ul li {
  height: 33.3%;
  padding: 0 20px;
}
.testimonials .logos ul {
  width: 380px;
  margin: 0;
  padding-left: 30px;
  height: 100%;
}
.testimonials .logos ul li {
  text-align: center;
  padding: 0px 20px;
  opacity: 0;
  height: 33.3%;
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
}
.find {
  height: 500px;
  position: relative;
  background: #111;
  overflow: hidden;
}
.find .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 1s ease-out;
}
.find.alt .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.5);
}
.find .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.find .text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 40px;
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  opacity: 0;
}
.find .text h2+p {
  margin-top: -20px;
}
.find .text p {
  font-size: 18px;
  color: #fff;
}
.find .text .buttons {
  margin-top: 40px;
  max-height: 0;
  opacity: 0;
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  overflow: hidden;
}
.find .text .button {
  margin: 0 15px;
  width: 260px;
  white-space: nowrap;
}
.find.in .bg {
  opacity: 1;
}
.find.in .text h2 {
  opacity: 1;
}
.find.in .text .buttons {
  max-height: 200px;
  opacity: 1;
}
.book {
  height: 630px;
  text-align: right;
  position: relative;
  background: #FBFBFB;
}
.book .columns {
  z-index: 1;
}
.book h3 {
  color: #71b84b;
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 30px;
  transform: translateX(50px);
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  opacity: 0;
}
.book .t {
  transform: translateX(50px);
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  opacity: 0;
}
.book p {
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 40px;
}
.book .buttonout {
  transform: translateX(50px);
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  opacity: 0;
}
.book .img {
  width: 50%;
  left: 50%;
  top: 0;
  position: absolute;
  background-position: left;
  background-repeat: no-repeat;
  height: 100%;
  opacity: 0;
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
}
.book.in h3,
.book.in .t,
.book.in .buttonout {
  opacity: 1;
  transform: translateX(0px);
}
.book.in .img {
  opacity: 1;
}
.pageheader.video+.textandpic.grey {
  margin-top: 50px;
}
.testimonials+.getstarted {
  margin-top: 0px;
}
.testimonials.grey+.getstarted {
  margin-top: -70px;
}
.section+.pageheader {
  margin-top: 50px;
}
.pageheader+.formsection {
  margin-top: 50px;
}
.pageheader {
  height: 500px;
  position: relative;
}
.pageheader.leftalign {
  overflow: hidden;
}
.pageheader.leftalign .bg,
.pageheader.leftalign.video .bg {
  left: 0;
}
.pageheader.leftalign .text .columns,
.pageheader.leftalign.video .text .columns {
  padding-left: 50px;
}
.pageheader.leftalign .videoout,
.pageheader.leftalign.video .videoout {
  width: 50%;
}
.bodyin .pageheader .bg,
.bodyin .pageheader .text h2,
.bodyin .pageheader .text p,
.bodyin .pageheader .videoout {
  opacity: 1;
  transform: translateX(0px);
}
.pageheader .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: translateX(50px);
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
}
.pageheader .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
.pageheader .text h2 {
  color: #fff;
  opacity: 0;
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  transition-delay: .1s;
}
.pageheader .text p {
  color: #fff;
  opacity: 0;
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  transition-delay: .2s;
}
.pageheader .cta {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.pageheader .cta .in {
  padding: 30px;
  float: right;
  background: #71b84b;
}
.pageheader .cta h4 {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  padding-right: 30px;
  margin: 0;
}
.pageheader .cta .button {
  border: none;
  background-color: #b8dca5;
  margin: 0;
}
.pageheader.video .bg {
  width: 50%;
  left: 50%;
}
.pageheader.video h2 {
  color: #71b84b;
}
.pageheader.video p {
  color: #666;
}
.pageheader.video .text {
  background: none;
}
.pageheader .videoout {
  opacity: 0;
  transform: translateX(50px);
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  transition-delay: .3s;
  height: 100%;
}
.pageheader a.video {
  height: 130px;
  width: 400px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  background: #71b84b;
  padding: 40px 0 0 30px;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  transition: all .3s ease-out;
}
.pageheader a.video:hover,
.pageheader a.video:focus {
  background: #b8dca5;
}
.pageheader a.video:hover:after,
.pageheader a.video:focus:after {
  right: -20px;
}
.pageheader a.video span {
  font-size: 16px;
  display: block;
}
.pageheader a.video:after {
  transition: all .3s ease-out;
  background: #b8dca5 url(../img/ico-play.png) no-repeat center;
  width: 130px;
  height: 130px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.pageheader+.textandpic.nopic {
  padding-top: 30px;
}
.textandpic.nopic+.tabssection {
  padding-top: 0;
}
.tabssection+.textandpic {
  margin-top: 70px;
}
.textandpic.grey+.getstarted {
  padding-top: 0;
}
.tabssection.steps+.textandpic.nopic {
  margin-top: -50px;
  padding-top: 0;
  margin-bottom: 0;
  margin-bottom: 30px;
}
.tabssection.steps+.textandpic.nopic.grey {
  padding-top: 50px;
}
.accord+.tabssection.steps {
  margin-top: 20px;
}
.accord+.canvas {
  padding-top: 0;
}
.icons {
  padding: 70px 0;
}
.icons h2 {
  color: #71b84b;
  text-align: center;
  margin-bottom: 70px;
}
.icons span.ico {
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 40px;
  background: #71b84b;
  background-repeat: no-repeat;
  background-position: center;
}
.icons h3 {
  font-size: 36px;
  color: #71b84b;
  margin: 0 0 30px;
}
.icons.alt {
  text-align: center;
}
.icons.alt span.ico {
  margin: 0 auto 30px;
}
.icons.alt h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.textandpic+.textandpic {
  margin-top: -50px;
}
.textandpic+.textandpic:before {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 0;
  height: 1px;
  background: #eee;
  content: '';
  display: block;
}
.textandpic.grey+.textandpic:before {
  display: none;
}
.textandpic+.textandpic.grey {
  text-align: center;
}
.textandpic+.textandpic.grey:before {
  display: none !important;
}
.textandpic+.textandpic.grey h2:only-child {
  margin: 0;
}
.textandpic {
  position: relative;
  margin-bottom: 50px;
}
.textandpic p strong {
  color: #71b84b;
}
.textandpic.sidealign .picout {
  width: 40%;
  left: 60%;
}
.textandpic.sidealign .picout .pic {
  margin-right: auto;
  margin-left: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.textandpic.sidealign.leftalign .picout {
  right: 60%;
}
.textandpic.sidealign.leftalign .picout .pic {
  margin-right: auto;
  margin-left: auto;
}
.textandpic.in .columns {
  opacity: 1;
  transform: translateY(0px);
}
.textandpic .columns {
  opacity: 0;
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  transform: translateY(50px);
}
.textandpic .columns:nth-child(1) {
  transition-delay: .2s;
}
.textandpic .columns:nth-child(2) {
  transition-delay: .4s;
}
.textandpic .columns:nth-child(3) {
  transition-delay: .6s;
}
.textandpic.nopic {
  height: auto;
  padding: 70px 0;
}
.textandpic.grey {
  background: #F6F6F6;
}
.textandpic.withbuttons h3 {
  margin-bottom: 10px;
}
.textandpic h2 {
  color: #71b84b;
  font-size: 40px;
  margin-bottom: 30px;
}
.textandpic h2 a {
  display: inline-block;
}
.textandpic h2 a:after {
  content: "\f08e";
  display: inline-block;
  color: #999;
  margin-left: 15px;
  font-family: FontAwesome;
  font-size: 70%;
}
.textandpic h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
.textandpic h2+h3 {
  margin-top: -15px;
}
.textandpic .picout {
  left: 65%;
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.textandpic .picout .pic {
  height: 100%;
  width: auto;
  margin-right: -40px;
  background-position: center;
  background-size: cover;
}
.textandpic.blend .picout:after {
  background: -moz-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,#ffffff 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1);
  content: '';
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.textandpic.blend.leftalign .picout:after {
  left: auto;
  right: -1px;
  transform: scaleX(-1);
}
.textandpic.blend.grey .picout:after {
  background: -moz-linear-gradient(left,#f6f6f6 0%,rgba(246,246,246,0) 100%);
  background: -webkit-linear-gradient(left,#f6f6f6 0%,rgba(246,246,246,0) 100%);
  background: linear-gradient(to right,#f6f6f6 0%,rgba(246,246,246,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1);
}
.textandpic.leftalign .picout {
  left: auto;
  right: 65%;
}
.textandpic.leftalign .picout .pic {
  margin-right: auto;
  margin-left: -40px;
}
.testimonials h2 {
  font-size: 42px;
  color: #71b84b;
  margin-bottom: 50px;
}
.testimonials .in {
  padding: 20px 0 0 40px;
  background: url(../img/ico-testimonial.png) no-repeat 0 30px;
}
.testimonials .in .a {
  color: #71b84b;
  font-family: 'gotham';
  font-weight: 200;
}
.testimonials .in .a strong {
  display: block;
  font-weight: 400;
}
.grey+.getstarted {
  padding-top: 70px;
}
.getstarted {
  padding: 0 0 40px;
}
.getstarted h2 {
  font-size: 42px;
  color: #71b84b;
  margin-bottom: 40px;
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  opacity: 0;
}
.getstarted .columns.medium-4 {
  opacity: 0;
  transition: all .5s cubic-bezier(0.165,0.840,0.440,1.000);
  transform: translateY(50px);
}
.getstarted .columns.medium-4:nth-child(2) {
  transition-delay: .2s;
}
.getstarted .columns.medium-4:nth-child(3) {
  transition-delay: .4s;
}
.getstarted .columns.medium-4:nth-child(4) {
  transition-delay: .6s;
}
.getstarted.in h2 {
  opacity: 1;
}
.getstarted.in .columns.medium-4 {
  opacity: 1;
  transform: translateY(0px);
}
.getstarted .n {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  text-align: center;
  color: #71b84b;
  font-family: 'gotham';
  line-height: 75px;
  border: 1px solid #71b84b;
  font-size: 42px;
  background: #fff;
  z-index: 1;
  display: none;
}
.getstarted .l {
  top: 39px;
  left: 20px;
  width: 100%;
  height: 2px;
  background: #71b84b;
  content: '';
  display: block;
  position: absolute;
}
.getstarted .medium-4 {
  padding-bottom: 40px;
}
.getstarted .last .l {
  display: none;
}
.getstarted h3 {
  color: #71b84b;
  margin-bottom: 30px;
}
.formsection {
  padding: 70px 0;
}
.formsection.grey {
  background: #F6F6F6;
  padding: 70px 0;
}
.formsection.grey input,
.formsection.grey textarea {
  background: #fff;
}
.formsection.greenborder {
  border-top: 5px solid #71b84b;
  border-bottom: 5px solid #71b84b;
}
.formsection h2 {
  font-size: 42px;
  color: #71b84b;
  margin-bottom: 50px;
}
.formsection input,
.formsection textarea {
  border: none;
  box-shadow: none;
  height: 40px;
  margin-bottom: 20px !important;
  background: #deefd6;
}
.formsection label {
  display: block;
  margin-bottom: 10px;
}
.formsection textarea {
  height: 130px;
}
.formsection button {
  margin-bottom: 0;
}
.formsection.partners textarea {
  height: 221px;
}
.formsection+footer {
  margin-top: 50px;
}
.canvas {
  padding: 70px 0 30px;
}
.canvas h2 {
  font-size: 42px;
  color: #71b84b;
  margin-bottom: 0px;
}
.canvas h3 {
  font-size: 30px;
  color: #71b84b;
  margin-bottom: 30px;
}
.canvas li {
  padding-bottom: 40px;
}
.canvas li a {
  display: block;
  height: auto;
  padding-bottom: 50%;
  background: #71b84b;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
  transition: all .3s ease-out;
}
.canvas li a:hover,
.canvas li a:focus {
  background: #4f9629;
}
.canvas li a:hover:after,
.canvas li a:focus:after {
  opacity: 1 !important;
}
.canvas li a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.canvas li.locked a:after {
  content: '';
  background: rgba(0,0,0,0.5) url(../img/lock2.png) no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
  opacity: 0;
}
.findmore {
  padding: 70px 0;
}
.findmore.grey {
  background: #F6F6F6;
  padding: 70px 0;
}
.findmore h2 {
  font-size: 42px;
  color: #71b84b;
  margin-bottom: 50px;
}
.findmore h3 {
  color: #71b84b;
}
.findmore .medium-4 {
  padding: 40px;
}
.findmore .medium-4 .button {
  margin-top: 30px;
  margin-bottom: 0;
}
.findmore .medium-4:nth-child(2) {
  background: #f1f1f1;
}
.findmore .medium-4:nth-child(3) {
  background: #ececec;
}
.findmore .medium-4:nth-child(4) {
  background: #e7e7e7;
}
.slider+.grey {
  margin-top: 70px;
}
.icons+.testimonials {
  margin-top: 0;
}
.slider {
  height: 500px;
  position: relative;
  margin-top: 70px;
}
.slider h2 {
  color: #71b84b;
}
.slider ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider .bx-viewport,
.slider .bx-wrapper {
  height: 100%;
}
.slider li {
  height: 100%;
}
.slider .cont {
  position: relative;
  padding-left: 50%;
  height: 100%;
}
.slider .cont .img {
  position: absolute;
  width: 50%;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
}
.slider .cont .in {
  padding: 40px;
  height: 100%;
}
.slider .bx-pager {
  position: absolute;
  bottom: 30px;
  left: 50%;
  padding-left: 40px;
}
.slider .bx-pager .bx-pager-item {
  float: left;
  padding-right: 10px;
}
.slider .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  border: 1px solid #71b84b;
  display: block;
  border-radius: 100%;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  transition: all .3s ease-out;
}
.slider .bx-pager .bx-pager-item a.active {
  background: #71b84b;
}
.textandpic+.canvas {
  padding-top: 30px;
}
.tabssection {
  margin: 70px 0 0;
  background: #F6F6F6;
  padding: 0;
}
.tabssection.blueline {
  border-bottom: 5px solid #71b84b;
  margin-bottom: 50px;
}
.tabssection.steps {
  padding: 0;
}
.tabssection.steps .tabs dd {
  width: auto;
}
.tabssection.steps .cont {
  background: #fff;
  border-top: 5px solid #71b84b;
}
.tabssection.steps .cont .content p {
  color: #333;
}
.tabssection.steps .cont .content ul {
  margin-bottom: 15px;
}
.tabssection.steps.canvastabs .tabs dd {
  width: 25%;
}
.tabssection .tabs dd {
  width: 25%;
  margin: 0;
}
.tabssection .tabs dd a {
  font-family: 'gotham';
  text-transform: uppercase;
  font-weight: 200;
  background: #F6F6F6;
  text-align: center;
  border-right: 1px solid #fff;
}
.tabssection .tabs dd.active a {
  background: #71b84b;
  color: #fff;
}
.tabssection .cont {
  background: #71b84b;
}
.tabssection .cont .content {
  padding: 50px 0;
}
.tabssection .cont .content p {
  color: #fff;
}
.tabssection .cont .content li {
  color: #222;
}
.pagecontent {
  padding: 50px 0;
}
.paheheadersmall h2 {
  text-align: center;
  color: #71b84b;
}
.steps {
  padding: 50px 0;
}
.steps h2 {
  font-size: 32px;
  color: #71b84b;
  margin-bottom: 30px;
}
.steps h2 a:hover {
  text-decoration: underline;
}
.steps h3 {
  font-size: 24px;
  color: #71b84b;
  margin-bottom: 15px;
  opacity: 0;
  transition: all .5s ease-out;
}
.steps p {
  opacity: 0;
  transition: all .5s ease-out;
}
.steps .medium-4 {
  padding: 0 20px 60px;
}
.steps .n {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  color: #71b84b;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 10px;
  opacity: 0;
  transform: scale(.5);
  transition: all .5s ease-out;
}
.steps .in {
  padding: 20px;
  position: relative;
}
.steps .in:after {
  width: 34px;
  height: 28px;
  background: url(../img/steparrow.png) no-repeat;
  top: 100px;
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  transition: all .3s ease-out;
}
.steps .n1 .n {
  transition-delay: 0.1s;
}
.steps .n1 h3 {
  transition-delay: 0.2s;
}
.steps .n1 p {
  transition-delay: 0.3s;
}
.steps .n1 .in:after {
  transition-delay: 0.4s;
}
.steps .n2 .n {
  transition-delay: 0.5s;
}
.steps .n2 h3 {
  transition-delay: 0.6s;
}
.steps .n2 p {
  transition-delay: 0.7s;
}
.steps .n2 .in:after {
  transition-delay: 0.8s;
}
.steps .n3 .n {
  transition-delay: 0.9s;
}
.steps .n3 h3 {
  transition-delay: 1.1s;
}
.steps .n3 p {
  transition-delay: 1.2s;
}
.steps .n3 .in:after {
  transition-delay: 1.3s;
}
.steps .n4 .n {
  transition-delay: 1.4s;
}
.steps .n4 h3 {
  transition-delay: 1.5s;
}
.steps .n4 p {
  transition-delay: 1.6s;
}
.steps .n4 .in:after {
  transition-delay: 1.7s;
}
.steps .n5 .n {
  transition-delay: 1.8s;
}
.steps .n5 h3 {
  transition-delay: 1.9s;
}
.steps .n5 p {
  transition-delay: 2s;
}
.steps .n5 .in:after {
  transition-delay: 2.1s;
}
.steps .n6 .n {
  transition-delay: 2.2s;
}
.steps .n6 h3 {
  transition-delay: 2.3s;
}
.steps .n6 p {
  transition-delay: 2.4s;
}
.steps .n6 .in:after {
  transition-delay: 2.5s;
}
.steps .n7 .n {
  transition-delay: 2.6s;
}
.steps .n7 h3 {
  transition-delay: 2.7s;
}
.steps .n7 p {
  transition-delay: 2.8s;
}
.steps .n7 .in:after {
  transition-delay: 2.9s;
}
.steps .n8 .n {
  transition-delay: 3s;
}
.steps .n8 h3 {
  transition-delay: 3.1s;
}
.steps .n8 p {
  transition-delay: 3.2s;
}
.steps .n8 .in:after {
  transition-delay: 3.3s;
}
.steps .n9 .n {
  transition-delay: 3.4s;
}
.steps .n9 h3 {
  transition-delay: 3.5s;
}
.steps .n9 p {
  transition-delay: 3.6s;
}
.steps .n9 .in:after {
  transition-delay: 3.7s;
}
.steps .n10 .n {
  transition-delay: 3.8s;
}
.steps .n10 h3 {
  transition-delay: 3.9s;
}
.steps .n10 p {
  transition-delay: 4s;
}
.steps .n10 .in:after {
  transition-delay: 4.1s;
}
.steps .n11 .n {
  transition-delay: 4.2s;
}
.steps .n11 h3 {
  transition-delay: 4.3s;
}
.steps .n11 p {
  transition-delay: 4.4s;
}
.steps .n11 .in:after {
  transition-delay: 4.5s;
}
.steps .n12 .n {
  transition-delay: 4.6s;
}
.steps .n12 h3 {
  transition-delay: 4.7s;
}
.steps .n12 p {
  transition-delay: 4.8s;
}
.steps .n12 .in:after {
  transition-delay: 4.9s;
}
.steps.in .n {
  opacity: 1;
  transform: scale(1);
}
.steps.in .n1 .in:after,
.steps.in .n2 .in:after,
.steps.in .n7 .in:after,
.steps.in .n8 .in:after {
  opacity: 1;
  transform: translateX(0px);
}
.steps.in .n4 .in:after,
.steps.in .n5 .in:after,
.steps.in .n10 .in:after,
.steps.in .n11 .in:after {
  opacity: 1;
  transform: scaleX(-1) translateX(0px);
}
.steps.in .n3 .in:after,
.steps.in .n6 .in:after,
.steps.in .n9 .in:after {
  opacity: 1;
  transform: rotate(90deg) translateY(0px);
}
.steps.in h3,
.steps.in p {
  opacity: 1;
}
.steps .n1 .in:after,
.steps .n2 .in:after,
.steps .n7 .in:after,
.steps .n8 .in:after {
  right: -34px;
  transform: translateX(-30px);
}
.steps .n4 .in:after,
.steps .n5 .in:after,
.steps .n10 .in:after,
.steps .n11 .in:after {
  left: -34px;
  transform: scaleX(-1) translateX(30px);
}
.steps .n3 .in:after,
.steps .n6 .in:after,
.steps .n9 .in:after {
  left: 50%;
  transform: rotate(90deg) translateY(-30px);
  top: auto;
  margin-left: -17px;
  bottom: -50px;
}
.steps .n12 .in:after {
  display: none;
}
.steps .desicion .in {
  background: #eee;
}
.steps .desicion .n {
  background: #71b84b;
  border: 1px solid #71b84b;
  color: #fff;
}
.steps .columns:last-child .in:after {
  display: none;
}
footer {
  background: #71b84b;
  padding: 40px 0 30px;
}
footer .footerlogo {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  background: url(../img/footerlogo.png) no-repeat;
  width: 114px;
  height: 50px;
}
footer form .row {
  margin: 0 -10px;
}
footer form .row .columns {
  padding: 0 10px;
}
footer form .row input {
  background: rgba(255,255,255,0.2);
  height: 45px;
  border: none;
}
footer h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: block;
  padding-bottom: 5px;
}
footer ul li a {
  color: #fff;
  font-size: 13px;
}
footer ul li a:hover,
footer ul li a:focus {
  color: #fff;
  text-decoration: underline;
}
footer ul.inline li {
  display: inline-block;
  padding-bottom: 0;
}
footer ul.inline li:after {
  content: ' - ';
  color: #fff;
  font-size: 13px;
}
footer ul.inline li:last-child:after {
  display: none;
}
footer p {
  font-size: 13px;
  color: #fff;
  line-height: 180%;
  margin-bottom: 0;
}
footer .social {
  text-align: right;
}
footer .social a {
  color: #fff;
  font-size: 36px;
  margin: 0 0 40px 12px;
  transition: all .3s ease-out;
}
footer .social a:hover,
footer .social a:focus {
  opacity: .8;
}
footer hr {
  opacity: .5;
  margin: 40px 0;
}
footer a.vc {
  float: right;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  background: url(../img/vc.svg) no-repeat;
  width: 151px;
  height: 39px;
  background-size: 100% auto;
}
footer #subscribeform {
  display: inline-block;
  margin-left: 40px;
  max-width: 400px;
  vertical-align: top;
}
footer #subscribeform .row {
  margin: 0;
}
footer #subscribeform button {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  height: 45px;
  vertical-align: top;
  padding: 10px 20px;
}
footer #subscribeform h4 {
  display: none;
}
footer #subscribeform input[type="email"] {
  background: rgba(255,255,255,0.2);
  border: none;
  height: 45px;
  color: #fff;
  display: inline-block;
  width: 200px;
  margin-right: 10px;
  vertical-align: top;
}
footer #subscribeform input[type="checkbox"] {
  margin: 0 10px 0 0;
  display: inline-block;
}
footer #subscribeform .label-description {
  display: inline-block;
  margin-bottom: 10px;
}
footer #subscribeform .label-description p {
  font-size: 14px;
}
footer #subscribeform p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 300;
}
footer #subscribeform .ml-field-group,
footer #subscribeform .ml-form-horizontalRow {
  white-space: nowrap;
}
footer #subscribeform .ml-input-horizontal,
footer #subscribeform .ml-button-horizontal {
  display: inline-block;
}
footer .sponsored {
  font-size: 18px;
  color: #fff;
  margin-top: 0px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
footer .sponsored:hover,
footer .sponsored:focus {
  color: #fff;
}
footer .sponsored:hover img,
footer .sponsored:focus img {
  opacity: .7;
}
footer .sponsored img {
  transition: all .3s ease-out;
  display: inline-block;
  vertical-align: middle;
}
footer .sponsored span {
  display: block;
  margin-bottom: 10px;
}
.pagecontent {
  margin-bottom: 100px;
}
.pagecontent .singleimg {
  margin-bottom: 50px;
}
.pagecontent iframe {
  max-width: 100%;
}
.pagecontent.padtop {
  padding-top: 70px;
}
.contactform {
  padding: 70px 0;
}
.reveal-modal .row {
  margin: 0 -20px;
  width: auto;
}
.accord {
  padding-bottom: 50px;
}
.accord h2 {
  font-size: 42px;
  color: #71b84b;
  margin-bottom: 20px;
}
.accord ul.accordion {
  margin: 0;
  padding: 0;
}
.accord ul.accordion li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accord ul.accordion li.accordion-navigation {
  margin-bottom: 10px !important;
}
.accord ul.accordion li.accordion-navigation > a {
  font-family: 'gotham';
  color: #71b84b;
  font-size: 20px;
  font-weight: 200;
  padding-left: 50px;
  position: relative;
}
.accord ul.accordion li.accordion-navigation > a:before {
  background: url(../img/icon-more.png) no-repeat center;
  content: '';
  color: #71b84b;
  font-size: 20px;
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  border: 1px solid #71b84b;
  left: 10px;
  font-size: 30px;
  text-align: center;
  line-height: 28px;
}
.accord ul.accordion li.accordion-navigation.active >a:before {
  background: url(../img/icon-less.png) no-repeat center;
  line-height: 22px;
}
.accord ul.accordion li.accordion-navigation >.content {
  padding: 0 30px;
}
.accord ul.accordion li.accordion-navigation >.content.active {
  padding: 30px;
}
.accord ul.accordion li.accordion-navigation ul {
  margin-bottom: 20px;
}
.accord ul.accordion li.accordion-navigation ul li {
  list-style: disc;
  padding-bottom: 5px;
}
.accord ul.accordion li.accordion-navigation ol {
  margin-bottom: 20px;
}
.accord ul.accordion li.accordion-navigation ol li {
  list-style: decimal;
  padding-bottom: 5px;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  max-height: 5000px;
}
.game h2 {
  margin-bottom: 30px;
}
.game .resources {
  text-align: center;
}
.game .resources figure {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  text-align: center;
  padding: 30px;
  margin: 0 auto 10px;
  position: relative;
  background: #eee;
}
.game .resources figure .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: rotate(0deg);
  background-repeat: no-repeat !important;
  background-size: 50% 50% !important;
  background-position: 100% 0, 100% 100%, 0 100%, 0 0 !important;
}
.game .resources figure .circle:after {
  width: 92%;
  height: 92%;
  position: absolute;
  top: 4%;
  left: 4%;
  background: #fff;
  border-radius: 100%;
  display: block;
  content: '';
}
.game .resources figure .valignout {
  position: relative;
  z-index: 1;
}
.game .resources h5 {
  margin-bottom: 10px;
}
.game .resources h6 {
  font-size: 22px;
  margin: 0;
  font-weight: 200;
  font-family: 'gotham';
}
.game .resources a {
  display: block;
  text-align: center;
  color: #fff;
  background: #71b84b;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  transition: all .3s ease-out;
}
.game .resources a:hover,
.game .resources a:focus {
  background: #4f9629;
}
.game .badge {
  background: #71b84b;
  display: inline-block;
  height: 40px;
  padding: 7px 25px 10px 55px;
  position: relative;
  color: #fff;
  border-radius: 40px;
  margin-bottom: 20px;
}
.game .badge i {
  position: absolute;
  top: 11px;
  left: 20px;
  font-size: 18px;
}
.game .resourcelist {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.game .resourcelist li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.game .resourcelist li {
  padding: 10px;
  position: relative;
  padding-right: 80px;
  border-bottom: 1px solid #eee;
}
.game .resourcelist li a {
  color: #333;
  font-size: 18px;
}
.game .resourcelist li a:hover,
.game .resourcelist li a:focus {
  color: #71b84b;
}
.game .resourcelist li .badge {
  position: absolute;
  top: 10px;
  right: 0;
  height: 30px;
  padding-top: 4px;
  font-size: 14px;
  padding-left: 50px;
}
.game .resourcelist li .badge i {
  top: 6px;
}
.game .files ul {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.game .files ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.game .files ul li {
  padding: 10px;
  position: relative;
  padding-right: 80px;
  border-bottom: 1px solid #eee;
}
.game .files ul li a {
  color: #333;
  font-size: 18px;
}
.game .files ul li a:hover,
.game .files ul li a:focus {
  color: #71b84b;
}
.game .files ul li a i {
  color: #71b84b;
  margin-right: 10px;
}
.game .files ul li span {
  display: block;
  font-size: 14px;
  color: #666;
}
.archtoast {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #71b84b;
  color: #fff;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all .5s ease-out;
}
.archtoast.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.archtoast h3 {
  color: #fff;
  font-size: 22px;
}
.archtoast i {
  font-size: 36px;
  color: #fff;
}
.trophy {
  background: #E5C100;
  padding: 3px;
  width: 55px;
  height: 55px;
  margin: 5px auto 0;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 30px;
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: 2;
}
.gamecontent {
  padding-bottom: 70px;
}
.gamecontent h2+.button {
  margin-top: -20px;
  margin-bottom: 30px;
  float: left;
}
form.search input {
  height: 52px;
  max-width: 200px;
  padding-right: 15px;
}
.email2 {
  display: none !important;
}
.comments {
  margin-bottom: 40px;
}
.comments .comment {
  background: #f5f5f5;
  padding: 20px 20px 20px 104px;
  position: relative;
  margin-bottom: 2px;
}
.comments .comment .avatar {
  position: absolute;
  top: 20px;
  left: 20px;
}
.comments .comment .date {
  font-size: 12px;
}
.comments .comment .comment {
  background: #eee;
  padding: 10px 10px 10px 70px;
}
.comments .comment .comment .avatar {
  top: 10px;
  left: 10px;
  max-width: 40px;
}
.row .row.smallgap {
  margin-left: -5px;
  margin-right: -5px;
}
.row .row.smallgap .columns {
  padding-left: 5px;
  padding-right: 5px;
}
.textandpic .text-right {
  margin-top: 20px;
}
.newhero {
  background: #71b84b;
  text-align: center;
  padding: 100px 0;
}
.newhero h2 {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 70px;
}
.newhero h2 span {
  display: block;
}
.newhero h2 span em {
  font-style: normal;
  display: inline-block;
  transition: all 2s ease-out;
  opacity: 0;
}
.newhero h2 span em:nth-child(1) {
  transition-delay: 0s;
}
.newhero h2 span em:nth-child(2) {
  transition-delay: .3s;
}
.newhero h2 span em:nth-child(3) {
  transition-delay: .6s;
}
.newhero h2 div {
  width: 400px;
  height: 5px;
  display: block;
  background: #fff;
  margin: 10px auto;
  width: 0;
  transition: all 1s ease-out;
}
.newhero p {
  font-size: 20px;
  color: #fff;
  max-width: 650px;
  margin: 0 auto;
  opacity: 0;
  transform: translateX(0) translateY(50px);
  transition: all 1s ease-out;
  transition-delay: .9s;
}
.bodyin .newhero h2 span em {
  opacity: 1;
}
.bodyin .newhero h2 div {
  width: 400px;
}
.bodyin .newhero p {
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}
.newslider {
  padding: 80px 0;
  border-top: 5px solid #71b84b;
  border-bottom: 5px solid #71b84b;
  margin-top: 50px;
}
.newslider.noborder {
  border: none;
  margin: 0;
}
.newslider.grey {
  padding: 60px 20px 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
  border-top: 5px solid #71b84b;
  border-bottom: 5px solid #71b84b;
}
.newslider ul {
  margin: 0;
  padding: 0;
}
.newslider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newslider.in .sl {
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}
.newslider .sl {
  position: relative;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateX(0) translateY(50px);
  transition: all .5s ease-out;
}
.newslider .sl li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newslider .sl li {
  padding-bottom: 50px;
}
.newslider .avatars {
  padding-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.newslider .avatars a {
  width: 60px;
  height: 60px;
  border: 2px solid #71b84b;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: -20px;
  border-radius: 100%;
}
.newslider .a2a_kit {
  float: right;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.newslider .a2a_kit a {
  display: inline-block;
  font-size: 20px;
  color: #71b84b;
  transition: all .3s ease-out;
  padding: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.newslider .a2a_kit a:hover,
.newslider .a2a_kit a:focus {
  color: #fff;
  background: #71b84b;
}
.newslider .data {
  font-size: 0;
  margin-bottom: 20px;
}
.newslider .data .dataauthors {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding-right: 15px;
  font-size: 14px;
}
.newslider .data a {
  display: inline-block;
  margin-right: 10px;
  color: #333;
}
.newslider .data .date {
  font-size: 16px;
  display: inline-block;
  border-left: 1px solid #ddd;
  padding-left: 15px;
  margin-left: -1px;
}
.newslider .bx-pager {
  text-align: center;
}
.newslider .bx-pager .bx-pager-item {
  width: 12px;
  margin: 0 5px;
  display: inline-block;
}
.newslider .bx-pager .bx-pager-item a {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border: 1px solid #71b84b;
  border-radius: 100%;
  transition: all 1s ease-out;
}
.newslider .bx-pager .bx-pager-item a.active {
  background: #71b84b;
}
.newslider .bx-pager .bx-pager-item a:hover,
.newslider .bx-pager .bx-pager-item a:focus {
  background: rgba(113,184,75,0.5);
}
.newslider h2 {
  font-size: 42px;
  color: #71b84b;
  line-height: 1.4;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateX(0) translateY(50px);
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
}
.newslider p {
  opacity: 0;
  transform: translateX(0) translateY(50px);
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
}
.newslider .buttonout {
  opacity: 0;
  transform: translateX(0) translateY(50px);
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
  transition-delay: .1s;
  margin-top: 30px;
}
.newslider figure {
  text-align: center;
  opacity: 0;
  transform: translateX(0) translateY(50px);
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
  transition-delay: .2s;
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto;
}
.newslider .active-slide h2,
.newslider .active-slide .buttonout,
.newslider .active-slide figure,
.newslider .active-slide p {
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}
.newslider .bx-next {
  color: #71b84b;
  font-size: 48px;
  left: 100%;
  top: 110px;
  position: absolute;
  transition: all .3s ease-out;
  margin-left: 50px;
}
.newslider .bx-next:hover,
.newslider .bx-next:focus {
  margin-left: 55px;
}
.newslider .bx-prev {
  color: #71b84b;
  position: absolute;
  font-size: 48px;
  top: 110px;
  right: 100%;
  margin-right: 50px;
  transition: all .3s ease-out;
}
.newslider .bx-prev:hover,
.newslider .bx-prev:focus {
  margin-right: 55px;
}
.textandpic.logos {
  padding: 70px 0;
  text-align: center;
  height: auto;
}
.textandpic.logos img {
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
}
.textandpic.logos .l {
  background: #F6F6F6;
  padding-bottom: 70%;
  position: relative;
}
.textandpic.logos .l .i {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.textandpic.logos .row {
  transform: none;
}
.newtestimonials {
  padding: 50px 0;
}
.newtestimonials h2 {
  color: #71b84b;
  margin-bottom: 20px;
}
.newtestimonials.grey {
  background: #F6F6F6;
  padding: 70px 0;
}
.newtestimonials ul {
  margin: 0;
  padding: 0;
}
.newtestimonials ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newtestimonials ul li {
  padding: 0 20px 50px;
  opacity: 0;
  transform: translateX(0) translateY(50px);
  transition: all 1s cubic-bezier(0.165,0.840,0.440,1.000);
  color: #71b84b;
}
.newtestimonials ul li:nth-child(1) {
  transition-delay: .1s;
}
.newtestimonials ul li:nth-child(2) {
  transition-delay: .2s;
}
.newtestimonials ul li:nth-child(3) {
  transition-delay: .3s;
}
.newtestimonials ul li:nth-child(4) {
  transition-delay: .4s;
}
.newtestimonials ul li:nth-child(5) {
  transition-delay: .5s;
}
.newtestimonials ul li:nth-child(6) {
  transition-delay: .6s;
}
.newtestimonials ul li:nth-child(7) {
  transition-delay: .7s;
}
.newtestimonials ul li:nth-child(8) {
  transition-delay: .8s;
}
.newtestimonials ul li:nth-child(9) {
  transition-delay: .9s;
}
.newtestimonials ul li p {
  font-size: 20px;
  color: #333;
}
.newtestimonials ul li .author {
  font-family: 'gotham';
  font-weight: bold;
  font-weight: 300;
  font-size: 18px;
  text-align: right;
}
.newtestimonials.in ul li {
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}
.newtestimonials .bx-pager {
  text-align: center;
  padding-top: 50px;
}
.newtestimonials .bx-pager .bx-pager-item {
  width: 12px;
  margin: 0 5px;
  display: inline-block;
}
.newtestimonials .bx-pager .bx-pager-item a {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border: 1px solid #71b84b;
  border-radius: 100%;
  transition: all 1s ease-out;
}
.newtestimonials .bx-pager .bx-pager-item a.active {
  background: #71b84b;
}
.newtestimonials .bx-pager .bx-pager-item a:hover,
.newtestimonials .bx-pager .bx-pager-item a:focus {
  background: rgba(113,184,75,0.5);
}
.authors {
  margin-bottom: 60px;
  text-align: right;
}
.authors a {
  display: inline-block;
  margin-left: 10px;
  color: #333;
  transition: all .3s ease-out;
}
.authors a:hover,
.authors a:focus {
  color: #71b84b;
}
.authors a:before {
  content: '•';
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
}
.authors a.active {
  color: #71b84b;
  font-weight: bold;
}
.postnew p {
  font-size: 18px;
}
.postnew hr {
  border-color: #eee;
  margin: 40px 0;
}
.postnew .data {
  font-size: 0;
  margin-bottom: 20px;
}
.postnew .data .dataauthors {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding-right: 15px;
  font-size: 14px;
  min-height: 50px;
}
.postnew .data a {
  display: inline-block;
  margin-right: 10px;
  color: #333;
}
.postnew .data .date {
  font-size: 16px;
  display: inline-block;
  border-left: 1px solid #ddd;
  padding-left: 15px;
  margin-left: -1px;
}
.postnew h3 {
  font-size: 32px;
}
.postnew h3 a {
  color: #71b84b;
}
.postnew h3 a:hover,
.postnew h3 a:focus {
  text-decoration: underline;
}
.postnew .avatars {
  position: absolute;
  top: 0;
  right: 20px;
}
.postnew .avatars a {
  width: 60px;
  height: 60px;
  border: 2px solid #71b84b;
  background-position: center;
  background-size: cover;
  float: right;
  margin-right: -20px;
  border-radius: 100%;
}
.postnew .a2a_kit {
  float: right;
  margin-top: -60px;
}
.postnew .a2a_kit a {
  display: inline-block;
  font-size: 20px;
  color: #71b84b;
  transition: all .3s ease-out;
  padding: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
}
.postnew .a2a_kit a:hover,
.postnew .a2a_kit a:focus {
  color: #fff;
  background: #71b84b;
}
.morepostsout {
  background: #f5f5f5;
  padding: 40px 0;
  margin-bottom: 50px;
}
.moreposts .avatars {
  position: absolute;
  top: 20px;
  right: 25px;
}
.moreposts .avatars .av {
  width: 40px;
  height: 40px;
  border: 2px solid #71b84b;
  background-position: center;
  background-size: cover;
  float: right;
  margin-right: -15px;
  border-radius: 100%;
}
.moreposts.andmoreposts {
  max-height: 0;
  transition: all 1s ease-out;
  overflow: hidden;
}
.moreposts.andmoreposts.open {
  max-height: 8000px;
}
.moreposts.sidebarposts h4 {
  font-size: 20px;
}
.moreposts.sidebarposts a {
  padding-right: 80px;
}
.moreposts.sidebarposts .ico {
  width: 50px;
  height: 50px;
  font-size: 20px;
}
.moreposts .a {
  display: block;
  border: 2px solid #71b84b;
  border-radius: 10px;
  padding: 20px;
  color: #333;
  min-height: 200px;
  position: relative;
  transition: all .3s ease-out;
  background: transparent;
}
.moreposts .date {
  font-size: 16px;
  margin-bottom: 15px;
}
.moreposts .author {
  font-size: 14px;
  margin-bottom: 10px;
}
.moreposts .author span {
  display: block;
}
.moreposts .author span:before {
  content: '•';
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
}
.moreposts .postauthor {
  font-size: 14px;
}
.moreposts .postauthor span {
  display: inline-block;
  margin-right: 10px;
}
.moreposts h4 {
  color: #71b84b;
  font-size: 24px;
  margin-top: 10px;
  line-height: 1.2;
}
.moreposts .ico {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #71b84b;
  border-radius: 100%;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  font-size: 24px;
  top: 40px;
  padding-left: 4px;
  right: 20px;
}
.moreposts .ico i {
  transition: all .3s ease-out;
}
.moreposts .ico:before {
  position: absolute;
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -5px;
  border-radius: 100%;
  border: 2px solid #71b84b;
  display: block;
  content: '';
  transition: all .3s ease-out;
}
.moreposts a:hover {
  background: #fff;
}
.moreposts a:hover .ico i {
  transform: scale(1.2);
}
.moreposts a:hover .ico:before {
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.moreposts .a2a_kit {
  float: right;
  margin-top: -38px;
  position: relative;
  margin-right: 10px;
}
.moreposts .a2a_kit a {
  display: inline-block;
  font-size: 16px;
  color: #71b84b;
  transition: all .3s ease-out;
  padding: 7px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.moreposts .a2a_kit a:hover,
.moreposts .a2a_kit a:focus {
  color: #fff;
  background: #71b84b;
}
.avatarssingle a {
  display: block;
  margin-bottom: 30px;
  color: #333;
  font-size: 14px;
  font-family: 'gotham';
  font-weight: 200;
}
.avatarssingle a strong {
  display: block;
  font-size: 16px;
}
.avatarssingle .img {
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid #71b84b;
  display: block;
  margin-bottom: 15px;
}
.authorselect {
  margin-top: 5px;
}
.pageheader.pagehaderalt {
  height: auto;
}
.pageheader.pagehaderalt figure {
  width: 50%;
}
.pageheader.pagehaderalt .textcol {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blogcontent.pagecontent {
  margin-bottom: 70px;
}
.events {
  padding-bottom: 100px;
}
.events.blur .eventsingle {
  filter: blur(5px);
  opacity: .2;
  pointer-events: none;
}
.events.blur .eventsingle.open {
  filter: blur(0px);
  opacity: 1;
  pointer-events: inherit;
}
.eventsingle {
  border: 1px solid #505050;
  border-radius: 30px 30px 0 0;
  border-radius: 30px;
  overflow: hidden;
  transition: all .5s ease-out;
}
.eventsingle h2 {
  background: #71b84b;
  border-radius: 29px 29px 0 0;
  padding: 20px 40px 20px 40px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  position: relative;
  min-height: 100px;
  line-height: 1.2;
}
.eventsingle .authors {
  position: absolute;
  top: 20px;
  right: 40px;
}
.eventsingle .authors span {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  background-color: #eee;
  margin-right: -20px;
}
.eventsingle .body {
  background: #F9FBFA;
  padding: 20px 80px 20px 110px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  min-height: 120px;
  font-family: 'gotham';
}
.eventsingle .body .date {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 50px;
  text-align: center;
  font-family: 'gotham';
}
.eventsingle .body .date .m {
  font-size: 26px;
  font-weight: bold;
  color: #505050;
  line-height: 1;
  margin-bottom: 3px;
}
.eventsingle .body .date .n {
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #71b84b;
}
.eventsingle .body .arrowlink {
  position: absolute;
  top: 40px;
  right: 40px;
  transition: all 0.3s ease-out;
  width: 20px;
  height: 16px;
  display: inline-block;
  background: url(../img/ico-arrow.png) no-repeat;
  content: '';
  margin-left: 10px;
  vertical-align: middle;
}
.eventsingle .body .cost {
  color: #71b84b;
}
.eventsingle .body .a2a_kit {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.eventsingle.open .more .text {
  max-height: 1100px;
  padding: 20px;
}
.eventsingle .more .text {
  padding: 20px;
  padding: 0 20px 0;
  max-height: 0;
  overflow: hidden;
  font-family: 'gotham';
  font-weight: 300;
  transition: all .5s ease-out;
}
.eventsingle .more .text p,
.eventsingle .more .text li {
  font-weight: 300;
}
.eventsingle .more .text p a,
.eventsingle .more .text li a {
  padding: 0;
}
.eventsingle .more .text ul {
  margin-bottom: 20px;
}
.eventsingle .more a {
  font-weight: 300;
  color: #71b84b;
}
.eventsingle .more .readmore {
  background: #71b84b;
  display: block;
  text-align: center;
  padding: 5px;
  color: #333;
  font-size: 14px;
  transition: all .3s ease-out;
}
.eventsingle .more .readmore i {
  margin-left: 5px;
}
.eventsingle .more .readmore:hover,
.eventsingle .more .readmore:focus {
  background:  - #111111;
}
.filtercol button {
  margin-bottom: 0;
}
.filtercol .clear {
  display: inline-block;
  color: #333;
  margin-left: 10px;
  transition: all .3s ease-out;
}
.filtercol .clear:hover,
.filtercol .clear:focus {
  color: #71b84b;
}
.customdrop {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.customdrop.disabled {
  opacity: .3;
  pointer-events: none;
}
.customdrop.open .drop {
  padding: 20px;
  max-height: 500px;
  background: #eee;
  overflow-y: auto;
  overflow-x: hidden;
}
.customdrop.open >a i {
  transform: rotate(180deg);
}
.customdrop.open >a {
  background: #eee;
  height: 50px;
  border-color: #eee !important;
}
.customdrop.open >a:after {
  height: 6px;
  background: #eee;
}
.customdrop .drop {
  width: 400px;
  font-size: 0;
  position: absolute;
  top: 55px;
  left: 0;
  background: #f5f5f5;
  padding: 20px;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease-out;
}
.customdrop >a {
  display: inline-block;
  padding: 12px 20px;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 50px;
  transition: all .3s ease-out;
  position: relative;
}
.customdrop >a:hover,
.customdrop >a:focus {
  border: 1px solid #71b84b;
}
.customdrop >a:after {
  top: 100%;
  left: -1px;
  right: -1px;
  height: 5px;
  background: #f5f5f5;
  content: '';
  display: block;
  position: absolute;
  height: 0;
  transition: all .3s ease-out;
}
.customdrop >a i {
  margin-left: 10px;
  transition: all .3s ease-out;
}
.customdrop .dropitem {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
.customdrop .dropitem label {
  position: relative;
  padding-left: 25px;
  margin: 0;
}
.customdrop .dropitem label:before {
  width: 14px;
  height: 14px;
  border: 1px solid #71b84b;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}
.customdrop .dropitem input {
  display: none;
}
.customdrop .dropitem input:checked+label:after {
  width: 8px;
  height: 8px;
  content: '';
  background: #71b84b;
  display: block;
  position: absolute;
  left: 3px;
  top: 7px;
}
.reveal-modal#emailcallout {
  position: fixed;
  height: 400px;
  width: 100%;
  max-width: 600px;
  top: 50% !important;
  margin-top: -235px;
  border-radius: 40px;
  border: 5px solid #71b84b;
  padding: 60px;
}
.reveal-modal#emailcallout .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: none;
}
.reveal-modal#emailcallout h2 {
  color: #71b84b;
  font-size: 40px;
  font-weight: 300;
}
.post a {
  color: #71b84b;
}
.post a:hover,
.post a:focus {
  text-decoration: underline;
  color: #71b84b;
}
.eventstitle {
  background: #f9f9f9;
  padding: 50px 0;
  margin-bottom: -60px;
}
.eventstitle h2 {
  color: #71b84b;
  font-size: 40px;
}
.tabsout {
  height: 57px;
  position: relative;
}
.tabsout .prev,
.tabsout .next {
  height: 57px;
  width: 57px;
  position: absolute;
  right: 100%;
  top: 0;
  color: #71b84b;
  color: #e0e0e0;
  font-size: 20px;
  text-align: center;
  padding-top: 14px;
  background: #fff;
  display: none;
}
.tabsout .next {
  right: auto;
  left: 100%;
}
.tabsout .tabsin {
  overflow: hidden;
  height: 55px;
  position: relative;
}
.tabsout .tabsin dl {
  font-size: 0;
  white-space: nowrap;
}
.tabsout .tabsin dd {
  display: inline-block;
  width: auto !important;
  float: none;
  opacity: 0;
}
.tabsout .tabsin dd.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  width: 100% !important;
}
.tabsout .tabsin dd a {
  font-size: 16px;
  padding: 15px 30px;
  text-align: left;
}
.tabsout .contr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 55px;
}
.tabsout .contr.open .ddmenu {
  max-height: 600px;
  padding: 30px;
}
.tabsout .contr.open .contdd i {
  transform: rotate(180deg);
}
.tabsout .contr .contdd {
  position: absolute;
  height: 57px;
  background: #F6F6F6;
  padding: 15px 20px;
  color: #71b84b;
  right: 0;
  top: 0;
  font-family: 'gotham';
  font-weight: 300;
}
.tabsout .contr .contdd i {
  margin-left: 10px;
  transition: all .3s ease-out;
}
.tabsout .contr .ddmenu {
  max-height: 00px;
  background: #F6F6F6;
  padding: 0 30px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
}
.tabsout .contr .ddmenu .letter {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #71b84b;
  color: #71b84b;
  font-family: 'gotham';
  padding: 10px 20px;
}
.tabsout .contr .ddmenu ul {
  margin: 0;
}
.tabsout .contr .ddmenu li {
  padding: 0;
}
.tabsout .contr .ddmenu li a {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: 'gotham';
  transition: all .3s ease-out;
  font-weight: 300;
}
.tabsout .contr .ddmenu li a:hover {
  background: #71b84b;
  color: #fff;
  padding-left: 30px;
}
#redirectmodal {
  max-width: 420px;
  text-align: center;
  border-radius: 30px;
  border: 5px solid #71b84b;
}
#redirectmodal h2 {
  color: #71b84b;
  font-size: 32px;
}
#redirectmodal img {
  display: block;
  margin: 20px auto;
}
.mce-tinymce .button i:only-child,
.mce-tinymce button i:only-child {
  font-size: 18px;
}
.iframeheader {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  background: #CDE8E9;
  border-bottom: 3px solid #71b84b;
  width: 100%;
}
.iframeheader .back {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #71b84b;
  font-family: 'gotham';
  padding-top: 5px;
}
.iframeheader .back span {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  display: inline-block;
  width: 90px;
  height: 40px;
  background: url(../img/logo.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  margin: -6px 0 0 10px;
}
.iframeheader .close {
  position: absolute;
  right: 20px;
  top: 13px;
  color: #71b84b;
  font-family: 'gotham';
}
.iframeheader .close i {
  margin-left: 10px;
}
.iframeexte {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.iframeexte iframe {
  height: 100%;
  width: 100%;
  border: none;
}
body.iframebody {
  padding: 0;
}
body.iframebody .container {
  max-width: 100%;
  height: 100%;
}
body.iframebody header,
body.iframebody footer,
body.iframebody .sidenavtoggle {
  display: none;
}
.tabssection.steps .cont .bx-prev,
.tabssection.steps .cont .bx-next {
  font-size: 36px;
  position: absolute;
  top: 250px;
  left: 100%;
}
.tabssection.steps .cont .bx-prev {
  left: auto;
  right: 100%;
}
.uc {
  text-transform: uppercase;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  max-height: 8000px;
}
.events+.events {
  padding-top: 0;
  margin-top: -100px;
}
.events .columns>h2 {
  color: #71b84b;
  margin-bottom: 30px;
}
.events hr {
  margin: 50px 0;
}
.events .body .date .start {
  color: #71b84b;
  margin-top: -20px;
}
.events .body .date i {
  font-size: 48px;
}
.eventsingle .body .cost {
  padding-right: 35px;
}
.textandpic .video {
  position: relative;
  border: 5px solid #71b84b;
  background: #fff;
}
.textandpic .video video {
  background: #fff;
  width: 100%;
  display: block;
  margin: 0;
}
.textandpic .video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0) url(../img/homeplay.svg) no-repeat center;
  transition: all .3s ease-out;
}
.textandpic .video a:hover {
  background-color: rgba(0,0,0,0.1);
}
body.cb .formsection.grey {
  background: none;
  padding: 0;
}
#colorbox {
  background: #b8dca5;
}
.touch .canvas .row {
  padding-left: 0;
  padding-right: 0;
}
.touch .canvas li a {
  font-size: 20px;
}
.touch .canvas li a span {
  padding: 0px 10px 0px;
  display: block;
  line-height: 130%;
}
.touch .canvas li.locked a span {
  padding-top: 50px;
}
.touch .canvas li.locked a:after {
  content: '';
  background: url(../img/lock2.png) no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  transition: all .3s ease-out;
  opacity: 1;
  background-size: auto 26px;
}
.touch input,
.touch select,
.touch textarea {
  position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1500px) {
  body {
    padding: 0 80px;
  }
  .sidenavtoggle {
    left: 20px;
  }
  .hero.in .bg {
    left: -40px;
  }
  .homeslider .items {
    margin-right: -40px;
  }
  .testimonials .bx-viewport {
    margin-left: -40px;
  }
  .book .img {
    left: auto;
    right: 0;
    background-repeat: no-repeat;
    background-position: 110% center;
    width: 100%;
  }
  .newslider .bx-next {
    left: auto;
    right: -60px;
    margin: 0;
  }
  .newslider .bx-prev {
    right: auto;
    left: -60px;
    margin: 0;
  }
  .newslider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1350px) {
  .reveal-modal.small {
    max-width: 800px;
    width: 50%;
  }
  .moreposts h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1100px) {
  .reveal-modal.small {
    max-width: 800px;
    width: 65%;
  }
  body {
    padding: 0 50px;
    box-sizing: border-box;
  }
  .sidenavtoggle {
    left: 7px;
  }
  .hero {
    height: 500px;
  }
  .hero.in .bg {
    left: -25px;
  }
  .reveal-modal h5 {
    font-size: 16px;
  }
  .newslider h2 {
    font-size: 36px;
  }
  .homeslider {
    height: 500px;
  }
  .homeslider .items {
    margin-right: -25px;
    height: 500px;
  }
  .homeslider .items .item {
    opacity: 0;
    transition: all .5s ease-out;
  }
  .homeslider .items .item.active {
    opacity: 1;
  }
  .homeslider .items .item .text {
    width: 45%;
  }
  .homeslider .items .item .text h2 {
    font-size: 32px;
  }
  .homeslider .items .item .ico {
    left: 55%;
  }
  .homeslider .items .item .bg:after {
    background: -moz-linear-gradient(left,#f6f6f6 0%,#f6f6f6 50%,rgba(246,246,246,0) 85%,rgba(246,246,246,0) 100%);
    background: -webkit-linear-gradient(left,#f6f6f6 0%,#f6f6f6 50%,rgba(246,246,246,0) 85%,rgba(246,246,246,0) 100%);
    background: linear-gradient(to right,#f6f6f6 0%,#f6f6f6 50%,rgba(246,246,246,0) 85%,rgba(246,246,246,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',endColorstr='#00f6f6f6',GradientType=1);
  }
  .hometext {
    padding: 70px 0;
  }
  .hometext h2 {
    font-size: 36px;
  }
  .testimonials .slider {
    height: 430px;
  }
  .testimonials .slider ul li .text p {
    font-size: 18px;
  }
  .testimonials .bx-viewport {
    margin-left: -25px;
  }
  .testimonials .logos ul {
    width: auto;
    padding-left: 0;
  }
  .testimonials .logos ul li {
    padding: 20px 10px;
  }
  .find {
    height: 400px;
  }
  .find .text h2 {
    font-size: 40px;
  }
  .find .text .button {
    width: 220px;
    padding: 15px 10px;
  }
  .book {
    height: 500px;
  }
  .book .img {
    left: auto;
    right: 0;
    background-repeat: no-repeat;
    background-position: 110% center;
    width: 100%;
    background-size: auto 100%;
  }
  .book p {
    font-size: 16px;
    line-height: 160%;
  }
  .pageheader {
    height: 450px;
    margin-bottom: 90px;
  }
  .icons {
    padding: 50px 0;
  }
  .icons h3 {
    font-size: 28px;
  }
  .textandpic {
    height: 450px;
  }
  .textandpic .row {
    transform: translateX(-20px);
  }
  .textandpic h2 {
    font-size: 36px;
  }
  .textandpic h3 {
    font-size: 26px;
  }
  .textandpic p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .textandpic.leftalign .row {
    transform: translateX(20px);
  }
  .textandpic.nopic {
    padding: 50px 0;
  }
  .textandpic.nopic .row {
    transform: none;
  }
  .testimonials {
    margin: 50px 0;
  }
  .testimonials.grey {
    padding: 50px 0;
  }
  .testimonials h2 {
    font-size: 32px;
  }
  .getstarted {
    padding-bottom: 50px;
  }
  .getstarted h2 {
    font-size: 32px;
  }
  .getstarted h3 {
    font-size: 26px;
  }
  .findmore {
    padding: 50px 0;
  }
  .findmore h2 {
    font-size: 32px;
  }
  .findmore .medium-4 {
    padding: 30px;
  }
  .findmore .medium-4 .button {
    margin-top: 20px;
  }
  .findmore h3 {
    font-size: 26px;
  }
  .formsection.grey {
    padding: 50px 0;
  }
  .formsection h2 {
    font-size: 32px;
  }
  .pageheader.video h2 {
    font-size: 32px;
  }
  .pageheader.video a.video {
    width: 220px;
    height: 90px;
    padding: 20px 0 0 20px;
    font-size: 16px;
  }
  .pageheader.video a.video:after {
    width: 60px;
    height: 90px;
    background-size: 18px auto;
  }
  .slider {
    height: 450px;
  }
  .slider h2 {
    font-size: 30px;
  }
  .homeslider .navi {
    top: auto;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
  }
  .homeslider .navi span {
    display: inline-block;
    margin: 0 7px;
  }
  .moreposts h4 {
    font-size: 21px;
  }
  footer #subscribeform {
    max-width: 320px;
  }
  footer .social a:first-child {
    margin-left: 0;
  }
  .filtercol button,
  .filtercol .button {
    padding: 17px 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .container .row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .moreposts h4 {
    font-size: 20px;
  }
  .moreposts a {
    padding: 20px 80px 20px 15px;
  }
  .morepostsout .row {
    padding-left: 0;
    padding-right: 0;
  }
  .eventsingle .more a {
    padding-left: 0;
  }
  .tabssection.steps .cont .bx-prev {
    margin-right: -20px;
  }
  .tabssection.steps .cont .bx-next {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 935px) {
  .eventsingle h2 {
    padding: 20px 20px 20px 20px;
    font-size: 22px;
  }
  .filtercol button,
  .filtercol .button {
    padding: 17px 10px;
    font-size: 14px;
  }
  .customdrop >a {
    padding: 12px;
  }
  .tabsout {
    margin: 0 27px;
    position: relative;
  }
  .pagecontent .post .columns {
    padding: 0 15px;
  }
  .pagecontent h3 {
    font-size: 24px;
  }
  iframe[src*="youtube"] {
    height: 300px;
  }
  body {
    padding: 0 10px;
    overflow-x: hidden;
  }
  header nav.main {
    right: 20px;
  }
  header nav.main ul li {
    padding: 0;
  }
  header nav.main ul li a {
    font-size: 14px;
  }
  header h1 {
    left: 80px;
  }
  .sidenavtoggle {
    left: 25px;
  }
  .container .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero.in .bg {
    left: -10px;
  }
  .hero a.video {
    width: 300px;
    height: 90px;
    padding: 20px 0 0 20px;
    font-size: 20px;
  }
  .hero a.video:after {
    width: 90px;
    height: 90px;
    background-size: 18px auto;
  }
  .homeslider {
    height: 450px;
  }
  .homeslider .items {
    height: 450px;
    margin-right: -10px;
  }
  .homeslider .items .item .text h2 {
    font-size: 28px;
  }
  .homeslider .items .item .ico {
    transform: translateY(-50%) scale(.8);
  }
  .hometext h2 {
    font-size: 30px;
  }
  .testimonials .bx-viewport {
    margin-left: -10px;
  }
  .testimonials .logos ul li {
    padding: 0px 20px;
  }
  .book .img {
    left: auto;
    right: 0;
    background-repeat: no-repeat;
    background-position: 100% center;
    width: 100%;
  }
  .container footer .row {
    padding: 0;
  }
  .find .text h2 {
    font-size: 30px;
  }
  .find.in .text .buttons {
    height: 130px;
  }
  .find.in .text .buttons .button {
    margin-bottom: 20px;
  }
  .icons h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .icons.alt h3 {
    font-size: 20px;
  }
  .textandpic {
    height: 350px;
  }
  .textandpic h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .textandpic h3 {
    font-size: 20px;
  }
  .textandpic p {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .textandpic .picout {
    width: 40%;
    left: 60%;
  }
  .textandpic .picout .pic {
    margin-right: -10px;
  }
  .textandpic .row {
    transform: translateX(-20px);
  }
  .textandpic .row .medium-8 {
    padding-right: 50px;
  }
  .textandpic.leftalign .picout {
    right: 60%;
  }
  .textandpic.leftalign .row {
    transform: translateX(20px);
  }
  .textandpic.leftalign .row .medium-8 {
    padding-left: 50px;
  }
  .textandpic.withbuttons .row .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .textandpic.withbuttons .row .columns {
    padding-right: 10px;
    padding-left: 10px;
  }
  .getstarted h3 {
    font-size: 22px;
  }
  .getstarted p {
    font-size: 15px;
    line-height: 150%;
  }
  .findmore .medium-4 {
    padding: 10px 20px 20px;
  }
  .findmore .medium-4 h3 {
    font-size: 22px;
  }
  .findmore .medium-4 p {
    font-size: 15px;
    line-height: 150%;
  }
  .pageheader.video h2 {
    font-size: 30px;
  }
  .slider {
    height: 400px;
  }
  .reveal-modal.small {
    max-width: 800px;
    width: 80%;
  }
  .canvas li a {
    font-size: 20px;
  }
  .canvas li a span {
    padding: 0 15px;
  }
  .textandpic {
    height: auto;
    padding: 30px 0;
  }
  .newslider h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .newslider .bx-next {
    font-size: 32px;
    right: -40px;
  }
  .newslider .bx-prev {
    font-size: 32px;
    left: -40px;
  }
  .eventsingle.open .more .text {
    max-height: 1500px;
  }
}
@media only screen and (max-width: 830px) {
  footer #subscribeform {
    display: block;
    margin: 30px 0 0;
  }
  nav.side {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .medium-block-grid-3.moreposts li {
    width: 50%;
    clear: none !important;
  }
  .medium-block-grid-3.moreposts li:nth-child(odd) {
    clear: both !important;
  }
  .pageheader.pagehaderalt figure {
    width: 100%;
    height: auto !important;
  }
  .pageheader.pagehaderalt .medium-offset-6 {
    margin: 0 !important;
    width: 100%;
    padding: 20px 20px 0 !important;
  }
  .pageheader.pagehaderalt .text {
    height: auto !important;
    position: relative;
  }
  footer .footerlogo {
    margin: 0 auto 10px;
  }
  footer h4,
  footer ul {
    display: none;
  }
  footer .social {
    text-align: center;
    padding-bottom: 20px;
  }
  footer .social a {
    margin: 0 10px 30px;
  }
  footer hr {
    display: none;
  }
  footer p {
    text-align: center;
  }
  footer a.vc {
    margin: 20px auto;
    float: none;
  }
  footer .sponsored {
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }
  footer .sponsored img {
    display: block;
    margin: 10px auto 0;
  }
  footer .columns {
    width: 100%;
  }
  footer #subscribeform {
    margin: 0 auto;
    display: block;
  }
  footer #subscribeform {
    display: block;
  }
  footer #subscribeform input[type="email"] {
    display: block;
    margin: 0 0 10px !important;
    width: 100%;
  }
  footer #subscribeform button {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .book .img {
    background-size: auto 90%;
  }
}
@media only screen and (max-width: 640px) {
  .newhero h2 span em {
    display: block;
  }
  .medium-block-grid-3.moreposts li {
    width: 100%;
    clear: both !important;
  }
  .medium-block-grid-3.moreposts li:nth-child(odd) {
    clear: both !important;
  }
  form.search input {
    max-width: 100%;
  }
  .reveal-modal.small {
    max-width: 800px;
    width: 100%;
  }
  .tabssection+.textandpic {
    margin-top: 0;
  }
  .textandpic.nopic+.tabssection {
    margin-top: -20px;
  }
  .tabsout {
    height: 43px;
    margin: 0 30px;
  }
  .tabsout .next,
  .tabsout .prev {
    width: 36px;
    height: 43px;
    font-size: 16px;
    padding-top: 11px;
  }
  .container .tabssection .tabs dd {
    display: inline-block;
    float: none;
  }
  .container .tabssection .tabs dd a {
    height: auto !important;
    display: block;
    height: 43px;
    padding: 10px 15px !important;
  }
  .container .tabssection .row,
  .container .tabssection .columns {
    padding: 0;
  }
  .container .tabssection .tabs-content .content {
    padding: 30px 20px 10px;
    background-size: cover;
  }
  .container .tabssection .tabs-content .row {
    margin: 0;
  }
  .testimonials {
    overflow: hidden;
  }
  .testimonials .medium-4 {
    padding-bottom: 30px;
  }
  .formsection h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .formsection .row {
    padding-left: 0;
    padding-right: 0;
  }
  .pageheader {
    margin-bottom: 40px;
    height: auto;
  }
  .pageheader .bg,
  .pageheader.video .bg {
    position: relative;
    height: 250px;
    width: 100%;
    left: 0 !important;
  }
  .pageheader.video .videoout {
    width: auto !important;
    padding-top: 30px;
  }
  .pageheader.video a.video {
    position: relative;
    margin: 0 auto;
    top: auto;
    right: auto;
    transform: none;
  }
  .pageheader .cta {
    bottom: auto;
    position: relative;
  }
  .pageheader .cta .row {
    padding: 0;
  }
  .pageheader .cta .row .columns {
    padding: 0;
    text-align: center;
  }
  .pageheader .cta .row .columns .in {
    padding: 20px;
    float: none;
  }
  .pageheader .cta .row .columns .in h4 {
    margin-bottom: 10px;
    display: block;
    padding-right: 0;
  }
  .pageheader .text {
    position: relative;
    padding-top: 20px;
  }
  .pageheader .text h2 {
    font-size: 26px;
  }
  .pageheader .text .columns {
    padding: 0 !important;
  }
  .textandpic .button {
    display: block;
    max-width: 280px;
    margin: 0 auto 10px;
  }
  .slider {
    height: auto;
  }
  .slider .cont {
    padding-left: 0;
    height: auto;
  }
  .slider .cont .img {
    width: 100%;
    height: auto;
    padding-bottom: 50%;
    position: relative;
  }
  .slider .cont .in {
    padding: 20px 20px 50px;
  }
  .slider .cont p {
    font-size: 15px;
    line-height: 150%;
  }
  .slider .cont h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .slider .bx-pager {
    bottom: 0;
    left: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .slider .bx-pager .bx-pager-item {
    display: inline-block;
    padding: 0 3px;
    float: none;
  }
  nav.side {
    width: 100%;
    transform: translateX(-100%);
    overflow-y: auto;
  }
  nav.side ul li ul {
    position: relative;
    top: auto;
    left: auto;
    max-width: unset;
    max-height: 0;
    overflow: hidden;
    background: none;
  }
  nav.side ul li ul:before,
  nav.side ul li ul:after {
    display: none;
  }
  nav.side ul li.dropdown:hover {
    background: inherit;
  }
  nav.side ul li.dropdown:hover ul {
    visibility: inherit;
    max-width: auto;
  }
  nav.side ul li.dropdown.h {
    background: #25391D;
  }
  nav.side ul li.dropdown.h ul {
    max-height: 600px;
    opacity: 1;
    visibility: visible;
  }
  body {
    padding: 0;
  }
  nav.main {
    display: none;
  }
  header {
    height: 170px;
  }
  .home header {
    height: 170px;
  }
  header h1 {
    left: 20px;
    top: 14px;
  }
  header h1 .slogan {
    top: 80px;
    font-size: 24px;
  }
  .sidenavtoggle {
    left: auto;
    right: 20px;
    top: 20px;
  }
  .hero {
    height: 350px;
  }
  .hero.in .bg {
    left: 0px;
  }
  .hero a.video {
    width: 250px;
    height: 60px;
    padding: 10px 0 0 20px;
    font-size: 20px;
    top: 85%;
  }
  .hero a.video:after {
    width: 60px;
    height: 60px;
    background-size: 15px auto;
  }
  .container .row {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .hometext {
    padding: 50px 0;
  }
  .hometext h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .hometext p {
    font-size: 16px;
    line-height: 160%;
  }
  .homeslider {
    height: 420px;
  }
  .homeslider .navi {
    bottom: 20px;
    transform: none;
  }
  .homeslider .navi span {
    border: 1px solid #fff;
  }
  .homeslider .items {
    height: 420px;
    margin-right: 0px;
  }
  .homeslider .items .item .text {
    width: 100%;
    padding: 0 20px;
    padding-top: 30px;
    text-align: center;
    height: auto;
  }
  .homeslider .items .item .text h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .homeslider .items .item .text .button {
    padding: 10px 15px;
  }
  .homeslider .items .item .bg {
    height: 200px;
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    background-size: cover;
  }
  .homeslider .items .item .bg:after {
    background: -moz-linear-gradient(top,#f6f6f6 0%,#f6f6f6 2%,rgba(246,246,246,0) 100%);
    background: -webkit-linear-gradient(top,#f6f6f6 0%,#f6f6f6 2%,rgba(246,246,246,0) 100%);
    background: linear-gradient(to bottom,#f6f6f6 0%,#f6f6f6 2%,rgba(246,246,246,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',endColorstr='#00f6f6f6',GradientType=0);
  }
  .homeslider .items .item .ico {
    left: 50%;
    transform: scale(.6);
    margin-left: -137px;
    top: 200px;
    transform-origin: 50% 0;
  }
  .testimonials {
    margin: 50px 0;
  }
  .testimonials .slider {
    height: 350px;
    position: relative;
    float: none;
    width: 100%;
  }
  .testimonials .slider ul li .text {
    padding: 20px 20px 50px;
  }
  .testimonials .slider ul li .text p {
    font-size: 15px;
    line-height: 150%;
  }
  .testimonials .slider ul li .text .author {
    font-size: 15px;
  }
  .testimonials .slider ul li .bg:after {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=0);
  }
  .testimonials .bx-viewport {
    margin-left: 0px;
  }
  .testimonials .logos {
    position: relative;
    padding-left: 0;
  }
  .testimonials .logos li {
    padding: 10px;
  }
  .find .text h2 {
    font-size: 24px;
  }
  .find .text .buttons {
    height: auto !important;
  }
  .find .text .buttons .button {
    padding: 10px;
    margin-bottom: 10px;
  }
  .book {
    height: auto;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
  }
  .book .img {
    left: auto;
    right: 0;
    background-repeat: no-repeat;
    background-position: 140% center;
    width: 100%;
    position: relative;
    background-position: center;
    height: 300px;
    background-size: auto 100%;
  }
  footer .footerlogo {
    margin: 0 auto 10px;
  }
  footer h4,
  footer ul {
    display: none;
  }
  footer .social {
    text-align: center;
    padding-bottom: 20px;
  }
  footer .social a {
    margin: 0 10px 30px;
  }
  footer hr {
    display: none;
  }
  footer p {
    text-align: center;
  }
  footer a.vc {
    margin: 20px auto;
    float: none;
  }
  .icons,
  .icons.alt {
    padding: 40px 0 0;
  }
  .icons h3,
  .icons.alt h3 {
    margin-bottom: 10px;
  }
  .icons span.ico,
  .icons.alt span.ico {
    margin-bottom: 15px;
  }
  .icons .columns,
  .icons.alt .columns {
    padding-bottom: 40px;
  }
  .textandpic+.textandpic {
    margin-top: -50px;
  }
  .textandpic,
  .textandpic.leftalign {
    height: auto;
    padding: 0;
  }
  .textandpic .picout,
  .textandpic.leftalign .picout {
    position: relative;
    height: auto;
    padding-bottom: 80%;
    width: 100%;
    margin-bottom: 20px;
    left: 0;
    right: 0;
  }
  .textandpic .picout .pic,
  .textandpic.leftalign .picout .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }
  .textandpic .picout:after,
  .textandpic.leftalign .picout:after {
    display: none !important;
  }
  .textandpic .row,
  .textandpic.leftalign .row {
    transform: translateX(0px) !important;
    padding: 0 0 30px;
  }
  .textandpic .row .medium-8,
  .textandpic.leftalign .row .medium-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .post img {
    margin-bottom: 20px;
  }
  .inner header {
    height: 100px;
  }
  .pagecontent aside {
    margin-top: 20px;
  }
  .steps {
    padding-top: 30px;
  }
  .steps h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .steps .row,
  .steps .columns {
    padding: 0 !important;
  }
  .steps .in {
    padding: 20px;
  }
  .steps .in:after {
    display: none;
  }
  iframe[src*="youtube"] {
    height: 250px;
  }
  .accordion iframe[src*="youtube"] {
    width: 100%;
  }
  .accord .row {
    padding-left: 0;
    padding-right: 0;
  }
  .accord .mainimg {
    text-align: center;
  }
  .accord .mainimg img {
    max-height: 200px;
    margin-bottom: 10px;
  }
  .accord .maintitle h2 {
    font-size: 24px;
    text-align: center;
  }
  .accord ul.accordion {
    margin-left: -20px;
    margin-right: -20px;
  }
  .accord .accordion .accordion-navigation > .content,
  .accord .accordion dd > .content {
    transition: all 0s ease-out;
  }
  .canvas .row,
  .touch .canvas .row {
    padding-left: 0;
    padding-right: 0;
  }
  .canvas li a,
  .touch .canvas li a {
    font-size: 24px;
    padding: 0;
  }
  .canvas li a span,
  .touch .canvas li a span {
    position: relative;
    padding: 30px 10px 30px;
    height: auto;
    display: block;
    line-height: 130%;
    font-size: 20px;
  }
  .canvas li.locked a span,
  .touch .canvas li.locked a span {
    padding-top: 60px;
  }
  .canvas li.locked a:after,
  .touch .canvas li.locked a:after {
    content: '';
    background: url(../img/lock2.png) no-repeat center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: all .3s ease-out;
    opacity: 1;
    background-size: auto 26px;
  }
  .textandpic.leftalign.blend.section .picout .pic {
    background-position: top;
  }
  .resourcesin li {
    display: none;
  }
  .resourcesin li.current {
    display: block;
  }
  .game .resourcelist li {
    padding: 0 0 20px;
  }
  .game .resourcelist li .badge {
    position: relative;
    top: auto;
    margin-top: 10px;
    right: auto;
    margin-bottom: 0;
    display: block;
    max-width: 150px;
  }
  .content.game {
    margin-top: -50px;
  }
  .gamecontent {
    padding-left: 0;
    padding-right: 0;
  }
  .pageheader.video .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .textandpic.sidealign .picout {
    width: 100%;
    left: 0;
  }
  .newhero {
    padding: 50px 0;
  }
  .newhero h2 {
    font-size: 40px;
  }
  .bodyin .newhero h2 div {
    width: 300px;
  }
  .home header {
    height: 90px;
  }
  .newslider {
    padding: 0 30px 40px;
    text-align: center;
  }
  .newslider h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .newslider figure {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .newslider figure img {
    max-width: 240px;
  }
  .newslider .bx-pager {
    padding-top: 0;
  }
  .textandpic.logos {
    padding: 40px 0 20px;
  }
  .textandpic.logos ul {
    text-align: center;
    font-size: 0;
  }
  .textandpic.logos li {
    float: none;
    display: inline-block;
  }
  .newtestimonials {
    padding: 30px 0;
  }
  .newtestimonials li {
    padding-bottom: 20px;
  }
  .moreposts.andmoreposts.open {
    max-height: 20000px;
  }
  .tabs-content .button {
    margin: 0 auto 20px;
    display: block;
    width: 250px;
    text-align: center !important;
    padding: 15px;
  }
  .pagehaderalt .button {
    margin: 0 auto 20px;
    display: block;
    width: 250px;
    text-align: center !important;
    padding: 15px;
  }
  .textandpic .button:only-child {
    margin-top: 20px;
  }
  footer .sponsored {
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }
  footer .sponsored img {
    display: block;
    margin: 10px auto 0;
  }
  .postnew .text-center {
    display: none !important;
  }
  .postnew .a2a_kit {
    float: none;
    margin: 0 auto;
    width: 120px;
  }
  .postnew p {
    font-size: 16px;
  }
  .customdrop {
    margin: 0 0px 10px;
    padding: 0 5px;
    width: 50%;
    position: static;
    font-size: 14px;
  }
  .customdrop >a {
    padding: 12px 15px;
    display: block;
  }
  .customdrop >a i {
    float: right;
  }
  .customdrop:nth-child(3) .drop,
  .customdrop:nth-child(4) .drop {
    top: 115px;
  }
  .customdrop:nth-child(5) .drop,
  .customdrop:nth-child(6) .drop {
    top: 170px;
  }
  .customdrop .drop {
    z-index: 10;
    width: 100%;
  }
  .customdrop.open .drop {
    max-height: 400px;
  }
  .buttoncont {
    display: block;
    margin: 0 -5px;
    font-size: 0;
  }
  .filtercol {
    font-size: 0;
  }
  .filtercol button,
  .filtercol .button {
    width: 46%;
    padding: 10px;
    margin: 0 2%;
  }
  .customdrop.open .drop {
    z-index: 10;
    width: 100%;
  }
  .newslider .a2a_kit {
    float: none;
    margin: -10px auto 0;
    max-width: 120px;
  }
  .newslider h2 {
    margin: 0 0 20px;
  }
  .tabssection.steps h2 {
    padding: 0;
    font-size: 24px;
  }
  .tabssection.steps p {
    font-size: 15px;
  }
  .tabssection.steps p a {
    text-decoration: underline;
  }
  .tabssection.steps p .button {
    text-decoration: none;
    width: auto;
    font-size: 14px;
  }
  .tabssection.steps .cont {
    min-height: 500px;
  }
  .container .tabssection .tabs dd a {
    padding: 5px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .container .tabssection .tabs-content .content {
    padding: 20px;
  }
  .reveal-modal#emailcallout {
    padding: 20px;
    height: auto;
    padding: 30px;
    width: auto;
    min-height: 0;
    width: 90%;
    left: 5%;
  }
  .reveal-modal#emailcallout .bg {
    top: 0;
    width: 100%;
    height: 220px;
  }
  .eventsingle h2 {
    padding: 20px;
    font-size: 20px;
  }
  .eventsingle .body {
    padding: 15px 20px 20px 90px;
    font-size: 16px;
  }
  .eventsingle .body .date {
    top: 34px;
    left: 20px;
    width: 50px;
  }
  .eventsingle .body .date .m {
    font-size: 20px;
  }
  .eventsingle .body .date .n {
    font-size: 24px;
  }
  .eventsingle .more .text p {
    font-size: 15px;
  }
  .eventsingle.open .more .text {
    max-height: 1500px;
  }
  footer #subscribeform {
    margin: 0 auto;
    display: block;
  }
  footer #subscribeform {
    display: block;
  }
  footer #subscribeform input[type="email"] {
    display: block;
    margin: 0 0 10px !important;
    width: 100%;
  }
  footer #subscribeform button {
    display: block;
    width: 100%;
  }
  .tabsout .contr .contdd {
    height: 43px;
    padding: 10px 10px;
    font-size: 14px;
  }
  .tabsout .contr {
    height: 43px;
  }
  .tabsout .contr .ddmenu {
    padding: 0 20px;
  }
  .tabsout .contr.open .ddmenu {
    padding: 20px;
    max-height: 80vh;
  }
  .tabsout {
    margin: 0;
  }
  .container .tabssection ul {
    margin: 0;
  }
  .container .tabssection .content  ul {
    margin: 0 0 20px 20px;
  }
  .container .tabssection .content  ul li {
    font-size: 15px;
  }
  .tabssection.steps .cont .bx-prev,
  .tabssection.steps .cont .bx-next {
    display: none;
  }
  footer #subscribeform .ml-input-horizontal,
  footer #subscribeform .ml-button-horizontal {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .tabsout .contr .contdd {
    font-size: 13px;
    width: 130px;
    line-height: 1.2;
    padding-top: 7px;
  }
  .tabsout .contr .contdd i {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 340px) {
  .newslider figure img {
    max-width: 100%;
  }
}
body.scroll .cookieconsent-simple {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease-out !important;
}
.cookieconsent-simple {
  min-width: 100% !important;
  max-width: 100% !important;
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  background: rgba(0,0,0,0.5) !important;
  right: unset !important;
  padding: 10px !important;
  font-size: unset !important;
  line-height: 17.5px !important;
  color: unset !important;
  font-family: unset !important;
  text-align: left !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.3s ease-out !important;
}
.cookieconsent-simple h1 {
  display: none !important;
}
.cookieconsent-simple p,
.cookieconsent-simple li {
  color: #ffffff !important;
  font-family: 'Lato', sans-serif !important;
  line-height: 17.5px !important;
  margin: 0px !important;
  font-size: 11px !important;
  max-width: 100% !important;
  display: inline-block !important;
  float: left !important;
}
.cookieconsent-simple p a,
.cookieconsent-simple li a {
  color: #ffffff !important;
}
.cookieconsent-simple .ccp-text {
  font-family: 'Lato', sans-serif !important;
  line-height: unset !important;
  margin-bottom: 0px !important;
  font-size: 11px !important;
  color: #ffffff !important;
  display: inline-block !important;
}
.cookieconsent-simple .ccp-text p {
  display: none !important;
}
.cookieconsent-simple .btn-change-settings,
.cookieconsent-simple .btn-got-it {
  background: #004465 !important;
  box-shadow: 0 3px #005177 !important;
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  font-size: 12.5px !important;
  padding: 0px 5px !important;
  transition: all 0.3s ease-out !important;
  color: #fff !important;
  border: none !important;
  border-radius: unset !important;
  outline: unset !important;
  cursor: unset !important;
  margin: 0 0 0 5px !important;
  display: unset !important;
  height: unset !important;
  line-height: unset !important;
  float: right !important;
}
.cookieconsent-change-settings .cc_cs_content .cc_cs_footer .cc_cs_f_save button {
  background: #004465 !important;
  box-shadow: 0 3px #005177 !important;
  font-family: 'Lato', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  font-size: 12.5px !important;
  padding: 10px 15px !important;
  transition: all 0.3s ease-out !important;
  color: #fff !important;
  border: none !important;
  border-radius: unset !important;
  outline: unset !important;
  cursor: unset !important;
  margin: 0 5px !important;
  display: unset !important;
  height: unset !important;
  line-height: unset !important;
  float: left !important;
}
@media only screen and (max-width: 1024px) {
  .cookieconsent-simple {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .cookieconsent-simple {
    top: 80px !important;
  }
  .cookieconsent-simple .btn-change-settings,
  .cookieconsent-simple .btn-got-it {
    float: left !important;
    display: block !important;
  }
}
