@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Rubik:200,400,500);
.dropdown-arrow-inverse {
  border-bottom-color: #4b7eb5 !important;
  border-top-color: #4b7eb5 !important;
}
.navbar {
  left: 0;
  right: 0;
}
.navbar .brand {
  padding: 23px 28px 24px 0;
  float: left;
}
.navbar .subnav {
  display: none;
}
.navbar a {
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: none;
}
.navbar .navbar-toggle {
  margin: 26px 0 10px;
  color: white;
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url("template/common-files/icons/menu-icon@2x.png") 50% no-repeat;
  -webkit-background-size: 17px 12px;
  -moz-background-size: 17px 12px;
  -o-background-size: 17px 12px;
  background-size: 17px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .navbar-toggle:before {
  display: none;
}
.navbar .navbar-form .btn {
  height: auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .nav > li > a > [class*="fui-"] {
  font-size: 24px;
  margin: -10px 0 0;
  position: relative;
  top: 4px;
}
.navbar.navbar-fixed-top {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 1170px;
  margin: 0 auto;
}
.loaded .navbar.navbar-fixed-top {
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-header {
    float: none;
  }
}
.header-19 .navbar-collapse.collapse,
.header-16 .navbar-collapse.collapse {
  display: none !important;
}
@media (max-width: 991px) {
  body .navbar-collapse {
    width: 230px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  body > .collapse.navbar-collapse {
    display: none !important;
  }
}
body .navbar-collapse#header-19,
body .navbar-collapse#header-16 {
  width: 230px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  z-index: 1;
}
body > .navbar-collapse {
  padding: 25px 0;
  overflow: auto;
  background: #222527;
  min-height: 100%;
}
body > .navbar-collapse::-webkit-scrollbar {
  display: none;
}
body > .navbar-collapse .pull-right,
body > .navbar-collapse .pull-left {
  float: none !important;
}
body > .navbar-collapse .nav {
  margin: 0 0 10px;
}
body > .navbar-collapse .nav > li {
  margin: 0;
}
body > .navbar-collapse .nav > li > a {
  display: block;
  padding: 12px 35px;
  border-bottom: 2px solid #24292d;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #5b5e61;
  text-transform: uppercase;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.active {
  color: #fff;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus {
  background: none;
}
body > .navbar-collapse .nav > li.active > a {
  color: #fff;
}
body > .navbar-collapse .nav > li.active > a:hover,
body > .navbar-collapse .nav > li.active > a:focus,
body > .navbar-collapse .nav > li.active > a.active {
  color: #fff;
}
body > .navbar-collapse .subnav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
body > .navbar-collapse .subnav li > a {
  display: block;
  margin: 0;
  padding: 7px 35px;
  font-size: 13px;
  font-weight: normal;
  color: #5b5e61;
  text-transform: capitalize;
}
body > .navbar-collapse .subnav li > a:hover,
body > .navbar-collapse .subnav li > a:focus,
body > .navbar-collapse .subnav li > a.active {
  color: #fff;
}
body > .navbar-collapse .navbar-form,
body > .navbar-collapse .navbar-search {
  padding: 10px 35px;
  margin: 0;
  border-bottom: 0 none;
  border-top: 0 none;
  box-shadow: none;
}
body > .navbar-collapse .navbar-form:focus,
body > .navbar-collapse .navbar-search:focus {
  outline: 0 none;
}
body > .navbar-collapse .navbar-form .btn,
body > .navbar-collapse .navbar-search .btn,
body > .navbar-collapse .navbar-form .btn-primary,
body > .navbar-collapse .navbar-search .btn-primary {
  height: 30px;
  line-height: 20px;
  font-size: 15px;
  color: #5b5e61;
  background: none;
  padding: 0;
}
body > .navbar-collapse .navbar-form .btn:hover,
body > .navbar-collapse .navbar-search .btn:hover,
body > .navbar-collapse .navbar-form .btn-primary:hover,
body > .navbar-collapse .navbar-search .btn-primary:hover {
  color: #fff;
}
.delimiter {
  margin-top: 200px;
}
.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}
header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100;
}
header .brand {
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  color: #2c3e50;
}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/**
 * Content 1 stylesheet  
 * */
.content-1 {
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
}
.content-1 h3 {
  font-size: 34px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
}
.content-1 p {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-1 .box-video {
  margin-top: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-1 .box-video p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-1 .box-video h6 {
  font-size: 20px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.content-1 .box-video .btns {
  text-align: center;
}
@media (max-width: 767px) {
  .content-1 .box-video .btns {
    text-align: left;
  }
}
.content-1 .box-video .btns .btn {
  min-width: 100%;
}
@media (max-width: 767px) {
  .content-1 .box-video .btns .btn {
    min-width: 178px;
  }
}
.content-1 .box-video .btns .btn [class*="fui-"] {
  float: left;
  font-size: 22px;
  font-weight: normal;
  color: white;
  margin-right: 4px;
}
.content-1 .box-video .btns .btn + .btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .content-1 .box-video .btns .btn + .btn {
    margin: 0 0 0 15px;
  }
}
.content-1 .box-video .additional-links {
  margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #7f8c8d;
  line-height: 17px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-1 .box-video .additional-links {
    text-align: left;
  }
}
.content-1 .box-video .additional-links a {
  text-decoration: underline;
  color: #7f8c8d;
}
.content-1 .box-video .additional-links a:hover,
.content-1 .box-video .additional-links a:focus,
.content-1 .box-video .additional-links a.active {
  color: #1abc9c;
}
@media (max-width: 480px) {
  .content-1 .box-video {
    margin-top: 40px;
  }
  .content-1 .box-video .player {
    margin-bottom: 40px;
    width: 100%;
  }
  .content-1 .box-video .btns {
    margin-top: 35px;
  }
  .content-1 .box-video .btns .btn {
    display: block;
  }
  .content-1 .box-video .btns .btn + .btn {
    margin: 16px 0 0;
  }
  .content-1 .box-video .additional-links {
    text-align: center;
    max-width: 170px;
    margin: 20px auto 0;
  }
}
.content-1 .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  float: left;
  width: 220px;
  height: 150px;
  margin: 0 50px 10px 0;
}
@media (max-width: 767px) {
  .content-1 .player {
    float: none;
    margin: 0 auto 10px;
  }
}
.content-1 .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  margin: -20px 0 0 -30px;
  padding-left: 16px;
  background-color: #16a085;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.content-1 .player .btn-play:hover,
.content-1 .player .btn-play:focus {
  background-color: #45b39d;
}
.content-1 .player .btn-play:active,
.content-1 .player .btn-play.active {
  background-color: #138871;
}
.content-1 .player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
/**
 * Content 3 stylesheet  
 * */
.content-3 {
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
}
.content-3 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 24px;
}
.content-3 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 30px;
}
@media (max-width: 767px) {
  .content-3 p {
    margin-bottom: 34px;
  }
}
.content-3.v-center,
.content-3 .v-center {
  display: table;
  width: 100%;
}
.content-3.v-center > div,
.content-3 .v-center > div {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
@media (min-width: 768px) {
  .content-3.v-center.row:before,
  .content-3 .v-center.row:before,
  .content-3.v-center.row:after,
  .content-3 .v-center.row:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-3.v-center,
  .content-3 .v-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
  .content-3.v-center.row,
  .content-3 .v-center.row {
    display: block;
    width: auto;
  }
  .content-3.v-center.row:before,
  .content-3 .v-center.row:before,
  .content-3.v-center.row:after,
  .content-3 .v-center.row:after {
    display: none;
  }
  .content-3.v-center.row > *,
  .content-3 .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
.content-3 .img {
  max-width: 380px;
  margin-left: auto;
}
.content-3 .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .content-3 .img {
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.content-3 .delimiter {
  margin-top: 130px;
  padding-top: 70px;
  border-top: 2px solid #ecf0f1;
}
@media (max-width: 767px) {
  .content-3 .delimiter {
    display: none;
  }
}
.content-3 .features h6 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 767px) {
  .content-3 .features h6 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.content-3 .features p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
}
.content-3.mirror .aligment {
  float: right;
}
.content-3.mirror .img {
  margin-left: 0;
  margin-right: auto;
  max-width: 397px;
}
@media (max-width: 767px) {
  .content-3.mirror .img {
    margin-left: auto;
  }
}
/**
 * Content 9 stylesheet  
 * */
.content-9 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.content-9 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
  font-weight: 300;
}
.content-9 p {
  font-size: 16px;
  font-weight: normal;
  color: #eee;
  line-height: 30px;
}
.content-9 h6 {
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.content-9 .info {
  font-size: 14px;
  font-weight: normal;
  color: #eee;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content-9 .info {
    margin-top: 20px;
  }
}
/**
 * Content 11 stylesheet  
 * */
.content-11 {
  margin-top: 50px;
  position: relative;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  background: rgba(241, 196, 15, 0.1);
  font-size: 24px;
  font-weight: normal;
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.content-11 > .container {
  position: relative;
}
.content-11 .btn {
  margin-left: 33px;
  font-size: 14px;
  font-weight: normal;
  color: white;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 480px) {
  .content-11 > .container > span {
    display: block;
  }
  .content-11 .btn {
    margin: 30px 0 0;
  }
}
@media (max-width: 614px) {
  .content-11 > .container > span {
    display: block;
  }
  .content-11 .btn {
    margin: 30px 0 0;
  }
}
/**
 * Content 15 stylesheet  
 * */
.content-15 {
  padding-top: 125px;
  padding-bottom: 130px;
  position: relative;
}
.content-15 h3 {
  margin-bottom: 68px;
  font-size: 37px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-15 h3 {
    margin-bottom: 76px;
    font-size: 30px;
    font-weight: normal;
    color: #2c3e50;
    font-weight: 300;
    text-align: center;
  }
}
.content-15 p {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
}
.content-15 .features {
  margin-top: 120px;
}
.content-15 .features h6 {
  text-transform: none;
  margin: 60px 0 20px;
  font-size: 20px;
  font-weight: normal;
  color: #CE7874;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.content-15 .features h6:first-child {
  margin-top: auto;
}
@media (max-width: 767px) {
  .content-15 .features h6 {
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: center;
  }
}
.content-15 .features p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
.content-15 .features .col-sm-7 img {
  width: 100%;
}
@media (max-width: 767px) {
  .content-15 .features .col-sm-7 {
    text-align: center;
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .content-15 .features {
    margin-top: 76px;
  }
}
/**
 * Content 19 stylesheet  
 * */
.content-19 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  border-bottom: 2px solid #ebedee;
}
.content-19 .col-sm-7 .quote {
  position: relative;
}
.content-19 .col-sm-7 .quote:before {
  content: '';
  background: url("template/common-files/icons/quote-up-mb@2x.png") no-repeat;
  -webkit-background-size: 31px 22px;
  -moz-background-size: 31px 22px;
  -o-background-size: 31px 22px;
  background-size: 31px 22px;
  position: absolute;
  width: 31px;
  height: 22px;
  top: 0;
  left: -60px;
}
@media (min-width: 1200px) and (max-width: 1300px), (min-width: 992px) and (max-width: 1080px), (max-width: 870px) {
  .content-19 .col-sm-7 .quote:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-19 .col-sm-7 .quote {
    margin-bottom: 50px;
  }
}
.content-19 .col-sm-7 .quote .quote-text {
  font-size: 37px;
  font-weight: normal;
  color: #2c3e50;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-19 .col-sm-7 .quote .quote-author {
  margin-top: 20px;
  font-size: 13px;
  font-weight: normal;
  color: #95a5a6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.content-19 .col-sm-7 .quote .quote-author > * {
  vertical-align: middle;
}
.content-19 .col-sm-7 .quote .quote-author-photo {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #ebedee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 20px;
}
.content-19 .col-sm-7 .quote .quote-author-name {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.19em;
}
.content-19 .col-sm-3 .quote {
  position: relative;
  margin-top: 50px;
}
.content-19 .col-sm-3 .quote:first-child {
  margin-top: 0;
}
.content-19 .col-sm-3 .quote .quote-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #95a5a6;
}
.content-19 .col-sm-3 .quote .quote-author {
  font-size: 18px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.content-19 .col-sm-3 .quote .quote-author-photo {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #ebedee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-left: -50px;
  margin-top: 6px;
}
.content-19 .col-sm-3 .quote .quote-date {
  font-size: 12px;
  font-weight: normal;
  color: #95a5a6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.19em;
}
@media (max-width: 480px) {
  .content-19 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content-19 .col-sm-7 .quote .quote-author {
    font-size: 11px;
    font-weight: normal;
    color: #7f8c8d;
    letter-spacing: 0;
  }
  .content-19 .col-sm-7 .quote .quote-author .quote-author-photo {
    margin-right: 10px;
  }
  .content-19 .col-sm-3 .quote .quote-author-photo {
    position: static;
    margin: 5px 10px 0 0;
    float: left;
  }
}
.content-25 {
  position: relative;
  padding: 25px 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .content-25 {
    padding: 40px 5px;
  }
  .content-25 .svg,
  .content-25 .nosvg {
    display: block;
    text-align: center;
    float: none !important;
    margin-top: 45px;
  }
}
.content-25 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.content-25 h3 small {
  color: #bdc3c7;
}
.content-25 p {
  font-size: 18px;
  color: #4b7eb5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 25px;
  font-weight: normal;
}
.content-25 svg,
.content-25 .svg {
  width: 100%;
}
.content-25 .nosvg {
  display: none;
}
.content-25 a img {
  margin-top: 25px;
  margin-bottom: 25px;
}
.content-26 {
  margin-top: 50px;
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
}
.content-26 .lead {
  font-size: 22px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
.content-26 h3 {
  font-size: 35px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .content-26 .features {
    margin-top: -52px;
  }
}
.content-26 .features h6 {
  text-transform: none;
  margin-top: 37px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.content-26 .features > * {
  margin-top: 67px;
}
.content-36 {
  margin-top: 50px;
  background: #1b1f23;
  text-align: center;
  color: #95a5a6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-36 h2 {
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  margin: 0 0 25px;
  letter-spacing: -2px;
}
.content-36 .btn-success {
  background: #27ae60;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 46px;
  margin: 0 0 55px;
}
.content-36 .btn-success:hover {
  background: #58D68D;
}
.content-36 p {
  margin: 0 auto;
  width: 100%;
  font-size: 20px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .content-36 p {
    width: 80%;
  }
}
.content-36 .signup-wrapper {
  padding-top: 25px;
}
/**
 * Footer 1 stylesheet  
 * */
.footer-1 {
  margin-top: 50px;
  padding-top: 85px;
  padding-bottom: 85px;
  font-size: 14px;
  color: #bdc3c7;
}
.footer-1 .lead {
  margin-bottom: 15px;
  margin-top: -10px;
  font-size: 22px;
  font-weight: normal;
  color: white;
  font-weight: 300;
  letter-spacing: -1px;
}
.footer-1 .lead b {
  font-weight: 500;
}
.footer-1 .social-btns {
  white-space: nowrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer-1 .social-btns > * {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #979c9f;
  width: 20px;
  height: 25px;
  overflow: hidden;
  text-align: center;
}
.footer-1 .social-btns > *:first-child {
  margin-left: 0;
}
.footer-1 .social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.footer-1 .social-btns > * > *:first-child {
  color: #bdc3c7;
}
.footer-1 .social-btns > *:hover > * {
  top: -100%;
}
.footer-1 .btn.btn-danger {
  background-color: #c0392b;
}
.footer-1 .btn.btn-danger:hover,
.footer-1 .btn.btn-danger:focus {
  background-color: #cd6155;
}
.footer-1 .btn.btn-danger:active,
.footer-1 .btn.btn-danger.active {
  background-color: #a33025;
}
.footer-1 a {
  color: #bdc3c7;
  font-weight: normal;
}
.footer-1 a:hover,
.footer-1 a:focus,
.footer-1 a.active {
  color: #979c9f;
}
.footer-1 nav h6 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: white;
  line-height: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.footer-1 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: #bdc3c7;
}
.footer-1 nav ul li {
  margin-bottom: 5px;
}
.footer-1 .buy-btn {
  text-align: center;
}
.footer-1 .buy-btn a.btn {
  font-size: 15px;
  font-weight: normal;
  color: white;
}
.footer-1 .buy-btn .btn {
  margin-bottom: 17px;
}
.footer-1 .additional-links {
  border-top: 1px solid #374859;
  padding-top: 17px;
  font-size: 14px;
  font-weight: normal;
  color: #95a5a6;
}
@media (max-width: 767px) {
  .footer-1 .additional-links {
    margin-top: 17px;
    margin-bottom: 0;
  }
}
.footer-1 .additional-links a {
  margin-right: 10px;
  color: #95a5a6;
}
.footer-1 .additional-links a:hover,
.footer-1 .additional-links a:focus,
.footer-1 .additional-links a.active {
  color: #778485;
}
@media (max-width: 767px) {
  .footer-1 .col-sm-6 {
    margin-bottom: 20px;
  }
  .footer-1 nav .col-sm-2,
  .footer-1 .buy-btn {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .footer-1 nav .col-sm-2:first-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .footer-1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-1 .buy-btn {
    float: none;
    clear: both;
    width: auto;
    padding-top: 15px;
    margin: 0;
  }
  .footer-1 .buy-btn .btn {
    margin: 0 0 10px;
  }
  .footer-1 nav .col-sm-2 {
    width: 47%;
    margin-left: 6%;
  }
}
.footer-1 .fb_iframe_widget {
  vertical-align: top;
}
/**
 * Header 11 stylesheet  
 * */
.header-11-startup-antiflicker {
  border-bottom: 1px #bdc3c7 solid;
}
.header-11 {
  z-index: 100;
  width: 100%;
  padding-top: 0;
  margin-bottom: 25px;
  height: 90px;
}
.header-11 .header-background {
  background: #fff;
}
.header-11 .navbar {
  position: absolute;
  z-index: 2;
  top: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-11 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.header-11 .navbar .navbar-form {
  padding: 30px 0 19px 50px;
}
.header-11 .navbar .btn {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 800;
}
.header-11 .navbar .brand {
  padding-top: 30px !important;
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-weight: 800;
}
.header-11 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.header-11 .navbar .nav > li {
  margin-left: 25px;
}
.header-11 .navbar .nav > li:first-child {
  margin-left: 0;
}
.header-11 .navbar .nav > li:active a,
.header-11 .navbar .nav > li.active a {
  color: #16a085;
}
.header-11 .navbar .nav > li:active a:hover,
.header-11 .navbar .nav > li.active a:hover,
.header-11 .navbar .nav > li:active a:focus,
.header-11 .navbar .nav > li.active a:focus,
.header-11 .navbar .nav > li:active a.active,
.header-11 .navbar .nav > li.active a.active {
  color: #16a085;
}
.header-11 .navbar .nav > li > a {
  padding: 41px 0 27px;
  font-size: 14px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 800;
  color: inherit;
}
.header-11 .navbar .nav > li > a:hover,
.header-11 .navbar .nav > li > a:focus,
.header-11 .navbar .nav > li > a.active {
  color: #16a085;
}
.header-11 .navbar .navbar-toggle {
  background-image: url("/template/common-files/icons/menu-icon-header-8@2x.png");
  -webkit-background-size: 17px 12px;
  -moz-background-size: 17px 12px;
  -o-background-size: 17px 12px;
  background-size: 17px 12px;
  margin-top: 36px;
}
.header-11-sub {
  padding-top: 110px;
  padding-bottom: 110px;
  color: #bdc3c7;
  position: relative;
}
.header-11-sub h3 {
  font-size: 33px;
  font-weight: normal;
  color: #2c3e50;
  margin-bottom: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.header-11-sub p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-11-sub .additional-links {
  opacity: 80;
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 12px;
  font-weight: normal;
  color: #1b1f23;
}
.header-11-sub .additional-links a {
  text-decoration: underline;
  color: #1b1f23;
}
.header-11-sub .additional-links a:hover,
.header-11-sub .additional-links a:focus,
.header-11-sub .additional-links a.active {
  color: #16191c;
}
.header-11-sub .background {
  background-image: url("/template/common-files/img/Brazil_002.jpg");
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .header-11-sub .background {
    background: #f6f6f2;
  }
}
@media (max-width: 767px) {
  .header-11-sub {
    padding-top: 68px;
    padding-bottom: 70px;
  }
  .header-11-sub .player {
    margin: 40px 0 25px;
  }
}
@media (max-width: 480px) {
  .header-11-sub {
    padding-top: 68px;
    padding-bottom: 70px;
  }
  .header-11-sub h3 {
    font-size: 26px;
    font-weight: normal;
    color: #2c3e50;
  }
}
.header-11-sub .signup-form form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 40px;
  margin-bottom: 20px;
}
.header-11-sub .signup-form form .form-group:first-child + .form-group {
  display: table;
  width: 100%;
}
.header-11-sub .signup-form form .form-group:first-child + .form-group > div {
  display: table-cell;
  width: 50%;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .header-11-sub .signup-form form .form-group:first-child + .form-group > div {
    padding-left: 9px;
  }
}
.header-11-sub .signup-form form .form-group:first-child + .form-group > div:first-child {
  padding-left: 0;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .header-11-sub .signup-form form .form-group:first-child + .form-group > div:first-child {
    padding-right: 9px;
  }
}
.header-11-sub .signup-form form .form-group:first-child + .form-group input {
  width: 100%;
}
@media (max-width: 767px) {
  .header-11-sub .signup-form form .btn {
    margin: 9px 0;
  }
}
.header-11-sub .signup-form form .btn.btn-info {
  font-size: 17px;
  font-weight: 500;
}
.header-11-sub .signup-form form .btn.btn-info:hover,
.header-11-sub .signup-form form .btn.btn-info:focus {
  background-color: #16a085;
}
.header-11-sub .signup-form form .btn.btn-info:active,
.header-11-sub .signup-form form .btn.btn-info.active {
  background-color: #138871;
}
.header-11-sub .signup-form form input[type="text"],
.header-11-sub .signup-form form input[type="password"] {
  border-color: white !important;
  color: #2c3e50;
  font-weight: 500;
}
.header-11-sub .signup-form form input[type="text"]:-moz-placeholder,
.header-11-sub .signup-form form input[type="password"]:-moz-placeholder {
  color: #2c3e50;
}
.header-11-sub .signup-form form input[type="text"]::-moz-placeholder,
.header-11-sub .signup-form form input[type="password"]::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
}
.header-11-sub .signup-form form input[type="text"]:-ms-input-placeholder,
.header-11-sub .signup-form form input[type="password"]:-ms-input-placeholder {
  color: #2c3e50;
}
.header-11-sub .signup-form form input[type="text"]::-webkit-input-placeholder,
.header-11-sub .signup-form form input[type="password"]::-webkit-input-placeholder {
  color: #2c3e50;
}
.header-11-sub .signup-form form input[type="text"].placeholder,
.header-11-sub .signup-form form input[type="password"].placeholder {
  color: #2c3e50;
}
@media (max-width: 767px) {
  .header-11-sub .signup-form form input[type="text"],
  .header-11-sub .signup-form form input[type="password"] {
    height: 41px;
  }
}
@media (max-width: 767px) {
  .header-11-sub .signup-form form {
    margin-top: 25px;
  }
}
.header-11-sub .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #bdc3c7;
  position: relative;
  overflow: hidden;
  height: 360px;
}
.header-11-sub .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 60px;
  padding-left: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header-11-sub .player .btn-play.btn-primary {
  background-color: #16a085;
}
.header-11-sub .player .btn-play.btn-primary:hover,
.header-11-sub .player .btn-play.btn-primary:focus {
  background-color: #45b39d;
}
.header-11-sub .player .btn-play.btn-primary:active,
.header-11-sub .player .btn-play.btn-primary.active {
  background-color: #138871;
}
.header-11-sub .player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 480px) {
  .header-11-sub .player {
    margin: 40px auto 45px;
    height: 160px;
    max-width: 290px;
  }
}
/**
 * Header 8 stylesheet  
 * */
.header-8-startup-antiflicker {
  border-bottom: 1px #bdc3c7 solid;
}
.header-8 {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  width: 100%;
  height: 110px;
}
.header-8 .header-background {
  background: #fff;
}
.header-8 .navbar {
  position: relative;
  top: 0;
  z-index: 2;
  margin: 18px 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-8 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.header-8 .navbar .brand {
  padding-top: 18px;
  font-size: 25px;
  font-weight: normal;
  color: #34495e;
  font-weight: 800;
}
.header-8 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.header-8 .navbar .nav {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: visible;
  text-align: center;
}
.header-8 .navbar .nav > li {
  float: none;
  display: inline-block;
  line-height: 15px;
  margin-left: 50px;
}
.header-8 .navbar .nav > li:first-child {
  margin-left: 0;
}
.header-8 .navbar .nav > li > a {
  padding: 30px 0 22px;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #95a5a6;
}
.header-8 .navbar .nav > li > a:hover,
.header-8 .navbar .nav > li > a:focus,
.header-8 .navbar .nav > li > a.active {
  color: #34495e;
}
.header-8 .navbar .nav > li.active > a {
  color: #34495e;
}
.header-8 .navbar .nav > li.active > a:hover,
.header-8 .navbar .nav > li.active > a:focus,
.header-8 .navbar .nav > li.active > a.active {
  color: #34495e;
}
.header-8 .navbar .navbar-header {
  position: relative;
  z-index: 2;
}
.header-8 .navbar .navbar-toggle {
  background-image: url("/template/common-files/icons/menu-icon-header-8@2x.png");
  -webkit-background-size: 17px 12px;
  -moz-background-size: 17px 12px;
  -o-background-size: 17px 12px;
  background-size: 17px 12px;
  margin-top: 22px;
}
.header-8-sub {
  position: relative;
  padding-top: 95px;
  padding-bottom: 0;
}
.header-8-sub h3 {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 300;
  color: #2c3e50;
}
.header-8-sub .lead {
  font-size: 24px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
  color: #2c3e50;
}
.header-8-sub .background {
  background-image: url("/template/common-files/img/Italy_001.jpg");
  background-position: 50% 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-8-sub img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
/**
 * Price 1 stylesheet  
 * */
.price-1 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.price-1 .plan {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ebedee;
  padding: 25px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #bdc3c7;
  font-size: 18px;
  font-weight: normal;
}
.price-1 .plan > * {
  padding-left: 10px;
  padding-right: 10px;
}
.price-1 .plan b {
  color: #7f8c8d;
}
.price-1 .plan .title {
  color: #2c3e50;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.price-1 .plan .description {
  margin: 26px 0;
  padding-top: 22px;
  border-top: 2px solid #ebedee;
  line-height: 28px;
  font-weight: normal;
}
.price-1 .plan .description b {
  font-weight: 500;
}
.price-1 .plan .btn {
  min-width: 170px;
}
.price-1 .ribbon {
  position: absolute;
  right: -3px;
  top: 26px;
}
@media (max-width: 991px) {
  .price-1 .ribbon {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .price-1 .ribbon {
    top: 26px;
  }
}
@media (max-width: 767px) {
  .price-1 .plan {
    margin-top: 30px;
  }
  .price-1 .col-sm-4:first-child .plan {
    margin-top: 0;
  }
}
/**
 * Copntact 4 stylesheet  
 * */
.contacts-4 {
  background: #34495e url('template/common-files/img/map.jpg') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #bdc3c7;
  text-align: right;
  padding-top: 75px;
  padding-bottom: 80px;
}
.contacts-4 h3 {
  font-size: 30px;
  margin: 0 0 12px;
  color: #fff;
  font-weight: 300px;
}
.contacts-4 p {
  font-size: 16px;
  line-height: 1.6;
}
.contacts-4 a {
  color: #1abc9c;
}
.contacts-4 a:hover,
.contacts-4 a:focus,
.contacts-4 a.active {
  color: #15967d;
}
.contacts-4 .content {
  margin: 0 80px;
}
@media (max-width: 767px) {
  .contacts-4 .content {
    margin: 0;
  }
}
.contacts-4 .social-btns {
  white-space: nowrap;
  margin-bottom: 35px;
}
.contacts-4 .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 30px;
  width: 30px;
  height: 38px;
  overflow: hidden;
  text-align: center;
  color: #1abc9c;
}
.contacts-4 .social-btns > *:first-child {
  margin-left: 0;
}
.contacts-4 .social-btns > * > * {
  display: block;
  position: relative;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.contacts-4 .social-btns > * > *:first-child {
  color: #fff;
}
.contacts-4 .social-btns > *:hover > * {
  top: -100%;
}
.contacts-4 .links {
  margin: 35px 0 0;
  font-size: 36px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  word-break: break-all;
}
.contacts-4 .links a {
  padding-bottom: 3px;
  color: #14ddb3;
}
.contacts-4 .links a:hover,
.contacts-4 .links a:focus,
.contacts-4 .links a.active {
  color: #10b18f;
}
@media (max-width: 480px) {
  .contacts-4 .links a {
    font-size: 26px;
  }
}
/**
 * Crew 4 stylesheet  
 * */
.crew-4 {
  padding-top: 50px;
  padding-bottom: 110px;
}
.crew-4 h1 {
  margin: 0 0 73px;
}
.crew-4 .members {
  display: table;
  width: 100%;
}
.crew-4 .members + .members {
  margin-top: 80px;
}
.crew-4 .members .member {
  width: 265px;
  display: inline-block;
}
.crew-4 .members .photo-wrapper {
  width: 265px;
  height: 180px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.crew-4 .members .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.crew-4 .members .photo img {
  display: none;
}
.crew-4 .members .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 180px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.crew-4 .members .overlay a {
  margin: 0 8px;
  display: inline-block;
  color: #fff;
}
.crew-4 .members .overlay a:hover,
.crew-4 .members .overlay a:focus,
.crew-4 .members .overlay a.active {
  color: #e3e7e8;
}
.crew-4 .members .overlay [class*="fui-"] {
  font-size: 36px;
}
.crew-4 .members .info {
  font-size: 14px;
  color: #95a5a6;
  margin-top: 36px;
  line-height: 1.4;
  text-align: left;
}
.crew-4 .members .info b {
  color: #7f8c8d;
}
.crew-4 .members .name {
  color: #1abc9c;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
.crew-4 .members .contacts {
  color: #7f8c8d;
  font-weight: 700;
  border-top: 2px solid #ebedee;
  margin-top: 13px;
  padding-top: 15px;
}
.crew-4 .members .contacts a {
  color: #7f8c8d;
}
.crew-4 .members .contacts a:hover,
.crew-4 .members .contacts a:focus,
.crew-4 .members .contacts a.active {
  color: #95a5a6;
}
.crew-4 .members .member:hover .photo-wrapper {
  background-color: #1abc9c;
}
.crew-4 .members .member:hover .photo {
  opacity: 40;
  filter: alpha(opacity=4000);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.crew-4 .members .member:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 991px) and (min-width: 768px) {
  .crew-4 .members .member,
  .crew-4 .members .photo-wrapper {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .crew-4 .members {
    display: block;
    width: auto;
  }
  .crew-4 .members .member-wrapper {
    display: block;
    text-align: center!important;
  }
  .crew-4 .members .member-wrapper + .member-wrapper {
    margin-top: 80px;
  }
}
/**
 * Media query mixin
 *
 * Sets min-width media queries at specified breakpoints
 *
 * Usage:
 * @include media-query(sm) {
 *   // content
 * }
 *
 * Results in:
 * @media only screen and (min-width: 1200px) {
 *   // content
 * }
 *
 */
/* styles from flat-ui-free2.0.0-fix.less files */
body {
  color: #34495e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.231;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
a {
  color: #16a085;
  text-decoration: none;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
a:hover {
  color: #1abc9c;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 48px /* 64px */;
}
h2,
.h2 {
  font-size: 41px /* 52px */;
}
h3,
.h3 {
  font-size: 32px /* 40px */;
}
h4,
.h4 {
  font-size: 23px /* 29px */;
}
h5,
.h5 {
  font-size: 21px /* 28px */;
}
h6,
.h6 {
  font-size: 19px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 700;
  margin-bottom: 2px;
}
h3 {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: normal;
}
p {
  font-size: 18.004px;
  /* 18px */
  line-height: 1.722169;
  /* 31px */
}
.lead {
  font-size: 28px;
  /* 28px */
  line-height: 1.4642745;
  /* 41px */
  font-weight: 300;
  margin-bottom: 20px;
}
small {
  font-size: 84%;
  /* 15px */
  line-height: 2.050846;
  /* 31px */
}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 20.006px;
  line-height: 1.549829;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #34495e;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.text-primary {
  color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #15967d;
}
.text-success {
  color: #76a755;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e8644;
}
.text-danger {
  color: #CE7874;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a5605d;
}
.text-warning {
  color: #EE8F00;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #be7200;
}
.text-info {
  color: #479DF7;
}
a.text-info:hover,
a.text-info:focus {
  color: #397ec6;
}
.text-inverse {
  color: white;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #cccccc;
}
.muted {
  color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
  color: #979c9f;
}
footer {
  background-color: transparent;
}
.input-append input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-turquoise {
  background-color: #1abc9c;
}
.bg-green-sea {
  background-color: #16a085;
}
.bg-emerland {
  background-color: #2ecc71;
}
.bg-nephritis {
  background-color: #27ae60;
}
.bg-peter-river {
  background-color: #3498db;
}
.bg-belize-hole {
  background-color: #2980b9;
}
.bg-amethyst {
  background-color: #9b59b6;
}
.bg-wisteria {
  background-color: #8e44ad;
}
.bg-wet-asphalt {
  background-color: #34495e;
}
.bg-midnight-blue {
  background-color: #2c3e50;
}
.bg-sun-flower {
  background-color: #f1c40f;
}
.bg-orange {
  background-color: #f39c12;
}
.bg-carrot {
  background-color: #e67e22;
}
.bg-pumpkin {
  background-color: #d35400;
}
.bg-alizarin {
  background-color: #e74c3c;
}
.bg-pomegranate {
  background-color: #c0392b;
}
.bg-clouds {
  background-color: #ecf0f1;
}
.bg-silver {
  background-color: #bdc3c7;
}
.bg-concrete {
  background-color: #95a5a6;
}
.bg-asbestos {
  background-color: #7f8c8d;
}
.bg-base {
  background-color: #34495e;
}
.bg-firm {
  background-color: #1abc9c;
}
.bg-success {
  background-color: #2ecc71;
}
.bg-danger {
  background-color: #e74c3c;
}
.bg-warning {
  background-color: #f1c40f;
}
.bg-info {
  background-color: #3498db;
}
.bordered {
  border-style: solid;
}
.bordered.bg-turquoise {
  border-color: #16a085;
}
.bordered.bg-emerland {
  border-color: #27ae60;
}
.bordered.bg-peter-river {
  border-color: #2980b9;
}
.bordered.bg-amethyst {
  border-color: #8e44ad;
}
.bordered.bg-wet-asphalt {
  border-color: #2c3e50;
}
.bordered.bg-sun-flower {
  border-color: #f39c12;
}
.bordered.bg-carrot {
  border-color: #d35400;
}
.bordered.bg-alizarin {
  border-color: #c0392b;
}
.bordered.bg-clouds {
  border-color: #bdc3c7;
}
.bordered.bg-concrete {
  border-color: #7f8c8d;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  color: #7f8c8d;
  line-height: 1.29;
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
li {
  line-height: 20px;
}
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 22px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.btn.btn-large {
  font-size: 17px;
  padding: 12px 18px;
}
.btn > [class^="fui-"] {
  margin-left: 4px;
  margin-right: 4px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
.input-group-btn .btn {
  background: #bdc3c7;
  line-height: 9px 12px 10px;
  line-height: 22px;
  border: 0;
  margin: 0;
  color: #fff;
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 12px;
}
.input-group-btn .btn:hover {
  background: #cacfd2;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.form-group {
  margin-bottom: 10px;
}
label {
  line-height: 20px;
}
.carousel {
  line-height: 1;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
.page-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  min-height: 100%;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaded.no-csstransitions .page-wrapper,
.loaded.no-csstransitions .header-antiflicker {
  left: 0;
}
.loaded.no-csstransitions.nav-visible .page-wrapper,
.loaded.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.loaded.no-csstransitions.nav-visible .header-antiflicker {
  left: -230px !important;
  right: auto;
}
.carousel-indicators {
  width: 100%;
}
[class^="fui-"] {
  display: inline-block;
  vertical-align: middle;
}
body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body > section,
  header,
  footer {
    padding-right: 5px;
    padding-left: 5px;
  }
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c3e50;
}
h1 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
#bgVideo {
  overflow: hidden;
}
#bgVideo > video {
  position: absolute !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.form-control[type="text"],
.form-control[type="email"],
.form-control[type="password"],
input.form-control,
textarea.form-control {
  border: 1px solid #D3DDE7;
  border-radius: 4px;
  min-height: 48px;
  min-width: 300px;
}
.form-control[type="text"]:focus,
.form-control[type="email"]:focus,
.form-control[type="password"]:focus,
input.form-control:focus,
textarea.form-control:focus {
  outline: 0;
  box-shadow: 0px 0px 4px rgba(34, 47, 63, 0.6);
}
form .btn.btn-primary {
  box-shadow: 0 0 0;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal.in {
  display: flex !important;
  align-items: center;
}
.modal.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(44, 62, 80, 0.7);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 1;
}
.modal {
  z-index: 2000;
}
.modal-video .modal-content {
  background: transparent;
  box-shadow: 0 0 0;
  border: 0 none;
}
.modal-video .modal-header {
  border: 0 none;
}
.modal-video .modal-header .close {
  opacity: 1;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 26px;
  right: -39px;
  z-index: 999;
  position: absolute;
  top: 29px;
  text-shadow: 0 0 0;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .modal-video .modal-dialog {
    width: 1100px;
  }
}
.strip {
  background-size: cover;
  display: flex;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 600px) {
  .strip {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1000px) {
  .strip {
    min-height: 570px;
    padding: 140px 0;
  }
}
.strip p {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .strip p {
    font-size: 20px;
  }
}
.headline-title {
  color: #fff;
}
@media screen and (min-width: 600px) {
  .headline-title {
    font-size: 40px;
    margin: 15px 0 0 0;
  }
}
.strip {
  padding: 30px 0;
}
@media screen and (min-width: 1000px) {
  .strip {
    padding: 20px 0 40px 0;
  }
}
.strip.strip--grey {
  background: #E6ECF4;
  padding-top: 40px;
}
@media screen and (min-width: 600px) {
  .strip.strip--grey {
    padding-bottom: 110px;
  }
}
blockquote.quote-section {
  margin-top: 30px;
}
.quote--grey blockquote.quote-section .quote-content {
  background: #E2E9F3;
}
.quote--grey blockquote.quote-section .quote-content:before {
  border-right: 30px solid #E2E9F3;
}
/*-----Blog------*/
.blog__heading {
  margin: 30px 0 20px 0;
}
.blog__heading h1.page-title {
  padding-bottom: 10px;
}
.blog__heading .post-author {
  color: #7c8e9e;
}
.blog__article img {
  max-width: 110%;
  margin: 24px 0 24px -5%;
}
.blog__article iframe {
  margin: 24px auto;
  display: block;
}
.blog__article blockquote {
  padding: 50px 0 0 40px;
  margin: 40px 0;
}
.blog__article blockquote:before {
  content: "“";
  color: #2c3e50;
  width: 2px;
  min-height: 100%;
  border-radius: 27px;
  position: absolute;
  top: -22px;
  left: 37px;
  font-size: 100px;
}
.blog__article blockquote:after {
  content: "";
  background: #2c3e50;
  width: 6px;
  min-height: 100%;
  border-radius: 27px;
  position: absolute;
  top: 0;
  left: 0px;
}
.blog__share {
  width: 180px;
  margin: 0 auto;
}
.blog__comments {
  margin: 24px 0 40px 0;
}
.share__buttons {
  display: none;
}
@media screen and (min-width: 768px) {
  .share__buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 40%;
    left: 20px;
  }
}
.share__buttons--mobile {
  position: static;
}
@media screen and (min-width: 768px) {
  .share__buttons--mobile {
    display: none;
  }
}
.newsletter-signup__cta {
  background: #F0F3F8;
  padding: 50px 0 80px 0;
  text-align: center;
  color: $white;
  margin: 50px 0 -30px 0;
}
.newsletter-signup__cta h1 {
  font-weight: 500;
  color: $white;
}
.strip.strip--homepage {
  background-image: url(/images/demo_background_image.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
}
.strip--homepage {
  margin-top: -120px;
  padding: 100px 0 40px 0;
}
@media screen and (min-width: 600px) {
  .strip--homepage {
    padding: 140px 0 20px 0;
  }
}
.quote-slider {
  margin: 50px 0;
}
@media screen and (min-width: 600px) {
  .quote-slider {
    margin: 80px 0;
  }
}
.quote-item {
  color: #2c3e50;
  text-align: left;
  opacity: 1;
}
.quote-item p {
  font-size: 20px;
}
.quote-slider .quote-section {
  margin: 0;
}
.quote-slider .quote-section .quote-content {
  min-height: 340px;
}
.quote-slider .quote-section .quote-content p {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .quote-slider .quote-section .quote-content p {
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .slick-dots {
    top: -45px;
  }
}
@media screen and (min-width: 600px) {
  .slick-dots {
    bottom: -45px;
  }
}
.logos-section {
  text-align: center;
}
.logos-section .img-responsive {
  max-width: 47%;
  padding: 10px 5%;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .logos-section .img-responsive {
    max-width: 180px;
    padding: 10px;
  }
}
.section___home-integration {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .section___home-integration {
    padding: 20px 0 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .section___home-integration .integration__item img {
    padding: 10px;
  }
}
.section___home-footer {
  background: #E6ECF4;
  padding: 30px 0;
}
@media screen and (min-width: 600px) {
  .section___home-footer {
    padding: 50px 0;
  }
}
/* Demo page */
.strip.strip--demo {
  background-image: url(/images/demo_background_2.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.strip.strip--demo img {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .strip.strip--demo img {
    max-width: 200px;
  }
}
.button-container {
  margin-top: 40px;
  text-align: center;
}
.button-container .btn {
  font-size: 16px;
  padding: 10px 20px;
}
@media screen and (min-width: 600px) {
  .button-container .btn {
    font-size: 24px;
    padding: 20px 50px;
    margin: 0 10px;
    max-width: 50%;
  }
}
.r-list--pad .r-property-list__item {
  padding: 0 20px;
}
.r-property-list__item {
  text-align: center;
  margin: 0;
}
.r-property-list__item h3,
.r-property-list__item p {
  color: #2c3e50;
}
.r-property-list__item p {
  font-size: 16px;
}
.r-property-list__item .list-img {
  padding-bottom: 10px;
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.strip--quote,
.strip--grey {
  min-height: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 600px) {
  .strip--quote {
    margin-top: 80px;
  }
}
.strip--quote.strip--quote-demo {
  border: 0;
}
@media screen and (min-width: 600px) {
  .strip--quote.strip--quote-demo {
    margin-top: -110px;
  }
}
blockquote.quote-section {
  border: 0 none;
  padding: 0;
}
blockquote.quote-section .img-quote {
  max-width: 60px;
  float: left;
  margin: 0 26px 0 0;
}
@media screen and (min-width: 1000px) {
  blockquote.quote-section .img-quote {
    max-width: 100px;
    margin: -30px 0 0 -180px;
  }
}
blockquote.quote-section .quote-content {
  background: #fff;
  padding: 40px;
  position: relative;
  text-align: left;
}
blockquote.quote-section .quote-content p {
  color: #2c3e50;
}
@media screen and (min-width: 800px) {
  blockquote.quote-section .quote-content p {
    font-size: 26px;
    line-height: 37px;
  }
}
blockquote.quote-section .quote-content cite {
  color: #2c3e50;
}
blockquote.quote-section .quote-content:before {
  content: "";
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 30px;
  top: -10px;
}
@media screen and (min-width: 1000px) {
  blockquote.quote-section .quote-content:before {
    content: "";
    border-right: 30px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    left: -30px;
    top: 30px;
  }
}
.demo-footer {
  padding: 20px 0;
}
@media screen and (min-width: 600px) {
  .demo-footer {
    padding: 40px 0;
  }
}
.demo-footer img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .8;
}
.nav-visible body:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
body blockquote:before {
  background-color: #fff;
}
body > .navbar-collapse {
  background: #2c3e50;
  box-shadow: -5px 0px 9px rgba(0, 0, 0, 0.27);
}
body > .navbar-collapse .nav > li > a {
  text-transform: none;
  color: #fff;
  border-bottom: 1px solid #33495f;
}
body > .navbar-collapse .navbar-form .btn,
body > .navbar-collapse .navbar-search .btn,
body > .navbar-collapse .navbar-form .btn-primary,
body > .navbar-collapse .navbar-search .btn-primary {
  color: #fff;
}
.a2a_svg {
  border-radius: 4px;
  padding: 8px;
  width: 42px !important;
  height: 42px !important;
  line-height: 42px!important;
}
p {
  font-weight: 200;
}
.container {
  max-width: 1200px;
}
.card:hover {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.27);
  transition: box-shadow 0.3s ease-out;
}
.btn {
  border-radius: 4px;
}
html body {
  color: #2c3e50;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
}
html body header.header-11 .header-background {
  background: transparent;
}
html body .header-11 .navbar .navbar-toggle {
  background-image: url("/template/common-files/icons/menu-icon-dark@2x.png");
  margin-top: 26px;
}
html body .btn-xlarge {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  border-radius: 4px;
  padding: 20px 30px;
}
html body .btn-xxlarge {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  border-radius: 4px;
  padding: 25px 60px;
}
html body .btn-primary {
  background-color: #4b7eb5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
  position: relative;
  top: 0px;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: normal;
  transition: 0.2s;
}
html body .btn-primary:hover {
  background-color: #4b7eb5;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  top: -1px;
}
html body .btn-primary:active,
html body .btn-primary:focus {
  background-color: #4b7eb5;
}
html body .btn-secondary {
  background-color: #76a755;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
  position: relative;
  top: 0px;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  transition: 0.2s;
}
html body .btn-secondary:hover {
  background-color: #6a964c;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  top: -1px;
}
html body .btn-secondary:active,
html body .btn-secondary:focus {
  background-color: #76a755;
}
html body .btn-dark-blue {
  background-color: #2c3e50;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
  position: relative;
  top: 0px;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  transition: 0.2s;
}
html body .btn-dark-blue:hover {
  background-color: #233140;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  top: -1px;
}
html body .btn-dark-blue:active,
html body .btn-dark-blue:focus {
  background-color: #2c3e50;
}
html body .btn-orange {
  background-color: #F67045;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
  position: relative;
  top: 0px;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  transition: 0.2s;
}
html body .btn-orange:hover {
  background-color: #f55d2d;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  top: -1px;
}
html body .btn-orange:active,
html body .btn-orange:focus {
  background-color: #F67045;
}
html body a {
  color: #4b7eb5;
}
html body a:hover {
  color: #4b7eb5;
}
html body a:active {
  color: #4b7eb5;
}
html body a:focus {
  color: #4b7eb5;
}
html body header.header-11.light-nav .navbar .nav > li > a {
  font-weight: 500;
  padding: 32px 0px;
  font-size: 15px;
  color: #fff;
  letter-spacing: .2px;
}
html body header.header-11.light-nav .navbar .nav > li > a:hover {
  opacity: .8;
  color: #fff;
}
html body header.header-11.light-nav .navbar .nav > li > a:active {
  opacity: .8;
}
html body header.header-11.light-nav .navbar .nav > li > a:focus {
  opacity: .8;
}
html body header.header-11.light-nav .navbar .navbar-form .btn.btn-info {
  background-color: #fff;
  color: #2c3e50;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}
html body header.header-11.light-nav .navbar .navbar-form .btn.btn-info:hover {
  background-color: #f3f3f3;
}
html body header.header-11 .navbar .brand {
  padding: 0px !important;
  padding-top: 0px !important;
  height: 90px;
  display: inline-block;
}
html body header.header-11 .navbar .brand img:first-child {
  height: 19px;
  width: auto;
  vertical-align: middle;
  float: none;
  margin: 0px;
  display: inline-block;
  padding: 34px 0px !important;
  box-sizing: content-box;
}
html body header.header-11 .navbar .nav > li > a {
  font-weight: 500;
  padding: 32px 0px;
  font-size: 15px;
  color: #2c3e50;
  letter-spacing: .2px;
}
html body header.header-11 .navbar .nav > li > a:hover {
  color: #4b7eb5;
}
html body header.header-11 .navbar .nav > li > a:active {
  color: #4b7eb5;
}
html body header.header-11 .navbar .nav > li > a:focus {
  color: #4b7eb5;
}
html body header.header-11 .navbar .navbar-form {
  padding: 18px 0px;
  padding-left: 40px;
}
html body header.header-11 .navbar .navbar-form .btn.btn-info {
  font-size: 16px;
  font-weight: normal;
  border-radius: 4px;
  padding: 9px 20px 10px 20px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #4b7eb5;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 5px;
  transition: 0.2s;
  min-height: 43px;
}
html body header.header-11 .navbar .navbar-form .btn.btn-info:hover {
  background-color: #4b7eb5;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
  top: -1px;
}
html body .page-wrapper {
  background: #fff;
}
html body .page-wrapper header {
  margin-bottom: 0px;
}
html body .headline {
  position: relative;
  overflow: hidden;
}
html body .headline img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
html body .headline .container {
  position: relative;
  z-index: 2;
}
html body .headline .container h1 {
  padding-top: 60px;
}
html body .headline .container p {
  font-size: 22px;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 40px;
}
html body .page-heading.bg-white {
  background: #fff;
  padding: 50px 0 20px 0;
}
html body .page-heading.bg-white h1,
html body .page-heading.bg-white p,
html body .page-heading.bg-white a {
  color: #33495F;
}
html body .page-heading.bg-white a {
  box-shadow: 0 2px 0 #33495F;
  padding-bottom: 3px;
}
html body .page-heading.bg-midnight-blue {
  background-color: #2c3e50;
}
html body .page-heading.bg-midnight-blue h1,
html body .page-heading.bg-midnight-blue p,
html body .page-heading.bg-midnight-blue a {
  color: #FFF;
}
html body .page-heading.bg-midnight-blue a {
  box-shadow: 0 2px 0 #fff;
  padding-bottom: 3px;
}
html body .page-heading {
  padding: 30px 0 52px 0;
  margin-bottom: 40px;
}
html body .page-heading h1 {
  padding-bottom: 12px;
}
html body .bg-midnight-blue {
  background-color: #2c3e50;
  padding: 10px;
}
html body .bg-midnight-blue h1 {
  color: #fff;
}
html body .bg-midnight-blue h2 {
  color: #FFF;
  font-weight: normal;
  opacity: 0.7;
}
html body .content-1 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
html body .content-1:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 30px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  background: #bdc3c7;
  z-index: 1;
}
html body .card-link__overlay {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: transparent;
  z-index: 0;
}
html body .card-link__promote {
  position: relative;
  z-index: 1;
}
html body .card {
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.17);
  padding: 32px;
  background: #F0F3F8;
  margin: 20px 0;
  border-radius: 8px;
}
html body .card .card__image {
  margin-top: -32px;
  margin-left: -32px;
  max-width: 99999px;
  width: -webkit-calc(100% + 64px);
  width: calc(100% + 64px);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 20px;
}
html body .card h3 {
  font-weight: 500;
  font-size: 24px;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  color: #2c3e50;
  padding-top: 0px;
}
html body .card h3 a {
  color: #2c3e50;
}
html body .card p {
  font-size: 17px;
  line-height: 26px;
  color: #555;
  margin: 0;
}
html body .card > p.sub_heading {
  box-sizing: content-box;
  text-align: center;
  text-transform: uppercase;
  color: #bdc3c7;
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: 400;
  min-height: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  padding-top: 5px;
}
html body .entry-content {
  padding-top: 30px;
}
html body .entry-content p {
  color: #555;
  font-size: 16px;
}
html body .entry-content .row {
  position: relative;
  z-index: 5;
}
html body .entry-content .row .card {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 30px 15px;
}
html body .entry-content .row .card.row-padder {
  padding: 15px;
}
html body .entry-content .row .card li {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #555;
}
html body .entry-content .row .card .col-sm-5 {
  margin-bottom: 15px;
}
html body .entry-content .row .card .double-cta {
  margin-top: 20px;
  margin-bottom: 40px;
}
html body .entry-content .row .card .double-cta .btn-primary {
  margin-top: 0px;
}
html body .entry-content .row .card .double-cta p {
  margin-top: 15px;
  font-size: 17px;
  margin-bottom: 0px;
  color: #999;
}
html body .entry-content .row .card .double-cta:before,
html body .entry-content .row .card .double-cta:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
html body .entry-content .row .card .double-cta:after {
  clear: both;
}
html body .entry-content .faq_section {
  margin-bottom: 40px;
  display: inline-block;
}
html body .entry-content .faq_section h5 {
  color: #3A5776;
}
.quote-author {
  max-width: 300px;
  float: right;
}
ul {
  padding-left: 20px;
}
ul li {
  font-size: 18.004px;
  /** copied from common.less **/
  line-height: 1.475969;
  /** copied from common.less **/
}
ul.blog-index-list li {
  margin-top: 20px;
}
div.feature {
  margin-top: 30px;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img#header_logo {
  padding-top: 15px;
}
#pricing_wrapper a.btn-primary {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #76a755;
}
#pricing_wrapper a.tool {
  border-bottom: 1px dashed #CDCDCD;
  cursor: pointer;
  color: inherit;
  font-size: 14px;
}
#pricing_wrapper ul.pricing_feature_list li {
  margin-bottom: 8px;
}
#pricing_wrapper .col {
  text-align: center;
  margin: 10px;
  box-shadow: 0 0px 4px rgba(50, 50, 93, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 0;
  position: relative;
  border-top: 10px solid #2c3e50;
}
#pricing_wrapper .col .pricing_feature_list {
  min-height: 350px;
  padding: 0 20px;
}
#pricing_wrapper .col.col--bronze {
  border-color: #8C6A4F;
}
#pricing_wrapper .col.col--silver {
  border-color: #aeb2b7;
}
#pricing_wrapper .col.col--gold {
  border-color: #bfa876;
}
#pricing_wrapper .pricing_header {
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  background: #F0F3F8;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
#pricing_wrapper .pricing_header h2 {
  padding: 30px 0 20px 0px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#pricing_wrapper .pricing_header span {
  display: block;
  margin-bottom: 5px;
  font-size: 48px;
}
#pricing_wrapper .pricing_header span small {
  font-size: 14px;
}
#pricing_wrapper .pricing_header span small.currency {
  font-size: 20px;
}
#pricing_wrapper .pricing_header .plan__info {
  color: #8798a9;
}
#pricing_wrapper .pricing_header .plan__info li {
  font-size: 14px;
  margin-bottom: 2px;
}
#pricing_wrapper .pricing_footer {
  padding-top: 30px;
}
.price-1 {
  padding: 60px 0px;
  padding-bottom: 40px;
}
#contacts-split .card {
  max-width: 800px;
  margin: 90px auto;
  padding: 0px 30px;
}
#contacts-split .card .col-sm-6 {
  padding: 0px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
html body footer.footer-1 {
  padding: 30px 0px;
  margin-top: 0px;
  padding-top: 60px;
  background: #253545;
}
html body footer.footer-1 h2 {
  padding-top: 0px;
  padding-bottom: 15px;
}
html body footer.footer-1 a {
  color: #fff;
}
html body footer.footer-1 .btn {
  font-size: 20px !important;
  font-weight: normal !important;
  padding: 25px 10px;
  margin-top: 0px;
}
html body footer.footer-1 .row {
  margin-bottom: 30px;
}
html body footer.footer-1 .row:last-child {
  margin-bottom: 0px;
}
html body footer.footer-1 ul {
  list-style: none;
  padding: 0px;
}
html body footer.footer-1 li {
  font-size: 14px;
  margin-bottom: 10px;
}
html body footer.footer-1 li.empty:after {
  content: '.';
  visibility: hidden;
}
html body footer.footer-1 .col-sm-6:last-child ul {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  html body footer.footer-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  html body footer.footer-1 h2,
  html body footer.footer-1 p {
    display: none;
  }
  html body footer.footer-1 .col-sm-6 {
    padding: 0px;
    margin: 0px !important;
    margin-bottom: 15px;
  }
  html body footer.footer-1 .col-sm-6:last-child ul {
    padding-left: 0px;
  }
}
input.ng-invalid {
  border-color: red;
}
.space-top {
  margin-top: 30px;
}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 18px;
  line-height: 1.722169;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #34495e;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
div#teamsheet .card {
  margin-top: 0px;
}
div#integrationLogos {
  margin-top: 30px;
  padding: 14px 0 68px 0;
  margin-bottom: -30px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .8;
}
@media (min-width: 700px) {
  .flex-col {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
.flex-col .col {
  padding-bottom: 100px;
}
.flex-col .button-fixed--bottom {
  position: absolute;
  bottom: 10px;
  top: auto;
  left: 15%;
  width: 70%;
}
.flex-col .button-fixed--bottom:hover {
  top: auto;
  opacity: .9;
}
/*---Typography ----*/
h1 {
  font-weight: 500;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  color: #2c3e50;
  margin: 0px;
  padding: 20px 0px;
  line-height: 1.4em;
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 36px;
    padding: 30px 0px;
  }
}
h1.big {
  font-size: 38px;
}
h2 {
  font-weight: 500;
  font-size: 22px;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  color: #2c3e50;
  margin: 0px;
  padding: 20px 0px;
}
@media screen and (min-width: 600px) {
  h2 {
    padding: 30px 0px;
    font-size: 28px;
  }
}
h3 {
  font-weight: 500;
  font-size: 24px;
  font-family: 'Rubik', 'Lato', Helvetica, Arial, sans-serif;
  color: #2c3e50;
  margin: 0px;
  padding: 20px 0px;
}
.case-study-heading {
  background: #33495F;
  padding: 140px 0 20px 0;
  margin-top: -120px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .case-study-heading {
    padding: 160px 0 30px 0;
    margin-bottom: 30px;
  }
}
.case-study-heading .page-title,
.case-study-heading p {
  color: #fff;
}
.case-study-heading .page-title {
  padding-bottom: 14px;
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .case-study-heading .page-title {
    font-size: 36px;
  }
}
.case-study-heading p {
  font-size: 20px;
}
.card.card--case-study {
  min-height: 200px;
  display: flex;
  align-items: center;
}
.card.card--case-study img {
  max-width: 280px;
  min-width: 260px;
  margin: 40px auto 40px auto;
  display: block;
}
.contact-page {
  margin-bottom: 100px;
}
@media screen and (min-width: 600px) {
  .contact-page {
    margin-bottom: 300px;
  }
}
