<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main styles for template "Mobile App Kit" */
/*
01. Typography
02. Navbar (Navigation)
03. Landing main
    Devices
    App Icon
    Landing description
04. Section styles and settings
05. Buttons
06. Features
    Parallax
    Device combination (accordion)
    Preloader
    Tooltips
07. Other elements
    Screentour
    Reviews
    Badges &amp; QR-code
    Lens flares
    Decorate element (Start button)
    Social icons
08. Footer
09. Helpers
10. High Resolution support

/* 01. Typography
-------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  background: transparent;
  font-family: "Open Sans";
  color: #333333;
}
h1 {
  font-size: 60px;
  font-weight: 300;
}
h2 {
  font-size: 48px;
  font-weight: 300;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}
h4 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}
h5 {
  margin-top: 20px;
  font-size: 14px;
}
h6 {
  margin-top: 15px;
  font-size: 12px;
}
section {
  padding: 100px 0 60px;
}
section.footer,
section div.footer {
  padding: 40px 0 30px;
}
ul {
  list-style: none;
  color: #444444;
}
p {
  color: #444444;
}
a {
  color: inherit;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
p a,
a.color-link {
  color: #fe4543;
}
p a:hover,
a.color-link:hover {
  color: #fe4543;
  text-decoration: underline;
}
a.text-white:hover,
a.text-white:focus {
  color: inherit;
}
.section-title {
  margin-bottom: 60px;
}
.text-white {
  color: #000;
}
.text-primary {
  color: #fe4543;
}
.check-list {
  padding-left: 20px;
}
.check-list li {
  padding: 5px 0;
}
.check-list li:before {
  font-family: 'FontAwesome';
  content: '\f058';
  color: #fe4543;
  margin-right: 10px;
}
.check-list.text-right li {
  padding: 5px 0;
}
.check-list.text-right li:before {
  display: none;
}
.check-list.text-right li:after {
  font-family: 'FontAwesome';
  content: '\f058';
  color: #fe4543;
  margin-left: 10px;
}
.separator {
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
  background-color: #fe4543;
}
.separator-big {
  width: 100%;
  height: 5px;
  background-color: #fe4543;
}
.separator-half {
  width: 50%;
}
/* 02. Navbar (Navigation)
-------------------------------------------------------------------*/
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  background-color: transparent;
}
.navbar {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar.left-side .navbar-collapse {
  text-align: left;
}
.navbar.right-side .navbar-collapse {
  text-align: right;
}
.navbar ul li {
  font-size: 18px;
}
.navbar-transparent ul li,
.navbar-transparent-additional ul li {
  color: #fff;
  font-weight: 300;
  border-top: 3px solid transparent;
  transition: border 0.3s ease-out;
  -webkit-transition: border 0.3s ease-out;
  -moz-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}
.navbar-transparent ul li:hover,
.navbar-transparent-additional ul li:hover,
.navbar-transparent ul li:focus,
.navbar-transparent-additional ul li:focus,
.navbar-transparent ul li.active,
.navbar-transparent-additional ul li.active {
  border-top: 3px solid #fe4543;
}
.navbar-transparent .navbar-toggle,
.navbar-transparent-additional .navbar-toggle {
  border-color: #ddd;
}
.navbar-transparent .navbar-toggle:hover,
.navbar-transparent-additional .navbar-toggle:hover,
.navbar-transparent .navbar-toggle:focus,
.navbar-transparent-additional .navbar-toggle:focus {
  background-color: #fe4543;
}
.navbar-transparent .navbar-toggle:hover .icon-bar,
.navbar-transparent-additional .navbar-toggle:hover .icon-bar,
.navbar-transparent .navbar-toggle:focus .icon-bar,
.navbar-transparent-additional .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-transparent .navbar-toggle .icon-bar,
.navbar-transparent-additional .navbar-toggle .icon-bar {
  background-color: #fe4543;
}
.navbar-default ul li,
.navbar-inverse ul li {
  color: #fff;
  font-weight: 300;
  border-top: 3px solid transparent;
  transition: border 0.3s ease-out;
  -webkit-transition: border 0.3s ease-out;
  -moz-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}
.navbar-default ul li:hover,
.navbar-inverse ul li:hover,
.navbar-default ul li:focus,
.navbar-inverse ul li:focus,
.navbar-default ul li.active,
.navbar-inverse ul li.active {
  border-top: 3px solid #fe4543;
}
.navbar-transparent-additional {
  background-color: #ffffff;
  border-color: #e6e6e6;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.navbar-transparent-additional ul li {
  color: #444444;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-collapse .app-icon {
  display: none;
  float: none;
}
.navbar-nav {
  width: auto;
}
/* Responsive theme styles
---------------------------------------------------*/
@media (max-width: 767px) {
  /* navigation */
  .navbar-transparent ul li:hover,
  .navbar-transparent-additional ul li:hover,
  .navbar-transparent ul li:focus,
  .navbar-transparent-additional ul li:focus {
    background-color: #ffdcdb;
  }
  .navbar-transparent ul li.active,
  .navbar-transparent-additional ul li.active {
    background-color: #fe4543;
  }
  .navbar-default ul li:hover,
  .navbar-inverse ul li:hover,
  .navbar-default ul li:focus,
  .navbar-inverse ul li:focus,
  .navbar-default ul li.active,
  .navbar-inverse ul li.active {
    background-color: #fe4543;
  }
  .navbar-default .navbar-nav &gt; .active &gt; a,
  .navbar-default .navbar-nav &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    background-color: #fe4543;
  }
  .navbar-inverse .navbar-nav &gt; .active &gt; a,
  .navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
  .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
    background-color: #fe4543;
  }
}
/* 03. Landing main
-------------------------------------------------------------------*/
.bg-landing-color {
  background-color: #647684;
}
.bg-landing-photo {
  background: #647684 url('../images/backgrounds/photos/bg_00.jpg') repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-landing-pattern {
  background: #647684 url('../images/backgrounds/patterns/taxi_01.jpg');
}
/* Landing sizes */
section.landing-fullscreen {
  padding-bottom: 0;
}
.landing-fixed {
  height: 700px;
  overflow: hidden;
}
section.landing-fixed {
  padding-top: 70px;
}
.landing-fixed .landing {
  padding-top: 50px;
}
.landing-auto {
  height: auto;
}
section.landing-auto {
  padding-top: 70px;
  padding-bottom: 0;
}
.landing-auto .landing {
  padding: 50px 0;
  padding-bottom: 0;
}
.landing .container {
  padding-bottom: 40px;
}
/* Devices */
.device-mobile {
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 650px;
}
.device-mobile-landscape {
  position: relative;
  margin: 0 auto;
  width: 650px;
  height: 350px;
}
.device-tablet {
  position: relative;
  margin: 0 auto;
  width: 450px;
  height: 630px;
}
.device-tablet-landscape {
  position: relative;
  margin: 0 auto;
  width: 630px;
  height: 450px;
}
/* App Icon */
.app-icon img {
  max-width: 128px;
  max-height: 128px;
  min-width: 96px;
  min-height: 96px;
}
.navbar-collapse .app-icon {
  display: none;
}
/* Landing description */
.main-app-description {
  padding-top: 40px;
}
.main-app-description.right-side .app-icon {
  margin-right: 20px;
  float: left;
}
.main-app-description.left-side {
  text-align: right;
}
.main-app-description.left-side .app-icon {
  margin-left: 20px;
  float: right;
}
.main-title {
  margin-top: 0;
  font-family: 'Lato';
  text-transform: uppercase;
  word-wrap: break-word;
}
.main-description {
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 300;
  
}
.main-description.with-bg {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
.available-device {
  margin-top: 10px;
  font-size: 12px;
  opacity: .8;
}
.available-device i {
  font-size: 24px;
  margin: 0 2px;
}
.copyrights-landing {
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.5;
}
.copyrights-landing a {
  color: inherit;
}
.copyrights-landing a:hover {
  color: inherit;
  text-decoration: underline;
}
/* 04. Section styles and settings
-------------------------------------------------------------------*/
.section-color {
  background-color: #ffffff;
}
.section-video {
  background: #647684 url('../images/backgrounds/photos/bg_06.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-slogan {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.section-slogan .slogan-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: #647684 url('../images/backgrounds/photos/bg_08.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-slogan .text-slogan {
  text-align: right;
}
.section-slogan .device-slogan {
  position: absolute;
  top: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.section-slogan .device-slogan:hover {
  top: -100px;
}
/* 05. Buttons
-------------------------------------------------------------------*/
/* Reset bootstrap buttons */
.btn {
  border: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.btn i {
  margin-right: 10px;
}
.btn-default {
  border: 1px solid #ccc;
}
/* Main style button */
.btn-theme {
  color: #fff;
  background-color: #fe4543;
  border-color: #fe1310;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #fe1310;
  border-color: #fe1310;
}
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  background-image: none;
}
.btn-theme.disabled,
.btn-theme[disabled],
fieldset[disabled] .btn-theme,
.btn-theme.disabled:hover,
.btn-theme[disabled]:hover,
fieldset[disabled] .btn-theme:hover,
.btn-theme.disabled:focus,
.btn-theme[disabled]:focus,
fieldset[disabled] .btn-theme:focus,
.btn-theme.disabled:active,
.btn-theme[disabled]:active,
fieldset[disabled] .btn-theme:active,
.btn-theme.disabled.active,
.btn-theme[disabled].active,
fieldset[disabled] .btn-theme.active {
  background-color: #fe4543;
  border-color: #fe1310;
  opacity: 0.5;
}
.btn-theme .badge {
  color: #fe4543;
  background-color: #fff;
}
.btn-link {
  color: #fff;
  border-radius: 0;
  background-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #fe4543;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
/* Store buttons */
.btn-store {
  width: 165px;
  height: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
/* black styles */
.btn-store-ios-black {
  background-image: url("../images/osx.png");
}
.btn-store-ios-black:hover {
  -webkit-box-shadow: 0 0 10px #808080;
  -moz-box-shadow: 0 0 10px #808080;
  box-shadow: 0 0 10px #808080;
}
.btn-store-inverse .btn-store-ios-black:hover {
  background-image: url("../images/osx.png");
}
.btn-store-android-black {
  background-image: url("../images/windows.png");
  background-position: -165px 0;
}
.btn-store-android-black:hover {
  -webkit-box-shadow: 0 0 10px #808080;
  -moz-box-shadow: 0 0 10px #808080;
  box-shadow: 0 0 10px #808080;
}
.btn-store-inverse .btn-store-android-black:hover {
  background-image: url("../images/windows.png");
}
.btn-store-wp-black {
  background-image: url("../images/store-btns-black.png");
  background-position: -330px 0;
}
.btn-store-wp-black:hover {
  -webkit-box-shadow: 0 0 10px #808080;
  -moz-box-shadow: 0 0 10px #808080;
  box-shadow: 0 0 10px #808080;
}
.btn-store-inverse .btn-store-wp-black:hover {
  background-image: url("../images/store-btns-white.png");
}
/* white styles */
.btn-store-ios-white {
  background-image: url("../images/osx.png");
}
.btn-store-ios-white:hover {
  -webkit-box-shadow: 0 0 10px #fff;
  -moz-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}
.btn-store-inverse .btn-store-ios-white:hover {
  background-image: url("../images/osx.png");
}
.btn-store-android-white {
  background-image: url("../images/windows.png");
  background-position: -165px 0;
}
.btn-store-android-white:hover {
  -webkit-box-shadow: 0 0 10px #fff;
  -moz-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}
.btn-store-inverse .btn-store-android-white:hover {
  background-image: url("../images/windows.png");
}
.btn-store-wp-white {
  background-image: url("../images/store-btns-white.png");
  background-position: -330px 0;
}
.btn-store-wp-white:hover {
  -webkit-box-shadow: 0 0 10px #fff;
  -moz-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}
.btn-store-inverse .btn-store-wp-white:hover {
  background-image: url("../images/store-btns-black.png");
}
/* 06. Features
-------------------------------------------------------------------*/
.features-simple {
  text-align: center;
}
.features-simple .spec-icon {
  display: inline-block;
  margin: 0;
  width: 64px;
  height: 64px;
}
.features-simple .spec-icon i {
  font-size: 48px;
  line-height: 64px;
}
.features-specification,
.features-specification-fixed {
  position: relative;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.features-specification.left-side,
.features-specification-fixed.left-side {
  text-align: right;
}
.features-specification.left-side .spec-icon,
.features-specification-fixed.left-side .spec-icon {
  float: right;
  margin: 10px 0 0 15px;
}
.features-specification.left-side .check-list,
.features-specification-fixed.left-side .check-list {
  padding-left: 0;
  padding-right: 0;
}
.features-specification.left-side .check-list li,
.features-specification-fixed.left-side .check-list li {
  padding: 5px 0;
}
.features-specification.left-side .check-list li:before,
.features-specification-fixed.left-side .check-list li:before {
  display: none;
}
.features-specification.left-side .check-list li:after,
.features-specification-fixed.left-side .check-list li:after {
  font-family: 'FontAwesome';
  content: '\f058';
  color: #fe4543;
  margin-left: 10px;
}
.features-specification.right-side,
.features-specification-fixed.right-side {
  text-align: left;
}
.features-specification.right-side .spec-icon,
.features-specification-fixed.right-side .spec-icon {
  float: left;
  margin: 10px 15px 0 0;
}
.spec-icon {
  margin: 15px 15px 0 0;
  width: 38px;
  height: 38px;
  background: #fe4543;
  border-radius: 50%;
  text-align: center;
}
.spec-icon-interactive {
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.spec-icon-interactive .spec-icon {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -19px;
  left: 50%;
  margin-left: -19px;
}
.spec-icon-interactive:hover .spec-icon-animation,
.spec-icon-interactive-animation-go .spec-icon-animation {
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  opacity: 0.2;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out, visibility 0s 0.3s;
}
.spec-icon-animation {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: #fe4543;
  border-radius: 50%;
  opacity: 1;
}
.spec-icon i {
  font-size: 24px;
  color: #fff;
  line-height: 38px;
}
.text-right .spec-icon {
  margin: 15px 0 0 15px;
}
/* Parallax (line of screenshots) */
.screens-wrapper {
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 650px;
  margin-bottom: 60px;
}
.screens-wrapper img {
  height: 100%;
}
.screens-wrapper .line-03 {
  position: absolute;
  height: 650px;
  width: 800px;
  padding-top: 130px;
  padding-bottom: 100px;
}
.screens-wrapper .line-02 {
  position: absolute;
  margin-left: 50px;
  height: 650px;
  width: 700px;
  padding: 40px;
  padding-top: 80px;
  padding-bottom: 70px;
}
.screens-wrapper .line-01 {
  position: absolute;
  margin-left: 75px;
  height: 650px;
  width: 650px;
  padding: 0 150px;
}
/* Device combination (accordion) */
.device-accordion {
  margin-bottom: 40px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.device-accordion .device-mobile,
.device-accordion .device-tablet,
.device-accordion .device-tablet-landscape {
  position: absolute;
}
.device-accordion .device-mobile-1,
.device-accordion .device-tablet-1,
.device-accordion .device-tablet-landscape-1 {
  left: 0;
  z-index: 9;
}
.device-accordion .device-mobile-2,
.device-accordion .device-tablet-2,
.device-accordion .device-tablet-landscape-2 {
  left: 100px;
  z-index: 8;
}
.device-accordion .device-mobile-3,
.device-accordion .device-tablet-3,
.device-accordion .device-tablet-landscape-3 {
  left: 150px;
  z-index: 7;
}
.device-accordion .device-mobile:hover,
.device-accordion .device-tablet:hover,
.device-accordion .device-tablet-landscape:hover {
  z-index: 10;
}
/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: #647684;
  color: #333333;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: hidden;
}
.preloader-close {
  display: none;
  margin: 0 auto;
  max-width: 400px;
  color: #fff;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
}
.preloader-bg-photo {
  background: #647684 url('../images/backgrounds/photos/bg_00.jpg') repeat fixed center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.preloader-icon-gif {
  background: url('../images/preloader/loader.gif');
  width: 32px;
  height: 32px;
  margin: auto auto;
}
.preloader-icon {
  background: url('../images/preloader/preloader.png');
  width: 32px;
  height: 32px;
  margin: auto auto;
  background-size: 32px 32px;
}
.preloader-icon.spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 3000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 3000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.preloader-text {
  width: 200px;
  margin: 20px auto auto;
  color: #ffffff;
}
.preloader table {
  width: 100%;
  height: 100%;
}
.preloader table td {
  text-align: center;
  vertical-align: middle;
}
.preloader table td div {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Tooltips */
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip-inner {
  min-width: 100px;
  color: #fff;
  background-color: #fe4543;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #fe4543;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #fe4543;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #fe4543;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #fe4543;
}
/* 07. Other elements
-------------------------------------------------------------------*/
/* screentour */
.screentour {
  text-align: center;
}
.screentour * &gt; img {
  max-width: 260px;
  margin: 0 auto;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #fe4543;
}
/* carousel */
.landing .carousel {
  margin-bottom: 100px;
}
.carousel-caption {
  bottom: -20px;
  color: inherit;
  text-shadow: none;
}
.carousel-indicators {
  bottom: -30px;
}
.carousel-indicators li {
  border: 1px solid #fe4543;
  border-radius: 10px;
}
.carousel-indicators .active {
  background-color: #fe4543;
}
.carousel-control {
  visibility: hidden;
  color: #333333;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
}
.carousel-control.left:after,
.carousel-control.right:after {
  position: absolute;
  top: 40%;
  left: 10%;
  font-family: 'FontAwesome';
  content: '\f104';
  text-shadow: none;
  font-size: 48px;
}
.carousel-control.right:after {
  right: 10%;
  left: auto;
  content: '\f105';
}
.carousel-control:hover {
  color: #fe4543;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
.carousel-control-device {
  left: -8%;
  color: #fff;
  visibility: hidden;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.carousel:hover .carousel-control-device {
  visibility: visible;
}
.carousel-control-device.right {
  right: -8%;
  left: auto;
}
.carousel-control-device:hover {
  color: #fff;
  opacity: 1;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
/* Reviews */
.reviews {
  margin-bottom: 100px;
}
.reviewer {
  padding: 10px;
  border-right: 1px solid;
  border-bottom: none;
  border-color: rgba(68, 68, 68, 0.5);
}
.reviewer img {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* review */
  .reviewer {
    border-right: none;
    border-bottom: 1px solid;
    border-color: rgba(68, 68, 68, 0.5);
  }
}
.carousel-reviews .carousel-indicators {
  visibility: hidden;
}
.carousel-reviews:hover .carousel-indicators {
  visibility: visible;
}
.review {
  min-height: 200px;
  display: table;
}
.review .review-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-style: italic;
}
.review .review-rating {
  text-align: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.review .review-rating span {
  font-size: inherit;
  color: #808080;
  margin: 0 10px;
}
.review .review-rating .full-star {
  color: #ffc000;
}
.review .review-rating i {
  position: relative;
}
.review .review-rating i .half-star {
  width: 55%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffc000;
  overflow: hidden;
}
/* Badges &amp; QR-code */
.badge-wrapper {
  padding: 0;
  z-index: 99;
}
ul.badge-wrapper li {
  margin-bottom: 10px;
}
.badge-wrapper.left-side {
  text-align: left;
  position: absolute;
  left: 0;
  top: 60px;
}
.badge-wrapper.right-side {
  text-align: right;
  position: absolute;
  right: 0;
  top: 60px;
}
.badge-wrapper.left-bot-side {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.badge-wrapper.right-bot-side {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 50px;
}
.qr-code-wrapper {
  padding: 0;
  z-index: 99;
  border: 3px solid white;
  width: 106px;
  height: 106px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.qr-code-wrapper img {
  width: 100px;
  height: 100px;
}
/* Lens flares */
.flare-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* Animations */
/* flareRiseUp */
.flareRiseUp {
  position: absolute;
  top: 0;
  left: -800px;
  width: 1600px;
  height: 757px;
  background: url('../images/flares/flareRiseUp.png');
  -webkit-animation-name: flareRiseUp;
  animation-name: flareRiseUp;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -animation-iteration-count: infinite;
}
@-webkit-keyframes flareRiseUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 300px) rotate(-135deg) scale(0.2);
    transform: translate(0, 300px) rotate(-135deg) scale(0.2);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0, -300px) rotate(45deg) scale(1);
    transform: translate(0, -300px) rotate(45deg) scale(1);
  }
  18% {
    opacity: 0.8;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, -300px) rotate(40deg) scale(1);
    transform: translate(0, -300px) rotate(40deg) scale(1);
  }
  29% {
    opacity: 0.7;
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, -300px) rotate(43deg) scale(1);
    transform: translate(0, -300px) rotate(43deg) scale(1);
  }
  32% {
    opacity: 0.7;
  }
  33% {
    opacity: 0.9;
  }
  39% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(0, -300px) rotate(42deg) scale(1);
    transform: translate(0, -300px) rotate(42deg) scale(1);
  }
  41% {
    opacity: 0.7;
  }
  42% {
    opacity: 1;
  }
  43% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -300px) rotate(46deg) scale(1);
    transform: translate(0, -300px) rotate(46deg) scale(1);
  }
  51% {
    opacity: 0.7;
  }
  52% {
    opacity: 1;
  }
  53% {
    opacity: 0.7;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, -300px) rotate(42deg) scale(1);
    transform: translate(0, -300px) rotate(42deg) scale(1);
  }
  64% {
    opacity: 0;
  }
  95% {
    opacity: 0;
    -webkit-transform: translate(0, 0) rotate(100deg) scale(0.1);
    transform: translate(0, 0) rotate(100deg) scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 300px) rotate(200deg) scale(0.1);
    transform: translate(0, 300px) rotate(200deg) scale(0.1);
  }
}
@keyframes flareRiseUp {
  0% {
    opacity: 0;
    -ms-transform: translate(0, 300px) rotate(-135deg) scale(0.2);
    -webkit-transform: translate(0, 300px) rotate(-135deg) scale(0.2);
    transform: translate(0, 300px) rotate(-135deg) scale(0.2);
  }
  10% {
    opacity: 1;
    -ms-transform: translate(0, -300px) rotate(45deg) scale(1);
    -webkit-transform: translate(0, -300px) rotate(45deg) scale(1);
    transform: translate(0, -300px) rotate(45deg) scale(1);
  }
  18% {
    opacity: 0.8;
  }
  20% {
    opacity: 1;
    -ms-transform: translate(0, -300px) rotate(40deg) scale(1);
    -webkit-transform: translate(0, -300px) rotate(40deg) scale(1);
    transform: translate(0, -300px) rotate(40deg) scale(1);
  }
  29% {
    opacity: 0.7;
  }
  30% {
    opacity: 1;
    -ms-transform: translate(0, -300px) rotate(43deg) scale(1);
    -webkit-transform: translate(0, -300px) rotate(43deg) scale(1);
    transform: translate(0, -300px) rotate(43deg) scale(1);
  }
  32% {
    opacity: 0.7;
  }
  33% {
    opacity: 0.9;
  }
  39% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
    -ms-transform: translate(0, -300px) rotate(42deg) scale(1);
    -webkit-transform: translate(0, -300px) rotate(42deg) scale(1);
    transform: translate(0, -300px) rotate(42deg) scale(1);
  }
  41% {
    opacity: 0.7;
  }
  42% {
    opacity: 1;
  }
  43% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
    -ms-transform: translate(0, -300px) rotate(46deg) scale(1);
    -webkit-transform: translate(0, -300px) rotate(46deg) scale(1);
    transform: translate(0, -300px) rotate(46deg) scale(1);
  }
  51% {
    opacity: 0.7;
  }
  52% {
    opacity: 1;
  }
  53% {
    opacity: 0.7;
  }
  60% {
    opacity: 1;
    -ms-transform: translate(0, -300px) rotate(42deg) scale(1);
    -webkit-transform: translate(0, -300px) rotate(42deg) scale(1);
    transform: translate(0, -300px) rotate(42deg) scale(1);
  }
  64% {
    opacity: 0;
  }
  95% {
    opacity: 0;
    -ms-transform: translate(0, 0) rotate(100deg) scale(0.1);
    -webkit-transform: translate(0, 0) rotate(100deg) scale(0.1);
    transform: translate(0, 0) rotate(100deg) scale(0.1);
  }
  100% {
    opacity: 0;
    -ms-transform: translate(0, 300px) rotate(200deg) scale(0.1);
    -webkit-transform: translate(0, 300px) rotate(200deg) scale(0.1);
    transform: translate(0, 300px) rotate(200deg) scale(0.1);
  }
}
/* flareUp */
.flareUp {
  position: absolute;
  top: -150px;
  left: -150px;
  width: 928px;
  height: 715px;
  background: url('../images/flares/flareUp.png');
  -webkit-animation-name: flareUp;
  animation-name: flareUp;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -animation-iteration-count: infinite;
}
@-webkit-keyframes flareUp {
  0% {
    opacity: 0.7;
    -webkit-transform: translate(0, 0) rotate(0) skew(0, 0);
    transform: translate(0, 0) rotate(0) skew(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(5deg) skew(5deg, 0);
    transform: translate(0, 0) rotate(5deg) skew(5deg, 0);
  }
  60% {
    opacity: 0.8;
    -webkit-transform: translate(0, -50px) rotate(-5deg) skew(0, 0);
    transform: translate(0, -50px) rotate(-5deg) skew(0, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(5deg) skew(5deg, 0);
    transform: translate(0, 0) rotate(5deg) skew(5deg, 0);
  }
  100% {
    opacity: 0.7;
    -webkit-transform: translate(0, 0) rotate(0) skew(0, 0);
    transform: translate(0, 0) rotate(0) skew(0, 0);
  }
}
@keyframes flareUp {
  0% {
    opacity: 0.7;
    -ms-transform: translate(0, 0) rotate(0) skew(0, 0);
    -webkit-transform: translate(0, 0) rotate(0) skew(0, 0);
    transform: translate(0, 0) rotate(0) skew(0, 0);
  }
  20% {
    opacity: 1;
    -ms-transform: translate(0, 0) rotate(5deg) skew(5deg, 0);
    -webkit-transform: translate(0, 0) rotate(5deg) skew(5deg, 0);
    transform: translate(0, 0) rotate(5deg) skew(5deg, 0);
  }
  60% {
    opacity: 0.8;
    -ms-transform: translate(0, -50px) rotate(-5deg) skew(0, 0);
    -webkit-transform: translate(0, -50px) rotate(-5deg) skew(0, 0);
    transform: translate(0, -50px) rotate(-5deg) skew(0, 0);
  }
  80% {
    opacity: 1;
    -ms-transform: translate(0, 0) rotate(5deg) skew(5deg, 0);
    -webkit-transform: translate(0, 0) rotate(5deg) skew(5deg, 0);
    transform: translate(0, 0) rotate(5deg) skew(5deg, 0);
  }
  100% {
    opacity: 0.7;
    -ms-transform: translate(0, 0) rotate(0) skew(0, 0);
    -webkit-transform: translate(0, 0) rotate(0) skew(0, 0);
    transform: translate(0, 0) rotate(0) skew(0, 0);
  }
}
/* flareLens */
.flareLensLeft,
.flareLensRight {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 1600px;
  height: 1067px;
  background: url('../images/flares/flareLensLeft.png');
  -webkit-animation-name: flareLens;
  animation-name: flareLens;
  -webkit-animation-duration: 20s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.flareLensRight {
  background: url('../images/flares/flareLensRight.png');
  left: auto;
  right: 0;
}
@-webkit-keyframes flareLens {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 200px);
    transform: translate(0, 200px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -400px);
    transform: translate(0, -400px);
  }
}
@keyframes flareLens {
  0% {
    opacity: 0;
    -ms-transform: translate(0, 200px);
    -webkit-transform: translate(0, 200px);
    transform: translate(0, 200px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -ms-transform: translate(0, -400px);
    -webkit-transform: translate(0, -400px);
    transform: translate(0, -400px);
  }
}
/* Decorate element (Start button) */
.decorate-element-top {
  position: relative;
}
.decorate-element-top.left-side .decorate-element-wrapper {
  position: absolute;
  top: -160px;
  left: 0;
}
.decorate-element-top.left-side .element-link {
  position: absolute;
  top: 0;
  left: 20px;
}
.decorate-element-top.right-side .decorate-element-wrapper {
  position: absolute;
  top: -160px;
  right: 0;
  left: auto;
}
.decorate-element-top.right-side .element-link {
  position: absolute;
  top: 0;
  right: 20px;
}
.decorate-element-bot {
  position: relative;
}
.decorate-element-bot.left-side .decorate-element-wrapper {
  position: absolute;
  bottom: -115px;
  left: 0;
}
.decorate-element-bot.left-side .element-link {
  position: absolute;
  bottom: 30px;
  left: 10px;
}
.decorate-element-bot.right-side .decorate-element-wrapper {
  position: absolute;
  bottom: -115px;
  right: 0;
}
.decorate-element-bot.right-side .element-link {
  position: absolute;
  bottom: 30px;
  right: 10px;
}
.decorate-element-wrapper {
  z-index: 9;
}
.decorate-element-wrapper .element-link {
  display: block;
  color: #ffffff;
  font-size: 40px;
}
.decorate-element-wrapper .element-link i {
  display: block;
  margin-bottom: -30px;
}
.decorate-element-wrapper .element-link i.fadeInDownPlus {
  -webkit-animation-name: fadeInDownPlus;
  animation-name: fadeInDownPlus;
  -webkit-animation-duration: 6s;
}
.decorate-element-wrapper .element-link i.fadeInUpPlus {
  -webkit-animation-name: fadeInUpPlus;
  animation-name: fadeInUpPlus;
  -webkit-animation-duration: 6s;
}
.decorate-element-wrapper .element-link i.fa-angle-down.el-top {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.decorate-element-wrapper .element-link i.fa-angle-down.el-mid {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.decorate-element-wrapper .element-link i.fa-angle-down.el-bot {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.decorate-element-wrapper .element-link i.fa-angle-up.el-top {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.decorate-element-wrapper .element-link i.fa-angle-up.el-mid {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.decorate-element-wrapper .element-link i.fa-angle-up.el-bot {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.decorate-element-wrapper .element-link i.el-top,
.decorate-element-wrapper .element-link i.el-mid,
.decorate-element-wrapper .element-link i.el-bot {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -animation-iteration-count: infinite;
}
.decorate-element-wrapper .big-element-1,
.decorate-element-wrapper .big-element-2 {
  width: 100px;
  height: 115px;
  margin: 0 5px;
  background-color: #fe4543;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -ms-transform: skew(40deg, 0);
  -webkit-transform: skew(40deg, 0);
  transform: skew(40deg, 0);
  float: left;
}
.decorate-element-wrapper .big-element-2 {
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 15px;
  -ms-transform: skew(-40deg, 0);
  -webkit-transform: skew(-40deg, 0);
  transform: skew(-40deg, 0);
}
.decorate-element-wrapper .small-element-1,
.decorate-element-wrapper .small-element-2 {
  width: 50px;
  height: 60px;
  margin: 0 10px;
  margin-top: 25px;
  background-color: #fe4543;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -ms-transform: skew(40deg, 0);
  -webkit-transform: skew(40deg, 0);
  transform: skew(40deg, 0);
  float: left;
}
.decorate-element-wrapper .small-element-2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  -ms-transform: skew(-40deg, 0);
  -webkit-transform: skew(-40deg, 0);
  transform: skew(-40deg, 0);
}
@-webkit-keyframes fadeInDownPlus {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  90% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeInDownPlus {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  80% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  90% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeInUpPlus {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  90% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeInUpPlus {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  80% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  90% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* Social icons */
ul.social-icons {
  margin: 20px auto;
  padding-left: 0;
}
ul.social-icons.inverse li a {
  background: rgba(0, 0, 0, 0.2);
}
ul.social-icons li {
  display: inline-block;
  width: 32px;
  height: 32px;
}
ul.social-icons li a {
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
ul.social-icons li.facebook:hover a {
  background: #3b5998;
}
ul.social-icons li.twitter:hover a {
  background: #1baae1;
}
ul.social-icons li.linkedin:hover a {
  background: #4875b4;
}
ul.social-icons li.vimeo:hover a {
  background: #86b32d;
}
ul.social-icons li.flickr:hover a {
  background: #fe0883;
}
ul.social-icons li.youtube:hover a {
  background: #ff3333;
}
ul.social-icons li.pinterest:hover a {
  background: #cd2028;
}
ul.social-icons li.instagram:hover a {
  background: #4e433c;
}
ul.social-icons li.google-plus:hover a {
  background: #c63d2d;
}
/* 08. Footer
-------------------------------------------------------------------*/
.footer {
  background: #222;
  color: #808080;
}
.footer a:hover {
  color: #fff;
}
.footer-copyrights {
  float: left;
  color: #bfbfbf;
  padding-right: 20px;
  line-height: 25px;
}
.footer-menu {
  float: left;
  line-height: 25px;
  padding-left: 20px;
  border-left: 1px solid #404040;
}
.footer-menu li {
  color: #808080;
  display: inline-block;
  padding-right: 20px;
}
.footer .footer-last {
  float: right;
}
.footer-fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* 09. Helpers
-------------------------------------------------------------------*/
.relative {
  position: relative !important;
}
.group-inline div,
.group-inline * {
  display: inline-block;
}
.margin-vertical {
  margin-top: 40px;
  margin-bottom: 40px;
}
.v-indent-40 {
  height: 40px;
  width: auto;
}
.v-indent-80 {
  height: 80px;
  width: auto;
}
.v-indent-120 {
  height: 120px;
  width: auto;
}
/* 10. High Resolution support
-------------------------------------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* App market buttons */
  .btn-store-ios-black {
    background-image: url("../images/windows.png");
    background-size: 495px 50px;
  }
  .btn-store-inverse .btn-store-ios-black:hover {
    background-image: url("../images/osx.png");
    background-size: 495px 50px;
  }
  .btn-store-android-black {
    background-image: url("../images/windows.png");
    background-size: 495px 50px;
  }
  .btn-store-inverse .btn-store-android-black:hover {
    background-image: url("../images/windows.png");
    background-size: 495px 50px;
  }
  .btn-store-wp-black {
    background-image: url("../images/store-btns-black@2x.png");
    background-size: 495px 50px;
  }
  .btn-store-inverse .btn-store-wp-black:hover {
    background-image: url("../images/store-btns-white@2x.png");
    background-size: 495px 50px;
  }
  .btn-store-ios-white {
    background-image: url("../images/osx.png");
    background-size: 495px 50px;
  }
  .btn-store-inverse .btn-store-ios-white:hover {
    background-image: url("../images/osx.png");
    background-size: 495px 50px;
  }
  .btn-store-android-white {
    background-image: url("../images/store-btns-white@2x.png");
    background-size: 495px 50px;
  }
  .btn-store-inverse .btn-store-android-white:hover {
    background-image: url("../images/windows.png");
    background-size: 495px 50px;
  }
  .btn-store-wp-white {
    background-image: url("../images/store-btns-white@2x.png");
    background-size: 495px 50px;
  }
  .btn-store-inverse .btn-store-wp-white:hover {
    background-image: url("../images/store-btns-black@2x.png");
    background-size: 495px 50px;
  }
  /* preloader */
  .preloader-icon-gif {
    background: url('../images/preloader/loader@2x.gif');
    background-size: 32px 32px;
  }
  .preloader-icon {
    background: url('../images/preloader/preloader@2x.png');
    background-size: 32px 32px;
  }
}
</pre></body></html>