@charset "utf-8";
/*
 *
 *  Conseq SCSS Variables
 *
 *  Simplion
 *  - original primary color is    0094d6; blue,  used on buttons, bullet list font-awesome chevrons, nav links
 *  - focus color is               036ba1  darker blue, used when user hovers on a link or button
 *  - focus border color is        2a6496 a darker blue
 *  - button right border color is 037CBE
 *  
 *
 */
/* ORANGE COLOR SCHEME   **/
    /* PURPLE WEBCREDIBLE COLOR SCHEME 

  $primary-color: #392557;    // Orange for links, buttons, chevrons

  $focus-color: #0000ff;       //  Darker tint  (Replaces 036ba1)

  $focus-border-color: #0000ff;   // 

  $header-bg-color: #543964;  // Dark Purple = #766c9a;   // 


  $button-right-border-left-color:  #be4b03;  // Darker 

  $text-success-color: #766c9a;  //
  $btn-success-bg-color: #766c9a;  // Lght purple
  $btn-success-border-color: #64522b;

  */
   /* BLUE NEILSON COLOR SCHEME 

  $primary-color: #392557;    // Orange for links, buttons, chevrons

  $focus-color: #0000ff;       //  Darker tint  (Replaces 036ba1)

  $focus-border-color: #0000ff;   // 

  $header-bg-color: #766c9a;   // Orange


  $button-right-border-left-color:  #be4b03;  // Darker 

  $text-success-color: #766c9a;  //
  $btn-success-bg-color: #766c9a;  // Lght purple
  $btn-success-border-color: #64522b;
*/
/*
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* line 28, _scss/_bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 34, _scss/_bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/* line 43, _scss/_bootstrap.scss */
[hidden] {
  display: none;
}

/* line 47, _scss/_bootstrap.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 53, _scss/_bootstrap.scss */
body {
  margin: 0;
}

/* line 57, _scss/_bootstrap.scss */
a:focus {
  outline: thin dotted;
}

/* line 62, _scss/_bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 66, _scss/_bootstrap.scss */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

/* line 76, _scss/_bootstrap.scss */
b,
strong {
  font-weight: 700;
}

/* line 79, _scss/_bootstrap.scss */
.light {
  font-weight: 200;
}

/* line 82, _scss/_bootstrap.scss */
.medium {
  font-weight: 400;
}

/* line 86, _scss/_bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 90, _scss/_bootstrap.scss */
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 96, _scss/_bootstrap.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 104, _scss/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 109, _scss/_bootstrap.scss */
pre {
  white-space: pre-wrap;
}

/* line 113, _scss/_bootstrap.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 117, _scss/_bootstrap.scss */
small {
  font-size: 80%;
}

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

/* line 129, _scss/_bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 133, _scss/_bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 137, _scss/_bootstrap.scss */
img {
  border: 0;
}

/* line 141, _scss/_bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 145, _scss/_bootstrap.scss */
figure {
  margin: 0;
}

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

/* line 155, _scss/_bootstrap.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 163, _scss/_bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

/* line 170, _scss/_bootstrap.scss */
button,
input {
  line-height: normal;
}

/* line 175, _scss/_bootstrap.scss */
button,
select {
  text-transform: none;
}

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

/* line 188, _scss/_bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

/* line 211, _scss/_bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 216, _scss/_bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 221, _scss/_bootstrap.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

  /* line 234, _scss/_bootstrap.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

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

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

  /* line 245, _scss/_bootstrap.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

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

  /* line 253, _scss/_bootstrap.scss */
  thead {
    display: table-header-group;
  }

  /* line 257, _scss/_bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 260, _scss/_bootstrap.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
}

  /* line 268, _scss/_bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 273, _scss/_bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 276, _scss/_bootstrap.scss */
  .navbar {
    display: none;
  }

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

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

  /* line 287, _scss/_bootstrap.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 290, _scss/_bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 294, _scss/_bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 301, _scss/_bootstrap.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 307, _scss/_bootstrap.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 312, _scss/_bootstrap.scss */
body {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #424242;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

/* line 334, _scss/_bootstrap.scss */
button,
input,
select[multiple],
textarea {
  background-image: none;
}

/* line 338, _scss/_bootstrap.scss */
a {
  color: #ff5501;
  /*#428bca*/
  text-decoration: none;
}

/* line 344, _scss/_bootstrap.scss */
a:hover,
a:focus {
  color: #b23b00;
  text-decoration: underline;
}

/* line 348, _scss/_bootstrap.scss */
a:hover {
  text-shadow: none;
  transition: all 0.3s ease-in-out 0s;
}

/* line 352, _scss/_bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 358, _scss/_bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 362, _scss/_bootstrap.scss */
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 368, _scss/_bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 372, _scss/_bootstrap.scss */
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 385, _scss/_bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 389, _scss/_bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 396, _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 407, _scss/_bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 411, _scss/_bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 640px) {
  /* line 418, _scss/_bootstrap.scss */
  .lead {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 424, _scss/_bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 429, _scss/_bootstrap.scss */
small {
  font-size: 85%;
}

/* line 433, _scss/_bootstrap.scss */
cite {
  font-style: normal;
}

/* line 437, _scss/_bootstrap.scss */
.text-muted {
  color: #999999;
}

/* line 441, _scss/_bootstrap.scss */
.text-primary {
  color: #ff5501;
}

/* line 445, _scss/_bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 449, _scss/_bootstrap.scss */
.text-danger {
  color: #b94a48;
}

/* line 453, _scss/_bootstrap.scss */
.text-success {
  color: #64522b;
}

/* line 457, _scss/_bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 461, _scss/_bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 465, _scss/_bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 469, _scss/_bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 484, _scss/_bootstrap.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

/* line 501, _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 {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}

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

/* line 516, _scss/_bootstrap.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 522, _scss/_bootstrap.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 527, _scss/_bootstrap.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 532, _scss/_bootstrap.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 537, _scss/_bootstrap.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 542, _scss/_bootstrap.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 547, _scss/_bootstrap.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 552, _scss/_bootstrap.scss */
h1 small,
.h1 small {
  font-size: 24px;
}

/* line 557, _scss/_bootstrap.scss */
h2 small,
.h2 small {
  font-size: 18px;
}

/* line 564, _scss/_bootstrap.scss */
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

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

/* line 575, _scss/_bootstrap.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 583, _scss/_bootstrap.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 587, _scss/_bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 592, _scss/_bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

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

/* line 603, _scss/_bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 608, _scss/_bootstrap.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 612, _scss/_bootstrap.scss */
dt {
  font-weight: 700;
}

/* line 616, _scss/_bootstrap.scss */
dd {
  margin-left: 0;
}

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

  /* line 630, _scss/_bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }

  /* line 634, _scss/_bootstrap.scss */
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  /* line 638, _scss/_bootstrap.scss */
  .dl-horizontal dd:after {
    clear: both;
  }

  /* line 642, _scss/_bootstrap.scss */
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  /* line 646, _scss/_bootstrap.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}
/* line 652, _scss/_bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 657, _scss/_bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 662, _scss/_bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 668, _scss/_bootstrap.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 200;
  line-height: 1.25;
}

/* line 674, _scss/_bootstrap.scss */
blockquote p:last-child {
  margin-bottom: 0;
}

/* line 678, _scss/_bootstrap.scss */
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

/* line 684, _scss/_bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 688, _scss/_bootstrap.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 696, _scss/_bootstrap.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 700, _scss/_bootstrap.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 704, _scss/_bootstrap.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 711, _scss/_bootstrap.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 715, _scss/_bootstrap.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 723, _scss/_bootstrap.scss */
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

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

/* line 736, _scss/_bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 750, _scss/_bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

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

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

/* line 768, _scss/_bootstrap.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 776, _scss/_bootstrap.scss */
.container:before,
.container:after {
  display: table;
  content: " ";
}

/* line 781, _scss/_bootstrap.scss */
.container:after {
  clear: both;
}

/* line 786, _scss/_bootstrap.scss */
.container:before,
.container:after {
  display: table;
  content: " ";
}

/* line 791, _scss/_bootstrap.scss */
.container:after {
  clear: both;
}

/* line 795, _scss/_bootstrap.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 801, _scss/_bootstrap.scss */
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 806, _scss/_bootstrap.scss */
.row:after {
  clear: both;
}

/* line 811, _scss/_bootstrap.scss */
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 816, _scss/_bootstrap.scss */
.row:after {
  clear: both;
}

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

/* line 896, _scss/_bootstrap.scss */
.col-us-1,
.col-us-2,
.col-us-3,
.col-us-4,
.col-us-5,
.col-us-6,
.col-us-7,
.col-us-8,
.col-us-9,
.col-us-10,
.col-us-11 {
  float: left;
}

/* line 900, _scss/_bootstrap.scss */
.col-us-1 {
  width: 8.333333333333332%;
}

/* line 904, _scss/_bootstrap.scss */
.col-us-2 {
  width: 16.666666666666664%;
}

/* line 908, _scss/_bootstrap.scss */
.col-us-3 {
  width: 25%;
}

/* line 912, _scss/_bootstrap.scss */
.col-us-4 {
  width: 33.33333333333333%;
}

/* line 916, _scss/_bootstrap.scss */
.col-us-5 {
  width: 41.66666666666667%;
}

/* line 920, _scss/_bootstrap.scss */
.col-us-6 {
  width: 50%;
}

/* line 924, _scss/_bootstrap.scss */
.col-us-7 {
  width: 58.333333333333336%;
}

/* line 928, _scss/_bootstrap.scss */
.col-us-8 {
  width: 66.66666666666666%;
}

/* line 932, _scss/_bootstrap.scss */
.col-us-9 {
  width: 75%;
}

/* line 936, _scss/_bootstrap.scss */
.col-us-10 {
  width: 83.33333333333334%;
}

/* line 940, _scss/_bootstrap.scss */
.col-us-11 {
  width: 91.66666666666666%;
}

/* line 944, _scss/_bootstrap.scss */
.col-us-12 {
  width: 100%;
}

@media (min-width: 640px) {
  /* line 949, _scss/_bootstrap.scss */
  .container {
    max-width: 610px;
  }

  /* line 962, _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 {
    float: left;
  }

  /* line 965, _scss/_bootstrap.scss */
  .col-xs-1 {
    width: 8.333333333333332%;
  }

  /* line 968, _scss/_bootstrap.scss */
  .col-xs-2 {
    width: 16.666666666666664%;
  }

  /* line 971, _scss/_bootstrap.scss */
  .col-xs-3 {
    width: 25%;
  }

  /* line 974, _scss/_bootstrap.scss */
  .col-xs-4 {
    width: 33.33333333333333%;
  }

  /* line 977, _scss/_bootstrap.scss */
  .col-xs-5 {
    width: 41.66666666666667%;
  }

  /* line 980, _scss/_bootstrap.scss */
  .col-xs-6 {
    width: 50%;
  }

  /* line 983, _scss/_bootstrap.scss */
  .col-xs-7 {
    width: 58.333333333333336%;
  }

  /* line 986, _scss/_bootstrap.scss */
  .col-xs-8 {
    width: 66.66666666666666%;
  }

  /* line 989, _scss/_bootstrap.scss */
  .col-xs-9 {
    width: 75%;
  }

  /* line 992, _scss/_bootstrap.scss */
  .col-xs-10 {
    width: 83.33333333333334%;
  }

  /* line 995, _scss/_bootstrap.scss */
  .col-xs-11 {
    width: 91.66666666666666%;
  }

  /* line 998, _scss/_bootstrap.scss */
  .col-xs-12 {
    width: 100%;
  }

  /* line 1001, _scss/_bootstrap.scss */
  .col-xs-push-0 {
    left: auto;
  }

  /* line 1004, _scss/_bootstrap.scss */
  .col-xs-push-1 {
    left: 8.333333333333332%;
  }

  /* line 1007, _scss/_bootstrap.scss */
  .col-xs-push-2 {
    left: 16.666666666666664%;
  }

  /* line 1010, _scss/_bootstrap.scss */
  .col-xs-push-3 {
    left: 25%;
  }

  /* line 1013, _scss/_bootstrap.scss */
  .col-xs-push-4 {
    left: 33.33333333333333%;
  }

  /* line 1016, _scss/_bootstrap.scss */
  .col-xs-push-5 {
    left: 41.66666666666667%;
  }

  /* line 1019, _scss/_bootstrap.scss */
  .col-xs-push-6 {
    left: 50%;
  }

  /* line 1022, _scss/_bootstrap.scss */
  .col-xs-push-7 {
    left: 58.333333333333336%;
  }

  /* line 1025, _scss/_bootstrap.scss */
  .col-xs-push-8 {
    left: 66.66666666666666%;
  }

  /* line 1028, _scss/_bootstrap.scss */
  .col-xs-push-9 {
    left: 75%;
  }

  /* line 1031, _scss/_bootstrap.scss */
  .col-xs-push-10 {
    left: 83.33333333333334%;
  }

  /* line 1034, _scss/_bootstrap.scss */
  .col-xs-push-11 {
    left: 91.66666666666666%;
  }

  /* line 1037, _scss/_bootstrap.scss */
  .col-xs-pull-0 {
    right: auto;
  }

  /* line 1040, _scss/_bootstrap.scss */
  .col-xs-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 1043, _scss/_bootstrap.scss */
  .col-xs-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 1046, _scss/_bootstrap.scss */
  .col-xs-pull-3 {
    right: 25%;
  }

  /* line 1049, _scss/_bootstrap.scss */
  .col-xs-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 1052, _scss/_bootstrap.scss */
  .col-xs-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 1055, _scss/_bootstrap.scss */
  .col-xs-pull-6 {
    right: 50%;
  }

  /* line 1058, _scss/_bootstrap.scss */
  .col-xs-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 1061, _scss/_bootstrap.scss */
  .col-xs-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 1064, _scss/_bootstrap.scss */
  .col-xs-pull-9 {
    right: 75%;
  }

  /* line 1067, _scss/_bootstrap.scss */
  .col-xs-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 1070, _scss/_bootstrap.scss */
  .col-xs-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 1073, _scss/_bootstrap.scss */
  .col-xs-offset-0 {
    margin-left: 0;
  }

  /* line 1076, _scss/_bootstrap.scss */
  .col-xs-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 1079, _scss/_bootstrap.scss */
  .col-xs-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 1082, _scss/_bootstrap.scss */
  .col-xs-offset-3 {
    margin-left: 25%;
  }

  /* line 1085, _scss/_bootstrap.scss */
  .col-xs-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 1088, _scss/_bootstrap.scss */
  .col-xs-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 1091, _scss/_bootstrap.scss */
  .col-xs-offset-6 {
    margin-left: 50%;
  }

  /* line 1094, _scss/_bootstrap.scss */
  .col-xs-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 1097, _scss/_bootstrap.scss */
  .col-xs-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 1100, _scss/_bootstrap.scss */
  .col-xs-offset-9 {
    margin-left: 75%;
  }

  /* line 1103, _scss/_bootstrap.scss */
  .col-xs-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 1106, _scss/_bootstrap.scss */
  .col-xs-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 768px) {
  /* line 1112, _scss/_bootstrap.scss */
  .container {
    max-width: 750px;
  }

  /* line 1125, _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 {
    float: left;
  }

  /* line 1128, _scss/_bootstrap.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }

  /* line 1131, _scss/_bootstrap.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }

  /* line 1134, _scss/_bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 1137, _scss/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333333333%;
  }

  /* line 1140, _scss/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666666666667%;
  }

  /* line 1143, _scss/_bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 1146, _scss/_bootstrap.scss */
  .col-sm-7 {
    width: 58.333333333333336%;
  }

  /* line 1149, _scss/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666666666666%;
  }

  /* line 1152, _scss/_bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 1155, _scss/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }

  /* line 1158, _scss/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }

  /* line 1161, _scss/_bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 1164, _scss/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  /* line 1167, _scss/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  /* line 1170, _scss/_bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1173, _scss/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  /* line 1176, _scss/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  /* line 1179, _scss/_bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1182, _scss/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  /* line 1185, _scss/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  /* line 1188, _scss/_bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1191, _scss/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  /* line 1194, _scss/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  /* line 1197, _scss/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 1200, _scss/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 1203, _scss/_bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 1206, _scss/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 1209, _scss/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 1212, _scss/_bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 1215, _scss/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 1218, _scss/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 1221, _scss/_bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 1224, _scss/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 1227, _scss/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 1230, _scss/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 1233, _scss/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 1236, _scss/_bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1239, _scss/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 1242, _scss/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 1245, _scss/_bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1248, _scss/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 1251, _scss/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 1254, _scss/_bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1257, _scss/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 1260, _scss/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  /* line 1266, _scss/_bootstrap.scss */
  .container {
    max-width: 970px;
  }

  /* line 1279, _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 {
    float: left;
  }

  /* line 1282, _scss/_bootstrap.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }

  /* line 1285, _scss/_bootstrap.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }

  /* line 1288, _scss/_bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1291, _scss/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }

  /* line 1294, _scss/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }

  /* line 1297, _scss/_bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1300, _scss/_bootstrap.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }

  /* line 1303, _scss/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }

  /* line 1306, _scss/_bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1309, _scss/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }

  /* line 1312, _scss/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }

  /* line 1315, _scss/_bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1318, _scss/_bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 1321, _scss/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  /* line 1324, _scss/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  /* line 1327, _scss/_bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 1330, _scss/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  /* line 1333, _scss/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  /* line 1336, _scss/_bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 1339, _scss/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  /* line 1342, _scss/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  /* line 1345, _scss/_bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 1348, _scss/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  /* line 1351, _scss/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  /* line 1354, _scss/_bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 1357, _scss/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 1360, _scss/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 1363, _scss/_bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 1366, _scss/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 1369, _scss/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 1372, _scss/_bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1375, _scss/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 1378, _scss/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 1381, _scss/_bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1384, _scss/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 1387, _scss/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 1390, _scss/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 1393, _scss/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 1396, _scss/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 1399, _scss/_bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 1402, _scss/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 1405, _scss/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 1408, _scss/_bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 1411, _scss/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 1414, _scss/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 1417, _scss/_bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 1420, _scss/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 1423, _scss/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  /* line 1429, _scss/_bootstrap.scss */
  .container {
    max-width: 1170px;
  }

  /* line 1442, _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 {
    float: left;
  }

  /* line 1445, _scss/_bootstrap.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }

  /* line 1448, _scss/_bootstrap.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }

  /* line 1451, _scss/_bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 1454, _scss/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }

  /* line 1457, _scss/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }

  /* line 1460, _scss/_bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 1463, _scss/_bootstrap.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }

  /* line 1466, _scss/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }

  /* line 1469, _scss/_bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 1472, _scss/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }

  /* line 1475, _scss/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }

  /* line 1478, _scss/_bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 1481, _scss/_bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 1484, _scss/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  /* line 1487, _scss/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  /* line 1490, _scss/_bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 1493, _scss/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  /* line 1496, _scss/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  /* line 1499, _scss/_bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 1502, _scss/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  /* line 1505, _scss/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  /* line 1508, _scss/_bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 1511, _scss/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  /* line 1514, _scss/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  /* line 1517, _scss/_bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 1520, _scss/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 1523, _scss/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 1526, _scss/_bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 1529, _scss/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 1532, _scss/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 1535, _scss/_bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 1538, _scss/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 1541, _scss/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 1544, _scss/_bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 1547, _scss/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 1550, _scss/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 1553, _scss/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 1556, _scss/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 1559, _scss/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 1562, _scss/_bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1565, _scss/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 1568, _scss/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 1571, _scss/_bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1574, _scss/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 1577, _scss/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 1580, _scss/_bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1583, _scss/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 1586, _scss/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
/* line 1591, _scss/_bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 1596, _scss/_bootstrap.scss */
th {
  text-align: left;
}

/* line 1600, _scss/_bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 1610, _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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 1617, _scss/_bootstrap.scss */
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 1627, _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 1631, _scss/_bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1635, _scss/_bootstrap.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1644, _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 1648, _scss/_bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 1657, _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 #dddddd;
}

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

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

/* line 1672, _scss/_bootstrap.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 1676, _scss/_bootstrap.scss */
table col[class*="col-"] {
  display: table-column;
  float: none;
}

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

/* line 1698, _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 1713, _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;
  border-color: #d6e9c6;
}

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

/* line 1736, _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;
  border-color: #eed3d7;
}

/* line 1743, _scss/_bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

/* line 1759, _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;
  border-color: #fbeed5;
}

/* line 1766, _scss/_bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  /* line 1772, _scss/_bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }

  /* line 1779, _scss/_bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }

  /* line 1788, _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 1791, _scss/_bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1799, _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 1807, _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 1815, _scss/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1820, _scss/_bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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

/* line 1838, _scss/_bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

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

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

/* line 1859, _scss/_bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 1864, _scss/_bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1868, _scss/_bootstrap.scss */
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

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

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

/* line 1887, _scss/_bootstrap.scss */
.form-control:-moz-placeholder {
  color: #999999;
}

/* line 1891, _scss/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999999;
}

/* line 1895, _scss/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 1899, _scss/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 1903, _scss/_bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  /* [disabled]height: 34px; */
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 1921, _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 1930, _scss/_bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1935, _scss/_bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 1939, _scss/_bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1944, _scss/_bootstrap.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 1954, _scss/_bootstrap.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

/* line 1970, _scss/_bootstrap.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1975, _scss/_bootstrap.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

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

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

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

/* line 2013, _scss/_bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2018, _scss/_bootstrap.scss */
textarea.input-sm {
  height: auto;
}

/* line 2022, _scss/_bootstrap.scss */
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2030, _scss/_bootstrap.scss */
select.input-lg {
  height: 45px;
  line-height: 45px;
}

/* line 2035, _scss/_bootstrap.scss */
textarea.input-lg {
  height: auto;
}

/* line 2040, _scss/_bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

/* line 2044, _scss/_bootstrap.scss */
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2050, _scss/_bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 2056, _scss/_bootstrap.scss */
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 2063, _scss/_bootstrap.scss */
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

/* line 2067, _scss/_bootstrap.scss */
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2073, _scss/_bootstrap.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 2079, _scss/_bootstrap.scss */
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 2086, _scss/_bootstrap.scss */
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

/* line 2090, _scss/_bootstrap.scss */
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2096, _scss/_bootstrap.scss */
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 2102, _scss/_bootstrap.scss */
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 2108, _scss/_bootstrap.scss */
.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

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

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

  /* line 2126, _scss/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
  }

  /* line 2130, _scss/_bootstrap.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 2137, _scss/_bootstrap.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
/* line 2147, _scss/_bootstrap.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2153, _scss/_bootstrap.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 2159, _scss/_bootstrap.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 2164, _scss/_bootstrap.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 2169, _scss/_bootstrap.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 2174, _scss/_bootstrap.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 2179, _scss/_bootstrap.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 2184, _scss/_bootstrap.scss */
.btn {
  text-transform: uppercase;
  /*x*/
  display: inline-block;
  padding: 6px 12px 4px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  /*600*/
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0px solid transparent;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 2205, _scss/_bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2212, _scss/_bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

/* line 2218, _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 2227, _scss/_bootstrap.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2236, _scss/_bootstrap.scss */
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2246, _scss/_bootstrap.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 2254, _scss/_bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2272, _scss/_bootstrap.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2277, _scss/_bootstrap.scss */
.btn-primary {
  color: #ffffff;
  background-color: #ff5501;
  /*#428bca;*/
  border-color: #357ebd;
  /*  border: 1px solid transparent;*/
}

/* line 2288, _scss/_bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 2296, _scss/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2314, _scss/_bootstrap.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 2319, _scss/_bootstrap.scss */
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2329, _scss/_bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 2337, _scss/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2355, _scss/_bootstrap.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2360, _scss/_bootstrap.scss */
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2370, _scss/_bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 2378, _scss/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2396, _scss/_bootstrap.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2401, _scss/_bootstrap.scss */
.btn-success {
  color: #ffffff;
  background-color: #64522b;
  /* #5cb85c; */
  border-color: #64522b;
  /* #4cae4c;  */
}

/* line 2411, _scss/_bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #64522b;
  /* #47a447; */
  border-color: #64522b;
  /* #398439; */
}

/* line 2419, _scss/_bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2437, _scss/_bootstrap.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #64522b;
  /* #5cb85c; */
  border-color: #4cae4c;
}

/* line 2442, _scss/_bootstrap.scss */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2452, _scss/_bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 2460, _scss/_bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2478, _scss/_bootstrap.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2483, _scss/_bootstrap.scss */
.btn-link {
  font-weight: 400;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

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

/* line 2502, _scss/_bootstrap.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2507, _scss/_bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #cc4400;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2516, _scss/_bootstrap.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 2521, _scss/_bootstrap.scss */
.btn-lg {
  padding: 10px 16px 8px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px;
}

/* line 2529, _scss/_bootstrap.scss */
.btn-sm,
.btn-us {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2536, _scss/_bootstrap.scss */
.btn-us {
  padding: 1px 5px;
}

/* line 2540, _scss/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* line 2547, _scss/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

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

/* line 2557, _scss/_bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2563, _scss/_bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 2567, _scss/_bootstrap.scss */
.collapse {
  display: none;
}

/* line 2571, _scss/_bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 2575, _scss/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

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

/* line 2596, _scss/_bootstrap.scss */
.dropdown {
  /* [disabled]position: relative; */
}

/* line 2600, _scss/_bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 2604, _scss/_bootstrap.scss */
.dropdown-menu {
  /* [disabled]position: absolute; */
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  /* [disabled]margin: 2px 0 0; */
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  /* [disabled]border: 1px solid #cccccc; */
  /* [disabled]border: 1px solid rgba(0, 0, 0, 0.15); */
  /* [disabled]border-radius: 4px; */
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 2625, _scss/_bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

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

/* line 2637, _scss/_bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 2648, _scss/_bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

/* line 2656, _scss/_bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

/* line 2665, _scss/_bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 2670, _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 2678, _scss/_bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 2682, _scss/_bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 2686, _scss/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

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

/* line 2703, _scss/_bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2709, _scss/_bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 2716, _scss/_bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 2723, _scss/_bootstrap.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
/* line 2729, _scss/_bootstrap.scss */
.btn-default .caret {
  border-top-color: #333333;
}

/* line 2737, _scss/_bootstrap.scss */
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

/* line 2741, _scss/_bootstrap.scss */
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

/* line 2749, _scss/_bootstrap.scss */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

/* line 2754, _scss/_bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2761, _scss/_bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 2773, _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 2778, _scss/_bootstrap.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 2785, _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 2790, _scss/_bootstrap.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 2795, _scss/_bootstrap.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 2800, _scss/_bootstrap.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 2805, _scss/_bootstrap.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 2809, _scss/_bootstrap.scss */
.btn-toolbar .btn-group {
  float: left;
}

/* line 2816, _scss/_bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

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

/* line 2824, _scss/_bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2828, _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 2834, _scss/_bootstrap.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2839, _scss/_bootstrap.scss */
.btn-group > .btn-group {
  float: left;
}

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

/* line 2848, _scss/_bootstrap.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2853, _scss/_bootstrap.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2859, _scss/_bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 2863, _scss/_bootstrap.scss */
.btn-group-us > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

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

/* line 2895, _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 2900, _scss/_bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

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

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

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

/* line 2922, _scss/_bootstrap.scss */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 2927, _scss/_bootstrap.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 2932, _scss/_bootstrap.scss */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 2937, _scss/_bootstrap.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 2941, _scss/_bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 2948, _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 2953, _scss/_bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

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

/* line 2974, _scss/_bootstrap.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2979, _scss/_bootstrap.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

/* line 2991, _scss/_bootstrap.scss */
.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 2998, _scss/_bootstrap.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

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

/* line 3008, _scss/_bootstrap.scss */
.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3014, _scss/_bootstrap.scss */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

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

/* line 3031, _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: 45px;
  line-height: 45px;
}

/* line 3038, _scss/_bootstrap.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3044, _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 3054, _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 3061, _scss/_bootstrap.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

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

/* line 3073, _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 3078, _scss/_bootstrap.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3084, _scss/_bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

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

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

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

/* line 3116, _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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3121, _scss/_bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3129, _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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3134, _scss/_bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3138, _scss/_bootstrap.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}

/* line 3143, _scss/_bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3147, _scss/_bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

/* line 3152, _scss/_bootstrap.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3156, _scss/_bootstrap.scss */
.nav {
  font-size: 15px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3164, _scss/_bootstrap.scss */
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

/* line 3169, _scss/_bootstrap.scss */
.nav:after {
  clear: both;
}

/* line 3174, _scss/_bootstrap.scss */
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

/* line 3179, _scss/_bootstrap.scss */
.nav:after {
  clear: both;
}

/* line 3183, _scss/_bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3189, _scss/_bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 15px;
}

/* line 3196, _scss/_bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3201, _scss/_bootstrap.scss */
.nav > li.disabled > a {
  color: #999999;
}

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

/* line 3215, _scss/_bootstrap.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

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

/* line 3227, _scss/_bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3231, _scss/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

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

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

/* line 3247, _scss/_bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 3253, _scss/_bootstrap.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

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

/* line 3266, _scss/_bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3270, _scss/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3275, _scss/_bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
/* line 3281, _scss/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

/* line 3286, _scss/_bootstrap.scss */
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

/* line 3290, _scss/_bootstrap.scss */
.nav-pills > li {
  float: left;
  border-bottom: 1px solid #F3F3F3;
}

/* line 3295, _scss/_bootstrap.scss */
.nav-pills > li > a {
  border-radius: 2px;
  color: #a3a3a3;
  font-weight: 600;
  font-size: 16px;
}

/* line 3301, _scss/_bootstrap.scss */
.nav-pills > li > a:hover {
  color: #535353;
}

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

/* line 3310, _scss/_bootstrap.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ff5501;
  /*#428bca;*/
}

/* line 3315, _scss/_bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 3319, _scss/_bootstrap.scss */
.nav-stacked > li + li {
  /* [disabled]margin-top: 2px; */
  margin-left: 0;
}

/* line 3324, _scss/_bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 3328, _scss/_bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 3332, _scss/_bootstrap.scss */
.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3337, _scss/_bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
/* line 3343, _scss/_bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 3347, _scss/_bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

/* line 3352, _scss/_bootstrap.scss */
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

/* line 3357, _scss/_bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

/* line 3362, _scss/_bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 3367, _scss/_bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

/* line 3372, _scss/_bootstrap.scss */
.tabbable:after {
  clear: both;
}

/* line 3377, _scss/_bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 3382, _scss/_bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 3386, _scss/_bootstrap.scss */
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

/* line 3391, _scss/_bootstrap.scss */
.nav a:hover .caret {
  border-top-color: #b23b00;
  border-bottom-color: #b23b00;
}

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

/* line 3402, _scss/_bootstrap.scss */
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 3411, _scss/_bootstrap.scss */
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

/* line 3416, _scss/_bootstrap.scss */
.navbar:after {
  clear: both;
}

/* line 3421, _scss/_bootstrap.scss */
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

/* line 3426, _scss/_bootstrap.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 3431, _scss/_bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}
/* line 3437, _scss/_bootstrap.scss */
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

/* line 3442, _scss/_bootstrap.scss */
.navbar-header:after {
  clear: both;
}

/* line 3447, _scss/_bootstrap.scss */
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

/* line 3452, _scss/_bootstrap.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 3457, _scss/_bootstrap.scss */
  .navbar-header {
    float: left;
  }
}
/* line 3462, _scss/_bootstrap.scss */
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 3473, _scss/_bootstrap.scss */
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 3478, _scss/_bootstrap.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 3483, _scss/_bootstrap.scss */
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 3488, _scss/_bootstrap.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 3492, _scss/_bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

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

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

  /* line 3508, _scss/_bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 3511, _scss/_bootstrap.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  /* line 3514, _scss/_bootstrap.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  /* line 3517, _scss/_bootstrap.scss */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
/* line 3523, _scss/_bootstrap.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 3530, _scss/_bootstrap.scss */
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3536, _scss/_bootstrap.scss */
.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3541, _scss/_bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3547, _scss/_bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3556, _scss/_bootstrap.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3561, _scss/_bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

/* line 3566, _scss/_bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

/* line 3571, _scss/_bootstrap.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 3579, _scss/_bootstrap.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

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

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

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

@media (min-width: 768px) {
  /* line 3613, _scss/_bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 3618, _scss/_bootstrap.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 3622, _scss/_bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #777777;
}

/* line 3630, _scss/_bootstrap.scss */
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

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

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

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

  /* line 3653, _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 3659, _scss/_bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3663, _scss/_bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 3666, _scss/_bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 3673, _scss/_bootstrap.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 3676, _scss/_bootstrap.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 3681, _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 3694, _scss/_bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3699, _scss/_bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
  }

  /* line 3703, _scss/_bootstrap.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 3710, _scss/_bootstrap.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 3717, _scss/_bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 3723, _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 3735, _scss/_bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

/* line 3747, _scss/_bootstrap.scss */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3752, _scss/_bootstrap.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 3757, _scss/_bootstrap.scss */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 3764, _scss/_bootstrap.scss */
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}
/* line 3770, _scss/_bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 3775, _scss/_bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777777;
}

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

/* line 3785, _scss/_bootstrap.scss */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 3789, _scss/_bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}

/* line 3794, _scss/_bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

/* line 3801, _scss/_bootstrap.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* line 3808, _scss/_bootstrap.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 3813, _scss/_bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

/* line 3818, _scss/_bootstrap.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

/* line 3822, _scss/_bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

/* line 3827, _scss/_bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

/* line 3832, _scss/_bootstrap.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 3839, _scss/_bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* line 3846, _scss/_bootstrap.scss */
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 3851, _scss/_bootstrap.scss */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

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

  /* line 3861, _scss/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 3867, _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: #555555;
    background-color: #e7e7e7;
  }

  /* line 3873, _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: #cccccc;
    background-color: transparent;
  }
}
/* line 3879, _scss/_bootstrap.scss */
.navbar-default .navbar-link {
  color: #777777;
}

/* line 3883, _scss/_bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 3887, _scss/_bootstrap.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

/* line 3892, _scss/_bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}

/* line 3897, _scss/_bootstrap.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 3902, _scss/_bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 3906, _scss/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

/* line 3911, _scss/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 3918, _scss/_bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

/* line 3925, _scss/_bootstrap.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 3930, _scss/_bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 3935, _scss/_bootstrap.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 3939, _scss/_bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 3944, _scss/_bootstrap.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 3950, _scss/_bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

/* line 3955, _scss/_bootstrap.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3960, _scss/_bootstrap.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 3967, _scss/_bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

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

  /* line 3976, _scss/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }

  /* line 3980, _scss/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  /* line 3986, _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: #ffffff;
    background-color: #080808;
  }

  /* line 3992, _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: #444444;
    background-color: transparent;
  }
}
/* line 3998, _scss/_bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4002, _scss/_bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 4006, _scss/_bootstrap.scss */
.breadcrumb {
  font-size: 12px;
  padding: 15px 15px;
  /*15px*/
  margin: 0px;
  list-style: none;
  /* [disabled]background-color: #f5f5f5; */
  border-radius: 4px;
}

/* line 4015, _scss/_bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4019, _scss/_bootstrap.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

/* line 4025, _scss/_bootstrap.scss */
.breadcrumb > .active {
  color: #919191;
}

/* line 4028, _scss/_bootstrap.scss */
.breadcrumb > .inactive {
  color: #b1b1b1;
}

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

/* line 4039, _scss/_bootstrap.scss */
.pagination > li {
  display: inline;
}

/* line 4044, _scss/_bootstrap.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

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

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

/* line 4071, _scss/_bootstrap.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

/* line 4080, _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: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 4091, _scss/_bootstrap.scss */
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

/* line 4099, _scss/_bootstrap.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

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

/* line 4111, _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 4117, _scss/_bootstrap.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

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

/* line 4129, _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 4134, _scss/_bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4142, _scss/_bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

/* line 4147, _scss/_bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 4152, _scss/_bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

/* line 4157, _scss/_bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 4161, _scss/_bootstrap.scss */
.pager li {
  display: inline;
}

/* line 4166, _scss/_bootstrap.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 4175, _scss/_bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 4181, _scss/_bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4186, _scss/_bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4193, _scss/_bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

/* line 4199, _scss/_bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4213, _scss/_bootstrap.scss */
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4219, _scss/_bootstrap.scss */
.label:empty {
  display: none;
}

/* line 4223, _scss/_bootstrap.scss */
.label-default {
  background-color: #999999;
}

/* line 4228, _scss/_bootstrap.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

/* line 4232, _scss/_bootstrap.scss */
.label-primary {
  background-color: #428bca;
}

/* line 4237, _scss/_bootstrap.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 4241, _scss/_bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

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

/* line 4250, _scss/_bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

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

/* line 4259, _scss/_bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

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

/* line 4268, _scss/_bootstrap.scss */
.label-danger {
  background-color: #d9534f;
}

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

/* line 4277, _scss/_bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

/* line 4292, _scss/_bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 4297, _scss/_bootstrap.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4303, _scss/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4309, _scss/_bootstrap.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

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

/* line 4318, _scss/_bootstrap.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #f5f5f5;
}

/* line 4328, _scss/_bootstrap.scss */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

/* line 4333, _scss/_bootstrap.scss */
.jumbotron p {
  line-height: 1.4;
}

/* line 4337, _scss/_bootstrap.scss */
.container .jumbotron {
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  /* line 4342, _scss/_bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4346, _scss/_bootstrap.scss */
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 4350, _scss/_bootstrap.scss */
  .jumbotron h1 {
    font-size: 63px;
  }
}
/* line 4355, _scss/_bootstrap.scss */
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 4369, _scss/_bootstrap.scss */
.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 4376, _scss/_bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

/* line 4380, _scss/_bootstrap.scss */
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 4385, _scss/_bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 4390, _scss/_bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4397, _scss/_bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4402, _scss/_bootstrap.scss */
.alert .alert-link {
  font-weight: 700;
}

/* line 4407, _scss/_bootstrap.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 4411, _scss/_bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 4415, _scss/_bootstrap.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 4419, _scss/_bootstrap.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4426, _scss/_bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4432, _scss/_bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4436, _scss/_bootstrap.scss */
.alert-success .alert-link {
  color: #356635;
}

/* line 4440, _scss/_bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4446, _scss/_bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 4450, _scss/_bootstrap.scss */
.alert-info .alert-link {
  color: #2d6987;
}

/* line 4454, _scss/_bootstrap.scss */
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 4460, _scss/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #f8e5be;
}

/* line 4464, _scss/_bootstrap.scss */
.alert-warning .alert-link {
  color: #a47e3c;
}

/* line 4468, _scss/_bootstrap.scss */
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 4474, _scss/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #e6c1c7;
}

/* line 4478, _scss/_bootstrap.scss */
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 4483, _scss/_bootstrap.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4486, _scss/_bootstrap.scss */
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  /* line 4492, _scss/_bootstrap.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4495, _scss/_bootstrap.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  /* line 4501, _scss/_bootstrap.scss */
  from {
    background-position: 0 0;
  }

  /* line 4504, _scss/_bootstrap.scss */
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 4510, _scss/_bootstrap.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4513, _scss/_bootstrap.scss */
  to {
    background-position: 0 0;
  }
}

/* line 4518, _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 4528, _scss/_bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

/* line 4550, _scss/_bootstrap.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4558, _scss/_bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 4562, _scss/_bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4569, _scss/_bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 4573, _scss/_bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4580, _scss/_bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 4584, _scss/_bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4591, _scss/_bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 4595, _scss/_bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4603, _scss/_bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 4609, _scss/_bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 4613, _scss/_bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 4617, _scss/_bootstrap.scss */
.media-object {
  display: block;
}

/* line 4621, _scss/_bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 4625, _scss/_bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 4629, _scss/_bootstrap.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 4633, _scss/_bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4638, _scss/_bootstrap.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 4643, _scss/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4652, _scss/_bootstrap.scss */
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 4657, _scss/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 4663, _scss/_bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

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

/* line 4671, _scss/_bootstrap.scss */
a.list-group-item {
  color: #555555;
}

/* line 4675, _scss/_bootstrap.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 4680, _scss/_bootstrap.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4687, _scss/_bootstrap.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 4696, _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 {
  color: inherit;
}

/* line 4702, _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: #e1edf7;
}

/* line 4706, _scss/_bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4711, _scss/_bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4716, _scss/_bootstrap.scss */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4725, _scss/_bootstrap.scss */
.panel-body {
  padding: 15px;
}

/* line 4730, _scss/_bootstrap.scss */
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

/* line 4735, _scss/_bootstrap.scss */
.panel-body:after {
  clear: both;
}

/* line 4740, _scss/_bootstrap.scss */
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

/* line 4745, _scss/_bootstrap.scss */
.panel-body:after {
  clear: both;
}

/* line 4749, _scss/_bootstrap.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 4753, _scss/_bootstrap.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

/* line 4757, _scss/_bootstrap.scss */
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4762, _scss/_bootstrap.scss */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4766, _scss/_bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4770, _scss/_bootstrap.scss */
.panel > .table {
  margin-bottom: 0;
}

/* line 4774, _scss/_bootstrap.scss */
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

/* line 4778, _scss/_bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 4785, _scss/_bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

/* line 4791, _scss/_bootstrap.scss */
.panel-title > a {
  color: inherit;
}

/* line 4795, _scss/_bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 4803, _scss/_bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

/* line 4809, _scss/_bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4813, _scss/_bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4817, _scss/_bootstrap.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 4821, _scss/_bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 4825, _scss/_bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 4829, _scss/_bootstrap.scss */
.panel-custom {
  border-color: #757570;
}

/* line 4833, _scss/_bootstrap.scss */
.panel-custom > .panel-heading {
  color: #ffffff;
  background-color: #757570;
  border-color: #757570;
}

/* line 4839, _scss/_bootstrap.scss */
.panel-custom > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #757570;
}

/* line 4843, _scss/_bootstrap.scss */
.panel-custom > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #757570;
}

/* line 4847, _scss/_bootstrap.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 4851, _scss/_bootstrap.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 4857, _scss/_bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

/* line 4861, _scss/_bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

/* line 4865, _scss/_bootstrap.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 4869, _scss/_bootstrap.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 4875, _scss/_bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 4879, _scss/_bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 4883, _scss/_bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 4887, _scss/_bootstrap.scss */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4893, _scss/_bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 4897, _scss/_bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 4901, _scss/_bootstrap.scss */
.panel-warning {
  border-color: #fbeed5;
}

/* line 4905, _scss/_bootstrap.scss */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* line 4911, _scss/_bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

/* line 4915, _scss/_bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

/* line 4919, _scss/_bootstrap.scss */
.panel-danger {
  border-color: #eed3d7;
}

/* line 4923, _scss/_bootstrap.scss */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 4929, _scss/_bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

/* line 4933, _scss/_bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

/* line 4937, _scss/_bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 4941, _scss/_bootstrap.scss */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4947, _scss/_bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 4951, _scss/_bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 4955, _scss/_bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -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 4966, _scss/_bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 4971, _scss/_bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 4976, _scss/_bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 4981, _scss/_bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 4993, _scss/_bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5001, _scss/_bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5009, _scss/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5015, _scss/_bootstrap.scss */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

/* line 5019, _scss/_bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

/* line 5031, _scss/_bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5041, _scss/_bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

/* line 5055, _scss/_bootstrap.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

/* line 5067, _scss/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

/* line 5077, _scss/_bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5082, _scss/_bootstrap.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5087, _scss/_bootstrap.scss */
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5093, _scss/_bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5097, _scss/_bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 5102, _scss/_bootstrap.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 5107, _scss/_bootstrap.scss */
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: left;
  /*right*/
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  border-radius: 0 0 2px 2px;
}

/* line 5117, _scss/_bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 5122, _scss/_bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5127, _scss/_bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 5132, _scss/_bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 5136, _scss/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5141, _scss/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5145, _scss/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

  /* line 5157, _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 5163, _scss/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 5174, _scss/_bootstrap.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5179, _scss/_bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5184, _scss/_bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5189, _scss/_bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5194, _scss/_bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5199, _scss/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

/* line 5209, _scss/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5217, _scss/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5225, _scss/_bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5232, _scss/_bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 5239, _scss/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 5247, _scss/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 5255, _scss/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5263, _scss/_bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5270, _scss/_bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 5277, _scss/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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);
  background-clip: padding-box;
}

/* line 5296, _scss/_bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5300, _scss/_bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5304, _scss/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5308, _scss/_bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

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

/* line 5323, _scss/_bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

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

/* line 5337, _scss/_bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5341, _scss/_bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5346, _scss/_bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5355, _scss/_bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

/* line 5363, _scss/_bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5372, _scss/_bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

/* line 5380, _scss/_bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 5389, _scss/_bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

/* line 5397, _scss/_bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 5406, _scss/_bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

/* line 5414, _scss/_bootstrap.scss */
.carousel {
  position: relative;
}

/* line 5418, _scss/_bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5424, _scss/_bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 5432, _scss/_bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

/* line 5441, _scss/_bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 5445, _scss/_bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5450, _scss/_bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5456, _scss/_bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5460, _scss/_bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5465, _scss/_bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 5469, _scss/_bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5473, _scss/_bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5477, _scss/_bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5491, _scss/_bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 5500, _scss/_bootstrap.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 5512, _scss/_bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5522, _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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 5531, _scss/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 5539, _scss/_bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5543, _scss/_bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5547, _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 5559, _scss/_bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

/* line 5570, _scss/_bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

/* line 5577, _scss/_bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5590, _scss/_bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

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

  /* line 5603, _scss/_bootstrap.scss */
  .carousel-caption {
    right: 10%;
    /*20%*/
    left: 10%;
    /*20%*/
    padding-bottom: 30px;
  }

  /* line 5608, _scss/_bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5614, _scss/_bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

/* line 5619, _scss/_bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 5623, _scss/_bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 5627, _scss/_bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 5631, _scss/_bootstrap.scss */
.hide {
  display: none !important;
}

/* line 5635, _scss/_bootstrap.scss */
.show {
  display: block !important;
}

/* line 5639, _scss/_bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 5643, _scss/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5651, _scss/_bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
}
/* line 5665, _scss/_bootstrap.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 5670, _scss/_bootstrap.scss */
.visible-us {
  display: none !important;
}

/* line 5674, _scss/_bootstrap.scss */
tr.visible-us {
  display: none !important;
}

/* line 5679, _scss/_bootstrap.scss */
th.visible-us,
td.visible-us {
  display: none !important;
}

@media (max-width: 639px) {
  /* line 5684, _scss/_bootstrap.scss */
  .visible-us {
    display: block !important;
  }

  /* line 5687, _scss/_bootstrap.scss */
  tr.visible-us {
    display: table-row !important;
  }

  /* line 5691, _scss/_bootstrap.scss */
  th.visible-us,
  td.visible-us {
    display: table-cell !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 5697, _scss/_bootstrap.scss */
  .visible-us.visible-xs {
    display: block !important;
  }

  /* line 5700, _scss/_bootstrap.scss */
  tr.visible-us.visible-xs {
    display: table-row !important;
  }

  /* line 5704, _scss/_bootstrap.scss */
  th.visible-us.visible-xs,
  td.visible-us.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5710, _scss/_bootstrap.scss */
  .visible-us.visible-sm {
    display: block !important;
  }

  /* line 5713, _scss/_bootstrap.scss */
  tr.visible-us.visible-sm {
    display: table-row !important;
  }

  /* line 5717, _scss/_bootstrap.scss */
  th.visible-us.visible-sm,
  td.visible-us.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5723, _scss/_bootstrap.scss */
  .visible-us.visible-md {
    display: block !important;
  }

  /* line 5726, _scss/_bootstrap.scss */
  tr.visible-us.visible-md {
    display: table-row !important;
  }

  /* line 5730, _scss/_bootstrap.scss */
  th.visible-us.visible-md,
  td.visible-us.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5736, _scss/_bootstrap.scss */
  .visible-us.visible-lg {
    display: block !important;
  }

  /* line 5739, _scss/_bootstrap.scss */
  tr.visible-us.visible-lg {
    display: table-row !important;
  }

  /* line 5743, _scss/_bootstrap.scss */
  th.visible-us.visible-lg,
  td.visible-us.visible-lg {
    display: table-cell !important;
  }
}
/* line 5748, _scss/_bootstrap.scss */
.visible-xs {
  display: none !important;
}

/* line 5752, _scss/_bootstrap.scss */
tr.visible-xs {
  display: none !important;
}

/* line 5757, _scss/_bootstrap.scss */
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 639px) {
  /* line 5762, _scss/_bootstrap.scss */
  .visible-xs.visible-us {
    display: block !important;
  }

  /* line 5765, _scss/_bootstrap.scss */
  tr.visible-xs.visible-us {
    display: table-row !important;
  }

  /* line 5769, _scss/_bootstrap.scss */
  th.visible-xs.visible-us,
  td.visible-xs.visible-us {
    display: table-cell !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 5775, _scss/_bootstrap.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 5778, _scss/_bootstrap.scss */
  .visible-xs {
    display: table-row !important;
  }

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

  /* line 5791, _scss/_bootstrap.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

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

  /* line 5804, _scss/_bootstrap.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  /* line 5808, _scss/_bootstrap.scss */
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5814, _scss/_bootstrap.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }

  /* line 5817, _scss/_bootstrap.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  /* line 5821, _scss/_bootstrap.scss */
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
/* line 5827, _scss/_bootstrap.scss */
.visible-sm {
  display: none !important;
}

/* line 5831, _scss/_bootstrap.scss */
tr.visible-sm {
  display: none !important;
}

/* line 5836, _scss/_bootstrap.scss */
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 639px) {
  /* line 5841, _scss/_bootstrap.scss */
  .visible-sm.visible-us {
    display: block !important;
  }

  /* line 5844, _scss/_bootstrap.scss */
  tr.visible-sm.visible-us {
    display: table-row !important;
  }

  /* line 5848, _scss/_bootstrap.scss */
  th.visible-sm.visible-us,
  td.visible-sm.visible-us {
    display: table-cell !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 5854, _scss/_bootstrap.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }

  /* line 5857, _scss/_bootstrap.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

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

  /* line 5870, _scss/_bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }

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

  /* line 5883, _scss/_bootstrap.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  /* line 5887, _scss/_bootstrap.scss */
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5893, _scss/_bootstrap.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }

  /* line 5896, _scss/_bootstrap.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  /* line 5900, _scss/_bootstrap.scss */
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
/* line 5905, _scss/_bootstrap.scss */
.visible-md {
  display: none !important;
}

/* line 5909, _scss/_bootstrap.scss */
tr.visible-md {
  display: none !important;
}

/* line 5914, _scss/_bootstrap.scss */
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 639px) {
  /* line 5919, _scss/_bootstrap.scss */
  .visible-md.visible-us {
    display: block !important;
  }

  /* line 5922, _scss/_bootstrap.scss */
  tr.visible-md.visible-us {
    display: table-row !important;
  }

  /* line 5926, _scss/_bootstrap.scss */
  th.visible-md.visible-us,
  td.visible-md.visible-us {
    display: table-cell !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 5932, _scss/_bootstrap.scss */
  .visible-md.visible-xs {
    display: block !important;
  }

  /* line 5935, _scss/_bootstrap.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }

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

  /* line 5948, _scss/_bootstrap.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }

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

  /* line 5961, _scss/_bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 5965, _scss/_bootstrap.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 5971, _scss/_bootstrap.scss */
  .visible-md.visible-lg {
    display: block !important;
  }

  /* line 5974, _scss/_bootstrap.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  /* line 5978, _scss/_bootstrap.scss */
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
/* line 5983, _scss/_bootstrap.scss */
.visible-lg {
  display: none !important;
}

/* line 5987, _scss/_bootstrap.scss */
tr.visible-lg {
  display: none !important;
}

/* line 5992, _scss/_bootstrap.scss */
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 639px) {
  /* line 5997, _scss/_bootstrap.scss */
  .visible-lg.visible-us {
    display: block !important;
  }

  /* line 6000, _scss/_bootstrap.scss */
  tr.visible-lg.visible-us {
    display: table-row !important;
  }

  /* line 6004, _scss/_bootstrap.scss */
  th.visible-lg.visible-us,
  td.visible-lg.visible-us {
    display: table-cell !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 6010, _scss/_bootstrap.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }

  /* line 6013, _scss/_bootstrap.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

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

  /* line 6026, _scss/_bootstrap.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

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

  /* line 6039, _scss/_bootstrap.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  /* line 6043, _scss/_bootstrap.scss */
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6049, _scss/_bootstrap.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6052, _scss/_bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6056, _scss/_bootstrap.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
/* line 6061, _scss/_bootstrap.scss */
.hidden-us {
  display: block !important;
}

/* line 6065, _scss/_bootstrap.scss */
tr.hidden-us {
  display: table-row !important;
}

/* line 6070, _scss/_bootstrap.scss */
th.hidden-us,
td.hidden-us {
  display: table-cell !important;
}

@media (max-width: 639px) {
  /* line 6075, _scss/_bootstrap.scss */
  .hidden-us {
    display: none !important;
  }

  /* line 6078, _scss/_bootstrap.scss */
  tr.hidden-us {
    display: none !important;
  }

  /* line 6082, _scss/_bootstrap.scss */
  th.hidden-us,
  td.hidden-us {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 6088, _scss/_bootstrap.scss */
  .hidden-us.hidden-xs {
    display: none !important;
  }

  /* line 6091, _scss/_bootstrap.scss */
  tr.hidden-us.hidden-xs {
    display: none !important;
  }

  /* line 6095, _scss/_bootstrap.scss */
  th.hidden-us.hidden-xs,
  td.hidden-us.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6101, _scss/_bootstrap.scss */
  .hidden-us.hidden-sm {
    display: none !important;
  }

  /* line 6104, _scss/_bootstrap.scss */
  tr.hidden-us.hidden-sm {
    display: none !important;
  }

  /* line 6108, _scss/_bootstrap.scss */
  th.hidden-us.hidden-sm,
  td.hidden-us.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6114, _scss/_bootstrap.scss */
  .hidden-us.hidden-md {
    display: none !important;
  }

  /* line 6117, _scss/_bootstrap.scss */
  tr.hidden-us.hidden-md {
    display: none !important;
  }

  /* line 6121, _scss/_bootstrap.scss */
  th.hidden-us.hidden-md,
  td.hidden-us.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6127, _scss/_bootstrap.scss */
  .hidden-us.hidden-lg {
    display: none !important;
  }

  /* line 6130, _scss/_bootstrap.scss */
  tr.hidden-us.hidden-lg {
    display: none !important;
  }

  /* line 6134, _scss/_bootstrap.scss */
  th.hidden-us.hidden-lg,
  td.hidden-us.hidden-lg {
    display: none !important;
  }
}
/* line 6139, _scss/_bootstrap.scss */
.hidden-xs {
  display: block !important;
}

/* line 6143, _scss/_bootstrap.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 6148, _scss/_bootstrap.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 639px) {
  /* line 6153, _scss/_bootstrap.scss */
  .hidden-xs.hidden-us {
    display: none !important;
  }

  /* line 6156, _scss/_bootstrap.scss */
  tr.hidden-xs.hidden-us {
    display: none !important;
  }

  /* line 6160, _scss/_bootstrap.scss */
  th.hidden-xs.hidden-us,
  td.hidden-xs.hidden-us {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 6166, _scss/_bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 6169, _scss/_bootstrap.scss */
  tr.hidden-xs {
    display: none !important;
  }

  /* line 6173, _scss/_bootstrap.scss */
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6179, _scss/_bootstrap.scss */
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  /* line 6182, _scss/_bootstrap.scss */
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

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

  /* line 6195, _scss/_bootstrap.scss */
  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  /* line 6199, _scss/_bootstrap.scss */
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6205, _scss/_bootstrap.scss */
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  /* line 6208, _scss/_bootstrap.scss */
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  /* line 6212, _scss/_bootstrap.scss */
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
/* line 6217, _scss/_bootstrap.scss */
.hidden-sm {
  display: block !important;
}

/* line 6221, _scss/_bootstrap.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 6226, _scss/_bootstrap.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 639px) {
  /* line 6231, _scss/_bootstrap.scss */
  .hidden-sm.hidden-us {
    display: none !important;
  }

  /* line 6234, _scss/_bootstrap.scss */
  tr.hidden-sm.hidden-us {
    display: none !important;
  }

  /* line 6238, _scss/_bootstrap.scss */
  th.hidden-sm.hidden-us,
  td.hidden-sm.hidden-us {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 6244, _scss/_bootstrap.scss */
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  /* line 6247, _scss/_bootstrap.scss */
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  /* line 6251, _scss/_bootstrap.scss */
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6257, _scss/_bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }

  /* line 6260, _scss/_bootstrap.scss */
  tr.hidden-sm {
    display: none !important;
  }

  /* line 6264, _scss/_bootstrap.scss */
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6270, _scss/_bootstrap.scss */
  .hidden-sm.hidden-md {
    display: none !important;
  }

  /* line 6273, _scss/_bootstrap.scss */
  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  /* line 6277, _scss/_bootstrap.scss */
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6283, _scss/_bootstrap.scss */
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  /* line 6286, _scss/_bootstrap.scss */
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  /* line 6290, _scss/_bootstrap.scss */
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
/* line 6295, _scss/_bootstrap.scss */
.hidden-md {
  display: block !important;
}

/* line 6299, _scss/_bootstrap.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 6304, _scss/_bootstrap.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 639px) {
  /* line 6309, _scss/_bootstrap.scss */
  .hidden-md.hidden-us {
    display: none !important;
  }

  /* line 6312, _scss/_bootstrap.scss */
  tr.hidden-md.hidden-us {
    display: none !important;
  }

  /* line 6316, _scss/_bootstrap.scss */
  th.hidden-md.hidden-us,
  td.hidden-md.hidden-us {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 6322, _scss/_bootstrap.scss */
  .hidden-md.hidden-xs {
    display: none !important;
  }

  /* line 6325, _scss/_bootstrap.scss */
  tr.hidden-md.hidden-xs {
    display: none !important;
  }

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

  /* line 6338, _scss/_bootstrap.scss */
  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  /* line 6342, _scss/_bootstrap.scss */
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6348, _scss/_bootstrap.scss */
  .hidden-md {
    display: none !important;
  }

  /* line 6351, _scss/_bootstrap.scss */
  tr.hidden-md {
    display: none !important;
  }

  /* line 6355, _scss/_bootstrap.scss */
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6361, _scss/_bootstrap.scss */
  .hidden-md.hidden-lg {
    display: none !important;
  }

  /* line 6364, _scss/_bootstrap.scss */
  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  /* line 6368, _scss/_bootstrap.scss */
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
/* line 6373, _scss/_bootstrap.scss */
.hidden-lg {
  display: block !important;
}

/* line 6377, _scss/_bootstrap.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 6382, _scss/_bootstrap.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6387, _scss/_bootstrap.scss */
  .hidden-lg.hidden-us {
    display: none !important;
  }

  /* line 6390, _scss/_bootstrap.scss */
  tr.hidden-lg.hidden-us {
    display: none !important;
  }

  /* line 6394, _scss/_bootstrap.scss */
  th.hidden-lg.hidden-us,
  td.hidden-lg.hidden-us {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 6400, _scss/_bootstrap.scss */
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  /* line 6403, _scss/_bootstrap.scss */
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

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

  /* line 6416, _scss/_bootstrap.scss */
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

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

  /* line 6429, _scss/_bootstrap.scss */
  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  /* line 6433, _scss/_bootstrap.scss */
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6439, _scss/_bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }

  /* line 6442, _scss/_bootstrap.scss */
  tr.hidden-lg {
    display: none !important;
  }

  /* line 6446, _scss/_bootstrap.scss */
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
/* line 6451, _scss/_bootstrap.scss */
.visible-print {
  display: none !important;
}

/* line 6455, _scss/_bootstrap.scss */
tr.visible-print {
  display: none !important;
}

/* line 6460, _scss/_bootstrap.scss */
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 6465, _scss/_bootstrap.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6468, _scss/_bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6472, _scss/_bootstrap.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  /* line 6475, _scss/_bootstrap.scss */
  .hidden-print {
    display: none !important;
  }

  /* line 6478, _scss/_bootstrap.scss */
  tr.hidden-print {
    display: none !important;
  }

  /* line 6482, _scss/_bootstrap.scss */
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("font/fontawesome-webfont-v=3.2.1.eot");
  src: url("font/fontawesome-webfont-.eot#iefix&v=3.2.1") format("embedded-opentype"), url("font/fontawesome-webfont-v=3.2.1.woff") format("woff"), url("font/fontawesome-webfont-v=3.2.1.ttf") format("truetype"), url("font/fontawesome-webfont.svg.txt#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 1, _scss/_font-awesome.min.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 2, _scss/_font-awesome.min.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* line 3, _scss/_font-awesome.min.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* line 4, _scss/_font-awesome.min.scss */
a [class^="icon-"], a [class*=" icon-"] {
  display: inline;
}

/* line 5, _scss/_font-awesome.min.scss */
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}

/* line 5, _scss/_font-awesome.min.scss */
[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

/* line 6, _scss/_font-awesome.min.scss */
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 6, _scss/_font-awesome.min.scss */
.icons-ul > li {
  position: relative;
}

/* line 7, _scss/_font-awesome.min.scss */
.icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}

/* line 8, _scss/_font-awesome.min.scss */
[class^="icon-"].hide, [class*=" icon-"].hide {
  display: none;
}

/* line 9, _scss/_font-awesome.min.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 10, _scss/_font-awesome.min.scss */
.icon-light {
  color: #ffffff;
}

/* line 11, _scss/_font-awesome.min.scss */
.icon-dark {
  color: #333333;
}

/* line 12, _scss/_font-awesome.min.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 13, _scss/_font-awesome.min.scss */
.icon-2x {
  font-size: 2em;
}

/* line 13, _scss/_font-awesome.min.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 14, _scss/_font-awesome.min.scss */
.icon-3x {
  font-size: 3em;
}

/* line 14, _scss/_font-awesome.min.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 15, _scss/_font-awesome.min.scss */
.icon-4x {
  font-size: 4em;
}

/* line 15, _scss/_font-awesome.min.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 16, _scss/_font-awesome.min.scss */
.icon-5x {
  font-size: 5em;
}

/* line 16, _scss/_font-awesome.min.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 17, _scss/_font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 18, _scss/_font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 19, _scss/_font-awesome.min.scss */
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 20, _scss/_font-awesome.min.scss */
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* line 21, _scss/_font-awesome.min.scss */
[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* line 22, _scss/_font-awesome.min.scss */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* line 23, _scss/_font-awesome.min.scss */
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 24, _scss/_font-awesome.min.scss */
.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 25, _scss/_font-awesome.min.scss */
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 26, _scss/_font-awesome.min.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

/* line 27, _scss/_font-awesome.min.scss */
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 28, _scss/_font-awesome.min.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 29, _scss/_font-awesome.min.scss */
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 29, _scss/_font-awesome.min.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

/* line 30, _scss/_font-awesome.min.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

/* line 31, _scss/_font-awesome.min.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* line 32, _scss/_font-awesome.min.scss */
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* line 33, _scss/_font-awesome.min.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 33, _scss/_font-awesome.min.scss */
.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* line 34, _scss/_font-awesome.min.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* line 35, _scss/_font-awesome.min.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* line 36, _scss/_font-awesome.min.scss */
a .icon-stack, a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  /* line 37, _scss/_font-awesome.min.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 37, _scss/_font-awesome.min.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 37, _scss/_font-awesome.min.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 37, _scss/_font-awesome.min.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 37, _scss/_font-awesome.min.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 37, _scss/_font-awesome.min.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 37, _scss/_font-awesome.min.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 37, _scss/_font-awesome.min.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 37, _scss/_font-awesome.min.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 37, _scss/_font-awesome.min.scss */
  100% {
    transform: rotate(359deg);
  }
}

/* line 37, _scss/_font-awesome.min.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 38, _scss/_font-awesome.min.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 39, _scss/_font-awesome.min.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 40, _scss/_font-awesome.min.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 41, _scss/_font-awesome.min.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 42, _scss/_font-awesome.min.scss */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* line 43, _scss/_font-awesome.min.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 44, _scss/_font-awesome.min.scss */
.icon-music:before {
  content: "\f001";
}

/* line 45, _scss/_font-awesome.min.scss */
.icon-search:before {
  content: "\f002";
}

/* line 46, _scss/_font-awesome.min.scss */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 47, _scss/_font-awesome.min.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 48, _scss/_font-awesome.min.scss */
.icon-star:before {
  content: "\f005";
}

/* line 49, _scss/_font-awesome.min.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 50, _scss/_font-awesome.min.scss */
.icon-user:before {
  content: "\f007";
}

/* line 51, _scss/_font-awesome.min.scss */
.icon-film:before {
  content: "\f008";
}

/* line 52, _scss/_font-awesome.min.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 53, _scss/_font-awesome.min.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 54, _scss/_font-awesome.min.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 55, _scss/_font-awesome.min.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 56, _scss/_font-awesome.min.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 57, _scss/_font-awesome.min.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 58, _scss/_font-awesome.min.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 59, _scss/_font-awesome.min.scss */
.icon-power-off:before, .icon-off:before {
  content: "\f011";
}

/* line 60, _scss/_font-awesome.min.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 61, _scss/_font-awesome.min.scss */
.icon-gear:before, .icon-cog:before {
  content: "\f013";
}

/* line 62, _scss/_font-awesome.min.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 63, _scss/_font-awesome.min.scss */
.icon-home:before {
  content: "\f015";
}

/* line 64, _scss/_font-awesome.min.scss */
.icon-file-alt:before {
  content: "\f016";
}

/* line 65, _scss/_font-awesome.min.scss */
.icon-time:before {
  content: "\f017";
}

/* line 66, _scss/_font-awesome.min.scss */
.icon-road:before {
  content: "\f018";
}

/* line 67, _scss/_font-awesome.min.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 68, _scss/_font-awesome.min.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 69, _scss/_font-awesome.min.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 70, _scss/_font-awesome.min.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 71, _scss/_font-awesome.min.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 72, _scss/_font-awesome.min.scss */
.icon-rotate-right:before, .icon-repeat:before {
  content: "\f01e";
}

/* line 73, _scss/_font-awesome.min.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 74, _scss/_font-awesome.min.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 75, _scss/_font-awesome.min.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 76, _scss/_font-awesome.min.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 77, _scss/_font-awesome.min.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 78, _scss/_font-awesome.min.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 79, _scss/_font-awesome.min.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 80, _scss/_font-awesome.min.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 81, _scss/_font-awesome.min.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 82, _scss/_font-awesome.min.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 83, _scss/_font-awesome.min.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 84, _scss/_font-awesome.min.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 85, _scss/_font-awesome.min.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 86, _scss/_font-awesome.min.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 87, _scss/_font-awesome.min.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 88, _scss/_font-awesome.min.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 89, _scss/_font-awesome.min.scss */
.icon-font:before {
  content: "\f031";
}

/* line 90, _scss/_font-awesome.min.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 91, _scss/_font-awesome.min.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 92, _scss/_font-awesome.min.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 93, _scss/_font-awesome.min.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 94, _scss/_font-awesome.min.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 95, _scss/_font-awesome.min.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 96, _scss/_font-awesome.min.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 97, _scss/_font-awesome.min.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 98, _scss/_font-awesome.min.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 99, _scss/_font-awesome.min.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 100, _scss/_font-awesome.min.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 101, _scss/_font-awesome.min.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 102, _scss/_font-awesome.min.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 103, _scss/_font-awesome.min.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 104, _scss/_font-awesome.min.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 105, _scss/_font-awesome.min.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 106, _scss/_font-awesome.min.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 107, _scss/_font-awesome.min.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 108, _scss/_font-awesome.min.scss */
.icon-share:before {
  content: "\f045";
}

/* line 109, _scss/_font-awesome.min.scss */
.icon-check:before {
  content: "\f046";
}

/* line 110, _scss/_font-awesome.min.scss */
.icon-move:before {
  content: "\f047";
}

/* line 111, _scss/_font-awesome.min.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 112, _scss/_font-awesome.min.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 113, _scss/_font-awesome.min.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 114, _scss/_font-awesome.min.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 115, _scss/_font-awesome.min.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 116, _scss/_font-awesome.min.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 117, _scss/_font-awesome.min.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 118, _scss/_font-awesome.min.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 119, _scss/_font-awesome.min.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 120, _scss/_font-awesome.min.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 121, _scss/_font-awesome.min.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 122, _scss/_font-awesome.min.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 123, _scss/_font-awesome.min.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 124, _scss/_font-awesome.min.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 125, _scss/_font-awesome.min.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 126, _scss/_font-awesome.min.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 127, _scss/_font-awesome.min.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 128, _scss/_font-awesome.min.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 129, _scss/_font-awesome.min.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 130, _scss/_font-awesome.min.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 131, _scss/_font-awesome.min.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 132, _scss/_font-awesome.min.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 133, _scss/_font-awesome.min.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 134, _scss/_font-awesome.min.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 135, _scss/_font-awesome.min.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 136, _scss/_font-awesome.min.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 137, _scss/_font-awesome.min.scss */
.icon-mail-forward:before, .icon-share-alt:before {
  content: "\f064";
}

/* line 138, _scss/_font-awesome.min.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 139, _scss/_font-awesome.min.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 140, _scss/_font-awesome.min.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 141, _scss/_font-awesome.min.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 142, _scss/_font-awesome.min.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 143, _scss/_font-awesome.min.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 144, _scss/_font-awesome.min.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 145, _scss/_font-awesome.min.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 146, _scss/_font-awesome.min.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 147, _scss/_font-awesome.min.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 148, _scss/_font-awesome.min.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 149, _scss/_font-awesome.min.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 150, _scss/_font-awesome.min.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 151, _scss/_font-awesome.min.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 152, _scss/_font-awesome.min.scss */
.icon-random:before {
  content: "\f074";
}

/* line 153, _scss/_font-awesome.min.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 154, _scss/_font-awesome.min.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 155, _scss/_font-awesome.min.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 156, _scss/_font-awesome.min.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 157, _scss/_font-awesome.min.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 158, _scss/_font-awesome.min.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 159, _scss/_font-awesome.min.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 160, _scss/_font-awesome.min.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 161, _scss/_font-awesome.min.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 162, _scss/_font-awesome.min.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 163, _scss/_font-awesome.min.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 164, _scss/_font-awesome.min.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 165, _scss/_font-awesome.min.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 166, _scss/_font-awesome.min.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 167, _scss/_font-awesome.min.scss */
.icon-key:before {
  content: "\f084";
}

/* line 168, _scss/_font-awesome.min.scss */
.icon-gears:before, .icon-cogs:before {
  content: "\f085";
}

/* line 169, _scss/_font-awesome.min.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 170, _scss/_font-awesome.min.scss */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 171, _scss/_font-awesome.min.scss */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 172, _scss/_font-awesome.min.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 173, _scss/_font-awesome.min.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 174, _scss/_font-awesome.min.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 175, _scss/_font-awesome.min.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 176, _scss/_font-awesome.min.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 177, _scss/_font-awesome.min.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 178, _scss/_font-awesome.min.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 179, _scss/_font-awesome.min.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 180, _scss/_font-awesome.min.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 181, _scss/_font-awesome.min.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 182, _scss/_font-awesome.min.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 183, _scss/_font-awesome.min.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 184, _scss/_font-awesome.min.scss */
.icon-unchecked:before, .icon-check-empty:before {
  content: "\f096";
}

/* line 185, _scss/_font-awesome.min.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 186, _scss/_font-awesome.min.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 187, _scss/_font-awesome.min.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 188, _scss/_font-awesome.min.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 189, _scss/_font-awesome.min.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 190, _scss/_font-awesome.min.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 191, _scss/_font-awesome.min.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 192, _scss/_font-awesome.min.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 193, _scss/_font-awesome.min.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 194, _scss/_font-awesome.min.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 195, _scss/_font-awesome.min.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 196, _scss/_font-awesome.min.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 197, _scss/_font-awesome.min.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 198, _scss/_font-awesome.min.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 199, _scss/_font-awesome.min.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 200, _scss/_font-awesome.min.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 201, _scss/_font-awesome.min.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 202, _scss/_font-awesome.min.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 203, _scss/_font-awesome.min.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 204, _scss/_font-awesome.min.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 205, _scss/_font-awesome.min.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 206, _scss/_font-awesome.min.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 207, _scss/_font-awesome.min.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 208, _scss/_font-awesome.min.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 209, _scss/_font-awesome.min.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 210, _scss/_font-awesome.min.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 211, _scss/_font-awesome.min.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 212, _scss/_font-awesome.min.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 213, _scss/_font-awesome.min.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 214, _scss/_font-awesome.min.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 215, _scss/_font-awesome.min.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 216, _scss/_font-awesome.min.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 217, _scss/_font-awesome.min.scss */
.icon-paperclip:before, .icon-paper-clip:before {
  content: "\f0c6";
}

/* line 218, _scss/_font-awesome.min.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 219, _scss/_font-awesome.min.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 220, _scss/_font-awesome.min.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 221, _scss/_font-awesome.min.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 222, _scss/_font-awesome.min.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 223, _scss/_font-awesome.min.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 224, _scss/_font-awesome.min.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 225, _scss/_font-awesome.min.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 226, _scss/_font-awesome.min.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 227, _scss/_font-awesome.min.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 228, _scss/_font-awesome.min.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 229, _scss/_font-awesome.min.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 230, _scss/_font-awesome.min.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 231, _scss/_font-awesome.min.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 232, _scss/_font-awesome.min.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 233, _scss/_font-awesome.min.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 234, _scss/_font-awesome.min.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 235, _scss/_font-awesome.min.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 236, _scss/_font-awesome.min.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 237, _scss/_font-awesome.min.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 238, _scss/_font-awesome.min.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 239, _scss/_font-awesome.min.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 240, _scss/_font-awesome.min.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 241, _scss/_font-awesome.min.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 242, _scss/_font-awesome.min.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 243, _scss/_font-awesome.min.scss */
.icon-rotate-left:before, .icon-undo:before {
  content: "\f0e2";
}

/* line 244, _scss/_font-awesome.min.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 245, _scss/_font-awesome.min.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 246, _scss/_font-awesome.min.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 247, _scss/_font-awesome.min.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 248, _scss/_font-awesome.min.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 249, _scss/_font-awesome.min.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 250, _scss/_font-awesome.min.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 251, _scss/_font-awesome.min.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 252, _scss/_font-awesome.min.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 253, _scss/_font-awesome.min.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 254, _scss/_font-awesome.min.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 255, _scss/_font-awesome.min.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 256, _scss/_font-awesome.min.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 257, _scss/_font-awesome.min.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 258, _scss/_font-awesome.min.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 259, _scss/_font-awesome.min.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 260, _scss/_font-awesome.min.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 261, _scss/_font-awesome.min.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 262, _scss/_font-awesome.min.scss */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 263, _scss/_font-awesome.min.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 264, _scss/_font-awesome.min.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 265, _scss/_font-awesome.min.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 266, _scss/_font-awesome.min.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 267, _scss/_font-awesome.min.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 268, _scss/_font-awesome.min.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 269, _scss/_font-awesome.min.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 270, _scss/_font-awesome.min.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 271, _scss/_font-awesome.min.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 272, _scss/_font-awesome.min.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 273, _scss/_font-awesome.min.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 274, _scss/_font-awesome.min.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 275, _scss/_font-awesome.min.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 276, _scss/_font-awesome.min.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 277, _scss/_font-awesome.min.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 278, _scss/_font-awesome.min.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 279, _scss/_font-awesome.min.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 280, _scss/_font-awesome.min.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 281, _scss/_font-awesome.min.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 282, _scss/_font-awesome.min.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 283, _scss/_font-awesome.min.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 284, _scss/_font-awesome.min.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 285, _scss/_font-awesome.min.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 286, _scss/_font-awesome.min.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 287, _scss/_font-awesome.min.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 288, _scss/_font-awesome.min.scss */
.icon-mail-reply:before, .icon-reply:before {
  content: "\f112";
}

/* line 289, _scss/_font-awesome.min.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 290, _scss/_font-awesome.min.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 291, _scss/_font-awesome.min.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 292, _scss/_font-awesome.min.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 293, _scss/_font-awesome.min.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 294, _scss/_font-awesome.min.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 295, _scss/_font-awesome.min.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 296, _scss/_font-awesome.min.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 297, _scss/_font-awesome.min.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 298, _scss/_font-awesome.min.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 299, _scss/_font-awesome.min.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 300, _scss/_font-awesome.min.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 301, _scss/_font-awesome.min.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 302, _scss/_font-awesome.min.scss */
.icon-code:before {
  content: "\f121";
}

/* line 303, _scss/_font-awesome.min.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 304, _scss/_font-awesome.min.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 305, _scss/_font-awesome.min.scss */
.icon-star-half-full:before, .icon-star-half-empty:before {
  content: "\f123";
}

/* line 306, _scss/_font-awesome.min.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 307, _scss/_font-awesome.min.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 308, _scss/_font-awesome.min.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 309, _scss/_font-awesome.min.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 310, _scss/_font-awesome.min.scss */
.icon-question:before {
  content: "\f128";
}

/* line 311, _scss/_font-awesome.min.scss */
.icon-info:before {
  content: "\f129";
}

/* line 312, _scss/_font-awesome.min.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 313, _scss/_font-awesome.min.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 314, _scss/_font-awesome.min.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 315, _scss/_font-awesome.min.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 316, _scss/_font-awesome.min.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 317, _scss/_font-awesome.min.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 318, _scss/_font-awesome.min.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 319, _scss/_font-awesome.min.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 320, _scss/_font-awesome.min.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 321, _scss/_font-awesome.min.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 322, _scss/_font-awesome.min.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 323, _scss/_font-awesome.min.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 324, _scss/_font-awesome.min.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 325, _scss/_font-awesome.min.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 326, _scss/_font-awesome.min.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 327, _scss/_font-awesome.min.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 328, _scss/_font-awesome.min.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 329, _scss/_font-awesome.min.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 330, _scss/_font-awesome.min.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 331, _scss/_font-awesome.min.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 332, _scss/_font-awesome.min.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 333, _scss/_font-awesome.min.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 334, _scss/_font-awesome.min.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 335, _scss/_font-awesome.min.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 336, _scss/_font-awesome.min.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 337, _scss/_font-awesome.min.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 338, _scss/_font-awesome.min.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 339, _scss/_font-awesome.min.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 340, _scss/_font-awesome.min.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 341, _scss/_font-awesome.min.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 342, _scss/_font-awesome.min.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 343, _scss/_font-awesome.min.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 344, _scss/_font-awesome.min.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 345, _scss/_font-awesome.min.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 346, _scss/_font-awesome.min.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 347, _scss/_font-awesome.min.scss */
.icon-collapse:before {
  content: "\f150";
}

/* line 348, _scss/_font-awesome.min.scss */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 349, _scss/_font-awesome.min.scss */
.icon-expand:before {
  content: "\f152";
}

/* line 350, _scss/_font-awesome.min.scss */
.icon-euro:before, .icon-eur:before {
  content: "\f153";
}

/* line 351, _scss/_font-awesome.min.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 352, _scss/_font-awesome.min.scss */
.icon-dollar:before, .icon-usd:before {
  content: "\f155";
}

/* line 353, _scss/_font-awesome.min.scss */
.icon-rupee:before, .icon-inr:before {
  content: "\f156";
}

/* line 354, _scss/_font-awesome.min.scss */
.icon-yen:before, .icon-jpy:before {
  content: "\f157";
}

/* line 355, _scss/_font-awesome.min.scss */
.icon-renminbi:before, .icon-cny:before {
  content: "\f158";
}

/* line 356, _scss/_font-awesome.min.scss */
.icon-won:before, .icon-krw:before {
  content: "\f159";
}

/* line 357, _scss/_font-awesome.min.scss */
.icon-bitcoin:before, .icon-btc:before {
  content: "\f15a";
}

/* line 358, _scss/_font-awesome.min.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 359, _scss/_font-awesome.min.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 360, _scss/_font-awesome.min.scss */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 361, _scss/_font-awesome.min.scss */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 362, _scss/_font-awesome.min.scss */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 363, _scss/_font-awesome.min.scss */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 364, _scss/_font-awesome.min.scss */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 365, _scss/_font-awesome.min.scss */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 366, _scss/_font-awesome.min.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 367, _scss/_font-awesome.min.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 368, _scss/_font-awesome.min.scss */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 369, _scss/_font-awesome.min.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 370, _scss/_font-awesome.min.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 371, _scss/_font-awesome.min.scss */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 372, _scss/_font-awesome.min.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 373, _scss/_font-awesome.min.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 374, _scss/_font-awesome.min.scss */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 375, _scss/_font-awesome.min.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 376, _scss/_font-awesome.min.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 377, _scss/_font-awesome.min.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 378, _scss/_font-awesome.min.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 379, _scss/_font-awesome.min.scss */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 380, _scss/_font-awesome.min.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 381, _scss/_font-awesome.min.scss */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 382, _scss/_font-awesome.min.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 383, _scss/_font-awesome.min.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 384, _scss/_font-awesome.min.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 385, _scss/_font-awesome.min.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 386, _scss/_font-awesome.min.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 387, _scss/_font-awesome.min.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 388, _scss/_font-awesome.min.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 389, _scss/_font-awesome.min.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 390, _scss/_font-awesome.min.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 391, _scss/_font-awesome.min.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 392, _scss/_font-awesome.min.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 393, _scss/_font-awesome.min.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 394, _scss/_font-awesome.min.scss */
.icon-female:before {
  content: "\f182";
}

/* line 395, _scss/_font-awesome.min.scss */
.icon-male:before {
  content: "\f183";
}

/* line 396, _scss/_font-awesome.min.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 397, _scss/_font-awesome.min.scss */
.icon-sun:before {
  content: "\f185";
}

/* line 398, _scss/_font-awesome.min.scss */
.icon-moon:before {
  content: "\f186";
}

/* line 399, _scss/_font-awesome.min.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 400, _scss/_font-awesome.min.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 401, _scss/_font-awesome.min.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 402, _scss/_font-awesome.min.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 403, _scss/_font-awesome.min.scss */
.icon-renren:before {
  content: "\f18b";
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("font/glyphicons-halflings-regular.eot");
  src: url("font/glyphicons-halflings-regular-.eot#iefix") format("embedded-opentype"), url("font/glyphicons-halflings-regular.woff") format("woff"), url("font/glyphicons-halflings-regular.ttf") format("truetype"), url("font/glyphicons-halflings-regular.svg.txt#glyphicons_halflingsregular") format("svg");
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-collapse:before {
  content: "\e159";
}

/* line 1, _scss/_bootstrap-glyphicons.scss */
.glyphicon-collapse-top:before {
  content: "\e160";
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
/* ======================================================================== */
/* ! Font
/* ======================================================================== */
@font-face {
  font-family: 'ProximaNova';
  src: url("font/ProximaNova-Regular-webfont.eot");
  src: url("font/ProximaNova-Regular-webfont-.eot#iefix") format("eot"), url("font/ProximaNova-Regular-webfont.woff") format("woff"), url("font/ProximaNova-Regular-webfont.ttf") format("truetype"), url("font/ProximaNova-Regular-webfont.svg.txt") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("font/ProximaNova-Semibold-webfont.eot");
  src: url("font/ProximaNova-Semibold-webfont-.eot#iefix") format("eot"), url("font/ProximaNova-Semibold-webfont.woff") format("woff"), url("font/ProximaNova-Semibold-webfont.ttf") format("truetype"), url("font/ProximaNova-Semibold-webfont.svg.txt") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("font/ProximaNova-Bold-webfont.eot");
  src: url("font/ProximaNova-Bold-webfont-.eot#iefix") format("eot"), url("font/ProximaNova-Bold-webfont.woff") format("woff"), url("font/ProximaNova-Bold-webfont.ttf") format("truetype"), url("font/ProximaNova-Bold-webfont.svg.txt") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("font/proximanova-light-webfont.eot");
  src: url("font/proximanova-light-webfont-.eot#iefix") format("embedded-opentype"), url("font/proximanova-light-webfont.woff") format("woff"), url("font/proximanova-light-webfont.ttf") format("truetype"), url("font/proximanova-light-webfont.svg.txt") format("svg");
  font-weight: 200;
  font-style: normal;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 3, _scss/_blockgrid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }

  /* line 8, _scss/_blockgrid.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }

  /* line 11, _scss/_blockgrid.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }

  /* line 13, _scss/_blockgrid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  /* line 19, _scss/_blockgrid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }

  /* line 22, _scss/_blockgrid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 24, _scss/_blockgrid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 27, _scss/_blockgrid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }

  /* line 30, _scss/_blockgrid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 32, _scss/_blockgrid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 35, _scss/_blockgrid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }

  /* line 38, _scss/_blockgrid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 40, _scss/_blockgrid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 43, _scss/_blockgrid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }

  /* line 46, _scss/_blockgrid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 48, _scss/_blockgrid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 51, _scss/_blockgrid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }

  /* line 54, _scss/_blockgrid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 56, _scss/_blockgrid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 59, _scss/_blockgrid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }

  /* line 62, _scss/_blockgrid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 64, _scss/_blockgrid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 67, _scss/_blockgrid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }

  /* line 70, _scss/_blockgrid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 72, _scss/_blockgrid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 75, _scss/_blockgrid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }

  /* line 78, _scss/_blockgrid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 80, _scss/_blockgrid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 83, _scss/_blockgrid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }

  /* line 86, _scss/_blockgrid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 88, _scss/_blockgrid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 91, _scss/_blockgrid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }

  /* line 94, _scss/_blockgrid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 96, _scss/_blockgrid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 99, _scss/_blockgrid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }

  /* line 102, _scss/_blockgrid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 104, _scss/_blockgrid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 107, _scss/_blockgrid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }

  /* line 110, _scss/_blockgrid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 112, _scss/_blockgrid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 117, _scss/_blockgrid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 120, _scss/_blockgrid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 123, _scss/_blockgrid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 126, _scss/_blockgrid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 129, _scss/_blockgrid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 132, _scss/_blockgrid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 135, _scss/_blockgrid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 138, _scss/_blockgrid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 141, _scss/_blockgrid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 144, _scss/_blockgrid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 147, _scss/_blockgrid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 150, _scss/_blockgrid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 153, _scss/_blockgrid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }

  /* line 156, _scss/_blockgrid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 158, _scss/_blockgrid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 161, _scss/_blockgrid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }

  /* line 164, _scss/_blockgrid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 166, _scss/_blockgrid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 169, _scss/_blockgrid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }

  /* line 172, _scss/_blockgrid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 174, _scss/_blockgrid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 177, _scss/_blockgrid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }

  /* line 180, _scss/_blockgrid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 182, _scss/_blockgrid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 185, _scss/_blockgrid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }

  /* line 188, _scss/_blockgrid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 190, _scss/_blockgrid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 193, _scss/_blockgrid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }

  /* line 196, _scss/_blockgrid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 198, _scss/_blockgrid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 201, _scss/_blockgrid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }

  /* line 204, _scss/_blockgrid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 206, _scss/_blockgrid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 209, _scss/_blockgrid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }

  /* line 212, _scss/_blockgrid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 214, _scss/_blockgrid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 217, _scss/_blockgrid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }

  /* line 220, _scss/_blockgrid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 222, _scss/_blockgrid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 225, _scss/_blockgrid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }

  /* line 228, _scss/_blockgrid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 230, _scss/_blockgrid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 233, _scss/_blockgrid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }

  /* line 236, _scss/_blockgrid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 238, _scss/_blockgrid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 241, _scss/_blockgrid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }

  /* line 244, _scss/_blockgrid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  /* line 246, _scss/_blockgrid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@-ms-viewport {
  width: device-width;
}

/* line 5, _scss/_menu.scss */
.lt-ie9 img {
  -ms-interpolation-mode: bicubic;
  zoom: 1;
}

/* line 9, _scss/_menu.scss */
.grid-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  *zoom: 1;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 18, _scss/_menu.scss */
.grid-container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, _scss/_menu.scss */
.grid-row .grid-unit {
  position: relative;
  margin-left: 0;
  width: 100%;
  float: left;
  display: inline;
}

/* line 30, _scss/_menu.scss */
.grid-row .col-flow-opposite {
  float: left;
}

/* line 33, _scss/_menu.scss */
.grid-row {
  clear: both;
  float: left;
  width: 100%;
}

/* line 38, _scss/_menu.scss */
.row-padded {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* line 42, _scss/_menu.scss */
.row-padded-top {
  padding-top: 1.5em;
}

/* line 45, _scss/_menu.scss */
.row-padded-bottom {
  padding-bottom: 1.5em;
}

/* line 48, _scss/_menu.scss */
.border-top {
  border-top: 1px solid #eee;
}

/* line 51, _scss/_menu.scss */
.border-bottom {
  border-bottom: 1px solid #eee;
}

/* line 54, _scss/_menu.scss */
.row-cool-gray-3 {
  background: #d2d2d2;
}

/* line 57, _scss/_menu.scss */
.row-grey {
  background: #eee;
}

/* line 60, _scss/_menu.scss */
.row-blue {
  background: #1570a6;
}

/* line 63, _scss/_menu.scss */
.row-blue, .row-blue h1, .row-blue h2, .row-blue h3, .row-blue h4, .row-blue a, .row-blue a:hover, .row-blue a:focus {
  color: #fff;
}

@media (min-width: 400px) {
  /* line 67, _scss/_menu.scss */
  .row-6 .grid-unit {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
    background: rgba(255, 0, 0, 0.1);
  }

  /* line 73, _scss/_menu.scss */
  .row-6 .grid-unit:nth-of-type(odd) {
    clear: left;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /*641*/
  /* line 79, _scss/_menu.scss */
  .row-6 .grid-unit {
    width: 32%;
  }

  /* line 82, _scss/_menu.scss */
  .row-6 .grid-unit:nth-of-type(odd) {
    clear: none;
    margin-left: 2%;
  }

  /* line 86, _scss/_menu.scss */
  .row-6 .grid-unit:nth-of-type(3n-2) {
    clear: left;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 92, _scss/_menu.scss */
  .row-6 .grid-unit {
    width: 15%;
  }

  /* line 95, _scss/_menu.scss */
  .row-6 .grid-unit:nth-of-type(3n-2) {
    clear: none;
    margin-left: 2%;
  }

  /* line 99, _scss/_menu.scss */
  .row-6 .grid-unit:nth-of-type(1) {
    clear: left;
    margin-left: 0;
  }
}
@media (min-width: 280px) {
  /* line 105, _scss/_menu.scss */
  .row-8 .grid-unit {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  /* line 110, _scss/_menu.scss */
  .row-8 .grid-unit:nth-of-type(odd) {
    clear: left;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /*641*/
  /* line 116, _scss/_menu.scss */
  .row-8 .grid-unit {
    width: 23.5%;
  }

  /* line 119, _scss/_menu.scss */
  .row-8 .grid-unit:nth-of-type(odd) {
    clear: none;
    margin-left: 2%;
  }

  /* line 123, _scss/_menu.scss */
  .row-8 .grid-unit:nth-of-type(4n-3) {
    clear: left;
    margin-left: 0;
  }
}
@media (min-width: 1170px) {
  /* line 129, _scss/_menu.scss */
  .row-8 .grid-unit {
    width: 10.75%;
  }

  /* line 132, _scss/_menu.scss */
  .row-8 .grid-unit:nth-of-type(4n-3) {
    clear: none;
    margin-left: 2%;
  }

  /* line 136, _scss/_menu.scss */
  .row-8 .grid-unit:nth-of-type(1) {
    clear: left;
    margin-left: 0;
  }
}
/* line 141, _scss/_menu.scss */
.row-2 .row-1 .grid-unit {
  width: 100%;
  margin: 0;
}

/* line 145, _scss/_menu.scss */
.row-2 .row-2 .grid-unit {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  clear: both;
}

@media screen and (min-width: 992px) {
  /* line 152, _scss/_menu.scss */
  .row-2 .row-2 .grid-unit {
    margin-left: 4.0816327%;
    width: 47.959183674%;
    float: left;
    clear: none;
  }

  /* line 158, _scss/_menu.scss */
  .row-2 .row-2 .grid-unit:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  /*641*/
  /* line 163, _scss/_menu.scss */
  .row-padded {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
  }

  /* line 167, _scss/_menu.scss */
  .row-padded-top {
    padding-top: 2.5%;
  }

  /* line 170, _scss/_menu.scss */
  .row-padded-bottom {
    padding-bottom: 2.5%;
  }

  /* line 173, _scss/_menu.scss */
  .grid-row .grid-unit {
    margin-left: 2%;
  }

  /* line 176, _scss/_menu.scss */
  .grid-row .grid-unit:first-child {
    margin-left: 0;
  }

  /* line 179, _scss/_menu.scss */
  .grid-row .col-flow-opposite {
    float: right;
  }

  /* line 182, _scss/_menu.scss */
  .row-1 .grid-unit {
    width: 100%;
  }

  /* line 185, _scss/_menu.scss */
  .row-2 .grid-unit {
    width: 49%;
  }

  /* line 188, _scss/_menu.scss */
  .row-3 .grid-unit {
    width: 32%;
  }

  /* line 191, _scss/_menu.scss */
  .row-4 .grid-unit {
    width: 49%;
  }

  /* line 194, _scss/_menu.scss */
  .row-3 .col-1, .row-3 .col-2, .row-4 .col-1, .row-4 .col-2, .row-4 .col-3 {
    width: 100%;
    margin-left: 0;
  }

  /* line 198, _scss/_menu.scss */
  .row-3 .col-2 .grid-unit, .row-4 .col-2 .grid-unit {
    width: 49%;
  }

  /* line 201, _scss/_menu.scss */
  .row-2 .col-2 .grid-unit, .row-2 .col-3 .grid-unit, .row-3 .col-3 .grid-unit, .row-4 .col-3 .grid-unit {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 206, _scss/_menu.scss */
  .row-4 .col-3 .col-2 {
    width: 100%;
  }

  /* line 209, _scss/_menu.scss */
  .row-2 .col-2 .grid-unit:first-child, .row-3 .col-2 .grid-unit:first-child, .row-4 .col-2 .grid-unit:first-child, .row-4 .col-3 .grid-unit:first-child {
    margin-left: 0;
  }

  /* line 212, _scss/_menu.scss */
  .row-4 .grid-unit:nth-of-type(2n+3) {
    margin-left: 0;
    clear: both;
  }

  /* line 216, _scss/_menu.scss */
  .row-3 .col-2 + .grid-unit, .row-4 .col-2 + .grid-unit {
    margin-left: 0;
    margin-right: 2%;
  }

  /* line 220, _scss/_menu.scss */
  .row-4 .col-2.grid-unit + .grid-unit + .grid-unit, .row-4 .col-3 .grid-unit {
    clear: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 225, _scss/_menu.scss */
  .row-2 .col-3 .grid-unit, .row-3 .col-3 .grid-unit, .row-4 .col-3 .grid-unit {
    width: 31.63%;
    margin-left: 2.555%;
    margin-right: 0;
  }

  /* line 230, _scss/_menu.scss */
  .row-4 .col-3 .col-2 {
    width: 65.815%;
  }
}
@media screen and (min-width: 992px) {
  /* line 235, _scss/_menu.scss */
  .row-1 .grid-unit {
    width: 100%;
  }

  /* line 238, _scss/_menu.scss */
  .row-2 .grid-unit {
    width: 49%;
  }

  /* line 241, _scss/_menu.scss */
  .row-3 .grid-unit {
    width: 32%;
  }

  /* line 244, _scss/_menu.scss */
  .row-4 .grid-unit {
    width: 23.5%;
  }

  /* line 247, _scss/_menu.scss */
  .row-3 .col-2 .grid-unit, .row-4 .col-2 .grid-unit {
    width: 48.3335%;
    margin-left: 3.333%;
    margin-right: 0;
  }

  /* line 252, _scss/_menu.scss */
  .row-3 .col-2 {
    width: 66%;
    margin-left: 2%;
  }

  /* line 256, _scss/_menu.scss */
  .row-4 .col-2 {
    width: 49%;
    margin-left: 2%;
  }

  /* line 260, _scss/_menu.scss */
  .row-4 .col-3 {
    width: 74.5%;
    margin-left: 2%;
  }

  /* line 264, _scss/_menu.scss */
  .row-2 .col-2 .grid-unit {
    width: 48.3335%;
    margin-left: 3.333%;
    margin-right: 0;
  }

  /* line 269, _scss/_menu.scss */
  .row-3 .col-2 + .grid-unit, .row-4 .col-2 + .grid-unit {
    margin-right: 0;
  }

  /* line 272, _scss/_menu.scss */
  .row-4 .col-3 .grid-unit:nth-of-type(2n+3), .row-4 .col-3 .col-2 + .grid-unit {
    margin-left: 2.555%;
  }

  /* line 275, _scss/_menu.scss */
  .row-3 .col-2 + .grid-unit, .row-4 .col-2 + .grid-unit, .row-3 .col-2 + .grid-unit, .row-4 .grid-unit:nth-of-type(2n+3) {
    margin-left: 2%;
    clear: none;
  }
}
/* line 280, _scss/_menu.scss */
.show-grid .row-1 div[class*="grid-"] {
  background-color: #f03a25;
}

/* line 283, _scss/_menu.scss */
.show-grid .row-2 div[class*="grid-"] {
  background-color: #ef8622;
}

/* line 286, _scss/_menu.scss */
.show-grid .row-3 div[class*="grid-"] {
  background-color: #edd21f;
}

/* line 289, _scss/_menu.scss */
.show-grid .row-4 div[class*="grid-"] {
  background-color: #8bbf2c;
}

/* line 292, _scss/_menu.scss */
.show-grid .row-6 div[class*="grid-"] {
  background-color: #26bef0;
}

/* line 295, _scss/_menu.scss */
.show-grid .row-8 div[class*="grid-"] {
  background-color: #330066;
}

/* line 298, _scss/_menu.scss */
.show-grid .grid-unit .grid-unit {
  padding: 0 0!important;
  margin-bottom: .25em!important;
  margin-top: .25em;
  min-height: 1em!important;
  background-color: black !important;
}

/* line 305, _scss/_menu.scss */
.show-grid div[class*="grid-unit"] {
  border-radius: 3px;
  margin-bottom: .5em;
  padding: .4em 0;
  min-height: 1.5em;
  display: block;
}

/* line 312, _scss/_menu.scss */
.show-grid.show-grid-reportdiv[class*="grid-unit"] {
  text-align: center;
  font-weight: bold;
  color: white;
}

/* line 317, _scss/_menu.scss */
.cell-content-centered .grid-unit {
  text-align: center;
}

/* line 320, _scss/_menu.scss */
.cell-padding .grid-unit {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  /* line 324, _scss/_menu.scss */
  .cell-padding .grid-unit {
    margin-bottom: 2.5em;
  }
}
/* line 328, _scss/_menu.scss */
.lt-ie9 body {
  min-width: 1024px;
}

/* line 331, _scss/_menu.scss */
.lt-ie9 .grid-container {
  width: 1000px;
}

/* line 334, _scss/_menu.scss */
.lt-ie9 .grid-container .grid-unit {
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}

/* line 339, _scss/_menu.scss */
.lt-ie9 .grid-container .col-flow-opposite {
  float: right;
}

/* line 342, _scss/_menu.scss */
.lt-ie9 .row-padded {
  padding-top: 3em;
  padding-bottom: 3em;
}

/* line 346, _scss/_menu.scss */
.lt-ie9 .row-padded-top {
  padding-top: 3em;
}

/* line 349, _scss/_menu.scss */
.lt-ie9 .row-padded-bottom {
  padding-bottom: 3em;
}

/* line 352, _scss/_menu.scss */
.lt-ie9 .row-1 .grid-unit {
  width: 980px;
}

/* line 355, _scss/_menu.scss */
.lt-ie9 .row-2 .grid-unit {
  width: 480px;
}

/* line 358, _scss/_menu.scss */
.lt-ie9 .row-3 .grid-unit {
  width: 312px;
}

/* line 361, _scss/_menu.scss */
.lt-ie9 .row-4 .grid-unit {
  width: 230px;
}

/* line 364, _scss/_menu.scss */
.lt-ie9 .row-6 .grid-unit {
  width: 146px;
}

/* line 367, _scss/_menu.scss */
.lt-ie9 .row-8 .grid-unit {
  width: 230px;
}

/* line 370, _scss/_menu.scss */
.lt-ie9 .row-2 .col-2 .grid-unit {
  width: 220px;
}

/* line 373, _scss/_menu.scss */
.lt-ie9 .row-2 .col-3 .grid-unit, .lt-ie9 .row-3 .col-3 .grid-unit, .lt-ie9 .row-4 .col-3 .grid-unit, .lt-ie9 .row-4 .col-2 .grid-unit {
  width: 220px;
}

/* line 376, _scss/_menu.scss */
.lt-ie9 .row-3 .col-2 .grid-unit {
  width: 300px;
}

/* line 379, _scss/_menu.scss */
.lt-ie9 .row-3 .col-2 {
  width: 645px;
}

/* line 382, _scss/_menu.scss */
.lt-ie9 .row-4 .col-2 {
  width: 480px;
}

/* line 385, _scss/_menu.scss */
.lt-ie9 .row-4 .col-3 {
  width: 730px;
}

/* line 388, _scss/_menu.scss */
.lt-ie9 .row-4 .col-3 .col-2 {
  width: 460px;
}

/* line 391, _scss/_menu.scss */
.lt-ie8 .grid-container .grid-unit {
  position: static;
}

/* line 394, _scss/_menu.scss */
html[dir="rtl"].iem7, html[dir="rtl"].iem9 {
  direction: ltr;
}

/* line 397, _scss/_menu.scss */
html[dir="rtl"].iem7 form, html[dir="rtl"].iem9 form {
  direction: rtl;
}

/* line 400, _scss/_menu.scss */
html[dir="rtl"].iem7 .grid-row .grid-unit, html[dir="rtl"].iem7 .grid-row .col-flow-opposite, html[dir="rtl"].iem7 .grid-row .col-flow-opposite, html[dir="rtl"].iem7 .grid-container .col-flow-opposite {
  float: none;
}

/* line 403, _scss/_menu.scss */
html[dir="rtl"].iem7 .grid-row .grid-unit {
  clear: both;
}

@media (min-width: 992px) {
  /* line 407, _scss/_menu.scss */
  .row--padded-right-1-4 .grid-row, .row--padded-right-1-4.grid-row {
    padding-right: 24.5%;
    width: 74.5%;
  }

  /* line 411, _scss/_menu.scss */
  .row--padded-left-1-4 .grid-row, .row--padded-left-1-4.grid-row {
    padding-left: 24.5%;
    width: 74.5%;
  }

  /* line 415, _scss/_menu.scss */
  .row--padded-right-1-3 .grid-row, .row--padded-right-1-3.grid-row {
    padding-right: 34%;
    width: 66%;
  }

  /* line 419, _scss/_menu.scss */
  .row--padded-left-1-3 .grid-row, .row--padded-left-1-3.grid-row {
    padding-left: 34%;
    width: 66%;
  }

  /* line 423, _scss/_menu.scss */
  .row--padded-right-1-2 .grid-row, .row--padded-right-1-2.grid-row {
    padding-right: 51%;
    width: 49%;
  }

  /* line 427, _scss/_menu.scss */
  .row--padded-left-1-2 .grid-row, .row--padded-left-1-2.grid-row {
    padding-left: 51%;
    width: 49%;
  }

  /* line 431, _scss/_menu.scss */
  .row--padded-right-2-3 .grid-row, .row--padded-right-2-3.grid-row {
    padding-right: 68%;
    width: 32%;
  }

  /* line 435, _scss/_menu.scss */
  .row--padded-left-2-3 .grid-row, .row--padded-left-2-3.grid-row {
    padding-left: 68%;
    width: 32%;
  }

  /* line 439, _scss/_menu.scss */
  .row--padded-right-3-4 .grid-row, .row--padded-right-3-4.grid-row {
    padding-right: 76.5%;
    width: 23.5%;
  }

  /* line 443, _scss/_menu.scss */
  .row--padded-left-3-4 .grid-row, .row--padded-left-3-4.grid-row {
    padding-left: 76.5%;
    width: 23.5%;
  }
}
/* line 449, _scss/_menu.scss */
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 459, _scss/_menu.scss */
.dropdownn-nmenu a:hover {
  color: #ffffff;
}

/* line 461, _scss/_menu.scss */
.dropdownn-nmenu a {
  color: #bcbcbc;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -ms-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color 0.1s linear;
}

/* line 471, _scss/_menu.scss */
.button {
  background-color: #1570a6;
  color: #fff;
  padding: .5em 1em;
  display: inline-block;
  -webkit-transition: background-color .3s ease-in, color .3s ease-in;
  -moz-transition: background-color .3s ease-in, color .3s ease-in;
  -ms-transition: background-color .3s ease-in, color .3s ease-in;
  -o-transition: background-color .3s ease-in, color .3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

/* line 482, _scss/_menu.scss */
.button:hover, .button:focus {
  background-color: #083047;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .08s ease-in;
  -moz-transition: all .08s ease-in;
  -ms-transition: all .08s ease-in;
  -o-transition: all .08s ease-in;
  transition: all 0.08s ease-in;
}

/* line 492, _scss/_menu.scss */
.site-header {
  margin: 0 auto;
  max-width: 1600px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  /*640*/
  /* line 498, _scss/_menu.scss */
  .site-header .grid-container {
    width: 100%;
  }

  /* line 501, _scss/_menu.scss */
  .site-header h1 {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  /**/
  /* line 507, _scss/_menu.scss */
  .site-header {
    position: relative;
  }
}
/* line 513, _scss/_menu.scss */
.no-js .site-header-togglers {
  display: none;
}

/* line 516, _scss/_menu.scss */
.js .site-header .site-actions, .js .menu-component {
  display: none;
}

/* line 519, _scss/_menu.scss */
.site-header-togglers {
  margin-top: 20px;
  /* [disabled]margin-right: 10px; */
  float: right;
  font-size: 24px;
  position: relative;
  line-height: 1.1;
}

/* line 527, _scss/_menu.scss */
.site-header-togglers a {
  /* [disabled]margin-left: 0.5em; */
  color: #ff5501;
  /* [disabled]margin-right: 0.2em; */
  text-decoration: none;
}

/* line 533, _scss/_menu.scss */
.site-header-togglers a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  /*641*/
  /* line 538, _scss/_menu.scss */
  .site-header-togglers {
    display: none;
  }
}
/* line 543, _scss/_menu.scss */
.lt-ie9 .account-center {
  background: transparent;
  margin: 0.5em 0 0 0;
}

/* line 547, _scss/_menu.scss */
.lt-ie9 .csq-logo {
  margin: 0 0 0 .4em;
  width: 160px;
}

/* line 551, _scss/_menu.scss */
.lt-ie9 .csq-logo img {
  margin-top: .05em;
  margin-bottom: .25em;
  width: 160px;
  _height: 34px;
}

/* line 557, _scss/_menu.scss */
.lt-ie9 .site-actions {
  display: block!important;
  clear: none;
  float: right;
  width: 39.667%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

/* line 566, _scss/_menu.scss */
.lt-ie9 .site-header-togglers {
  display: none;
}

/* line 569, _scss/_menu.scss */
.iem7 .site-header .grid-container {
  width: 100%;
}

/* line 572, _scss/_menu.scss */
.iem7 .site-header-togglers {
  display: block;
  font-size: 1.25em;
}

/* line 576, _scss/_menu.scss */
.iem7 .csq-logo img {
  margin-top: 0;
  padding: 0.5em 0;
}

/* line 581, _scss/_menu.scss */
.list-of-links {
  float: none;
}

/* line 584, _scss/_menu.scss */
.list-of-links li {
  display: inline-block;
  margin: .25em 0 .5em;
  width: 100%;
  line-height: 1.25em;
}

/* line 590, _scss/_menu.scss */
.list-of-links-sm li, .list-of-links-med li {
  /* [disabled]font-size: 0.9em; */
}

/* line 593, _scss/_menu.scss */
.list-of-links-sm .heading {
  /* [disabled]font-family: "Gotham-Light", Arial, sans-serif; */
  /* [disabled]color: #007FC3; */
  /* [disabled]text-transform:uppercase; */
  /* [disabled]font-size: 1em; */
  /* [disabled]font-weight: normal; */
  /* [disabled]line-height: 1.25em; */
  /* [disabled]margin-bottom: 0.65em; */
}

@media screen and (min-width: 768px) {
  /*641*/
  /* line 603, _scss/_menu.scss */
  .list-array li {
    display: inline-block;
    margin: 0 2.5% 0 0;
    width: inherit;
  }

  /* line 608, _scss/_menu.scss */
  .list-of-links li:last-child {
    margin-right: 0;
  }

  /* line 611, _scss/_menu.scss */
  .list-of-links-xlg .heading {
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) {
  /* line 616, _scss/_menu.scss */
  .list-of-links {
    margin-top: 0;
  }

  /* line 619, _scss/_menu.scss */
  .list-of-links ul {
    padding: 0.25em 0 0.5em;
  }

  /* line 622, _scss/_menu.scss */
  .list-of-links li {
    display: block;
    margin: 0 0 0.7em;
  }

  /* line 626, _scss/_menu.scss */
  .list-of-links-med .heading {
    font-size: 1.625em;
    margin-bottom: 0.55em;
  }

  /* line 630, _scss/_menu.scss */
  .ja-jp .list-of-links-med .heading {
    font-size: 1.2em;
  }

  /* line 633, _scss/_menu.scss */
  .list-of-links-lg .heading {
    font-size: 2.375em;
  }

  /* line 636, _scss/_menu.scss */
  .list-of-links-xlg li {
    font-size: 1.25em;
    font-family: "ProximaNova", Helvetica, Arial, sans-serif;
    font-weight: 300;
  }

  /* line 641, _scss/_menu.scss */
  .list-of-links-xlg .heading {
    margin-bottom: .5em;
    font-size: 2.375em;
  }

  /* line 645, _scss/_menu.scss */
  .ja-jp .list-of-links-xlg .heading {
    font-size: 1.5em;
  }

  /* line 648, _scss/_menu.scss */
  .mac .list-of-links-xlg li {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
/* line 652, _scss/_menu.scss */
.cssanimations .list-of-links-xlg {
  -webkit-animation: fadeIn;
  -moz-animation: fadeIn;
  -o-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 662, _scss/_menu.scss */
.cssanimations .list-of-links-xlg li {
  position: relative;
  -webkit-animation: slideIn;
  -moz-animation: slideIn;
  -o-animation: slideIn;
  animation: slideIn;
}

/* line 669, _scss/_menu.scss */
.list-of-links-xlg li:nth-of-type(1) {
  -webkit-animation-duration: .225s;
  -moz-animation-duration: .225s;
  -o-animation-duration: .225s;
  animation-duration: 0.225s;
}

/* line 675, _scss/_menu.scss */
.list-of-links-xlg li:nth-of-type(2) {
  -webkit-animation-duration: .45s;
  -moz-animation-duration: .45s;
  -o-animation-duration: .45s;
  animation-duration: 0.45s;
}

/* line 681, _scss/_menu.scss */
.list-of-links-xlg li:nth-of-type(3) {
  -webkit-animation-duration: .675s;
  -moz-animation-duration: .675s;
  -o-animation-duration: .675s;
  animation-duration: 0.675s;
}

/* line 687, _scss/_menu.scss */
.list-of-links-xlg li:nth-of-type(4) {
  -webkit-animation-duration: .9s;
  -moz-animation-duration: .9s;
  -o-animation-duration: .9s;
  animation-duration: 0.9s;
}

/* line 693, _scss/_menu.scss */
.list-of-links-xlg li:nth-of-type(5) {
  -webkit-animation-duration: 1.125s;
  -moz-animation-duration: 1.125s;
  -o-animation-duration: 1.125s;
  animation-duration: 1.125s;
}

/* line 699, _scss/_menu.scss */
.list-of-links-xlg li:nth-of-type(6) {
  -webkit-animation-duration: 1.35s;
  -moz-animation-duration: 1.35s;
  -o-animation-duration: 1.35s;
  animation-duration: 1.35s;
}

/* line 705, _scss/_menu.scss */
.list-of-links-xlg li:nth-of-type(7) {
  -webkit-animation-duration: 1.575s;
  -moz-animation-duration: 1.575s;
  -o-animation-duration: 1.575s;
  animation-duration: 1.575s;
}

/* line 711, _scss/_menu.scss */
.list-of-links-xlg li:nth-of-type(8) {
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

/* line 717, _scss/_menu.scss */
.list-of-links-xlg li:nth-of-type(9) {
  -webkit-animation-duration: 2.025s;
  -moz-animation-duration: 2.025s;
  -o-animation-duration: 2.025s;
  animation-duration: 2.025s;
}

/* line 723, _scss/_menu.scss */
.list-of-links-xlg li:nth-of-type(10) {
  -webkit-animation-duration: 2.25s;
  -moz-animation-duration: 2.25s;
  -o-animation-duration: 2.25s;
  animation-duration: 2.25s;
}

/* line 729, _scss/_menu.scss */
.lt-ie9 .features img {
  width: 100%;
  margin: 0 0 .25em;
  float: none;
  padding-top: 0;
}

/* line 735, _scss/_menu.scss */
.lt-ie9 .list-of-links {
  margin-top: 0;
}

/* line 738, _scss/_menu.scss */
.lt-ie9 .list-of-links ul {
  padding: 0.25em 0 0.5em;
}

/* line 741, _scss/_menu.scss */
.lt-ie9 .list-of-links li {
  display: block;
  margin: 0 0 0.7em;
}

/* line 745, _scss/_menu.scss */
.lt-ie9 .list-of-links-med .heading {
  font-size: 1.625em;
  margin-bottom: 0.55em;
}

/* line 749, _scss/_menu.scss */
.lt-ie9 .list-of-links-lg .heading {
  font-size: 2.375em;
}

/* line 752, _scss/_menu.scss */
.lt-ie9 .list-of-links-xlg li {
  font-size: 1.25em;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 757, _scss/_menu.scss */
.lt-ie9 .list-of-links-xlg .heading {
  margin-bottom: .5em;
  font-size: 2.375em;
}

@media screen and (max-width: 767px) {
  /*640*/
  /* line 763, _scss/_menu.scss */
  .menu-component {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  /*641*/
  /* line 767, _scss/_menu.scss */
  .menu-component {
    position: absolute;
    /*relative;*/
    top: 35px;
  }

  /*35*/
}
/* line 771, _scss/_menu.scss */
.menu-component {
  *zoom: 1;
  clear: both;
  float: none;
  margin: 0;
  width: 100%;
  /*	position: relative;*/
  z-index: 900;
  /*1900*/
}

/* line 780, _scss/_menu.scss */
.menu-component:after {
  content: "";
  display: table;
  clear: both;
}

/* line 785, _scss/_menu.scss */
.main-navbar {
  margin: 0;
  padding: 0;
}

/* line 789, _scss/_menu.scss */
.main-nav-element {
  margin: 0;
  list-style: none;
}

/* line 793, _scss/_menu.scss */
.dropdownn-nmenu {
  display: none;
  opacity: 0;
  /* [disabled]border-left: .5em solid #292929; */
  /*083047*/
}

/* line 799, _scss/_menu.scss */
.dropdownn-nmenu .single-col-dropdownn {
  display: block;
}

/* line 802, _scss/_menu.scss */
.dropdownn-nmenu .multi-col-dropdownn {
  display: none;
}

/* line 805, _scss/_menu.scss */
.dropdownn-nmenu .heading {
  /* [disabled]display: none; */
  color: #ff5501 !important;
  border-left: 0em solid #292929;
  font-size: 14px;
  letter-spacing: 0.06em;
  padding-top: 0em;
  padding-right: 20px;
  padding-bottom: 2px;
  padding-left: 20px;
  text-transform: capitalize;
}

/* line 818, _scss/_menu.scss */
.dropdownn-nmenu .heading a {
  text-transform: lowercase;
}

@media screen and (min-width: 768px) {
  /*641*/
  /* line 821, _scss/_menu.scss */
  .dropdownn-nmenu .heading {
    /* [disabled]display: none; 
    color: #fff !important;
    border-left: 0em solid #292929;*/
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    padding-top: 0em;
    padding-right: 1.3em;
    padding-bottom: 0.1em;
    padding-left: 0em;
  }

  /*.dropdownn-nmenu .list-of-links ul{
  	margin-left:0em !important;}*/
  /* line 836, _scss/_menu.scss */
  .menu-component .list-of-links ul {
    padding-left: 0em !important;
  }

  /* line 839, _scss/_menu.scss */
  .list-of-links li {
    font-size: 15px;
    margin-bottom: .20em;
  }

  /* line 843, _scss/_menu.scss */
  .main-nav-element .main-nav-link {
    /*font-size:.8em;
    padding-right: .65em;*/
  }
}
@media screen and (max-width: 767px) {
  /*640*/
  /* line 849, _scss/_menu.scss */
  .dropdownn > a:after {
    margin-left: .35em;
    font-size: 14px;
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    content: "\f107";
  }

  /* line 856, _scss/_menu.scss */
  .accordion-open > a:after {
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    content: "\f106" !important;
    margin-left: 5px;
  }

  /*a.main-nav-link:after{
  	font-family: 'FontAwesome';
  	-webkit-font-smoothing: antialiased;
  	content: "\f107" !important;
  	margin-left:5px;
  }
  .na a.main-nav-link:after{
  	content: attr(x) !important;
  }*/
  /* line 872, _scss/_menu.scss */
  .nofontface .dropdownn > a:after {
    /*	background-image: url("http://www.conseq.co.uk/images/dropdownn-arrow-white.png");*/
    background-repeat: no-repeat;
    background-position: right 62.5%;
    content: ' ';
    width: 1em;
    height: 1em;
    display: inline-block;
  }

  /* line 881, _scss/_menu.scss */
  .dropdownn a, .dropdownnn a:hover, .dropdownnn a:focus {
    color: #ffffff;
  }

  /* line 884, _scss/_menu.scss */
  .menu-component a {
    display: block;
    /*background: #1570a6;
    background: #292929;*/
    color: #cfcfcf;
    border-top: 1px solid #444444;
    text-decoration: none;
    line-height: 1.5em;
    padding: 1em 1.3em;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .06em;
  }

  /* line 903, _scss/_menu.scss */
  .menu-component a:hover {
    color: #FFF;
  }

  /* line 905, _scss/_menu.scss */
  .dropdownnn-nmenu .list-of-links a {
    display: block;
    /*background: #1570a6;*/
    background: #292929;
    color: #cfcfcf;
    border-top: 1px solid #444444;
    text-decoration: none;
    line-height: 1.5em;
    padding: 1.0em 1.3em;
    -webkit-transition: background-color .3s ease-in;
    -moz-transition: background-color .3s ease-in;
    -ms-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    text-transform: uppercase;
    border-top: 0px solid #444444;
    padding: .4em 1.3em;
    border-left: 1em solid #292929;
    /*083047*/
  }

  /* line 924, _scss/_menu.scss */
  .dropdownnn-nmenu .list-of-links a:hover {
    color: #fff;
  }

  /*.dropdownn-nmenu ul li:first-child a {
  	color: #00CCFF !important;
  	border-left: 0em solid #292929;
  	padding: .6em 1.2em;
  }*/
  /* line 931, _scss/_menu.scss */
  .dropdownn-nmenu ul li:last-child a {
    padding-bottom: 1.25em;
  }

  /* line 934, _scss/_menu.scss */
  .menu-component a:hover, .menu-component a:focus, .dropdownn-nmenu .list-of-links a:hover {
    /*background: #083047;
    background-color: #292929;*/
    -webkit-transition: background-color .08s ease-in;
    -moz-transition: background-color .08s ease-in;
    -ms-transition: background-color .08s ease-in;
    -o-transition: background-color .08s ease-in;
    transition: background-color .08s ease-in;
  }

  /* line 943, _scss/_menu.scss */
  .dropdownn-nmenu .list-of-links, .dropdownn-nmenu .list-of-links ul {
    /*	background: #292929;*/
    margin: 0;
    /*display: block;
     [disabled]font-size: 1em; */
  }

  /* line 949, _scss/_menu.scss */
  .dropdownn-nmenu .list-of-links li {
    background: #292929;
    margin: 0;
    padding: 0px;
    /*display: block;
     [disabled]font-size: 1em; */
  }

  /* line 956, _scss/_menu.scss */
  .dropdownn-nmenu .list-of-links li a {
    padding: 0px 0px 4px;
    border: none;
  }

  /* line 959, _scss/_menu.scss */
  .dropdownn-nmenu {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  /*641*/
  /* line 966, _scss/_menu.scss */
  .expul {
    width: 100% !important;
    padding: 0em 1em;
  }

  /* line 969, _scss/_menu.scss */
  .expul li {
    width: 33.33% !important;
    float: left;
  }

  /* line 973, _scss/_menu.scss */
  .menu-component {
    /*position: relative;*/
    display: block!important;
    clear: both;
  }

  /* line 979, _scss/_menu.scss */
  .main-navbar {
    margin: 0 0 0 -0.6em;
    float: right;
  }

  /* line 983, _scss/_menu.scss */
  .main-nav-element {
    list-style-type: none;
    margin: 0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }

  /* line 991, _scss/_menu.scss */
  .main-nav-element:last-child {
    margin-right: 0!important;
  }

  /* line 995, _scss/_menu.scss */
  .main-nav-link {
    line-height: 2.5em;
    background: transparent;
    /* [disabled]color: #2e2e2e; */
    color: #787878;
    padding: 0 .1em;
    text-indent: 0;
    border-bottom: none;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }

  /* line 1009, _scss/_menu.scss */
  .main-nav-link:hover, .main-nav-link:focus {
    background: none;
    color: #959590;
    /*0060a6*/
    text-decoration: none;
  }

  /* line 1014, _scss/_menu.scss */
  .main-navbar .ui-state-active, .main-navbar .dropdownn-open {
    /* [disabled]background: #353530; */
  }

  /*.dropdownn>a {
  	font-size: 15px;
  	padding:15px;
  	}*/
  /* line 1021, _scss/_menu.scss */
  .dropdownn > a:after {
    margin-left: .32em;
    /*	font-family: "MSHPIconsRegular";
    	content: '';*/
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    content: "\f107";
  }

  /* line 1029, _scss/_menu.scss */
  .dropdownn-open > a:after {
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    content: "\f106";
  }

  /* line 1034, _scss/_menu.scss */
  .dropdownn-open > a {
    color: #ff5501 !important;
  }

  /* line 1037, _scss/_menu.scss */
  .dropdownn-nmenu {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    width: 100%;
    max-width: 1600px;
    background: #353530;
    position: absolute;
    left: 0;
    display: none;
    border-left: none;
  }

  /* line 1052, _scss/_menu.scss */
  .accordion-open .dropdownn-nmenu {
    display: none!important;
  }

  /* line 1055, _scss/_menu.scss */
  .dropdownn-open .dropdownn-nmenu {
    display: block!important;
    opacity: .98;
    top: 76px;
  }

  /* line 1060, _scss/_menu.scss */
  .dropdownn-nmenu .single-col-dropdownn {
    display: none!important;
  }

  /* line 1063, _scss/_menu.scss */
  .dropdownn-nmenu .multi-col-dropdownn {
    display: block!important;
    overflow: hidden;
  }

  /* line 1067, _scss/_menu.scss */
  .dropdownn-nmenu .heading {
    /* [disabled]display: block!important; */
    /* [disabled]line-height: 1.25; */
    /* [disabled]margin: 0 0 1.35em; */
  }

  /* line 1073, _scss/_menu.scss */
  .dropdownn-nmenu .grid-container {
    clear: both;
    padding: 1.35em 15px;
  }

  /* line 1077, _scss/_menu.scss */
  .dropdownn-nmenu .grid-unit {
    /* [disabled]max-width: 270px; */
    margin-left: 2%;
  }

  /* line 1081, _scss/_menu.scss */
  .dropdownn-nmenu .row-4 .grid-unit {
    width: 23.5%;
    clear: none;
    margin-left: 2%;
  }

  /* line 1086, _scss/_menu.scss */
  .dropdownn-nmenu .grid-unit:first-child {
    margin-left: 0;
  }

  /* line 1089, _scss/_menu.scss */
  .dropdownn-nmenu .list-of-links ul {
    margin-bottom: 1em;
  }

  /* line 1092, _scss/_menu.scss */
  .dropdownn-nmenu .all {
    color: #0060a6;
    margin: 0 0 1em;
    font-size: 0.9em;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }

  /* line 1101, _scss/_menu.scss */
  .dropdownn-nmenu .all:hover {
    color: #1a1a1a;
  }
}
@media screen and (min-width: 768px) {
  /*	.dropdownn-nmenu .grid-container {
  		max-width:750px;}*/
  /* line 1108, _scss/_menu.scss */
  .menu-component .grid-container {
    max-width: 750px;
  }

  /*.main-nav-link {
  	font-size:.85em !important;
  	padding-right: .95em;}
  	}*/
}
@media screen and (min-width: 992px) {
  /*	.dropdownn-nmenu .grid-container {
  	max-width:970px;
  	}*/
  /* line 1122, _scss/_menu.scss */
  .menu-component .grid-container {
    max-width: 970px;
  }

  /* line 1126, _scss/_menu.scss */
  .main-nav-link {
    padding: 0 9px;
    font-size: 15px;
  }

  /* line 1130, _scss/_menu.scss */
  .main-navbar {
    margin: 0 0 0 -15px;
    /* [disabled]float:right; */
  }

  /* line 1135, _scss/_menu.scss */
  .dropdownn-nmenu .heading {
    font-size: 16px;
    color: #ff5501 !important;
  }

  /* line 1140, _scss/_menu.scss */
  .list-of-links li {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  /*  .dropdownn-nmenu .grid-container {
      max-width: 1170px;
    }*/
  /* line 1149, _scss/_menu.scss */
  .menu-component .grid-container {
    max-width: 1170px;
  }
}
/* line 1153, _scss/_menu.scss */
.lt-ie9 .menu-component {
  display: block!important;
  clear: both;
}

/* line 1157, _scss/_menu.scss */
.lt-ie9 .menu-component .grid-container {
  position: relative;
}

/* line 1160, _scss/_menu.scss */
.lt-ie9 .main-navbar {
  margin: 0;
}

/* line 1163, _scss/_menu.scss */
.lt-ie9 .main-nav-element {
  list-style-type: none;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 1171, _scss/_menu.scss */
.lt-ie9 .main-nav-element:last-child {
  margin-right: 0 !important;
}

/* line 1174, _scss/_menu.scss */
.lt-ie9 .main-nav-link {
  line-height: 2.5em;
  background: transparent;
  color: #1a1a1a;
  padding: 0 1.5em;
  text-indent: 0;
  border-bottom: none;
}

/* line 1182, _scss/_menu.scss */
.lt-ie9 .main-nav-link:hover, .main-nav-link:focus {
  background: none;
  /* [disabled]color: #0060a6; */
  /* [disabled]color:#e6e6eF; */
  text-decoration: none;
}

/* line 1188, _scss/_menu.scss */
.lt-ie9 .main-navbar .ui-state-active, .lt-ie9 .main-navbar .dropdownn-open {
  /* [disabled]background: #eee; */
  background: #26261F;
}

/* line 1192, _scss/_menu.scss */
.lt-ie9 .dropdownn-nmenu {
  opacity: 0;
  width: 100%;
  max-width: 1600px;
  background: #26261F;
  position: absolute;
  left: -14px;
  display: none;
  border-left: none;
}

/* line 1202, _scss/_menu.scss */
.lt-ie9 .dropdownn-open .dropdownn-nmenu {
  display: block!important;
  opacity: 1;
}

/* line 1206, _scss/_menu.scss */
.lt-ie9 .dropdownn-nmenu .grid-unit {
  margin: 0 1%;
}

/* line 1209, _scss/_menu.scss */
.lt-ie9 .dropdownn-nmenu .single-col-dropdownn {
  display: none!important;
}

/* line 1212, _scss/_menu.scss */
.lt-ie9 .dropdownn-nmenu .multi-col-dropdownn {
  display: block!important;
  overflow: hidden;
}

/* line 1216, _scss/_menu.scss */
.lt-ie9 .dropdownn-nmenu .heading {
  display: block!important;
  line-height: 1.25;
  margin: 0 0 1.35em;
}

/* line 1221, _scss/_menu.scss */
.lt-ie9 .dropdownn-nmenu .grid-container {
  clear: both;
  padding: 1.35em 15px;
}

/* line 1225, _scss/_menu.scss */
.lt-ie9 .dropdownn-nmenu .grid-unit {
  float: left;
  width: 23%;
}

/* line 1229, _scss/_menu.scss */
.lt-ie9 .dropdownn-nmenu .all {
  color: #0060a6;
  margin: 0 0 1em;
  font-size: .9em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 1238, _scss/_menu.scss */
.lt-ie9 .dropdownn-nmenu .all:hover {
  color: #1a1a1a;
}

/* line 1241, _scss/_menu.scss */
.lt-ie9 .main-nav-link {
  padding: 0 .75em;
}

/* line 1244, _scss/_menu.scss */
.lt-ie8 .dropdownn-nmenu {
  position: absolute;
  *zoom: 1;
  top: 2.5em;
  z-index: 1000;
  /*2000*/
  width: 980px;
}

/* line 1251, _scss/_menu.scss */
.iem7 .dropdownn > a:after {
  margin-left: .35em;
  font-family: "MSHPIconsRegular";
  content: '';
  font-size: .688em;
}

/* line 1257, _scss/_menu.scss */
.iem7 .menu-component a, .iem7 .dropdownn-nmenu .list-of-links a {
  display: block;
  background: #1570a6;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  line-height: 1.5em;
  padding: .5em .8em;
}

/* line 1266, _scss/_menu.scss */
.iem7 .menu-component a:hover, .iem7 .dropdownn-nmenu .list-of-links a:hover {
  background: #083047;
}

/* line 1269, _scss/_menu.scss */
.iem7 .dropdownn-nmenu .list-of-links, .iem7 .dropdownn-nmenu .list-of-links ul, .iem7 .dropdownn-nmenu .list-of-links li {
  background: #1570a6;
  margin: 0;
  display: block;
  font-size: 1em;
}

/* line 1275, _scss/_menu.scss */
.iem7 .dropdownn-nmenu {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  /* line 1279, _scss/_menu.scss */
  0% {
    opacity: 0;
  }

  /* line 1282, _scss/_menu.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  /* line 1287, _scss/_menu.scss */
  0% {
    opacity: 0;
  }

  /* line 1290, _scss/_menu.scss */
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  /* line 1295, _scss/_menu.scss */
  0% {
    opacity: 0;
  }

  /* line 1298, _scss/_menu.scss */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 1303, _scss/_menu.scss */
  0% {
    opacity: 0;
  }

  /* line 1306, _scss/_menu.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideIn {
  /* line 1311, _scss/_menu.scss */
  0% {
    left: 3%;
    opacity: 0;
  }

  /* line 1315, _scss/_menu.scss */
  100% {
    left: 0;
    opacity: 1;
  }
}

@-moz-keyframes slideIn {
  /* line 1321, _scss/_menu.scss */
  0% {
    left: 3%;
    opacity: 0;
  }

  /* line 1325, _scss/_menu.scss */
  100% {
    left: 0;
    opacity: 1;
  }
}

@-o-keyframes slideIn {
  /* line 1331, _scss/_menu.scss */
  0% {
    left: 3%;
    opacity: 0;
  }

  /* line 1335, _scss/_menu.scss */
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  /* line 1341, _scss/_menu.scss */
  0% {
    left: 3%;
    opacity: 0;
  }

  /* line 1345, _scss/_menu.scss */
  100% {
    left: 0;
    opacity: 1;
  }
}

/* line 1, _scss/_go-to-top.scss */
section#btt a {
  right: 100px;
  /*bottom: 85px;*/
  background-color: #F00;
  padding: 0px;
  /*	position: fixed;*/
  height: 50px;
  width: 50px;
}

/* line 11, _scss/_go-to-top.scss */
section#btt .affix {
  bottom: 0px;
}

/* line 15, _scss/_go-to-top.scss */
#scrolltop {
  display: none;
  height: 45px;
  width: 45px;
  text-indent: -10000em;
  position: fixed;
  bottom: 1px;
  right: 1px;
  z-index: 100;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #454647 url("../images/top.png") no-repeat;
  opacity: 0.6;
  cursor: pointer;
  border-radius: 2px;
}

/* line 31, _scss/_go-to-top.scss */
#scrolltop.absolute {
  bottom: 159px;
}

/* line 32, _scss/_go-to-top.scss */
#scrolltop:hover {
  opacity: 0.9;
}

/* CSS Document */
/* line 3, _scss/_homepage.scss */
body.csq-homepage {
  color: #273338;
}

/* line 6, _scss/_homepage.scss */
body.csq-homepage footer {
  border-top: 1px solid #eee;
}

/* line 9, _scss/_homepage.scss */
.csq-homepage .main-nav-link {
  color: #fff;
}

/* line 12, _scss/_homepage.scss */
body.csq-homepage .btn {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  border: 0;
  border-radius: 2px;
  padding: 0px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  word-spacing: .05em;
  letter-spacing: .12em;
}

/* line 25, _scss/_homepage.scss */
.btnl {
  background: #ff5501;
  padding: 18px 0px 16px 20px;
  border-radius: 2px;
}

/* line 30, _scss/_homepage.scss */
.btnr {
  padding: 18px 19px 16px 21px;
  /*border-left: solid 1px #035E8D;#3296b1;*/
  border-radius: 0px 0px 0px 0px;
  margin-left: 10px;
}

/* line 38, _scss/_homepage.scss */
.btnl:hover, .btnl:focus, .btnl:active, .btnl.active {
  background: #cc4400;
  border-radius: 2px;
}

/* line 43, _scss/_homepage.scss */
.btnr:hover, .btnr:focus, .btnr:active, .btnr.active {
  background: #cc4400;
  /*	border-left: solid 1px #035E8D;*/
  border-radius: 0px 2px 2px 0px;
}

/* line 49, _scss/_homepage.scss */
body.csq-homepage .btn:hover {
  background: #cc4400;
  /*#009969*/
  color: white;
}

/* line 53, _scss/_homepage.scss */
body.csq-homepage header {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 0px 0px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 62, _scss/_homepage.scss */
  body.csq-homepage header.full {
    height: 510px !important;
  }
}
@media (min-height: 800px) {
  /* line 66, _scss/_homepage.scss */
  body.csq-homepage header.full {
    height: 800px !important;
  }
}
/* line 70, _scss/_homepage.scss */
body.csq-homepage header .bg {
  background: url("../images/st-pauls.jpg") 60% 0% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media (min-width: 480px) {
  /* line 81, _scss/_homepage.scss */
  body.csq-homepage header .bg {
    background: url("../images/st-pauls.jpg") 85% 0% no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  /* line 87, _scss/_homepage.scss */
  body.csq-homepage header .bg {
    background: url("../images/st-pauls.jpg") 85% 0% no-repeat;
    background-size: cover;
  }
}
/* line 93, _scss/_homepage.scss */
body.csq-homepage header .container {
  z-index: 100;
  position: relative;
}

/* line 97, _scss/_homepage.scss */
body.csq-homepage header .container > div {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0px;
  font-size: 15px;
}

/* line 103, _scss/_homepage.scss */
body.csq-homepage header .container > div a {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  color: #fff;
  /*	border-bottom: 1px solid #fff;*/
  text-decoration: none;
  font-weight: 600;
}

/* line 110, _scss/_homepage.scss */
body.csq-homepage header .container > div a:hover {
  border: 0;
}

/* line 113, _scss/_homepage.scss */
body.csq-homepage header p {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1em;
}

/* line 119, _scss/_homepage.scss */
body.csq-homepage header h1 {
  /*font-family: "ProximaNova", Helvetica, Arial, sans-serif;*/
  font-size: 3.9em;
  font-weight: 600;
  margin-bottom: 0.6em;
  margin-top: 0.3em;
  line-height: .9;
  word-spacing: -0.05em;
  letter-spacing: -0.03em;
}

/* line 129, _scss/_homepage.scss */
.csq-homepage .site-header {
  border-bottom: 0px solid #eee;
}

/* line 133, _scss/_homepage.scss */
body.csq-homepage section {
  text-align: center;
  padding: 30px 0%;
}

@media (min-width: 640px) {
  /* line 139, _scss/_homepage.scss */
  body.csq-homepage header {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 0px 0px;
    position: relative;
  }

  /* line 146, _scss/_homepage.scss */
  body.csq-homepage header p {
    font-family: "ProximaNova", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 1.5em;
  }

  /* line 152, _scss/_homepage.scss */
  body.csq-homepage header h1 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    font-family: "ProximaNova", Helvetica, Arial, sans-serif;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 0.6em;
    margin-top: 0.1em;
    line-height: .8;
    word-spacing: -0.1em;
    letter-spacing: -0.03em;
    white-space: pre;
  }

  /* line 164, _scss/_homepage.scss */
  body.csq-homepage .btn {
    font-family: "ProximaNova", Helvetica, Arial, sans-serif;
    border: 0;
    border-radius: 2px;
    padding: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    word-spacing: .05em;
    letter-spacing: .12em;
  }

  /* line 177, _scss/_homepage.scss */
  .btnl {
    padding: 23px 0px 21px 25px;
  }

  /* line 180, _scss/_homepage.scss */
  .btnr {
    padding: 23px 24px 21px 26px;
    border-left: solid 1px #be4b03;
    /*#00AAF2; $button-right-border-left-color;*/
    margin-left: 15px;
  }

  /* line 186, _scss/_homepage.scss */
  body.csq-homepage header .container > div {
    font-family: "ProximaNova", Helvetica, Arial, sans-serif;
    font-weight: 400;
    /*margin-top: 30px;*/
    margin-top: 0px;
    font-size: 15px;
  }

  /* line 193, _scss/_homepage.scss */
  body.csq-homepage section {
    text-align: center;
    padding: 50px 0%;
    border-top: 1px solid #eee;
  }
}
@media (min-width: 768px) {
  /* line 201, _scss/_homepage.scss */
  body.csq-homepage header h1 {
    font-size: 92px;
  }
}
@media (min-width: 992px) {
  /* line 206, _scss/_homepage.scss */
  body.csq-homepage header h1 {
    font-size: 121px;
  }
}
@media (min-width: 1170px) {
  /* line 211, _scss/_homepage.scss */
  body.csq-homepage header h1 {
    font-size: 128px;
  }
}
/* line 216, _scss/_homepage.scss */
body.csq-homepage section#client .col > div {
  background: #fff;
  border-bottom: 2px solid #eee;
  padding: 30px;
}

/* line 221, _scss/_homepage.scss */
body.csq-homepage section#client .row {
  margin: 40px 0;
}

/* line 224, _scss/_homepage.scss */
body.csq-homepage section#lastcall h2 {
  color: #444;
  margin-bottom: 40px;
}

/* line 228, _scss/_homepage.scss */
body.csq-homepage section#lastcall .btn {
  margin-bottom: 20px;
}

/* line 231, _scss/_homepage.scss */
body.csq-homepage section#work {
  /*background: #f5f5f5; #eaedf1;*/
}

/* line 235, _scss/_homepage.scss */
body.csq-homepage section#work .col {
  margin-top: 40px;
}

/* line 238, _scss/_homepage.scss */
body.csq-homepage section#work .col > * {
  padding: 0 10px;
}

/* line 241, _scss/_homepage.scss */
body.csq-homepage section#work .col h4 {
  margin-bottom: 20px;
}

/* line 245, _scss/_homepage.scss */
body.csq-homepage section#work .col img {
  border-radius: 2px;
  margin-bottom: 20px;
  width: 200px;
}

/* line 250, _scss/_homepage.scss */
body.csq-homepage section#different {
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
}

/* line 254, _scss/_homepage.scss */
body.csq-homepage section#testimonials p {
  font-size: 18px;
}

/* line 257, _scss/_homepage.scss */
body.csq-homepage section#testimonials span {
  font-size: 16px;
  color: #777;
}

/* line 261, _scss/_homepage.scss */
body.csq-homepage section#testimonials span strong {
  color: #111;
}

/* line 264, _scss/_homepage.scss */
body.csq-homepage section#testimonials .logo {
  height: 30px;
  margin-top: 20px;
}

/* line 268, _scss/_homepage.scss */
body.csq-homepage section#testimonials .avatar {
  border-radius: 100px;
  margin: 30px 0;
}

/* line 272, _scss/_homepage.scss */
body.csq-homepage section h2, body.csq-homepage section h3, body.csq-homepage section .lead {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* line 277, _scss/_homepage.scss */
body.csq-homepage section h2 {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 2.1em;
  color: #ff5501;
  text-transform: uppercase;
}

@media (min-height: 640px) {
  /* line 285, _scss/_homepage.scss */
  body.csq-homepage section h2 {
    font-size: 3.2em;
  }
}
/* line 289, _scss/_homepage.scss */
body.csq-homepage section h3 {
  color: #888;
  font-size: 1.6rem;
  text-transform: uppercase;
}

/* line 294, _scss/_homepage.scss */
body.csq-homepage section h4 {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.8em;
}

/* line 299, _scss/_homepage.scss */
body.csq-homepage section p {
  font-size: 16px;
}

/* line 302, _scss/_homepage.scss */
body.csq-homepage section .lead {
  font-size: 2rem;
  margin: 1em auto;
  color: #555;
}

/* line 307, _scss/_homepage.scss */
.csq-homepage .dropdownn-open > a {
  color: #fff !important;
}

/* line 310, _scss/_homepage.scss */
.csq-homepage .dropdownn-nmenu .heading {
  color: #fff !important;
}

@media (max-height: 479px) {
  /* line 315, _scss/_homepage.scss */
  .pd9p {
    padding: 13% 0% 0% 0%;
  }
}
@media (min-height: 480px) {
  /* line 319, _scss/_homepage.scss */
  .pd9p {
    padding: 18% 0% 0% 0%;
  }
}
@media (min-height: 640px) {
  /* line 324, _scss/_homepage.scss */
  .pd9p {
    padding: 21% 0% 0% 0%;
  }
}
@media (min-height: 768px) {
  /* line 329, _scss/_homepage.scss */
  .pd9p {
    padding: 23% 0% 0% 0%;
  }
}
@media (min-width: 768px) {
  /* line 334, _scss/_homepage.scss */
  .pd9p {
    padding: 21% 0% 0% 0%;
  }
}
@media (min-width: 992px) {
  /* line 339, _scss/_homepage.scss */
  .pd9p {
    padding: 11% 0% 0% 0%;
  }
}
/* line 343, _scss/_homepage.scss */
section#work figure {
  border-radius: 50% 50% 50% 50%;
  height: 225px;
  margin: auto;
  width: 225px;
}

/* line 349, _scss/_homepage.scss */
section#work .icloud {
  background: url("../images/icon-cloud.png") no-repeat scroll center center, url("../images/bg-blue-noise.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* line 352, _scss/_homepage.scss */
section#work .isocial {
  background: url("../images/icon-social.png") no-repeat scroll center center, url("../images/bg-blue-noise.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* line 355, _scss/_homepage.scss */
section#work .imobile {
  background: url("../images/icon-mobile.png") no-repeat scroll center center, url("../images/bg-blue-noise.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* line 16, _scss/main.scss */
body.csq-homepage section#csq-header,
body.common section#csq-header {
  padding: 0px;
  text-align: left;
}

/* line 20, _scss/main.scss */
body.common header .bgservices {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 1;
}

/* line 30, _scss/main.scss */
body.common header .bgsolutions {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 1;
}

/* line 40, _scss/main.scss */
body.common header .bgmethod {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 1;
}

/* line 50, _scss/main.scss */
body.common header .bgcustomers {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 1;
}

/* line 60, _scss/main.scss */
body.common header .bgcompany {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 1;
}

/* line 70, _scss/main.scss */
body.common header .bgcontact {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 1;
}

/* line 81, _scss/main.scss */
body.common header .container {
  z-index: 100;
  position: relative;
}

/* line 85, _scss/main.scss */
body.common header {
  /* [disabled]height: 200px; */
  color: #FFFFFF;
  padding: 70px 0;
  position: relative;
  background-color: #ff5501;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f5f5f5;
  text-align: center;
}

/* line 96, _scss/main.scss */
body.common header h1 {
  font-size: 42px;
  font-weight: 200;
  color: #fff;
  /*$primary-color;*/
}

/* line 101, _scss/main.scss */
body.common header h2 {
  font-size: 24px;
  font-weight: 400;
  color: #939393;
}

/* line 106, _scss/main.scss */
body.common header h1, body.common header h2 {
  letter-spacing: -0.01111em;
  line-height: 42px;
}

/* line 109, _scss/main.scss */
body.common header h6 {
  letter-spacing: 1.011111em;
  color: #CCC;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 200;
}

/* line 116, _scss/main.scss */
body.common section {
  padding: 30px 0;
}

/* line 122, _scss/main.scss */
body.common section#content {
  background: #fff;
}

/* line 126, _scss/main.scss */
body.common section#team {
  background: #fff;
}

/* line 130, _scss/main.scss */
body.common section#approach {
  background-color: 28282B;
  /* #142948; 024780 c09853, 0094D6*/
  opacity: .9;
  padding: 0px 0% 60px !important;
}

/* line 135, _scss/main.scss */
.cloud {
  background-image: url("../images/bg-board-texture.png");
  background-repeat: repeat;
}

/* line 140, _scss/main.scss */
body.common section#approach .txt {
  opacity: 0;
}

/* line 145, _scss/main.scss */
body.common section#approach h2,
body.common section#approach h3,
body.common section#approach h4 {
  color: #fff;
}

/* line 148, _scss/main.scss */
body.common section#approach h3 {
  opacity: .6;
}

/* line 151, _scss/main.scss */
body.common section#approach h3 span {
  opacity: .4;
}

/* line 154, _scss/main.scss */
body.common section#approach h4 {
  font-size: 21px;
}

/* line 158, _scss/main.scss */
section#csq-header .navbar-brand {
  padding: 30px 0px !important;
}

/* line 162, _scss/main.scss */
.nbdr {
  border: none !important;
}

/* line 164, _scss/main.scss */
.nbpd {
  padding-bottom: 0px !important;
}

/* line 166, _scss/main.scss */
.ntbpd {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

/* line 169, _scss/main.scss */
.pdtb8 {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

/* line 172, _scss/main.scss */
.mr20 {
  margin-right: 20px;
}

/* line 174, _scss/main.scss */
.mt10 {
  margin-top: 10px;
}

/* line 176, _scss/main.scss */
.mt30 {
  margin-top: 30px;
}

/* line 178, _scss/main.scss */
.ml10 {
  margin-left: 10px;
}

/* line 180, _scss/main.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 182, _scss/main.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 184, _scss/main.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 186, _scss/main.scss */
.mb50 {
  margin-bottom: 50px;
}

/* line 188, _scss/main.scss */
.mmt10 {
  margin-top: -10px !important;
}

/* line 190, _scss/main.scss */
.mmt20 {
  margin-top: -20px !important;
}

/* line 192, _scss/main.scss */
.mmt30 {
  margin-top: -30px !important;
}

/* line 194, _scss/main.scss */
.mmt50 {
  margin-top: -50px !important;
}

/* line 196, _scss/main.scss */
.mt30 {
  margin-top: 30px !important;
}

/* line 198, _scss/main.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 200, _scss/main.scss */
.mt25 {
  margin-top: 25px !important;
}

/* line 202, _scss/main.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 204, _scss/main.scss */
.acap {
  text-transform: uppercase;
}

/* line 207, _scss/main.scss */
.teaserline {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #a3a3a3;
  /*$primary-color*/
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 217, _scss/main.scss */
.teaserline:before, .teaserline:after {
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 15px;
  opacity: 0.3;
  overflow: hidden;
  position: relative;
  top: -0.3em;
  width: 100px;
  background-color: #a3a3a3;
  /* $primary-color;*/
}

/*@media (max-width: 400px) {
	.teaserline:before, .teaserline:after {
    width: 30px;

}
	}*/
@media (max-width: 639px) {
  /* line 236, _scss/main.scss */
  .teaserline:before, .teaserline:after {
    width: 40px;
  }

  /* line 240, _scss/main.scss */
  .teaserline {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  /* line 246, _scss/main.scss */
  .pdrt {
    padding-right: 40px;
  }
}
/* line 249, _scss/main.scss */
.mm {
  margin-left: -16px;
}

/* line 252, _scss/main.scss */
.txt h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 7px;
  margin-bottom: 21px;
}

/* line 258, _scss/main.scss */
.txt h4 {
  font-size: 22px;
  line-height: 1.35;
}

/* line 262, _scss/main.scss */
.txt p, .txt ul {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 1.35em;
  text-rendering: optimizelegibility;
}

/* line 269, _scss/main.scss */
.txt li {
  margin-bottom: .35em;
}

/* line 274, _scss/main.scss */
.txt i {
  color: #ff5501;
}

/* line 276, _scss/main.scss */
body.common section#connect {
  color: #3e3e3e;
  padding: 30px 0 20px;
  position: relative;
  /*background-color: #EAEDF1;#b2dff3;*/
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
}

/* line 285, _scss/main.scss */
.bggrey {
  color: #f5f5f5 !important;
  background-color: #333 !important;
}

/* line 290, _scss/main.scss */
body.common section#connect .btn {
  /*	font-weight: 600;
  	text-transform: uppercase;
  	font-size:16px;*/
}

/* line 295, _scss/main.scss */
section#content ul.nav-pills {
  margin-bottom: 2.25em;
}

/* line 299, _scss/main.scss */
.quoteWrapper {
  background: url("../images/quotes-grey.png") no-repeat scroll 15px 30px transparent;
  /* [disabled]border-bottom: 1px dotted #D3D3D3; */
  /* [disabled]border-top: 1px dotted #D3D3D3; */
  display: inline-block;
  margin: 10px 0px 0px;
  padding: 30px 15px;
  width: 100%;
  float: left;
}

/* line 309, _scss/main.scss */
.quoteWrapper .quote {
  margin: 0 0 0 50px;
  /* [disabled]width: 80%; */
}

/* line 313, _scss/main.scss */
.quoteWrapper .quote p {
  color: #252525;
  font-size: 22px;
  letter-spacing: -0.02222em;
  line-height: 1.2em;
  margin: 0 0 17px;
  font-weight: 200;
}

/* line 321, _scss/main.scss */
.quoteWrapper .quote span {
  text-transform: uppercase;
  font-size: .9em;
}

/* line 326, _scss/main.scss */
.quoteWrapper .quote span span {
  font-size: 1em;
  clear: both;
  color: #A5A5A5;
  display: block;
  text-transform: uppercase;
  margin-top: .1em;
  margin-bottom: 2em;
}

/* line 335, _scss/main.scss */
section#content .jumbotron p {
  line-height: 1.1428571435;
}

/* line 338, _scss/main.scss */
section#content .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 0.02222;
  color: inherit;
  background-color: #ff5501;
  color: #fff;
}

/* line 350, _scss/main.scss */
section#content .jumbotron .btn-default {
  color: #ff5501;
  background-color: #ffffff;
  border-color: #ebebeb;
  margin-top: 1.25em;
}

/* line 356, _scss/main.scss */
body.common section#address {
  background-color: #fff;
  /*#eaedf1;*/
  /*	margin-top: -1px;
  border: 0;*/
  text-align: center;
  /*	padding: 80px 10%;
  	border-bottom: 1px solid #eee;*/
}

/* line 364, _scss/main.scss */
.bg-lines {
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
}

/* line 368, _scss/main.scss */
body.common section#client {
  background-color: #fff;
  /*#eaedf1;*/
  /*	margin-top: -1px;
  	border: 0;*/
  text-align: center;
  /*padding: 80px 10%;*/
  border-top: 1px solid #eee;
}

/* line 376, _scss/main.scss */
body.common section#client .col > div {
  background: #fff;
  border-bottom: 2px solid #eee;
  padding: 30px;
}

/* line 381, _scss/main.scss */
body.common section#client .row {
  margin: 40px 0;
}

/* line 384, _scss/main.scss */
.center {
  margin: 0 auto;
}

/*body.csq-homepage footer {
	background-color:#f5f5f5;
}*/
/* line 391, _scss/main.scss */
footer {
  padding: 50px 0;
  color: #777;
  border-top: 1px solid #eee;
  /*	background-color:#f5f6f7;*/
  background-color: #fff;
}

/* line 399, _scss/main.scss */
footer a, footer span {
  color: #777;
  display: inline-block;
}

/* line 403, _scss/main.scss */
footer .col-lg-9 a {
  margin: 10px 10px;
}

/* line 406, _scss/main.scss */
footer span {
  margin: 10px 0;
}

/* line 410, _scss/main.scss */
footer .nav-pills > li {
  border: 0px;
}

/* line 413, _scss/main.scss */
footer .nav-pills > li > a {
  font-weight: 400;
  font-size: 14px;
}

/* line 418, _scss/main.scss */
footer .nav > li > a:hover,
footer .nav > li > a:focus {
  background-color: transparent;
}

/* line 421, _scss/main.scss */
footer p {
  font-size: 10px;
  margin: 0 0 10px;
  color: #999;
  line-height: 16px;
}

/* line 427, _scss/main.scss */
footer hr {
  border-top: 1px solid #a1a1a1;
  /*$primary-color*/
  opacity: .2;
}

/*.contact-form label{
	font-size:18px;
	font-weight:400;
}*/
/* line 435, _scss/main.scss */
.contact-form label {
  font-weight: 400;
  font-size: 18px;
  color: #858585;
  display: block;
  position: absolute;
  top: 14px;
  left: 28px;
}

/* line 444, _scss/main.scss */
.contact-form .form-control {
  font-size: 18px;
  padding: 14px 15px 16px;
}

/* line 448, _scss/main.scss */
.address p {
  margin-bottom: 15px;
  font-size: 16px;
}

/* line 452, _scss/main.scss */
.address a {
  font-size: 16px;
}

/* line 455, _scss/main.scss */
.panel p {
  font-size: 18px;
}

/* line 458, _scss/main.scss */
.qWrapper {
  text-align: center;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}

/* line 466, _scss/main.scss */
.qWrapper .quote {
  margin: 0px 15px;
  padding: 0px 0px 10px;
  /* [disabled]width: 80%;*/
  text-align: center;
}

/* line 472, _scss/main.scss */
.qWrapper .quote p {
  color: #252525;
  font-size: 22px;
  letter-spacing: -0.02222em;
  line-height: 1.2em;
  margin: 0 0 17px;
  /*0 0 17px*/
  font-weight: 200;
}

/* line 481, _scss/main.scss */
.qWrapper .quote span {
  text-transform: uppercase;
  font-size: .9em;
}

/* line 486, _scss/main.scss */
.qWrapper .quote span span {
  font-size: 1em;
  clear: both;
  color: #A5A5A5;
  display: block;
  text-transform: uppercase;
  margin-top: .1em;
  margin-bottom: 2em;
}

/* line 495, _scss/main.scss */
.pd15 {
  padding: 15px;
}

@media (min-width: 640px) {
  /* line 502, _scss/main.scss */
  body.common header h1 {
    font-size: 48px;
  }

  /* line 506, _scss/main.scss */
  body.common header {
    padding: 70px 0;
  }

  /* line 510, _scss/main.scss */
  body.common section {
    padding: 50px 0%;
  }
}
/* line 517, _scss/main.scss */
section#team figure {
  border-radius: 1% 1% 1% 1%;
  height: 180px;
  margin: auto;
  width: 180px;
  background-size: 100%;
}

@media (min-width: 992px) {
  /* line 525, _scss/main.scss */
  section#team figure {
    border-radius: 1% 1% 1% 1%;
    height: 230px;
    margin: auto;
    width: 230px;
    background-size: 100%;
  }
}
/* line 537, _scss/main.scss */
#team > h2 {
  color: #F7505A;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-top: 40px;
  text-transform: uppercase;
}

@media (max-width: 400px) {
  /* line 546, _scss/main.scss */
  .dn {
    display: none;
  }
}
@media (min-width: 640px) {
  /* line 550, _scss/main.scss */
  .db {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 555, _scss/main.scss */
  section#csq-header .navbar-brand {
    padding: 12px 0px !important;
  }

  /* line 559, _scss/main.scss */
  .logo {
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 564, _scss/main.scss */
  section#csq-header .navbar-brand {
    padding: 30px 0px !important;
  }

  /* line 568, _scss/main.scss */
  .logo {
    height: 40px;
  }

  /* line 571, _scss/main.scss */
  .dropdownn-open .dropdownn-nmenu {
    top: 66px;
  }

  /* line 575, _scss/main.scss */
  .main-nav-link {
    padding: 0px 3px;
    font-size: 13px;
  }
}
/* line 582, _scss/main.scss */
.txt .btn-default, .partners .btn-default {
  border: 1px solid #CCC;
}

/* line 584, _scss/main.scss */
.lh {
  line-height: .5;
}

/*.testimonial {
	background-color:#F5F4F1;}*/
/* line 588, _scss/main.scss */
.shade {
  background-color: #f6f6f6;
  /*F5F4F1*/
}

/* line 591, _scss/main.scss */
.white {
  background-color: #FFFFFF;
}

/* line 593, _scss/main.scss */
.blue {
  background-color: #00ccff;
}

/* line 595, _scss/main.scss */
.testimonial .img-circle {
  border: 7px solid white;
  margin-left: 12px;
}

/* line 598, _scss/main.scss */
.testimonial .carousel-indicators li {
  background: none repeat scroll 0 0 #B5B3AF;
  border-radius: 8px 8px 8px 8px;
  box-shadow: none;
  display: inline-block;
  height: 8px;
  margin-left: 8px;
  overflow: hidden;
  position: relative;
  text-indent: -200%;
  transition: background-color 0.35s ease 0s;
  width: 8px;
  border: 0px;
}

/* line 613, _scss/main.scss */
.testimonial .carousel-indicators .active {
  background: none repeat scroll 0 0 #ff5501 !important;
  /*#484745*/
}

/* line 616, _scss/main.scss */
.testimonial .carousel-caption {
  position: relative;
  right: 0%;
  top: 20px;
  left: 0%;
  z-index: 10;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
  padding: 20px;
  color: #333333;
  text-align: left;
  text-shadow: none;
  width: 100%;
}

/* line 630, _scss/main.scss */
.testimonial .carousel-indicators {
  left: 40px;
  top: 20px;
}

/* line 637, _scss/main.scss */
section#advisory {
  /*	padding: 40px 0px;
  	border-top: none;*/
}

/* line 642, _scss/main.scss */
section#implementation,
section#managed-services {
  /*	padding: 40px 0px;
  	border-top: 1px solid #eee;*/
}

@media (min-width: 768px) {
  /* line 648, _scss/main.scss */
  section#advisory {
    /*	padding: 100px 0 80px;
    	border-top: none;*/
  }

  /* line 653, _scss/main.scss */
  section#implementation,
  section#managed-services {
    /*	padding: 100px 0 80px;
    	border-top: 1px solid #eee;*/
  }
}
@media (min-width: 992px) {
  /* line 660, _scss/main.scss */
  section#advisory {
    background-image: url("../images/bg-icon-advise.png") !important;
    background-repeat: no-repeat !important;
    background-position: center 60% !important;
  }

  /* line 665, _scss/main.scss */
  section#implementation {
    background-image: url("../images/bg-icon-implement.png") !important;
    background-repeat: no-repeat !important;
    background-position: center 90% !important;
  }

  /* line 670, _scss/main.scss */
  section#managed-services {
    background-image: url("../images/bg-icon-manage.png") !important;
    background-repeat: no-repeat !important;
    background-position: center 90% !important;
  }
}
/*.mmt100{
	margin-top:-200px;
	}*/
/* line 680, _scss/main.scss */
.img-icon-bb360 {
  width: 90px;
  margin-left: 5px;
}

@media (min-width: 480px) {
  /* line 685, _scss/main.scss */
  .img-icon-bb360 {
    width: 135px;
  }
}
/* line 689, _scss/main.scss */
.bg-process {
  /*	background-image: url("http://www.conseq.co.uk/images/bg-line.png") !important;
  	opacity: .9;
  	background-repeat: no-repeat !important;
  	background-position: center top !important;*/
}

/* line 695, _scss/main.scss */
body.common section#aim {
  background: #fff;
  padding-bottom: 30px;
}

/* line 700, _scss/main.scss */
.num {
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 4.2em;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  /* line 707, _scss/main.scss */
  #csq-navigation {
    height: inherit !important;
  }
}
/* line 711, _scss/main.scss */
.connectbox {
  color: #3e3e3e;
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  padding-bottom: 30px;
  background-color: #fff;
  /*#E5F4FB;*/
  /*	border-left:#ebecb4 thick solid;*/
}

/* line 719, _scss/main.scss */
.connectbox h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0 0;
  color: #ff5501;
}

/* line 726, _scss/main.scss */
.connectbox .lead {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 0px;
}

@media (min-width: 640px) {
  /* line 733, _scss/main.scss */
  .connectbox .lead {
    font-size: 18px;
  }

  /* line 736, _scss/main.scss */
  .connectbox h2 {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  /* line 741, _scss/main.scss */
  .connectbox .lead {
    font-size: 21px;
  }

  /* line 744, _scss/main.scss */
  .connectbox h2 {
    font-size: 26px;
  }
}
/* line 748, _scss/main.scss */
.text-black {
  color: #494949;
}

/* line 753, _scss/main.scss */
.csq-logo-text {
  color: black;
  font-family: "ProximaNova", Helvetica, Ariel, sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.7px;
  line-height: 40px;
  margin-top: 30px;
  text-rendering: optimizelegibility;
}

/* line 764, _scss/main.scss */
.primary-color {
  color: #ff5501;
}
