@charset "UTF-8";
/******************************************************************
Site Name: Brew
Author: Dan Brown

Stylesheet: Main Stylesheet

Here's where the magic happens. First we are calling the bootstrap
LESS files.  Then we'll load custom.scss which is based on the bones 
_base.scss file.  Any customizations should be placed in either 
variables.scss, custom.scss or any additional LESS files.
******************************************************************/
@font-face {
  font-family: 'Gotham';
  src: url("fonts/gotham/ufonts.com_gotham_book-webfont.eot");
  src: url("fonts/gotham/ufonts.com_gotham_book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham/ufonts.com_gotham_book-webfont.woff") format("woff"), url("fonts/gotham/ufonts.com_gotham_book-webfont.ttf") format("truetype"), url("fonts/gotham/ufonts.com_gotham_book-webfont.svg#gotham_ultraregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("fonts/gotham/ufonts.com_gotham_bold-webfont.eot");
  src: url("fonts/gotham/ufonts.com_gotham_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham/ufonts.com_gotham_bold-webfont.woff") format("woff"), url("fonts/gotham/ufonts.com_gotham_bold-webfont.ttf") format("truetype"), url("fonts/gotham/ufonts.com_gotham_bold-webfont.svg#gotham_ultraregular") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("fonts/gotham/ufonts.com_gotham_ultra-webfont.eot");
  src: url("fonts/gotham/ufonts.com_gotham_ultra-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham/ufonts.com_gotham_ultra-webfont.woff") format("woff"), url("fonts/gotham/ufonts.com_gotham_ultra-webfont.ttf") format("truetype"), url("fonts/gotham/ufonts.com_gotham_ultra-webfont.svg#gotham_ultraregular") format("svg");
  font-weight: 900;
  font-style: normal;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* line 11, ../scss/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 30, ../scss/bootstrap/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 41, ../scss/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 50, ../scss/bootstrap/_normalize.scss */
[hidden] {
  display: none;
}

/* line 64, ../scss/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 74, ../scss/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 86, ../scss/bootstrap/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 94, ../scss/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 108, ../scss/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 117, ../scss/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 125, ../scss/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 134, ../scss/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 142, ../scss/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 152, ../scss/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 161, ../scss/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 173, ../scss/bootstrap/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 181, ../scss/bootstrap/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 189, ../scss/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 197, ../scss/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 205, ../scss/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 209, ../scss/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 221, ../scss/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 229, ../scss/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 241, ../scss/bootstrap/_normalize.scss */
figure {
  margin: 0;
}

/* line 253, ../scss/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 264, ../scss/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 275, ../scss/bootstrap/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 289, ../scss/bootstrap/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 301, ../scss/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 314, ../scss/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 326, ../scss/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 336, ../scss/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 348, ../scss/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 360, ../scss/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 369, ../scss/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 380, ../scss/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 393, ../scss/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  /* line 8, ../scss/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 15, ../scss/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, ../scss/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, ../scss/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 29, ../scss/bootstrap/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 35, ../scss/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 41, ../scss/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 45, ../scss/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 50, ../scss/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
  }
  /* line 58, ../scss/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 65, ../scss/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 71, ../scss/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 75, ../scss/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 82, ../scss/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 86, ../scss/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 90, ../scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 94, ../scss/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 8, ../scss/bootstrap/_scaffolding.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../scss/bootstrap/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

/* line 22, ../scss/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 31, ../scss/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 44, ../scss/bootstrap/_scaffolding.scss */
button,
input,
select[multiple],
textarea {
  background-image: none;
}

/* line 54, ../scss/bootstrap/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}
/* line 58, ../scss/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
/* line 64, ../scss/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 72, ../scss/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 77, ../scss/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 82, ../scss/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 89, ../scss/bootstrap/_scaffolding.scss */
.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 102, ../scss/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 109, ../scss/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #999999;
}

/* line 121, ../scss/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/* line 41, ../scss/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
  font-family: "Gotham";
}

/* line 45, ../scss/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 45, ../scss/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 61, ../scss/bootstrap/_type.scss */
small {
  font-size: 85%;
}

/* line 64, ../scss/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 67, ../scss/bootstrap/_type.scss */
.text-muted {
  color: #999999;
}

/* line 68, ../scss/bootstrap/_type.scss */
.text-primary {
  color: #428bca;
}

/* line 69, ../scss/bootstrap/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 70, ../scss/bootstrap/_type.scss */
.text-danger {
  color: #b94a48;
}

/* line 71, ../scss/bootstrap/_type.scss */
.text-success {
  color: #468847;
}

/* line 72, ../scss/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 75, ../scss/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 76, ../scss/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 77, ../scss/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 83, ../scss/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Gotham";
  font-weight: 500;
  line-height: 1.1;
}
/* line 88, ../scss/bootstrap/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 95, ../scss/bootstrap/_type.scss */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

/* line 102, ../scss/bootstrap/_type.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 109, ../scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 110, ../scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 111, ../scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 112, ../scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 113, ../scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 114, ../scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 116, ../scss/bootstrap/_type.scss */
h1 small, .h1 small {
  font-size: 24px;
}

/* line 117, ../scss/bootstrap/_type.scss */
h2 small, .h2 small {
  font-size: 18px;
}

/* line 118, ../scss/bootstrap/_type.scss */
h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 14px;
}

/* line 125, ../scss/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 137, ../scss/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 141, ../scss/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 150, ../scss/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 157, ../scss/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 165, ../scss/bootstrap/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 168, ../scss/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 172, ../scss/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 175, ../scss/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

@media (min-width: 1264px) {
  /* line 186, ../scss/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 193, ../scss/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 20, ../scss/bootstrap/_mixins.scss */
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  /* line 25, ../scss/bootstrap/_mixins.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}
/* line 204, ../scss/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 210, ../scss/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 216, ../scss/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
/* line 220, ../scss/bootstrap/_type.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 225, ../scss/bootstrap/_type.scss */
blockquote p:last-child {
  margin-bottom: 0;
}
/* line 228, ../scss/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 1.42857;
  color: #999999;
}
/* line 232, ../scss/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 238, ../scss/bootstrap/_type.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
/* line 243, ../scss/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 248, ../scss/bootstrap/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 251, ../scss/bootstrap/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 259, ../scss/bootstrap/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 267, ../scss/bootstrap/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../scss/bootstrap/_code.scss */
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

/* line 13, ../scss/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 23, ../scss/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 37, ../scss/bootstrap/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}
/* line 42, ../scss/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 53, ../scss/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, ../scss/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../scss/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 17, ../scss/bootstrap/_grid.scss */
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 82, ../scss/bootstrap/_grid.scss */
.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 {
  float: left;
}

/* line 95, ../scss/bootstrap/_grid.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 96, ../scss/bootstrap/_grid.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 97, ../scss/bootstrap/_grid.scss */
.col-xs-3 {
  width: 25%;
}

/* line 98, ../scss/bootstrap/_grid.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 99, ../scss/bootstrap/_grid.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 100, ../scss/bootstrap/_grid.scss */
.col-xs-6 {
  width: 50%;
}

/* line 101, ../scss/bootstrap/_grid.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 102, ../scss/bootstrap/_grid.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 103, ../scss/bootstrap/_grid.scss */
.col-xs-9 {
  width: 75%;
}

/* line 104, ../scss/bootstrap/_grid.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 105, ../scss/bootstrap/_grid.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 106, ../scss/bootstrap/_grid.scss */
.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 118, ../scss/bootstrap/_grid.scss */
  .container {
    max-width: 750px;
  }

  /* line 122, ../scss/bootstrap/_grid.scss */
  .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 {
    float: left;
  }

  /* line 135, ../scss/bootstrap/_grid.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 136, ../scss/bootstrap/_grid.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 137, ../scss/bootstrap/_grid.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 138, ../scss/bootstrap/_grid.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 139, ../scss/bootstrap/_grid.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 140, ../scss/bootstrap/_grid.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 141, ../scss/bootstrap/_grid.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 142, ../scss/bootstrap/_grid.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 143, ../scss/bootstrap/_grid.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 144, ../scss/bootstrap/_grid.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 145, ../scss/bootstrap/_grid.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 146, ../scss/bootstrap/_grid.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 149, ../scss/bootstrap/_grid.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 150, ../scss/bootstrap/_grid.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 151, ../scss/bootstrap/_grid.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 152, ../scss/bootstrap/_grid.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 153, ../scss/bootstrap/_grid.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 154, ../scss/bootstrap/_grid.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 155, ../scss/bootstrap/_grid.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 156, ../scss/bootstrap/_grid.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 157, ../scss/bootstrap/_grid.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 158, ../scss/bootstrap/_grid.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 159, ../scss/bootstrap/_grid.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 161, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 162, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 163, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 164, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 165, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 166, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 167, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 168, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 169, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 170, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 171, ../scss/bootstrap/_grid.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 174, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 175, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 176, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 177, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 178, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 179, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 180, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 181, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 182, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 183, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 184, ../scss/bootstrap/_grid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  /* line 196, ../scss/bootstrap/_grid.scss */
  .container {
    max-width: 970px;
  }

  /* line 199, ../scss/bootstrap/_grid.scss */
  .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 {
    float: left;
  }

  /* line 212, ../scss/bootstrap/_grid.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 213, ../scss/bootstrap/_grid.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 214, ../scss/bootstrap/_grid.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 215, ../scss/bootstrap/_grid.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 216, ../scss/bootstrap/_grid.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 217, ../scss/bootstrap/_grid.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 218, ../scss/bootstrap/_grid.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 219, ../scss/bootstrap/_grid.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 220, ../scss/bootstrap/_grid.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 221, ../scss/bootstrap/_grid.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 222, ../scss/bootstrap/_grid.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 223, ../scss/bootstrap/_grid.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 226, ../scss/bootstrap/_grid.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 227, ../scss/bootstrap/_grid.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 228, ../scss/bootstrap/_grid.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 229, ../scss/bootstrap/_grid.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 230, ../scss/bootstrap/_grid.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 231, ../scss/bootstrap/_grid.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 232, ../scss/bootstrap/_grid.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 233, ../scss/bootstrap/_grid.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 234, ../scss/bootstrap/_grid.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 235, ../scss/bootstrap/_grid.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 236, ../scss/bootstrap/_grid.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 237, ../scss/bootstrap/_grid.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 239, ../scss/bootstrap/_grid.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 240, ../scss/bootstrap/_grid.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 241, ../scss/bootstrap/_grid.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 242, ../scss/bootstrap/_grid.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 243, ../scss/bootstrap/_grid.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 244, ../scss/bootstrap/_grid.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 245, ../scss/bootstrap/_grid.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 246, ../scss/bootstrap/_grid.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 247, ../scss/bootstrap/_grid.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 248, ../scss/bootstrap/_grid.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 249, ../scss/bootstrap/_grid.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 250, ../scss/bootstrap/_grid.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 253, ../scss/bootstrap/_grid.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 254, ../scss/bootstrap/_grid.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 255, ../scss/bootstrap/_grid.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 256, ../scss/bootstrap/_grid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 257, ../scss/bootstrap/_grid.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 258, ../scss/bootstrap/_grid.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 259, ../scss/bootstrap/_grid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 260, ../scss/bootstrap/_grid.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 261, ../scss/bootstrap/_grid.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 262, ../scss/bootstrap/_grid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 263, ../scss/bootstrap/_grid.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 264, ../scss/bootstrap/_grid.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 276, ../scss/bootstrap/_grid.scss */
  .container {
    max-width: 1170px;
  }

  /* line 280, ../scss/bootstrap/_grid.scss */
  .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 {
    float: left;
  }

  /* line 293, ../scss/bootstrap/_grid.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 294, ../scss/bootstrap/_grid.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 295, ../scss/bootstrap/_grid.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 296, ../scss/bootstrap/_grid.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 297, ../scss/bootstrap/_grid.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 298, ../scss/bootstrap/_grid.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 299, ../scss/bootstrap/_grid.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 300, ../scss/bootstrap/_grid.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 301, ../scss/bootstrap/_grid.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 302, ../scss/bootstrap/_grid.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 303, ../scss/bootstrap/_grid.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 304, ../scss/bootstrap/_grid.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 307, ../scss/bootstrap/_grid.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 308, ../scss/bootstrap/_grid.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 309, ../scss/bootstrap/_grid.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 310, ../scss/bootstrap/_grid.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 311, ../scss/bootstrap/_grid.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 312, ../scss/bootstrap/_grid.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 313, ../scss/bootstrap/_grid.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 314, ../scss/bootstrap/_grid.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 315, ../scss/bootstrap/_grid.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 316, ../scss/bootstrap/_grid.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 317, ../scss/bootstrap/_grid.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 318, ../scss/bootstrap/_grid.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 320, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 321, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 322, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 323, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 324, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 325, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 326, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 327, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 328, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 329, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 330, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 331, ../scss/bootstrap/_grid.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 334, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 335, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 336, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 337, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 338, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 339, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 340, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 341, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 342, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 343, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 344, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 345, ../scss/bootstrap/_grid.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
/* line 6, ../scss/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 10, ../scss/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 17, ../scss/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 25, ../scss/bootstrap/_tables.scss */
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #384043;
}
/* line 35, ../scss/bootstrap/_tables.scss */
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #384043;
}
/* line 50, ../scss/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #384043;
}
/* line 55, ../scss/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 68, ../scss/bootstrap/_tables.scss */
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

/* line 81, ../scss/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #384043;
}
/* line 87, ../scss/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #384043;
}
/* line 95, ../scss/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 111, ../scss/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 127, ../scss/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 140, ../scss/bootstrap/_tables.scss */
table col[class*="col-"] {
  float: none;
  display: table-column;
}

/* line 147, ../scss/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

/* line 163, ../scss/bootstrap/_tables.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 389, ../scss/bootstrap/_mixins.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 401, ../scss/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

/* line 389, ../scss/bootstrap/_mixins.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 401, ../scss/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e4b9c0;
}

/* line 389, ../scss/bootstrap/_mixins.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 401, ../scss/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f7e1b5;
}

@media (max-width: 768px) {
  /* line 184, ../scss/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #384043;
  }
  /* line 192, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  /* line 201, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 210, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 218, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 222, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 228, ../scss/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 10, ../scss/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 16, ../scss/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 28, ../scss/bootstrap/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 38, ../scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, ../scss/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 51, ../scss/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 56, ../scss/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 62, ../scss/bootstrap/_forms.scss */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

/* line 69, ../scss/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 79, ../scss/bootstrap/_forms.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 57, ../scss/bootstrap/_mixins.scss */
.form-control:-moz-placeholder {
  color: #999999;
}
/* line 58, ../scss/bootstrap/_mixins.scss */
.form-control::-moz-placeholder {
  color: #999999;
}
/* line 59, ../scss/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}
/* line 60, ../scss/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 117, ../scss/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 709, ../scss/bootstrap/_mixins.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 139, ../scss/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 148, ../scss/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 158, ../scss/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 167, ../scss/bootstrap/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
/* line 175, ../scss/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 182, ../scss/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 189, ../scss/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 195, ../scss/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 204, ../scss/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 219, ../scss/bootstrap/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 723, ../scss/bootstrap/_mixins.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 728, ../scss/bootstrap/_mixins.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 733, ../scss/bootstrap/_mixins.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

/* line 723, ../scss/bootstrap/_mixins.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 728, ../scss/bootstrap/_mixins.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

/* line 733, ../scss/bootstrap/_mixins.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

/* line 672, ../scss/bootstrap/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
/* line 677, ../scss/bootstrap/_mixins.scss */
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 680, ../scss/bootstrap/_mixins.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 687, ../scss/bootstrap/_mixins.scss */
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

/* line 672, ../scss/bootstrap/_mixins.scss */
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
/* line 677, ../scss/bootstrap/_mixins.scss */
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 680, ../scss/bootstrap/_mixins.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 687, ../scss/bootstrap/_mixins.scss */
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

/* line 672, ../scss/bootstrap/_mixins.scss */
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
/* line 677, ../scss/bootstrap/_mixins.scss */
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 680, ../scss/bootstrap/_mixins.scss */
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 687, ../scss/bootstrap/_mixins.scss */
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

/* line 255, ../scss/bootstrap/_forms.scss */
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 266, ../scss/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 291, ../scss/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 298, ../scss/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  /* line 305, ../scss/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  /* line 312, ../scss/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

/* line 329, ../scss/bootstrap/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 340, ../scss/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 346, ../scss/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}

/* line 10, ../scss/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 25, ../scss/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 29, ../scss/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
/* line 35, ../scss/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 42, ../scss/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../scss/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-default:active, .btn-default.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 61, ../scss/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 65, ../scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 69, ../scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 73, ../scss/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 77, ../scss/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 80, ../scss/bootstrap/_buttons.scss */
.btn-fun {
  color: #000000;
  background-color: #d1d1d1;
  border-color: #000000;
  font-size: 24px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-fun:hover, .btn-fun:focus, .btn-fun:active, .btn-fun.active {
  color: #000000;
  background-color: #bdbdbd;
  border-color: black;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-fun.dropdown-toggle {
  color: #000000;
  background-color: #bdbdbd;
  border-color: black;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-fun:active, .btn-fun.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-fun.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-fun.disabled, .btn-fun.disabled:hover, .btn-fun.disabled:focus, .btn-fun.disabled:active, .btn-fun.disabled.active, .btn-fun[disabled], .btn-fun[disabled]:hover, .btn-fun[disabled]:focus, .btn-fun[disabled]:active, .btn-fun[disabled].active, fieldset[disabled] .btn-fun, fieldset[disabled] .btn-fun:hover, fieldset[disabled] .btn-fun:focus, fieldset[disabled] .btn-fun:active, fieldset[disabled] .btn-fun.active {
  background-color: #d1d1d1;
  border-color: #000000;
}

/* line 85, ../scss/bootstrap/_buttons.scss */
.btn-flag {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  width: 70px;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-flag:hover, .btn-flag:focus, .btn-flag:active, .btn-flag.active {
  color: #fff;
  background-color: rgba(235, 235, 235, 0);
  border-color: rgba(224, 224, 224, 0);
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-flag.dropdown-toggle {
  color: #fff;
  background-color: rgba(235, 235, 235, 0);
  border-color: rgba(224, 224, 224, 0);
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-flag:active, .btn-flag.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-flag.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-flag.disabled, .btn-flag.disabled:hover, .btn-flag.disabled:focus, .btn-flag.disabled:active, .btn-flag.disabled.active, .btn-flag[disabled], .btn-flag[disabled]:hover, .btn-flag[disabled]:focus, .btn-flag[disabled]:active, .btn-flag[disabled].active, fieldset[disabled] .btn-flag, fieldset[disabled] .btn-flag:hover, fieldset[disabled] .btn-flag:focus, fieldset[disabled] .btn-flag:active, fieldset[disabled] .btn-flag.active {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}
/* line 92, ../scss/bootstrap/_buttons.scss */
.btn-flag.active i {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #FFAB2F;
  border: 3px solid #fad60d;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-flag.active i:hover, .btn-flag.active i:focus, .btn-flag.active i:active, .btn-flag.active i.active {
  color: #fff;
  background-color: rgba(235, 235, 235, 0);
  border-color: #f19000;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-flag.active i.dropdown-toggle {
  color: #fff;
  background-color: rgba(235, 235, 235, 0);
  border-color: #f19000;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-flag.active i:active, .btn-flag.active i.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-flag.active i.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-flag.active i.disabled, .btn-flag.active i.disabled:hover, .btn-flag.active i.disabled:focus, .btn-flag.active i.disabled:active, .btn-flag.active i.disabled.active, .btn-flag.active i[disabled], .btn-flag.active i[disabled]:hover, .btn-flag.active i[disabled]:focus, .btn-flag.active i[disabled]:active, .btn-flag.active i[disabled].active, fieldset[disabled] .btn-flag.active i, fieldset[disabled] .btn-flag.active i:hover, fieldset[disabled] .btn-flag.active i:focus, fieldset[disabled] .btn-flag.active i:active, fieldset[disabled] .btn-flag.active i.active {
  background-color: rgba(255, 255, 255, 0);
  border-color: #FFAB2F;
}

/* line 97, ../scss/bootstrap/_buttons.scss */
.btn-tv-page {
  color: #000000;
  background-color: #f4da44;
  border-color: #636363;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-tv-page:hover, .btn-tv-page:focus, .btn-tv-page:active, .btn-tv-page.active {
  color: #000000;
  background-color: #f2d21d;
  border-color: #444444;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-tv-page.dropdown-toggle {
  color: #000000;
  background-color: #f2d21d;
  border-color: #444444;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-tv-page:active, .btn-tv-page.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-tv-page.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-tv-page.disabled, .btn-tv-page.disabled:hover, .btn-tv-page.disabled:focus, .btn-tv-page.disabled:active, .btn-tv-page.disabled.active, .btn-tv-page[disabled], .btn-tv-page[disabled]:hover, .btn-tv-page[disabled]:focus, .btn-tv-page[disabled]:active, .btn-tv-page[disabled].active, fieldset[disabled] .btn-tv-page, fieldset[disabled] .btn-tv-page:hover, fieldset[disabled] .btn-tv-page:focus, fieldset[disabled] .btn-tv-page:active, fieldset[disabled] .btn-tv-page.active {
  background-color: #f4da44;
  border-color: #636363;
}

/* line 100, ../scss/bootstrap/_buttons.scss */
.btn-game {
  color: #000000;
  background-color: #f4da44;
  border-color: #636363;
  border-radius: 8px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: "Gotham";
  font-weight: bold;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-game:hover, .btn-game:focus, .btn-game:active, .btn-game.active {
  color: #000000;
  background-color: #f2d21d;
  border-color: #444444;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-game.dropdown-toggle {
  color: #000000;
  background-color: #f2d21d;
  border-color: #444444;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-game:active, .btn-game.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-game.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-game.disabled, .btn-game.disabled:hover, .btn-game.disabled:focus, .btn-game.disabled:active, .btn-game.disabled.active, .btn-game[disabled], .btn-game[disabled]:hover, .btn-game[disabled]:focus, .btn-game[disabled]:active, .btn-game[disabled].active, fieldset[disabled] .btn-game, fieldset[disabled] .btn-game:hover, fieldset[disabled] .btn-game:focus, fieldset[disabled] .btn-game:active, fieldset[disabled] .btn-game.active {
  background-color: #f4da44;
  border-color: #636363;
}
@media (max-width: 767px) {
  /* line 100, ../scss/bootstrap/_buttons.scss */
  .btn-game {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
}

/* line 114, ../scss/bootstrap/_buttons.scss */
.btn-register-age {
  color: #fff;
  background-color: #aeaeae;
  border-color: #aeaeae;
  font-weight: bold;
  padding: 5px 15px;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-register-age:hover, .btn-register-age:focus, .btn-register-age:active, .btn-register-age.active {
  color: #fff;
  background-color: #9a9a9a;
  border-color: #8f8f8f;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-register-age.dropdown-toggle {
  color: #fff;
  background-color: #9a9a9a;
  border-color: #8f8f8f;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-register-age:active, .btn-register-age.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-register-age.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-register-age.disabled, .btn-register-age.disabled:hover, .btn-register-age.disabled:focus, .btn-register-age.disabled:active, .btn-register-age.disabled.active, .btn-register-age[disabled], .btn-register-age[disabled]:hover, .btn-register-age[disabled]:focus, .btn-register-age[disabled]:active, .btn-register-age[disabled].active, fieldset[disabled] .btn-register-age, fieldset[disabled] .btn-register-age:hover, fieldset[disabled] .btn-register-age:focus, fieldset[disabled] .btn-register-age:active, fieldset[disabled] .btn-register-age.active {
  background-color: #aeaeae;
  border-color: #aeaeae;
}
/* line 119, ../scss/bootstrap/_buttons.scss */
.btn-register-age.active {
  color: #000000;
  background-color: #f4da44;
  border-color: #636363;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-register-age.active:hover, .btn-register-age.active:focus, .btn-register-age.active:active, .btn-register-age.active.active {
  color: #000000;
  background-color: #f2d21d;
  border-color: #444444;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-register-age.active.dropdown-toggle {
  color: #000000;
  background-color: #f2d21d;
  border-color: #444444;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-register-age.active:active, .btn-register-age.active.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-register-age.active.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-register-age.active.disabled, .btn-register-age.active.disabled:hover, .btn-register-age.active.disabled:focus, .btn-register-age.active.disabled:active, .btn-register-age.active.disabled.active, .btn-register-age.active[disabled], .btn-register-age.active[disabled]:hover, .btn-register-age.active[disabled]:focus, .btn-register-age.active[disabled]:active, .btn-register-age.active[disabled].active, fieldset[disabled] .btn-register-age.active, fieldset[disabled] .btn-register-age.active:hover, fieldset[disabled] .btn-register-age.active:focus, fieldset[disabled] .btn-register-age.active:active, fieldset[disabled] .btn-register-age.active.active {
  background-color: #f4da44;
  border-color: #636363;
}

/* line 124, ../scss/bootstrap/_buttons.scss */
.btn-achievement-level {
  color: #fff;
  background-color: #aeaeae;
  border-color: #aeaeae;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px 10px 0px 10px;
  font-weight: bold;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-achievement-level:hover, .btn-achievement-level:focus, .btn-achievement-level:active, .btn-achievement-level.active {
  color: #fff;
  background-color: #9a9a9a;
  border-color: #8f8f8f;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-achievement-level.dropdown-toggle {
  color: #fff;
  background-color: #9a9a9a;
  border-color: #8f8f8f;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-achievement-level:active, .btn-achievement-level.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-achievement-level.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-achievement-level.disabled, .btn-achievement-level.disabled:hover, .btn-achievement-level.disabled:focus, .btn-achievement-level.disabled:active, .btn-achievement-level.disabled.active, .btn-achievement-level[disabled], .btn-achievement-level[disabled]:hover, .btn-achievement-level[disabled]:focus, .btn-achievement-level[disabled]:active, .btn-achievement-level[disabled].active, fieldset[disabled] .btn-achievement-level, fieldset[disabled] .btn-achievement-level:hover, fieldset[disabled] .btn-achievement-level:focus, fieldset[disabled] .btn-achievement-level:active, fieldset[disabled] .btn-achievement-level.active {
  background-color: #aeaeae;
  border-color: #aeaeae;
}
/* line 130, ../scss/bootstrap/_buttons.scss */
.btn-achievement-level > a {
  color: #fff;
}
/* line 133, ../scss/bootstrap/_buttons.scss */
.btn-achievement-level.active {
  color: #0b2d4c;
  background-color: #fad60d;
  border-color: #fad60d;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-achievement-level.active:hover, .btn-achievement-level.active:focus, .btn-achievement-level.active:active, .btn-achievement-level.active.active {
  color: #0b2d4c;
  background-color: #dab904;
  border-color: #c6a804;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-achievement-level.active.dropdown-toggle {
  color: #0b2d4c;
  background-color: #dab904;
  border-color: #c6a804;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-achievement-level.active:active, .btn-achievement-level.active.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-achievement-level.active.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-achievement-level.active.disabled, .btn-achievement-level.active.disabled:hover, .btn-achievement-level.active.disabled:focus, .btn-achievement-level.active.disabled:active, .btn-achievement-level.active.disabled.active, .btn-achievement-level.active[disabled], .btn-achievement-level.active[disabled]:hover, .btn-achievement-level.active[disabled]:focus, .btn-achievement-level.active[disabled]:active, .btn-achievement-level.active[disabled].active, fieldset[disabled] .btn-achievement-level.active, fieldset[disabled] .btn-achievement-level.active:hover, fieldset[disabled] .btn-achievement-level.active:focus, fieldset[disabled] .btn-achievement-level.active:active, fieldset[disabled] .btn-achievement-level.active.active {
  background-color: #fad60d;
  border-color: #fad60d;
}
/* line 135, ../scss/bootstrap/_buttons.scss */
.btn-achievement-level.active a {
  color: #0b2d4c;
}
@media (max-width: 767px) {
  /* line 124, ../scss/bootstrap/_buttons.scss */
  .btn-achievement-level {
    margin: 0px 5px 0px 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}

/* line 147, ../scss/bootstrap/_buttons.scss */
.btn-ruggermaths {
  color: #000000;
  background-color: #f4da44;
  border-color: #636363;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 30px;
  font-family: "Gotham";
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  margin-top: 20px;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-ruggermaths:hover, .btn-ruggermaths:focus, .btn-ruggermaths:active, .btn-ruggermaths.active {
  color: #000000;
  background-color: #f2d21d;
  border-color: #444444;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-ruggermaths.dropdown-toggle {
  color: #000000;
  background-color: #f2d21d;
  border-color: #444444;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-ruggermaths:active, .btn-ruggermaths.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-ruggermaths.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-ruggermaths.disabled, .btn-ruggermaths.disabled:hover, .btn-ruggermaths.disabled:focus, .btn-ruggermaths.disabled:active, .btn-ruggermaths.disabled.active, .btn-ruggermaths[disabled], .btn-ruggermaths[disabled]:hover, .btn-ruggermaths[disabled]:focus, .btn-ruggermaths[disabled]:active, .btn-ruggermaths[disabled].active, fieldset[disabled] .btn-ruggermaths, fieldset[disabled] .btn-ruggermaths:hover, fieldset[disabled] .btn-ruggermaths:focus, fieldset[disabled] .btn-ruggermaths:active, fieldset[disabled] .btn-ruggermaths.active {
  background-color: #f4da44;
  border-color: #636363;
}
/* line 158, ../scss/bootstrap/_buttons.scss */
.btn-ruggermaths.locked::before {
  background: url("../images/lock.png");
  content: '';
  width: 44px;
  height: 65px;
  display: block;
  position: absolute;
  z-index: 3000;
  left: 20px;
  top: 60px;
}

/* line 171, ../scss/bootstrap/_buttons.scss */
.btn-filter {
  color: #ffffff;
  background-color: #aeaeae;
  border-color: #aeaeae;
  font-weight: bold;
  margin: 5px;
  border: 2px solid #1189DF;
  border-radius: 16px;
  color: #1189DF;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  background: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 18px;
}
/* line 419, ../scss/bootstrap/_mixins.scss */
.btn-filter:hover, .btn-filter:focus, .btn-filter:active, .btn-filter.active {
  color: #ffffff;
  background-color: #9a9a9a;
  border-color: #8f8f8f;
}
/* line 427, ../scss/bootstrap/_mixins.scss */
.open .btn-filter.dropdown-toggle {
  color: #ffffff;
  background-color: #9a9a9a;
  border-color: #8f8f8f;
}
/* line 432, ../scss/bootstrap/_mixins.scss */
.btn-filter:active, .btn-filter.active {
  background-image: none;
}
/* line 436, ../scss/bootstrap/_mixins.scss */
.open .btn-filter.dropdown-toggle {
  background-image: none;
}
/* line 442, ../scss/bootstrap/_mixins.scss */
.btn-filter.disabled, .btn-filter.disabled:hover, .btn-filter.disabled:focus, .btn-filter.disabled:active, .btn-filter.disabled.active, .btn-filter[disabled], .btn-filter[disabled]:hover, .btn-filter[disabled]:focus, .btn-filter[disabled]:active, .btn-filter[disabled].active, fieldset[disabled] .btn-filter, fieldset[disabled] .btn-filter:hover, fieldset[disabled] .btn-filter:focus, fieldset[disabled] .btn-filter:active, fieldset[disabled] .btn-filter.active {
  background-color: #aeaeae;
  border-color: #aeaeae;
}
/* line 187, ../scss/bootstrap/_buttons.scss */
.btn-filter.active {
  background-color: #1189DF;
  border-color: #1189DF;
  color: white;
}

/* line 195, ../scss/bootstrap/_buttons.scss */
.btngrid {
  float: left;
}

/* line 204, ../scss/bootstrap/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 210, ../scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 217, ../scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 223, ../scss/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
/* line 231, ../scss/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 243, ../scss/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 247, ../scss/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 252, ../scss/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
}

/* line 260, ../scss/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 268, ../scss/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 276, ../scss/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../scss/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../scss/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../scss/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 20, ../scss/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 24, ../scss/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 7, ../scss/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}

/* line 23, ../scss/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 28, ../scss/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 33, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 53, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 59, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 64, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 77, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 87, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 102, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 110, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../scss/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../scss/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../scss/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

/* line 143, ../scss/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 153, ../scss/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 166, ../scss/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
/* line 174, ../scss/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 1264px) {
  /* line 188, ../scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
/* line 10, ../scss/bootstrap/_button-groups.scss */
.btn-default .caret {
  border-top-color: #333;
}
/* line 13, ../scss/bootstrap/_button-groups.scss */
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

/* line 22, ../scss/bootstrap/_button-groups.scss */
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
/* line 30, ../scss/bootstrap/_button-groups.scss */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

/* line 37, ../scss/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 42, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 46, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 52, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 61, ../scss/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 20, ../scss/bootstrap/_mixins.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 73, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group {
  float: left;
}
/* line 79, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

/* line 86, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 91, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 93, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 98, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 104, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 107, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 111, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 116, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 121, ../scss/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 140, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 144, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 151, ../scss/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 157, ../scss/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 161, ../scss/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 166, ../scss/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 175, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 186, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 191, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 201, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 204, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 208, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 213, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 217, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 222, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 231, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 236, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 245, ../scss/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 7, ../scss/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../scss/bootstrap/_input-groups.scss */
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../scss/bootstrap/_input-groups.scss */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

/* line 40, ../scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 45, ../scss/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 50, ../scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 59, ../scss/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 70, ../scss/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 75, ../scss/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 82, ../scss/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 89, ../scss/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../scss/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 99, ../scss/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 106, ../scss/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 112, ../scss/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}

/* line 116, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 119, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
/* line 123, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 9, ../scss/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.nav:before, .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.nav:after {
  clear: both;
}
/* line 15, ../scss/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../scss/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 24, ../scss/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../scss/bootstrap/_navs.scss */
.nav > li.current_page_item a, .nav > li.current-menu-item a {
  color: #FFAB2F;
}
/* line 37, ../scss/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}
/* line 40, ../scss/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 52, ../scss/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
/* line 61, ../scss/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 67, ../scss/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 77, ../scss/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 79, ../scss/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 85, ../scss/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 90, ../scss/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 97, ../scss/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 119, ../scss/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 123, ../scss/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 5px;
}
/* line 126, ../scss/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 132, ../scss/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 145, ../scss/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 147, ../scss/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 161, ../scss/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 164, ../scss/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 166, ../scss/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 172, ../scss/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

/* line 180, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 182, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
/* line 188, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}

/* line 20, ../scss/bootstrap/_mixins.scss */
.tabbable:before, .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 203, ../scss/bootstrap/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 209, ../scss/bootstrap/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 220, ../scss/bootstrap/_navs.scss */
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

/* line 224, ../scss/bootstrap/_navs.scss */
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 230, ../scss/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../scss/bootstrap/_navbar.scss */
.navbar {
  z-index: 1000;
  min-height: 70px;
}
@media (min-width: 768px) {
  /* line 11, ../scss/bootstrap/_navbar.scss */
  .navbar {
    min-height: 100px;
  }
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.navbar:before, .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 1264px) {
  /* line 11, ../scss/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 28, ../scss/bootstrap/_navbar.scss */
#logo {
  background: url("../images/logo.png") no-repeat 100%/contain;
  width: 170px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 3000;
  top: 15px;
  left: 15px;
}
@media (min-width: 768px) {
  /* line 28, ../scss/bootstrap/_navbar.scss */
  #logo {
    width: 210px;
    height: 61px;
    top: 15px;
    left: auto;
  }
}

/* line 47, ../scss/bootstrap/_navbar.scss */
ul.navbar-nav {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  /* line 47, ../scss/bootstrap/_navbar.scss */
  ul.navbar-nav {
    float: right;
    margin-top: 20px;
  }
}
/* line 57, ../scss/bootstrap/_navbar.scss */
ul.navbar-nav li a {
  font-family: "Gotham";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
/* line 65, ../scss/bootstrap/_navbar.scss */
ul.navbar-nav li a:hover, ul.navbar-nav li a:focus, ul.navbar-nav li a:active {
  background: #1189df;
  color: #FFAB2F;
}

/* line 20, ../scss/bootstrap/_mixins.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 80, ../scss/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 99, ../scss/bootstrap/_navbar.scss */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 110, ../scss/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  /* line 99, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 119, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 126, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 131, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  /* line 134, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  /* line 137, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

/* line 148, ../scss/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  height: 80px;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1264px) {
  /* line 148, ../scss/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 168, ../scss/bootstrap/_navbar.scss */
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 1264px) {
  /* line 168, ../scss/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 176, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 1264px) {
  /* line 176, ../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 188, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}

/* line 192, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

/* line 203, ../scss/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  top: 30px;
  right: 15px;
  z-index: 9999;
}
/* line 215, ../scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 6px;
  background-color: #fff;
}
/* line 222, ../scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  /* line 203, ../scss/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 237, ../scss/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 240, ../scss/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  /* line 249, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 257, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 261, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 264, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  /* line 237, ../scss/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 277, ../scss/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 279, ../scss/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1264px) {
  /* line 296, ../scss/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 299, ../scss/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 310, ../scss/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 322, ../scss/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1264px) {
  /* line 310, ../scss/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 347, ../scss/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 352, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 357, ../scss/bootstrap/_navbar.scss */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 368, ../scss/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 377, ../scss/bootstrap/_navbar.scss */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1264px) {
  /* line 377, ../scss/bootstrap/_navbar.scss */
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 391, ../scss/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 395, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 397, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 404, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 409, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 412, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: transparent;
  background-color: transparent;
}
/* line 419, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 427, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 436, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 442, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
/* line 447, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
/* line 455, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* line 463, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
/* line 468, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
/* line 474, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  /* line 483, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 485, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: transparent;
    background-color: transparent;
  }
  /* line 492, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 500, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 516, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 518, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: transparent;
}

/* line 527, ../scss/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 531, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}
/* line 533, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 540, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}
/* line 545, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
/* line 548, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: transparent;
  background-color: transparent;
}
/* line 555, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: transparent;
  background-color: #090909;
}
/* line 563, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 573, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 575, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 579, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 584, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 592, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: transparent;
}
/* line 599, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* line 603, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
/* line 611, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
@media (max-width: 767px) {
  /* line 621, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 624, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  /* line 626, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: transparent;
    background-color: transparent;
  }
  /* line 633, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: transparent;
    background-color: #090909;
  }
  /* line 641, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 652, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}
/* line 654, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: transparent;
}

/* line 6, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 12, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 14, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
/* line 20, ../scss/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4, ../scss/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../scss/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../scss/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 24, ../scss/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 31, ../scss/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 40, ../scss/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
/* line 48, ../scss/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
/* line 60, ../scss/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 466, ../scss/bootstrap/_mixins.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 472, ../scss/bootstrap/_mixins.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 478, ../scss/bootstrap/_mixins.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 466, ../scss/bootstrap/_mixins.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 472, ../scss/bootstrap/_mixins.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 478, ../scss/bootstrap/_mixins.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../scss/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.pager:before, .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.pager:after {
  clear: both;
}
/* line 12, ../scss/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../scss/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../scss/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../scss/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../scss/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../scss/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../scss/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 19, ../scss/bootstrap/_labels.scss */
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* line 28, ../scss/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 36, ../scss/bootstrap/_labels.scss */
.label-default {
  background-color: #999999;
}
/* line 491, ../scss/bootstrap/_mixins.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

/* line 40, ../scss/bootstrap/_labels.scss */
.label-primary {
  background-color: #428bca;
}
/* line 491, ../scss/bootstrap/_mixins.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 44, ../scss/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 491, ../scss/bootstrap/_mixins.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 48, ../scss/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 491, ../scss/bootstrap/_mixins.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 52, ../scss/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 491, ../scss/bootstrap/_mixins.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 56, ../scss/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 491, ../scss/bootstrap/_mixins.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../scss/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
/* line 22, ../scss/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 29, ../scss/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 38, ../scss/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 44, ../scss/bootstrap/_badges.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 49, ../scss/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 6, ../scss/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14286;
  color: inherit;
  background-color: #eeeeee;
}
/* line 15, ../scss/bootstrap/_jumbotron.scss */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
/* line 19, ../scss/bootstrap/_jumbotron.scss */
.jumbotron p {
  line-height: 1.4;
}
/* line 23, ../scss/bootstrap/_jumbotron.scss */
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  /* line 6, ../scss/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 31, ../scss/bootstrap/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 36, ../scss/bootstrap/_jumbotron.scss */
  .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 7, ../scss/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
}
/* line 11, ../scss/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 18, ../scss/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

/* line 24, ../scss/bootstrap/_thumbnails.scss */
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 28, ../scss/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 9, ../scss/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../scss/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../scss/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 27, ../scss/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, ../scss/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, ../scss/bootstrap/_alerts.scss */
.alert-dismissable {
  padding-right: 35px;
}
/* line 44, ../scss/bootstrap/_alerts.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 56, ../scss/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
/* line 373, ../scss/bootstrap/_mixins.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 376, ../scss/bootstrap/_mixins.scss */
.alert-success .alert-link {
  color: #356635;
}

/* line 59, ../scss/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
/* line 373, ../scss/bootstrap/_mixins.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 376, ../scss/bootstrap/_mixins.scss */
.alert-info .alert-link {
  color: #2d6987;
}

/* line 62, ../scss/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
/* line 373, ../scss/bootstrap/_mixins.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 376, ../scss/bootstrap/_mixins.scss */
.alert-warning .alert-link {
  color: #a47e3c;
}

/* line 65, ../scss/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
/* line 373, ../scss/bootstrap/_mixins.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 376, ../scss/bootstrap/_mixins.scss */
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 39, ../scss/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 49, ../scss/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 62, ../scss/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

/* line 68, ../scss/bootstrap/_progress-bars.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 81, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 511, ../scss/bootstrap/_mixins.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 85, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 511, ../scss/bootstrap/_mixins.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 89, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 511, ../scss/bootstrap/_mixins.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 93, ../scss/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 511, ../scss/bootstrap/_mixins.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 10, ../scss/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 17, ../scss/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, ../scss/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, ../scss/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 31, ../scss/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../scss/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}
/* line 43, ../scss/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, ../scss/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 8, ../scss/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 17, ../scss/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 27, ../scss/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 30, ../scss/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 36, ../scss/bootstrap/_list-group.scss */
.list-group-item > .badge {
  float: right;
}
/* line 39, ../scss/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 44, ../scss/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 53, ../scss/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
/* line 56, ../scss/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 63, ../scss/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}
/* line 66, ../scss/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 71, ../scss/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 81, ../scss/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 85, ../scss/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../scss/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../scss/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.panel-body:after {
  clear: both;
}

/* line 28, ../scss/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}
/* line 31, ../scss/bootstrap/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
/* line 35, ../scss/bootstrap/_panels.scss */
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 39, ../scss/bootstrap/_panels.scss */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 47, ../scss/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 59, ../scss/bootstrap/_panels.scss */
.panel > .table {
  margin-bottom: 0;
}
/* line 62, ../scss/bootstrap/_panels.scss */
.panel > .panel-body + .table {
  border-top: 1px solid #384043;
}

/* line 69, ../scss/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 76, ../scss/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
/* line 80, ../scss/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 86, ../scss/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 101, ../scss/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
/* line 105, ../scss/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 110, ../scss/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 112, ../scss/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
/* line 116, ../scss/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 118, ../scss/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 131, ../scss/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 352, ../scss/bootstrap/_mixins.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 356, ../scss/bootstrap/_mixins.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
/* line 361, ../scss/bootstrap/_mixins.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

/* line 134, ../scss/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca;
}
/* line 352, ../scss/bootstrap/_mixins.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 356, ../scss/bootstrap/_mixins.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
/* line 361, ../scss/bootstrap/_mixins.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 137, ../scss/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 352, ../scss/bootstrap/_mixins.scss */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 356, ../scss/bootstrap/_mixins.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
/* line 361, ../scss/bootstrap/_mixins.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 140, ../scss/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 352, ../scss/bootstrap/_mixins.scss */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 356, ../scss/bootstrap/_mixins.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
/* line 361, ../scss/bootstrap/_mixins.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

/* line 143, ../scss/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 352, ../scss/bootstrap/_mixins.scss */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 356, ../scss/bootstrap/_mixins.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
/* line 361, ../scss/bootstrap/_mixins.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 146, ../scss/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 352, ../scss/bootstrap/_mixins.scss */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 356, ../scss/bootstrap/_mixins.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
/* line 361, ../scss/bootstrap/_mixins.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 7, ../scss/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../scss/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../scss/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../scss/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../scss/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../scss/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 27, ../scss/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../scss/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}
/* line 17, ../scss/bootstrap/_modals.scss */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

/* line 23, ../scss/bootstrap/_modals.scss */
body.modal-open {
  margin-right: 15px;
}

/* line 28, ../scss/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
/* line 40, ../scss/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 44, ../scss/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 48, ../scss/bootstrap/_modals.scss */
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

/* line 57, ../scss/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

/* line 70, ../scss/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
/* line 79, ../scss/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 80, ../scss/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 85, ../scss/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 91, ../scss/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 96, ../scss/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 103, ../scss/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 109, ../scss/bootstrap/_modals.scss */
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 117, ../scss/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 122, ../scss/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 126, ../scss/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 134, ../scss/bootstrap/_modals.scss */
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 141, ../scss/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
/* line 7, ../scss/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, ../scss/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, ../scss/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, ../scss/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, ../scss/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../scss/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 35, ../scss/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../scss/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 50, ../scss/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 56, ../scss/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 62, ../scss/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 69, ../scss/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 76, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 83, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../scss/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 26, ../scss/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, ../scss/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, ../scss/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, ../scss/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, ../scss/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, ../scss/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, ../scss/bootstrap/_popovers.scss */
.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, ../scss/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 65, ../scss/bootstrap/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, ../scss/bootstrap/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 78, ../scss/bootstrap/_popovers.scss */
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 86, ../scss/bootstrap/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 93, ../scss/bootstrap/_popovers.scss */
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 101, ../scss/bootstrap/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 108, ../scss/bootstrap/_popovers.scss */
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 117, ../scss/bootstrap/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 124, ../scss/bootstrap/_popovers.scss */
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../scss/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../scss/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
/* line 29, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 33, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 37, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 44, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 47, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 50, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 55, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 58, ../scss/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 67, ../scss/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 82, ../scss/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 85, ../scss/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 92, ../scss/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 100, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 110, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
/* line 120, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 125, ../scss/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 136, ../scss/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 147, ../scss/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
/* line 157, ../scss/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 168, ../scss/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 179, ../scss/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 189, ../scss/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 199, ../scss/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 206, ../scss/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 20, ../scss/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../scss/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 15, ../scss/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 23, ../scss/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 26, ../scss/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 29, ../scss/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 32, ../scss/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 40, ../scss/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
/* line 31, ../scss/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 528, ../scss/bootstrap/_mixins.scss */
.visible-xs {
  display: none !important;
}

/* line 529, ../scss/bootstrap/_mixins.scss */
tr.visible-xs {
  display: none !important;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-xs.visible-md {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
/* line 528, ../scss/bootstrap/_mixins.scss */
.visible-sm {
  display: none !important;
}

/* line 529, ../scss/bootstrap/_mixins.scss */
tr.visible-sm {
  display: none !important;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-sm.visible-md {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
/* line 528, ../scss/bootstrap/_mixins.scss */
.visible-md {
  display: none !important;
}

/* line 529, ../scss/bootstrap/_mixins.scss */
tr.visible-md {
  display: none !important;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-md.visible-xs {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-md.visible-sm {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-md {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-md.visible-lg {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
/* line 528, ../scss/bootstrap/_mixins.scss */
.visible-lg {
  display: none !important;
}

/* line 529, ../scss/bootstrap/_mixins.scss */
tr.visible-lg {
  display: none !important;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-lg.visible-md {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
/* line 521, ../scss/bootstrap/_mixins.scss */
.hidden-xs {
  display: block !important;
}

/* line 522, ../scss/bootstrap/_mixins.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 523, ../scss/bootstrap/_mixins.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-xs {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-xs.hidden-md {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
/* line 521, ../scss/bootstrap/_mixins.scss */
.hidden-sm {
  display: block !important;
}

/* line 522, ../scss/bootstrap/_mixins.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 523, ../scss/bootstrap/_mixins.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-sm {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-sm {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-sm.hidden-md {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
/* line 521, ../scss/bootstrap/_mixins.scss */
.hidden-md {
  display: block !important;
}

/* line 522, ../scss/bootstrap/_mixins.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 523, ../scss/bootstrap/_mixins.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-md.hidden-xs {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-md.hidden-sm {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-md {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-md {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-md.hidden-lg {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
/* line 521, ../scss/bootstrap/_mixins.scss */
.hidden-lg {
  display: block !important;
}

/* line 522, ../scss/bootstrap/_mixins.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 523, ../scss/bootstrap/_mixins.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-lg.hidden-md {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-lg {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-lg {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
/* line 528, ../scss/bootstrap/_mixins.scss */
.visible-print {
  display: none !important;
}

/* line 529, ../scss/bootstrap/_mixins.scss */
tr.visible-print {
  display: none !important;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .visible-print {
    display: block !important;
  }

  /* line 522, ../scss/bootstrap/_mixins.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 523, ../scss/bootstrap/_mixins.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  /* line 528, ../scss/bootstrap/_mixins.scss */
  .hidden-print {
    display: none !important;
  }

  /* line 529, ../scss/bootstrap/_mixins.scss */
  tr.hidden-print {
    display: none !important;
  }

  /* line 530, ../scss/bootstrap/_mixins.scss */
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.0.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../less/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.1");
  src: url("../less/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.1") format("embedded-opentype"), url("../less/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.1") format("woff"), url("../less/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.1") format("truetype"), url("../less/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../scss/font-awesome/scss/_core.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../scss/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../scss/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../scss/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../scss/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../scss/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../scss/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../scss/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../scss/font-awesome/scss/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../scss/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../scss/font-awesome/scss/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../scss/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../scss/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../scss/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../scss/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../scss/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../scss/font-awesome/scss/_spinning.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 4, ../scss/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../scss/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../scss/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../scss/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../scss/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../scss/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../scss/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../scss/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../scss/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../scss/font-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../scss/font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../scss/font-awesome/scss/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../scss/font-awesome/scss/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../scss/font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../scss/font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../scss/font-awesome/scss/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../scss/font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../scss/font-awesome/scss/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../scss/font-awesome/scss/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../scss/font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../scss/font-awesome/scss/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../scss/font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../scss/font-awesome/scss/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../scss/font-awesome/scss/_icons.scss */
.fa-times:before {
  content: "";
}

/* line 18, ../scss/font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, ../scss/font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, ../scss/font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, ../scss/font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, ../scss/font-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 24, ../scss/font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 25, ../scss/font-awesome/scss/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 26, ../scss/font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 27, ../scss/font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 28, ../scss/font-awesome/scss/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 29, ../scss/font-awesome/scss/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 30, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 31, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 32, ../scss/font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 33, ../scss/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 34, ../scss/font-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 36, ../scss/font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 37, ../scss/font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 38, ../scss/font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 39, ../scss/font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 40, ../scss/font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 41, ../scss/font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 42, ../scss/font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 43, ../scss/font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 44, ../scss/font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 45, ../scss/font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 46, ../scss/font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 47, ../scss/font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 48, ../scss/font-awesome/scss/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 49, ../scss/font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 50, ../scss/font-awesome/scss/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 51, ../scss/font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 52, ../scss/font-awesome/scss/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 53, ../scss/font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 54, ../scss/font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 55, ../scss/font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 56, ../scss/font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 57, ../scss/font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 58, ../scss/font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 59, ../scss/font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 60, ../scss/font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 61, ../scss/font-awesome/scss/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 62, ../scss/font-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 64, ../scss/font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 65, ../scss/font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 66, ../scss/font-awesome/scss/_icons.scss */
.fa-picture-o:before {
  content: "";
}

/* line 67, ../scss/font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 68, ../scss/font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 69, ../scss/font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 70, ../scss/font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 71, ../scss/font-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 73, ../scss/font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 74, ../scss/font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 75, ../scss/font-awesome/scss/_icons.scss */
.fa-move:before {
  content: "";
}

/* line 76, ../scss/font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 77, ../scss/font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 78, ../scss/font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 79, ../scss/font-awesome/scss/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 80, ../scss/font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 81, ../scss/font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 82, ../scss/font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 83, ../scss/font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 84, ../scss/font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 85, ../scss/font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 86, ../scss/font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 87, ../scss/font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 88, ../scss/font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 89, ../scss/font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 90, ../scss/font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 91, ../scss/font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 92, ../scss/font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 93, ../scss/font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 94, ../scss/font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 95, ../scss/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 96, ../scss/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 97, ../scss/font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 98, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 99, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 100, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 101, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 102, ../scss/font-awesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 104, ../scss/font-awesome/scss/_icons.scss */
.fa-resize-full:before {
  content: "";
}

/* line 105, ../scss/font-awesome/scss/_icons.scss */
.fa-resize-small:before {
  content: "";
}

/* line 106, ../scss/font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 107, ../scss/font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 108, ../scss/font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 109, ../scss/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 110, ../scss/font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 111, ../scss/font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 112, ../scss/font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 113, ../scss/font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 114, ../scss/font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 115, ../scss/font-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 117, ../scss/font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 118, ../scss/font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 119, ../scss/font-awesome/scss/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 120, ../scss/font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 121, ../scss/font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 122, ../scss/font-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 123, ../scss/font-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 124, ../scss/font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 125, ../scss/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 126, ../scss/font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 127, ../scss/font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 128, ../scss/font-awesome/scss/_icons.scss */
.fa-resize-vertical:before {
  content: "";
}

/* line 129, ../scss/font-awesome/scss/_icons.scss */
.fa-resize-horizontal:before {
  content: "";
}

/* line 130, ../scss/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before {
  content: "";
}

/* line 131, ../scss/font-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 132, ../scss/font-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 133, ../scss/font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 134, ../scss/font-awesome/scss/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 135, ../scss/font-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 137, ../scss/font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 138, ../scss/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 139, ../scss/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 140, ../scss/font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 141, ../scss/font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 142, ../scss/font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 143, ../scss/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 144, ../scss/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 145, ../scss/font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 146, ../scss/font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 147, ../scss/font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 148, ../scss/font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 149, ../scss/font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 150, ../scss/font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 151, ../scss/font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 152, ../scss/font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 153, ../scss/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 154, ../scss/font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 155, ../scss/font-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 156, ../scss/font-awesome/scss/_icons.scss */
.fa-facebook:before {
  content: "";
}

/* line 157, ../scss/font-awesome/scss/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 158, ../scss/font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 159, ../scss/font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 160, ../scss/font-awesome/scss/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 161, ../scss/font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 162, ../scss/font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 163, ../scss/font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 164, ../scss/font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 165, ../scss/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 166, ../scss/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 167, ../scss/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 168, ../scss/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 169, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 170, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 171, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 172, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 173, ../scss/font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 174, ../scss/font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 175, ../scss/font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 176, ../scss/font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 177, ../scss/font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 178, ../scss/font-awesome/scss/_icons.scss */
.fa-fullscreen:before {
  content: "";
}

/* line 179, ../scss/font-awesome/scss/_icons.scss */
.fa-group:before {
  content: "";
}

/* line 180, ../scss/font-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 182, ../scss/font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 183, ../scss/font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 184, ../scss/font-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 186, ../scss/font-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 188, ../scss/font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 189, ../scss/font-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 191, ../scss/font-awesome/scss/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 192, ../scss/font-awesome/scss/_icons.scss */
.fa-reorder:before {
  content: "";
}

/* line 193, ../scss/font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 194, ../scss/font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 195, ../scss/font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 196, ../scss/font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 197, ../scss/font-awesome/scss/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 198, ../scss/font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 199, ../scss/font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 200, ../scss/font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 201, ../scss/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 202, ../scss/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 203, ../scss/font-awesome/scss/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 204, ../scss/font-awesome/scss/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 205, ../scss/font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 206, ../scss/font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 207, ../scss/font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 208, ../scss/font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 209, ../scss/font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 210, ../scss/font-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 212, ../scss/font-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "";
}

/* line 214, ../scss/font-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "";
}

/* line 216, ../scss/font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 217, ../scss/font-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 218, ../scss/font-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 220, ../scss/font-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 222, ../scss/font-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 224, ../scss/font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 225, ../scss/font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 226, ../scss/font-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 228, ../scss/font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 229, ../scss/font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 230, ../scss/font-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 232, ../scss/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 233, ../scss/font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 234, ../scss/font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 235, ../scss/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 236, ../scss/font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 237, ../scss/font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 238, ../scss/font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 239, ../scss/font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 240, ../scss/font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 241, ../scss/font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 242, ../scss/font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 243, ../scss/font-awesome/scss/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 244, ../scss/font-awesome/scss/_icons.scss */
.fa-hospital:before {
  content: "";
}

/* line 245, ../scss/font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 246, ../scss/font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 247, ../scss/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 248, ../scss/font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 249, ../scss/font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 250, ../scss/font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 251, ../scss/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 252, ../scss/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 253, ../scss/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 254, ../scss/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 255, ../scss/font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 256, ../scss/font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 257, ../scss/font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 258, ../scss/font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 259, ../scss/font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 260, ../scss/font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 261, ../scss/font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 262, ../scss/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 264, ../scss/font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 265, ../scss/font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 266, ../scss/font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 267, ../scss/font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 268, ../scss/font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 269, ../scss/font-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 271, ../scss/font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 272, ../scss/font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 273, ../scss/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 274, ../scss/font-awesome/scss/_icons.scss */
.fa-expand-o:before {
  content: "";
}

/* line 275, ../scss/font-awesome/scss/_icons.scss */
.fa-collapse-o:before {
  content: "";
}

/* line 276, ../scss/font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 277, ../scss/font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 278, ../scss/font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 279, ../scss/font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 280, ../scss/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 281, ../scss/font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 282, ../scss/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 283, ../scss/font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 284, ../scss/font-awesome/scss/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 285, ../scss/font-awesome/scss/_icons.scss */
.fa-reply-all:before {
  content: "";
}

/* line 286, ../scss/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before {
  content: "";
}

/* line 287, ../scss/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 290, ../scss/font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 291, ../scss/font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 292, ../scss/font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 293, ../scss/font-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 295, ../scss/font-awesome/scss/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 296, ../scss/font-awesome/scss/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 297, ../scss/font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 298, ../scss/font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 299, ../scss/font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 300, ../scss/font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 301, ../scss/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 302, ../scss/font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 303, ../scss/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 304, ../scss/font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 305, ../scss/font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 306, ../scss/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 307, ../scss/font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 308, ../scss/font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 309, ../scss/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 310, ../scss/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 311, ../scss/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 312, ../scss/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 313, ../scss/font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 314, ../scss/font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 315, ../scss/font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 316, ../scss/font-awesome/scss/_icons.scss */
.fa-unlock-o:before {
  content: "";
}

/* line 317, ../scss/font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 318, ../scss/font-awesome/scss/_icons.scss */
.fa-ellipsis-horizontal:before {
  content: "";
}

/* line 319, ../scss/font-awesome/scss/_icons.scss */
.fa-ellipsis-vertical:before {
  content: "";
}

/* line 320, ../scss/font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 321, ../scss/font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 322, ../scss/font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 323, ../scss/font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 324, ../scss/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 325, ../scss/font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 326, ../scss/font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 327, ../scss/font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 328, ../scss/font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 329, ../scss/font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 330, ../scss/font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 331, ../scss/font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 332, ../scss/font-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 334, ../scss/font-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 336, ../scss/font-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 338, ../scss/font-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 340, ../scss/font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 341, ../scss/font-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 343, ../scss/font-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 345, ../scss/font-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 349, ../scss/font-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 352, ../scss/font-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 354, ../scss/font-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 356, ../scss/font-awesome/scss/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 357, ../scss/font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 358, ../scss/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 359, ../scss/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 360, ../scss/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 361, ../scss/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 362, ../scss/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 363, ../scss/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 364, ../scss/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 365, ../scss/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 366, ../scss/font-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 367, ../scss/font-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 368, ../scss/font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 369, ../scss/font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 370, ../scss/font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 371, ../scss/font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 372, ../scss/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 373, ../scss/font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 374, ../scss/font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 375, ../scss/font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 376, ../scss/font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 377, ../scss/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 378, ../scss/font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 379, ../scss/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 380, ../scss/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 381, ../scss/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 382, ../scss/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 383, ../scss/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 384, ../scss/font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 385, ../scss/font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 386, ../scss/font-awesome/scss/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 387, ../scss/font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 388, ../scss/font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 389, ../scss/font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 390, ../scss/font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 391, ../scss/font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 392, ../scss/font-awesome/scss/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 393, ../scss/font-awesome/scss/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 394, ../scss/font-awesome/scss/_icons.scss */
.fa-gittip:before {
  content: "";
}

/* line 395, ../scss/font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 396, ../scss/font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 397, ../scss/font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 398, ../scss/font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 399, ../scss/font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 400, ../scss/font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 401, ../scss/font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 402, ../scss/font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 403, ../scss/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 404, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 405, ../scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 406, ../scss/font-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 408, ../scss/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 409, ../scss/font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 410, ../scss/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 411, ../scss/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/******************************************************************
Site Name: Ruggerland

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES and Alerts
07. Home Page
08. Single Page Style
09. fun
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES
14. Notice Board
15. Contact
16. Resources
17. Fun
18. Custom Style

******************************************************************/
/* Admin Top Navigation fixes */
/* line 45, ../scss/custom.scss */
body.admin-bar .navbar-fixed-top {
  top: 28px;
}

/*********************
01. GENERAL STYLES
*********************/
/* line 57, ../scss/custom.scss */
body {
  overflow-x: hidden;
}

/*********************
03. LAYOUT & GRID STYLES
*********************/
/* line 67, ../scss/custom.scss */
img.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 72, ../scss/custom.scss */
img.alignright {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
}

/*********************
04. LINK STYLES
*********************/
/* line 83, ../scss/custom.scss */
a, a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 86, ../scss/custom.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  text-decoration: none;
}
/* line 92, ../scss/custom.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
}

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
/*********************
06. HEADER STYLES and alerts
*********************/
/* line 124, ../scss/custom.scss */
.header {
  position: relative;
  margin-bottom: -1px;
  overflow: hidden;
  background: transparent;
  z-index: 5;
}
/* line 131, ../scss/custom.scss */
.header:before {
  content: '';
  background: url(../images/header-bg.svg);
  background-size: cover;
  background-position: bottom center;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 160, ../scss/custom.scss */
.alert-warning {
  color: #555555;
}
/* line 162, ../scss/custom.scss */
.alert-warning h5 {
  color: #0b2d4c;
  font-size: 16px;
  font-weight: bold;
}

/*********************
07. Home Page
*********************/
/* line 172, ../scss/custom.scss */
.nav_container {
  margin: 0 auto;
  padding: 0;
}

/*********************
08. Single Page Style
*********************/
/* line 183, ../scss/custom.scss */
.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
}

/* line 199, ../scss/custom.scss */
.page .single #main,
.archive .single #main,
.single-ruggertv .single #main,
.single .single-post #main {
  margin-top: 25px;
  background: #1189DF;
  border-radius: 32px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 25px 25px 25px;
  float: none;
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  /* line 199, ../scss/custom.scss */
  .page .single #main,
  .archive .single #main,
  .single-ruggertv .single #main,
  .single .single-post #main {
    margin-top: 70px;
    margin-bottom: 200px;
  }
}
/* line 215, ../scss/custom.scss */
.page .single #main .page_banner,
.archive .single #main .page_banner,
.single-ruggertv .single #main .page_banner,
.single .single-post #main .page_banner {
  width: 100%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-color: white !important;
  position: relative;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 481px) {
  /* line 215, ../scss/custom.scss */
  .page .single #main .page_banner,
  .archive .single #main .page_banner,
  .single-ruggertv .single #main .page_banner,
  .single .single-post #main .page_banner {
    height: 230px !important;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 215, ../scss/custom.scss */
  .page .single #main .page_banner,
  .archive .single #main .page_banner,
  .single-ruggertv .single #main .page_banner,
  .single .single-post #main .page_banner {
    height: 300px !important;
  }
}
@media (min-width: 992px) and (max-width: 993px) {
  /* line 215, ../scss/custom.scss */
  .page .single #main .page_banner,
  .archive .single #main .page_banner,
  .single-ruggertv .single #main .page_banner,
  .single .single-post #main .page_banner {
    height: 360px !important;
  }
}
/* line 240, ../scss/custom.scss */
.page .single #main .page_banner .figure,
.archive .single #main .page_banner .figure,
.single-ruggertv .single #main .page_banner .figure,
.single .single-post #main .page_banner .figure {
  max-width: 50px;
}
@media (min-width: 992px) {
  /* line 240, ../scss/custom.scss */
  .page .single #main .page_banner .figure,
  .archive .single #main .page_banner .figure,
  .single-ruggertv .single #main .page_banner .figure,
  .single .single-post #main .page_banner .figure {
    max-width: 170px;
  }
}
/* line 249, ../scss/custom.scss */
.page .single #main .page_banner_nav,
.archive .single #main .page_banner_nav,
.single-ruggertv .single #main .page_banner_nav,
.single .single-post #main .page_banner_nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 253, ../scss/custom.scss */
.page .single #main .page_banner_nav a,
.archive .single #main .page_banner_nav a,
.single-ruggertv .single #main .page_banner_nav a,
.single .single-post #main .page_banner_nav a {
  display: inline-block;
  vertical-align: bottom;
  border-radius: 12px 12px 0 0;
  text-align: center;
  background-color: #1189DF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.29px;
  line-height: 16px;
  padding: 15px 50px;
  margin-right: 5px;
}
/* line 266, ../scss/custom.scss */
.page .single #main .page_banner_nav a.active,
.archive .single #main .page_banner_nav a.active,
.single-ruggertv .single #main .page_banner_nav a.active,
.single .single-post #main .page_banner_nav a.active {
  background-color: #FFFFFF;
  color: #1189DF;
}
/* line 278, ../scss/custom.scss */
.page .single article header, .page .single .page header,
.archive .single article header,
.archive .single .page header,
.single-ruggertv .single article header,
.single-ruggertv .single .page header,
.single .single-post article header,
.single .single-post .page header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 278, ../scss/custom.scss */
  .page .single article header, .page .single .page header,
  .archive .single article header,
  .archive .single .page header,
  .single-ruggertv .single article header,
  .single-ruggertv .single .page header,
  .single .single-post article header,
  .single .single-post .page header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 288, ../scss/custom.scss */
.page .single article header h1, .page .single .page header h1,
.archive .single article header h1,
.archive .single .page header h1,
.single-ruggertv .single article header h1,
.single-ruggertv .single .page header h1,
.single .single-post article header h1,
.single .single-post .page header h1 {
  margin: 0;
  text-align: center;
  color: #FFAB2F;
  text-transform: uppercase;
  font-size: 28px;
  font-family: Gotham,sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 1;
}
/* line 300, ../scss/custom.scss */
.page .single article header h2, .page .single .page header h2,
.archive .single article header h2,
.archive .single .page header h2,
.single-ruggertv .single article header h2,
.single-ruggertv .single .page header h2,
.single .single-post article header h2,
.single .single-post .page header h2 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: Gotham,sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-top: 10px;
}
/* line 311, ../scss/custom.scss */
.page .single article header h2:empty, .page .single .page header h2:empty,
.archive .single article header h2:empty,
.archive .single .page header h2:empty,
.single-ruggertv .single article header h2:empty,
.single-ruggertv .single .page header h2:empty,
.single .single-post article header h2:empty,
.single .single-post .page header h2:empty {
  display: none;
}
/* line 317, ../scss/custom.scss */
.page .single article .figure, .page .single .page .figure,
.archive .single article .figure,
.archive .single .page .figure,
.single-ruggertv .single article .figure,
.single-ruggertv .single .page .figure,
.single .single-post article .figure,
.single .single-post .page .figure {
  position: absolute;
  z-index: 1000;
  width: 305px;
  height: 480px;
  left: -50px;
  top: 30px;
}
@media (max-width: 481px) {
  /* line 317, ../scss/custom.scss */
  .page .single article .figure, .page .single .page .figure,
  .archive .single article .figure,
  .archive .single .page .figure,
  .single-ruggertv .single article .figure,
  .single-ruggertv .single .page .figure,
  .single .single-post article .figure,
  .single .single-post .page .figure {
    width: 150px;
    top: 110px;
    left: 10px;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 317, ../scss/custom.scss */
  .page .single article .figure, .page .single .page .figure,
  .archive .single article .figure,
  .archive .single .page .figure,
  .single-ruggertv .single article .figure,
  .single-ruggertv .single .page .figure,
  .single .single-post article .figure,
  .single .single-post .page .figure {
    width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 993px) {
  /* line 317, ../scss/custom.scss */
  .page .single article .figure, .page .single .page .figure,
  .archive .single article .figure,
  .archive .single .page .figure,
  .single-ruggertv .single article .figure,
  .single-ruggertv .single .page .figure,
  .single .single-post article .figure,
  .single .single-post .page .figure {
    width: 300px;
  }
}
/* line 337, ../scss/custom.scss */
.page .single article .figure img, .page .single .page .figure img,
.archive .single article .figure img,
.archive .single .page .figure img,
.single-ruggertv .single article .figure img,
.single-ruggertv .single .page .figure img,
.single .single-post article .figure img,
.single .single-post .page .figure img {
  width: 100%;
}
/* line 342, ../scss/custom.scss */
.page .single article section, .page .single .page section,
.archive .single article section,
.archive .single .page section,
.single-ruggertv .single article section,
.single-ruggertv .single .page section,
.single .single-post article section,
.single .single-post .page section {
  background-color: #ffffff;
  min-height: 150px;
  padding: 30px 10px 20px 10px;
}

/******************************************************************
09. Fun
******************************************************************/
/* line 391, ../scss/custom.scss */
.gamegrid {
  margin-bottom: 30px;
  min-height: 360px;
}
/* line 395, ../scss/custom.scss */
.gamegrid h3 {
  color: #ec3a2c;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
/* line 401, ../scss/custom.scss */
.gamegrid img {
  width: 100%;
  object-fit: contain;
}

/* line 406, ../scss/custom.scss */
.fun .page_banner .figure {
  top: 110px !important;
}
@media (min-width: 480px) {
  /* line 406, ../scss/custom.scss */
  .fun .page_banner .figure {
    top: 110px !important;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 406, ../scss/custom.scss */
  .fun .page_banner .figure {
    top: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 993px) {
  /* line 406, ../scss/custom.scss */
  .fun .page_banner .figure {
    top: 40px !important;
  }
}
@media (min-width: 1200px) {
  /* line 406, ../scss/custom.scss */
  .fun .page_banner .figure {
    top: 80px !important;
  }
}

/* line 421, ../scss/custom.scss */
.fun-box-area {
  width: 760px !important;
}

/*********************
13. FOOTER STYLES
*********************/
/* line 429, ../scss/custom.scss */
#content {
  min-height: calc(100vh - 120px);
}

/* line 440, ../scss/custom.scss */
#footer {
  position: relative;
  padding-top: 10px;
  clear: both;
  color: #aaa;
  width: 100%;
  z-index: 3000;
}
@media (min-width: 768px) {
  /* line 440, ../scss/custom.scss */
  #footer {
    padding: 25px 0px 15px 0px;
  }
}
/* line 453, ../scss/custom.scss */
#footer:before {
  content: '';
  background: url(../images/footer-bg.svg);
  background-size: cover;
  background-position: top center;
  height: 170px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  /* line 453, ../scss/custom.scss */
  #footer:before {
    height: 215px;
  }
}
/* line 471, ../scss/custom.scss */
#footer h4 {
  color: #fff;
  text-transform: uppercase;
}
/* line 475, ../scss/custom.scss */
#footer a {
  color: #aaa;
}
/* line 477, ../scss/custom.scss */
#footer li {
  padding: 3px 0;
  margin: 0px 0px;
  font-size: 10px;
}
/* line 482, ../scss/custom.scss */
#footer li a {
  padding: 0px;
  padding-right: 5px;
}
/* line 489, ../scss/custom.scss */
#footer .widgettitle {
  margin: 0;
  padding: 0 0 15px 0;
  border-bottom: none;
}

/* line 505, ../scss/custom.scss */
#footer-wrapper {
  margin-bottom: 30px;
}

/* line 509, ../scss/custom.scss */
#sub-floor {
  color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 99;
}
/* line 515, ../scss/custom.scss */
#sub-floor p {
  font-size: 12px;
  line-height: 18px;
  clear: both;
}
/* line 521, ../scss/custom.scss */
#sub-floor .union {
  background: url("../images/union-logo.png") no-repeat;
  width: 90px;
  height: 67px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
/* line 531, ../scss/custom.scss */
#sub-floor .footer_leftside .union {
  background: url("../images/union-logo.png") no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
}
/* line 539, ../scss/custom.scss */
#sub-floor .footer-menu_group ul {
  clear: left;
  padding-left: 0;
  margin-left: 0;
}
/* line 545, ../scss/custom.scss */
#sub-floor .copyright_statement {
  font-size: 10px;
}
/* line 550, ../scss/custom.scss */
#sub-floor .social_group {
  height: 50px;
}
/* line 552, ../scss/custom.scss */
#sub-floor .social_group .item {
  float: left;
  width: 130px;
  padding-right: 10px;
  text-transform: uppercase;
}
@media (max-width: 481px) {
  /* line 552, ../scss/custom.scss */
  #sub-floor .social_group .item {
    width: 40px;
  }
  /* line 560, ../scss/custom.scss */
  #sub-floor .social_group .item .small_text, #sub-floor .social_group .item .large_text {
    display: none;
  }
  /* line 562, ../scss/custom.scss */
  #sub-floor .social_group .item a {
    width: 32px;
    height: 28px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 552, ../scss/custom.scss */
  #sub-floor .social_group .item {
    width: 50px;
  }
  /* line 569, ../scss/custom.scss */
  #sub-floor .social_group .item .small_text, #sub-floor .social_group .item .large_text {
    display: none;
  }
}
/* line 577, ../scss/custom.scss */
#sub-floor .social_group .item i {
  float: left;
  font-size: 26px;
  margin-right: 5px;
  margin-top: 2px;
}
/* line 578, ../scss/custom.scss */
#sub-floor .social_group .item span.small_text {
  clear: right;
  font-size: 8px;
  position: relative;
  top: -4px;
}
/* line 583, ../scss/custom.scss */
#sub-floor .social_group .item span.large_text {
  clear: right;
  position: relative;
  top: -8px;
  font-weight: bold;
}
/* line 588, ../scss/custom.scss */
#sub-floor .social_group .item a {
  color: #fff;
}

/* line 610, ../scss/custom.scss */
.footer-nav ul {
  padding: 0;
  margin: 0 auto;
}
/* line 614, ../scss/custom.scss */
.footer-nav li {
  float: left;
  margin-right: 10px;
  font-size: 12px;
}
/* line 619, ../scss/custom.scss */
.footer-nav li a {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 622, ../scss/custom.scss */
.footer-nav li a:hover {
  background: none !important;
  text-decoration: underline;
}
/* line 628, ../scss/custom.scss */
.footer-nav li:first-child a {
  padding-left: 0px;
}

/*********************
14. Notice Board
*********************/
/* line 643, ../scss/custom.scss */
.nbgrid {
  padding-left: 0px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
/* line 651, ../scss/custom.scss */
.nbgrid .nb_feature {
  display: table;
  padding-left: 0px;
}
/* line 656, ../scss/custom.scss */
.nbgrid .nb_feature img {
  width: 100%;
}
/* line 660, ../scss/custom.scss */
.nbgrid .nb_feature .nb_meta {
  width: 100%;
  display: table;
}
/* line 665, ../scss/custom.scss */
.nbgrid .nb_feature .nb_meta .nb_category {
  background-color: #ec3a2c;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
  height: 100%;
  display: table-cell;
  width: 40%;
  text-align: center;
}
/* line 679, ../scss/custom.scss */
.nbgrid .nb_feature .nb_meta .nb_date {
  background-color: #0a2d4c;
  padding-right: 0px;
  padding: 5px;
  display: table-cell;
}
/* line 685, ../scss/custom.scss */
.nbgrid .nb_feature .nb_meta .nb_date .nb_datemonth {
  color: #fff;
  text-transform: uppercase;
  float: right;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
}
/* line 694, ../scss/custom.scss */
.nbgrid .nb_feature .nb_meta .nb_date .nb_year {
  text-align: right;
  float: right;
  clear: both;
  font-size: 10px;
  color: #fff;
}
@media (max-width: 481px) {
  /* line 707, ../scss/custom.scss */
  .nbgrid .nb_content {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 707, ../scss/custom.scss */
  .nbgrid .nb_content {
    margin-top: 20px;
  }
}
/* line 717, ../scss/custom.scss */
.nbgrid .nb_content h3 {
  color: #ec3a2c;
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 0px;
  font-size: 18px;
}

/*********************
15. Contact
*********************/
/* line 734, ../scss/custom.scss */
.page-contact .text-wrap {
  width: 48%;
  float: left;
  margin-right: 10px;
}
/* line 739, ../scss/custom.scss */
.page-contact .textarea-wrap {
  width: 97%;
}
/* line 742, ../scss/custom.scss */
.page-contact input[type='text'] {
  background-color: #ebebeb;
}
/* line 745, ../scss/custom.scss */
.page-contact textarea {
  background-color: #ebebeb;
  clear: both;
}
/* line 749, ../scss/custom.scss */
.page-contact input[type='submit'] {
  float: right;
  margin-right: 20px;
}

/*********************
16. Resources
*********************/
/* line 760, ../scss/custom.scss */
.archive-resources .figure {
  top: 80px !important;
}
@media (min-width: 480px) {
  /* line 760, ../scss/custom.scss */
  .archive-resources .figure {
    top: 90px !important;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 760, ../scss/custom.scss */
  .archive-resources .figure {
    top: 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 993px) {
  /* line 760, ../scss/custom.scss */
  .archive-resources .figure {
    top: 10px !important;
    width: 280px !important;
  }
}
@media (min-width: 1200px) {
  /* line 760, ../scss/custom.scss */
  .archive-resources .figure {
    top: 10px !important;
  }
}
/* line 778, ../scss/custom.scss */
.archive-resources .resource_options {
  padding: 15px;
  background-color: white;
}
@media (min-width: 992px) {
  /* line 778, ../scss/custom.scss */
  .archive-resources .resource_options {
    padding: 30px;
  }
}
/* line 785, ../scss/custom.scss */
.archive-resources .resource_options h3, .archive-resources .resource_options h5 {
  color: #0b2d4c;
  font-weight: 500;
}
/* line 790, ../scss/custom.scss */
.archive-resources .resource_options h3 {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
}
/* line 795, ../scss/custom.scss */
.archive-resources .resource_options h5 {
  font-size: 12px;
}
/* line 799, ../scss/custom.scss */
.archive-resources .resource_options .filters {
  margin-left: -5px;
  margin-bottom: 15px;
}
/* line 806, ../scss/custom.scss */
.archive-resources .resource_grid {
  min-height: 500px;
  margin-bottom: 20px;
}
/* line 811, ../scss/custom.scss */
.archive-resources .resource_grid img {
  width: 220px;
  height: 315px;
}
/* line 815, ../scss/custom.scss */
.archive-resources .resource_grid h3 {
  color: #ec3a2c;
  font-size: 14px;
}
/* line 819, ../scss/custom.scss */
.archive-resources .resource_grid .exceript_area {
  height: 70px;
}

/* line 827, ../scss/custom.scss */
.archive-resources .post_content {
  padding: 15px;
}
@media (min-width: 992px) {
  /* line 827, ../scss/custom.scss */
  .archive-resources .post_content {
    padding: 0px 15px 30px 15px !important;
  }
}
/* line 832, ../scss/custom.scss */
.archive-resources .post_content > .col-sm-12 > h3 {
  color: #0b2d4c;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 15px 0;
}
/* line 839, ../scss/custom.scss */
.archive-resources .figure {
  right: 0px;
  top: 80px !important;
}
@media (min-width: 480px) {
  /* line 839, ../scss/custom.scss */
  .archive-resources .figure {
    top: 90px !important;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 839, ../scss/custom.scss */
  .archive-resources .figure {
    top: 40px !important;
    width: 240px !important;
  }
}
@media (min-width: 992px) and (max-width: 993px) {
  /* line 839, ../scss/custom.scss */
  .archive-resources .figure {
    top: 10px !important;
    width: 280px !important;
  }
}
@media (min-width: 992px) {
  /* line 839, ../scss/custom.scss */
  .archive-resources .figure {
    top: 235px !important;
    width: 220px !important;
    max-width: 100% !important;
    right: -100px !important;
    left: auto !important;
  }
}

/* line 866, ../scss/custom.scss */
.single-resources .resource_preview img {
  width: 100%;
}

/*********************
17. Rugger TV
*********************/
/* line 872, ../scss/custom.scss */
.video-control {
  margin-bottom: 35px;
}

/* line 878, ../scss/custom.scss */
.rugger-tv .modal-lg,
.post-type-archive-video_resources .modal-lg {
  width: 800px;
  margin: 30px auto;
}
/* line 882, ../scss/custom.scss */
.rugger-tv .videos,
.post-type-archive-video_resources .videos {
  margin-bottom: 30px;
  min-height: 250px;
}
/* line 886, ../scss/custom.scss */
.rugger-tv .videos img,
.post-type-archive-video_resources .videos img {
  width: 100%;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
/* line 891, ../scss/custom.scss */
.rugger-tv .videos .youtube_video,
.post-type-archive-video_resources .videos .youtube_video {
  display: block;
  background: #1189DF;
  border-radius: 32px;
  min-height: 240px;
}
/* line 897, ../scss/custom.scss */
.rugger-tv .videos .youtube_video:hover, .rugger-tv .videos .youtube_video:focus, .rugger-tv .videos .youtube_video:active,
.post-type-archive-video_resources .videos .youtube_video:hover,
.post-type-archive-video_resources .videos .youtube_video:focus,
.post-type-archive-video_resources .videos .youtube_video:active {
  opacity: 0.9;
}
/* line 902, ../scss/custom.scss */
.rugger-tv .videos .thumb_title,
.post-type-archive-video_resources .videos .thumb_title {
  font-weight: 500;
  color: white;
  padding: 15px 15px 45px 15px;
  text-decoration: none;
  position: static;
}
/* line 910, ../scss/custom.scss */
.rugger-tv .videos .btn,
.post-type-archive-video_resources .videos .btn {
  height: 36px;
  width: 140px;
  border-radius: 32px;
  background-color: #FFAB2F;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  /* line 910, ../scss/custom.scss */
  .rugger-tv .videos .btn,
  .post-type-archive-video_resources .videos .btn {
    bottom: -15px;
  }
}
/* line 934, ../scss/custom.scss */
.rugger-tv .youtube-player,
.post-type-archive-video_resources .youtube-player {
  width: 100%;
}
/* line 938, ../scss/custom.scss */
.rugger-tv .video_pagination ul,
.post-type-archive-video_resources .video_pagination ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 942, ../scss/custom.scss */
.rugger-tv .video_pagination ul li,
.post-type-archive-video_resources .video_pagination ul li {
  display: inline-block;
}
/* line 949, ../scss/custom.scss */
.rugger-tv a.youtube_video :hover,
.post-type-archive-video_resources a.youtube_video :hover {
  text-decoration: none;
}

/* line 955, ../scss/custom.scss */
.facebook_share {
  float: left;
  width: 210px;
  padding: 15px 25px 30px 15px;
}

/* line 960, ../scss/custom.scss */
.tweetBtn {
  float: left;
  width: 150px;
}

/*********************
17. Rugger Te Rio
*********************/
/* line 971, ../scss/custom.scss */
.te-rio .page_banner {
  background-color: #f4eca5;
}
/* line 976, ../scss/custom.scss */
.te-rio .title h3 {
  line-height: 60px;
}
/* line 981, ../scss/custom.scss */
.te-rio .cell {
  background: #f4eca7 !important;
}
/* line 984, ../scss/custom.scss */
.te-rio .cell img {
  max-width: 48px;
}
@media only screen and (min-width: 480px) {
  /* line 984, ../scss/custom.scss */
  .te-rio .cell img {
    max-width: 52px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 984, ../scss/custom.scss */
  .te-rio .cell img {
    max-width: 68px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 984, ../scss/custom.scss */
  .te-rio .cell img {
    max-wdith: auto;
  }
}
/* line 998, ../scss/custom.scss */
.te-rio .cell .cell-wrap:hover {
  background: #f4eca7 !important;
}

/*********************
19. Fun
*********************/
/* line 1011, ../scss/custom.scss */
.prev_wrap a,
.center_wrap a,
.next_wrap a {
  color: #000000;
  font-weight: bold;
}

/* line 1017, ../scss/custom.scss */
.prev_wrap {
  text-align: left;
}

/* line 1020, ../scss/custom.scss */
.center_wrap {
  text-align: center;
  line-height: 20px;
  margin-bottom: 40px;
}

/* line 1025, ../scss/custom.scss */
.next_wrap {
  text-align: right;
}

/*********************
18. CUSTOM STYLES
*********************/
/* line 1033, ../scss/custom.scss */
.homebanner {
  margin-bottom: 40px;
  padding-top: 70px;
  text-align: center;
  height: 350px;
  background: #2A5781;
  background-size: cover;
  color: #fff;
}
/* line 1041, ../scss/custom.scss */
.homebanner h1 {
  font-size: 50px;
  color: #ddd;
  margin-bottom: 10px;
  text-shadow: 0 -1px 0 #222;
}
/* line 1048, ../scss/custom.scss */
.homebanner .btn-primary {
  margin-left: 20px;
}

/* line 1053, ../scss/custom.scss */
.sharebtn {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 1057, ../scss/custom.scss */
.modal-footer .sharebtn {
  padding: 0;
}

/* line 1062, ../scss/custom.scss */
.single_post_content {
  padding-top: 80px !important;
}

/* line 1065, ../scss/custom.scss */
html {
  background-color: #fff;
}

/* line 1069, ../scss/custom.scss */
body {
  font-family: "Gotham", sans-serif;
}

/* line 1072, ../scss/custom.scss */
body:not(.home) {
  background-image: url("../images/blue-bg-mobile.png");
  background-position: center top;
  background-color: #2eabfb;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  /* line 1072, ../scss/custom.scss */
  body:not(.home) {
    background-image: url("../images/bg-icons-transparent.png");
  }
}

/* line 1086, ../scss/custom.scss */
.member_area {
  margin-bottom: 20px;
}
/* line 1089, ../scss/custom.scss */
.member_area a {
  color: #000;
  font-weight: bold;
  text-align: right;
}
/* line 1094, ../scss/custom.scss */
.member_area .user_wrap {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 20px;
}
/* line 1098, ../scss/custom.scss */
.member_area .user_wrap .flag {
  float: left;
}
@media (max-width: 481px) {
  /* line 1094, ../scss/custom.scss */
  .member_area .user_wrap {
    margin-bottom: 0px;
  }
}

/* line 1111, ../scss/custom.scss */
.abc-table {
  width: 100%;
  position: relative;
}
/* line 1114, ../scss/custom.scss */
.abc-table:before {
  height: 13px;
  background: url(../images/border-horz.png);
  background-repeat: repeat-x;
  content: '';
  display: block;
}
/* line 1131, ../scss/custom.scss */
.abc-table .table-row {
  width: 100%;
  position: relative;
  display: table;
}
/* line 1137, ../scss/custom.scss */
.abc-table .table-row .cell {
  width: 60px;
  height: 70px;
  position: relative;
  display: table-cell;
  background: #f8d50a;
}
@media only screen and (min-width: 768px) {
  /* line 1137, ../scss/custom.scss */
  .abc-table .table-row .cell {
    width: 143px;
    height: 100px;
  }
}
/* line 1148, ../scss/custom.scss */
.abc-table .table-row .cell:after {
  background: url(../images/border-vert.png) repeat-y #f8d50a;
  width: 10px;
  min-height: 100%;
  position: absolute;
  background-position: -4px 0px;
  top: 0px;
  right: 0px;
  content: '';
}
/* line 1161, ../scss/custom.scss */
.abc-table .table-row .cell:first-child:before {
  background: url(../images/border-vert.png) repeat-y #f8d50a;
  width: 10px;
  min-height: 100%;
  position: absolute;
  background-position: -4px 0px;
  top: 0px;
  left: 0px;
  content: '';
  z-index: 10;
}
/* line 1174, ../scss/custom.scss */
.abc-table .table-row .cell .cell-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  font-family: Gotham,sans-serif;
  font-weight: bold;
  color: #04203a;
}
@media only screen and (min-width: 768px) {
  /* line 1174, ../scss/custom.scss */
  .abc-table .table-row .cell .cell-wrap {
    font-size: 62px;
  }
}
/* line 1191, ../scss/custom.scss */
.abc-table .table-row .cell .cell-wrap:hover {
  background: #04203a;
  color: #f8d50a;
}
/* line 1198, ../scss/custom.scss */
.abc-table .table-row .cell.green-cell {
  background: #0c610b;
}
/* line 1205, ../scss/custom.scss */
.abc-table .table-row:after {
  height: 13px;
  background: url(../images/border-horz.png);
  background-repeat: repeat-x;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}

/* line 1227, ../scss/custom.scss */
.tv-wrap {
  height: 250px;
  position: relative;
  background-size: cover !important;
}
@media only screen and (min-width: 768px) {
  /* line 1227, ../scss/custom.scss */
  .tv-wrap {
    height: 420px;
  }
}
/* line 1235, ../scss/custom.scss */
.tv-wrap .tv-button {
  position: absolute;
  bottom: 10%;
  left: 25%;
}
@media only screen and (min-width: 768px) {
  /* line 1235, ../scss/custom.scss */
  .tv-wrap .tv-button {
    left: 40%;
  }
}

/* line 1245, ../scss/custom.scss */
.content-area {
  padding: 0px;
}

/* line 1251, ../scss/custom.scss */
#content.standard .slideshow-bg {
  background: #4099F7 url(../images/blue-bg-mobile.png) center center;
  background-size: cover;
  background-repeat: no-repeat !important;
  padding: 35px 15px 0px 15px;
  position: relative;
  z-index: 2;
  top: -25px;
}
/* line 1260, ../scss/custom.scss */
#content.standard .slideshow-bg:before, #content.standard .slideshow-bg:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(46, 171, 250, 0) 0%, rgba(33, 156, 233, 0) 14%, #127dca 100%);
}
/* line 1272, ../scss/custom.scss */
#content.standard .slideshow-bg:after {
  background: url(../images/white-bg.svg) no-repeat center bottom;
  height: 40px;
  background-size: cover;
  bottom: -2px;
  width: 100vw;
}
/* line 1281, ../scss/custom.scss */
#content.standard .slideshow {
  margin: 0px auto;
  width: 100%;
  max-width: 990px;
  position: relative;
  z-index: 5;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 450px;
}
/* line 1292, ../scss/custom.scss */
#content.standard .slideshow .slides li {
  position: relative;
  height: auto;
  margin-bottom: 10px;
}
/* line 1297, ../scss/custom.scss */
#content.standard .slideshow .slides li .hero {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 800px;
  height: 295px;
}
/* line 1306, ../scss/custom.scss */
#content.standard .slideshow .slides li .hero h1 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  margin: 0px;
  padding: 0 15px;
}
/* line 1315, ../scss/custom.scss */
#content.standard .slideshow .slides li .hero h1 small {
  font-size: 15px;
  color: unset;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 1322, ../scss/custom.scss */
#content.standard .slideshow .slides li .hero .btn {
  display: none;
}
/* line 1325, ../scss/custom.scss */
#content.standard .slideshow .slides li .hero img {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -20px;
  left: 10px;
  display: block;
  z-index: 9999;
  width: auto;
  max-height: 220px;
}
/* line 1338, ../scss/custom.scss */
#content.standard .slideshow .slides li .detail {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 1344, ../scss/custom.scss */
#content.standard .slideshow .slides li .detail .slide_image {
  display: none;
  position: relative;
  height: 200px;
  width: 330px;
  overflow: hidden;
  border-radius: 32px 32px 0 32px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
/* line 1353, ../scss/custom.scss */
#content.standard .slideshow .slides li .detail .slide_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 1360, ../scss/custom.scss */
#content.standard .slideshow .slides li .detail .slide_description {
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  padding: 30px 25px 15px 25px;
}
/* line 1366, ../scss/custom.scss */
#content.standard .slideshow .slides li .detail .slide_description h2 {
  font-size: 12px;
  margin-top: 0;
  color: #646464;
}
/* line 1371, ../scss/custom.scss */
#content.standard .slideshow .slides li .detail .slide_description p {
  font-size: 11px;
  margin-bottom: 10px;
  color: #646464;
}
/* line 1376, ../scss/custom.scss */
#content.standard .slideshow .slides li .detail .slide_description a.btn {
  width: 140px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
}
/* line 1385, ../scss/custom.scss */
#content.standard .slideshow .slides li:not(:first-of-type) {
  display: none;
}
/* line 1391, ../scss/custom.scss */
#content.standard .slideshow ul.flex-direction-nav li {
  position: relative;
}
/* line 1394, ../scss/custom.scss */
#content.standard .slideshow ul.flex-direction-nav li a {
  transform: translateY(-135px);
  background-color: #FFAB2F;
  border-radius: 50%;
  font-size: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 5px;
}
/* line 1404, ../scss/custom.scss */
#content.standard .slideshow ul.flex-direction-nav li a:hover, #content.standard .slideshow ul.flex-direction-nav li a:focus {
  background: #ffc062;
}
/* line 1409, ../scss/custom.scss */
#content.standard .slideshow ul.flex-direction-nav li a.flex-prev {
  left: -5px;
}
/* line 1411, ../scss/custom.scss */
#content.standard .slideshow ul.flex-direction-nav li a.flex-prev:before {
  content: '';
  font-family: "Gotham", sans-serif;
  background: url(../images/prev-arrow.svg) no-repeat -1px 3px;
  background-size: contain;
  width: 10px;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 1411, ../scss/custom.scss */
  #content.standard .slideshow ul.flex-direction-nav li a.flex-prev:before {
    width: 100%;
    height: 100%;
    background-position: 46% 42%;
    background-size: auto;
  }
}
/* line 1429, ../scss/custom.scss */
#content.standard .slideshow ul.flex-direction-nav li a.flex-next {
  right: -5px;
}
/* line 1431, ../scss/custom.scss */
#content.standard .slideshow ul.flex-direction-nav li a.flex-next:before {
  content: '';
  font-family: "Gotham", sans-serif;
  background: url(../images/next-arrow.svg) no-repeat 1px 3px;
  background-size: contain;
  width: 10px;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 1431, ../scss/custom.scss */
  #content.standard .slideshow ul.flex-direction-nav li a.flex-next:before {
    width: 100%;
    height: 100%;
    background-position: 57% 42%;
    background-size: auto;
  }
}
/* line 1449, ../scss/custom.scss */
#content.standard .slideshow ul.flex-direction-nav li a:before {
  font-size: 18px;
}
/* line 1456, ../scss/custom.scss */
#content.standard .new-resources {
  padding: 0px 5px;
  display: block;
  margin: 0 auto;
  max-width: 450px;
  top: -10px;
  position: relative;
}
/* line 1464, ../scss/custom.scss */
#content.standard .new-resources h2 {
  color: #FFAB2F;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-top: 0px;
}
/* line 1472, ../scss/custom.scss */
#content.standard .new-resources h2 small {
  color: #FFAB2F;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}
/* line 1481, ../scss/custom.scss */
#content.standard .new-resources p {
  color: #646464;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 1489, ../scss/custom.scss */
#content.standard .new-resources p a {
  color: #FFAB2F;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
}
/* line 1499, ../scss/custom.scss */
#content.standard .new-resources .new-resource {
  position: relative;
  border-radius: 32px;
  margin-bottom: 50px;
}
/* line 1504, ../scss/custom.scss */
#content.standard .new-resources .new-resource .image-container {
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
/* line 1509, ../scss/custom.scss */
#content.standard .new-resources .new-resource .description {
  height: 100px;
  border-radius: 0 0 32px 32px;
  background-color: #1189DF;
  color: #fff;
  font-family: Gotham,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px;
}
/* line 1521, ../scss/custom.scss */
#content.standard .new-resources .new-resource a.btn {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
  font-size: 12px;
  font-weight: 500;
  height: 36px;
  padding: 10px 5px;
  width: 140px;
}
@media (min-width: 768px) {
  /* line 1536, ../scss/custom.scss */
  #content.standard .slideshow-bg {
    background: #4099F7 url(../images/bg-icons-transparent-home.png) top center;
    background-size: contain;
    padding-top: 40px;
    padding-left: 30px;
  }
  /* line 1541, ../scss/custom.scss */
  #content.standard .slideshow-bg:after {
    height: 70px;
  }
  /* line 1545, ../scss/custom.scss */
  #content.standard .slideshow {
    max-width: 960px;
    padding: 0;
  }
  /* line 1551, ../scss/custom.scss */
  #content.standard .slideshow .slides li {
    height: auto;
  }
  /* line 1554, ../scss/custom.scss */
  #content.standard .slideshow .slides li .hero {
    height: 365px;
    margin-top: 35px;
    margin-bottom: -75px;
  }
  /* line 1559, ../scss/custom.scss */
  #content.standard .slideshow .slides li .hero h1 {
    padding: 0;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 25px;
    width: 58%;
  }
  /* line 1567, ../scss/custom.scss */
  #content.standard .slideshow .slides li .hero h1 small {
    font-size: 22px;
  }
  /* line 1571, ../scss/custom.scss */
  #content.standard .slideshow .slides li .hero .btn {
    display: inline-block;
    font-weight: 500;
  }
  /* line 1575, ../scss/custom.scss */
  #content.standard .slideshow .slides li .hero img {
    right: 0;
    left: auto;
    width: auto;
    max-height: 360px;
    transform: translateX(calc((320px - 100%) * -1)) translateY(-70px);
    top: 90px;
  }
  /* line 1585, ../scss/custom.scss */
  #content.standard .slideshow .slides li .detail {
    height: 200px;
    padding: 0px;
  }
  /* line 1590, ../scss/custom.scss */
  #content.standard .slideshow .slides li .detail .slide_image {
    display: block;
  }
  /* line 1592, ../scss/custom.scss */
  #content.standard .slideshow .slides li .detail .slide_image img {
    width: 100%;
  }
  /* line 1596, ../scss/custom.scss */
  #content.standard .slideshow .slides li .detail .slide_description {
    position: absolute;
    bottom: 0;
    left: 330px;
    right: 20px;
    max-height: 170px;
    border-radius: 0 32px 32px 0;
    overflow: hidden;
  }
  /* line 1605, ../scss/custom.scss */
  #content.standard .slideshow .slides li .detail .slide_description h2 {
    font-size: 18px;
  }
  /* line 1608, ../scss/custom.scss */
  #content.standard .slideshow .slides li .detail .slide_description p {
    font-size: 16px;
  }
  /* line 1611, ../scss/custom.scss */
  #content.standard .slideshow .slides li .detail .slide_description a.btn {
    position: absolute;
    color: transparent;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
  /* line 1629, ../scss/custom.scss */
  #content.standard .slideshow ul.flex-direction-nav li a {
    opacity: 1;
    transform: translateY(-100px);
    width: 60px;
    height: 60px;
  }
  /* line 1635, ../scss/custom.scss */
  #content.standard .slideshow ul.flex-direction-nav li a.flex-prev {
    left: -20px;
  }
  /* line 1638, ../scss/custom.scss */
  #content.standard .slideshow ul.flex-direction-nav li a.flex-next {
    right: 0px;
  }
  /* line 1641, ../scss/custom.scss */
  #content.standard .slideshow ul.flex-direction-nav li a:before {
    font-size: 36px;
    line-height: 1.55;
  }
  /* line 1649, ../scss/custom.scss */
  #content.standard .new-resources {
    max-width: 100%;
    padding: 0;
    margin: 50px 0px;
  }
  /* line 1654, ../scss/custom.scss */
  #content.standard .new-resources h2 {
    font-size: 60px;
  }
  /* line 1657, ../scss/custom.scss */
  #content.standard .new-resources h2 small {
    font-size: 32px;
  }
  /* line 1661, ../scss/custom.scss */
  #content.standard .new-resources p, #content.standard .new-resources p a {
    font-size: 16px;
  }
  /* line 1665, ../scss/custom.scss */
  #content.standard .new-resources .new-resource a.btn {
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    padding: 15px 5px;
    width: 240px;
  }
}
@media (min-width: 1200px) {
  /* line 1678, ../scss/custom.scss */
  #content.standard .slideshow-bg:after {
    height: 150px;
  }
  /* line 1686, ../scss/custom.scss */
  #content.standard .slideshow .slides li .hero {
    max-width: 960px;
    height: 385px;
    margin-top: 70px;
    margin-bottom: -70px;
  }
  /* line 1691, ../scss/custom.scss */
  #content.standard .slideshow .slides li .hero img {
    max-height: 480px;
    transform: translateX(calc((380px - 100%) * -1)) translateY(-70px);
    top: 20px;
  }
  /* line 1698, ../scss/custom.scss */
  #content.standard .slideshow .slides li .detail {
    height: 260px;
  }
  /* line 1700, ../scss/custom.scss */
  #content.standard .slideshow .slides li .detail .slide_description {
    left: 480px;
    padding-right: 100px;
    min-height: 170px;
  }
  /* line 1705, ../scss/custom.scss */
  #content.standard .slideshow .slides li .detail .slide_image {
    height: 260px;
    width: 480px;
  }
  /* line 1713, ../scss/custom.scss */
  #content.standard .slideshow ul.flex-direction-nav li a {
    transform: translateY(-107px);
  }
  /* line 1715, ../scss/custom.scss */
  #content.standard .slideshow ul.flex-direction-nav li a.flex-prev {
    left: -28px;
  }
  /* line 1718, ../scss/custom.scss */
  #content.standard .slideshow ul.flex-direction-nav li a.flex-next {
    right: -10px;
  }
}

/* line 1730, ../scss/custom.scss */
.btn-primary {
  padding: 10px 40px;
  border-radius: 31px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  background-color: #FFAB2F;
  border-width: 0;
}
/* line 1739, ../scss/custom.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
  background-color: #ffc062;
}

@media (min-width: 768px) {
  /* line 1745, ../scss/custom.scss */
  .container.short {
    width: 960px;
  }
}

/* line 1752, ../scss/custom.scss */
.ruggerland_menu {
  text-align: center;
  margin-top: -10px;
}
@media (min-width: 768px) {
  /* line 1752, ../scss/custom.scss */
  .ruggerland_menu {
    margin-top: -30px;
    margin-bottom: 15px;
  }
}
/* line 1762, ../scss/custom.scss */
.ruggerland_menu ul.ruggermaths-navbar-nav {
  margin: 0;
}
/* line 1766, ../scss/custom.scss */
.ruggerland_menu li {
  width: auto;
  float: none;
  display: inline-block;
}
/* line 1770, ../scss/custom.scss */
.ruggerland_menu li a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
/* line 1777, ../scss/custom.scss */
.ruggerland_menu li a:hover, .ruggerland_menu li a:focus, .ruggerland_menu li a:active {
  background: none;
  color: #FFAB2F;
}
/* line 1784, ../scss/custom.scss */
.ruggerland_menu li.active a {
  color: #FFAB2F;
}

/* line 1795, ../scss/custom.scss */
.video-modal header {
  padding: 50px 0 0 0;
}
/* line 1799, ../scss/custom.scss */
.video-modal .modal-dialog {
  width: 100%;
  max-width: 760px;
}
/* line 1804, ../scss/custom.scss */
.video-modal .modal-content {
  background: #1189DF;
  border-radius: 32px;
  border: none;
}
/* line 1810, ../scss/custom.scss */
.video-modal .embedded_title {
  font-weight: 500;
  padding: 25px 25px 0px 25px;
  color: white;
  font-size: 16px;
}
/* line 1817, ../scss/custom.scss */
.video-modal .modal-footer {
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
}
/* line 1823, ../scss/custom.scss */
.video-modal .modal-footer [class*='col-'] {
  position: static;
}
/* line 1829, ../scss/custom.scss */
.video-modal .closeBtn {
  -webkit-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 25px;
  background: url(../images/close.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}

/* line 3, ../scss/rugger_maths.scss */
#loginform input[type='text'], #lostpasswordform input[type='text'] {
  border-radius: 5px;
  line-height: 30px;
  width: 90%;
  padding-left: 10px;
  height: 30px;
}
/* line 57, ../scss/bootstrap/_mixins.scss */
#loginform input[type='text']:-moz-placeholder, #lostpasswordform input[type='text']:-moz-placeholder {
  color: #353535;
}
/* line 58, ../scss/bootstrap/_mixins.scss */
#loginform input[type='text']::-moz-placeholder, #lostpasswordform input[type='text']::-moz-placeholder {
  color: #353535;
}
/* line 59, ../scss/bootstrap/_mixins.scss */
#loginform input[type='text']:-ms-input-placeholder, #lostpasswordform input[type='text']:-ms-input-placeholder {
  color: #353535;
}
/* line 60, ../scss/bootstrap/_mixins.scss */
#loginform input[type='text']::-webkit-input-placeholder, #lostpasswordform input[type='text']::-webkit-input-placeholder {
  color: #353535;
}
/* line 11, ../scss/rugger_maths.scss */
#loginform input[type='password'], #lostpasswordform input[type='password'] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  width: 90%;
  height: 30px;
  padding-left: 10px;
}
/* line 57, ../scss/bootstrap/_mixins.scss */
#loginform input[type='password']:-moz-placeholder, #lostpasswordform input[type='password']:-moz-placeholder {
  color: #353535;
}
/* line 58, ../scss/bootstrap/_mixins.scss */
#loginform input[type='password']::-moz-placeholder, #lostpasswordform input[type='password']::-moz-placeholder {
  color: #353535;
}
/* line 59, ../scss/bootstrap/_mixins.scss */
#loginform input[type='password']:-ms-input-placeholder, #lostpasswordform input[type='password']:-ms-input-placeholder {
  color: #353535;
}
/* line 60, ../scss/bootstrap/_mixins.scss */
#loginform input[type='password']::-webkit-input-placeholder, #lostpasswordform input[type='password']::-webkit-input-placeholder {
  color: #353535;
}

/* line 22, ../scss/rugger_maths.scss */
.rugger-maths.achievement_board .post_content {
  max-height: none;
}
/* line 28, ../scss/rugger_maths.scss */
.rugger-maths .ruggerland_menu ul.ruggermaths-navbar-nav {
  margin: 0;
}
/* line 47, ../scss/rugger_maths.scss */
.rugger-maths .ruggerland_menu li {
  display: inline-block;
}
/* line 51, ../scss/rugger_maths.scss */
.rugger-maths .ruggerland_menu li a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
/* line 58, ../scss/rugger_maths.scss */
.rugger-maths .ruggerland_menu li a:hover {
  background: none;
  color: #FFAB2F;
}
/* line 65, ../scss/rugger_maths.scss */
.rugger-maths .ruggerland_menu li.active a {
  color: #FFAB2F;
}
/* line 70, ../scss/rugger_maths.scss */
.rugger-maths .ruggermaths_logo {
  background: url("../images/ruggermaths-logo.png") no-repeat;
  width: 304px;
  height: 126px;
  position: absolute;
  z-index: 100;
  left: -20px;
  top: 130px;
}
@media (max-width: 481px) {
  /* line 70, ../scss/rugger_maths.scss */
  .rugger-maths .ruggermaths_logo {
    width: 150px;
    height: 80px;
    top: 180px;
    left: 10px;
    background-size: 100%;
  }
}
/* line 102, ../scss/rugger_maths.scss */
.rugger-maths .home {
  padding-top: 90px;
}
@media (max-width: 481px) {
  /* line 102, ../scss/rugger_maths.scss */
  .rugger-maths .home {
    padding-top: 50px;
  }
}
/* line 111, ../scss/rugger_maths.scss */
.rugger-maths .post_content {
  background: url("../images/brown-bg.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 1200px) {
  /* line 111, ../scss/rugger_maths.scss */
  .rugger-maths .post_content {
    padding: 30px 10px 10px 10px !important;
    background-color: none;
  }
}
/* line 129, ../scss/rugger_maths.scss */
.rugger-maths .member_area {
  min-height: 40px;
  display: block;
}
@media (max-width: 481px) {
  /* line 129, ../scss/rugger_maths.scss */
  .rugger-maths .member_area {
    padding: 0;
    margin: 0 auto;
    width: 300px;
    margin-top: 20px;
  }
}
/* line 141, ../scss/rugger_maths.scss */
.rugger-maths .content_area {
  background: #121b1f;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(18, 27, 31, 0.4) 0 0 25px, rgba(18, 27, 31, 0.2) 0 0 3px 1px inset;
  box-shadow: rgba(18, 27, 31, 0.4) 0 0 25px, rgba(18, 27, 31, 0.2) 0 0 3px 1px inset;
  padding-bottom: 30px;
}
/* line 149, ../scss/rugger_maths.scss */
.rugger-maths .content_area .quit_game_wrap {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  display: block;
}
@media (max-width: 481px) {
  /* line 149, ../scss/rugger_maths.scss */
  .rugger-maths .content_area .quit_game_wrap {
    top: 340px;
    z-index: 300;
    position: relative;
    right: 40px;
  }
}
/* line 164, ../scss/rugger_maths.scss */
.rugger-maths .content_area.addition {
  background: url("../images/addition.jpg");
  height: 497px;
}
@media (max-width: 481px) {
  /* line 164, ../scss/rugger_maths.scss */
  .rugger-maths .content_area.addition {
    background-position: -110px -40px;
  }
}
/* line 173, ../scss/rugger_maths.scss */
.rugger-maths .content_area.subtraction {
  background: url("../images/subtraction.jpg");
  height: 497px;
}
@media (max-width: 481px) {
  /* line 173, ../scss/rugger_maths.scss */
  .rugger-maths .content_area.subtraction {
    background-position: -150px -40px;
  }
}
/* line 181, ../scss/rugger_maths.scss */
.rugger-maths .content_area.multiplication {
  background: url("../images/multiplication.jpg");
  height: 497px;
}
@media (max-width: 481px) {
  /* line 181, ../scss/rugger_maths.scss */
  .rugger-maths .content_area.multiplication {
    background-position: -150px -40px;
  }
}
/* line 189, ../scss/rugger_maths.scss */
.rugger-maths .content_area.division {
  background: url("../images/division.jpg");
  height: 497px;
}
@media (max-width: 481px) {
  /* line 189, ../scss/rugger_maths.scss */
  .rugger-maths .content_area.division {
    background-position: -150px -40px;
  }
}
/* line 197, ../scss/rugger_maths.scss */
.rugger-maths .content_area .game_group {
  margin-bottom: 30px;
}
/* line 200, ../scss/rugger_maths.scss */
.rugger-maths .content_area hr {
  border-top: 1px solid #353d40;
}
/* line 203, ../scss/rugger_maths.scss */
.rugger-maths .content_area .location_header {
  color: #fad60d;
  font-size: 26px;
  font-weight: bold;
}
/* line 209, ../scss/rugger_maths.scss */
.rugger-maths .register_page {
  padding-top: 110px !important;
}
/* line 212, ../scss/rugger_maths.scss */
.rugger-maths .register_page input[type='text'] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  width: 90%;
  padding-left: 10px;
  height: 30px;
}
/* line 57, ../scss/bootstrap/_mixins.scss */
.rugger-maths .register_page input[type='text']:-moz-placeholder {
  color: #353535;
}
/* line 58, ../scss/bootstrap/_mixins.scss */
.rugger-maths .register_page input[type='text']::-moz-placeholder {
  color: #353535;
}
/* line 59, ../scss/bootstrap/_mixins.scss */
.rugger-maths .register_page input[type='text']:-ms-input-placeholder {
  color: #353535;
}
/* line 60, ../scss/bootstrap/_mixins.scss */
.rugger-maths .register_page input[type='text']::-webkit-input-placeholder {
  color: #353535;
}
/* line 220, ../scss/rugger_maths.scss */
.rugger-maths .register_page input[type='password'] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  width: 90%;
  padding-left: 10px;
  height: 30px;
}
/* line 57, ../scss/bootstrap/_mixins.scss */
.rugger-maths .register_page input[type='password']:-moz-placeholder {
  color: #353535;
}
/* line 58, ../scss/bootstrap/_mixins.scss */
.rugger-maths .register_page input[type='password']::-moz-placeholder {
  color: #353535;
}
/* line 59, ../scss/bootstrap/_mixins.scss */
.rugger-maths .register_page input[type='password']:-ms-input-placeholder {
  color: #353535;
}
/* line 60, ../scss/bootstrap/_mixins.scss */
.rugger-maths .register_page input[type='password']::-webkit-input-placeholder {
  color: #353535;
}
@media (max-width: 481px) {
  /* line 230, ../scss/rugger_maths.scss */
  .rugger-maths input.submit_answer {
    top: 129px;
    position: relative;
    z-index: 300;
  }
}
/* line 239, ../scss/rugger_maths.scss */
.rugger-maths .loginform {
  border-right: 1px solid #353d40;
}
/* line 242, ../scss/rugger_maths.scss */
.rugger-maths h4 {
  color: #FFAB2F;
  font-weight: bold;
}
/* line 249, ../scss/rugger_maths.scss */
.rugger-maths.dashboard .content_area {
  background: url("../images/sea.jpg") no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 50px;
  min-height: 500px;
}
@media (min-width: 1200px) {
  /* line 249, ../scss/rugger_maths.scss */
  .rugger-maths.dashboard .content_area {
    max-height: 560px;
  }
}
/* line 261, ../scss/rugger_maths.scss */
.rugger-maths.dashboard .content_area .page_description h4 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
/* line 266, ../scss/rugger_maths.scss */
.rugger-maths.dashboard .content_area .page_description h2 {
  color: #FFAB2F;
  font-size: 32px;
  font-weight: bold;
  margin-top: 0px;
}
/* line 274, ../scss/rugger_maths.scss */
.rugger-maths.dashboard .nzmap {
  background: url("../images/nzmap.png") no-repeat;
  width: 500px;
  height: 430px;
  position: relative;
  z-index: 1000;
  top: -70px;
  left: 200px;
}
@media (max-width: 481px) {
  /* line 274, ../scss/rugger_maths.scss */
  .rugger-maths.dashboard .nzmap {
    background: url("../images/nzmap.png") no-repeat center;
    height: 270px;
    position: relative;
    z-index: 0;
    left: -100px;
    background-size: 50%;
    top: -40px;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 274, ../scss/rugger_maths.scss */
  .rugger-maths.dashboard .nzmap {
    background-size: 80%;
    top: 0px;
  }
}
/* line 303, ../scss/rugger_maths.scss */
.rugger-maths.dashboard .level_select {
  top: -70px;
  position: relative;
}
/* line 307, ../scss/rugger_maths.scss */
.rugger-maths.dashboard .level_select .location {
  font-size: 18px;
  font-weight: bold;
  color: #FFAB2F;
}
/* line 312, ../scss/rugger_maths.scss */
.rugger-maths.dashboard .level_select .level {
  font-size: 12px;
  font-weight: bold;
}
/* line 320, ../scss/rugger_maths.scss */
.rugger-maths .status {
  color: #FFAB2F;
  height: 19px;
}
/* line 326, ../scss/rugger_maths.scss */
.rugger-maths .result_tab {
  background: #0c0b05;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px;
  width: 120px;
  right: 10px;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  top: 40%;
}
@media (max-width: 481px) {
  /* line 326, ../scss/rugger_maths.scss */
  .rugger-maths .result_tab {
    top: 84%;
    width: 94%;
    display: block;
    position: absolute;
    border: none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding: 20px;
    left: 3%;
  }
  /* line 354, ../scss/rugger_maths.scss */
  .rugger-maths .result_tab .group1 {
    display: block;
  }
}
@media (max-width: 481px) and (min-width: 768px) and (max-width: 769px) {
  /* line 521, ../scss/bootstrap/_mixins.scss */
  .rugger-maths .result_tab .group1 .visible-lg.visible-sm {
    display: block !important;
  }
  /* line 522, ../scss/bootstrap/_mixins.scss */
  .rugger-maths .result_tab .group1 tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  /* line 523, ../scss/bootstrap/_mixins.scss */
  .rugger-maths .result_tab .group1 th.visible-lg.visible-sm,
  .rugger-maths .result_tab .group1 td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (max-width: 481px) and (min-width: 768px) {
  /* line 354, ../scss/rugger_maths.scss */
  .rugger-maths .result_tab .group1 {
    width: 50px;
  }
}

/* line 368, ../scss/rugger_maths.scss */
.rugger-maths .result_tab .corract_result, .rugger-maths .result_tab .incorract_result, .rugger-maths .result_tab .remaining_question {
  color: #FFAB2F;
  font-weight: bold;
  font-size: 50px;
}
@media (max-width: 481px) {
  /* line 368, ../scss/rugger_maths.scss */
  .rugger-maths .result_tab .corract_result, .rugger-maths .result_tab .incorract_result, .rugger-maths .result_tab .remaining_question {
    font-size: 40px;
  }
}

/* line 401, ../scss/rugger_maths.scss */
.ruggermaths_character {
  background: url("../images/ruggermaths-character.png") no-repeat;
  background-size: 85%;
  width: 235px;
  height: 378px;
  position: absolute;
  right: -130px;
}
@media (max-width: 481px) {
  /* line 401, ../scss/rugger_maths.scss */
  .ruggermaths_character {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 401, ../scss/rugger_maths.scss */
  .ruggermaths_character {
    background-size: 85%;
    width: 135px;
    height: 188px;
    right: -50px;
    top: 80%;
  }
}

/* line 421, ../scss/rugger_maths.scss */
ul#age_group {
  padding: 0;
}
/* line 423, ../scss/rugger_maths.scss */
ul#age_group input[type='radio'] {
  display: none;
}

/* line 427, ../scss/rugger_maths.scss */
ul#country_group {
  padding: 0;
}
/* line 431, ../scss/rugger_maths.scss */
ul#country_group input[type='radio'] {
  display: none;
}

/* line 445, ../scss/rugger_maths.scss */
.game_page .questions_wrap {
  width: 300px;
  top: 100px;
  display: block;
  position: absolute;
  left: 40%;
  top: 40%;
}
@media (max-width: 481px) {
  /* line 445, ../scss/rugger_maths.scss */
  .game_page .questions_wrap {
    left: 15%;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 445, ../scss/rugger_maths.scss */
  .game_page .questions_wrap {
    left: 40%;
  }
}
@media (min-width: 992px) and (max-width: 993px) {
  /* line 445, ../scss/rugger_maths.scss */
  .game_page .questions_wrap {
    left: 30%;
  }
}
/* line 463, ../scss/rugger_maths.scss */
.game_page .questions_wrap .text {
  font-style: italic;
  font-weight: bold;
}
/* line 469, ../scss/rugger_maths.scss */
.game_page .question_slide {
  display: none;
  font-weight: bold;
  font-size: 46px;
}
/* line 475, ../scss/rugger_maths.scss */
.game_page .question_slide .question_area p {
  font-size: 16px;
  font-style: italic;
}
/* line 476, ../scss/rugger_maths.scss */
.game_page .question_slide .question_area h4 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
/* line 482, ../scss/rugger_maths.scss */
.game_page input.answer_field {
  color: #fff;
  background-color: transparent;
  width: 200px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: thin dotted #fff;
  font-size: 20px;
}
/* line 492, ../scss/rugger_maths.scss */
.game_page input.answer_field:focus {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
/* line 498, ../scss/rugger_maths.scss */
.game_page .checkanswer {
  display: none;
}
/* line 502, ../scss/rugger_maths.scss */
.game_page .question_status {
  top: 92%;
  position: absolute;
  width: 100%;
}
@media (max-width: 481px) {
  /* line 502, ../scss/rugger_maths.scss */
  .game_page .question_status {
    display: none;
  }
}
/* line 514, ../scss/rugger_maths.scss */
.game_page .question_status ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 80%;
}
/* line 519, ../scss/rugger_maths.scss */
.game_page .question_status ul li {
  display: inline-block;
}
/* line 529, ../scss/rugger_maths.scss */
.game_page .questionmark {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 8px solid #0b2d4c;
  background: #fff;
}
/* line 537, ../scss/rugger_maths.scss */
.game_page .questionmark:before {
  content: '\f128';
  font-family: 'fontawesome';
  color: #0b2d4c;
  font-size: 34px;
  padding-left: 25%;
  line-height: 38px;
}
/* line 547, ../scss/rugger_maths.scss */
.game_page .correct {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 8px solid #246606;
  background: #fff;
}
/* line 555, ../scss/rugger_maths.scss */
.game_page .correct:before {
  content: '\f00c';
  font-family: 'fontawesome';
  color: #246606;
  font-size: 34px;
  padding-left: 5%;
  line-height: 38px;
}
/* line 565, ../scss/rugger_maths.scss */
.game_page .wrong {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 8px solid #f60600;
  background: #fff;
}
/* line 573, ../scss/rugger_maths.scss */
.game_page .wrong:before {
  content: '\f00d';
  font-family: 'fontawesome';
  color: #f60600;
  font-size: 34px;
  padding-left: 14%;
  line-height: 38px;
}
/* line 583, ../scss/rugger_maths.scss */
.game_page .in_progress {
  width: 47px;
  height: 47px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 0px solid #fad60d;
  background: #fad60d;
  top: -9px;
  position: relative;
}
/* line 594, ../scss/rugger_maths.scss */
.game_page .in_progress:before {
  content: '...';
  font-family: 'fontawesome';
  color: #fff;
  font-size: 40px;
  padding-left: 15%;
  line-height: 28px;
  font-weight: bold;
}

/* line 606, ../scss/rugger_maths.scss */
.flag {
  list-style: none;
  padding: 0;
  margin-right: 10px;
}
/* line 610, ../scss/rugger_maths.scss */
.flag li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 40px;
}
/* line 615, ../scss/rugger_maths.scss */
.flag i {
  background-image: url("../images/flags.png");
  display: block;
  width: 46px;
  height: 33px;
  padding: 0;
  margin: 0 auto;
}
/* line 625, ../scss/rugger_maths.scss */
.flag .ar {
  background-position: -1px 0px;
}
/* line 628, ../scss/rugger_maths.scss */
.flag .au {
  background-position: -78px 0px;
}
/* line 631, ../scss/rugger_maths.scss */
.flag .ca {
  background-position: -154px 0px;
}
/* line 634, ../scss/rugger_maths.scss */
.flag .en {
  background-position: -229px 0px;
}
/* line 637, ../scss/rugger_maths.scss */
.flag .fi {
  background-position: -305px 0px;
}
/* line 641, ../scss/rugger_maths.scss */
.flag .fr {
  background-position: -1px -61px;
}
/* line 644, ../scss/rugger_maths.scss */
.flag .ge {
  background-position: -78px -61px;
}
/* line 647, ../scss/rugger_maths.scss */
.flag .ir {
  background-position: -154px -61px;
}
/* line 650, ../scss/rugger_maths.scss */
.flag .it {
  background-position: -229px -61px;
}
/* line 653, ../scss/rugger_maths.scss */
.flag .jp {
  background-position: -305px -61px;
}
/* line 658, ../scss/rugger_maths.scss */
.flag .na {
  background-position: -1px -118px;
}
/* line 661, ../scss/rugger_maths.scss */
.flag .nz {
  background-position: -78px -118px;
}
/* line 664, ../scss/rugger_maths.scss */
.flag .ro {
  background-position: -154px -118px;
}
/* line 667, ../scss/rugger_maths.scss */
.flag .so {
  background-position: -229px -118px;
}
/* line 670, ../scss/rugger_maths.scss */
.flag .ru {
  background-position: -305px -118px;
}
/* line 675, ../scss/rugger_maths.scss */
.flag .sa {
  background-position: -1px -176px;
}
/* line 678, ../scss/rugger_maths.scss */
.flag .sc {
  background-position: -78px -176px;
}
/* line 681, ../scss/rugger_maths.scss */
.flag .to {
  background-position: -154px -176px;
}
/* line 684, ../scss/rugger_maths.scss */
.flag .us {
  background-position: -229px -176px;
}
/* line 687, ../scss/rugger_maths.scss */
.flag .wa {
  background-position: -305px -176px;
}

/* line 693, ../scss/rugger_maths.scss */
#change_age_group .modal-dialog {
  margin-top: 50px;
}

/* line 698, ../scss/rugger_maths.scss */
.board .flag {
  float: left;
  margin-right: 5px;
}

/* line 705, ../scss/rugger_maths.scss */
.instructions .content_area {
  padding-top: 50px;
}

/* line 713, ../scss/rugger_maths.scss */
.achievement_board .content_area {
  padding-top: 20px;
}
/* line 716, ../scss/rugger_maths.scss */
.achievement_board .fa-star {
  color: #FFAB2F;
  font-size: 18px;
}
/* line 722, ../scss/rugger_maths.scss */
.achievement_board table tr td, .achievement_board table tr th {
  border: 1px solid #384043;
  background-color: #121b1f;
}
@media (max-width: 481px) {
  /* line 712, ../scss/rugger_maths.scss */
  .achievement_board {
    font-size: 10px;
  }
}

/* line 734, ../scss/rugger_maths.scss */
.logout_btn {
  font-size: 16px;
}
@media (max-width: 481px) {
  /* line 734, ../scss/rugger_maths.scss */
  .logout_btn {
    width: 150px;
    right: -50%;
    position: relative;
    display: block;
    top: -80px;
  }
}

/* line 18, ../scss/rugger-world-cup.scss */
#ruggerland-home {
  background: url("../images/world_cup/game-home-bg.jpg") no-repeat;
  width: 100%;
  height: 638px;
  position: relative;
  background-size: cover;
}
/* line 25, ../scss/rugger-world-cup.scss */
#ruggerland-home .rugger-kick {
  background: url("../images/world_cup/rugger-kick.png") no-repeat;
  position: absolute;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 421px;
  height: 438px;
  left: -140px;
  top: 200px;
}
/* line 36, ../scss/rugger-world-cup.scss */
#ruggerland-home .logo {
  background: url("../images/world_cup/game-logo.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 301px;
  height: 198px;
  display: block;
  position: absolute;
  left: 355px;
  top: 80px;
  -moz-animation: small_to_big 2s ease forwards;
  -webkit-animation: small_to_big 2s ease forwards;
  animation: small_to_big 2s ease forwards;
}
@media (max-width: 481px) {
  /* line 36, ../scss/rugger-world-cup.scss */
  #ruggerland-home .logo {
    left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 36, ../scss/rugger-world-cup.scss */
  #ruggerland-home .logo {
    left: 25%;
  }
}
/* line 58, ../scss/rugger-world-cup.scss */
#ruggerland-home .content {
  color: #fff;
  font-weight: bold;
  width: 300px;
  text-align: center;
  position: absolute;
  top: 70%;
  right: 10%;
}
/* line 68, ../scss/rugger-world-cup.scss */
#ruggerland-home .content a.start-game {
  font-size: 20px;
}
@media (max-width: 481px) {
  /* line 58, ../scss/rugger-world-cup.scss */
  #ruggerland-home .content {
    left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 58, ../scss/rugger-world-cup.scss */
  #ruggerland-home .content {
    left: 25%;
  }
}

/* line 92, ../scss/rugger-world-cup.scss */
.rugger-world-cup-instruction .page > .container {
  background: #121b1f;
}
/* line 96, ../scss/rugger-world-cup.scss */
.rugger-world-cup-instruction h2 {
  color: #fad60d;
  font-size: 20px;
}
/* line 101, ../scss/rugger-world-cup.scss */
.rugger-world-cup-instruction .left-column img {
  max-width: 135%;
  margin-left: -30%;
}
/* line 106, ../scss/rugger-world-cup.scss */
.rugger-world-cup-instruction .content {
  color: #fff;
}
/* line 110, ../scss/rugger-world-cup.scss */
.rugger-world-cup-instruction .content a.start-game {
  font-size: 30px;
  font-size: 16px;
  padding: 10px 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}

/* line 129, ../scss/rugger-world-cup.scss */
.yellow {
  color: #fad60d;
}

/* line 135, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .container {
  margin-top: 0px !important;
}
/* line 138, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question {
  padding: 20px;
}
/* line 141, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .page-wrap {
  position: relative;
}
/* line 150, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .main-wrap {
  background-color: #0d2739;
  color: #fff;
}
/* line 155, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-finished {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  z-index: 20;
  display: none;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
/* line 167, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-finished .message {
  background-color: #101f28;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  top: 30%;
  font-weight: bold;
  padding-bottom: 20px;
}
/* line 176, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-finished .message img {
  top: -30px;
  position: relative;
}
/* line 185, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-number {
  float: left;
  width: 15%;
  display: block;
  padding: 15px;
  text-align: center;
}
@media (max-width: 481px) {
  /* line 185, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page .question-number {
    width: 100%;
    padding: 5px;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 185, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page .question-number {
    width: 100%;
    padding: 5px;
  }
}
/* line 202, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-number span.title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 481px) {
  /* line 202, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page .question-number span.title {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 202, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page .question-number span.title {
    font-size: 12px;
  }
}
/* line 217, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-number span.current-question-number {
  color: #fad60d;
  font-weight: bold;
  font-size: 28px;
}
/* line 222, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-number span.total-question {
  font-size: 24px;
  font-weight: bold;
  color: #a2a2a2;
}
/* line 230, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-title {
  text-align: center;
  float: right;
  width: 85%;
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  font-weight: bold;
}
/* line 238, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-title b {
  color: #FFAB2F;
}
@media (max-width: 481px) {
  /* line 230, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page .question-title {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 230, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page .question-title {
    width: 100%;
  }
}
/* line 254, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .control-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 257, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .control-row .question-note {
  text-align: center;
}
/* line 262, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-number {
  float: left;
}
/* line 266, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-group {
  float: right;
}
/* line 270, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .question-note {
  margin-top: 20px;
  float: left;
  margin-bottom: 20px;
}
/* line 275, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .next-question-button {
  float: right;
  margin-top: 15px;
}
/* line 281, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .tick {
  background: url("../images/world_cup/tick.png") no-repeat center center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 10;
  opacity: 1;
  top: 0;
  left: 0;
}
/* line 297, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .dropdown .btn {
  background-color: #102028;
}
/* line 300, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .dropdown .dropdown-label {
  color: #fad60d;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}
/* line 308, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 14px solid #fff;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-bottom: 0 dotted;
  content: "";
  margin-left: 30px;
  margin-bottom: 10px;
}
/* line 322, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .dropdown ul.dropdown-menu {
  background: #102029;
  color: #fff;
  font-size: 18px;
}
/* line 326, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .dropdown ul.dropdown-menu a {
  color: #fff;
}
/* line 330, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .dropdown ul.dropdown-menu li > a:hover {
  color: #000;
}
/* line 338, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.option-grid {
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 343, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.option-grid li {
  background-color: #000;
  width: 235px;
  height: 210px;
  display: inline-block;
  margin: 3px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
/* line 353, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.option-grid li img {
  z-index: 1;
}
/* line 359, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.option-grid li img.darker {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 364, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.option-grid li .fade-area {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  text-align: center;
  width: 100%;
  z-index: 2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
}
/* line 373, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.option-grid li .fade-area span {
  line-height: 15px;
  font-weight: bold;
}
/* line 380, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.option-grid li .result {
  width: 100%;
  height: 110px;
  position: absolute;
  display: block;
  top: 20%;
  z-index: 5;
  background-size: 0%;
}
/* line 389, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.option-grid li .result.correct {
  background: url("../images/world_cup/tick-large.png") no-repeat center center;
  background-size: 40%;
  -moz-animation: tick_this 0.5s ease forwards;
  -webkit-animation: tick_this 0.5s ease forwards;
  animation: tick_this 0.5s ease forwards;
}
/* line 395, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.option-grid li .result.wrong:before {
  content: "TRY AGAIN";
  color: #ffe96b;
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  line-height: 120px;
  position: relative;
  -moz-animation: blinker 0.2s linear 5;
  -webkit-animation: blinker 0.2s linear 5;
  animation: blinker 0.2s linear 5;
}
/* line 408, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.option-grid li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
/* line 414, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .placeholder {
  position: relative;
  height: 400px;
  width: 100%;
  z-index: 1;
}
/* line 421, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.image-diff {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  padding-left: 0;
}
/* line 428, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.image-diff li.slide {
  width: 96%;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  left: 100%;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
/* line 440, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.image-diff li.slide .left-slide {
  width: 49%;
  float: left;
  display: block;
  position: relative;
}
@media (max-width: 481px) {
  /* line 440, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page ul.image-diff li.slide .left-slide {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 440, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page ul.image-diff li.slide .left-slide {
    width: 48%;
  }
}
/* line 455, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.image-diff li.slide .right-slide {
  width: 49%;
  float: left;
  display: block;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 481px) {
  /* line 455, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page ul.image-diff li.slide .right-slide {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 455, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page ul.image-diff li.slide .right-slide {
    width: 48%;
  }
}
/* line 475, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.image-diff li.slide img {
  width: 100%;
}
/* line 478, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.image-diff li.slide:hover {
  cursor: pointer;
}
/* line 481, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.image-diff li.slide .answer-area {
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
}
/* line 488, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.image-diff li.slide.active {
  display: block !important;
  left: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 498, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .slide-number {
  text-align: center;
  top: 30px;
  position: relative;
}
/* line 502, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .slide-number ul {
  margin: 0;
  padding-left: 0;
  position: relative;
  z-index: 10;
}
/* line 508, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .slide-number li.num {
  background: url("../images/world_cup/num-off.png") no-repeat center center;
  display: inline-block;
  width: 58px;
  height: 59px;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  position: relative;
  text-indent: -4px;
}
/* line 519, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .slide-number li.num.green {
  background: url("../images/world_cup/num-on.png") no-repeat center center;
}
/* line 526, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page .dragitem {
  cursor: pointer;
}
/* line 533, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 ul {
  padding: 0;
  text-align: center;
  list-style: none;
  margin: 0 auto;
}
/* line 539, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 ul li {
  display: inline-block;
}
/* line 545, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .dragitem {
  width: 128px;
  height: 100px;
  position: relative;
  z-index: 5;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
}
/* line 558, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .droppable {
  background-color: #fff;
  width: 130px;
  margin-right: 10px;
  color: #000;
  position: relative;
  z-index: 1;
}
/* line 566, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .droppable img {
  width: 100%;
}
/* line 570, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .droppable .overlay {
  background-color: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
/* line 580, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .droppable.state-hover .overlay {
  opacity: 0.7;
}
/* line 585, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .droppable .result {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
/* line 592, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .droppable .result.correct {
  background: url("../images/world_cup/tick-large.png") no-repeat center;
  -moz-animation: tick_this 0.5s ease forwards;
  -webkit-animation: tick_this 0.5s ease forwards;
  animation: tick_this 0.5s ease forwards;
}
/* line 598, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .droppable .result.incorrect {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 600, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .droppable .result.incorrect:before {
  content: "TRY AGAIN";
  color: #ffe96b;
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  top: 50px;
  position: absolute;
  left: 0px;
  -moz-animation: blinker 0.2s linear 5;
  -webkit-animation: blinker 0.2s linear 5;
  animation: blinker 0.2s linear 5;
}
/* line 615, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .droppable .label {
  font-weight: bold;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  position: absolute;
  width: 100%;
  min-height: 30px;
  bottom: 0;
  padding-top: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
/* line 625, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-1 .droppable .label.visible {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 637, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-2 {
  overflow: hidden;
}
/* line 641, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-2 .flex-viewport {
  overflow: visible !important;
}
/* line 645, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-2 #rugger {
  width: 368px;
  height: 236px;
  display: block;
  padding: 0;
  margin: 30px auto;
  background: url("../images/world_cup/rugger.png") no-repeat;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
/* line 657, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-2 #rugger.state-hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 666, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-2 .result {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
}
/* line 675, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-2 .result.incorrect:before {
  content: "TRY AGAIN";
  position: absolute;
  color: #fad60d;
  font-weight: bold;
  width: 200px;
  right: 5%;
  top: 20%;
  display: block;
  font-size: 30px;
  -moz-animation-name: blinker;
  -webkit-animation-name: blinker;
  animation-name: blinker;
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}
/* line 697, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-2 ul {
  padding: 0;
  margin: 0;
}
/* line 700, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-2 ul li.dragitem {
  display: inline-block;
  text-align: center;
  width: 130px;
  height: 100px;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
/* line 721, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-5 .answer-area {
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 729, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 {
  overflow: hidden;
}
/* line 732, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 ul.flex-direction-nav {
  display: none;
}
/* line 736, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 .list-wrap {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
/* line 740, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 .list-wrap .flex-viewport {
  overflow: visible !important;
}
/* line 744, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 .map {
  background: url("../images/world_cup/question-6/map.jpg") no-repeat center center;
  background-position: -77px;
  position: relative;
  width: 100%;
  height: 300px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 752, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 .map .location {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #000;
  font-weight: bold;
  padding: 5px;
  display: block;
  width: auto;
  width: auto;
  position: absolute;
  z-index: 1;
}
/* line 763, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 .map .location:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  content: "";
  position: absolute;
  top: 28px;
  z-index: 0;
  left: 40%;
}
/* line 778, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 .map .location.option-hover, .rugger-world-cup-page #question-6 .map .location.correct {
  background-color: #217942;
}
/* line 780, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 .map .location.option-hover:before, .rugger-world-cup-page #question-6 .map .location.correct:before {
  border-top: 5px solid #217942;
}
/* line 785, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 .map .location.incorrect {
  background: #bf2637;
}
/* line 787, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 .map .location.incorrect:after {
  content: "TRY AGAIN";
  position: absolute;
  color: #fad60d;
  font-weight: bold;
  width: 100px;
  left: 0;
  top: -15px;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 798, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-6 .map .location.incorrect:before {
  border-top: 5px solid #bf2637;
}
@media (max-width: 481px) {
  /* line 809, ../scss/rugger-world-cup.scss */
  .rugger-world-cup-page #question-6 .map .location {
    float: left;
    position: relative;
    left: auto !important;
    top: auto !important;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
/* line 827, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 {
  overflow: hidden;
}
/* line 830, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 .list-wrap {
  margin-bottom: 20px;
  position: relative;
}
/* line 834, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 .list-wrap .flex-viewport {
  overflow: visible !important;
}
/* line 839, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 .list-wrap li img {
  width: 60%;
}
/* line 843, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 .list-wrap .tick {
  left: -20px;
}
/* line 848, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 ul.team-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 853, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 ul.team-list li {
  float: left;
  display: block;
  width: 100px;
  position: relative;
  text-align: center;
}
/* line 860, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 ul.team-list li .label {
  text-align: center;
  font-size: 14px;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 20%;
}
/* line 869, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 ul.team-list li img {
  margin-bottom: 21px;
}
/* line 875, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 ul.team-list li.correct img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 878, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 ul.team-list li.correct .label {
  display: block;
}
/* line 885, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 ul.team-list li > .tick {
  background: url("../images/world_cup/tick.png") no-repeat center;
  top: 40px;
  height: 97px;
  display: none;
  position: absolute;
  -moz-animation: small_to_big 0.3s ease forwards;
  -webkit-animation: small_to_big 0.3s ease forwards;
  animation: small_to_big 0.3s ease forwards;
}
/* line 898, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 a.team-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
}
/* line 905, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 a.team-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0px;
}
/* line 912, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-7 li.option-hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 925, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 .list-wrap {
  z-index: 5;
  position: relative;
  margin-bottom: 20px;
}
/* line 930, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 .list-wrap .label {
  display: block;
}
/* line 935, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 .list-wrap ul {
  list-style: none;
  text-align: center;
}
/* line 939, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 .list-wrap ul li {
  display: inline-block;
  width: 120px;
}
/* line 948, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 ul.item-list {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
/* line 956, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 ul.item-list li.droppable {
  background-color: #121b1f;
  width: 240px;
  height: 190px;
  display: inline-block;
  margin: 3px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  cursor: pointer;
}
/* line 969, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 ul.item-list li.droppable img {
  position: absolute;
  left: 20%;
  top: 25%;
}
/* line 977, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 ul.item-list li.droppable img.logo-correct {
  display: none;
}
/* line 980, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 ul.item-list li.droppable img.logo-mask {
  display: block;
}
/* line 985, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 ul.item-list li.droppable .result {
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
/* line 993, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 ul.item-list li.droppable .result.correct {
  background: url("../images/world_cup/tick-large.png") no-repeat center;
  -moz-animation: tick_this 0.5s ease forwards;
  -webkit-animation: tick_this 0.5s ease forwards;
  animation: tick_this 0.5s ease forwards;
}
/* line 998, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 ul.item-list li.droppable .result.incorrect {
  width: 100%;
}
/* line 1002, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 ul.item-list li.droppable .result.incorrect:before {
  content: "TRY AGAIN";
  color: #ffe96b;
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  line-height: 120px;
  position: relative;
  -moz-animation-name: blinker;
  -webkit-animation-name: blinker;
  animation-name: blinker;
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}
/* line 1018, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-8 ul.item-list li.droppable .label {
  font-size: 12px;
  bottom: 10%;
  position: absolute;
  left: 0px;
  text-align: center;
  display: block;
  width: 100%;
  display: none;
}
/* line 1040, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page #question-10 ul#option-gird li.option {
  background: center no-repeat #000;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 1050, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.dragable-item-list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 80px;
}
/* line 1055, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.dragable-item-list li {
  width: 80px !important;
  display: block;
  float: left;
  margin-right: 20px;
  z-index: 10;
}
/* line 1062, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.dragable-item-list li img {
  width: 100%;
}
/* line 1066, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.dragable-item-list li.ui-draggable-dragging {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 1070, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.dragable-item-list li .tick {
  background: url("../images/world_cup/tick.png") no-repeat;
  top: -20px;
  height: 77px;
  display: none;
}
/* line 1077, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page ul.dragable-item-list li .country-name {
  text-align: center;
  font-weight: bold;
  display: none;
}
/* line 1086, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page a.prev {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 0;
}
/* line 1093, ../scss/rugger-world-cup.scss */
.rugger-world-cup-page a.next {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 0px;
}

/* line 1108, ../scss/rugger-world-cup.scss */
#question-11 {
  min-height: 300px;
}
/* line 1110, ../scss/rugger-world-cup.scss */
#question-11 h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 1118, ../scss/rugger-world-cup.scss */
#question-11 .dropdown-result.wrong:before {
  content: "TRY AGAIN";
  color: #ffe96b;
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  line-height: 120px;
  left: 10%;
  position: relative;
  -moz-animation-name: blinker;
  -webkit-animation-name: blinker;
  animation-name: blinker;
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}

/* line 1137, ../scss/rugger-world-cup.scss */
#question-12 .bg {
  background: url("../images/world_cup/question-12/crowd.jpg") no-repeat;
  width: 100%;
  height: 420px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 1143, ../scss/rugger-world-cup.scss */
#question-12 .statement {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #000;
  font-weight: bold;
  padding: 5px;
  display: block;
  width: auto;
  width: auto;
  position: absolute;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 481px) {
  /* line 1143, ../scss/rugger-world-cup.scss */
  #question-12 .statement {
    position: relative;
    left: auto !important;
    top: auto !important;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 1143, ../scss/rugger-world-cup.scss */
  #question-12 .statement {
    position: relative;
    left: auto !important;
    top: auto !important;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }
}
/* line 1175, ../scss/rugger-world-cup.scss */
#question-12 .statement:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  content: "";
  position: absolute;
  top: 28px;
  z-index: 0;
  left: 40%;
}
/* line 1190, ../scss/rugger-world-cup.scss */
#question-12 .statement.option-hover, #question-12 .statement.correct {
  background-color: #217942;
}
/* line 1192, ../scss/rugger-world-cup.scss */
#question-12 .statement.option-hover:before, #question-12 .statement.correct:before {
  border-top: 5px solid #217942;
}
/* line 1199, ../scss/rugger-world-cup.scss */
#question-12 .statement.incorrect {
  background: #bf2637;
}
/* line 1201, ../scss/rugger-world-cup.scss */
#question-12 .statement.incorrect:after {
  content: "TRY AGAIN";
  position: absolute;
  color: #fad60d;
  font-weight: bold;
  width: 100px;
  left: 0;
  top: -15px;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1212, ../scss/rugger-world-cup.scss */
#question-12 .statement.incorrect:before {
  border-top: 5px solid #bf2637;
}

/* line 1233, ../scss/rugger-world-cup.scss */
#question-14 ul {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/* line 1239, ../scss/rugger-world-cup.scss */
#question-14 ul li {
  display: inline-block;
}
/* line 1247, ../scss/rugger-world-cup.scss */
#question-14 .left-side img {
  width: 100%;
}
@media (max-width: 481px) {
  /* line 1244, ../scss/rugger-world-cup.scss */
  #question-14 .left-side {
    width: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 1244, ../scss/rugger-world-cup.scss */
  #question-14 .left-side {
    width: auto;
    margin-bottom: 20px;
  }
}
/* line 1262, ../scss/rugger-world-cup.scss */
#question-14 .right-side {
  position: relative;
  z-index: 5;
  cursor: pointer;
}
/* line 1268, ../scss/rugger-world-cup.scss */
#question-14 .right-side img {
  width: 100%;
}
@media (max-width: 481px) {
  /* line 1262, ../scss/rugger-world-cup.scss */
  #question-14 .right-side {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 1262, ../scss/rugger-world-cup.scss */
  #question-14 .right-side {
    width: auto;
  }
}
/* line 1281, ../scss/rugger-world-cup.scss */
#question-14 .right-side .answer {
  z-index: 10;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
}
/* line 1294, ../scss/rugger-world-cup.scss */
#question-14 .circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #BADA55;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
}

/* line 1308, ../scss/rugger-world-cup.scss */
#cert {
  width: 98%;
  background: url("../images/world_cup/cert-bg.jpg") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 638px;
  margin: 10px;
}
/* line 1315, ../scss/rugger-world-cup.scss */
#cert .logo {
  background: url("../images/world_cup/game-logo.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 301px;
  height: 198px;
  display: block;
  position: absolute;
  left: 365px;
  top: 200px;
  -moz-animation: small_to_big 1s ease forwards;
  -webkit-animation: small_to_big 1s ease forwards;
  animation: small_to_big 1s ease forwards;
}
@media (max-width: 481px) {
  /* line 1315, ../scss/rugger-world-cup.scss */
  #cert .logo {
    position: relative;
    padding: 0;
    margin: 0 auto;
    left: auto;
    top: auto;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 1315, ../scss/rugger-world-cup.scss */
  #cert .logo {
    position: relative;
    padding: 0;
    margin: 0 auto;
    left: auto;
    top: auto;
  }
}
/* line 1343, ../scss/rugger-world-cup.scss */
#cert .content {
  top: 70%;
  position: relative;
  font-weight: bold;
}
@media (max-width: 481px) {
  /* line 1343, ../scss/rugger-world-cup.scss */
  #cert .content {
    top: 3%;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  /* line 1343, ../scss/rugger-world-cup.scss */
  #cert .content {
    top: 3%;
  }
}
/* line 1358, ../scss/rugger-world-cup.scss */
#cert .content p {
  text-align: center;
}
/* line 1362, ../scss/rugger-world-cup.scss */
#cert .content .print_cert {
  text-align: center;
}
/* line 1364, ../scss/rugger-world-cup.scss */
#cert .content .print_cert a.print-cert {
  font-size: 20px;
}
/* line 1368, ../scss/rugger-world-cup.scss */
#cert .content .certificate-form {
  margin-top: 20px !important;
}
/* line 1374, ../scss/rugger-world-cup.scss */
#cert .error {
  color: #fad60d;
}

/* line 1382, ../scss/rugger-world-cup.scss */
.board_result {
  color: #fff;
}

@-moz-keyframes tick_this {
  from {
    -moz-background-size: 0%;
    background-size: 0%;
  }
  to {
    -moz-background-size: 50%;
    background-size: 50%;
  }
}
@-webkit-keyframes tick_this {
  from {
    -webkit-background-size: 0%;
    background-size: 0%;
  }
  to {
    -webkit-background-size: 50%;
    background-size: 50%;
  }
}
@keyframes tick_this {
  from {
    -moz-background-size: 0%;
    -o-background-size: 0%;
    -webkit-background-size: 0%;
    background-size: 0%;
  }
  to {
    -moz-background-size: 50%;
    -o-background-size: 50%;
    -webkit-background-size: 50%;
    background-size: 50%;
  }
}
@-moz-keyframes small_to_big {
  from {
    -moz-background-size: 0%;
    background-size: 0%;
  }
  to {
    -moz-background-size: 100%;
    background-size: 100%;
  }
}
@-webkit-keyframes small_to_big {
  from {
    -webkit-background-size: 0%;
    background-size: 0%;
  }
  to {
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
@keyframes small_to_big {
  from {
    -moz-background-size: 0%;
    -o-background-size: 0%;
    -webkit-background-size: 0%;
    background-size: 0%;
  }
  to {
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
@-moz-keyframes blinker {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* line 1405, ../scss/rugger-world-cup.scss */
.SafariFix {
  -webkit-user-select: auto;
}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
