/*
Theme Name: Jerry-Pate
Author: Freebairn 
Version: 1
Text Domain: Jerry-Pate
*/
/*
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, scss/bootstrap.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

/* line 27, scss/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 33, scss/bootstrap.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

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

/* line 45, scss/bootstrap.scss */
a {
  background-color: transparent;
}

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

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

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

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

/* line 62, scss/bootstrap.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

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

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

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

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

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

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

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

/* line 93, scss/bootstrap.scss */
figure {
  margin: 1em 40px;
}

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

/* line 102, scss/bootstrap.scss */
pre {
  overflow: auto;
}

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

/* line 116, scss/bootstrap.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 121, scss/bootstrap.scss */
button {
  overflow: visible;
}

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

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

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

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

/* line 144, scss/bootstrap.scss */
input {
  line-height: normal;
}

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

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

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

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

/* line 168, scss/bootstrap.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

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

/* line 177, scss/bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 180, scss/bootstrap.scss */
optgroup {
  font-weight: bold;
}

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

/* line 188, scss/bootstrap.scss */
td,
th {
  padding: 0;
}

/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 195, scss/bootstrap.scss */
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

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

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

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

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

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

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

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

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

  /* line 234, scss/bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

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

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

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

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

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

  /* line 260, scss/bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 265, scss/bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 271, scss/bootstrap.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 276, scss/bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

/* line 296, scss/bootstrap.scss */
a {
  text-decoration: none;
}

/* line 300, scss/bootstrap.scss */
a:hover,
a:focus {
  text-decoration: none;
}

/* line 303, scss/bootstrap.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

/* line 317, scss/bootstrap.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

/* line 358, scss/bootstrap.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 366, scss/bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 380, scss/bootstrap.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 409, scss/bootstrap.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,
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: #777;
}

/* line 419, scss/bootstrap.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 434, scss/bootstrap.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

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

/* line 457, scss/bootstrap.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

/* line 484, scss/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 487, scss/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 494, scss/bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 499, scss/bootstrap.scss */
small,
.small {
  font-size: 85%;
}

/* line 503, scss/bootstrap.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

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

/* line 516, scss/bootstrap.scss */
.text-justify {
  text-align: justify;
}

/* line 519, scss/bootstrap.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 522, scss/bootstrap.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 525, scss/bootstrap.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 528, scss/bootstrap.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 531, scss/bootstrap.scss */
.text-muted {
  color: #777;
}

/* line 534, scss/bootstrap.scss */
.text-primary {
  color: #337ab7;
}

/* line 538, scss/bootstrap.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 541, scss/bootstrap.scss */
.text-success {
  color: #3c763d;
}

/* line 545, scss/bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 548, scss/bootstrap.scss */
.text-info {
  color: #31708f;
}

/* line 552, scss/bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 555, scss/bootstrap.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 559, scss/bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 562, scss/bootstrap.scss */
.text-danger {
  color: #a94442;
}

/* line 566, scss/bootstrap.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 569, scss/bootstrap.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 574, scss/bootstrap.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 577, scss/bootstrap.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 581, scss/bootstrap.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 584, scss/bootstrap.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 588, scss/bootstrap.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 591, scss/bootstrap.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 595, scss/bootstrap.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 598, scss/bootstrap.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 602, scss/bootstrap.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

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

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

/* line 618, scss/bootstrap.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

/* line 625, scss/bootstrap.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

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

/* line 635, scss/bootstrap.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 640, scss/bootstrap.scss */
dt,
dd {
  line-height: 1.42857143;
}

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

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

@media (min-width: 768px) {
  /* line 650, scss/bootstrap.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 659, scss/bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 664, scss/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

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

/* line 672, scss/bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 680, scss/bootstrap.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 685, scss/bootstrap.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 693, scss/bootstrap.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 697, scss/bootstrap.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 709, scss/bootstrap.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 717, scss/bootstrap.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 720, scss/bootstrap.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

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

/* line 738, scss/bootstrap.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 747, scss/bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 754, scss/bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 767, scss/bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

/* line 779, scss/bootstrap.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 786, scss/bootstrap.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 791, scss/bootstrap.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 796, scss/bootstrap.scss */
  .container {
    width: 1170px;
  }
}
/* line 800, scss/bootstrap.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 806, scss/bootstrap.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

/* line 822, scss/bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 825, scss/bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

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

/* line 831, scss/bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 834, scss/bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

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

/* line 840, scss/bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 843, scss/bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

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

/* line 849, scss/bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 852, scss/bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 855, scss/bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 858, scss/bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 861, scss/bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 864, scss/bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 867, scss/bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 870, scss/bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 873, scss/bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 876, scss/bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 879, scss/bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 882, scss/bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 885, scss/bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 888, scss/bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 891, scss/bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 894, scss/bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 897, scss/bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 900, scss/bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 903, scss/bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 906, scss/bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 909, scss/bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 912, scss/bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 915, scss/bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 918, scss/bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 921, scss/bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 924, scss/bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 927, scss/bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 930, scss/bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 933, scss/bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 936, scss/bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 939, scss/bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 942, scss/bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 945, scss/bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 948, scss/bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 951, scss/bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 954, scss/bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 957, scss/bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 960, scss/bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 963, scss/bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 966, scss/bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 969, scss/bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 973, scss/bootstrap.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, .col-sm-12 {
    float: left;
  }

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

  /* line 979, scss/bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 982, scss/bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

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

  /* line 988, scss/bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 991, scss/bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

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

  /* line 997, scss/bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 1000, scss/bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

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

  /* line 1006, scss/bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1009, scss/bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1012, scss/bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1015, scss/bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1018, scss/bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

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

  /* line 1024, scss/bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1027, scss/bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

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

  /* line 1033, scss/bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1036, scss/bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

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

  /* line 1042, scss/bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1045, scss/bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1048, scss/bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1051, scss/bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1054, scss/bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1057, scss/bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  /* line 1063, scss/bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1066, scss/bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  /* line 1072, scss/bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1075, scss/bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  /* line 1081, scss/bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1084, scss/bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1087, scss/bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1090, scss/bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1093, scss/bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1096, scss/bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  /* line 1102, scss/bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1105, scss/bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  /* line 1111, scss/bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1114, scss/bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  /* line 1120, scss/bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1123, scss/bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1126, scss/bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1131, scss/bootstrap.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, .col-md-12 {
    float: left;
  }

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

  /* line 1137, scss/bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1140, scss/bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

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

  /* line 1146, scss/bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1149, scss/bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

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

  /* line 1155, scss/bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1158, scss/bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

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

  /* line 1164, scss/bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1167, scss/bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1170, scss/bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1173, scss/bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1176, scss/bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

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

  /* line 1182, scss/bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1185, scss/bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

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

  /* line 1191, scss/bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1194, scss/bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

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

  /* line 1200, scss/bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 1203, scss/bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

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

  /* line 1209, scss/bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 1212, scss/bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 1215, scss/bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

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

  /* line 1221, scss/bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 1224, scss/bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

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

  /* line 1230, scss/bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 1233, scss/bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

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

  /* line 1239, scss/bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 1242, scss/bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

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

  /* line 1248, scss/bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 1251, scss/bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1254, scss/bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  /* line 1260, scss/bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1263, scss/bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  /* line 1269, scss/bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1272, scss/bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  /* line 1278, scss/bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1281, scss/bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1284, scss/bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 1289, scss/bootstrap.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, .col-lg-12 {
    float: left;
  }

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

  /* line 1295, scss/bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 1298, scss/bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

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

  /* line 1304, scss/bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 1307, scss/bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

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

  /* line 1313, scss/bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 1316, scss/bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

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

  /* line 1322, scss/bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 1325, scss/bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 1328, scss/bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 1331, scss/bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 1334, scss/bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

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

  /* line 1340, scss/bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 1343, scss/bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

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

  /* line 1349, scss/bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 1352, scss/bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

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

  /* line 1358, scss/bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 1361, scss/bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

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

  /* line 1367, scss/bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 1370, scss/bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 1373, scss/bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  /* line 1379, scss/bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 1382, scss/bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  /* line 1388, scss/bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 1391, scss/bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  /* line 1397, scss/bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 1400, scss/bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

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

  /* line 1406, scss/bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 1409, scss/bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1412, scss/bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  /* line 1418, scss/bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1421, scss/bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  /* line 1427, scss/bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1430, scss/bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  /* line 1436, scss/bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1439, scss/bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1442, scss/bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 1446, scss/bootstrap.scss */
table {
  background-color: transparent;
}

/* line 1449, scss/bootstrap.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

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

/* line 1458, scss/bootstrap.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 1468, scss/bootstrap.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1474, scss/bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 1483, scss/bootstrap.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1486, scss/bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 1489, scss/bootstrap.scss */
.table .table {
  background-color: #fff;
}

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

/* line 1500, scss/bootstrap.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 1508, scss/bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 1512, scss/bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1515, scss/bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

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

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

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

/* line 1550, scss/bootstrap.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

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

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

/* line 1585, scss/bootstrap.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 1592, scss/bootstrap.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

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

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

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

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

/* line 1637, scss/bootstrap.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 1642, scss/bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  /* line 1649, scss/bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 1657, scss/bootstrap.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 1660, scss/bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1668, scss/bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 1676, scss/bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 1682, scss/bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1686, scss/bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

/* line 1703, scss/bootstrap.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

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

/* line 1723, scss/bootstrap.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

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

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

/* line 1737, scss/bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 1744, scss/bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  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, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1762, scss/bootstrap.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 1768, scss/bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 1772, scss/bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 1775, scss/bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 1778, scss/bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1784, scss/bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 1789, scss/bootstrap.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

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

/* line 1795, scss/bootstrap.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1802, scss/bootstrap.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  /* line 1812, scss/bootstrap.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  /* line 1822, scss/bootstrap.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
/* line 1826, scss/bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1830, scss/bootstrap.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1837, scss/bootstrap.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1847, scss/bootstrap.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

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

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

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

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

/* line 1882, scss/bootstrap.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1888, scss/bootstrap.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 1891, scss/bootstrap.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 1898, scss/bootstrap.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 1902, scss/bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1909, scss/bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 1914, scss/bootstrap.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

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

/* line 1924, scss/bootstrap.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 1929, scss/bootstrap.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 1932, scss/bootstrap.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 1939, scss/bootstrap.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 1946, scss/bootstrap.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 1951, scss/bootstrap.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 1954, scss/bootstrap.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 1961, scss/bootstrap.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 1966, scss/bootstrap.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 1969, scss/bootstrap.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 1976, scss/bootstrap.scss */
.has-feedback {
  position: relative;
}

/* line 1979, scss/bootstrap.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 1982, scss/bootstrap.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 1996, scss/bootstrap.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2003, scss/bootstrap.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2017, scss/bootstrap.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 2020, scss/bootstrap.scss */
.has-success .form-control {
  border-color: #3c763d;
  -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 2025, scss/bootstrap.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 2030, scss/bootstrap.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2035, scss/bootstrap.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2047, scss/bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 2050, scss/bootstrap.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -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 2055, scss/bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 2060, scss/bootstrap.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2065, scss/bootstrap.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2077, scss/bootstrap.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 2080, scss/bootstrap.scss */
.has-error .form-control {
  border-color: #a94442;
  -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 2085, scss/bootstrap.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 2090, scss/bootstrap.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2095, scss/bootstrap.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2098, scss/bootstrap.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2101, scss/bootstrap.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  /* line 2111, scss/bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2116, scss/bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 2121, scss/bootstrap.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 2124, scss/bootstrap.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 2130, scss/bootstrap.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 2133, scss/bootstrap.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 2136, scss/bootstrap.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2141, scss/bootstrap.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 2148, scss/bootstrap.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 2152, scss/bootstrap.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 2156, scss/bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2163, scss/bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2169, scss/bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2172, scss/bootstrap.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2177, scss/bootstrap.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 2183, scss/bootstrap.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2187, scss/bootstrap.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 2193, scss/bootstrap.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/* line 2198, scss/bootstrap.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 2224, scss/bootstrap.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2230, scss/bootstrap.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 2235, scss/bootstrap.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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 2243, scss/bootstrap.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 2251, scss/bootstrap.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 2254, scss/bootstrap.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 2260, scss/bootstrap.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 2265, scss/bootstrap.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2272, scss/bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 2285, scss/bootstrap.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 2292, scss/bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2303, scss/bootstrap.scss */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 2307, scss/bootstrap.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 2311, scss/bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 2317, scss/bootstrap.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 2322, scss/bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 2329, scss/bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 2342, scss/bootstrap.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 2349, scss/bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2360, scss/bootstrap.scss */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 2364, scss/bootstrap.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 2368, scss/bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2374, scss/bootstrap.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 2379, scss/bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2386, scss/bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2399, scss/bootstrap.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 2406, scss/bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2417, scss/bootstrap.scss */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2421, scss/bootstrap.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 2425, scss/bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2431, scss/bootstrap.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 2436, scss/bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2443, scss/bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2456, scss/bootstrap.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 2463, scss/bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2474, scss/bootstrap.scss */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2478, scss/bootstrap.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 2482, scss/bootstrap.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2488, scss/bootstrap.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 2493, scss/bootstrap.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2500, scss/bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2513, scss/bootstrap.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 2520, scss/bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2531, scss/bootstrap.scss */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2535, scss/bootstrap.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 2539, scss/bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2545, scss/bootstrap.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 2550, scss/bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 2557, scss/bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 2570, scss/bootstrap.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 2577, scss/bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2588, scss/bootstrap.scss */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2592, scss/bootstrap.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 2596, scss/bootstrap.scss */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

/* line 2605, scss/bootstrap.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2613, scss/bootstrap.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2617, scss/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2625, scss/bootstrap.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

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

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

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

/* line 2650, scss/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

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

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

/* line 2662, scss/bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 2668, scss/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 2671, scss/bootstrap.scss */
.collapse {
  display: none;
}

/* line 2674, scss/bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 2677, scss/bootstrap.scss */
tr.collapse.in {
  display: table-row;
}

/* line 2680, scss/bootstrap.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 2683, scss/bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 2697, scss/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 2709, scss/bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

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

/* line 2715, scss/bootstrap.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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);
}

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

/* line 2741, scss/bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 2747, scss/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

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

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

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

/* line 2783, scss/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 2786, scss/bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 2789, scss/bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 2793, scss/bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 2797, scss/bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

/* line 2818, scss/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 2825, scss/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 2831, scss/bootstrap.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 2835, scss/bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* line 2841, scss/bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2847, scss/bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 2858, scss/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 2864, scss/bootstrap.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 2867, scss/bootstrap.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 2872, scss/bootstrap.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 2877, scss/bootstrap.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

/* line 2883, scss/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

/* line 2922, scss/bootstrap.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 2926, scss/bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/* line 2933, scss/bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 2937, scss/bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 2942, scss/bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 2948, scss/bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 2954, scss/bootstrap.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 2958, scss/bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

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

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

/* line 2981, scss/bootstrap.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2985, scss/bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 2992, scss/bootstrap.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 2997, scss/bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3000, scss/bootstrap.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3006, scss/bootstrap.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3011, scss/bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3016, scss/bootstrap.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3021, scss/bootstrap.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3028, scss/bootstrap.scss */
.input-group .form-control:focus {
  z-index: 3;
}

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

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

/* line 3051, scss/bootstrap.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3056, scss/bootstrap.scss */
.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 3065, scss/bootstrap.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3074, scss/bootstrap.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3079, scss/bootstrap.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3084, scss/bootstrap.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 3088, scss/bootstrap.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3093, scss/bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3104, scss/bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3109, scss/bootstrap.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3115, scss/bootstrap.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

/* line 3144, scss/bootstrap.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3149, scss/bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3152, scss/bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3157, scss/bootstrap.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3161, scss/bootstrap.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3165, scss/bootstrap.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3169, scss/bootstrap.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3174, scss/bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3178, scss/bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3184, scss/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3188, scss/bootstrap.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 3192, scss/bootstrap.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 3200, scss/bootstrap.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 3204, scss/bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3210, scss/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3213, scss/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 3216, scss/bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3220, scss/bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 3226, scss/bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 3231, scss/bootstrap.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 3238, scss/bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3242, scss/bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3245, scss/bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 3249, scss/bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3254, scss/bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3258, scss/bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3262, scss/bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3268, scss/bootstrap.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 3272, scss/bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3278, scss/bootstrap.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 3282, scss/bootstrap.scss */
.nav-pills > li {
  float: left;
}

/* line 3285, scss/bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 3288, scss/bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3293, scss/bootstrap.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 3297, scss/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 3300, scss/bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3304, scss/bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 3307, scss/bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 3310, scss/bootstrap.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 3314, scss/bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3319, scss/bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3323, scss/bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3327, scss/bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 3330, scss/bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3336, scss/bootstrap.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 3340, scss/bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3346, scss/bootstrap.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* line 3350, scss/bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

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

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

/* line 3361, scss/bootstrap.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3368, scss/bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 3373, scss/bootstrap.scss */
  .navbar-header {
    float: left;
  }
}
/* line 3377, scss/bootstrap.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 3386, scss/bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3390, scss/bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 3396, scss/bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 3402, scss/bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 3407, scss/bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 3413, scss/bootstrap.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 3418, scss/bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 3425, scss/bootstrap.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 3433, scss/bootstrap.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3438, scss/bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3443, scss/bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3448, scss/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 3456, scss/bootstrap.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3460, scss/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3464, scss/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3469, scss/bootstrap.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 3477, scss/bootstrap.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 3480, scss/bootstrap.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 3485, scss/bootstrap.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 3489, scss/bootstrap.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3501, scss/bootstrap.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 3504, scss/bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3510, scss/bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3514, scss/bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 3518, scss/bootstrap.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 3521, scss/bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 3527, scss/bootstrap.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 3538, scss/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 3541, scss/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 3545, scss/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 3550, scss/bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3554, scss/bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 3557, scss/bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 3562, scss/bootstrap.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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);
}

@media (min-width: 768px) {
  /* line 3574, scss/bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3579, scss/bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3584, scss/bootstrap.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 3587, scss/bootstrap.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 3593, scss/bootstrap.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 3596, scss/bootstrap.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 3599, scss/bootstrap.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3604, scss/bootstrap.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3611, scss/bootstrap.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 3615, scss/bootstrap.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 3619, scss/bootstrap.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 3624, scss/bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 3627, scss/bootstrap.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 3632, scss/bootstrap.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 3643, scss/bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3648, scss/bootstrap.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 3659, scss/bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3663, scss/bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 3667, scss/bootstrap.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 3672, scss/bootstrap.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  /* line 3679, scss/bootstrap.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 3682, scss/bootstrap.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 3686, scss/bootstrap.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 3690, scss/bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 3694, scss/bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 3698, scss/bootstrap.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 3702, scss/bootstrap.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 3705, scss/bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 3709, scss/bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 3715, scss/bootstrap.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 3721, scss/bootstrap.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 3725, scss/bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 3729, scss/bootstrap.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 3732, scss/bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 3736, scss/bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 3741, scss/bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 3746, scss/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 3750, scss/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  /* line 3756, scss/bootstrap.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 3762, scss/bootstrap.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 3767, scss/bootstrap.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 3770, scss/bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 3773, scss/bootstrap.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 3777, scss/bootstrap.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 3783, scss/bootstrap.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 3786, scss/bootstrap.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 3790, scss/bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 3794, scss/bootstrap.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 3798, scss/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 3801, scss/bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 3805, scss/bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 3811, scss/bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 3817, scss/bootstrap.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 3821, scss/bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 3825, scss/bootstrap.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 3828, scss/bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 3832, scss/bootstrap.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 3837, scss/bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 3842, scss/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  /* line 3845, scss/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  /* line 3848, scss/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 3852, scss/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  /* line 3858, scss/bootstrap.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: #fff;
    background-color: #080808;
  }

  /* line 3864, scss/bootstrap.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 3869, scss/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 3872, scss/bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 3875, scss/bootstrap.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 3879, scss/bootstrap.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 3885, scss/bootstrap.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 3888, scss/bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 3895, scss/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 3898, scss/bootstrap.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 3903, scss/bootstrap.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 3906, scss/bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 3912, scss/bootstrap.scss */
.pagination > li {
  display: inline;
}

/* line 3916, scss/bootstrap.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 3928, scss/bootstrap.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3934, scss/bootstrap.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 3941, scss/bootstrap.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 3952, scss/bootstrap.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 3964, scss/bootstrap.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 3971, scss/bootstrap.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 3977, scss/bootstrap.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 3982, scss/bootstrap.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 3987, scss/bootstrap.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 3993, scss/bootstrap.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 3998, scss/bootstrap.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4002, scss/bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4008, scss/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 4012, scss/bootstrap.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4020, scss/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4025, scss/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4029, scss/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4035, scss/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4040, scss/bootstrap.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 4053, scss/bootstrap.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4058, scss/bootstrap.scss */
.label:empty {
  display: none;
}

/* line 4061, scss/bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4065, scss/bootstrap.scss */
.label-default {
  background-color: #777;
}

/* line 4069, scss/bootstrap.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4072, scss/bootstrap.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 4076, scss/bootstrap.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4079, scss/bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4083, scss/bootstrap.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4086, scss/bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4090, scss/bootstrap.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4093, scss/bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4097, scss/bootstrap.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4100, scss/bootstrap.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 4104, scss/bootstrap.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

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

/* line 4121, scss/bootstrap.scss */
.badge:empty {
  display: none;
}

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

/* line 4129, scss/bootstrap.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

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

/* line 4140, scss/bootstrap.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4144, scss/bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4147, scss/bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

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

/* line 4153, scss/bootstrap.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4161, scss/bootstrap.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4164, scss/bootstrap.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4169, scss/bootstrap.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4173, scss/bootstrap.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 4178, scss/bootstrap.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4182, scss/bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4187, scss/bootstrap.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 4192, scss/bootstrap.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 4196, scss/bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

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

/* line 4215, scss/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 4218, scss/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 4222, scss/bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4228, scss/bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4232, scss/bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 4236, scss/bootstrap.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 4239, scss/bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 4243, scss/bootstrap.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 4247, scss/bootstrap.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4253, scss/bootstrap.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4258, scss/bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4261, scss/bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 4264, scss/bootstrap.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4269, scss/bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 4272, scss/bootstrap.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 4275, scss/bootstrap.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4280, scss/bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 4283, scss/bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 4286, scss/bootstrap.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 4291, scss/bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 4294, scss/bootstrap.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 4298, scss/bootstrap.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4301, scss/bootstrap.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  /* line 4306, scss/bootstrap.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4309, scss/bootstrap.scss */
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 4314, scss/bootstrap.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4317, scss/bootstrap.scss */
  to {
    background-position: 0 0;
  }
}

/* line 4321, scss/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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 4330, scss/bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 4346, scss/bootstrap.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 4354, scss/bootstrap.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4359, scss/bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 4362, scss/bootstrap.scss */
.progress-striped .progress-bar-success {
  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: -o-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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4367, scss/bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 4370, scss/bootstrap.scss */
.progress-striped .progress-bar-info {
  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: -o-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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4375, scss/bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 4378, scss/bootstrap.scss */
.progress-striped .progress-bar-warning {
  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: -o-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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4383, scss/bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 4386, scss/bootstrap.scss */
.progress-striped .progress-bar-danger {
  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: -o-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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

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

/* line 4402, scss/bootstrap.scss */
.media-body {
  width: 10000px;
}

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

/* line 4408, scss/bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 4412, scss/bootstrap.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 4416, scss/bootstrap.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 4421, scss/bootstrap.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 4425, scss/bootstrap.scss */
.media-middle {
  vertical-align: middle;
}

/* line 4428, scss/bootstrap.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 4431, scss/bootstrap.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

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

/* line 4443, scss/bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4451, scss/bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 4455, scss/bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4461, scss/bootstrap.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 4465, scss/bootstrap.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 4471, scss/bootstrap.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4476, scss/bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4482, scss/bootstrap.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 4489, scss/bootstrap.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 4494, scss/bootstrap.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 4499, scss/bootstrap.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4513, scss/bootstrap.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 4518, scss/bootstrap.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: #c7ddef;
}

/* line 4521, scss/bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 4526, scss/bootstrap.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 4530, scss/bootstrap.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 4536, scss/bootstrap.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 4545, scss/bootstrap.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4550, scss/bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 4555, scss/bootstrap.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 4559, scss/bootstrap.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 4565, scss/bootstrap.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 4574, scss/bootstrap.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4579, scss/bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 4584, scss/bootstrap.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 4588, scss/bootstrap.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 4594, scss/bootstrap.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 4603, scss/bootstrap.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4608, scss/bootstrap.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 4613, scss/bootstrap.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 4617, scss/bootstrap.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 4623, scss/bootstrap.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 4632, scss/bootstrap.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

/* line 4645, scss/bootstrap.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 4653, scss/bootstrap.scss */
.panel-body {
  padding: 15px;
}

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

/* line 4662, scss/bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

/* line 4675, scss/bootstrap.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 4678, scss/bootstrap.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 4686, scss/bootstrap.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 4690, scss/bootstrap.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 4695, scss/bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4701, scss/bootstrap.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4706, scss/bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

/* line 4713, scss/bootstrap.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 4718, scss/bootstrap.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 4723, scss/bootstrap.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 4728, scss/bootstrap.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4735, scss/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4746, scss/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 4756, scss/bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 4760, scss/bootstrap.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4767, scss/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4778, scss/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 4788, scss/bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 4794, scss/bootstrap.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 4798, scss/bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 4802, scss/bootstrap.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 4816, scss/bootstrap.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 4830, scss/bootstrap.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 4840, scss/bootstrap.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 4850, scss/bootstrap.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 4853, scss/bootstrap.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 4857, scss/bootstrap.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 4860, scss/bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 4864, scss/bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4867, scss/bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4871, scss/bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 4874, scss/bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 4877, scss/bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 4880, scss/bootstrap.scss */
.panel-default {
  border-color: #ddd;
}

/* line 4883, scss/bootstrap.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 4888, scss/bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 4891, scss/bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 4895, scss/bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 4898, scss/bootstrap.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 4901, scss/bootstrap.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4906, scss/bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 4909, scss/bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4913, scss/bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 4916, scss/bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 4919, scss/bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4924, scss/bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 4927, scss/bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 4931, scss/bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 4934, scss/bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 4937, scss/bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4942, scss/bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 4945, scss/bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 4949, scss/bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 4952, scss/bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 4955, scss/bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4960, scss/bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 4963, scss/bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 4967, scss/bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 4970, scss/bootstrap.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 4973, scss/bootstrap.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 4978, scss/bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 4981, scss/bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 4985, scss/bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 4988, scss/bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 4999, scss/bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5008, scss/bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5011, scss/bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5014, scss/bootstrap.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 5024, scss/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

/* line 5036, scss/bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5047, scss/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

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

/* line 5061, scss/bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5064, scss/bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5076, scss/bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5085, scss/bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5091, scss/bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5095, scss/bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

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

/* line 5112, scss/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5121, scss/bootstrap.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5125, scss/bootstrap.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5129, scss/bootstrap.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

/* line 5136, scss/bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5140, scss/bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5144, scss/bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5149, scss/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5153, scss/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5156, scss/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5159, scss/bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5167, scss/bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5171, scss/bootstrap.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 5175, scss/bootstrap.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 5180, scss/bootstrap.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 5184, scss/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 5208, scss/bootstrap.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 5212, scss/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5216, scss/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5220, scss/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5224, scss/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

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

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

/* line 5243, scss/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5250, scss/bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5257, scss/bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5264, scss/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 5271, scss/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 5278, scss/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5285, scss/bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5292, scss/bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5299, scss/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  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);
  line-break: auto;
}

/* line 5333, scss/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5336, scss/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5339, scss/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5342, scss/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

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

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

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

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

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

/* line 5372, scss/bootstrap.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5380, scss/bootstrap.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 5387, scss/bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5395, scss/bootstrap.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 5402, scss/bootstrap.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5410, scss/bootstrap.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 5417, scss/bootstrap.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 5425, scss/bootstrap.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

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

/* line 5435, scss/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5440, scss/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 5448, scss/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 5452, scss/bootstrap.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 5463, scss/bootstrap.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 5469, scss/bootstrap.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 5476, scss/bootstrap.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 5484, scss/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 5487, scss/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5491, scss/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5496, scss/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5499, scss/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5503, scss/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 5506, scss/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5509, scss/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5512, scss/bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5526, scss/bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 5534, scss/bootstrap.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 5545, scss/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 5555, scss/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 5563, scss/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 5568, scss/bootstrap.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 5573, scss/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 5579, scss/bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5582, scss/bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5585, scss/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 5596, scss/bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 5608, scss/bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 5614, scss/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 5626, scss/bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

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

  /* line 5640, scss/bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 5644, scss/bootstrap.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

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

  /* line 5652, scss/bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5687, scss/bootstrap.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 5706, scss/bootstrap.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 5709, scss/bootstrap.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

/* line 5736, scss/bootstrap.scss */
.hidden {
  display: none !important;
}

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

@-ms-viewport {
  width: device-width;
}

/* line 5748, scss/bootstrap.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 5762, scss/bootstrap.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

  /* line 5769, scss/bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }

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

  /* line 5776, scss/bootstrap.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 5781, scss/bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 5786, scss/bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 5791, scss/bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5796, scss/bootstrap.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 5799, scss/bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }

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

  /* line 5806, scss/bootstrap.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5811, scss/bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5816, scss/bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5821, scss/bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5826, scss/bootstrap.scss */
  .visible-md {
    display: block !important;
  }

  /* line 5829, scss/bootstrap.scss */
  table.visible-md {
    display: table !important;
  }

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

  /* line 5836, scss/bootstrap.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5841, scss/bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5846, scss/bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5851, scss/bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 5856, scss/bootstrap.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 5859, scss/bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }

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

  /* line 5866, scss/bootstrap.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5871, scss/bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 5876, scss/bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 5881, scss/bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 5886, scss/bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5891, scss/bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5896, scss/bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5901, scss/bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 5905, scss/bootstrap.scss */
.visible-print {
  display: none !important;
}

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

  /* line 5912, scss/bootstrap.scss */
  table.visible-print {
    display: table !important;
  }

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

  /* line 5919, scss/bootstrap.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 5923, scss/bootstrap.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 5927, scss/bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 5931, scss/bootstrap.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 5935, scss/bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 5939, scss/bootstrap.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 5943, scss/bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 5948, scss/bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* line 4, scss/bootstrap-extend.scss */
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
}

/* line 11, scss/bootstrap-extend.scss */
h1, .h1 {
  font-family: 'revenuenormal', 'Montserrat', sans-serif;
  font-size: 70px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: inherit;
}

/* line 20, scss/bootstrap-extend.scss */
h1, .h1 {
  font-size: 56px;
}

/* line 23, scss/bootstrap-extend.scss */
h2, .h2 {
  font-size: 38px;
}

/* line 26, scss/bootstrap-extend.scss */
h3, .h3 {
  font-size: 24px;
  line-height: 1.4;
}

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

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

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

/* line 40, scss/bootstrap-extend.scss */
p {
  margin: 0 0 30px 0;
}

@media (max-width: 768px) {
  /* line 50, scss/bootstrap-extend.scss */
  h1, .h1 {
    font-size: 42px;
  }

  /* line 51, scss/bootstrap-extend.scss */
  h2, .h2 {
    font-size: 36px;
  }

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

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

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

  /* line 55, scss/bootstrap-extend.scss */
  h6, .h6 {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  /* line 58, scss/bootstrap-extend.scss */
  h1, .h1 {
    font-size: 28px;
  }

  /* line 59, scss/bootstrap-extend.scss */
  h2, .h2 {
    font-size: 26px;
  }

  /* line 60, scss/bootstrap-extend.scss */
  h3, .h3 {
    font-size: 22px;
  }
}
/* line 65, scss/bootstrap-extend.scss */
img.full, img.size-full {
  width: 100%;
  height: auto;
  display: inline-block;
}

/* line 68, scss/bootstrap-extend.scss */
.button-link {
  padding: 10px;
  border: 1px solid;
}

/* line 70, scss/bootstrap-extend.scss */
.top-pad {
  padding-top: 80px;
}

/* line 71, scss/bootstrap-extend.scss */
.top-md-pad {
  padding-top: 60px;
}

/* line 72, scss/bootstrap-extend.scss */
.top-sm-pad {
  padding-top: 30px;
}

/* line 73, scss/bootstrap-extend.scss */
.bottom-pad {
  padding-bottom: 80px;
}

/* line 74, scss/bootstrap-extend.scss */
.bottom-md-pad {
  padding-bottom: 60px;
}

/* line 75, scss/bootstrap-extend.scss */
.bottom-sm-pad {
  padding-bottom: 30px;
}

/* line 77, scss/bootstrap-extend.scss */
.black-back {
  background-color: #000000;
  color: #ffffff;
}

/* line 78, scss/bootstrap-extend.scss */
.black-back a {
  color: #ffffff;
}

/* line 79, scss/bootstrap-extend.scss */
.red-back {
  background-color: #e61d2b;
  color: #ffffff;
}

/* line 80, scss/bootstrap-extend.scss */
.red-back a {
  color: #ffffff;
}

/* line 81, scss/bootstrap-extend.scss */
.grey-back {
  background-color: #cbcbcb;
}

/* line 82, scss/bootstrap-extend.scss */
.grey-light-back {
  background-color: #dedede;
}

/* line 83, scss/bootstrap-extend.scss */
.grey-dark-back {
  background-color: #58595b;
  color: #ffffff;
}

/* line 84, scss/bootstrap-extend.scss */
.white-back {
  background-color: #ffffff;
  color: #58595b;
}

/* line 86, scss/bootstrap-extend.scss */
.grey {
  color: #58595b !important;
}

/* line 87, scss/bootstrap-extend.scss */
.red {
  color: #e61d2b !important;
}

/* line 88, scss/bootstrap-extend.scss */
.white {
  color: #ffffff !important;
}

/* line 90, scss/bootstrap-extend.scss */
a.underline {
  text-decoration: underline;
}

/* line 92, scss/bootstrap-extend.scss */
.box-link {
  padding: 15px;
  border: 1px solid;
  display: inline-block;
}

/* line 95, scss/bootstrap-extend.scss */
.overlay {
  position: absolute;
  z-index: 2;
}

/* line 96, scss/bootstrap-extend.scss */
.overlayCenterText {
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 97, scss/bootstrap-extend.scss */
.overlayBottomText {
  bottom: 0px;
  left: 15px;
  width: calc(100% - 30px);
  text-align: center;
}

/* line 100, scss/bootstrap-extend.scss */
.gap-top {
  margin-top: 10px;
}

/* line 101, scss/bootstrap-extend.scss */
.gap-right {
  margin-right: 10px;
}

/* line 102, scss/bootstrap-extend.scss */
.gap-bottom {
  margin-bottom: 10px;
}

/* line 103, scss/bootstrap-extend.scss */
.gap-left {
  margin-left: 10px;
}

/* line 105, scss/bootstrap-extend.scss */
.gap-md-top {
  margin-top: 20px;
}

/* line 106, scss/bootstrap-extend.scss */
.gap-md-right {
  margin-right: 20px;
}

/* line 107, scss/bootstrap-extend.scss */
.gap-md-bottom {
  margin-bottom: 20px;
}

/* line 108, scss/bootstrap-extend.scss */
.gap-md-left {
  margin-left: 20px;
}

/* line 110, scss/bootstrap-extend.scss */
.gap-lg-top {
  margin-top: 30px;
}

/* line 111, scss/bootstrap-extend.scss */
.gap-lg-right {
  margin-right: 30px;
}

/* line 112, scss/bootstrap-extend.scss */
.gap-lg-bottom {
  margin-bottom: 30px;
}

/* line 113, scss/bootstrap-extend.scss */
.gap-lg-left {
  margin-left: 30px;
}

/* line 116, scss/bootstrap-extend.scss */
.pull-lg-bottom {
  margin-bottom: -30px;
}

/* line 120, scss/bootstrap-extend.scss */
.nudge-top {
  position: relative;
  top: 10px;
}

/* line 121, scss/bootstrap-extend.scss */
.nudge-right {
  position: relative;
  right: 10px;
}

/* line 122, scss/bootstrap-extend.scss */
.nudge-bottom {
  position: relative;
  bottom: 10px;
}

/* line 123, scss/bootstrap-extend.scss */
.nudge-left {
  position: relative;
  left: 10px;
}

/* line 125, scss/bootstrap-extend.scss */
.tranistory {
  transition: all .4s;
}

/* Specify Site Colors and Fonts here as well as exceptions */
/* line 14, scss/site-specific.scss */
.green-back {
  background-color: #36521c;
  color: #ffffff;
}

/* line 15, scss/site-specific.scss */
.green-light-back {
  background-color: #4b7f2d;
  color: #ffffff;
}

/* line 16, scss/site-specific.scss */
.green-olive-back {
  background-color: #4f6229;
  color: #ffffff;
}

/* line 17, scss/site-specific.scss */
.green-dark-back {
  background-color: #263c13;
  color: #ffffff;
}

/* line 18, scss/site-specific.scss */
.black-back {
  background-color: #171717;
  color: #ffffff;
}

/* line 22, scss/site-specific.scss */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #333;
  background-color: #fff;
}

@font-face {
  font-family: 'revenuenormal';
  src: url("fonts/revenue-webfont.woff") format("woff"), url("fonts/revenue-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 1400px) {
  /* line 41, scss/site-specific.scss */
  body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
  }
}
/* line 48, scss/site-specific.scss */
a {
  color: #4b7f2d;
}

/* line 50, scss/site-specific.scss */
a:hover,
a:focus {
  color: #263c13;
}

/* line 55, scss/site-specific.scss */
.team-title {
  left: 8.333333%;
  width: 25.3333%;
}

/* line 61, scss/site-specific.scss */
.banner {
  position: relative;
  overflow: hidden;
  margin-top: 65px;
}

/* line 65, scss/site-specific.scss */
.banner img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: none;
}

@media (max-width: 1140px) {
  /* line 69, scss/site-specific.scss */
  .banner {
    margin-top: 0px;
  }
}
/* line 72, scss/site-specific.scss */
.content-head {
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 8.33333333%;
  padding-right: 30px;
  bottom: 5%;
  z-index: 2;
}

/* line 82, scss/site-specific.scss */
.content-head h1 {
  color: #ffffff;
  margin-top: 30px;
}

/* line 84, scss/site-specific.scss */
span.airalBlack {
  font-family: 'Arial Black', sans-serif;
}

/* line 87, scss/site-specific.scss */
.content-head img {
  float: left;
  margin-right: 20px;
  width: 115px;
  height: 114px;
}

/* line 89, scss/site-specific.scss */
.content-head.home h1 {
  font-size: 80px;
  white-space: nowrap;
  margin-top: 10px;
}

@media (max-width: 1400px) {
  /* line 93, scss/site-specific.scss */
  .content-head img {
    width: 80px;
    height: auto;
  }

  /* line 94, scss/site-specific.scss */
  .content-head h1 {
    margin-top: 10px;
  }

  /* line 95, scss/site-specific.scss */
  .content-head.home h1 {
    font-size: 60px;
    white-space: nowrap;
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  /* line 101, scss/site-specific.scss */
  .content-head img {
    width: 60px;
    height: auto;
  }

  /* line 102, scss/site-specific.scss */
  .content-head h1 {
    margin-top: 0px;
  }

  /* line 103, scss/site-specific.scss */
  .content-head.home h1 {
    font-size: 45px;
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  /* line 107, scss/site-specific.scss */
  .content-head.page11 img {
    margin-bottom: 100px;
  }
}
@media (max-width: 600px) {
  /* line 110, scss/site-specific.scss */
  .content-head img {
    display: none;
  }

  /* line 111, scss/site-specific.scss */
  .content-head.page11 h1 {
    font-size: 24px;
  }

  /* line 112, scss/site-specific.scss */
  .content-head.home h1 {
    font-size: 30px;
  }
}
/* line 116, scss/site-specific.scss */
h3.h4.overlay.overlayBottomText {
  font-weight: 500;
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0;
}

/* line 118, scss/site-specific.scss */
.green-but {
  width: 100%;
  display: inline-block;
  background-color: #4b7f2d;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
}

/* line 120, scss/site-specific.scss */
.blue-but {
  width: 100%;
  display: inline-block;
  background-color: #7cabce;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
}

/* line 122, scss/site-specific.scss */
.line-but {
  border: 1px solid #4b7f2d;
  padding: 0px;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  display: inline-block;
}
/* line 123, scss/site-specific.scss */
.line-but img {
  float: left;
  margin: 0 10px 0 0;
  width: 33%;
  height: auto;
  display: inline-block;
}
/* line 124, scss/site-specific.scss */
.line-but span {
  display: inline-block;
  color: #4b7f2d;
}

/* line 127, scss/site-specific.scss */
.img-but {
  padding: 0px;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  display: inline-block;
  position: relative;
}
/* line 128, scss/site-specific.scss */
.img-but img {
  margin: 0;
  width: 100%;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
}
/* line 129, scss/site-specific.scss */
.img-but span {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

/* line 134, scss/site-specific.scss */
.homeJerry {
  background-image: url("/wp-content/uploads/2017/12/turtle-bay-winning-put.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 500px;
}

/* line 141, scss/site-specific.scss */
.products-row .product, .products-row .product-link {
  width: calc(25% - 15px);
  height: 150px;
  border: 1px solid #767676;
  padding: 0px;
  margin: 0 15px 30px 0px;
  overflow: hidden;
  float: left;
  position: relative;
  display: inline-block;
  transition: all .5s;
}
/* line 142, scss/site-specific.scss */
.products-row .product img, .products-row .product-link img {
  width: 50%;
  height: auto;
  max-width: 100%;
  position: absolute;
  z-index: 0;
  display: inline-block;
  transition: all .8s;
}
/* line 143, scss/site-specific.scss */
.products-row .product > h3, .products-row .product-link > a > h3 {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 16px;
  width: 50%;
  padding: 0 5% 0 5%;
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 45%;
  transition: all .8s;
}
/* line 144, scss/site-specific.scss */
.products-row .product .description, .products-row .product-link .description {
  position: absolute;
  top: 100%;
  transition: all .8s;
}
/* line 146, scss/site-specific.scss */
.products-row .product.active-stage-1 {
  width: 100%;
  transition: all .5s;
}
/* line 147, scss/site-specific.scss */
.products-row .product.active {
  height: 500px;
  width: 100%;
  transition: all .8s;
}
/* line 148, scss/site-specific.scss */
.products-row .product.active.formActive {
  height: 800px;
  transition: all .8s;
}
/* line 149, scss/site-specific.scss */
.products-row .product.active img {
  width: 40%;
  height: auto;
  transition: all .8s;
}
/* line 150, scss/site-specific.scss */
.products-row .product.active > h3 {
  width: 100%;
  padding: 30px 0 0 0;
  transition: all .8s;
  font-size: 28px;
}
/* line 151, scss/site-specific.scss */
.products-row .product.active .description {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 90px 5% 0 45%;
  transition: all .8s;
}
/* line 153, scss/site-specific.scss */
.products-row .product-link.link-only > a > h3 {
  font-size: 20px;
  width: 100%;
  left: 0;
  padding: 50px 5% 0 5%;
  text-align: center;
  color: #333;
}
/* line 157, scss/site-specific.scss */
.products-row .product .calltoAction {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 280px;
  height: 60px;
}
/* line 158, scss/site-specific.scss */
.products-row .product.active .calltoAction {
  bottom: 0;
}
/* line 161, scss/site-specific.scss */
.products-row .call-button {
  background-color: #36521c;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .4s;
  cursor: pointer;
}
/* line 162, scss/site-specific.scss */
.products-row .calltoAction.active > .call-button {
  bottom: -60px;
  transition: all .4s;
}
/* line 164, scss/site-specific.scss */
.products-row .calltoForm {
  bottom: 0px;
  left: 0;
  height: 0px;
  padding-top: 0px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  background-color: #36521c;
  color: #ffffff;
  transition: all .4s;
}
/* line 165, scss/site-specific.scss */
.products-row .calltoForm.active {
  height: 600px;
  transition: all .4s;
  padding-top: 30px;
}
/* line 167, scss/site-specific.scss */
.products-row .calltoForm .closeButton {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  opacity: 1.0;
  transition: all 1.0s;
  z-index: 10;
}
/* line 169, scss/site-specific.scss */
.products-row .calltoForm a {
  color: #ffffff;
}
/* line 172, scss/site-specific.scss */
.products-row .product > .closeButton {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: all 1.0s;
}
/* line 173, scss/site-specific.scss */
.products-row .product.active > .closeButton {
  opacity: 1.0;
  transition: all 1.0s;
}
/* line 174, scss/site-specific.scss */
.products-row .product.inactive > .closeButton {
  opacity: 0.0;
  transition: all 1.0s;
}
/* line 180, scss/site-specific.scss */
.products-row #mowers.product.active {
  height: 2400px;
}
/* line 181, scss/site-specific.scss */
.products-row #mowers.product.active img {
  width: 30%;
  opacity: 0.0;
  left: -30%;
}
/* line 182, scss/site-specific.scss */
.products-row #mowers.product.active h3 {
  width: 55%;
  padding: 30px 0 0 0;
  left: 36%;
}
/* line 184, scss/site-specific.scss */
.products-row #mowers.product.active .description {
  width: 100%;
  padding: 90px 5% 0 5%;
}
/* line 185, scss/site-specific.scss */
.products-row #mowers.product.active .description img {
  width: 30%;
  max-width: 300px;
  left: auto;
  opacity: 1.0;
  position: relative;
  z-index: auto;
  float: left;
  clear: both;
  display: inline-block;
  margin: 0 30px 15px 0;
}
/* line 186, scss/site-specific.scss */
.products-row #mowers.product.active .description p {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 187, scss/site-specific.scss */
.products-row #mowers.product.active .description h4 {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 190, scss/site-specific.scss */
.products-row #utility-vehicles.product.active {
  height: 2170px;
}
/* line 191, scss/site-specific.scss */
.products-row #utility-vehicles.product.active img {
  width: 30%;
  opacity: 0.0;
  left: -30%;
}
/* line 192, scss/site-specific.scss */
.products-row #utility-vehicles.product.active h3 {
  width: 55%;
  padding: 30px 0 0 0;
  left: 36%;
}
/* line 194, scss/site-specific.scss */
.products-row #utility-vehicles.product.active .description {
  width: 100%;
  padding: 90px 5% 0 5%;
}
/* line 195, scss/site-specific.scss */
.products-row #utility-vehicles.product.active .description img {
  width: 30%;
  max-width: 300px;
  left: auto;
  opacity: 1.0;
  position: relative;
  z-index: auto;
  float: left;
  clear: both;
  display: inline-block;
  margin: 0 30px 15px 0;
}
/* line 196, scss/site-specific.scss */
.products-row #utility-vehicles.product.active .description p {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 197, scss/site-specific.scss */
.products-row #utility-vehicles.product.active .description h4 {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 201, scss/site-specific.scss */
.products-row #aeration-cultivation-rakes.product.active {
  height: 1650px;
}
/* line 202, scss/site-specific.scss */
.products-row #aeration-cultivation-rakes.product.active img {
  width: 30%;
  opacity: 0.0;
  left: -30%;
}
/* line 203, scss/site-specific.scss */
.products-row #aeration-cultivation-rakes.product.active h3 {
  width: 55%;
  padding: 30px 0 0 0;
  left: 36%;
}
/* line 205, scss/site-specific.scss */
.products-row #aeration-cultivation-rakes.product.active .description {
  width: 100%;
  padding: 90px 5% 0 5%;
}
/* line 206, scss/site-specific.scss */
.products-row #aeration-cultivation-rakes.product.active .description img {
  width: 30%;
  max-width: 300px;
  left: auto;
  opacity: 1.0;
  position: relative;
  z-index: auto;
  float: left;
  clear: both;
  display: inline-block;
  margin: 0 30px 15px 0;
}
/* line 207, scss/site-specific.scss */
.products-row #aeration-cultivation-rakes.product.active .description p {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 208, scss/site-specific.scss */
.products-row #aeration-cultivation-rakes.product.active .description h4 {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 212, scss/site-specific.scss */
.products-row #application.product.active {
  height: 2100px;
}
/* line 213, scss/site-specific.scss */
.products-row #application.product.active img {
  width: 30%;
  opacity: 0.0;
  left: -30%;
}
/* line 214, scss/site-specific.scss */
.products-row #application.product.active h3 {
  width: 55%;
  padding: 30px 0 0 0;
  left: 36%;
}
/* line 216, scss/site-specific.scss */
.products-row #application.product.active .description {
  width: 100%;
  padding: 90px 5% 0 5%;
}
/* line 217, scss/site-specific.scss */
.products-row #application.product.active .description img {
  width: 30%;
  max-width: 300px;
  left: auto;
  opacity: 1.0;
  position: relative;
  z-index: auto;
  float: left;
  clear: both;
  display: inline-block;
  margin: 0 30px 15px 0;
}
/* line 218, scss/site-specific.scss */
.products-row #application.product.active .description p {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 219, scss/site-specific.scss */
.products-row #application.product.active .description h4 {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 223, scss/site-specific.scss */
.products-row #specialty-equipment.product.active {
  height: 1500px;
}
/* line 224, scss/site-specific.scss */
.products-row #specialty-equipment.product.active img {
  width: 30%;
  opacity: 0.0;
  left: -30%;
}
/* line 225, scss/site-specific.scss */
.products-row #specialty-equipment.product.active h3 {
  width: 55%;
  padding: 30px 0 0 0;
  left: 36%;
}
/* line 227, scss/site-specific.scss */
.products-row #specialty-equipment.product.active .description {
  width: 100%;
  padding: 90px 5% 0 5%;
}
/* line 228, scss/site-specific.scss */
.products-row #specialty-equipment.product.active .description img {
  width: 30%;
  max-width: 300px;
  left: auto;
  opacity: 1.0;
  position: relative;
  z-index: auto;
  float: left;
  clear: both;
  display: inline-block;
  margin: 0 30px 15px 0;
}
/* line 229, scss/site-specific.scss */
.products-row #specialty-equipment.product.active .description p {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 230, scss/site-specific.scss */
.products-row #specialty-equipment.product.active .description h4 {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 233, scss/site-specific.scss */
.products-row #handheld-power-equipment-chippers-shredders.active {
  height: 1000px;
}
/* line 234, scss/site-specific.scss */
.products-row #handheld-power-equipment-chippers-shredders.active img {
  width: 30%;
  opacity: 0.0;
  left: -30%;
}
/* line 235, scss/site-specific.scss */
.products-row #handheld-power-equipment-chippers-shredders.active h3 {
  width: 55%;
  padding: 30px 0 0 0;
  left: 36%;
}
/* line 237, scss/site-specific.scss */
.products-row #handheld-power-equipment-chippers-shredders.product.active .description {
  width: 100%;
  padding: 90px 5% 0 5%;
}
/* line 238, scss/site-specific.scss */
.products-row #handheld-power-equipment-chippers-shredders.product.active .description img {
  width: 30%;
  max-width: 300px;
  left: auto;
  opacity: 1.0;
  position: relative;
  z-index: auto;
  float: left;
  clear: both;
  display: inline-block;
  margin: 0 30px 15px 0;
}
/* line 239, scss/site-specific.scss */
.products-row #handheld-power-equipment-chippers-shredders.product.active .description p {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 240, scss/site-specific.scss */
.products-row #handheld-power-equipment-chippers-shredders.product.active .description h4 {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 244, scss/site-specific.scss */
.products-row #allied-products-accessories.active {
  height: 5550px;
}
/* line 245, scss/site-specific.scss */
.products-row #allied-products-accessories.active img {
  width: 30%;
  opacity: 0.0;
  left: -30%;
}
/* line 246, scss/site-specific.scss */
.products-row #allied-products-accessories.active h3 {
  width: 55%;
  padding: 30px 0 0 0;
  left: 36%;
}
/* line 248, scss/site-specific.scss */
.products-row #allied-products-accessories.product.active .description {
  width: 100%;
  padding: 90px 5% 0 5%;
}
/* line 249, scss/site-specific.scss */
.products-row #allied-products-accessories.product.active .description img {
  width: 30%;
  max-width: 300px;
  left: auto;
  opacity: 1.0;
  position: relative;
  z-index: auto;
  float: left;
  clear: both;
  display: inline-block;
  margin: 0 30px 15px 0;
}
/* line 250, scss/site-specific.scss */
.products-row #allied-products-accessories.product.active .description p {
  display: inline-block;
  float: right;
  width: 65%;
}
/* line 251, scss/site-specific.scss */
.products-row #allied-products-accessories.product.active .description h4 {
  display: inline-block;
  float: right;
  width: 65%;
}

@media (max-width: 900px) {
  /* line 257, scss/site-specific.scss */
  .products-row #mowers.product.active, .products-row #utility-vehicles.product.active, .products-row #aeration-cultivation-rakes.product.active, .products-row #application.product.active, .products-row #handheld-power-equipment-chippers-shredders.product.active, .products-row #allied-products-accessories.product.active {
    height: auto;
  }

  /* line 260, scss/site-specific.scss */
  .products-row #mowers.product.active .description, .products-row #utility-vehicles.product.active .description, .products-row #aeration-cultivation-rakes.product.active .description, .products-row #application.product.active .description, .products-row #handheld-power-equipment-chippers-shredders.product.active .description, .products-row #allied-products-accessories.product.active .description {
    width: 100%;
    padding: 90px 5% 0 5%;
    position: relative;
  }
  /* line 262, scss/site-specific.scss */
  .products-row #mowers.product.active .description img, .products-row #utility-vehicles.product.active .description img, .products-row #aeration-cultivation-rakes.product.active .description img, .products-row #application.product.active .description img, .products-row #handheld-power-equipment-chippers-shredders.product.active .description img, .products-row #allied-products-accessories.product.active .description img {
    width: 80%;
    max-width: none;
    position: relative;
    z-index: auto;
    float: left;
    clear: both;
    display: inline-block;
    margin: 0 0 0 10%;
  }
  /* line 263, scss/site-specific.scss */
  .products-row #mowers.product.active .description p, .products-row #utility-vehicles.product.active .description p, .products-row #aeration-cultivation-rakes.product.active .description p, .products-row #application.product.active .description p, .products-row #handheld-power-equipment-chippers-shredders.product.active .description p, .products-row #allied-products-accessories.product.active .description p {
    display: inline-block;
    float: right;
    width: 100%;
  }
  /* line 264, scss/site-specific.scss */
  .products-row #mowers.product.active .description h4, .products-row #utility-vehicles.product.active .description h4, .products-row #aeration-cultivation-rakes.product.active .description h4, .products-row #application.product.active .description h4, .products-row #handheld-power-equipment-chippers-shredders.product.active .description h4, .products-row #allied-products-accessories.product.active .description h4 {
    display: inline-block;
    float: right;
    width: 100%;
  }

  /* line 267, scss/site-specific.scss */
  .products-row #mowers.product.active h3, .products-row #utility-vehicles.product.active h3, .products-row #aeration-cultivation-rakes.product.active h3, .products-row #application.product.active h3, .products-row #handheld-power-equipment-chippers-shredders.product.active h3, .products-row #allied-products-accessories.product.active h3 {
    display: inline-block;
    float: right;
    width: 100%;
    padding: 0px 0px 0px 5%;
    left: auto;
  }
}
@media (max-width: 1200px) {
  /* line 275, scss/site-specific.scss */
  .products-row .product, .products-row .product-link {
    width: calc(33.3333% - 15px);
    height: 150px;
  }
}
@media (max-width: 900px) {
  /* line 278, scss/site-specific.scss */
  .products-row .product, .products-row .product-link {
    width: calc(50% - 15px);
    height: 150px;
  }

  /* line 280, scss/site-specific.scss */
  .calltoForm .gform_wrapper {
    width: 100%;
  }

  /* line 282, scss/site-specific.scss */
  .products-row .product > .closeButton {
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 20px;
    height: 20px;
  }

  /* line 283, scss/site-specific.scss */
  .products-row .product.active img {
    position: relative;
    width: 100%;
  }

  /* line 284, scss/site-specific.scss */
  .products-row .product.active .description {
    position: relative;
    top: auto;
    width: 100%;
    padding: 0px 5% 0 5%;
  }

  /* line 285, scss/site-specific.scss */
  .products-row .product.active > h3 {
    position: relative;
    width: 100%;
    padding: 0px 5% 0 5%;
    left: auto;
    font-size: 22px;
    top: auto;
  }

  /* line 286, scss/site-specific.scss */
  .products-row .product.active {
    height: auto;
    padding-bottom: 40px;
  }

  /* line 287, scss/site-specific.scss */
  .products-row .calltoForm.active {
    height: 600px;
    bottom: 0px;
    top: auto;
  }

  /* line 290, scss/site-specific.scss */
  .products-row .product .calltoAction {
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* line 295, scss/site-specific.scss */
  .products-row .product > .closeButton {
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 20px;
    height: 20px;
  }

  /* line 296, scss/site-specific.scss */
  .products-row .product, .products-row .product-link {
    width: calc(100% - 15px);
    height: 150px;
  }

  /* line 297, scss/site-specific.scss */
  .products-row .product.active img {
    position: relative;
    width: 100%;
  }

  /* line 298, scss/site-specific.scss */
  .products-row .product.active .description {
    position: relative;
    top: auto;
    width: 100%;
    padding: 0px 5% 0 5%;
  }

  /* line 299, scss/site-specific.scss */
  .products-row .product.active > h3 {
    position: relative;
    width: 100%;
    padding: 0px 5% 0 5%;
    left: auto;
    font-size: 22px;
    top: auto;
  }

  /* line 300, scss/site-specific.scss */
  .products-row .product.active {
    height: auto;
    padding-bottom: 40px;
  }

  /* line 301, scss/site-specific.scss */
  .products-row .calltoForm.active {
    height: 600px;
    bottom: 0px;
    left: 0px;
    top: auto;
  }

  /* line 304, scss/site-specific.scss */
  .products-row .product .calltoAction {
    width: 100%;
  }
}
/* line 310, scss/site-specific.scss */
.logoMontage {
  width: 100%;
}

/* line 313, scss/site-specific.scss */
.products-row.rental .product.active {
  height: 700px;
}
/* line 314, scss/site-specific.scss */
.products-row.rental #rotary-mowers.product.active {
  height: 900px;
}
/* line 315, scss/site-specific.scss */
.products-row.rental #golf-cars.product.active {
  height: 1200px;
}
/* line 316, scss/site-specific.scss */
.products-row.rental #utility-vehicles-shuttles.product.active {
  height: 1200px;
}
/* line 318, scss/site-specific.scss */
.products-row.rental .calltoForm {
  bottom: 0px;
  top: auto;
}

/* line 328, scss/site-specific.scss */
.service-but {
  overflow: hidden;
  background-color: #7cabce;
  color: #ffffff;
  padding: 15px 0;
  margin-bottom: 30px;
  text-align: center;
  transition: all .4s;
  text-align: center;
}

/* line 329, scss/site-specific.scss */
.service-but.inactive {
  height: 85px;
  transition: all .4s;
  width: 75%;
}

/* line 330, scss/site-specific.scss */
.service-but > h3 {
  width: 320px;
  cursor: pointer;
  margin: auto;
}

/* line 331, scss/site-specific.scss */
.service-but.active {
  width: 100%;
  height: 700px;
  transition: all .4s;
}

/* line 332, scss/site-specific.scss */
#equipment-service .service-but.active {
  height: 830px;
}

/* line 333, scss/site-specific.scss */
.service-but.active .gform_wrapper {
  padding: 0 30px 30px 30px;
}

@media screen and (max-width: 1390px) {
  /* line 337, scss/site-specific.scss */
  .service-but.inactive {
    width: 100%;
  }
}
@media screen and (max-width: 382px) {
  /* line 341, scss/site-specific.scss */
  .service-but > h3 {
    width: 270px;
  }
}
/* line 344, scss/site-specific.scss */
#equipment-service {
  background-image: url("images/ServiceBkg-grey-fade.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* line 346, scss/site-specific.scss */
#irrigation-service {
  background-image: url("images/ServiceBkg-fade.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #45552b;
}

/* line 359, scss/site-specific.scss */
#sidebar {
  padding: 0;
  margin: 0;
}

/* line 360, scss/site-specific.scss */
#sidebar > div.widget-area {
  padding: 0;
  margin: 0;
}

/* line 361, scss/site-specific.scss */
#sidebar > div.widget-area > ul.xoxo {
  padding: 0;
  margin: 0;
}

/* line 362, scss/site-specific.scss */
#sidebar > div.widget-area > ul.xoxo > li.widget-container {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 363, scss/site-specific.scss */
#sidebar > div.widget-area > ul.xoxo > li.widget-container > h3.widget-title {
  display: none;
}

/* line 365, scss/site-specific.scss */
.product-categories {
  padding: 0;
  margin: 0;
}

/* line 366, scss/site-specific.scss */
.product-categories li {
  list-style: none;
  padding: 10px 0;
}

/* line 367, scss/site-specific.scss */
.product-categories > .cat-parent {
  border: 1px solid #31a4fb;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 368, scss/site-specific.scss */
.product-categories > .cat-parent > a {
  font-size: 26px;
}

/* line 371, scss/site-specific.scss */
.product .woocommerce-product-gallery {
  width: 100% !important;
}

/* line 373, scss/site-specific.scss */
.product .summary {
  width: 100% !important;
}

/* line 375, scss/site-specific.scss */
.woocommerce img, .woocommerce-page img {
  max-width: none  !important;
}

/* line 380, scss/site-specific.scss */
.wc-tabs-wrapper .tabs {
  display: none;
}

/* line 381, scss/site-specific.scss */
.wc-tabs-wrapper h2 {
  display: none;
}

/* line 383, scss/site-specific.scss */
.woocommerce-ordering {
  display: none !important;
}

/* line 385, scss/site-specific.scss */
header.woocommerce-products-header h1 {
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 390, scss/site-specific.scss */
.summary h1.product_title {
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 395, scss/site-specific.scss */
.cat-item.cat-item-42 {
  display: none;
}

/* line 396, scss/site-specific.scss */
.cat-item.cat-item-43 {
  display: none;
}

/* line 397, scss/site-specific.scss */
.cat-item.cat-item-44 {
  display: none;
}

/* line 402, scss/site-specific.scss */
table.rentalPrice {
  width: 100%;
  padding: 5px;
}

/* line 403, scss/site-specific.scss */
table.rentalPrice tr {
  width: 100%;
}

/* line 404, scss/site-specific.scss */
table.rentalPrice td {
  width: 33.333333%;
  border: 1px solid white;
  padding: 3px;
}

/* line 405, scss/site-specific.scss */
table.rentalPrice tr:nth-child(even) {
  background-color: #7cabce;
}

/* line 406, scss/site-specific.scss */
table.rentalPrice tr:nth-child(odd) {
  background-color: #e0e0e0;
}

/* line 407, scss/site-specific.scss */
table.rentalPrice tr.title {
  background-color: transparent;
}

/* line 415, scss/site-specific.scss */
.contentTextAlt {
  margin-bottom: 40px;
  padding: 30px 15px;
}

/* line 417, scss/site-specific.scss */
.contentTextAlt:nth-child(even) {
  background-color: #e1e1e1;
}

/* line 422, scss/site-specific.scss */
.news {
  margin-bottom: 40px;
  padding: 30px 15px;
}

/* line 424, scss/site-specific.scss */
.news:nth-child(even) {
  background-color: #e1e1e1;
}

/* line 428, scss/site-specific.scss */
.media-neews-block > a > p {
  color: #333;
}

/* line 434, scss/site-specific.scss */
table.events td {
  padding: 8px;
}

/* line 436, scss/site-specific.scss */
table.events tr:nth-child(even) {
  background-color: #ffffff;
}

/* line 437, scss/site-specific.scss */
table.events tr:nth-child(odd) {
  background-color: #e0e0e0;
}

/* line 439, scss/site-specific.scss */
.prod-full {
  max-width: 100%;
}

/* line 447, scss/site-specific.scss */
.gform_wrapper {
  padding: 0 15px 40px 15px;
  width: 100%;
  float: right;
  margin-top: 10px;
}

@media screen and (max-width: 800px) {
  /* line 450, scss/site-specific.scss */
  .gform_wrapper {
    padding: 0 0px 40px 0px;
    width: 100% !important;
    float: none;
  }
}
/* line 453, scss/site-specific.scss */
.calltoForm .gform_wrapper {
  width: 50%;
  float: right;
  margin-top: 10px;
}

/* line 457, scss/site-specific.scss */
.service-but .gform_wrapper {
  width: 100%;
  float: right;
  margin-top: 10px;
}

/* line 458, scss/site-specific.scss */
.gform_wrapper label {
  display: none;
}

/* line 459, scss/site-specific.scss */
.gfield_label {
  display: none;
}

/* line 460, scss/site-specific.scss */
.gform_wrapper ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 461, scss/site-specific.scss */
.gform_wrapper li {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

/* line 462, scss/site-specific.scss */
.gform_wrapper .top_label input.medium, .gform_wrapper input[type="text"], .gform_wrapper .top_label select.medium {
  font-size: 16px;
  width: 100%;
  background-color: #d2d2d2;
  border: 0px;
  padding: 10px;
}

/* line 463, scss/site-specific.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #e61d2b;
  border: 0px;
  padding: 0 10px;
  margin: 10px 0 0 0;
}

/* line 465, scss/site-specific.scss */
.gfield_visibility_ {
  display: none;
}

/* line 469, scss/site-specific.scss */
#input_1_4_3_container, #input_10_4_3_container, #input_6_4_3_container {
  float: left;
  width: 47%;
  margin-bottom: 10px;
}

/* line 470, scss/site-specific.scss */
#input_1_4_6_container, #input_10_4_6_container, #input_6_4_6_container {
  float: right;
  width: 47%;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  /* line 473, scss/site-specific.scss */
  #input_1_4_3_container, #input_10_4_3_container, #input_6_4_3_container {
    width: 100%;
  }

  /* line 474, scss/site-specific.scss */
  #input_1_4_6_container, #input_10_4_6_container, #input_6_4_6_container {
    width: 100%;
  }
}
/* line 477, scss/site-specific.scss */
#input_2_1_3_container {
  float: left;
  width: 47%;
  margin-bottom: 10px;
}

/* line 478, scss/site-specific.scss */
#input_2_1_6_container {
  float: right;
  width: 47%;
  margin-bottom: 10px;
}

/* line 480, scss/site-specific.scss */
#field_2_6 {
  width: 75%;
  float: left;
}

/* line 481, scss/site-specific.scss */
#field_2_7 {
  width: 20%;
  margin-left: 5%;
  float: left;
}

/* line 482, scss/site-specific.scss */
#field_2_9 {
  width: 47.5%;
  float: left;
}

/* line 483, scss/site-specific.scss */
#field_2_10 {
  width: 47.5%;
  margin-left: 5%;
  float: left;
}

/* line 485, scss/site-specific.scss */
#input_5_1_3_container {
  float: left;
  width: 47%;
  margin-bottom: 10px;
}

/* line 486, scss/site-specific.scss */
#input_5_1_6_container {
  float: right;
  width: 47%;
  margin-bottom: 10px;
}

/* line 489, scss/site-specific.scss */
#field_5_6 {
  width: 75%;
  float: left;
}

/* line 490, scss/site-specific.scss */
#field_5_7 {
  width: 20%;
  margin-left: 5%;
  float: left;
}

/* line 491, scss/site-specific.scss */
#field_5_9 {
  width: 47.5%;
  float: left;
}

/* line 492, scss/site-specific.scss */
#field_5_10 {
  width: 47.5%;
  margin-left: 5%;
  float: left;
}

@media screen and (max-width: 800px) {
  /* line 495, scss/site-specific.scss */
  #input_5_1_3_container {
    width: 100%;
  }

  /* line 496, scss/site-specific.scss */
  #input_5_1_6_container {
    width: 100%;
  }

  /* line 497, scss/site-specific.scss */
  #field_5_6 {
    width: 50%;
  }

  /* line 498, scss/site-specific.scss */
  #field_5_7 {
    width: 48%;
    margin-left: 2%;
  }
}
/* line 502, scss/site-specific.scss */
#field_8_1 label {
  display: inline-block;
}

/* line 506, scss/site-specific.scss */
#gform_wrapper_10 {
  width: 100%;
  position: relative;
}

/* line 507, scss/site-specific.scss */
#field_10_4 {
  width: 47.5%;
  float: left;
}

/* line 508, scss/site-specific.scss */
#field_10_2 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 510, scss/site-specific.scss */
#field_10_6 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 511, scss/site-specific.scss */
#field_10_7 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 513, scss/site-specific.scss */
#field_10_10 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 514, scss/site-specific.scss */
#field_10_11 {
  width: 47.5%;
  float: right;
}

/* line 516, scss/site-specific.scss */
#field_10_8 {
  width: 47.5%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 522, scss/site-specific.scss */
#input_10_8_1_container {
  margin: 8px 0;
  float: left;
  width: 100%;
}

/* line 523, scss/site-specific.scss */
#input_10_8_3_container {
  margin: 4px 0;
  float: left;
  width: 100%;
}

/* line 524, scss/site-specific.scss */
#input_10_8_4_container {
  width: 70%;
  float: left;
  margin: 4px 0;
}

/* line 525, scss/site-specific.scss */
#input_10_8_5_container {
  width: 25%;
  float: right;
  margin: 4px 0;
}

/* line 528, scss/site-specific.scss */
#field_10_3 {
  width: 47.5%;
  position: absolute;
  right: 0;
  top: 198px;
}

/* line 533, scss/site-specific.scss */
#gform_wrapper_1 {
  width: 100%;
  position: relative;
}

/* line 534, scss/site-specific.scss */
#field_1_4 {
  width: 47.5%;
  float: left;
}

/* line 535, scss/site-specific.scss */
#field_1_2 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 537, scss/site-specific.scss */
#field_1_6 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 538, scss/site-specific.scss */
#field_1_7 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 540, scss/site-specific.scss */
#field_1_10 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 541, scss/site-specific.scss */
#field_1_11 {
  width: 47.5%;
  float: right;
}

/* line 543, scss/site-specific.scss */
#field_1_11 {
  width: 47.5%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 549, scss/site-specific.scss */
#input_1_11_1_container {
  margin: 8px 0;
  float: left;
  width: 100%;
}

/* line 550, scss/site-specific.scss */
#input_1_11_3_container {
  margin: 4px 0;
  float: left;
  width: 100%;
}

/* line 551, scss/site-specific.scss */
#input_1_11_4_container {
  width: 70%;
  float: left;
  margin: 4px 0;
}

/* line 552, scss/site-specific.scss */
#input_1_11_5_container {
  width: 25%;
  float: right;
  margin: 4px 0;
}

/* line 555, scss/site-specific.scss */
#field_1_3 {
  width: 47.5%;
  position: absolute;
  right: 0;
  top: 198px;
}

@media screen and (width-max: 800px) {
  /* line 559, scss/site-specific.scss */
  #field_1_4 {
    width: 100%;
  }

  /* line 560, scss/site-specific.scss */
  #field_1_2 {
    width: 100%;
    float: left;
    clear: left;
  }

  /* line 562, scss/site-specific.scss */
  #field_1_6 {
    width: 100%;
    float: left;
    clear: left;
  }

  /* line 563, scss/site-specific.scss */
  #field_1_7 {
    width: 100%;
    float: left;
    clear: left;
  }

  /* line 565, scss/site-specific.scss */
  #field_1_10 {
    width: 100%;
    float: left;
    clear: left;
  }

  /* line 566, scss/site-specific.scss */
  #field_1_11 {
    width: 100%;
    float: right;
  }

  /* line 568, scss/site-specific.scss */
  #field_1_11 {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }

  /* line 571, scss/site-specific.scss */
  #field_1_3 {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
}
/* line 577, scss/site-specific.scss */
#gform_wrapper_6 {
  width: 100%;
  position: relative;
}

/* line 578, scss/site-specific.scss */
#field_6_4 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 579, scss/site-specific.scss */
#field_6_2 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 580, scss/site-specific.scss */
#field_6_7 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 581, scss/site-specific.scss */
#field_6_9 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 582, scss/site-specific.scss */
#field_6_10 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 585, scss/site-specific.scss */
#field_6_6 {
  width: 47.5%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 591, scss/site-specific.scss */
#input_6_6_1_container {
  margin: 8px 0;
  float: left;
  width: 100%;
}

/* line 592, scss/site-specific.scss */
#input_6_6_3_container {
  margin: 4px 0;
  float: left;
  width: 100%;
}

/* line 593, scss/site-specific.scss */
#input_6_6_4_container {
  width: 70%;
  float: left;
  margin: 4px 0;
}

/* line 594, scss/site-specific.scss */
#input_6_6_5_container {
  width: 25%;
  float: right;
  margin: 4px 0;
}

/* line 597, scss/site-specific.scss */
#field_6_3 {
  width: 47.5%;
  position: absolute;
  top: 200px;
  right: 0;
}

/* line 603, scss/site-specific.scss */
#rentalForm {
  width: 100%;
}

/* line 604, scss/site-specific.scss */
#rentalForm.inactive {
  width: 100%;
  height: 65px;
  position: relative;
  left: 0%;
  transition: all .4s;
}

/* line 605, scss/site-specific.scss */
#rentalForm.active {
  height: 520px;
  width: 300%;
  position: relative;
  left: -200%;
  transition: all .4s;
}

@media screen and (max-width: 800px) {
  /* line 611, scss/site-specific.scss */
  #rentalForm.active {
    height: auto;
    width: 100%;
    left: 0;
  }

  /* line 617, scss/site-specific.scss */
  #field_6_4 {
    width: 100%;
  }

  /* line 618, scss/site-specific.scss */
  #field_6_2 {
    width: 100%  !important;
  }

  /* line 619, scss/site-specific.scss */
  #field_6_7 {
    width: 100%;
  }

  /* line 620, scss/site-specific.scss */
  #field_6_9 {
    width: 100%;
  }

  /* line 621, scss/site-specific.scss */
  #field_6_10 {
    width: 100%;
  }

  /* line 624, scss/site-specific.scss */
  #field_6_6 {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }

  /* line 630, scss/site-specific.scss */
  #input_6_6_1_container {
    width: 100%;
  }

  /* line 631, scss/site-specific.scss */
  #input_6_6_3_container {
    width: 100%;
  }

  /* line 632, scss/site-specific.scss */
  #input_6_6_4_container {
    width: 100%;
  }

  /* line 633, scss/site-specific.scss */
  #input_6_6_5_container {
    width: 100%;
  }

  /* line 636, scss/site-specific.scss */
  #field_6_3 {
    width: 100%;
    position: initial;
    top: 0;
    right: 0;
  }
}
/* line 651, scss/site-specific.scss */
.calltoForm .ginput_container_textarea textarea {
  width: 100%;
  padding: 10px;
}

/* line 653, scss/site-specific.scss */
.calltoForm button, html input[type="button"], input[type="reset"], input[type="submit"] {
  width: 100%;
  background-color: #58595b;
  border: 0px;
  padding: 10px 20px;
  margin: 10px 0 0 0;
  color: #ffffff;
}

/* line 655, scss/site-specific.scss */
.ginput_container_textarea textarea {
  width: 100%;
  height: 100px;
  background-color: #d2d2d2;
  padding-left: 10px;
}

/* line 658, scss/site-specific.scss */
#input_11_1_3 {
  margin-bottom: 10px;
}

/* line 659, scss/site-specific.scss */
#field_6_2 {
  width: 47.5%;
  float: left;
  clear: left;
}

/* line 660, scss/site-specific.scss */
#field_11_4 label {
  display: inline-block;
}

/* line 669, scss/site-specific.scss */
.products-row.preowned .product img, .products-row.preowned .product-link img {
  width: auto;
  height: auto;
  width: 60%;
}
/* line 670, scss/site-specific.scss */
.products-row.preowned .product > h3, .products-row.preowned .product-link > a > h3 {
  width: 100%;
  padding: 0 5% 0 60%;
}
/* line 672, scss/site-specific.scss */
.products-row.preowned .product, .products-row.preowned .product-link {
  width: calc(20% - 15px);
  height: 150px;
  border: 1px solid #767676;
  padding: 0px;
  margin: 0 15px 30px 0px;
  overflow: hidden;
  float: left;
  position: relative;
  display: inline-block;
  transition: all .5s;
}
/* line 673, scss/site-specific.scss */
.products-row.preowned .product > h3 {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  padding: 0 5% 0 60%;
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all .8s;
}
/* line 675, scss/site-specific.scss */
.products-row.preowned .squeeze h3 {
  padding: 0 5% 0 47%;
}
/* line 677, scss/site-specific.scss */
.products-row.preowned .squeeze img {
  width: 49%;
}

/* line 681, scss/site-specific.scss */
ul.products li.product {
  width: calc(20% - 15px) !important;
  max-width: 270px;
  height: 350px !important;
  clear: none !important;
  padding: 0 0 0 0px !important;
  margin: 0 15px 30px 0px !important;
  overflow: hidden;
  float: left;
  position: relative;
  display: inline-block;
  transition: all .5s;
}

@media screen and (max-width: 1300px) {
  /* line 686, scss/site-specific.scss */
  .products-row.preowned .product, .products-row.preowned .product-link {
    width: calc(25% - 20px);
    height: 150px;
    border: 1px solid #767676;
    padding: 0px;
    margin: 0 7px 30px 8px;
    overflow: hidden;
    float: left;
    position: relative;
    display: inline-block;
    transition: all .5s;
  }
  /* line 687, scss/site-specific.scss */
  .products-row.preowned .product > h3 {
    width: 100%;
    padding: 0 5% 0 60%;
  }

  /* line 690, scss/site-specific.scss */
  ul.products li.product {
    height: 365px !important;
    width: calc(25% - 15px) !important;
  }
}
@media screen and (max-width: 1100px) {
  /* line 695, scss/site-specific.scss */
  .products-row.preowned {
    margin: 0 -15px 0 0;
  }
  /* line 696, scss/site-specific.scss */
  .products-row.preowned .product, .products-row.preowned .product-link {
    width: calc(33% - 15px);
    height: 150px;
    border: 1px solid #767676;
    padding: 0px;
    margin: 0 7px 30px 8px;
    overflow: hidden;
    float: left;
    position: relative;
    display: inline-block;
    transition: all .5s;
  }
  /* line 697, scss/site-specific.scss */
  .products-row.preowned .product > h3 {
    width: 100%;
    padding: 0 5% 0 60%;
  }

  /* line 700, scss/site-specific.scss */
  ul.products li.product {
    height: 500px !important;
    width: calc(33% - 15px) !important;
  }
}
@media screen and (max-width: 800px) {
  /* line 705, scss/site-specific.scss */
  .products-row.preowned {
    margin: 0 -15px 0 0;
  }
  /* line 706, scss/site-specific.scss */
  .products-row.preowned .product, .products-row.preowned .product-link {
    width: calc(50% - 16px);
    height: 150px;
    border: 1px solid #767676;
    padding: 0px;
    margin: 0 7px 30px 8px;
    overflow: hidden;
    float: left;
    position: relative;
    display: inline-block;
    transition: all .5s;
  }
  /* line 707, scss/site-specific.scss */
  .products-row.preowned .product > h3 {
    width: 100%;
    padding: 0 5% 0 60%;
  }

  /* line 710, scss/site-specific.scss */
  ul.products li.product {
    height: 450px !important;
    width: calc(50% - 15px) !important;
  }
}
@media screen and (max-width: 550px) {
  /* line 714, scss/site-specific.scss */
  .products-row.preowned {
    margin: 0 -15px 0 0;
  }
  /* line 715, scss/site-specific.scss */
  .products-row.preowned .product, .products-row.preowned .product-link {
    width: calc(100% - 16px);
    height: 150px;
  }
  /* line 716, scss/site-specific.scss */
  .products-row.preowned .product > h3 {
    width: 100%;
    padding: 0 5% 0 60%;
  }
  /* line 717, scss/site-specific.scss */
  .products-row.preowned .product img, .products-row.preowned .product-link img {
    width: auto;
    height: 100%;
  }

  /* line 719, scss/site-specific.scss */
  ul.products li.product {
    height: 450px !important;
    width: calc(100% - 15px) !important;
  }
}
/* line 4, scss/top-footer.scss */
.navbar-inverse.affix-top .navbar-nav > li > a {
  color: #ffffff;
}

/* line 6, scss/top-footer.scss */
.navbar-inverse.affix-top .navbar-nav > .active > a, .navbar-inverse.affix-top .navbar-nav > .active > a:focus, .navbar-inverse.affix-top .navbar-nav > .active > a:hover {
  border-width: 0px;
}

/* line 13, scss/top-footer.scss */
.navbar {
  height: 95px;
  border: none;
}

/* line 17, scss/top-footer.scss */
.navbar-inverse {
  background-color: #36521c;
}

/* line 23, scss/top-footer.scss */
#navbar {
  margin: 50px 8.33333% 0 0;
  border: none;
}

/* line 25, scss/top-footer.scss */
.navbar-brand {
  position: absolute;
  top: 10px;
  left: 8.333333%;
  z-index: 3;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: auto;
  line-height: auto;
}

/* line 27, scss/top-footer.scss */
.navbar-inverse.affix-top .navbar-brand > img.min-logo {
  height: 30px;
  width: 199px;
  opacity: 1.0;
  transition: all .4s;
}

/* line 29, scss/top-footer.scss */
.navbar-inverse.affix .navbar-brand > img.min-logo {
  opacity: 1.0;
  transition: all .4s;
}

@media (min-width: 1008px) {
  /* line 32, scss/top-footer.scss */
  .navbar-brand > img.min-logo {
    height: 30px;
    width: 199px;
    opacity: 1.0;
  }
}
@media (min-width: 1008px) {
  /* line 37, scss/top-footer.scss */
  .navbar-toggle {
    display: none;
  }
}
@media (min-width: 1008px) {
  /* line 45, scss/top-footer.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 51, scss/top-footer.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 57, scss/top-footer.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 62, scss/top-footer.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 73, scss/top-footer.scss */
section.search {
  width: 180px;
  position: absolute;
  top: -20px;
  right: 8.33333%;
  z-index: 2;
}

/* line 74, scss/top-footer.scss */
#s {
  background-color: transparent;
  border: 1px solid #9d9d9d;
  height: 60px;
  width: 180px;
  color: #ffffff;
  padding-left: 5px;
}

/* line 75, scss/top-footer.scss */
#searchsubmit {
  background-color: transparent;
  background-image: url("images/search.png");
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: -11px;
  top: 28px;
  z-index: 2;
}

@media (max-width: 1400px) {
  /* line 78, scss/top-footer.scss */
  #searchsubmit {
    top: 21px;
  }
}
@media (max-width: 900px) {
  /* line 82, scss/top-footer.scss */
  section.search {
    display: none;
  }
}
@media (min-width: 900px) {
  /* line 88, scss/top-footer.scss */
  #menu-item-1846 {
    display: none;
  }
}
/* line 94, scss/top-footer.scss */
.affix-top .navbar-brand > img.nav-logo {
  width: 100%;
  height: auto;
  opacity: 1.0;
  transition: opacity .4s;
  position: absolute;
  top: 0px;
}

/* line 96, scss/top-footer.scss */
.affix-top .navbar-collapse {
  background-color: transparent;
}

/* line 98, scss/top-footer.scss */
.affix .navbar-collapse.in {
  background-color: #36521c;
}

@media screen and (max-width: 768px) {
  /* line 102, scss/top-footer.scss */
  .navbar-brand {
    width: 18%;
  }

  /* line 103, scss/top-footer.scss */
  .affix-top .navbar-brand > img.nav-logo {
    top: 10px;
  }

  /* line 104, scss/top-footer.scss */
  .affix-top .navbar-collapse {
    background-color: #36521c;
  }
}
@media (min-width: 768px) {
  /* line 111, scss/top-footer.scss */
  .navbar-nav {
    float: right;
    margin: 0;
  }

  /* line 116, scss/top-footer.scss */
  #menu-footer.navbar-nav {
    float: left;
    margin: 0;
  }
}
@media (max-width: 1144px) {
  /* line 124, scss/top-footer.scss */
  #navbar {
    margin: 50px 0 0 10px;
  }
}
@media (max-width: 1500px) {
  /* line 130, scss/top-footer.scss */
  ul.nav.navbar-nav > li > a {
    font-size: 16px;
  }
}
/* line 134, scss/top-footer.scss */
#toolbar {
  width: 100%;
  height: 40px;
  background-color: #171717;
  position: absolute;
  top: 0;
  z-index: 2;
}

/* line 135, scss/top-footer.scss */
#toolbar .nav {
  float: right;
  margin: 0;
  margin-right: calc(8.33333333% + 200px);
  padding: 5px 0;
}

/* line 136, scss/top-footer.scss */
#toolbar .nav > li > a {
  padding: 10px 10px;
  font-size: 14px;
}

@media (max-width: 1180px) {
  /* line 139, scss/top-footer.scss */
  #toolbar .nav {
    display: none;
  }
}
/* line 143, scss/top-footer.scss */
#footer-addresses {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 145, scss/top-footer.scss */
#footer-addresses a {
  text-decoration: underline;
}

/* line 147, scss/top-footer.scss */
#footer-addresses > div > div > .col-md-3 {
  padding-right: 28px;
}

/* line 148, scss/top-footer.scss */
#footer-addresses .state {
  white-space: nowrap;
}

@media (max-width: 1000px) {
  /* line 151, scss/top-footer.scss */
  #footer-addresses > div > div > .col-md-3 {
    padding-top: 28px;
  }
}
/* line 158, scss/top-footer.scss */
#footer-navbar {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* line 160, scss/top-footer.scss */
#footer-navbar a {
  color: #ffffff;
}

/* line 162, scss/top-footer.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

/* line 167, scss/top-footer.scss */
#footer-navbar #navbar {
  margin: 20px 0 0 -30px;
}

/* line 172, scss/top-footer.scss */
#menu-footer > li > ul {
  padding-left: 17px;
  margin-left: 0;
}

/* line 177, scss/top-footer.scss */
#menu-footer > li > ul > li {
  list-style: none;
}

/* line 182, scss/top-footer.scss */
#copyright {
  font-size: 14px;
  margin-top: 15px;
}

/* line 184, scss/top-footer.scss */
#socials {
  position: absolute;
  top: 30px;
  right: 0;
  width: 300px;
}

/* line 185, scss/top-footer.scss */
#socials img {
  float: right;
  margin-left: 10px;
}

@media (max-width: 1000px) {
  /* line 188, scss/top-footer.scss */
  #socials {
    position: absolute;
    top: -30px;
    right: 15px;
    width: 300px;
  }
}
@media (min-width: 768px) {
  /* line 193, scss/top-footer.scss */
  ul.sub-menu {
    position: relative;
    top: -10px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  /* line 197, scss/top-footer.scss */
  #footer-navbar {
    padding-bottom: 60px;
  }

  /* line 198, scss/top-footer.scss */
  #footer-catlog-buttons {
    width: 100%;
    position: relative;
    right: 0;
    top: 0px;
    text-align: center;
  }

  /* line 199, scss/top-footer.scss */
  #copyright {
    position: absolute;
    bottom: -40px;
  }

  /* line 200, scss/top-footer.scss */
  #menu-footer > li > ul > li {
    padding-left: 10px;
  }
}
@media (max-width: 1140px) {
  /* line 209, scss/top-footer.scss */
  body {
    padding-top: 50px;
  }

  /* line 210, scss/top-footer.scss */
  .navbar {
    height: 50px;
  }

  /* line 211, scss/top-footer.scss */
  .navbar-header {
    height: 50px;
  }

  /* line 212, scss/top-footer.scss */
  #navbar {
    margin: 0;
    background-color: #333;
  }

  /* line 213, scss/top-footer.scss */
  #footer-navbar #navbar {
    background-color: transparent;
  }

  /* line 215, scss/top-footer.scss */
  .affix-top {
    background-color: #36521c;
  }

  /* line 216, scss/top-footer.scss */
  .navbar-toggle {
    background-color: #333;
  }

  /* line 218, scss/top-footer.scss */
  .navbar-header {
    float: none;
  }

  /* line 221, scss/top-footer.scss */
  .navbar-left, .navbar-right {
    float: none !important;
  }

  /* line 224, scss/top-footer.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 227, scss/top-footer.scss */
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: none;
  }

  /* line 231, scss/top-footer.scss */
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  /* line 235, scss/top-footer.scss */
  .navbar-collapse.collapse {
    display: none!important;
  }

  /* line 238, scss/top-footer.scss */
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }

  /* line 243, scss/top-footer.scss */
  ul.nav.navbar-nav {
    padding-left: 25%;
  }

  /* line 245, scss/top-footer.scss */
  .navbar-nav > li {
    float: none;
  }

  /* line 251, scss/top-footer.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 255, scss/top-footer.scss */
  .collapse.in {
    display: block !important;
  }
}