/* line 5, ../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../components/sass/_base.scss */
body {
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 160%;
  background: #1C1C1E;
  color: #ecf0f1;
}
@media (min-width: 32em) {
  /* line 9, ../components/sass/_base.scss */
  body {
    font-size: 1.2rem;
  }
}
/* line 20, ../components/sass/_base.scss */
body::selection {
  background: #01C6FF;
  /* WebKit/Blink Browsers */
}
/* line 23, ../components/sass/_base.scss */
body::-moz-selection {
  background: #01C6FF;
  /* Gecko Browsers */
}

/* line 28, ../components/sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Orbitron, sans-serif;
  font-weight: normal;
  color: #ecf0f1;
}

/* line 35, ../components/sass/_base.scss */
h1 {
  font-size: 2.0rem;
  color: #ecf0f1;
  font-weight: 100;
  padding-top: 10px;
  -moz-transition: color 0.6s ease-out;
  -o-transition: color 0.6s ease-out;
  -webkit-transition: color 0.6s ease-out;
  transition: color 0.6s ease-out;
}
@media (min-width: 47em) {
  /* line 35, ../components/sass/_base.scss */
  h1 {
    font-size: 4.0rem;
    margin-bottom: .5rem;
  }
}

/* line 49, ../components/sass/_base.scss */
h2 {
  font-size: 1.5rem;
  line-height: 100%;
  margin: 0 0 10px 0;
  color: #ecf0f1;
  -moz-transition: color 0.6s ease-out;
  -o-transition: color 0.6s ease-out;
  -webkit-transition: color 0.6s ease-out;
  transition: color 0.6s ease-out;
}

/* line 57, ../components/sass/_base.scss */
h3 {
  font-size: 1.8rem;
  line-height: 60%;
  color: #01C6FF;
}

/* line 63, ../components/sass/_base.scss */
a {
  text-decoration: none;
  color: #01C6FF;
  -moz-transition: color, 0.3s, ease-out;
  -o-transition: color, 0.3s, ease-out;
  -webkit-transition: color, 0.3s, ease-out;
  transition: color, 0.3s, ease-out;
}
/* line 67, ../components/sass/_base.scss */
a:hover {
  color: #01C6FF;
  cursor: pointer;
}

/* line 73, ../components/sass/_base.scss */
p {
  margin-bottom: 10px;
}

/* line 77, ../components/sass/_base.scss */
.small {
  font-size: 1rem;
  color: #2176C7;
}

/* line 82, ../components/sass/_base.scss */
.clear {
  clear: both;
}

/* line 14, ../../../../RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/susy-2.2.5/sass/susy/language/susyone/_grid.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, ../components/sass/_layout.scss */
#navigation {
  z-index: 3;
  position: fixed;
  width: 100px;
  height: 100%;
  background: none;
  font-weight: bold;
}
@media (min-width: 32em) {
  /* line 13, ../components/sass/_layout.scss */
  #navigation {
    width: 100%;
    height: auto;
    top: 0;
  }
}
/* line 26, ../components/sass/_layout.scss */
#navigation #nav-bg {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  background: #2176C7;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* line 38, ../components/sass/_layout.scss */
#navigation .layout {
  margin: 0px auto 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
}
/* line 42, ../components/sass/_layout.scss */
#navigation .layout ul.nav {
  visibility: hidden;
  float: right;
  padding-right: 5px;
  padding-top: 10px;
  -moz-animation: fade-left 1s ease-out;
  -webkit-animation: fade-left 1s ease-out;
  animation: fade-left 1s ease-out;
}
@media (min-width: 47em) {
  /* line 42, ../components/sass/_layout.scss */
  #navigation .layout ul.nav {
    visibility: visible;
  }
}
/* line 53, ../components/sass/_layout.scss */
#navigation .layout ul.nav li span {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  text-decoration: none;
  color: #ecf0f1;
}
/* line 58, ../components/sass/_layout.scss */
#navigation .layout ul.nav li span a {
  color: #ecf0f1;
}
/* line 60, ../components/sass/_layout.scss */
#navigation .layout ul.nav li span a:hover {
  color: #34d1ff;
}

/* line 71, ../components/sass/_layout.scss */
#home {
  background: url('../../images/hero.jpg?1453238285');
  background-size: cover;
  background-color: #171719;
}
/* line 78, ../components/sass/_layout.scss */
#home #home-content {
  top: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 100%;
  color: #ecf0f1;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
@media (min-width: 32em) {
  /* line 78, ../components/sass/_layout.scss */
  #home #home-content {
    width: auto;
  }
}
@media (min-width: 47em) {
  /* line 78, ../components/sass/_layout.scss */
  #home #home-content {
    top: 100px;
  }
}
/* line 94, ../components/sass/_layout.scss */
#home #home-content #title img {
  width: 100%;
  -moz-animation: fade-down 1s ease-out;
  -webkit-animation: fade-down 1s ease-out;
  animation: fade-down 1s ease-out;
}
/* line 98, ../components/sass/_layout.scss */
#home #home-content .subtitle {
  background-color: #404055;
  border-radius: 8px;
  padding-top: 0px;
  text-align: center;
  line-height: 34px;
  text-shadow: 7px 7px 3px black;
  color: #ecf0f1;
}
@media (min-width: 32em) {
  /* line 98, ../components/sass/_layout.scss */
  #home #home-content .subtitle {
    line-height: auto;
    padding-bottom: 11px;
    padding: 8px 0 18px;
  }
}
/* line 111, ../components/sass/_layout.scss */
#home #home-content .subtitle img {
  width: 150px;
}
@media (min-width: 47em) {
  /* line 98, ../components/sass/_layout.scss */
  #home #home-content .subtitle {
    font-size: 3rem;
  }
  /* line 117, ../components/sass/_layout.scss */
  #home #home-content .subtitle img {
    width: 200px;
  }
}
@media (min-width: 75em) {
  /* line 98, ../components/sass/_layout.scss */
  #home #home-content .subtitle {
    font-size: 5rem;
  }
  /* line 123, ../components/sass/_layout.scss */
  #home #home-content .subtitle img {
    width: 350px;
  }
}
/* line 128, ../components/sass/_layout.scss */
#home #home-content .youtube-wrapper {
  width: 90%;
  margin: 30px auto;
  display: block;
  max-width: 460px;
}
@media (min-width: 47em) {
  /* line 128, ../components/sass/_layout.scss */
  #home #home-content .youtube-wrapper {
    max-width: 60vw;
  }
}
@media (min-width: 75em) {
  /* line 128, ../components/sass/_layout.scss */
  #home #home-content .youtube-wrapper {
    max-width: 800px;
  }
}
/* line 139, ../components/sass/_layout.scss */
#home #home-content .youtube-wrapper .youtube-container {
  position: relative;
  padding-bottom: 55.15%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  border: 8px solid #404055;
  border-radius: 8px;
}
/* line 147, ../components/sass/_layout.scss */
#home #home-content .youtube-wrapper .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 158, ../components/sass/_layout.scss */
.header-bar {
  background-color: #404055;
}
/* line 160, ../components/sass/_layout.scss */
.header-bar h1 {
  padding: 15px 0px 10px 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 47em) {
  /* line 160, ../components/sass/_layout.scss */
  .header-bar h1 {
    padding: 7px 0px 9px 0px;
  }
}
/* line 171, ../components/sass/_layout.scss */
.header-bar:hover h1 {
  color: #ecf0f1;
}

/* line 176, ../components/sass/_layout.scss */
.container {
  padding: 30px 10px 20px 10px;
  background: url('../../images/hero.jpg?1453238285');
  background-size: cover;
}
@media (min-width: 32em) {
  /* line 176, ../components/sass/_layout.scss */
  .container {
    padding: 50px 50px 30px 50px;
  }
}
@media (min-width: 32em) and (min-width: 47em) {
  /* line 176, ../components/sass/_layout.scss */
  .container {
    padding: 70px 100px 50px 100px;
  }
}

/* line 190, ../components/sass/_layout.scss */
.container h1 {
  margin-bottom: 10px;
}
/* line 194, ../components/sass/_layout.scss */
.container:hover h1 {
  color: #01C6FF;
}
/* line 198, ../components/sass/_layout.scss */
.container .content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* line 206, ../components/sass/_layout.scss */
#about .content {
  padding: 12px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 47em) {
  /* line 206, ../components/sass/_layout.scss */
  #about .content {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
/* line 213, ../components/sass/_layout.scss */
#about .content .about-text {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-bottom: 20px;
}
/* line 217, ../components/sass/_layout.scss */
#about .content p {
  -moz-animation: fade-left 1s ease-out forwards;
  -webkit-animation: fade-left 1s ease-out forwards;
  animation: fade-left 1s ease-out forwards;
  margin-bottom: 0;
}
/* line 222, ../components/sass/_layout.scss */
#about .content:hover a {
  color: #34d1ff;
}
/* line 225, ../components/sass/_layout.scss */
#about .content a:hover {
  text-decoration: underline;
}
/* line 228, ../components/sass/_layout.scss */
#about .content .bold {
  font-weight: bold;
}
/* line 231, ../components/sass/_layout.scss */
#about .content .feature-panel {
  display: block;
  padding: 10px 0 10px;
}
/* line 234, ../components/sass/_layout.scss */
#about .content .feature-panel > img {
  display: block;
  width: 90%;
  margin: 0px auto 5px;
  border: 6px solid #404055;
  border-radius: 5px;
}
@media (min-width: 32em) {
  /* line 234, ../components/sass/_layout.scss */
  #about .content .feature-panel > img {
    width: 80.1%;
  }
}
@media (min-width: 47em) {
  /* line 231, ../components/sass/_layout.scss */
  #about .content .feature-panel {
    display: inline-block;
    padding: 10px 0 10px;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 249, ../components/sass/_layout.scss */
  #about .content .feature-panel:nth-child(odd) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  /* line 252, ../components/sass/_layout.scss */
  #about .content .feature-panel span {
    font-size: 1.1rem;
  }
}
/* line 258, ../components/sass/_layout.scss */
#about .content .history-text p {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
@media (min-width: 47em) {
  /* line 258, ../components/sass/_layout.scss */
  #about .content .history-text p {
    font-size: 1.1rem;
  }
}

/* line 271, ../components/sass/_layout.scss */
#about .content {
  padding: 12px;
}

/* line 278, ../components/sass/_layout.scss */
#developer .content .selfie {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 5px;
  border: 6px solid #404055;
  border-radius: 5px;
}
/* line 287, ../components/sass/_layout.scss */
#developer .content .developer-text {
  text-align: center;
}
/* line 290, ../components/sass/_layout.scss */
#developer .content p {
  -moz-animation: fade-left 1s ease-out forwards;
  -webkit-animation: fade-left 1s ease-out forwards;
  animation: fade-left 1s ease-out forwards;
}
/* line 293, ../components/sass/_layout.scss */
#developer .content h3 {
  text-shadow: 1px 1px black;
}
/* line 299, ../components/sass/_layout.scss */
#developer:hover a {
  text-decoration: underline;
}

/* line 305, ../components/sass/_layout.scss */
#contact {
  padding-bottom: 60px;
}
/* line 307, ../components/sass/_layout.scss */
#contact ul {
  float: left;
  text-align: left;
}

/* line 314, ../components/sass/_layout.scss */
footer {
  color: #404055;
  font-size: 0.6rem;
  padding-left: 10px;
  padding-bottom: 3px;
}
@media (min-width: 32em) {
  /* line 314, ../components/sass/_layout.scss */
  footer {
    font-size: 0.8rem;
  }
}

@-moz-keyframes color {
  from {
    background: red;
  }
  to {
    background: yellow;
  }
}
@-webkit-keyframes color {
  from {
    background: red;
  }
  to {
    background: yellow;
  }
}
@keyframes color {
  from {
    background: red;
  }
  to {
    background: yellow;
  }
}
@-moz-keyframes fade-left {
  from {
    -moz-transform: translate(5em, 0);
    transform: translate(5em, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  from {
    -webkit-transform: translate(5em, 0);
    transform: translate(5em, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade-left {
  from {
    -moz-transform: translate(5em, 0);
    -ms-transform: translate(5em, 0);
    -webkit-transform: translate(5em, 0);
    transform: translate(5em, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fade-right {
  from {
    -moz-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-right {
  from {
    -webkit-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade-right {
  from {
    -moz-transform: translate(-5em, 0);
    -ms-transform: translate(-5em, 0);
    -webkit-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fade-up {
  from {
    -moz-transform: translate(0, 1em);
    transform: translate(0, 1em);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-up {
  from {
    -webkit-transform: translate(0, 1em);
    transform: translate(0, 1em);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade-up {
  from {
    -moz-transform: translate(0, 1em);
    -ms-transform: translate(0, 1em);
    -webkit-transform: translate(0, 1em);
    transform: translate(0, 1em);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes fade-down {
  from {
    -moz-transform: translate(0, -1em);
    transform: translate(0, -1em);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-down {
  from {
    -webkit-transform: translate(0, -1em);
    transform: translate(0, -1em);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade-down {
  from {
    -moz-transform: translate(0, -1em);
    -ms-transform: translate(0, -1em);
    -webkit-transform: translate(0, -1em);
    transform: translate(0, -1em);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes glow-white {
  from {
    color: inherit;
  }
  to {
    color: #ecf0f1;
  }
}
@-webkit-keyframes glow-white {
  from {
    color: inherit;
  }
  to {
    color: #ecf0f1;
  }
}
@keyframes glow-white {
  from {
    color: inherit;
  }
  to {
    color: #ecf0f1;
  }
}
@-moz-keyframes clip-go {
  from {
    -webkit-clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
    clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes clip-go {
  from {
    -webkit-clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
    clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes clip-go {
  from {
    -webkit-clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
    clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-moz-keyframes clip-back {
  to {
    -webkit-clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
    clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
  }
  from {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes clip-back {
  to {
    -webkit-clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
    clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
  }
  from {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes clip-back {
  to {
    -webkit-clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
    clip-path: polygon(0 0, 95% 11%, 100% 91%, 16% 100%);
  }
  from {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../components/sass/_bxslider.scss */
.bx-wrapper {
  width: 90%;
  position: relative;
  /*margin: 0 auto 60px;*/
  margin: 0 auto 6px;
  padding: 0;
  *zoom: 1;
  border: 6px solid #404055;
  border-radius: 5px;
}
@media (min-width: 32em) {
  /* line 17, ../components/sass/_bxslider.scss */
  .bx-wrapper {
    width: 80.1%;
  }
}

/* line 31, ../components/sass/_bxslider.scss */
.bx-wrapper img {
  width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 39, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-viewport {
  display: block;
  margin: 0px auto 0px;
  height: 100%;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

/* line 52, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 61, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 74, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 0px;
}

/* line 83, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 90, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  outline: 0;
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
}

/* line 103, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 110, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  /*	background: url(images/controls.png) no-repeat 0 -32px; */
}
/* line 114, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-prev:hover:before {
  background-color: #fff;
}
/* line 117, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-prev:hover:after {
  background-color: #fff;
}

/* line 122, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-prev:before {
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  top: 0px;
  left: 14px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 538, ../components/sass/_layout.scss */
/* line 135, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-prev:after {
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 22px;
  left: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 148, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  /*background: url(images/controls.png) no-repeat -43px -32px;*/
  /*	background: url(images/controls.png) no-repeat 0 -32px; */
}
/* line 153, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-next:hover:before {
  background-color: #fff;
}
/* line 156, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-next:hover:after {
  background-color: #fff;
}

/* line 161, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-next:before {
  -ms-transform: rotateZ(225deg);
  -webkit-transform: rotateZ(225deg);
  transform: rotateZ(225deg);
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  top: 13px;
  left: 17px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 173, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-next:after {
  -ms-transform: rotateZ(225deg);
  -webkit-transform: rotateZ(225deg);
  transform: rotateZ(225deg);
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 9px;
  left: 8px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 186, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 197, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 203, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 207, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

/* line 216, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 221, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

/* line 230, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 237, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 242, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 249, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 258, ../components/sass/_bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 2px;
}
