/* line 5, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.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, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.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, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.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, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.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 4, ../../App/SCSS/style.scss */
html, body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background: #000;
  box-sizing: border-box;
}

/* line 11, ../../App/SCSS/style.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 17, ../../App/SCSS/style.scss */
#page {
  max-width: 1920px;
  margin: 0 auto;
}

/* line 22, ../../App/SCSS/style.scss */
#nav {
  position: fixed;
  right: 0;
  top: 30%;
  width: 180px;
  background: rgba(190, 190, 190, 0.75);
  z-index: 1000;
  padding: 10px 0;
  border-right: 0;
}
@media all and (max-width: 1280px) {
  /* line 22, ../../App/SCSS/style.scss */
  #nav {
    display: none;
  }
}
/* line 36, ../../App/SCSS/style.scss */
#nav ul {
  list-style: none;
}
/* line 39, ../../App/SCSS/style.scss */
#nav ul li {
  white-space: nowrap;
  position: relative;
}
/* line 43, ../../App/SCSS/style.scss */
#nav ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 0 20px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}
/* line 55, ../../App/SCSS/style.scss */
#nav ul li:hover {
  background: rgba(190, 190, 190, 0.75);
}
/* line 61, ../../App/SCSS/style.scss */
#nav ul li.active a {
  background: rgba(190, 190, 190, 0.75);
}

/* line 69, ../../App/SCSS/style.scss */
#landingpage {
  background: url("../images/bg.jpg") center top no-repeat #000;
  width: 100%;
  max-width: 1920px;
  height: 1020px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
/* line 78, ../../App/SCSS/style.scss */
#landingpage h1 {
  padding-top: 200px;
  color: #fff;
  font-size: 92px;
}
/* line 83, ../../App/SCSS/style.scss */
#landingpage h1 > em {
  display: block;
  font-size: 28px;
}
@media all and (max-width: 1280px) {
  /* line 69, ../../App/SCSS/style.scss */
  #landingpage {
    height: auto;
    background-size: cover;
    margin-bottom: 50px;
  }
}
@media all and (min-width: 1920px) {
  /* line 96, ../../App/SCSS/style.scss */
  #landingpage:before {
    content: '';
    display: block;
    width: 200px;
    height: 1020px;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;1+0,0+100 */
    background: -moz-linear-gradient(left, black 0%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, black 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, black 0%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, black 0%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
  }
  /* line 115, ../../App/SCSS/style.scss */
  #landingpage:after {
    content: '';
    display: block;
    width: 200px;
    height: 1020px;
    position: absolute;
    top: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
    background: -moz-linear-gradient(left, transparent 0%, black 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, black));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, transparent 0%, black 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, transparent 0%, black 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, transparent 0%, black 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
}
/* line 135, ../../App/SCSS/style.scss */
#landingpage .logo {
  padding: 30px 0 0 0;
  margin: 0 auto 25px;
  display: block;
  width: 440px;
}
@media all and (max-width: 1280px) {
  /* line 135, ../../App/SCSS/style.scss */
  #landingpage .logo {
    padding: 20px 0 0 0;
    margin: 0 auto 20px;
    width: 50%;
    max-width: 440px;
    min-width: 200px;
  }
}
/* line 150, ../../App/SCSS/style.scss */
#landingpage .box {
  display: inline-block;
  margin: 30px auto 0;
  width: 740px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  padding: 20px;
  line-height: 20px;
  border: 3px solid #fff;
  color: #1e1c44;
  font-size: 16px;
}
/* line 163, ../../App/SCSS/style.scss */
#landingpage .box p:first-child {
  margin: 0 0 30px 0;
  text-align: center;
}
/* line 168, ../../App/SCSS/style.scss */
#landingpage .box a {
  color: #333;
}
@media all and (max-width: 820px) {
  /* line 150, ../../App/SCSS/style.scss */
  #landingpage .box {
    width: 90%;
    font-size: 14px;
  }
  /* line 176, ../../App/SCSS/style.scss */
  #landingpage .box p {
    word-break: break-all;
  }
}
/* line 182, ../../App/SCSS/style.scss */
#landingpage > a {
  display: inline-block;
  text-decoration: none;
}
/* line 187, ../../App/SCSS/style.scss */
#landingpage > a.cm15 {
  margin: 0 100px 0 0;
}
/* line 191, ../../App/SCSS/style.scss */
#landingpage > a.cmall {
  margin: 0 0 0 100px;
}
/* line 195, ../../App/SCSS/style.scss */
#landingpage > a img {
  border-radius: 20px;
  border: 3px solid #fff;
}
/* line 200, ../../App/SCSS/style.scss */
#landingpage > a span {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  margin: 5px 0 0 0;
}
@media all and (max-width: 1650px) {
  /* line 212, ../../App/SCSS/style.scss */
  #landingpage > a.cm15 {
    margin: 0 50px 0 0;
  }
  /* line 216, ../../App/SCSS/style.scss */
  #landingpage > a.cmall {
    margin: 0 0 0 50px;
  }
}
@media all and (max-width: 1280px) {
  /* line 223, ../../App/SCSS/style.scss */
  #landingpage > a span {
    font-size: 16px;
    margin: 0 0 30px;
  }
  /* line 228, ../../App/SCSS/style.scss */
  #landingpage > a img {
    max-width: 500px;
    width: 50%;
    min-width: 280px;
  }
  /* line 234, ../../App/SCSS/style.scss */
  #landingpage > a.cm15 {
    margin: 0 auto;
    display: block;
  }
  /* line 239, ../../App/SCSS/style.scss */
  #landingpage > a.cmall {
    margin: 0 auto;
    display: block;
  }
}
@media all and (max-width: 1280px) {
  /* line 246, ../../App/SCSS/style.scss */
  #landingpage > a span {
    font-size: 14px;
    width: 75%;
    margin: 0 auto 30px;
  }
}

/* line 255, ../../App/SCSS/style.scss */
#footer {
  background: #000;
  padding: 30px 0 50px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  max-width: 1650px;
  margin: 0 auto;
}
@media all and (max-width: 1280px) {
  /* line 255, ../../App/SCSS/style.scss */
  #footer {
    padding: 0 0 15px 0;
    font-size: 12px;
  }
}
/* line 270, ../../App/SCSS/style.scss */
#footer p {
  margin: 0 20px 12px 20px;
  line-height: 14px;
}
@media all and (max-width: 640px) {
  /* line 255, ../../App/SCSS/style.scss */
  #footer {
    font-size: 9px;
  }
  /* line 277, ../../App/SCSS/style.scss */
  #footer p {
    line-height: 11px;
  }
}

/* line 283, ../../App/SCSS/style.scss */
#stage {
  position: relative;
}
/* line 287, ../../App/SCSS/style.scss */
#stage > img {
  vertical-align: bottom;
  width: 100%;
}
/* line 292, ../../App/SCSS/style.scss */
#stage .home {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url("../images/home.png") left top no-repeat;
  width: 84px;
  height: 84px;
}
@media all and (max-width: 640px) {
  /* line 292, ../../App/SCSS/style.scss */
  #stage .home {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
}
/* line 308, ../../App/SCSS/style.scss */
#stage .stores {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
/* line 316, ../../App/SCSS/style.scss */
#stage .stores a {
  display: inline-block;
  margin: 0 0 25px 0;
}
/* line 320, ../../App/SCSS/style.scss */
#stage .stores a.apple {
  margin-right: 10px;
}
/* line 324, ../../App/SCSS/style.scss */
#stage .stores a.google {
  margin-left: 10px;
}
@media all and (max-width: 1024px) {
  /* line 316, ../../App/SCSS/style.scss */
  #stage .stores a {
    margin: 0 0 10px 0;
  }
  /* line 332, ../../App/SCSS/style.scss */
  #stage .stores a img {
    width: 80%;
    margin: 0;
  }
  /* line 337, ../../App/SCSS/style.scss */
  #stage .stores a.apple {
    margin-right: 0;
  }
  /* line 341, ../../App/SCSS/style.scss */
  #stage .stores a.google {
    margin-left: 0;
  }
}
@media all and (max-width: 640px) {
  /* line 316, ../../App/SCSS/style.scss */
  #stage .stores a {
    width: 40%;
  }
  /* line 350, ../../App/SCSS/style.scss */
  #stage .stores a img {
    width: 90%;
    margin: 0;
  }
  /* line 355, ../../App/SCSS/style.scss */
  #stage .stores a.apple {
    margin-right: 0;
  }
  /* line 359, ../../App/SCSS/style.scss */
  #stage .stores a.google {
    margin-left: 0;
  }
}

/* line 368, ../../App/SCSS/style.scss */
#media {
  height: 680px;
  background: #fff;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  /* line 368, ../../App/SCSS/style.scss */
  #media {
    height: auto;
  }
}
/* line 377, ../../App/SCSS/style.scss */
#media .error {
  line-height: 680px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 32px;
}
/* line 385, ../../App/SCSS/style.scss */
#media #fullsize {
  height: 100%;
  width: 60%;
  border: 20px solid #fff;
  float: left;
  position: relative;
}
@media all and (max-width: 1024px) {
  /* line 385, ../../App/SCSS/style.scss */
  #media #fullsize {
    height: auto;
    float: none;
    width: 100%;
    text-align: center;
    /* IMPORTANT - Responsive JS behavior */
    border: 0;
    border-top: 10px solid #fff;
  }
}
/* line 402, ../../App/SCSS/style.scss */
#media #fullsize img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1024px) {
  /* line 402, ../../App/SCSS/style.scss */
  #media #fullsize img {
    position: static;
  }
}
/* line 414, ../../App/SCSS/style.scss */
#media #fullsize iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media all and (max-width: 1024px) {
  /* line 414, ../../App/SCSS/style.scss */
  #media #fullsize iframe {
    position: relative;
  }
}
/* line 430, ../../App/SCSS/style.scss */
#media .thumbs {
  width: 40%;
  height: 100%;
  float: right;
  border: 20px solid #fff;
  border-right: 0;
  border-left: 0;
  position: relative;
}
/* line 439, ../../App/SCSS/style.scss */
#media .thumbs .controls {
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 20px solid #fff;
}
/* line 448, ../../App/SCSS/style.scss */
#media .thumbs .controls a {
  display: inline-block;
  margin-top: 15px;
  line-height: 20px;
  height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding: 0 20px;
  border-right: 1px solid #aaa;
}
/* line 459, ../../App/SCSS/style.scss */
#media .thumbs .controls a:hover, #media .thumbs .controls a.active {
  color: #c80000;
}
/* line 463, ../../App/SCSS/style.scss */
#media .thumbs .controls a:last-child {
  border-right: 0;
}
/* line 469, ../../App/SCSS/style.scss */
#media .thumbs .wrapper {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}
/* line 477, ../../App/SCSS/style.scss */
#media .thumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 482, ../../App/SCSS/style.scss */
#media .thumbs ul li {
  width: 33%;
  padding: 0 20px 20px 0;
  float: left;
}
/* line 487, ../../App/SCSS/style.scss */
#media .thumbs ul li img {
  width: 100%;
  vertical-align: bottom;
}
@media all and (max-width: 1024px) {
  /* line 430, ../../App/SCSS/style.scss */
  #media .thumbs {
    display: block;
    width: 100%;
    float: none;
  }
  /* line 499, ../../App/SCSS/style.scss */
  #media .thumbs ul li {
    padding: 0 10px 10px 0;
  }
  /* line 503, ../../App/SCSS/style.scss */
  #media .thumbs .wrapper {
    padding: 0 0 0 10px;
  }
  /* line 507, ../../App/SCSS/style.scss */
  #media .thumbs .controls {
    display: none;
  }
}

/* line 514, ../../App/SCSS/style.scss */
#info {
  background: #212121;
  min-height: 470px;
  width: 100%;
  position: relative;
}
/* line 520, ../../App/SCSS/style.scss */
#info .tabs {
  display: block;
  float: left;
  width: 60%;
  height: 100%;
}
@media all and (max-width: 1280px) {
  /* line 520, ../../App/SCSS/style.scss */
  #info .tabs {
    width: 50%;
  }
}
@media all and (max-width: 1024px) {
  /* line 520, ../../App/SCSS/style.scss */
  #info .tabs {
    width: 100%;
  }
}
/* line 534, ../../App/SCSS/style.scss */
#info .tabs .nav {
  width: 100%;
  line-height: 70px;
}
@media all and (max-width: 1280px) {
  /* line 534, ../../App/SCSS/style.scss */
  #info .tabs .nav {
    width: 200%;
  }
}
@media all and (max-width: 1024px) {
  /* line 534, ../../App/SCSS/style.scss */
  #info .tabs .nav {
    width: 100%;
  }
}
/* line 546, ../../App/SCSS/style.scss */
#info .tabs .nav ul {
  list-style: none;
}
/* line 549, ../../App/SCSS/style.scss */
#info .tabs .nav ul li {
  display: inline-block;
  margin: 0 0 0 17px;
}
/* line 553, ../../App/SCSS/style.scss */
#info .tabs .nav ul li span {
  font-size: 16px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #777;
  padding: 0 20px;
  line-height: 50px;
}
/* line 563, ../../App/SCSS/style.scss */
#info .tabs .nav ul li a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 1px solid #777;
  padding: 0 20px 0 0;
}
/* line 571, ../../App/SCSS/style.scss */
#info .tabs .nav ul li a.active {
  color: #c80000;
}
/* line 575, ../../App/SCSS/style.scss */
#info .tabs .nav ul li a:hover {
  color: #c80000;
}
/* line 580, ../../App/SCSS/style.scss */
#info .tabs .nav ul li:last-child a {
  border: 0;
}
/* line 584, ../../App/SCSS/style.scss */
#info .tabs .nav ul li:first-child {
  height: 50px;
  display: none;
}
@media all and (max-width: 640px) {
  /* line 584, ../../App/SCSS/style.scss */
  #info .tabs .nav ul li:first-child {
    display: block;
  }
}
@media all and (max-width: 640px) {
  /* line 596, ../../App/SCSS/style.scss */
  #info .tabs .nav ul {
    padding: 0 0 20px 0;
  }
  /* line 600, ../../App/SCSS/style.scss */
  #info .tabs .nav ul li {
    display: block;
    margin: 0;
  }
  /* line 604, ../../App/SCSS/style.scss */
  #info .tabs .nav ul li a {
    border: 0;
    display: block;
    padding: 0 20px;
    margin: 0;
    border-bottom: 1px solid #777;
  }
  /* line 612, ../../App/SCSS/style.scss */
  #info .tabs .nav ul li:last-child a {
    border-bottom: 1px solid #777;
  }
}
/* line 620, ../../App/SCSS/style.scss */
#info .tabs > ul {
  list-style: none;
}
/* line 623, ../../App/SCSS/style.scss */
#info .tabs > ul li {
  display: none;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 0 20px 0 20px;
}
/* line 630, ../../App/SCSS/style.scss */
#info .tabs > ul li p {
  margin: 0 0 10px;
  line-height: 1.4em;
}
/* line 635, ../../App/SCSS/style.scss */
#info .tabs > ul li a {
  color: #c80000;
}
/* line 639, ../../App/SCSS/style.scss */
#info .tabs > ul li h2 {
  font-size: 18px;
  margin: 0 0 20px;
}
/* line 644, ../../App/SCSS/style.scss */
#info .tabs > ul li:first-child {
  display: block;
}
/* line 651, ../../App/SCSS/style.scss */
#info .sidebar {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40%;
  height: 100%;
}
@media all and (max-width: 1280px) {
  /* line 651, ../../App/SCSS/style.scss */
  #info .sidebar {
    width: 50%;
  }
}
@media all and (max-width: 1024px) {
  /* line 651, ../../App/SCSS/style.scss */
  #info .sidebar {
    display: none;
  }
}
/* line 667, ../../App/SCSS/style.scss */
#info .sidebar img {
  position: absolute;
  right: 60%;
  max-width: 232px;
  width: 30%;
  top: 70px;
  border-radius: 20px;
}
/* line 676, ../../App/SCSS/style.scss */
#info .sidebar .left {
  position: absolute;
  width: 30%;
  right: 30%;
  height: 100%;
  border-top: 70px solid #212121;
  border-left: 20px solid #212121;
  color: #747474;
}
/* line 685, ../../App/SCSS/style.scss */
#info .sidebar .left span {
  margin-left: 10px;
}
/* line 689, ../../App/SCSS/style.scss */
#info .sidebar .left .wrap {
  border-top-left-radius: 20px;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#383838+0,212121+100 */
  background: #383838;
  /* Old browsers */
  background: -moz-linear-gradient(top, #383838 0%, #212121 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(100%, #212121));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #383838 0%, #212121 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #383838 0%, #212121 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #383838 0%, #212121 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #383838 0%, #212121 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#212121',GradientType=0 );
  /* IE6-9 */
}
/* line 706, ../../App/SCSS/style.scss */
#info .sidebar .right {
  position: absolute;
  width: 30%;
  right: 0;
  height: 100%;
  border-top: 70px solid #212121;
  border-right: 20px solid #212121;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#323232+0,212121+100 */
  background: #323232;
  /* Old browsers */
  background: -moz-linear-gradient(top, #323232 0%, #212121 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(100%, #212121));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #323232 0%, #212121 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #323232 0%, #212121 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #323232 0%, #212121 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #323232 0%, #212121 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#212121',GradientType=0 );
  /* IE6-9 */
}
/* line 715, ../../App/SCSS/style.scss */
#info .sidebar .right span {
  margin-right: 10px;
}
/* line 730, ../../App/SCSS/style.scss */
#info .sidebar .left span, #info .sidebar .right span {
  display: block;
  line-height: 20px;
  height: 50px;
  border-bottom: 1px dotted #747474;
  padding: 15px 0 15px 20px;
  font-size: 16px;
}
@media all and (max-width: 1650px) {
  /* line 730, ../../App/SCSS/style.scss */
  #info .sidebar .left span, #info .sidebar .right span {
    font-size: 14px;
  }
}
@media all and (max-width: 1280px) {
  /* line 730, ../../App/SCSS/style.scss */
  #info .sidebar .left span, #info .sidebar .right span {
    font-size: 12px;
  }
}
/* line 746, ../../App/SCSS/style.scss */
#info .sidebar .left span:last-child, #info .sidebar .right span:last-child {
  border-bottom: 0;
}

/* line 757, ../../App/SCSS/style.scss */
#more {
  background: #333;
  margin-bottom: 30px;
  padding: 10px 0 30px;
}
/* line 762, ../../App/SCSS/style.scss */
#more h2 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  padding-left: 20px;
  margin: 0;
  line-height: 60px;
  height: 60px;
}
/* line 772, ../../App/SCSS/style.scss */
#more a {
  margin: 0 20px 0 20px;
  display: inline-block;
}
/* line 775, ../../App/SCSS/style.scss */
#more a img {
  border-radius: 20px;
  border: 3px solid #fff;
  width: 100%;
  max-width: 506px;
}

/*# sourceMappingURL=style.css.map */
