@charset "UTF-8";
/* SCSS Document */
/*------------------------------------*\

\*------------------------------------*/
/**
 * CONTENTS
 *
 * SETTINGS
 * Global...............Globally-available variables and config.
 *
 * TOOLS
 * Mixins...............Useful mixins.
 *
 * GENERIC
 * Normalize.css........A level playing field.
 * Box-sizing...........Better default `box-sizing`.
 *
 * BASE
 * Headings.............H1–H6 styles.
 *
 * OBJECTS
 * Wrappers.............Wrapping and constraining elements.
 *
 * COMPONENTS
 * Page-head............The main page header.
 * Page-foot............The main page footer.
 * Buttons..............Button elements.
 *
 * TRUMPS
 * Text.................Text helpers.
 */
/*------------------------------------*\
  
\*------------------------------------*/
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, ../sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 250, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 268, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../sass/_normalize.scss */
form {
  margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 401, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 414, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 426, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 454, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 466, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 492, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* SCSS Document */
/* line 3, ../sass/header.scss */
header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  /* logo	*/
  /* fade	*/
  /* Toolbar menu	*/
  /* Main menu	*/
}
/* line 15, ../sass/header.scss */
header #logo_dirtt_bb {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 100px;
  z-index: 22;
  transition: all .5s;
}
/* line 25, ../sass/header.scss */
header #header_fade {
  background: transparent;
  position: absolute;
  z-index: 21;
  width: 100%;
  min-height: 150px;
}
/* line 33, ../sass/header.scss */
header #toolbar {
  z-index: 22;
}
/* line 38, ../sass/header.scss */
header #nav_secondary {
  font-family: 'HelveticaNeueW01-65Medi';
  font-size: 0.8em;
  vertical-align: top;
  text-align: right;
  margin: 10px 10px 0px 0px;
  padding: 0px 5px 0px 5px;
}
/* line 46, ../sass/header.scss */
header #nav_secondary li {
  display: inline-block;
  color: #EBEBEB;
  margin: 3px 20px 0px 0px;
  list-style: none;
}
/* line 53, ../sass/header.scss */
header #nav_secondary li.menu_sub_1 {
  text-transform: uppercase;
}
/* line 56, ../sass/header.scss */
header #nav_secondary li a:link, header #nav_secondary li a:visited {
  color: #EBEBEB;
  text-decoration: none;
}
/* line 57, ../sass/header.scss */
header #nav_secondary li a:focus, header #nav_secondary li a:hover {
  color: #FFFFFF;
}
/* line 62, ../sass/header.scss */
header #nav_primary {
  position: relative;
  font-family: 'HelveticaNeueW01-65Medi';
  text-align: right;
  margin: 0 0 0 0;
}
/* line 68, ../sass/header.scss */
header #nav_primary ul#main_menu {
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  margin: 0px 33px 0px 0px;
  padding: 6px 0px 0px 0px;
}
/* line 76, ../sass/header.scss */
header #nav_primary ul#main_menu li.tab_area {
  display: inline-block;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  text-align: left;
  color: #000;
}
/* line 86, ../sass/header.scss */
header #nav_primary ul#main_menu li.tab_area h2 a,
header #nav_primary ul#main_menu li.tab_area h2 a:link,
header #nav_primary ul#main_menu li.tab_area h2 a:visited {
  font-size: 0.6em;
  text-decoration: none;
  color: #FFF;
}
/* line 93, ../sass/header.scss */
header #nav_primary ul#main_menu li .dd_item {
  display: none;
  position: absolute;
  top: 60px;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 99, ../sass/header.scss */
header #nav_primary ul#main_menu li:hover .dd_item {
  display: inline-table;
    position: fixed;
    margin-left: 1164px;
    margin-top: 32px;
}


/* line 107, ../sass/header.scss */
header .nav_icon {
  width: 45px;
  height: 45px;
  display: inline-block;
}

/* line 115, ../sass/header.scss */
#mm_solutions {
  position: absolute;
  left: -300px;
  width: 700px;
  padding: 15px;
}
/* line 121, ../sass/header.scss */
#mm_solutions h3 {
  color: #999;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 20px 10px 0px 10px;
  padding: 0px 0px 2px 0px;
  border-bottom: solid 1px #999;
  letter-spacing: 1px;
}
/* line 131, ../sass/header.scss */
#mm_solutions ul#mm_for_people {
  display: flex;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
/* line 136, ../sass/header.scss */
#mm_solutions ul#mm_for_people li.mm_afu_sec {
  color: #FFF;
  list-style: none;
  width: 200px;
  min-height: 120px;
  margin: 10px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
  border: solid 1px #333;
  border-left: solid 2px #ea5322;
  font-family: "HelveticaNeueW01-UltLt";
  font-size: 1.3em;
  letter-spacing: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 152, ../sass/header.scss */
#mm_solutions ul#mm_for_people li.mm_afu_sec span.mm_afu_min {
  display: block;
  clear: right;
  text-transform: uppercase;
  margin: 5px 0px 0px 10px;
}
/* line 158, ../sass/header.scss */
#mm_solutions ul#mm_for_people li.mm_afu_sec span.mm_afu_max {
  display: block;
  text-transform: uppercase;
  border-bottom: solid 1px #FFF;
  margin: -5px 10px 0px 10px;
  font-family: "HelveticaNeueW01-65Medi";
}
/* line 165, ../sass/header.scss */
#mm_solutions ul#mm_for_people li.mm_afu_sec div.mm_afu_desc {
  font-size: 0.6em;
  font-weight: normal;
  margin: 5px 0px 0px 10px;
  font-family: "HelveticaNeueW01-UltLt";
  line-height: 1.4em;
  text-transform: none;
}
/* line 174, ../sass/header.scss */
#mm_solutions ul#mm_for_people #mm_user_owners {
  background-image: url(/pages/home/images/targets/facilitymanagers.jpg);
}
/* line 175, ../sass/header.scss */
#mm_solutions ul#mm_for_people #mm_user_designers {
  background-image: url(/pages/home/images/targets/designers.jpg);
}
/* line 176, ../sass/header.scss */
#mm_solutions ul#mm_for_people #mm_user_contractors {
  background-image: url(/pages/home/images/targets/contractors.jpg);
}
/* line 180, ../sass/header.scss */
#mm_solutions ul#mm_for_industries {
  display: flex;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  text-transform: none;
  /*------------------------------------*\
      #FOO
  \*------------------------------------*/
}
/* line 186, ../sass/header.scss */
#mm_solutions ul#mm_for_industries li.mm_afi_sec {
  overflow: hidden;
  position: relative;
  color: #FFF;
  background-color: #363636;
  list-style: none;
  margin: 10px 10px 0px 0px;
  padding: 5px 0px 5px 50px;
  border: solid 1px #666;
  font-family: "HelveticaNeueW01-UltLt";
  font-size: 1.2em;
  letter-spacing: 1px;
  flex-grow: 1;
}
/* line 200, ../sass/header.scss */
#mm_solutions ul#mm_for_industries li.mm_item_more {
  background-color: #363636;
  border: solid 1px #666;
  font-size: 0.9em;
  width: 50px;
  flex: none;
  text-align: center;
  padding: 12px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  font-size: 0.6em;
  color: #ea5322;
}
/* line 216, ../sass/header.scss */
#mm_solutions ul#mm_for_industries li div#mm_icon_industrySec_healthcare {
  position: absolute;
  top: -20px;
  left: -25px;
  width: 80px;
  fill: #ea5322;
}
/* line 223, ../sass/header.scss */
#mm_solutions ul#mm_for_industries li div#mm_icon_industrySec_education {
  position: absolute;
  top: -23px;
  left: -38px;
  width: 90px;
  fill: #ea5322;
}
/* line 230, ../sass/header.scss */
#mm_solutions ul#mm_for_industries li div#mm_icon_industrySec_commercial {
  position: absolute;
  top: -8px;
  left: -18px;
  width: 60px;
  fill: #ea5322;
}
/* line 241, ../sass/header.scss */
#mm_solutions ul#mm_for_environments {
  margin: 0px 0px 30px 10px;
  padding: 5px 0px 0px 0px;
  max-width: 600px;
  text-transform: none;
}
/* line 247, ../sass/header.scss */
#mm_solutions ul#mm_for_environments .mm_afs_sec {
  display: inline-block;
  color: #FFF;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "HelveticaNeueW01-45Ligh";
  font-size: 0.9em;
  letter-spacing: 1px;
}
/* line 257, ../sass/header.scss */
#mm_solutions ul#mm_for_environments .mm_afs_sec::after {
  content: " - ";
  /*\26AC*/
}
/* line 261, ../sass/header.scss */
#mm_solutions ul#mm_for_environments .mm_afs_sec a:link, #mm_solutions ul#mm_for_environments .mm_afs_sec a:visited {
  text-decoration: none;
  color: #ea5322;
}
/* line 265, ../sass/header.scss */
#mm_solutions ul#mm_for_environments .mm_afs_sec a:hover, #mm_solutions ul#mm_for_environments .mm_afs_sec a:focus {
  border-bottom: dotted 1px #ea5322;
}

/*------------------------------------*\
    #FOO
\*------------------------------------*/
/* line 276, ../sass/header.scss */
#mm_sustainability {
  position: absolute;
  left: -100px;
  width: 500px;
  padding: 15px;
}
/* line 283, ../sass/header.scss */
#mm_sustainability #mm_sustainability_articles h3 {
  color: #FFF;
  letter-spacing: 1px;
  font-size: 0.6em;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: dotted 1px #666;
}
/* line 292, ../sass/header.scss */
#mm_sustainability #mm_sustainability_articles ul#mm_recent_articles {
  color: #FFF;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "HelveticaNeueW01-45Ligh";
}
/* line 299, ../sass/header.scss */
#mm_sustainability #mm_sustainability_articles ul#mm_recent_articles li {
  list-style: square;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
  font-size: 1.2em;
  color: #ea5322;
}
/* line 307, ../sass/header.scss */
#mm_sustainability #mm_sustainability_articles ul#mm_recent_articles li a:hover {
  border-bottom: dotted 1px #ea5322;
}

/*------------------------------------*\
    #FOO
\*------------------------------------*/
/* line 325, ../sass/header.scss */
#mm_resources {
  position: absolute;
  left: -280px;
  width: 680px;
  padding: 15px;
}
/* line 331, ../sass/header.scss */
#mm_resources h3 {
  color: #CCC;
  letter-spacing: 1px;
  font-size: 0.6em;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: dotted 1px #666;
}
/* line 340, ../sass/header.scss */
#mm_resources .mm_rs_icon {
  vertical-align: top;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  width: 40px;
}
/* line 346, ../sass/header.scss */
#mm_resources .mm_resource_group {
  width: 300px;
  display: inline-block;
  margin: 0px 20px 0px 0px;
  vertical-align: top;
}
/* line 352, ../sass/header.scss */
#mm_resources .mm_resource_group ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
/* line 356, ../sass/header.scss */
#mm_resources .mm_resource_group ul li {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
/* line 361, ../sass/header.scss */
#mm_resources .mm_resource_group ul li a {
  font-weight: normal;
  					/*
  					:link,
  					:visited{
  						text-decoration: none;
  						color: rgba(234,83,34,1.0);
  					}
  
  					:hover,
  					:focus{
  						color: rgba(234,83,34,1.0);
  						border: dotted 1px rgba(234,83,34,1.0);
  					}
  					*/
}
/* line 380, ../sass/header.scss */
#mm_resources .mm_resource_group ul li a .mm_rs_item {
  vertical-align: top;
  display: inline-block;
  font-family: "HelveticaNeueW01-45Ligh";
}
/* line 385, ../sass/header.scss */
#mm_resources .mm_resource_group ul li a .mm_rs_item .mm_rs_item_title {
  font-size: 1.2em;
  text-transform: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
/* line 391, ../sass/header.scss */
#mm_resources .mm_resource_group ul li a .mm_rs_item .mm_rs_item_desc {
  font-size: 0.8em;
  color: #CCC;
  font-family: "HelveticaNeueW01-45Ligh";
  text-transform: none;
}
/* line 402, ../sass/header.scss */
#mm_resources .mm_resource_group ul li a:link,
#mm_resources .mm_resource_group ul li a:visited {
  text-decoration: none;
}

/*------------------------------------*\
    #FOO
\*------------------------------------*/
/*
#mm_solutions,
#mm_sustainability,
#mm_resources{display: none !important;}
*/
/* 	*/
/* line 421, ../sass/header.scss */
.main-header {
  padding: 5px;
  text-align: center;
  color: white;
  text-shadow: #222222 0px -1px 1px;
  position: fixed;
  width: 100%;
  left: 0;
  transition: all 0.3s ease;
}

/* line 431, ../sass/header.scss */
.main-header a {
  position: absolute;
  left: -62px;
  top: 7px;
  color: #ea5322;
  font-size: 16px;
}

/* line 439, ../sass/header.scss */
.page-wrap {
  float: right;
  width: 100%;
  transition: width 0.3s ease;
}

/* line 445, ../sass/header.scss */
.main-nav {
  position: fixed;
  top: 0;
  width: 0;
  margin-left: -4px;
  height: 100%;
  background: #3B3B3B;
  overflow-y: auto;
  transition: width 0.3s ease;
  z-index: 223;
}

/* line 455, ../sass/header.scss */
.main-nav a {
  display: block;
  background: linear-gradient(#3e3e3e, #383838);
  border-top: 1px solid #484848;
  border-bottom: 1px solid #2E2E2E;
  text-align: -webkit-left;
  line-height: 2.2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding-left: 18px;
  text-align: -moz-left;
}

/* line 466, ../sass/header.scss */
.main-nav a h2 {
  font-size: 13px;
  color: #ccc;
  margin-left: 26px;
}

/* line 467, ../sass/header.scss */
.main-nav a h5 {
  font-size: 12px;
}

/* line 468, ../sass/header.scss */
.main-nav img {
  margin-left: -71px;
  width: 25px;
  margin-top: -8px !important;
  margin-bottom: 0 !important;
}

/* line 469, ../sass/header.scss */
.main-nav a:hover, .main-nav a:focus {
  background: linear-gradient(#484848, #383838);
  text-decoration: none;
}

/* line 473, ../sass/header.scss */
.main-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 34px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

/* line 483, ../sass/header.scss */
.content {
  padding: 100px 20px 20px 20px;
}

/* line 487, ../sass/header.scss */
.close-menu {
  display: none;
}

/* line 491, ../sass/header.scss */
#main-nav:target {
  width: 50%;
}

/* line 495, ../sass/header.scss */
#main-nav:target + .page-wrap {
  width: 80%;
}

/* line 498, ../sass/header.scss */
#main-nav:target + .page-wrap .open-menu {
  display: none;
}

/* line 501, ../sass/header.scss */
#main-nav:target + .page-wrap .close-menu {
  display: block;
}

/* line 504, ../sass/header.scss */
#main-nav:target + .page-wrap .main-header {
  width: 80%;
  left: 20%;
}

/* line 508, ../sass/header.scss */
#hamburger {
  color: #ccc;
  text-align: right;
  margin: 15px 20px 0px 0px;
  font-size: 2.0em;
  fill: #FFF;
  width: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}

/* line 521, ../sass/header.scss */
#btn_menu {
  fill: inherit;
}

/* line 524, ../sass/header.scss */

@media (max-width: 768px) {
  /* line 527, ../sass/header.scss */
  #toolbar {
    /*display: none;*/
  }#video_thisIsDIRTT {
    width: 370px;
    margin: 39px 244px 30px -38px !important;
}

  /* line 528, ../sass/header.scss */
  #nav_secondary {
    display: none;
  }

  /* line 529, ../sass/header.scss */
  #nav_primary {
    display: none;
  }

  /* line 530, ../sass/header.scss */
  #hamburger {
    display: block;
  }

  /* line 531, ../sass/header.scss */
  #logo_dirtt_bb {
    width: 70px;
  }

  /* line 534, ../sass/header.scss */
  #title_tag {
    font-size: 10px;
  }

  /* line 535, ../sass/header.scss */
  #title_label {
    font-size: 3.0em;
  }

  /* line 536, ../sass/header.scss */
  #title_button a {
    font-size: 0.7em;
  }

  /* line 537, ../sass/header.scss */
  
}
@media only screen 
and(min-width: 768px) {
  /* line 545, ../sass/header.scss */
  #toolbar {
    display: block;
  }

  /* line 546, ../sass/header.scss */
  #hamburger {
  }

}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

}
@media (min-width: 1200px) {
  /* line 555, ../sass/header.scss */
  .row {
    max-width: 1280px;
  }
}
/*
======================================
Footer
======================================
*/
/*
======================================
SASS variables
======================================
*/
/* Typography */
/* Pallet */
/* Environment */
/*
======================================
mixins
======================================
*/
/*
======================================

======================================
*/
/* line 51, ../sass/footer.scss */
.helvetica_ultra_light {
  font-family: 'HelveticaNeueW01-UltLt';
}

/* line 52, ../sass/footer.scss */
.helvetica_thin {
  font-family: 'HelveticaNeueW01-Thin';
}

/* line 53, ../sass/footer.scss */
.helvetica_light {
  font-family: 'HelveticaNeueW01-45Ligh';
}

/* line 54, ../sass/footer.scss */
.helvetica_medium {
  font-family: 'HelveticaNeueW01-65Medi';
}

/* line 57, ../sass/footer.scss */
footer {
  background-color: #5c462b;
  color: #cccccc;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  /* ---------------------*/
  /* Footer Base */
  /* ---------------------*/
}
/* line 61, ../sass/footer.scss */
footer #area_footer {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 10px;
}
/* line 67, ../sass/footer.scss */
footer h2 {
  font-size: 1.0em;
  margin: 20px 0px 0px 0px;
}
/* line 72, ../sass/footer.scss */
footer .copy_wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 77, ../sass/footer.scss */
footer #logo_dirtt_bb_footer {
  padding: 0px;
  margin: 0px;
  width: 100px;
  height: 60px;
  top: 15px;
  left: 0px;
  right: 0px;
  overflow: hidden;
}
/* line 87, ../sass/footer.scss */
footer #af_identity {
  font-size: 0.8em;
  color: #CCC;
}
/* line 90, ../sass/footer.scss */
footer #af_identity ul {
  font-family: inherit;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  font-size: 0.8em;
}
/* line 95, ../sass/footer.scss */
footer #af_identity ul li {
  margin: 0px 20px 0px 0px;
  list-style: none;
}
/* line 100, ../sass/footer.scss */
footer #af_identity p {
  line-height: 1.2em;
  border-top: solid 1px #CCC;
  padding-top: 10px;
}
/* line 105, ../sass/footer.scss */
footer #af_identity #afi_links {
  display: block;
  margin-top: 10px;
}
/* line 109, ../sass/footer.scss */
footer #af_identity a:link, footer #af_identity a:visited {
  text-decoration: none;
  color: #FFF;
}
/* line 113, ../sass/footer.scss */
footer #af_identity #af_follow h2 {
  margin: 20px 0px 0px 0px;
  color: #000;
}
/* line 119, ../sass/footer.scss */
footer .ff_subscribe {
  background-color: rgba(71, 56, 37, 0.5);
  border: solid 1px #473825;
  color: #FFF;
}
/* line 124, ../sass/footer.scss */
footer .ff_top {
 		/*
 		border-radius: 0px 10px 0px 0px;
		-moz-border-radius: 10px 10px 0px 0px;
		-webkit-border-radius: 10px 10px 0px 0px;
		*/
  padding-left: 10px;
}
/* line 132, ../sass/footer.scss */
footer .ff_middle {
  padding-left: 10px;
}
/* line 135, ../sass/footer.scss */
footer .ff_bottom {
 		/*
 		border-radius: 0px 0px 10px 10px;
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		*/
  padding-left: 10px;
}
/* line 143, ../sass/footer.scss */
footer ::-webkit-input-placeholder {
  color: #5c462b;
}
/* line 144, ../sass/footer.scss */
footer :-moz-placeholder {
  color: #5c462b;
}
/* line 145, ../sass/footer.scss */
footer ::-moz-placeholder {
  color: #5c462b;
}
/* line 146, ../sass/footer.scss */
footer :-ms-input-placeholder {
  color: #5c462b;
}
/* line 149, ../sass/footer.scss */
footer #af_social {
  margin: 0px 0px 0px 0px;
  fill: #CCC;
}
/* line 153, ../sass/footer.scss */
footer #af_social a {
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
/* line 156, ../sass/footer.scss */
footer #af_social a :hover {
  fill: #FFF;
}
/* line 168, ../sass/footer.scss */
footer #logo_social_instagram,
footer #logo_social_googleplus,
footer #logo_social_pinterest,
footer #logo_social_linkedin,
footer #logo_social_youtube,
footer #logo_social_twitter,
footer #logo_social_facebook {
  width: 35px;
  fill: inherit;
}
/* line 175, ../sass/footer.scss */
footer #area_footer_base {
  padding: 7px 15px 5px 15px;
  color: #999;
  font-size: 0.8em;
  border-top: solid 1px #999;
  background-color: #473825;
}
/* line 184, ../sass/footer.scss */
footer #afb_left {
  display: inline-block;
}
/* line 188, ../sass/footer.scss */
footer #afb_supplimentary {
  float: right;
}
/* line 193, ../sass/footer.scss */
footer #afb_supplimentary ul li {
  float: right;
  border-right: solid 1px #5c462b;
  padding: 0px 5px 0px 5px;
}
/* line 199, ../sass/footer.scss */
footer #afb_supplimentary ul li a:link, footer #afb_supplimentary ul li a:visited {
  color: #999;
  text-decoration: none;
}
/* line 203, ../sass/footer.scss */
footer #afb_supplimentary ul li a:hover, footer #afb_supplimentary ul li a:focus {
  color: #CCC;
}
/* line 208, ../sass/footer.scss */
footer #afb_supplimentary ul li:first-child {
  border-right: none;
}

/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, ../sass/_bootstrap.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 92, ../sass/_bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 95, ../sass/_bootstrap.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 101, ../sass/_bootstrap.scss */
pre {
  overflow: auto;
}

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

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

/* line 120, ../sass/_bootstrap.scss */
button {
  overflow: visible;
}

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

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

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

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

/* line 143, ../sass/_bootstrap.scss */
input {
  line-height: normal;
}

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

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

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

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

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

/* line 172, ../sass/_bootstrap.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 176, ../sass/_bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 179, ../sass/_bootstrap.scss */
optgroup {
  font-weight: bold;
}

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

/* line 187, ../sass/_bootstrap.scss */
td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

  /* line 241, ../sass/_bootstrap.scss */
  .navbar {
    display: none;
  }

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

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

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

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

  /* line 259, ../sass/_bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../../../v0_2/_themes/2015/fonts/glyphicons-halflings-regular.eot");
  src: url("../../../../v0_2/_themes/2015/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../../v0_2/_themes/2015/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../../v0_2/_themes/2015/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../../v0_2/_themes/2015/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../../v0_2/_themes/2015/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 269, ../sass/_bootstrap.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 281, ../sass/_bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 284, ../sass/_bootstrap.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 288, ../sass/_bootstrap.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 291, ../sass/_bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 294, ../sass/_bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 297, ../sass/_bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 300, ../sass/_bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 303, ../sass/_bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 306, ../sass/_bootstrap.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 309, ../sass/_bootstrap.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 312, ../sass/_bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 315, ../sass/_bootstrap.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 318, ../sass/_bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 321, ../sass/_bootstrap.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 324, ../sass/_bootstrap.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 327, ../sass/_bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 330, ../sass/_bootstrap.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 333, ../sass/_bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 336, ../sass/_bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 339, ../sass/_bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 342, ../sass/_bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 345, ../sass/_bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 348, ../sass/_bootstrap.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 351, ../sass/_bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 354, ../sass/_bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 357, ../sass/_bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 360, ../sass/_bootstrap.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 363, ../sass/_bootstrap.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 366, ../sass/_bootstrap.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 369, ../sass/_bootstrap.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 372, ../sass/_bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 375, ../sass/_bootstrap.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 378, ../sass/_bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 381, ../sass/_bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 384, ../sass/_bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 387, ../sass/_bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 390, ../sass/_bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 393, ../sass/_bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 396, ../sass/_bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 399, ../sass/_bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 402, ../sass/_bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 405, ../sass/_bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 408, ../sass/_bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 411, ../sass/_bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 414, ../sass/_bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 417, ../sass/_bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 420, ../sass/_bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 423, ../sass/_bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 426, ../sass/_bootstrap.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 429, ../sass/_bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 432, ../sass/_bootstrap.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 435, ../sass/_bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 438, ../sass/_bootstrap.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 441, ../sass/_bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 444, ../sass/_bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 447, ../sass/_bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 450, ../sass/_bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 453, ../sass/_bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 456, ../sass/_bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 459, ../sass/_bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 462, ../sass/_bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 465, ../sass/_bootstrap.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 468, ../sass/_bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 471, ../sass/_bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 474, ../sass/_bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 477, ../sass/_bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 480, ../sass/_bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 483, ../sass/_bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 486, ../sass/_bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 489, ../sass/_bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 492, ../sass/_bootstrap.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 495, ../sass/_bootstrap.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 498, ../sass/_bootstrap.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 501, ../sass/_bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 504, ../sass/_bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 507, ../sass/_bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 510, ../sass/_bootstrap.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 513, ../sass/_bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 516, ../sass/_bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 519, ../sass/_bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 522, ../sass/_bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 525, ../sass/_bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 528, ../sass/_bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 531, ../sass/_bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 534, ../sass/_bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 537, ../sass/_bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 540, ../sass/_bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 543, ../sass/_bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 546, ../sass/_bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 549, ../sass/_bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 552, ../sass/_bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 555, ../sass/_bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 558, ../sass/_bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 561, ../sass/_bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 564, ../sass/_bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 567, ../sass/_bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 570, ../sass/_bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 573, ../sass/_bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 576, ../sass/_bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 579, ../sass/_bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 582, ../sass/_bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 585, ../sass/_bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 588, ../sass/_bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 591, ../sass/_bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 594, ../sass/_bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 597, ../sass/_bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 600, ../sass/_bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 603, ../sass/_bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 606, ../sass/_bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 609, ../sass/_bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 612, ../sass/_bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 615, ../sass/_bootstrap.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 618, ../sass/_bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 621, ../sass/_bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 624, ../sass/_bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 627, ../sass/_bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 630, ../sass/_bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 633, ../sass/_bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 636, ../sass/_bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 639, ../sass/_bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 642, ../sass/_bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 645, ../sass/_bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 648, ../sass/_bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 651, ../sass/_bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 654, ../sass/_bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 657, ../sass/_bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 660, ../sass/_bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 663, ../sass/_bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 666, ../sass/_bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 669, ../sass/_bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 672, ../sass/_bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 675, ../sass/_bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 678, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 681, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 684, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 687, ../sass/_bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 690, ../sass/_bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 693, ../sass/_bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 696, ../sass/_bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 699, ../sass/_bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 702, ../sass/_bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 705, ../sass/_bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 708, ../sass/_bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 711, ../sass/_bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 714, ../sass/_bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 717, ../sass/_bootstrap.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 720, ../sass/_bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 723, ../sass/_bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 726, ../sass/_bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 729, ../sass/_bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 732, ../sass/_bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 735, ../sass/_bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 738, ../sass/_bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 741, ../sass/_bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 744, ../sass/_bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 747, ../sass/_bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 750, ../sass/_bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 753, ../sass/_bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 756, ../sass/_bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 759, ../sass/_bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 762, ../sass/_bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 765, ../sass/_bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 768, ../sass/_bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 771, ../sass/_bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 774, ../sass/_bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 777, ../sass/_bootstrap.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 780, ../sass/_bootstrap.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 783, ../sass/_bootstrap.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 786, ../sass/_bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 789, ../sass/_bootstrap.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 792, ../sass/_bootstrap.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 795, ../sass/_bootstrap.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 798, ../sass/_bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 801, ../sass/_bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 804, ../sass/_bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 807, ../sass/_bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 810, ../sass/_bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 813, ../sass/_bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 816, ../sass/_bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 819, ../sass/_bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 822, ../sass/_bootstrap.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 825, ../sass/_bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 828, ../sass/_bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 831, ../sass/_bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 834, ../sass/_bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 837, ../sass/_bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 840, ../sass/_bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 843, ../sass/_bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 846, ../sass/_bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 849, ../sass/_bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 852, ../sass/_bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 855, ../sass/_bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 858, ../sass/_bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 861, ../sass/_bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 864, ../sass/_bootstrap.scss */
.glyphicon-copyright-mark:before {

  content: "\e194";
}

/* line 867, ../sass/_bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 870, ../sass/_bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 873, ../sass/_bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 876, ../sass/_bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 879, ../sass/_bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 882, ../sass/_bootstrap.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 885, ../sass/_bootstrap.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 888, ../sass/_bootstrap.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 891, ../sass/_bootstrap.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 894, ../sass/_bootstrap.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 897, ../sass/_bootstrap.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 900, ../sass/_bootstrap.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 903, ../sass/_bootstrap.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 906, ../sass/_bootstrap.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 909, ../sass/_bootstrap.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 912, ../sass/_bootstrap.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 915, ../sass/_bootstrap.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 918, ../sass/_bootstrap.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 921, ../sass/_bootstrap.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 924, ../sass/_bootstrap.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 927, ../sass/_bootstrap.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 930, ../sass/_bootstrap.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 933, ../sass/_bootstrap.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 936, ../sass/_bootstrap.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 939, ../sass/_bootstrap.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 942, ../sass/_bootstrap.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 945, ../sass/_bootstrap.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 948, ../sass/_bootstrap.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 951, ../sass/_bootstrap.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 954, ../sass/_bootstrap.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 957, ../sass/_bootstrap.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 960, ../sass/_bootstrap.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 963, ../sass/_bootstrap.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 966, ../sass/_bootstrap.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 969, ../sass/_bootstrap.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 972, ../sass/_bootstrap.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 975, ../sass/_bootstrap.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 978, ../sass/_bootstrap.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 981, ../sass/_bootstrap.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 984, ../sass/_bootstrap.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 987, ../sass/_bootstrap.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 990, ../sass/_bootstrap.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 993, ../sass/_bootstrap.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 996, ../sass/_bootstrap.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 999, ../sass/_bootstrap.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1002, ../sass/_bootstrap.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1005, ../sass/_bootstrap.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1008, ../sass/_bootstrap.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1011, ../sass/_bootstrap.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1014, ../sass/_bootstrap.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1017, ../sass/_bootstrap.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1020, ../sass/_bootstrap.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1023, ../sass/_bootstrap.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1026, ../sass/_bootstrap.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1029, ../sass/_bootstrap.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1032, ../sass/_bootstrap.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1035, ../sass/_bootstrap.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1038, ../sass/_bootstrap.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1041, ../sass/_bootstrap.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1044, ../sass/_bootstrap.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1047, ../sass/_bootstrap.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1050, ../sass/_bootstrap.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1053, ../sass/_bootstrap.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1056, ../sass/_bootstrap.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1059, ../sass/_bootstrap.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1062, ../sass/_bootstrap.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1065, ../sass/_bootstrap.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1068, ../sass/_bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1074, ../sass/_bootstrap.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

/* line 1099, ../sass/_bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1104, ../sass/_bootstrap.scss */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

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

/* line 1113, ../sass/_bootstrap.scss */
figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

/* line 1172, ../sass/_bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1186, ../sass/_bootstrap.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1215, ../sass/_bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

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

/* line 1240, ../sass/_bootstrap.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

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

/* line 1263, ../sass/_bootstrap.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

/* line 1290, ../sass/_bootstrap.scss */
p {
  margin: 0 0 10px;
}

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

@media (min-width: 768px) {
  /* line 1300, ../sass/_bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}
/* line 1305, ../sass/_bootstrap.scss */
small,
.small {
  font-size: 85%;
}

/* line 1309, ../sass/_bootstrap.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1313, ../sass/_bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 1316, ../sass/_bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 1319, ../sass/_bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 1322, ../sass/_bootstrap.scss */
.text-justify {
  text-align: justify;
}

/* line 1325, ../sass/_bootstrap.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1328, ../sass/_bootstrap.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1331, ../sass/_bootstrap.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1334, ../sass/_bootstrap.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1337, ../sass/_bootstrap.scss */
.text-muted {
  color: #777;
}

/* line 1340, ../sass/_bootstrap.scss */
.text-primary {
  color: #337ab7;
}

/* line 1344, ../sass/_bootstrap.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1347, ../sass/_bootstrap.scss */
.text-success {
  color: #3c763d;
}

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

/* line 1354, ../sass/_bootstrap.scss */
.text-info {
  color: #31708f;
}

/* line 1358, ../sass/_bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1361, ../sass/_bootstrap.scss */
.text-warning {
  color: #8a6d3b;
}

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

/* line 1368, ../sass/_bootstrap.scss */
.text-danger {
  color: #a94442;
}

/* line 1372, ../sass/_bootstrap.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1375, ../sass/_bootstrap.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

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

/* line 1383, ../sass/_bootstrap.scss */
.bg-success {
  background-color: #dff0d8;
}

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

/* line 1390, ../sass/_bootstrap.scss */
.bg-info {
  background-color: #d9edf7;
}

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

/* line 1397, ../sass/_bootstrap.scss */
.bg-warning {
  background-color: #fcf8e3;
}

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

/* line 1404, ../sass/_bootstrap.scss */
.bg-danger {
  background-color: #f2dede;
}

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

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

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

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

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

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

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

/* line 1441, ../sass/_bootstrap.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1446, ../sass/_bootstrap.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1449, ../sass/_bootstrap.scss */
dt {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1585, ../sass/_bootstrap.scss */
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  /* line 1604, ../sass/_bootstrap.scss */
  .container {
    /*width: 1170px;*/
  }

  /* line 1608, ../sass/_bootstrap.scss */
  .row {
    max-width: 1280px;
  }
}
/* line 1612, ../sass/_bootstrap.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

/* line 1628, ../sass/_bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

/* line 1634, ../sass/_bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1637, ../sass/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

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

/* line 1643, ../sass/_bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1646, ../sass/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

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

/* line 1652, ../sass/_bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1655, ../sass/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

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

/* line 1661, ../sass/_bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1664, ../sass/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1667, ../sass/_bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1670, ../sass/_bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1673, ../sass/_bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

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

/* line 1679, ../sass/_bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1682, ../sass/_bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

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

/* line 1688, ../sass/_bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1691, ../sass/_bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

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

/* line 1697, ../sass/_bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1700, ../sass/_bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

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

/* line 1706, ../sass/_bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1709, ../sass/_bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1712, ../sass/_bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

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

/* line 1718, ../sass/_bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1721, ../sass/_bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

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

/* line 1727, ../sass/_bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1730, ../sass/_bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

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

/* line 1736, ../sass/_bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1739, ../sass/_bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

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

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

/* line 1748, ../sass/_bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1751, ../sass/_bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

/* line 1757, ../sass/_bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1760, ../sass/_bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

/* line 1766, ../sass/_bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1769, ../sass/_bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

/* line 1775, ../sass/_bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1778, ../sass/_bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

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

@media (min-width: 768px) {
  /* line 1785, ../sass/_bootstrap.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

  /* line 1791, ../sass/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 1794, ../sass/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

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

  /* line 1800, ../sass/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 1803, ../sass/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

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

  /* line 1809, ../sass/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 1812, ../sass/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

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

  /* line 1818, ../sass/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 1821, ../sass/_bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 1824, ../sass/_bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 1827, ../sass/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 1830, ../sass/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

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

  /* line 1836, ../sass/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 1839, ../sass/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

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

  /* line 1845, ../sass/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 1848, ../sass/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

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

  /* line 1854, ../sass/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 1857, ../sass/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 1860, ../sass/_bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 1863, ../sass/_bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1866, ../sass/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1869, ../sass/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  /* line 1875, ../sass/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1878, ../sass/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  /* line 1884, ../sass/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1887, ../sass/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  /* line 1893, ../sass/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1896, ../sass/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1899, ../sass/_bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 1902, ../sass/_bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1905, ../sass/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1908, ../sass/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  /* line 1914, ../sass/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1917, ../sass/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  /* line 1923, ../sass/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1926, ../sass/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  /* line 1932, ../sass/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1935, ../sass/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1938, ../sass/_bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 1943, ../sass/_bootstrap.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

  /* line 1949, ../sass/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1952, ../sass/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

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

  /* line 1958, ../sass/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1961, ../sass/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

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

  /* line 1967, ../sass/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1970, ../sass/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

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

  /* line 1976, ../sass/_bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1979, ../sass/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1982, ../sass/_bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1985, ../sass/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1988, ../sass/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

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

  /* line 1994, ../sass/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1997, ../sass/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

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

  /* line 2003, ../sass/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 2006, ../sass/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

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

  /* line 2012, ../sass/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 2015, ../sass/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

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

  /* line 2021, ../sass/_bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 2024, ../sass/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 2027, ../sass/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

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

  /* line 2033, ../sass/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 2036, ../sass/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

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

  /* line 2042, ../sass/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 2045, ../sass/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

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

  /* line 2051, ../sass/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 2054, ../sass/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

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

  /* line 2060, ../sass/_bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 2063, ../sass/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2066, ../sass/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  /* line 2072, ../sass/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2075, ../sass/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  /* line 2081, ../sass/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2084, ../sass/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  /* line 2090, ../sass/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2093, ../sass/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2096, ../sass/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 2101, ../sass/_bootstrap.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

  /* line 2107, ../sass/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 2110, ../sass/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

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

  /* line 2116, ../sass/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 2119, ../sass/_bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

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

  /* line 2125, ../sass/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 2128, ../sass/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

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

  /* line 2134, ../sass/_bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 2137, ../sass/_bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 2140, ../sass/_bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 2143, ../sass/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 2146, ../sass/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

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

  /* line 2152, ../sass/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 2155, ../sass/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

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

  /* line 2161, ../sass/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 2164, ../sass/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

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

  /* line 2170, ../sass/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 2173, ../sass/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

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

  /* line 2179, ../sass/_bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 2182, ../sass/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 2185, ../sass/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  /* line 2191, ../sass/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 2194, ../sass/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  /* line 2200, ../sass/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 2203, ../sass/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  /* line 2209, ../sass/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 2212, ../sass/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

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

  /* line 2218, ../sass/_bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 2221, ../sass/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 2224, ../sass/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  /* line 2230, ../sass/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 2233, ../sass/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  /* line 2239, ../sass/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 2242, ../sass/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  /* line 2248, ../sass/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 2251, ../sass/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 2254, ../sass/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 2258, ../sass/_bootstrap.scss */
table {
  background-color: transparent;
}

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

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

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

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

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

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

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

/* line 2301, ../sass/_bootstrap.scss */
.table .table {
  background-color: #fff;
}

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

/* line 2312, ../sass/_bootstrap.scss */
.table-bordered {
  border: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2461, ../sass/_bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

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

  /* line 2472, ../sass/_bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2557, ../sass/_bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 2575, ../sass/_bootstrap.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 2581, ../sass/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2585, ../sass/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2588, ../sass/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2733, ../sass/_bootstrap.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

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

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

/* line 2755, ../sass/_bootstrap.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

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

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

/* line 2770, ../sass/_bootstrap.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

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

/* line 2785, ../sass/_bootstrap.scss */
.has-feedback {
  position: relative;
}

/* line 2788, ../sass/_bootstrap.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

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

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

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

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

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

/* line 2834, ../sass/_bootstrap.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

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

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

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

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

/* line 2864, ../sass/_bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

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

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

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

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

/* line 2894, ../sass/_bootstrap.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

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

/* line 2904, ../sass/_bootstrap.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

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

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

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

  /* line 2930, ../sass/_bootstrap.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

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

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

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

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

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

  /* line 2957, ../sass/_bootstrap.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

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

  /* line 2965, ../sass/_bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 2972, ../sass/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2978, ../sass/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

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

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

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

/* line 3033, ../sass/_bootstrap.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

/* line 3045, ../sass/_bootstrap.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3053, ../sass/_bootstrap.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

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

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

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

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

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

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

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

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

/* line 3126, ../sass/_bootstrap.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3390, ../sass/_bootstrap.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

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

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

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

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

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

}

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

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

/* line 3456, ../sass/_bootstrap.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

/* line 3514, ../sass/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

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

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

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

/* line 3532, ../sass/_bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3535, ../sass/_bootstrap.scss */
.collapse {
  display: none;
}

/* line 3538, ../sass/_bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 3541, ../sass/_bootstrap.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3544, ../sass/_bootstrap.scss */
tbody.collapse.in {
  display: table-row-group;
}

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

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

/* line 3573, ../sass/_bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

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

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

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

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

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

/* line 3647, ../sass/_bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

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

/* line 3653, ../sass/_bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3657, ../sass/_bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

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

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

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

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

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

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

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

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

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

/* line 3728, ../sass/_bootstrap.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3731, ../sass/_bootstrap.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3736, ../sass/_bootstrap.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3790, ../sass/_bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3794, ../sass/_bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

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

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

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

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

/* line 3818, ../sass/_bootstrap.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

/* line 3859, ../sass/_bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3862, ../sass/_bootstrap.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

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

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

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

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

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

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

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

/* line 3924, ../sass/_bootstrap.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

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

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

/* line 3943, ../sass/_bootstrap.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4047, ../sass/_bootstrap.scss */
.nav > li.disabled > a {
  color: #777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 4117, ../sass/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4121, ../sass/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 4173, ../sass/_bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

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

  /* line 4182, ../sass/_bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 4186, ../sass/_bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

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

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

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

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

/* line 4212, ../sass/_bootstrap.scss */
.tab-content > .active {
  display: block;
}

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

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

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

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

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

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

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

  /* line 4266, ../sass/_bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 4272, ../sass/_bootstrap.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

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

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

@media (min-width: 768px) {
  /* line 4315, ../sass/_bootstrap.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 4319, ../sass/_bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

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

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

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

/* line 4339, ../sass/_bootstrap.scss */
.navbar-brand > img {
  display: block;
}

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

/* line 4360, ../sass/_bootstrap.scss */
.navbar-toggle:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

  /* line 4416, ../sass/_bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 4421, ../sass/_bootstrap.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

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

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

  /* line 4443, ../sass/_bootstrap.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

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

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

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

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

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

  /* line 4470, ../sass/_bootstrap.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

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

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

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

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

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

/* line 4518, ../sass/_bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4522, ../sass/_bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4526, ../sass/_bootstrap.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

  /* line 4541, ../sass/_bootstrap.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 4545, ../sass/_bootstrap.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 4549, ../sass/_bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4553, ../sass/_bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777;
}

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

/* line 4561, ../sass/_bootstrap.scss */
.navbar-default .navbar-text {
  color: #777;
}

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

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

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

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

/* line 4584, ../sass/_bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

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

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

/* line 4595, ../sass/_bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

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

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

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

  /* line 4615, ../sass/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  /* line 4621, ../sass/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 4626, ../sass/_bootstrap.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4629, ../sass/_bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4632, ../sass/_bootstrap.scss */
.navbar-default .btn-link {
  color: #777;
}

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

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

/* line 4645, ../sass/_bootstrap.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4649, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

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

/* line 4657, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

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

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

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

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

/* line 4680, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

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

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

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

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

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

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

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

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

  /* line 4717, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  /* line 4723, ../sass/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 4728, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4731, ../sass/_bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4734, ../sass/_bootstrap.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

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

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

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

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

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

/* line 4762, ../sass/_bootstrap.scss */
.breadcrumb > .active {
  color: #777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4867, ../sass/_bootstrap.scss */
.pager li {
  display: inline;
}

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

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

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

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

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

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

/* line 4912, ../sass/_bootstrap.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4917, ../sass/_bootstrap.scss */
.label:empty {
  display: none;
}

/* line 4920, ../sass/_bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4924, ../sass/_bootstrap.scss */
.label-default {
  background-color: #777;
}

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

/* line 4931, ../sass/_bootstrap.scss */
.label-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

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

/* line 4980, ../sass/_bootstrap.scss */
.badge:empty {
  display: none;
}

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

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

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

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

/* line 5003, ../sass/_bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

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

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

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

/* line 5020, ../sass/_bootstrap.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

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

/* line 5028, ../sass/_bootstrap.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 5032, ../sass/_bootstrap.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 5035, ../sass/_bootstrap.scss */
.jumbotron .container {
  max-width: 100%;
}

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

  /* line 5044, ../sass/_bootstrap.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  /* line 5049, ../sass/_bootstrap.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* line 5053, ../sass/_bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 5066, ../sass/_bootstrap.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5072, ../sass/_bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5075, ../sass/_bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

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

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

/* line 5089, ../sass/_bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

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

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

/* line 5100, ../sass/_bootstrap.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

/* line 5110, ../sass/_bootstrap.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

/* line 5118, ../sass/_bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5121, ../sass/_bootstrap.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

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

/* line 5129, ../sass/_bootstrap.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5132, ../sass/_bootstrap.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5137, ../sass/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5140, ../sass/_bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5143, ../sass/_bootstrap.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5148, ../sass/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5151, ../sass/_bootstrap.scss */
.alert-danger .alert-link {
  color: #843534;
}

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

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

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

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

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

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

/* line 5178, ../sass/_bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5187, ../sass/_bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5203, ../sass/_bootstrap.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 5211, ../sass/_bootstrap.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

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

/* line 5219, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

/* line 5227, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

/* line 5235, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

/* line 5243, ../sass/_bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

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

/* line 5259, ../sass/_bootstrap.scss */
.media-body {
  width: 10000px;
}

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

/* line 5265, ../sass/_bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5269, ../sass/_bootstrap.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5273, ../sass/_bootstrap.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5278, ../sass/_bootstrap.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5282, ../sass/_bootstrap.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5285, ../sass/_bootstrap.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5288, ../sass/_bootstrap.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5292, ../sass/_bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5296, ../sass/_bootstrap.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5300, ../sass/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5308, ../sass/_bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5312, ../sass/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5318, ../sass/_bootstrap.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5322, ../sass/_bootstrap.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5328, ../sass/_bootstrap.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5333, ../sass/_bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5339, ../sass/_bootstrap.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5346, ../sass/_bootstrap.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 5351, ../sass/_bootstrap.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

/* line 5356, ../sass/_bootstrap.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5370, ../sass/_bootstrap.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 5375, ../sass/_bootstrap.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 5378, ../sass/_bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5383, ../sass/_bootstrap.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 5387, ../sass/_bootstrap.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5393, ../sass/_bootstrap.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5402, ../sass/_bootstrap.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,

button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5407, ../sass/_bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5412, ../sass/_bootstrap.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 5416, ../sass/_bootstrap.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5422, ../sass/_bootstrap.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5431, ../sass/_bootstrap.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5436, ../sass/_bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5441, ../sass/_bootstrap.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5445, ../sass/_bootstrap.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5451, ../sass/_bootstrap.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5460, ../sass/_bootstrap.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5465, ../sass/_bootstrap.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5470, ../sass/_bootstrap.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 5474, ../sass/_bootstrap.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5480, ../sass/_bootstrap.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5489, ../sass/_bootstrap.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5494, ../sass/_bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5498, ../sass/_bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

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

/* line 5510, ../sass/_bootstrap.scss */
.panel-body {
  padding: 15px;
}

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

/* line 5519, ../sass/_bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5522, ../sass/_bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5532, ../sass/_bootstrap.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

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

/* line 5543, ../sass/_bootstrap.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5547, ../sass/_bootstrap.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5552, ../sass/_bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5558, ../sass/_bootstrap.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5563, ../sass/_bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5567, ../sass/_bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5570, ../sass/_bootstrap.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5575, ../sass/_bootstrap.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5580, ../sass/_bootstrap.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5585, ../sass/_bootstrap.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5592, ../sass/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5603, ../sass/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5613, ../sass/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5617, ../sass/_bootstrap.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5624, ../sass/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5635, ../sass/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5645, ../sass/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5651, ../sass/_bootstrap.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5655, ../sass/_bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5659, ../sass/_bootstrap.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

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

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

/* line 5697, ../sass/_bootstrap.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5707, ../sass/_bootstrap.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5710, ../sass/_bootstrap.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5714, ../sass/_bootstrap.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5717, ../sass/_bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5721, ../sass/_bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5724, ../sass/_bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5728, ../sass/_bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5731, ../sass/_bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5734, ../sass/_bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5737, ../sass/_bootstrap.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5740, ../sass/_bootstrap.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5745, ../sass/_bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5748, ../sass/_bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5752, ../sass/_bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5755, ../sass/_bootstrap.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 5758, ../sass/_bootstrap.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5763, ../sass/_bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5766, ../sass/_bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5770, ../sass/_bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5773, ../sass/_bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5776, ../sass/_bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5781, ../sass/_bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5784, ../sass/_bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5788, ../sass/_bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5791, ../sass/_bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5794, ../sass/_bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5799, ../sass/_bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5802, ../sass/_bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5806, ../sass/_bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5809, ../sass/_bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5812, ../sass/_bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5817, ../sass/_bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5820, ../sass/_bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5824, ../sass/_bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5827, ../sass/_bootstrap.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5830, ../sass/_bootstrap.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5835, ../sass/_bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5838, ../sass/_bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5842, ../sass/_bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5845, ../sass/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5856, ../sass/_bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5865, ../sass/_bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5868, ../sass/_bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5871, ../sass/_bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5881, ../sass/_bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5885, ../sass/_bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5889, ../sass/_bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5893, ../sass/_bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5904, ../sass/_bootstrap.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5911, ../sass/_bootstrap.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5918, ../sass/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5921, ../sass/_bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5933, ../sass/_bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5942, ../sass/_bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5948, ../sass/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5952, ../sass/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

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

/* line 5969, ../sass/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5978, ../sass/_bootstrap.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5982, ../sass/_bootstrap.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5986, ../sass/_bootstrap.scss */
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5991, ../sass/_bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5994, ../sass/_bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5998, ../sass/_bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 6002, ../sass/_bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 6007, ../sass/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 6011, ../sass/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 6014, ../sass/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 6017, ../sass/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 6025, ../sass/_bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 6029, ../sass/_bootstrap.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 6033, ../sass/_bootstrap.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 6038, ../sass/_bootstrap.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 6042, ../sass/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6066, ../sass/_bootstrap.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6070, ../sass/_bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6074, ../sass/_bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6078, ../sass/_bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6082, ../sass/_bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6086, ../sass/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6094, ../sass/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6101, ../sass/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6108, ../sass/_bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6115, ../sass/_bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6122, ../sass/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6129, ../sass/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6136, ../sass/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6143, ../sass/_bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6150, ../sass/_bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6157, ../sass/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

/* line 6191, ../sass/_bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6194, ../sass/_bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6197, ../sass/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6200, ../sass/_bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6203, ../sass/_bootstrap.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6211, ../sass/_bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

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

/* line 6223, ../sass/_bootstrap.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6226, ../sass/_bootstrap.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6230, ../sass/_bootstrap.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 6238, ../sass/_bootstrap.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6245, ../sass/_bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 6253, ../sass/_bootstrap.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6260, ../sass/_bootstrap.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6268, ../sass/_bootstrap.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6275, ../sass/_bootstrap.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6283, ../sass/_bootstrap.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6290, ../sass/_bootstrap.scss */
.carousel {
  position: relative;
}

/* line 6293, ../sass/_bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6298, ../sass/_bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 6306, ../sass/_bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6310, ../sass/_bootstrap.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 6321, ../sass/_bootstrap.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 6327, ../sass/_bootstrap.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 6334, ../sass/_bootstrap.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 6342, ../sass/_bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6345, ../sass/_bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6349, ../sass/_bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6354, ../sass/_bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6357, ../sass/_bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6361, ../sass/_bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6364, ../sass/_bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6367, ../sass/_bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6370, ../sass/_bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6383, ../sass/_bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6391, ../sass/_bootstrap.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6402, ../sass/_bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6412, ../sass/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 6420, ../sass/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6425, ../sass/_bootstrap.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6430, ../sass/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6436, ../sass/_bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6439, ../sass/_bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6442, ../sass/_bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 6453, ../sass/_bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6465, ../sass/_bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

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

/* line 6483, ../sass/_bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6490, ../sass/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 6497, ../sass/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 6501, ../sass/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 6504, ../sass/_bootstrap.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 6509, ../sass/_bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 6542, ../sass/_bootstrap.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6560, ../sass/_bootstrap.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* line 6563, ../sass/_bootstrap.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6568, ../sass/_bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 6571, ../sass/_bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 6574, ../sass/_bootstrap.scss */
.hide {
  display: none !important;
}

/* line 6577, ../sass/_bootstrap.scss */
.show {
  display: block !important;
}

/* line 6580, ../sass/_bootstrap.scss */
.invisible {
  visibility: hidden;
}

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

/* line 6590, ../sass/_bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 6593, ../sass/_bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 6602, ../sass/_bootstrap.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6616, ../sass/_bootstrap.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

  /* line 6623, ../sass/_bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 6626, ../sass/_bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 6630, ../sass/_bootstrap.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 6635, ../sass/_bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 6640, ../sass/_bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 6645, ../sass/_bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6650, ../sass/_bootstrap.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6653, ../sass/_bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 6656, ../sass/_bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 6660, ../sass/_bootstrap.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6665, ../sass/_bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6670, ../sass/_bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6675, ../sass/_bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6680, ../sass/_bootstrap.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6683, ../sass/_bootstrap.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 6686, ../sass/_bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 6690, ../sass/_bootstrap.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6695, ../sass/_bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6700, ../sass/_bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6705, ../sass/_bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6710, ../sass/_bootstrap.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6713, ../sass/_bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 6716, ../sass/_bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 6720, ../sass/_bootstrap.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 6725, ../sass/_bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 6730, ../sass/_bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 6735, ../sass/_bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 6740, ../sass/_bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6745, ../sass/_bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6750, ../sass/_bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 6755, ../sass/_bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 6759, ../sass/_bootstrap.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6763, ../sass/_bootstrap.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6766, ../sass/_bootstrap.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 6769, ../sass/_bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 6773, ../sass/_bootstrap.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 6777, ../sass/_bootstrap.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6781, ../sass/_bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 6785, ../sass/_bootstrap.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6789, ../sass/_bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 6793, ../sass/_bootstrap.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6797, ../sass/_bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 6802, ../sass/_bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 11, ../sass/_bootstrap-theme.scss */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 27, ../sass/_bootstrap-theme.scss */
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 48, ../sass/_bootstrap-theme.scss */
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, ../sass/_bootstrap-theme.scss */
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

/* line 61, ../sass/_bootstrap-theme.scss */
.btn:active,
.btn.active {
  background-image: none;
}

/* line 64, ../sass/_bootstrap-theme.scss */
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}

/* line 77, ../sass/_bootstrap-theme.scss */
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

/* line 82, ../sass/_bootstrap-theme.scss */
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

/* line 103, ../sass/_bootstrap-theme.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}

/* line 107, ../sass/_bootstrap-theme.scss */
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}

/* line 118, ../sass/_bootstrap-theme.scss */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}

/* line 123, ../sass/_bootstrap-theme.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}

/* line 144, ../sass/_bootstrap-theme.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}

/* line 148, ../sass/_bootstrap-theme.scss */
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

/* line 159, ../sass/_bootstrap-theme.scss */
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

/* line 164, ../sass/_bootstrap-theme.scss */
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

/* line 185, ../sass/_bootstrap-theme.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}

/* line 189, ../sass/_bootstrap-theme.scss */
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

/* line 200, ../sass/_bootstrap-theme.scss */
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

/* line 205, ../sass/_bootstrap-theme.scss */
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

/* line 226, ../sass/_bootstrap-theme.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}

/* line 230, ../sass/_bootstrap-theme.scss */
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

/* line 241, ../sass/_bootstrap-theme.scss */
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

/* line 246, ../sass/_bootstrap-theme.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

/* line 267, ../sass/_bootstrap-theme.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}

/* line 271, ../sass/_bootstrap-theme.scss */
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

/* line 282, ../sass/_bootstrap-theme.scss */
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

/* line 287, ../sass/_bootstrap-theme.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

/* line 308, ../sass/_bootstrap-theme.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

/* line 313, ../sass/_bootstrap-theme.scss */
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 318, ../sass/_bootstrap-theme.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

/* line 329, ../sass/_bootstrap-theme.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}

/* line 338, ../sass/_bootstrap-theme.scss */
.navbar-default {
  background-image: -webkit-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, white 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

/* line 351, ../sass/_bootstrap-theme.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

/* line 362, ../sass/_bootstrap-theme.scss */
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* line 365, ../sass/_bootstrap-theme.scss */
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}

/* line 376, ../sass/_bootstrap-theme.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

/* line 387, ../sass/_bootstrap-theme.scss */
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 392, ../sass/_bootstrap-theme.scss */
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  /* line 398, ../sass/_bootstrap-theme.scss */
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
/* line 408, ../sass/_bootstrap-theme.scss */
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 413, ../sass/_bootstrap-theme.scss */
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

/* line 422, ../sass/_bootstrap-theme.scss */
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

/* line 431, ../sass/_bootstrap-theme.scss */
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

/* line 440, ../sass/_bootstrap-theme.scss */
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

/* line 449, ../sass/_bootstrap-theme.scss */
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, whitesmoke 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(whitesmoke));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}

/* line 457, ../sass/_bootstrap-theme.scss */
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}

/* line 465, ../sass/_bootstrap-theme.scss */
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}

/* line 473, ../sass/_bootstrap-theme.scss */
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}

/* line 481, ../sass/_bootstrap-theme.scss */
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}

/* line 489, ../sass/_bootstrap-theme.scss */
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}

/* line 497, ../sass/_bootstrap-theme.scss */
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 502, ../sass/_bootstrap-theme.scss */
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 509, ../sass/_bootstrap-theme.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

/* line 521, ../sass/_bootstrap-theme.scss */
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

/* line 524, ../sass/_bootstrap-theme.scss */
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 528, ../sass/_bootstrap-theme.scss */
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

/* line 536, ../sass/_bootstrap-theme.scss */
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}

/* line 544, ../sass/_bootstrap-theme.scss */
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}

/* line 552, ../sass/_bootstrap-theme.scss */
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}

/* line 560, ../sass/_bootstrap-theme.scss */
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}

/* line 568, ../sass/_bootstrap-theme.scss */
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}

/* line 576, ../sass/_bootstrap-theme.scss */
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, whitesmoke 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(whitesmoke));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*# sourceMappingURL=bootstrap-theme.css.map */
/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 35, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 50, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 40, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: white url(/_js/vendor/slick/slick-1.5.7/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/stylesheets/fonts/slick.eot');
  src: url('/stylesheets/fonts/slick.eot?#iefix') format("embedded-opentype"), url(/_js/vendor/slick/slick-1.5.7/fonts/slick.woff) format("woff"), url(/_js/vendor/slick/slick-1.5.7/fonts/slick.ttf) format("truetype"), url('/stylesheets/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
/* line 59, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/* line 74, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 78, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 82, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 87, ../sass/_slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 97, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 99, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 103, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 111, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 113, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 117, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 127, ../sass/_slick-theme.scss */
.slick-slider {
  margin-bottom: 30px;
}

/* line 131, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 139, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 147, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 159, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 161, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 165, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 182, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*------------------------------------*\
  
\*------------------------------------*/
/*------------------------------------*\
  
\*------------------------------------*/
/*------------------------------------*\
  Typography
\*------------------------------------*/
/* line 73, ../sass/home.scss */
.helvetica_ultra_light {
  font-family: 'HelveticaNeueW01-UltLt';
}

/* line 74, ../sass/home.scss */
.helvetica_thin {
  font-family: 'HelveticaNeueW01-Thin';
}

/* line 75, ../sass/home.scss */
.helvetica_light {
  font-family: 'HelveticaNeueW01-45Ligh';
}

/* line 76, ../sass/home.scss */
.helvetica_medium {
  font-family: 'HelveticaNeueW01-65Medi';
}

/* line 78, ../sass/home.scss */
.fsize_0_5 {
  font-size: 0.5em;
}

/* line 79, ../sass/home.scss */
.fsize_1_0 {
  font-size: 1.0em;
}

/* line 80, ../sass/home.scss */
.fsize_2_0 {
  font-size: 2.0em;
}

/* line 81, ../sass/home.scss */
.fsize_4_0 {
  font-size: 4.0em;
}

/*------------------------------------*\
  Page containers
\*------------------------------------*/
/* line 89, ../sass/home.scss */
.container {
  /*max-width: 1280px;*/
  margin: 0px;
}

/* line 93, ../sass/home.scss */
.row_wide {
  position: relative;
  max-width: 100%;
}

/* line 97, ../sass/home.scss */
.row {
  max-width: 1280px;
  margin: 0px auto 0px auto;
}

/* line 101, ../sass/home.scss */
.row_side_bars {
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}

/* line 107, ../sass/home.scss */
.row {
  position: relative;
  /* border: solid 1px #000;*/
}

/*------------------------------------*\
  Feature area
\*------------------------------------*/
/* line 123, ../sass/home.scss */
.vid {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 100%;
  max-height: 640px;
  z-index: -1;
  overflow: hidden;
}

/* line 133, ../sass/home.scss */
#bgvid {
  width: auto !important;
  height: 100% !important;
}

/*------------------------------------*\
  
\*------------------------------------*/
/* line 144, ../sass/home.scss */
.hp_sec {
  min-height: 300px;
  color: #FFF;
  background-color: #4296b4;
}

/* line 149, ../sass/home.scss */
.hp_sec2 {
  color: #FFF;
  background-color: #662e6b;
}

/*------------------------------------*\
    Feature area
\*------------------------------------*/
/* line 161, ../sass/home.scss */
.full_content {
  width: auto;
  min-height: 640px;
  background-image: url(/pages/home/images/homepage_bkg/bkg_8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: auto;
}

/* line 172, ../sass/home.scss */
#videoOverlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

/* line 180, ../sass/home.scss */
.img_auto {
  width: 100%;
}

/* line 184, ../sass/home.scss */
.nav_icon {
  width: 60px;
}

/* line 187, ../sass/home.scss */
.dd_item {
  display: none;
}

/* line 191, ../sass/home.scss */
#hp_news_feed {
  background-color: #333;
  color: #FFF;
  min-height: 200px;
  padding: 0px 0px 40px 0px;
}

/* line 199, ../sass/home.scss */
#mask_title {
  font-family: 'HelveticaNeueW01-UltLt';
  top: 280px;
  text-align: center;
  max-width: 600px;
  margin: 0px auto 0px auto;
  padding-top: 180px;
  color: #FFF;
}

/* line 208, ../sass/home.scss */
#title_tag {
  color: #FFF;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  height: auto;
  margin: 0px auto 0px auto;
  letter-spacing: 0.10em;
}

/* line 217, ../sass/home.scss */
#title_label {
  color: #FFF;
  position: relative;
  font-size: 5.0em;
  margin: 0px auto 10px auto;
}

/* line 223, ../sass/home.scss */
#title_button a {
  width: 200px;
  position: relative;
  font-size: 1.0em;
  text-transform: uppercase;
  padding: 10px 30px 10px 30px;
  background-color: rgba(0, 113, 188, 0.6);
  margin: 0px auto 0px auto;
  letter-spacing: 0.15em;
  border-radius: 3px;
  text-align: center;
}

/* line 236, ../sass/home.scss */
#title_button a:link,
#title_button a:visited {
  text-decoration: none;
  color: #FFF;
}

/* line 241, ../sass/home.scss */
#title_button a:hover,
#title_button a:focus {
  cursor: pointer;
  background-color: #0071bc;
}

/*------------------------------------*\
 	Homepage
\*------------------------------------*/
/* line 252, ../sass/home.scss */
#hp_news_feed {
  display: flex;
  flex-direction: row;
}

/* line 257, ../sass/home.scss */
#target_users {
  padding: 0px 10px 10px 40px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}



/* line 289, ../sass/home.scss */
#area_news {
  width: 100%;
  max-width: 400px;
  min-height: 300px;
  /*border-bottom: dotted 1px #000;*/
  padding: 10px 10px 10px 5px;
  /*border-right: solid 1px #333;*/
}

/*------------------------------------*\
 	Homepage News
\*------------------------------------*/
/* line 301, ../sass/home.scss */
#area_news h3 {
  color: #999;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 35px 20px 10px 10px;
  padding: 0px;
  border-bottom: solid 1px #999;
}

/* line 309, ../sass/home.scss */
.area_newsFeed {
  margin: 0px 0px 0px 10px;
  padding: 0px 40px 0px 0px;
  color: #333;
}

/* line 314, ../sass/home.scss */
.area_newsFeed li {
  list-style: none;
  height: 60px;
  overflow: hidden;
  color: #FFF;
  /*border-bottom: dotted 1px #000;*/
  font-family: "HelveticaNeueW01-45Ligh";
}

/* line 324, ../sass/home.scss */
.area_newsFeed li a:link,
.area_newsFeed li a:visited {
  text-decoration: none;
  color: #FFF;
}

/* line 329, ../sass/home.scss */
.nf_image {
  float: left;
  border: solid 1px #666;
  margin-right: 15px;
}

/* line 337, ../sass/home.scss */
#area_news_more {
  margin: 0px 0px 0px 10px;
}

/*------------------------------------*\
 	Target: People;
\*------------------------------------*/
/* line 347, ../sass/home.scss */
#area_for_users {
  vertical-align: top;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/* line 354, ../sass/home.scss */
.target_users_area {
  letter-spacing: normal;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/* line 361, ../sass/home.scss */
.target_users_area h3 {
  color: #999;
  text-transform: uppercase;
  font-size: 0.7em;
  margin: 40px 10px 0px 10px;
  padding: 0px 0px 2px 0px;
  border-bottom: solid 1px #999;
  letter-spacing: 1px;
}

/* line 370, ../sass/home.scss */
#area_for_users ul {
  display: flex;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

/* line 375, ../sass/home.scss */
.afu_sec {
  color: #FFF;
  list-style: none;
  width: 200px;
  min-height: 120px;
  margin: 10px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
  border: solid 1px #333;
  border-left: solid 2px #ea5322;
  font-family: "HelveticaNeueW01-UltLt";
  font-size: 1.3em;
  letter-spacing: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 391, ../sass/home.scss */
.afu_min {
  display: block;
  clear: right;
  text-transform: uppercase;
  margin: 5px 0px 0px 10px;
}

/* line 397, ../sass/home.scss */
.afu_max {
  display: block;
  text-transform: uppercase;
  border-bottom: solid 1px #FFF;
  margin: -5px 10px 0px 10px;
  font-family: "HelveticaNeueW01-65Medi";
}

/* line 404, ../sass/home.scss */
.afu_desc {
  font-size: 0.6em;
  font-weight: normal;
  margin: 5px 0px 0px 10px;
  font-family: "HelveticaNeueW01-UltLt";
}

/* line 410, ../sass/home.scss */
#user_owners {
  background-image: url(/pages/home/images/targets/facilitymanagers.jpg);
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/* line 414, ../sass/home.scss */
#user_designers {
  background-image: url(/pages/home/images/targets/designers.jpg);
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/* line 418, ../sass/home.scss */
#user_contractors {
  background-image: url(/pages/home/images/targets/contractors.jpg);
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*------------------------------------*\
 	Target: Industries;
\*------------------------------------*/
/* line 429, ../sass/home.scss */
#area_for_industry ul {
  display: flex;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/* line 438, ../sass/home.scss */
.afi_sec {
  overflow: hidden;
  position: relative;
  color: #FFF;
  background-color: #363636;
  list-style: none;
  margin: 10px 10px 0px 0px;
  padding: 5px 0px 5px 50px;
  border: solid 1px #666;
  font-family: "HelveticaNeueW01-UltLt";
  font-size: 1.2em;
  letter-spacing: 1px;
  flex-grow: 1;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*---------------------------------------------------*\
              Responsive for all devices
/*----------------------------------------------------*/

/* line 626, ../sass/home.scss */
.item_more {
  list-style: none;
  background-color: #363636;
  border: solid 1px #666;
  width: 50px;
  flex: none;
  text-align: center;
  padding: 12px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  font-size: 0.6em;
  color: #ea5322;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*------------------------------------*\
    #FOO
\*------------------------------------*/
/* line 647, ../sass/home.scss */
#icon_industrySec_healthcare {
  position: absolute;
  top: -20px;
  left: -25px;
  width: 80px;
  fill: #ea5322;
}

/* line 654, ../sass/home.scss */
#icon_industrySec_education {
  position: absolute;
  top: -23px;
  left: -38px;
  width: 90px;
  fill: #ea5322;
}

/* line 661, ../sass/home.scss */
#icon_industrySec_commercial {
  position: absolute;
  top: -8px;
  left: -18px;
  width: 60px;
  fill: #ea5322;
}

/*------------------------------------*\
 	Target: Spaces;
\*------------------------------------*/
/* line 674, ../sass/home.scss */
#area_for_spaces ul {
  margin: 0px 0px 30px 10px;
  padding: 5px 0px 0px 0px;
  max-width: 600px;
}

/* line 679, ../sass/home.scss */
.afs_sec {
  display: inline-block;
  color: #FFF;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "HelveticaNeueW01-45Ligh";
  font-size: 0.9em;
  letter-spacing: 1px;
}

/* line 689, ../sass/home.scss */
.afs_sec::after {
  content: " - ";
  /*\26AC*/
}

/* line 693, ../sass/home.scss */
.afs_sec a:link, .afs_sec a:visited {
  text-decoration: none;
  color: #ea5322;
}

/* line 697, ../sass/home.scss */
.afs_sec a:hover, .afs_sec a:focus {
  border-bottom: dotted 1px #ea5322;
}

/*------------------------------------*\
    #FOO
\*------------------------------------*/
/* line 705, ../sass/home.scss */
#sec_whowhathow {
  font-family: 'HelveticaNeueW01-45Ligh';
  overflow: hidden;
}

/* line 709, ../sass/home.scss */
#sec_whowhathow_copy {
  padding: 0px 60px 0px 40px;
}

/* line 712, ../sass/home.scss */
#sec_whowhathow_copy h2 {
  font-size: 2.8em;
  font-family: "HelveticaNeueW01-UltLt";
}

/* line 716, ../sass/home.scss */
#sec_whowhathow_copy p {
  font-family: 'HelveticaNeueW01-45Ligh';
  font-size: 1.2em;
  letter-spacing: 1px;
}

/* line 722, ../sass/home.scss */
#video_thisIsDIRTT {
  width: 370px;
  margin: 40px 0px 0px 0px;
}

/* line 726, ../sass/home.scss */
#video_thisIsDIRTT:hover {
  cursor: pointer;
}

/* line 730, ../sass/home.scss */
.slick-slider {
  margin-bottom: 0;
}

/* line 734, ../sass/home.scss */
.slick-slider .slick-prev {
  left: 15px;
  z-index: 10;
}

/* line 739, ../sass/home.scss */
.slick-slider .slick-next {
  right: 15px;
  z-index: 10;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	  sup{right: -2px !important;
	      top: 34px !important;
		  }
		  div#logo_dirtt_bb {
margin-left: 214px;
    width: 61px;
}
	  }

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	  #area_for_users ul{
	  display: block;
	  }
	  #hp_news_feed{
	  display: block;
	  }
	  #user_owners{
	 width: 94%;
	  }
	  #user_designers{
		width: 94%;
		  }
	#user_contractors{
			width: 94%;
			  }
   #target_users{
   margin-left: -23px;
   }
   #area_for_industry ul {
    display: block;
}
.item_more{
    margin: 11px 0px 0px 108px;
}
  }



@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  #area_for_users ul {
    display: block;
	width: 62%;
	  }
	  #area_news {
    width: 61%;
	 }
	 div#target_users {
    margin-left: -48px;
	width: 282px;
}
div#area_for_industry {
    margin-left: -329px;
}
div#area_for_spaces {
	 margin-left: -329px;
}
  }




@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
		  sup {
    right: 16px !important;
    top: 37px !important;
}
div#logo_dirtt_bb {
    margin-left: 262px;
}
  }

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { }







@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	  sup {
    right: 32px !important;
    top: 37px !important;
}
div#logo_dirtt_bb {
    margin-left: 302px;
}
	   }


@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {}







@media screen 
  and (min-device-width: 360px) 
  and (max-device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {}

@media screen 
  and (min-device-width: 360px) 
  and (max-device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {}



@media screen 
  and (min-device-width: 425px) 
  and (max-device-height: 908px) 
  and (orientation: portrait) {}





@media screen 
  and (min-device-width: 768px) 
  and (orientation: portrait) {
	.container {
    width: 768px;
	  }
	  #area_for_users ul {
    display: block;
  }
  #area_for_users ul{
  display: block;
  }
  div#area_for_users {
    width: 48%;
}
div#area_for_industry {
    margin-left: -429px;
}div#area_for_spaces {
    margin-left: -429px;
}
div#area_for_spaces {
    margin-left: -429px;
}
div#logo_dirtt_bb {
    margin-left: 610px;
}
  }
  @media screen 
  and (min-device-width: 768px) 
  and (orientation: landscape) {
	  div#target_users {
    width: 62%;
	margin-left: -12px;
}
sup{
	    top: 36px !important;
    right: 125px !important;
	}

}







