body {
  width: 100%;
  height: 100%;
  font-family: Lato, "Helvetica Neue",Helvetica,Arial,sans-serif;
  color:#585353;
  background-color: #FFF;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

#features ul
{
  font-size: 18px;
}

@media(min-width:767px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
  #features ul{
    font-size: 20px;
  }
}

a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #176e61;
}

.light {
  font-weight: 400;
}

.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  background-color: #000000;
}

.navbar-brand {
  font-weight: 700;
}

.navbar-brand:focus {
  outline: 0;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
  outline: 0;
  background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}

@media(min-width:767px) {
  .navbar {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }

  .top-nav-collapse {
    padding: 0;
    background-color: #000;
  }

  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
}

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: url(../images/splashweb.jpg) no-repeat bottom center scroll;
  background-color: #2829BB;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-body {
  display: table-cell;
  vertical-align: middle;
}

.brand-heading {
  font-size: 40px;
  color: white;
}

.intro-text {
  font-size: 18px;
}

@media(min-width:767px) {
  .intro {
    height: 100%;
    padding: 0;
  }

  .brand-heading {
    font-size: 100px;

  }

  .intro-text {
    font-size: 25px;
  }
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #fff;
  border-radius: 35px;
  font-size: 40px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #fff;
  background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {    
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.content-section {
  padding-top: 100px;
}

.download-section {
  width: 100%;
  padding: 50px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


.download-section p
{
  margin-top: 15px;
}

@media(min-width:767px) {
  .content-section {
    padding-top: 250px;
  }

  .download-section {
    padding: 100px 0;
  }

  #map {
    height: 400px;
    margin-top: 250px;
  }
}

.btn {
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-huge {
  padding: 25px;
  font-size: 26px;
}

#download .btn .fa
{
  margin-right:10px;
}
@media(max-width:1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media(max-width:767px) {
  ul.banner-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.banner-social-buttons>li:last-child {
    margin-bottom: 0;
  }
}

img::selection {
  background: 0 0;
}

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

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


footer {
  color: #fff;
}

footer h3 {
  margin-bottom: 30px;
}

footer .footer-above {
  padding-top: 50px;
  background-color: #2c3e50;
}

footer .footer-col {
  margin-bottom: 50px;
}

footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}

.features
{
  background: #FFFFFF;
  text-align: left;
  padding-bottom: 51px;
}

.features .feature {
  margin-bottom: 55px;
}

.section-header {
  text-align: center;
}

h1, h2, .dark-text {
  color: #404040;
}

h5
{
  margin: 0
}

.features .feature h5 {
  font-weight: bold;
  line-height: 28px;
  color: #404040;
}

.features .feature-icon {
  font-size: 55px;
  float: left;
  margin-right: 25px;
}

[data-icon]:before {
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.thumbnail h3
{
  font-size: 18px;  
}

.caption
{
  height:90px;
}

#contact
{
  padding-bottom: 100px;
}
div[name=donateSmiley] {
  height: 25px;
  width: 25px;
  background: url(../images/smileyssmall.png) no-repeat;
  background-position:0px 0px;
  display:block;
}


.option0 {
  background-position:0px 0px;
}

div[name=donateSmiley].option1 {
  background-position:-25px 0px;
}

div[name=donateSmiley].option2 {
  background-position:-50px 0px;
}

div[name=donateSmiley].option3 {
  background-position:0px -25px;
}

div[name=donateSmiley].option4 {
  background-position:-25px -25px;
}

div[name=donateSmiley].option5 {
  background-position:-50px -25px;
}

.chevron
{
  font-size: 50px;
}

.ekko-lightbox .fa-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .fa-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}



@media (max-width: 1024px) {
  .features {
    text-align: center;
  }

  .features .feature-icon {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

}

@media (max-width: 767px) {

  #btcAddress
  {
    font-size: 14px;
  }
}

@media (max-width: 339px) {

  #btcAddress
  {
    font-size: 10px;
  }

  .btn-lg {
    /*padding: 25px;*/
    font-size: 12px;
  }
  .caption {
    height: 60px;
  }

  #contact a
  {
    font-size:16px;
  }
}


@media (max-width: 260px) {

  #contact a
  {
    font-size:12px;
  }

  h1
  {
    font-size: 28px;
  }
}


@media (min-width: 1025px) and (max-width: 1199px) {

  #btcAddress
  {
    font-size: 16px;
  }
}

#thankYouPage
{
  min-height:600px;
  height:90%;
}

.thankYou.fa
{
  font-size: 50px;
}

#changeLogDetails
{
  font-size: 16px;
}
#changeLogDetails ul
{
  margin-bottom: 20px;
}

#changeLogDetails h1, #thankYouPage h1
{
  margin-top: 100px;
}

#changeLogDetails h1, #changeLogDetails h2, #changeLogDetails h3
{
  margin-bottom: 20px;
}

#changeLogDetails h3
{
  display:inline-block;
}

.changelogIcon
{
  font-size: 20px;
  margin-right: 5px;
}

#ulRequirements, #lnkFrameworkVersion
{
  font-size: 18px;
}

#parRequirements
{
  margin-bottom: 15px;
}

#errorPage
{
  margin-top:100px;
  margin-bottom: 600px;
}

#errorPage .fa
{
  font-size: 50px;
  margin-bottom:30px;
}

@media (max-width: 991px)
{
  #divDocumentation
  {
    margin-top:50px;
  }
}

@media (max-width: 790px)
{
  .form-horizontal .form-group
  {
  margin-left: 0px;  
  margin-right: 0px;
  }
}

/* Small devices (tablets, 768px and up) 
@media (min-width: 768px) { 
  
}

 Medium devices (desktops, 992px and up) 
@media (min-width: 992px) { ... }

 Large devices (large desktops, 1200px and up) 
@media (min-width: @screen-lg-min) { ... }*/

.navbar-custom .dropdown-menu
{
  background-color: black;
}

.navbar-custom .dropdown-menu li>a
{
  color: white;
}

/* Carousel base class */
.carousel {
  height: 350px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
}


.carousel-caption h2
{
  color: white;
  font-weight:bold;
}


@media (max-width: 450px) {

  /* Carousel base class */
  .carousel {
    height: 400px;
  }

  /* Declare heights because of positioning of img element */
  .carousel .item {
    height: 400px;
  }
  .carousel-inner > .item > img {
    height: 400px;
  }


  .carousel-caption h2
  {
    color: white;
    font-weight:bold;
  }

}