/*Mixin Block*/
/*End of Mixin Block*/
/*Functions*/
/*Common CSS*/
@font-face {
  font-family: "National Bold";
  src: url("../fonts/National-Bold.eot");
  src: url("../fonts/National-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Bold.woff") format("woff"), url("../fonts/National-Bold.ttf") format("truetype"), url("../fonts/National-Bold.svg#National Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: "National Thin";
  src: url("../fonts/National-Thin 2.eot");
  src: url("../fonts/National-Thin 2.eot?#iefix") format("embedded-opentype"), url("../fonts/National-Thin 2.woff") format("woff"), url("../fonts/National-Thin 2.ttf") format("truetype"), url("../fonts/National-Thin 2.svg#National Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 15, ../sass/style.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 19, ../sass/style.scss */
body {
  font-family: National Thin, sans-serif;
}

/* line 25, ../sass/style.scss */
.windowHeight .container {
  height: 100%;
}
/* line 27, ../sass/style.scss */
.windowHeight .container .row {
  height: 100%;
}

/* line 33, ../sass/style.scss */
h1 {
  font-family: National Thin, sans-serif;
  font-size: 75px;
  line-height: 65px;
}

/* line 38, ../sass/style.scss */
p {
  font-family: National Thin, sans-serif;
}

/* line 43, ../sass/style.scss */
a:hover {
  outline: none;
  text-decoration: none;
}
/* line 47, ../sass/style.scss */
a:focus {
  outline: none;
}
/* line 50, ../sass/style.scss */
a:active {
  outline: none;
}

/* line 57, ../sass/style.scss */
.container-wrapper.bodo-hero-unit {
  background: #FDE152;
  position: fixed;
  width: 100%;
  top: 0;
}

/* line 64, ../sass/style.scss */
.container-wrapper.bodo-hero-unit .container {
  position: relative;
}

/* line 67, ../sass/style.scss */
.bodo-logo-wrapper {
  position: absolute;
  left: 30px;
  top: 30px;
}

/* line 73, ../sass/style.scss */
.bodo-logo-wrapper img {
  width: 100px;
}

/* line 77, ../sass/style.scss */
.bodo-hero-content-wrapper {
  display: table;
  margin: 0 auto;
  height: 100%;
  margin-top: 90px;
}

/* line 84, ../sass/style.scss */
.bodo-hero-image {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

/* line 89, ../sass/style.scss */
.bodo-hero-image img {
  width: 250px;
  margin: 0;
  padding: 0;
  outline: 0;
  margin-bottom: -5px;
  margin-right: 25px;
}

/* line 98, ../sass/style.scss */
.bodo-hero-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

/* line 103, ../sass/style.scss */
.bodo-hero-content h1 {
  margin-top: -90px;
}

/* line 106, ../sass/style.scss */
.bodo-hero-content-faux {
  display: none;
}

/* line 117, ../sass/style.scss */
.container-wrapper.my-stuff-wrapper {
  background: #fff;
  position: relative;
}

/* line 123, ../sass/style.scss */
.stuff-feature-wrapper {
  width: 225px;
  height: 225px;
  margin: 0 auto;
  display: table;
  text-align: center;
}

/* line 131, ../sass/style.scss */
.stuff-feature-wrapper .sf-image {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

/* line 137, ../sass/style.scss */
.stuff-feature-wrapper img {
  max-width: 220px;
  width: 100%;
}

/* line 141, ../sass/style.scss */
.stuff-feature-wrapper .sf-image {
  display: table-cell;
  vertical-align: bottom;
}

/* line 146, ../sass/style.scss */
.stuff-block {
  text-align: center;
  margin-top: 40px;
}

/* line 151, ../sass/style.scss */
.stuff-block h3 {
  margin-top: 20px;
  color: #000;
  font-size: 1.125em;
  font-family: National Book;
}

/* line 159, ../sass/style.scss */
a.bodo-stuff-link h3:before,
a.bodo-stuff-link h3:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: 0px;
  margin-bottom: -5px;
  z-index: 1;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 172, ../sass/style.scss */
a.bodo-stuff-link:hover h3:before {
  width: 30px;
  margin-left: -30px;
}

/* line 176, ../sass/style.scss */
a.bodo-stuff-link:hover h3:after {
  width: 30px;
  margin-right: -30px;
}

/* line 188, ../sass/style.scss */
#sb-1 .stuff-feature-wrapper img {
  width: 260px;
  margin-right: -60px;
}

/* line 193, ../sass/style.scss */
#sb-3 .stuff-feature-wrapper img {
  width: 70%;
}

/* line 202, ../sass/style.scss */
.particle {
  transition-timing-function: ease-in;
}

/* line 205, ../sass/style.scss */
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 208, ../sass/style.scss */
div#bikeSmoke {
  position: absolute;
  bottom: 16%;
  left: 10px;
}

/* line 215, ../sass/style.scss */
.ty-message {
  text-align: center;
  font-family: National Thin;
  line-height: 120%;
  color: #000;
  font-size: 36px;
}

/* line 223, ../sass/style.scss */
.container-wrapper.aboutband-wrapper {
  padding: 240px 0px;
  background: #fff;
  position: relative;
  padding-bottom: 0px;
}

/* line 230, ../sass/style.scss */
.bdlogo {
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  padding-bottom: 100px;
  text-align: center;
}

/* line 239, ../sass/style.scss */
.bdlogo img {
  width: 300px;
  /* transition: all 1s ease; */
}
/*.bdlogo img:hover {
  transform: scale(1.1);
}
*/
/* line 242, ../sass/style.scss */
.bdlogo:before {
  content: "";
  position: absolute;
  background: url(../images/arrow.svg) no-repeat;
  width: 45px;
  height: 50px;
  background-size: contain;
  top: -60px;
  left: 50%;
}

/* line 253, ../sass/style.scss */
.social-wrapper {
  display: table;
  margin: 0 auto;
  margin-top: 140px;
  padding-left: 37px;
}

/* line 259, ../sass/style.scss */
.social-btn {
  float: left;
}

/* line 262, ../sass/style.scss */
.social-btn.fb-btn {
  margin-right: 15px;
}

/* line 267, ../sass/style.scss */
.ty-message span a {
  color: #000;
  text-decoration: none;
  background: url(../images/underline.svg) repeat-x 100% 100%;
  padding-bottom: 4px;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 991px) {
  /* line 294, ../sass/style.scss */
  .bodo-hero-image img {
    width: 200px;
  }

  /* line 298, ../sass/style.scss */
  .bodo-hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  /* line 306, ../sass/style.scss */
  .bodo-hero-content-wrapper {
    margin-top: 50px;
  }

  /* line 309, ../sass/style.scss */
  .bodo-hero-content {
    display: none;
    padding-left: 0;
    text-align: center;
  }

  /* line 314, ../sass/style.scss */
  .bodo-hero-content-faux {
    display: block;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 319, ../sass/style.scss */
  .bodo-hero-content-faux h1 {
    font-size: 55px;
  }

  /* line 323, ../sass/style.scss */
  .bodo-hero-image {
    display: block;
  }

  /* line 327, ../sass/style.scss */
  .bodo-hero-image img {
    margin-right: 0;
  }

  /* line 331, ../sass/style.scss */
  .bodo-logo-wrapper {
    position: relative;
    left: 0;
    text-align: center;
    top: 0;
    margin-top: 30px;
  }

  /* line 339, ../sass/style.scss */
  .container-wrapper.bodo-hero-unit {
    height: auto;
    position: relative;
  }

  /* line 343, ../sass/style.scss */
  .container-wrapper.my-stuff-wrapper {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 355, ../sass/style.scss */
  .stuff-feature-wrapper {
    width: 150px;
    height: 150px;
  }

  /* line 359, ../sass/style.scss */
  #sb-1 .stuff-feature-wrapper img {
    width: 200px;
  }

  /* line 362, ../sass/style.scss */
  div#bikeSmoke {
    bottom: 19%;
    left: 4px;
  }
}
