@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfontd41d.eot') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
  font-family: 'Roboto Light', sans-serif;
  color: #7e8186;
  line-height: 1.6;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #2c2d2e;
}
h3 {
  color: #909296;
}

strong, b, th {
  font-weight: normal;
  color: #404145;
}

a, a:visited {
  color: #0076ee;
  text-decoration: none;
  transition: all .1s ease;
}
a:hover, a:focus {
  color: #111;
}
a:hover, a:active {
  color: #000;
}

.helix-spacer {
  margin: 20px 0 50px;
  border-top: 1px solid transparent;
}

.glyphicon-ok {color: #77c93c;}
.glyphicon-remove {color: #d93919;}

@-moz-document url-prefix() {
    /* hide the system icon for loading images */
    img:-moz-loading {
        visibility: hidden;
    }
    /* hide the system icon for broken images */
    img:-moz-broken {
        -moz-force-broken-image-icon: 0;
    }
}

/* Helix home
   ========================================================================== */

/* Header
   ========================================================================== */

.navbar-helix {
  margin: 10px auto;
  background: #fff;
  border: none;
  position: relative;
  z-index: 20;
}

.navbar-brand {
  padding: 6px 15px 0;
}

.navbar-form .helix-search {
  width: 100%;
}

/* hero
   ========================================================================== */

.helix-hero {
  padding: 0;
  margin-bottom: 50px;
  height: 290px;
  position: relative;
  background-color: #e5e5e6;
}

.helix-hero-bg {
  overflow: hidden;
  height: 290px;
  background-image: url('../img/helix-light-header-bg.jpg');
  background-position: center top;
  opacity: 0;
}

.helix-header-logo {
  position: absolute;
  top: 60px;
  left: 20%;
  opacity: 0;

}

/* Load in animation
   ========================================================================== */

.helix-header-logo {
  -webkit-animation: rise .5s ease-out .5s both;
     -moz-animation: rise .5s ease-out .5s both;
          animation: rise .5s ease-out .5s both;
}

@-moz-keyframes rise {
    from { opacity: 0; -moz-transform: translateY(100px);}
    to   { opacity: 1; -moz-transform: translateY(0);}
}

@-webkit-keyframes rise {
    from { opacity: 0; -webkit-transform: translateY(100px);}
    to   { opacity: 1; -webkit-transform: translateY(0);}
}
@keyframes rise {
    from { opacity: 0; transform: translateY(100px);}
    to   { opacity: 1; transform: translateY(0);}
}


.helix-hero-bg {
  -webkit-animation: load 2s ease-out .5s both;
     -moz-animation: load 2s ease-out .5s both;
          animation: load 2s ease-out .5s both;
}

@-moz-keyframes load {
    from { opacity: 0;}
    to   { opacity: .8;}
}

@-webkit-keyframes load {
    from { opacity: 0;}
    to   { opacity: .8;}
}
@keyframes load {
    from { opacity: 0;}
    to   { opacity: .8;}
}



/* CSS Dropdown
   ========================================================================== */

li.css-dropdown-container {
  cursor: pointer;
  transition: all 0.2s;
}
li.css-dropdown-container ul {
  padding: 10px 0 0 0;
  position: absolute;
  top: 48px;
  right: 0;
  width: 200px;
  display: none;
  opacity: 0;
  visibility: hidden;
}
li.css-dropdown-container ul li {
  display: block;
  background: #fff;
}
li.css-dropdown-container ul li a {
  display: block;
  padding: 15px;
  color: #111;
}
li.css-dropdown-container ul li a:hover {
  color: #0076ee;
  background: #f5f5f5;
  transition: all 0.2s;
  text-decoration: none;
}
li.css-dropdown-container:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* helix-main-title
   ========================================================================== */

.helix-main-title {
  margin-bottom: 1em;
}
.helix-main-title em {
  color: #00ABFF;
  font-style: normal;
}

/* helix-light-btc-address
   ========================================================================== */

.helix-light-lets-go,
.helix-light-btc-address {
  height: 55px;
  line-height: 55px;
  font-size: 22px;
  border-radius: 0;
  border-color: #ADADAD;
  background-color: #F1F1F2;
}

.helix-light-lets-go {
  border-color: #0089CC;
  background-color: #00ABFF;
  line-height: 1;
  font-weight: normal;
}

.helix-light-hint {
  padding: 1em 0;
}

/* helix-light-logo
   ========================================================================== */

.helix-light-logo {
  position: relative;
  padding-right: .5em;
}
.helix-light-logo sup {
  font-size: .5em;
  color: #00ABFF;
  position: absolute;
  top: -0.25em;
  right: 0;
}

/* helix-light-infographic
   ========================================================================== */

.helix-light-infographic {
  background-color: #F1F1F2;
  padding: 1em 2em;
  text-align: center;
}

.helix-light-infographic-col {
  float: left;
  width: 28%;
  margin: 2em 0;
}
.helix-light-infographic-col.arrow {
  width: 5%;
  margin: 15% 1% 0;
}

.helix-light-infographic-col p {
  margin: 0 0 2em;
  line-height: 1.2;
}
.helix-light-infographic-col img {
  width: 100%;
}

/*  tablet: 768px */
@media only screen and ( max-width: 768px ) {

  .helix-light-infographic-col {
    float: left;
    width: 33.333%;
    margin: 2em 0;
  }
  .helix-light-infographic-col.arrow {
    display: none;
  }

}
/*  phone: 480px */
@media only screen and ( max-width: 480px ) {

  .helix-light-infographic-col {
    float: none;
    width: 100%;
    margin: 2em 0;
  }
  .helix-light-infographic-col.arrow {
    display: none;
  }

}

/* helix-light-details
   ========================================================================== */

.helix-light-details h2 {
  text-align: center;
  color: #00945C;
}
.helix-light-details h3 {
  min-height: 80px;
  text-align: center;
  font-size: 22px;
}

.helix-light-details article:first-child h2 {color: #00ABFF;}
.helix-light-details article:last-child  h2 {color: #E2B20D;}


/* helix-light-trust
   ========================================================================== */

.helix-light-trust-title {
  text-align: center;
  font-size: 30px;
  margin: 3em 0 1em;
}

.helix-light-trust h2 {
  text-align: center;
  color: #00945C;
  font-size: 62px;
}
.helix-light-trust h3 {
  min-height: 80px;
  text-align: center;
  font-size: 22px;
}
.helix-light-trust h2 sub {
  font-size: 16px;
  bottom: 0;
}

.helix-light-trust > article:first-child h2 {color: #00ABFF;}
.helix-light-trust > article:last-child  h2 {color: #E2B20D;}


/* helix-why
   ========================================================================== */

.helix-why dt {
  font-size: 32px;
  font-weight: normal;
  color: #0076ee;
  padding-bottom: 20px;
}

.helix-why dd {
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* helix-sidebar
   ========================================================================== */

.helix-sidebar {
  padding-left: 50px;
}

/* helix-sidebar-box
   ========================================================================== */

.helix-sidebar-box {
  text-align: right;
  border-bottom: 1px solid #e0e0e0;
}

.helix-sidebar-box h4 {
  min-height: 40px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #3d3d3d;
}

.helix-sidebar-currencies-title {
  background-image: url('../img/grams-icon-currency.svg');
}

.helix-sidebar-market-chart-box-title {
  background-image: url('../img/grams-icon-market-charts.svg');
}

.helix-sidebar-market-status-title {
  cursor: pointer;
  background-image: url('../img/grams-icon-market-status.svg');
}

.helix-sidebar-services-title img {
  position: relative;
  top: -3px;
}


/* helix-sidebar-currencies
   ========================================================================== */

.helix-sidebar-currencies.list-inline>li {
  padding-left: 0;
  padding-right: 20px;
  padding-bottom: 10px;
}
.helix-sidebar-currencies {
  font-weight: bold;
  color: #0076ee;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
.helix-sidebar-currencies a {
  font-weight: normal;
  color: #909296;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

/* helix-sidebar-market-chart
   ========================================================================== */

.helix-sidebar-market-chart-box-title a {
  color: #3d3d3d;
  display: block;
}
.helix-sidebar-market-chart-box-title a:hover {
  color: #0076ee;
}

/* helix-sidebar-market-status
   ========================================================================== */

.helix-sidebar-market-status-box {
  border-bottom: none;
}

.helix-sidebar-market-status li.list-group-item {
  text-align: left;
  height: 0;
  overflow: hidden;
  transition: height .25s;
  margin-bottom: 1px;
}

.helix-sidebar-market-status-box:hover .helix-sidebar-market-status li.list-group-item {
  height: 40px;
  line-height: 40px;
}

.helix-sidebar-market-status .list-group-item>a {
  padding: 0;
  margin: 0;
  text-indent: 10px;
}
.helix-sidebar-market-status .list-group-item .badge {
  display: none;
}


/* helix-sidebar-advert
   ========================================================================== */

.helix-sidebar-advert {
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  background-color: #f5f5f5;
  padding: 15px 0px;
}

/* helix-sidebar-services
   ========================================================================== */

.helix-sidebar-services a {
  display: block;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #e0e0e0;
  transition: all .2s ease;
}
.helix-sidebar-services li:last-child a {
  border-bottom: none;
}
.helix-sidebar-services a:hover {
  padding-left: 20px;
}


/* 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;
    opacity: 0;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 0;
    max-height: 50px;
    left: -50%;
    top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -30px;
    padding: 7px;
    width: 160px;
    background-color: #111;
    color: #fff;
    border-radius: 3px;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    transition: all .25s ease;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    margin-left: -70px;
}

/* Main footer
   ========================================================================== */

.main-footer {
  background-color: #f0f0f0;
  padding: 45px;
  overflow: auto;
}

.main-footer-logo {
  width: 80px;
  height: 25px;
}

.main-footer a {
  color: #909296;
}


.main-footer .main-footer-links,
.main-footer .main-footer-links li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.main-footer .main-footer-links li {
  float: left;
  margin-right: 15px;
  display: inline-block;
}

.main-footer-quote {
  font-family: Georgia, serif;
  font-size: 20px;
  font-style: italic;
  margin: 3em 0 2em;
  max-width: 70%;
}
.main-footer .main-footer-prices {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 20%;
  float: right;
  text-align: right;
  margin-left: 10%;
  font-size: 22px;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

.main-footer .main-footer-prices strong,
.main-footer .main-footer-prices em {
  margin-bottom: 20px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
