* {
    font-family: "Roboto", sans-serif;
}

#site-layout *::selection {
    background: rgba(0, 176, 240, 0.3);
}

#site-layout {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#content {
    flex: 1;
    flex-direction: column;
    position: relative;
    background: black;
    padding-top: 50px;
    display: flex;
}

#content .app-container {
    padding-top: 25px;
    background-color: white;
    flex: 1;
}

.margin-1em-adjust {
    margin: 1em;
}

#top-nav-public li.active a {
    text-decoration: underline gray;
}

.nav-aligned {
    display: block;
    height: auto;
}

@media (min-width: 768px) {
    .nav-aligned {
        display: flex;
        align-items: center;
        height: 50px;
    }
}


@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


@media (min-width: 1800px) {
    .container {
        width: 1600px;
    }
}

body {
    background: black;
}

#splash {
    padding-top: 50px;
    background: black;
}

/*#splash {*/
/*    padding-top: 60px;*/
/*    padding-bottom: 60px;*/
/*}*/

/*@media (min-width: 768px) {*/
/*    #splash {*/
/*        padding-top: 20vh;*/
/*    }*/
/*}*/

.splash-top-wrapper .btn-facebook {
    background-color: #3b5998;
    color: white;
}

.splash-top-wrapper .btn-apple {
    background: black;
    color: white;
}

.splash-top-wrapper .btn-google {
    background: white;
    color: #828282;
}

.splash-top-wrapper .btn-google img {
    vertical-align: text-bottom;
    height: 18px;
}

.splash-top-wrapper {
    padding: 24px;
    background: #F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.splash-top-wrapper .logo-wrapper span {
    display: block;
    color: #4F4F4F;
    font-style: italic;
}

.splash-top-wrapper .logo-wrapper {
    text-align: center;
    position: relative;
    top: -55px;
    margin-bottom: -25px;
    font-size: 14px;
}

@media (min-width: 400px) {
    .splash-top-wrapper .logo-wrapper {
        top: -75px;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .splash-top-wrapper .logo-wrapper {
        top: -60px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .splash-top-wrapper .logo-wrapper {
        top: -75px;
        font-size: 16px;
    }
}

.splash-top-wrapper .el-form-item__label {
    line-height: 20px;
}


.splash-top-wrapper .logo-wrapper .siku-logo {
    width: 80%;
}

.autocomplete-icon {
    flex-basis: 10%;
    min-width: 18px;
    margin-right: 12px;
    margin-bottom: 3px;
}


#about-page .big-header {
    font-size: 40px;
}

#about-page .elder-wrapper {
    display: flex;
    align-items: center;
}

#about-page .elder-text {
    font-size: 24px;
    flex-basis: 50%;
}

#about-page .elder-img {
    margin-left: 30px;
    flex-basis: 50%;
}

#about-page .top-spacing {
    height: 120px;
}

#about-page .connection-buttons-wrapper {
    margin: 40px auto;
}

.about-page {
    color: white;
    /*background-position: center -50px;*/
}

#about-page .guiding-item {
    text-align: center;
    color: white;
}

#about-page .guiding-item .icon {

}

#about-page .guiding-item .title {
    margin: 12px auto;
    font-size: 30px;
}

#about-page .guiding-item .text {
    font-size: 14px;
}

#about-page .features-item .title {
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: 30px;
}

#about-page .features-item .text {
    font-size: 14px;
}

@media (max-width: 768px) {
    #about-page .guiding-item,
    #about-page .features-item {
        margin-top: 36px;
    }

    #about-page .guiding-item .title {
        font-size: 24px;
    }

    #about-page .elder-wrapper {
        display: block;
    }

    #about-page .elder-img {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    #about-page .guiding-item .title {
        font-size: 20px;
    }

    #about-page .guiding-item .text {
        font-size: 12px;
    }

    #about-page .features-item .title {
        margin-top: 20px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    #about-page .features-item .text {
        font-size: 12px;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    #about-page .guiding-item .title {
        font-size: 24px;
    }
}


/* Mat's hack for dropdown */
/* start */
#top-nav-public .dropdown-menu {
    padding: 0;
}

#top-nav-public .dropdown-menu > li {
    padding: 0;
    background-color: black;
}

#top-nav-public .dropdown-menu > li:hover > a {
    background-color: #777;
}

/* Mat's hack for dropdown */
/* end */

#top-nav-public.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
#top-nav-public.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
#top-nav-public.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

#top-nav-public {
    margin: 0;
    border-radius: 0;
    background: #333;
    color: #F2F2F2;
    letter-spacing: 0.07em;
    border: 0;
}

#top-nav-public .dropdown-menu {
    background-color: transparent;
}

#top-nav-public .dropdown-menu > li:hover > a {
    background-color: #00b0f0;
    font-weight: bold;
}

#top-nav-public li.active a {
    background-color: #333;
}

#top-nav-public li a.simple-link {
    color: #00b0f0;
}

#top-nav-public li.separator {
    position: relative;
    padding: 3px 0 0 15px;
    font-size: 28px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img.logo {
    height: 100%;
    padding: 10px;
    width: auto;
}

@media (min-width: 320px) {
    #top-nav-public li a {
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        font-size: 18px;
        color: #F2F2F2;
        padding: 10px 15px;
    }

    #top-nav-public li a.donate-btn {
        padding: 0;
    }
}

@media (min-width: 768px) {
    #top-nav-public li a {
        font-size: 12px;
        padding: 10px 8px;
    }

    #top-nav-public li.separator {
        position: relative;
        padding: 4px 0 0 5px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    #top-nav-public li a {
        font-size: 14px;
        padding: 10px 15px;
    }

    #top-nav-public li.separator {
        position: relative;
        padding: 0 0 0 10px;
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    #top-nav-public li a {
        padding: 10px 15px;
        font-size: 16px;
    }

}

@media (min-width: 1600px) {
    #top-nav-public li a {
        font-size: 18px;
    }

    #top-nav-public li.separator {
        position: relative;
        padding: 0px 0 0 15px;
        font-size: 28px;
    }

}

.site-footer-public {
    background-color: #333333;
    color: #BDBDBD;
}

.site-footer-public a {
    color: white;
    text-decoration: none;
}

.site-footer-public .section-social {
    text-align: right;
}

.site-footer-public .social-icons-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-footer-public .social-icons-wrapper a {
    font-size: 40px;
}

@media (max-width: 768px) {
    .site-footer-public .col-sm-4 {
        margin-top: 50px;
    }


    .site-footer-public .section-social,
    .site-footer-public .section-aes {
        text-align: center;
    }

    .site-footer-public .social-icons-wrapper {
        justify-content: center;
    }
}

.video-player, .video-js-wrapper .vjs-fluid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: auto;
}

.video-player iframe, .video-player .siku-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


a.sign-up-btn, a.sign-in-btn {
    transition: .1s;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0s;
    padding: 12px 20px;
    border-radius: 4px;
    color: #fff;
    background-color: #00B0F0;
    border-color: #00B0F0;
    font-weight: 500;
    font-size: 14px;
}

.sign-in-btn.btn-sm,
.sign-up-btn.btn-sm {
    padding: 5px 12px;
}

a.sign-in-btn {
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
}


a.sign-up-btn:hover, a.sign-in-btn:hover {
    background: #33c0f3;
    border-color: #33c0f3;
    color: #fff;
    text-decoration: none;
}


a.sign-in-btn:hover {
    color: #00B0F0;
    border-color: #b3e7fb;
    background-color: #e6f7fe;
}

#top-nav-public li a.sign-up-btn,
#top-nav-public li a.sign-in-btn {
    font-size: 12px;
    font-weight: 500;
    padding: 9px 15px;
    border: none;
}

#top-nav-public li a.sign-up-btn:hover {
    background: #33c0f3;
}


#top-nav-public li a.sign-in-btn {
    color: #00B0F0;
    border-color: transparent;
    background-color: transparent;
    font-size: 14px;
}

#top-nav-public li a.sign-in-btn:hover {
    color: #33c0f3;
}

#terms-page {
    background: white;
}

#splash {
    padding: 0;
}

#terms-page ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}

#terms-page ol > li {
    display: block;
    margin-bottom: .5em;
    margin-left: 2em;
}

#terms-page ol > li::before {
    display: inline-block;
    content: counter(item, upper-alpha) ".";
    counter-increment: item;
    width: 2em;
    margin-left: -2em;
}

#terms-page ol > li > ol {
    counter-reset: subitem;
    margin-left: 0;
    padding-left: 0;
}

#terms-page ol > li > ol > li::before {
    display: inline-block;
    content: counter(item, upper-alpha) "." counter(subitem, decimal);
    counter-increment: subitem;
    width: 2em;
    margin-left: -2em;
}

#terms-page ol > li > ol > li > ol {
    counter-reset: subsubitem;
    margin-left: 0;
    padding-left: 0;
}

#terms-page ol > li > ol > li > ol > li::before {
    display: inline-block;
    content: counter(subsubitem, lower-roman) ". ";
    counter-increment: subsubitem;
    width: 2em;
    margin-left: -2em;
}

#terms-page ol > li.escape {
    margin-left: 0em;
}

#terms-page ol > li.escape::before {
    counter-increment: none;
    content: "";
}

#terms-page ol > li.l2alpha > ol > li::before {
    content: counter(subitem, lower-alpha) ") ";;
}


#privacy-page {
    background: white;
}

#splash {
    padding: 0;
}

/*.intro {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    min-height: 800px;*/
/*    padding: 100px 0;*/
/*    text-align: center;*/
/*    color: black;*/
/*    background: url(/img/siku/press-kit/siku_hero_grad.jpg) no-repeat top center scroll;*/
/*    background-color: black;*/
/*    background-size: cover;*/
/*}*/

.press-kit-page {
    /*background-color: white;*/
    color: white;
}

.isotope-wrapper {
    text-align: left;
}

.isotope-item {
    width: 48%;
    float: left;
    margin: 1%
}

@media (min-width: 420px) {
    .isotope-item {
        width: 30%;
        margin: 1%
    }
}

@media (min-width: 768px) {
    .isotope-item {
        width: 18%;
        margin: 1%;
    }
}

.isotope-item img {
    width: 100%;
    height: auto;
}

#assets h4 {
    clear: left;
    margin-top: 40px;
}

#layout {
    display: block;
    min-height: inherit;
}

.hero-text h1 {
    font-size: 46px;
    font-weight: 100;
}

.hero-text p {
    font-size: 28px;
    font-weight: 100;
    line-height: 1.3;
}

.siku-iframe {
    width: 100%;
    height: 700px;
}

@media (min-width: 768px) {

    .share-btn {
        color: white;
        margin: 10px 0 !important;
        border-radius: 5px;
        padding: 10px;
    }

    .share-btn-padding {
        padding-left: 30%;
        padding-right: 30%;

    }

    .team-design h3 {
        font-size: 14px !important;
        margin: 0 0 10px;
    }

    .team-design p {
        font-size: 12px;
        font-weight: 100;
    }

    .team-design .panel-heading {
        min-height: 80px;

    }

    .team-design .panel-heading h4 {
        font-weight: 100;
        font-size: 16px;
        text-transform: none;
    }

    .team-design p {
        color: black;
    }

    .meme-wrapper img {
        margin-bottom: 10px !important;

    }

    .hero-text {
        color: black;
    }
}

@media (min-width: 767px) {
    .download-section {
        padding: 100px 0;
    }
}

.btn {
    text-transform: uppercase;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}

.btn-default {
    border: 1px solid #008845;
    outline: none;
    color: white;
    background-color: #008845;
    border-radius: 5px;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fff;
    color: #fff;
    background-color: #008845;
    border-radius: 5px;
}

.btn-vote-red {
    text-transform: uppercase;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    border: 1px solid #c00000;
    outline: none;
    color: white;
    background-color: #c00000;
    border-radius: 5px;
    padding: 5px 7px 5px 7px;
    width: 90px;
    margin-top: 5px;
    left: 20px;
    top: 7px;
    position: absolute;
    display: inline-block;
}

.btn-vote-red input {
    margin-right: 5px;
    position: relative;
    vertical-align: top;
}

.bg-siku-red {
    background: #c00000 !important;
}

.text-siku-red {
    color: #c00000 !important;
}

.bg-siku-green {
    background: #008845 !important;
}

.text-siku-green {
    color: #008845 !important;
}

.bg-siku-blue {
    background: #00b0f0 !important;
}

.text-siku-blue {
    color: #00b0f0 !important;
}

.bg-siku-yellow {
    background: #ffc000 !important;
}

.text-siku-yellow {
    color: #ffc000 !important;
}

.btn-vote-yellow {
    text-transform: uppercase;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    border: 1px solid #ffc000;
    outline: none;
    color: white;
    background-color: #ffc000;
    border-radius: 5px;
    padding: 5px 7px 5px 7px;
    width: 120px;
    display: inline-block;
}

.btn-vote-yellow input {
    margin-right: 5px;
    position: relative;
    vertical-align: top;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.2);
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

body {
    webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 320px) {
    .siku-iframe {
        width: 100%;
        height: 156px;
    }

    .share-btn-padding {
        padding-left: 5%;
        padding-right: 5%;

    }
}

@media (min-width: 480px) {
    .siku-iframe {
        width: 100%;
        height: 246px;
    }

    .share-btn-padding {
        padding-left: 10%;
        padding-right: 10%;

    }
}

@media (min-width: 768px) {
    .siku-iframe {
        width: 100%;
        height: 398px;
    }

    .share-btn-padding {
        padding-left: 20%;
        padding-right: 20%;

    }
}

@media (min-width: 992px) {
    .siku-iframe {
        width: 100%;
        height: 520px;
    }

    .share-btn-padding {
        padding-left: 30%;
        padding-right: 30%;

    }
}

@media (min-width: 1024px) {
    .siku-iframe {
        width: 100%;
        height: 521px;
    }
}

@media (min-width: 1200px) {
    .siku-iframe {
        width: 100%;
        height: 634px;
    }
}

#site-layout {
    background: white;
}


#profiles-wrapper {
    margin-bottom: 80px;
}

/*#profiles-wrapper #loader {*/
/*    display: none;*/
/*}*/

/*#profiles-wrapper.loading #loader {*/
/*    display: block;*/
/*}*/

.profile-item {
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    width: 49%;
    margin: 0.25%;
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0 0 0 white;
}


.profile-item a {
    text-decoration: none;
}

.profile-item .profile-name {
    font-size: 12px;
}

@media (min-width: 1000px) {
    .profile-item {
        width: 33%;
        margin: 0.1667%;
    }

    .profile-item .profile-name {
        font-size: 16px;
    }
}

#profiles-wrapper #loader {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    text-align: center;
    padding-top: 40px;
    font-size: 64px;
}

#contact-page .el-form-item__label,
#contact-page .left-col {
    color: white;
}

#contact-page .left-col p {
    font-size: 16px;
}

#contact-page {
    padding: 30px 0;
    min-height: 70vw;
    /*background-position: center -50px;*/
}

#contact-form label {
    color: white;
}

#contact-form label.required:after {
    color: red;
    content: ' *';
}

#contact-form .has-error .form-control {
    border-width: 3px;
}

.watch-page hr {
    border-top: 1px solid #333;
    margin-top: 40px;
    margin-bottom: 40px;
}

.watch-page .ice-items a img {
    opacity: 0.9;
    transition: all ease-in-out 200ms;
}

.watch-page .ice-items a:hover img {
    opacity: 1;
}

.watch-page p, .watch-page li {
    font-size: 16px;
}

.ice-watch ul {
    list-style: none;
    padding: 0;
}

/*.ice-watch ul > li > span {*/
/*    width: 64px;*/
/*    color: #00bb00;*/
/*}*/

#terms ~ ul {
    list-style: inside;
}