html,
body {
    height: 100%;
}

body {
    font-family: "Source Sans Pro";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    color: #444;
    min-width: 1030px;
}

.container {
    position: relative;
}

a:active,
a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.c2loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: 300px;
    height: 300px;
}

.c2loader div {
    width: 80px;
    height: 53px;
    border-radius: 15px;
    background: #fff;
    left: 110px;
    top: 123px;
    position: absolute;
}

.c2loader div:after {
    top: 99%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.c2loader div.baloon1 {
    animation: c2loader-baloon1 1.5s infinite forwards;
    z-index: 2;
    transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
}

@keyframes c2loader-baloon1 {
    20% {
        transform: scale(0.7) rotate(0deg);
    }
    60% {
        transform: scale(0.7) rotate(0deg);
    }
    90% {
        transform: scale(1.1) rotate(-360deg);
    }
    100% {
        transform: scale(1.1) rotate(-360deg);
    }
}

@-webkit-keyframes c2loader-baloon1 {
    20% {
        -webkit-transform: scale(0.7) rotate(0deg);
    }
    60% {
        -webkit-transform: scale(0.7) rotate(0deg);
    }
    90% {
        -webkit-transform: scale(1.1) rotate(-360deg);
    }
    100% {
        -webkit-transform: scale(1.1) rotate(-360deg);
    }
}

.c2loader div.baloon2 {
    animation: c2loader-baloon2 1.5s infinite forwards;
    -webkit-animation: c2loader-baloon2 1.5s infinite forwards;
    transform: scale(0.2) rotate(10deg) translate(0, 0);
    -webkit-transform: scale(0.2) rotate(10deg) translate(0, 0);
    opacity: 0.8;
}

@keyframes c2loader-baloon2 {
    10% {
        transform: scale(0.6) rotate(10deg) translate(-110px, -60px);
    }
    60% {
        transform: scale(0.6) rotate(10deg) translate(-110px, -60px);
    }
    90% {
        transform: scale(0.1) rotate(-350deg) translate(-110px, -60px);
    }
    100% {
        transform: scale(0.1) rotate(-350deg) translate(-110px, -60px);
    }
}

@-webkit-keyframes c2loader-baloon2 {
    10% {
        -webkit-transform: scale(0.6) rotate(10deg) translate(-110px, -60px);
    }
    60% {
        -webkit-transform: scale(0.6) rotate(10deg) translate(-110px, -60px);
    }
    90% {
        -webkit-transform: scale(0.1) rotate(-350deg) translate(-110px, -60px);
    }
    100% {
        -webkit-transform: scale(0.1) rotate(-350deg) translate(-110px, -60px);
    }
}

.c2loader div.baloon3 {
    animation: c2loader-baloon3 1.5s infinite forwards;
    -webkit-animation: c2loader-baloon3 1.5s infinite forwards;
    transform: scale(0.2) rotate(-5deg) translate(0, 0);
    -webkit-transform: scale(0.2) rotate(-5deg) translate(0, 0);
    opacity: 0.6;
}

@keyframes c2loader-baloon3 {
    40% {
        transform: scale(0.6) rotate(-5deg) translate(100px, -50px);
    }
    50% {
        transform: scale(0.6) rotate(-5deg) translate(100px, -50px);
    }
    80% {
        transform: scale(0.2) rotate(-365deg) translate(80px, -50px);
    }
    100% {
        transform: scale(0.2) rotate(-365deg) translate(80px, -50px);
    }
}

@-webkit-keyframes c2loader-baloon3 {
    40% {
        -webkit-transform: scale(0.6) rotate(-5deg) translate(100px, -50px);
    }
    50% {
        -webkit-transform: scale(0.6) rotate(-5deg) translate(100px, -50px);
    }
    80% {
        -webkit-transform: scale(0.2) rotate(-365deg) translate(80px, -50px);
    }
    100% {
        -webkit-transform: scale(0.2) rotate(-365deg) translate(80px, -50px);
    }
}

.c2loader div.baloon4 {
    animation: c2loader-baloon4 1.5s infinite forwards;
    -webkit-animation: c2loader-baloon4 1.5s infinite forwards;
    transform: scale(0.2) rotate(-15deg) translate(0, 0);
    -webkit-transform: scale(0.2) rotate(-15deg) translate(0, 0);
    opacity: 0.4;

}

@keyframes c2loader-baloon4 {
    20% {
        transform: scale(0.4) rotate(-15deg) translate(110px, 90px);
    }
    60% {
        transform: scale(0.4) rotate(-15deg) translate(110px, 90px);
    }
    90% {
        transform: scale(0.2) rotate(-375deg) translate(110px, 90px);
    }
    100% {
        transform: scale(0.2) rotate(-375deg) translate(110px, 90px);
    }
}

@-webkit-keyframes c2loader-baloon4 {
    20% {
        -webkit-transform: scale(0.4) rotate(-15deg) translate(110px, 90px);
    }
    60% {
        -webkit-transform: scale(0.4) rotate(-15deg) translate(110px, 90px);
    }
    90% {
        -webkit-transform: scale(0.2) rotate(-375deg) translate(110px, 90px);
    }
    100% {
        -webkit-transform: scale(0.2) rotate(-375deg) translate(110px, 90px);
    }
}

.c2loader div.baloon5 {
    animation: c2loader-baloon5 1.5s forwards infinite;
    -webkit-animation: c2loader-baloon5 1.5s forwards infinite;
    transform: scale(0.2) rotate(25deg) translate(0, 0);
    -webkit-transform: scale(0.2) rotate(25deg) translate(0, 0);
    opacity: 0.7;

}

@keyframes c2loader-baloon5 {
    30% {
        transform: scale(0.3) rotate(25deg) translate(-140px, 130px);
    }
    50% {
        transform: scale(0.3) rotate(25deg) translate(-140px, 130px);
    }
    80% {
        transform: scale(0.2) rotate(-335deg) translate(-80px, 70px);
    }
    100% {
        transform: scale(0.2) rotate(-335deg) translate(-80px, 70px);
    }
}

@-webkit-keyframes c2loader-baloon5 {
    30% {
        -webkit-transform: scale(0.3) rotate(25deg) translate(-140px, 130px);
    }
    50% {
        -webkit-transform: scale(0.3) rotate(25deg) translate(-140px, 130px);
    }
    80% {
        -webkit-transform: scale(0.2) rotate(-335deg) translate(-80px, 70px);
    }
    100% {
        -webkit-transform: scale(0.2) rotate(-335deg) translate(-80px, 70px);
    }
}

.btn {
    border-radius: 30px;
    padding: 5px 20px;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    outline: none;
    font-weight: 600;
    outline: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn:active, .btn:focus {
    outline: none;
}

.btn.btn-lg {
    padding: 15px;
    font-size: 16px;
}

.btn.btn-lg i {
    font-size: 20px;
    margin-right: 10px;
}

.btn.btn-trans {
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}

.btn.btn-trans:hover {
    background: #fff;
    color: #555;
}

.btn.btn-facebook {
    color: #fff;
    border: 2px solid #3b5998;
    background: #3b5998;
    margin-top: 10px;
}

.btn.btn-facebook:hover {
    background: #4c6eb5;
    color: #fff;
    border-color: #4c6eb5;
}

.btn.btn-green {
    color: #fff;
    border: 2px solid #6CA765;
    background: #6CA765;
}

.btn.btn-green:hover {
    background: #7cbc75;
    color: #fff;
    border-color: #7cbc75;
}

.btn.btn-orange {
    color: #fff;
    border: 2px solid #c67a1b;
    background: #c67a1b;
}

.btn.btn-orange:hover {
    background: #e48f1c;
    color: #fff;
    border-color: #e48f1c;
}

.btn.btn-red {
    color: #fff;
    border: 2px solid #d36666;
    background: #d36666;
}

.btn.btn-red:hover {
    background: #e07f7f;
    color: #fff;
    border-color: #e07f7f;
}

.btn.btn-grey {
    color: #3E3E3E;
    border: 2px solid #6D6D6E;
    background: transparent;
}

.btn.btn-grey:hover {
    background: #3E3E3E;
    color: #efefef;
    border-color: #3E3E3E;
}

.btn.footer {
    height: 50px;
    width: 50px;
    padding: 0;
    font-size: 26px;
    color: #C7C7D3;
    border-color: #C7C7D3;
}

.btn.footer:hover {
    border-color: #fff;
    color: #3D3D50;
}

.btn.btn-social {
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 20px;
    background: #5B5B70;
    color: #C7C7D3;
}

.btn.btn-social.facebook:hover {
    background: #3b5998;
}

.btn.btn-social.twitter:hover {
    background: #55acee;
}

.btn.btn-social:hover {
    color: #fff;
}

.download-buttons .btn {
    font-size: 12px;
    text-align: left;
    padding: 10px 40px 10px 30px;
    margin-right: 10px;
    font-weight: 600;
}

.download-buttons .btn .big {
    font-size: 18px;
    display: block;
    margin-top: -2px;
    margin-left: 30px;
}

.download-buttons .btn i {
    font-size: 34px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    width: 30px;
    height: 30px;
}

.btn.google-play {
    background: url(../img/google-play.png) no-repeat 30px 14px;
}

.btn.google-play.btn-grey {
    background: url(../img/google-play-dark.png) no-repeat 30px 14px;
}

.btn.google-play.footer {
    background: url(../img/google-play-footer.png) no-repeat 13px center;
    padding-left: 0;
}

.btn.google-play:hover {
    background: #fff url(../img/google-play-hover.png) no-repeat 30px 14px;
}

.btn.google-play.btn-grey:hover {
    background: #3E3E3E url(../img/google-play-dark-hover.png) no-repeat 30px 14px;
}

.btn.google-play.footer:hover {
    background: #fff url(../img/google-play-footer-hover.png) no-repeat 13px center;
}

.white-link {
    color: #fff;
}

.white-link:hover {
    color: #fff;
    text-decoration: underline;
}

.box-header {
    font-size: 20px;
    color: #555;
    padding: 0 10px;
    text-align: center;
}

.box-text {
    font-size: 14px;
    color: #999;
    padding: 0 10px 5px 10px;
    text-align: center;
}

.form .btn {
    margin-top: 10px;
}

.form.parted {
    display: flex;
    overflow: hidden;
}

.form.parted .form-part {
    flex: 0 0 360px;
}

.form-section {
    margin-bottom: 12px;
    position: relative;
    text-align: left;
}

.form-section.flex {
    display: flex;
    align-items: center;
}

.form-section.with-label {
    margin-top: 20px;

}

.form-section.has-icon input {
    padding-left: 50px;
}

.form-section.has-icon:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 13px;
    left: 22px;
    font-size: 16px;
    color: #b4b4b4;
    width: 20px;
    text-align: center;
}

.form-section.with-label.has-icon:before {
    top: 40px;
}

.form-section.has-icon.error:before {
    color: #be6565;
}

.form-section.has-icon.username:before {
    content: "\f007";
}

.form-section.has-icon.password:before {
    content: "\f023";
}

.form-section.has-icon.email:before {
    content: "\f0e0";
}

.form-section.has-icon.search:before {
    content: "\f002";
}

.form-section label {
    margin-bottom: 0;
    font-weight: 400;
}

#divRememberMe {
    flex: 1 0;
    -webkit-flex: 1 0;
    text-align: left;
    margin-top: 5px;
    align-items: center;
    display: flex;
}

.form-input {
    border-radius: 30px;
    border: 1px solid #cecece;
    padding: 13px 18px;
    outline: none;
    width: 100%;
    transition: 0.1s all;
    color: #555;
}

.form-input[type=checkbox], .form-input[type=radio] {
    margin: 0;
    margin-left: 10px;
    width: 20px;
}

.input-footer {
    padding: 0 10px;
    font-size: 13px;
    color: #5eae61;
    font-weight: 600;
    margin-top: 6px;
}

.form-section .select-area {
    display: flex;
    width: 100%;
}

.form-section .header {
    flex: 0 0;
    white-space: nowrap;
    font-size: 12px;
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 10px;
}

.form-section select {
    border: 1px solid #cecece;
    padding: 13px 18px;
    line-height: 14px;
    border-radius: 30px;
    background: #fff;
    width: 100%;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: url('../img/arrow.png') no-repeat 90% 50% #ffffff;
    background-size: 15px auto;
    transition: 0.1s all;
}

.form-section select:focus {
    border-color: #8a8a8a;

}

.form-section .radio-area {
    display: flex;
    width: 100%;
    align-items: center;
}

.radio + .radio {
    margin: 0;
}

.form-section .radio-area .radio {
    margin: 0 10px 0 10px;
}

.form-section .radio-area .radio input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #cecece;
    margin-top: 0px;
}

.form-section .radio-area .radio input:checked {
    background: url('../img/check.png') no-repeat 60% 50% #ffffff;
    background-size: 13px auto;
}

.form-section .radio-area .radio span {
    margin-left: 7px;
}

.form-section input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #cecece;
    margin-top: 0px;
    transition: none;
    margin-right: 8px;
    margin-left: 5px;
}

.form-section input[type=checkbox]:checked {
    background: url('../img/check.png') no-repeat 60% 50% #ffffff;
    background-size: 13px auto;
}

.form-section select:last-child {
    margin: 0;
}

.form-input.error {
    border-color: #d69191;
}

select.error {
    border-color: #d69191;
}

.form-input:focus {
    border-color: #8a8a8a;
}

.form-section .validation {
    font-size: 12px;
    width: 0;
    overflow: hidden;
    transition: 0.4s all;
    align-items: center;
    display: none;
    position: absolute;
    top: 2px;
    right: 0;
    background: #fff;
}

.form-section .validation.show {
    margin-left: 10px;
    margin-right: 5px;
    display: block;
    text-align: center;
    width: auto;
}

.form-section .validation.info {
    display: block;
    width: auto;
}

.form-section .validation i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 2px;
}

.form-section .validation span {
    font-weight: 600;
    display: none;
}

.form-section .validation .error {
    display: none;
    color: #be6565;
}

.form-section .validation.error .error {
    display: block;
}

.form-section .validation .success {
    display: none;
    color: #7cba77;
}

.form-section .validation.success .success {
    display: block;
}

.form-section .validation .spinner {
    display: none;
    width: 15px;
    height: 15px;
    margin: 0;
}

.form-section .validation.loading .spinner {
    display: block;
}

.form-section a {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.form-section.note {
    font-size: 12px;
    color: #b7b7b7;
    padding-left: 10px;
    margin-top: 10px;
}

.form-section.note a {
    display: inline-block;
    cursor: pointer;
    color: #b7b7b7;
    text-decoration: underline;
}

.form-section.note a:hover {
    color: #999;
}

.alert {
    background: #b95f5f;
    color: #fff;
    border-radius: 30px;
    margin-top: 20px;
}

.alert:empty {
    display: none;
}

.alert ul {
    list-style-type: none;
    padding: 0;
}

.alert ul li {
    margin: 0 10px;
}

.section-header {
    font-size: 48px;
    text-align: center;
    color: #444;
    font-weight: 400;
}

.section-subtext {
    font-size: 20px;
    text-align: center;
    color: #595959;
    font-weight: 300;
    margin-top: 15px;
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #666;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.backdrop {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1040;
    opacity: 0;
    display: none;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.backdrop.active {
    display: block;
}

.backdrop.fade-in {
    opacity: 1;
}

.modal {
    left: 50%;
    top: 5%;
    transform: translate(-50%, -10%);
    background: #fff;
    border-radius: 30px;
    padding: 0;
    opacity: 0;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    bottom: auto;
    right: auto;
    display: none;
    flex-direction: column;
    z-index: 1050;
    position: absolute;
}

.modal.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.modal.fade-in {
    opacity: 1;
    transform: translate(-50%, 0);
}

#sectionTop {
    background: url(../img/top-back-1.jpg);
    width: 100%;
    min-height: 500px;
    max-height: 800px;
    background-size: cover;
    background-position: center top;
}

#sectionTop.single {
    background-image: url(../img/top-back-static.jpg);
    min-height: calc(100% - 400px);
    text-align: center;
}

#sectionTop .container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
    padding: 0;
    padding-top: 150px;
    padding-bottom: 90px;
    align-items: stretch;
}

#sectionTop.single.no-bounds {
    max-height: none;
}

#sectionTop.single .container {
    display: block;
}

#divLogo {
    background: url(../img/logo.png);
    position: absolute;
    width: 221px;
    height: 33px;
    top: 50px;
}

#divTopRight {
    right: 0;
    top: 50px;
    position: absolute;
    color: #fff;
}

#divTopRight .btn {
    margin-left: 5px;
}

#divScrollForMore {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    text-align: center;
    opacity: 0.6;
    transition: 0.2s all;
    cursor: pointer;
}

@-moz-keyframes scroll-more {
    from {
        transform: translate(-50%, -10px);
        -webkit-transform: translate(-50%, -10px);
    }
    to {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
}

@-webkit-keyframes scroll-more {
    from {
        transform: translate(-50%, -10px);
        -webkit-transform: translate(-50%, -10px);
    }
    to {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
}

@keyframes scroll-more {
    from {
        transform: translate(-50%, -10px);
        -webkit-transform: translate(-50%, -10px);
    }
    to {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
}

#divScrollForMore:hover {
    opacity: 1;
}

#divScrollForMore .text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -16px;
}

#btnSignIn {
    margin-left: 5px;
    position: relative;
}

#btnSignIn.active {
    background: #fff;
    color: #666;
    outline: none;
    box-shadow: none;
}

#divTopRight .btn {
}

#divTopRight .seperator {
    margin: 0 0 0 10px;
    opacity: 0.5;
}

#divTopRight .language .language-selection {
    display: inline-block;
}

#divTopRight .language .language-selection a {
    color: #fff !important;
    margin-left: 10px !important;
}

#divTopRight .language .language-selection a:hover {
    text-decoration: underline;
}

#divSlogan {
    color: #fff;
    flex: 1 0;
    -webkit-flex: 1 0;
    padding-bottom: 80px;
    padding-top: 30px;
    text-align: center;
}

#h1Top {
    font-size: 58px;
    font-weight: 600;
    line-height: 65px;
}

#h2Top {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
}

#divSlogan .download-buttons {
    margin-top: 40px;
}

#homeAnimation {
    color: #fff;
    flex: 1 0;
    -webkit-flex: 1 0;
    position: relative;
}

#homeAnimation .shuffle-text {
    position: absolute;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    top: 30px;

}

#homeAnimation .shuffle-icon {
    background: url(../img/animation_assets/onboarding_shuffle_icon@2x.png);
    background-size: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -100px;
    transform: scale(0) rotate(-385deg);
    opacity: 0;
    animation: 0.4s shuffle-icon-start forwards 0.3s;
    z-index: 2;
}

@keyframes shuffle-icon-start {
    to {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

#homeAnimation .shuffle-head {
    background-size: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -100px;
    opacity: 0;
    z-index: 1;
}

#homeAnimation .shuffle-head1 {
    background-image: url(../img/animation_assets/onboarding_head_1@2x.png);
    transform: translate(0, 0) rotate(285deg) scale(0);
    animation: 0.5s shuffle-head1-start forwards 0.3s;
}

@keyframes shuffle-head1-start {
    to {
        transform: translate(-100px, -200px) rotate(0deg) scale(0.5);
        opacity: 0.6;
    }
}

#homeAnimation .shuffle-head2 {
    background-image: url(../img/animation_assets/onboarding_head_2@2x.png);
    transform: translate(0, 0) rotate(285deg) scale(0);
    animation: 0.6s shuffle-head2-start forwards 0.3s;
}

@keyframes shuffle-head2-start {
    to {
        transform: translate(100px, -300px) rotate(7deg) scale(0.4);
        opacity: 0.6;
    }
}

#homeAnimation .shuffle-head3 {
    background-image: url(../img/animation_assets/onboarding_head_3@2x.png);
    transform: translate(0, 0) rotate(-225deg) scale(0);
    animation: 0.4s shuffle-head3-start forwards 0.3s;
}

@keyframes shuffle-head3-start {
    to {
        transform: translate(100px, -180px) rotate(-6deg) scale(0.7);
        opacity: 1;
    }
}

#homeAnimation .shuffle-head4 {
    background-image: url(../img/animation_assets/onboarding_head_4@2x.png);
    transform: translate(0, 0) rotate(225deg) scale(0);
    animation: 0.8s shuffle-head4-start forwards 0.3s;
}

@keyframes shuffle-head4-start {
    to {
        transform: translate(400px, -50px) rotate(5deg) scale(0.5);
        opacity: 0.7;
    }
}

#homeAnimation .shuffle-head5 {
    background-image: url(../img/animation_assets/onboarding_head_5@2x.png);
    transform: translate(0, 0) rotate(525deg) scale(0);
    animation: 0.8s shuffle-head5-start forwards 0.3s;
}

@keyframes shuffle-head5-start {
    to {
        transform: translate(400px, -400px) rotate(10deg) scale(0.6);
        opacity: 0.6;
    }
}

#homeAnimation .shuffle-head6 {
    background-image: url(../img/animation_assets/onboarding_head_6@2x.png);
    transform: translate(0, 0) rotate(-325deg) scale(0);
    animation: 0.6s shuffle-head6-start forwards 0.3s;
}

@keyframes shuffle-head6-start {
    to {
        transform: translate(200px, -350px) rotate(5deg) scale(0.6);
        opacity: 0.8;
    }
}

.form-container {
    border-radius: 30px;
    background: #fff;
    padding: 30px 20px 20px 20px;
    position: relative;
    padding-bottom: 80px;
    transition: 0.2s all;
    width: 400px;
    color: #666;
}

.form-container p {
    margin-top: 80px;
    font-size: 15px;
}

.form-container .avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    margin: 0 auto 10px auto;
}

.form-container .avatar img {
    width: 100%;
}

#divSignUp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

#divSignUp.glow {
    animation: sign-up-glow .5s forwards 2 linear;
}

@-webkit-keyframes sign-up-glow {
    0% {
        background: #fff;
        box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0);
    }
    50% {
        background: #f0f0c7;
        box-shadow: 0 0 14px 0 rgba(255, 255, 255, 1);
    }
    100% {
        background: #fff;
        box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes sign-up-glow {
    0% {
        background: #fff;
        box-shadow: none;
    }
    50% {
        background: #f0f0c7;
        box-shadow: 0 0 14px 0 rgba(255, 255, 255, 1);
    }
    100% {
        background: #fff;
        box-shadow: none;
    }
}

@-o-keyframes sign-up-glow {
    0% {
        background: #fff;
        box-shadow: none;
    }
    50% {
        background: #f0f0c7;
        box-shadow: 0 0 14px 0 rgba(255, 255, 255, 1);
    }
    100% {
        background: #fff;
        box-shadow: none;
    }
}

@keyframes sign-up-glow {
    0% {
        background: #fff;
        box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0);
    }
    50% {
        background: #f0f0c7;
        box-shadow: 0 0 14px 0 rgba(255, 255, 255, 1);
    }
    100% {
        background: #fff;
        box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0);
    }
}

#divSignUp.passive {
    opacity: 0.2;
}

.form-container .btn {
    width: 100%;
}

.form-container .seperator {
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    margin: 20px 0 0 0;
}

#divSignupBottom {
    background: #E9E9E9;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
    color: #666;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#divGoToAppButton {
    background: #716BD0;
    color: #ffffff;
    border-radius: 30px;
    padding: 20px;
}

#divSignIn {
    width: 320px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1040;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    display: none;
}

#divSignIn .btn {
    width: 100%;
}

#divSignIn .seperator {
    width: 100%;
    height: 1px;
    background: #dedede;
    margin: 20px 0;
}

#frmSignIn {
    margin-top: 20px;
    position: relative;
}

#divSigninBottom {
    background: #E9E9E9;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: center;
    width: 100%;
    color: #666;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#sectionFeature {
    padding: 90px 0 150px 0;
}

#sectionFeature .container {
    width: 900px;
    text-align: center;
}

#sectionFeature h2 {
    font-size: 32px;
}

#sectionFeature #featureList {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#sectionFeature #featureList li {
    margin: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sectionFeature #featureList li .icon {

}

#sectionFeature #featureList li img {
    width: 300px;
}

#sectionFeature #featureList li .text {
    margin-top: 40px;
    font-size: 18px;
    color: #666;
    width: 240px;
}

#sectionFeature .btn {
    padding: 15px 60px;
    font-size: 20px;
}

.drop-content {
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background: transparent;
    padding: 0;
    width: 300px;
    display: none;
}

.drop-content:after {
    top: -15px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: rgba(44, 44, 44, 1);
    border-width: 10px;
    margin-left: -10px;
}

.drop-content .hover-card-mask {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 7px;
    background: rgba(91, 96, 123, 0.8);
}

.drop-content .hover-card-image {
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 15px 10px;
    background: rgba(44, 44, 44, 1);
    vertical-align: top;
}

.drop-content .hover-card-image .avatar {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    z-index: 3;
    position: relative;
    margin-top: -60px;
    display: none;
}

.drop-content .hover-card-image .avatar img {
    width: 100%;
}

.drop-content .hover-card-image .name {
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.drop-content .hover-card-image .bio {
    position: relative;
    z-index: 3;
    font-weight: 400;
    color: #c6c6c6;
    margin-top: 5px;
    line-height: normal;
    font-size: 14px;
}

#btnShuffle {
    padding: 15px 40px;
    margin-top: 10px;
}

#ldShuffle {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
}

#sectionMobile {
    background: #EBEDEF;
    height: 600px;
    position: relative;
}

#sectionMobile .phone {
    background: no-repeat;
    position: absolute;
    top: -85px;
    left: 130px;
    width: 750px;
    height: 685px;
    background-size: 100% auto;
}

#sectionMobile .container {
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

#mobileSlogan {
    width: 530px;
    padding-bottom: 50px;
}

#mobileSlogan .section-header,
#mobileSlogan .section-subtext {
    text-align: left;
}

#mobileSlogan .download-buttons {
    margin-top: 30px;
}

#sectionSignUp {
    background: #4C4C5F;
    padding: 180px 0;
    text-align: center;
}

#sectionSignUp .section-header,
#sectionSignUp .section-subtext {
    color: #fff;
}

#frmBottomSignUp {
    margin-top: 40px;
    display: inline-block;
}

#frmBottomSignUp.shake {
    animation: signup-shake 0.5s forwards;
}

@-webkit-keyframes signup-shake {
    8%,
    41% {
        -webkit-transform: translateX(-10px);
    }
    25%,
    58% {
        -webkit-transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-5px);
    }
    92% {
        -webkit-transform: translateX(5px);
    }
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
}

#divSignUpContainer {
    background: #6A6A86;
    border: 0;
    font-size: 30px;
    border-radius: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 25px 70px;
    display: inline-block;
    transition: 0.2s all;
}

#divSignUpContainer:hover {
    background: #737393;
}

#divSignUpContainer.active {
    background: #737393;
}

#divSignUpContainer span {
}

#txtBottomUsername {
    width: auto;
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: -5px;
    width: 210px;
    color: #fff;
    border-radius: 0;
}

#txtBottomUsername::-webkit-input-placeholder {
    color: #B4B4C2;
}

#txtBottomUsername:-moz-placeholder {
    /* Firefox 18- */
    color: #B4B4C2;
}

#txtBottomUsername::-moz-placeholder {
    /* Firefox 19+ */
    color: #B4B4C2;
}

#txtBottomUsername:-ms-input-placeholder {
    color: #B4B4C2;
}

#divBottomUsernameTester {
    display: inline-block;
    visibility: hidden;
    position: absolute;
}

#btnBottomSubmit {
    padding: 22px 36px;
    text-align: center;
    width: 92px;
    height: 92px;
    font-size: 36px;
    border-radius: 60px;
    vertical-align: top;
    border: 0;
    text-align: center;
    margin-left: 5px;
}

#sectionFooter {
    background: #3D3D50;
    height: 400px;
    padding: 0;
}

#divFooterTop {
    padding: 50px 0 30px 0;
    border-bottom: 1px solid #515166;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

#divFooterLogoLink {
    flex: 1 0;
    -webkit-flex: 1 0;
}

#divFooterLogo {
    background: url(../img/footer-logo.png) no-repeat;
    width: 154px;
    height: 23px;
}

#divFooterDownload {
    color: #D8D8DC;
}

#divFooterDownload .text {
    margin-right: 5px;
}

#divFooterDownload .btn {
    margin-left: 5px;
}

#divFooterDownload .mobile-text {
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
    display: none;
}

#divFooterMiddle {
    padding: 40px 0;
    display: flex;
    display: -webkit-flex;
}

#divFooterLinks {
    flex: 1 0;
    -webkit-flex: 1 0;
}

#divFooterLinks a {
    color: #8E8E99;
    font-weight: 500;
    display: table;
    padding: 5px 0;
    transition: 0.1s all;
}

#divFooterLinks a:hover {
    color: #fff;
    text-decoration: none;
}

#divFooterSocial {
    text-align: right;
}

#divFooterSocial .text {
    display: block;
    color: #8E8E99;
    margin-bottom: 10px;
    font-weight: 500;
}

#divFooterSocial .btn {
    margin-left: 5px;
}

#divFooterBottom {
    display: flex;
    display: -webkit-flex;
}

#divCopyrightText {
    flex: 1 0;
    -webkit-flex: 1 0;
    color: #7C7C89;
}

.language-selection a {
    color: #8E8E99;
    margin-left: 10px;
}

.language-selection a:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.1s all;
}

.mobile-section {
    display: none;
}

.form-container.static {
    display: inline-block;
    position: relative;
    width: 400px;
    box-shadow: none;
}

#btnMobileSite {
    margin-top: 20px;
    display: none;
}

#divContactForm {
    margin-top: 50px;
}

.loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.user-profile {
    width: 500px;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
    padding: 80px 0;
}

.user-profile .avatar {
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}

.user-profile .avatar img {
    width: 160px;
}

.user-profile .avatar .avatar-change {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
}

.user-profile .info {
    margin-top: 10px;
}

.user-profile .info .username {
    font-size: 50px;
    color: #ffffff;
}

.user-profile .avatar .info .username span {
    font-weight: 300;
}

.user-profile .avatar .info .last-active {
    opacity: 0.7;
    transition: 0.2s all;
    height: 20px;
}

.user-profile.edit .avatar .info .last-active {
    overflow: hidden;
    height: 0;
}

.user-profile .avatar .chat-button {
    background-color: #5C5CA7;
    background-image: url(../img/chat_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 44px 44px;
    position: absolute;
    right: 25px;
    bottom: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.26);
    transition: 0.1s all;
    cursor: pointer;
    z-index: 3;
}

.user-profile .avatar .chat-button:hover {
    background-color: #6a6abd;
}

.user-profile .avatar .chat-button:active {
    background-color: #6262b0;
}

.user-profile .badges-area {
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.user-profile .badges-area.no-badge {
    opacity: 0;
}

.user-profile .badges-area .overlay {
    position: absolute;
    background: url(../img/badges_overlay.png);
    background-position: top right;
    background-size: 152px 100px;
    width: 150px;
    right: 0;
    bottom: 0;
    top: 0;
}

.user-profile .badges {
    padding: 10px 150px 10px 25px;
    display: flex;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #efefef;
}

.user-profile .badges li {
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.2s all;
    border: 2px dashed transparent;
    flex-shrink: 0;

}

.user-profile .badges li.empty {
    width: 150px;
    flex: 0 0 120px;
}

.user-profile .badges li .icon {
    width: 50px;
    height: 50px;
}

.user-profile .badges li .icon img {
    width: 100%;
}

.user-profile .badges li .desc {
    font-size: 13px;
    color: #777777;
    letter-spacing: 0px;
    line-height: 13px;
    font-weight: 800;
    text-align: center;
    margin-top: 10px;
}

.user-profile .badges li .desc .subtitle {
    display: block;
    font-weight: 400;
    color: #999;
    margin-top: 2px;
}

.user-profile .bio {
    padding: 20px 25px;
    overflow: hidden;
    transition: 0.2s all;
}

.user-profile .register-date {
    text-align: right;
    font-size: 10px;
    margin-top: 25px;
    font-weight: bold;
    color: #999;
    padding: 0 25px 25px 25px;
    transition: 0.2s all;
}

.user-profile .download {
    padding: 20px;
    margin-top: 20px;
}

.user-profile .download .btn {
    padding: 16px 20px;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}

.user-profile .download p {
    text-align: center;
    margin-top: 5px;
}

.button-area {
    text-align: center;
    padding: 10px;
    margin-top: 30px;
}

.button-area a {
    margin: 5px;
}

.button-area .btn {
    padding: 20px 100px;
}

.button-area .btn:hover {
    background: #68c97c;
    border-color: #68c97c;
}

#sectionHelp {
    padding: 50px 0;
    text-align: center;
}

h2.help {
    margin-top: 0;
    margin-bottom: 20px;
}

.faq-list {
    text-align: left;
}

.faq-list li {
    background: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 30px;
    overflow: hidden;
}

.faq-list li .header {
    padding: 18px 25px;
    background: #eeeeee;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    color: #555;
}

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

.faq-list li .content {
    padding: 0 25px;
    height: 0;
}

.faq-list li.open .content {
    padding: 15px 25px 20px 25px;
    height: auto;
    font-size: 16px;
}

.help-search {
    position: relative;
}

.help-search .clear {
    color: #999;
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

.help-search .clear:hover {
    color: #444;
}

.help-search input {
    border-radius: 30px;
    border: 2px solid #cecece;
    padding: 13px 25px;
    outline: none;
    width: 100%;
    transition: 0.1s all;
    color: #666;
    font-size: 20px;
}

.help-search input:focus {
    border-color: #979797;
}

@media (max-width: 1530px) {
    #sectionMobile .phone {
        left: 30px;
    }
}

@media (max-width: 1300px) {
    #sectionMobile .phone {
        left: -40px;
    }
}

@media (max-width: 1200px) {
    body .container {
        width: 100% !important;
    }

    #sectionMobile .phone {
        left: -150px;
        width: 700px;
        top: -50px;
        height: 650px;
    }

    #sectionFeature #featureList li {
        margin: 30px;
    }

    #h1Top {
        font-size: 42px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .btn.google-play {
        background-image: url(../img/google-play@2x.png);
        background-size: 32px 34px;
    }

    .btn.google-play:hover {
        background-image: url(../img/google-play-hover@2x.png);
        background-size: 32px 34px;
    }

    .btn.google-play.footer {
        background-image: url(../img/google-play-footer@2x.png);
        background-size: 23px 26px;
    }

    .btn.google-play.footer:hover {
        background-image: url(../img/google-play-footer-hover@2x.png);
        background-size: 24px 26px;
    }

    .btn.google-play.btn-grey {
        background-image: url(../img/google-play-dark@2x.png);
        background-size: 32px 34px;
    }

    .btn.google-play.btn-grey:hover {
        background-image: url(../img/google-play@2x.png);
        background-size: 32px 34px;
    }

    #divLogo {
        background-image: url(../img/logo@2x.png);
        background-size: 221px 33px;
    }

    #divFooterLogo {
        background: url(../img/footer-logo@2x.png) no-repeat;
        background-size: 154px 23px;
    }
}

#sectionTop.no-padding .container {
    padding-top: 50px;
}

.chat {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    width: 500px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    max-height: 700px;
}

.chat .head {
    padding: 15px 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    display: none;
    align-items: center;
}

.chat .head.active {
    display: flex;
}

.chat .head .user {
    display: flex;
    align-items: center;
    flex: 1;
}

.chat .head .user .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.chat .head .user .avatar img {
    width: 100%;
    height: 100%;
}

.chat .head .user .name {
    font-size: 18px;
    font-weight: 600;
}

.chat .head .volume {
    font-size: 20px;
    cursor: pointer;
}

.chat .head .volume:hover {
    opacity: 0.8;
}

.chat .empty-view {
    display: none;
    height: 500px;
    flex-direction: column;
    justify-content: center;
    padding: 0 70px;
    flex: 1;
    align-items: center;
    text-align: center;
}

.chat .empty-view.active {
    display: block;
    overflow: scroll;
}

.chat .empty-view .avatar {
    height: 200px;
    width: 200px;
    align-self: center;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.chat .empty-view .anon-text {
    margin-top: 30px;
    font-weight: bold;
    background: #716BD0;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.chat .empty-view .avatar img {
    width: 100%;
    height: 100%;
}

.chat .empty-view .name {
    font-size: 30px;
    font-weight: 600;
    color: #222;

}

.chat .empty-view .bio {
    white-space: pre-line;
}

.chat .body {
    overflow-y: scroll;
    display: none;
    flex-direction: column;
    padding: 20px 20px;
    flex: 1;
    position: relative;
}

.chat .body.active {
    display: flex;
}

.chat .body .spacer {
    flex: 1;
}

.chat .body .messages {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.chat .body .message {
    align-self: flex-start;
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
    max-width: 60%;
    flex-shrink: 0;
}

.chat .body .message.audio {
    width: 100%;
}

.chat .body .message.from {
    align-self: flex-end;
}

.chat .body .message.temp {
    display: none;
}

.chat .body .message .message-body {
    background: #EDEDED;
    border-radius: 20px 20px 20px 5px;
    padding: 14px 20px;
    min-width: 100px;
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
}

.chat .body .message .message-body.no-avatar {
}

.chat .body .message.from.first .message-body {
    border-radius: 20px 20px 5px 20px;
}

.chat .body .message.from.last .message-body {
    border-radius: 20px 5px 5px 20px;
}

.chat .body .message.from.same .message-body {
    border-radius: 20px 5px 5px 20px;
}

.chat .body .message.from .message-body {
    border: 2px solid #716BD0;
    background: #fff;
    text-align: right;
    border-radius: 20px 20px 5px 20px;
}

.chat .body .message.from.sent .message-body {
    background: #716BD0;
}

.chat .body .message.first .message-body {
    border-radius: 20px 20px 20px 5px;
}

.chat .body .message.last .message-body {
    border-radius: 5px 20px 20px 5px;
}

.chat .body .message.same .message-body {
    border-radius: 5px 20px 20px 5px;
}

.chat .body .message .message-body.img {
    padding: 0;
    overflow: hidden;
    max-height: 200px;
    min-height: 150px;
    min-width: 200px;
    background: #000;
}

.chat .body .message .message-body.audio {
    width: 100%;
}

.chat .body .message .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0;
}

.chat .body .message .avatar img {
    width: 100%;
    height: 100%;
}

.chat .body .message .message-text {
    font-weight: 500;
    font-size: 15px;
    align-self: flex-start;
    color: #222;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.chat .body .message.from .message-text {
    color: #716BD0;
    align-self: flex-end;
}

.chat .body .message.from.sent .message-text {
    color: #fff;
}

.chat .body .message .message-text img {
    width: 100%;
}

.chat .body .message.audio .message-text {
    width: 100%;
}

.chat .body .message .message-text audio {
    width: 100%;
}

.chat .body .message .message-date {
    font-size: 12px;
    color: #AEAEAE;
    font-weight: 600;
    align-self: flex-end;
    margin-top: 2px;
}

.chat .body .message.from .message-date {
    color: #ADAAE1;
}

.chat .body .message .message-body .image-info {
    display: flex;
}

.chat .body .message .message-body.img .image-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
    padding: 15px 20px;
    align-items: flex-end;
}

.chat .body .message .message-body .image-info .image-source {
    color: #fff;
    flex: 1;
    text-align: left;
    font-weight: 900;
}

.chat .body .message .message-body.img .image-info .message-date {
    color: #fff;
    align-self: flex-end;
    font-weight: 900;
}

.chat .body .message .message-body .video-play {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    cursor: pointer;
    opacity: 1;
}

.chat .body .message .message-body .video-play:hover {
    opacity: 0.8;
}

.image-viewer {
    display: none;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.image-viewer.active {
    display: flex;
    flex: 1;
    align-items: center;
}

.image-viewer img, .image-viewer video {
    max-width: 80%;
    max-height: 80%;
    border-radius: 2px;
}

.image-viewer .close {
    color: #fff;
    opacity: 1;
    font-size: 28px;
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-viewer .close:hover {
    opacity: 0.8;
}

.chat .foot {
    display: none;
    align-items: center;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    flex-grow: 0;
}

.chat .foot.active {
    display: flex;
}

.chat .foot .message-input {
    flex: 1;
    padding: 10px;
    border: 0;
    outline: none;
    font-size: 16px;
    height: 45px;
    resize: none;
}

.chat .foot .send-button {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 24px;
    color: #d9d9d9;
    cursor: pointer;
}

.chat .foot .send-button.active {
    color: #716BD0;
}

.chat .foot .send-button.active:hover {
    color: #8983ee;

}

.chat-loader {
    font-size: 30px;
    padding: 21px 0;
    flex: 0;
    color: #999;
    display: none;
}

.chat-loader.active {
    display: block;
}

.chat .anon-notif {
    position: sticky;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -10px;
    top: -10px;
    z-index: 999;
    background: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    white-space: nowrap;
}

.chat .download {
    display: none;
    background: #222;
    align-items: center;
    line-height: 17px;
}

.chat .download .icon {
    height: 50px;
    width: 50px;
    overflow: hidden;
    flex-shrink: 0;
}

.chat .download .icon img {
    height: 100%
}

.chat .download .text {
    color: #fff;
    text-align: left;
    margin-left: 10px;
}

.chat .download .button {
    background: #5ccc56;
    color: #fff;
    border: 0;
    font-weight: bold;
    margin-left: 20px;
    padding: 8px;
    display: flex;
    align-items: center;
    outline: none;
}
.termsCustom ul li {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
