.btn {
  display: inline-block;
  line-height: 28px;
  padding: 10px 28px 10px 28px;
  margin-bottom: 0;
  /*font-size: 13px;*/
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 28px;
  -webkit-transition: all 0.5s, background-position 1ms;
  transition: all 0.5s, background-position 1ms;
  text-shadow: none;
}

.btn.btn-xs {
  line-height: 22px;
  padding: 4px 8px;
}

.btn-info,
.btn-info:visited {
  text-transform: none;
  /*font-size: 13px;*/
  color: #212121;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, .5);*/
  text-shadow: none;
  background: #ffffff;
  border: 1px solid #ccc;
  box-shadow: none;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .btn-info:active:hover, .btn-info.active:hover, .btn-info:active:focus, .btn-info.active:focus, .btn-info:active.focus, .btn-info.active.focus,
.btn-info:visited:hover,
.btn-info:visited:focus,
.btn-info:visited.focus,
.btn-info:visited:active,
.btn-info:visited.active,
.btn-info:visited:active:hover,
.btn-info:visited.active:hover,
.btn-info:visited:active:focus,
.btn-info:visited.active:focus,
.btn-info:visited:active.focus,
.btn-info:visited.active.focus {
  outline: 0;
  color: #212121;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, .5);*/
  text-shadow: none;
  background: #ffffff;
  border: 1px solid #2962FF;
  box-shadow: none;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  outline: 0;
  color: #212121;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, .5);*/
  text-shadow: none;
  background: #ffffff;
  border: 1px solid #2962FF;
  box-shadow: none;
}

.btn-primary,
.btn-primary:visited {
  color: #fff !important;
  text-shadow: none;
  background: #76c654;
  border: 1px solid #6ab24b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus,
.btn-primary:visited:hover,
.btn-primary:visited:focus,
.btn-primary:visited.focus,
.btn-primary:visited:active,
.btn-primary:visited.active,
.btn-primary:visited:active:hover,
.btn-primary:visited.active:hover,
.btn-primary:visited:active:focus,
.btn-primary:visited.active:focus,
.btn-primary:visited:active.focus,
.btn-primary:visited.active.focus {
  outline: 0;
  text-shadow: none;
  color: #fff;
  background-color: #6ab24b;
  border-color: #5e9e43;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary i,
.btn-primary:visited i {
  line-height: 32px;
}

.btn-primary.btn-xs i,
.btn-primary:visited.btn-xs i {
  line-height: 22px;
}

.btn-secondary,
.btn-secondary:visited {
  color: #76c654 !important;
  text-shadow: none;
  background: #fff;
  border: 1px solid #6ab24b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:focus, .btn-secondary.active:focus, .btn-secondary:active.focus, .btn-secondary.active.focus,
.btn-secondary:visited:hover,
.btn-secondary:visited:focus,
.btn-secondary:visited.focus,
.btn-secondary:visited:active,
.btn-secondary:visited.active,
.btn-secondary:visited:active:hover,
.btn-secondary:visited.active:hover,
.btn-secondary:visited:active:focus,
.btn-secondary:visited.active:focus,
.btn-secondary:visited:active.focus,
.btn-secondary:visited.active.focus {
  outline: 0;
  text-shadow: none;
  color: #fff !important;
  background-color: #6ab24b;
  border-color: #5e9e43;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-secondary i,
.btn-secondary:visited i {
  line-height: 32px;
}

.btn-secondary.btn-xs i,
.btn-secondary:visited.btn-xs i {
  line-height: 22px;
}

.btn-round {
  background-color: #2962FF;
  border-radius: 999em;
  width: 56px;
  height: 56px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  line-height: 1;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.5s, background-position 1ms;
  transition: all 0.5s, background-position 1ms;
}

.btn-round span {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top: -18px;
  color: #FFF;
}

.btn-round i {
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top: -16px;
  color: #FFF;
}

.btn-round:hover {
  background-color: #ff1744;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 50px auto 20px auto;
  border-radius: 2px li;
  border-radius-display: inline;
  /*
    li>a,
    li>span 
    {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333
    }

    li:first-child>a,
    li:first-child>span 
    {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px
    }

    li:last-child>a,
    li:last-child>span 
    {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px
    }
    */
}

.pagination li > a,
.pagination li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  /*line-height: 1.42857143;*/
  color: #212121;
  text-decoration: none;
  background-color: #fff;
  /*border: 1px solid #ddd*/
}

.pagination li:first-child > a,
.pagination li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination li:last-child > a,
.pagination li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination li > a:focus,
.pagination li > a:hover,
.pagination li > span:focus,
.pagination li > span:hover {
  z-index: 2;
  color: #ff1744;
  background-color: #eee;
  border-color: #ddd;
}

.pagination .active > a,
.pagination .active > a:focus,
.pagination .active > a:hover,
.pagination .active > span,
.pagination .active > span:focus,
.pagination .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ff1744;
  border-color: #ff1744;
}

.pagination .disabled > a,
.pagination .disabled > a:focus,
.pagination .disabled > a:hover,
.pagination .disabled > span,
.pagination .disabled > span:focus,
.pagination .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination li > a,
.pagination li > span {
  padding: 5px 10px;
  /*font-size: 12px;*/
  /*line-height: 1.5*/
}

.pagination li:first-child > a,
.pagination li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination li:last-child > a,
.pagination li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.table-controls > li {
  display: inline;
  margin: 0 2px;
  line-height: 1;
}

.form-group {
  /*
    background-color: #ffffff;
    border: 1px solid #ffffff;
    */
  padding: 5px;
  text-align: left;
}

.form-actions {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #ccc;
}

.alert.boxed {
  border-radius: 2px;
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(0, 0, 0, 0.02);
}

.alert.boxed.alert-success {
  border-color: #ffffff;
}

.alert.boxed.alert-success a.close {
  color: #07cb79;
  opacity: 1;
}

.alert.boxed.alert-danger {
  border-color: #ffffff;
}

.alert.boxed.alert-danger a.close {
  color: #ff1744;
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  /*font-size: 13px;*/
  line-height: 1.42857143;
  color: #212121;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #4c84ff;
  outline: 0;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 138, 243, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(73, 138, 243, 0.6);
}

.has-error .form-control,
.has-error .bootstrap-select.form-control,
.has-error .bootstrap-select .btn-info {
  border-color: #ef193c;
  outline: 0;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #ef193c;
}

.has-error .help-block {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ef193c;
}

.has-success .form-control,
.has-success .bootstrap-select.form-control,
.has-success .bootstrap-select .btn-info {
  border-color: #22b66e;
  outline: 0;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #22b66e;
}

.has-success .help-block {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #22b66e;
}

.form-control optgroup:disabled,
.form-control option:disabled,
optgroup:disabled,
option:disabled,
select.form-control:disabled,
select.form-control:invalid,
select.form-control[disabled] > option,
select:disabled,
select:invalid,
select[disabled] > option {
  color: #777;
}

label {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 7px 0;
}

.input-group .icon-addon .form-control {
  border-radius: 0;
}

.icon-addon {
  position: relative;
  color: #b6b6b6;
  display: block;
}

.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " ";
}

.icon-addon:after {
  clear: both;
}

.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  /*font-size: 14px;*/
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 3px;
}

.icon-addon .form-control {
  padding: 10px 15px 10px 40px;
}

.input-group-addon {
  padding: 6px 12px;
  /*font-size: 14px;*/
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
}

span.required {
  color: #ff6552;
}

.alert {
  border-radius: 2px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.datepicker table {
  color: #212121;
}

@-webkit-keyframes slideInLeft {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(-2500px, 0, 0);
    transform: translate3d(-2500px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(-2500px, 0, 0);
    transform: translate3d(-2500px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-2500px, 0, 0);
    transform: translate3d(-2500px, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-2500px, 0, 0);
    transform: translate3d(-2500px, 0, 0);
  }
}

* {
  box-sizing: border-box;
}

body.open {
  overflow: hidden;
}

.mobile-navigation {
  position: fixed;
  z-index: 1003;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: #fff;
}

.mobile-navigation .inner {
  margin: 1rem 0 1rem 0;
}

.mobile-navigation:not(.open) {
  visibility: hidden;
  overflow-y: hidden;
}

.mobile-navigation li {
  padding: 5px;
  list-style-type: none;
  text-align: center;
  color: #1c345e;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.mobile-navigation li:not(.open) {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mobile-navigation li:not(.open),
.mobile-navigation.open li {
  -webkit-animation-duration: .8s;
  -webkit-animation-fill-mode: both;
}

.mobile-navigation.open {
  visibility: visible;
}

.mobile-navigation.open li {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mobile-navigation ul.main-menu li > a {
  position: relative;
  /*font-weight: 300; */
  width: 100%;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1c345e;
}

.mobile-navigation ul.main-menu li > a img {
  padding: 10px;
}

.mobile-navigation ul.main-menu li > p img {
  width: 350px;
  margin: 50px auto;
}

.mobile-navigation ul.main-menu li > a:hover,
.mobile-navigation ul.main-menu li > a.open {
  /**/
}

.mobile-navigation ul.main-menu li > a:hover {
  color: #76c654;
}

.mobile-navigation ul.main-menu li.booknow > a {
  padding: 10px 20px 10px 20px;
  background-color: #B79859;
  border: 1px solid #B79859;
  color: #fff;
}

.mobile-navigation ul.main-menu li.booknow > a:hover,
.mobile-navigation ul.main-menu li.booknow > a:focus {
  background-color: #76c654;
  border: 1px solid #76c654;
  color: #fff;
}

.mobile-navigation ul.main-menu li > a.dropdown:after,
.mobile-navigation ul.main-menu li > a.dropdown-submenu:after {
  margin-left: .625rem;
  font-family: 'FontAwesome';
  font-size: .7857rem;
  content: '\f107';
}

.mobile-navigation ul.main-menu li ul {
  display: none;
  padding: 20px 0;
  background: #f0f0f0;
}

.mobile-navigation ul.main-menu li ul li ul {
  display: none;
  padding: 20px 0;
  background: #f0f0f0;
}

.mobile-navigation ul.main-menu li ul li a {
  font-size: 11px;
}

.mobile-navigation ul.main-menu li ul li a.dropdown-submenu {
  /*font-size: 0.875rem;*/
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.mobile-navigation ul.main-menu li ul li a:hover {
  /**/
}

.transition, .auth .auth-inner .auth-form, .auth .auth-inner .auth-form a, .auth .auth-inner .auth-form .close-btn, .auth .auth-inner .auth-form .form a, .auth .auth-inner .auth-form .message a.action, .auth .auth-inner .auth-form .message ul.social li a i, .auth .auth-inner .auth-form .message ul.social li a:hover i, #wrapper, #sidebar-wrapper, .sidebar-nav li:before, .sidebar-nav li:hover:before, .sidebar-nav li.open:hover before, .hamburger.is-closed:before, .hamburger.is-closed:hover before, .hamburger.is-closed:hover .hamb-top, .hamburger.is-closed:hover .hamb-bottom, .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom, .hamburger.is-open:before, .hamburger.is-open:hover before, .masonry, .masonry .brick img, #header, #header .menu > ul, #header .menu > ul > li a, #header .menu .dropdown-menu > li > a, #header .menu .dropdown-menu > li > a span, #header .menu .dropdown-menu > li > a span i, #header .menu .megamenu a, #footer .wrap ul.links li a, #preloader .inner .loader, .full-viewport-slider, .full-viewport-slider .slides,
.full-viewport-slider .videos,
.full-viewport-slider .banners {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/* # General styles
================================================== */
* {
  outline: none !important;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #1c345e;
  background: #fbfcfd;
}

/* * * * * * * * * * * *
 * Padding Fixes
 * * * * * * * * * * * */
.padding-top-5px {
  padding-top: 5px;
}

.padding-bottom-5px {
  padding-bottom: 5px;
}

.padding-left-5px {
  padding-left: 5px;
}

.padding-right-5px {
  padding-right: 5px;
}

.padding-top-10px {
  padding-top: 10px;
}

.padding-bottom-10px {
  padding-bottom: 10px;
}

.padding-left-10px {
  padding-left: 10px;
}

.padding-right-10px {
  padding-right: 10px;
}

.margin-top-20px {
  margin-top: 20px;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

.margin-top-bottom-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-top-0px {
  margin-top: 0;
}

/* * * * * * * * * * * *
 * Spacings
 * * * * * * * * * * * */
.clear {
  clear: both;
}

.height-100 {
  height: 100px;
}

.height-50 {
  height: 50px;
}

.height-30 {
  height: 30px;
}

.height-20 {
  height: 20px;
}

.height-15 {
  height: 15px;
}

.height-10 {
  height: 10px;
}

.height-5 {
  height: 5px;
}

/* # Typography
================================================== */
/* * * * * * * * * * * *
 * Headlines
 * * * * * * * * * * * */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 18px;
}

/* * * * * * * * * * * *
 * Links
 * * * * * * * * * * * */
a {
  color: #76c654;
}

a:hover {
  color: #76c654;
}

.lowercase {
  text-transform: lowercase;
}

.label-icon {
  margin: 0 2px 0 10px;
}

/* * * * * * * * * * * *
 * Images
 * * * * * * * * * * * */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.note-editable,
.html-content {
  color: #777;
  font-size: 13px;
  line-height: 20px;
}

.note-editable h1,
.note-editable h2,
.note-editable h3,
.note-editable h4,
.note-editable h5,
.note-editable h6,
.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6 {
  color: #555;
  text-align: left;
  text-transform: none;
}

.note-editable h1 span,
.note-editable h2 span,
.note-editable h3 span,
.note-editable h4 span,
.note-editable h5 span,
.note-editable h6 span,
.html-content h1 span,
.html-content h2 span,
.html-content h3 span,
.html-content h4 span,
.html-content h5 span,
.html-content h6 span {
  font-style: normal;
}

.note-editable h1:after,
.note-editable h2:after,
.note-editable h3:after,
.note-editable h4:after,
.note-editable h5:after,
.note-editable h6:after,
.html-content h1:after,
.html-content h2:after,
.html-content h3:after,
.html-content h4:after,
.html-content h5:after,
.html-content h6:after {
  content: none;
}

@media (max-width: 992px) {
  .note-editable h1,
  .note-editable h2,
  .note-editable h3,
  .note-editable h4,
  .note-editable h5,
  .note-editable h6,
  .html-content h1,
  .html-content h2,
  .html-content h3,
  .html-content h4,
  .html-content h5,
  .html-content h6 {
    text-align: left;
  }
  .note-editable h1:after,
  .note-editable h2:after,
  .note-editable h3:after,
  .note-editable h4:after,
  .note-editable h5:after,
  .note-editable h6:after,
  .html-content h1:after,
  .html-content h2:after,
  .html-content h3:after,
  .html-content h4:after,
  .html-content h5:after,
  .html-content h6:after {
    content: none;
  }
}

.note-editable h1,
.html-content h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}

.note-editable h2,
.html-content h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
}

.note-editable h3,
.html-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.note-editable h4,
.html-content h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.note-editable h5,
.html-content h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.note-editable h6,
.html-content h6 {
  font-size: 13px;
  line-height: 20px;
}

.note-editable p,
.html-content p {
  color: #777;
  font-size: 13px;
  line-height: 20px;
}

.note-editable ul,
.html-content ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.note-editable ol,
.html-content ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.auth {
  display: table;
  width: 100%;
  height: 100%;
}

.auth .auth-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.auth .auth-inner .auth-form {
  z-index: 2;
  max-width: 500px;
  margin: 130px auto 130px auto;
  padding: 0;
}

.auth .auth-inner .auth-form.login {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 0;
  background: #f5f5f5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.auth .auth-inner .auth-form .tab-content {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 0;
  background: #f5f5f5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.auth .auth-inner .auth-form .close-btn {
  position: absolute;
  z-index: 9999;
  top: -1px;
  right: -1px;
  width: 48px;
  height: 48px;
  cursor: pointer !important;
  color: #fff;
  border: none;
  outline: none;
  background: #282828;
}

.auth .auth-inner .auth-form .close-btn:hover {
  background: #07cb79;
}

.auth .auth-inner .auth-form .close-btn:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  position: relative;
  top: 0;
  left: 0;
  content: '\f00d';
}

.auth .auth-inner .auth-form .image {
  font-size: 58px;
  line-height: 60px;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px auto;
  padding: 0;
  text-align: center;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.auth .auth-inner .auth-form .image img {
  width: 80px;
  height: 80px;
}

.auth .auth-inner .auth-form .form {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 50px;
  background: #fff;
}

.auth .auth-inner .auth-form .form .checkbox {
  font-weight: 400;
  float: left;
  margin-top: 0;
  cursor: pointer;
  color: #b6b6b6;
}

.auth .auth-inner .auth-form .form .checkbox div.checker {
  margin-top: -5px;
}

.auth .auth-inner .auth-form .form a {
  text-decoration: none;
  color: #b6b6b6;
}

.auth .auth-inner .auth-form .form a:hover {
  text-decoration: none;
  color: #07cb79;
}

.auth .auth-inner .auth-form .message {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px 50px;
  border-top: 1px solid #c0c0c0;
}

.auth .auth-inner .auth-form .message a.action {
  font-weight: 700;
  display: block;
  margin: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #07cb79;
  border: none;
  outline: none;
  -o-border-radius: 2px;
}

.auth .auth-inner .auth-form .message a.action:hover {
  text-decoration: none;
  color: #411e75;
}

.auth .auth-inner .auth-form .message h6 {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 13px;
  font-weight: 400;
  line-height: .1em;
  width: 200px;
  margin: 25px auto 20px auto;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
  .auth .auth-inner .auth-form .message h6 {
    width: 300px;
  }
}

.auth .auth-inner .auth-form .message h6 span {
  font-style: italic;
  padding: 0 10px;
  color: #b6b6b6;
  background: #f5f5f5;
}

.auth .auth-inner .auth-form .message ul.social {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.auth .auth-inner .auth-form .message ul.social li {
  display: inline;
  margin: 0 5px;
}

.auth .auth-inner .auth-form .message ul.social li a {
  font-size: 15px;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 auto 0 auto;
  text-align: center;
  border: 1px solid #b6b6b6;
  border-radius: 50%;
  background-color: #b6b6b6;
}

.auth .auth-inner .auth-form .message ul.social li a i {
  line-height: 30px;
  margin: 0;
  text-align: center;
  color: #fff;
}

.auth .auth-inner .auth-form .message ul.social li a:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #fff;
  -ms--transform: rotate(360deg);
}

.auth .auth-inner .auth-form .message ul.social li a.facebook:hover {
  border: 1px solid #3b5998;
  background-color: #3b5998;
}

.auth .auth-inner .auth-form .message ul.social li a.google:hover {
  border: 1px solid #bd3518;
  background-color: #bd3518;
}

.auth .auth-inner .auth-form .message ul.social li a.linkedin:hover {
  border: 1px solid #007bb7;
  background-color: #007bb7;
}

/*
h1,
h2,
h4 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    
    & span {
        font-weight: 400;
        font-style: italic;
    }
    
    &:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        border-radius: 2px;
        background: #76c654;
    }

    &.center {
        text-align: center;
    }
    @media (max-width: 992px) {
        text-align: center;
        &:after {
            position: absolute;
            bottom: 0;
            width: 50px;
            height: 2px;
            margin: 0 auto;
            content: '';
            background: #76c654;
        }
    }
}

h1 {
    margin-bottom: 60px;
}
*/
.slideshow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  content: '';
  background: transparent url(/images/slideshow/pattern.png) repeat top left;
}

.slideshow li {
  margin: 0;
  padding: 0;
}

.slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: slideshowAnimation 36s linear infinite 0s;
  animation: slideshowAnimation 36s linear infinite 0s;
}

.slideshow li:nth-child(1) span {
  background-image: url(/images/slideshow/1.jpg);
}

.slideshow li:nth-child(2) span {
  background-image: url(/images/slideshow/2.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
  background-image: url(/images/slideshow/3.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
  background-image: url(/images/slideshow/4.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.slideshow li:nth-child(5) span {
  background-image: url(/images/slideshow/5.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.slideshow li:nth-child(6) span {
  background-image: url(/images/slideshow/6.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

.slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(3) div {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow li:nth-child(4) div {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.slideshow li:nth-child(5) div {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.slideshow li:nth-child(6) div {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

/* Animation for the slideshow images */
@-webkit-keyframes slideshowAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideshowAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span {
  opacity: 1;
}

@media screen and (max-width: 1140px) {
  .slideshow li div h3 {
    font-size: 140px;
  }
}

@media screen and (max-width: 600px) {
  .slideshow li div h3 {
    font-size: 80px;
  }
}

.nav .open > a {
  background-color: transparent;
}

.nav .open > a:hover {
  background-color: transparent;
}

.nav .open > a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  padding-left: 0;
}

#wrapper.toggled {
  padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}

#sidebar-wrapper {
  background: #1a1a1a;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 0;
  z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  padding-top: 70px;
  width: 100%;
}

.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 220px;
}

.sidebar-nav li {
  display: inline-block;
  line-height: 40px;
  position: relative;
  width: 100%;
}

.sidebar-nav li .fa {
  text-align: left;
  width: 2.28571429em;
}

.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: -1;
}

.sidebar-nav li:first-child:before {
  background-color: #76c654;
}

.sidebar-nav li:nth-child(2):before {
  background-color: #76c654;
}

.sidebar-nav li:nth-child(3):before {
  background-color: #76c654;
}

.sidebar-nav li:nth-child(4):before {
  background-color: #76c654;
}

.sidebar-nav li:nth-child(5):before {
  background-color: #76c654;
}

.sidebar-nav li:nth-child(6):before {
  background-color: #76c654;
}

.sidebar-nav li:nth-child(7):before {
  background-color: #76c654;
}

.sidebar-nav li:nth-child(8):before {
  background-color: #76c654;
}

.sidebar-nav li:nth-child(9):before {
  background-color: #76c654;
}

.sidebar-nav li:hover:before {
  width: 100%;
}

.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}

.sidebar-nav li.open:hover before {
  width: 100%;
}

.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #212121;
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}

.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 20px;
  width: 32px;
  z-index: 9999;
}

.hamburger:hover {
  outline: none;
}

.hamburger:focus {
  outline: none;
}

.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #ffffff;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  display: block;
  opacity: 1;
}

.masonry {
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}

@media only screen and (min-width: 1024px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.masonry .brick {
  margin-bottom: 30px;
  position: relative;
}

.masonry .brick:hover img {
  opacity: .75;
}

.masonry .brick a {
  position: relative;
  display: inline-block;
}

.masonry .brick a.youtube:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent url(/images/youtube.png) center center no-repeat;
}

#header {
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  padding: 0;
}

#header .wide-menu .menu.left,
#header .wide-menu .menu.right {
  display: block;
}

#header .mobile-menu .menu.left,
#header .mobile-menu .menu.right {
  display: none;
}

#header .wide-menu .menu.left,
#header .mobile-menu .menu.left {
  float: left;
  text-align: left;
}

#header .wide-menu .menu.right,
#header .mobile-menu .menu.right {
  float: right;
  text-align: right;
}

@media (max-width: 992px) {
  #header .wide-menu .menu.left,
  #header .wide-menu .menu.right {
    display: none;
  }
  #header .mobile-menu .menu.left,
  #header .mobile-menu .menu.right {
    display: block;
  }
}

#header .menu > ul {
  margin: 55px 0;
  padding: 0;
}

#header .menu > ul > li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
}

#header .menu > ul > li a {
  display: block;
  padding: .75rem .75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.143rem;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid transparent;
  color: #ffffff;
}

@media (min-width: 992px) {
  #header .menu > ul > li a {
    padding: 2rem .75rem;
  }
}

#header .menu > ul > li a:hover, #header .menu > ul > li a:focus {
  color: #76c654;
}

#header .menu > ul > li a.active, #header .menu > ul > li a.active:hover {
  color: #76c654;
}

#header .menu > ul > li a img.logo {
  height: 60px;
}

#header.static, #header.fixed {
  padding: 0;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#header.static .menu > ul, #header.fixed .menu > ul {
  margin: 5px 0;
  padding: 0;
}

#header.static .menu > ul > li a, #header.fixed .menu > ul > li a {
  color: #212112;
}

#header.static .menu > ul > li a:hover, #header.static .menu > ul > li a:focus, #header.fixed .menu > ul > li a:hover, #header.fixed .menu > ul > li a:focus {
  color: #76c654;
}

#header .menu > ul > li.dropdown > a:hover,
#header .menu > ul > li.dropdown > a:visited,
#header .menu > ul > li.dropdown > a:focus,
#header .menu > ul > li.dropdown > a.active {
  margin-bottom: -1px;
  /*
        border-top: 1px solid #efefef;
        border-right: 1px solid #efefef;
        border-bottom: 1px solid #ffffff;
        border-left: 1px solid #efefef;
        */
  border: 1px solid transparent;
  background-color: #fff;
  /*border-bottom: 1px solid rgba(255, 255, 255, 1);*/
}

#header .menu > ul > li.dropdown > a:after {
  margin-left: .625rem;
  font-family: 'FontAwesome';
  font-size: .7857rem;
  content: '\f107';
}

#header .menu .dropdown-menu.languages-switcher > li > a,
#header .menu .dropdown-menu.languages-switcher > li > a:hover {
  border-bottom: none;
}

#header .menu > ul > li.dropdown.languages-switcher > a:after {
  margin-left: 0;
  content: '';
}

#header .menu .dropdown-menu {
  min-width: 200px;
  margin: 0;
  /*margin-top: -2px;*/
  padding: 0 0 5px 0;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#header .menu .dropdown-menu.dropdown-menu-right a {
  text-align: right;
}

#header .menu .dropdown-menu.languages-switcher {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#header.fixed .menu .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#header .menu .dropdown-menu > li {
  padding: 0 10px;
}

#header .menu .dropdown-menu > li > a {
  padding: 5px 0;
  font-weight: 400;
  text-align: left;
  white-space: normal;
  border-bottom: 1px dashed rgba(85, 85, 85, 0.1);
}

#header .menu .dropdown-menu > li > a span {
  font-size: 10px;
  /*letter-spacing: 0.5px;*/
  font-style: italic;
  /*line-height: 13px;*/
  padding-top: 2px;
  float: right;
  color: rgba(0, 0, 0, 0.1);
}

#header .menu .dropdown-menu > li > a span i {
  margin: 0px 1px;
  color: rgba(0, 0, 0, 0.1);
}

#header .menu .dropdown-menu > li > a span i.child {
  font-size: 8px;
}

#header .menu .dropdown-menu > li > a:hover span {
  color: rgba(49, 162, 225, 0.6);
}

#header .menu .dropdown-menu > li > a:hover span i {
  color: rgba(49, 162, 225, 0.6);
}

#header .menu .dropdown-menu > li:first-child > a {
  /*padding: 10px 10px 5px 10px;*/
  padding: 0 0 5px 0;
}

#header .menu .dropdown-menu > li:last-child > a {
  padding: 5px 0 10px 0;
}

#header .menu .dropdown-menu > li > a:hover,
#header .menu .dropdown-menu > li > a:focus {
  text-decoration: none;
  border-bottom: 1px dashed rgba(49, 162, 225, 0.8);
  background-color: #fff;
}

#header .menu .menu-large {
  position: static !important;
}

#header .menu .megamenu {
  left: 0;
  width: 100%;
  padding: .9375rem 0;
}

#header .menu .megamenu > li > ul {
  margin: 0;
  padding: 0;
}

#header .menu .megamenu > li > ul > li {
  list-style: none;
}

#header .menu .megamenu .header {
  padding: .8571rem .8571rem 0 .8571rem;
  font-size: 1.143rem;
  font-weight: 700;
  text-transform: uppercase;
}

#header .menu .megamenu h3 {
  padding: .8571rem;
  font-weight: 700;
}

#header .menu .megamenu a {
  display: block;
  clear: both;
  padding: .625rem .9375rem;
  white-space: normal;
  color: #999;
}

#header.notransparency {
  background: white;
  box-shadow: 0 0 2px #777;
}

#footer {
  position: relative;
}

#footer .wrap {
  position: relative;
  padding: 50px 0 100px 0;
}

#footer .wrap .inner {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  margin-top: 20px;
}

#footer .wrap .logo {
  height: 75px;
}

#footer .wrap ul.links {
  margin: 20px 0 0 0;
  padding: 0;
}

#footer .wrap ul.links li {
  position: relative;
  margin: 0 5px;
  padding: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
}

#footer .wrap ul.links li a {
  color: #1c345e;
  text-decoration: none;
}

#footer .wrap ul.links li a:hover {
  text-decoration: none;
  color: #76c654;
}

#footer .wrap ul.links li.spacer {
  margin: 0 5px 0 25px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999;
  background: #ffffff;
}

#preloader .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  text-align: center;
}

#preloader .inner .loader path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
}

#preloader .inner .loader.loading path {
  stroke: #6c6c6c;
}

#app {
  position: relative;
  min-height: 100vh;
}

#app #content {
  min-height: 100vh;
}

#app #content section:not(.full-viewport-slider):not(.half-viewport-slider) {
  padding-top: 50px;
  padding-bottom: 50px;
}

#app #content section:not(.full-viewport-slider):not(.half-viewport-slider):first-of-type {
  padding-top: 160px;
}

#app #content section:not(.full-viewport-slider):not(.half-viewport-slider):last-of-type {
  padding-bottom: 120px;
}

#app #content section.half-viewport-slider:first-of-type {
  margin-bottom: 50px;
}

.half-viewport-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  margin: 0;
  padding: 0;
}

.half-viewport-slider .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

.half-viewport-slider .bg .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100vw - 120px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  display: inline-table;
}

.half-viewport-slider .bg .wrap h1 {
  margin-bottom: 10px;
  padding: 0;
  font-style: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.half-viewport-slider .bg .wrap h3 {
  padding: 0;
  font-style: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.full-viewport-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.full-viewport-slider:before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 80%;
  width: 100%;
  content: '';
  background: -webkit-linear-gradient(rgba(0, 0, 30, 0.8), transparent);
  background: linear-gradient(rgba(0, 0, 30, 0.8), transparent);
}

.full-viewport-slider:after {
  position: absolute;
  z-index: 1;
  top: 80%;
  bottom: 0;
  width: 100%;
  content: '';
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 30, 0.8));
  background: linear-gradient(transparent, rgba(0, 0, 30, 0.8));
}

.full-viewport-slider.map-container #map-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.full-viewport-slider.map-container:before {
  content: none;
}

.full-viewport-slider.map-container:after {
  content: none;
}

.full-viewport-slider .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.full-viewport-slider .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.full-viewport-slider .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.full-viewport-slider .video-foreground,
.full-viewport-slider .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.full-viewport-slider .slides,
.full-viewport-slider .videos,
.full-viewport-slider .banners {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.full-viewport-slider .slides .overlay,
.full-viewport-slider .videos .overlay,
.full-viewport-slider .banners .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.full-viewport-slider .slides iframe,
.full-viewport-slider .videos iframe,
.full-viewport-slider .banners iframe {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center fixed;
  background-size: cover;
  overflow: hidden;
}

.full-viewport-slider .slides .slide,
.full-viewport-slider .banners .banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: 50% 50% no-repeat;
}

.full-viewport-slider .slides .slide .bg,
.full-viewport-slider .banners .banner .bg {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center fixed;
  background-size: cover;
  overflow: hidden;
}

.full-viewport-slider .banners .banner .bg {
  -webkit-animation: rot 30s infinite linear;
  animation: rot 30s infinite linear;
}

.full-viewport-slider .slides .slide .wrap,
.full-viewport-slider .banners .banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100vw - 120px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  display: inline-table;
}

.full-viewport-slider .slides .slide .wrap img,
.full-viewport-slider .banners .banner .wrap img {
  height: 100px;
  margin: 0 auto 2rem auto;
}

.full-viewport-slider .slides .slide .wrap h1,
.full-viewport-slider .banners .banner .wrap h1 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 5rem;
  font-style: normal;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.full-viewport-slider .slides .slide .wrap h4,
.full-viewport-slider .banners .banner .wrap h4 {
  padding: 0;
  font-style: normal;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.full-viewport-slider .slides .slide .wrap .separator:after,
.full-viewport-slider .banners .banner .wrap .separator:after {
  display: block;
  width: 18.75rem;
  height: 0;
  margin: 1rem auto;
  content: '';
  border-bottom: 1px solid #fff;
}

.full-viewport-slider .slides .slide .wrap p,
.full-viewport-slider .banners .banner .wrap p {
  margin: .5rem 0 1.5rem 0;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
}

@-webkit-keyframes rot {
  from {
    -webkit-transform: scale(1.3) rotate(0) translate3D(-1.5%, -1.5%, 0) rotate(0);
  }
  to {
    -webkit-transform: scale(1.2) rotate(-360deg) translate3D(-1.5%, -1.5%, 0) rotate(360deg);
  }
}

@keyframes rot {
  from {
    -webkit-transform: scale(1.2) rotate(0) translate3D(-1.5%, -1.5%, 0) rotate(0);
    transform: scale(1.2) rotate(0) translate3D(-1.5%, -1.5%, 0) rotate(0);
  }
  to {
    -webkit-transform: scale(1.2) rotate(-360deg) translate3D(-1.5%, -1.5%, 0) rotate(360deg);
    transform: scale(1.2) rotate(-360deg) translate3D(-1.5%, -1.5%, 0) rotate(360deg);
  }
}

#scroll-btn-wrapper {
  position: absolute;
  z-index: 1000;
  bottom: 80px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  text-align: center;
}

#scroll-btn-wrapper .scroll-down {
  display: inline-block;
  font-size: .625rem;
  font-weight: 400;
  /*font-size: 1rem;*/
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.83);
}

@media (max-width: 768px) {
  #scroll-btn-wrapper .scroll-down {
    /*
            font-size: 0px;
            font-size: 0rem; 
            */
  }
}

#scroll-btn-wrapper .scroll-down img {
  position: relative;
  display: block;
  margin: 0 auto 1.8571rem;
  -webkit-animation-name: scroll-down;
  animation-name: scroll-down;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (max-width: 768px) {
  #scroll-btn-wrapper {
    /*
        .scroll-btn-wrapper .scroll-down img 
        {
            max-width: 0.8571rem; 
        } 
        */
  }
}

#scroll-btn-wrapper .scroll-down:hover,
#scroll-btn-wrapper .scroll-down:focus,
#scroll-btn-wrapper .scroll-down:active {
  text-decoration: none;
  color: white;
}

#scroll-btn-wrapper.dark .scroll-down {
  color: rgba(1, 1, 1, 0.83);
}

#scroll-btn-wrapper.dark .scroll-down:hover,
#scroll-btn-wrapper.dark .scroll-down:focus,
#scroll-btn-wrapper.dark .scroll-down:active {
  color: rgba(1, 1, 1, 0.83);
}

@-webkit-keyframes scroll-down {
  0% {
    top: 0;
  }
  50% {
    top: 6px;
  }
  100% {
    top: 0;
  }
}

@keyframes scroll-down {
  0% {
    top: 0;
  }
  50% {
    top: 6px;
  }
  100% {
    top: 0;
  }
}

.members {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.members .member {
  padding: 20px;
  margin: 0.5rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.members .member h2 {
  margin: 5rem 0 3rem 0;
}

.members .member img {
  width: 100%;
}

.members .member:hover {
  box-shadow: 0px 1px 15px 1px rgba(76, 132, 255, 0.08);
}

@media (min-width: 769px) {
  .members .member {
    -webkit-box-flex: 0;
    flex: 0 1 calc(50% - 1em);
    min-width: 0%;
  }
}

.items-list .item {
  padding: 20px;
  margin: 0.5rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.items-list .item .date {
  font-style: italic;
  font-size: 11px;
  color: #aebad0;
}

.items-list .item h2 {
  margin: 1.5rem 0;
}

.items-list .item .action {
  text-align: right;
}

.items-list .item:hover {
  box-shadow: 0px 1px 15px 1px rgba(76, 132, 255, 0.08);
}

.boxes {
  text-align: center;
  position: relative;
  z-index: 2;
}

.boxes.first {
  margin-top: 70px;
  /*
        .left .box .text a, 
        .left .box .text a:visited, 
        .right .box .text a, 
        .right .box .text a:visited  
        {
            color: #fff; 
            text-decoration: none; 
            font-size: 11px; 
            text-transform: uppercase
        }
        .left .box .text a:hover, 
        .left .box .text a:active, 
        .right .box .text a:hover, 
        .right .box .text a:active  
        {
            text-decoration: underline; 
        }
        */
}

.boxes.first .left .box .photo,
.boxes.first .right .box .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background-repeat: no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.boxes.first .left .box:hover .photo,
.boxes.first .right .box:hover .photo {
  -webkit-transform: scale(1.2);
  /* IE 9 */
  transform: scale(1.2);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod=\'auto expand\')';
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand');
  /* IE6 and 7 */
}

.boxes.first .left {
  width: 100%;
  float: left;
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000;
  margin-bottom: 10px;
}

.boxes.first .left .box {
  line-height: 235px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.boxes.first .left .box .text {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.boxes.first .left .box .text .title {
  color: #fff;
}

.boxes.first .left .box .text .description {
  color: #fff;
}

.boxes.first .left .box .text .description ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.boxes.first .right {
  width: 100%;
  float: right;
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000;
  margin-bottom: 10px;
}

.boxes.first .right .box {
  line-height: 235px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.boxes.first .right .box .text {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.boxes.first .right .box .text .title {
  color: #fff;
}

.boxes.first .right .box .text .description {
  color: #fff;
}

.boxes.first .right .box .text .description ul {
  margin: 0 0 0 20px;
  padding: 0;
}

@media (min-width: 768px) {
  .boxes.first .left {
    width: 49.5%;
    float: left;
  }
  .boxes.first .left .box {
    line-height: 480px;
  }
  .boxes.first .right {
    width: 49.5%;
    float: right;
  }
  .boxes.first .right .box {
    line-height: 480px;
  }
}

.boxes.second {
  /*
        .left .box .text a, 
        .left .box .text a:visited, 
        .right .box .text a, 
        .right .box .text a:visited  
        {
            color: #fff; 
            text-decoration: none; 
            font-size: 11px; 
            text-transform: uppercase
        }
        .left .box .text a:hover, 
        .left .box .text a:active, 
        .right .box .text a:hover, 
        .right .box .text a:active  
        {
            text-decoration: underline; 
        }
        */
}

.boxes.second .left .box .photo,
.boxes.second .right .box .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background-repeat: no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.boxes.second .left .box:hover .photo,
.boxes.second .right .box:hover .photo {
  -webkit-transform: scale(1.2);
  /* IE 9 */
  transform: scale(1.2);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod=\'auto expand\')';
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand');
  /* IE6 and 7 */
}

.boxes.second .left {
  width: 100%;
  float: left;
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000;
  margin-bottom: 10px;
}

.boxes.second .left .box {
  line-height: 235px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.boxes.second .left .box .text {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.boxes.second .left .box .text .title {
  color: #fff;
}

.boxes.second .left .box .text .description {
  color: #fff;
}

.boxes.second .left .box .text .description ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.boxes.second .right {
  display: block;
  width: 100%;
  float: right;
  overflow: hidden;
}

.boxes.second .right .pushs {
  overflow: hidden;
}

.boxes.second .right .box-container {
  width: 100%;
  margin-bottom: 10px;
  float: left;
  position: relative;
}

.boxes.second .right .box {
  display: block;
  line-height: 235px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.boxes.second .right .box .text {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.boxes.second .right .box .text .title {
  color: #fff;
}

.boxes.second .right .box .text .description {
  color: #fff;
}

.boxes.second .right .box .text .description ul {
  margin: 0 0 0 20px;
  padding: 0;
}

@media (min-width: 768px) {
  .boxes.second .left {
    width: 49.5%;
    float: left;
  }
  .boxes.second .left .box {
    line-height: 480px;
  }
  .boxes.second .right {
    width: 49.5%;
    float: right;
  }
}

.boxes.third {
  /*
        .right .box .text a, 
        .right .box .text a:visited, 
        .left .box .text a, 
        .left .box .text a:visited  
        {
            color: #fff; 
            text-decoration: none; 
            font-size: 11px; 
            text-transform: uppercase
        }
        .right .box .text a:hover, 
        .right .box .text a:active, 
        .left .box .text a:hover, 
        .left .box .text a:active  
        {
            text-decoration: underline; 
        }
        */
}

.boxes.third .right .box .photo,
.boxes.third .left .box .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background-repeat: no-repeat;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.boxes.third .right .box:hover .photo,
.boxes.third .left .box:hover .photo {
  -webkit-transform: scale(1.2);
  /* IE 9 */
  transform: scale(1.2);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod=\'auto expand\')';
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand');
  /* IE6 and 7 */
}

.boxes.third .right {
  width: 100%;
  float: right;
  position: relative;
  -webkit-perspective: 1000;
  perspective: 1000;
  margin-bottom: 10px;
}

.boxes.third .right .box {
  line-height: 235px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.boxes.third .right .box .text {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.boxes.third .right .box .text .title {
  color: #fff;
}

.boxes.third .right .box .text .description {
  color: #fff;
}

.boxes.third .right .box .text .description ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.boxes.third .left {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
}

.boxes.third .left .pushs {
  overflow: hidden;
}

.boxes.third .left .box-container {
  width: 100%;
  margin-bottom: 10px;
  float: left;
  position: relative;
}

.boxes.third .left .box {
  display: block;
  line-height: 235px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.boxes.third .left .box .text {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.boxes.third .left .box .text .title {
  color: #fff;
}

.boxes.third .left .box .text .description {
  color: #fff;
}

.boxes.third .left .box .text .description ul {
  margin: 0 0 0 20px;
  padding: 0;
}

@media (min-width: 768px) {
  .boxes.third .left {
    width: 49.5%;
    float: left;
  }
  .boxes.third .right {
    width: 49.5%;
    float: right;
  }
  .boxes.third .right .box {
    line-height: 480px;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=frontend.css.map */
