.app-container {
    background-color: #e5e5e7;
}

.saisho-primary {
    color: #a19750;
}

.main-wrap {
    color: #221e1f;
}

.ul-navigation>li>a {
    color: #221e1f;
}

.btn-default {
    border-color: #a19750;
}

.has-lang .dropdown-toggle:before {
    border-color: #221e1f transparent transparent;
}

.main-wrap .lead {
    color: #221e1f;
    font-size: 18px;
}

.main-wrap .lead>strong {
    color: #221e1f;
}

.bg-1 {
    background-color: #221e1f;
}

.counter-box {
    -webkit-box-shadow: 0 0 60px 0 #d1cfd0;
    box-shadow: 0 0 60px 0 #d1cfd0;
}

.counter-box .flash {
    margin: 0 auto;
    max-width: 400px;
}

.main-wrap .text-box {
    max-width: unset;
}

@media only screen and (max-width: 767px) {
    .counter-box {
        max-width: unset;
    }
}

@media only screen and (min-width: 1180px) {
    .counter-section {
        padding: 0;
    }

    .counter-section .container {
        width: 1160px;
    }
}

.btn-crowdsale {
    background: -webkit-gradient(linear,left,right,from(#8e714a),to(#c1b465));
    background: -webkit-linear-gradient(left,#8e714a,#c1b465);
    background: -o-linear-gradient(left,#8e714a,#c1b465);
    background: linear-gradient(to right,#8e714a,#c1b465);
    animation: unset !important;
}

.btn-crowdsale.alt {
    /*border-image: -webkit-gradient(linear,left,right,from(#8e714a),to(#c1b465));
    border-image: -webkit-linear-gradient(left,#8e714a,#c1b465);
    border-image: -o-linear-gradient(left,#8e714a,#c1b465);
    border-image: linear-gradient(to right,#8e714a,#c1b465);*/
    border: 2px solid #a19750;
    background: #221e1f;
    animation: unset !important;
}

.join-ico-block>h3>mark {
    color: #a19750;
}

.checkbox .list-check>li .indicator:after, .list-check>li .checkbox .indicator:after, .list-check>li .icon {
    color: #26dea0;
}

.grad-2 {
    background: #a19750;
}

.cite-block {
    color: #26dea0;
}

.cite-block .percents {
    font-size: 65px;
    top: -47px;
}

/* .element, .img-wrapper {
    background: #d8d8d8;
}

.element img, .img-wrapper img {
    visibility: hidden;
} */

#how-it-works .border + .row {
    margin-bottom: 100px;
}

.use-cases-section {
    padding-top: 80px;
    padding-bottom: 60px;
}

.use-cases-section .number {
    font-size: 30px;
    width: 74px;
    height: 74px;
    line-height: 70px;
    margin: 0 auto 35px;
    border-radius: 100%;
    border: 2px solid #fff;
    border: 2px solid black;
}

.use-cases-section h5 {
    font-weight: 900;
    margin-bottom: 25px;
    font-family: 'Lato-Light',sans-serif;
}

.use-cases-section p {
    font-size: 18px;
    line-height: 1.633;
    margin-bottom: 15px;
}

.use-cases-section .col-sm-5 {
    margin-bottom: 100px;
}

.why-section {
    background: #221e1f;
}

.why-section .number {
    color: #a19750;
    border-color: #a19750;
}

.roadmap-done .roadmap-circle {
    background-color: #26dea0;
}

@media only screen and (max-width: 767px) {
    .roadmap-left.roadmap-done {
        border-color: #26dea0;
    }
}

.roadmap-done {
    border-color: #26dea0;
}

.roadmap-date {
    color: #26dea0 !important;
}

.roadmap-current .roadmap-circle {
    border-color: #26dea0;
}

.app-footer {
    background-color: #e5e5e7;
    color: black;
}

.roadmap {    
    background: #f6f6f6;
}

.btn-primary {
    border-color: #a19750;
    background-color: #a19750;
}

.footer-socials .social-link {
    background-color: silver;
}

.checkbox .footer-socials .indicator:after, .footer-socials .checkbox .indicator:after, .footer-socials .icon {
    color: #fff;
}

.checkbox .footer-socials .social-link:hover .indicator:after, .footer-socials .social-link:hover .checkbox .indicator:after, .footer-socials .social-link:hover .icon {
    color: silver;
}

@media only screen and (max-width: 1219px) {
    .menu-active .hamburger-inner, .menu-active .hamburger-inner:after, .menu-active .hamburger-inner:before {
        background-color: black;
    }
}

.headroom--not-top .hamburger-inner, .headroom--not-top .hamburger-inner:after, .headroom--not-top .hamburger-inner:before {
    background-color: black;
}

.form-control {
    background-color: #fff;
    color: #333;
}

::-webkit-input-placeholder {
    color:#888 !important;
    opacity: 1;
}

::-moz-placeholder {
    color:#888 !important;
    opacity: 1;
}

::-ms-placeholder {
    color:#888 !important;
    opacity: 1;
}

::placeholder {
    color:#888 !important;
    opacity: 1;
}

.logo img {
    /* height: 90px; */
    width: 160px;
}

.l-main {
    top: 16px;
    position: relative;
}

@media only screen and (max-width: 1219px) {
    .l-main {
        max-width: unset;
        top: -2px;
    }
}

.l-pinned {
    max-height: unset;
    top: -2px;
    position: relative;
}

.faq ul>li:before {
    color: black;
}

.grad-1 {
    background: -webkit-gradient(linear,left top,right bottom,from(#a19750),to(#a19750));
    background: -webkit-linear-gradient(top left,#a19750,#a19750);
    background: -o-linear-gradient(top left,#a19750,#a19750);
    background: linear-gradient(to bottom right,#a19750,#a19750);
}

.how-it-works-graph {
    margin: 20px auto;
    max-width: 200px;
    max-height: 200px;
}

.use-cases-section img {
    font-size: 30px;
    height: 74px;
    line-height: 70px;
    margin: 0 auto 35px;
}

@font-face {
	font-family: 'Lato-Light';
	src: url('../fonts/Lato-Light.eot');
	src: url('../fonts/Lato-Light.woff2') format('woff2'),
	   url('../fonts/Lato-Light.woff') format('woff'),
	   url('../fonts/Lato-Light.ttf') format('truetype'),
	   url('../fonts/Lato-Light.svg#Lato-Light') format('svg'),
	   url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Andale-Mono';
	src: url('../fonts/Andale-Mono.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

#positionPaper img, #executiveSummary img {
    /* transform: scale(0.75); */
    max-height: 500px;
}

.ul-logos>li img {
    max-height: 150px;
}

#menu-toggle .ul-navigation>li:last-child {
    padding-right: 14px;
}

.no-r-p {
    padding-right: 20px;
}

.copy>span {
    padding: 0;
}

.social-link {
    font-size: 1.5em;
    line-height: 40px;
}

.social-link i {
    color: white;
}

.social-link:hover i {
    color: silver;
}

@media only screen and (min-width: 1180px) and (max-width: 1219px) {
    .footer-bottom .ul-navigation>li>a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1219px) {
    .footer-bottom .ul-navigation>li {
        display: inline-block;
        padding: 0 14px;
        width: unset;
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1599px) {
    .footer-bottom .ul-navigation>li.has-drop {
        display: none;
    }
}

.ul-anchors>li>a:hover{
    color:#3a317d;
}
.btn.focus,.btn:focus,.btn:hover{
    color:#3a317d;
}
.btn-default:hover{
    color:#3a317d;
    border-color:#3a317d;
}
.btn-default:focus{
    color:#3a317d;
}
.btn-primary{
    border-color:#3a317d;
    background-color:#3a317d;
}
a{
    color:#3a317d;
}
mark{
    color:#3a317d;
}
.ul-navigation>li>a:hover{
    color:#3a317d;
}
.ul-navigation>.active>a{
    color:#3a317d;
}
.has-lang:hover .dropdown-toggle{
    color:#3a317d
}
.has-lang:hover .dropdown-toggle:before{
    border-color:#3a317d transparent transparent;
}
.headroom--not-top .ul-navigation>li>a:hover{
    color:#3a317d;
    border-color:#3a317d;
}
.headroom--not-top .has-lang:hover .dropdown-toggle:before{
    border-color:#3a317d transparent transparent
}
.ul-navigation .is-active .dropdown-toggle{
    color:#3a317d;
    border-color:#3a317d
}
.has-lang.is-active .dropdown-toggle:before{
    border-color:#3a317d transparent transparent
}
.is-active .dropdown-toggle{
    color:#3a317d;
    border-color:#3a317d
}

.table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.table, .table th, .table td {
    border: 1px solid black;
    padding: 5px;
}

.table th {
    font-weight: bold;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.gray-link {
    color: #3a317d;
}

.join-ico-video-block {
    padding: 0 0 50px;
}

@media only screen and (min-width: 768px) {
    .join-ico-video-block {
        padding: 80px 0 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .join-ico-video-block {
        padding: 80px 0 80px;
    }
}

.ul-logos div {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.ul-logos>li>a {
    height: unset;
}

@media only screen and (min-width: 768px) {
    .ul-logos>li:first-child {
        padding-left: 30px;
    }
    .ul-logos>li:last-child {
        padding-right: 30px;
    }
}

.faq-img {
    padding: 10px 0;
}

.description-blocks img {
    max-height: 150px;
}

.team .image img {
    margin: 0 auto;
    width: 260px;
}

.team .image::before {
    display: none;
}

@media only screen and (max-width: 767px) {
    .team .image img {
        max-width: 260px;
    }
}

.wp-link .image {    
    margin-left: 50%;
    transform: translateX(-50%);
}

.wp-link .image img {
    max-width: unset;
    width: unset;
}

#team .image {
    height: 320px;
    margin-bottom: 30px;
}

#team .content {
    padding-bottom: 0;
}

.all-members {
    margin-top: 30px !important;
}

/* @media only screen and (min-width: 768px) {
    .join-ico-video-block {
        overflow: hidden;
    }

    .join-ico-video-block .image-video {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .join-ico-video-block .image-video img {
        height: 386px;
        width: unset;
    }
} */

.counter-box [class^="col-"] {
    padding: 0;
}

section.section.faq.ico-section br + form {
    margin-top: 10px;
}