@media (max-width: 767px) {
  /* line 24, ../sass/theme/_utilities.scss */
  .text-center-xs {
    text-align: center;
  }
}

@media (min-width: 768px) {
  /* line 30, ../sass/theme/_utilities.scss */
  .img-responsive-sm {
    display: block;
    height: auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 38, ../sass/theme/_utilities.scss */
  .no-mg-t-xs {
    margin-top: 0 !important;
  }
}

/* line 44, ../sass/theme/_utilities.scss */
.no-mg-t {
  margin-top: 0 !important;
}

/* line 45, ../sass/theme/_utilities.scss */
.no-mg-b {
  margin-bottom: 0 !important;
}

/* line 120, ../sass/theme/_utilities.scss */
.center-block {
  margin-left: auto;
  margin-right: auto;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format("embedded-opentype"), url('../fonts/fontawesome-webfont.woff?v=3.2.1') format("woff"), url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format("truetype"), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
/* line 37, ../sass/theme/_font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 46, ../sass/theme/_font-awesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 53, ../sass/theme/_font-awesome.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
/* line 58, ../sass/theme/_font-awesome.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
/* line 63, ../sass/theme/_font-awesome.scss */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}

/* line 70, ../sass/theme/_font-awesome.scss */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

/* line 74, ../sass/theme/_font-awesome.scss */
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 78, ../sass/theme/_font-awesome.scss */
.icons-ul > li {
  position: relative;
}

/* line 81, ../sass/theme/_font-awesome.scss */
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}

/* line 88, ../sass/theme/_font-awesome.scss */
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

/* line 92, ../sass/theme/_font-awesome.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 95, ../sass/theme/_font-awesome.scss */
.icon-light {
  color: #ffffff;
}

/* line 98, ../sass/theme/_font-awesome.scss */
.icon-dark {
  color: #333333;
}

/* line 101, ../sass/theme/_font-awesome.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 108, ../sass/theme/_font-awesome.scss */
.icon-2x {
  font-size: 2em;
}

/* line 111, ../sass/theme/_font-awesome.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 117, ../sass/theme/_font-awesome.scss */
.icon-3x {
  font-size: 3em;
}

/* line 120, ../sass/theme/_font-awesome.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 126, ../sass/theme/_font-awesome.scss */
.icon-4x {
  font-size: 4em;
}

/* line 129, ../sass/theme/_font-awesome.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 135, ../sass/theme/_font-awesome.scss */
.icon-5x {
  font-size: 5em;
}

/* line 138, ../sass/theme/_font-awesome.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 144, ../sass/theme/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 147, ../sass/theme/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 150, ../sass/theme/_font-awesome.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 154, ../sass/theme/_font-awesome.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 161, ../sass/theme/_font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 174, ../sass/theme/_font-awesome.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 190, ../sass/theme/_font-awesome.scss */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 196, ../sass/theme/_font-awesome.scss */
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 202, ../sass/theme/_font-awesome.scss */
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 212, ../sass/theme/_font-awesome.scss */
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

/* line 218, ../sass/theme/_font-awesome.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 222, ../sass/theme/_font-awesome.scss */
.btn.btn-sm [class^="icon-"].pull-left.icon-2x,
.btn.btn-sm [class*=" icon-"].pull-left.icon-2x,
.btn.btn-sm [class^="icon-"].pull-right.icon-2x,
.btn.btn-sm [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 228, ../sass/theme/_font-awesome.scss */
.btn.btn-lg [class^="icon-"],
.btn.btn-lg [class*=" icon-"] {
  margin-top: 0;
}

/* line 232, ../sass/theme/_font-awesome.scss */
.btn.btn-lg [class^="icon-"].pull-left.icon-2x,
.btn.btn-lg [class*=" icon-"].pull-left.icon-2x,
.btn.btn-lg [class^="icon-"].pull-right.icon-2x,
.btn.btn-lg [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

/* line 238, ../sass/theme/_font-awesome.scss */
.btn.btn-lg [class^="icon-"].pull-left.icon-2x,
.btn.btn-lg [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

/* line 242, ../sass/theme/_font-awesome.scss */
.btn.btn-lg [class^="icon-"].pull-right.icon-2x,
.btn.btn-lg [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
/* line 247, ../sass/theme/_font-awesome.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 254, ../sass/theme/_font-awesome.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 262, ../sass/theme/_font-awesome.scss */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* line 273, ../sass/theme/_font-awesome.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 278, ../sass/theme/_font-awesome.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
/* line 286, ../sass/theme/_font-awesome.scss */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
/* line 332, ../sass/theme/_font-awesome.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 340, ../sass/theme/_font-awesome.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 348, ../sass/theme/_font-awesome.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 356, ../sass/theme/_font-awesome.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 363, ../sass/theme/_font-awesome.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 371, ../sass/theme/_font-awesome.scss */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 380, ../sass/theme/_font-awesome.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 383, ../sass/theme/_font-awesome.scss */
.icon-music:before {
  content: "\f001";
}

/* line 386, ../sass/theme/_font-awesome.scss */
.icon-search:before {
  content: "\f002";
}

/* line 389, ../sass/theme/_font-awesome.scss */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 392, ../sass/theme/_font-awesome.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 395, ../sass/theme/_font-awesome.scss */
.icon-star:before {
  content: "\f005";
}

/* line 398, ../sass/theme/_font-awesome.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 401, ../sass/theme/_font-awesome.scss */
.icon-user:before {
  content: "\f007";
}

/* line 404, ../sass/theme/_font-awesome.scss */
.icon-film:before {
  content: "\f008";
}

/* line 407, ../sass/theme/_font-awesome.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 410, ../sass/theme/_font-awesome.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 413, ../sass/theme/_font-awesome.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 416, ../sass/theme/_font-awesome.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 419, ../sass/theme/_font-awesome.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 422, ../sass/theme/_font-awesome.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 425, ../sass/theme/_font-awesome.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 428, ../sass/theme/_font-awesome.scss */
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

/* line 432, ../sass/theme/_font-awesome.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 435, ../sass/theme/_font-awesome.scss */
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

/* line 439, ../sass/theme/_font-awesome.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 442, ../sass/theme/_font-awesome.scss */
.icon-home:before {
  content: "\f015";
}

/* line 445, ../sass/theme/_font-awesome.scss */
.icon-file-alt:before {
  content: "\f016";
}

/* line 448, ../sass/theme/_font-awesome.scss */
.icon-time:before {
  content: "\f017";
}

/* line 451, ../sass/theme/_font-awesome.scss */
.icon-road:before {
  content: "\f018";
}

/* line 454, ../sass/theme/_font-awesome.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 457, ../sass/theme/_font-awesome.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 460, ../sass/theme/_font-awesome.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 463, ../sass/theme/_font-awesome.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 466, ../sass/theme/_font-awesome.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 469, ../sass/theme/_font-awesome.scss */
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

/* line 473, ../sass/theme/_font-awesome.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 476, ../sass/theme/_font-awesome.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 479, ../sass/theme/_font-awesome.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 482, ../sass/theme/_font-awesome.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 485, ../sass/theme/_font-awesome.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 488, ../sass/theme/_font-awesome.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 491, ../sass/theme/_font-awesome.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 494, ../sass/theme/_font-awesome.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 497, ../sass/theme/_font-awesome.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 500, ../sass/theme/_font-awesome.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 503, ../sass/theme/_font-awesome.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 506, ../sass/theme/_font-awesome.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 509, ../sass/theme/_font-awesome.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 512, ../sass/theme/_font-awesome.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 515, ../sass/theme/_font-awesome.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 518, ../sass/theme/_font-awesome.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 521, ../sass/theme/_font-awesome.scss */
.icon-font:before {
  content: "\f031";
}

/* line 524, ../sass/theme/_font-awesome.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 527, ../sass/theme/_font-awesome.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 530, ../sass/theme/_font-awesome.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 533, ../sass/theme/_font-awesome.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 536, ../sass/theme/_font-awesome.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 539, ../sass/theme/_font-awesome.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 542, ../sass/theme/_font-awesome.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 545, ../sass/theme/_font-awesome.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 548, ../sass/theme/_font-awesome.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 551, ../sass/theme/_font-awesome.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 554, ../sass/theme/_font-awesome.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 557, ../sass/theme/_font-awesome.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 560, ../sass/theme/_font-awesome.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 563, ../sass/theme/_font-awesome.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 566, ../sass/theme/_font-awesome.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 569, ../sass/theme/_font-awesome.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 572, ../sass/theme/_font-awesome.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 575, ../sass/theme/_font-awesome.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 578, ../sass/theme/_font-awesome.scss */
.icon-share:before {
  content: "\f045";
}

/* line 581, ../sass/theme/_font-awesome.scss */
.icon-check:before {
  content: "\f046";
}

/* line 584, ../sass/theme/_font-awesome.scss */
.icon-move:before {
  content: "\f047";
}

/* line 587, ../sass/theme/_font-awesome.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 590, ../sass/theme/_font-awesome.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 593, ../sass/theme/_font-awesome.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 596, ../sass/theme/_font-awesome.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 599, ../sass/theme/_font-awesome.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 602, ../sass/theme/_font-awesome.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 605, ../sass/theme/_font-awesome.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 608, ../sass/theme/_font-awesome.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 611, ../sass/theme/_font-awesome.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 614, ../sass/theme/_font-awesome.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 617, ../sass/theme/_font-awesome.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 620, ../sass/theme/_font-awesome.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 623, ../sass/theme/_font-awesome.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 626, ../sass/theme/_font-awesome.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 629, ../sass/theme/_font-awesome.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 632, ../sass/theme/_font-awesome.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 635, ../sass/theme/_font-awesome.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 638, ../sass/theme/_font-awesome.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 641, ../sass/theme/_font-awesome.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 644, ../sass/theme/_font-awesome.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 647, ../sass/theme/_font-awesome.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 650, ../sass/theme/_font-awesome.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 653, ../sass/theme/_font-awesome.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 656, ../sass/theme/_font-awesome.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 659, ../sass/theme/_font-awesome.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 662, ../sass/theme/_font-awesome.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 665, ../sass/theme/_font-awesome.scss */
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

/* line 669, ../sass/theme/_font-awesome.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 672, ../sass/theme/_font-awesome.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 675, ../sass/theme/_font-awesome.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 678, ../sass/theme/_font-awesome.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 681, ../sass/theme/_font-awesome.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 684, ../sass/theme/_font-awesome.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 687, ../sass/theme/_font-awesome.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 690, ../sass/theme/_font-awesome.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 693, ../sass/theme/_font-awesome.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 696, ../sass/theme/_font-awesome.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 699, ../sass/theme/_font-awesome.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 702, ../sass/theme/_font-awesome.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 705, ../sass/theme/_font-awesome.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 708, ../sass/theme/_font-awesome.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 711, ../sass/theme/_font-awesome.scss */
.icon-random:before {
  content: "\f074";
}

/* line 714, ../sass/theme/_font-awesome.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 717, ../sass/theme/_font-awesome.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 720, ../sass/theme/_font-awesome.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 723, ../sass/theme/_font-awesome.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 726, ../sass/theme/_font-awesome.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 729, ../sass/theme/_font-awesome.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 732, ../sass/theme/_font-awesome.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 735, ../sass/theme/_font-awesome.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 738, ../sass/theme/_font-awesome.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 741, ../sass/theme/_font-awesome.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 744, ../sass/theme/_font-awesome.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 747, ../sass/theme/_font-awesome.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 750, ../sass/theme/_font-awesome.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 753, ../sass/theme/_font-awesome.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 756, ../sass/theme/_font-awesome.scss */
.icon-key:before {
  content: "\f084";
}

/* line 759, ../sass/theme/_font-awesome.scss */
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

/* line 763, ../sass/theme/_font-awesome.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 766, ../sass/theme/_font-awesome.scss */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 769, ../sass/theme/_font-awesome.scss */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 772, ../sass/theme/_font-awesome.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 775, ../sass/theme/_font-awesome.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 778, ../sass/theme/_font-awesome.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 781, ../sass/theme/_font-awesome.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 784, ../sass/theme/_font-awesome.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 787, ../sass/theme/_font-awesome.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 790, ../sass/theme/_font-awesome.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 793, ../sass/theme/_font-awesome.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 796, ../sass/theme/_font-awesome.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 799, ../sass/theme/_font-awesome.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 802, ../sass/theme/_font-awesome.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 805, ../sass/theme/_font-awesome.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 808, ../sass/theme/_font-awesome.scss */
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

/* line 812, ../sass/theme/_font-awesome.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 815, ../sass/theme/_font-awesome.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 818, ../sass/theme/_font-awesome.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 821, ../sass/theme/_font-awesome.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 824, ../sass/theme/_font-awesome.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 827, ../sass/theme/_font-awesome.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 830, ../sass/theme/_font-awesome.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 833, ../sass/theme/_font-awesome.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 836, ../sass/theme/_font-awesome.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 839, ../sass/theme/_font-awesome.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 842, ../sass/theme/_font-awesome.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 845, ../sass/theme/_font-awesome.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 848, ../sass/theme/_font-awesome.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 851, ../sass/theme/_font-awesome.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 854, ../sass/theme/_font-awesome.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 857, ../sass/theme/_font-awesome.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 860, ../sass/theme/_font-awesome.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 863, ../sass/theme/_font-awesome.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 866, ../sass/theme/_font-awesome.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 869, ../sass/theme/_font-awesome.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 872, ../sass/theme/_font-awesome.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 875, ../sass/theme/_font-awesome.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 878, ../sass/theme/_font-awesome.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 881, ../sass/theme/_font-awesome.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 884, ../sass/theme/_font-awesome.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 887, ../sass/theme/_font-awesome.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 890, ../sass/theme/_font-awesome.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 893, ../sass/theme/_font-awesome.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 896, ../sass/theme/_font-awesome.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 899, ../sass/theme/_font-awesome.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 902, ../sass/theme/_font-awesome.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 905, ../sass/theme/_font-awesome.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 908, ../sass/theme/_font-awesome.scss */
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 912, ../sass/theme/_font-awesome.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 915, ../sass/theme/_font-awesome.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 918, ../sass/theme/_font-awesome.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 921, ../sass/theme/_font-awesome.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 924, ../sass/theme/_font-awesome.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 927, ../sass/theme/_font-awesome.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 930, ../sass/theme/_font-awesome.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 933, ../sass/theme/_font-awesome.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 936, ../sass/theme/_font-awesome.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 939, ../sass/theme/_font-awesome.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 942, ../sass/theme/_font-awesome.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 945, ../sass/theme/_font-awesome.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 948, ../sass/theme/_font-awesome.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 951, ../sass/theme/_font-awesome.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 954, ../sass/theme/_font-awesome.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 957, ../sass/theme/_font-awesome.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 960, ../sass/theme/_font-awesome.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 963, ../sass/theme/_font-awesome.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 966, ../sass/theme/_font-awesome.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 969, ../sass/theme/_font-awesome.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 972, ../sass/theme/_font-awesome.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 975, ../sass/theme/_font-awesome.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 978, ../sass/theme/_font-awesome.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 981, ../sass/theme/_font-awesome.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 984, ../sass/theme/_font-awesome.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 987, ../sass/theme/_font-awesome.scss */
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

/* line 991, ../sass/theme/_font-awesome.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 994, ../sass/theme/_font-awesome.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 997, ../sass/theme/_font-awesome.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 1000, ../sass/theme/_font-awesome.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 1003, ../sass/theme/_font-awesome.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 1006, ../sass/theme/_font-awesome.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 1009, ../sass/theme/_font-awesome.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 1012, ../sass/theme/_font-awesome.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 1015, ../sass/theme/_font-awesome.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 1018, ../sass/theme/_font-awesome.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 1021, ../sass/theme/_font-awesome.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 1024, ../sass/theme/_font-awesome.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 1027, ../sass/theme/_font-awesome.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 1030, ../sass/theme/_font-awesome.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 1033, ../sass/theme/_font-awesome.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 1036, ../sass/theme/_font-awesome.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 1039, ../sass/theme/_font-awesome.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 1042, ../sass/theme/_font-awesome.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 1045, ../sass/theme/_font-awesome.scss */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 1048, ../sass/theme/_font-awesome.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 1051, ../sass/theme/_font-awesome.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 1054, ../sass/theme/_font-awesome.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 1057, ../sass/theme/_font-awesome.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 1060, ../sass/theme/_font-awesome.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 1063, ../sass/theme/_font-awesome.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 1066, ../sass/theme/_font-awesome.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 1069, ../sass/theme/_font-awesome.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 1072, ../sass/theme/_font-awesome.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 1075, ../sass/theme/_font-awesome.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 1078, ../sass/theme/_font-awesome.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 1081, ../sass/theme/_font-awesome.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 1084, ../sass/theme/_font-awesome.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 1087, ../sass/theme/_font-awesome.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 1090, ../sass/theme/_font-awesome.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 1093, ../sass/theme/_font-awesome.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 1096, ../sass/theme/_font-awesome.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 1099, ../sass/theme/_font-awesome.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 1102, ../sass/theme/_font-awesome.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 1105, ../sass/theme/_font-awesome.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 1108, ../sass/theme/_font-awesome.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 1111, ../sass/theme/_font-awesome.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 1114, ../sass/theme/_font-awesome.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 1117, ../sass/theme/_font-awesome.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 1120, ../sass/theme/_font-awesome.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 1123, ../sass/theme/_font-awesome.scss */
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

/* line 1127, ../sass/theme/_font-awesome.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 1130, ../sass/theme/_font-awesome.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 1133, ../sass/theme/_font-awesome.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1136, ../sass/theme/_font-awesome.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 1139, ../sass/theme/_font-awesome.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 1142, ../sass/theme/_font-awesome.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 1145, ../sass/theme/_font-awesome.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 1148, ../sass/theme/_font-awesome.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 1151, ../sass/theme/_font-awesome.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 1154, ../sass/theme/_font-awesome.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 1157, ../sass/theme/_font-awesome.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 1160, ../sass/theme/_font-awesome.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 1163, ../sass/theme/_font-awesome.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 1166, ../sass/theme/_font-awesome.scss */
.icon-code:before {
  content: "\f121";
}

/* line 1169, ../sass/theme/_font-awesome.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 1172, ../sass/theme/_font-awesome.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 1175, ../sass/theme/_font-awesome.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 1179, ../sass/theme/_font-awesome.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 1182, ../sass/theme/_font-awesome.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 1185, ../sass/theme/_font-awesome.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 1188, ../sass/theme/_font-awesome.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 1191, ../sass/theme/_font-awesome.scss */
.icon-question:before {
  content: "\f128";
}

/* line 1194, ../sass/theme/_font-awesome.scss */
.icon-info:before {
  content: "\f129";
}

/* line 1197, ../sass/theme/_font-awesome.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 1200, ../sass/theme/_font-awesome.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 1203, ../sass/theme/_font-awesome.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 1206, ../sass/theme/_font-awesome.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 1209, ../sass/theme/_font-awesome.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 1212, ../sass/theme/_font-awesome.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 1215, ../sass/theme/_font-awesome.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 1218, ../sass/theme/_font-awesome.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 1221, ../sass/theme/_font-awesome.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 1224, ../sass/theme/_font-awesome.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 1227, ../sass/theme/_font-awesome.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 1230, ../sass/theme/_font-awesome.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 1233, ../sass/theme/_font-awesome.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 1236, ../sass/theme/_font-awesome.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 1239, ../sass/theme/_font-awesome.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 1242, ../sass/theme/_font-awesome.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 1245, ../sass/theme/_font-awesome.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 1248, ../sass/theme/_font-awesome.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 1251, ../sass/theme/_font-awesome.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 1254, ../sass/theme/_font-awesome.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 1257, ../sass/theme/_font-awesome.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 1260, ../sass/theme/_font-awesome.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 1263, ../sass/theme/_font-awesome.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 1266, ../sass/theme/_font-awesome.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 1269, ../sass/theme/_font-awesome.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 1272, ../sass/theme/_font-awesome.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 1275, ../sass/theme/_font-awesome.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 1278, ../sass/theme/_font-awesome.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 1281, ../sass/theme/_font-awesome.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 1284, ../sass/theme/_font-awesome.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 1287, ../sass/theme/_font-awesome.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 1290, ../sass/theme/_font-awesome.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 1293, ../sass/theme/_font-awesome.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 1296, ../sass/theme/_font-awesome.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 1299, ../sass/theme/_font-awesome.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 1302, ../sass/theme/_font-awesome.scss */
.icon-collapse:before {
  content: "\f150";
}

/* line 1305, ../sass/theme/_font-awesome.scss */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 1308, ../sass/theme/_font-awesome.scss */
.icon-expand:before {
  content: "\f152";
}

/* line 1311, ../sass/theme/_font-awesome.scss */
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

/* line 1315, ../sass/theme/_font-awesome.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 1318, ../sass/theme/_font-awesome.scss */
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

/* line 1322, ../sass/theme/_font-awesome.scss */
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

/* line 1326, ../sass/theme/_font-awesome.scss */
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

/* line 1330, ../sass/theme/_font-awesome.scss */
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

/* line 1334, ../sass/theme/_font-awesome.scss */
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

/* line 1338, ../sass/theme/_font-awesome.scss */
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

/* line 1342, ../sass/theme/_font-awesome.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 1345, ../sass/theme/_font-awesome.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 1348, ../sass/theme/_font-awesome.scss */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 1351, ../sass/theme/_font-awesome.scss */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 1354, ../sass/theme/_font-awesome.scss */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 1357, ../sass/theme/_font-awesome.scss */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 1360, ../sass/theme/_font-awesome.scss */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 1363, ../sass/theme/_font-awesome.scss */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 1366, ../sass/theme/_font-awesome.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 1369, ../sass/theme/_font-awesome.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 1372, ../sass/theme/_font-awesome.scss */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 1375, ../sass/theme/_font-awesome.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 1378, ../sass/theme/_font-awesome.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 1381, ../sass/theme/_font-awesome.scss */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 1384, ../sass/theme/_font-awesome.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 1387, ../sass/theme/_font-awesome.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 1390, ../sass/theme/_font-awesome.scss */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 1393, ../sass/theme/_font-awesome.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 1396, ../sass/theme/_font-awesome.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 1399, ../sass/theme/_font-awesome.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 1402, ../sass/theme/_font-awesome.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 1405, ../sass/theme/_font-awesome.scss */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 1408, ../sass/theme/_font-awesome.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 1411, ../sass/theme/_font-awesome.scss */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 1414, ../sass/theme/_font-awesome.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 1417, ../sass/theme/_font-awesome.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 1420, ../sass/theme/_font-awesome.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 1423, ../sass/theme/_font-awesome.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 1426, ../sass/theme/_font-awesome.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 1429, ../sass/theme/_font-awesome.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 1432, ../sass/theme/_font-awesome.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 1435, ../sass/theme/_font-awesome.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 1438, ../sass/theme/_font-awesome.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 1441, ../sass/theme/_font-awesome.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 1444, ../sass/theme/_font-awesome.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 1447, ../sass/theme/_font-awesome.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 1450, ../sass/theme/_font-awesome.scss */
.icon-female:before {
  content: "\f182";
}

/* line 1453, ../sass/theme/_font-awesome.scss */
.icon-male:before {
  content: "\f183";
}

/* line 1456, ../sass/theme/_font-awesome.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 1459, ../sass/theme/_font-awesome.scss */
.icon-sun:before {
  content: "\f185";
}

/* line 1462, ../sass/theme/_font-awesome.scss */
.icon-moon:before {
  content: "\f186";
}

/* line 1465, ../sass/theme/_font-awesome.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 1468, ../sass/theme/_font-awesome.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 1471, ../sass/theme/_font-awesome.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 1474, ../sass/theme/_font-awesome.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 1477, ../sass/theme/_font-awesome.scss */
.icon-renren:before {
  content: "\f18b";
}

@font-face {
  font-family: "Montserrat";
  src: url('../fonts/montserrat-bold-webfont.eot');
  src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/montserrat-bold-webfont.woff') format("woff"), url('../fonts/montserrat-bold-webfont.ttf') format("truetype"), url('../fonts/montserrat-bold-webfont.svg#montserratbold') format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url('../fonts/montserrat-regular-webfont.eot');
  src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/montserrat-regular-webfont.woff') format("woff"), url('../fonts/montserrat-regular-webfont.ttf') format("truetype"), url('../fonts/montserrat-regular-webfont.svg#montserratregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 23, ../sass/theme/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  font-weight: 400;
  color: #222222;
}

/* line 29, ../sass/theme/_type.scss */
h1 {
  font-size: 28px;
}

/* line 30, ../sass/theme/_type.scss */
h2 {
  font-size: 24.5px;
}

/* line 31, ../sass/theme/_type.scss */
h3 {
  font-size: 21px;
}

/* line 32, ../sass/theme/_type.scss */
h4 {
  font-size: 17.5px;
}

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

/* line 34, ../sass/theme/_type.scss */
h6 {
  font-size: 10.5px;
}

@media (max-width: 768px) {
  /* line 37, ../sass/theme/_type.scss */
  h1 {
    font-size: 24.5px;
  }

  /* line 38, ../sass/theme/_type.scss */
  h2 {
    font-size: 21px;
  }

  /* line 39, ../sass/theme/_type.scss */
  h3 {
    font-size: 17.5px;
  }

  /* line 40, ../sass/theme/_type.scss */
  h4 {
    font-size: 14px;
  }

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

  /* line 42, ../sass/theme/_type.scss */
  h6 {
    font-size: 7px;
  }
}
/* line 46, ../sass/theme/_type.scss */
h1 [class^="icon-"] {
  color: #f34541;
}

/* line 51, ../sass/theme/_type.scss */
.page-header {
  border-bottom-color: #D5C7A0;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  color: #222222;
  background: #fff;
  min-height: 85px;
  padding: 20px;
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 768px) {
  /* line 51, ../sass/theme/_type.scss */
  .page-header {
    padding: 0 15px;
  }
}
/* line 68, ../sass/theme/_type.scss */
.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
  margin: 0;
  color: #222222;
  vertical-align: middle;
}
/* line 74, ../sass/theme/_type.scss */
.page-header .breadcrumb {
  margin-bottom: 0;
  line-height: 10px;
}
@media (min-width: 768px) {
  /* line 74, ../sass/theme/_type.scss */
  .page-header .breadcrumb {
    padding: 10px 0;
  }
}
/* line 83, ../sass/theme/_type.scss */
.page-header .breadcrumb li:first-child > a {
  text-decoration: none;
  -moz-transition: color 100ms ease;
  -o-transition: color 100ms ease;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
}
/* line 87, ../sass/theme/_type.scss */
.page-header .breadcrumb li:first-child > a:hover {
  color: #f34541;
}
@media (min-width: 768px) {
  /* line 94, ../sass/theme/_type.scss */
  .page-header h1.pull-left {
    margin-top: 27px;
  }
}
/* line 100, ../sass/theme/_type.scss */
.page-header .pull-right {
  margin-top: 15px;
}
@media (min-width: 768px) {
  /* line 100, ../sass/theme/_type.scss */
  .page-header .pull-right {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  /* line 51, ../sass/theme/_type.scss */
  .page-header {
    text-align: center;
  }
  /* line 111, ../sass/theme/_type.scss */
  .page-header > .pull-right, .page-header > .pull-left {
    float: none !important;
  }
}

/* line 117, ../sass/theme/_type.scss */
.group-header {
  border-top: 1px solid #eee;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 125, ../sass/theme/_type.scss */
.group-header .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 130, ../sass/theme/_type.scss */
.group-header > .row:first-child {
  padding-top: 20px;
  border-top: 1px solid #fff;
}
/* line 135, ../sass/theme/_type.scss */
.group-header.group-header-first {
  margin-top: 0;
  border-top: none;
}
/* line 139, ../sass/theme/_type.scss */
.group-header.group-header-first > .row:first-child {
  padding-top: 0;
  border-top: none;
}

/* line 146, ../sass/theme/_type.scss */
hr {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}
/* line 153, ../sass/theme/_type.scss */
hr.hr-normal {
  margin-left: 0;
  margin-right: 0;
}
/* line 158, ../sass/theme/_type.scss */
hr.hr-top {
  margin-top: 0;
}
/* line 162, ../sass/theme/_type.scss */
hr.hr-bottom {
  margin-bottom: 0;
}
/* line 166, ../sass/theme/_type.scss */
hr.hr-double {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 2, ../sass/theme/_header.scss */
header .navbar {
  margin: 0;
  padding: 0 0 0 5px;
  background-color: #f34541;
  border: none;
  min-height: 40px;
  height: 40px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  /* line 2, ../sass/theme/_header.scss */
  header .navbar {
    padding: 0 15px;
  }
}
/* line 15, ../sass/theme/_header.scss */
header .navbar .navbar-brand {
  color: #fff;
  font-size: 20px;
  text-shadow: none;
  font-weight: 200;
  padding: 0;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}
/* line 25, ../sass/theme/_header.scss */
header .navbar .navbar-brand:hover, header .navbar .navbar-brand:focus {
  color: #fff;
}
/* line 29, ../sass/theme/_header.scss */
header .navbar .navbar-brand .logo {
  width: 87%;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  /* line 29, ../sass/theme/_header.scss */
  header .navbar .navbar-brand .logo {
    display: inline-block;
  }
}
/* line 39, ../sass/theme/_header.scss */
header .navbar .navbar-brand .logo-xs {
  display: inline-block;
  width: 87%;
  height: auto;
}
@media (min-width: 768px) {
  /* line 39, ../sass/theme/_header.scss */
  header .navbar .navbar-brand .logo-xs {
    display: none;
  }
}
/* line 49, ../sass/theme/_header.scss */
header .navbar .navbar-brand img {
  margin-top: -2px;
}
/* line 54, ../sass/theme/_header.scss */
header .navbar .toggle-nav {
  color: #fff;
  text-shadow: none;
  vertical-align: middle;
  padding: 4px 12px;
  margin-top: 5px;
  margin-left: 15px;
  background-color: #f34541;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  /* line 54, ../sass/theme/_header.scss */
  header .navbar .toggle-nav {
    margin-left: 15px;
  }
}
/* line 69, ../sass/theme/_header.scss */
header .navbar .toggle-nav:active, header .navbar .toggle-nav.active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #f01611;
}
/* line 74, ../sass/theme/_header.scss */
header .navbar .toggle-nav:hover {
  background-color: #f01611;
}
/* line 79, ../sass/theme/_header.scss */
header .navbar .navbar-form {
  margin: 5px 10px 0 0;
  padding: 0;
  position: relative;
  border: none;
}
/* line 85, ../sass/theme/_header.scss */
header .navbar .navbar-form button {
  position: absolute;
  color: #f34541;
  right: 10px;
  top: 6px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  z-index: 1031;
  text-shadow: none;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
/* line 97, ../sass/theme/_header.scss */
header .navbar .navbar-form button:hover {
  color: #aa0e0b;
}
/* line 102, ../sass/theme/_header.scss */
header .navbar .navbar-form input {
  border-color: #f01611;
  padding-left: 7px;
  padding-right: 25px;
  color: #aa0e0b;
  height: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 109, ../sass/theme/_utilities.scss */
header .navbar .navbar-form input:-moz-placeholder {
  color: #f67471;
}
/* line 112, ../sass/theme/_utilities.scss */
header .navbar .navbar-form input:-ms-input-placeholder {
  color: #f67471;
}
/* line 115, ../sass/theme/_utilities.scss */
header .navbar .navbar-form input::-webkit-input-placeholder {
  color: #f67471;
}
/* line 112, ../sass/theme/_header.scss */
header .navbar .navbar-form input:hover, header .navbar .navbar-form input:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 109, ../sass/theme/_utilities.scss */
header .navbar .navbar-form input:hover:-moz-placeholder {
  color: #f9a3a1;
}
/* line 112, ../sass/theme/_utilities.scss */
header .navbar .navbar-form input:hover:-ms-input-placeholder {
  color: #f9a3a1;
}
/* line 115, ../sass/theme/_utilities.scss */
header .navbar .navbar-form input:hover::-webkit-input-placeholder {
  color: #f9a3a1;
}
/* line 120, ../sass/theme/_header.scss */
header .navbar .navbar-form input:focus {
  border-color: #c2100c;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../sass/theme/_utilities.scss */
header .navbar .navbar-form input:focus:-moz-placeholder {
  color: #f88b89;
}
/* line 112, ../sass/theme/_utilities.scss */
header .navbar .navbar-form input:focus:-ms-input-placeholder {
  color: #f88b89;
}
/* line 115, ../sass/theme/_utilities.scss */
header .navbar .navbar-form input:focus::-webkit-input-placeholder {
  color: #f88b89;
}
/* line 128, ../sass/theme/_header.scss */
header .navbar .navbar-form:hover input {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 135, ../sass/theme/_header.scss */
header .navbar .user-menu > a {
  height: 40px;
  line-height: 38px;
}
/* line 140, ../sass/theme/_header.scss */
header .navbar .user-menu .dropdown-toggle {
  padding: 0 15px;
}
/* line 143, ../sass/theme/_header.scss */
header .navbar .user-menu .dropdown-toggle img {
  border: 2px solid #fff;
  margin-right: 5px;
  vertical-align: top;
  position: relative;
  top: 8px;
  width: 23px;
  height: 23px;
}
/* line 152, ../sass/theme/_header.scss */
header .navbar .user-menu .dropdown-toggle .user-name {
  display: none;
}
@media (min-width: 768px) {
  /* line 152, ../sass/theme/_header.scss */
  header .navbar .user-menu .dropdown-toggle .user-name {
    display: inline;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 161, ../sass/theme/_header.scss */
  header .navbar .user-menu .dropdown-toggle span {
    position: relative;
    top: 1px;
  }
}
/* line 170, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu {
  padding: 0;
}
/* line 173, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu > li {
  width: 270px;
}
/* line 176, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu > li > a {
  padding: 0;
  white-space: normal;
}
/* line 181, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu > li > a:hover [class*="icon"] {
  color: #fff !important;
}
/* line 185, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu > li > a:hover small {
  color: #fff !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 192, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu > li .widget-body {
  padding: 5px;
  overflow: hidden;
  *zoom: 1;
}
/* line 196, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu > li .widget-body .icon {
  width: 25px;
}
/* line 200, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu > li .widget-body .text {
  width: 230px;
}
/* line 203, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu > li .widget-body .text small {
  white-space: nowrap;
}
/* line 210, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu > li.widget-footer a {
  padding: 10px 0;
  background: #F3F2E4;
  text-align: center;
}
/* line 215, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu > li.widget-footer a:hover {
  background: #f34541;
}
/* line 222, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu p {
  margin: 0;
}
/* line 226, ../sass/theme/_header.scss */
header .navbar .widget .dropdown-menu .divider {
  margin: 0;
}
/* line 232, ../sass/theme/_header.scss */
header .navbar > .nav {
  float: right;
  margin: 0;
}
/* line 236, ../sass/theme/_header.scss */
header .navbar > .nav > li {
  float: left;
}
/* line 239, ../sass/theme/_header.scss */
header .navbar > .nav > li .label {
  background: #fff;
  color: #f34541;
}
/* line 246, ../sass/theme/_header.scss */
header .navbar > .nav > li.dropdown > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 254, ../sass/theme/_header.scss */
header .navbar > .nav > li.dropdown > a:hover .caret, header .navbar > .nav > li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 262, ../sass/theme/_header.scss */
header .navbar > .nav > li.dropdown.open > .dropdown-toggle {
  color: #fff;
}
/* line 265, ../sass/theme/_header.scss */
header .navbar > .nav > li.dropdown.open > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 274, ../sass/theme/_header.scss */
header .navbar > .nav > li.light > a {
  background: #f01611;
}
/* line 277, ../sass/theme/_header.scss */
header .navbar > .nav > li.light > a .label {
  color: #da120e;
}
/* line 281, ../sass/theme/_header.scss */
header .navbar > .nav > li.light > a:hover, header .navbar > .nav > li.light > a:active, header .navbar > .nav > li.light > a:focus {
  background-color: #da120e;
}
/* line 289, ../sass/theme/_header.scss */
header .navbar > .nav > li.medium > a {
  background: #da120e;
}
/* line 292, ../sass/theme/_header.scss */
header .navbar > .nav > li.medium > a .label {
  color: #c2100c;
}
/* line 296, ../sass/theme/_header.scss */
header .navbar > .nav > li.medium > a:hover, header .navbar > .nav > li.medium > a:active, header .navbar > .nav > li.medium > a:focus {
  background-color: #c2100c;
}
/* line 303, ../sass/theme/_header.scss */
header .navbar > .nav > li.dark > a {
  background: #c2100c;
}
/* line 306, ../sass/theme/_header.scss */
header .navbar > .nav > li.dark > a .label {
  color: #aa0e0b;
}
/* line 310, ../sass/theme/_header.scss */
header .navbar > .nav > li.dark > a:hover, header .navbar > .nav > li.dark > a:active, header .navbar > .nav > li.dark > a:focus {
  background-color: #aa0e0b;
}
/* line 318, ../sass/theme/_header.scss */
header .navbar > .nav > li > a {
  color: #fff;
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 324, ../sass/theme/_header.scss */
header .navbar > .nav > li > a:focus, header .navbar > .nav > li > a:hover {
  color: #fff;
}
/* line 331, ../sass/theme/_header.scss */
header .navbar.navbar-fixed-top {
  position: fixed;
}
/* line 335, ../sass/theme/_header.scss */
header .navbar .dropdown-menu {
  right: 0;
  left: auto;
}
@media print {
  /* line 1, ../sass/theme/_header.scss */
  header {
    display: none;
  }
}

/* line 1, ../sass/theme/_navigation.scss */
#main-nav-bg {
  width: 251px;
  position: absolute;
  float: left;
  border-right: 1px solid #D5C7A0;
  background: #F3F2E4;
  display: block;
  z-index: -1;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  /* line 1, ../sass/theme/_navigation.scss */
  #main-nav-bg {
    width: 46px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/theme/_navigation.scss */
  #main-nav-bg {
    width: 0;
  }
}
@media print {
  /* line 1, ../sass/theme/_navigation.scss */
  #main-nav-bg {
    display: none;
  }
}

/* line 25, ../sass/theme/_navigation.scss */
#main-nav {
  width: 250px;
  position: absolute;
  left: 0;
  top: 40px;
}
/* line 31, ../sass/theme/_navigation.scss */
#main-nav.main-nav-fixed {
  top: 40px;
  left: 0;
  z-index: 900;
}
/* line 36, ../sass/theme/_navigation.scss */
#main-nav.main-nav-fixed.affix {
  position: fixed;
  top: 0;
}
/* line 41, ../sass/theme/_navigation.scss */
#main-nav.main-nav-fixed.affix-top {
  top: 40px !important;
}
/* line 45, ../sass/theme/_navigation.scss */
#main-nav.main-nav-fixed.affix-bottom {
  position: fixed;
}
@media (max-width: 991px) {
  /* line 25, ../sass/theme/_navigation.scss */
  #main-nav {
    width: 45px;
  }
}
@media (max-width: 767px) {
  /* line 25, ../sass/theme/_navigation.scss */
  #main-nav {
    width: 0;
    overflow: hidden;
  }
}
@media print {
  /* line 25, ../sass/theme/_navigation.scss */
  #main-nav {
    display: none;
  }
}

/* line 65, ../sass/theme/_navigation.scss */
.main-nav-opened #main-nav-bg {
  width: 251px;
}
/* line 69, ../sass/theme/_navigation.scss */
.main-nav-opened #main-nav {
  width: 250px;
  overflow: visible;
}
@media (max-width: 767px) {
  /* line 76, ../sass/theme/_navigation.scss */
  .main-nav-opened #main-nav .navigation .search {
    display: block;
  }
}
/* line 84, ../sass/theme/_navigation.scss */
.main-nav-opened #main-nav .navigation > .nav > li i.angle-down, .main-nav-opened #main-nav .navigation > .nav > li span {
  display: inline !important;
}
@media (max-width: 991px) {
  /* line 87, ../sass/theme/_navigation.scss */
  .main-nav-opened #main-nav .navigation > .nav > li ul.in {
    display: block !important;
  }
}

/* line 98, ../sass/theme/_navigation.scss */
.main-nav-closed #main-nav-bg {
  width: 46px;
}
@media (max-width: 767px) {
  /* line 98, ../sass/theme/_navigation.scss */
  .main-nav-closed #main-nav-bg {
    width: 0;
  }
}
@media (min-width: 992px) {
  /* line 106, ../sass/theme/_navigation.scss */
  .main-nav-closed #main-nav {
    width: 45px;
  }
}
@media (max-width: 767px) {
  /* line 106, ../sass/theme/_navigation.scss */
  .main-nav-closed #main-nav {
    width: 0;
    overflow: hidden;
  }
}
/* line 121, ../sass/theme/_navigation.scss */
.main-nav-closed #main-nav .navigation > .nav > li > .nav {
  display: none !important;
}
/* line 124, ../sass/theme/_navigation.scss */
.main-nav-closed #main-nav .navigation > .nav > li > .nav.in {
  display: none;
}
@media (min-width: 992px) {
  /* line 132, ../sass/theme/_navigation.scss */
  .main-nav-closed #main-nav .navigation > .nav > li:hover > a > span {
    position: absolute;
    top: -1px;
    left: 45px;
    width: 250px;
    height: 43px;
    line-height: 40px;
    background-color: #d7c9a4;
    display: block;
    z-index: 1000;
    border: 1px solid #D5C7A0;
    border-left: none;
  }
  /* line 148, ../sass/theme/_navigation.scss */
  .main-nav-closed #main-nav .navigation > .nav > li:hover > a > .angle-down {
    position: absolute;
    left: 270px;
    top: 0;
    display: block;
    z-index: 1100;
  }
  /* line 163, ../sass/theme/_navigation.scss */
  .main-nav-closed #main-nav .navigation > .nav > li:hover > ul {
    display: block !important;
    position: absolute;
    z-index: 1000;
    height: auto;
    overflow: visible;
    top: 42px;
    left: 47px;
    width: 248px;
    background-color: #eae8cf;
    border-bottom: 1px solid #ddd1b2;
  }
  /* line 175, ../sass/theme/_navigation.scss */
  .main-nav-closed #main-nav .navigation > .nav > li:hover > ul.in {
    border-bottom: 1px solid #ddd1b2;
  }
  /* line 181, ../sass/theme/_navigation.scss */
  .main-nav-closed #main-nav .navigation > .nav > li:hover > ul li a span {
    display: inline;
  }
}
/* line 190, ../sass/theme/_navigation.scss */
.main-nav-closed #main-nav .navigation > .nav > li i.angle-down, .main-nav-closed #main-nav .navigation > .nav > li span {
  display: none;
}

/* line 199, ../sass/theme/_navigation.scss */
#main-nav .navigation {
  width: 100%;
}
/* line 202, ../sass/theme/_navigation.scss */
#main-nav .navigation .nav {
  margin-bottom: 0;
}
/* line 207, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav {
  border-bottom: 1px solid #f1f0e0;
  background: #F3F2E4;
}
/* line 211, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li {
  position: relative;
  display: block;
  margin: 0;
}
@media (max-width: 991px) {
  /* line 225, ../sass/theme/_navigation.scss */
  #main-nav .navigation > .nav > li span, #main-nav .navigation > .nav > li i.angle-down {
    display: none !important;
  }
}
/* line 230, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > a {
  background-color: #ECE7D8;
  height: 42px;
  display: block;
  line-height: 45px;
  padding: 0 10px;
  border-bottom: 1px solid #ddd1b2;
  border-top: 1px solid #f1f0e0;
  overflow: hidden;
  *zoom: 1;
  overflow: visible !important;
}
/* line 243, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > a.in [class^="icon-"], #main-nav .navigation > .nav > li > a.in [class*=" icon-"] {
  color: #f34541;
}
/* line 247, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > a.in span {
  color: #663333;
}
/* line 252, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > a.in.collapsed [class^="icon-"], #main-nav .navigation > .nav > li > a.in.collapsed [class*=" icon-"] {
  color: #663333;
}
/* line 256, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > a.in.collapsed span {
  color: #3c3c3c;
}
/* line 278, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > a [class^="icon-"], #main-nav .navigation > .nav > li > a [class*=" icon-"] {
  color: #663333;
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  width: 25px;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
/* line 287, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > a [class^="icon-"].angle-down, #main-nav .navigation > .nav > li > a [class*=" icon-"].angle-down {
  width: auto !important;
}
/* line 292, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > a .icon-angle-down {
  float: right;
  line-height: 40px;
  margin-right: 0;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
/* line 299, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > a span {
  color: #3c3c3c;
  text-shadow: 1px 1px 1px #eeedd9;
  position: relative;
  top: -2px;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
/* line 309, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li:hover > a, #main-nav .navigation > .nav > li:focus > a, #main-nav .navigation > .nav > li.active > a {
  background-color: #d7c9a4;
}
/* line 312, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li:hover > a [class^="icon-"], #main-nav .navigation > .nav > li:hover > a [class*=" icon-"], #main-nav .navigation > .nav > li:focus > a [class^="icon-"], #main-nav .navigation > .nav > li:focus > a [class*=" icon-"], #main-nav .navigation > .nav > li.active > a [class^="icon-"], #main-nav .navigation > .nav > li.active > a [class*=" icon-"] {
  color: #f34541 !important;
}
/* line 316, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li:hover > a span, #main-nav .navigation > .nav > li:focus > a span, #main-nav .navigation > .nav > li.active > a span {
  color: #663333 !important;
  padding-left: 2px !important;
}
/* line 330, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li .nav {
  background: #eae8cf;
  border-bottom: 1px solid #ddd1b2;
  display: none;
}
@media (min-width: 992px) {
  /* line 337, ../sass/theme/_navigation.scss */
  #main-nav .navigation > .nav > li .nav.in {
    display: block;
  }
}
@media (max-width: 991px) {
  /* line 343, ../sass/theme/_navigation.scss */
  #main-nav .navigation > .nav > li .nav.in {
    display: none !important;
  }
}
/* line 349, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li .nav > li > a {
  padding: 5px;
  border-top: 1px solid #dad7ac;
}
/* line 353, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li .nav > li > a .icon-angle-down {
  float: right;
  margin-top: 1px;
  margin-right: 7px;
}
/* line 359, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li .nav > li > a [class^="icon-"], #main-nav .navigation > .nav > li .nav > li > a [class*=" icon-"] {
  display: inline-block;
  text-align: center;
  width: 25px;
}
/* line 364, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li .nav > li > a [class^="icon-"].angle-down, #main-nav .navigation > .nav > li .nav > li > a [class*=" icon-"].angle-down {
  width: auto !important;
}
/* line 369, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li .nav > li > a:hover, #main-nav .navigation > .nav > li .nav > li > a:focus {
  background-color: #eeedd9;
}
/* line 372, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li .nav > li > a:hover [class^="icon-"], #main-nav .navigation > .nav > li .nav > li > a:hover [class*=" icon-"], #main-nav .navigation > .nav > li .nav > li > a:focus [class^="icon-"], #main-nav .navigation > .nav > li .nav > li > a:focus [class*=" icon-"] {
  color: #f34541;
}
/* line 379, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li .nav > li.active > a {
  background-color: #eeedd9;
}
/* line 383, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li .nav > li.active > a [class^="icon-"], #main-nav .navigation > .nav > li .nav > li.active > a [class*=" icon-"] {
  color: #f34541;
}
/* line 392, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > .nav {
  border-right: 1px solid transparent;
}
/* line 395, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > .nav > li {
  margin: 0;
}
/* line 398, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > .nav > li > a {
  padding-left: 10px;
}
/* line 403, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > .nav > li > .nav {
  border-top: 1px solid #ddd1b2;
  border-bottom: none;
}
/* line 408, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > .nav > li > .nav > li > a {
  padding-left: 20px;
}
/* line 413, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > .nav > li > .nav > li > .nav {
  border-top: 1px solid #ddd1b2;
  border-bottom: none;
}
/* line 418, ../sass/theme/_navigation.scss */
#main-nav .navigation > .nav > li > .nav > li > .nav > li > .nav > li > a {
  padding-left: 30px;
}
/* line 430, ../sass/theme/_navigation.scss */
#main-nav .navigation .search {
  border-bottom: 1px solid #ddd1b2;
  display: none;
}
/* line 434, ../sass/theme/_navigation.scss */
#main-nav .navigation .search form {
  margin: 10px 0;
}
/* line 438, ../sass/theme/_navigation.scss */
#main-nav .navigation .search form .search-wrapper {
  border: 1px solid #f1f0e0;
  width: 210px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/* line 444, ../sass/theme/_navigation.scss */
#main-nav .navigation .search form .search-wrapper button {
  position: absolute;
  right: 7px;
  top: 7px;
  padding: 0;
  color: #3c3c3c;
  text-shadow: none;
  text-decoration: none;
  -moz-transition: color 100ms ease;
  -o-transition: color 100ms ease;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
}
/* line 454, ../sass/theme/_navigation.scss */
#main-nav .navigation .search form .search-wrapper button:hover {
  color: #773c3c;
}
/* line 459, ../sass/theme/_navigation.scss */
#main-nav .navigation .search form .search-wrapper input {
  padding: 4px 7px;
  padding-right: 25px;
  color: #663333;
  background: #f6f5eb;
  border: 1px solid #e5dcc3;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: border 100ms ease;
  -o-transition: border 100ms ease;
  -webkit-transition: border 100ms ease;
  transition: border 100ms ease;
}
/* line 109, ../sass/theme/_utilities.scss */
#main-nav .navigation .search form .search-wrapper input:-moz-placeholder {
  color: #2f2f2f;
}
/* line 112, ../sass/theme/_utilities.scss */
#main-nav .navigation .search form .search-wrapper input:-ms-input-placeholder {
  color: #2f2f2f;
}
/* line 115, ../sass/theme/_utilities.scss */
#main-nav .navigation .search form .search-wrapper input::-webkit-input-placeholder {
  color: #2f2f2f;
}
/* line 469, ../sass/theme/_navigation.scss */
#main-nav .navigation .search form .search-wrapper input:focus {
  border: 1px solid #ece6d5;
}
/* line 109, ../sass/theme/_utilities.scss */
#main-nav .navigation .search form .search-wrapper input:focus:-moz-placeholder {
  color: #3c3c3c;
}
/* line 112, ../sass/theme/_utilities.scss */
#main-nav .navigation .search form .search-wrapper input:focus:-ms-input-placeholder {
  color: #3c3c3c;
}
/* line 115, ../sass/theme/_utilities.scss */
#main-nav .navigation .search form .search-wrapper input:focus::-webkit-input-placeholder {
  color: #3c3c3c;
}
/* line 476, ../sass/theme/_navigation.scss */
#main-nav .navigation .search form .search-wrapper:hover input {
  background: #f8f7ef;
}

/* line 2, ../sass/theme/_content.scss */
.main-nav-opened #content {
  margin-left: 251px;
}

/* line 8, ../sass/theme/_content.scss */
.main-nav-closed #content {
  margin-left: 46px;
}
@media (max-width: 767px) {
  /* line 8, ../sass/theme/_content.scss */
  .main-nav-closed #content {
    margin-left: 0;
  }
}

/* line 17, ../sass/theme/_content.scss */
html {
  height: 100%;
}

/* line 21, ../sass/theme/_content.scss */
body {
  min-height: 100%;
  position: relative;
}

/* line 26, ../sass/theme/_content.scss */
body {
  background: #F3F2E4;
}
/* line 30, ../sass/theme/_content.scss */
body.fixed-header #wrapper {
  padding-top: 40px;
}
/* line 34, ../sass/theme/_content.scss */
body.fixed-header #main-nav.main-nav-fixed {
  position: fixed;
  top: 40px;
  left: 0;
}
/* line 42, ../sass/theme/_content.scss */
body.without-footer #footer {
  display: none;
}

/* line 48, ../sass/theme/_content.scss */
#wrapper {
  min-height: 100%;
}
@media (max-width: 991px) {
  /* line 48, ../sass/theme/_content.scss */
  #wrapper {
    overflow: hidden;
  }
}

/* line 56, ../sass/theme/_content.scss */
#content-wrapper {
  padding-bottom: 20px;
}

/* line 60, ../sass/theme/_content.scss */
#content {
  margin-left: 251px;
  background: #F3F2E4;
  min-width: 276px;
  background: #F3F2E4;
}
@media (max-width: 991px) {
  /* line 60, ../sass/theme/_content.scss */
  #content {
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  /* line 60, ../sass/theme/_content.scss */
  #content {
    margin-left: 0;
  }
}
@media print {
  /* line 60, ../sass/theme/_content.scss */
  #content {
    margin-left: 0 !important;
  }
}

/* line 79, ../sass/theme/_content.scss */
.container {
  max-width: 100% !important;
}

/* line 83, ../sass/theme/_content.scss */
#footer {
  color: #a9a9a0;
  text-shadow: 1px 1px 1px #fff;
  text-align: center;
  border-top: 1px solid #eeeeee;
}
/* line 89, ../sass/theme/_content.scss */
#footer .footer-wrapper {
  border-top: 1px solid #fff;
  padding: 10px 0;
}
/* line 94, ../sass/theme/_content.scss */
#footer a {
  color: #3c3c3c;
}
/* line 98, ../sass/theme/_content.scss */
#footer .text {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  /* line 98, ../sass/theme/_content.scss */
  #footer .text {
    text-align: left;
    padding-top: 7px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 108, ../sass/theme/_content.scss */
  #footer .buttons {
    text-align: right;
  }
}
/* line 113, ../sass/theme/_content.scss */
#footer .buttons .btn:last-child {
  padding-right: 0;
}

/* line 1, ../sass/theme/_boxes.scss */
.box {
  margin-bottom: 20px;
  position: relative;
}
/* line 9, ../sass/theme/_boxes.scss */
.box.box-collapsed .box-header .actions .box-collapse i:before {
  content: "\f078";
}
/* line 16, ../sass/theme/_boxes.scss */
.box.box-collapsed .box-content {
  display: none;
}
/* line 21, ../sass/theme/_boxes.scss */
.box .box-header {
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
  padding: 10px 15px;
  overflow: hidden;
  *zoom: 1;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.contrast-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.contrast-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.contrast-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.contrast-background .actions .btn-link:hover {
  color: #f34541 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.orange-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.orange-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.orange-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.orange-background .actions .btn-link:hover {
  color: #9F1D20 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.blue-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.blue-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.blue-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.blue-background .actions .btn-link:hover {
  color: #663333 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.purple-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.purple-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.purple-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.purple-background .actions .btn-link:hover {
  color: #9564e2 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.green-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.green-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.green-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.green-background .actions .btn-link:hover {
  color: #E6983A !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.red-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.red-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.red-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.red-background .actions .btn-link:hover {
  color: #f34541 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.muted-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.muted-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.muted-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.muted-background .actions .btn-link:hover {
  color: #999999 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.fb-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.fb-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.fb-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.fb-background .actions .btn-link:hover {
  color: #3d579d !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.dark-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.dark-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.dark-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.dark-background .actions .btn-link:hover {
  color: #2b2d30 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.pink-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.pink-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.pink-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.pink-background .actions .btn-link:hover {
  color: #c44a83 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.grass-green-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.grass-green-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.grass-green-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.grass-green-background .actions .btn-link:hover {
  color: #5daf2b !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.sea-blue-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.sea-blue-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.sea-blue-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.sea-blue-background .actions .btn-link:hover {
  color: #0163ac !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.banana-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.banana-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.banana-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.banana-background .actions .btn-link:hover {
  color: #fcd052 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.dark-orange-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.dark-orange-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.dark-orange-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.dark-orange-background .actions .btn-link:hover {
  color: #f56e00 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.brown-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.brown-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.brown-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.brown-background .actions .btn-link:hover {
  color: #924e31 !important;
  background-color: #fff;
}
/* line 32, ../sass/theme/_boxes.scss */
.box .box-header.nescon-background {
  color: #fff;
}
/* line 35, ../sass/theme/_boxes.scss */
.box .box-header.nescon-background .title {
  color: #fff;
}
/* line 40, ../sass/theme/_boxes.scss */
.box .box-header.nescon-background .actions .btn-link {
  color: #fff;
}
/* line 43, ../sass/theme/_boxes.scss */
.box .box-header.nescon-background .actions .btn-link:hover {
  color: #663333 !important;
  background-color: #fff;
}
/* line 52, ../sass/theme/_boxes.scss */
.box .box-header .title {
  float: left;
  color: #3c3c3c;
}
/* line 57, ../sass/theme/_boxes.scss */
.box .box-header .actions {
  margin-top: -3px;
  float: right;
}
/* line 61, ../sass/theme/_boxes.scss */
.box .box-header .actions .dropdown-toggle {
  position: relative;
  top: 5px;
}
/* line 66, ../sass/theme/_boxes.scss */
.box .box-header .actions .btn-link {
  color: #c5b27d;
  text-decoration: none;
  text-shadow: none;
}
/* line 71, ../sass/theme/_boxes.scss */
.box .box-header .actions .btn-link:hover {
  color: #f34541;
}
/* line 77, ../sass/theme/_boxes.scss */
.box .box-header .actions .box-collapse i {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* line 93, ../sass/theme/_boxes.scss */
.box .box-header .actions .box-collapse i:before {
  content: "\f077";
}
/* line 100, ../sass/theme/_boxes.scss */
.box .box-header.box-header-small {
  font-size: 14px;
  font-weight: 200;
  line-height: 19px;
  padding: 10px 10px;
}
/* line 106, ../sass/theme/_boxes.scss */
.box .box-header.box-header-small .actions {
  margin-top: -1px;
}
/* line 112, ../sass/theme/_boxes.scss */
.box .box-content {
  padding: 10px;
  border: 1px solid #D5C7A0;
  background: #fff;
  display: block;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
/* line 119, ../sass/theme/_boxes.scss */
.box .box-content .box-toolbox {
  overflow: hidden;
  *zoom: 1;
  background-color: #F3F2E4;
  padding: 5px;
}
/* line 124, ../sass/theme/_boxes.scss */
.box .box-content .box-toolbox.box-toolbox-top {
  margin: -10px -10px 10px -10px;
  border-bottom: 1px solid #D5C7A0;
}
/* line 129, ../sass/theme/_boxes.scss */
.box .box-content .box-toolbox.box-toolbox-bottom {
  margin: 10px -10px -10px -10px;
  border-top: 1px solid #D5C7A0;
}
/* line 135, ../sass/theme/_boxes.scss */
.box .box-content.box-no-padding {
  padding: 0;
}
/* line 138, ../sass/theme/_boxes.scss */
.box .box-content.box-no-padding form {
  margin-bottom: 0;
}
/* line 142, ../sass/theme/_boxes.scss */
.box .box-content.box-padding {
  padding: 20px;
}
/* line 145, ../sass/theme/_boxes.scss */
.box .box-content.box-padding .box-toolbox {
  padding: 10px;
  position: relative;
}
/* line 149, ../sass/theme/_boxes.scss */
.box .box-content.box-padding .box-toolbox.box-toolbox-top {
  margin: -20px -20px 20px -20px;
}
/* line 150, ../sass/theme/_boxes.scss */
.box .box-content.box-padding .box-toolbox.box-toolbox-bottom {
  margin: 20px -20px -20px -20px;
}
/* line 154, ../sass/theme/_boxes.scss */
.box .box-content.box-double-padding {
  padding: 40px;
}
/* line 157, ../sass/theme/_boxes.scss */
.box .box-content.box-double-padding .box-toolbox {
  padding: 20px;
}
/* line 160, ../sass/theme/_boxes.scss */
.box .box-content.box-double-padding .box-toolbox.box-toolbox-top {
  margin: -40px -40px 40px -40px;
}
/* line 161, ../sass/theme/_boxes.scss */
.box .box-content.box-double-padding .box-toolbox.box-toolbox-bottom {
  margin: 40px -40px -40px -40px;
}
/* line 166, ../sass/theme/_boxes.scss */
.box.box-transparent {
  background: none;
  padding: 0;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 172, ../sass/theme/_boxes.scss */
.box.box-transparent .box-content {
  background: transparent;
  border: none;
  border-top: 1px solid #D5C7A0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 180, ../sass/theme/_boxes.scss */
.box.box-bordered {
  border-style: solid;
  border-width: 2px;
  border-color: #D5C7A0;
}
/* line 185, ../sass/theme/_boxes.scss */
.box.box-bordered .box-content {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 1, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link {
  text-align: center;
  margin-bottom: 10px;
}
/* line 5, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link a {
  text-decoration: none;
}
/* line 8, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link a .header {
  height: 60px;
  line-height: 60px;
  padding-bottom: 2px;
}
/* line 13, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link a .header [class^="icon-"], .box-quick-link a .header [class*=" icon-"] {
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
}
/* line 20, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link a .content {
  text-transform: uppercase;
  font-size: 85%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #726e33;
  background-color: #e3e1c1;
  border-bottom: 1px solid #dbd9af;
  padding: 5px;
}
/* line 32, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link a:hover .header [class^="icon-"], .box-quick-link a:hover .header [class*=" icon-"] {
  font-size: 40px;
}
/* line 37, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link a:hover .content {
  text-decoration: underline;
  border-bottom-color: #d4d09d;
  background-color: #dbd9af;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.contrast-background a:active .header {
  background: #f01611;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.contrast-background:hover .header {
  background: #f12e29;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.orange-background a:active .header {
  background: #741517;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.orange-background:hover .header {
  background: #89191c;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.blue-background a:active .header {
  background: #442222;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.blue-background:hover .header {
  background: #552b2b;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.purple-background a:active .header {
  background: #7839da;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.purple-background:hover .header {
  background: #864fde;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.green-background a:active .header {
  background: #d27f1b;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.green-background:hover .header {
  background: #e38c23;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.red-background a:active .header {
  background: #f01611;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.red-background:hover .header {
  background: #f12e29;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.muted-background a:active .header {
  background: gray;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.muted-background:hover .header {
  background: #8c8c8c;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.fb-background a:active .header {
  background: #2f4378;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.fb-background:hover .header {
  background: #364d8b;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.dark-background a:active .header {
  background: #131415;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.dark-background:hover .header {
  background: #1f2023;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.pink-background a:active .header {
  background: #a5366a;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.pink-background:hover .header {
  background: #b83c76;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.grass-green-background a:active .header {
  background: #478621;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.grass-green-background:hover .header {
  background: #529b26;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.sea-blue-background a:active .header {
  background: #014679;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.sea-blue-background:hover .header {
  background: #015493;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.banana-background a:active .header {
  background: #fbc220;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.banana-background:hover .header {
  background: #fcc939;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.dark-orange-background a:active .header {
  background: #c25700;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.dark-orange-background:hover .header {
  background: #dc6300;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.brown-background a:active .header {
  background: #6c3a24;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.brown-background:hover .header {
  background: #7f442b;
}
/* line 51, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.nescon-background a:active .header {
  background: #442222;
}
/* line 57, ../sass/theme/_boxes-quick-links.scss */
.box-quick-link.nescon-background:hover .header {
  background: #552b2b;
}

/* line 1, ../sass/theme/_boxes-statistics.scss */
.box-statistic {
  background-color: #fff;
  margin-bottom: 5px;
  padding: 5px 10px;
  position: relative;
}
/* line 7, ../sass/theme/_boxes-statistics.scss */
.box-statistic .title {
  margin: 0;
  line-height: 28px;
}
/* line 12, ../sass/theme/_boxes-statistics.scss */
.box-statistic small {
  text-transform: uppercase;
}
/* line 16, ../sass/theme/_boxes-statistics.scss */
.box-statistic [class*="icon-"] {
  font-size: 30px;
  top: 13px;
}
/* line 20, ../sass/theme/_boxes-statistics.scss */
.box-statistic [class*="icon-"].align-left {
  position: absolute;
  left: 10px;
}
/* line 25, ../sass/theme/_boxes-statistics.scss */
.box-statistic [class*="icon-"].align-right {
  position: absolute;
  right: 10px;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.contrast-background .title, .box-statistic.contrast-background small, .box-statistic.contrast-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.contrast-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.orange-background .title, .box-statistic.orange-background small, .box-statistic.orange-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.orange-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.blue-background .title, .box-statistic.blue-background small, .box-statistic.blue-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.blue-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.purple-background .title, .box-statistic.purple-background small, .box-statistic.purple-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.purple-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.green-background .title, .box-statistic.green-background small, .box-statistic.green-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.green-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.red-background .title, .box-statistic.red-background small, .box-statistic.red-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.red-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.muted-background .title, .box-statistic.muted-background small, .box-statistic.muted-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.muted-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.fb-background .title, .box-statistic.fb-background small, .box-statistic.fb-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.fb-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.dark-background .title, .box-statistic.dark-background small, .box-statistic.dark-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.dark-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.pink-background .title, .box-statistic.pink-background small, .box-statistic.pink-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.pink-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.grass-green-background .title, .box-statistic.grass-green-background small, .box-statistic.grass-green-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.grass-green-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.sea-blue-background .title, .box-statistic.sea-blue-background small, .box-statistic.sea-blue-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.sea-blue-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.banana-background .title, .box-statistic.banana-background small, .box-statistic.banana-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.banana-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.dark-orange-background .title, .box-statistic.dark-orange-background small, .box-statistic.dark-orange-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.dark-orange-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.brown-background .title, .box-statistic.brown-background small, .box-statistic.brown-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.brown-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 36, ../sass/theme/_boxes-statistics.scss */
.box-statistic.nescon-background .title, .box-statistic.nescon-background small, .box-statistic.nescon-background [class*="icon-"] {
  color: #fff !important;
}
/* line 40, ../sass/theme/_boxes-statistics.scss */
.box-statistic.nescon-background small {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 48, ../sass/theme/_boxes-statistics.scss */
.box-statistic:hover [class*="icon-"].align-right {
  right: 15px;
  -moz-transition: right 0.1s linear;
  -o-transition: right 0.1s linear;
  -webkit-transition: right 0.1s linear;
  transition: right 0.1s linear;
}
/* line 53, ../sass/theme/_boxes-statistics.scss */
.box-statistic:hover [class*="icon-"].align-left {
  left: 15px;
  -moz-transition: left 0.1s linear;
  -o-transition: left 0.1s linear;
  -webkit-transition: left 0.1s linear;
  transition: left 0.1s linear;
}

/* line 1, ../sass/theme/_tables.scss */
.responsive-table {
  position: relative;
  overflow: hidden;
}
/* line 5, ../sass/theme/_tables.scss */
.responsive-table .scrollable-area {
  width: 100%;
  overflow: scroll;
  overflow-y: hidden;
}
/* line 12, ../sass/theme/_tables.scss */
.responsive-table table td {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

/* line 23, ../sass/theme/_tables.scss */
.box-content.box-no-padding .table-striped th:first-child, .box-content.box-no-padding .table-striped td:first-child {
  border-left: none;
}
/* line 24, ../sass/theme/_tables.scss */
.box-content.box-no-padding .table-striped th:last-child, .box-content.box-no-padding .table-striped td:last-child {
  border-right: none;
}

/* line 29, ../sass/theme/_tables.scss */
.dataTables_wrapper {
  overflow: hidden;
  *zoom: 1;
}
/* line 30, ../sass/theme/_tables.scss */
.dataTables_wrapper .datatables-top, .dataTables_wrapper .datatables-bottom {
  padding: 5px;
}
@media (max-width: 767px) {
  /* line 35, ../sass/theme/_tables.scss */
  .dataTables_wrapper .datatables-top, .dataTables_wrapper .datatables-bottom {
    text-align: center;
  }
  /* line 37, ../sass/theme/_tables.scss */
  .dataTables_wrapper .datatables-top .dataTables_filter, .dataTables_wrapper .datatables-bottom .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 40, ../sass/theme/_tables.scss */
  .dataTables_wrapper .datatables-top .dataTables_filter label, .dataTables_wrapper .datatables-bottom .dataTables_filter label {
    float: none;
  }
  /* line 44, ../sass/theme/_tables.scss */
  .dataTables_wrapper .datatables-top .dataTables_paginate, .dataTables_wrapper .datatables-bottom .dataTables_paginate {
    text-align: center;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 50, ../sass/theme/_tables.scss */
  .dataTables_wrapper .datatables-top .dataTables_length, .dataTables_wrapper .datatables-bottom .dataTables_length {
    text-align: center;
    display: inline-block;
    float: none;
  }
}
/* line 60, ../sass/theme/_tables.scss */
.dataTables_wrapper .dataTables_length {
  margin: 13px 10px 5px 10px;
  float: left;
}
/* line 65, ../sass/theme/_tables.scss */
.dataTables_wrapper .dataTables_filter {
  margin: 10px 10px 5px 10px;
  float: right;
}
/* line 70, ../sass/theme/_tables.scss */
.dataTables_wrapper .dataTables_info {
  padding: 0;
  margin: 4px 10px 10px 10px;
}
/* line 75, ../sass/theme/_tables.scss */
.dataTables_wrapper .dataTables_paginate {
  margin-right: 10px;
}
/* line 78, ../sass/theme/_tables.scss */
.dataTables_wrapper .dataTables_paginate .pagination {
  margin: 0;
}
/* line 84, ../sass/theme/_tables.scss */
.dataTables_wrapper .filter_column input[type="text"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 105, ../sass/theme/_tables.scss */
.dataTables_wrapper .sorting:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  content: "\f0dc";
  float: right;
}
/* line 113, ../sass/theme/_tables.scss */
.dataTables_wrapper .sorting_asc:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  content: "\f0de";
  float: right;
}
/* line 121, ../sass/theme/_tables.scss */
.dataTables_wrapper .sorting_desc:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  content: "\f0dd";
  float: right;
}

/* line 2, ../sass/theme/_todo-list.scss */
.todo-list .new-todo {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
/* line 8, ../sass/theme/_todo-list.scss */
.todo-list .new-todo input[type="text"] {
  border-left: 0;
  border-top: 0;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 45px;
  line-height: 45px;
}
/* line 18, ../sass/theme/_todo-list.scss */
.todo-list .new-todo input {
  margin-bottom: 0;
  padding-right: 40px;
}
/* line 23, ../sass/theme/_todo-list.scss */
.todo-list .new-todo button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
}
/* line 31, ../sass/theme/_todo-list.scss */
.todo-list .date {
  text-transform: uppercase;
  color: #f34541;
  font-size: 11px;
  margin-top: 10px;
  margin-left: 10px;
}
/* line 39, ../sass/theme/_todo-list.scss */
.todo-list ul {
  margin-bottom: 20px;
}
/* line 42, ../sass/theme/_todo-list.scss */
.todo-list ul > li {
  line-height: 35px;
  padding: 0 7px 0 10px;
  border-bottom: 1px solid #D5C7A0;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
/* line 49, ../sass/theme/_todo-list.scss */
.todo-list ul > li label {
  padding: 5px 0;
  font-weight: normal;
  margin: 0;
}
/* line 54, ../sass/theme/_todo-list.scss */
.todo-list ul > li label .todo {
  padding-left: 5px;
  display: inline;
  position: relative;
  top: 3px;
}
/* line 61, ../sass/theme/_todo-list.scss */
.todo-list ul > li label input[type="checkbox"] {
  margin-top: 0;
}
/* line 66, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions {
  margin-top: 2px;
}
/* line 68, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions .remove, .todo-list ul > li .actions .edit {
  display: none;
}
/* line 70, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions .btn-link {
  padding: 10px 5px;
}
/* line 73, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions .btn-link:hover {
  text-decoration: none;
}
/* line 78, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions .important {
  color: #663333;
}
/* line 81, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions .important i:before {
  content: "\f097";
}
/* line 83, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions .important:hover {
  color: #442222;
}
/* line 88, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions .edit {
  color: #9F1D20;
}
/* line 91, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions .edit:hover {
  color: #741517;
}
/* line 96, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions .remove {
  color: #f34541;
}
/* line 99, ../sass/theme/_todo-list.scss */
.todo-list ul > li .actions .remove:hover {
  color: #f01611;
}
/* line 105, ../sass/theme/_todo-list.scss */
.todo-list ul > li.important {
  border-left: 2px solid #663333;
  padding-left: 15px;
  background: #e5dcc3;
}
/* line 111, ../sass/theme/_todo-list.scss */
.todo-list ul > li.important .important i:before {
  content: "\f02e";
}
/* line 115, ../sass/theme/_todo-list.scss */
.todo-list ul > li.done {
  opacity: 0.5;
}
/* line 118, ../sass/theme/_todo-list.scss */
.todo-list ul > li.done .todo {
  text-decoration: line-through;
}
/* line 123, ../sass/theme/_todo-list.scss */
.todo-list ul > li:hover {
  cursor: move;
}
/* line 126, ../sass/theme/_todo-list.scss */
.todo-list ul > li:hover .remove, .todo-list ul > li:hover .edit {
  display: inline;
}
/* line 130, ../sass/theme/_todo-list.scss */
.todo-list ul:last-child {
  margin-bottom: 0;
}
/* line 134, ../sass/theme/_todo-list.scss */
.todo-list ul:last-child li:last-child {
  border-bottom: none;
}

/* line 147, ../sass/theme/_todo-list.scss */
.touch .todo-list ul > li .actions .remove, .touch .todo-list ul > li .actions .edit {
  display: inline;
}

/* line 3, ../sass/theme/_recent-activity.scss */
.recent-activity .load-more > a {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
/* line 10, ../sass/theme/_recent-activity.scss */
.recent-activity ul {
  margin-bottom: 0;
}
/* line 15, ../sass/theme/_recent-activity.scss */
.recent-activity .users > li {
  border-bottom: 1px solid #D5C7A0;
  padding: 10px;
  overflow: hidden;
  *zoom: 1;
}
/* line 20, ../sass/theme/_recent-activity.scss */
.recent-activity .users > li .avatar {
  margin-right: 10px;
  width: 23px;
  height: 23px;
}
/* line 24, ../sass/theme/_recent-activity.scss */
.recent-activity .users > li .avatar .icon-user {
  font-size: 20px;
  position: relative;
  top: 2px;
  color: #cdbd8e;
  width: 23px;
  height: 23px;
}
/* line 33, ../sass/theme/_recent-activity.scss */
.recent-activity .users > li .date, .recent-activity .users > li .action {
  padding-top: 2px;
}
/* line 37, ../sass/theme/_recent-activity.scss */
.recent-activity .users > li:last-child {
  border-bottom: none;
}
/* line 44, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li {
  border-bottom: 1px solid #D5C7A0;
  padding: 10px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
/* line 50, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li .avatar {
  position: absolute;
  left: 10px;
  top: 10px;
  margin-right: 10px;
  width: 23px;
  height: 23px;
}
/* line 57, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li .avatar .icon-user {
  font-size: 20px;
  position: relative;
  top: 2px;
  color: #cdbd8e;
  width: 23px;
  height: 23px;
}
/* line 66, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li .body {
  margin-left: 33px;
}
/* line 69, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li .body .actions {
  position: absolute;
  right: 10px;
  top: 2px;
  display: none;
}
/* line 75, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li .body .actions .btn-link {
  padding-left: 2px;
  padding-right: 2px;
}
/* line 79, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li .body .actions .btn-link:hover {
  text-decoration: none;
}
/* line 84, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li .body .actions .ok {
  color: #E6983A;
  margin-right: 10px;
}
/* line 88, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li .body .actions .ok:hover {
  color: #d27f1b;
}
/* line 93, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li .body .actions .remove {
  color: #f34541;
}
/* line 96, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li .body .actions .remove:hover {
  color: #f01611;
}
/* line 104, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li:hover .actions {
  display: block;
}
/* line 109, ../sass/theme/_recent-activity.scss */
.recent-activity .comments > li:last-child {
  border-bottom: none;
}

/* line 120, ../sass/theme/_recent-activity.scss */
.touch .recent-activity .comments > li .actions {
  display: block;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-contrast .fc-event-inner, .label-contrast .fc-event-inner {
  background-color: #f34541 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-orange .fc-event-inner, .label-orange .fc-event-inner {
  background-color: #9F1D20 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-blue .fc-event-inner, .label-blue .fc-event-inner {
  background-color: #663333 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-purple .fc-event-inner, .label-purple .fc-event-inner {
  background-color: #9564e2 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-green .fc-event-inner, .label-green .fc-event-inner {
  background-color: #E6983A !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-red .fc-event-inner, .label-red .fc-event-inner {
  background-color: #f34541 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-muted .fc-event-inner, .label-muted .fc-event-inner {
  background-color: #999999 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-fb .fc-event-inner, .label-fb .fc-event-inner {
  background-color: #3d579d !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-dark .fc-event-inner, .label-dark .fc-event-inner {
  background-color: #2b2d30 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-pink .fc-event-inner, .label-pink .fc-event-inner {
  background-color: #c44a83 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-grass-green .fc-event-inner, .label-grass-green .fc-event-inner {
  background-color: #5daf2b !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-sea-blue .fc-event-inner, .label-sea-blue .fc-event-inner {
  background-color: #0163ac !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-banana .fc-event-inner, .label-banana .fc-event-inner {
  background-color: #fcd052 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-dark-orange .fc-event-inner, .label-dark-orange .fc-event-inner {
  background-color: #f56e00 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-brown .fc-event-inner, .label-brown .fc-event-inner {
  background-color: #924e31 !important;
}

/* line 6, ../sass/theme/_calendar.scss */
.event-nescon .fc-event-inner, .label-nescon .fc-event-inner {
  background-color: #663333 !important;
}

/* line 11, ../sass/theme/_calendar.scss */
.fc-header .fc-header-left {
  position: absolute;
  width: 100%;
  text-align: right;
  right: 10px;
  top: 10px;
}
/* line 18, ../sass/theme/_calendar.scss */
.fc-header .fc-header-left .fc-button {
  padding: 0px 12px;
  background-color: #fff;
}
/* line 22, ../sass/theme/_calendar.scss */
.fc-header .fc-header-left .fc-button.fc-state-active, .fc-header .fc-header-left .fc-button:hover {
  background-color: #D5C7A0;
}
/* line 28, ../sass/theme/_calendar.scss */
.fc-header .fc-header-right {
  padding-top: 5px;
}
/* line 32, ../sass/theme/_calendar.scss */
.fc-header .fc-header-center {
  text-align: left;
}

/* line 38, ../sass/theme/_calendar.scss */
.fc-content .fc-event .fc-event-inner {
  border-color: #f34541;
  background-color: #f34541;
}
/* line 43, ../sass/theme/_calendar.scss */
.fc-content .fc-event .ui-resizable-handle.ui-resizable-e {
  background: #fff;
  cursor: col-resize;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 50, ../sass/theme/_calendar.scss */
.fc-content .fc-event.label-important .fc-event-inner {
  background-color: #f34541;
}
/* line 51, ../sass/theme/_calendar.scss */
.fc-content .fc-event.label-important[href].fc-event-inner {
  background-color: #f01611;
}
/* line 52, ../sass/theme/_calendar.scss */
.fc-content .fc-event.label-warning .fc-event-inner {
  background-color: #9F1D20;
}
/* line 53, ../sass/theme/_calendar.scss */
.fc-content .fc-event.label-warning[href] .fc-event-inner {
  background-color: #741517;
}
/* line 54, ../sass/theme/_calendar.scss */
.fc-content .fc-event.label-success .fc-event-inner {
  background-color: #E6983A;
}
/* line 55, ../sass/theme/_calendar.scss */
.fc-content .fc-event.label-success[href] .fc-event-inner {
  background-color: #d27f1b;
}
/* line 56, ../sass/theme/_calendar.scss */
.fc-content .fc-event.label-info .fc-event-inner {
  background-color: #9564e2;
}
/* line 57, ../sass/theme/_calendar.scss */
.fc-content .fc-event.label-info[href] .fc-event-inner {
  background-color: #7839da;
}
/* line 58, ../sass/theme/_calendar.scss */
.fc-content .fc-event.label-inverse .fc-event-inner {
  background-color: #3c3c3c;
}
/* line 59, ../sass/theme/_calendar.scss */
.fc-content .fc-event.label-inverse[href] .fc-event-inner {
  background-color: #232323;
}

/* line 6, ../sass/theme/_chat.scss */
.chat .box-collapsed .box-header .actions .box-collapse i:before {
  content: "\f077" !important;
}
/* line 14, ../sass/theme/_chat.scss */
.chat.chat-fixed {
  width: 300px;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 20px;
}
/* line 21, ../sass/theme/_chat.scss */
.chat.chat-fixed .box {
  margin-bottom: 0;
}
/* line 29, ../sass/theme/_chat.scss */
.chat.chat-fixed .box-header .actions .box-collapse i:before {
  content: "\f078";
}
/* line 37, ../sass/theme/_chat.scss */
.chat.chat-fixed form input[type="text"] {
  padding: 4px 6px;
  height: 33px;
  line-height: 33px;
}
/* line 43, ../sass/theme/_chat.scss */
.chat.chat-fixed form button {
  height: 33px;
  height: 33px;
}
/* line 50, ../sass/theme/_chat.scss */
.chat ul {
  margin-bottom: 0;
}
/* line 53, ../sass/theme/_chat.scss */
.chat ul > li {
  border-bottom: 1px solid #D5C7A0;
  padding: 10px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
/* line 59, ../sass/theme/_chat.scss */
.chat ul > li .avatar {
  position: absolute;
  margin-right: 10px;
  top: 10px;
  left: 10px;
  width: 23px;
  height: 23px;
}
/* line 67, ../sass/theme/_chat.scss */
.chat ul > li .name-and-time {
  margin-left: 33px;
  overflow: hidden;
  *zoom: 1;
}
/* line 72, ../sass/theme/_chat.scss */
.chat ul > li .body {
  margin-left: 33px;
}
/* line 76, ../sass/theme/_chat.scss */
.chat ul > li .time {
  font-size: 12px;
}
/* line 80, ../sass/theme/_chat.scss */
.chat ul > li:last-child {
  border-bottom: none;
}
/* line 86, ../sass/theme/_chat.scss */
.chat form {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
/* line 92, ../sass/theme/_chat.scss */
.chat form input[type="text"] {
  border-left: 0;
  border-bottom: 0;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 45px;
  line-height: 45px;
}
/* line 102, ../sass/theme/_chat.scss */
.chat form input {
  margin-bottom: 0;
  padding-right: 40px;
}
/* line 107, ../sass/theme/_chat.scss */
.chat form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
}

/* line 3, ../sass/theme/_tasks.scss */
.tasks .task {
  overflow: hidden;
  *zoom: 1;
}
/* line 8, ../sass/theme/_tasks.scss */
.tasks > li:last-child .progress {
  margin-bottom: 0;
}

/* line 1, ../sass/theme/_nestable-list.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 9, ../sass/theme/_nestable-list.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 16, ../sass/theme/_nestable-list.scss */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 21, ../sass/theme/_nestable-list.scss */
.dd-collapsed .dd-list {
  display: none;
}

/* line 25, ../sass/theme/_nestable-list.scss */
.dd-item, .dd-empty, .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 32, ../sass/theme/_nestable-list.scss */
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  color: #3c3c3c;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #D5C7A0;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* line 44, ../sass/theme/_nestable-list.scss */
.dd-handle:hover {
  color: #f34541;
  cursor: move;
}

/* line 50, ../sass/theme/_nestable-list.scss */
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  line-height: 1;
  padding-top: 7px;
  text-align: center;
  font-weight: bold;
}
/* line 68, ../sass/theme/_nestable-list.scss */
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
/* line 76, ../sass/theme/_nestable-list.scss */
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}

/* line 81, ../sass/theme/_nestable-list.scss */
.dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #e5dcc3;
  border: 1px dashed #f34541;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 91, ../sass/theme/_nestable-list.scss */
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
/* line 96, ../sass/theme/_nestable-list.scss */
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

/* line 2, ../sass/theme/_accordions.scss */
.accordion .panel {
  margin-bottom: 0;
  border-width: 2px;
}
@media print {
  /* line 8, ../sass/theme/_accordions.scss */
  .accordion .collapse, .accordion .panel-collapse .collapse, .accordion panel-collapse.collapse, .accordion .accordion-group .accordion-body.collapse {
    display: block !important;
    height: auto !important;
  }
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-contrast .panel {
  border-color: #f34541;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-contrast .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #f34541;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-contrast .panel-heading {
  background-color: #f34541;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-contrast .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-orange .panel {
  border-color: #9F1D20;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-orange .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #9F1D20;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-orange .panel-heading {
  background-color: #9F1D20;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-orange .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-blue .panel {
  border-color: #663333;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-blue .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #663333;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-blue .panel-heading {
  background-color: #663333;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-blue .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-purple .panel {
  border-color: #9564e2;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-purple .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #9564e2;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-purple .panel-heading {
  background-color: #9564e2;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-purple .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-green .panel {
  border-color: #E6983A;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-green .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #E6983A;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-green .panel-heading {
  background-color: #E6983A;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-green .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-red .panel {
  border-color: #f34541;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-red .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #f34541;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-red .panel-heading {
  background-color: #f34541;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-red .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-muted .panel {
  border-color: #999999;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-muted .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #999999;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-muted .panel-heading {
  background-color: #999999;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-muted .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-fb .panel {
  border-color: #3d579d;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-fb .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #3d579d;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-fb .panel-heading {
  background-color: #3d579d;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-fb .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-dark .panel {
  border-color: #2b2d30;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-dark .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #2b2d30;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-dark .panel-heading {
  background-color: #2b2d30;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-dark .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-pink .panel {
  border-color: #c44a83;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-pink .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #c44a83;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-pink .panel-heading {
  background-color: #c44a83;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-pink .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-grass-green .panel {
  border-color: #5daf2b;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-grass-green .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #5daf2b;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-grass-green .panel-heading {
  background-color: #5daf2b;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-grass-green .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-sea-blue .panel {
  border-color: #0163ac;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-sea-blue .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #0163ac;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-sea-blue .panel-heading {
  background-color: #0163ac;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-sea-blue .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-banana .panel {
  border-color: #fcd052;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-banana .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #fcd052;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-banana .panel-heading {
  background-color: #fcd052;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-banana .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-dark-orange .panel {
  border-color: #f56e00;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-dark-orange .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #f56e00;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-dark-orange .panel-heading {
  background-color: #f56e00;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-dark-orange .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-brown .panel {
  border-color: #924e31;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-brown .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #924e31;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-brown .panel-heading {
  background-color: #924e31;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-brown .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
/* line 19, ../sass/theme/_accordions.scss */
.accordion.accordion-nescon .panel {
  border-color: #663333;
}
/* line 22, ../sass/theme/_accordions.scss */
.accordion.accordion-nescon .panel > .panel-heading + .panel-collapse .panel-body {
  border-top: 2px solid #663333;
}
/* line 27, ../sass/theme/_accordions.scss */
.accordion.accordion-nescon .panel-heading {
  background-color: #663333;
  padding: 0;
}
/* line 31, ../sass/theme/_accordions.scss */
.accordion.accordion-nescon .panel-heading .accordion-toggle {
  color: #fff;
  padding: 10px 15px;
  display: block;
}

/* line 1, ../sass/theme/_tabs.scss */
.nav-tabs-centered {
  text-align: center;
}
/* line 4, ../sass/theme/_tabs.scss */
.nav-tabs-centered > li {
  float: none;
  display: inline-block;
}

/* line 13, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > li > a {
  border-color: transparent !important;
}
/* line 19, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a, .tabs-right .nav-tabs-simple > .active > a:hover, .tabs-right .nav-tabs-simple > .active > a:focus {
  border-color: transparent !important;
  border-left-color: #f34541 !important;
}
/* line 23, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.contrast-border, .tabs-right .nav-tabs-simple > .active > a:hover.contrast-border, .tabs-right .nav-tabs-simple > .active > a:focus.contrast-border {
  border-left-color: #f34541 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.contrast-border, .tabs-right .nav-tabs-simple > .active > a:hover.contrast-border, .tabs-right .nav-tabs-simple > .active > a:focus.contrast-border {
  border-left-color: #f34541 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.orange-border, .tabs-right .nav-tabs-simple > .active > a:hover.orange-border, .tabs-right .nav-tabs-simple > .active > a:focus.orange-border {
  border-left-color: #9F1D20 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.blue-border, .tabs-right .nav-tabs-simple > .active > a:hover.blue-border, .tabs-right .nav-tabs-simple > .active > a:focus.blue-border {
  border-left-color: #663333 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.purple-border, .tabs-right .nav-tabs-simple > .active > a:hover.purple-border, .tabs-right .nav-tabs-simple > .active > a:focus.purple-border {
  border-left-color: #9564e2 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.green-border, .tabs-right .nav-tabs-simple > .active > a:hover.green-border, .tabs-right .nav-tabs-simple > .active > a:focus.green-border {
  border-left-color: #E6983A !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.red-border, .tabs-right .nav-tabs-simple > .active > a:hover.red-border, .tabs-right .nav-tabs-simple > .active > a:focus.red-border {
  border-left-color: #f34541 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.muted-border, .tabs-right .nav-tabs-simple > .active > a:hover.muted-border, .tabs-right .nav-tabs-simple > .active > a:focus.muted-border {
  border-left-color: #999999 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.fb-border, .tabs-right .nav-tabs-simple > .active > a:hover.fb-border, .tabs-right .nav-tabs-simple > .active > a:focus.fb-border {
  border-left-color: #3d579d !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.dark-border, .tabs-right .nav-tabs-simple > .active > a:hover.dark-border, .tabs-right .nav-tabs-simple > .active > a:focus.dark-border {
  border-left-color: #2b2d30 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.pink-border, .tabs-right .nav-tabs-simple > .active > a:hover.pink-border, .tabs-right .nav-tabs-simple > .active > a:focus.pink-border {
  border-left-color: #c44a83 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.grass-green-border, .tabs-right .nav-tabs-simple > .active > a:hover.grass-green-border, .tabs-right .nav-tabs-simple > .active > a:focus.grass-green-border {
  border-left-color: #5daf2b !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.sea-blue-border, .tabs-right .nav-tabs-simple > .active > a:hover.sea-blue-border, .tabs-right .nav-tabs-simple > .active > a:focus.sea-blue-border {
  border-left-color: #0163ac !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.banana-border, .tabs-right .nav-tabs-simple > .active > a:hover.banana-border, .tabs-right .nav-tabs-simple > .active > a:focus.banana-border {
  border-left-color: #fcd052 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.dark-orange-border, .tabs-right .nav-tabs-simple > .active > a:hover.dark-orange-border, .tabs-right .nav-tabs-simple > .active > a:focus.dark-orange-border {
  border-left-color: #f56e00 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.brown-border, .tabs-right .nav-tabs-simple > .active > a:hover.brown-border, .tabs-right .nav-tabs-simple > .active > a:focus.brown-border {
  border-left-color: #924e31 !important;
}
/* line 28, ../sass/theme/_tabs.scss */
.tabs-right .nav-tabs-simple > .active > a.nescon-border, .tabs-right .nav-tabs-simple > .active > a:hover.nescon-border, .tabs-right .nav-tabs-simple > .active > a:focus.nescon-border {
  border-left-color: #663333 !important;
}

/* line 38, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > li > a {
  border-color: transparent !important;
}
/* line 44, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a, .tabs-left .nav-tabs-simple > .active > a:hover, .tabs-left .nav-tabs-simple > .active > a:focus {
  border-color: transparent !important;
  border-right-color: #f34541 !important;
}
/* line 48, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.contrast-border, .tabs-left .nav-tabs-simple > .active > a:hover.contrast-border, .tabs-left .nav-tabs-simple > .active > a:focus.contrast-border {
  border-right-color: #f34541 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.contrast-border, .tabs-left .nav-tabs-simple > .active > a:hover.contrast-border, .tabs-left .nav-tabs-simple > .active > a:focus.contrast-border {
  border-right-color: #f34541 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.orange-border, .tabs-left .nav-tabs-simple > .active > a:hover.orange-border, .tabs-left .nav-tabs-simple > .active > a:focus.orange-border {
  border-right-color: #9F1D20 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.blue-border, .tabs-left .nav-tabs-simple > .active > a:hover.blue-border, .tabs-left .nav-tabs-simple > .active > a:focus.blue-border {
  border-right-color: #663333 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.purple-border, .tabs-left .nav-tabs-simple > .active > a:hover.purple-border, .tabs-left .nav-tabs-simple > .active > a:focus.purple-border {
  border-right-color: #9564e2 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.green-border, .tabs-left .nav-tabs-simple > .active > a:hover.green-border, .tabs-left .nav-tabs-simple > .active > a:focus.green-border {
  border-right-color: #E6983A !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.red-border, .tabs-left .nav-tabs-simple > .active > a:hover.red-border, .tabs-left .nav-tabs-simple > .active > a:focus.red-border {
  border-right-color: #f34541 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.muted-border, .tabs-left .nav-tabs-simple > .active > a:hover.muted-border, .tabs-left .nav-tabs-simple > .active > a:focus.muted-border {
  border-right-color: #999999 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.fb-border, .tabs-left .nav-tabs-simple > .active > a:hover.fb-border, .tabs-left .nav-tabs-simple > .active > a:focus.fb-border {
  border-right-color: #3d579d !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.dark-border, .tabs-left .nav-tabs-simple > .active > a:hover.dark-border, .tabs-left .nav-tabs-simple > .active > a:focus.dark-border {
  border-right-color: #2b2d30 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.pink-border, .tabs-left .nav-tabs-simple > .active > a:hover.pink-border, .tabs-left .nav-tabs-simple > .active > a:focus.pink-border {
  border-right-color: #c44a83 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.grass-green-border, .tabs-left .nav-tabs-simple > .active > a:hover.grass-green-border, .tabs-left .nav-tabs-simple > .active > a:focus.grass-green-border {
  border-right-color: #5daf2b !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.sea-blue-border, .tabs-left .nav-tabs-simple > .active > a:hover.sea-blue-border, .tabs-left .nav-tabs-simple > .active > a:focus.sea-blue-border {
  border-right-color: #0163ac !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.banana-border, .tabs-left .nav-tabs-simple > .active > a:hover.banana-border, .tabs-left .nav-tabs-simple > .active > a:focus.banana-border {
  border-right-color: #fcd052 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.dark-orange-border, .tabs-left .nav-tabs-simple > .active > a:hover.dark-orange-border, .tabs-left .nav-tabs-simple > .active > a:focus.dark-orange-border {
  border-right-color: #f56e00 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.brown-border, .tabs-left .nav-tabs-simple > .active > a:hover.brown-border, .tabs-left .nav-tabs-simple > .active > a:focus.brown-border {
  border-right-color: #924e31 !important;
}
/* line 53, ../sass/theme/_tabs.scss */
.tabs-left .nav-tabs-simple > .active > a.nescon-border, .tabs-left .nav-tabs-simple > .active > a:hover.nescon-border, .tabs-left .nav-tabs-simple > .active > a:focus.nescon-border {
  border-right-color: #663333 !important;
}

/* line 64, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > li > a {
  border-color: transparent !important;
}
/* line 70, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a, .tabs-below .nav-tabs-simple > .active > a:hover, .tabs-below .nav-tabs-simple > .active > a:focus {
  border-color: transparent !important;
  border-top-color: #f34541 !important;
}
/* line 74, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.contrast-border, .tabs-below .nav-tabs-simple > .active > a:hover.contrast-border, .tabs-below .nav-tabs-simple > .active > a:focus.contrast-border {
  border-top-color: #f34541 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.contrast-border, .tabs-below .nav-tabs-simple > .active > a:hover.contrast-border, .tabs-below .nav-tabs-simple > .active > a:focus.contrast-border {
  border-top-color: #f34541 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.orange-border, .tabs-below .nav-tabs-simple > .active > a:hover.orange-border, .tabs-below .nav-tabs-simple > .active > a:focus.orange-border {
  border-top-color: #9F1D20 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.blue-border, .tabs-below .nav-tabs-simple > .active > a:hover.blue-border, .tabs-below .nav-tabs-simple > .active > a:focus.blue-border {
  border-top-color: #663333 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.purple-border, .tabs-below .nav-tabs-simple > .active > a:hover.purple-border, .tabs-below .nav-tabs-simple > .active > a:focus.purple-border {
  border-top-color: #9564e2 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.green-border, .tabs-below .nav-tabs-simple > .active > a:hover.green-border, .tabs-below .nav-tabs-simple > .active > a:focus.green-border {
  border-top-color: #E6983A !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.red-border, .tabs-below .nav-tabs-simple > .active > a:hover.red-border, .tabs-below .nav-tabs-simple > .active > a:focus.red-border {
  border-top-color: #f34541 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.muted-border, .tabs-below .nav-tabs-simple > .active > a:hover.muted-border, .tabs-below .nav-tabs-simple > .active > a:focus.muted-border {
  border-top-color: #999999 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.fb-border, .tabs-below .nav-tabs-simple > .active > a:hover.fb-border, .tabs-below .nav-tabs-simple > .active > a:focus.fb-border {
  border-top-color: #3d579d !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.dark-border, .tabs-below .nav-tabs-simple > .active > a:hover.dark-border, .tabs-below .nav-tabs-simple > .active > a:focus.dark-border {
  border-top-color: #2b2d30 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.pink-border, .tabs-below .nav-tabs-simple > .active > a:hover.pink-border, .tabs-below .nav-tabs-simple > .active > a:focus.pink-border {
  border-top-color: #c44a83 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.grass-green-border, .tabs-below .nav-tabs-simple > .active > a:hover.grass-green-border, .tabs-below .nav-tabs-simple > .active > a:focus.grass-green-border {
  border-top-color: #5daf2b !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.sea-blue-border, .tabs-below .nav-tabs-simple > .active > a:hover.sea-blue-border, .tabs-below .nav-tabs-simple > .active > a:focus.sea-blue-border {
  border-top-color: #0163ac !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.banana-border, .tabs-below .nav-tabs-simple > .active > a:hover.banana-border, .tabs-below .nav-tabs-simple > .active > a:focus.banana-border {
  border-top-color: #fcd052 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.dark-orange-border, .tabs-below .nav-tabs-simple > .active > a:hover.dark-orange-border, .tabs-below .nav-tabs-simple > .active > a:focus.dark-orange-border {
  border-top-color: #f56e00 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.brown-border, .tabs-below .nav-tabs-simple > .active > a:hover.brown-border, .tabs-below .nav-tabs-simple > .active > a:focus.brown-border {
  border-top-color: #924e31 !important;
}
/* line 79, ../sass/theme/_tabs.scss */
.tabs-below .nav-tabs-simple > .active > a.nescon-border, .tabs-below .nav-tabs-simple > .active > a:hover.nescon-border, .tabs-below .nav-tabs-simple > .active > a:focus.nescon-border {
  border-top-color: #663333 !important;
}

/* line 89, ../sass/theme/_tabs.scss */
.nav-tabs-simple > li > a {
  border-color: transparent !important;
}
/* line 95, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a, .nav-tabs-simple > .active > a:hover, .nav-tabs-simple > .active > a:focus {
  border-color: transparent !important;
  border-bottom-color: #f34541 !important;
}
/* line 99, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.contrast-border, .nav-tabs-simple > .active > a:hover.contrast-border, .nav-tabs-simple > .active > a:focus.contrast-border {
  border-bottom-color: #f34541 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.contrast-border, .nav-tabs-simple > .active > a:hover.contrast-border, .nav-tabs-simple > .active > a:focus.contrast-border {
  border-bottom-color: #f34541 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.orange-border, .nav-tabs-simple > .active > a:hover.orange-border, .nav-tabs-simple > .active > a:focus.orange-border {
  border-bottom-color: #9F1D20 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.blue-border, .nav-tabs-simple > .active > a:hover.blue-border, .nav-tabs-simple > .active > a:focus.blue-border {
  border-bottom-color: #663333 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.purple-border, .nav-tabs-simple > .active > a:hover.purple-border, .nav-tabs-simple > .active > a:focus.purple-border {
  border-bottom-color: #9564e2 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.green-border, .nav-tabs-simple > .active > a:hover.green-border, .nav-tabs-simple > .active > a:focus.green-border {
  border-bottom-color: #E6983A !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.red-border, .nav-tabs-simple > .active > a:hover.red-border, .nav-tabs-simple > .active > a:focus.red-border {
  border-bottom-color: #f34541 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.muted-border, .nav-tabs-simple > .active > a:hover.muted-border, .nav-tabs-simple > .active > a:focus.muted-border {
  border-bottom-color: #999999 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.fb-border, .nav-tabs-simple > .active > a:hover.fb-border, .nav-tabs-simple > .active > a:focus.fb-border {
  border-bottom-color: #3d579d !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.dark-border, .nav-tabs-simple > .active > a:hover.dark-border, .nav-tabs-simple > .active > a:focus.dark-border {
  border-bottom-color: #2b2d30 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.pink-border, .nav-tabs-simple > .active > a:hover.pink-border, .nav-tabs-simple > .active > a:focus.pink-border {
  border-bottom-color: #c44a83 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.grass-green-border, .nav-tabs-simple > .active > a:hover.grass-green-border, .nav-tabs-simple > .active > a:focus.grass-green-border {
  border-bottom-color: #5daf2b !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.sea-blue-border, .nav-tabs-simple > .active > a:hover.sea-blue-border, .nav-tabs-simple > .active > a:focus.sea-blue-border {
  border-bottom-color: #0163ac !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.banana-border, .nav-tabs-simple > .active > a:hover.banana-border, .nav-tabs-simple > .active > a:focus.banana-border {
  border-bottom-color: #fcd052 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.dark-orange-border, .nav-tabs-simple > .active > a:hover.dark-orange-border, .nav-tabs-simple > .active > a:focus.dark-orange-border {
  border-bottom-color: #f56e00 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.brown-border, .nav-tabs-simple > .active > a:hover.brown-border, .nav-tabs-simple > .active > a:focus.brown-border {
  border-bottom-color: #924e31 !important;
}
/* line 104, ../sass/theme/_tabs.scss */
.nav-tabs-simple > .active > a.nescon-border, .nav-tabs-simple > .active > a:hover.nescon-border, .nav-tabs-simple > .active > a:focus.nescon-border {
  border-bottom-color: #663333 !important;
}

@media print {
  /* line 111, ../sass/theme/_tabs.scss */
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}
/* line 114, ../sass/theme/_tabs.scss */
.nav-tabs, .nav-pills {
  margin-bottom: 19px;
}

/* line 118, ../sass/theme/_tabs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 124, ../sass/theme/_tabs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 129, ../sass/theme/_tabs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 134, ../sass/theme/_tabs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 138, ../sass/theme/_tabs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 143, ../sass/theme/_tabs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 149, ../sass/theme/_tabs.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 155, ../sass/theme/_tabs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 161, ../sass/theme/_tabs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 166, ../sass/theme/_tabs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 173, ../sass/theme/_tabs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 179, ../sass/theme/_tabs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 186, ../sass/theme/_tabs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 191, ../sass/theme/_tabs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/* line 198, ../sass/theme/_tabs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 204, ../sass/theme/_tabs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 211, ../sass/theme/_tabs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 216, ../sass/theme/_tabs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* line 2, ../sass/theme/_wizard.scss */
.fuelux .wizard {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
/* line 8, ../sass/theme/_wizard.scss */
.fuelux .wizard .actions {
  padding: 0;
}
/* line 12, ../sass/theme/_wizard.scss */
.fuelux .wizard ul li {
  background-color: #D5C7A0;
  margin-right: 30px;
  padding: 0 20px;
  color: #4f4c23;
  font-family: Montserrat;
  font-size: 20px;
  position: relative;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
/* line 22, ../sass/theme/_wizard.scss */
.fuelux .wizard ul li.active {
  background-color: #f34541;
  color: #fff;
}
/* line 27, ../sass/theme/_wizard.scss */
.fuelux .wizard ul li.complete {
  background-color: #E6983A;
  color: #fff;
}
/* line 31, ../sass/theme/_wizard.scss */
.fuelux .wizard ul li.complete:hover {
  background-color: #e38c23;
}
/* line 35, ../sass/theme/_wizard.scss */
.fuelux .wizard ul li.complete:before {
  background-color: #E6983A;
}
/* line 40, ../sass/theme/_wizard.scss */
.fuelux .wizard ul li:before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #D5C7A0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -30px;
}
/* line 52, ../sass/theme/_wizard.scss */
.fuelux .wizard ul li:first-child:before {
  display: none;
}

@media print {
  /* line 61, ../sass/theme/_wizard.scss */
  .fuelux .step-content .step-pane {
    display: block !important;
    opacity: 1 !important;
  }
}
/* line 3, ../sass/theme/_forms.scss */
.form-striped .form-group {
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  border-bottom: 1px solid #D5C7A0;
  margin-bottom: 0;
}
/* line 10, ../sass/theme/_forms.scss */
.form-striped .form-group:nth-child(even) {
  background-color: #F3F2E4;
}
/* line 14, ../sass/theme/_forms.scss */
.form-striped .form-group:last-child {
  border-bottom-color: transparent;
}
/* line 19, ../sass/theme/_forms.scss */
.form-striped .form-actions {
  margin-top: 0;
  padding: 20px 15px;
}

/* line 25, ../sass/theme/_forms.scss */
.form-actions {
  background-color: #F3F2E4;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 25, ../sass/theme/_forms.scss */
  .form-actions {
    padding: 20px 0;
  }
}
/* line 35, ../sass/theme/_forms.scss */
.form-actions.form-actions-padding {
  padding: 20px;
}
@media (max-width: 767px) {
  /* line 39, ../sass/theme/_forms.scss */
  .form-actions.form-actions-padding-xs {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../sass/theme/_forms.scss */
  .form-actions.form-actions-padding-sm {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 51, ../sass/theme/_forms.scss */
  .form-actions.form-actions-padding-md {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 57, ../sass/theme/_forms.scss */
  .form-actions.form-actions-padding-lg {
    padding: 20px;
  }
}

/* line 65, ../sass/theme/_forms.scss */
.select2-container.form-control .select2-choice {
  line-height: 32px;
  height: auto;
}
/* line 69, ../sass/theme/_forms.scss */
.select2-container.form-control .select2-choice .select2-arrow b {
  margin-top: 2px;
}
/* line 75, ../sass/theme/_forms.scss */
.select2-container.form-control.input-lg .select2-choice {
  line-height: 43px;
}
/* line 77, ../sass/theme/_forms.scss */
.select2-container.form-control.input-lg .select2-choice .select2-arrow b {
  margin-top: 7px;
}
/* line 84, ../sass/theme/_forms.scss */
.select2-container.form-control.input-sm .select2-choice {
  line-height: 28px;
}
/* line 87, ../sass/theme/_forms.scss */
.select2-container.form-control.input-sm .select2-choice .select2-arrow b {
  margin-top: 0;
}

/* line 94, ../sass/theme/_forms.scss */
.select2-container.select2-container-active.form-control, .select2-container-active .select2-choice,
.select2-container-active .select2-choices, .select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices, .select2-container-multi.select2-container-active .select2-choices,
.form-control.select2-container.select2-dropdown-open, .select2-container .select2-choice, .select2-drop-active, .select2-drop.select2-drop-above.select2-drop-active {
  border-color: #b69d59 !important;
}
/* line 100, ../sass/theme/_forms.scss */
.select2-container.select2-container-active.form-control:focus, .select2-container-active .select2-choice:focus,
.select2-container-active .select2-choices:focus, .select2-dropdown-open.select2-drop-above .select2-choice:focus,
.select2-dropdown-open.select2-drop-above .select2-choices:focus, .select2-container-multi.select2-container-active .select2-choices:focus,
.form-control.select2-container.select2-dropdown-open:focus, .select2-container .select2-choice:focus, .select2-drop-active:focus, .select2-drop.select2-drop-above.select2-drop-active:focus {
  border-color: #b69d59 !important;
  -moz-box-shadow: 0 0 8px #dce1e5 !important;
  -webkit-box-shadow: 0 0 8px #dce1e5 !important;
  box-shadow: 0 0 8px #dce1e5 !important;
}

/* line 107, ../sass/theme/_forms.scss */
.select2-container a:focus {
  outline: none;
}

/* line 112, ../sass/theme/_forms.scss */
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border-color: #b69d59 !important;
  -moz-box-shadow: 0 0 8px #dce1e5 !important;
  -webkit-box-shadow: 0 0 8px #dce1e5 !important;
  box-shadow: 0 0 8px #dce1e5 !important;
}

/* line 117, ../sass/theme/_forms.scss */
select2-container.form-control,
.select2-container-multi .select2-choices, select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control,
.uneditable-input {
  color: #3c3c3c;
  border-color: #cdbd8e;
  background-color: #fff;
}
/* line 140, ../sass/theme/_forms.scss */
select2-container.form-control:focus,
.select2-container-multi .select2-choices:focus, select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus,
.uneditable-input:focus {
  border-color: #b69d59;
  -moz-box-shadow: 0 0 8px #dce1e5;
  -webkit-box-shadow: 0 0 8px #dce1e5;
  box-shadow: 0 0 8px #dce1e5;
}

/* line 1, ../sass/theme/pages/_gallery.scss */
.gallery {
  margin-left: -5px;
}
/* line 4, ../sass/theme/pages/_gallery.scss */
.gallery > ul {
  margin-bottom: 0;
}
/* line 8, ../sass/theme/pages/_gallery.scss */
.gallery li {
  margin-bottom: 10px !important;
}
/* line 12, ../sass/theme/pages/_gallery.scss */
.gallery .picture {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
/* line 17, ../sass/theme/pages/_gallery.scss */
.gallery .picture .tags {
  position: absolute;
  right: 2px;
  top: 2px;
  direction: rtl;
}
/* line 23, ../sass/theme/pages/_gallery.scss */
.gallery .picture .tags .label {
  display: table;
  margin-bottom: 2px;
  text-align: left;
  direction: ltr;
}
/* line 32, ../sass/theme/pages/_gallery.scss */
.gallery .picture:hover .actions {
  bottom: 0;
}
/* line 37, ../sass/theme/pages/_gallery.scss */
.gallery .picture .actions {
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 35px;
  left: 0;
  bottom: -35px;
  overflow: hidden;
  *zoom: 1;
  -moz-transition: bottom 100ms ease;
  -o-transition: bottom 100ms ease;
  -webkit-transition: bottom 100ms ease;
  transition: bottom 100ms ease;
}
/* line 47, ../sass/theme/pages/_gallery.scss */
.gallery .picture .actions.show-actions {
  bottom: 0;
}
/* line 51, ../sass/theme/pages/_gallery.scss */
.gallery .picture .actions .btn-link {
  color: #fff;
  text-shadow: none;
}
/* line 57, ../sass/theme/pages/_gallery.scss */
.gallery .picture .actions .pull-right .btn-link {
  position: relative;
  top: 1px;
}

/* line 2, ../sass/theme/pages/_timeline.scss */
.timeline li {
  position: relative;
  border-left: 4px solid #D5C7A0;
  padding-bottom: 20px;
}
/* line 7, ../sass/theme/pages/_timeline.scss */
.timeline li .date {
  width: 40px;
  height: 40px;
  background-color: red;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Montserrat;
}
/* line 19, ../sass/theme/pages/_timeline.scss */
.timeline li:first-child:before, .timeline li:last-child:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: -7px;
  background-color: #D5C7A0;
}
/* line 31, ../sass/theme/pages/_timeline.scss */
.timeline li:last-child:before {
  top: auto;
  bottom: 0;
}
/* line 37, ../sass/theme/pages/_timeline.scss */
.timeline li:last-child {
  padding-bottom: 0;
}
/* line 41, ../sass/theme/pages/_timeline.scss */
.timeline li .content {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #D5C7A0;
  position: relative;
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
}
/* line 51, ../sass/theme/pages/_timeline.scss */
.timeline li .icon {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  line-height: 40px;
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 20px;
}
/* line 62, ../sass/theme/pages/_timeline.scss */
.timeline li .icon:before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #D5C7A0;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  margin-top: -2px;
  left: -20px;
}
/* line 74, ../sass/theme/pages/_timeline.scss */
.timeline li .title {
  font-family: Montserrat;
  margin-left: 70px;
  padding: 2px 0;
  font-size: 16px;
}
/* line 80, ../sass/theme/pages/_timeline.scss */
.timeline li .title small {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 10px;
}

/* line 2, ../sass/theme/pages/_invoice.scss */
.invoice .invoice-header {
  border-bottom: 1px solid #D5C7A0;
  padding-bottom: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}
/* line 8, ../sass/theme/pages/_invoice.scss */
.invoice .invoice-header .invoice-title {
  float: left;
}
/* line 12, ../sass/theme/pages/_invoice.scss */
.invoice .invoice-header .invoice-title {
  font-size: 30px;
  font-family: Montserrat;
}
@media screen and (max-width: 768px) {
  /* line 12, ../sass/theme/pages/_invoice.scss */
  .invoice .invoice-header .invoice-title {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 23, ../sass/theme/pages/_invoice.scss */
.invoice .invoice-header .invoice-number {
  float: right;
  font-size: 30px;
  font-family: Montserrat;
}
@media screen and (max-width: 768px) {
  /* line 23, ../sass/theme/pages/_invoice.scss */
  .invoice .invoice-header .invoice-number {
    float: none;
    text-align: center;
  }
}
/* line 33, ../sass/theme/pages/_invoice.scss */
.invoice .invoice-header .invoice-number .invoice-name {
  color: #999999;
}
/* line 40, ../sass/theme/pages/_invoice.scss */
.invoice .info .lead {
  font-family: Montserrat;
}
/* line 45, ../sass/theme/pages/_invoice.scss */
.invoice .seller, .invoice .buyer {
  overflow: hidden;
  *zoom: 1;
}
/* line 48, ../sass/theme/pages/_invoice.scss */
.invoice .seller .icon-globe, .invoice .buyer .icon-globe {
  float: left;
  font-size: 20px;
  color: #999999;
}
/* line 54, ../sass/theme/pages/_invoice.scss */
.invoice .seller .lead, .invoice .buyer .lead {
  font-family: Montserrat;
}
/* line 58, ../sass/theme/pages/_invoice.scss */
.invoice .seller address, .invoice .buyer address {
  float: left;
  margin-left: 20px;
  font-size: 16px;
}
/* line 65, ../sass/theme/pages/_invoice.scss */
.invoice table {
  margin-top: 20px;
}
/* line 69, ../sass/theme/pages/_invoice.scss */
.invoice .subtotal {
  font-family: Montserrat;
  font-size: 30px;
}
/* line 74, ../sass/theme/pages/_invoice.scss */
.invoice .comment {
  margin-top: 40px;
}

/* line 2, ../sass/theme/pages/_pricing_tables.scss */
.pricing-tables .pricing-table {
  border: 1px solid #fff;
  margin-bottom: 20px;
  position: relative;
  -moz-transition: opacity 100ms ease;
  -o-transition: opacity 100ms ease;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}
/* line 8, ../sass/theme/pages/_pricing_tables.scss */
.pricing-tables .pricing-table.not-important {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 11, ../sass/theme/pages/_pricing_tables.scss */
.pricing-tables .pricing-table.not-important:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media print {
  /* line 8, ../sass/theme/pages/_pricing_tables.scss */
  .pricing-tables .pricing-table.not-important {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* line 20, ../sass/theme/pages/_pricing_tables.scss */
.pricing-tables .pricing-table .header {
  text-align: center;
  padding: 20px 0 50px 0;
  font-size: 20px;
  font-family: Montserrat;
  background-color: #D5C7A0;
}
/* line 28, ../sass/theme/pages/_pricing_tables.scss */
.pricing-tables .pricing-table .price {
  width: 30%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 60px;
  z-index: 900;
  left: 50%;
  display: block;
  font-size: 25px;
  text-align: center;
  color: #fff;
  margin-left: -15%;
  font-family: Montserrat;
}
/* line 42, ../sass/theme/pages/_pricing_tables.scss */
.pricing-tables .pricing-table .price span {
  vertical-align: middle;
}
/* line 47, ../sass/theme/pages/_pricing_tables.scss */
.pricing-tables .pricing-table .features {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 0;
  background-color: #fff;
}
/* line 53, ../sass/theme/pages/_pricing_tables.scss */
.pricing-tables .pricing-table .features > li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd1b2;
}
/* line 59, ../sass/theme/pages/_pricing_tables.scss */
.pricing-tables .pricing-table .footer {
  text-align: center;
  background-color: #D5C7A0;
  padding: 20px 0;
}

/* line 2, ../sass/theme/pages/_orders.scss */
#orders #list {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media print {
  /* line 2, ../sass/theme/pages/_orders.scss */
  #orders #list {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* line 10, ../sass/theme/pages/_orders.scss */
#orders #list hr {
  margin: 10px 0;
}
/* line 13, ../sass/theme/pages/_orders.scss */
#orders #list hr:last-child {
  display: none;
}
/* line 18, ../sass/theme/pages/_orders.scss */
#orders #list .price {
  margin: 0;
  margin-bottom: 10px;
}
/* line 23, ../sass/theme/pages/_orders.scss */
#orders #list:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 29, ../sass/theme/pages/_orders.scss */
#orders #detail .pager {
  margin: 0;
}
/* line 33, ../sass/theme/pages/_orders.scss */
#orders #detail .form-actions {
  margin-bottom: 0;
}
/* line 37, ../sass/theme/pages/_orders.scss */
#orders #detail .only-checkbox {
  width: 10px;
}
/* line 40, ../sass/theme/pages/_orders.scss */
#orders #detail .only-checkbox input[type="checkbox"] {
  margin: 0;
}

/* line 2, ../sass/theme/pages/_faq.scss */
.faq .nav-tabs, .faq .nav-pills {
  margin-bottom: -1px;
}
/* line 7, ../sass/theme/pages/_faq.scss */
.faq .tabdrop a {
  margin-right: 0;
}
/* line 12, ../sass/theme/pages/_faq.scss */
.faq .panel-default > .panel-heading {
  background: #fff;
}
/* line 16, ../sass/theme/pages/_faq.scss */
.faq .panel-group {
  background: #fff;
}
/* line 20, ../sass/theme/pages/_faq.scss */
.faq .tab-content {
  background: #fff;
  padding: 19px;
  border: 1px solid #ddd;
}

/* line 1, ../sass/theme/pages/_errors.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 5, ../sass/theme/pages/_errors.scss */
body.error {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 9, ../sass/theme/pages/_errors.scss */
body.error .middle-container {
  overflow: visible;
  display: table;
  position: static;
  width: 100%;
  height: 100%;
}
/* line 15, ../sass/theme/pages/_errors.scss */
body.error .middle-container .middle-row {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: static;
}
/* line 21, ../sass/theme/pages/_errors.scss */
body.error .middle-container .middle-row .middle-wrapper {
  position: static;
}
/* line 27, ../sass/theme/pages/_errors.scss */
body.error .error-container-header {
  font-size: 100px;
  color: #fff;
  padding: 30px 0 40px 0;
  font-family: Montserrat;
}
@media (min-width: 768px) {
  /* line 27, ../sass/theme/pages/_errors.scss */
  body.error .error-container-header {
    padding: 10px 0 40px 0;
  }
}
/* line 38, ../sass/theme/pages/_errors.scss */
body.error .error-container {
  background-color: #fff;
  position: relative;
  padding: 40px 0;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* line 44, ../sass/theme/pages/_errors.scss */
body.error .error-container:before {
  content: "";
  position: absolute;
  margin-left: -10px;
  left: 50%;
  top: -10px;
  border-bottom: 10px solid #fff;
  border-top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
/* line 56, ../sass/theme/pages/_errors.scss */
body.error .error-container .title {
  margin: 0;
  margin-bottom: 20px;
}
/* line 61, ../sass/theme/pages/_errors.scss */
body.error .error-container .with-icon-over-input {
  position: relative;
}
/* line 64, ../sass/theme/pages/_errors.scss */
body.error .error-container .with-icon-over-input [class^="icon-"] {
  position: absolute;
  right: 10px;
  top: 9px;
}
/* line 70, ../sass/theme/pages/_errors.scss */
body.error .error-container .with-icon-over-input input[type="text"] {
  padding-right: 28px;
}
/* line 76, ../sass/theme/pages/_errors.scss */
body.error .error-container-footer {
  padding: 40px 0;
}
/* line 79, ../sass/theme/pages/_errors.scss */
body.error .error-container-footer a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* line 1, ../sass/theme/pages/_login.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 5, ../sass/theme/pages/_login.scss */
body.login {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 9, ../sass/theme/pages/_login.scss */
body.login .middle-container {
  overflow: visible;
  display: table;
  position: static;
  width: 100%;
  height: 100%;
}
/* line 15, ../sass/theme/pages/_login.scss */
body.login .middle-container .middle-row {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: static;
}
/* line 21, ../sass/theme/pages/_login.scss */
body.login .middle-container .middle-row .middle-wrapper {
  position: static;
}
/* line 27, ../sass/theme/pages/_login.scss */
body.login .login-container-header {
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  /* line 27, ../sass/theme/pages/_login.scss */
  body.login .login-container-header {
    padding: 10px 0 40px 0;
  }
}
/* line 35, ../sass/theme/pages/_login.scss */
body.login .login-container {
  background-color: #fff;
  position: relative;
  padding: 40px 0;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* line 41, ../sass/theme/pages/_login.scss */
body.login .login-container .title {
  margin: 0;
  margin-bottom: 20px;
}
/* line 46, ../sass/theme/pages/_login.scss */
body.login .login-container .with-icon-over-input {
  position: relative;
}
/* line 49, ../sass/theme/pages/_login.scss */
body.login .login-container .with-icon-over-input [class^="icon-"] {
  position: absolute;
  right: 10px;
  top: 9px;
}
/* line 55, ../sass/theme/pages/_login.scss */
body.login .login-container .with-icon-over-input input[type="text"] {
  padding-right: 28px;
}
/* line 61, ../sass/theme/pages/_login.scss */
body.login .login-container-footer {
  padding: 20px 0;
}
/* line 64, ../sass/theme/pages/_login.scss */
body.login .login-container-footer a {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/* line 71, ../sass/theme/pages/_login.scss */
.nescon-login {
  background: none !important;
  /* background-image: url("../../assets/images/textura.png") !important; */
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F3F2E4 !important;
}
/* line 78, ../sass/theme/pages/_login.scss */
.nescon-login .login-container {
  width: 384px;
  margin: auto;
  padding: 30px 25px !important;
  border: 1px solid #cdbd8e;
}
/* line 85, ../sass/theme/pages/_login.scss */
.nescon-login .box-content .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
/* line 90, ../sass/theme/pages/_login.scss */
.nescon-login .box-content hr {
  margin-left: 0;
  margin-right: 0;
}
/* line 95, ../sass/theme/pages/_login.scss */
.nescon-login .labelText {
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
}
/* line 101, ../sass/theme/pages/_login.scss */
.nescon-login .valueText {
  margin-top: 10px;
}
/* line 105, ../sass/theme/pages/_login.scss */
.nescon-login #img_logo {
  margin-top: -18px;
  padding-top: 8px;
}
/* line 110, ../sass/theme/pages/_login.scss */
.nescon-login .vermelho-escuro-login {
  color: #663333;
  font-size: 1.3em !important;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 400;
  float: right;
  padding-top: 12px;
}
/* line 120, ../sass/theme/pages/_login.scss */
.nescon-login .panel-no-padding {
  padding: 15px 0 0;
}
/* line 124, ../sass/theme/pages/_login.scss */
.nescon-login a, .nescon-login a:hover, .nescon-login .btn-link, .nescon-login .btn-link:hover, .nescon-login .btn-link:focus {
  color: #72692f;
}
/* line 128, ../sass/theme/pages/_login.scss */
.nescon-login .form-login {
  margin-top: 10px;
}
/* line 132, ../sass/theme/pages/_login.scss */
.nescon-login .login-container-footer {
  padding: 20px 0 0 !important;
  float: left;
  width: 100%;
}
/* line 138, ../sass/theme/pages/_login.scss */
.nescon-login .login-footer {
  display: block;
  width: 100%;
  margin: 0;
}
/* line 144, ../sass/theme/pages/_login.scss */
.nescon-login .login-container-footer hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 149, ../sass/theme/pages/_login.scss */
.nescon-login .login-container-footer a {
  color: #663333 !important;
  text-shadow: none !important;
}

@media (max-width: 389px) {
  /* line 156, ../sass/theme/pages/_login.scss */
  .nescon-login .login-container {
    width: 100%;
    border: none;
  }
}
/* line 1, ../sass/theme/_overrides-bootstrap.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-image: none;
  filter: none;
}

/* line 6, ../sass/theme/_overrides-bootstrap.scss */
.breadcrumb {
  background: transparent;
}

/* line 10, ../sass/theme/_overrides-bootstrap.scss */
.breadcrumb > li + li:before {
  display: none;
}

/* line 15, ../sass/theme/_overrides-bootstrap.scss */
.label-important {
  background-color: #f34541;
}

/* line 16, ../sass/theme/_overrides-bootstrap.scss */
.label-important[href] {
  background-color: #f01611;
}

/* line 17, ../sass/theme/_overrides-bootstrap.scss */
.label-warning {
  background-color: #9F1D20;
}

/* line 18, ../sass/theme/_overrides-bootstrap.scss */
.label-warning[href] {
  background-color: #741517;
}

/* line 19, ../sass/theme/_overrides-bootstrap.scss */
.label-success {
  background-color: #E6983A;
}

/* line 20, ../sass/theme/_overrides-bootstrap.scss */
.label-success[href] {
  background-color: #d27f1b;
}

/* line 21, ../sass/theme/_overrides-bootstrap.scss */
.label-info {
  background-color: #9564e2;
}

/* line 22, ../sass/theme/_overrides-bootstrap.scss */
.label-info[href] {
  background-color: #7839da;
}

/* line 23, ../sass/theme/_overrides-bootstrap.scss */
.label-inverse {
  background-color: #3c3c3c;
}

/* line 24, ../sass/theme/_overrides-bootstrap.scss */
.label-inverse[href] {
  background-color: #232323;
}

/* line 15, ../sass/theme/_overrides-bootstrap.scss */
.badge-important {
  background-color: #f34541;
}

/* line 16, ../sass/theme/_overrides-bootstrap.scss */
.badge-important[href] {
  background-color: #f01611;
}

/* line 17, ../sass/theme/_overrides-bootstrap.scss */
.badge-warning {
  background-color: #9F1D20;
}

/* line 18, ../sass/theme/_overrides-bootstrap.scss */
.badge-warning[href] {
  background-color: #741517;
}

/* line 19, ../sass/theme/_overrides-bootstrap.scss */
.badge-success {
  background-color: #E6983A;
}

/* line 20, ../sass/theme/_overrides-bootstrap.scss */
.badge-success[href] {
  background-color: #d27f1b;
}

/* line 21, ../sass/theme/_overrides-bootstrap.scss */
.badge-info {
  background-color: #9564e2;
}

/* line 22, ../sass/theme/_overrides-bootstrap.scss */
.badge-info[href] {
  background-color: #7839da;
}

/* line 23, ../sass/theme/_overrides-bootstrap.scss */
.badge-inverse {
  background-color: #3c3c3c;
}

/* line 24, ../sass/theme/_overrides-bootstrap.scss */
.badge-inverse[href] {
  background-color: #232323;
}

/* line 27, ../sass/theme/_overrides-bootstrap.scss */
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar-inner, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .btn {
  background-image: none !important;
  filter: none !important;
}

/* line 32, ../sass/theme/_overrides-bootstrap.scss */
.btn {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

/* line 36, ../sass/theme/_overrides-bootstrap.scss */
.table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child,
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.table, .table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 52, ../sass/theme/_overrides-bootstrap.scss */
.input-group-addon, .form-control, .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle,
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child,
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 60, ../sass/theme/_overrides-bootstrap.scss */
.pager li > a, .pager li > span, ul.pagination > li:first-child > a, ul.pagination > li:first-child > span,
ul.pagination-large > li:last-child > a, ul.pagination-large > li:last-child > span,
ul.pagination-large > li:first-child > a, ul.pagination-large > li:first-child > span, ul.pagination > li:last-child > a, ul.pagination > li:last-child > span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 68, ../sass/theme/_overrides-bootstrap.scss */
.btn, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 74, ../sass/theme/_overrides-bootstrap.scss */
.well, .nav-pills > li > a, .navbar-inner, .breadcrumb, .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a, .accordion-group,
input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input, .modal-content, .tooltip .tooltip-inner,
.popover, .popover-title, .progress, .alert, .label, .thumbnail, .dropdown-menu {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 82, ../sass/theme/_overrides-bootstrap.scss */
.panel-group .panel, .panel, .panel-heading, .panel-body {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 1, ../sass/theme/_overrides-plugins.scss */
ul.dynatree-container {
  border: none;
}

/* line 5, ../sass/theme/_overrides-plugins.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-image: none !important;
  background-color: #D5C7A0;
}

/* line 10, ../sass/theme/_overrides-plugins.scss */
.ui-slider {
  background-color: transparent;
  border: 1px solid #D5C7A0;
}

/* line 15, ../sass/theme/_overrides-plugins.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: #D5C7A0;
}

/* line 19, ../sass/theme/_overrides-plugins.scss */
.ui-slider .ui-slider-range {
  background-color: #3c3c3c;
}

/* line 23, ../sass/theme/_overrides-plugins.scss */
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
  background: #222222;
  text-shadow: none;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

/* line 32, ../sass/theme/_overrides-plugins.scss */
.jGrowl-notification.ui-state-highlight {
  background: #222222;
  text-shadow: none;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

/* line 42, ../sass/theme/_overrides-plugins.scss */
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  color: #fff;
  background: #f34541;
  border-color: transparent;
}
/* line 48, ../sass/theme/_overrides-plugins.scss */
.daterangepicker .ranges li {
  color: #222222;
}
/* line 52, ../sass/theme/_overrides-plugins.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background: #f34541;
}

/* line 57, ../sass/theme/_overrides-plugins.scss */
.datepicker td span.active:hover, .datepicker td span.active:hover:hover, .datepicker td span.active.disabled:hover, .datepicker td span.active.disabled:hover:hover, .datepicker td span.active:active, .datepicker td span.active:hover:active, .datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover:active, .datepicker td span.active.active, .datepicker td span.active:hover.active, .datepicker td span.active.disabled.active, .datepicker td span.active.disabled:hover.active, .datepicker td span.active.disabled, .datepicker td span.active:hover.disabled, .datepicker td span.active.disabled.disabled, .datepicker td span.active.disabled:hover.disabled, .datepicker td span.active[disabled], .datepicker td span.active:hover[disabled], .datepicker td span.active.disabled[disabled], .datepicker td span.active.disabled:hover[disabled], .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active.disabled:hover, .datepicker td.active.disabled:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.disabled:active, .datepicker td.active.disabled:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled.active, .datepicker td.active.disabled:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active.disabled.disabled, .datepicker td.active.disabled:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled], .datepicker td.active.disabled[disabled], .datepicker td.active.disabled:hover[disabled] {
  background: #f34541;
}

/* line 61, ../sass/theme/_overrides-plugins.scss */
.daterangepicker .calendar-date, .daterangepicker .ranges li, .daterangepicker td, .daterangepicker th, .datepicker td span, .datepicker td, .datepicker th {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 69, ../sass/theme/_overrides-plugins.scss */
.has-switch span.switch-primary,
.has-switch span.switch-left,
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled],
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
  background-color: #663333;
}
/* line 89, ../sass/theme/_overrides-plugins.scss */
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:hover:hover,
.has-switch span.switch-left:hover:hover,
.has-switch span.switch-primary:focus:hover,
.has-switch span.switch-left:focus:hover,
.has-switch span.switch-primary:active:hover,
.has-switch span.switch-left:active:hover,
.has-switch span.switch-primary.active:hover,
.has-switch span.switch-left.active:hover,
.has-switch span.switch-primary.disabled:hover,
.has-switch span.switch-left.disabled:hover,
.has-switch span.switch-primary[disabled]:hover,
.has-switch span.switch-left[disabled]:hover,
.has-switch span.switch-primary:active:hover,
.has-switch span.switch-left:active:hover,
.has-switch span.switch-primary.active:hover,
.has-switch span.switch-left.active:hover {
  background-color: #442222;
}

/* line 94, ../sass/theme/_overrides-plugins.scss */
.has-switch span.switch-danger,
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled],
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #f34541;
}
/* line 105, ../sass/theme/_overrides-plugins.scss */
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:hover:hover,
.has-switch span.switch-danger:focus:hover,
.has-switch span.switch-danger:active:hover,
.has-switch span.switch-danger.active:hover,
.has-switch span.switch-danger.disabled:hover,
.has-switch span.switch-danger[disabled]:hover,
.has-switch span.switch-danger:active:hover,
.has-switch span.switch-danger.active:hover {
  background-color: #f01611;
}

/* line 110, ../sass/theme/_overrides-plugins.scss */
.has-switch span.switch-warning,
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled],
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #9F1D20;
}
/* line 121, ../sass/theme/_overrides-plugins.scss */
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:hover:hover,
.has-switch span.switch-warning:focus:hover,
.has-switch span.switch-warning:active:hover,
.has-switch span.switch-warning.active:hover,
.has-switch span.switch-warning.disabled:hover,
.has-switch span.switch-warning[disabled]:hover,
.has-switch span.switch-warning:active:hover,
.has-switch span.switch-warning.active:hover {
  background-color: #741517;
}

/* line 126, ../sass/theme/_overrides-plugins.scss */
.has-switch span.switch-info,
.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled],
.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
  background-color: #9564e2;
}
/* line 137, ../sass/theme/_overrides-plugins.scss */
.has-switch span.switch-info:hover,
.has-switch span.switch-info:hover:hover,
.has-switch span.switch-info:focus:hover,
.has-switch span.switch-info:active:hover,
.has-switch span.switch-info.active:hover,
.has-switch span.switch-info.disabled:hover,
.has-switch span.switch-info[disabled]:hover,
.has-switch span.switch-info:active:hover,
.has-switch span.switch-info.active:hover {
  background-color: #7839da;
}

/* line 142, ../sass/theme/_overrides-plugins.scss */
.has-switch span.switch-success,
.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled],
.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
  background-color: #E6983A;
}
/* line 153, ../sass/theme/_overrides-plugins.scss */
.has-switch span.switch-success:hover,
.has-switch span.switch-success:hover:hover,
.has-switch span.switch-success:focus:hover,
.has-switch span.switch-success:active:hover,
.has-switch span.switch-success.active:hover,
.has-switch span.switch-success.disabled:hover,
.has-switch span.switch-success[disabled]:hover,
.has-switch span.switch-success:active:hover,
.has-switch span.switch-success.active:hover {
  background-color: #d27f1b;
}

/* line 159, ../sass/theme/_overrides-plugins.scss */
.fc-header-right .icon-chevron-right, .fc-header-right .icon-chevron-left {
  position: relative;
  top: 1px;
}

/* line 166, ../sass/theme/_overrides-plugins.scss */
.fc-header-center .fc-button {
  padding-top: 5px !important;
}
/* line 170, ../sass/theme/_overrides-plugins.scss */
.fc-header-center .fc-state-default, .fc-header-center .fc-button {
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 177, ../sass/theme/_overrides-plugins.scss */
.fc-event {
  border: none;
}
/* line 180, ../sass/theme/_overrides-plugins.scss */
.fc-event .fc-event-inner {
  padding: 2px -2px 2px 2px;
  color: #fff;
}

/* line 186, ../sass/theme/_overrides-plugins.scss */
.slimScrollBar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 192, ../sass/theme/_overrides-plugins.scss */
.slider-content ul ul li a:hover {
  background: #F3F2E4;
}

/* line 194, ../sass/theme/_overrides-plugins.scss */
.slider-content .title {
  background: #D5C7A0;
  color: #3c3c3c;
}

/* line 195, ../sass/theme/_overrides-plugins.scss */
.slider .slider-nav {
  background: #D5C7A0;
}

/* line 196, ../sass/theme/_overrides-plugins.scss */
.slider .slider-nav li a {
  color: #3c3c3c;
}

/* line 197, ../sass/theme/_overrides-plugins.scss */
.slider .slide-up, .slider .slide-down {
  background: #D5C7A0;
}

/* line 201, ../sass/theme/_overrides-plugins.scss */
.form-control.select2-container {
  margin: 0;
  padding: 0;
}

/* line 206, ../sass/theme/_overrides-plugins.scss */
.form-control .select2-choice {
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 212, ../sass/theme/_overrides-plugins.scss */
.form-control.select2-container.select2-dropdown-open {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 218, ../sass/theme/_overrides-plugins.scss */
.form-control.select2-container .select2-choices {
  border: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 1, ../sass/theme/_common.scss */
.background-contrast {
  background: #f34541 !important;
}

/* line 2, ../sass/theme/_common.scss */
.text-contrast, .contrast {
  color: #f34541 !important;
}

/* line 3, ../sass/theme/_common.scss */
.text-error {
  color: #f34541 !important;
}

/* line 4, ../sass/theme/_common.scss */
.text-success {
  color: #E6983A !important;
}

/* line 5, ../sass/theme/_common.scss */
.text-primary {
  color: #663333 !important;
}

/* line 6, ../sass/theme/_common.scss */
.text-warning {
  color: #9F1D20 !important;
}

/* line 7, ../sass/theme/_common.scss */
.text-info {
  color: #9564e2 !important;
}

/* line 8, ../sass/theme/_common.scss */
.text-muted {
  color: #999999 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-contrast {
  color: #f34541 !important;
}

/* line 15, ../sass/theme/_common.scss */
.contrast-background {
  background-color: #f34541 !important;
}

/* line 16, ../sass/theme/_common.scss */
.contrast-border {
  border-color: #f34541 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-orange {
  color: #9F1D20 !important;
}

/* line 15, ../sass/theme/_common.scss */
.orange-background {
  background-color: #9F1D20 !important;
}

/* line 16, ../sass/theme/_common.scss */
.orange-border {
  border-color: #9F1D20 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-blue {
  color: #663333 !important;
}

/* line 15, ../sass/theme/_common.scss */
.blue-background {
  background-color: #663333 !important;
}

/* line 16, ../sass/theme/_common.scss */
.blue-border {
  border-color: #663333 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-purple {
  color: #9564e2 !important;
}

/* line 15, ../sass/theme/_common.scss */
.purple-background {
  background-color: #9564e2 !important;
}

/* line 16, ../sass/theme/_common.scss */
.purple-border {
  border-color: #9564e2 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-green {
  color: #E6983A !important;
}

/* line 15, ../sass/theme/_common.scss */
.green-background {
  background-color: #E6983A !important;
}

/* line 16, ../sass/theme/_common.scss */
.green-border {
  border-color: #E6983A !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-red {
  color: #f34541 !important;
}

/* line 15, ../sass/theme/_common.scss */
.red-background {
  background-color: #f34541 !important;
}

/* line 16, ../sass/theme/_common.scss */
.red-border {
  border-color: #f34541 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-muted {
  color: #999999 !important;
}

/* line 15, ../sass/theme/_common.scss */
.muted-background {
  background-color: #999999 !important;
}

/* line 16, ../sass/theme/_common.scss */
.muted-border {
  border-color: #999999 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-fb {
  color: #3d579d !important;
}

/* line 15, ../sass/theme/_common.scss */
.fb-background {
  background-color: #3d579d !important;
}

/* line 16, ../sass/theme/_common.scss */
.fb-border {
  border-color: #3d579d !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-dark {
  color: #2b2d30 !important;
}

/* line 15, ../sass/theme/_common.scss */
.dark-background {
  background-color: #2b2d30 !important;
}

/* line 16, ../sass/theme/_common.scss */
.dark-border {
  border-color: #2b2d30 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-pink {
  color: #c44a83 !important;
}

/* line 15, ../sass/theme/_common.scss */
.pink-background {
  background-color: #c44a83 !important;
}

/* line 16, ../sass/theme/_common.scss */
.pink-border {
  border-color: #c44a83 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-grass-green {
  color: #5daf2b !important;
}

/* line 15, ../sass/theme/_common.scss */
.grass-green-background {
  background-color: #5daf2b !important;
}

/* line 16, ../sass/theme/_common.scss */
.grass-green-border {
  border-color: #5daf2b !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-sea-blue {
  color: #0163ac !important;
}

/* line 15, ../sass/theme/_common.scss */
.sea-blue-background {
  background-color: #0163ac !important;
}

/* line 16, ../sass/theme/_common.scss */
.sea-blue-border {
  border-color: #0163ac !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-banana {
  color: #fcd052 !important;
}

/* line 15, ../sass/theme/_common.scss */
.banana-background {
  background-color: #fcd052 !important;
}

/* line 16, ../sass/theme/_common.scss */
.banana-border {
  border-color: #fcd052 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-dark-orange {
  color: #f56e00 !important;
}

/* line 15, ../sass/theme/_common.scss */
.dark-orange-background {
  background-color: #f56e00 !important;
}

/* line 16, ../sass/theme/_common.scss */
.dark-orange-border {
  border-color: #f56e00 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-brown {
  color: #924e31 !important;
}

/* line 15, ../sass/theme/_common.scss */
.brown-background {
  background-color: #924e31 !important;
}

/* line 16, ../sass/theme/_common.scss */
.brown-border {
  border-color: #924e31 !important;
}

/* line 14, ../sass/theme/_common.scss */
.text-nescon {
  color: #663333 !important;
}

/* line 15, ../sass/theme/_common.scss */
.nescon-background {
  background-color: #663333 !important;
}

/* line 16, ../sass/theme/_common.scss */
.nescon-border {
  border-color: #663333 !important;
}

/* line 20, ../sass/theme/_common.scss */
.list-hover li:hover {
  background-color: #f9f9f9;
}

/* line 26, ../sass/theme/_common.scss */
.list-striped li:nth-child(odd) {
  background-color: #f9f9f9;
}
/* line 31, ../sass/theme/_common.scss */
.list-striped.list-hover li:hover {
  background-color: #f9f9f9;
}

/* line 37, ../sass/theme/_common.scss */
.pager li > a, .pager li > span {
  border-width: 2px;
}

/* line 41, ../sass/theme/_common.scss */
a.dropdown-toggle {
  outline: none;
}

/* line 43, ../sass/theme/_common.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: transparent;
}

/* line 2, ../sass/theme/common/_buttons.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* line 10, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle, .btn {
  background-color: whitesmoke;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 15, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle:active, .btn-group.open .btn.dropdown-toggle.active, .btn:active, .btn.active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: gainsboro;
}
/* line 20, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle:focus, .btn-group.open .btn.dropdown-toggle.disabled, .btn-group.open .btn.dropdown-toggle[disabled], .btn:focus, .btn.disabled, .btn[disabled] {
  background-color: whitesmoke;
}
/* line 24, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle.disabled:hover, .btn-group.open .btn.dropdown-toggle[disabled]:hover, .btn.disabled:hover, .btn[disabled]:hover {
  background-color: whitesmoke;
}
/* line 28, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle:hover, .btn:hover {
  background-color: gainsboro;
}
/* line 32, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle.btn-white, .btn.btn-white {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 37, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle.btn-white:active, .btn-group.open .btn.dropdown-toggle.btn-white.active, .btn.btn-white:active, .btn.btn-white.active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
/* line 42, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle.btn-white:focus, .btn-group.open .btn.dropdown-toggle.btn-white.disabled, .btn-group.open .btn.dropdown-toggle.btn-white[disabled], .btn.btn-white:focus, .btn.btn-white.disabled, .btn.btn-white[disabled] {
  background-color: #fff;
}
/* line 46, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle.btn-white.disabled:hover, .btn-group.open .btn.dropdown-toggle.btn-white[disabled]:hover, .btn.btn-white.disabled:hover, .btn.btn-white[disabled]:hover {
  background-color: #fff;
}
/* line 50, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle.btn-white:hover, .btn.btn-white:hover {
  background-color: #e6e6e6;
}

/* line 56, ../sass/theme/common/_buttons.scss */
a, a:hover, .btn-link, .btn-link:hover, .btn-link:focus {
  color: #222222;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 61, ../sass/theme/common/_buttons.scss */
a:active, a:hover, a:hover:active, a:hover:hover, .btn-link:active, .btn-link:hover, .btn-link:hover:active, .btn-link:hover:hover, .btn-link:focus:active, .btn-link:focus:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 65, ../sass/theme/common/_buttons.scss */
a.disabled:hover, a[disabled]:hover, a:hover.disabled:hover, a:hover[disabled]:hover, .btn-link.disabled:hover, .btn-link[disabled]:hover, .btn-link:hover.disabled:hover, .btn-link:hover[disabled]:hover, .btn-link:focus.disabled:hover, .btn-link:focus[disabled]:hover {
  background-color: #e6e6e6;
}

/* line 70, ../sass/theme/common/_buttons.scss */
.btn-link:focus, .btn-link, .btn-link:hover, .btn-link:active {
  background-color: transparent;
  border-color: transparent;
}

/* line 75, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-primary.dropdown-toggle, .btn.btn-primary {
  background-color: #663333;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 81, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-primary.dropdown-toggle:active, .btn-group.open .btn-primary.dropdown-toggle.active, .btn.btn-primary:active, .btn.btn-primary.active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #442222;
}
/* line 86, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-primary.dropdown-toggle:focus, .btn-group.open .btn-primary.dropdown-toggle.disabled, .btn-group.open .btn-primary.dropdown-toggle[disabled], .btn.btn-primary:focus, .btn.btn-primary.disabled, .btn.btn-primary[disabled] {
  background-color: #663333;
}
/* line 90, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-primary.dropdown-toggle.disabled:hover, .btn-group.open .btn-primary.dropdown-toggle[disabled]:hover, .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover {
  background-color: #663333;
}
/* line 94, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-primary.dropdown-toggle:hover, .btn.btn-primary:hover {
  background-color: #442222;
}

/* line 98, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-warning.dropdown-toggle, .btn.btn-warning {
  background-color: #9F1D20;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 104, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-warning.dropdown-toggle:active, .btn-group.open .btn-warning.dropdown-toggle.active, .btn.btn-warning:active, .btn.btn-warning.active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #741517;
}
/* line 109, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-warning.dropdown-toggle:focus, .btn-group.open .btn-warning.dropdown-toggle.disabled, .btn-group.open .btn-warning.dropdown-toggle[disabled], .btn.btn-warning:focus, .btn.btn-warning.disabled, .btn.btn-warning[disabled] {
  background-color: #9F1D20;
}
/* line 113, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-warning.dropdown-toggle.disabled:hover, .btn-group.open .btn-warning.dropdown-toggle[disabled]:hover, .btn.btn-warning.disabled:hover, .btn.btn-warning[disabled]:hover {
  background-color: #9F1D20;
}
/* line 117, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-warning.dropdown-toggle:hover, .btn.btn-warning:hover {
  background-color: #741517;
}

/* line 121, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-danger.dropdown-toggle, .btn.btn-danger {
  background-color: #f34541;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 127, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-danger.dropdown-toggle:active, .btn-group.open .btn-danger.dropdown-toggle.active, .btn.btn-danger:active, .btn.btn-danger.active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #f01611;
}
/* line 132, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-danger.dropdown-toggle:focus, .btn-group.open .btn-danger.dropdown-toggle.disabled, .btn-group.open .btn-danger.dropdown-toggle[disabled], .btn.btn-danger:focus, .btn.btn-danger.disabled, .btn.btn-danger[disabled] {
  background-color: #f34541;
}
/* line 136, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-danger.dropdown-toggle.disabled:hover, .btn-group.open .btn-danger.dropdown-toggle[disabled]:hover, .btn.btn-danger.disabled:hover, .btn.btn-danger[disabled]:hover {
  background-color: #f34541;
}
/* line 140, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-danger.dropdown-toggle:hover, .btn.btn-danger:hover {
  background-color: #f01611;
}

/* line 144, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-success.dropdown-toggle, .btn.btn-success {
  background-color: #E6983A;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 150, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-success.dropdown-toggle:active, .btn-group.open .btn-success.dropdown-toggle.active, .btn.btn-success:active, .btn.btn-success.active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #d27f1b;
}
/* line 155, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-success.dropdown-toggle:focus, .btn-group.open .btn-success.dropdown-toggle.disabled, .btn-group.open .btn-success.dropdown-toggle[disabled], .btn.btn-success:focus, .btn.btn-success.disabled, .btn.btn-success[disabled] {
  background-color: #E6983A;
}
/* line 159, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-success.dropdown-toggle.disabled:hover, .btn-group.open .btn-success.dropdown-toggle[disabled]:hover, .btn.btn-success.disabled:hover, .btn.btn-success[disabled]:hover {
  background-color: #E6983A;
}
/* line 163, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-success.dropdown-toggle:hover, .btn.btn-success:hover {
  background-color: #d27f1b;
}

/* line 167, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-info.dropdown-toggle, .btn.btn-info {
  background-color: #9564e2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 173, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-info.dropdown-toggle:active, .btn-group.open .btn-info.dropdown-toggle.active, .btn.btn-info:active, .btn.btn-info.active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #7839da;
}
/* line 178, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-info.dropdown-toggle:focus, .btn-group.open .btn-info.dropdown-toggle.disabled, .btn-group.open .btn-info.dropdown-toggle[disabled], .btn.btn-info:focus, .btn.btn-info.disabled, .btn.btn-info[disabled] {
  background-color: #9564e2;
}
/* line 182, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-info.dropdown-toggle.disabled:hover, .btn-group.open .btn-info.dropdown-toggle[disabled]:hover, .btn.btn-info.disabled:hover, .btn.btn-info[disabled]:hover {
  background-color: #9564e2;
}
/* line 186, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-info.dropdown-toggle:hover, .btn.btn-info:hover {
  background-color: #7839da;
}

/* line 191, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-inverse.dropdown-toggle, .btn.btn-inverse {
  background-color: #363636;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 198, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-inverse.dropdown-toggle:active, .btn-group.open .btn-inverse.dropdown-toggle.active, .btn.btn-inverse:active, .btn.btn-inverse.active {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #1c1c1c;
}
/* line 203, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-inverse.dropdown-toggle:focus, .btn-group.open .btn-inverse.dropdown-toggle.disabled, .btn-group.open .btn-inverse.dropdown-toggle[disabled], .btn.btn-inverse:focus, .btn.btn-inverse.disabled, .btn.btn-inverse[disabled] {
  background-color: #363636;
}
/* line 207, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-inverse.dropdown-toggle.disabled:hover, .btn-group.open .btn-inverse.dropdown-toggle[disabled]:hover, .btn.btn-inverse.disabled:hover, .btn.btn-inverse[disabled]:hover {
  background-color: #363636;
}
/* line 211, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-inverse.dropdown-toggle:hover, .btn.btn-inverse:hover {
  background-color: #1c1c1c;
}
/* line 215, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn-inverse.dropdown-toggle .caret, .btn.btn-inverse .caret {
  border-top-color: #fff;
}

/* line 220, ../sass/theme/common/_buttons.scss */
.dropup .btn-inverse .caret {
  border-bottom-color: #fff;
}

/* line 224, ../sass/theme/common/_buttons.scss */
.btn-group.open .btn.dropdown-toggle {
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 228, ../sass/theme/common/_buttons.scss */
.nav .caret, .nav a:hover .caret {
  border-top-color: #f34541;
  border-bottom-color: #f34541;
}

/* line 1, ../sass/theme/common/_progress.scss */
.progress {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  filter: none;
}
/* line 6, ../sass/theme/common/_progress.scss */
.progress.progress-small {
  height: 10px;
  line-height: 10px;
}
/* line 10, ../sass/theme/common/_progress.scss */
.progress.progress-small .progress-bar {
  font-size: 10px;
  padding-top: 0;
}
/* line 16, ../sass/theme/common/_progress.scss */
.progress.progress-mini {
  height: 5px;
  line-height: 5px;
}
/* line 20, ../sass/theme/common/_progress.scss */
.progress.progress-mini .progress-bar {
  font-size: 5px;
  padding-top: 0;
}
/* line 26, ../sass/theme/common/_progress.scss */
.progress .progress-bar {
  background-image: none;
  background-color: #663333;
  padding-top: 2px;
}
/* line 32, ../sass/theme/common/_progress.scss */
.progress.progress-danger .progress-bar, .progress.progress .progress-bar-danger {
  background-image: none;
  background-color: #f34541;
}
/* line 37, ../sass/theme/common/_progress.scss */
.progress.progress-success .progress-bar, .progress.progress .progress-bar-success {
  background-image: none;
  background-color: #E6983A;
}
/* line 42, ../sass/theme/common/_progress.scss */
.progress.progress-warning .progress-bar, .progress.progress .progress-bar-warning {
  background-image: none;
  background-color: #9F1D20;
}
/* line 47, ../sass/theme/common/_progress.scss */
.progress.progress-info .progress-bar, .progress.progress .progress-bar-info {
  background-image: none;
  background-color: #9564e2;
}

/* line 53, ../sass/theme/common/_progress.scss */
.progress-pwstrength {
  margin-bottom: 0;
}

/* line 1, ../sass/theme/common/_elements.scss */
.well {
  border: 1px solid #D5C7A0;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7, ../sass/theme/common/_elements.scss */
code {
  background-color: #f3e0d3;
  color: #f3544f;
}

/* line 13, ../sass/theme/common/_elements.scss */
pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #D5C7A0;
  background-color: #F3F2E4;
}

/* line 1, ../sass/theme/common/_paginations.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: whitesmoke;
  border: 1px solid #dddddd;
  color: #222222;
}

/* line 1, ../sass/theme/common/_modals.scss */
.modal-backdrop.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 1, ../sass/theme/common/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #f34541;
}

/* line 5, ../sass/theme/common/_dropdowns.scss */
.select2-results .select2-highlighted {
  background-color: #f34541;
}
