/* CORE CSS */

body {
  color: #727272;
  font-family: 'Avenir Next', 'Lato';
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #212121;
  letter-spacing: -1px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-weight: 400;
}
.lead {
  margin: 20px 0;
}
section {
  padding: 70px 0;
}
.uppercase {
  text-transform: uppercase;
}
.no-padding {
  padding: 0;
}

/* NAVBAR */

.navbar-custom {
  font-size: 17px;
  font-weight: 400;
  background: #FFFFFF;
  margin-bottom: 0;
  padding: 20px 0;
  border-radius: 0;
  z-index: 1041;
  width: 100%;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar-custom a {
  color: #282828;
}
.navbar-custom .navbar-nav > li > a:hover {
  color: #1A1A1A;
  background: transparent;
}
.navbar-custom .navbar-nav > li > a:active, .navbar-custom .navbar-nav > li > a:focus {
  color: #c40e08;
  background: transparent;
}
.navbar-custom .icon-bar {
  background: #c40e08;
}

/* TOP */

#top {
  color: #FFFFFF;
  background: url(../img/logo.png);
  background: -webkit-linear-gradient(#f2352f, #c40e08);
  background: -o-linear-gradient(#f2352f, #c40e08);
  background: -moz-linear-gradient(#f2352f, #c40e08);
  background: -ms-linear-gradient(#f2352f, #c40e08);
  background: linear-gradient(#f2352f, #c40e08);
  height: 500px;
  margin-top: 90px;
  display: inline-block;
  width: 100%;
  position: relative;
}
#top .logo {
  margin-top: 3em;
}
.tp-banner {
  margin-top: 90px;
  display: block;
  position: relative;
  height: 500px;
}
.tp-banner ul {
  padding-left: 0;
}
#top .bkg {
  background: url(../img/map.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0; 
}
#top-video .logo {
  margin-top: 5em;
}
#top-video {
  background: #1c1c1c;
  margin-top: 90px;
  padding: 0;
  display: inline-block;
  width: 100%;
  max-height: 500px !important;
}
.video {
  position: absolute;
  width: 100%;
  height: 500px;
}
#video {
  max-height: 500px !important;
  display: inline-block;
}

/* FEATURES 1 */

#features-1 {
  padding-top: 0;
}
#features-1 .feature {
  margin: 70px 0;
}
#slider-features-1 {
  padding-top: 140px;
}
#slider-features-1 .feature {
  margin: 70px 0;
}

.feature-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 85px;
  background-size: 64px 64px;
  background-repeat: no-repeat;
}

/* FEATURE ICONS: SMALL */

.feature-icon-hand {
  background-image: url(../img/feature-hand.svg);
}

.feature-icon-chart {
  background-image: url(../img/feature-chart.svg);
}

.feature-icon-heart {
  background-image: url(../img/feature-heart.svg);
}

.feature-icon-updates {
  background-image: url(../img/feature-updates.svg);
}

.feature-icon-report {
  background-image: url(../img/feature-report.svg);
}

.feature-icon-universal {
  background-image: url(../img/feature-universal.svg);
}

.feature-icon-more {
  background-image: url(../img/feature-more.svg);
}

/* FEATURE ICONS: BIG */

.feature-icon-big {
  display: inline-block;
  width: 120px;
  height: 100px;
  background-size: 120px 120px;
  background-repeat: no-repeat;
}

.feature-icon-big-1 {
  background-image: url(../img/feature-big-1.png);
}

.feature-icon-big-2 {
  background-image: url(../img/feature-big-2.png);
}

.feature-icon-big-3 {
  background-image: url(../img/feature-big-3.png);
}

/* INFO */

#info {
  background: #F7F7F7;
  margin: 70px 0;
}

/* FEATURES 2 */

#features-2 .feature {
  margin: 110px 0 70px 0;
}

/* TEAM */

#team {
  /*background: #f7f7f7;*/
}
#team .member {
  margin-bottom: 10px;
}
#team h2 {
  margin-bottom: 0;
}
#team .title {
  color: #c40e08;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
}
#team .social li a {
  color: "#2196f3";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#team .social li a:hover {
  color: "#1976d2"
}

/* TESTIMONIAL */

#testimonial {
  padding: 100px 0;
}
#testimonial-slider .item {
  display: block;
  margin: 0 10px;
}
.bubble {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #F7F7F7;
  line-height: 1.6;
  margin-bottom: 20px;
}
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #F7F7F7 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  bottom: -15px;
  left: 50px;
}
#testimonial .person div {
  float: left;
}
#testimonial .person h4 {
  margin-bottom: 0;
}
#testimonial .person img {
  margin: 0 15px;
  float: left;
  left: 15%;
}
#testimonial .person .company {
  color: #c40e08;
  font-family: 'Lato';
  font-size: 12px;
  margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
  background: #c40e08;
}

/* FOOTER */

footer {
  color: #FFFFFF;
  background-color: #1f1f1f;
  padding: 50px 0 25px 0;
}
footer .logo {
  margin-bottom: 30px;
}
footer h4 {
  margin-top: 30px;
  color: #ffffff;
}
footer .social li i {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer .social li i:hover {
  color: rgba(255, 255, 255, 1);
}

.appicon-small {
  display: inline-block;
  height: 50px;
  background: url(../img/logo.png) no-repeat;
  padding-left: 60px;
  line-height: 50px;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
  .appicon-small {
    background: url(../img/logo@2x.png) no-repeat;
    background-size: 50px 50px;
  }
}

@media only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-pixel-ratio: 3) {
  .appicon-small {
    background: url(../img/logo@3x.png) no-repeat;
    background-size: 50px 50px;
  }
}

.appicon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/Icon-60.png) no-repeat;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
  .appicon {
    background: url(../img/Icon-60@2x.png) no-repeat;
    background-size: 60px 60px;
  }
}

@media only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-pixel-ratio: 3) {
  .appicon {
    background: url(../img/Icon-60@3x.png) no-repeat;
    background-size: 60px 60px;
  }
}

/* MISC. */

/* FORM ELEMENTS */

input[type="text"], input[type="email"], select, textarea {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 300;
  width: 100%;
  min-height: 30px;
  padding: 12px 10px;
  border: 0;
  border-radius: none;
  border: 2px solid #FFFFFF;
  margin-bottom: 20px;
  outline: none;
}

/* BUTTONS */

.button-small {
  padding: 5px 12px;
  font-size: 13px;
}
.button-big {
  padding: 8px 18px;
  font-size: 16px;
}
.button-light {
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button-light:hover, .button-light:active {
  color: #c40e08;
  background: #ffffff;
  text-decoration: none;
}
.button-dark {
  color: #c40e08;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.button-dark:hover, .button-dark:active {
  color: #c40e08;
  background: rgba(255, 255, 255, 1);
  text-decoration: none;
}

/* PRELOAD */

#preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: table;
}
#preload .svg {
  margin: 0 auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#preload .appicon {
  display: block;
  margin: 0 auto;
}
#preload .preload {
  width: 50px;
  height: auto;
}

/* Color */

.gradient {
  background: -webkit-linear-gradient(#f2352f, #c40e08);
  background: -o-linear-gradient(#f2352f, #c40e08);
  background: -moz-linear-gradient(#f2352f, #c40e08);
  background: -ms-linear-gradient(#f2352f, #c40e08);
  background: linear-gradient(#f2352f, #c40e08);
}
.icon i {
  color: rgba(255, 255, 255, 0.80);
  display: table-cell;
  vertical-align: middle;
}
.icon {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  width: 7em;
  height: 7em;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  text-shadow: 0 0.025em 0.025em rgba(0, 0, 0, 0.2);
  background-repeat: repeat-x;
  background-position: 0 0;
  display: table;
  text-align: center;
  margin: 0 auto;
}

/* MEDIA QUERIES: RETINA */

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

  .feature-icon-big-1 {
    background-image: url(../img/feature-big-1@2x.png);
  }

  .feature-icon-big-2 {
    background-image: url(../img/feature-big-2@2x.png);
  }

  .feature-icon-big-3 {
    background-image: url(../img/feature-big-3@2x.png);
  }

}

/* MEDIA QUERIES: RETINA HD */

@media only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-device-pixel-ratio: 3) {

  .feature-icon-big-1 {
    background-image: url(../img/feature-big-1@3x.png);
  }

  .feature-icon-big-2 {
    background-image: url(../img/feature-big-2@3x.png);
  }

  .feature-icon-big-3 {
    background-image: url(../img/feature-big-3@3x.png);
  }

}
