@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Lato', Arial;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'Lato', Arial;
  -webkit-font-smoothing: antialiased;
}
div.content {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
}
header .navbar-default {
  background: none;
  border: none;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.headerimage {
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    background-position: left;
    background-repeat:no-repeat;
    background-color: #00a5db;
    height: 100vh;
}

.headerimage .container .section-heading {
    margin-top: 170px;
}

header .navbar-default ul.navbar-nav {
  //padding-top: 55px;
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  //padding: 7px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 32px;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 2px;
  z-index: 99999;
  left: 20px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
}
header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
  //display: none;
}

header .navbar-default ul.navbar-nav li a.faq {
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.faq:after {
    display: none;
}
header .navbar-default ul.navbar-nav li a.newsletter {
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.newsletter:after {
    display: none;
}

header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-default.scrolled {
  background: #00a5db;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 15px 20px;
}
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 33px;
  max-width: 119px;
}
header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 8px;
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 60px 0 80px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading h2 {
    display: inline-block;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse h2,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}

section#description {
    position: relative;
}
section#description .description-item {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #999999;
}
section#description .description-item i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 35px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 104px;
}
section#description .description-item .photo {
    width: 120px;
    height: 120px;
    border: 5px solid #c8c8c8;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section#description .description-item .photo img {
    width: 100%;
    height: auto;
}
section#description .description-item:hover .photo {
    border-color: #00a7e3;
    -webkit-transform: rotate(0) scale(1.2);
    -moz-transform: rotate(0) scale(1.2);
    -ms-transform: rotate(0) scale(1.2);
    -o-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
    opacity: 1;
}

section#description {
    position: relative;
}






#logo_lg {
    display: inline;
}
#logo_xs {
    display: none;
}

.fcard {
    margin: auto;
    width: 100%;
    max-width: 1000px;
    background-color: #FFFFFF;
    margin-top: 60px;
    padding: 40px;
    border: 1px solid #808080;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

}
.fcard-blue {
    margin: auto;
    width: 100%;
    max-width: 1000px;
    background-color: #00a5db;
    margin-top: 60px;
    padding: 40px;
    border: 1px solid #808080;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

}
.fcard .title {
    color: #00a5db;
    font-size: 28px;
    letter-spacing: 0.02em;
    font-family: Roboto Condensed;
    margin-bottom: 40px;
}
.fcard-blue .title {
    color: #FFFFFF;
    font-size: 28px;
    letter-spacing: 0.02em;
    font-family: Roboto Condensed;
    margin-bottom: 40px;
}
.fcard .subtitle {
    color: #00a5db;
    font-size: 21px;
    letter-spacing: 0.02em;
    font-family: Roboto Condensed;
}
.fcard .text {
    text-align: justify;
    color: #515151;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    font-family: 'Roboto Condensed';
}
.fcard .text-blue {
    text-align: justify;
    color: #00a5db;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    font-family: 'Roboto Condensed';

}
li {
    background:url(/data/img/checkmark.png) no-repeat 0 50%;
    padding-left: 40px;
    list-style-type: none;
    margin-bottom: 5px;
}


























section#installation {
  position: relative;
}
section#installation .installation-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#installation .installation-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}
section#installation .installation-item .photo {
    width: 120px;
    height: 120px;
    border: 5px solid #c8c8c8;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
section#installation .installation-item .photo img {
    width: 100%;
    height: auto;
}
section#installation .installation-item:hover .photo {
    border-color: #00a7e3;
    -webkit-transform: rotate(0) scale(1.2);
    -moz-transform: rotate(0) scale(1.2);
    -ms-transform: rotate(0) scale(1.2);
    -o-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
    opacity: 1;
}

section#installation {
    position: relative;
}
section#about .about-item {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #999999;
}
section#about .about-item i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 35px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 104px;
}
section#features .media > .pull-right {
  margin-left: 20px;
}
section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#features .media .media-body {
  color: #999999;
}
section#features .media.media-left .media-body {
  text-align: right;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* demo video Section */
section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */
section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* FAQ */
section#faq {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0;
}
section#faq .platforms {
    margin: 5px auto 120px auto;
    text-align: center;
}
section#faq .platforms .btn {
    margin-right: 10px;
    margin-bottom: 20px;
}

/* NEWSLETTER */
section#newsletter {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0;
}
section#newsletter .platforms {
    margin: 5px auto 120px auto;
    text-align: center;
}
section#newsletter .platforms .btn {
    margin-right: 10px;
    margin-bottom: 20px;
}

/* support section */
section#contact {
  padding: 0 0 150px 0;
}
section#contact .media {
  margin-bottom: 10px;
}
section#contact .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#contact .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#contact .media .media-heading a {
  font-weight: 400;
}
/* footer section */
footer {
  padding: 40px 0;
  text-align: center;
}
footer a > img {
  width: 100px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}
footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
section {
  position: relative;
  padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.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;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Lato', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 640px) {
    #logo_lg {
        display: none;
    }
    #logo_xs {
        display: inline;
    }
    .fcard {
        padding: 40px 10px 10px 10px;
    }
    .fcard-blue {
        padding: 40px 10px 10px 10px;
    }
    .fcard .title {
        font-size: 26px;
    }
    .fcard-blue .title {
        font-size: 26px;
    }
    .fcard .subtitle {
        font-size: 16px;
    }
    .fcard .text {
        font-size: 16px;
        line-height: 26px;
    }
    .fcard .text-blue {
        font-size: 16px;
        line-height: 26px;
    }

  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
    header .navbar-default ul.navbar-nav li a.faq {
        background: none !important;
        -webkit-border-radius: 0em;
        -moz-border-radius: 0em;
        -ms-border-radius: 0em;
        -o-border-radius: 0em;
        border-radius: 0em;
    }
    header .navbar-default ul.navbar-nav li a.newsletter {
        background: none !important;
        -webkit-border-radius: 0em;
        -moz-border-radius: 0em;
        -ms-border-radius: 0em;
        -o-border-radius: 0em;
        border-radius: 0em;
    }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }

}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header {
  background: #00a5db;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00a5db 0%, #0f5d9f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00a5db), color-stop(100%, #0f5d9f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #00a5db 0%, #0f5d9f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #00a5db 0%, #0f5d9f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #00a5db 0%, #0f5d9f 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #00a5db 0%, #0f5d9f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00a5db, endColorstr=#0f5d9f, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a {
  color: #ffffff;
  background: none;
}
header .navbar-default ul.navbar-nav li a.getApp {
  color: #ffffff;
  background: #00a5db;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #00a5db 0%, #00a1db 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00a5db), color-stop(100%, #00a1db));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #00a5db 0%, #00a1db 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #00a5db 0%, #00a1db 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #00a5db 0%, #00a1db 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #00a5db 0%, #00a1db 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00a5db, endColorstr=#00a1db, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #4081bf;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.faq {
    color: #3c79b4;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    /* IE10+ */
    background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.newsletter {
    color: #3c79b4;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    /* IE10+ */
    background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.faq:hover {
    color: #4081bf;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* IE10+ */
    background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.newsletter:hover {
    color: #4081bf;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* IE10+ */
    background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled {
  border-bottom: 3px solid #00a5db;
}
header .navbar-default.scrolled ul.navbar-nav li a {
  //color: #00a5db;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  //color: #00a5db;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #00a5db;
}
header .navbar-default.scrolled .navbar-brand {
  background: #00a5db;
}
section .section-heading .divider:after {
  background: #00a5db;
}
section#description .description-item i.fa {
  border: 2px solid #00a5db;
  color: #00a5db;
}
section#description .description-item:hover i.fa {
  color: #ffffff;
  background: #00a5db;
}
section#description .description-item:hover h3 {
  color: #00a5db;
}



section#installation .installation-item i.fa {
    border: 2px solid #00a5db;
    color: #00a5db;
}
section#installation .installation-item:hover i.fa {
    color: #ffffff;
    background: #00a5db;
}
section#installation .installation-item:hover h3 {
    color: #00a5db;
}

section#about .about-item i.fa {
    border: 2px solid #00a5db;
    color: #00a5db;
}
section#about .about-item:hover i.fa {
    color: #ffffff;
    background: #00a5db;
}
section#about .about-item:hover h3 {
    color: #00a5db;
}
section#features {
  background: #f6f6f6;
}
section#features header h1:after {
  background: #00a5db;
}
section#features header h2:after {
    background: #00a5db;
}
section#features .media i.fa {
  border: 2px solid #00a5db;
  color: #00a5db;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #00a5db;
}
section#features .media:hover h3 {
  color: #00a5db;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #00a5db;
}
section#features .media.active .media-heading {
  color: #00a5db;
}
section#reviews {
  background: url("../img/bk-fleetize.jpg");
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews header h2:after {
    background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #00a5db;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #00a5db;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #00a5db;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #ffffff;
}
section#screens header h1:after {
  background: #00a5db;
}
section#screens header h2:after {
    background: #00a5db;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #00a5db;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #00a5db;
  border-color: #00a5db;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #00a5db;
  border-color: #00a5db;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #00a5db;
}
section#demo header h2:after {
    background: #00a5db;
}
/* Get app Section */
section#getApp {
  background: url("../img/bk-fleetize-ga.jpg");
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp header h2:after {
    background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #00a5db;
}


section#faq {
    background: url("../img/bk-fleetize-ga.jpg");
}
section#faq header {
    color: #ffffff;
}
section#faq header h1:after {
    background: #ffffff;
}
section#faq header h2:after {
    background: #ffffff;
}
section#faq .platforms .media {
    border: 2px solid #ffffff;
    color: #ffffff;
}
section#faq .platforms .media a i {
    color: #ffffff;
}
section#faq .platforms .media a div.media-body {
    color: #ffffff;
}
section#faq .platforms .media:hover {
    background: #ffffff;
}
section#faq .platforms .media:hover a i,
section#faq .platforms .media:hover a div.media-body {
    color: #00a5db;
}
section#newsletter {
    background-color: #00a5db ;
}
section#newsletter header {
    color: #ffffff;
}
section#newsletter header h1:after {
    background: #ffffff;
}
section#newsletter header h2:after {
    background: #ffffff;
}
section#newsletter .platforms .media {
    border: 2px solid #ffffff;
    color: #ffffff;
}
section#newsletter .platforms .media a i {
    color: #ffffff;
}
section#newsletter .platforms .media a div.media-body {
    color: #ffffff;
}
section#newsletter .platforms .media:hover {
    background: #ffffff;
}
section#newsletter .platforms .media:hover a i,
section#newsletter .platforms .media:hover a div.media-body {
    color: #00a5db;
}
/* contact section */
section#support header h1:after {
  background: #00a5db;
}
section#support header h2:after {
    background: #00a5db;
}
section#support .media i.fa {
  border: 2px solid #00a5db;
  color: #00a5db;
}
section#support .media a {
  color: #00a5db;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #00a5db;
}
section#support .media:hover h3 {
  color: #00a5db;
}
/* footer section */
footer {
  background: #00a5db;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #00a5db 0%, #00a5db 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00a5db), color-stop(100%, #00a5db));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #00a5db 0%, #00a5db 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #00a5db 0%, #00a5db 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #00a5db 0%, #00a5db 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #00a5db 0%, #00a5db 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00a5db, endColorstr=#00a5db, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #00a5db;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #00a5db;
  border-color: #00a5db;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #00a5db;
  border-color: #00a5db;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #00a5db;
  border-color: #00a5db;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #00a5db;
}
.footer-link {
    color: #FFFFFF;
}
.footer-title {
    color: #FFFFFF;
    margin: 10px 0 5px 0;
    font-weight: bold;

}
.btn-bold {
    text-shadow: 1px 2px 2px #00769d;
    border-radius: 3px;
    text-decoration: none;
    font-size: 18px !important;
    margin-top: 20px;
    font-weight: 400;
    background-color: #00769c;
    border-color: #d58512;
    color: #FFF!important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 25px 12px 25px;
    font-size: 1.8rem;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.btn-bold.secondary {
    color: #606060 !important;
    text-shadow: none;
    background-color: #ebf3f7;
}
.btn-bold.secondary:hover {
    background-color: #ddeaf0;

}
.btn-bold:hover {
    background-color: #00769d;

}
.btn.btn-default:hover {
  color: #00a5db;
}
form .form-control:focus {
  border-color: #00a5db;
  color: #999999;
}
@media screen and (max-width: 640px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }


    header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid #376fa4;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
    header .navbar-default ul.navbar-nav li a.faq {
        color: #ffffff;
    }
    header .navbar-default ul.navbar-nav li a.newsletter {
        color: #ffffff;
    }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #00a5db;
  }
  header .navbar-default .navbar-collapse {
    background: #00a5db;
  }
  header .navbar-default.scrolled {
    background: #00a5db;
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    //color: #00a5db;
  }
}
.pre-loader {
  background: #00a5db;
}




.blogblock {
    font-size: 18px;
    background: #f0f0f0;
    padding: 0;
}
.blogblock .block-container {
    //background: #ffffff;
    text-align: left;
    padding-top: 0px;
}
.blogblock .block-container .title {
    margin-top: 0;
}
.blogblock .block-container .post {
    background: #ffffff;
    margin: 30px;
    text-align: left;
    padding: 60px 120px;
    border-bottom: 1px solid #f0f0f0;
}
.blogblock .block-container .post .title {
    text-align: left;
    font-weight: 400;
    color: #505050;
}
.blogblock .block-container .post .author {
    color: #6e6e6e;
    font-size: 14px;
    text-shadow: none;
}
.blogblock .block-container .post .post-body {
    margin: 40px 0;
    font-weight: 300;
    color: #6e6e6e;
    line-height: 1.7;
}
.blogblock .block-container .post .more-link {
    color: #0e76bc;
    text-align: right;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}



.contentblock {
    font-size: 18px;
    background: #f0f0f0;
    padding: 0;
}
.contentblock .block-container {
    background: #ffffff;
    text-align: left;
    padding-top: 0px;
}
.contentblock .block-container .title {
    margin-top: 0;
}
.contentblock .block-container .post {
    text-align: left;
    padding: 60px 120px;
    border-bottom: 1px solid #f0f0f0;
}
.contentblock .block-container .post .title {
    text-align: left;
    font-weight: 400;
    color: #505050;
}
.contentblock .block-container .post .author {
    color: #6e6e6e;
    font-size: 14px;
    text-shadow: none;
}
.contentblock .block-container .post .post-body {
    margin: 40px 0;
    font-weight: 300;
    color: #6e6e6e;
    line-height: 1.7;
}
.contentblock .block-container .post .more-link {
    color: #0e76bc;
    text-align: right;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}


.portrait {
    float: left;
    border-radius: 100px 100px 100px 100px;
    margin: 0 15px 15px 0;
    display: inline-block;
    height: 55px;
    overflow: hidden;
    width: 55px;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}

.block {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0 0 100px 0;
    z-index: 1;
}
.block .block-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.partnersblock {
    padding-bottom: 80px;
}
.partnersblock .block-container .partnerslist .partner {
    display: inline-block;
    max-width: 200px;
    padding: 10px 20px;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.partnersblock .block-container .partnerslist .partner img {
    border: none;
    width: 100%;
    height: auto;
}
.partnersblock .block-container .partnerslist .partner:hover {
    opacity: 1;
}

.teamblock .block-container .teamcontainer {
    margin: 0px 0 60px 0;
    display: inline-block;
}
.teamblock .block-container .teamcontainer .personal {
    width: 280px;
    display: inline-block;
    position: relative;
    font-size: 0;
    vertical-align: top;
}
.teamblock .block-container .teamcontainer .personal .photo {
    width: 200px;
    height: 200px;
    border: 5px solid #c8c8c8;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.teamblock .block-container .teamcontainer .personal .photo img {
    width: 100%;
    height: auto;
}
.teamblock .block-container .teamcontainer .personal .userinfo {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 2em 0 1em 0;
}
.teamblock .block-container .teamcontainer .personal .userinfo .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #555555;
    margin-bottom: 0.4em;
}
.teamblock .block-container .teamcontainer .personal .userinfo .status {
    color: #6e6e6e;
    position: relative;
}
.teamblock .block-container .teamcontainer .personal:hover .photo {
    border-color: #00a7e3;
    -webkit-transform: rotate(0) scale(1.2);
    -moz-transform: rotate(0) scale(1.2);
    -ms-transform: rotate(0) scale(1.2);
    -o-transform: rotate(0) scale(1.2);
    transform: rotate(0) scale(1.2);
    opacity: 1;
}


.overlayer {
    position: absolute;
    display: block;
    z-index: 98;
}
.overlayer.fullwidth {
    width: 100%;
}
.overlayer-wrapper {
    position: relative;
    display: block;
    z-index: 99;
}
.overlay-fixed {
    position: fixed !important;
    top: auto !important;
}
.top-left {
    position: absolute;
    top: 0;
    left: 0;
}
.top-right {
    position: absolute;
    top: 1px;
    right: 0;
}
.bottom-left {
    position: absolute;
    bottom: 1px;
    left: 0;
}
.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}



.btn2 {
    display: inline-block;
    padding: 9px 12px;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #41aae1;
    -webkit-border-radius: 3px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
    font: 14px/20px Helvetica, Arial, sans-serif;
}
.btn2:focus {
    outline: none;
}
.btn2 .caret {
    margin-left: 3px;
}
.btn2 .caret.single {
    margin-left: 0px;
}
.btn2:hover,
.btn2:focus,
.btn2:active,
.btn2.active,
.btn2.disabled,
.btn2[disabled] {
    background-color: #41aae1;
}
.portrait-overlay {
    padding-top: 20px;
    padding-right: 0px;
}
.portrait {
    width: 283px;
    height: 108px;
}
.portrait-info {
    position: absolute;
    left: 60px;
    top: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
    width: 90px;
    width: 90px;
    display: none;
}





@media screen and (max-width: 1024px) {
    .teamblock .block-container .teamcontainer .personal {
        width: 40%;
        margin: 0 5%;
        float: left;
    }
    .teamblock .block-container .teamcontainer .personal .photo {
        opacity: 1;
    }

    .blogblock .block-container .post {
        padding: 10px;
        margin: 15px;
    }

    .contentblock .block-container .post {
        padding: 10px;
    }

}



@media screen and (max-width: 540px) {
    .teamblock .block-container .teamcontainer .personal {
        width: 100%;
        margin: 0;
        float: left;
    }


    .block {
        padding-bottom: 40px;
    }

    .block .block-container {
        padding-top: 100px;
    }


}















#snappedheader {
    display: none;
}

.mainmenu {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    text-align: center;
    background: #00a7e3;
}
.mainmenu .menuwrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.mainmenu .menuwrapper .logoblock {
    float: left;
    padding: 0.8em 1em 0 1em;
    display: inline-block;
}
.mainmenu .menuwrapper .logoblock .companyname {
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0.3em 0 0 1em;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mainmenu .menuwrapper .logoblock:hover .companyname {
    color: #fff;
}
.mainmenu .menuwrapper .menulist {
    display: inline-block;
    text-align: center;
    padding: 0.5em 1em;
    position: relative;
    top: 6px;
}
.mainmenu .menuwrapper .menulist .items {
    display: inline-block;
    padding: 0;
}
.mainmenu .menuwrapper .menulist .items .menuitem {
    float: left;
    list-style: none;
}
.mainmenu .menuwrapper .menulist .items .menuitem a {
    color: #fff;
    display: inline-block;
    padding: 0.6em 1em;
    margin: 0 0.5em;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    overflow: visible;
    text-decoration: none;
}
.mainmenu .menuwrapper .menulist .items .menuitem a:hover {
    background: rgba(0, 0, 0, 0.2);
}
.mainmenu .menuwrapper .menulist .items .menuitem a:active {
    background: rgba(255, 255, 255, 0.2);
}
.mainmenu .menuwrapper .socialblock {
    float: right;
    padding: 1.2em 1em 0 1em;
}
.mainmenu .menuwrapper .socialblock .socialicon {
    width: 1.2em;
    height: 1.2em;
    margin: 0 0 0 10px;
}
.mainmenu .menuwrapper .socialblock .socialicon i {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
}
.mainmenu .menuwrapper .socialblock .socialicon i:hover {
    color: #fff;
    font-size: 30px;
    margin: -4px 0 0 -4px;
}
@media screen and (max-width: 768px) {
    .headerimage {
        background-color: #00a5db; height: 650px;
        background-position: center;
    }
    .headerimage .container .section-heading {
        margin-top: 80px;
    }

    .portrait-overlay {
        padding-top: 20px;
        padding-right: 0px;
    }
    .portrait {
        width: 200px;
        height: 76px;
    }
    .portrait-info {
        left: 40px;
        top: 36px;
        font-size: 11px;
        width: 80px;
    }
}
@media screen and (max-width: 800px) {
    #snappedheader {
        display: inline;
    }


    .mainmenu .menuwrapper .menulist {
        padding: 0;
        float: left;
        width: 100%;
    }

    .mainmenu .menuwrapper .menulist ul.items {
        float: left;
        width: 100%;
    }

    .mainmenu .menuwrapper .menulist ul.items li.menuitem {
        display: none;
        width: 100%;
    }

    .mainmenu .menuwrapper .menulist ul.items li.menuitem a {
        width: 100%;
        font-size: 20px;
        border-radius: 0;
        padding: 0.5em 0;
        margin: 0;
    }

    .mainmenu .menuwrapper .menulist ul.items li.menuitem:first-child {
        display: inline-block;
    }

    .mainmenu .menuwrapper .menulist ul.items:hover li.menuitem {
        display: inline-block;
    }

    .mainmenu .menuwrapper .menulist ul.items:hover li.menuitem a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 1024px) {
    .mainmenu {
        position: absolute;
    }


    .mainmenu .menuwrapper a.logoblock,
    .mainmenu .menuwrapper .socialblock {
        display: none;
    }
}