@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);

/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
a:active {
  outline: none;
}
a:focus {
  outline: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* Custom CSS
 * --------------------------------------- */
html {
  height: 100%;
}
body {
  font-family: arial, helvetica;
  color: #333;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  color: rgba(0, 0, 0, 0.5);
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  min-width: 1050px;
  position: relative;
}
.clear {
  clear: both;
}
h1 {
  font-size: 6em;
}
p {
  font-size: 2em;
}
.intro p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em;
}
.section {
  text-align: center;
}
h2 {
  font-size: 50px;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.52);
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 40px;
}
h3 {
  font-size: 30px;
  color: #040707;
  line-height: 1;
  margin: 10px 0 40px;
}
.next-slide-wrap {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
}
.next-slide {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #848285;
  cursor: pointer;
  z-index: 4;
  position: relative;
}
.next-slide:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 45px;
  color: #fff;
  position: relative;
  top: -1px;
}
.next-slide:after {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: transparent;
  border: 1px #fff solid;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
}
.main-wrapper {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-bottom: 342px;
}

/* Home
 * --------------------------------------- */

/* Intro
* --------------------------------------- */

.home .intro {
  margin-top: 100px;
  text-align: center;
  padding: 10 0 0 0px;
}

.responsive {
  width: 100%;
  height: auto;
}

/* Section0
* --------------------------------------- */
.home #menu {
  -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.5s ease; /* Firefox 4-15 */
  -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
  transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */
}
.home #menu.menu-white {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.5s ease; /* Firefox 4-15 */
  -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
  transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */
}
.home #menu .wrap {
  width: 100%;
  padding: 0 5% !important;
}
.home #menu.menu-white li a {
  color: #fff;
}
.home #menu.menu-white li.active a {
  border-bottom-color: #fff;
}
.home .section0 {
  padding: 0;
  color: #fff;
  height: auto;
  width: 100%;
  text-align: right;
  position: relative;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.home .section0 > * {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.home .section0 .wrap {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.home .section0 .bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home .section0 .bgs img {
  opacity: 1;
  -webkit-transition: all 0.8s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.8s ease; /* Firefox 4-15 */
  -o-transition: all 0.8s ease; /* Opera 10.8-12.00 */
  transition: all 0.8s ease; /* Firefox 16+, Opera 12.50+ */
}
.home .section0 .bgs img:not(.active) {
  opacity: 0;
  -webkit-transition: all 0.8s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.8s ease; /* Firefox 4-15 */
  -o-transition: all 0.8s ease; /* Opera 10.8-12.00 */
  transition: all 0.8s ease; /* Firefox 16+, Opera 12.50+ */
}
.home .section0 .tabs-control-left {
  background: none;
  height: 100%;
  width: 200px;
  top: 0;
  margin: 0;
  left: 0;
  cursor: default;
  text-align: center;
}
.home .section0 .tabs-control-right {
  background: none;
  height: 100%;
  width: 200px;
  top: 0;
  margin: 0;
  right: 0;
  cursor: default;
  text-align: center;
}
.home .section0 .tabs-control-right:hover .arrow,
.home .section0 .tabs-control-left:hover .arrow {
  border-color: #fff;
  -webkit-transition: all 0.6s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.6s ease; /* Firefox 4-15 */
  -o-transition: all 0.6s ease; /* Opera 10.5-12.00 */
  transition: all 0.6s ease; /* Firefox 16+, Opera 12.50+ */
}
.home .section0 .tabs-control-right .arrow,
.home .section0 .tabs-control-left .arrow {
  width: 60px;
  height: 60px;
  border-top: 2px transparent solid;
  border-left: 2px transparent solid;
  border-bottom: none !important;
  border-right: none !important;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.6s ease; /* Firefox 4-15 */
  -o-transition: all 0.6s ease; /* Opera 10.5-12.00 */
  transition: all 0.6s ease; /* Firefox 16+, Opera 12.50+ */
  -moz-transform: rotate(135deg) scale(1, 1) skewX(0deg) skewY(0deg)
    translate(0px, 0px); /* FF3.5+ */
  -webkit-transform: rotate(135deg) scale(1, 1) skew(0deg, 0deg)
    translate(0px, 0px); /*Saf3.1+, Chrome*/
  -o-transform: rotate(135deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px); /* Opera 10.5 */
  -ms-transform: rotate(135deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px); /* IE 9 */
  transform: rotate(135deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px);
}
.home .section0 .tabs-control-right .arrow {
  right: 50%;
}
.home .section0 .tabs-control-left .arrow {
  left: 50%;
  -moz-transform: rotate(315deg) scale(1, 1) skewX(0deg) skewY(0deg)
    translate(0px, 0px); /* FF3.5+ */
  -webkit-transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg)
    translate(0px, 0px); /*Saf3.1+, Chrome*/
  -o-transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px); /* Opera 10.5 */
  -ms-transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px); /* IE 9 */
  transform: rotate(315deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px);
}
.home .section0 .iphone img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 0;
  width: auto;
  height: 50%;
  z-index: 5;
}

.home .section0 .right-side {
  width: 100%;
  text-align: left;
  display: inline-block;
  position: relative;
  z-index: 2;
  text-align: center;
}
.home .section0 h1 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.4) 2px 0px 2px, rgba(0, 0, 0, 0.4) 0px 2px 2px,
    rgba(0, 0, 0, 0.4) 0px -2px 2px, rgba(0, 0, 0, 0.4) -2px 0px 2px;
  width: auto;
  display: inline-block;
  margin-top: 215px;
  margin-bottom: 20px;
}

/*.home .section0 h1 span {
  padding: 3px 5px 10px;
  margin-top: 5px;
  background: rgba(178,211,239,0.8);
  display: inline-block;
}*/
.home .section0 h3 {
  color: #fff;
  margin-top: 20px;
  font-size: 30px;
  width: 80%;
  margin: 10px auto 0;
  text-align: center;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
}
/*.home .section0 h3 span  {
  padding: 3px 10px 10px;
  display: inline-block;
  background: rgba(178,211,239,0.8);
  margin-top: 5px;
}*/
.home .section0 a {
  width: 240px;
  height: 50px;
  border: 1px #fff solid;
  background: #4a9fd9;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  text-align: center;
  line-height: 2.8;
  z-index: 10;
  margin-top: 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.5s ease; /* Firefox 4-15 */
  -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
  transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */
}
.home .section0 a:hover {
  background: #397caa;
  text-decoration: none;
  -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.5s ease; /* Firefox 4-15 */
  -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
  transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */
}
.home .section0 .next-section {
  width: 40px;
  height: 40px;
  border: 2px #fff solid;
  border-bottom: none;
  border-right: none;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: 50%;

  margin-left: -20px;
  -moz-transform: rotate(225deg) scale(1, 1) skewX(0deg) skewY(0deg)
    translate(0px, 0px); /* FF3.5+ */
  -webkit-transform: rotate(225deg) scale(1, 1) skew(0deg, 0deg)
    translate(0px, 0px); /*Saf3.1+, Chrome*/
  -o-transform: rotate(225deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px); /* Opera 10.5 */
  -ms-transform: rotate(225deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px); /* IE 9 */
  transform: rotate(225deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px);
}
.home .section0 .next-section:after {
  content: "";
  width: 40px;
  height: 40px;
  border: 2px #fff solid;
  border-bottom: none;
  border-right: none;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  left: -10px;
  top: -10px;
}
@media screen and (max-height: 760px) {
  .home .section0 h1 {
    font-size: 40px;
    margin-top: 140px;
  }
  .home .section0 .next-section {
    margin-top: 20px;
  }
}
/* Section1
 * --------------------------------------- */
.home .section1 {
  background: rgba(178, 211, 239, 0.8);
  text-align: center;
  margin-top: 0;
  position: relative;
  height: auto;
  padding-top: 1px;
}
.home .section1 .block {
  width: 49%;
  height: auto;
  min-width: 450px;
  height: 200px;
  position: relative;
  text-align: left;
  display: inline-block;
  background: url(../img/Richkids.png) no-repeat center center;
  background-size: auto 80%;
}
.home .section1 h3 {
  font-size: 40px;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 30px;
  font-weight: 300;
}
.home .section1 .block:not(:first-child) {
  background: url(../img/Urbanity.png) no-repeat center center;
  background-size: auto 80%;
}

/* Section2
 * --------------------------------------- */
.home .section2 {
  background: #fff;
  height: auto;
  padding: 60px 0 0;
  text-align: center;
}
.home .section2 h3 {
  color: #777777;
  font-size: 40px;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 300;
}
.home .section2 h4 {
  color: #777777;
  font-size: 24px;
  width: 100%;
  font-weight: 300;
}
.home .section2 .macbook2 img {
  width: 65%;
  height: auto;
  margin: 50px 0 40px;
}
.home .section2 .block {
  width: 50%;
  float: left;
  padding: 10px 20px;
  margin-bottom: 30px;
  min-width: 400px;
}
.home .section2 .block h5 {
  color: #777777;
  font-size: 21px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 10px;
}
.home .section2 .block p {
  color: #777777;
  font-size: 21px;
  text-align: left;
  font-weight: 300;
}

/* About us
 * --------------------------------------- */
.company {
  background: url(../img/ueber_uns.jpg) no-repeat #323a45;
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: bottom center;
  padding-top: 140px;
}
.company h2 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow: none;
}
.about_us h3 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.about_us h4 {
  color: #4a9fd9;
  font-size: 45px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.about_us p {
  margin-bottom: 30px;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.about_us p:last-child {
  margin-bottom: 70px;
}

/* Team
 * --------------------------------------- */

.about_team {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 60px;
}
.about_team h3 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.about_team h4 {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 40px;
}
.about_team .block {
  width: 280px;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0 50px 460px;
}
.about_team .block img {
  width: 280px;
  height: 280px;
}
.about_team .block .name {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.about_team .block .post {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.about_team .block .pop-up {
  display: inline-block;
  padding: 20px;
  z-index: 50;
  background: #b2d3ef;
  border-radius: 7px;
  font-size: 17px;
  color: #000;
  height: 370px;
  width: 100%;
  font-weight: 300;
  position: absolute;
  margin-top: 30px;
  left: 0;
  box-shadow: 0 7px 0 0 #90aac1;
}
.about_team .block .pop-up:before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 100%;
  z-index: 50;
  left: 50%;
  margin-left: -7.5px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #b2d3ef;
}

/* Footer
 * --------------------------------------- */
.footer {
  width: 100%;
  height: 342px;
  z-index: 5;
  position: relative;
  margin-top: -342px;
}
.footer .wrapper {
  width: 100%;
  height: 100%;
  display: block;
  background: #6f99ad;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.5s ease; /* Firefox 4-15 */
  -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
  transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */
}
.footer .inner {
  width: 60%;
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.5s ease; /* Firefox 4-15 */
  -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
  transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */
}
.footer .inner table {
  width: 100%;
  text-align: center;
  color: #75899f;
  font-size: 15px;
}
.footer .inner table tr:first-child td {
  font-size: 22px;
  height: 60px;
}
.footer .inner table tr td a {
  color: #75899f;
}
.footer .hr {
  background: #93aec7;
  width: 100%;
  height: 2px;
  margin: 30px 0;
}
.footer .footer-logo {
  display: inline-block;
}
.community-footer ul {
  width: auto;
  float: left;
  display: block;
  text-align: left;
  margin-top: 10px;
  width: 23%;
}
.community-footer ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.community-footer ul li:first-child a {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}
.community-footer .footer-logo {
  margin-top: 15px;
  float: right;
  text-align: right;
  width: 31%;
}
.community-footer .footer-logo p {
  font-size: 17px;
  color: #ffffff;
  font-weight: 300;
  margin-top: 25px;
}
.community-footer .copyright {
  font-size: 14px;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
  margin-top: 30px;
  display: inline-block;
}
.community-footer {
  margin-top: 0;
  height: auto;
}

/* Menu
 * --------------------------------------- */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: right;
}
#menu .wrap {
  width: 100%;
  padding: 0 5%;
}
#menu li {
  display: inline-block;
  padding-top: 40px;
}
.logo {
  width: 80px;
  margin-top: -9px;
  margin-right: -9px;
  float: left;
  margin-top: 20px;
  outline: none !important;
}
#menu li a {
  line-height: 1;
  font-size: 18px;
  color: #6a6a6a;
  font-weight: 300;
  text-transform: uppercase;
  outline: none !important;
  margin-left: 20px;
  text-decoration: none;
  position: relative;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.5s ease; /* Firefox 4-15 */
  -o-transition: all 0.5s ease; /* Opera 10.5-12.00 */
  transition: all 0.5s ease; /* Firefox 16+, Opera 12.50+ */
}
#menu li a:hover {
  border-color: #a0c8eb;
  -webkit-transition: all 0.2s ease; /* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease; /* Firefox 4-15 */
  -o-transition: all 0.2s ease; /* Opera 10.5-12.00 */
  transition: all 0.2s ease; /* Firefox 16+, Opera 12.50+ */
}
#menu li.active a {
  border-color: #a0c8eb;
}
#menu .mobile-menu-button {
  display: none;
}
#mobile_menu {
  height: 100%;
  width: 230px;
  background: #23212c;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}

/* Carousel
 * --------------------------------------- */

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* adaptive design */

@media screen and (max-width: 770px) and (orientation: portrait) {
  #menu {
    padding: 0 10%;
    height: 80px;
    width: 100%;
  }
  #menu li {
    display: none;
  }
  .wrap {
    width: 100%;
    min-width: 100%;
    height: 100%;
    text-align: center;
  }
  .intro .wrap {
    height: auto;
  }
  .logo {
    float: none;
    height: auto;
    position: relative;
    top: 19px;
    outline: medium none !important;
    width: auto;
  }
  #menu .mobile-menu-button {
    color: #000;
    display: block;
    font-size: 38px;
    position: absolute;
    left: 0;
    top: 20px;
    cursor: pointer;
  }
  #section0 {
  }
  h2 {
    font-size: 35px;
  }
  .macbook {
    width: 500px;
    height: 300px;
    background-size: 100% 100%;
  }
  .macbook .carousel {
    width: 360px;
    height: 230px;
    left: 70px;
    top: 20px;
  }
  .macbook .carousel .item img {
    width: 100%;
    height: 100%;
  }
  h3 {
    font-size: 25px;
    margin: 10px 0 25px;
  }
  #section0 form input {
    width: 60%;
    height: 45px;
    border: 1px #777577 solid;
    font-size: 14px;
    padding: 0 15px;
  }
  #section0 .phonefield {
    height: 45px;
  }
  #section0 form button {
    width: 60%;
    height: 45px;
    border: 1px #a0c8eb solid;
    font-size: 15px;
  }
  .next-slide-wrap {
    width: 55px;
    height: 55px;
    overflow: hidden;
  }
  .next-slide {
    width: 55px;
    height: 55px;
  }
  .next-slide:after {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 90%;
    left: 5.9%;
    position: absolute;
    top: 5%;
    width: 90%;
  }
  .next-slide:before {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 38px;
    position: relative;
    top: 3%;
  }
  #mobile_menu {
    display: block;
    left: -100%;
    z-index: 100;
    -webkit-transition: all 1s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 1s ease; /* Firefox 4-15 */
    -o-transition: all 1s ease; /* Opera 10.5-12.00 */
    transition: all 1s ease; /* Firefox 16+, Opera 12.50+ */
  }
  #mobile_menu.active {
    left: 0;
    -webkit-transition: all 1s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 1s ease; /* Firefox 4-15 */
    -o-transition: all 1s ease; /* Opera 10.5-12.00 */
    transition: all 1s ease; /* Firefox 16+, Opera 12.50+ */
  }
  #mobile_menu .mobile-menu-button {
    color: #fff;
    display: block;
    font-size: 35px;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 38px;
    position: relative;
    top: 4px;
    float: right;
  }
  #mobile_menu ul {
    margin-top: 28px;
  }
  #mobile_menu ul li.active {
    background: #9fcaec;
    color: black;
  }
  #mobile_menu ul li.active a {
    color: black;
  }
  #mobile_menu a {
    display: block;
    height: 50px;
    border-top: 1px #302e39 solid;
    border-bottom: 1px #302e39 solid;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    outline: none;
    line-height: 2.7;
    text-indent: 20px;
  }

  /*section1*/
  .tabs {
    width: auto;
    text-align: center;
  }
  .tabs > div {
    width: 180px;
    height: 120px !important;
    display: inline-block;
  }
  .tabs .second-tab {
    border-bottom-color: #e4e4e4;
    height: 118px !important;
  }
  .tabs .second-tab:after {
    display: none;
  }
  .tabs > div:before {
    margin-top: 15px;
  }
  .tabs .first-tab,
  .tabs .third-tab {
    height: 105px !important;
  }
  .tabs .first-tab:after {
    width: 180px;
  }
  .tabs .third-tab:after {
    width: 180px;
  }
  .tabs-control-left,
  .tabs-control-right {
    display: none;
  }
  .tabs p {
    font-size: 15px;
  }
  h4 {
    width: 100% !important;
    text-align: center !important;
  }
  .tabs-content {
    width: 100%;
  }
  .tabs-content > div {
    width: 100%;
    height: auto;
    min-height: 270px;
    min-width: 100%;
  }
  .tabs-content > div p {
    font-size: 12px;
    margin: 0 5%;
  }
  .tabs-content .first-tab {
    background-position: bottom right 10%;
    min-height: 320px;
  }
  .tabs-content .second-tab {
    background-position: top 80px left;
    min-height: 300px;
    background-size: 48% auto;
  }
  .tabs-content .third-tab {
    background-position: bottom left 10%;
    min-height: 320px;
  }
  /*#section2 .tabs .active.first-tab:before {
    background-position: 0 107%;
}
#section2 .tabs .active.second-tab:before {
    background-position: -55px -58px;
}
#section2 .tabs .active.third-tab:before {
    background-position: 106% 106%;
}*/
  .tabs-content .first-tab h3 {
    margin-left: 5%;
  }
  .tabs-content .second-tab h3 {
    margin-right: 5%;
  }
  .tabs-content .third-tab h3 {
    margin-right: 5%;
  }

  #section2 .tabs-content .first-tab h3,
  #section2 .tabs-content .first-tab p {
    margin-right: 5%;
  }
  #section2 .tabs-content .first-tab {
    background: url(../img/tabs2_slide1.png) no-repeat;
    background-size: 45% auto;
    background-position: top 80px left 3%;
    background-position-y: 80px;
    background-position-x: 3%;
    min-height: 350px;
    padding-bottom: 0;
  }
  #section2 .tabs-content .first-tab {
    background-size: 35% auto;
    background-position: top 90px left 10%;
    padding-bottom: 70px;
    min-height: 350px;
  }
  #section2 .tabs-content .second-tab {
    background-size: 45% auto;
    background-position: top 90px left;
  }
  #section2 .tabs-content .third-tab {
    background-size: 45% auto;
    background-position: bottom 0 left 20px;
  }
  #section1.section3 .tabs-content .first-tab {
    background: url(../img/tabs3_slide1.png) no-repeat;
    background-position: bottom left 100% !important;
    background-size: 40% auto;
  }
  #section1.section3 .tabs-content .second-tab {
    background: url(../img/tabs3_slide2.png) no-repeat;
    background-position: bottom left;
    background-size: 35% auto;
  }
  #section1.section3 .tabs-content .third-tab {
    background: url(../img/tabs3_slide3.png) no-repeat;
    background-position: bottom left 40px;
    background-size: auto 90%;
    min-height: 320px;
  }
  #section2.section0 .tabs-content .first-tab {
    min-height: 400px;
  }

  .footer .wrapper {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .footer .inner {
    width: 100%;
  }
  .footer .inner table {
    font-size: 13px;
  }
  .footer .inner table tr:first-child td {
    font-size: 16px;
  }
  .footer .hr {
    margin: 15px 0;
  }
  .footer .footer-logo {
    width: auto;
  }
  .footer {
    height: 250px;
    margin-top: -250px;
  }
  .main-wrapper {
    padding-bottom: 250px;
  }

  /*about us*/
  .about_us .main-wrapper {
    padding-top: 100px;
  }

  /*community*/
  .community-footer {
    height: auto;
    margin-top: 0;
  }
  .community-footer ul {
    width: 50%;
    text-align: center;
  }
  .community-footer .footer-logo {
    clear: both;
    float: none;
    display: block;
    text-align: center;
  }
  .community-footer .clearmobile {
    clear: both;
  }
  .community-footer .footer-logo p {
    font-size: 15px;
    float: left;
    width: 50%;
  }
  .community-footer .copyright {
    text-align: center;
    margin-top: 25px;
    float: left;
    font-size: 15px;
    width: 50%;
  }
  /* home */
  .home .section0 {
    display: table;
    padding-bottom: 0;
  }
  .home .section0 .wrap {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .home .section0 h1 {
    margin-top: 0;
  }
  .home .section1 .block {
    width: 80%;
  }
  .home .section2 h4 {
    padding: 0 40px;
  }
  .home .section2 .block {
    width: 100%;
  }
  .home .section2 .block h5 {
    text-align: center;
  }
  .home .section5 .slider .indicators span {
    width: 40px;
    height: 40px;
  }
  .home .section6 form input,
  .home .section6 form button {
    width: 40%;
    text-align: center;
  }
  .home .section0 {
    text-align: center;
  }
  .home .section0 a {
  }
  .home .menu-white {
    box-shadow: none !important;
  }
  .home .menu-white i {
    color: #fff !important;
  }
  .home .iphone img {
    /*width: 50% !important;
  height: auto !important;*/
    display: none !important;
  }

  .home .section5 .slider .page .block:last-child {
  }
  .home .section5 .slider .block p {
    font-size: 14px;
  }
  #section2.section0 .tabs-content .first-tab {
    background: url(../img/features_iphone.png) no-repeat left 30% top 80px;
    background-size: 20% auto;
    min-height: 500px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1050px) and (orientation: landscape) {
  #menu {
    padding: 0 10%;
    height: 80px;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
  }
  #menu li {
    display: none;
  }
  .wrap {
    width: 100%;
    min-width: 100%;
    height: 100%;
    text-align: center;
  }
  .intro .wrap {
    height: auto;
  }
  .logo {
    height: auto;
    float: none;
    margin-top: 22px;
    outline: medium none !important;
    width: auto;
    display: inline-block;
  }
  #menu .mobile-menu-button {
    color: #000;
    display: block;
    font-size: 38px;
    position: absolute;
    left: 0;
    top: 22px;
    cursor: pointer;
  }
  #section0 {
  }
  h2 {
    font-size: 35px;
    margin: 20px 0 30px;
  }

  h3 {
    font-size: 25px;
    margin: 10px 0 35px;
  }
  #section0 form input {
    width: 60%;
    height: 50px;
    border: 1px #777577 solid;
    font-size: 14px;
    padding: 0 15px;
  }
  #section0 form button {
    width: 60%;
    height: 50px;
    border: 1px #a0c8eb solid;
    font-size: 15px;
  }
  .next-slide-wrap {
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin: 10px 0 0;
  }
  .next-slide {
    width: 55px;
    height: 55px;
  }
  .next-slide:after {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 90%;
    left: 5.9%;
    position: absolute;
    top: 5%;
    width: 90%;
  }
  .next-slide:before {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 45px;
    position: relative;
    top: -5%;
  }
  #mobile_menu {
    display: block;
    left: -100%;
    z-index: 100;
    -webkit-transition: all 1s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 1s ease; /* Firefox 4-15 */
    -o-transition: all 1s ease; /* Opera 10.5-12.00 */
    transition: all 1s ease; /* Firefox 16+, Opera 12.50+ */
  }
  #mobile_menu.active {
    left: 0;
    -webkit-transition: all 1s ease; /* Safari 3.2+, Chrome */
    -moz-transition: all 1s ease; /* Firefox 4-15 */
    -o-transition: all 1s ease; /* Opera 10.5-12.00 */
    transition: all 1s ease; /* Firefox 16+, Opera 12.50+ */
  }
  #mobile_menu .mobile-menu-button {
    color: #fff;
    display: block;
    font-size: 35px;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 38px;
    position: relative;
    top: 4px;
    float: right;
  }
  #mobile_menu ul {
    margin-top: 28px;
  }
  #mobile_menu a {
    display: block;
    height: 50px;
    border-top: 1px #302e39 solid;
    border-bottom: 1px #302e39 solid;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    outline: none;
    line-height: 2.7;
    text-indent: 20px;
  }
  #mobile_menu ul li.active {
    background: #9fcaec;
    color: black;
  }
  #mobile_menu ul li.active a {
    color: black;
  }

  /*section1*/
  #section1 {
    padding-top: 100px;
  }
  .tabs {
    width: 80%;
  }
  .tabs > div {
    width: 255px;
    height: 120px !important;
  }
  .tabs .second-tab {
    border-bottom-color: #e4e4e4;
    height: 121px !important;
  }
  .tabs .second-tab:after {
    display: none;
  }
  .tabs > div:before {
    margin-top: 15px;
  }
  .tabs .first-tab,
  .tabs .third-tab {
    height: 105px !important;
  }
  .tabs .first-tab:after {
    width: 260px;
  }
  .tabs .third-tab:after {
    width: 258px;
  }
  .tabs-content > div {
    min-width: 100%;
  }
  .tabs-content .first-tab {
    background-size: 55% auto;
    background-position: bottom right 10%;
    padding-bottom: 70px;
    min-height: 340px;
  }
  .tabs-content .second-tab {
    background-size: 45% auto;
    background-position: top 90px left 0%;
    min-height: 340px;
  }
  .tabs-content .third-tab {
    background-size: 55% auto;
    background-position: bottom left 10%;
    padding-bottom: 70px;
    min-height: 350px;
  }
  /*#section2 .tabs .active.first-tab:before {
    background-position: 0 107%;
}
#section2 .tabs .active.second-tab:before {
    background-position: -55px -58px;
}
#section2 .tabs .active.third-tab:before {
    background-position: 106% 106%;
}*/
  .tabs-control-left,
  .tabs-control-right {
    display: none;
  }
  .tabs p {
    font-size: 15px;
  }
  h4 {
    width: 100% !important;
    text-align: center !important;
  }
  .tabs-content {
    width: 100%;
  }
  .tabs-content > div {
    width: 100%;
    height: auto;
    min-height: 280px;
  }
  .tabs-content > div p {
    font-size: 12px;
    margin: 0 10%;
  }
  .tabs-content .first-tab h3 {
    margin-left: 10%;
  }
  .tabs-content .first-tab p {
    width: 45%;
  }
  .tabs-content .second-tab h3 {
    margin-right: 10%;
    width: 45%;
    text-align: left;
  }
  .tabs-content .second-tab p {
    margin-right: 10%;
    width: 45%;
    text-align: left;
  }
  .tabs-content .third-tab h3 {
    margin-right: 10%;
  }
  #section2 .tabs-content .first-tab {
    background-size: 35% auto;
    background-position: top 90px left 10%;
    padding-bottom: 70px;
    min-height: 350px;
  }
  #section2 .tabs-content .second-tab {
    background-size: 45% auto;
    background-position: top 90px left;
  }
  #section2 .tabs-content .third-tab {
    background-size: 45% auto;
    background-position: top 90px left 20px;
  }
  #section2 .tabs-content .first-tab h3,
  #section2 .tabs-content .first-tab p {
    margin-right: 10%;
  }
  #section1.section3 .tabs-content .first-tab {
    background: url(../img/tabs3_slide1.png) no-repeat;
    background-position: bottom left 100%;
    background-size: 40% auto;
  }
  #section1.section3 .tabs-content .second-tab {
    background: url(../img/tabs3_slide2.png) no-repeat;
    background-position: bottom left;
    background-size: 35% auto;
  }
  #section1.section3 .tabs-content .third-tab {
    background: url(../img/tabs3_slide3.png) no-repeat;
    background-position: bottom left 40px;
    background-size: auto 90%;
    min-height: 320px;
  }
  .footer .wrapper {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .footer .inner {
    width: 100%;
  }
  .footer .inner table {
    font-size: 13px;
  }
  .footer .inner table tr:first-child td {
    font-size: 16px;
  }
  .footer .hr {
    margin: 15px 0;
  }
  .footer .footer-logo {
    width: auto;
  }
  .footer {
    height: 250px;
    margin-top: -250px;
  }
  .main-wrapper {
    padding-bottom: 250px;
  }

  .community-footer {
    height: auto;
    margin-top: 0;
  }
  .community-footer ul {
    width: 50%;
    text-align: center;
  }
  .community-footer .footer-logo {
    clear: both;
    float: none;
    display: block;
    text-align: center;
  }
  .community-footer .clearmobile {
    clear: both;
  }
  .community-footer .footer-logo p {
    font-size: 15px;
    float: left;
    width: 50%;
  }
  .community-footer .copyright {
    text-align: center;
    margin-top: 25px;
    float: left;
    font-size: 15px;
    width: 50%;
  }

  /* home */
  .home .menu-white {
    box-shadow: none !important;
  }
  .home .menu-white i {
    color: #fff !important;
  }
  /* home */
  .home .section0 {
    display: table;
    padding-bottom: 0;
  }
  .home .section0 .wrap {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .home .section0 h1 {
    margin-top: 0;
  }
  .home .section1 .block {
    width: 80%;
  }
  .home .section2 h4 {
    padding: 0 40px;
  }
  .home .section2 .block {
    width: 100%;
  }
  .home .section2 .block h5 {
    text-align: center;
  }
  .home .section5 .slider .indicators span {
    width: 40px;
    height: 40px;
  }
  .home .section6 form input,
  .home .section6 form button {
    width: 40%;
    text-align: center;
  }
  .home .section0 .iphone img {
    display: none !important;
  }
  #section2.section0 .tabs-content .first-tab {
    background: url(../img/features_iphone.png) no-repeat left 20% top 80px;
    background-size: 20% auto;
    min-height: 500px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  /* all */
  #menu .wrap {
    text-align: right;
    padding: 0 !important;
    width: 100%;
  }
  .logo {
    top: 21px;
  }
  #menu {
    padding: 0 15px;
  }
  body {
    overflow-x: hidden;
  }
  /* features */
  .macbook {
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin-top: 10px;
  }
  .macbook .carousel {
    height: 145px;
    left: 43px;
    overflow: hidden;
    position: relative;
    top: 20px;
    width: 215px;
  }
  #section0 form input,
  #section0 form button {
    width: 70%;
    text-align: center;
  }

  /*section1*/
  #section1 {
    padding-top: 90px;
  }
  .tabs {
    width: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .tabs > div {
    width: 99px;
    height: 110px !important;
    display: inline-block;
  }
  .tabs .second-tab {
    border-bottom-color: #e4e4e4;
    height: 113px !important;
  }
  .tabs .second-tab:after {
    display: none;
  }
  .tabs > div:before {
    /*background-size: 155px 110px !important;
  width: 55px !important;
  height: 55px !important;
  margin-top: 15px;
  margin-left: 3px;*/
  }
  .tabs .first-tab,
  .tabs .third-tab {
    height: 105px !important;
  }
  .tabs .first-tab:after {
    width: 100px;
    top: 83px;
  }
  .tabs .third-tab:after {
    width: 100px;
    top: 83px;
  }
  /*#section2 .tabs .active.first-tab:before {
    background-position: 0 107%;
}
#section2 .tabs .active.second-tab:before {
    background-position: -55px -58px;
}
#section2 .tabs .active.third-tab:before {
    background-position: 106% 106%;
}*/
  .tabs-control-left,
  .tabs-control-right {
    display: none;
  }
  .tabs p {
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  h4 {
    width: 100% !important;
    text-align: center !important;
    font-size: 25px !important;
  }
  .tabs-content {
    width: 100%;
  }
  .tabs-content > div {
    width: 100%;
    height: auto;
    min-height: 0 !important;
    min-width: 100%;
  }
  .tabs-content > div p {
    font-size: 12px;
    margin: 0;
    padding: 0 5%;
    width: 100%;
  }
  .tabs-content .first-tab {
    background: none !important;
  }
  .tabs-content .second-tab {
    background: none !important;
  }
  .tabs-content .third-tab {
    background: none !important;
  }

  .tabs-content > div p {
    font-size: 12px;
    margin: 0;
    padding: 0 5% !important;
    width: 100% !important;
    text-align: center !important;
  }

  .tabs-content h3 {
    margin: 10px 0 15px !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 20px;
  }

  #section2 .tabs-content .first-tab h3,
  #section2 .tabs-content .first-tab p {
    margin-right: 0;
  }
  #section2 .tabs-content .first-tab {
    background: none;
  }
  #section2.section0 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  /* community */
  .community .search-section {
    height: 430px;
  }
  .community .search-section h2 {
    margin-top: 0px;
    font-size: 40px;
  }
  .community .search-section h3 {
    margin-top: 0px;
    font-size: 20px;
  }
  .community_pages .white-wrap {
    width: 100%;
    padding: 0 10px;
  }
  .community_pages .top-line h2 {
    margin-left: 0;
    display: block;
    margin-top: 15px;
  }
  .community_pages .search {
    width: 80%;
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .community_pages .documentation-content {
    padding-left: 0;
  }
  .community_pages .documentation-content .page {
    width: 100%;
    margin-left: 0;
  }
  .community_pages .l-column {
    position: relative;
    float: none;
    border: none;
    margin: 0;
    width: 100%;
  }
  .community_pages .l-column p {
    width: 100%;
  }
  .community_pages .l-column h5 {
    font-size: 25px;
    margin-bottom: 10px !important;
  }
  .community_pages .l-column p.active {
    border: none;
    color: #b2d3ef;
    position: relative;
  }
  .community_pages .l-column p.active:after {
    content: "\f00c";
    font-size: 20px;
    font-family: FontAwesome;
    margin-left: 20px;
    position: absolute;
  }
  .home {
    overflow-x: hidden !important;
  }
  .home .menu-white {
    box-shadow: none !important;
  }
  .home .menu-white i {
    color: #fff !important;
  }
  .home .iphone {
    display: none;
  }
  .home .section0 {
    width: 100% !important;
    height: auto !important;
    padding-top: 100px;
    position: relative;
    text-align: center;
    overflow: hidden !important;
  }
  .home .section0 .next-section {
    display: none;
  }
  .home .section0 .bgs {
    overflow: hidden;
  }
  .home .section0 .bgs img {
    max-height: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .home .section0 h1 {
    font-size: 30px;
    margin-top: 0;
  }
  .home .section0 h3 {
    font-size: 20px;
  }
  .home .section0 a {
    margin-bottom: 50px;
  }
  .home .section1 .block {
    background-size: auto 80% !important;
    height: 132px;
    min-width: 0;
    padding: 0;
    width: 100%;
  }
  .home .section2 {
    padding-top: 10px;
  }
  .home .section2 .block p {
    text-align: center;
  }
  .home .section2 h3 {
    font-size: 40px;
  }
  .home .section2 h4 {
    font-size: 18px !important;
  }
  .home .section2 .block {
    min-width: 0;
  }
  .home .tabs-control-left,
  .home .tabs-control-right {
    display: none;
  }
  .company h2 {
    font-size: 40px;
  }
  .company h3 {
    font-size: 20px;
  }
  .company .about_us h4 {
    font-size: 30px !important;
  }
  .about_us p {
    font-size: 20px;
  }
  .about_team .block {
    margin-left: 0;
    margin-right: 0;
  }
}
