/*!
	lib/_reset.scss
*/
@import url("https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900|Open+Sans:300,400,700,900");
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, input, select, 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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-rendering: optimizeLegibility;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html.canvas, html.canvas body {
  height: 100%;
  width: 100%; }

canvas {
  display: block; }

/*!
	lib/_rem.scss
*/
/*!
	theme/config/_bootstrap.scss
*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important; }

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
	theme/config/_typography.scss
*/
html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body p {
    line-height: 1.4em; }
    body p em, body p i {
      font-style: italic; }
    body p strong {
      font-weight: bold; }

/*!
	theme/config/global.scss
*/
.carousel .slide {
  background-size: cover;
  background-position: center center;
  height: 600px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .carousel .slide {
      height: 280px; } }
  .carousel .slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1; }
  .carousel .slide .col-xs-12 {
    position: relative;
    height: 100%; }
    .carousel .slide .col-xs-12:after {
      height: 600px;
      content: ' ';
      display: block;
      width: 1px; }
      @media (max-width: 767px) {
        .carousel .slide .col-xs-12:after {
          height: 280px; } }
  .carousel .slide.no-background {
    height: auto;
    padding: 140px 0 40px 0; }
    @media (max-width: 767px) {
      .carousel .slide.no-background {
        padding: 40px 0; } }
    .carousel .slide.no-background:after {
      display: none; }
    .carousel .slide.no-background .col-xs-12:after {
      display: none; }
  .carousel .slide .content {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 3; }
    .carousel .slide .content h2 {
      font-family: "Orbitron", sans-serif;
      font-weight: 900;
      font-size: 3em;
      line-height: 1em;
      color: #FFFFFF;
      margin: 10px 0; }
      @media screen and (max-width: 320px) {
        .carousel .slide .content h2 {
          font-size: 2em; } }
    .carousel .slide .content p {
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 1.25em;
      margin: 10px 0; }
    .carousel .slide .content a {
      display: inline-block;
      margin: 10px 0 20px 0;
      padding: 12px;
      background: #FFFFFF;
      color: #120A29;
      text-decoration: none;
      transition: all 0.4s; }
      .carousel .slide .content a:hover {
        background: #C600C8;
        color: #FFFFFF; }
  .carousel .slide.no-background .content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto; }

.main-content {
  background-color: #FFFFFF;
  padding: 20px 0; }
  .main-content p {
    font-size: 1.25em;
    margin: 30px 0; }
    .main-content p.boltform-message {
      padding: 0;
      text-shadow: none;
      background: transparent;
      border: 0;
      color: #120A29;
      font-weight: 600; }
  .main-content h2 {
    color: #C600C8;
    font-size: 2em;
    margin: 1.5em 0 1em 0;
    line-height: 1.4em; }
  .main-content h3 {
    color: #120A29;
    font-size: 1.5em;
    margin: 1em 0 .75em 0;
    line-height: 1.4em; }
  .main-content a {
    color: #C600C8;
    text-decoration: none; }
    .main-content a:hover {
      text-decoration: underline; }
  .main-content form .boltforms-row {
    margin: 20px 0; }
  .main-content form label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px; }
  .main-content form input[type=text],
  .main-content form input[type=email],
  .main-content form textarea {
    display: inline-block;
    border: 1px solid #79728d;
    padding: 10px;
    font-size: 1em;
    color: #120A29;
    width: 100%; }
  .main-content form input[type=text]:focus,
  .main-content form input[type=email]:focus,
  .main-content form textarea:focus {
    border: 1px solid #5a32cd;
    outline: none; }
  .main-content form textarea {
    height: 150px;
    padding: 2%;
    width: 96%; }
  .main-content form select {
    border: 1px solid #79728d;
    padding: 10px;
    font-size: 1em;
    color: #120A29; }
  .main-content form button {
    display: inline-block;
    padding: 15px;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    background: #C600C8;
    transition: all 0.4s; }
    .main-content form button:hover {
      cursor: pointer;
      background: #83FC00; }
  .main-content form br {
    display: none; }

footer {
  background-color: #120A29; }
  footer .footer-top .row {
    padding: 20px 0; }
  footer .footer-top .logo {
    height: 40px;
    width: 368px; }
    footer .footer-top .logo svg {
      display: block;
      height: 40px;
      width: 368px; }
      footer .footer-top .logo svg path {
        fill: #79728d; }
    @media (max-width: 767px) {
      footer .footer-top .logo {
        margin: 0 auto;
        height: 30px;
        width: 276px; }
        footer .footer-top .logo svg {
          height: 30px;
          width: 276px; } }
  footer .footer-top .tagline {
    color: #79728d;
    text-align: right; }
    footer .footer-top .tagline p {
      line-height: 30px;
      vertical-align: middle; }
  footer h4 {
    font-family: "Orbitron", sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    text-align: right;
    vertical-align: middle;
    float: right;
    margin-left: 20px; }
    @media (max-width: 767px) {
      footer h4 {
        font-size: 1.5em;
        text-align: center;
        float: none; } }
    footer h4 a {
      color: #79728d;
      text-decoration: none;
      transition: color 0.4s; }
      footer h4 a:hover {
        color: #FFFFFF; }
  footer p {
    font-size: 0.875em;
    margin: 15px 0;
    line-height: 1.4em; }
  footer a {
    color: #79728d; }
  footer .footer-bottom {
    color: #79728d;
    min-height: 200px; }
    footer .footer-bottom hr {
      border: 0;
      height: 2px;
      background-color: #79728d;
      margin: 0 0 20px 0; }
  footer .social-links {
    float: right; }
    footer .social-links li {
      float: left; }
      footer .social-links li a {
        display: block;
        fill: #79728d;
        height: 40px;
        width: 40px; }
        footer .social-links li a svg {
          display: block;
          height: 100%;
          width: 100%; }
        footer .social-links li a:hover {
          fill: #FFFFFF; }

/*!
	theme/components/_forms.scss
*/
.grid {
  position: relative; }
  .grid .col-xs-12 {
    padding: 0; }
  .grid .item {
    background-size: cover;
    display: block;
    padding-bottom: 100%;
    position: relative;
    width: 100%; }
    .grid .item.video:after {
      content: ' ';
      background-image: url(../svg/play2.svg);
      background-size: 100px 100px;
      height: 100px;
      width: 100px;
      position: absolute;
      left: 50%;
      margin-left: -50px;
      top: 20%; }
    .grid .item.playlist {
      background: #000000; }
      .grid .item.playlist .loader {
        z-index: 1; }
      .grid .item.playlist iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
    .grid .item .content {
      background-color: rgba(255, 255, 255, 0.7);
      bottom: 0;
      color: #120A29;
      height: 30%;
      left: 0;
      overflow: hidden;
      padding: 20px;
      position: absolute;
      transition: all 0.4s;
      width: 100%; }
      @media (max-width: 991px) {
        .grid .item .content {
          padding: 10px; } }
      .grid .item .content h3 {
        font-family: "Orbitron", sans-serif;
        font-size: 1.375em;
        line-height: 1em;
        padding-right: 75px;
        font-weight: 500; }
        @media (max-width: 991px) {
          .grid .item .content h3 {
            font-size: 1.25em;
            padding-right: 60px; } }
      .grid .item .content .tag {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 0.875em;
        font-weight: 700;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .grid .item .content .tag {
            font-size: 0.75em;
            top: 10px;
            right: 10px; } }
      .grid .item .content .copy {
        margin-top: 10px;
        opacity: 0;
        transition: opacity 0.4s; }
    .grid .item.has-copy:hover .content {
      background-color: #FFFFFF;
      height: 50%; }
      .grid .item.has-copy:hover .content .copy {
        opacity: 1; }
    .grid .item:hover.news .content {
      background-color: #C600C8;
      color: #FFFFFF; }
    .grid .item:hover.preview .content, .grid .item:hover.sponsor .content {
      background-color: #83FC00; }
    .grid .item:hover.spotlight .content, .grid .item:hover.directory-listing .content {
      background-color: #120A29;
      color: #FFFFFF; }
  .grid .video-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #000000;
    z-index: 2; }
    .grid .video-container .close {
      background-image: url(../svg/cross.svg);
      background-size: 20px 20px;
      display: block;
      position: absolute;
      height: 20px;
      width: 20px;
      top: 15px;
      right: 15px; }

.loader {
  width: 73px;
  height: 73px;
  margin: -36px 0 0 -36px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: rotateZ(45deg); }
  .loader .c {
    position: relative;
    transform: rotateZ(45deg);
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1); }
    .loader .c:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 90%;
      height: 90%;
      border: 5% #000000 solid;
      background-color: #FFFFFF;
      animation: loader-cube 1.92s infinite linear both;
      transform-origin: 100% 100%; }
    .loader .c.c2 {
      transform: scale(1.1) rotateZ(90deg); }
      .loader .c.c2:before {
        animation-delay: 0.235s;
        background-color: #C600C8; }
    .loader .c.c3 {
      transform: scale(1.1) rotateZ(180deg); }
      .loader .c.c3:before {
        animation-delay: 0.48s;
        background-color: #83FC00; }
    .loader .c.c4 {
      transform: scale(1.1) rotateZ(270deg); }
      .loader .c.c4:before {
        animation-delay: 0.715s;
        background-color: #361e7b; }

@keyframes loader-cube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0; } }

header {
  background-color: rgba(18, 10, 41, 0);
  height: 100px;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: background-color 0.4s; }
  @media (max-width: 991px) {
    header {
      height: 120px; } }
  @media (max-width: 767px) {
    header {
      position: relative;
      top: auto;
      left: auto;
      background: #120A29;
      text-align: center;
      height: auto;
      padding: 20px; } }
  header #logo {
    display: block;
    float: left; }
    @media (max-width: 991px) {
      header #logo {
        float: none; } }
    header #logo svg {
      height: 40px;
      width: 368px; }
      @media (max-width: 991px) {
        header #logo svg {
          width: 300px;
          height: 33px; } }
      header #logo svg path {
        transition: fill .4s ease;
        fill: #FFFFFF; }
        header #logo svg path#logo-music {
          fill: #C600C8; }
        header #logo svg path#logo-games {
          fill: #83FC00; }
  header .tagline {
    float: left;
    margin-left: 20px; }
    header .tagline p {
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      color: #FFFFFF; }
    @media (max-width: 991px) {
      header .tagline {
        margin-left: 0;
        float: none; }
        header .tagline p {
          line-height: 1em;
          height: auto; } }
  header .social-links {
    position: absolute;
    top: 30px;
    right: 30px; }
    header .social-links li {
      float: left; }
      header .social-links li a {
        display: block;
        fill: #FFFFFF;
        height: 40px;
        width: 40px; }
        header .social-links li a svg {
          display: block;
          height: 100%;
          width: 100%; }
        header .social-links li a:hover {
          fill: #C600C8; }
  header nav {
    float: right; }
    header nav ul {
      overflow: hidden; }
      header nav ul li {
        float: left;
        margin-left: 20px; }
        header nav ul li a {
          color: #FFFFFF;
          font-family: "Orbitron", sans-serif;
          font-weight: 300;
          font-size: 1em;
          height: 40px;
          line-height: 40px;
          text-transform: uppercase;
          text-decoration: none;
          vertical-align: middle;
          padding: 5px; }
          header nav ul li a:hover {
            background-color: #FFFFFF;
            color: #120A29; }
  @media (min-width: 768px) {
    header.fixed {
      background-color: rgba(18, 10, 41, 0.9);
      height: 80px;
      position: fixed;
      padding: 10px 30px; }
      header.fixed .social-links {
        top: 10px;
        right: 10px; }
      header.fixed #logo svg path#logo-music {
        fill: #C600C8; }
      header.fixed #logo svg path#logo-games {
        fill: #83FC00; } }
  @media (min-width: 992px) {
    header.fixed {
      height: 60px; } }

/*!
	theme/global.scss
*/
body {
  box-sizing: border-box;
  background: #120A29; }
