@charset "UTF-8";

.appear-animation {
  opacity: 0
}

@-webkit-keyframes sideMenuArrow {
  0% {
    left: 5px
  }

  50% {
    left: 10px
  }

  100% {
    left: 5px
  }
}

@keyframes sideMenuArrow {
  0% {
    left: 5px
  }

  50% {
    left: 10px
  }

  100% {
    left: 5px
  }
}

@-webkit-keyframes sideMenuArrowBack {
  0% {
    right: 5px
  }

  50% {
    right: 10px
  }

  100% {
    right: 5px
  }
}

@keyframes sideMenuArrowBack {
  0% {
    right: 5px
  }

  50% {
    right: 10px
  }

  100% {
    right: 5px
  }
}

@-webkit-keyframes maskUp {
  from {
    transform: translate(0, 100%)
  }

  to {
    transform: translate(0, 0)
  }
}

@keyframes maskUp {
  from {
    transform: translate(0, 100%)
  }

  to {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes maskRight {
  from {
    transform: translate(-100%, 0)
  }

  to {
    transform: translate(0, 0)
  }
}

@keyframes maskRight {
  from {
    transform: translate(-100%, 0)
  }

  to {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes maskDown {
  from {
    transform: translate(0, -100%)
  }

  to {
    transform: translate(0, 0)
  }
}

@keyframes maskDown {
  from {
    transform: translate(0, -100%)
  }

  to {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes maskLeft {
  from {
    transform: translate(100%, 0)
  }

  to {
    transform: translate(0, 0)
  }
}

@keyframes maskLeft {
  from {
    transform: translate(100%, 0)
  }

  to {
    transform: translate(0, 0)
  }
}

@-webkit-keyframes headerReveal {
  from {
    top: -150px
  }

  to {
    top: 0
  }
}

@keyframes headerReveal {
  from {
    top: -150px
  }

  to {
    top: 0
  }
}

@-webkit-keyframes fadeInUpShorter {
  from {
    opacity: 0;
    transform: translate(0, 50px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    transform: translate(0, 50px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpShorter {
  -webkit-animation-name: fadeInUpShorter;
  animation-name: fadeInUpShorter
}

@-webkit-keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(50px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(50px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes fadeInRightShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes fadeInDownShorter {
  from {
    opacity: 0;
    transform: translate(0, -50px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeInDownShorter {
  from {
    opacity: 0;
    transform: translate(0, -50px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes expandIn {
  from {
    opacity: 0;
    transform: scale(.8)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes expandIn {
  from {
    opacity: 0;
    transform: scale(.8)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@-webkit-keyframes gradientTransition {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@keyframes gradientTransition {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@-webkit-keyframes sliderScrollButton {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0)
  }

  70% {
    opacity: 1;
    transform: translate3d(-50%, 10px, 0)
  }

  100% {
    opacity: 0;
    transform: translate3d(-50%, 10px, 0)
  }
}

@keyframes sliderScrollButton {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0)
  }

  70% {
    opacity: 1;
    transform: translate3d(-50%, 10px, 0)
  }

  100% {
    opacity: 0;
    transform: translate3d(-50%, 10px, 0)
  }
}

@-webkit-keyframes arrowLeftRight {
  0% {
    transform: translate3d(-1px, 0, 0)
  }

  50% {
    transform: translate3d(1px, 0, 0)
  }

  100% {
    transform: translate3d(-1px, 0, 0)
  }
}

@keyframes arrowLeftRight {
  0% {
    transform: translate3d(-1px, 0, 0)
  }

  50% {
    transform: translate3d(1px, 0, 0)
  }

  100% {
    transform: translate3d(-1px, 0, 0)
  }
}

@-webkit-keyframes navItemArrow {
  0% {
    position: relative;
    left: -1px
  }

  50% {
    position: relative;
    left: 3px
  }

  100% {
    position: relative;
    left: -1px
  }
}

@keyframes navItemArrow {
  0% {
    position: relative;
    left: -1px
  }

  50% {
    position: relative;
    left: 3px
  }

  100% {
    position: relative;
    left: -1px
  }
}

@-webkit-keyframes hotspot-pulsate {
  0% {
    transform: scale(1);
    opacity: .8
  }

  45% {
    transform: scale(1.75);
    opacity: 0
  }
}

@keyframes hotspot-pulsate {
  0% {
    transform: scale(1);
    opacity: .8
  }

  45% {
    transform: scale(1.75);
    opacity: 0
  }
}

@-webkit-keyframes stop-hotspot-pulsate {
  from {
    opacity: .4
  }

  to {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes stop-hotspot-pulsate {
  from {
    opacity: .4
  }

  to {
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes dotPulse {
  from {
    opacity: 1;
    transform: scale(.2)
  }

  to {
    opacity: 0;
    transform: scale(1)
  }
}

@keyframes dotPulse {
  from {
    opacity: 1;
    transform: scale(.2)
  }

  to {
    opacity: 0;
    transform: scale(1)
  }
}

@-webkit-keyframes blurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    transform: scale(1.3)
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: none
  }
}

@keyframes blurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    transform: scale(1.3)
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: none
  }
}

.arrow {
  background: transparent url(../img/arrows.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative
}

.arrow.arrow-light {
  background-image: url(../img/arrows-dark.png)
}

@media (max-width:575px) {
  .arrow {
    display: none
  }
}

.bg-color-scale-overlay {
  position: relative
}

.bg-color-scale-overlay:before {
  content: "";
  display: block;
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0
}

.bg-color-scale-overlay .bg-color-scale-overlay-wrapper {
  position: relative;
  z-index: 2
}

.bg-color-scale-overlay-1:before {
  opacity: .05 !important
}

.bg-color-scale-overlay-2:before {
  opacity: .1 !important
}

.bg-color-scale-overlay-3:before {
  opacity: .15 !important
}

.bg-color-scale-overlay-4:before {
  opacity: .2 !important
}

.bg-color-scale-overlay-5:before {
  opacity: .25 !important
}

.bg-color-scale-overlay-6:before {
  opacity: .3 !important
}

.bg-color-scale-overlay-7:before {
  opacity: .35 !important
}

.bg-color-scale-overlay-8:before {
  opacity: .4 !important
}

.bg-color-scale-overlay-9:before {
  opacity: .45 !important
}

.bg-color-white {
  background: #fff !important
}

.bg-color-black {
  background: #000 !important
}

.border-top {
  border-top: 1px solid #dadada !important
}

.border-bottom {
  border-bottom: 1px solid #dadada !important
}

.border-left {
  border-left: 1px solid #dadada !important
}

.border-right {
  border-right: 1px solid #dadada !important
}

.border-all {
  border: 1px solid #dadada !important
}

.border-top-light {
  border-top: 1px solid rgba(0, 0, 0, .06) !important
}

.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, .06) !important
}

.border-left-light {
  border-left: 1px solid rgba(0, 0, 0, .06) !important
}

.border-right-light {
  border-right: 1px solid rgba(0, 0, 0, .06) !important
}

.border-all-light {
  border: 1px solid rgba(0, 0, 0, .06) !important
}

.border-white {
  border-color: #fff !important
}

.border-width-1 {
  border-width: 1px !important
}

.border-width-2 {
  border-width: 2px !important
}

.border-width-3 {
  border-width: 3px !important
}

.border-width-4 {
  border-width: 4px !important
}

.border-width-5 {
  border-width: 5px !important
}

.border-width-6 {
  border-width: 6px !important
}

.border-width-7 {
  border-width: 7px !important
}

.border-width-8 {
  border-width: 8px !important
}

.border-width-9 {
  border-width: 9px !important
}

.border-width-10 {
  border-width: 10px !important
}

.btn {
  font-size: 12.8px;
  font-size: .8rem;
  padding: 8.528px 14.928px;
  padding: .533rem .933rem;
  cursor: pointer
}

.btn.btn-xs {
  font-size: 11.2px;
  font-size: .7rem;
  padding: 3.2px 8px;
  padding: .2rem .5rem
}

.btn.btn-sm {
  font-size: 12.8px;
  font-size: .8rem;
  padding: 4.8px 10.4px;
  padding: .3rem .65rem
}

.btn.btn-lg {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 16px;
  padding: .5rem 1rem
}

.btn.btn-xl {
  font-size: 16px;
  font-size: 1rem;
  padding: 12.8px 32px;
  padding: .8rem 2rem
}

.btn.btn-px-1 {
  padding-left: 5.6px;
  padding-left: .35rem;
  padding-right: 5.6px;
  padding-right: .35rem
}

.btn.btn-px-2 {
  padding-left: 12px;
  padding-left: .75rem;
  padding-right: 12px;
  padding-right: .75rem
}

.btn.btn-px-3 {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem
}

.btn.btn-px-4 {
  padding-left: 28px;
  padding-left: 1.75rem;
  padding-right: 28px;
  padding-right: 1.75rem
}

.btn.btn-px-5 {
  padding-left: 38.4px;
  padding-left: 2.4rem;
  padding-right: 38.4px;
  padding-right: 2.4rem
}

.btn.btn-py-1 {
  padding-top: 5.6px;
  padding-top: .35rem;
  padding-bottom: 5.6px;
  padding-bottom: .35rem
}

.btn.btn-py-2 {
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem
}

.btn.btn-py-3 {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem
}

.btn.btn-py-4 {
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem
}

.btn.btn-py-5 {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem
}

html body .btn.active, html body .btn:active, html body .btn:focus, html body.body .btn.active, html body.body .btn:active, html body.body .btn:focus {
  box-shadow: none !important
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none !important
}

.btn-default:active, .btn-default:focus, .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-3d {
  border-bottom-width: 3px
}

.btn-with-arrow {
  background-color: transparent;
  font-weight: 600
}

.btn-with-arrow span {
  background-color: #ccc;
  display: inline-block;
  height: 25px;
  line-height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-left: 10px;
  transition: all .1s linear
}

.btn-with-arrow i {
  color: #fff;
  font-size: 8px;
  top: -1px;
  position: relative
}

.btn-with-arrow:hover span {
  transform: translateX(5px)
}

.btn-with-arrow.btn-lg span, .btn-with-arrow.btn-xl span {
  line-height: 23px
}

.btn-with-arrow.btn-xs span {
  line-height: 25px
}

.btn-icon i {
  margin-right: 10px
}

.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px
}

.btn-primary {
  background-color: #ccc;
  border-color: #ccc #ccc #b3b3b3;
  color: #fff
}

.btn-primary:hover {
  background-color: #dfdfdf;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #fff
}

.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(204, 204, 204, .5)
}

.btn-primary:disabled {
  background-color: #ccc;
  border-color: #ccc #ccc #b3b3b3
}

.btn-primary.active, .btn-primary:active {
  background-color: #b9b9b9;
  background-image: none;
  border-color: #b3b3b3 #b3b3b3 #999
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745 #28a745 #1e7e34;
  color: #fff
}

.btn-success:hover {
  background-color: #2fc652;
  border-color: #34ce57 #34ce57 #28a745;
  color: #fff
}

.btn-success:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, .5)
}

.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745 #28a745 #1e7e34
}

.btn-success.active, .btn-success:active {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34 #1e7e34 #145523
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545 #dc3545 #bd2130;
  color: #fff
}

.btn-danger:hover {
  background-color: #e25663;
  border-color: #e4606d #e4606d #dc3545;
  color: #fff
}

.btn-danger:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
}

.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545 #dc3545 #bd2130
}

.btn-danger.active, .btn-danger:active {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130 #bd2130 #921925
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8 #17a2b8 #117a8b;
  color: #fff
}

.btn-info:hover {
  background-color: #1bc0da;
  border-color: #1fc8e3 #1fc8e3 #17a2b8;
  color: #fff
}

.btn-info:focus {
  box-shadow: 0 0 0 3px rgba(23, 162, 184, .5)
}

.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8 #17a2b8 #117a8b
}

.btn-info.active, .btn-info:active {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b #117a8b #0c525d
}

.btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #fff
}

.btn-dark:hover {
  background-color: #32383e;
  border-color: #383f45 #383f45 #212529;
  color: #fff
}

.btn-dark:focus {
  box-shadow: 0 0 0 3px rgba(33, 37, 41, .5)
}

.btn-dark:disabled {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d
}

.btn-dark.active, .btn-dark:active {
  background-color: #101214;
  background-image: none;
  border-color: #0a0c0d #0a0c0d #000
}

html body .btn-light {
  border-color: #d9d9d9 #d9d9d9 #bfbfbf;
  color: #777
}

html body .btn-light:hover {
  background-color: #f2f2f2;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #777
}

html body .btn-light:focus {
  box-shadow: 0 0 0 3px rgba(191, 191, 191, .5)
}

html body .btn-light:disabled {
  border-color: #bfbfbf #bfbfbf #bfbfbf
}

html body .btn-light.active, html body .btn-light:active {
  border-color: #bfbfbf #bfbfbf #bfbfbf
}

html body .btn-light-2 {
  border-color: #fff;
  color: #fff
}

html body .btn-light-2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e
}

html body .btn-light-2:focus {
  box-shadow: 0 0 0 3px rgba(179, 179, 179, .5)
}

html body .btn-light-2:disabled {
  border-color: #b3b3b3 #b3b3b3 #b3b3b3
}

html body .btn-light-2.active, html body .btn-light-2:active {
  border-color: #fff
}

html[dir=rtl] .input-group .form-control:not(:first-child), html[dir=rtl] .input-group-btn:not(:first-child)>.btn, html[dir=rtl] .input-group-btn:not(:first-child)>.btn-group>.btn, html[dir=rtl] .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn, html[dir=rtl] .input-group-btn:not(:last-child)>.btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.call-to-action {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 32px 55px;
  clear: both
}

.call-to-action::after {
  clear: both;
  content: "";
  display: block
}

@media (max-width:767px) {
  .call-to-action {
    padding: 10px 10px
  }
}

.call-to-action h3 {
  text-transform: none;
  color: #212529;
  padding: 0;
  margin: 0 0 9px
}

.call-to-action p {
  font-size: 1.2em
}

.call-to-action>[class*=col-] {
  display: flex;
  align-items: center
}

.call-to-action>[class*=col-]:nth-child(2) {
  justify-content: flex-end;
  text-align: center
}

@media (max-width:767px) {
  .call-to-action>[class*=col-]:nth-child(2) {
    justify-content: center
  }
}

.call-to-action .container-fluid>.row, .call-to-action .container>.row {
  display: flex;
  flex-wrap: wrap
}

.call-to-action .container-fluid>.row>[class*=col-], .call-to-action .container>.row>[class*=col-] {
  display: flex;
  align-items: center
}

.call-to-action .container-fluid>.row>[class*=col-]:nth-child(2), .call-to-action .container>.row>[class*=col-]:nth-child(2) {
  justify-content: flex-end;
  text-align: center
}

@media (max-width:767px) {
  .call-to-action .container-fluid>.row>[class*=col-]:nth-child(2), .call-to-action .container>.row>[class*=col-]:nth-child(2) {
    justify-content: center
  }
}

@media (max-width:767px) {
  .call-to-action>[class*=col-]:not([class*=col-xs]) {
    width: 100%
  }

  .call-to-action .container>.row [class*=col-]:not([class*=col-xs]) {
    width: 100%
  }
}

.call-to-action .call-to-action-content {
  text-align: center
}

.call-to-action.call-to-action-default {
  background: #f7f7f7
}

.call-to-action.call-to-action-strong-grey {
  background: #ededed
}

.call-to-action.call-to-action-dark {
  background: #333940
}

.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
  color: #fff
}

.call-to-action.with-borders {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04)
}

.call-to-action.with-button-arrow .call-to-action-btn {
  position: relative
}

@media (min-width:992px) {
  .call-to-action.with-button-arrow .call-to-action-btn {
    left: -80px
  }
}

.call-to-action.with-button-arrow .call-to-action-btn .arrow {
  position: absolute
}

@media (max-width:991px) {
  .call-to-action.with-button-arrow .call-to-action-btn .arrow {
    display: none
  }
}

.call-to-action.with-button-arrow .call-to-action-btn.no-left {
  left: 0
}

@media (max-width:991px) {
  .call-to-action.with-button-arrow .call-to-action-btn.no-left {
    margin-top: -25px !important
  }
}

.call-to-action.content-align-center .call-to-action-btn, .call-to-action.content-align-center .call-to-action-content {
  width: 100%;
  text-align: center
}

.call-to-action.call-to-action-in-footer {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 30px;
  margin-bottom: -50px !important
}

.call-to-action.call-to-action-in-footer:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  height: 20px;
  width: 20px;
  top: -5px;
  left: 50%;
  margin-left: -20px
}

.call-to-action.no-top-arrow:before {
  display: none
}

.call-to-action.call-to-action-in-footer-margin-top {
  margin-top: 60px
}

.container .call-to-action {
  border-radius: 8px
}

@media (max-width:767px) {
  .call-to-action .call-to-action-btn, .call-to-action .call-to-action-content {
    margin: 0;
    padding: 20px;
    position: static;
    width: auto
  }
}

html.ie:not(.ie9) .call-to-action .call-to-action-content {
  width: 100%
}

html.ie9 .call-to-action>[class*=col-] {
  display: table-cell;
  vertical-align: middle;
  float: none
}

html.ie9 .call-to-action>[class*=col-]:nth-child(2) {
  text-align: right
}

html.ie9 .call-to-action .container-fluid>.row, html.ie9 .call-to-action .container>.row {
  display: table;
  width: 100%
}

html.ie9 .call-to-action .container-fluid>.row>[class*=col-], html.ie9 .call-to-action .container>.row>[class*=col-] {
  display: table-cell;
  vertical-align: middle;
  float: none
}

html.ie9 .call-to-action .container-fluid>.row>[class*=col-]:nth-child(2), html.ie9 .call-to-action .container>.row>[class*=col-]:nth-child(2) {
  text-align: center
}

.owl-carousel {
  margin-bottom: 20px
}

.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: 0;
  transform: translate3d(0, -50%, 0)
}

.owl-carousel.top-border {
  border-top: 1px solid #eaeaea;
  padding-top: 18px
}

.owl-carousel.nav-bottom .owl-nav {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
  transform: none
}

.owl-carousel.nav-style-3 .owl-nav {
  top: 25%
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*=owl-] {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #212529 !important
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*=owl-]:hover {
  background-color: #fff !important;
  border-color: #fff !important
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*=owl-]:active {
  background-color: #d2d2d2 !important;
  border-color: #d2d2d2 !important
}

.owl-carousel.nav-light:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title).nav-with-transparency .owl-nav button[class*=owl-] {
  width: 35px;
  height: 45px;
  background-color: rgba(236, 236, 236, .4) !important;
  border-color: transparent !important
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*=owl-] {
  background-color: #262a2f !important;
  border-color: #262a2f #262a2f #2c3237 !important;
  color: #fff !important
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*=owl-]:hover {
  background-color: #2c3237 !important;
  border-color: #2c3237 !important
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title) .owl-nav button[class*=owl-]:active {
  background-color: #212529 !important;
  border-color: #212529 !important
}

.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title).nav-with-transparency .owl-nav button[class*=owl-] {
  width: 35px;
  height: 45px;
  background-color: rgba(38, 42, 47, .4) !important;
  border-color: transparent !important
}

.owl-carousel [class*=opacity-] {
  transition: ease opacity .3s
}

.owl-carousel [class*=opacity-]:hover {
  opacity: 1 !important
}

.carousel-areas {
  background: #f2f2f2;
  background: linear-gradient(to bottom, #f2f2f2 0, rgba(33, 37, 41, .5) 100%);
  margin-bottom: -10px;
  padding: 8px 8px 0 8px;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 0 50px 20px rgba(0, 0, 0, .07)
}

.carousel-areas .owl-carousel {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.carousel-areas .owl-carousel:first-child img {
  border-radius: 6px 6px 0 0
}

@media (max-width:991px) {
  .carousel-areas .owl-carousel .owl-nav {
    display: none
  }
}

.text-color-grey {
  color: #969696 !important
}

.text-color-white {
  color: #fff !important
}

.text-color-black {
  color: #000 !important
}

.bg-color-grey {
  background-color: #f7f7f7 !important
}

.bg-color-grey-scale-1 {
  background-color: #ededed !important
}

.bg-color-grey-scale-2 {
  background-color: #e8e8e8 !important
}

.bg-color-grey-scale-3 {
  background-color: #e3e3e3 !important
}

.bg-color-grey-scale-4 {
  background-color: #dedede !important
}

.bg-color-grey-scale-5 {
  background-color: #d9d9d9 !important
}

.bg-color-grey-scale-6 {
  background-color: #d4d4d4 !important
}

.bg-color-grey-scale-7 {
  background-color: #cecece !important
}

.bg-color-grey-scale-8 {
  background-color: #c9c9c9 !important
}

.bg-color-grey-scale-9 {
  background-color: #c4c4c4 !important
}

.bg-color-grey-scale-10 {
  background-color: #bfbfbf !important
}

.bg-color-dark-scale-1 {
  background-color: #212529 !important
}

.bg-color-dark-scale-2 {
  background-color: #1c2023 !important
}

.bg-color-dark-scale-3 {
  background-color: #181b1e !important
}

.bg-color-dark-scale-4 {
  background-color: #131618 !important
}

.bg-color-dark-scale-5 {
  background-color: #0f1112 !important
}

.border-color-light-2 {
  border-color: rgba(255, 255, 255, .3) !important
}

.border-color-light-3 {
  border-color: rgba(255, 255, 255, .05) !important
}

hr {
  background: rgba(0, 0, 0, .06);
  border: 0;
  height: 1px;
  margin: 22px 0
}

hr.light {
  background: rgba(255, 255, 255, .15)
}

.divider {
  border: 0;
  height: 1px;
  margin: 44px auto;
  background: rgba(0, 0, 0, .06);
  text-align: center;
  position: relative;
  clear: both
}

.divider .icons, .divider [class*=fa-] {
  text-align: center;
  background: #fff;
  border-radius: 50px;
  color: #a9a9a9;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  font-size: 20px;
  margin: 0 auto 0 -25px;
  top: -25px;
  left: 50%;
  z-index: 1
}

.divider.divider-icon-sm .icons, .divider.divider-icon-sm [class*=fa-] {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -15px;
  font-size: 15px;
  margin-left: -16px
}

.divider.divider-icon-lg {
  margin: 86px 0
}

.divider.divider-icon-lg .icons, .divider.divider-icon-lg [class*=fa-] {
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -30px;
  font-size: 30px;
  margin-left: -30px
}

.divider.divider-xs {
  width: 35%
}

.divider.divider-sm {
  width: 67%
}

.divider.divider-left .icons, .divider.divider-left [class*=fa-] {
  left: 0;
  margin-left: 0;
  margin-right: 0;
  right: auto
}

.divider.divider-right .icons, .divider.divider-right [class*=fa-] {
  left: auto;
  margin-left: 0;
  margin-right: 0;
  right: 0
}

.divider.divider-style-2 .icons, .divider.divider-style-2 [class*=fa-] {
  background: #f7f7f7;
  color: #a9a9a9
}

.divider.divider-style-3 .icons, .divider.divider-style-3 [class*=fa-] {
  border: 1px solid #cecece
}

.divider.divider-style-4 .icons, .divider.divider-style-4 [class*=fa-] {
  border: 1px solid #cecece
}

.divider.divider-style-4 .icons:after, .divider.divider-style-4 [class*=fa-]:after {
  border: 3px solid #f7f7f7;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%
}

.divider.divider-small {
  margin: 22px auto;
  background: 0 0
}

.divider.divider-small hr {
  width: 50px;
  height: 3px;
  background: #555
}

.divider.divider-small.divider-small-center {
  text-align: center
}

.divider.divider-small.divider-small-center hr {
  margin-left: auto;
  margin-right: auto
}

.divider.divider-small.divider-small-right {
  text-align: right
}

.divider.divider-small.divider-small-right hr {
  margin-left: auto
}

.divider.divider-small.divider-light hr {
  background: #ddd
}

.divider.divider-small.divider-small-sm hr {
  height: 1px
}

.divider.divider-small.divider-small-lg hr {
  height: 6px
}

.divider .divider-small-text {
  background: #fff;
  color: #999;
  display: inline-block;
  text-align: center;
  font-size: .8em;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  top: -15px
}

@-webkit-keyframes dividerProgress25 {
  from {
    width: 0
  }

  to {
    width: 25%
  }
}

@keyframes dividerProgress25 {
  from {
    width: 0
  }

  to {
    width: 25%
  }
}

.divider-top-border {
  border-top: 1px solid rgba(0, 0, 0, .06)
}

.divider-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.divider-left-border {
  border-left: 1px solid rgba(0, 0, 0, .06)
}

.divider-right-border {
  border-right: 1px solid rgba(0, 0, 0, .06)
}

@-webkit-keyframes toRightFromLeft {
  49% {
    transform: translate(100%)
  }

  50% {
    opacity: 0;
    transform: translate(-100%)
  }

  51% {
    opacity: 1
  }
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%)
  }

  50% {
    opacity: 0;
    transform: translate(-100%)
  }

  51% {
    opacity: 1
  }
}

.feature-box {
  display: flex
}

.feature-box .feature-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  background: rgba(0, 0, 0, .06);
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 7px;
  text-align: center;
  padding: .8em;
  height: 1px;
  width: 2.7em;
  height: 2.7em
}

.feature-box .feature-box-info {
  flex: 1 1 100%;
  padding-left: 15px
}

.feature-box.align-items-center .feature-box-icon {
  top: 0
}

.feature-box.feature-box-style-2 h4 {
  color: #212529
}

.feature-box.feature-box-style-2 .feature-box-icon {
  background: 0 0;
  top: -3px
}

.feature-box.feature-box-style-2 .feature-box-icon .icons, .feature-box.feature-box-style-2 .feature-box-icon [class*=fa-] {
  font-size: 1.7em
}

.feature-box.feature-box-style-2.align-items-center .feature-box-icon {
  top: 0
}

.feature-box.feature-box-style-3 h4 {
  color: #212529
}

.feature-box.feature-box-style-3 .feature-box-icon {
  border: 1px solid rgba(0, 0, 0, .06);
  background: 0 0;
  line-height: 32px
}

.feature-box.feature-box-style-3 .feature-box-icon .icons, .feature-box.feature-box-style-3 .feature-box-icon [class*=fa-] {
  color: rgba(0, 0, 0, .06)
}

.feature-box.feature-box-style-4 {
  flex-wrap: wrap
}

.feature-box.feature-box-style-4 h4 {
  color: #212529
}

.feature-box.feature-box-style-4 .feature-box-icon {
  flex-basis: 100%;
  justify-content: flex-start;
  background: 0 0;
  padding: 0 0 19.2px 0;
  padding: 0 0 1.2rem 0
}

.feature-box.feature-box-style-4 .feature-box-icon .icons, .feature-box.feature-box-style-4 .feature-box-icon [class*=fa-] {
  font-size: 2.35em;
  width: auto;
  height: auto
}

.feature-box.feature-box-style-4 .feature-box-info {
  clear: both;
  padding-left: 0
}

.feature-box.feature-box-style-5 h4 {
  color: #212529
}

.feature-box.feature-box-style-5 .feature-box-icon {
  background: 0 0;
  top: 0;
  padding: 1em 1.4em;
  min-width: 5em
}

.feature-box.feature-box-style-5 .feature-box-icon .icons, .feature-box.feature-box-style-5 .feature-box-icon [class*=fa-] {
  font-size: 2.75em
}

.feature-box.feature-box-style-5.align-items-center .feature-box-icon {
  top: 0
}

.feature-box.feature-box-style-6 h4 {
  color: #212529
}

.feature-box.feature-box-style-6 .feature-box-icon {
  border: 1px solid #cecece;
  background: 0 0;
  line-height: 32px
}

.feature-box.feature-box-style-6 .feature-box-icon:after {
  border: 3px solid #f7f7f7;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%
}

.feature-box.feature-box-style-6 .feature-box-icon .icons, .feature-box.feature-box-style-6 .feature-box-icon [class*=fa-] {
  color: #a9a9a9
}

html.ie .feature-box .feature-box-icon img {
  min-width: 100%
}

html.ie .feature-box .feature-box-info {
  flex: 0 1 100%
}

form label {
  font-weight: 400
}

textarea {
  resize: vertical
}

.label {
  font-weight: 400
}

label.required:after {
  content: "*";
  font-size: .8em;
  margin: .3em;
  position: relative;
  top: -2px
}

.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.form-control {
  border-color: rgba(0, 0, 0, .09)
}

.form-control:not(.form-control-lg) {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.3
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 13.6px;
  font-size: .85rem;
  line-height: 1.85
}

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  border-color: #ccc
}

.form-control.error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control.error:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.page-link {
  border-color: rgba(0, 0, 0, .06)
}

.input-group .form-control {
  height: auto
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  -webkit-appearance: none
}

.form-control::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bdbdbd
}

.form-control::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, textarea::-moz-placeholder {
  color: #bdbdbd
}

.form-control:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bdbdbd
}

.btn-group-lg>.btn, .btn-lg {
  line-height: 1.334
}

.input-group-btn .btn {
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem
}

label.error {
  color: #c10000;
  font-size: .9em;
  line-height: 18px;
  padding: 5px 0 0
}

.form-style-2 .form-group {
  margin-bottom: 11.2px;
  margin-bottom: .7rem
}

.form-style-2 .form-control {
  padding: 11.2px 16px;
  padding: .7rem 1rem;
  border: 0
}

.form-style-2 .form-control::-webkit-input-placeholder {
  color: #202528;
  opacity: .5
}

.form-style-2 .form-control::-moz-placeholder {
  color: #202528;
  opacity: .5
}

.form-style-2 .form-control:-ms-input-placeholder {
  color: #202528;
  opacity: .5
}

.form-style-2 .form-control:-moz-placeholder {
  color: #202528;
  opacity: .5
}

.form-style-2 .form-control.error {
  border-width: 2px
}

.form-style-3 .form-group {
  margin-bottom: 17.6px;
  margin-bottom: 1.1rem
}

.form-style-3 .form-control {
  padding: 11.2px 16px;
  padding: .7rem 1rem;
  background: #f4f4f4;
  border: none
}

.form-style-3 .form-control::-webkit-input-placeholder {
  color: #202528;
  opacity: .5
}

.form-style-3 .form-control::-moz-placeholder {
  color: #202528;
  opacity: .5
}

.form-style-3 .form-control:-ms-input-placeholder {
  color: #202528;
  opacity: .5
}

.form-style-3 .form-control:-moz-placeholder {
  color: #202528;
  opacity: .5
}

.form-style-3 .form-control.error {
  border: 2px solid #e21a1a
}

.form-style-4 .form-control {
  background: 0 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-color: rgba(0, 0, 0, .4);
  color: #fff;
  box-shadow: none !important
}

h1, h2, h3, h4, h5, h6 {
  color: #212529;
  font-weight: 200;
  letter-spacing: -.05em;
  margin: 0;
  -webkit-font-smoothing: antialiased
}

h1 {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 32px 0
}

h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0
}

h3 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase
}

h4 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 14px 0
}

h5 {
  font-size: 1em;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase
}

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 14px 0
}

h1.small {
  font-size: 2.2em;
  line-height: 42px;
  font-weight: 600
}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark {
  color: #212529
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
  color: #fff
}

@media (max-width:575px) {
  h2 {
    line-height: 40px
  }
}

i.pi {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 14px
}

.icon-bg {
  display: inline-block;
  background: url(../img/icons/icons.png) no-repeat;
  width: 80px;
  height: 80px
}

.icon-1 {
  background-position: -10px -10px
}

.icon-2 {
  background-position: -110px -10px
}

.icon-3 {
  background-position: -210px -10px
}

.icon-plugin-1 {
  background-position: 0 100%;
  width: 115px;
  height: 115px
}

.icon-plugin-2 {
  background-position: -115px 100%;
  width: 115px;
  height: 115px
}

.icon-feature-1 {
  background-position: -20px -110px
}

.icon-feature-2 {
  background-position: -120px -110px
}

.icon-feature-3 {
  background-position: -220px -110px
}

.icon-feature-4 {
  background-position: -320px -110px
}

.icon-feature-5 {
  background-position: -420px -110px
}

.icon-feature-6 {
  background-position: -520px -110px
}

.icon-feature-7 {
  background-position: -620px -110px
}

.icon-feature-8 {
  background-position: -720px -110px
}

.icon-feature-9 {
  background-position: -820px -110px
}

.icon-feature-10 {
  background-position: -920px -110px
}

.icon-feature-11 {
  background-position: -20px -210px
}

.icon-feature-12 {
  background-position: -120px -210px
}

.icon-feature-13 {
  background-position: -220px -210px
}

.icon-feature-14 {
  background-position: -320px -210px
}

.icon-feature-15 {
  background-position: -420px -210px
}

.icon-feature-16 {
  background-position: -520px -210px
}

.icon-feature-17 {
  background-position: -624px -210px
}

.icon-feature-18 {
  background-position: -720px -210px
}

.icon-feature-19 {
  background-position: -820px -210px
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative
}

.white-popup-block.white-popup-block-xs {
  max-width: 200px
}

.white-popup-block.white-popup-block-sm {
  max-width: 400px
}

.white-popup-block.white-popup-block-md {
  max-width: 600px
}

.white-popup-block.white-popup-block-lg {
  max-width: 900px
}

.list li {
  margin-bottom: 13px
}

.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0
}

.list.list-icons li {
  position: relative;
  padding-left: 25px
}

.list.list-icons li a:first-child>.icons:first-child, .list.list-icons li a:first-child>[class*=fa-]:first-child, .list.list-icons li>.icons:first-child, .list.list-icons li>[class*=fa-]:first-child {
  position: absolute;
  left: 0;
  top: 5px
}

.list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px
}

.list.list-icons.list-icons-style-2 li a:first-child>.icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child>[class*=fa-]:first-child, .list.list-icons.list-icons-style-2 li>.icons:first-child, .list.list-icons.list-icons-style-2 li>[class*=fa-]:first-child {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 4px;
  font-size: .8em;
  line-height: 1.3
}

.list.list-icons.list-icons-style-3 li {
  padding-top: 5px;
  padding-left: 36px
}

.list.list-icons.list-icons-style-3 li a:first-child>.icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child>[class*=fa-]:first-child, .list.list-icons.list-icons-style-3 li>.icons:first-child, .list.list-icons.list-icons-style-3 li>[class*=fa-]:first-child {
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
  font-size: .8em;
  line-height: 1.3
}

.list.list-icons.list-icons-sm li {
  padding-left: 13px;
  margin-bottom: 5px
}

.list.list-icons.list-icons-sm li a:first-child>.icons:first-child, .list.list-icons.list-icons-sm li a:first-child>[class*=fa-]:first-child, .list.list-icons.list-icons-sm li>.icons:first-child, .list.list-icons.list-icons-sm li>[class*=fa-]:first-child {
  font-size: .8em;
  top: 7px
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
  padding-left: 32px
}

.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child>.icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child>[class*=fa-]:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li>.icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li>[class*=fa-]:first-child {
  width: 20px;
  height: 20px;
  padding: 3px
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 32px
}

.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child>.icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child>[class*=fa-]:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li>.icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li>[class*=fa-]:first-child {
  width: 20px;
  height: 20px;
  padding: 3px
}

.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 27px
}

.list.list-icons.list-icons-lg li a:first-child>.icons:first-child, .list.list-icons.list-icons-lg li a:first-child>[class*=fa-]:first-child, .list.list-icons.list-icons-lg li>.icons:first-child, .list.list-icons.list-icons-lg li>[class*=fa-]:first-child {
  font-size: 1.3em;
  top: 10px
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
  padding-top: 8px;
  padding-left: 42px
}

.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child>.icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child>[class*=fa-]:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li>.icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li>[class*=fa-]:first-child {
  width: 30px;
  height: 30px;
  padding: 4px
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
  padding-top: 8px;
  padding-left: 42px
}

.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child>.icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child>[class*=fa-]:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li>.icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li>[class*=fa-]:first-child {
  width: 30px;
  height: 30px;
  padding: 4px
}

.list.list-borders li {
  border-bottom: 1px solid #eaeaea;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px
}

.list.list-borders li:last-child {
  border-bottom: 0
}

ul.sitemap>li>a {
  font-weight: 700
}

ul.sitemap.list li {
  margin: 0 0 3px 0
}

ul.sitemap.list ul {
  margin-bottom: 5px;
  margin-top: 5px
}

.loading-overlay {
  transition: visibility 0s ease-in-out .5s, opacity .5s ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  background: #fff
}

body>.loading-overlay {
  position: fixed;
  z-index: 999999
}

@-webkit-keyframes bouncedelay {
  0%, 100%, 80% {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

@keyframes bouncedelay {
  0%, 100%, 80% {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

.google-map {
  background: #e5e3df;
  height: 400px;
  margin: -35px 0 30px 0;
  width: 100%
}

.google-map.small {
  height: 250px;
  border-radius: 6px;
  margin: 0;
  clear: both
}

.google-map img {
  max-width: 9999px
}

.google-map-borders {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px
}

.google-map-footer {
  margin: 35px 0 -50px !important
}

@media (min-width:1440px) {
  .container-lg {
    max-width: 1440px
  }

  .container-xl {
    max-width: 1630px
  }
}

[class*=fluid-col-] .fluid-col {
  position: absolute;
  left: 15px
}

[class*=fluid-col-] .fluid-col.fluid-col-left {
  left: auto;
  right: 15px
}

.fluid-col-6 {
  min-height: 33vw
}

.fluid-col-6 .fluid-col {
  width: calc(50vw - 15px)
}

.fluid-col-lg-6 .fluid-col, .fluid-col-md-6 .fluid-col, .fluid-col-sm-6 .fluid-col, .fluid-col-xl-6 .fluid-col {
  width: calc(100vw - 30px)
}

@media (min-width:576px) {
  .fluid-col-sm-6 {
    min-height: 33vw
  }

  .fluid-col-sm-6 .fluid-col {
    width: calc(55vw - 15px)
  }
}

@media (min-width:768px) {
  .fluid-col-md-6 {
    min-height: 33vw
  }

  .fluid-col-md-6 .fluid-col {
    width: calc(50vw - 15px)
  }
}

@media (min-width:992px) {
  .fluid-col-lg-6 {
    min-height: 33vw
  }

  .fluid-col-lg-6 .fluid-col {
    width: calc(50vw - 15px)
  }
}

@media (min-width:1200px) {
  .fluid-col-xl-6 {
    min-height: 33vw
  }

  .fluid-col-xl-6 .fluid-col {
    width: calc(50vw - 15px)
  }
}

@media (max-width:1199px) {
  .fluid-col-xl-6 {
    min-height: 64.5vw !important
  }
}

@media (max-width:991px) {
  .fluid-col-lg-6 {
    min-height: 64.5vw !important
  }
}

@media (max-width:767px) {
  .fluid-col-md-6 {
    min-height: 64.5vw !important
  }
}

@media (max-width:575px) {
  .fluid-col-sm-6 {
    min-height: 64.5vw !important
  }
}

.alert .icons, .alert [class*=fa-] {
  margin-right: 8px;
  font-size: 1.1em
}

.alert ul {
  padding: 0;
  margin: 7px 0 0 40px
}

.alert ul li {
  font-size: .9em
}

.alert.alert-sm {
  padding: 5px 10px;
  font-size: .9em
}

.alert.alert-lg {
  padding: 20px;
  font-size: 1.2em
}

.alert.alert-default {
  background-color: #f2f2f2;
  border-color: #eaeaea;
  color: #737373
}

.alert.alert-default .alert-link {
  color: #4c4c4c
}

.alert.alert-dark {
  background-color: #383f45;
  border-color: #0a0c0d;
  color: #d3d8dc
}

.alert.alert-dark .alert-link {
  color: #fefefe
}

.go-to-demos {
  transition: padding .3s ease;
  background-color: #eee;
  border-radius: 0 6px 6px 0;
  color: #888 !important;
  display: block;
  font-size: 10px;
  height: 40px;
  left: 0;
  line-height: 40px;
  padding: 0 15px 0 10px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 190px;
  width: auto;
  z-index: 999
}

.go-to-demos [class*=fa-] {
  transition: left .3s ease;
  display: inline-block;
  padding-right: 5px;
  position: relative;
  left: 0
}

.go-to-demos:hover {
  text-decoration: none;
  padding-left: 25px
}

.go-to-demos:hover [class*=fa-] {
  left: -7px
}

@media (max-width:991px) {
  .go-to-demos {
    display: none
  }
}

@-webkit-keyframes pencilAnimation {
  from {
    width: 0
  }

  to {
    width: 74px
  }
}

@keyframes pencilAnimation {
  from {
    width: 0
  }

  to {
    width: 74px
  }
}

@-webkit-keyframes pencilAnimation2 {
  from {
    width: 0
  }

  to {
    width: 115px
  }
}

@keyframes pencilAnimation2 {
  from {
    width: 0
  }

  to {
    width: 115px
  }
}

body[data-plugin-page-transition] {
  transition: ease opacity .3s
}

body.page-transition-active {
  opacity: 0 !important
}

@-webkit-keyframes cd-bounce {
  0% {
    transform: translateX(-50%) scale(0)
  }

  60% {
    transform: translateX(-50%) scale(1.1)
  }

  100% {
    transform: translateX(-50%) scale(1)
  }
}

@keyframes cd-bounce {
  0% {
    transform: translateX(-50%) scale(0)
  }

  60% {
    transform: translateX(-50%) scale(1.1)
  }

  100% {
    transform: translateX(-50%) scale(1)
  }
}

.nav>li>a:focus, .nav>li>a:hover {
  background: 0 0
}

ul.nav-list li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative
}

ul.nav-list li a {
  transition: background .1s;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  padding: 8px 0 8px 22px;
  display: block;
  color: #666;
  font-size: .9em;
  text-decoration: none;
  line-height: 20px
}

ul.nav-list li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 8px;
  font-size: 7.2px;
  font-size: .45rem;
  opacity: .7;
  transform: translate3d(-1px, 0, 0);
  left: 12px
}

ul.nav-list li a:hover {
  text-decoration: none
}

ul.nav-list li a:hover i[class*=fa-chevron], ul.nav-list li a:hover:before {
  -webkit-animation-name: arrowLeftRight;
  animation-name: arrowLeftRight;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

ul.nav-list li a i[class*=fa-chevron] {
  position: relative;
  top: -1px;
  font-size: 8px;
  font-size: .5rem;
  opacity: .8
}

ul.nav-list li>a.active {
  font-weight: 700
}

ul.nav-list li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0
}

ul.nav-list li:last-child a {
  border-bottom: 0
}

ul.nav-list-simple li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative
}

ul.nav-list-simple li a {
  transition: background .1s;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding: 8px 0;
  display: block;
  color: #666;
  font-size: .9em;
  text-decoration: none;
  line-height: 20px;
  transition: ease padding .3s
}

ul.nav-list-simple li>a.active {
  font-weight: 700
}

ul.nav-list-simple li:hover a {
  padding-left: 4px
}

ul.nav-list-simple li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0
}

ul.nav-pills>li>a.active {
  color: #fff;
  background-color: #ccc
}

ul.nav-pills>li>a.active:focus, ul.nav-pills>li>a.active:hover {
  color: #fff;
  background-color: #ccc
}

.nav-pills-center {
  text-align: center
}

.nav-pills-center>li {
  display: inline-block;
  float: none
}

.nav-pills-sm>li>a {
  padding: 7px 12px
}

.nav-pills-xs>li>a {
  padding: 5px 10px;
  font-size: .9em
}

.nav-pills .nav-link.active {
  background-color: transparent
}

.nav-light>li>a {
  color: #fff
}

.nav-active-style-1 {
  min-height: 100px;
  align-items: center
}

.nav-active-style-1>li {
  align-self: stretch
}

.nav-active-style-1>li>a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 !important;
  margin: 0 15px;
  border-bottom: 2px solid transparent;
  transition: ease border-color .3s
}

.nav-active-style-1>li>a.active, .nav-active-style-1>li>a:focus, .nav-active-style-1>li>a:hover {
  border-bottom-color: #ccc
}

@media (max-width:575px) {
  .nav-active-style-1>li>a {
    min-height: 45px;
    justify-content: center
  }
}

html.ie .nav-active-style-1>li {
  min-height: 100px
}

.overlay {
  position: relative
}

.overlay:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #212529;
  opacity: 0;
  pointer-events: none;
  transition: ease opacity .3s .1s
}

.overlay:hover:before {
  opacity: .8
}

.overlay .container, .overlay .container-fluid {
  position: relative;
  z-index: 3
}

.overlay-light:before {
  background-color: #fff !important
}

.overlay-dark:before {
  background-color: #212529 !important
}

section.section {
  background: #f7f7f7;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0
}

section.section.section-height-1 {
  padding: 12.307px 0;
  padding: .7692307692rem 0
}

section.section.section-height-2 {
  padding: 36.923px 0;
  padding: 2.3076923077rem 0
}

section.section.section-height-3 {
  padding: 73.846px 0;
  padding: 4.6153846154rem 0
}

section.section.section-height-4 {
  padding: 110.769px 0;
  padding: 6.9230769231rem 0
}

section.section.section-height-5 {
  padding: 147.692px 0;
  padding: 9.2307692308rem 0
}

section.section.section-bg-strong-grey {
  background: #ededed
}

section.section.section-center {
  text-align: center
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
  color: #fff
}

section.section.section-text-light p {
  color: #e6e6e6
}

section.section.section-overlay {
  position: relative
}

section.section.section-overlay:before {
  content: "";
  display: block;
  background: rgba(33, 37, 41, .8);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

section.section.section-overlay-dot:before {
  background: url(../img/overlay-dot.png) repeat scroll 0 0 transparent
}

section.section.section-overlay-opacity {
  position: relative
}

section.section.section-overlay-opacity:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
  background: rgba(33, 37, 41, .1)
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
  background: rgba(33, 37, 41, .2)
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
  background: rgba(33, 37, 41, .3)
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
  background: rgba(33, 37, 41, .4)
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
  background: rgba(33, 37, 41, .5)
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
  background: rgba(33, 37, 41, .6)
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
  background: rgba(33, 37, 41, .7)
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
  background: rgba(33, 37, 41, .8)
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
  background: rgba(33, 37, 41, .9)
}

section.section.section-overlay-opacity-light:before {
  background: rgba(255, 255, 255, .5)
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
  background: rgba(255, 255, 255, .1)
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
  background: rgba(255, 255, 255, .2)
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
  background: rgba(255, 255, 255, .3)
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
  background: rgba(255, 255, 255, .4)
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
  background: rgba(255, 255, 255, .5)
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
  background: rgba(255, 255, 255, .6)
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
  background: rgba(255, 255, 255, .7)
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
  background: rgba(255, 255, 255, .8)
}

section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
  background: rgba(255, 255, 255, .9)
}

section.section.section-no-border {
  border: 0
}

section.section.section-with-divider {
  margin: 56px 0 35px
}

section.section.section-with-divider .divider {
  margin: -56px 0 44px
}

section.section.section-footer {
  margin-bottom: -50px
}

@media (max-width:991px) {
  .container-fluid>.row>.p-0 section.section {
    margin-bottom: 0;
    margin-top: 0
  }

  .container-fluid>.row>.p-0:first-child section.section {
    margin-bottom: 0;
    margin-top: 30px
  }

  .container-fluid>.row>.p-0:last-child section.section {
    margin-bottom: 30px;
    margin-top: 0
  }
}

.slider-container {
  background: #151719;
  height: 500px;
  overflow: hidden;
  width: 100%;
  direction: ltr
}

.slider-container .top-label {
  color: #fff;
  font-size: 24px;
  font-weight: 300
}

.slider-container .main-label {
  color: #fff;
  font-size: 62px;
  line-height: 62px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .15)
}

.slider-container .bottom-label {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300
}

.slider-container .btn.btn-lg.btn-slider-action {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding: 19.2px 28.8px;
  padding: 1.2rem 1.8rem
}

.slider-container .bottom-label-dark, .slider-container .main-label-dark, .slider-container .top-label-dark {
  color: #333
}

.slider-container .tp-caption-dark a {
  color: #333
}

.slider-container .tp-caption-dark a:hover {
  color: #333
}

.slider-container .tp-caption-overlay {
  background: #000;
  padding: 10px
}

.slider-container .tp-caption-overlay-opacity {
  background: rgba(0, 0, 0, .4);
  padding: 10px
}

.slider-container .tp-opacity-overlay {
  background: #000;
  opacity: .75
}

.slider-container .tp-opacity-overlay-light {
  background: #fff;
  opacity: .75
}

.slider-container.light {
  background-color: #eaeaea
}

.slider-container.light .bottom-label, .slider-container.light .main-label, .slider-container.light .top-label {
  color: #333
}

.slider-container.light .tp-caption a {
  color: #333
}

.slider-container.light .tp-caption a:hover {
  color: #333
}

.tp-caption[data-typewriter]:after {
  transform: translateX(-9px)
}

.slider-with-overlay {
  position: relative
}

.slider-with-overlay .slider-container {
  z-index: auto
}

.slider-contact-form {
  margin: 45px 0
}

.slider-contact-form label.error {
  display: none !important
}

.slider-contact-form .alert {
  padding: 6px;
  text-align: center
}

.slider-contact-form textarea {
  resize: none
}

@media (min-width:992px) {
  .slider-contact-form {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 100%
  }
}

@media (max-width:991px) {
  .isotope-hidden {
    display: none !important
  }
}

.toggle {
  margin: 10px 0 20px;
  position: relative;
  clear: both
}

.toggle .toggle {
  margin: 10px 0 0
}

.toggle>input {
  cursor: pointer;
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2
}

.toggle>.toggle-title, .toggle>label {
  transition: all .15s ease-out;
  background: #f7f7f7;
  border-left: 3px solid #ccc;
  border-radius: 5px;
  color: #ccc;
  display: block;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400
}

.toggle>.toggle-title:-moz-selection, .toggle>label:-moz-selection {
  background: 0 0
}

.toggle>.toggle-title:before, .toggle>label:before {
  content: " ";
  position: absolute;
  top: calc(50% + 1px);
  right: 14px;
  border-color: #ccc;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 8px;
  height: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .3s, top .3s;
  transform: rotate(-45deg) translate3d(0, -50%, 0);
  transform-origin: 35%
}

.toggle>.toggle-title:hover, .toggle>label:hover {
  background: #f5f5f5
}

.toggle>.toggle-title+p, .toggle>label+p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px
}

.toggle>.toggle-title i, .toggle>label i {
  font-size: .7em;
  margin-right: 8px;
  position: relative;
  top: -1px
}

.toggle>.toggle-content {
  display: none
}

.toggle>.toggle-content>p {
  margin-bottom: 0;
  padding: 10px 0
}

.toggle.active>.toggle-title, .toggle.active>label {
  background: #f7f7f7;
  border-color: #ccc
}

.toggle.active>.toggle-title:before, .toggle.active>label:before {
  top: calc(50% - 8px);
  transform: rotate(135deg)
}

.toggle.active>p {
  white-space: normal
}

.toggle.toggle-sm .toggle>.toggle-title, .toggle.toggle-sm .toggle>label {
  font-size: .9em;
  padding: 6px 20px 6px 10px
}

.toggle.toggle-sm .toggle>.toggle-content>p {
  font-size: .9em
}

.toggle.toggle-lg .toggle>.toggle-title, .toggle.toggle-lg .toggle>label {
  font-size: 1.1em;
  padding: 16px 20px 16px 20px
}

.toggle.toggle-lg .toggle>.toggle-content>p {
  font-size: 1.1em
}

.toggle.toggle-simple .toggle>.toggle-title, .toggle.toggle-simple .toggle>label {
  border-radius: 0;
  border: 0;
  background: 0 0;
  color: #777;
  padding-left: 32px;
  margin-bottom: -10px;
  font-size: 1em;
  font-weight: 600;
  color: #212529
}

.toggle.toggle-simple .toggle>.toggle-title:after, .toggle.toggle-simple .toggle>label:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #ccc;
  top: 25px;
  margin-top: -12px;
  border-radius: 3px;
  z-index: 1
}

.toggle.toggle-simple .toggle>.toggle-title:before, .toggle.toggle-simple .toggle>label:before {
  border: 0;
  left: 9px;
  right: auto;
  margin-top: 0;
  top: 12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f067";
  z-index: 2;
  color: #fff;
  font-size: 7px;
  width: auto;
  height: auto;
  transform: none
}

.toggle.toggle-simple .toggle.active>.toggle-title, .toggle.toggle-simple .toggle.active>label {
  background: 0 0;
  color: #212529
}

.toggle.toggle-simple .toggle.active>.toggle-title:before, .toggle.toggle-simple .toggle.active>label:before {
  content: "\f068"
}

.small, small {
  font-size: 70%
}

p {
  color: #777;
  line-height: 26px;
  margin: 0 0 20px
}

p.lead {
  line-height: 28.8px;
  line-height: 1.8rem
}

.lead {
  letter-spacing: -.05em;
  font-size: 19.2px;
  font-size: 1.2rem
}

.lead-2 {
  font-size: 17.92px;
  font-size: 1.12rem
}

a, a:focus, a:hover {
  color: #ccc
}

.default-font {
  font-family: "Open Sans", Arial, sans-serif
}

.text-color-default, .text-default {
  color: #777 !important
}

@-webkit-keyframes word-rotator-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0
  }

  35% {
    transform: rotateX(120deg);
    opacity: 0
  }

  65% {
    opacity: 0
  }

  100% {
    transform: rotateX(360deg);
    opacity: 1
  }
}

@keyframes word-rotator-rotate-1-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0
  }

  35% {
    transform: rotateX(120deg);
    opacity: 0
  }

  65% {
    opacity: 0
  }

  100% {
    transform: rotateX(360deg);
    opacity: 1
  }
}

@-webkit-keyframes word-rotator-rotate-1-out {
  0% {
    transform: rotateX(0);
    opacity: 1
  }

  35% {
    transform: rotateX(-40deg);
    opacity: 1
  }

  65% {
    opacity: 0
  }

  100% {
    transform: rotateX(180deg);
    opacity: 0
  }
}

@keyframes word-rotator-rotate-1-out {
  0% {
    transform: rotateX(0);
    opacity: 1
  }

  35% {
    transform: rotateX(-40deg);
    opacity: 1
  }

  65% {
    opacity: 0
  }

  100% {
    transform: rotateX(180deg);
    opacity: 0
  }
}

@-webkit-keyframes word-rotator-pulse {
  from, to {
    background-color: transparent
  }

  50% {
    background-color: #000
  }
}

@keyframes word-rotator-pulse {
  from, to {
    background-color: transparent
  }

  50% {
    background-color: #000
  }
}

@-webkit-keyframes word-rotator-pulse-light {
  from, to {
    background-color: transparent
  }

  50% {
    background-color: #fff
  }
}

@keyframes word-rotator-pulse-light {
  from, to {
    background-color: transparent
  }

  50% {
    background-color: #fff
  }
}

@-webkit-keyframes word-rotator-rotate-2-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg)
  }

  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg)
  }

  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0)
  }
}

@keyframes word-rotator-rotate-2-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg)
  }

  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg)
  }

  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0)
  }
}

@-webkit-keyframes word-rotator-rotate-2-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0)
  }

  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg)
  }

  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg)
  }
}

@keyframes word-rotator-rotate-2-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0)
  }

  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg)
  }

  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg)
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }

  60% {
    opacity: 1;
    transform: translateY(20%)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }

  60% {
    opacity: 1;
    transform: translateY(20%)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  60% {
    opacity: 0;
    transform: translateY(120%)
  }

  100% {
    opacity: 0;
    transform: translateY(100%)
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  60% {
    opacity: 0;
    transform: translateY(120%)
  }

  100% {
    opacity: 0;
    transform: translateY(100%)
  }
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateZ(100px)
  }

  100% {
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateZ(100px)
  }

  100% {
    opacity: 1;
    transform: translateZ(0)
  }
}

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    transform: translateZ(0)
  }

  100% {
    opacity: 0;
    transform: translateZ(-100px)
  }
}

@keyframes zoom-out {
  0% {
    opacity: 1;
    transform: translateZ(0)
  }

  100% {
    opacity: 0;
    transform: translateZ(-100px)
  }
}

@-webkit-keyframes word-rotator-rotate-3-in {
  0% {
    transform: rotateY(180deg)
  }

  100% {
    transform: rotateY(0)
  }
}

@keyframes word-rotator-rotate-3-in {
  0% {
    transform: rotateY(180deg)
  }

  100% {
    transform: rotateY(0)
  }
}

@-webkit-keyframes word-rotator-rotate-3-out {
  0% {
    transform: rotateY(0)
  }

  100% {
    transform: rotateY(-180deg)
  }
}

@keyframes word-rotator-rotate-3-out {
  0% {
    transform: rotateY(0)
  }

  100% {
    transform: rotateY(-180deg)
  }
}

@-webkit-keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0
  }

  60% {
    transform: scale(1.2);
    opacity: 1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0
  }

  60% {
    transform: scale(1.2);
    opacity: 1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1
  }

  60% {
    transform: scale(0);
    opacity: 0
  }
}

@keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1
  }

  60% {
    transform: scale(0);
    opacity: 0
  }
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-100%)
  }

  60% {
    opacity: 1;
    transform: translateX(10%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes push-in {
  0% {
    opacity: 0;
    transform: translateX(-100%)
  }

  60% {
    opacity: 1;
    transform: translateX(10%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  60% {
    opacity: 0;
    transform: translateX(110%)
  }

  100% {
    opacity: 0;
    transform: translateX(100%)
  }
}

@keyframes push-out {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  60% {
    opacity: 0;
    transform: translateX(110%)
  }

  100% {
    opacity: 0;
    transform: translateX(100%)
  }
}

section.section-custom-map {
  background: transparent url(../img/map.png) center 0 no-repeat;
  padding: 129px 0 0;
  margin: 20px 0 0;
  border: 0
}

section.section-custom-map section.section {
  border-top: 0;
  background: rgba(247, 247, 247, .5)
}

@-webkit-keyframes animatedLineBg {
  from {
    stroke-dasharray: 1000
  }

  to {
    stroke-dasharray: 1360
  }
}

@keyframes animatedLineBg {
  from {
    stroke-dasharray: 1000
  }

  to {
    stroke-dasharray: 1360
  }
}

@-webkit-keyframes animatedLineSmallCircle {
  from {
    stroke-dasharray: 1000
  }

  to {
    stroke-dasharray: 1120
  }
}

@keyframes animatedLineSmallCircle {
  from {
    stroke-dasharray: 1000
  }

  to {
    stroke-dasharray: 1120
  }
}

@-webkit-keyframes animatedLineBigCircle {
  from {
    stroke-dasharray: 1000
  }

  to {
    stroke-dasharray: 1266
  }
}

@keyframes animatedLineBigCircle {
  from {
    stroke-dasharray: 1000
  }

  to {
    stroke-dasharray: 1266
  }
}

@-webkit-keyframes animatedInitialPin {
  0% {
    transform: translate(2px, 69px) scale(.23)
  }

  33% {
    transform: translate(2px, 79px) scale(.23)
  }

  66% {
    transform: translate(2px, 74px) scale(.23)
  }

  100% {
    transform: translate(2px, 79px) scale(.23)
  }
}

@keyframes animatedInitialPin {
  0% {
    transform: translate(2px, 69px) scale(.23)
  }

  33% {
    transform: translate(2px, 79px) scale(.23)
  }

  66% {
    transform: translate(2px, 74px) scale(.23)
  }

  100% {
    transform: translate(2px, 79px) scale(.23)
  }
}

@-webkit-keyframes animatedFinalPin {
  0% {
    transform: translate(325px, -19px) scale(.23) rotate(36deg)
  }

  33% {
    transform: translate(325px, -13px) scale(.23) rotate(36deg)
  }

  66% {
    transform: translate(325px, -16px) scale(.23) rotate(36deg)
  }

  100% {
    transform: translate(325px, -13px) scale(.23) rotate(36deg)
  }
}

@keyframes animatedFinalPin {
  0% {
    transform: translate(325px, -19px) scale(.23) rotate(36deg)
  }

  33% {
    transform: translate(325px, -13px) scale(.23) rotate(36deg)
  }

  66% {
    transform: translate(325px, -16px) scale(.23) rotate(36deg)
  }

  100% {
    transform: translate(325px, -13px) scale(.23) rotate(36deg)
  }
}

@-webkit-keyframes animatedFinalPinFirefox {
  0% {
    transform: translate(193px, -16px) scale(.23) rotate(36deg)
  }

  33% {
    transform: translate(193px, -10px) scale(.23) rotate(36deg)
  }

  66% {
    transform: translate(193px, -13px) scale(.23) rotate(36deg)
  }

  100% {
    transform: translate(193px, -10px) scale(.23) rotate(36deg)
  }
}

@keyframes animatedFinalPinFirefox {
  0% {
    transform: translate(193px, -16px) scale(.23) rotate(36deg)
  }

  33% {
    transform: translate(193px, -10px) scale(.23) rotate(36deg)
  }

  66% {
    transform: translate(193px, -13px) scale(.23) rotate(36deg)
  }

  100% {
    transform: translate(193px, -10px) scale(.23) rotate(36deg)
  }
}

.http-error {
  padding: 50px 0
}

.http-error h2 {
  font-size: 140px;
  font-weight: 700;
  line-height: 140px
}

.http-error h4 {
  color: #777
}

.http-error p {
  font-size: 1.4em;
  line-height: 36px
}

@media (max-width:575px) {
  .http-error {
    padding: 0
  }

  .http-error h2 {
    font-size: 100px;
    letter-spacing: 0;
    line-height: 100px
  }
}
