@charset "UTF-8";
/* config variables */
/* roboto font */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
/* source sans pro */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
/* lato */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/* merriweather */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);
/* libre franklin */
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,700);
/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
/* fade in up */
@-webkit-keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes customFadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.customFadeInUp {
  -webkit-animation-name: customFadeInUp;
  animation-name: customFadeInUp;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes customFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes customFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes customFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes customFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.customFadeInDown {
  -webkit-animation-name: customFadeInDown;
  animation-name: customFadeInDown;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes featureFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes featureFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes featureFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes featureFadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.featureFadeInDown {
  -webkit-animation-name: featureFadeInDown;
  animation-name: featureFadeInDown;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.89, 0.89, 0.89);
    -o-transform: scale3d(0.89, 0.89, 0.89);
    -ms-transform: scale3d(0.89, 0.89, 0.89);
    -webkit-transform: scale3d(0.89, 0.89, 0.89);
    transform: scale3d(0.89, 0.89, 0.89);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInScale {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.89, 0.89, 0.89);
    -o-transform: scale3d(0.89, 0.89, 0.89);
    -ms-transform: scale3d(0.89, 0.89, 0.89);
    -webkit-transform: scale3d(0.89, 0.89, 0.89);
    transform: scale3d(0.89, 0.89, 0.89);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInScale {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.89, 0.89, 0.89);
    -o-transform: scale3d(0.89, 0.89, 0.89);
    -ms-transform: scale3d(0.89, 0.89, 0.89);
    -webkit-transform: scale3d(0.89, 0.89, 0.89);
    transform: scale3d(0.89, 0.89, 0.89);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.89, 0.89, 0.89);
    -o-transform: scale3d(0.89, 0.89, 0.89);
    -ms-transform: scale3d(0.89, 0.89, 0.89);
    -webkit-transform: scale3d(0.89, 0.89, 0.89);
    transform: scale3d(0.89, 0.89, 0.89);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInScale {
  -webkit-animation-name: fadeInScale;
  animation-name: fadeInScale;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInScaleDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInScaleDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInScaleDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInScaleDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInScaleDown {
  -webkit-animation-name: fadeInScaleDown;
  animation-name: fadeInScaleDown;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

/* bootstrap overrides */
body {
  font-size: .9rem;
}

a {
  outline: none;
}
a:focus, a.active {
  outline: none;
}

@media (min-width: 1200px) {
  .container:not(.no-override) {
    max-width: 1070px;
  }
}
@media (min-width: 992px) {
  .container {
    position: relative;
  }
}

a {
    color: #bf7041;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
  color: #a94a01;
  text-decoration: none;
}

.page-item.active .page-link {
  background-color: #4e7396;
}

.page-link {
  color: #5F8AB0;
  padding: 0.5rem 0.9rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (max-width: 991px) {
  .table-responsive th,
  .table-responsive td {
    white-space: nowrap;
  }
}




/* components */
.alert-heading {
  margin-bottom: .7rem;
}

.alert-inverse {
  background-color: #353434;
  border-color: #484545;
  color: #fff;
}

.alert-inverse hr {
  border-top-color: #585858;
}

.alert-inverse .alert-link {
  color: #fff;
}

[data-animate] {
  opacity: 0;
}
[data-animate].animated, [data-animate].animated-end {
  opacity: 1;
}

.badge {
  font-size: 80%;
}
.badge.badge-outline {
  border: 1px solid;
  background: #fff;
}
.badge.badge-outline.badge-primary {
  border-color: #0275d8;
  color: #0275d8;
}
.badge.badge-outline.badge-secondary {
  border-color: #868e96;
  color: #6a7177;
}
.badge.badge-outline.badge-success {
  border-color: #5cb85c;
  color: #5cb85c;
}
.badge.badge-outline.badge-info {
  border-color: #5bc0de;
  color: #5bc0de;
}
.badge.badge-outline.badge-warning {
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.badge.badge-outline.badge-danger {
  border-color: #d9534f;
  color: #d9534f;
}
.badge.badge-outline.badge-light {
  border-color: #a9a9a9;
  color: #8a8a8a;
}
.badge.badge-outline.badge-dark {
  border-color: #222;
  color: #222;
}

.btn-outline-secondary {
  color: #9c9c9c;
}

.btn-pill {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 27px;
  border-radius: 55px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-align: center;
}
.btn-pill:hover, .btn-pill:focus {
  text-decoration: none;
  color: #fff;
}
.btn-pill:active {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
}
.btn-pill.btn-pill-lg {
  font-size: 16px;
  padding: 12px 40px;
}
.btn-pill.btn-pill-sm {
  font-size: 13px;
  padding: 6px 21px;
}
.btn-pill.btn-pill-secondary {
  background: #fff;
  border: 1px solid #bbbbbb;
  color: #555;
  text-shadow: none;
}
.btn-pill.btn-pill-secondary:hover {
  color: #555;
}
.btn-pill.btn-pill-primary {
  background: #57B8F8;
  border: 1px solid #57B8F8;
}
.btn-pill.btn-pill-success {
  background: #7ab55c;
  border: 1px solid #7ab55c;
}
.btn-pill.btn-pill-dark {
  background: #2C394D;
  border: 1px solid #2C394D;
}
.btn-pill.btn-pill-info {
  background: #5bc0de;
  border: 1px solid #5bc0de;
}
.btn-pill.btn-pill-warning {
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.btn-pill.btn-pill-danger {
  background: #d9534f;
  border: 1px solid #d9534f;
}

.btn-shadow {
  border: 0;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 12px 23px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-shadow:hover, .btn-shadow:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(23, 43, 99, 0.3) 0 8px 35px;
}
.btn-shadow:active {
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px, inset 0 2px 3px rgba(0, 0, 0, 0.3);
}
.btn-shadow.btn-shadow-sm {
  font-size: 11px;
  padding: 7px 14px;
}
.btn-shadow.btn-shadow-lg {
  font-size: 14px;
  padding: 16px 31px;
}
.btn-shadow.btn-shadow-secondary {
  background: #fff;
  color: #444;
  text-shadow: none;
}
.btn-shadow.btn-shadow-primary {
  background: linear-gradient(#2083fe, #1d7bf0);
}
.btn-shadow.btn-shadow-dark {
  background: #2C394D;
}
.btn-shadow.btn-shadow-info {
  background: #42B1E2;
}
.btn-shadow.btn-shadow-warning {
  background: #E2B477;
}
.btn-shadow.btn-shadow-success {
  background: #0ad6bc;
}
.btn-shadow.btn-shadow-danger {
  background: #bd4242;
}

.btn-group .btn-primary {
  border-color: #075698;
}
.btn-group .btn-success {
  border-color: #4d9a4d;
}
.btn-group .btn-info {
  border-color: #54a3bb;
}
.btn-group .btn-warning {
  border-color: #ce9648;
}
.btn-group .btn-danger {
  border-color: #af4744;
}

.dropdown-menu {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.dropdown-menu.dropdown-menu-dark {
  background: #323232   !important;
  border-color: #323232  !important;
}
.dropdown-menu.dropdown-menu-dark .dropdown-item {
  color: #dadada !important;
}
.dropdown-menu.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu.dropdown-menu-dark .dropdown-item:active, .dropdown-menu.dropdown-menu-dark .dropdown-item:focus {
  color: #fff !important;
  background: #31353e !important;
}
.dropdown-menu.dropdown-menu-dark .dropdown-divider {
  border-top: 1px solid #191e23;
}

@media (min-width: 992px) {
  .show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.navbar .dropdown-toggle::after {
  display: none;
}

.dropdown-submenu .dropdown-toggle i {
  font-size: 10px;
  position: absolute;
  right: 14px;
  top: 8px;
  color: #a3a7bd;
}
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    border-color: #e8e8e8;
  }
  .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .dropdown-submenu .dropdown-menu {
    left: 98%;
    top: -2px;
    border-radius: 0.25rem !important;
  }
}

.dropdown-extend {
  position: initial;
}

.dropdown-extend-menu {
  width: 100%;
}
@media (min-width: 768px) {
  .dropdown-extend-menu {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .dropdown-extend-menu .dropdown-item {
    margin: 5px 0;
  }
}
.dropdown-extend-menu .dropdown-item i {
  margin-right: 3px;
  font-size: 14px;
  color: #6b7386;
}
@media (max-width: 767px) {
  .dropdown-extend-menu .dropdown-item i {
    display: none;
  }
}

.iconav {
  background-color: #fff;
  border: 1px solid #eee;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .iconav {
    width: 70px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.iconav .iconav-nav {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.iconav .iconav-brand {
  display: block;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 32px;
  line-height: 1;
  color: #8691b5;
  text-align: center;
  border-bottom: 0;
  background-color: #f3f4f7;
}
.iconav .nav-item + .nav-item .nav-link {
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  .iconav .nav-slider {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.iconav .nav-link {
  position: relative;
  text-align: center;
  font-size: 23px;
  color: #7d8292;
}
.iconav .nav-link.active {
  background-color: #f4f4f7;
  color: #53565f;
}
.iconav .nav-link-label {
  font-size: 13px;
  display: block;
  text-align: center;
}
.iconav.iconav-inverse {
  background-color: #30343e;
  border: none;
}
.iconav.iconav-inverse .iconav-brand {
  background-color: #0f1013;
  color: #6f7890;
}
.iconav.iconav-inverse .nav-item + .nav-item .nav-link {
  border-top: 1px solid #212225;
}
.iconav.iconav-inverse .nav-link {
  color: #fff;
}
.iconav.iconav-inverse .nav-link.active {
  background-color: #20232b;
  color: #889cd0;
}

.nav-bordered.nav-vertical .nav-link.active:after {
  height: 80%;
  width: 3px;
  bottom: inherit;
  top: 2px;
  left: -5px;
  margin: auto 0;
}
.nav-bordered.nav-vertical .nav-header {
  text-transform: uppercase;
  padding: 0.5em 1em;
  color: #676767;
  letter-spacing: .5px;
  font-size: 90%;
}
.nav-bordered.nav-vertical li + .nav-header {
  margin-top: 20px;
}
.nav-bordered .nav-link.active {
  color: #333;
  position: relative;
}
.nav-bordered .nav-link.active:after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #6f6f6f;
  width: 75%;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.spacial-select {
  background: #f9f9f9 url("../images/ecommerce/select.png") no-repeat right center;
  border: 1px solid #ccc;
  padding: 7px 9px;
  outline: none;
  border-radius: 2px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #555;
  margin: 0;
  width: 180px;
  max-width: 100%;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.statcard.statcard-primary {
  background: #1997c6;
  border-radius: 5px;
}
.statcard.statcard-primary .statcard-number {
  color: #fff;
}
.statcard.statcard-primary .statcard-desc {
  color: rgba(255, 255, 255, 0.8);
}
.statcard.statcard-primary .stat-indicator {
  color: #fff;
}
.statcard.statcard-success {
  border-radius: 5px;
  background: #16bf86;
}
.statcard.statcard-success .statcard-number {
  color: #fff;
}
.statcard.statcard-success .statcard-desc {
  color: rgba(255, 255, 255, 0.8);
}
.statcard.statcard-success .stat-indicator {
  color: #fff;
}
.statcard.statcard-dark {
  border-radius: 5px;
  background: #333;
}
.statcard.statcard-dark .statcard-number {
  color: #fff;
}
.statcard.statcard-dark .statcard-desc {
  color: rgba(255, 255, 255, 0.8);
}
.statcard.statcard-dark .stat-indicator {
  color: #fff;
}
.statcard.statcard-danger {
  border-radius: 5px;
  background: #E64759;
}
.statcard.statcard-danger .statcard-number {
  color: #fff;
}
.statcard.statcard-danger .statcard-desc {
  color: rgba(255, 255, 255, 0.8);
}
.statcard.statcard-danger .stat-indicator {
  color: #fff;
}
.statcard.statcard-warning {
  border-radius: 5px;
  background: #E4D836;
}
.statcard.statcard-warning .statcard-number {
  color: #fff;
}
.statcard.statcard-warning .statcard-desc {
  color: rgba(255, 255, 255, 0.85);
}
.statcard.statcard-warning .stat-indicator {
  color: #fff;
}

.statcard-number .stat-indicator {
  font-size: 13px;
  position: relative;
  top: -7px;
  left: 4px;
}
.statcard-number .stat-indicator:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.statcard-number .indicator-positive {
  color: #09a209;
}
.statcard-number .indicator-positive:after {
  border-top: 0;
  border-bottom: 5px solid;
}
.statcard-number .indicator-negative {
  color: #d80808;
}
.statcard-number .indicator-negative:after {
  border-bottom: 0;
  border-top: 5px solid;
}

.statcard-desc {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: .7px;
  font-weight: 500;
  color: #6b7c98;
}

.pv-container.pv-vertical .pv-overlay i.pvicon-overlay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Nzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4ODg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTg1ODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTg2ODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FSJ+/AAAC+1JREFUeNrkXQlQVOcdf7uALPch14iSqkBATYgQoihiPKitaKpTOx5NptbpYWzs2I5jp9NONWltO46pmtHMtBONOpFRSrFBSpuogXgkXqBiQMSyILiICnIuLOyy9PeH79GPl13Ot8tj95v5zzv28R2/97+/73uouru7hdEUlUo1rOfRXggO3wCFgfxBGvaTCdQMegKqIkLdZsGGZbRj7xm/vQBEO8/hkAAKGmLVBlAR6A7a6HJaAFE/cdhC0HMjbKIJlId2njgdgKjbD4c0kPco+0minI+2/qs0ANU21C++OLwmA3hiPxejzmmCworaRuC54rAM5CFz1QRikMMDiJIICrBRfwlEtcMCyPTeLBv2mVyfGY7MgXFkW2zc7zi8KJXDAYhBueAw3Q799gJNdkQOnAhys1PfI5QAoKvM9VkzHFNAG0HhIPLljoLqBnipZMFfAjWAPgY9svBcqCNyoJeVNrYwkSO9FQVR3242mwOtPPtD0CoWL8/Gs7/EsxorxsThAJxg4V4gIz56CTAajTv0en2QBfBekTzre+vWrTn19fVuNpYeRQBoqT7KsHRIb7q7uwe4urpuZyBaBK+vguZm47Vr1xTBcXYL5bjSCTpl6QcRRIjoZmvgNTQ0lFdUVOhaWlrcnBVAKpdbW1v/bg1EtVodZzEN09T0IDc3N4uC/pCQEIMzAyh4e3ufe/bsWe5Qn29sbKzIycnJ6OjoMAYEBHQkJSU1OjWAPdYkMPDjoYCIZ+5nZ2f3gbd8+fIn4FSz0wM4FBAJPHBelslk6lI6eGMCoAgijMNn4x28MQOQ2gVApV1dXc3iDVjiLp1OVwar7DJewOvxU+VM6aOuecLgqSyyuGtZ3Py1AlDbcMh2cXHJpyoHaftvo0x+KC4WHqxQij9toAcAnCcO6xCpRLq5uR0WeudDFFvsCeCrPHh1dXUlKDcePHjwCOLbPXny5JCYmJi4SZMmxYOzVADvZUQgJrg/R+Endjs7gJSlWSNKDmLb7MLCwmK6AFBmcpJxbASg5dXV1XcSExPXgxPdfX195+Je0YwZMwqcHcBUgeUJy8vLPxfBi46Obp4zZ04jwOvmjEk9imtwcPDrdB0WFrbo5s2bZbNnz25xZiucIBqIy5cvX+2xJHFxDcnJyQ08eD0dgrgCvIt4VtfDugEBkWVlZUHQiSpnBdBHYLk76D0t+XhBQUGGhISE5kGMyU1maVWhoaFhpaWlXs4KYN/ccFtbW088C50miiNZ3OmMPCV/Vy+eaDQa99raWo2z6kCTeAJxdadjeHg4rVrYCHpR+P8MHrkrt0GZQm+635vTi4JS01n2AJDmNSih6o4Q7rlp06aFe3h4kCOtsSANlMJ/Hsf3ILlR4g+PHz9+SiA6qwiTkSjtkVdPz5AFCxasswAeH114Qk++hdMX6Fqv19cibm6FGHc5K4BUPuOMgzsXthmqqqquwPe7SuecqHuLoq3Vam+wBESnM/uBpRDN2+CuOC4ONZ89e/Z4TU1Nz/RmRETEV0uWLNmk4oJr6D1dQUHBHTqPiorSOwMHmgYQzQ8BmlG8bm1trSHwKBJJSUl5unDhwuvQcw857uw4d+5cJoV5MDp6+IZGZ+DAgeYt2gGiSYxIiAOZS9MUGRnZJj7T9yZMJgN0nx4GxzR//vwGC/W1OSIHDjvcAmcNqNsQ7rV4e3tbMiDPHBHAetk7aD0T88jhAISIUnhmr9kzraO6MSV26PdDvKwmRwWQnOZWG/dbMflB2QFklvayHHWFhoYGgGJxGsslG+6ijccO7UhjgA/gptwRw7GRFHd3d7+0tLQ3uVs9e0WE3gkpp4hErgi9qaxIGaVlMfzDC2z2jxzrRJa1qQQV48V1OwyANBiUPOYcvyBbh11dYw0GwzWNRhMu9M8h3qPFmGg3154A2jSZQCCCvsTpJyMxLEajsaW0tDSjsrIyU4xcqAC8KOHrCVhKg/2rvb39Rw6XjSGdiEPGQLGypbJv3743Y2Nj90ydOvXPAPLoEHXnoTNnzsTbDUGanR8NWahPA3oFtBQ0k99VhPPGblYaGxtvr1u37rXz58/H4zIGNB30pfh7Z2cnZWloMooWm3uDG1O7JaWmpia3oKBgf1tbWzl/v7y8/ERxcfESnL4OWgMKt8XYe8YvF4A49wcdArVJxqkD/YL2kPAANjQ0FDCAfLg68sXfoedq2O/h7LdXJeD9h/2esGLFiiU049c9cMkATZQbQLVMXDwVh1tC72p86QbDSaC/YICfjtBoWUxjgctusNO6nJycPMo3DlLP99CHq83NzRMVpQPRcVqZf0YYZEO1i4vLYsHyNogRFbgzpE9JBKrJR0T9HYP9DZ6ZDiNzRJBxM5AcHPhj0EwOUGN1dfXpwsLC/XV1dZdsrMLNgpXFRwBKe+nSpT/cu3fvCPrUZ7xCQkJWrF27lkRfpRQA3+AZ8uTJk9siIiJ2JyQkfBQcHLzt7t27HwyjriLxRK/XV4wG2M2bN7+1YMGCf8bExLx///79D/kxr1mzhhzwQKUA2DfPAct6Y8OGDVc50bqZkZGxFRZ0qGD8tqOjY29FRcWprVu3vsNxGZUuieqwOs+JOp4eP378CdOfX0VHR/fbIRAUFBQoF4ByRCIaTmzEhGqt0Pv5EmHXrl2GnTt3bsfpP4aYT9wBimYhGgEgpq2K2bkfwOuC+1NszdiYzWZRHz4VeuekjZJohsbtrhQAdaKrgTf7cnh4uJtOp2uQAJOFQX2B47yh2CVQGbPmBpED8bfPANwcrVa7EVa3ZPfu3ZUSx5wc9aXMQv9bwrX9pg0QyVAU46IIRxp0hHe2Lly48Dbv23HtJPHP1dfXfyH1A4dYyJLTkpDZUjFEyBd/4MCBN0T/UGCLmtDcS3zb169ff5ccdEU40qAEvnOICrR4wxa/rgE/7IRkECMBsI+xraURhd5PAkzhXp4lAOMV4UhDtCii6Ft54OHhMRWW+DuWdIxarf5BSUnJpvT09C2JiYnplozDcITHyn1KtpYwI2axuLm5TZDLjZEllMNxGf+G4e1TMjViAM6Zxqy3XXadSzkQcfJfifsVE8qhfMoy0D3Fx8dnVmZm5korRopQpxk1Cr2qhHFeZAGQ5f3+yN9bunTpTwSFbMsfL/lAynaUihd+fn4vwpldLihkZ3m/MMVs7lYcgPStP9Db/L2VK1fSRuoQBWDWz+czGAx6JXKgyIVl4oW/v3/84cOHvymb0zry4jMeRFjkwj/x91atWvVTBehCD0mmRrEcSOUjcGHfupXAwMC5J06c+LYwdjtDBalPqtfr20fhf9oWQFqZAPo9fy8tLe3nY8yF/hIA9YJMmxhtxRX9uJAs8unTp787hrowVBIz1ysaQMaFv+HvpaamboU4TxojAPvNyiEWfioMc4rVpqGclXpV8Ldu8SFUfn7+7wT7fZyM70ue2Ieurq52T09PykhPV9S0ppWOf4sHsLOz83FycnK0ncHz5adaaT6aZYEiFA8g8/rzJIH8+8IAG21sAOAuvv2SkpLDDMDgcQEgy4SYORFq27ZtW5KdwKMVDwaxbfqwxZYtW1YyAL3GBYAskfqBhVUFPjYGj1ZCXOHb1Wq1pxh4s+TQ/3YDEM+F4u238IPJysraJNjwW6to4td8e0ajsX7ZsmWLGIAh4wpA1tkdktR/ZUpKyhQbgZdMk+l8e7m5ub9i4M0UX9x4A9ANolxswaBMkBm8INBDawuRBG4f8rgCkHV4Lm9QINamY8eOrZBZ733Cg9fe3q6bN29eCgNvipw+sN0BpGIymQ7xA0RYen/9+vWhMgG4h6+bJtj37t37fQbeDGnkJQeAqjH4hyy+GFiJWq3uC69qa2uzfXx83vPy8hpNhoQmqfbzNy5evPgO9Gw2i3spW94uBVCxodwgbS7iRdkWpaqqKovTe4G2GLucs3LD5do8WkRkq/qbmppuJyUl7WGXtEbHdjs7x4IDRYUPBX9Bbs4zGAyPVq9enco47/mBfM1xqQMlA/AsKir6WWdnZ5gczABnuePgwYOfp6en0wL1Tqb3jAMBOGppGksAuZwkfXjHV0bBoiVt5VKjYQsA/yfAACfHV19pyjS0AAAAAElFTkSuQmCC);
}

/* icons */
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

@-webkit-keyframes slideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-10%);
  }
}
@keyframes slideOutLeft {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@-webkit-keyframes slideFromRightFast {
  0%,50% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slideFromRightFast {
  0%,50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(10%);
  }
}
@keyframes slideOutRight {
  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@-webkit-keyframes slideFromLeftFast {
  0%,50% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slideFromLeftFast {
  0%,50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.slider-component {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 680px;
  background: #333;
}
@media (max-width: 991px) {
  .slider-component {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .slider-component {
    height: 500px;
  }
}
.slider-component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.slider-component li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 995;
  overflow: hidden;
}
.slider-component li .pic {
  display: block;
  min-width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  background-position: center center;
}
.slider-component .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 996;
}
.slider-component nav {
  position: absolute;
  top: 47%;
  width: 100%;
  z-index: 1002;
}
.slider-component nav a {
  color: #fff;
  position: absolute;
  font-size: 22px;
  outline: none;
  width: 50px;
  display: block;
  height: 50px;
}
.slider-component nav a.prev {
  left: 70px;
}
@media (max-width: 991px) {
  .slider-component nav a.prev {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .slider-component nav a.prev {
    left: 20px;
  }
}
.slider-component nav a.next {
  right: 70px;
}
@media (max-width: 991px) {
  .slider-component nav a.next {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .slider-component nav a.next {
    right: 20px;
  }
}
.slider-component nav a.next .icon-wrap {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-component nav a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.slider-component nav a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slider-component nav a:hover .icon-wrap:before, .slider-component nav a:hover .icon-wrap:after {
  background: #cc6055;
}
.slider-component nav a:hover .icon-wrap:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.slider-component nav a:hover .icon-wrap:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.slider-component nav a .icon-wrap {
  position: relative;
  display: block;
  margin: 10% 0 0 10%;
  width: 80%;
  height: 80%;
}
.slider-component nav a .icon-wrap:before {
  position: absolute;
  left: 25%;
  width: 3px;
  height: 50%;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.slider-component nav a .icon-wrap:after {
  position: absolute;
  left: 25%;
  width: 3px;
  height: 50%;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.footer-big-menu {
  margin-top: 120px;
  padding: 80px 0 130px;
  background: #2B4255;
  position: relative;
}
.footer-big-menu .cta .cta-title {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 40px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .footer-big-menu .cta .cta-title {
    font-size: 1.3rem;
  }
}
.footer-big-menu .cta a {
  font-size: 12px;
}
.footer-big-menu .cta .btn-outline {
  text-transform: uppercase;
  border: 2px solid #91bbe0;
  font-weight: 600;
  padding: 12px 23px;
  color: #b5dcff;
  border-radius: 0.25rem;
  letter-spacing: 0.5px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-big-menu .cta .btn-outline:hover {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 575px) {
  .footer-big-menu .cta .btn-outline {
    margin-top: 20px;
  }
}
.footer-big-menu .menu {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .footer-big-menu .menu {
    margin-top: 60px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer-big-menu .menu .col-md-3 {
    margin-bottom: 30px;
  }
}
.footer-big-menu .menu .menu-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-big-menu .menu .menu-link {
  color: #97b0c5;
  display: block;
  margin-bottom: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-big-menu .menu .menu-link:hover {
  color: #fff;
}
.footer-big-menu .menu .social-link {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  border-radius: 30px;
  color: #dfebf5;
  border: 2px solid #c6d8e8;
  margin-right: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-big-menu .menu .social-link:last-child {
  margin-right: 0;
}
.footer-big-menu .menu .social-link:hover {
  color: #fff;
  border-color: #fff;
}
.footer-big-menu .menu .social-link i {
  position: absolute;
  font-size: 16px;
  left: 8px;
  top: 2px;
}
.footer-big-menu .menu .social-link i.ion-social-facebook {
  left: 11px;
}
.footer-big-menu .menu .social-link i.ion-social-whatsapp {
  left: 7px;
}
.footer-big-menu .bottom {
  color: #68849a;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
}
.footer-big-menu .bottom a {
  color: #68849a;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-big-menu .bottom a:hover {
  color: #fff;
}

.footer-signup {
  margin-top: 100px;
  background: #334054;
  color: #fff;
  padding: 55px 0 110px;
  text-align: center;
}
.footer-signup h3 {
  font-weight: 400;
  font-size: 27px;
}
@media (max-width: 767px) {
  .footer-signup h3 {
    font-size: 25px;
  }
}
.footer-signup p {
  font-size: 19px;
  color: #9AADC7;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .footer-signup p {
    font-size: 16px;
  }
}
.footer-signup form {
  width: 470px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 50px;
  border: 1px solid #334054;
  border-radius: 4px;
  background: #4B596E;
}
@media (max-width: 767px) {
  .footer-signup form {
    width: auto;
    padding: 25px;
  }
}
.footer-signup form input[type="email"],
.footer-signup form input[type="password"] {
  height: 46px;
  font-size: 15px;
}
.footer-signup form input[type="email"]::-webkit-input-placeholder,
.footer-signup form input[type="password"]::-webkit-input-placeholder {
  color: #999;
}
.footer-signup form input[type="email"]:-moz-placeholder,
.footer-signup form input[type="password"]:-moz-placeholder {
  color: #999;
}
.footer-signup form input[type="email"]::-moz-placeholder,
.footer-signup form input[type="password"]::-moz-placeholder {
  color: #999;
}
.footer-signup form input[type="email"]:-ms-input-placeholder,
.footer-signup form input[type="password"]:-ms-input-placeholder {
  color: #999;
}
.footer-signup form [type="submit"] {
  margin-top: 20px;
  display: block;
  width: 100%;
  padding: 14px 12px;
  font-weight: 500;
  border: 0;
  font-size: 16px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.08);
  background-color: #4AB2DF;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-signup form [type="submit"]:active {
  outline: none;
}

.footer-light {
  padding: 40px 0;
  text-align: center;
  background: #212A38;
  font-size: 16px;
}
.footer-light span {
  color: #AEBDD3;
  margin: 0 55px;
}
.footer-light a {
  color: #AEBDD3;
  text-decoration: none;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .footer-light a {
    display: block;
    margin-top: 20px;
  }
}

/* layout */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* navbar light */
.navbar-light {
  background-color: #fff;
  box-shadow: 0 1px 1px #ddd;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .navbar-light {
    padding: 0 1rem;
  }
}
.navbar-light .navbar-brand {
  font-size: 21px;
  letter-spacing: .5px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (min-width: 992px) {
  .navbar-light .dropdown-menu {
    border-color: #fbfbfb;
    box-shadow: 0 13px 20px rgba(0, 0, 0, 0.07);
    margin-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .navbar-light .dropdown-menu .dropdown-item {
    color: #555;
    padding: 4px 1.5rem;
    padding-right: 30px;
  }
  .navbar-light .dropdown-menu .dropdown-item:active {
    background-color: #f7f7f9;
  }
}
.navbar-light .nav-item .nav-link {
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
@media (min-width: 992px) {
  .navbar-light .nav-item .nav-link {
    padding: 32px 10px;
    margin: 0 8px;
  }
}
.navbar-light .nav-item .nav-link:hover, .navbar-light .nav-item .nav-link:focus {
  color: #222;
  background: none;
}
@media (min-width: 1200px) {
  .navbar-light .nav-item .nav-link--rounded {
    text-transform: capitalize;
    border: 1px solid #aaa;
    color: #555;
    border-radius: 25px;
    margin-left: 20px;
    margin-top: 22px;
    padding: 8px 20px 9px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .navbar-light .nav-item .nav-link--rounded:hover {
    color: #333;
    border-color: #444;
  }
  .navbar-light .nav-item .nav-link--rounded:active {
    -moz-transform: scale(0.93);
    -o-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
}
.navbar-light .nav-item .nav-link i {
  margin-left: 4px;
  font-size: 10px;
}

/* navbar dark */
.navbar-dark {
	background-color: #323232 !important;
	/* box-shadow: 0 1px 2px rgba(0,0,0,.5); */
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
@media (min-width: 992px) {
  .navbar-dark {
    padding: 0 1rem;
  }
}
.navbar-dark .navbar-brand {
  font-size: 21px;
  letter-spacing: .5px;
  color: #fff;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (min-width: 992px) {
  .navbar-dark .dropdown-menu {
    border-color: #fbfbfb;
    box-shadow: 0 13px 20px rgba(0, 0, 0, 0.07);
    margin-top: -1px;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .navbar-dark .dropdown-menu .dropdown-item {
    color: #555;
    padding: 4px 1.5rem;
    padding-right: 30px;
  }
  .navbar-dark .dropdown-menu .dropdown-item:active {
    background-color: #f7f7f9;
  }
}
.navbar-dark .nav-item .nav-link {
  color: #e88b43;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -ms-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
@media (min-width: 992px) {
  .navbar-dark .nav-item .nav-link {
    margin: 0 9px;
    padding: 32px 10px;
  }
}
.navbar-dark .nav-item .nav-link:hover, .navbar-dark .nav-item .nav-link:focus {
  color: #fff;
  background: none;
}
@media (min-width: 1200px) {
  .navbar-dark .nav-item .nav-link--rounded {
    text-transform: capitalize;
    border: 1px solid #868DA0;
    color: #E3E6EA;
    border-radius: 25px;
    margin-left: 20px;
    margin-top: 22px;
    padding: 8px 20px 9px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .navbar-dark .nav-item .nav-link--rounded:hover {
    border-color: #fff;
  }
  .navbar-dark .nav-item .nav-link--rounded:active {
    -moz-transform: scale(0.93);
    -o-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
}
.navbar-dark .nav-item .nav-link i {
  margin-left: 4px;
  font-size: 10px;
}

/* navbar fixed bottom */
.navbar-fixed-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.navbar-fixed-bottom.navbar-fixed-bottom--stick {
  position: fixed;
  bottom: inherit;
  top: 0;
}

/* extra bg-transparent utility for navbar dark and light */
@media (min-width: 992px) {
  .navbar.bg-transparent {
    background-color: transparent !important;
    box-shadow: none !important;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
  }
}
@media (min-width: 992px) {
  .navbar.bg-transparent .dropdown-menu {
    border-radius: 0.25rem;
    margin-top: -7px;
  }
}

.navbar-dark.bg-transparent .nav-item .nav-link {
  color: #e88b43;
}
.navbar-dark .nav-item .nav-link:hover, .navbar-dark .nav-item .nav-link:focus {
	color: #fff;
	background: none;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}
@media (min-width: 1200px) {
  .navbar-dark.bg-transparent .nav-item .nav-link--rounded {
    border-color: #fff;
    color: #fff;
  }
  .navbar-dark.bg-transparent .nav-item .nav-link--rounded:hover {
    background-color: #fff;
    color: #333;
  }
}

/* navbar-brand for logo centered */
@media (min-width: 992px) {
  .navbar-brand--centered {
    position: absolute;
    left: calc(50% - 70px);
  }
}

/* responsive offcanvas */
@media (max-width: 991px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: var(--gray-dark);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-collapse.open {
    -moz-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
  }
}

/* off-canvas navigation */
.off-wrapper {
  position: relative;
  overflow: hidden;
}
.off-wrapper.active.off-wrapper-left .off-wrapper-content {
  -moz-transform: translate3d(290px, 0, 0);
  -o-transform: translate3d(290px, 0, 0);
  -ms-transform: translate3d(290px, 0, 0);
  -webkit-transform: translate3d(290px, 0, 0);
  transform: translate3d(290px, 0, 0);
}
.off-wrapper.active.off-wrapper-right .off-wrapper-content {
  -moz-transform: translate3d(-290px, 0, 0);
  -o-transform: translate3d(-290px, 0, 0);
  -ms-transform: translate3d(-290px, 0, 0);
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
}
.off-wrapper.active .off-wrapper-content {
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.off-wrapper.active .off-wrapper-menu {
  -moz-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.off-wrapper.off-wrapper-left .off-wrapper-menu {
  left: 0;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.off-wrapper.off-wrapper-right .off-wrapper-menu {
  right: 0;
  -moz-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.off-wrapper .off-wrapper-content {
  position: relative;
  z-index: 999;
  background: #fff;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.off-wrapper .off-wrapper-menu {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  z-index: 1;
  width: 290px;
  height: 100%;
  background: #2a313a;
  padding: 24px 20px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.off-wrapper .off-wrapper-menu .menu-title {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 0.5em;
}
.off-wrapper .off-wrapper-menu .nav-link {
  color: #fff;
  font-size: 15px;
}
.off-wrapper .off-wrapper-menu .nav-link i {
  margin-left: 4px;
  font-size: 10px;
}
.off-wrapper .off-wrapper-menu .dropdown-menu {
  position: static;
  float: none;
  display: none;
}
.off-wrapper .off-wrapper-menu .show > .dropdown-menu {
  display: block;
}
.off-wrapper .off-wrapper-menu .dropdown-toggle::after {
  display: none;
}

/* footer */
.footer {
  margin-top: 100px;
  background: #283142;
  padding: 55px 0 35px;
}
.footer.footer--light {
  background: #fafafb;
  border-top: 1px solid #ddd;
  padding: 50px 0 40px;
}
.footer.footer--light .title {
  color: #333;
  font-size: 14px;
}
.footer.footer--light .menu a {
  color: #495879;
}
.footer.footer--light .menu a:hover {
  color: #333;
}
.footer.footer--light .menu i {
  color: #7994B3;
}
.footer.footer--light .newsletter p {
  color: #777;
}
.footer.footer--light .newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #9BA1C2;
}
.footer.footer--light .newsletter form input[type="email"]:-moz-placeholder {
  color: #9BA1C2;
}
.footer.footer--light .newsletter form input[type="email"]::-moz-placeholder {
  color: #9BA1C2;
}
.footer.footer--light .newsletter form input[type="email"]:-ms-input-placeholder {
  color: #9BA1C2;
}
.footer.footer--light .newsletter form button {
  background: #93a5c7;
}
.footer.footer--light .bottom {
  border-top-color: #dadee4;
}
@media (max-width: 767px) {
  .footer .col-md-4 {
    margin-bottom: 20px;
  }
}
.footer .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}
.footer .menu {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}
.footer .menu a {
  color: #CDD6E9;
  display: inline-block;
  margin-bottom: 9px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer .menu a:hover {
  color: #fff;
}
.footer .menu i {
  font-size: 23px;
  margin-right: 12px;
  width: 21px;
  position: relative;
  top: 3px;
  margin-bottom: 5px;
}
.footer .newsletter p {
  color: #BCC7DF;
  margin-top: 25px;
  line-height: 20px;
}
.footer .newsletter form {
  margin-top: 27px;
  position: relative;
}
.footer .newsletter form input[type="email"] {
  height: 45px;
  padding-left: 17px;
}
.footer .newsletter form input[type="email"]::-webkit-input-placeholder {
  color: #9BA1C2;
}
.footer .newsletter form input[type="email"]:-moz-placeholder {
  color: #9BA1C2;
}
.footer .newsletter form input[type="email"]::-moz-placeholder {
  color: #9BA1C2;
}
.footer .newsletter form input[type="email"]:-ms-input-placeholder {
  color: #9BA1C2;
}
.footer .newsletter form input[type="email"]:focus {
  box-shadow: none;
}
.footer .newsletter form button {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  height: 45px;
  background: #ADBFE0;
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
  color: #fff;
}
.footer .bottom {
  margin-top: 40px;
  border-top: 1px solid #3A455A;
}
.footer .bottom ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-top: 15px;
}
.footer .bottom ul li {
  display: inline-block;
  margin: 0 11px;
}
.footer .bottom ul li:last-child a:after {
  content: '';
}
.footer .bottom ul a {
	color: #e88b43;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}
.footer .bottom ul a:after {
  content: '|';
  position: absolute;
  right: -15px;
  top: -1px;
  font-weight: bold;
}

/* pages */
.index-intro-header {
  padding-top: 210px;
}
@media (max-width: 991px) {
  .index-intro-header {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .index-intro-header {
    padding-top: 80px;
  }
}
.index-intro-header h1 {
  font-size: 2.6rem;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
  font-weight: 400;
  color: #34404a;
}
@media (max-width: 991px) {
  .index-intro-header h1 {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .index-intro-header h1 {
    font-size: 26px;
    line-height: 37px;
  }
}
.index-intro-header p {
  font-size: 16px;
  color: #505c75;
  line-height: 28px;
  margin: 40px auto 0;
}
@media (max-width: 991px) {
  .index-intro-header p {
    font-size: 15px;
  }
}
.index-intro-header p a {
  color: #222;
  font-weight: 500;
}

.index-intro-cta {
  margin-top: 70px;
  text-align: center;
}
.index-intro-cta .btn-outline {
  padding: 16px 29px;
  border: 1px solid #1d7bf0;
  border-radius: 5px;
  color: #1873e4;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  padding-left: 60px;
}
.index-intro-cta .btn-outline i {
  font-size: 27px;
  position: absolute;
  left: 21px;
  top: 7px;
}
.index-intro-cta .btn-shadow {
  box-shadow: rgba(23, 43, 99, 0.35) 0 7px 28px;
}
.index-intro-cta .btn-shadow i {
  margin-left: 5px;
}

.index-intro-screens {
  margin-top: 120px;
}
.index-intro-screens .container {
  border-bottom: 1px solid #e2e2e2;
}

.index-intro-features {
  margin-top: 140px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-intro-features {
    margin-top: 90px;
  }
}
.index-intro-features .col-md-4 {
  margin-bottom: 60px;
}
.index-intro-features i {
  display: inline-block;
  font-size: 54px;
  color: #4e94f1;
}
.index-intro-features i.ion-ios-infinite-outline {
  position: relative;
  top: -10px;
}
.index-intro-features i.ion-ios-book-outline {
  position: relative;
  top: -10px;
}
@media (max-width: 767px) {
  .index-intro-features p {
    margin-bottom: 35px;
  }
}

.index-intro-gallery {
  background: #f9f9f9;
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 70px;
  margin-bottom: 90px;
}
.index-intro-gallery .container-fluid {
  max-width: 1400px;
}
.index-intro-gallery h4 {
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
.index-intro-gallery a {
  display: block;
  margin-bottom: 55px;
}
.index-intro-gallery a:hover .img-fluid {
  box-shadow: 0 7px 40px 1px rgba(0, 0, 0, 0.1);
  -moz-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.index-intro-gallery a .img-fluid {
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-intro-gallery a p {
  margin-top: 20px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.index-intro-footer {
  text-align: center;
  margin-top: 110px;
  margin-bottom: 80px;
}
.index-intro-footer a {
  display: inline-block;
  margin: 0 10px;
}
.index-intro-footer p {
  margin-top: 15px;
  color: #656565;
}

.business-hero {
  background: url("../images/unsplash/michael-benz-189971.jpg");
  background-size: cover;
  background-position: center 0px;
  min-height: 100vh;
  padding-top: 220px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .business-hero {
    background-attachment: inherit;
  }
}
@media (max-width: 991px) {
  .business-hero {
    padding-top: 100px;
    height: auto;
    padding-bottom: 100px;
  }
}
.business-hero .container {
  position: relative;
  z-index: 10;
}
.business-hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgba(63, 89, 118, 0.3) 0, rgba(14, 20, 34, 0.5) 80%);
}
.business-hero h2 {
  color: #fff;
  font-size: 48px;
  letter-spacing: .5px;
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-weight: 300;
  line-height: 54px;
  width: 800px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media (max-width: 991px) {
  .business-hero h2 {
    font-size: 43px;
    line-height: 50px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .business-hero h2 {
    text-align: center;
    font-size: 38px;
  }
}
.business-hero p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
  width: 480px;
  font-size: 16px;
  line-height: 25px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media (max-width: 991px) {
  .business-hero p {
    width: auto;
  }
}
@media (max-width: 767px) {
  .business-hero p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }
}
.business-hero .actions {
  margin-top: 50px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media (max-width: 767px) {
  .business-hero .actions {
    text-align: center;
  }
}
.business-hero .actions .btn-pill {
  font-weight: 600;
  padding: 13px 44px 16px;
}
.business-hero .actions .btn-pill:active {
  border-color: #3b6b23;
}

.business-intro {
  margin-top: 90px;
}

.index-header {
  min-height: 650px;
  background-image: linear-gradient(-45deg, #5F6190 0%, #525480 20%, #131b2e 100%);
}
@media (max-width: 991px) {
  .index-header {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .index-header {
    min-height: 510px;
  }
}
.index-header section {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .index-header section {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .index-header section {
    padding-top: 80px;
    text-align: center;
  }
}
.index-header section h1 {
  color: #fff;
  line-height: 44px;
  font-size: 34px;
  font-weight: 400;
  font-family: "Libre Franklin", "Lato", "Helvetica Neue", Arial;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .index-header section h1 {
    font-size: 25px;
    line-height: 37px;
  }
}
.index-header section p {
  color: #b7bde0;
  margin-top: 35px;
  font-size: 15px;
  width: 80%;
  line-height: 24px;
}
@media (max-width: 767px) {
  .index-header section p {
    width: 100%;
  }
}
.index-header section .cta {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .index-header section .cta {
    margin-top: 40px;
  }
}
.index-header section .cta .btn-primary {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 17px 32px;
  letter-spacing: .5px;
  background-color: #57B8F8;
  border: 1px solid #57B8F8;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.index-header section .cta .btn-primary:hover {
  background-color: #5196D0;
}
.index-header section .cta .btn-primary:active {
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}
.index-header section .cta .btn-outline {
  text-transform: uppercase;
  color: #D3D9FA;
  border: 2px solid #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 15px 29px;
  border-radius: 45px;
  margin-left: 30px;
  letter-spacing: .5px;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 767px) {
  .index-header section .cta .btn-outline {
    margin-left: 15px;
  }
}
.index-header section .cta .btn-outline:hover {
  background: #fff;
  color: #333;
}
.index-header section .cta .btn-outline:hover .fa-play {
  color: #333;
}
.index-header section .cta .btn-outline:active {
  position: relative;
  top: 1px;
}
.index-header section .cta .btn-outline .fa-play {
  margin-right: 9px;
  color: #D3D9FA;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.index-header section .mobile-pic {
  position: absolute;
  right: 80px;
  top: -30px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media (max-width: 991px) {
  .index-header section .mobile-pic {
    right: 10px;
    top: 0;
    width: 70%;
  }
}

.index-intro {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .index-intro {
    margin-top: 80px;
  }
}
.index-intro header {
  position: relative;
}
.index-intro header:after {
  content: '';
  position: absolute;
  bottom: -50px;
  height: 1px;
  width: 85%;
  left: 0;
  right: 0;
  margin: auto;
  background: #eaeaea;
}
.index-intro header h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #555;
}
.index-intro header p {
  color: #666;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  width: 75%;
  margin: 0 auto;
  margin-top: 25px;
}
.index-intro section {
  width: 85%;
  margin: auto;
  margin-top: 90px;
}
.index-intro section h4 {
  font-size: 18px;
  color: #339BC0;
  line-height: 25px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .index-intro section h4 {
    text-align: center;
  }
}
.index-intro section p {
  margin-top: 17px;
  line-height: 24px;
  width: 90%;
  color: #555;
}
@media (max-width: 767px) {
  .index-intro section p {
    margin-bottom: 35px;
    text-align: center;
    width: 100%;
  }
}

.index-features {
  margin-top: 120px;
  background: #fafafa;
  border-top: 1px solid #e2e1e1;
  border-bottom: 1px solid #e2e1e1;
  padding: 70px 0 40px;
}
.index-features header {
  position: relative;
}
.index-features header:after {
  content: '';
  position: absolute;
  bottom: -50px;
  height: 1px;
  width: 87%;
  left: 0;
  right: 0;
  margin: auto;
  background: #eaeaea;
}
.index-features header h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #555;
}
@media (max-width: 767px) {
  .index-features header h3 {
    font-size: 23px;
  }
}
.index-features header p {
  color: #666;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  width: 75%;
  margin: 0 auto;
  margin-top: 30px;
}
.index-features .features {
  margin: auto;
  margin-top: 110px;
  width: 88%;
}
@media (min-width: 992px) {
  .index-features .features .icon {
    margin-right: 20px;
  }
}
.index-features .features .feature {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .index-features .features .feature {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.index-features .features section {
  width: 83%;
  float: right;
}
@media (max-width: 991px) {
  .index-features .features section {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
}
.index-features .features section h4 {
  margin-top: 0;
  font-size: 17px;
  color: #53575f;
}
.index-features .features section p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  width: 95%;
}

.index-devices {
  padding-top: 140px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .index-devices {
    padding-top: 80px;
    text-align: center;
  }
}
.index-devices > section {
  width: 850px;
  margin: 0 auto;
  min-height: 473px;
  position: relative;
}
@media (max-width: 991px) {
  .index-devices > section {
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-devices > section {
    min-height: auto;
  }
}
.index-devices .devices {
  position: absolute;
  left: 430px;
  top: -15px;
}
@media (max-width: 767px) {
  .index-devices .devices {
    display: none;
  }
}
.index-devices h4 {
  font-size: 24px;
  color: #36AFDA;
  font-weight: 400;
  margin-bottom: 25px;
}
.index-devices p {
  width: 300px;
  margin-bottom: 25px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 767px) {
  .index-devices p {
    width: auto;
  }
}
.index-devices .icons i {
  color: #C2C0E7;
  margin-right: 20px;
}
.index-devices .icons .ion-monitor {
  font-size: 44px;
}
.index-devices .icons .ion-ipad {
  font-size: 38px;
}
.index-devices .icons .ion-iphone {
  font-size: 32px;
}

.index-browsers {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .index-browsers {
    margin-top: 90px;
  }
}
.index-browsers header {
  position: relative;
}
.index-browsers header h3 {
  text-align: center;
  font-size: 25px;
  color: #555;
  font-weight: 400;
}
.index-browsers header p {
  color: #666;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  width: 75%;
  margin: 0 auto;
  margin-top: 12px;
}
.index-browsers section {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .index-browsers section {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .index-browsers section .img-fluid {
    margin: 0 auto;
  }
}
.index-browsers section .info {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .index-browsers section .info {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .index-browsers section .info {
    padding-left: 0;
    text-align: center;
    margin-top: 45px;
  }
}
.index-browsers section h4 {
  font-size: 18px;
  color: #555;
  margin-top: 20px;
  margin-bottom: 27px;
}
.index-browsers section h4 .badge {
  padding: 3px 8px;
  font-size: 12px;
  position: relative;
  top: -7px;
  margin-left: 5px;
}
.index-browsers section p {
  width: 80%;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #555;
}
@media (max-width: 991px) {
  .index-browsers section p {
    width: 100%;
  }
}
.index-browsers section .btn-rounded {
  border: 1px solid #459CE7;
  border-radius: 25px;
  padding: 10px 16px 9px;
  margin-top: 17px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index-browsers section .btn-rounded:hover i {
  margin-left: 15px;
}
.index-browsers section .btn-rounded i {
  margin-left: 7px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index-clients {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-clients {
    margin-top: 10px;
  }
}
.index-clients header {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.index-clients header:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E9E9E9;
  top: 11px;
}
.index-clients header h4 {
  position: relative;
  top: -8px;
  padding: 0 40px;
  background: #fff;
  color: #97A8B8;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.8px;
  word-spacing: 1.6px;
  font-weight: 600;
  line-height: 24px;
}
.index-clients .img-responsive {
  margin: 0 auto;
}

.spacial-header {
  min-height: 780px;
  background-image: radial-gradient(40% 70%, #425282 15%, #1e3961 100%);
}
.spacial-header section {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .spacial-header section {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .spacial-header section {
    text-align: center;
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .spacial-header section .left-col {
    padding-left: 45px;
  }
}
.spacial-header section h1 {
  color: #fff;
  font-size: 31px;
  font-family: "Libre Franklin", "Lato", "Helvetica Neue", Arial;
  text-align: center;
  letter-spacing: .8px;
}
@media (max-width: 767px) {
  .spacial-header section h1 {
    font-size: 27px;
    line-height: 35px;
  }
}
.spacial-header section .mobile-pic {
  position: absolute;
  top: 50px;
  right: 30px;
}
.spacial-header section .mobile-icon {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .spacial-header section .mobile-icon {
    margin-top: 60px;
  }
}
.spacial-header section h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 52px;
}
.spacial-header section p {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .spacial-header section p {
    width: auto;
  }
}
.spacial-header section a {
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 30px;
  border: 2px solid #455B90;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 12px;
  margin-top: 30px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.spacial-header section a:hover {
  background: #687ED8;
  border-color: #687ED8;
  color: #fff;
}
.spacial-header section a:active {
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
}

.spacial-intro {
  margin-top: 230px;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .spacial-intro {
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .spacial-intro {
    margin-top: 100px;
  }
}
.spacial-intro > section {
  min-height: 473px;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .spacial-intro > section {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .spacial-intro > section {
    padding: 0 20px;
  }
}
.spacial-intro h2 {
  width: 270px;
  font-size: 28px;
  font-weight: 400;
  margin: 0 auto;
  line-height: 36px;
  letter-spacing: .3px;
}
@media (max-width: 767px) {
  .spacial-intro h2 {
    width: auto;
    font-size: 23px;
  }
}
.spacial-intro p {
  color: #5A6C90;
  margin-top: 40px;
  letter-spacing: .3px;
  font-size: 15px;
  width: 350px;
  margin: 40px auto 0;
  line-height: 26px;
}
@media (max-width: 767px) {
  .spacial-intro p {
    width: auto;
  }
}
.spacial-intro a {
  display: inline-block;
  margin-top: 90px;
  border-radius: 7px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 991px) {
  .spacial-intro a {
    margin-top: 60px;
  }
}
.spacial-intro a:hover {
  box-shadow: rgba(0, 0, 0, 0.17) 0 1px 2px, rgba(112, 139, 232, 0.3) 0 10px 15px;
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.spacial-intro span {
  display: block;
  font-weight: 500;
  margin-top: 15px;
  color: #5375A2;
  opacity: .7;
}
.spacial-intro .pic-left {
  position: absolute;
  left: 0;
  top: -60px;
}
@media (max-width: 991px) {
  .spacial-intro .pic-left {
    width: 180px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .spacial-intro .pic-left {
    display: none;
  }
}
.spacial-intro .pic-right {
  position: absolute;
  right: 30px;
  top: -60px;
}
@media (max-width: 991px) {
  .spacial-intro .pic-right {
    width: 170px;
    right: 0;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .spacial-intro .pic-right {
    display: none;
  }
}

.spacial-features {
	margin-top: 50px;
}
@media (max-width: 767px) {
  .spacial-features {
    margin-top: 20px;
  }
}
.spacial-features .header {
  
}
.spacial-features .header h2 {
  font-size: 26px;
  letter-spacing: .1px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .spacial-features .header h2 {
    font-size: 23px;
  }
}
.spacial-features .header p {
  color: #5A6C90;
  margin-top: 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .spacial-features .header p {
    font-size: 15px;
  }
}
.spacial-features .feature {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .spacial-features .feature {
    text-align: center;
  }
}
.spacial-features .feature h3 {
  color: #2F4166;
  font-size: 18px;
  margin-top: 20px;
}
.spacial-features .feature h3 .badge-new {
  background-image: linear-gradient(-90deg, #609CFF 0%, #8D7FFF 100%);
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  padding: 3px 8px;
  letter-spacing: 0.5px;
  font-weight: bold;
  position: relative;
  top: -3px;
  left: 7px;
}
.spacial-features .feature p {
  color: #7080A2;
  line-height: 25px;
  font-size: 15px;
  margin-top: 15px;
  width: 87%;
}
@media (max-width: 767px) {
  .spacial-features .feature p {
    width: auto;
  }
}

.spacial-cta-download {
  margin-top: 110px;
  background: url("../images/graphics/spacial-bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 150px 0;
}
@media (max-width: 991px) {
  .spacial-cta-download {
    padding: 90px 20px;
  }
}
@media (max-width: 767px) {
  .spacial-cta-download {
    padding: 70px 20px;
  }
}
.spacial-cta-download h2 {
  color: #fff;
  font-size: 34px;
  letter-spacing: .5px;
}
@media (max-width: 767px) {
  .spacial-cta-download h2 {
    font-size: 28px;
  }
}
.spacial-cta-download p {
  color: #fff;
  font-size: 16px;
  width: 42%;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .spacial-cta-download p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .spacial-cta-download p {
    width: auto;
  }
}
.spacial-cta-download a {
  background: #7E58F9;
  color: #fff;
  display: inline-block;
  margin-top: 80px;
  padding: 20px 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .spacial-cta-download a {
    margin-top: 50px;
  }
}
.spacial-cta-download a:hover {
  background: #588ef9;
  box-shadow: 0 4px 18px 3px rgba(0, 0, 0, 0.42);
}

.spacial-app-store {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .spacial-app-store {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .spacial-app-store section {
    text-align: center;
  }
}
.spacial-app-store section span {
  color: #4E6A8A;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}
.spacial-app-store section h1 {
  color: #213649;
  line-height: 46px;
  font-weight: 400;
  font-size: 28px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .spacial-app-store section h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.spacial-app-store section p {
  color: #7483a2;
  margin-top: 20px;
  font-size: 15px;
  width: 80%;
  line-height: 25px;
}
@media (max-width: 991px) {
  .spacial-app-store section p {
    width: auto;
  }
}
.spacial-app-store section p a {
  display: block;
  margin-top: 15px;
  text-decoration: none;
}
.spacial-app-store section .cta {
  margin-top: 35px;
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.spacial-app-store section .cta:hover {
  box-shadow: rgba(112, 139, 232, 0.15) 0 6px 20px;
}
.spacial-app-store section .mobile-pic {
  position: absolute;
  right: -40px;
  top: 10px;
}
@media (max-width: 1199px) {
  .spacial-app-store section .mobile-pic {
    right: 0px;
    top: 20px;
    width: 500px;
  }
}

@-webkit-keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
@-moz-keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
@-o-keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
@keyframes slide-quote {
  0% {
    -moz-transform: scaleY(1.4) translateY(80px);
    -o-transform: scaleY(1.4) translateY(80px);
    -ms-transform: scaleY(1.4) translateY(80px);
    -webkit-transform: scaleY(1.4) translateY(80px);
    transform: scaleY(1.4) translateY(80px);
  }
}
.spacial-client-quotes {
  margin-top: 160px;
  text-align: center;
}
@media (max-width: 991px) {
  .spacial-client-quotes {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .spacial-client-quotes {
    margin-top: 80px;
  }
}
.spacial-client-quotes h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #4E7198;
  letter-spacing: 1px;
}
.spacial-client-quotes .client-quotes {
  margin-top: 40px;
  height: 240px;
}
@media (max-width: 767px) {
  .spacial-client-quotes .client-quotes {
    height: 260px;
  }
}
.spacial-client-quotes .client-quotes .client-quote {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.spacial-client-quotes .client-quotes .client-quote.active {
  opacity: 1;
  z-index: 10;
  -webkit-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  -moz-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  -o-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  -ms-animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
  animation: slide-quote 0.8s cubic-bezier(0.2, 0.6, 0.3, 1);
}
.spacial-client-quotes .client-quotes .client-quote .quote {
  font-size: 21px;
  width: 620px;
  margin: 0 auto;
  line-height: 37px;
  color: #4a5879;
}
@media (max-width: 767px) {
  .spacial-client-quotes .client-quotes .client-quote .quote {
    width: auto;
    padding: 0 30px;
    font-size: 17px;
    line-height: 34px;
  }
}
.spacial-client-quotes .client-quotes .client-quote .author {
  margin-top: 35px;
  font-size: 17px;
}
.spacial-client-quotes .client-quotes .client-quote .author .name {
  color: #4a5879;
}
.spacial-client-quotes .client-quotes .client-quote .author .role {
  color: #9CAFDA;
  margin-left: 6px;
}
.spacial-client-quotes .client-pictures {
  margin-top: 15px;
}
.spacial-client-quotes .client-pictures .client-picture {
  display: inline-block;
}
.spacial-client-quotes .client-pictures .client-picture:hover img, .spacial-client-quotes .client-pictures .client-picture.active img {
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
  -moz-transform: scale3d(0.8, 0.8, 0.8) translateY(-5px);
  -o-transform: scale3d(0.8, 0.8, 0.8) translateY(-5px);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translateY(-5px);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translateY(-5px);
  transform: scale3d(0.8, 0.8, 0.8) translateY(-5px);
}
@media (max-width: 767px) {
  .spacial-client-quotes .client-pictures .client-picture:hover img, .spacial-client-quotes .client-pictures .client-picture.active img {
    -moz-transform: scale3d(0.7, 0.7, 0.7) translateY(-5px);
    -o-transform: scale3d(0.7, 0.7, 0.7) translateY(-5px);
    -ms-transform: scale3d(0.7, 0.7, 0.7) translateY(-5px);
    -webkit-transform: scale3d(0.7, 0.7, 0.7) translateY(-5px);
    transform: scale3d(0.7, 0.7, 0.7) translateY(-5px);
  }
}
.spacial-client-quotes .client-pictures .client-picture img {
  border-radius: 100px;
  cursor: pointer;
  -moz-transform: scale3d(0.65, 0.65, 0.65);
  -o-transform: scale3d(0.65, 0.65, 0.65);
  -ms-transform: scale3d(0.65, 0.65, 0.65);
  -webkit-transform: scale3d(0.65, 0.65, 0.65);
  transform: scale3d(0.65, 0.65, 0.65);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .spacial-client-quotes .client-pictures .client-picture img {
    max-width: 100px;
  }
}

.index-mobile-alt-header {
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(ellipse farthest-side at 100% 0%, #A7CCDF -10%, #7cafbe 20%, #203466 110%);
}
.index-mobile-alt-header .container {
  position: relative;
  min-height: 630px;
  padding-top: 200px;
}
@media (max-width: 767px) {
  .index-mobile-alt-header .container {
    padding-top: 120px;
  }
}
.index-mobile-alt-header .container .iphone {
  position: absolute;
  bottom: -50px;
  left: 50px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 991px) {
  .index-mobile-alt-header .container .iphone {
    display: none;
  }
}
.index-mobile-alt-header .container .iphone:hover {
  bottom: -20px;
}
.index-mobile-alt-header .container .info {
  float: right;
  width: 560px;
}
@media (max-width: 991px) {
  .index-mobile-alt-header .container .info {
    width: auto;
    float: none;
  }
}
.index-mobile-alt-header .container .info h1 {
  font-size: 34px;
  line-height: 42px;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .index-mobile-alt-header .container .info h1 {
    font-size: 28px;
  }
}
.index-mobile-alt-header .container .info p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #D7E9F5;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.index-mobile-alt-header .container .info .buttons {
  margin-top: 60px;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@media (max-width: 767px) {
  .index-mobile-alt-header .container .info .buttons {
    text-align: center;
  }
}
.index-mobile-alt-header .container .info .buttons a {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .index-mobile-alt-header .container .info .buttons a {
    display: block;
    margin: 0;
    margin-bottom: 20px;
  }
}
.index-mobile-alt-header .container .info .buttons img {
  border: 0;
}

@media (min-width: 992px) {
  .index-devices.mobile-alt {
    padding-top: 170px;
  }
}

.index-mobile-header {
  min-height: 520px;
  background-image: -o-linear-gradient(310deg, #6D92B9 0%, #272B53 90%);
  background-image: -moz-linear-gradient(310deg, #6D92B9 0%, #272B53 90%);
  background-image: -ms-linear-gradient(310deg, #6D92B9 0%, #272B53 90%);
  background-image: linear-gradient(310deg, #6D92B9 0%, #272B53 90%);
}
.index-mobile-header section {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .index-mobile-header section {
    text-align: center;
    padding-top: 80px;
  }
}
.index-mobile-header section h1 {
  color: #fff;
  line-height: 49px;
  font-size: 37px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .index-mobile-header section h1 {
    font-size: 33px;
  }
}
.index-mobile-header section h1 span > span {
  left: -5px;
  top: 1px;
  font-size: 40px;
}
.index-mobile-header section p {
  color: #d4dbf1;
  margin-top: 20px;
  font-size: 16px;
  width: 80%;
  line-height: 25px;
}
@media (max-width: 767px) {
  .index-mobile-header section p {
    width: auto;
  }
}
.index-mobile-header section .cta {
  margin-top: 65px;
}
.index-mobile-header section .cta a {
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index-mobile-header section .cta a:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #CCDEEE 0 1px 30px;
}
.index-mobile-header section .mobile-pic {
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.index-mobile-features {
  margin-top: 130px;
  padding: 60px 0 65px;
  background-image: -o-linear-gradient(0deg, #495A7E 0%, #333F5C 100%);
  background-image: -moz-linear-gradient(0deg, #495A7E 0%, #333F5C 100%);
  background-image: -ms-linear-gradient(0deg, #495A7E 0%, #333F5C 100%);
  background-image: linear-gradient(90deg, #495A7E 0%, #333F5C 100%);
}
@media (max-width: 767px) {
  .index-mobile-features {
    margin-top: 90px;
  }
}
.index-mobile-features header {
  text-align: center;
}
.index-mobile-features header h3 {
  margin: 0;
  color: #fff;
  font-size: 29px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .index-mobile-features header h3 {
    font-size: 26px;
    line-height: 35px;
  }
}
.index-mobile-features header p {
  margin-top: 17px;
  font-size: 15px;
  color: #D9DEF5;
}
.index-mobile-features .features {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 55px;
}
.index-mobile-features .features .feature {
  float: left;
  width: 50%;
  text-align: center;
  padding: 40px 35px;
}
@media (max-width: 767px) {
  .index-mobile-features .features .feature {
    width: 100%;
    border-bottom: 1px solid #364261;
  }
  .index-mobile-features .features .feature:last-child {
    border-bottom: 0;
  }
}
.index-mobile-features .features .feature:nth-child(1), .index-mobile-features .features .feature:nth-child(2) {
  border-bottom: 1px solid #364261;
}
.index-mobile-features .features .feature:nth-child(1), .index-mobile-features .features .feature:nth-child(3) {
  border-right: 1px solid #364261;
}
.index-mobile-features .features .feature .pic {
  min-height: 75px;
}
.index-mobile-features .features .feature .pic img.icon-camera {
  position: relative;
  top: 5px;
}
.index-mobile-features .features .feature p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.index-mobile-devices {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .index-mobile-devices {
    margin-top: 100px;
  }
}
.index-mobile-devices section {
  width: 870px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .index-mobile-devices section {
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-mobile-devices section {
    text-align: center;
  }
}
.index-mobile-devices .devices {
  position: relative;
  top: -90px;
}
@media (max-width: 991px) {
  .index-mobile-devices .devices {
    width: 300px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .index-mobile-devices .devices {
    display: none;
  }
}
.index-mobile-devices h4 {
  font-size: 24px;
  font-weight: 400;
  color: #36AFDA;
  margin-bottom: 25px;
}
.index-mobile-devices p {
  width: 300px;
  font-size: 15px;
  margin-bottom: 25px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 767px) {
  .index-mobile-devices p {
    width: auto;
  }
}
.index-mobile-devices .icons i {
  color: #C2C0E7;
  margin-right: 20px;
}
.index-mobile-devices .icons .ion-monitor {
  font-size: 44px;
}
.index-mobile-devices .icons .ion-ipad {
  font-size: 38px;
}
.index-mobile-devices .icons .ion-iphone {
  font-size: 32px;
}

.index-mobile-call-to-action {
  margin-top: 90px;
  background: url("../images/graphics/mobile-4-1.jpg");
}
@media (min-width: 1200px) {
  .index-mobile-call-to-action .container {
    width: 920px;
  }
}
@media (max-width: 991px) {
  .index-mobile-call-to-action .device {
    width: 330px;
  }
}
.index-mobile-call-to-action .info {
  padding-top: 70px;
  text-align: right;
  float: right;
  width: 50%;
}
@media (max-width: 991px) {
  .index-mobile-call-to-action .info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .index-mobile-call-to-action .info {
    float: none;
    width: auto;
    text-align: center;
  }
}
.index-mobile-call-to-action .info h3 {
  color: #fff;
  font-size: 28px;
  margin-top: 20px;
  line-height: 34px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .index-mobile-call-to-action .info h3 {
    font-size: 22px;
  }
}
.index-mobile-call-to-action .info p {
  color: #fff;
  line-height: 25px;
  font-size: 16px;
  margin-top: 40px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
.index-mobile-call-to-action .info .cta {
  margin-top: 45px;
}
.index-mobile-call-to-action .info .cta a {
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index-mobile-call-to-action .info .cta a:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #CCDEEE 0 1px 30px;
}

.index-mobile-footer {
  position: relative;
  padding: 50px 0 60px;
}
@media (max-width: 767px) {
  .index-mobile-footer {
    padding: 30px 0 50px;
  }
}
.index-mobile-footer:before {
  content: '';
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  background-image: -o-linear-gradient(90deg, #7FC0F4 0%, #5A5BC1 100%);
  background-image: -moz-linear-gradient(90deg, #7FC0F4 0%, #5A5BC1 100%);
  background-image: -ms-linear-gradient(90deg, #7FC0F4 0%, #5A5BC1 100%);
  background-image: linear-gradient(90deg, #7FC0F4 0%, #5A5BC1 100%);
}
.index-mobile-footer .links {
  text-align: center;
}
.index-mobile-footer .links a {
  display: inline-block;
  font-size: 15px;
  color: #8C99AB;
  margin: 0 33px;
}
@media (max-width: 767px) {
  .index-mobile-footer .links a {
    display: block;
    margin: 20px 0;
  }
}
.index-mobile-footer .bottom {
  margin-top: 45px;
  text-align: center;
}
.index-mobile-footer .bottom span {
  display: inline-block;
  margin: 0 25px;
  color: #8C99AB;
}
@media (max-width: 767px) {
  .index-mobile-footer .bottom span {
    display: block;
    margin: 20px 0;
  }
}
.index-mobile-footer .bottom span a {
  color: #689CE0;
}

.index-slider-header {
  position: relative;
  top: -1px;
}
.index-slider-header .slider-component {
  height: 650px;
}
.index-slider-header .slider-component .slide--center {
  text-align: center;
}
.index-slider-header .slider-component .slide--left {
  text-align: left;
}
@media (max-width: 991px) {
  .index-slider-header .slider-component .slide--left {
    text-align: center;
  }
}
.index-slider-header .slider-component .slide--right {
  text-align: right;
}
@media (max-width: 991px) {
  .index-slider-header .slider-component .slide--right {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .index-slider-header .slider-component .slide .container {
    width: 950px;
  }
}
.index-slider-header .slider-component .slide h2 {
  color: #fff;
  font-size: 37px;
  line-height: 45px;
  margin-top: 230px;
  font-weight: 400;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.17);
}
@media (max-width: 991px) {
  .index-slider-header .slider-component .slide h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .index-slider-header .slider-component .slide h2 {
    font-size: 27px;
    line-height: 35px;
  }
}
.index-slider-header .slider-component .slide a {
  margin-top: 35px;
}
.index-slider-header .slider-component .pic:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(82, 105, 128, 0.42);
}

.index-slider-features {
  margin-top: 110px;
}
@media (max-width: 991px) {
  .index-slider-features {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .index-slider-features .feature {
    text-align: center;
    margin-bottom: 35px;
  }
}
.index-slider-features h3 {
  font-size: 17px;
  color: #2F363F;
  line-height: 24px;
}
.index-slider-features h3 img {
  float: left;
  display: block;
  margin-right: 15px;
  position: relative;
  top: 1px;
}
@media (max-width: 991px) {
  .index-slider-features h3 img {
    float: none;
    margin-bottom: 25px;
    height: 35px;
    top: 0 !important;
  }
}
@media (max-width: 767px) {
  .index-slider-features h3 img {
    margin: 0 auto 25px;
  }
}
.index-slider-features p {
  font-size: 15px;
  margin-top: 25px;
  line-height: 25px;
  color: #81878C;
}
.index-slider-features a {
  position: relative;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .index-slider-features a {
    top: 0;
  }
}
.index-slider-features a:hover:after {
  right: -20px;
}
.index-slider-features a:after {
  content: "▸";
  position: absolute;
  right: -15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.call-to-action-signup {
  margin-top: 110px;
  margin-bottom: -100px;
  background: #fafafa;
  padding: 60px 0 70px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.call-to-action-signup h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px #fff;
}
.call-to-action-signup form {
  margin-top: 40px;
  position: relative;
}
.call-to-action-signup form .form-group {
  margin-right: 7px;
  width: 250px;
}
@media (max-width: 991px) {
  .call-to-action-signup form .form-group {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .call-to-action-signup form .form-group {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.call-to-action-signup form input {
  box-shadow: 0 1px 1px #fff;
  height: 42px;
  width: 100% !important;
  font-size: 15px;
}
.call-to-action-signup form input:focus {
  box-shadow: none;
}
@media (max-width: 1199px) {
  .call-to-action-signup form [type="submit"] {
    margin-top: 25px;
  }
}
.call-to-action-signup form .agree {
  top: 20px;
  position: relative;
  display: block;
  text-align: right;
  padding-right: 50px;
  color: #555;
}
@media (max-width: 1199px) {
  .call-to-action-signup form .agree {
    text-align: center;
    padding: 0;
  }
}

.scrollspy-enabled {
  position: relative;
}

.index-features-header {
  min-height: 570px;
  position: relative;
  background: url("../images/unsplash/photo-1479243396208-be1751535cdb.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .index-features-header {
    min-height: 540px;
  }
}
.index-features-header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(58, 71, 90, 0.85);
}
.index-features-header section {
  padding: 200px 20px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .index-features-header section {
    padding-top: 140px;
  }
}
.index-features-header section > h1 {
  color: #fff;
  line-height: 46px;
  font-size: 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .index-features-header section > h1 {
    font-size: 27px;
    line-height: 40px;
  }
}
.index-features-header section > p {
  text-align: center;
  color: #C3CADA;
  font-size: 16px;
  position: relative;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.index-features-header section .cta {
  text-align: center;
  margin-top: 50px;
}

.index-features-nav {
  height: 85px;
}
.index-features-nav .features {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.index-features-nav .features.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.index-features-nav .features li {
  display: inline-block;
}
.index-features-nav .features li:nth-child(1) a {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.index-features-nav .features li:nth-child(2) a {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.index-features-nav .features li:nth-child(3) a {
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.index-features-nav .features li:nth-child(4) a {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.index-features-nav .features .nav-link {
  display: inline-block;
  padding: 32px 0;
  height: 85px;
  vertical-align: top;
  margin: 0 10px;
  font-size: 15px;
  width: 180px;
  color: #333;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-features-nav .features .nav-link {
    width: 150px;
    font-size: 14px;
  }
}
.index-features-nav .features .nav-link.active {
  color: #ea9538;
}
.index-features-nav .features .nav-link.active:after {
  bottom: 0;
  background: #f7b063;
}
.index-features-nav .features .nav-link:after {
  content: '';
  position: absolute;
  height: 3px;
  bottom: -3px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.index-features-nav .features .nav-link:hover, .index-features-nav .features .nav-link:focus {
  opacity: 1;
  background: none;
}
.index-features-nav .features .nav-link:hover:after, .index-features-nav .features .nav-link:focus:after {
  bottom: 0;
  background: #fdd0ad;
}

.index-features-friends {
  padding-top: 130px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .index-features-friends {
    padding-top: 60px;
    text-align: center;
  }
}
.index-features-friends section {
  width: 850px;
  margin: 0 auto;
  min-height: 473px;
  position: relative;
}
@media (max-width: 991px) {
  .index-features-friends section {
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-features-friends section {
    min-height: auto;
  }
}
.index-features-friends img.browser {
  position: absolute;
  left: 450px;
  top: -15px;
}
@media (max-width: 767px) {
  .index-features-friends img.browser {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.index-features-friends .info {
  width: 330px;
}
@media (max-width: 767px) {
  .index-features-friends .info {
    width: auto;
  }
}
.index-features-friends h3 {
  font-size: 14px;
  color: #70A9CD;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 600;
}
.index-features-friends h4 {
  font-size: 27px;
  color: #4B4B4B;
  line-height: 36px;
  letter-spacing: 0px;
  font-weight: 300;
  margin-top: 15px;
}
.index-features-friends p {
  font-size: 15px;
  color: #7B8398;
  line-height: 27px;
  margin-top: 30px;
}

.index-features-camera {
  margin-top: 110px;
  padding-top: 70px;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  text-align: center;
}
@media (max-width: 767px) {
  .index-features-camera {
    margin-top: 80px;
  }
}
.index-features-camera h3 {
  font-size: 13px;
  color: #70A9CD;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 600;
}
.index-features-camera h4 {
  font-size: 27px;
  color: #4B4B4B;
  line-height: 37px;
  font-weight: 300;
  width: 550px;
  margin: auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .index-features-camera h4 {
    width: auto;
    padding: 0 20px;
  }
}
.index-features-camera .pic {
  margin-top: 60px;
}
.index-features-camera .pic img {
  margin: 0 auto;
}

.index-features-user {
  padding-top: 140px;
}
@media (max-width: 767px) {
  .index-features-user {
    padding-top: 100px;
  }
}
.index-features-user header {
  text-align: center;
}
.index-features-user header h3 {
  font-size: 13px;
  color: #70A9CD;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 600;
}
.index-features-user header h4 {
  font-size: 26px;
  color: #4B4B4B;
  line-height: 37px;
  font-weight: 300;
  width: 620px;
  margin: auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .index-features-user header h4 {
    width: auto;
    padding: 0 20px;
  }
}
.index-features-user section {
  width: 850px;
  margin: 0 auto;
  margin-top: 150px;
  position: relative;
}
@media (max-width: 991px) {
  .index-features-user section {
    padding: 0 30px;
    width: auto;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .index-features-user section {
    text-align: center;
  }
}
.index-features-user section .devices {
  position: relative;
  top: -80px;
}
@media (max-width: 991px) {
  .index-features-user section .devices {
    width: 300px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .index-features-user section .devices {
    float: none !important;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.index-features-user section h4 {
  font-size: 23px;
  color: #36AFDA;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .index-features-user section h4 {
    font-size: 21px;
  }
}
.index-features-user section p {
  width: 300px;
  font-size: 15px;
  margin-bottom: 25px;
  color: #666;
  line-height: 23px;
}
@media (max-width: 767px) {
  .index-features-user section p {
    width: auto;
  }
}
.index-features-user section .icons i {
  color: #C2C0E7;
  margin-right: 20px;
}
.index-features-user section .icons .ion-monitor {
  font-size: 44px;
}
.index-features-user section .icons .ion-ipad {
  font-size: 38px;
}
.index-features-user section .icons .ion-iphone {
  font-size: 32px;
}

.index-features-files {
  padding-top: 90px;
}
.index-features-files .container2 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e2e9f0;
}
.index-features-files .container2 .container1 {
  float: left;
  width: 100%;
  position: relative;
  right: 50%;
  background: #f5f7f9;
  border-right: 1px solid #e2e9f0;
}
@media (max-width: 991px) {
  .index-features-files .container2 .container1 {
    right: auto;
  }
}
.index-features-files .col-left {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
  padding: 78px 50px 0;
}
@media (max-width: 991px) {
  .index-features-files .col-left {
    width: 100%;
    left: 0;
    padding: 60px 70px 0;
  }
}
@media (max-width: 767px) {
  .index-features-files .col-left {
    padding: 50px 30px 0;
  }
}
.index-features-files .col-left .features {
  float: right;
  width: 400px;
}
@media (max-width: 991px) {
  .index-features-files .col-left .features {
    float: none;
    width: auto;
  }
}
.index-features-files .col-left .features .feature {
  margin-bottom: 30px;
}
.index-features-files .col-left .features .image, .index-features-files .col-left .features .info {
  float: left;
}
@media (max-width: 767px) {
  .index-features-files .col-left .features .image, .index-features-files .col-left .features .info {
    float: none;
  }
}
.index-features-files .col-left .features .info {
  width: 80%;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .index-features-files .col-left .features .info {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}
.index-features-files .col-left .features .info strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #444;
  letter-spacing: .5px;
}
.index-features-files .col-left .features .info p {
  color: #657790;
  margin-top: 12px;
  line-height: 24px;
  width: 90%;
}
.index-features-files .col-right {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
  padding: 50px 70px 70px;
}
@media (max-width: 991px) {
  .index-features-files .col-right {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .index-features-files .col-right {
    padding: 30px;
  }
}
.index-features-files .col-right .info {
  width: 340px;
}
@media (max-width: 991px) {
  .index-features-files .col-right .info {
    width: auto;
  }
}
.index-features-files .col-right h3 {
  font-size: 13px;
  margin-top: 20px;
  color: #70A9CD;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 600;
}
.index-features-files .col-right h4 {
  font-size: 27px;
  color: #4B4B4B;
  line-height: 37px;
  font-weight: 300;
  margin-top: 15px;
}
.index-features-files .col-right p {
  font-size: 15px;
  color: #7B8398;
  line-height: 27px;
  margin-top: 30px;
}

.index-features-cta {
  background: #495a7a;
  text-align: center;
  padding: 60px 0;
}
.index-features-cta .info {
  text-align: left;
  display: inline-block;
  margin-right: 80px;
}
@media (max-width: 767px) {
  .index-features-cta .info {
    text-align: center;
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.index-features-cta .info strong {
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: 600;
  text-shadow: 1px 1px #5B6162;
}
.index-features-cta .info p {
  margin-top: 6px;
  color: #D4DEF0;
  font-size: 16px;
}
.index-features-cta a {
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  background-image: -o-linear-gradient(-89deg, #FFFFFF 0%, #f0f4fa 100%);
  background-image: -moz-linear-gradient(-89deg, #FFFFFF 0%, #f0f4fa 100%);
  background-image: -ms-linear-gradient(-89deg, #FFFFFF 0%, #f0f4fa 100%);
  background-image: linear-gradient(-179deg, #FFFFFF 0%, #f0f4fa 100%);
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.32);
  font-size: 15px;
  color: #468bb6;
  line-height: 20px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.72);
  padding: 17px 32px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.index-features-cta a:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0 1px 2px, #CCDEEE 0 1px 30px;
}

.index-features-footer {
  position: relative;
  padding: 70px 0 90px;
}
@media (max-width: 767px) {
  .index-features-footer {
    padding: 30px 0 50px;
  }
}
.index-features-footer .links {
  text-align: center;
}
.index-features-footer .links a {
  display: inline-block;
  font-size: 16px;
  color: #8C99AB;
  margin: 0 33px;
}
@media (max-width: 767px) {
  .index-features-footer .links a {
    display: block;
    margin: 20px 0;
  }
}
.index-features-footer .bottom {
  margin-top: 45px;
  text-align: center;
}
.index-features-footer .bottom span {
  display: inline-block;
  margin: 0 25px;
  color: #8C99AB;
}
@media (max-width: 767px) {
  .index-features-footer .bottom span {
    display: block;
    margin: 20px 0;
  }
}
.index-features-footer .bottom span a {
  color: #689CE0;
}

.index-photography-body {
  background: #f9f9f9;
}

.index-photography-header {
  position: relative;
}
.index-photography-header .slider-component {
  height: 90vh;
}
.index-photography-header .slider-component ul.itemwrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 996;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.25) 100%);
}
.index-photography-header .intro {
  position: absolute;
  left: 0;
  right: 0;
  top: 260px;
  z-index: 998;
  text-align: center;
}
@media (max-width: 767px) {
  .index-photography-header .intro {
    top: 175px;
  }
}
.index-photography-header .intro h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 767px) {
  .index-photography-header .intro h1 {
    font-size: 25px;
  }
}
.index-photography-header .intro h2 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 15px;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.index-photography-header .intro a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 35px;
  display: inline-block;
  letter-spacing: 2px;
  margin-top: 20px;
  font-size: 12px;
  padding: 13px 25px 12px;
  background: #88bee0;
  text-decoration: none;
  box-shadow: 0 4px 18px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.index-photography-header .intro a:hover {
  background: #fff;
  color: #999;
}

.index-photography-intro {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-photography-intro {
    margin-top: 70px;
  }
}
.index-photography-intro h2 {
  font-size: 33px;
  text-shadow: 1px 1px #fff;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index-photography-intro h2 {
    font-size: 28px;
  }
}
.index-photography-intro p {
  color: #777d88;
  width: 60%;
  font-size: 16px;
  margin: 30px auto 0;
  line-height: 27px;
}
@media (max-width: 991px) {
  .index-photography-intro p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .index-photography-intro p {
    width: 90%;
  }
}

.index-photography-gallery {
  margin-top: 90px;
}
.index-photography-gallery .scroller {
  height: 380px;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .index-photography-gallery .scroller {
    height: 300px;
  }
}

.index-photography-cta {
  margin-top: 70px;
  height: 410px;
  background: url("../images/graphics/photo-bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 120px;
}
.index-photography-cta h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: .5px;
}
@media (max-width: 767px) {
  .index-photography-cta h2 {
    font-size: 27px;
    line-height: 35px;
  }
}
.index-photography-cta a {
  background: #88bee0;
  box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-top: 50px;
  padding: 20px 35px;
  font-size: 13px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-photography-cta a:hover {
  background: #6690e4;
}

.index-photography-feature {
  padding-top: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .index-photography-feature {
    padding-top: 80px;
  }
}
.index-photography-feature p {
  text-align: center;
  color: #777d88;
  width: 70%;
  font-size: 16px;
  margin: 0 auto;
  line-height: 27px;
}
@media (max-width: 767px) {
  .index-photography-feature p {
    width: 100%;
  }
}
.index-photography-feature .gallery {
  margin-top: 70px;
}
.index-photography-feature .gallery .bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .index-photography-feature .gallery .bg-img {
    height: 250px !important;
  }
}
.index-photography-feature .gallery .col-md-1,
.index-photography-feature .gallery .col-md-2,
.index-photography-feature .gallery .col-md-3,
.index-photography-feature .gallery .col-md-4,
.index-photography-feature .gallery .col-md-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.index-photography-feature .gallery .col-md-1 .bg-img,
.index-photography-feature .gallery .col-md-2 .bg-img,
.index-photography-feature .gallery .col-md-3 .bg-img,
.index-photography-feature .gallery .col-md-4 .bg-img,
.index-photography-feature .gallery .col-md-5 .bg-img {
  height: 210px;
}
.index-photography-feature .gallery .col-md-6,
.index-photography-feature .gallery .col-md-7,
.index-photography-feature .gallery .col-md-8,
.index-photography-feature .gallery .col-md-9,
.index-photography-feature .gallery .col-md-10,
.index-photography-feature .gallery .col-md-11 {
  padding-left: 5px;
  padding-right: 5px;
}
.index-photography-feature .gallery .col-md-6 .bg-img,
.index-photography-feature .gallery .col-md-7 .bg-img,
.index-photography-feature .gallery .col-md-8 .bg-img,
.index-photography-feature .gallery .col-md-9 .bg-img,
.index-photography-feature .gallery .col-md-10 .bg-img,
.index-photography-feature .gallery .col-md-11 .bg-img {
  height: 430px;
}
.index-photography-feature .gallery .col-md-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.index-photography-feature .gallery .col-md-12 .bg-img {
  height: 330px;
}

.index-photography-footer {
  margin-top: 300px;
  background: #343746;
}
@media (max-width: 767px) {
  .index-photography-footer {
    margin-top: 200px;
  }
}
.index-photography-footer .footer-wrapper {
  background: #fff;
  position: relative;
  width: 590px;
  min-height: 350px;
  margin: 0 auto;
  padding: 40px 70px;
}
@media (max-width: 991px) {
  .index-photography-footer .footer-wrapper {
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}
@media (max-width: 767px) {
  .index-photography-footer .footer-wrapper {
    width: auto;
    padding: 30px 20px;
  }
}
.index-photography-footer .footer-wrapper h3 {
  text-align: center;
  margin-top: 0;
}
.index-photography-footer .footer-wrapper form {
  margin-top: 30px;
}
.index-photography-footer .footer-wrapper form label {
  font-weight: 400;
}
.index-photography-footer .footer-wrapper form .form-actions {
  margin-top: 30px;
  text-align: center;
}
.index-photography-footer .social {
  text-align: center;
  padding-bottom: 100px;
  color: #fff;
}
.index-photography-footer .social a {
  color: #fff;
  font-size: 31px;
  display: inline-block;
  margin: 0 17px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index-photography-footer .social a:hover {
  -moz-transform: scale3d(1.6, 1.6, 1.6);
  -o-transform: scale3d(1.6, 1.6, 1.6);
  -ms-transform: scale3d(1.6, 1.6, 1.6);
  -webkit-transform: scale3d(1.6, 1.6, 1.6);
  transform: scale3d(1.6, 1.6, 1.6);
}

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
  height: 100vh;
}
.homepage-hero-module .video-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #111;
}
.homepage-hero-module .video-container #video {
  position: relative;
  background: transparent;
  height: 100%;
}
.homepage-hero-module .video-container .ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}
.homepage-hero-module .video-container .ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background: rgba(64, 76, 93, 0.65);
}

.homepage-hero-content {
  position: absolute;
  z-index: 99;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  top: calc(50% - 140px);
}
@media (max-width: 767px) {
  .homepage-hero-content {
    top: 25%;
  }
}
.homepage-hero-content h2 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: .3px;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media (max-width: 991px) {
  .homepage-hero-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .homepage-hero-content h2 {
    font-size: 33px;
    line-height: 45px;
    padding: 0 20px;
  }
}
.homepage-hero-content p {
  font-size: 17px;
  width: 50%;
  margin: 25px auto 0;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media (max-width: 991px) {
  .homepage-hero-content p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .homepage-hero-content p {
    width: 90%;
    font-size: 15px;
  }
}
.homepage-hero-content a.btn-cta {
  display: inline-block;
  padding: 11px 29px;
  border: 2px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  color: #333;
  text-decoration: none;
  margin-top: 45px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-hero-content a.btn-cta:hover {
  color: #fff;
  background: transparent;
}

.index-video-intro {
  margin-top: 70px;
  position: relative;
}
.index-video-intro .bg-text {
  position: absolute;
  font-weight: 600;
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-size: 110px;
  color: #f3f3f3;
  top: 0px;
  letter-spacing: -2px;
  left: 10px;
}
@media (max-width: 991px) {
  .index-video-intro .bg-text {
    font-size: 70px;
  }
}
.index-video-intro .index-video-title {
  margin-top: 90px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .index-video-intro .index-video-title {
    margin-top: 60px;
  }
}
.index-video-intro .index-video-title h3 {
  margin: 0;
  width: 45%;
  float: left;
  font-weight: 600;
  line-height: 31px;
}
@media (max-width: 767px) {
  .index-video-intro .index-video-title h3 {
    width: 100%;
  }
}
.index-video-intro .index-video-title p {
  margin: 0;
  float: right;
  width: 45%;
  font-size: 15px;
  color: #666;
  line-height: 24px;
}
@media (max-width: 767px) {
  .index-video-intro .index-video-title p {
    width: 100%;
    margin-top: 20px;
  }
}
.index-video-intro .img-bg {
  display: block;
  text-decoration: none;
  height: 420px;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .index-video-intro .img-bg {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .index-video-intro .img-bg {
    margin-bottom: 25px;
  }
}
.index-video-intro .img-bg:hover {
  -moz-transform: scale3d(1.04, 1.04, 1.04);
  -o-transform: scale3d(1.04, 1.04, 1.04);
  -ms-transform: scale3d(1.04, 1.04, 1.04);
  -webkit-transform: scale3d(1.04, 1.04, 1.04);
  transform: scale3d(1.04, 1.04, 1.04);
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.25);
}
.index-video-intro .img-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(36, 43, 60, 0.89) 100%);
}
.index-video-intro .img-bg p {
  position: absolute;
  bottom: 15px;
  color: #fff;
  z-index: 9;
  text-align: center;
  left: 0;
  font-size: 23px;
  font-weight: 500;
  right: 0;
}
.index-video-intro .img-bg p span {
  display: block;
  font-weight: normal;
  font-size: 15px;
  font-family: Georgia;
  color: rgba(255, 255, 255, 0.65);
}

.index-video-feature {
  margin-top: 110px;
  padding-top: 70px;
  position: relative;
}
@media (max-width: 991px) {
  .index-video-feature {
    padding-top: 50px;
    margin-top: 80px;
  }
}
.index-video-feature .bg-text {
  position: absolute;
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-weight: 600;
  font-size: 110px;
  color: #f3f3f3;
  top: 0px;
  letter-spacing: -2px;
  right: 10px;
  z-index: -1;
}
@media (max-width: 991px) {
  .index-video-feature .bg-text {
    font-size: 70px;
  }
}
.index-video-feature .index-video-title {
  width: 33%;
  font-weight: 600;
  line-height: 32px;
  margin-left: 37%;
}
@media (max-width: 1199px) {
  .index-video-feature .index-video-title {
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .index-video-feature .index-video-title {
    width: 90%;
  }
}
.index-video-feature .gallery p {
  text-align: center;
  margin: 10px auto 50px;
  width: 70%;
  font-size: 15px;
  line-height: 23px;
  color: #555;
}
@media (max-width: 991px) {
  .index-video-feature .gallery p {
    width: 90%;
  }
}
.index-video-feature .gallery .bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
}
@media (max-width: 767px) {
  .index-video-feature .gallery .bg-img {
    height: 210px !important;
    margin-bottom: 25px !important;
  }
}
.index-video-feature .gallery .col-md-3 .bg-img {
  height: 210px;
  margin-bottom: 25px;
}
.index-video-feature .gallery .col-md-3 .bg-img + .bg-img {
  margin-bottom: 0;
}
.index-video-feature .gallery .col-md-6 .bg-img {
  height: 445px;
}

.index-video-scroll {
  margin-top: 80px;
  margin-bottom: -60px;
  position: relative;
}
.index-video-scroll .bg-text {
  position: absolute;
  font-family: Source Sans Pro, Helvetica Neue, Arial;
  font-weight: 600;
  font-size: 110px;
  color: #f3f3f3;
  top: 0px;
  letter-spacing: -2px;
  left: 10px;
}
@media (max-width: 991px) {
  .index-video-scroll .bg-text {
    font-size: 70px;
  }
}
.index-video-scroll .index-scroll-title {
  width: 33%;
  font-weight: 600;
  line-height: 32px;
  position: absolute;
  top: 70px;
  left: 25%;
}
@media (max-width: 991px) {
  .index-video-scroll .index-scroll-title {
    width: 100%;
    left: 0;
    top: 40px;
    padding: 0 20px;
    text-align: center;
  }
}
.index-video-scroll .scroll-wrapper {
  padding-top: 200px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-video-scroll .scroll-wrapper {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .index-video-scroll .scroll-wrapper {
    padding-top: 170px;
  }
}
.index-video-scroll .scroll-wrapper .holder {
  overflow: hidden;
  height: 430px;
}
.index-video-scroll .scroll-wrapper .wrap {
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
}
.index-video-scroll .scroll-wrapper .item {
  width: 270px;
  display: inline-block;
  margin: 3px 3px 90px;
}
@media (max-width: 767px) {
  .index-video-scroll .scroll-wrapper .item {
    width: 250px;
  }
}
.index-video-scroll .scroll-wrapper .item:first-child {
  margin-left: 280px;
}
@media (max-width: 991px) {
  .index-video-scroll .scroll-wrapper .item:first-child {
    margin-left: 180px;
  }
}
@media (max-width: 767px) {
  .index-video-scroll .scroll-wrapper .item:first-child {
    margin-left: 50px;
  }
}
.index-video-scroll .scroll-wrapper .item .img-bg {
  display: block;
  text-decoration: none;
  height: 370px;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .index-video-scroll .scroll-wrapper .item .img-bg {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .index-video-scroll .scroll-wrapper .item .img-bg {
    height: 300px;
  }
}
.index-video-scroll .scroll-wrapper .item .img-bg:hover {
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}
.index-video-scroll .scroll-wrapper .item .img-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(36, 43, 60, 0.89) 100%);
}
.index-video-scroll .scroll-wrapper .item p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
}

.index-app-hero {
  background: url("../images/unsplash/jared-erondu-10472.jpg");
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
  height: 590px;
  padding-top: 150px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .index-app-hero {
    background-attachment: inherit;
  }
}
@media (max-width: 767px) {
  .index-app-hero {
    text-align: center;
    padding-top: 60px;
  }
}
.index-app-hero:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 35, 62, 0.58);
}
.index-app-hero .container {
  position: relative;
  z-index: 10;
}
.index-app-hero h2 {
  color: #fff;
  margin-top: 40px;
  font-size: 44px;
  font-weight: 200;
  line-height: 54px;
  width: 590px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media (max-width: 991px) {
  .index-app-hero h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .index-app-hero h2 {
    width: auto;
  }
}
.index-app-hero p {
  color: #DFEDFF;
  font-weight: 400;
  margin-top: 30px;
  font-size: 17px;
  line-height: 27px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.index-app-hero .btn-pill {
  margin-top: 30px;
  font-weight: 600;
  padding: 13px 44px 16px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.index-app-hero .btn-pill:active {
  border-color: #3b6b23;
}
@media (max-width: 767px) {
  .index-app-hero .btn-pill {
    margin-top: 30px;
  }
}

.index-app-news {
  text-align: center;
  padding: 25px 0;
  background: #F9F9F9;
  border-bottom: 1px solid #DADADA;
  color: #6E6E6E;
  font-size: 15px;
}
.index-app-news span {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #8e82de;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.index-app-news strong {
  font-weight: 600;
  color: #333;
  margin-right: 10px;
}
.index-app-news a {
  color: #0C80E4;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .index-app-news a {
    display: block;
    margin-top: 7px;
  }
}

.index-app-features {
  padding-top: 160px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .index-app-features {
    padding-top: 60px;
    text-align: center;
  }
}
.index-app-features section {
  width: 870px;
  margin: 0 auto;
  min-height: 473px;
  position: relative;
}
@media (max-width: 991px) {
  .index-app-features section {
    padding: 0 30px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-app-features section {
    min-height: auto;
  }
}
.index-app-features img.browser {
  position: absolute;
  left: 450px;
  top: -15px;
}
@media (max-width: 767px) {
  .index-app-features img.browser {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.index-app-features .info {
  width: 330px;
}
@media (max-width: 767px) {
  .index-app-features .info {
    width: auto;
  }
}
.index-app-features h3 {
  font-size: 13px;
  color: #70A9CD;
  text-transform: uppercase;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 600;
}
.index-app-features h4 {
  font-size: 29px;
  color: #4B4B4B;
  line-height: 38px;
  font-weight: 300;
  margin-top: 15px;
}
.index-app-features p {
  font-size: 15px;
  color: #7B8398;
  width: 90%;
  line-height: 26px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .index-app-features p {
    width: auto;
  }
}

.index-features-files.index-app {
  margin-top: 50px;
  border-bottom: 1px solid #e2e9f0;
}

.business-single-client.index-app {
  margin-top: 100px;
}

.index-app-devices {
  margin-top: 220px;
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .index-app-devices {
    margin-top: 150px;
    margin-bottom: 0;
  }
}
.index-app-devices .cta {
  margin-top: 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-app-devices .cta {
    margin-top: 70px;
  }
}
.index-app-devices .cta h3 {
  font-size: 29px;
}
@media (max-width: 767px) {
  .index-app-devices .cta h3 {
    line-height: 35px;
    font-size: 26px;
  }
}
.index-app-devices .cta p {
  font-size: 17px;
  margin-top: 20px;
  color: #777;
}
.index-app-devices .cta a {
  margin-top: 25px;
  display: inline-block;
  background: #459CE7;
  color: #fff;
  padding: 13px 30px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.index-app-devices .cta a:hover {
  background: #66B1F2;
}

.index-dark-page {
  background: #1d1e1f;
}

.index-dark-header {
  min-height: 650px;
  background-image: url("../images/unsplash/photo-1454942901704-3c44c11b2ad1.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
}
.index-dark-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.index-dark-header .container {
  position: relative;
  z-index: 9;
}
.index-dark-header h1 {
  text-align: center;
  padding-top: 210px;
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index-dark-header h1 {
    font-size: 35px;
    padding-top: 100px;
  }
}
.index-dark-header p {
  text-align: center;
  font-size: 17px;
  width: 80%;
  margin: 15px auto;
}
@media (max-width: 767px) {
  .index-dark-header p {
    width: 100%;
  }
}
.index-dark-header form {
  margin: 50px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .index-dark-header form {
    margin-top: 30px;
  }
}
.index-dark-header form .form-control {
  height: 50px;
  font-size: 18px;
  padding: 6px 18px;
  width: 330px;
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .index-dark-header form .form-control {
    width: 100%;
    margin-top: 20px;
  }
}
.index-dark-header form .btn-shadow {
  padding: 16px 25px;
  position: relative;
  top: -2px;
}
@media (max-width: 991px) {
  .index-dark-header form .btn-shadow {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index-dark-header form .btn-shadow {
    width: 100%;
  }
}

.index-dark-videos {
  color: #fff;
  margin-top: 60px;
}
.index-dark-videos h1 {
  line-height: 44px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 20px;
}
.index-dark-videos p {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
  color: #B0976D;
}
.index-dark-videos .grid-videos {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .index-dark-videos .grid-videos .video {
    margin-bottom: 30px;
  }
}
.index-dark-videos .grid-videos .bg {
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
}
.index-dark-videos .grid-videos .bg a.btn-play {
  position: relative;
  top: 65px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index-dark-videos .grid-videos .bg a.btn-play:hover {
  background: rgba(0, 0, 0, 0.85);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.index-dark-videos .grid-videos .bg a.btn-play i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 22px;
}
.index-dark-videos .grid-videos .title {
  font-size: 17px;
  margin-top: 20px;
  line-height: 27px;
}
.index-dark-videos .grid-videos .author {
  margin-top: 15px;
  color: #dadada;
}

.index-dark-portfolio {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .index-dark-portfolio {
    margin-top: 60px;
    padding-top: 20px;
  }
}
.index-dark-portfolio h1 {
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 20px;
}
.index-dark-portfolio .img-left {
  margin-right: 10px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .index-dark-portfolio .img-left {
    width: 48%;
    float: left;
    margin-right: 0;
  }
}
.index-dark-portfolio .img-right {
  margin-left: 10px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .index-dark-portfolio .img-right {
    width: 48%;
    float: right;
    margin-left: 0;
  }
}

.index-dark-features-device {
  margin-top: 110px;
  padding-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.index-dark-features-device .info {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .index-dark-features-device .info {
    padding-top: 50px;
  }
}
.index-dark-features-device .label-title {
  color: #b79e75;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.index-dark-features-device h4 {
  font-size: 29px;
  line-height: 37px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 27px;
}
.index-dark-features-device p {
  width: 80%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  color: #ccc;
}
@media (max-width: 991px) {
  .index-dark-features-device p {
    width: auto;
  }
}

.index-dark-features-ipad {
  margin-top: 90px;
  padding-top: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
@media (max-width: 767px) {
  .index-dark-features-ipad {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.index-dark-features-ipad .info {
  padding-top: 50px;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .index-dark-features-ipad .info {
    padding-top: 0;
    padding-left: 15px;
  }
}
.index-dark-features-ipad .label-title {
  color: #b79e75;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.index-dark-features-ipad h4 {
  font-size: 29px;
  line-height: 36px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 27px;
}
.index-dark-features-ipad p {
  width: 80%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  color: #ccc;
}
@media (max-width: 991px) {
  .index-dark-features-ipad p {
    width: auto;
  }
}

.index-dark-banner {
  margin-top: 120px;
  height: 400px;
  background-image: url("../images/unsplash/photo-1467659226669-a1360d97be2d.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
}
.index-dark-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.index-dark-banner .dark-banner-wrapper {
  text-align: center;
  padding-top: 80px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .index-dark-banner .dark-banner-wrapper {
    padding: 60px 20px 0;
  }
}
.index-dark-banner h2 {
  font-size: 32px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .index-dark-banner h2 {
    font-size: 26px;
  }
}
.index-dark-banner p {
  font-size: 17px;
  width: 560px;
  margin: 15px auto;
}
@media (max-width: 767px) {
  .index-dark-banner p {
    width: auto;
  }
}
.index-dark-banner a.btn-play {
  position: relative;
  margin-top: 20px;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 60px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index-dark-banner a.btn-play:hover {
  background: rgba(0, 0, 0, 0.85);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.index-dark-banner a.btn-play i {
  color: #fff;
  font-size: 33px;
  position: absolute;
  top: 8px;
  left: 25px;
}

.index-dark-cta {
  margin-top: 130px;
  color: #fff;
  text-align: center;
}
.index-dark-cta h2 {
  font-size: 29px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .index-dark-cta h2 {
    line-height: 37px;
  }
}
.index-dark-cta p {
  color: #ccc;
  font-size: 15px;
  margin-top: 15px;
}
.index-dark-cta a {
  margin-top: 30px;
}

.footer.footer--dark {
  background: #292929;
  margin-top: 150px;
}
.footer.footer--dark .title {
  color: #bfa578;
}
.footer.footer--dark .menu a {
  color: #fff;
}
.footer.footer--dark .newsletter p {
  color: #c2c5cc;
}
.footer.footer--dark .bottom {
  border-top: 1px solid #3e3c3c;
}
.footer.footer--dark .bottom ul a {
  color: #7c7d80;
}

@media (min-width: 1200px) {
  .navbar.navbar-restaurant .container {
    width: 1170px;
  }
}
@media (max-width: 991px) {
  .navbar.navbar-restaurant .navbar-brand {
    top: 0;
  }
}
.navbar.navbar-restaurant .navbar-brand img {
  max-width: inherit;
}
@media (max-width: 991px) {
  .navbar.navbar-restaurant .navbar-brand img {
    display: block;
    width: 126px;
  }
}
@media (max-width: 767px) {
  .navbar.navbar-restaurant .navbar-brand img {
    width: 105px;
  }
}
.navbar.navbar-restaurant .link-rest-call-us {
  text-transform: uppercase;
  letter-spacing: 4.5px;
  font-size: 14px;
  font-weight: 400;
}

.restaurant-header {
  min-height: 680px;
  background-image: url("../images/unsplash/sunset.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (min-width: 1200px) {
  .restaurant-header .container {
    width: 1170px;
  }
}
.restaurant-header .intro {
  padding-top: 250px;
  text-align: center;
}
@media (max-width: 767px) {
  .restaurant-header .intro {
    padding: 200px 20px 0;
  }
}
.restaurant-header .intro h1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 37px;
  color: #FFFFFF;
  letter-spacing: 3.8px;
  line-height: 38px;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.73);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .restaurant-header .intro h1 {
    font-size: 35px;
  }
}
.restaurant-header .intro p {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 38px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.restaurant-header .bottom {
  position: absolute;
  width: 100%;
  bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 2.5px;
  line-height: 38px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .restaurant-header .bottom .float-left,
  .restaurant-header .bottom .float-right {
    float: none !important;
    text-align: center;
  }
}

.restaurant-intro {
  margin-top: 125px;
  text-align: center;
}
@media (max-width: 767px) {
  .restaurant-intro {
    padding: 0 20px;
    margin-top: 80px;
  }
}
.restaurant-intro h2 {
  text-transform: uppercase;
  color: #48494B;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .restaurant-intro h2 {
    line-height: 32px;
  }
}
.restaurant-intro p {
  width: 720px;
  margin: 35px auto 0;
  font-size: 16px;
  color: #546579;
  line-height: 28px;
}
@media (max-width: 767px) {
  .restaurant-intro p {
    width: auto;
    font-size: 16px;
  }
}

.restaurant-grid {
  margin-top: 125px;
}
.restaurant-grid .banner {
  height: 310px;
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .restaurant-grid .banner {
    width: 50%;
    height: 260px;
  }
}
@media (max-width: 767px) {
  .restaurant-grid .banner {
    width: 100%;
  }
}
.restaurant-grid .banner:hover .bg {
  -moz-transform: scale3d(1.07, 1.07, 1.07);
  -o-transform: scale3d(1.07, 1.07, 1.07);
  -ms-transform: scale3d(1.07, 1.07, 1.07);
  -webkit-transform: scale3d(1.07, 1.07, 1.07);
  transform: scale3d(1.07, 1.07, 1.07);
}
.restaurant-grid .banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.restaurant-grid .banner .bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(39, 41, 64, 0.32);
}
.restaurant-grid .banner section {
  color: #fff;
  text-align: center;
  margin-top: 115px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .restaurant-grid .banner section {
    margin-top: 90px;
  }
}
.restaurant-grid .banner section .title {
  font-size: 26px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .restaurant-grid .banner section .title {
    font-size: 22px;
  }
}
.restaurant-grid .banner section p {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 12px;
  margin-top: 7px;
}

.restaurant-menu {
  background: #f7f7f7;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .restaurant-menu {
    padding-top: 60px;
    text-align: center;
  }
}
.restaurant-menu h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.restaurant-menu .menu-section {
  margin-top: 30px;
}
.restaurant-menu .menu-section h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
}
.restaurant-menu .menu-section p {
  font-size: 15px;
  margin-bottom: 12px;
}

.restaurant-gallery {
  margin-top: 100px;
}
.restaurant-gallery h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .restaurant-gallery h1 {
    font-size: 25px;
  }
}
.restaurant-gallery .gallery {
  margin-top: 50px;
}
.restaurant-gallery .gallery .bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
}
@media (max-width: 767px) {
  .restaurant-gallery .gallery .bg-img {
    height: 210px !important;
    margin-bottom: 25px !important;
  }
}
.restaurant-gallery .gallery .col-md-3 .bg-img {
  height: 210px;
  margin-bottom: 25px;
}
.restaurant-gallery .gallery .col-md-3 .bg-img + .bg-img {
  margin-bottom: 0;
}
.restaurant-gallery .gallery .col-md-6 .bg-img {
  height: 445px;
}

.restaurant-reservation {
  margin-top: 140px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .restaurant-reservation {
    margin-top: 90px;
    margin-bottom: 100px;
  }
}
.restaurant-reservation h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .restaurant-reservation h1 {
    font-size: 25px;
  }
}
.restaurant-reservation form {
  margin-top: 50px;
}
.restaurant-reservation form .form-group {
  margin-bottom: 32px;
}
.restaurant-reservation form .form-group label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #9198b5;
  font-weight: 600;
}
.restaurant-reservation form .form-group .form-control {
  height: 45px;
  border-radius: 1px;
  border: 2px solid #e2e2e8;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.restaurant-reservation form .form-group .form-control:focus {
  border-color: #acb2c3;
}
.restaurant-reservation form input[type="submit"] {
  padding: 14px 23px;
  width: 100%;
}

.event-bg {
  background: #F4F6F2;
}

.event-title {
  color: #1D1D1F;
  line-height: 38px;
  font-size: 27px;
  font-weight: 400;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}
.event-title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 90%;
  margin: auto;
  bottom: -30px;
  left: 0;
  right: 0;
  background: #CFD1CD;
}

.event-hero {
  background-image: url("../images/unsplash/aranxa-esteve-130749.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 540px;
  position: relative;
}
@media (max-width: 991px) {
  .event-hero {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  .event-hero {
    min-height: 370px;
  }
}
.event-hero .container {
  z-index: 10;
  position: relative;
}
.event-hero:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(150deg, rgba(111, 32, 154, 0.19) 0, rgba(227, 249, 47, 0.15) 100%);
}
.event-hero h2 {
  color: #fff;
  text-align: center;
  padding-top: 240px;
  font-size: 2.9rem;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .event-hero h2 {
    padding-top: 100px;
    font-size: 2.2rem;
  }
}
.event-hero .tickets {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -50px;
  background: #fff;
  padding: 23px 65px;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
}
.event-hero .tickets p {
  color: #1D1D1F;
  font-size: 16px;
}

.btn-get-tickets {
  border: 2px solid #7a37a2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 60px;
  color: #7a37a2;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-get-tickets:hover {
  background: #7a37a2;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-get-tickets {
    margin-bottom: 20px;
  }
}

.event-intro {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .event-intro {
    margin-top: 130px;
  }
}
@media (min-width: 992px) {
  .event-intro .event-title {
    width: 80%;
  }
}
.event-intro .event-title:after {
  width: 50%;
  margin-left: 0;
}
.event-intro p {
  color: #363841;
  line-height: 21px;
}
@media (min-width: 992px) {
  .event-intro p {
    width: 80%;
  }
}

.event-speakers {
  margin-top: 180px;
}
@media (max-width: 991px) {
  .event-speakers {
    margin-top: 80px;
  }
}
.event-speakers .event-title {
  margin-bottom: 90px;
}
.event-speakers .speaker {
  background: #fff;
  max-width: 309px;
  margin: auto;
}
@media (min-width: 768px) {
  .event-speakers .speaker.mt-half {
    margin-top: 60px;
  }
  .event-speakers .speaker.mt-full {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .event-speakers .speaker {
    margin-bottom: 30px;
  }
}
.event-speakers .speaker-name {
  font-size: 19px;
  color: #3746A3;
  padding: 12px 15px 7px;
}
.event-speakers .speaker-role {
  color: #1D1D1F;
  font-size: 13px;
  padding: 0 15px;
}
.event-speakers .speaker-company {
  font-size: 16px;
  color: #B0B1B4;
  padding: 10px 15px;
}

.event-schedule {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .event-schedule {
    margin-top: 80px;
  }
}
.event-schedule .event-title {
  margin-bottom: 30px;
}
.event-schedule .event-title:after {
  display: none;
}
.event-schedule .date-tab {
  line-height: 38px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.event-schedule .date-tab:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 110%;
  margin: auto;
  bottom: -20px;
  left: -5px;
  right: 0;
  background: #CFD1CD;
}
@media (max-width: 576px) {
  .event-schedule .date-tab:after {
    width: 100%;
  }
}
.event-schedule .activity {
  padding: 32px 30px 0;
  width: 330px;
  margin: auto;
  position: relative;
}
.event-schedule .activity:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 143px;
  top: 0;
  background: #cfd1cd;
}
.event-schedule .activity:after {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #854bde;
  background: #F4F6F2;
  border-radius: 100%;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 138px;
}
.event-schedule .activity .time {
  display: inline-block;
  width: 40%;
  float: left;
}
.event-schedule .activity .title {
  width: 60%;
  display: inline-block;
  text-align: left;
  padding-left: 30px;
}

.event-tickets {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .event-tickets {
    margin-top: 80px;
  }
}
.event-tickets .event-title {
  margin-bottom: 80px;
}
.event-tickets .ticket {
  background: #fff;
  padding: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .event-tickets .ticket {
    margin-bottom: 30px;
  }
}
.event-tickets .ticket:hover {
  box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.09);
}
.event-tickets .ticket-title {
  text-align: center;
  font-size: 29px;
  margin-bottom: 30px;
}
.event-tickets h5 {
  margin-top: 45px;
}

.event-location {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .event-location {
    margin-top: 80px;
  }
}
.event-location .event-title {
  margin-bottom: 80px;
}
.event-location .address-container {
  box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.09);
}
.event-location .address {
  background: #fff;
  padding: 50px 30px;
}
.event-location #map {
  height: 470px;
  width: 100%;
}
.event-location i {
  font-size: 27px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.event-location .social-link {
  display: inline-block;
  position: relative;
  margin-right: 6px;
  margin-top: 15px;
}
.event-location .social-link i {
  font-size: 25px;
}
.event-location .social-link i.ion-social-twitter {
  color: #1da1f2;
}
.event-location .social-link i.ion-social-facebook {
  color: #3b5998;
}

.event-sponsors {
  margin-top: 130px;
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  .event-sponsors {
    margin-top: 80px;
  }
}
.event-sponsors .event-title {
  margin-bottom: 80px;
}
.event-sponsors img {
  margin-bottom: 50px;
}

.nav-sidebar {
  margin-top: 25px;
  padding-left: 10px;
}
.nav-sidebar.fixed {
  position: fixed;
  top: 0;
}
.nav-sidebar li {
  margin: 0 !important;
}
.nav-sidebar .nav .nav-link {
  color: #444;
  position: relative;
  padding: 0.35em 1em;
}
.nav-sidebar .nav .nav-link:hover, .nav-sidebar .nav .nav-link:focus {
  background-color: transparent;
}
.nav-sidebar .nav .nav-link.active {
  color: #724dc5;
}
.nav-sidebar .nav .nav-link.active:before {
  content: '';
  position: absolute;
  left: 0;
  height: 67%;
  top: 6px;
  width: 1px;
  background-color: #724dc5;
}
.nav-sidebar .nav .nav-link.active + .nav {
  display: block;
}
.nav-sidebar .nav .nav-link + .nav {
  padding-left: 17px;
  list-style-type: none;
  display: none;
}
.nav-sidebar .nav .nav-link + .nav .nav-link {
  padding: 5px 20px;
}

.theme-docs-wrapper {
  margin-top: 20px;
  margin-bottom: 100px;
}
.theme-docs-wrapper .h5 {
  line-height: 29px;
}
.theme-docs-wrapper .btn-pill,
.theme-docs-wrapper .btn-shadow {
  outline: none;
}
.theme-docs-wrapper pre {
  margin: 25px 0;
  padding: 20px;
  background-color: #f5f7f9;
  border: 1px solid #dee0e2;
}
.theme-docs-wrapper pre code {
  margin-top: -10px;
  display: block;
}
.theme-docs-wrapper pre code.html > * {
  color: #2f6f9f;
  line-height: 20px;
}
.theme-docs-wrapper pre code.html [class*=hljs-tag] {
  color: #2f6f9f;
}
.theme-docs-wrapper pre code.html [class*=hljs-name] {
  color: #2f6f9f;
}
.theme-docs-wrapper pre code.html [class*=hljs-attr] {
  color: #4f9fcf;
}
.theme-docs-wrapper pre code.html [class*=hljs-string] {
  color: #d44950;
}
.theme-docs-wrapper pre code.css {
  color: #2f6f9f;
}
.theme-docs-wrapper pre code.css > * {
  color: #2f6f9f;
  line-height: 20px;
}
.theme-docs-wrapper pre code.css [class*=hljs-keyword] {
  color: #069;
}
.theme-docs-wrapper pre code.css [class*=hljs-number] {
  color: #f60;
}
.theme-docs-wrapper .panel {
  margin: 25px 0;
}
.theme-docs-wrapper .panel .panel-body {
  padding: 20px;
  border: 2px solid #f5f7f9;
  border-bottom: 0;
}
.theme-docs-wrapper .panel .panel-footer {
  background-color: #f5f7f9;
}
.theme-docs-wrapper .panel .panel-footer pre {
  padding: 20px;
  margin: 0;
  border: none;
}
.theme-docs-wrapper .transparent-navbar-wrapper {
  position: relative;
}
.theme-docs-wrapper .transparent-navbar-wrapper .ion-chevron-down {
  font-size: 10px;
}
.theme-docs-wrapper .transparent-navbar-wrapper .transparent-navbar-header {
  height: 190px;
}
.theme-docs-wrapper .slider-component {
  height: 450px;
}
.theme-docs-wrapper .slider-component li {
  margin: 0;
}
.theme-docs-wrapper .slider-component h3 {
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(50% - 60px);
  left: 0;
  right: 0;
  font-size: 26px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
.theme-docs-wrapper .slider-options {
  padding: 0;
}
.theme-docs-wrapper .slider-options li {
  display: inline-block;
  margin: 3px 25px 3px 0;
}
.theme-docs-wrapper .slider-options li a.active {
  text-decoration: underline;
}
.theme-docs-wrapper .grid-example .row div[class^='col'] {
  border: 1px solid #dedede;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}

.header-hero {
	background: url("../images/Shanghai.jpg");
	background-size: cover;
	background-position: center 80%;
	padding-top: 220px;
	overflow: hidden;
	position: relative;
	min-height: 50vh;
	background-color: #000;
}
.header-hero--larger {
  min-height: 100vh;
  padding-top: 290px;
}
.header-hero--light {
  background-image: url("../images/unsplash/jorg-angeli-220264.jpg");
  border-bottom: 1px solid #DEE4EA;
}
.header-hero--light:after {
  background: rgba(249, 251, 255, 0.25) !important;
}
.header-hero .container {
  position: relative;
  z-index: 10;
}
.header-hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgba(63, 89, 118, 0.3) 0, rgba(14, 20, 34, 0.5) 80%);
}
.header-hero h2 {
  color: #fff;
  padding-bottom: 60px;
}

.panorama-hero {
  position: relative;
}
.panorama-hero h2 {
  position: absolute;
  top: 52%;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 2.1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.panorama-hero i.panorama-move {
  bottom: 30px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  width: 50px;
  height: 57px;
  background-size: 50px 57px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Mzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4NDg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTgxODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTgyODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++haY+QAAD8FJREFUeNrkXXtUVHUevwzI+yEIGKBIiimQLyzXBc11tfCVbXLMU5m6nrNueTQzt/1jO6nt2tO2fLSn3bO27abuamlmmiQopWillAGmqCgCIiAIDMhrmAf7+cLvdn7zmzvDzDB3QPue8z3XufO7v/v7fe73fb+DHpKK1NHREYZDLHggOBQcAPaU+gZ1gHVgLfgmuAJ8zcPDw+jA/iQPFUDT4BAPHg0Ok24vagcXgfMBZJPbAcSEg3CYBA6Wbm8ygQvAZwCkQXUAMRGp5URwknRnEal3FkCsVw1ATOKNQxo4SrozSQ8+DBArXA4gJvDCYQ44UrqziVT6kAiiKwB8CIc4K18HgRPBg8GBzOuRSpSAz7Mn6ygNBY8H07q/B19xs4P5FCBqXQIgLh6Fwy8VviJpnMs2qrFyOYUPOeDPwS123nIyeKFwbi84040g1jIQjT0CEBeSRD0G9hK+SgU/Du5n51SN4H+CL3Uzzge8kR3Nn4ROt9vHxyfbjSDmAsAfZAA1Tk5yvwJ4M8CLRPAMBkNLU1NTBbjSZDKJakvhznNGo3FMN/eLVgKvE1kfnwU3b96c6kYAxwE4X/mDlxPSF8QCZZ7uAz/Kn6irq7uUn59/sqSkpJKeFJFGo/FISkqKT0hImBwYGHgXG+qJJ/q72tratwYMGFBi5bYNttYUHh6+oKamRh8REXHCDQB6sSThtMSMsaMAEljJ3ClKz/7Cjp1Dzp49eyg3Nzefv87f318PNkIKpZaWFt/JkydPGzx48C/k70lKIUlvxsXFtVq59dP09G2sy4SH8AHAPO0GEMlu76Tbejlx8TDh84MceNL58+czefDuvvvuprFjxzaEhoaaRfTFxcX/w4Z9IHVj6TMkMvrSpUspISEhx8SxjP4D8MMgxUOUFgUp1oSFhS3BQ9ABxHyVAfRncW+Fh4PSR3ZoMXeKbOjr4JBOj9DYWLZ3794dpLKenp4mSNnNoUOHtloNrkwmPxxeASgB8vUA9QeArrOx8Nm2NAdzGrRa7bsAs1BlEMmR5DoqgWKOO0gGjwgSdFq2d6mpqbW2wGM2kb4/wTIZKTg4OJa4J7vCnF6Q4mdggzcDRDXjxEhnnIi/AoASB2CnE4iJiWmOj4+PZTbrLnYfyicv0lMDt3GXFcoAuoog/T5+fn5LKioqNkRHR+tUAjDEGQD7WQO0vb39VltbW/vAgQNDp0+f/oSVDOV+5q13g0+xc9Vq7A4ARh45ciQOYU4x7KxeJTvocBxoFXAy4oMGDYpMS0tbAgmIszEH2bulsFWzZIFRzVW2tEg5OTlq1SQ1zgBoUkhtukSzX7+AKVOmPObl5eVnp616pLq6mkKiGDV2Bxt4ubm5uQ1HX71e7yGpiaIDJJa7S4WswKKQiiwD2t2uWN2Fw0iHlExQQfJqsrOzDzJ7aAKrgZ3OGRsoJv514HLRmch0+fLlr06ePPktQDTBI0enpKSke3t7B8nf+/r6knr9pGKVlZX5BQUFpzyt7BhzDAc/YHNXOl19RkbGfxESda41Nja2BdLeoQKAt5wBsFnh3DHwk+JJpFaFx48f/1r+DI947dy5c5+NGzfuSWuT4/vc69ev31T6buTIkXGIDyd1B94XX3yxo6GhoXOdCGPaJk2aVKeS9tY7AyCpokG4jkCaxsIViZOmy8y5dEyYMKEWOTBtqkIJbKKqqqqCsrKyTo+cmJjYAG7iwpKggICAebZMjgweAvFOyUA2o5s5c2YNbHOHSgBWOmwDAQY5kWvCaQI0ywLppqbOjQwbNuwWA49ogNK8CH/qjh07dkQGnMCDfTTIDPDuJY13BLxZs2ZVwyabVAKPHkqZM06EqEjhXH/xBHLSThFHaNNmLfBmm9cePXp0N3lM+jxixIhGAk0Y5m1tMRR/It7b5UbwiMrxoFucBbBUobwUKeTMRoQPVCyVgoKCDLYAhJ3cc+PGjXp58xMnTlQqXV2wBl5WVtYO+XoA3+4G8IjOOhvGdKqY1PU+gqcIQSXrESh32p7+/fvzAMYIib8eTqOGjWtHEF5txWNel7rK9x285CqAd8MN4FUCg3KnC6oMxMuQspFSV6XYQgJbW1vrWZhiFIz4IDFek4GeMWPGDX9/f1ubz4SaXgBg4zF/y4ULFy4DRAMPXjfXu4Jo/pM9CaR5+ooFk5R5BJrFOs3NdXIRlY+zweFmgdStW9UsbzXYs3nktGVwTtn5+fkXZPBIct0EHtFpCE+dXbmtHVLYBCkkz/m0ggfufPUXEhLCq2+0WMdDvFbNxtmd7CMkaoBnb0HY4w3vbESgrFMpULbIC7DnAruLA3aCeB0g1ojntVpt51MKDAzU23Ig8NTVshQ5cl+qrqhUYbFGJUzjJJcCyNfFzCoMtbWyYbfpgZGWJYaHh0fCU5NT0kp9k6gJ4CRznqoAOFQIYUyQrAYFFbaoukRHRyeD6Z8PsdBgp5wi9QGiuPRrcpiurMYoUbwQwlTCBjayuM6mBAo0CuC/yHl23vm4k6ji9CP4o+7AkyTJJd1ZVVJXB6ps105AqlbPmzcvbNeuXQYGHEnfq/bMp9fr6zHnJ97e3tQuN5xlIUZmhyjv/kahrOaK1Izs8RXmLNrs3HuPm4uoNNXInysuLt4FL/kWKzxcZOPScdjjos2SJ1wqJ/M9lDQjU9UWluc7uv8e28B4Bc96jS84Mhohjtu3b9/zmZmZRc8+++yjCQkJSx2452ij0fgxYs37YGPrpNuZ8ATmdwgEtV0pdXVmRXHjdvNjkH3oEIZMYOPGI6bL7HCQkJFQatevl/ffYycidilIp06dKlOQwNFCplKMUEe2Y4WIAz+1UuaqQK78GZySRTEhIiLiN8uWLZs0f/58T2xkIDiyr0hVIngL+EewFtwGPgveynoC+bHvC5Jl4CTLn43xpeoMP668vPwAGzOajVkiSlh9fX3ukCFDqP9wPPLp+0pKSj4SxyAVPAd1vsWdagBTZ0SiuySQ/0Ab/Xs3mmNiQPqxa47xXyLJvyarpcReV+L0eHGS77777q9szHBrAH744YdPc3MlrFy5cowDGm4Ar3CbCrOel0Pg39sR9qzAU89gIMYL1RXZgRi4UGO0OElhYaEcX1lt/YBdlOuC5CgKt27d6kjDED28rZDQZ9QGUbaBb4DtblL09PSc0tDQsFMMenFOyQNbNE/u2bOnqDsAeSyd3Zy/v//bmzdvvldVAJm9WGlR+DKZWmpqao4TQ+Is+pgRQjxqZwiTIATKtfv375fTNXv6o20WGrC25tLS0j3gT+jfZpvTaHzT0tJWSyr+YookcJmY0mm12tNz5sx5ODIy8nni2bNnzwE4J7ubrKys7BqXRypmO1Cri1z039aTxeMht7700kuL4uLiXge/un79+iUUIvFjYmJiqG871kV5vyKA0/kTBoOhYe7cuX/MyMiQbZDh8OHDJYsXL34G0mOzEQjOQSmE2cbv+csvv9zNgdyjOh5iwWOvvfaa3B2h37BhwzcIeczeEPr5+UUxmzhADQDpqYwUFnU8JyeniTPgtEDToUPkY6Q/CYCYCcT27dsrRQCRIlH4UZKXlzfzwIEDhWvXrr2ioL4WQDY2NnZb75NfHUhdvzmhNjl9cHDwFcFeB3NltxtqAGjWRtHe3t7KgVDCbw7x2AcAYxVAGSVOpNPpqhD06hUkkEA8zRL1OBlsMF+IzWEg9GNzVWzZsqVUYb1mL/Xl9ymsBGYVcICqwQPxVkuFbwgR/lhuUR0CECbwH5QmQnZRziXpSj3OtUxK6KGck7g2EcxZjMMMhEGZlZWVh2HLVmDDSsn9EbOqQkFBLnfPn0y4eFFycnKAWjaQYsBPrQSxUTauschdKVOQg94eLIdiy2Q+gBbuGw5P+w+kgd/Clq7jxvF593pxbb8C4auxagTS9FT+DX6E/wJe9ykcsm2UjEgK83gPW11dXarggR0lMh8UZIczKa4UNOAmC/apusO/CeRLahYNUKGhof0klRo5SYUpL73KnwwLC0t55ZVXkiXLnmh5I1STe5uzf9UbN27MVLJ/ThCBQSpdZsOuFTMbWs8A50GzuCYqKspX7ZxuuSj2FRUVGZLwvkOkq1evzsjKynoRwepUTp169Wf+WPpz4l6WL1/+MFubOsUEymvp9aRQWTGuXr2aVLu7dxJDOPASJde8Z7ltANQwlSTbs0VQU82qVavox4MDu5mHbN9FpkoXJMs+6juaeGn5m2iAY2Nj5yIDGWlH5ZcC74afG3hmALKej/cEKfRC5rDEDin82ZJor94WwxAk6ekLFy5MUC0QvZMAhMRR3PUvoSTk/fLLL/9Wun3+sIRFytbU1GRwlwQSvSHGUiSFixYtSpT6zp9tskX+CmW2VrcBCCksU5LCdevWLb1NbKHFntrb293r3BDfxILb+VgKOagOUji9r0shlrpJjAO5OFWdQNrKlxZv6IqLi6kYGt3HAfzA7PWcwdDMwEt2N4AWUkhN4StWrJjZl6UQy9zDrxnqW80AHONWANmA90QpZC/FY/owgMf59TY3NxcxAEf1BoBR4BYxR0ZYky71cl+KjTVf4tdbW1v7NZenuxdANuhVhcaeo1LX38Tqa+BpWCsKrzH7GYD3qFZM6IbelIS228jIyF9v27btQcnGT7B6ie4Rq0f19fXX2T9VaUrvFkD218peF88vWLBgja+vb1+zhaniiYsgORzsTdXwg+2rEFWZiqmSlap1L6zRA/y9uEY86IeYCkf0ig3kBlt0UFFDeXJy8ug+AuCT4vq0Wm0+F0QH9DaAGkihxRPOz8+nOmJIL4MXIVbUiQ4cOPACF0RrehVAdsEkcZFI8drWrFlDDsWjFwH8WEH68qgxkwE4TKX7OnXRbnGx1MHVW+Uu3P5xhQZL4+bNm59SU317AmAcNaOKKz548OBz7g6ucdthrK3XjIqKirZz4A1V8f5OX/hnJYcyderUJDeC56PkdVtbW0uTkpJSGXjjJBV/6dQTAH3hUIqtPPkgNwH4rkUDt8lkeOedd3jVHajyGnp0cZqS7dm5c+citR0K7vOEUmd5Xl7eFg68kW5YR88mgAfeoaBCZenp6cNVXHSyWOCQHRnndVVVXZcBiAkGAMRqhbaQz9XIUFi8V6rw0MqnTZvm9vaSHv9WDnlyLSahHut9/PmoqKhZVVVVuyIiIq66+Of49Me4zf7CJexe+6ZNm144evSo3KFFHVy312/oDAbD+x29RNnZ2Wsl835CtwX0PVZhbqJAvV5/yd3gwevv4MAb4+7ymssAZJMl0u803AUenMaJ4ODg+zkA3f6fwLgUQCIE03OgznVqg0dl+pSUlAfcFe/ZAtDl9iI1NTXIx8dnHIy7Kn2CjY2NxjNnzvA/kSCnUXrHAMiIyltxkvoNSbUMvI7eAvD/AgwAe/DxchhoDlEAAAAASUVORK5CYII=);
}

.panorama-content {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px;
  pointer-events: none;
}
.panorama-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 10px;
  font-size: 2.2rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.panorama-content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.panorama-progress {
  height: 5px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.panorama-progress.finish {
  opacity: 0;
}


.about-2-hero {
  position: relative;
  padding-top: 130px;
}
@media (max-width: 991px) {
  .about-2-hero {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  .about-2-hero .container {
    width: 940px;
  }
}
.about-2-hero h1 {
  color: #677284;
  font-weight: 300;
  width: 70%;
  line-height: 51px;
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  .about-2-hero h1 {
    width: 100%;
    font-size: 2.3rem;
  }
}
.about-2-hero .pic1 {
  margin-top: 120px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.about-2-hero .pic2 {
  position: absolute;
  top: 330px;
  right: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.about-2-intro {
  margin-top: 200px;
}
.about-2-intro p {
  font-size: 27px;
  line-height: 39px;
  color: #606771;
  font-weight: 300;
}

.about-2-stats {
  margin-top: 90px;
}
.about-2-stats span {
  font-weight: 200;
  font-size: 50px;
}
.about-2-stats p {
  font-weight: 500;
  margin-top: 10px;
}

.about-2-team {
  margin-top: 90px;
}
.about-2-team .member {
  margin-bottom: 40px;
}
.about-2-team .member img {
  border-radius: 3px;
}
.about-2-team .member p {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 3px;
}
.about-2-team .member span {
  color: #777;
  font-size: 13px;
}

.agency-contact-hero {
  min-height: 290px;
  position: relative;
  background-image: url("../images/graphics/hero-02.jpg");
  background-size: cover;
  background-position: center -40px;
}
@media (max-width: 767px) {
  .agency-contact-hero {
    background-position: center center;
    min-height: 270px;
  }
}
.agency-contact-hero:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.agency-contact-hero h3 {
  position: relative;
  top: 200px;
  color: #fff;
  text-align: center;
  z-index: 1;
  font-size: 29px;
  font-weight: 400;
  line-height: 43px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .agency-contact-hero h3 {
    font-size: 25px;
    top: 130px;
  }
}

.agency-contact-intro {
  margin-top: 50px;
}
.agency-contact-intro p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  width: 75%;
  margin: 27px auto 0;
  color: #61686E;
}
@media (max-width: 767px) {
  .agency-contact-intro p {
    width: auto;
    font-size: 15px;
    line-height: 27px;
  }
}

.agency-contact-form form {
  width: 550px;
  margin: 35px auto 0;
}
@media (max-width: 767px) {
  .agency-contact-form form {
    width: 100%;
  }
}
.agency-contact-form form input[type="text"],
.agency-contact-form form input[type="email"],
.agency-contact-form form textarea {
  font-size: 18px;
  margin-top: 20px;
  outline: none;
  color: #888;
  background: white;
  padding: 18px 20px;
  border: 1px solid #cbcdd2;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agency-contact-form form input[type="text"]::-webkit-input-placeholder,
.agency-contact-form form input[type="email"]::-webkit-input-placeholder,
.agency-contact-form form textarea::-webkit-input-placeholder {
  color: #B8BBC7;
}
.agency-contact-form form input[type="text"]:-moz-placeholder,
.agency-contact-form form input[type="email"]:-moz-placeholder,
.agency-contact-form form textarea:-moz-placeholder {
  color: #B8BBC7;
}
.agency-contact-form form input[type="text"]::-moz-placeholder,
.agency-contact-form form input[type="email"]::-moz-placeholder,
.agency-contact-form form textarea::-moz-placeholder {
  color: #B8BBC7;
}
.agency-contact-form form input[type="text"]:-ms-input-placeholder,
.agency-contact-form form input[type="email"]:-ms-input-placeholder,
.agency-contact-form form textarea:-ms-input-placeholder {
  color: #B8BBC7;
}
@media (max-width: 767px) {
  .agency-contact-form form input[type="text"],
  .agency-contact-form form input[type="email"],
  .agency-contact-form form textarea {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.agency-contact-form form input[type="text"]:focus,
.agency-contact-form form input[type="email"]:focus,
.agency-contact-form form textarea:focus {
  border-color: #656565;
}
.agency-contact-form form input[type="text"]:focus::-webkit-input-placeholder,
.agency-contact-form form input[type="email"]:focus::-webkit-input-placeholder,
.agency-contact-form form textarea:focus::-webkit-input-placeholder {
  color: #666;
}
.agency-contact-form form input[type="text"]:focus:-moz-placeholder,
.agency-contact-form form input[type="email"]:focus:-moz-placeholder,
.agency-contact-form form textarea:focus:-moz-placeholder {
  color: #666;
}
.agency-contact-form form input[type="text"]:focus::-moz-placeholder,
.agency-contact-form form input[type="email"]:focus::-moz-placeholder,
.agency-contact-form form textarea:focus::-moz-placeholder {
  color: #666;
}
.agency-contact-form form input[type="text"]:focus:-ms-input-placeholder,
.agency-contact-form form input[type="email"]:focus:-ms-input-placeholder,
.agency-contact-form form textarea:focus:-ms-input-placeholder {
  color: #666;
}
.agency-contact-form form input[type="submit"] {
  background: linear-gradient(to bottom, #6fb1f5 0%, #3b97f7 100%);
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 23px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(106, 132, 158, 0.6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agency-contact-form form input[type="submit"]:hover {
  color: #fff;
}

.agency-contact-map {
  margin-top: 120px;
  position: relative;
  height: 450px;
  width: 100%;
}
.agency-contact-map #map {
  height: 450px;
  width: 100%;
}

.agency-alt-hero {
  min-height: 500px;
  position: relative;
  background-image: url("../images/unsplash/breather-187923.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .agency-alt-hero {
    background-position: center center;
    min-height: 270px;
  }
}
.agency-alt-hero:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(85, 93, 107, 0.35);
}
.agency-alt-hero h3 {
  position: relative;
  top: 230px;
  color: #fff;
  text-align: center;
  z-index: 1;
  font-size: 48px;
  font-weight: 500;
  line-height: 43px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .agency-alt-hero h3 {
    font-size: 33px;
    top: 130px;
  }
}

.agency-alt-contact-info {
  padding: 80px 0 90px;
}
@media (max-width: 767px) {
  .agency-alt-contact-info .col-md-4 {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .agency-alt-contact-info .col-md-4 {
    padding-left: 25px;
    border-left: 1px solid #ddd;
    padding-top: 10px;
  }
}
.agency-alt-contact-info h4 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .agency-alt-contact-info h4 {
    font-size: 1.3rem;
  }
}
.agency-alt-contact-info h4 i {
  font-size: 2rem;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.agency-alt-contact-info p {
  font-size: 17px;
}

.agency-alt-map {
  position: relative;
}
.agency-alt-map #map {
  height: 580px;
  width: 100%;
}
.agency-alt-map .location {
  background: #fff;
  padding: 45px 30px;
  max-width: 300px;
  position: absolute;
  z-index: 10;
  top: 90px;
  border-radius: 3px;
  box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.09);
}
@media (max-width: 991px) {
  .agency-alt-map .location {
    max-width: 260px;
  }
}
.agency-alt-map .location h5 {
  margin-bottom: 20px;
  color: #356c9d;
}

#project-hero {
  height: 650px;
  position: relative;
  overflow: hidden;
  background: #909396 url("../images/loading-dark.gif") no-repeat center center;
  background-position: center center;
}
@media (max-width: 767px) {
  #project-hero {
    height: 500px;
  }
}
#project-hero.show .inner-bg {
  opacity: 1;
}
#project-hero .inner-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/unsplash/photo-1474843148229-3163319fcc4c.jpg");
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#project-hero .inner-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(32, 43, 55, 0.4) url("../images/graphics/noise.png");
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#project-hero .inner-bg img {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}
#project-hero > section {
  position: relative;
  z-index: 999;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -moz-transform: scale(1.13);
  -o-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
}
#project-hero > section.ready {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#project-hero h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding-top: 280px;
  margin: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.14);
  letter-spacing: .3px;
}
@media (max-width: 767px) {
  #project-hero h1 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 200px;
  }
}

#project-intro {
  margin-top: 90px;
  position: relative;
  z-index: 10;
}
#project-intro p {
  font-size: 16px;
  width: 60%;
  margin: auto;
  line-height: 30px;
  text-align: justify;
  color: #555;
  margin-bottom: 19px;
  font-weight: 300;
  font-family: Georgia, "Merriweather", Arial;
}
@media (max-width: 991px) {
  #project-intro p {
    width: 80%;
  }
}
#project-intro .devices {
  margin-top: 90px;
}

#project-showcase {
  background: #F5F8FA;
  padding: 95px 0 80px;
  position: relative;
  top: -40px;
  border-top: 1px solid #E2E6E8;
  border-bottom: 1px solid #E2E6E8;
}
#project-showcase h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 26px;
  margin-top: 30px;
}
#project-showcase p {
  font-size: 16px;
  width: 60%;
  text-align: justify;
  margin: auto;
  line-height: 30px;
  color: #555;
  margin-bottom: 25px;
  font-weight: 300;
  font-family: Georgia, "Merriweather", Arial;
}
@media (max-width: 991px) {
  #project-showcase p {
    width: 80%;
  }
}
#project-showcase .browser {
  margin-top: 80px;
  margin-bottom: 100px;
}
#project-showcase .browser2 {
  margin-top: 80px;
}

#project-bottom {
  margin-top: 30px;
}
#project-bottom .link-to-site {
  text-align: center;
}
#project-bottom .link-to-site a {
  color: #5b8ec1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#project-bottom .link-to-site a:after {
  content: '';
  position: absolute;
  height: 2px;
  background: #5b8ec1;
  width: 0%;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#project-bottom .link-to-site a:hover {
  text-decoration: none;
}
#project-bottom .link-to-site a:hover:after {
  width: 100%;
}
#project-bottom .paging {
  padding: 30px 100px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  width: 85%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: -100px;
}
@media (max-width: 767px) {
  #project-bottom .paging {
    width: auto;
    margin-bottom: -50px;
  }
}
@media (max-width: 767px) {
  #project-bottom .paging .previous,
  #project-bottom .paging .next {
    float: none !important;
    text-align: center;
  }
}
#project-bottom .paging a {
  font-family: "Merriweather", Georgia;
  font-style: italic;
  font-size: 15px;
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  #project-bottom .paging a {
    margin-top: 10px;
    display: block;
  }
}
#project-bottom .paging a:hover {
  color: #000;
}

.agency-portfolio-hero {
  margin-top: 100px;
}
.agency-portfolio-hero h1 {
  color: #333;
  text-align: center;
  font-size: 29px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .agency-portfolio-hero h1 {
    font-size: 26px;
  }
}
.agency-portfolio-hero p {
  margin-top: 13px;
  text-align: center;
  font-size: 17px;
  color: #777;
}

.agency-portfolio-gallery {
  margin: 80px auto 0;
  text-align: center;
  max-width: 1400px;
}
.agency-portfolio-gallery .project {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 5px;
}
.agency-portfolio-gallery .project:hover .mask {
  opacity: 1;
}
.agency-portfolio-gallery .project:hover .mask .info {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.agency-portfolio-gallery .project:hover .mask .btn-see-project {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.agency-portfolio-gallery .project:hover .pic {
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.agency-portfolio-gallery .project .mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(68, 101, 144, 0.9);
  opacity: 0;
  z-index: 9;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio-gallery .project .mask .info {
  display: block;
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio-gallery .project .mask h3 {
  margin-top: 70px;
  font-size: 23px;
}
.agency-portfolio-gallery .project .mask p {
  color: #BFCEEC;
  font-size: 15px;
  font-weight: 600;
}
.agency-portfolio-gallery .project .mask .btn-see-project {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #fff;
  padding: 9px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.agency-portfolio-gallery .project .pic {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 300px;
  width: 100%;
  float: left;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.agency-portfolio-cta {
  margin-top: 100px;
  text-align: center;
  margin-bottom: -50px;
}
.agency-portfolio-cta h3 {
  font-size: 28px;
  color: #4a5969;
}
@media (max-width: 767px) {
  .agency-portfolio-cta h3 {
    font-size: 25px;
  }
}
.agency-portfolio-cta p {
  font-size: 16px;
  color: #7B899E;
  margin-top: 18px;
  line-height: 28px;
}

.agency-start-project-intro {
  margin-top: 80px;
}
.agency-start-project-intro h3 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #57616B;
}
@media (max-width: 767px) {
  .agency-start-project-intro h3 {
    font-size: 25px;
  }
}
.agency-start-project-intro p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
  width: 70%;
  margin: 20px auto 0;
  color: #61686E;
}
@media (max-width: 767px) {
  .agency-start-project-intro p {
    width: auto;
    font-size: 15px;
  }
}

.agency-start-project-form form {
  width: 550px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .agency-start-project-form form {
    width: 100%;
  }
}
.agency-start-project-form form h3 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 40px;
}
.agency-start-project-form form p {
  margin-bottom: -5px;
  color: #5f748c;
}
.agency-start-project-form form input[type="text"],
.agency-start-project-form form input[type="email"],
.agency-start-project-form form textarea {
  font-size: 17px;
  margin-top: 20px;
  outline: none;
  color: #666;
  background: white;
  padding: 18px 20px;
  border: 1px solid #cbcdd2;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agency-start-project-form form input[type="text"]::-webkit-input-placeholder,
.agency-start-project-form form input[type="email"]::-webkit-input-placeholder,
.agency-start-project-form form textarea::-webkit-input-placeholder {
  color: #B8BBC7;
}
.agency-start-project-form form input[type="text"]:-moz-placeholder,
.agency-start-project-form form input[type="email"]:-moz-placeholder,
.agency-start-project-form form textarea:-moz-placeholder {
  color: #B8BBC7;
}
.agency-start-project-form form input[type="text"]::-moz-placeholder,
.agency-start-project-form form input[type="email"]::-moz-placeholder,
.agency-start-project-form form textarea::-moz-placeholder {
  color: #B8BBC7;
}
.agency-start-project-form form input[type="text"]:-ms-input-placeholder,
.agency-start-project-form form input[type="email"]:-ms-input-placeholder,
.agency-start-project-form form textarea:-ms-input-placeholder {
  color: #B8BBC7;
}
@media (max-width: 767px) {
  .agency-start-project-form form input[type="text"],
  .agency-start-project-form form input[type="email"],
  .agency-start-project-form form textarea {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.agency-start-project-form form input[type="text"]:focus,
.agency-start-project-form form input[type="email"]:focus,
.agency-start-project-form form textarea:focus {
  border-color: #656565;
}
.agency-start-project-form form input[type="text"]:focus::-webkit-input-placeholder,
.agency-start-project-form form input[type="email"]:focus::-webkit-input-placeholder,
.agency-start-project-form form textarea:focus::-webkit-input-placeholder {
  color: #666;
}
.agency-start-project-form form input[type="text"]:focus:-moz-placeholder,
.agency-start-project-form form input[type="email"]:focus:-moz-placeholder,
.agency-start-project-form form textarea:focus:-moz-placeholder {
  color: #666;
}
.agency-start-project-form form input[type="text"]:focus::-moz-placeholder,
.agency-start-project-form form input[type="email"]:focus::-moz-placeholder,
.agency-start-project-form form textarea:focus::-moz-placeholder {
  color: #666;
}
.agency-start-project-form form input[type="text"]:focus:-ms-input-placeholder,
.agency-start-project-form form input[type="email"]:focus:-ms-input-placeholder,
.agency-start-project-form form textarea:focus:-ms-input-placeholder {
  color: #666;
}
.agency-start-project-form form textarea {
  font-size: 16px;
}
.agency-start-project-form form input[type="submit"] {
  background: linear-gradient(to bottom, #6fb1f5 0%, #3b97f7 100%);
  box-shadow: rgba(23, 43, 99, 0.24) 0 7px 28px;
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  outline: none;
  border: none;
  margin-top: 23px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(106, 132, 158, 0.6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.agency-start-project-form form input[type="submit"]:hover {
  color: #fff;
}

.agency-start-city-bg {
  background: url("../images/graphics/city-bw.jpg");
  height: 370px;
  margin-bottom: -200px;
  margin-top: -60px;
  background-size: cover;
  background-position: center center;
}

/*# sourceMappingURL=theme.css.map */
.header-hero h1, .header-hero h3 {
	font-weight: 300;
	text-transform: uppercase;
}
.header-hero h1 {
	margin-bottom: 0;
}
.header-hero h3 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 20px;
}

.store-collection-header {
  margin-top: 40px;
}
.store-collection-header h3 {
  font-weight: 600;
  font-size: 26px;
  color: #4F4F4F;
  font-family: "Merriweather", Georgia;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .store-collection-header h3 {
    font-size: 23px;
  }
  .store-collection-header h3:after {
    display: none;
  }
}
.store-collection-header h3:after {
  content: '';
  position: absolute;
  right: -30px;
  top: -6px;
  height: 35px;
  width: 1px;
  background: #d3d3d3;
}
.store-collection-header .tags {
  display: inline-block;
  margin-left: 60px;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .store-collection-header .tags {
    margin-left: 0;
    display: block;
    top: 0;
  }
}
.store-collection-header .tags a {
  display: inline-block;
  margin-right: 23px;
  font-family: Georgia, "Merriweather", Arial;
  color: #29344C;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media (max-width: 767px) {
  .store-collection-header .tags a {
    margin-right: 15px;
  }
}
.store-collection-header .tags a:hover {
  color: #A3510D;
}

.collection-products {
  margin-top: 50px;
}
.collection-products .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #e7e7e7;
}
.collection-products .store-pager {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .collection-products .store-pager {
    margin-top: 40px;
  }
}
.collection-products .store-pager a {
  font-weight: 500;
  color: #666;
}

.sidebar-filters {
  padding: 20px 30px 20px 0;
  border-right: 1px solid #ececec;
}
@media (max-width: 767px) {
  .sidebar-filters {
    padding-right: 0;
    border-right: 0;
    padding-top: 0;
  }
}
.sidebar-filters .title {
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .sidebar-filters .title {
    font-size: 14px;
  }
}

.sidebar-collapse-filters .filter {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sidebar-collapse-filters .filter .trigger {
  color: #555;
  display: block;
  text-decoration: none;
  position: relative;
}
.sidebar-collapse-filters .filter .trigger:before {
  content: "\f209";
  visibility: visible;
  display: block;
  position: absolute;
  color: #bbb;
  top: 0;
  right: 20px;
  font-family: "Ionicons";
}
.sidebar-collapse-filters .filter .trigger.collapsed:before {
  content: "\f218";
}
.sidebar-collapse-filters .filter .submenu {
  position: relative;
}
.sidebar-collapse-filters .filter .submenu .submenu-wrapper {
  padding: 15px 20px 0;
}
@media (max-width: 991px) {
  .sidebar-collapse-filters .filter .submenu .submenu-wrapper {
    padding-left: 15px;
  }
}
.sidebar-collapse-filters .filter .submenu a {
  color: #333;
  display: block;
  margin-bottom: 8px;
}
.sidebar-collapse-filters .filter .submenu a:last-child {
  margin-bottom: 0;
}
.sidebar-collapse-filters .filter .submenu a:hover {
  text-decoration: underline;
}

.sidebar-rating-filters {
  margin-top: 40px;
}
.sidebar-rating-filters a {
  display: block;
  margin-bottom: 6px;
  color: #858585;
  font-size: 13px;
}
.sidebar-rating-filters a i {
  margin-right: 2px;
  color: #64B1CD;
}
.sidebar-rating-filters a span {
  color: #444;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
}

/* ecommerce modules */
/* single product view as grid */
.store-product {
  margin-bottom: 50px;
  min-height: 200px;
}
@media (max-width: 991px) {
  .store-product {
    
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .store-product {
    min-height: auto;
    margin-bottom: 20px;
  }
}
.store-product a {
  display: block;
  text-decoration: none;
  position: relative;
}
.store-product a .flag {
  position: absolute;
  display: inline-block;
  color: #fff;
  background: #92B270;
  left: -8px;
  top: 19px;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Arial;
  font-weight: 600;
  padding: 2px 11px;
  letter-spacing: 1px;
}
.store-product a .flag:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 9px;
  background: #57930D;
  bottom: -5px;
  left: 2px;
  z-index: -1;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.store-product a .img-fluid {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .store-product a .img-fluid {
    max-height: 210px;
  }
}
.store-product .info {
  margin-top: 20px;
  display: block;
}
@media (max-width: 767px) {
  .store-product .info {
    text-align: center;
  }
}
.store-product .info .name {
  display: block;
  font-family: Georgia, "Merriweather", Arial;
  font-size: 16px;
  color: #222;
  text-decoration: none;
}
.store-product .info .name .vendor {
  color: #666;
  font-size: 15px;
}
.store-product .info .price {
  display: block;
  font-size: 22px;
  color: #70a90f;
  margin-top: 5px;
  font-family: Georgia, "Merriweather", Arial;
}
@media (max-width: 991px) {
  .store-product .info .price {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .store-product .info .price {
    font-size: 22px;
  }
}
.store-product .info .price .from {
  font-size: 15px;
}
.store-product .info .price .before {
  color: #a3a3a3;
  display: inline-block;
  font-size: 18px;
  margin-right: 8px;
  text-decoration: line-through;
}
.store-product .rating {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .store-product .rating {
    text-align: center;
  }
}
.store-product .rating i {
  margin-right: 2px;
  color: #64B1CD;
}

.col-lg-2.col-md-3.store-product a {
	border-radius: 5px;
	border: 1px solid #eee;
	min-height: 200px;
}
.store-product a .img-fluid {
	max-width: 80%;
	margin: 10%;
}
.store-product .info .name {
	font-size: 12px;
	font-family: inherit;
	padding: 0 10px;
}
.footer {
	margin-top: 100px;
	background: #283142;
	padding: 0 0 5px;
}
.store-product {
	margin-bottom: 20px;
}
.filter a {
	color: #000;
}
.filter a b {
	color: #e88b43;
}
.sidebar-filters .title {
	font-size: 16px;
	margin-bottom: 25px;
	margin-top: 0;
	font-weight: bold;
}
.bx_pagination_bottom {
	width: 100%;
}
.bx_pg_text {
	display: none;
}
.dropdown-item.active, .dropdown-item:active {
	color: #000 !important;
	text-decoration: none;
	background-color: #fe8b48 !important;
}