body,
html {
    height: 100%;
    overflow-x: hidden;
}

html.no-scroll {
    overflow: hidden;
    height: 100%;
}

html.no-scroll body {
    overflow: hidden;
}

body.inpage {
    height: auto;
}

.menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #18B1BB;
    z-index: 9;
    opacity: 0;
}

.main-content {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.top {
    height: 100%;
    background: #efefeb;
    z-index: 2;
    position: relative;
}

.top.inpage {
    height: auto;
}

.header {
    background: #18B1BB;
    text-align: center;
    height: 70%;
    display: flex;
    display: -webkit-flex;
    position: relative;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 150px;
    z-index: 2;
    overflow: hidden;
}

.header.small:before {
    opacity: 1;
}

.header .background-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}

.header .background-slider div {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition: 0.5s all;
    -webkit-transition: 0.5 all;
}

.header .background-slider div.active {
    opacity: 0.2;
}

.header .fake-logo {
    height: 45px;
    flex-basis: 45px;
    -webkit-flex-basis: 45px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin-top: 50px;
}

.header h1 {
    font-family: "Source Sans Pro";
    color: #fff;
    align-self: center;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    font-size: 80px;
    z-index: 3;
    position: relative;
}

.header h1 .cd-words-wrapper em {
    font-style: normal;
}

.header.inpage {
    height: 400px;
}

.header.inpage h1 {
    margin-top: 180px;
}

.small-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 115px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    overflow: hidden;
}

.small-header.moving {
    height: 75px;
    background: #18B1BB;
}

.small-header .top-bar {
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px;
    height: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    overflow: hidden;
}

.small-header.moving .top-bar {
    height: 75px;
}

.small-header.open,
.small-header.open .top-bar {
    height: 100%;
    z-index: 9;
}

.small-header .top-bar a {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
    display: block;
    z-index: 999;
}

.small-header .logo {
    background: url(../img/logo-white@2x.png) no-repeat;
    background-size: 100%;
    width: 77px;
    height: 70px;
    margin-top: 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    position: relative;
}

.small-header.moving .logo {
    width: 60px;
    height: 35px;
    margin-top: 0;
}

.small-header .menu-list {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.small-header .menu-list.open {
    opacity: 1;
    z-index: 9;
}

.small-header .menu-list li {
    color: #fff;
    font-size: 48px;
    font-family: "Source Sans Pro";
    font-weight: 300;
}

.small-header .menu-list li a:not(.download-button),
.small-header .menu-list li a:not(.download-button):active {
    color: #fff;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    text-decoration: none;
}

.small-header .menu-list li a:not(.download-button):hover {
    text-decoration: none;
    opacity: 0.7;
}

.small-header .menu-list .download-buttons {
    margin-top: 20px;
}

.small-header.inpage {
    position: absolute;
}

.fake-logo-link {
    position: fixed;
    height: 45px;
    width: 80px;
    top: 10px;
    left: 50%;
    z-index: 30;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fake-logo-link a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.menu-toggle {
    font-size: 26px;
    color: #fff;
    position: fixed;
    left: 20px;
    top: 10px;
    z-index: 30;
}

.nav-icon {
    width: 50px;
    height: 45px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 16px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 24px;
}

.nav-icon span:nth-child(4) {
    top: 32px;
}

.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.download-buttons {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    z-index: 3;
    position: relative;
}

.download-button,.download-button:visited {
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 22px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    font-family: 'Source Sans Pro';
    text-align: left;
    border: 1px solid #fff;
    margin: 10px;
    display: none;
}

.download-button:hover {
    background: #fff;
    color: #18B1BB;
    text-decoration: none;
}

.download-button:active  {
    color: #fff;
    text-decoration: none;
}

.download-button i {
    display: inline-block;
    vertical-align: middle;
    font-size: 42px;
}

.download-button .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.download-button .text span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.phone {
    position: fixed;
    text-align: center;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    background: url(../img/iphone.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.phone .frame {
    position: absolute;
    left: 6.8%;
    right: 6.8%;
    top: 11.3%;
    bottom: 11.6%;
    overflow: hidden;
}

.phone .frame .inner {
    height: 100%;
}

.phone .frame img {
    float: left;
    height: 100%;
    display: none;
}

.phone .frame img:nth-child(1) {
    display: block;
}

.middle {
    position: relative;
    width: 100%;
    background: #fff;
}

.description {
    background: #444444;
    padding: 50px;
    z-index: 3;
    position: relative;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.description h2 {
    font-family: "Source Sans Pro";
    text-align: center;
    color: #efefef;
    line-height: 48px;
    font-size: 32px;
}

.feature {
    z-index: 1;
    position: relative;
    height: 100%;
}

.feature .feature-content {
    height: 100%;
}

.feature .feature-content .text {
    transform: translateX(10%);
    -webkit-transform: translateX(10%);
    opacity: 0;
}

.feature.dark {
    background: #efefeb;
}

.feature .container {
    height: 100%;
    overflow: hidden;
}

.feature .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
}

.feature .feature-phone {
    height: 400px;
    width: 200px;
    display: none;
    margin-bottom: 20px;
    background: url(../img/iphone.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
}

.feature .feature-phone .frame {
    position: absolute;
    left: 6.8%;
    right: 6.8%;
    top: 11.3%;
    bottom: 11.6%;
    overflow: hidden;
}

.feature .feature-phone .frame .inner {
    height: 100%;
    width: 2400px;
}

.feature .feature-phone .frame img {
    float: left;
    height: 100%;
}

.feature .icon {
    flex-grow: 0;
    -webkit-flex-grow: 0;
}

.feature .icon img {
    width: 80px;
}

.feature h3 {
    flex-grow: 0;
    -webkit-flex-grow: 0;
    font-family: "Source Sans Pro";
    font-size: 36px;
    color: #4F4F4F;
    margin-bottom: 20px;
    margin-top: 20px;
}

.feature p {
    flex-grow: 0;
    -webkit-flex-grow: 0;
    font-family: "Source Sans Pro";
    color: #707070;
    font-size: 22px;
    font-weight: 300;
}

.phones {
    background: #efefeb;
    z-index: 6;
    position: relative;
    text-align: center;
}

.phones h2 {
    font-family: "Source Sans Pro";
    font-size: 50px;
    font-weight: 300;
    color: #444;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    opacity: 0;
}

.phones p {
    font-family: "Source Sans Pro";
    font-size: 20px;
    color: #777;
    font-weight: 300;
    margin-bottom: 50px;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}

.phones .phone-list {
    text-align: center;
    margin-bottom: -200px;
}

.phones .phone-list li {
    width: 33%;
    display: inline-block;
    margin: 0 -50px;
    vertical-align: top;
}

.phones .phone-list li:nth-child(1) {
    margin-top: -40px;
    transform: translateY(500px);
    -webkit-transform: translateY(500px);
}

.phones .phone-list li:nth-child(2) {
    margin-top: -80px;
    transform: translateY(350px);
    -webkit-transform: translateY(350px);
}

.phones .phone-list li:nth-child(3) {
    margin-top: -120px;
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
}

.phones .phone-list li img {
    width: 100%;
}

.download {
    background: linear-gradient(rgba(24, 177, 187, 0.25), rgba(24, 177, 187, 0.85)), url(../img/footer-back.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    z-index: 6;
    position: relative;
    height: 500px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.download h2 {
    text-align: center;
    font-family: "Source Sans Pro";
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 20px;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    opacity: 0;
    -webkit-flex-grow: 0;
}

.download .download-buttons {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
    flex-grow: 0;
    -webkit-flex-grow: 0;
}

.footer {
    text-align: center;
    padding: 50px;
    background: #fff;
    z-index: 5;
    position: relative;
}

.footer .logo {
    background: url(../img/logo-footer.png);
    background-size: 100%;
    width: 78px;
    height: 73px;
    display: inline-block;
}

.footer-menu {
    margin-top: 20px;
}

.footer-menu li {
    display: inline-block;
    margin: 10px;
    color: #999;
}

.footer-menu li a {
    color: #999;
}

.footer-social-menu li {
    display: inline-block;
    margin: 20px;
    color: #999;
    font-size: 36px;
}

.footer-social-menu li a {
    color: #999;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
}

.footer-social-menu li a:hover {
    color: #18B1BB;
}

.content {
    background: #efefeb;
    font-family: "Source Sans Pro";
    padding: 50px 0;
}

.content h2 {
    margin: 20px 0;
}

.content p {
    margin: 20px 0;
}

.content strong {
    font-size: 18px;
    margin-bottom: -5px;
}

.faq-list li {
    background: #f8f8f3;
    padding: 25px;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.15s ease-out;
}

.faq-list li:hover {
    background: #ebebe4;
}

.faq-list li.open {
    background: #ebebe4;
}

.faq-list li h2 {
    margin: 0;
    color: #444;
}

.faq-list li p {
    max-height: 0;
    font-size: 16px;
    color: #555;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    transition: all 0.15s ease-out;
}

.faq-list li.open p {
    opacity: 1;
    margin-top: 15px;
    max-height: none;
    transition: all 0.15s ease-out;
}

.faq-search {
    margin-bottom: 5px;
    position: relative;
}

.faq-search input {
    width: 100%;
    padding: 25px;
    font-size: 20px;
    color: #666;
    border: 4px solid #e0e0da;
    outline: none;
    transition: all 0.15s ease-out;
    padding-left: 65px;
}

.faq-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 22px;
    left: 25px;
    font-size: 30px;
    color: #c4c4c0;
}

.faq-search input:focus {
    border-color: #cecec7;
}

.faq-search .clear-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 30px;
    color: #c4c4c0;
    display: none;
    cursor: pointer;
}

.faq-search .clear-search:hover {
    color: #8d8d86;
}