@media screen and (min-width: 1200px) {
  .w-container {
    max-width: 1080px;
  }
}
.a-justify {
  text-align: justify;
}
.a-left {
  text-align: left;  
}
.button-text {
  padding-left:20px;
}
.w-cont-wrap {
  padding: 25px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.heading-purple {
  margin-bottom: 30px;
}
.heading-purple.team-section-title {
  margin-bottom: 10px;
}
.page-lead-image {
  mmargin-top: 20px;
}
.section.main {
  padding-top: 20px;  
}
@media (min-width: 992px){
  .section.main {
    margin-top: 112px;
  }  
}
.features-item .w-cont-wrap {
  text-align: left; 
}
.hidden {
  display: none !important;
}
.fadein-delay {
}
no.fadein-delay > div {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;  
}
.huge-text {
  font-size: 80px;
  color: #6357ac;
}
.slack-invite-wrap {
  min-height: 300px;
}
ul.sitemap {
  margin: 0 auto;
  width: 35%;  
}
ul.featureslist li, 
ul.sitemap li {
  list-style: none;  
}
.features a[href='#']{ 
  display: none 
}

#exotic-spending strong,
ul.featureslist strong {
  color: #6357ac;
}

@media (min-width: 991px) {
  .dropdown-list.w--open {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
  }
}
ul.questions {
  margin-top:100px !important;
}
.w-dropdown-link:hover {
  background-color: #ffd402;
}

#downloads {
  padding-bottom: 0px;
}
@media (max-width: 550px) {
  .download-logo {
    height: 50px;
    width: auto;    
  }
}
/**********************************
*            menu 
*/

.menutopbar {
  height: 32px;
  line-height: 32px;
  background-color: #f7f7f7;
  text-align: right;
  padding: 0px 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;  
  display: none;
}
@media (min-width: 992px){
  .menutopbar {
    display: block;
  }
  .nav-mobile {  
    display: none;
  }
  .dropdown-toggle:hover,
  .nav-link:hover {
    color: #8c8c8c;
  }
  .navigation {
    top: 25px;
  }
}
.menutopbar a {
  text-decoration: none;
}
.menutopbar .nav-link {
  font-size: 13px;
}

@media (max-width: 991px){
  .nav-link {
    padding: 10px 0px;
  }
}
.dropdown-toggle {
  padding: 0px 0px 0px;
}

/*             
*             menu
/**********************************

.roadmap-intro-text {
  text-align: left; 
}
/**********************************
*            timeline  
*/

.tl-wrapper {
  max-width: 1170px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}
.tl-header h1 {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 900;
  font-size: 35px;
}
.tl-header div {
  font-weight: 300;
  margin-bottom: 0px;
}
.tl-item {
  margin: 0px 0 0px 70px;
  position: relative;
}
.tl-item p {
  display: none;
}
.tl-details {
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  margin-top: -2px;
  color: #888;
}
.tl-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6458a2;
  margin: 11px 0;
}
.tl-year {
  display: inline-block;
  color: #6458a2;
  border-bottom: 2px solid #fed40c;
  font-weight: 900;
  margin: 20px 0px 24px 38px;  
  padding: 3px 10px;
  font-size: 30px;
}
.tl-start {
  background: #6458a2;
  width: 20px;
  height: 22px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  margin-top: 5px;
  margin-top: -1px; /* IE EDGE bug */
}
.tl-event {
  position: relative;
  padding-bottom: 15px;
  margin-top: -1px; /* IE EDGE bug */
}
.tl-event:before {
  content: "";
  position: absolute;
  background: #6458a2;
  width: 20px;
  height: 100%;
  display: block;
}
.tl-event h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 10px 15px 10px 45px;
  position: relative;
  text-align: left;
  line-height: 28px;
}
.tl-event h2 .completed {
  padding-left: 20px;
  background: transparent url("../images/check.png") no-repeat 0px 5px;
  background-size: 14px;
}
.tl-event-last {
  padding-bottom: 10px;
}
.tl-event h2:after {
  content: "";
  left: 17px;
  top: 26px;
  position: absolute;
  background: #fbda1d;
  background: #6458a2;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
}
h2.tl-bold {
  color: #6458a2;  
  font-size: 22px;
}
.tl-date {
  position: absolute;
  top: 18px;
  left:1px;
  padding-right: 10px;
  z-index: 1;
  color: #65bfda;
  font-weight: bold;
  font-size: 15px;
  -ms-transform:translateX(-100%); 
  -webkit-transform:translateX(-100%);   
  transform:translateX(-100%);
}
.tl-date:after {
  position: absolute;
  right: -12px;
  top: 8px;
  content: "";
  background: #fbda1d;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
}
.tl-end {
  background: #6458a2;
  width: 20px;
  height: 22px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  margin-bottom: 5px;
  margin-top: -1px; /* IE EDGE bug */
}
.roadmap-chat--text {
  text-align: center;
}
/*
*            timeline  
**********************************/


/******* wof *****/
.wall-of-features-list li {
  margin-bottom:10px;
  line-height:24px;
}


/**********************************
*       heading underlines 
*/

.heading-underline-inv,
.heading-underline {
  border: none;
  position: relative;
  z-index: 10;
}
.heading-underline-inv:before,
.heading-underline:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  height: 6px;
  background: #ffd402;  
}
.heading-underline-inv:before {
  background: #6357ac;
}

/*       
*         heading underlines 
**********************************/

/**********************************
*            The team 
*/

.the-team {
  padding: 25px;  
}
.the-team .team-item-text {
  max-width: 350px;
  margin: 10px auto;  
}

.cols-3-2-1 .w-col {
  margin-top: 20px; 
  margin-bottom: 20px; 
}

.team-country {
	color: #444444;
	font-weight: normal;
	margin-top: 5px;
}

@media screen and (max-width:767px) {
  .cols-3-2-1 .w-col {
    margin-top: 20px; 
    margin-bottom: 20px; 
  }
}



.cols-3-2-1 > div:nth-last-child(-n+1) {
  float: none;
  display: inline;
}
@media screen and (min-width: 991px) {
  .cols-3-2-1 > div:nth-of-type(3n+1){
    clear: left; 
  }
  .last-one-centered > div:nth-last-child(-n+1) {
    float: none;
    display: inline;
  }
  .last-two-centered > div:nth-last-child(-n+2) {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width:767px) and (max-width: 991px) {
  .cols-3-2-1 > div:nth-of-type(2n+1){
    clear: left; 
  }
}

.team-image {
  position: relative;
  display: inline-block;
}
.team-image .team-item-text {
  display: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  top: 0;
  margin: 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.8);  
  color: #fff;  
  opacity: 0;
  z-index: 100;  
  -webkit-transition: all 300ms ease-out;  
  -moz-transition: all 300ms ease-out;  
  -o-transition: all 300ms ease-out;  
  -ms-transition: all 300ms ease-out;  
  transition: all 300ms ease-out;  
}
.team-image.hover .team-item-text,
.team-image:hover .team-item-text {
  opacity: 1;
}

/*
*            The team 
**********************************/

/**********************************
*            footer
*/

@media screen and (max-width: 991px){
  .footer .w-container {
    text-align: center;
  }  
}
@media screen and (max-width: 475px) {
  .social-icon {
    padding-right: 4px;
    padding-left: 4px;
  }
}

/*
*            footer  
**********************************/

/**********************************
*            front
*/

@media screen and (min-width:992px) {
  .main-feature-group {
    width: 360px;
    margin: 0 auto;
  }
}    
@media screen and (min-width:768px) {
  .section.home-feature-3 {
    padding-top: 150px;
    padding-bottom: 310px;
  }
  .home-feature-img.home-village-img {
    top: 340px !important;
  }
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1700px) {
  .section.home-feature-3 {
    background-position: 50% 100px;
  }  
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
  .section.home-feature-3 {
    background-position: 50% 140px;
  }  
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .section.home-feature-3 {
    background-position: 50% 140px;
  }  
}  
@media screen and (min-width:768px) and (max-width: 991px) {
  .section.home-feature-3 {
    background-position: 0px 320px;
  }  
}  

@media (max-width: 767px) {
  .section.home-feature-3 {
    background-position: 50% 209px;
  }  
}


@media (min-width: 991px) {
  .main-heading {
    font-size: 37px;
    line-height: 44px;  
  }
}
@media (min-width: 1100px) {
  .main-heading {
    font-size: 42px;
    line-height: 52px; 
  }
}
@media (min-width: 1225px) {
  .main-heading {
    font-size: 49px;
    line-height: 58px;
  }
}
@media (min-width: 1450px) {
  .main-heading {
    font-size: 58px;
    line-height: 64px;
  }
}

.section.hero {
  background-image: url('../images/grey-section-top-p-500.png');
}
.section.home-feature-2 {
  background-image: url('../images/bg-purple-grad-dots-p-500.png');
}
.section.home-feature-3 {
  background-image: url('../images/bg-home-features-3-p-500.png');
}
@media screen and (min-width:501px) {
  .section.hero {
    background-image: url('../images/grey-section-top-p-800.png');
  }
  .section.home-feature-2 {
    background-image: url('../images/bg-purple-grad-dots-p-800.png');
  }
  .section.home-feature-3 {
    background-image: url('../images/bg-home-features-3-p-800.png');
  }
}
@media screen and (min-width:801px) {
  .section.hero {
    background-image: url('../images/grey-section-top-p-1080.png');
  }
  .section.home-feature-2 {
    background-image: url('../images/bg-purple-grad-dots-p-1080.png');
  }
  .section.home-feature-3 {
    background-image: url('../images/bg-home-features-3-p-1080.png');
  }
}
@media screen and (min-width:1081px) {
  .section.hero {
    background-image: url('../images/grey-section-top.png');
  }
  .section.home-feature-2 {
    background-image: url('../images/bg-purple-grad-dots-p-1600.png');
  }
  .section.home-feature-3 {
    background-image: url('../images/bg-home-features-3-p-1600.png');
  }
}
@media screen and (min-width:1601px) {
  .section.home-feature-2 {
    background-image: url('../images/bg-purple-grad-dots-p-2000.png');
  }
  .section.home-feature-3 {
    background-image: url('../images/bg-home-features-3-p-2000.png');
  }
}
@media screen and (min-width:2001) {
  .section.home-feature-2 {
    background-image: url('../images/bg-purple-grad-dots-p-2600.png');
  }
  .section.home-feature-3 {
    background-image: url('../images/bg-home-features-3-p-2600.png');
  }
}
@media screen and (min-width:2601) {
  .section.home-feature-2 {
    background-image: url('../images/bg-purple-grad-dots.png');
  }
  .section.home-feature-3 {
    background-image: url('../images/bg-home-features-3.png');
  }
}

/*
*            front 
**********************************/

/**********************************
*          animations
*  animate   animation animation-run-once bounce-up
*/

.bounce-up .animate {
  opacity: 0;
  -moz-transition: all 3700ms ease-out;
  -webkit-transition: all 3700ms ease-out;
  -o-transition: all 3700ms ease-out;
  transition: all 3700ms ease-out;
  -moz-transform: translate3d(0px, 300px, 0px);
  -webkit-transform: translate3d(0px, 300px, 0px);
  -o-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate3d(0px, 300, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .animate {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.ani-fadein {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    animation: fadein 4s;
    -moz-animation: fadein 4s; /* Firefox */
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -o-animation: fadein 4s; /* Opera */
}
@keyframes fadein {
    from {opacity:0;} to {opacity:1;}
}
@-moz-keyframes fadein { /* Firefox */
  from {opacity:0;} to {opacity:1;}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {opacity:0;} to {opacity:1;}
}
@-o-keyframes fadein { /* Opera */
  from {opacity:0;} to {opacity:1;}
}
/*
*           animations
**********************************/

@media screen and (min-width:768px) {
  .exchange-logos-wrap {
    padding-top :40px;
  }
}
.exchange-link {
  position: relative;
  height: 100px;
}
.exchange-link img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);  
}


/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  background-color: hsl(249, 33%, 48%);
  background-color: #52449e;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  z-index: 100;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  mmargin-left: -5px;
  width: 0;
  border-top: 5px solid hsl(249, 33%, 48%);
  border-top: 5px solid #52449e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

.dt80[data-tooltip]:before,
.dt80[data-tooltip]:after {
  bottom: 80%;
}

.dtblack[data-tooltip]:before {
  background-color: #555555;
  font-weight: normal;
}
.dtblack[data-tooltip]:after {
  border-top: 5px solid #555555;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.exchanges .w-row img {
  mmargin: 20px auto;
  width: 100%;
  max-width: 160px;  
}

.flex-4-cols {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-4-cols > * {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 480px) {
  .flex-4-cols > * {
    width: 50%;
  }
}
@media (min-width: 650px) {
  .flex-4-cols > * {
    width: 33.333333%;
  }
}
@media (min-width: 890px) {
  .flex-4-cols > * {
    width: 25%;
  }
}


/* redemption bb-form */
.help-block.with-errors {
  color: #ff5050;
  margin-top: 2px;
  min-height: 13px;
  font-size: 13px;
  line-height: 13px;
}
.help-block.with-errors ul {
  list-style: none;  
  padding-left: 0px;
  margin: 0;
}
.d-none {
  display: none;
}
.bb-form .likeinput,
.bb-form select,
.bb-form input {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  background: white;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bb-form select {
  padding: 7px;
}

.bb-form .button {
  padding: 13px 60px;
  cursor: pointer;
  width: auto;
  border: 0px solid #ccc;
  background-color: #ffd402;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bb-form .form-group {
  margin: 10px auto;
  width: 90%;
}
.bb-form form {
  background-color: #fafafa;
  padding: 10px;
  margin: 10px;
  text-align: left;
}
@media (min-width: 450px) {
  .bb-form form {
    padding: 0px;
  }
}
@media (min-width: 767px) {
  .bb-form form {
    padding: 30px;
  }
}
.bb-form .form-action {
  padding: 20px 20px;
  text-align: center;
}
.bb-form .description {
  color: #939596;
  font-size: 14px;
  margin: 0;
}
.bb-form .messages .alert {
  margin: 20px 30px;
  padding: 15px;
  background: #ffbbbb;
}
.bb-form form .messages .alert {
  margin: 0px;
  margin-bottom: 20px;
  text-align: center;
}
.bb-form .messages .alert-success {
  background: #d2efa7;
}
.bb-form .messages button {
  margin-right: 10px;
  background: none !important;
	font-size: 20px;
}
.bb-form label img {
  height: 15px;
  margin: 0px 0px 3px 6px;  
}
.bb-form .center {
  text-align: center;
}
.bb-form .middle {
  margin: 0 auto;
  float: none;
}
.bb-form .required_field {
	font-weight: 400;
	color: red;
}
.rightsmall {
  float: right;
  width: 100px;
  margin-left: 15px;
}
.leftfloat {
  overflow: hidden;
}

/* indacoin */
input#debug {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
pre {
  display:none;
} 
input#debug:checked ~ pre {
  display: block;
}