/*
 * Sass Bootstrap v3.0.21
 *
 * 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.
 * 
 * Sass -ified by Aaron Lademann @alademann
 */
/* ==========================================================================
	 Custom variables & mixins à toujours placer après les variables et mixins Bootstrap
	 et avant les aurtres @imports de Bootstrap
	 ========================================================================== */
/* ==========================================================================
		Texte caché
	 ========================================================================== */
/* ==========================================================================
		Support SVG
	 ========================================================================== */
/* ==========================================================================
		Variables Couleurs
	 ========================================================================== */
/* ==========================================================================
	 Variables Jeux de typos (font stack) & Font size
	 ========================================================================== */
/* ==========================================================================
	 Composants
	 ========================================================================== */
/* ==========================================================================
	 Grid system
	 ========================================================================== */
/* ==========================================================================
   Mixins REM units by Ray Brown : https://github.com/bitmanic
   ========================================================================== */
/* ============================================================================ */
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* line 22, ../../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

/* line 88, ../../sass/bootstrap/_normalize.scss */
a {
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 71, ../../sass/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

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

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

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

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

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

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

/* line 17, ../../sass/bootstrap/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 22, ../../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "Asap", Arial, Helvetica-, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #623711;
  background-color: white;
}

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

/* line 43, ../../sass/bootstrap/_scaffolding.scss */
a {
  color: #623711;
  text-decoration: none;
}
/* line 48, ../../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #d20000;
  text-decoration: underline;
}
/* line 53, ../../sass/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 38, ../../sass/bootstrap/_type.scss */
.text-primary {
  color: #d20000;
}
/* line 40, ../../sass/bootstrap/_type.scss */
.text-primary:hover {
  color: #9f0000;
}

/* line 44, ../../sass/bootstrap/_type.scss */
.text-warning {
  color: #c09853;
}
/* line 46, ../../sass/bootstrap/_type.scss */
.text-warning:hover {
  color: #a47e3c;
}

/* line 50, ../../sass/bootstrap/_type.scss */
.text-danger {
  color: #b94a48;
}
/* line 52, ../../sass/bootstrap/_type.scss */
.text-danger:hover {
  color: #953b39;
}

/* line 56, ../../sass/bootstrap/_type.scss */
.text-success {
  color: #468847;
}
/* line 58, ../../sass/bootstrap/_type.scss */
.text-success:hover {
  color: #356635;
}

/* line 62, ../../sass/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}
/* line 64, ../../sass/bootstrap/_type.scss */
.text-info:hover {
  color: #2d6987;
}

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

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

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

/* line 79, ../../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Alfa Slab One", Verdana, Tahoma, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: #d20000;
}
/* line 86, ../../sass/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 95, ../../sass/bootstrap/_type.scss */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 100, ../../sass/bootstrap/_type.scss */
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

/* line 106, ../../sass/bootstrap/_type.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 111, ../../sass/bootstrap/_type.scss */
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

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

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

/* line 118, ../../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 18px;
}

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

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

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

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

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

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

/* line 159, ../../sass/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 164, ../../sass/bootstrap/_type.scss */
.list-inline > li:first-child {
  padding-left: 0;
}

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

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

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

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

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

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

/* line 222, ../../sass/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
/* line 226, ../../sass/bootstrap/_type.scss */
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 231, ../../sass/bootstrap/_type.scss */
blockquote p:last-child {
  margin-bottom: 0;
}
/* line 234, ../../sass/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 1.42857;
  color: #999999;
}
/* line 238, ../../sass/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 244, ../../sass/bootstrap/_type.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
/* line 251, ../../sass/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
/* line 256, ../../sass/bootstrap/_type.scss */
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 259, ../../sass/bootstrap/_type.scss */
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

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

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

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

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

/* line 799, ../../sass/bootstrap/_mixins.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 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-2 {
  width: 16.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-5 {
  width: 41.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-8 {
  width: 66.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-11 {
  width: 91.66667%;
}

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

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

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

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

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

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 806, ../../sass/bootstrap/_mixins.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

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

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

  /* line 799, ../../sass/bootstrap/_mixins.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 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

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

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 64, ../../sass/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }

  /* line 799, ../../sass/bootstrap/_mixins.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 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-2 {
    width: 16.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-5 {
    width: 41.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-8 {
    width: 66.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-11 {
    width: 91.66667%;
  }

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

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

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

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 84, ../../sass/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }

  /* line 799, ../../sass/bootstrap/_mixins.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 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

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

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 806, ../../sass/bootstrap/_mixins.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 10, ../../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

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

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

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

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

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

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

/* line 86, ../../sass/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857;
  color: #623711;
  vertical-align: middle;
}

/* line 118, ../../sass/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857;
  color: #623711;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* line 878, ../../sass/bootstrap/_mixins.scss */
.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
/* line 57, ../../sass/bootstrap/_mixins.scss */
.form-control:-moz-placeholder {
  color: #623711;
}
/* line 58, ../../sass/bootstrap/_mixins.scss */
.form-control::-moz-placeholder {
  color: #623711;
}
/* line 59, ../../sass/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #623711;
}
/* line 60, ../../sass/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #623711;
}
/* line 149, ../../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

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

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

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

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

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

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

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

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

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

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

/* line 905, ../../sass/bootstrap/_mixins.scss */
textarea.input-sm {
  height: auto;
}

/* line 892, ../../sass/bootstrap/_mixins.scss */
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 900, ../../sass/bootstrap/_mixins.scss */
select.input-lg {
  height: 45px;
  line-height: 45px;
}

/* line 905, ../../sass/bootstrap/_mixins.scss */
textarea.input-lg {
  height: auto;
}

/* line 842, ../../sass/bootstrap/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
/* line 846, ../../sass/bootstrap/_mixins.scss */
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 849, ../../sass/bootstrap/_mixins.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 856, ../../sass/bootstrap/_mixins.scss */
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

/* line 842, ../../sass/bootstrap/_mixins.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
/* line 846, ../../sass/bootstrap/_mixins.scss */
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 849, ../../sass/bootstrap/_mixins.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 856, ../../sass/bootstrap/_mixins.scss */
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

/* line 842, ../../sass/bootstrap/_mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
/* line 846, ../../sass/bootstrap/_mixins.scss */
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 849, ../../sass/bootstrap/_mixins.scss */
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 856, ../../sass/bootstrap/_mixins.scss */
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

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

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

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

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

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

/* line 55, ../../sass/bootstrap/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
/* line 476, ../../sass/bootstrap/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
/* line 483, ../../sass/bootstrap/_mixins.scss */
.btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 493, ../../sass/bootstrap/_mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}

/* line 58, ../../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 476, ../../sass/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3276b1;
  border-color: #285e8e;
}
/* line 483, ../../sass/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 493, ../../sass/bootstrap/_mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 62, ../../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 476, ../../sass/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ed9c28;
  border-color: #d58512;
}
/* line 483, ../../sass/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 493, ../../sass/bootstrap/_mixins.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 66, ../../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 476, ../../sass/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d2322d;
  border-color: #ac2925;
}
/* line 483, ../../sass/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 493, ../../sass/bootstrap/_mixins.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 70, ../../sass/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 476, ../../sass/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
  color: white;
  background-color: #47a447;
  border-color: #398439;
}
/* line 483, ../../sass/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 493, ../../sass/bootstrap/_mixins.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 74, ../../sass/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 476, ../../sass/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
  color: white;
  background-color: #39b3d7;
  border-color: #269abc;
}
/* line 483, ../../sass/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 493, ../../sass/bootstrap/_mixins.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 83, ../../sass/bootstrap/_buttons.scss */
.btn-link {
  color: #623711;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 92, ../../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 99, ../../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 103, ../../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #d20000;
  text-decoration: underline;
  background-color: transparent;
}
/* line 111, ../../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

/* line 10, ../../sass/bootstrap/_button-groups.scss */
.btn-default .caret {
  border-top-color: #333333;
}
/* line 17, ../../sass/bootstrap/_button-groups.scss */
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 892, ../../sass/bootstrap/_mixins.scss */
.input-group-lg > .form-control .input-lg,
.input-group-lg > .input-group-addon .input-lg,
.input-group-lg > .input-group-btn > .btn .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 900, ../../sass/bootstrap/_mixins.scss */
.input-group-lg > .form-control select.input-lg,
.input-group-lg > .input-group-addon select.input-lg,
.input-group-lg > .input-group-btn > .btn select.input-lg {
  height: 45px;
  line-height: 45px;
}
/* line 905, ../../sass/bootstrap/_mixins.scss */
.input-group-lg > .form-control textarea.input-lg,
.input-group-lg > .input-group-addon textarea.input-lg,
.input-group-lg > .input-group-btn > .btn textarea.input-lg {
  height: auto;
}

/* line 892, ../../sass/bootstrap/_mixins.scss */
.input-group-sm > .form-control .input-sm,
.input-group-sm > .input-group-addon .input-sm,
.input-group-sm > .input-group-btn > .btn .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
/* line 900, ../../sass/bootstrap/_mixins.scss */
.input-group-sm > .form-control select.input-sm,
.input-group-sm > .input-group-addon select.input-sm,
.input-group-sm > .input-group-btn > .btn select.input-sm {
  height: 30px;
  line-height: 30px;
}
/* line 905, ../../sass/bootstrap/_mixins.scss */
.input-group-sm > .form-control textarea.input-sm,
.input-group-sm > .input-group-addon textarea.input-sm,
.input-group-sm > .input-group-btn > .btn textarea.input-sm {
  height: auto;
}

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

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

/* line 63, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #623711;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 75, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
/* line 80, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 6px;
}
/* line 88, ../../sass/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

/* line 117, ../../sass/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
/* line 122, ../../sass/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
/* line 125, ../../sass/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

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

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

/* line 30, ../../sass/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

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

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

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

/* line 11, ../../sass/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

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

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

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

/* line 58, ../../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: black;
}
/* line 67, ../../sass/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 68, ../../sass/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  /* line 122, ../../sass/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* line 127, ../../sass/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
/* line 6, ../../sass/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  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);
  white-space: normal;
}
/* line 26, ../../sass/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, ../../sass/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, ../../sass/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, ../../sass/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

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

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

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

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

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

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

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

/* line 12, ../../sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

/* line 45, ../../sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

/*
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/font-awesome-4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../fonts/font-awesome-4.2.0/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fa-spin {
  /* line 10, ../fonts/font-awesome-4.2.0/scss/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 14, ../fonts/font-awesome-4.2.0/scss/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  /* line 21, ../fonts/font-awesome-4.2.0/scss/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 25, ../fonts/font-awesome-4.2.0/scss/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, ../fonts/font-awesome-4.2.0/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

/* line 18, ../fonts/font-awesome-4.2.0/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

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

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

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

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

/* line 20, ../fonts/font-awesome-4.2.0/scss/_stacked.scss */
.fa-inverse {
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 19, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 20, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 21, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 22, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 23, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 25, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 26, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 27, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 28, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 30, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 31, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 32, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 33, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 34, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 35, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 37, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 38, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 39, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 40, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 41, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 42, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 43, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 44, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 45, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 46, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 47, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 48, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 49, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 50, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 51, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 52, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 53, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 54, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 55, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 56, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 57, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 58, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 59, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 60, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 61, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 62, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 63, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 65, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 66, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 67, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 70, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 71, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 72, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 73, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 74, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 76, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 77, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 78, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 79, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 80, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 81, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 82, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 83, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 84, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 85, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 86, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 87, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 88, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 89, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 90, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 91, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 92, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 93, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 94, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 95, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 96, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 97, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 98, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 99, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 100, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 101, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 102, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 103, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 104, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 105, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 107, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 108, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 109, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 110, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 111, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 112, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 113, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 114, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 115, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 116, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 117, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 118, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 120, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 121, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 122, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 123, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 124, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 125, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 126, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 127, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 128, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 129, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 130, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 131, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 132, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 133, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 135, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 136, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 137, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 138, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 139, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 141, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 142, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 143, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 144, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 145, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 146, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 147, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 148, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 149, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 150, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 151, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 152, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 153, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 154, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 155, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 156, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 157, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 158, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 159, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 160, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 161, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 162, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 163, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 164, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 165, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 166, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 167, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 168, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 169, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 170, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 171, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 172, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 173, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 174, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 175, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 176, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 177, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 178, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 179, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 180, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 181, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 182, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 183, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 185, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 187, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 188, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 189, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 191, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 193, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 194, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 196, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 197, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 200, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 201, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 202, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 203, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 204, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 205, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 206, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 207, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 208, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 209, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 210, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 211, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 212, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 213, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 214, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 215, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 216, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 217, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 219, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 221, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 223, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 224, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 225, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 227, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 229, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 231, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 232, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 233, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 235, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 236, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 237, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 239, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 240, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 241, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 242, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 243, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 244, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 245, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 246, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 247, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 248, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 249, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 250, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 251, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 252, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 253, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 254, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 255, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 256, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 257, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 258, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 259, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 260, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 261, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 262, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 263, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 264, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 265, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 266, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 267, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 268, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 269, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 271, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 272, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 273, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 274, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 275, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 276, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 278, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 279, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 280, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 281, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 282, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 283, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 284, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 285, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 286, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 287, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 288, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 289, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 290, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 292, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 295, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 296, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 297, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 298, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 300, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 301, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 302, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 303, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 304, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 305, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 306, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 307, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 308, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 309, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 310, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 311, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 312, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 313, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 314, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 315, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 316, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 317, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 318, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 319, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 320, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 321, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 322, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 323, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 324, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 325, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 326, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 327, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 328, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 329, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 330, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 331, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 332, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 333, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 334, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 335, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 336, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 337, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 339, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 341, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 343, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 345, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 346, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 348, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 350, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 354, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 357, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 359, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 361, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 362, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 363, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 364, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 365, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 366, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 367, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 368, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 369, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 370, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 371, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 372, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 373, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 374, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 375, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 376, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 377, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 378, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 379, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 380, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 381, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 382, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 383, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 384, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 385, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 386, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 387, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 388, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 389, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 390, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 391, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 392, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 393, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 394, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 395, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 396, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 397, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 398, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 399, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 400, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 401, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 402, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 403, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 404, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 405, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 406, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 407, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 408, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 409, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 410, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 411, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 413, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 414, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 415, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 416, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 418, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 419, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 420, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 421, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 422, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 423, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 424, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 427, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 429, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 430, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 431, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 432, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 433, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 434, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 435, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 436, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 437, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 438, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 439, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 440, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 441, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 442, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 443, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 444, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 445, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 446, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 447, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 448, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 449, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 450, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 451, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 452, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 453, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 454, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 456, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 458, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 459, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 460, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 461, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 462, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 463, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 464, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 465, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 466, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 467, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 470, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 472, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 474, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 476, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 477, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 478, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 479, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 480, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 485, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 486, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 488, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 490, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 491, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 492, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 493, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 494, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 495, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 497, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 499, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 501, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 502, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 503, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 504, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 505, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 506, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 507, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 508, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 509, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 511, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 512, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 513, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 514, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 515, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 516, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 517, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 518, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 519, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 520, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 521, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 522, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 523, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 524, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 525, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 526, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 527, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 528, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 529, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 530, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 531, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 532, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 533, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 534, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 535, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 536, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 537, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 538, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 539, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 540, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 541, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 542, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 543, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 544, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 545, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 546, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 547, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 548, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 551, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 552, ../fonts/font-awesome-4.2.0/scss/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 20, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox {
  padding-right: 0;
  padding-left: 0;
}
/* line 24, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox label {
  display: inline-block;
  position: relative;
}
/* line 30, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 100%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
}
/* line 44, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 100%;
  top: 0;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
/* line 59, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"] {
  display: none;
  float: right;
}
/* line 66, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: '\f00c';
  color: #623711;
}
/* line 71, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"]:checked + label {
  color: #623711;
}
/* line 74, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"]:checked + label::before {
  border-color: #623711;
}
/* line 78, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
/* line 81, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
/* line 89, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
/* line 93, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox.checkbox-inline {
  margin-top: 0;
}

/* line 9, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #d20000;
  border-color: #d20000;
}
/* line 13, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 9, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
/* line 13, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 9, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
/* line 13, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 9, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
/* line 13, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 9, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #82c86f;
  border-color: #82c86f;
}
/* line 13, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

/* line 126, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio {
  padding-left: 20px;
}
/* line 129, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
/* line 134, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
/* line 148, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
}
/* line 166, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio input[type="radio"] {
  display: none;
}
/* line 173, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
/* line 176, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
/* line 183, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio.radio-inline {
  margin-top: 0;
}

/* line 111, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-primary input[type="radio"] + label::after {
  background-color: #d20000;
}
/* line 116, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #d20000;
}
/* line 119, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #d20000;
}

/* line 111, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
/* line 116, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
/* line 119, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

/* line 111, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
/* line 116, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
/* line 119, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

/* line 111, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
/* line 116, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
/* line 119, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

/* line 111, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-success input[type="radio"] + label::after {
  background-color: #82c86f;
}
/* line 116, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-success input[type="radio"]:checked + label::before {
  border-color: #82c86f;
}
/* line 119, ../../sass/partials/_fontawesome-bootstrap-checkbox.scss */
.radio-success input[type="radio"]:checked + label::after {
  background-color: #82c86f;
}

/*
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
 * @version 1.3.0
 *
 * Bootstrap Popover Extended - Popover with modal behavior, styling enhancements and more.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover {
  padding: 0;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-lg {
  min-width: 480px;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-md {
  min-width: 350px;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover > .close {
  float: right;
  margin: 7px 9px 7px 7px;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover.bottom-right > .arrow, .popover.top-right > .arrow {
  left: 90%;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover.bottom-left > .arrow, .popover.top-left > .arrow {
  left: 10%;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover.left-top > .arrow, .popover.right-top > .arrow {
  top: 10%;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover.left-bottom > .arrow, .popover.right-bottom > .arrow {
  top: 90%;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-default.bottom > .arrow:after {
  border-bottom-color: #f7f7f7;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-primary.bottom > .arrow:after {
  border-bottom-color: #428bca;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-success.bottom > .arrow:after {
  border-bottom-color: #dff0d8;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-danger.bottom > .arrow:after {
  border-bottom-color: #f2dede;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-warning.bottom > .arrow:after {
  border-bottom-color: #fcf8e3;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-info.bottom > .arrow:after {
  border-bottom-color: #d9edf7;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-default.left-top > .arrow:after {
  border-left-color: #f7f7f7;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-default.right-top > .arrow:after {
  border-right-color: #f7f7f7;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-primary.left-top > .arrow:after {
  border-left-color: #428bca;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-primary.right-top > .arrow:after {
  border-right-color: #428bca;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-success.left-top > .arrow:after {
  border-left-color: #dff0d8;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-success.right-top > .arrow:after {
  border-right-color: #dff0d8;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-danger.left-top > .arrow:after {
  border-left-color: #f2dede;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-danger.right-top > .arrow:after {
  border-right-color: #f2dede;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-warning.left-top > .arrow:after {
  border-left-color: #fcf8e3;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-warning.right-top > .arrow:after {
  border-right-color: #fcf8e3;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-info.left-top > .arrow:after {
  border-left-color: #d9edf7;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-info.right-top > .arrow:after {
  border-right-color: #d9edf7;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-default > .popover-title {
  color: #333;
  background-color: #f7f7f7;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-primary > .popover-title {
  color: #fff;
  background-color: #428bca;
  border: 2px solid #428bca;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-success > .popover-title {
  color: #3c763d;
  background-color: #dff0d8;
  border-bottom: 1px solid #d6e9c6;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-info > .popover-title {
  color: #31708f;
  background-color: #d9edf7;
  border-bottom: 1px solid #bce8f1;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-warning > .popover-title {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-bottom: 1px solid #faebcc;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-danger > .popover-title {
  color: #a94442;
  background-color: #f2dede;
  border-bottom: 1px solid #ebccd1;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-footer {
  padding: 4px;
  background-color: #fbfbfb;
  text-align: right;
  border-top: 1px solid #ebebeb;
  border-radius: 0 0 5px 5px;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 4px;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.has-footer.popover.top > .arrow:after, .popover.has-footer.top > .arrow:after {
  border-top-color: #fbfbfb;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover.has-footer.left-bottom > .arrow:after {
  border-top-color: transparent;
  border-left-color: #fbfbfb;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover.has-footer.right-bottom > .arrow:after {
  border-top-color: transparent;
  border-right-color: #fbfbfb;
}

/* line 9, ../../sass/partials/_bootstrap-popover-x.min.scss */
.popover-loading {
  padding: 30px;
  background: url(../img/loading.gif) center center;
}

/* ==========================================================================
   Elements
   ========================================================================== */
/* line 108, ../../sass/ptlg.scss */
html,
body {
  height: 100%;
}

/* line 109, ../../sass/ptlg.scss */
body {
  min-height: 100%;
  background-color: #e9e0dc;
  font-family: "Asap", Arial, Helvetica-, sans-serif;
  font-size: 13px;
  color: #623711;
}

/* line 110, ../../sass/ptlg.scss */
header {
  margin-bottom: 20px;
  background: white;
}

/* line 111, ../../sass/ptlg.scss */
ul {
  list-style: none;
  padding: 0;
}

/* line 112, ../../sass/ptlg.scss */
a {
  color: #623711;
  text-decoration: none!important;
  outline: none!important;
}

/* line 113, ../../sass/ptlg.scss */
button {
  border: none;
  background: none;
}
/* line 114, ../../sass/ptlg.scss */
button:focus {
  outline: none!important;
}

/* line 116, ../../sass/ptlg.scss */
hr {
  border-color: #e7e7e7;
}

/* ==========================================================================
  Icons - Bg-img
   ========================================================================== */
/* Icons page Profil */
/* ==========================================================================
   Landing page
   ========================================================================== */
/* line 134, ../../sass/ptlg.scss */
.container-fluid {
  margin: 3% 0;
}

/* line 135, ../../sass/ptlg.scss */
.row {
  margin: 0;
  padding: 0;
}

/* line 136, ../../sass/ptlg.scss */
.col {
  padding: 0;
}
/* line 137, ../../sass/ptlg.scss */
.col.center {
  text-align: center;
}

/* line 139, ../../sass/ptlg.scss */
.personnage {
  width: 100%;
}

/* line 140, ../../sass/ptlg.scss */
.logo-ptlg {
  margin-bottom: 2%;
  margin-top: -3%;
}

/* line 142, ../../sass/ptlg.scss */
h1 {
  font-size: 60px;
  font-size: 6rem;
  text-align: center;
  text-transform: uppercase;
  text-shadow: white 1px 1px 0px;
}
/* line 143, ../../sass/ptlg.scss */
h1 span {
  display: inline-block;
  padding-bottom: 0.1em;
  font-family: "Cookie", cursive;
  text-transform: lowercase;
}
/* line 144, ../../sass/ptlg.scss */
h1 strong {
  font-size: 80px;
  font-size: 8rem;
}

/* line 146, ../../sass/ptlg.scss */
p {
  font-size: 30px;
  font-size: 3rem;
  font-style: italic;
  text-align: center;
}

/* Réseaux sociaux */
/* line 150, ../../sass/ptlg.scss */
#partage {
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
}
/* line 151, ../../sass/ptlg.scss */
#partage li {
  padding: 0 4%;
}
/* line 152, ../../sass/ptlg.scss */
#partage a.badge {
  display: block;
  width: 50px;
  height: 50px;
  padding: 11px 13px;
  font-size: 2.3em;
  text-align: center;
  color: inherit;
  background-color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/* line 153, ../../sass/ptlg.scss */
#partage a.badge:hover {
  color: #d20000;
}
/* line 154, ../../sass/ptlg.scss */
#partage a.badge span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 157, ../../sass/ptlg.scss */
.btn-rs {
  background-color: #fff;
}

/* line 158, ../../sass/ptlg.scss */
.small {
  font-size: 14px;
  font-size: 1.4rem;
}

/* E-mail */
/* line 161, ../../sass/ptlg.scss */
form {
  position: relative;
  margin: 30px 20% 40px;
}
/* line 162, ../../sass/ptlg.scss */
form.form-horizontal .form-group {
  margin: 0;
}
/* line 163, ../../sass/ptlg.scss */
form #email {
  color: #623711;
  border: none;
}
/* line 164, ../../sass/ptlg.scss */
form .btn-submit {
  font-style: italic;
  color: white;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#734114), to(#623711));
  background-image: -webkit-linear-gradient(top, #734114, 0%, #623711, 100%);
  background-image: -moz-linear-gradient(top, #734114 0%, #623711 100%);
  background-image: linear-gradient(to bottom, #734114 0%, #623711 100%);
  background-repeat: repeat-x;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF734114', endColorstr='#FF623711');
  text-shadow: #623711 -1px -1px 0px;
}
/* line 169, ../../sass/ptlg.scss */
form .btn-submit:hover, form .btn-submit:focus, form .btn-submit:active {
  color: white;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dc0000), to(#d20000));
  background-image: -webkit-linear-gradient(top, #dc0000, 0%, #d20000, 100%);
  background-image: -moz-linear-gradient(top, #dc0000 0%, #d20000 100%);
  background-image: linear-gradient(to bottom, #dc0000 0%, #d20000 100%);
  background-repeat: repeat-x;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFDC0000', endColorstr='#FFD20000');
  text-shadow: #d20000 -1px -1px 0px;
}

/* Gestion de l'email */
/* line 173, ../../sass/ptlg.scss */
.help-block {
  display: inline-block;
  margin-top: 0!important;
  color: #d20000 !important;
}

/* Gestion du popover */
/* line 179, ../../sass/ptlg.scss */
.close {
  padding: 0 5px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Extra small Phones */
@media only screen and (min-width: 320px) {
  /* line 189, ../../sass/ptlg.scss */
  .logo-ptlg {
    width: 40%;
    margin-bottom: 0;
    margin-top: -1%;
  }

  /* line 191, ../../sass/ptlg.scss */
  h1 {
    margin-top: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 192, ../../sass/ptlg.scss */
  h1 span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  /* line 193, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 24px;
    font-size: 2.4rem;
  }

  /* line 195, ../../sass/ptlg.scss */
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* line 197, ../../sass/ptlg.scss */
  #partage {
    margin-top: 15px;
  }
  /* line 198, ../../sass/ptlg.scss */
  #partage a.badge {
    width: 34px;
    height: 34px;
    padding: 8px 9px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* line 200, ../../sass/ptlg.scss */
  .small {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* line 201, ../../sass/ptlg.scss */
  form {
    margin: 30px 0 20px;
  }
  /* line 202, ../../sass/ptlg.scss */
  form #email {
    height: 100px;
    padding-bottom: 70px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
  /* line 203, ../../sass/ptlg.scss */
  form .btn-submit {
    width: 97%;
    margin-top: -85px;
    white-space: normal;
  }

  /* line 205, ../../sass/ptlg.scss */
  .help-block {
    font-size: 90%;
  }
}
@media only screen and (min-width: 480px) {
  /* line 209, ../../sass/ptlg.scss */
  .logo-ptlg {
    width: 30%;
  }

  /* line 211, ../../sass/ptlg.scss */
  h1 {
    margin-top: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 212, ../../sass/ptlg.scss */
  h1 span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  /* line 213, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 20px;
    font-size: 2rem;
  }

  /* line 215, ../../sass/ptlg.scss */
  p {
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* line 216, ../../sass/ptlg.scss */
  #partage a.badge {
    width: 38px;
    height: 38px;
    padding: 9px 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  /* line 217, ../../sass/ptlg.scss */
  .small {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* line 218, ../../sass/ptlg.scss */
  form #email {
    height: 90px;
    padding-bottom: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }

  /* line 219, ../../sass/ptlg.scss */
  form .btn-submit {
    width: 98%;
    margin-top: -65px;
    white-space: nowrap;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 560px) {
  /* line 224, ../../sass/ptlg.scss */
  .logo-ptlg {
    width: 29%;
  }

  /* line 226, ../../sass/ptlg.scss */
  h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  /* line 227, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 26px;
    font-size: 2.6rem;
  }

  /* line 229, ../../sass/ptlg.scss */
  p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* line 230, ../../sass/ptlg.scss */
  form {
    margin-right: 8%;
    margin-left: 8%;
  }
}
/* Small Tablet Devices */
@media only screen and (min-width: 640px) {
  /* line 235, ../../sass/ptlg.scss */
  h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  /* line 236, ../../sass/ptlg.scss */
  h1 span {
    font-size: 29px;
    font-size: 2.9rem;
  }
  /* line 237, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 29px;
    font-size: 2.9rem;
  }

  /* line 239, ../../sass/ptlg.scss */
  #partage a.badge {
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  /* line 240, ../../sass/ptlg.scss */
  form {
    margin-right: 13%;
    margin-left: 13%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* line 245, ../../sass/ptlg.scss */
  .logo-ptlg {
    width: 28%;
  }

  /* line 247, ../../sass/ptlg.scss */
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  /* line 248, ../../sass/ptlg.scss */
  h1 span {
    font-size: 35px;
    font-size: 3.5rem;
  }
  /* line 249, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 35px;
    font-size: 3.5rem;
  }

  /* line 251, ../../sass/ptlg.scss */
  p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 840px) {
  /* line 257, ../../sass/ptlg.scss */
  h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  /* line 258, ../../sass/ptlg.scss */
  h1 span {
    font-size: 38px;
    font-size: 3.8rem;
  }
  /* line 259, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 38px;
    font-size: 3.8rem;
  }

  /* line 261, ../../sass/ptlg.scss */
  #partage a.badge {
    width: 45px;
    height: 45px;
    padding: 10px 11px;
    font-size: 26px;
    font-size: 2.6rem;
  }

  /* line 262, ../../sass/ptlg.scss */
  .small {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* line 263, ../../sass/ptlg.scss */
  form {
    margin-right: 13%;
    margin-left: 13%;
  }
  /* line 264, ../../sass/ptlg.scss */
  form #email {
    font-size: 16px;
  }
  /* line 265, ../../sass/ptlg.scss */
  form .btn-submit {
    margin-top: -70px;
    font-size: 16px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 1024px) {
  /* line 271, ../../sass/ptlg.scss */
  .logo-ptlg {
    width: 25%;
    margin-bottom: 1%;
  }

  /* line 273, ../../sass/ptlg.scss */
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  /* line 274, ../../sass/ptlg.scss */
  h1 span {
    font-size: 46px;
    font-size: 4.6rem;
  }
  /* line 275, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 46px;
    font-size: 4.6rem;
  }

  /* line 277, ../../sass/ptlg.scss */
  p {
    font-size: 19px;
    font-size: 1.9rem;
  }

  /* line 279, ../../sass/ptlg.scss */
  #partage {
    margin-top: 15px;
  }
  /* line 280, ../../sass/ptlg.scss */
  #partage li {
    padding: 0 3%;
  }
  /* line 281, ../../sass/ptlg.scss */
  #partage a.badge {
    width: 50px;
    height: 50px;
    padding: 11px 12px;
    font-size: 30px;
    font-size: 3rem;
  }

  /* line 283, ../../sass/ptlg.scss */
  form {
    margin-right: 17%;
    margin-left: 17%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1280px) {
  /* line 288, ../../sass/ptlg.scss */
  .logo-ptlg {
    width: 22%;
    margin-bottom: 2%;
    margin-top: -2%;
  }

  /* line 290, ../../sass/ptlg.scss */
  h1 {
    font-size: 44px;
    font-size: 4.4rem;
  }
  /* line 291, ../../sass/ptlg.scss */
  h1 span {
    font-size: 54px;
    font-size: 5.4rem;
  }
  /* line 292, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 54px;
    font-size: 5.4rem;
  }

  /* line 294, ../../sass/ptlg.scss */
  p {
    font-size: 21px;
    font-size: 2.1rem;
  }

  /* line 295, ../../sass/ptlg.scss */
  form {
    margin-right: 20%;
    margin-left: 20%;
  }

  /* line 296, ../../sass/ptlg.scss */
  .help-block {
    width: 100%;
    font-size: 100%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1440px) {
  /* line 302, ../../sass/ptlg.scss */
  .logo-ptlg {
    width: 21%;
  }

  /* line 304, ../../sass/ptlg.scss */
  h1 {
    font-size: 50px;
    font-size: 5rem;
  }
  /* line 305, ../../sass/ptlg.scss */
  h1 span {
    font-size: 56px;
    font-size: 5.6rem;
  }
  /* line 306, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 60px;
    font-size: 6rem;
  }

  /* line 308, ../../sass/ptlg.scss */
  p {
    font-size: 23px;
    font-size: 2.3rem;
  }

  /* line 309, ../../sass/ptlg.scss */
  #partage {
    margin-top: 25px;
  }
  /* line 310, ../../sass/ptlg.scss */
  #partage a.badge {
    width: 55px;
    height: 55px;
    padding: 12px 13px;
    font-size: 34px;
    font-size: 3.4rem;
  }

  /* line 312, ../../sass/ptlg.scss */
  form {
    margin-right: 17%;
    margin-left: 17%;
  }
  /* line 313, ../../sass/ptlg.scss */
  form #email {
    height: 48px;
    margin-bottom: 5px;
    padding-right: 60%;
    padding-bottom: 10px;
    text-align: left;
  }
  /* line 314, ../../sass/ptlg.scss */
  form .btn-submit {
    position: absolute;
    float: right;
    width: auto;
    top: 3px;
    right: 3px;
    margin-top: 0;
    font-size: 16px;
  }

  /* line 316, ../../sass/ptlg.scss */
  .help-block {
    margin-top: 10px!important;
  }
}
/* Extra Large Devices, Wide Screens */
@media only screen and (min-width: 1680px) {
  /* line 321, ../../sass/ptlg.scss */
  .logo-ptlg {
    width: 20%;
  }

  /* line 323, ../../sass/ptlg.scss */
  h1 {
    font-size: 58px;
    font-size: 5.8rem;
  }
  /* line 324, ../../sass/ptlg.scss */
  h1 span {
    font-size: 64px;
    font-size: 6.4rem;
  }
  /* line 325, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 70px;
    font-size: 7rem;
  }

  /* line 327, ../../sass/ptlg.scss */
  p {
    font-size: 24px;
    font-size: 2.4rem;
  }

  /* line 328, ../../sass/ptlg.scss */
  #partage {
    margin-top: 25px;
  }
  /* line 329, ../../sass/ptlg.scss */
  #partage a.badge {
    width: 60px;
    height: 60px;
    padding: 13px 14px;
    font-size: 38px;
    font-size: 3.8rem;
  }

  /* line 331, ../../sass/ptlg.scss */
  .small {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* line 332, ../../sass/ptlg.scss */
  form {
    margin-right: 19%;
    margin-left: 19%;
  }
  /* line 333, ../../sass/ptlg.scss */
  form #email {
    padding-right: 55%;
  }
}
/* Huge Large Devices, Wide Screens */
@media only screen and (min-width: 1920px) {
  /* line 339, ../../sass/ptlg.scss */
  .container-fluid {
    margin: 2% 0;
  }

  /* line 341, ../../sass/ptlg.scss */
  h1 {
    font-size: 60px;
    font-size: 6rem;
  }
  /* line 342, ../../sass/ptlg.scss */
  h1 span {
    font-size: 70px;
    font-size: 7rem;
  }
  /* line 343, ../../sass/ptlg.scss */
  h1 strong {
    font-size: 80px;
    font-size: 8rem;
  }

  /* line 345, ../../sass/ptlg.scss */
  p {
    font-size: 30px;
    font-size: 3rem;
  }

  /* line 346, ../../sass/ptlg.scss */
  form {
    margin-right: 20%;
    margin-left: 20%;
  }
  /* line 347, ../../sass/ptlg.scss */
  form #email {
    padding-right: 50%;
  }
}
/* ==========================================================================
   CSS pour IE
   ========================================================================== */
/* IE8 */
/* line 360, ../../sass/ptlg.scss */
.ie8 h1 {
  font-weight: bold;
}
/* line 361, ../../sass/ptlg.scss */
.ie8 h1 span {
  font-family: Georgia,"Times New Roman",Times,serif;
}
/* line 363, ../../sass/ptlg.scss */
.ie8 p {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
}
