@charset "UTF-8";
/* 1. Configuration and helpers*/
/* 2. Vendor extensions*/
.bootstrap-datetimepicker-widget.dropdown-menu {
  opacity: 1;
  height: auto;
  border: 1px solid #e2e3e4;
  margin-top: 0; }

.dropzone {
  padding: 15px !important;
  min-height: unset !important;
  border: 1px dashed rgba(0, 0, 0, 0.3) !important;
  background: none !important; }

.dz-image {
  border-radius: 0 !important; }

.dz-error-message {
  border-radius: 0 !important; }

.dz-message span {
  font-weight: 400 !important; }

/* Mimic table appearance */
div.table {
  display: table; }

div.table .file-row {
  display: table-row; }
  div.table .file-row:first-of-type div {
    border-top: 0; }

div.table .file-row > div {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  padding: 8px; }
  div.table .file-row > div:last-child {
    width: 120px; }
  div.table .file-row > div:nth-child(2) {
    width: 120px; }
  div.table .file-row > div .progress {
    margin-bottom: 0; }

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
  opacity: 0;
  transition: opacity 0.3s linear; }

/* Hide the delete button initially */
#previews .file-row .delete {
  display: none; }

/* Hide the start and cancel buttons and show the delete button */
#previews .file-row.dz-success .cancel {
  display: none; }

#previews .file-row.dz-success .delete {
  display: block; }

/* 3. Vendors*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 * Bootstrap v3.3.6 (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 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:after,
  *:before {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.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; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-up:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-up:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse-down:before {
  content: "\E159"; }

.glyphicon-collapse-up:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\26FA"; }

.glyphicon-blackboard:before {
  content: "\E218"; }

.glyphicon-bed:before {
  content: "\E219"; }

.glyphicon-apple:before {
  content: "\F8FF"; }

.glyphicon-erase:before {
  content: "\E221"; }

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-btc:before {
  content: "\E227"; }

.glyphicon-xbt:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-rub:before {
  content: "\20BD"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-console:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #636466;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.625;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1,
h1, .h2, h2, .h3, h3, .content-block-text h2, .h4, h4, .content-block-text h3, .h5, h5, .h6, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  h1 small,
  .h1 .small,
  h1 .small, .h2 small, h2 small,
  .h2 .small,
  h2 .small, .h3 small, h3 small, .content-block-text h2 small,
  .h3 .small,
  h3 .small,
  .content-block-text h2 .small, .h4 small, h4 small, .content-block-text h3 small,
  .h4 .small,
  h4 .small,
  .content-block-text h3 .small, .h5 small, h5 small,
  .h5 .small,
  h5 .small, .h6 small, h6 small,
  .h6 .small,
  h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1,
.h1,
h1,
h2, .h2, h2,
h3, .h3, h3, .content-block-text h2 {
  margin-top: 26px;
  margin-bottom: 13px; }
  h1 small,
  h1 .small,
  .h1 small,
  h1 small,
  .h1 .small,
  h1 .small,
  h2 small,
  h2 .small, .h2 small, h2 small,
  .h2 .small,
  h2 .small,
  h3 small,
  h3 .small, .h3 small, h3 small, .content-block-text h2 small,
  .h3 .small,
  h3 .small,
  .content-block-text h2 .small {
    font-size: 65%; }

h4, .h4, h4, .content-block-text h3,
h5, .h5, h5,
h6, .h6, h6 {
  margin-top: 13px;
  margin-bottom: 13px; }
  h4 small,
  h4 .small, .h4 small, h4 small, .content-block-text h3 small,
  .h4 .small,
  h4 .small,
  .content-block-text h3 .small,
  h5 small,
  h5 .small, .h5 small, h5 small,
  .h5 .small,
  h5 .small,
  h6 small,
  h6 .small, .h6 small, h6 small,
  .h6 .small,
  h6 .small {
    font-size: 75%; }

h1,
.h1,
h1 {
  font-size: 41px; }

h2, .h2, h2 {
  font-size: 34px; }

h3, .h3, h3, .content-block-text h2 {
  font-size: 28px; }

h4, .h4, h4, .content-block-text h3 {
  font-size: 20px; }

h5, .h5, h5 {
  font-size: 16px; }

h6, .h6, h6 {
  font-size: 14px; }

p {
  margin: 0 0 13px; }

.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 26px; }

dt,
dd {
  line-height: 1.625; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 0) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.625;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0   \2014'; }

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1014px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-left: 15px;
  padding-right: 15px; }

.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; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.625;
    vertical-align: top;
    border-top: 1px solid #b8babc; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #b8babc; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #b8babc; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #b8babc; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #b8babc; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.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; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.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; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.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; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.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; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.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; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 19.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #b8babc; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

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; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.625;
  color: #231f20; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #231f20;
  background-color: #fff;
  background-image: none;
  border: 1px solid 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .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); }
  .form-control::-moz-placeholder {
    color: #939598;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #939598; }
  .form-control::-webkit-input-placeholder {
    color: #939598; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 28px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 54px; } }

.form-group {
  margin-bottom: 27px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 26px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 28px;
  line-height: 28px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 54px;
  line-height: 54px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 54px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 54px;
  line-height: 54px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 54px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 50px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

.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; }

.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); }
  .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; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.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; }

.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); }
  .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; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.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; }

.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); }
  .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; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 31px; }

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a3a4a6; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .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; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.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; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.625;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

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

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.625;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 0) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

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

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.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; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.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; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .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; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #231f20;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid 0;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.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-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.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-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #0a8843; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0a8843;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid 0; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.625;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: 0 0 0; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fff;
      background-color: #0a8843;
      border: 1px solid 0;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0a8843; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 137px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 0) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 0) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 0) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 0) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 0) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 0) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 55.5px 15px;
  font-size: 20px;
  line-height: 26px;
  height: 137px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 0) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 51.5px;
  margin-bottom: 51.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 0) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 27.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px; }
  @media (max-width: -1) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 26px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 0) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 55.5px;
          padding-bottom: 55.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 48.5px;
  margin-bottom: 48.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: -1) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 0) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 48.5px;
  margin-bottom: 48.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 54.5px;
    margin-bottom: 54.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 57.5px;
    margin-bottom: 57.5px; }

.navbar-text {
  margin-top: 55.5px;
  margin-bottom: 55.5px; }
  @media (min-width: 0) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 0) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #fff;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #231f20; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #080707;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #231f20; }
  .navbar-default .navbar-nav > li > a {
    color: #231f20; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .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; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: -1) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #231f20; }
      .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; }
    .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: #eeeeee; }
    .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; } }
  .navbar-default .navbar-link {
    color: #231f20; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #231f20; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .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; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: -1) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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; }
    .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: #090909; }
    .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; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.625;
      text-decoration: none;
      color: #babcbe;
      background-color: #fff;
      border: 1px solid 0;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #231f20;
    background-color: #fff;
    border-color: 0; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #231f20;
    background-color: #efeff0;
    border-color: 0;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 26px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid 0;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #fff; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.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; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1,
  .jumbotron h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1,
      .jumbotron h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.625;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #636466; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  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); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.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);
  background-size: 40px 40px; }

.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; }

.progress-bar-success {
  background-color: #5cb85c; }
  .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); }

.progress-bar-info {
  background-color: #5bc0de; }
  .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); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .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); }

.progress-bar-danger {
  background-color: #d9534f; }
  .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); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .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; }
  .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: #777777; }

.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; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .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; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 26px;
  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); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .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-right-radius: 3px;
    border-top-left-radius: 3px; }
  .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; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .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 > thead: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; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .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 > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #b8babc; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 26px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.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); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.625; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .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); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.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-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  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); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203A'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.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) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer; }
    #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #ffffff; }
  #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
    #outdated .last[dir='rtl'] {
      right: auto !important;
      left: 25px !important; }
  #outdated #btnCloseUpdateBrowser {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
  * html #outdated {
    position: absolute; }

.masthead--outdated {
  position: fixed;
  top: 170px;
  left: 0;
  width: 100%;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important; }

.white-background {
  position: fixed;
  top: 695px;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #fff; }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em; }
    @media (min-width: 768px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 992px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 1200px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      top: -7px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      top: -6px;
      left: 8px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #ccc;
      border-top-color: rgba(0, 0, 0, 0.2);
      bottom: -7px;
      left: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid white;
      bottom: -6px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
      left: auto;
      right: 7px; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0; }
  .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 0.8em;
    margin: 0; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
      text-align: center;
      border-radius: 0; }
    .bootstrap-datetimepicker-widget table th {
      height: 20px;
      line-height: 20px;
      width: 20px; }
      .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px; }
      .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        content: "Next Month"; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #e2e3e4; }
    .bootstrap-datetimepicker-widget table td {
      height: 54px;
      line-height: 54px;
      width: 54px; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.day {
        height: 20px;
        line-height: 20px;
        width: 20px; }
      .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #e2e3e4;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #777777; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: solid transparent;
          border-width: 0 0 7px 7px;
          border-bottom-color: #80c342;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #80c342;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .bootstrap-datetimepicker-widget table td.active.today:before {
        border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 0; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #e2e3e4; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #80c342;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #777777; }
        .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
          background: none;
          color: #777777;
          cursor: not-allowed; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #aaa; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

/* 4. Base stuff*/
/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains very basic styles.*/
/* -----------------------------------------------------------------------------*/
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::after,
*::before {
  box-sizing: inherit; }

/**
 * Basic styles for body
 */
body {
  color: #636466;
  font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600; }

/**
 * Basic styles for links
 */
a {
  color: currentColor;
  /*text-decoration: underline;;*/ }
  a:hover, a:active, a:focus {
    color: currentColor;
    text-decoration: none; }

@media print {
  a[href]:after {
    content: ""; } }

/* a {*/
/*   outline: 0 !important;*/
/* }*/
/**
* Basic styles for hr
*/
hr {
  color: #d1d3d4; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  input,
  select,
  textarea {
    font-size: 16px !important; } }

/**
* Styles reset for pre
*/
pre {
  background-color: transparent;
  border: 0;
  padding: 0; }

/**
* Custom grid columns
*/
.col-sm-24 {
  width: 24% !important; }
  @media screen and (max-width: 992px) {
    .col-sm-24 {
      width: 30% !important; } }
  @media screen and (max-width: 767px) {
    .col-sm-24 {
      width: 100% !important; } }

.col-sm-76 {
  width: 76% !important;
  padding-right: 47px !important; }
  @media screen and (max-width: 992px) {
    .col-sm-76 {
      width: 70% !important; } }
  @media screen and (max-width: 767px) {
    .col-sm-76 {
      width: 100% !important;
      padding-right: 15px !important; } }

.col-sm-20 {
  width: 20% !important; }
  @media screen and (max-width: 767px) {
    .col-sm-20 {
      width: 100% !important; } }

.menu-padding {
  padding-top: 100px; }
  @media print {
    .menu-padding {
      padding-top: 0; } }

/**
 * Basic typography style for copy text
 */

.h1,
h1, .h2, h2, .h3, h3, .content-block-text h2, .h4, h4, .content-block-text h3, .h5, h5, .h6, h6 {
  margin: 0; }

.h2, h2 {
  letter-spacing: -1px;
  color: #939598;
  font-weight: bold;
  font-size: 36px; }
  @media screen and (min-width: 767px) {
    .h2, h2 {
      font-size: 50px; } }
  @media screen and (min-width: 992px) {
    .h2, h2 {
      font-size: 50px; } }
  @media screen and (min-width: 1200px) {
    .h2, h2 {
      font-size: 50px; } }

.h3, h3, .content-block-text h2 {
  letter-spacing: -0.8px;
  color: #231f20;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.17; }
  @media screen and (min-width: 767px) {
    .h3, h3, .content-block-text h2 {
      font-size: 40px;
      line-height: 1.17; } }
  @media screen and (min-width: 992px) {
    .h3, h3, .content-block-text h2 {
      font-size: 40px;
      line-height: 1.17; } }
  @media screen and (min-width: 1200px) {
    .h3, h3, .content-block-text h2 {
      font-size: 40px;
      line-height: 1.17; } }

.h4, h4, .content-block-text h3 {
  letter-spacing: -0.24px;
  color: #231f20;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.17;
  margin-bottom: 15px; }
  @media screen and (min-width: 767px) {
    .h4, h4, .content-block-text h3 {
      font-size: 24px;
      line-height: 1.17; } }
  @media screen and (min-width: 992px) {
    .h4, h4, .content-block-text h3 {
      font-size: 24px;
      line-height: 1.17; } }
  @media screen and (min-width: 1200px) {
    .h4, h4, .content-block-text h3 {
      font-size: 24px;
      line-height: 1.17; } }

.h5, h5 {
  color: #231f20;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.17; }
  @media screen and (min-width: 767px) {
    .h5, h5 {
      font-size: 20px;
      line-height: 1.17; } }
  @media screen and (min-width: 992px) {
    .h5, h5 {
      font-size: 20px;
      line-height: 1.17; } }
  @media screen and (min-width: 1200px) {
    .h5, h5 {
      font-size: 20px;
      line-height: 1.17; } }

.p, p, .news-content table {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.43; }
  @media screen and (min-width: 767px) {
    .p, p, .news-content table {
      font-size: 14px;
      line-height: 1.43; } }
  @media screen and (min-width: 992px) {
    .p, p, .news-content table {
      font-size: 14px;
      line-height: 1.43; } }
  @media screen and (min-width: 1200px) {
    .p, p, .news-content table {
      font-size: 14px;
      line-height: 1.43; } }

.p2, .content-block-text p, .news-content p, .news-content ul {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 25px; }

.p-margin-top {
  margin-top: 72px; }
  @media screen and (max-width: 767px) {
    .p-margin-top {
      margin-top: 40px; } }

.p-spacing {
  margin-top: 40px; }

.p-ul {
  font-weight: normal; }

.subheading {
  margin-top: 15px;
  margin-bottom: 15px; }

.accent {
  color: #faa61a !important; }

.vivid {
  color: #de1c22 !important; }

.darker {
  color: #231f20 !important; }

.secondary {
  color: #0a8843; }

.primary {
  color: #80c342 !important; }

.emphasized {
  color: #231f20;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.43; }

.understated {
  font-size: 12px;
  font-weight: 400; }

.bold {
  font-weight: 700 !important; }

.semi-bold {
  font-weight: 600; }

.light {
  font-weight: 300; }

.smaller {
  font-size: 14px; }

.drop-cap::first-letter {
  font-size: 20px; }

.placeholder {
  color: #939598 !important; }

.mark,
mark {
  background-color: #d8e9b9;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.line-through:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #80c342; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains CSS helper classes.*/
/* -----------------------------------------------------------------------------*/
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/* .container {*/
/*   max-width: $max-width; */
/* 1 */
/**/
/*   margin-left: auto; */
/* 2 */
/**/
/*   margin-right: auto; */
/* 2 */
/**/
/*   padding-left: 20px; */
/* 3 */
/**/
/*   padding-right: 20px; */
/* 3 */
/**/
/*   width: 100%; */
/* 1 */
/**/
/*  }*/
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .flexbox {
      display: block; } }

.flexbox-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.inline-block {
  display: inline-block; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.no-margin {
  margin: 0 !important; }

.mt20 {
  margin-top: 20px; }

.pl0 {
  padding-left: 0; }

.pr0 {
  padding-right: 0; }

.no-padding--first {
  padding-right: 0; }

.no-padding--last {
  padding-left: 0; }

.ni-hide {
  display: none; }

/* 5. Layout-related sections*/
/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains all styles related to the header of the site/application.*/
/* -----------------------------------------------------------------------------*/
/* Primary navigation styles (combined with bootstrap navbar)*/
@media screen and (max-width: 767px) {
  .navbar-default {
    min-height: 88px; }
  .primary-nav > li > a {
    padding: 33px 10px; } }

.logo {
  width: 136px;
  padding-top: 36px;
  padding-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .logo {
      width: 100px;
      padding-top: 20px;
      padding-bottom: 18px; } }

.logo--sticky {
  padding-top: 17px;
  padding-bottom: 20px;
  width: 120px;
  margin-right: 30px; }

.opacity-sticky {
  opacity: 0.96; }

.logo__img {
  width: 100%; }

.inner {
  position: relative; }

/* Hidden menu styles*/
.js-nav-all {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 5%;
  background: #fff;
  overflow: hidden;
  z-index: 200; }
  @media screen and (max-width: 992px) {
    .js-nav-all {
      right: 2%; } }
  @media screen and (max-width: 767px) {
    .js-nav-all {
      width: 100%;
      position: relative;
      top: auto;
      /* overflow: visible;*/
      padding-right: 0;
      right: auto;
      margin-right: 0; } }

.js-nav-login {
  position: absolute;
  right: 5%;
  padding-right: 40px;
  top: 36%;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 25px;
  margin-top: -25px; }
  @media screen and (max-width: 992px) {
    .js-nav-login {
      right: 6%; } }
  @media screen and (max-width: 767px) {
    .js-nav-login {
      position: relative;
      top: auto;
      overflow: visible;
      padding-right: 0;
      /* margin-top: 80px;*/
      right: auto;
      padding-top: 0;
      margin-top: 0; } }

.error-login {
  position: absolute;
  top: 0;
  display: block;
  color: #de1c22;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .error-login {
      position: relative;
      margin-bottom: 10px; } }

.js-nav-search {
  position: absolute;
  right: 5%;
  padding-right: 40px;
  top: 36%;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
  padding-left: 30%;
  margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    .js-nav-search {
      right: 6%; } }
  @media screen and (max-width: 767px) {
    .js-nav-search {
      position: relative;
      top: auto;
      overflow: visible;
      padding-right: 0;
      /* margin-top: 80px;*/
      right: auto;
      padding-left: 0; } }

@media screen and (max-width: 992px) {
  .js-nav-all li:first-child {
    display: none; }
  .js-nav-all li a {
    padding-left: 8px;
    padding-right: 8px; } }

@media screen and (max-width: 767px) {
  .js-nav-all li {
    float: none; }
    .js-nav-all li a {
      padding: 10px; } }

.nav-login__item {
  float: left; }
  @media screen and (max-width: 767px) {
    .nav-login__item {
      float: none;
      margin-bottom: 10px; } }
  .nav-login__item a {
    display: block;
    margin-left: 12px;
    color: #939598;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    @media screen and (max-width: 767px) {
      .nav-login__item a {
        margin-bottom: 10px; } }
    .nav-login__item a:hover {
      color: #0a8843; }

.btn--login {
  padding-left: 27px;
  padding-right: 27px; }

.logout {
  padding-left: 270px; }
  @media screen and (max-width: 767px) {
    .logout {
      padding-left: 0; } }
  .logout .nav-login__item {
    margin-right: 20px; }
    .logout .nav-login__item a {
      margin-left: 0; }

.nav-search__item {
  float: left; }
  @media screen and (max-width: 767px) {
    .nav-search__item {
      float: none;
      margin-bottom: 10px;
      width: 100%; } }

.btn--login {
  padding-left: 27px;
  padding-right: 27px; }

.js-nav-all li,
.js-nav-login .nav-login__item,
.js-nav-search .nav-search__item {
  -webkit-animation: transitionIn 1s ease;
  animation: transitionIn 1s ease; }
  .js-nav-all li .hidden,
  .js-nav-login .nav-login__item .hidden,
  .js-nav-search .nav-search__item .hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation: none;
    animation: none;
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease; }

@-webkit-keyframes transitionIn {
  0% {
    -webkit-transform: translateX(120px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes transitionIn {
  0% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.navbar-default .primary-nav li a .menu-cart-label {
  color: #80c342;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.navbar-default .primary-nav li a:hover {
  color: #0a8843; }
  .navbar-default .primary-nav li a:hover .menu-cart-label {
    color: #0a8843; }
  .navbar-default .primary-nav li a:hover .menu-cart-counter {
    background-color: #0a8843; }

.navbar-default .navbar-nav.primary-nav > li.active > a {
  color: #0a8843;
  background-color: transparent; }

.primary-nav__link {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    .primary-nav__link {
      font-size: 14px; } }

#toggle_menu a span:last-child {
  font-size: 16px; }

/*Menu close button animation*/
.img-menu-close {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
  margin-left: 20px; }
  @media screen and (max-width: 400px) {
    .img-menu-close {
      margin-left: 10px; } }

.img-menu-close,
.img-menu-close:after,
.img-menu-close:before {
  width: 1.6em;
  height: 2px;
  background: #231f20; }

.img-menu-close:after,
.img-menu-close:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.2s ease-out;
  transition: top 0.1s ease, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, top 0.1s ease;
  transition: transform 0.2s ease-out, top 0.1s ease, -webkit-transform 0.2s ease-out;
  content: '';
  position: absolute;
  left: 0; }

.img-menu-close:before {
  top: -8px; }

.img-menu-close:after {
  top: 8px; }

.login-opened .img-menu-close,
.nav-opened .img-menu-close,
.search-opened .img-menu-close {
  background-color: #fff; }

.login-opened .img-menu-close:before,
.nav-opened .img-menu-close:before,
.search-opened .img-menu-close:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scaleX(0.9);
  transform: rotate3d(0, 0, 1, 45deg) scaleX(0.9); }

.login-opened .img-menu-close:after,
.nav-opened .img-menu-close:after,
.search-opened .img-menu-close:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg) scaleX(0.9);
  transform: rotate3d(0, 0, 1, -45deg) scaleX(0.9); }

#toggle_menu:hover .img-menu-close:before {
  top: -6px; }

#toggle_menu:hover .img-menu-close:after {
  top: 6px; }

.login-opened #toggle_menu:hover .img-menu-close:before,
.nav-opened #toggle_menu:hover .img-menu-close:before,
.search-opened #toggle_menu:hover .img-menu-close:before {
  top: -0.5em; }

.login-opened #toggle_menu:hover .img-menu-close:after,
.nav-opened #toggle_menu:hover .img-menu-close:after,
.search-opened #toggle_menu:hover .img-menu-close:after {
  top: 0.5em; }

.login-opened #toggle_menu:hover .img-menu-close,
.nav-opened #toggle_menu:hover .img-menu-close,
.search-opened #toggle_menu:hover .img-menu-close {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.icon--menu-search {
  width: 18px;
  height: 18px;
  margin-bottom: 2px; }

.icon--menu-user {
  width: 18px;
  height: 18px;
  margin-bottom: 2px; }

.icon--menu-cart {
  width: 18px;
  height: 18px;
  margin-bottom: 2px; }

.menu-cart-counter {
  position: absolute;
  color: #fff;
  border-radius: 100%;
  background-color: #80c342;
  width: 19px;
  height: 19px;
  right: 0;
  top: 44%;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  font-weight: 400;
  z-index: 99;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  @media screen and (max-width: 767px) {
    .menu-cart-counter {
      top: 41%;
      right: -5px; } }

.icon--vertical {
  /* width: 31px;*/
  height: 27px;
  margin-top: 55px;
  margin-left: 15px;
  margin-right: 15px;
  width: 1px; }

@media screen and (max-width: 767px) {
  .icon--vertical {
    margin-top: 30px; } }

/* Secondary navigation styles (combined with bootstrap navbar)*/
.navbar--secondary {
  min-height: 90px;
  background-color: #f1f2f2; }
  @media screen and (max-width: 767px) {
    .navbar--secondary {
      min-height: 0; } }

.navbar-header--secondary {
  padding: 35px; }
  @media screen and (max-width: 767px) {
    .navbar-header--secondary {
      float: none;
      padding: 15px; } }

.nav-title {
  color: #231f20;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1; }
  .nav-title span {
    display: inline-block; }

@media screen and (max-width: 767px) {
  .secondary-nav {
    float: none !important; } }

.secondary-nav > li > a {
  padding: 35px 0 35px 40px !important;
  color: #939598;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .secondary-nav > li > a {
      padding: 15px !important; } }

.navbar-nav.secondary-nav > li.active {
  /* .nav-icon--arrow-down {*/
  /*   background-image: url('../images/icon_arrow_menu_color.png');*/
  /*   background-image: linear-gradient(transparent, transparent), url('../images/icon_arrow_menu_color.svg');*/
  /* }*/ }
  .navbar-nav.secondary-nav > li.active > a {
    color: #00a04c; }

.secondary-nav > li:last-child {
  padding-right: 15px; }

.secondary-nav > li > a:focus {
  background-color: #f1f2f2; }

.secondary-nav > li:hover > a {
  color: #00a04c;
  background-color: inherit; }

.secondary-nav > li:hover .nav-icon--arrow-down {
  background-image: url("../images/icon_arrow_menu_color.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_menu_color.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_menu_color.svg"); }
  @media screen and (min-width: 767px) {
    .secondary-nav > li:hover .nav-icon--arrow-down {
      background-image: url("../images/icon_arrow_menu_color_up.png");
      background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_menu_color_up.svg");
      background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_menu_color_up.svg"); } }

@media screen and (max-width: 767px) {
  .secondary-nav > li {
    float: none; } }

.nav-icon--arrow-down {
  background-image: url("../images/icon_arrow_menu.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_menu.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_menu.svg"); }

@media screen and (max-width: 767px) {
  .nav-icon--arrow-up {
    background-image: url("../images/icon_arrow_menu_color_up.png") !important;
    background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_menu_color_up.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_menu_color_up.svg") !important; } }

.secondary-nav .dropdown-menu,
.secondary-nav .multi-column-dropdown {
  top: 60%;
  background-color: #f1f2f2; }
  @media screen and (max-width: 767px) {
    .secondary-nav .dropdown-menu,
    .secondary-nav .multi-column-dropdown {
      position: relative;
      min-width: 0;
      padding: 0 0 15px; } }

.secondary-nav .dropdown-menu {
  right: auto;
  left: 0;
  min-width: 215px; }
  @media screen and (max-width: 767px) {
    .secondary-nav .dropdown-menu {
      position: relative;
      width: 100%;
      padding: 0 0 15px; } }

.secondary-nav .dropdown-menu.multi-column {
  left: -210px; }
  @media screen and (max-width: 767px) {
    .secondary-nav .dropdown-menu.multi-column {
      left: 0; } }

.secondary-nav .dropdown:hover .dropdown-menu {
  padding: 31px 0; }
  @media screen and (max-width: 767px) {
    .secondary-nav .dropdown:hover .dropdown-menu {
      padding: 0 0 15px; } }

.secondary-nav .multi-column-dropdown {
  min-width: 230px; }
  @media screen and (max-width: 767px) {
    .secondary-nav .multi-column-dropdown {
      min-width: 0; } }

.secondary-nav .dropdown-menu > li > a,
.secondary-nav .multi-column-dropdown > li > a {
  padding: 2px 40px;
  color: #939598;
  font-size: 12px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .secondary-nav .dropdown-menu > li > a,
    .secondary-nav .multi-column-dropdown > li > a {
      padding-right: 15px;
      padding-left: 15px; } }
  .secondary-nav .dropdown-menu > li > a.dropdown-title,
  .secondary-nav .multi-column-dropdown > li > a.dropdown-title {
    color: #231f20;
    font-size: 12px;
    font-weight: 700; }

.secondary-nav .dropdown-menu > li.active > a, .secondary-nav .dropdown-menu > li:focus > a, .secondary-nav .dropdown-menu > li:hover > a,
.secondary-nav .multi-column-dropdown > li.active > a,
.secondary-nav .multi-column-dropdown > li:focus > a,
.secondary-nav .multi-column-dropdown > li:hover > a {
  color: #00a04c;
  background-color: inherit; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: inherit; }

.nav-icon--arrow-down,
.nav-icon--arrow-up {
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 10px;
  background-repeat: no-repeat; }

/* Menu cart popup*/
.menu-cart {
  width: 329px;
  position: absolute;
  top: 108px;
  right: 0;
  background-color: #fff;
  z-index: 1001;
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .menu-cart {
      top: 87px; } }
  @media screen and (max-width: 400px) {
    .menu-cart {
      width: 100%; } }

.menu-cart-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: auto;
  padding: 14px 10px;
  border: 5px solid #dcddde; }

.table-cart-menu {
  margin-bottom: 15px; }

.table-cart-menu > tbody > tr > td {
  border: 0;
  vertical-align: middle;
  color: #231f20;
  font-size: 14px;
  padding: 12px 11px;
  font-weight: 400;
  line-height: 1.15; }
  .table-cart-menu > tbody > tr > td:last-child {
    white-space: nowrap;
    text-align: right; }

.table-cart-menu > tbody > tr:nth-last-child(2) > td {
  padding-bottom: 25px; }

.table-cart-menu > tbody > tr.sum {
  background-color: #f1f2f2; }
  .table-cart-menu > tbody > tr.sum > td {
    font-weight: 700; }
  .table-cart-menu > tbody > tr.sum > td:last-child {
    text-align: right; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains all styles related to the footer of the site/application.*/
/* -----------------------------------------------------------------------------*/
/* Subscribe block styles*/
/* Modifies .block (form file _blocks.scss)*/
.block--subscribe {
  background-image: url("../images/img_planes.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff; }

.subscribe-text {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.36px;
  font-weight: 300;
  margin-bottom: 50px; }

.form-control.subscribe__email {
  width: 335px; }
  @media screen and (max-width: 767px) {
    .form-control.subscribe__email {
      width: 100%; } }

.subscribe__button {
  margin-left: -3px; }
  @media screen and (max-width: 767px) {
    .subscribe__button {
      width: 100%;
      margin-left: 0; } }

/* Footer links styles*/
.footer-links {
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    .footer-links {
      padding-top: 30px; } }

.footer-disclaimer__note {
  float: left; }
  @media screen and (max-width: 767px) {
    .footer-disclaimer__note {
      float: none;
      text-align: left; } }

.footer-disclaimer__links {
  float: right;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .footer-disclaimer__links {
      float: none;
      text-align: left; } }

.footer-links-header {
  font-weight: 700;
  color: #231f20;
  line-height: 1.14;
  font-size: 16px; }

.footer-links-list {
  list-style-type: none;
  padding: 0;
  margin: 22px 0; }

.footer-links-list li {
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.43; }

.footer-disclaimer {
  padding-bottom: 15px; }

.footer-disclaimer,
.footer-disclaimer a,
.footer-links-list li a {
  font-size: 12px;
  color: #939598;
  font-weight: 600; }

.footer-disclaimer a,
.footer-links-list li a {
  text-decoration: none; }
  .footer-disclaimer a:hover,
  .footer-links-list li a:hover {
    color: #0a8843; }

.hr {
  width: 100%;
  border-top: 1px solid #d1d3d4;
  margin-bottom: 15px; }

.form-inline.subscribe .form-control {
  margin-right: 0; }

.icon--lang-en {
  height: 12px;
  width: 12px;
  margin-left: 4px; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains all styles related to the form component.*/
/* -----------------------------------------------------------------------------*/
.form-inline .form-group {
  margin-bottom: 27px; }

.form-inline .form-control {
  margin-right: 10px; }

.form-horizontal .form-group {
  margin-bottom: 7px; }

.form-inline--condensed {
  margin-bottom: 0; }
  .form-inline--condensed .form-group {
    margin-bottom: 10px; }
    .form-inline--condensed .form-group label {
      margin-right: 10px; }
  .form-inline--condensed .btn {
    margin-bottom: 10px; }
  @media screen and (min-width: 767px) {
    .form-inline--condensed .form-control {
      max-width: 110px; } }
  .form-inline--condensed .input-group {
    margin-right: 10px; }
    .form-inline--condensed .input-group .form-control {
      margin-right: 0; }

/* Modifies Bootstrap's form-group*/
.form-group--sm {
  margin-bottom: 10px; }

/* Modifies Bootstrap's form-group*/
.form-group--inline {
  float: left;
  margin-right: 70px; }

.form-control {
  margin: 0;
  -webkit-transition: none;
  transition: none;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px; }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #b4dc90; }

.form-control[readonly] {
  background-color: #fff; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 14px; }

.input-group-addon {
  background-color: #80c342; }

.input-group-addon:last-child {
  border: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding-top: 0;
  padding-bottom: 0; }

.input--inverted {
  background-color: #efeff0; }

.form-group--background {
  background-color: #efeff0;
  padding: 6px 10px 9px; }

label {
  color: #939598;
  font-size: 14px;
  font-weight: 600; }
  label span {
    margin-left: 10px;
    font-weight: 600; }

.control-label.label--inverted {
  text-align: left;
  color: #231f20;
  font-size: 16px;
  font-weight: 700; }

/* Radio, checkbox styles*/
.checkbox,
.radio {
  margin-top: 0;
  margin-bottom: 0; }
  .checkbox label,
  .radio label {
    min-height: 0; }

label.radio--spaced {
  width: 100%;
  padding: 24px 28px 24px 70px;
  color: #636466;
  font-size: 16px;
  line-height: 1.14; }

input[type=checkbox]:checked + span,
input[type=radio]:checked + span {
  color: #231f20; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

input[type=checkbox] + span:before,
input[type=radio] + span:before {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  background-color: #fff; }

input[type=radio] + span.radio-alt:before {
  border: 1px solid #939598;
  background-color: #fff; }

input[type=radio] + span.checkbox-sec:before {
  border: 1px solid #939598;
  background-color: #fff; }

input[type=checkbox] + span.checkbox-sec:before {
  border: 1px solid #939598;
  background-color: #fff; }

input[type=checkbox] + span.checkbox-alt:before {
  position: absolute;
  bottom: 4px;
  left: 15px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  border: 5px solid #80c342; }
  @media screen and (max-width: 767px) {
    input[type=checkbox] + span.checkbox-alt:before {
      top: 0;
      left: 20px; } }

span.checkbox-alt {
  margin-left: 30px; }
  @media screen and (max-width: 767px) {
    span.checkbox-alt {
      margin-left: 0; } }

span.checkbox-sec {
  margin-left: 0; }

label.radio--spaced > input[type=radio] + span.checkbox-sec:before {
  left: 32px;
  top: 26px;
  bottom: auto; }

input[type=radio] + span:before {
  border-radius: 8px; }

input[type=radio] + span.checkbox-sec:before {
  border-radius: 0; }

input[type=radio]:checked + span:before {
  border: 4px solid #80c342; }

input[type=radio]:checked + span.checkbox-sec:before {
  background: url("../images/icon_check.svg") no-repeat;
  background-size: 10px 9px;
  background-position: center;
  background-color: #0a8843;
  border: 0; }

input[type=radio]:checked + span.radio-alt:before {
  border: 4px solid #0a8843;
  background-color: #fff; }

input[type=checkbox]:checked + span:before {
  background: url("../images/icon_check.svg") no-repeat;
  background-size: 10px 9px;
  background-position: center;
  background-color: #80c342; }

input[type=checkbox]:checked + span.checkbox-sec:before {
  background: url("../images/icon_check.svg") no-repeat;
  background-size: 10px 9px;
  background-position: center;
  background-color: #0a8843; }

/* Form title/heading-color*/
.form-title {
  color: #231f20;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .checkbox-inline + .checkbox-inline,
  .radio-inline + .radio-inline {
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  .checkbox-inline,
  .radio-inline {
    margin-right: 10px; } }

select.form-control {
  background-image: url("../images/icon_arrow_down.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_down.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

.form-group.form-group-spacing {
  margin-top: 15px;
  margin-bottom: 30px; }

/* Multiple select style rewrite*/
.ms-choice,
.ms-parent {
  width: 100%; }

.ms-parent .ms-choice {
  border-radius: 0;
  border: 0;
  height: 40px; }
  .ms-parent .ms-choice:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .ms-parent .ms-choice span {
    height: 40px;
    padding: 6px 12px;
    color: #231f20;
    font-size: 14px;
    width: 100%;
    background-image: url("../images/icon_arrow_down.png");
    background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_down.svg");
    background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 7px; }

.ms-parent .ms-choice.disabled {
  border: 0;
  cursor: not-allowed; }
  .ms-parent .ms-choice.disabled:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none !important; }

.ms-drop.bottom {
  border-radius: 0;
  box-shadow: none !important; }
  .ms-drop.bottom ul > li label {
    color: #231f20;
    cursor: pointer;
    margin-bottom: 0; }
  .ms-drop.bottom ul > li.item {
    padding-left: 8px; }
  .ms-drop.bottom input[type="checkbox"] {
    vertical-align: middle;
    display: block;
    float: left;
    margin-right: 8px; }

.block {
  padding: 130px 0 90px; }
  @media screen and (max-width: 767px) {
    .block {
      padding: 60px 0 45px; } }

.block__header {
  text-align: center;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .block__header {
      margin-bottom: 30px; } }

.block-item {
  padding: 30px;
  transition: background 0.3s ease; }
  .block-item.credit-points {
    background-color: rgba(250, 166, 26, 0.15); }
    .block-item.credit-points .credit-points-group {
      width: 20%; }
      .block-item.credit-points .credit-points-group .course-date {
        width: 100% !important;
        display: block; }
    .block-item.credit-points .points {
      background-color: #faa61a;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 5px; }
      .block-item.credit-points .points .course-points {
        font-size: 13px; }
    .block-item.credit-points .course-content {
      display: inline-block !important;
      float: none !important;
      margin-left: auto !important; }
  .block-item:hover {
    background-color: #f2f9ec;
    background-color: rgba(128, 195, 66, 0.15); }
    .block-item:hover .block-item__header {
      color: #80c342; }
    .block-item:hover .block-date {
      background-color: #80c342; }
    .block-item:hover .block-date__item {
      color: #fff; }

.block-item__header {
  text-decoration: none;
  transition: color 0.3s ease;
  margin-bottom: 35px; }
  .block-item__header__gray {
    text-align: center;
    color: #929497;
    font-size: 36px; }
    @media screen and (max-width: 767px) {
      .block-item__header__gray {
        font-size: 26px; } }
    @media screen and (max-width: 992px) {
      .block-item__header__gray-second {
        margin-top: 50px; } }
    @media screen and (max-width: 767px) {
      .block-item__header__gray-second {
        margin-top: 20px; } }

.block-item--inverted {
  transition: background 0.3s ease; }
  .block-item--inverted:hover {
    background-color: #fff; }

.block-item--secondary {
  transition: background 0.3s ease; }
  .block-item--secondary:hover {
    background-color: #f2f9ec;
    background-color: rgba(128, 195, 66, 0.1); }
    .block-item--secondary:hover .block-item__header {
      color: #0a8843; }

.block-item--narrow {
  padding: 45px 15px 35px; }

.block-item--border {
  position: relative;
  margin-bottom: 30px; }
  .block-item--border:after {
    content: "";
    position: absolute;
    left: 30px;
    right: 15px;
    bottom: -30px;
    height: 1px;
    border-bottom: 1px solid #dcddde; }

.block--background {
  background-color: #f1f2f2; }

.block--background-gray {
  background-color: #efeff0; }

.block--narrow {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .block--narrow {
      padding: 60px 0 45px; } }

.block-justify-center {
  justify-content: center;
  display: flex; }
  @media screen and (max-width: 767px) {
    .block-justify-center {
      justify-content: none;
      display: block; } }

.block-regulations-latest {
  background: #ffff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 165px;
  transition: background .3s ease; }
  @media screen and (max-width: 992px) {
    .block-regulations-latest {
      min-height: 140px; } }
  @media screen and (max-width: 767px) {
    .block-regulations-latest {
      min-height: 135px;
      margin-bottom: 30px; } }
  .block-regulations-latest__title {
    font-weight: 600;
    color: #929497;
    font-size: 16px;
    line-height: 18px;
    transition: background .3s ease; }
  .block-regulations-latest svg path {
    transition: background .3s ease; }
  .block-regulations-latest:hover {
    background: #73BE1E; }
    .block-regulations-latest:hover .block-regulations-latest__title {
      color: #fff; }
    .block-regulations-latest:hover svg path {
      fill: white; }

.masthead {
  text-align: center;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  background-color: #80c342;
  filter: alpha(opacity=90); }

.masthead__img {
  display: inline-block; }

.side-menu {
  margin-bottom: 32px;
  background-color: #efeff0; }

.side-menu--brand {
  color: #fff;
  background-color: #8dc54a; }

.side-menu--inverted {
  background-color: #fff; }

.side-nav {
  padding: 17px 0;
  list-style-type: none; }
  .side-nav li {
    transition: background 0.3s ease, color 0.3s ease; }
    .side-nav li a {
      display: block;
      padding: 10px 30px;
      font-size: 14px;
      line-height: 1.14; }
      .side-nav li a.menu-title {
        color: #231f20;
        font-size: 16px;
        font-weight: 700; }
      .side-nav li a.menu-title.first {
        margin-top: 8px; }
    .side-nav li:hover {
      background-color: #e2e3e4; }
  .side-nav li.active {
    color: #fff;
    background-color: #8dc54a;
    font-weight: 400; }

.side-nav--brand li {
  transition: background 0.3s ease, color 0.3s ease; }
  .side-nav--brand li a {
    padding: 17px 30px;
    font-weight: bold; }
  .side-nav--brand li:hover {
    background-color: #80b343; }
    .side-nav--brand li:hover .nav-date {
      color: #fff; }

.side-nav--inverted {
  padding-top: 30px; }
  .side-nav--inverted li {
    transition: background 0.3s ease, color 0.3s ease; }
    .side-nav--inverted li a {
      padding: 10px 10px 10px 24px;
      font-size: 12px;
      font-weight: 400; }
      .side-nav--inverted li a.menu-title {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 14px;
        color: #231f20;
        font-weight: 700; }
    .side-nav--inverted li:hover, .side-nav--inverted li:hover a.menu-title {
      color: #fff;
      background-color: #80c342; }

.nav-date {
  margin-top: 5px;
  color: #ddecca;
  font-weight: 400; }

.menu-header {
  padding: 40px 25px 13px 25px;
  letter-spacing: -0.25px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1; }

.menu-header--small {
  padding-left: 14px;
  color: #231f20;
  font-size: 16px;
  font-weight: bold; }

.nav-pills {
  display: flex;
  justify-content: center; }

.nav-pills > li + li {
  margin-left: 0; }

.nav-pills li {
  width: 236px;
  height: 91px;
  margin: 0;
  text-align: center;
  color: #231f20;
  background-color: #f1f2f2;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.14;
  transition: background 0.3s ease, color 0.3s ease; }
  @media screen and (max-width: 767px) {
    .nav-pills li {
      width: 100px;
      height: 70px;
      font-size: 12px; } }
  .nav-pills li.active, .nav-pills li:focus, .nav-pills li:hover {
    color: #fff;
    background-color: #0a8843; }
  .nav-pills li a {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 35px; }
    @media screen and (max-width: 767px) {
      .nav-pills li a {
        padding: 0 10px; } }
    .nav-pills li a span {
      display: table-cell;
      vertical-align: middle; }
  .nav-pills li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.nav-pills li.active:after {
  position: absolute;
  bottom: -11px;
  left: 46%;
  width: 0;
  height: 0;
  content: '';
  border-top: 11px solid #0a8843;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent; }
  @media screen and (max-width: 767px) {
    .nav-pills li.active:after {
      border-width: 6px;
      bottom: -6px; } }

/* 6. Components*/
/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains all styles related to the button component.*/
/* -----------------------------------------------------------------------------*/
.btn {
  padding: 19px 32px;
  color: #fff;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .btn:hover {
    color: #fff; }

.btn--xs {
  padding: 12px 27px;
  font-weight: 400; }

.btn--sm {
  padding: 12px 48px;
  font-weight: 400; }

.btn--md {
  font-size: 14px;
  font-weight: bold;
  padding: 12px 28px;
  font-weight: 700; }

.btn--brand-primary {
  background-color: #80c342; }
  .btn--brand-primary:hover {
    background-color: #0a8843; }

.btn--brand-primary--inverted,
.btn--brand-primary--inverted:visited {
  color: #80c342 !important;
  background-color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .btn--brand-primary--inverted:hover,
  .btn--brand-primary--inverted:visited:hover {
    color: #0a8843;
    background-color: #fff; }

.btn--brand-moderate {
  background-color: #8dc54a; }
  .btn--brand-moderate:hover {
    background-color: #0a8843; }

.btn--brand-secondary {
  background-color: #0a8843; }

.btn--accent {
  background-color: #faa61a; }
  .btn--accent:hover {
    background-color: #0a8843; }

.btn--accent--inverted {
  color: #faa61a;
  background-color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .btn--accent--inverted:hover {
    color: #0a8843;
    background-color: #fff; }

.btn--accent--empty {
  border: 1px solid #faa61a;
  background-color: #fff;
  color: #faa61a; }
  .btn--accent--empty:hover {
    border: 0; }

.btn--white-secondary {
  background-color: #fff;
  color: #0a8843;
  font-weight: 600;
  font-size: 14px; }
  .btn--white-secondary:hover {
    background-color: #faa61a; }

.btn--white-primary {
  background-color: #fff;
  color: #80c342;
  font-weight: 400;
  font-size: 16px;
  text-transform: none; }
  .btn--white-primary:hover {
    background-color: #faa61a; }

.btn-margin {
  margin-right: 15px; }

.btn-c-white {
  color: #fff !important; }

.slick-track {
  margin-left: auto;
  margin-right: auto; }
  .slick-track .slick-slide *:focus {
    outline: 0; }

.slick-slide {
  height: auto; }

.slider-nav__left,
.slider-nav__right {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 10; }

.icon--left-white,
.icon--right-white {
  width: 12px;
  height: 23px; }

.icon--left-white {
  background: url("../images/icon_arrow_left_white.png") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_white.svg") no-repeat; }

.icon--left--first {
  background: url("../images/icon_arrow_left_dark.png") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_dark.svg") no-repeat; }

.icon--right-white {
  background: url("../images/icon_arrow_right_white.png") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_right_white.svg") no-repeat; }

.icon--right--last {
  background: url("../images/icon_arrow_right_dark.png") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_right_dark.svg") no-repeat; }

.slider-dots {
  text-align: center;
  margin-top: 15px;
  padding: 0; }

.slider-dots li {
  top: -5px;
  width: 13px;
  height: 13px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  cursor: pointer; }
  .slider-dots li.slick-active {
    background-color: #80c342; }

.slider-dots--inverted li {
  background-color: #e2e3e4; }

.slider-dots li button {
  display: none; }

.icon {
  display: inline-block; }

.icon--default {
  margin-left: 8px; }

.icon--white {
  color: #fff; }

.banner {
  display: inline-block; }

.banner--block {
  margin-top: 120px; }
  @media screen and (max-width: 767px) {
    .banner--block {
      margin-top: 30px; } }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains all styles related to the dropdown component.*/
/* -----------------------------------------------------------------------------*/
@media screen and (min-width: 767px) {
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto; }
  .dropdown__text {
    display: inline-block; }
  .dropdown-menu {
    display: block;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    overflow: hidden; } }

.dropdown-menu {
  border: 0;
  box-shadow: none;
  border-radius: 0; }

.dropdown-menu.columns-3 {
  min-width: 550px; }
  @media screen and (max-width: 767px) {
    .dropdown-menu.columns-3 {
      min-width: 0; } }

.multi-column-dropdown {
  list-style: none;
  margin: 0;
  padding: 0; }

.pagination {
  margin: 0;
  padding-left: 22px; }
  @media screen and (max-width: 767px) {
    .pagination {
      padding-left: 0;
      margin-bottom: 10px; } }

.pagination > li > a {
  font-size: 14px;
  padding: 2px 10px;
  margin-right: 5px;
  border: 0; }
  .pagination > li > a.left {
    margin-right: 0;
    margin-left: 5px;
    padding-right: 6px; }
  .pagination > li > a.right {
    padding-left: 6px; }

.pagination > li:first-child > a {
  border-radius: 0; }

.icon--pagination {
  width: 10px;
  height: 16px;
  margin-bottom: 3px;
  margin-top: 2px; }

.pagination > .disabled > a,
.pagination > .disabled > a:hover {
  cursor: pointer; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains all styles related to the slider component*/
/* -----------------------------------------------------------------------------*/
.spinner {
  width: 80px; }

.spinner input {
  text-align: center; }

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  position: relative;
  border-radius: 0;
  padding: 10px; }
  .input-group-btn-vertical > .btn:active, .input-group-btn-vertical > .btn:focus {
    outline: 0; }

.input-group-btn-vertical span {
  position: absolute;
  left: 6px;
  color: #231f20;
  font-size: 8px; }
  .input-group-btn-vertical span.up {
    top: 8px; }
  .input-group-btn-vertical span.down {
    bottom: 8px; }

.tooltip {
  z-index: 1020; }

.tooltip-inner {
  opacity: 1;
  display: block;
  border-radius: 0;
  font-size: 11px;
  max-width: 300px;
  font-weight: 400;
  font-size: 11px;
  background-color: #636466;
  text-align: left; }

.tooltip.top .tooltip-arrow {
  border-top-color: #636466; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains all styles related to the badge component*/
/* -----------------------------------------------------------------------------*/
.item-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  background-color: #80c342;
  color: #fff; }

.item-badge--accent {
  background-color: #0a8843; }

.item-badge--slider {
  top: -30px; }

.item-badge--single {
  left: 80px; }

.item-badge--list {
  top: 10px;
  left: 15px; }

.item-badge__content {
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: -0.34px;
  font-weight: 600;
  font-size: 17px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap; }

.item-badge__content--discount {
  font-size: 24px; }

.item-badge__content--preorder {
  font-size: 13px; }

.item-badge__content--last-items {
  font-size: 14px; }

.item-badge__content--out-of-stock {
  font-size: 14px; }

.sticky-badge {
  position: fixed;
  bottom: 47px;
  max-width: 125px;
  left: 47px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(128, 195, 66, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(128, 195, 66, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(128, 195, 66, 0.3);
  background: #fff; }

.sticky-badge-2 {
  position: fixed;
  bottom: 180px;
  max-width: 125px;
  width: 125px;
  z-index: 1;
  left: 47px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(128, 195, 66, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(128, 195, 66, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(128, 195, 66, 0.3);
  background: #fff; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains all styles related to the rating component*/
/* -----------------------------------------------------------------------------*/
.rating-symbol {
  color: #80c342;
  font-size: 18px;
  cursor: pointer;
  margin-right: 1px;
  font-size: 16px; }

/* 7. Page-specific styles*/
/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains styles that are applicable to sections in various pages.*/
/* -----------------------------------------------------------------------------*/
/* Heading block styles*/
.heading-block {
  height: 425px;
  color: #fff;
  padding-top: 70px; }
  @media screen and (max-width: 767px) {
    .heading-block {
      padding-top: 30px; } }

.heading-block__title {
  color: #fff;
  padding-left: 25px;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .heading-block__title {
      padding-left: 15px;
      width: 100%; } }

/* Heading block with background and negative bottom margin*/
.heading-block--category-pull {
  margin-bottom: -40px;
  height: 300px;
  padding-top: 100px;
  padding-bottom: 120px;
  text-align: center;
  background-image: url("../images/img_lecture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 35%; }
  @media screen and (max-width: 767px) {
    .heading-block--category-pull {
      height: auto;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: 0; } }

.heading-block--slider {
  /*margin-bottom: -40px;*/
  height: 300px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .heading-block--slider {
      height: auto;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-bottom: 0; } }

.heading-block__title--category-pull {
  width: 100%; }

/* Heading block with background*/
.heading-block--category {
  margin-bottom: 30px;
  height: 300px;
  padding-top: 110px;
  padding-bottom: 130px;
  text-align: center;
  background-image: url("../images/img_coffee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 35%; }
  @media screen and (max-width: 767px) {
    .heading-block--category {
      height: auto;
      padding-top: 40px;
      padding-bottom: 40px; } }

.heading-block__title--category {
  width: 100%; }

/* Heading block without background*/
.heading-block--category-no-background {
  height: 200px;
  padding-top: 100px;
  padding-bottom: 55px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .heading-block--category-no-background {
      height: auto;
      padding-top: 40px;
      padding-bottom: 40px; } }

.heading-block__title--category-no-background {
  width: 100%;
  color: #939598; }

/* Heading block with background and negative bottom margin and title*/
.heading-block--title-pull {
  margin-bottom: -40px;
  height: 344px;
  background-image: url("../images/img_moneys.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .heading-block--title-pull {
      height: auto;
      margin-bottom: 0; } }

/* Heading row block style*/
.heading-row-block {
  margin-top: 65px;
  margin-bottom: 65px; }
  @media screen and (max-width: 767px) {
    .heading-row-block {
      margin-top: 35px;
      margin-bottom: 35px; } }

.heading-row-block__title {
  padding-left: 35px; }

.heading-row-title {
  margin-bottom: 40px; }

/* Content block style*/
.content-block {
  margin-bottom: 155px; }
  @media screen and (max-width: 767px) {
    .content-block {
      margin-bottom: 70px; } }
  .content-block .col-sm-9 {
    padding-right: 60px !important; }
    @media screen and (max-width: 767px) {
      .content-block .col-sm-9 {
        padding-right: 15px !important; } }
  .content-block .col-sm-3 {
    padding-left: 0 !important; }
    @media screen and (max-width: 767px) {
      .content-block .col-sm-3 {
        padding-left: 15px !important; } }

.content-block__section {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0; }
  .content-block__section > [class*="col-sm-"] {
    padding: 40px 40px 0; }
    @media screen and (max-width: 767px) {
      .content-block__section > [class*="col-sm-"] {
        padding: 40px 15px 0; } }

.content-block__p ul {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400; }

/* Social bar styles*/
.social {
  position: fixed;
  top: 48%;
  right: 0;
  z-index: 100; }

.social-item {
  width: 47px;
  height: 47px;
  text-align: center;
  display: block;
  background-color: #000;
  position: relative; }
  .social-item:hover {
    background-color: #80c342; }
    .social-item:hover .social-item__mail {
      background-image: url("../images/icon_mail_white.png");
      background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_mail_white.svg");
      background-image: linear-gradient(transparent, transparent), url("../images/icon_mail_white.svg"); }
    .social-item:hover .social-item__fb {
      background-image: url("../images/icon_facebook_white.png");
      background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_facebook_white.svg");
      background-image: linear-gradient(transparent, transparent), url("../images/icon_facebook_white.svg"); }
    .social-item:hover .social-item__google {
      background-image: url("../images/icon_google_plus_white.png");
      background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_google_plus_whiter.svg");
      background-image: linear-gradient(transparent, transparent), url("../images/icon_google_plus_white.svg"); }
    .social-item:hover .social-item__linkedin {
      background-image: url("../images/icon_linked_in_white.png");
      background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_linked_in_white.svg");
      background-image: linear-gradient(transparent, transparent), url("../images/icon_linked_in_white.svg"); }
    .social-item:hover .social-item__twitter {
      background-image: url("../images/icon_twitter_white.png");
      background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_twitter_white.svg");
      background-image: linear-gradient(transparent, transparent), url("../images/icon_twitter_white.svg"); }
    .social-item:hover .social-item__youtube {
      background-image: url("../images/icon_youtube_white.png");
      background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_youtube_white.svg");
      background-image: linear-gradient(transparent, transparent), url("../images/icon_youtube_white.svg"); }

.social--mobile {
  position: relative;
  margin: 0 auto; }

.social-item--mobile {
  display: inline-block; }
  .social-item--mobile:hover {
    background-color: #fff; }

.social-item__mail {
  background-image: url("../images/icon_mail_white.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_mail_white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_mail_white.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 36%;
  left: 32%; }

.social-item__fb {
  background-image: url("../images/icon_facebook_white.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_facebook_white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_facebook_white.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 26%;
  left: 40%; }

.social-item__google {
  background-image: url("../images/icon_google_plus_white.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_google_plus_white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_google_plus_white.svg");
  background-repeat: no-repeat;
  width: 21px;
  height: 22px;
  position: absolute;
  top: 30%;
  left: 32%; }

.social-item__linkedin {
  background-image: url("../images/icon_linked_in_white.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_linked_in_white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_linked_in_white.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 32%;
  left: 32%; }

.social-item__twitter {
  background-image: url("../images/icon_twitter_white.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_twitter_white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_twitter_white.svg");
  background-repeat: no-repeat;
  width: 21px;
  height: 17px;
  position: absolute;
  top: 32%;
  left: 30%; }

.social-item__youtube {
  background-image: url("../images/icon_youtube_white.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_youtube_white.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_youtube_white.svg");
  background-repeat: no-repeat;
  width: 27px;
  height: 28px;
  position: absolute;
  top: 20%;
  left: 24%; }

/* Info stream styles*/
/* Modifies .block (form file _blocks.scss)*/
.block--info-stream {
  color: #fff;
  background-image: url("../images/img_keyboard.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 75%;
  background-color: #3181a6;
  background-color: rgba(49, 129, 166, 0.85); }
  .block--info-stream .block__header {
    margin-bottom: 53px;
    color: #fff; }

.info-stream-items {
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .info-stream-items {
      padding: 0 15px; } }

.info-stream-item {
  position: relative;
  padding: 15px 5px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5; }

.icon--check {
  width: 35px;
  height: 35px;
  margin-bottom: 20px; }

/* Stats block styles*/
.stats-item {
  text-align: center;
  border-right: 1px solid #939598;
  display: inline-block;
  padding: 50px 15px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .stats-item {
      padding: 50px 15px;
      border-right: 0; }
      .stats-item ::after {
        content: '';
        background: #939598;
        position: absolute;
        bottom: 0;
        left: 30%;
        right: 30%;
        height: 1px; } }

.stats-item--inverted {
  border-color: #fff;
  font-weight: 300;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .stats-item--inverted ::after {
      background: #fff; } }

.stats-item--narrow {
  width: 200px; }
  @media screen and (max-width: 767px) {
    .stats-item--narrow {
      width: 100%; } }

.stats-item--wide {
  width: 285px; }
  @media screen and (max-width: 767px) {
    .stats-item--wide {
      width: 100%; } }

.stats-item--last {
  border: 0; }
  @media screen and (max-width: 767px) {
    .stats-item--last ::after {
      height: 0; } }

@media screen and (max-width: 992px) and (min-width: 767px) {
  .stats-item--med {
    border: 0; }
    .stats-item--med ::after {
      height: 0; } }

.stats-item__number {
  font-size: 70px;
  letter-spacing: -1.4px;
  color: #80c342;
  font-weight: 400; }
  @media screen and (max-width: 992px) {
    .stats-item__number {
      font-size: 60px; } }
  @media screen and (max-width: 767px) {
    .stats-item__number {
      font-size: 50px; } }

.stats-item__number--inverted {
  color: #fff; }

/* Courses block styles*/
/* Modifies .block (form file _blocks.scss)*/
.block-item--course {
  padding: 35px; }
  @media screen and (max-width: 767px) {
    .block-item--course {
      padding: 15px; } }

.course-date {
  float: left;
  width: 20%;
  padding: 18px 0;
  text-align: center; }

.course-date__day {
  font-size: 29px; }

.course-date__month {
  text-transform: uppercase;
  font-size: 17px; }

.course-date__day,
.course-date__month {
  font-weight: normal;
  line-height: 0.8; }

.course-date--brand {
  color: #fff;
  background-color: #80c342; }

.course-content {
  float: right;
  width: 80%;
  padding: 0 25px; }
  .course-content ul {
    list-style-type: none;
    padding: 0;
    margin: 22px 0; }
    .course-content ul li {
      margin: 10px 0;
      color: #636466; }
      .course-content ul li div {
        overflow: hidden; }
    .course-content ul li.emphasized {
      color: #231f20; }

.icon--time {
  width: 16px;
  height: 16px;
  float: left;
  margin: 5px 10px 0 0; }

.icon--pin {
  width: 16px;
  height: 20px;
  float: left;
  margin: 3px 10px 0 0; }

.icon--lecturer {
  width: 17px;
  height: 15px;
  float: left;
  margin: 5px 10px 0 0; }

/* Bookstore search block*/
.bookstore-search {
  margin: -40px auto 0;
  background-color: #fff;
  position: relative;
  padding: 40px;
  width: 630px;
  margin-bottom: 27px; }
  @media screen and (max-width: 767px) {
    .bookstore-search {
      width: 100%;
      margin: -20px auto 0;
      padding: 20px; } }

.bookstore-search--inplace {
  margin-top: 0;
  padding-top: 45px; }

/* Bookstore slider block styles*/
.items-bookstore .col-sm-4 {
  margin-bottom: 15px; }

.items-bookstore .block-item__header {
  margin-top: 15px;
  font-size: 18px; }

.items-bookstore .block-item__header--small {
  font-size: 14px;
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .items-bookstore-center .block-item {
    padding-left: 100px;
    padding-right: 100px; } }

@media screen and (max-width: 500px) {
  .items-bookstore-center .block-item {
    padding-left: 20px;
    padding-right: 20px; } }

.store-item__wrap {
  position: relative;
  height: 176px;
  margin-bottom: 30px; }

.store-item__wrap-lg {
  position: relative;
  height: 200px;
  margin-bottom: 30px; }

.store-item__img {
  max-width: 152px;
  max-height: 247px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.store-item__img--sm {
  margin: auto;
  max-width: 110px;
  max-height: 178px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.store-item__price-badge {
  position: absolute;
  bottom: 0;
  width: 85px;
  height: 85px;
  letter-spacing: -0.48px;
  color: #fff;
  border-radius: 100%;
  background-color: #80c342;
  font-size: 24px;
  font-weight: bold; }

.store-item__price-badge--small {
  width: 76px;
  height: 76px; }

.store-item__price {
  position: absolute;
  top: 15%;
  left: 17%;
  text-align: center;
  line-height: 1.25; }
  .store-item__price .price-tag {
    letter-spacing: 0.24px;
    font-size: 12px;
    font-weight: 400; }

.store-item__discount {
  position: absolute;
  top: 17%;
  left: 14%;
  font-size: 32px; }
  .store-item__discount .price-tag {
    vertical-align: super;
    font-size: 20px;
    font-weight: 400; }

.store-item__tag {
  position: absolute;
  top: 32%;
  letter-spacing: -0.34px;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  left: 0; }
  .store-item__tag div {
    text-align: center; }

.store-item__tag--small {
  font-size: 15px;
  width: 100%;
  left: 0; }
  .store-item__tag--small div {
    text-align: center; }

/* Bookstore alternative slider block styles*/
.bookstore-alt-item {
  margin: 0 30px 25px; }
  @media screen and (max-width: 992px) {
    .bookstore-alt-item {
      margin: 15px 25px; } }

.bookstore-alt-item__header-wrap {
  width: 160px;
  padding-top: 20px; }
  @media screen and (max-width: 992px) {
    .bookstore-alt-item__header-wrap {
      width: 100%; } }

.bookstore-alt-item__header-wrap--wide {
  width: 100%;
  padding-left: 30px; }
  @media screen and (max-width: 992px) {
    .bookstore-alt-item__header-wrap--wide {
      padding: 15px; } }

.bookstore-alt-item__header {
  font-size: 14px;
  font-weight: bold; }

.bookstore-alt-item__img-wrap {
  max-width: 128px;
  max-height: 210px;
  margin: 0 auto; }
  @media screen and (max-width: 992px) {
    .bookstore-alt-item__img-wrap {
      width: 100%;
      float: none;
      margin: 0 auto; } }

.bookstore-alt-item__img {
  margin-top: 20px; }

.book-price {
  text-decoration: line-through;
  position: relative; }
  .book-price:after {
    content: '';
    border-bottom: solid 1px #636466;
    top: 52%;
    z-index: 1;
    width: 10px;
    position: absolute;
    margin-left: -1px; }
  .book-price:before {
    content: '';
    border-bottom: solid 1px #636466;
    top: 52%;
    z-index: 1;
    width: 10px;
    position: absolute;
    left: -10px;
    margin-right: -1px; }

.book-price-new {
  color: #0a8843;
  font-weight: 700;
  margin-top: 5px;
  letter-spacing: -1px; }

/* Upcoming and sale block styles*/
.coming-soon,
.sale {
  padding: 26px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .coming-soon,
    .sale {
      padding: 15px; } }

.coming-soon-wrap {
  border: 9px solid #D2EABD;
  -o-border-image: radial-gradient(to bottom, #F2F8EC 3%, #D2EABD 100%);
  border-image: -webkit-radial-gradient(top, #F2F8EC 3%, #D2EABD 100%);
  border-image: radial-gradient(to bottom, #F2F8EC 3%, #D2EABD 100%);
  border-image-slice: 1; }

.sale-wrap {
  border: 9px solid #E7E7E8;
  -o-border-image: radial-gradient(to left, #FFF 0%, #E7E7E8 100%);
  border-image: -webkit-radial-gradient(right, #FFF 0%, #E7E7E8 100%);
  border-image: radial-gradient(to left, #FFF 0%, #E7E7E8 100%);
  border-image-slice: 1; }

.coming-soon-wrap,
.sale-wrap {
  position: absolute;
  width: 99%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .coming-soon-wrap,
    .sale-wrap {
      width: 100%; } }
  .coming-soon-wrap .slider-dots,
  .sale-wrap .slider-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1000; }

.coming-soon__header,
.sale__header {
  font-size: 32px;
  margin: 30px 30px 50px; }
  @media screen and (max-width: 767px) {
    .coming-soon__header,
    .sale__header {
      font-size: 24px;
      margin: 15px; } }

.coming-soon__header {
  color: #80c342; }

.coming-soon__header--wide {
  padding-left: 30px; }
  @media screen and (max-width: 992px) {
    .coming-soon__header--wide {
      padding-left: 0; } }

.btn--book-more {
  margin-top: 40px;
  margin-bottom: 20px; }

/* Slider nav styles*/
.slider-nav--coming-soon__left,
.slider-nav--sale__left {
  top: 40%;
  left: 25px; }
  @media screen and (max-width: 320px) {
    .slider-nav--coming-soon__left,
    .slider-nav--sale__left {
      left: 15px; } }

.slider-nav--coming-soon__right,
.slider-nav--sale__right {
  top: 40%;
  right: 25px; }
  @media screen and (max-width: 320px) {
    .slider-nav--coming-soon__right,
    .slider-nav--sale__right {
      right: 15px; } }

.slider-nav--coming-soon__left--wide {
  left: 35px; }
  @media screen and (max-width: 320px) {
    .slider-nav--coming-soon__left--wide {
      left: 15px; } }

.slider-nav--coming-soon__right--wide {
  right: 35px; }
  @media screen and (max-width: 320px) {
    .slider-nav--coming-soon__right--wide {
      right: 15px; } }

/* Search button styles*/
.btn--search {
  height: 40px;
  width: 40px;
  padding: 9px; }

.icon--search {
  width: 18px;
  height: 18px; }

/* Cookies policy style*/
.cookies-container {
  background-color: #0a8843;
  padding: 30px 25px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 300px;
  z-index: 10000; }
  .cookies-container .cookies-text {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px; }
  .cookies-container .cookies-carret {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0a8843;
    position: absolute;
    bottom: -15px; }

/* Corrected styling for user inputed content*/
.content-block-text a {
  text-decoration: underline;
  color: #0a8843; }
  .content-block-text a:hover {
    color: #636466; }

.table--search-results-orders {
  border-collapse: separate; }
  .table--search-results-orders tbody > tr > td,
  .table--search-results-orders tbody > tr > th {
    padding: 10px 10px 18px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .table--search-results-orders tbody > tr > td,
      .table--search-results-orders tbody > tr > th {
        padding: 10px 2px 18px; } }
    .table--search-results-orders tbody > tr > td a:hover,
    .table--search-results-orders tbody > tr > th a:hover {
      color: #0a8843; }
    .table--search-results-orders tbody > tr > td:last-child,
    .table--search-results-orders tbody > tr > th:last-child {
      text-align: right; }
  .table--search-results-orders tbody > tr > th {
    color: #80c342;
    border-top: 0; }
  .table--search-results-orders td {
    color: #231f20;
    font-weight: 700; }
    .table--search-results-orders td:nth-child(2) {
      color: #939598;
      text-decoration: inherit;
      font-weight: inherit; }
      @media screen and (max-width: 767px) {
        .table--search-results-orders td:nth-child(2) {
          font-size: 12px;
          vertical-align: bottom; } }
    .table--search-results-orders td:nth-child(3) {
      text-decoration: underline; }

.section--search {
  height: auto;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .section--search {
      height: 70px;
      margin-bottom: 15px; } }

.heading-anchor:before {
  display: block;
  content: " ";
  margin-top: -150px;
  height: 150px;
  visibility: hidden;
  position: relative;
  z-index: -1; }

.masthead--404 {
  height: 820px;
  background-image: url("../images/img_main_overlay.png"), url("../images/img_ul.png");
  background-repeat: repeat-x, no-repeat;
  background-size: contain, cover;
  background-position: center, center; }
  @media screen and (max-width: 767px) {
    .masthead--404 {
      height: auto;
      background-size: cover, cover; } }

.error-page-content {
  color: #fff;
  text-align: center;
  margin-top: 15vh;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .error-page-content {
      margin-top: 5vh; } }

.error-page-title {
  font-size: 250px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .error-page-title {
      font-size: 150px; } }

.error-page-subtitle {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .error-page-subtitle {
      font-size: 24px;
      margin-bottom: 15px; } }

.error-page-copy {
  margin-bottom: 20px;
  margin-top: 120px; }
  @media screen and (max-width: 767px) {
    .error-page-copy {
      margin-top: 40px; } }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains styles that are specific to the home page.*/
/* -----------------------------------------------------------------------------*/
/* Masthead block styles*/
/* Modifies .masthead (from file _masthead.scss)*/
.masthead--home {
  height: 525px;
  background-image: url("../images/img_main_background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .masthead--home {
      height: auto; } }

/* Modifies .masthead _img (from file _masthead.scss)*/
.masthead__img--home {
  margin-top: 62px;
  width: 443px; }
  @media screen and (max-width: 767px) {
    .masthead__img--home {
      margin: 30px 0 60px;
      width: 300px; } }

/* Sections navigation styles*/
.slider_navigation-wrapper {
  background-color: #fff;
  margin-left: -55px;
  margin-right: -55px;
  padding-left: 65px;
  padding-right: 65px; }
  @media screen and (max-width: 1050px) {
    .slider_navigation-wrapper {
      margin-left: 0;
      margin-right: 0;
      padding-left: 10px;
      padding-right: 10px; } }

.sections-nav {
  margin-top: -89px; }
  @media screen and (max-width: 767px) {
    .sections-nav {
      margin-top: 15px; } }

.icon--navigation-left {
  background: url("../images/icon_arrow_left_circle_light.png");
  background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_left_circle_light.svg");
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_circle_light.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  top: 88px;
  left: -25px; }
  @media screen and (max-width: 1050px) {
    .icon--navigation-left {
      display: none; } }

.icon--navigation-right {
  background: url("../images/icon_arrow_right_circle_light.png");
  background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_right_circle_light.svg");
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_right_circle_light.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  top: 88px;
  right: -25px; }
  @media screen and (max-width: 1050px) {
    .icon--navigation-right {
      display: none; } }

.section {
  position: relative;
  height: 215px;
  padding: 17px 10px;
  background-color: #fff; }
  @media screen and (max-width: 650px) {
    .section {
      width: 90%;
      height: 80px;
      margin: 0 auto;
      padding: 5px 15px; } }

.section__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%; }
  .section__img:hover .section__overlay {
    visibility: visible;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  @media screen and (max-width: 767px) {
    .section__img {
      background-color: #b8babc; } }
  .section__img img {
    width: 100%;
    height: 100%; }

.section__overlay {
  position: absolute;
  top: 9%;
  right: 8%;
  bottom: 9%;
  left: 8%;
  z-index: 10;
  visibility: hidden;
  background: #80c342;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: visibility 0s, opacity 0.3s ease;
  transition: visibility 0s, opacity 0.3s ease; }
  @media screen and (max-width: 767px) {
    .section__overlay {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

.section__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.56px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none; }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .section__title {
      font-size: 18px; } }

/* Uradni list block styles*/
/* Modifies .block (form file _blocks.scss)*/
.block--ul {
  padding: 160px 0 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .block--ul {
      padding: 70px 0 50px; } }
  .block--ul .block__header {
    margin-bottom: 40px; }

/* Slider styles*/
.slider--ul {
  margin: 0 auto;
  width: 20%; }
  @media screen and (max-width: 767px) {
    .slider--ul {
      width: 50%; } }

.slider--ul-text {
  margin: 0 auto;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .slider--ul-text {
      width: 100%; } }

/* Modifies .slider-nav from file _slider.scss*/
.slider-nav--ul__left {
  top: 10%;
  left: 38%; }
  @media screen and (max-width: 767px) {
    .slider-nav--ul__left {
      left: 10%; } }

/* Modifies .slider-nav from file _slider.scss*/
.slider-nav--ul__right {
  top: 10%;
  right: 38%; }
  @media screen and (max-width: 767px) {
    .slider-nav--ul__right {
      right: 10%; } }

.icon--left,
.icon--right {
  width: 12px;
  height: 23px; }

.icon--left {
  background-image: url("../images/icon_arrow_left.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_left.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_left.svg"); }

.icon--left--first {
  background-image: url("../images/icon_arrow_left_dark.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_left_dark.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_dark.svg");
  cursor: auto; }

.icon--right {
  background-image: url("../images/icon_arrow_right.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_right.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_right.svg"); }

.icon--right--last {
  background-image: url("../images/icon_arrow_right_dark.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_right_dark.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_right_dark.svg");
  cursor: auto; }

.slider-item--ul__header {
  color: #231f20;
  font-weight: bold;
  font-size: 22px; }

.slider-item--ul-text__content {
  margin-top: 10px;
  font-size: 14px; }

/* Modifies .btn (form file _button.scss)*/
.btn--ul {
  margin: 40px 10px;
  text-transform: none;
  font-weight: normal;
  font-size: 18px; }
  @media screen and (max-width: 992px) {
    .btn--ul {
      margin: 10px 0; } }
  @media screen and (max-width: 767px) {
    .btn--ul {
      width: 100%; } }

.icon--pdf {
  margin-right: 18px;
  width: 30px;
  height: 35px; }

.slider_ul_sections img {
  display: inline-block; }

.ul-issue-expected:nth-of-type(n + 3) {
  display: none; }

.ul-issue-expected:nth-of-type(n + 2) .ni-hide {
  display: inline; }

/* Info stream block*/
.info-stream-item--horizontal {
  padding: 3px 5px;
  border-right: 1px solid #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 767px) {
    .info-stream-item--horizontal {
      padding: 15px 5px;
      border-right: 0; } }
  .info-stream-item--horizontal:last-child {
    border: 0; }

/* Archive link styles*/
.archive-link {
  display: block;
  margin-top: 65px;
  color: #231f20;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .archive-link:hover {
    color: #0a8843;
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .archive-link {
      margin-top: 30px; } }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains styles that are specific to the archive page.*/
/* -----------------------------------------------------------------------------*/
/* Masthead styles*/
/* Modifies .masthead (from file _masthead.scss)*/
.masthead--archive {
  height: 300px;
  background-image: url("../images/img_main_background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .masthead--archive {
      height: auto; } }

/* Modifies .masthead _img (from file _masthead.scss)*/
.masthead__img--archive {
  margin-top: 65px;
  width: 223px; }
  @media screen and (max-width: 767px) {
    .masthead__img--archive {
      width: 300px;
      margin: 30px 0 60px; } }

/* Upcoming edition block styles*/
.upcoming {
  margin-top: -50px; }
  @media screen and (max-width: 767px) {
    .upcoming {
      margin-top: 0; } }

.upcoming__wrap {
  background-color: #fff;
  padding: 15px; }

.upcoming__content {
  background-color: #80c342;
  height: auto;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  padding: 10px 45px;
  color: #fff;
  line-height: 1.35; }
  @media screen and (max-width: 1200px) {
    .upcoming__content {
      padding: 15px 25px; } }

.upcoming__title {
  margin-top: 20px;
  margin-right: 62px;
  float: left; }
  @media screen and (max-width: 1200px) {
    .upcoming__title {
      margin-right: 30px; } }
  @media screen and (max-width: 991px) {
    .upcoming__title {
      margin-top: 0;
      margin-bottom: 10px; } }

.upcoming__dates {
  float: left; }

.upcoming__date {
  float: left; }
  @media screen and (max-width: 375px) {
    .upcoming__date {
      margin-bottom: 10px; } }
  .upcoming__date .understated {
    font-weight: 300; }
  .upcoming__date:first-of-type {
    margin-right: 78px; }
    @media screen and (max-width: 1200px) {
      .upcoming__date:first-of-type {
        margin-right: 20px; } }
  .upcoming__date:nth-child(n+3) {
    display: none; }

.upcoming__tag {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.64px;
  display: inline; }
  @media screen and (max-width: 1200px) {
    .upcoming__tag {
      font-size: 22px; } }

/* Archive search block styles*/
.archive-search {
  background-color: #dcddde;
  margin-bottom: 5px; }

.archive-search__form {
  padding: 30px 60px; }
  @media screen and (max-width: 767px) {
    .archive-search__form {
      padding: 30px 25px; } }

.icon--search-archive {
  width: 20px;
  height: 18px; }

.archive-search__period,
.archive-search__select {
  width: 70%; }
  @media screen and (max-width: 992px) {
    .archive-search__period,
    .archive-search__select {
      width: 100%; } }

.archive-search__period label {
  margin-right: 10px;
  font-weight: 600; }

.archive-search__period .form-group {
  display: inline-block; }

.archive-search__period .left {
  float: left; }

.archive-search__period .right {
  float: right; }
  @media screen and (max-width: 992px) {
    .archive-search__period .right {
      float: left;
      margin-left: 28px; } }
  @media screen and (max-width: 767px) {
    .archive-search__period .right {
      margin-left: 0; } }

.form-inline .archive-search__date {
  width: 60px;
  margin-right: 5px; }

.form-inline .archive-search__year {
  width: 73px; }

.form-inline .left .archive-search__year {
  margin-right: 15px; }

.archive_search__note {
  margin-top: 12px;
  float: right; }
  @media screen and (max-width: 767px) {
    .archive_search__note {
      float: none; } }

.btn--search-archive {
  float: left; }
  @media screen and (max-width: 767px) {
    .btn--search-archive {
      float: none; } }

/* Archive results block styles*/
.archive-results {
  background-color: #efeff0;
  margin-bottom: 18px;
  padding: 22px 30px; }

.archive-result--condensed {
  padding: 22px 30px 12px; }

.archive-results__form label {
  margin-right: 10px; }

.form-inline .archive-results__year {
  width: 90px;
  margin-right: 25px; }
  @media screen and (max-width: 767px) {
    .form-inline .archive-results__year {
      width: 50%; } }

.form-inline .archive-results__edition {
  width: 150px;
  margin-right: 25px; }
  @media screen and (max-width: 767px) {
    .form-inline .archive-results__edition {
      width: 50%; } }

.form-inline .archive-results__number {
  width: 73px;
  margin-right: 25px; }
  @media screen and (max-width: 767px) {
    .form-inline .archive-results__number {
      width: 50%; } }

.btn--archive-results {
  width: 28px;
  height: 28px;
  padding: 0; }

.icon--archive-results {
  width: 14px;
  height: 14px;
  padding-bottom: 3px; }

.table--search-results {
  table-layout: fixed;
  border-collapse: separate; }
  .table--search-results tbody > tr > td,
  .table--search-results tbody > tr > th {
    text-decoration: underline;
    padding: 10px 10px 18px 0;
    font-size: 14px; }
    .table--search-results tbody > tr > td a:hover,
    .table--search-results tbody > tr > th a:hover {
      color: #0a8843; }
  .table--search-results tbody > tr > th {
    color: #80c342;
    border-top: 0;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 767px) {
      .table--search-results tbody > tr > th {
        padding-left: 5px;
        padding-right: 5px; } }
  .table--search-results td {
    color: #231f20;
    font-weight: 700; }
    .table--search-results td:first-child {
      padding-left: 22px; }
    .table--search-results td:nth-child(2) {
      color: #939598;
      text-decoration: inherit;
      font-weight: inherit; }

.icon--archive-pdf {
  width: 12px;
  height: 14px;
  margin-right: 10px;
  margin-bottom: 2px; }

/* Archive search results pagination*/
.archive-pagination {
  padding-bottom: 100px; }

.archive-pagination-inverted {
  padding-bottom: 0;
  background-color: #fff;
  margin-left: -50px;
  margin-right: -50px;
  padding: 40px 30px 100px;
  margin-bottom: -30px; }

.icon--pagination--left {
  background: url("../images/icon_arrow_left_gray.png") no-repeat;
  background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_left_gray.svg") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_gray.svg") no-repeat; }
  .icon--pagination--left:hover {
    background: url("../images/icon_arrow_left_gray_dark.png") no-repeat;
    background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_left_gray_dark.svg") no-repeat;
    background: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_gray_dark.svg") no-repeat; }

.icon--pagination--right {
  background: url("../images/icon_arrow_right_gray.png") no-repeat;
  background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_right_gray.svg") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_right_gray.svg") no-repeat; }
  .icon--pagination--right:hover {
    background: url("../images/icon_arrow_right_gray_dark.png") no-repeat;
    background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_right_gray_dark.svg") no-repeat;
    background: linear-gradient(transparent, transparent), url("../images/icon_arrow_right_gray_dark.svg") no-repeat; }

li.disabled a .icon--pagination--left:hover {
  background: url("../images/icon_arrow_left_gray.png") no-repeat;
  background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_left_gray.svg") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_gray.svg") no-repeat; }

li.disabled a .icon--pagination--right:hover {
  background: url("../images/icon_arrow_right_gray.png") no-repeat;
  background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_right_gray.svg") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_right_gray.svg") no-repeat; }

.archive-results__notes {
  display: inline-block;
  float: right; }
  @media screen and (max-width: 767px) {
    .archive-results__notes {
      float: none; } }

.archive-results__subscribe {
  color: #231f20;
  text-decoration: underline;
  font-weight: 700;
  margin-left: 80px;
  float: right; }
  .archive-results__subscribe:hover {
    color: #0a8843; }
  @media screen and (max-width: 767px) {
    .archive-results__subscribe {
      float: none;
      margin-left: 0; } }

.archive-results__note {
  float: right;
  margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .archive-results__note {
      float: none;
      margin-left: 0; } }

.table--ul-results > tbody > tr > th,
.table--ul-results > thead > tr > th,
.table--ul-results > tbody > tr > td {
  border: 0; }

.table--ul-results > tbody > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400; }
  .table--ul-results > tbody > tr > td:first-of-type {
    color: #939598;
    width: 20px;
    padding-top: 13px; }

.table--ul-results > tbody > tr:hover > td:first-of-type,
.table--ul-results > tbody > tr:hover > td a {
  color: #00a04c;
  text-decoration: underline; }

.table--ul-results > tbody > tr:hover > td .results-note {
  color: #939598;
  text-decoration: none !important; }

.table--ul-results .results-note {
  font-size: 14px;
  color: #939598; }

.upcoming__date:nth-of-type(n + 2) .ni-hide {
  display: inline; }

.badge--issue {
  font-size: 12px;
  padding: 1px 5px 1px 4px;
  font-weight: 400;
  margin-top: -10px;
  margin-left: 0; }

.table--search > tbody > tr > td:first-of-type {
  padding-top: 10px; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains styles that are specific to the ul issue page.*/
/* -----------------------------------------------------------------------------*/
/* Masthead styles*/
/* Modifies .masthead (from file _masthead.scss)*/
.masthead--ul-issue {
  height: 360px;
  background-image: url("../images/img_main_background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .masthead--ul-issue {
      height: 300px; } }

/* Modifies .masthead _img (from file _masthead.scss)*/
.masthead__img--ul-issue {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 225px; }
  @media screen and (max-width: 767px) {
    .masthead__img--ul-issue {
      margin: 20px 0;
      width: 250px; } }

/* Slider issue styles*/
.slider--ul-issue {
  margin: 0 auto;
  width: 240px; }

.masthead--ul-issue .slick-arrow.slick-hidden {
  display: block; }

.slider-item--ul-issue__header {
  color: #fff;
  font-weight: bold;
  font-size: 30px; }
  @media screen and (max-width: 767px) {
    .slider-item--ul-issue__header {
      font-size: 26px; } }

/* Slider nav styles*/
.slider-nav--ul-issue__left {
  top: 16%;
  left: calc(50% - 135px); }
  @media screen and (max-width: 767px) {
    .slider-nav--ul-issue__left {
      top: 13%; } }

.slider-nav--ul-issue__right {
  top: 16%;
  right: calc(50% - 135px); }
  @media screen and (max-width: 767px) {
    .slider-nav--ul-issue__right {
      top: 13%; } }

/* Slider text styles*/
.slider--ul-issue-text {
  margin: 0 auto;
  width: 40%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .slider--ul-issue-text {
      width: 100%; } }

.slider-item--ul-issue-text__content {
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 14px; }

/* Ul parts block styles*/
.ul-issue-parts {
  position: relative;
  margin: -27px auto 0;
  padding: 20px;
  width: 275px;
  background-color: #fff;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ul-issue-parts {
      margin-top: 0; } }

.ul-issue-part {
  display: inline-block;
  margin-right: 25px;
  width: 35px; }
  .ul-issue-part:last-child {
    margin: 0; }

.icon--uredbeni {
  width: 35px;
  height: 42px;
  background: url("../images/icon_file_uredbeni.png") no-repeat;
  background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_file_uredbeni.svg") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_file_uredbeni.svg") no-repeat; }
  .icon--uredbeni.disabled {
    background: url("../images/icon_file_uredbeni_disabled.png") no-repeat;
    background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_file_uredbeni_disabled.svg") no-repeat;
    background: linear-gradient(transparent, transparent), url("../images/icon_file_uredbeni_disabled.svg") no-repeat; }

.icon--razglasni {
  width: 35px;
  height: 42px;
  background: url("../images/icon_file_razglasni.png") no-repeat;
  background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_file_razglasni.svg") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_file_razglasni.svg") no-repeat; }
  .icon--razglasni.disabled {
    background: url("../images/icon_file_razglasni_disabled.png") no-repeat;
    background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_file_razglasni_disabled.svg") no-repeat;
    background: linear-gradient(transparent, transparent), url("../images/icon_file_razglasni_disabled.svg") no-repeat; }

.icon--mednarodni {
  width: 35px;
  height: 42px;
  background: url("../images/icon_file_mednarodni.png") no-repeat;
  background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_file_mednarodni.svg") no-repeat;
  background: linear-gradient(transparent, transparent), url("../images/icon_file_mednarodni.svg") no-repeat; }
  .icon--mednarodni.disabled {
    background: url("../images/icon_file_mednarodni_disabled.png") no-repeat;
    background: -webkit-linear-gradient(transparent, transparent), url("../images/icon_file_mednarodni_disabled.svg") no-repeat;
    background: linear-gradient(transparent, transparent), url("../images/icon_file_mednarodni_disabled.svg") no-repeat; }

/* UL content block*/
.block--ul-content {
  padding-top: 35px;
  padding-bottom: 155px; }
  @media screen and (max-width: 767px) {
    .block--ul-content {
      padding-bottom: 55px; } }

.ul-content-container {
  margin: 0 auto;
  width: 715px; }
  @media screen and (max-width: 767px) {
    .ul-content-container {
      width: 100%; } }

.ul-content-title {
  color: #636466; }
  @media print {
    .ul-content-title {
      font-size: 20px; } }

.content-segments {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  font-family: arial, sans-serif; }
  @media print {
    .content-segments {
      font-size: 16px; } }

.content-segments .esegment_px img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  cursor: pointer; }

.icon--up-primary {
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 11px;
  background-image: url("../images/icon_arrow_up_primary.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_up_primary.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_up_primary.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn--up:hover .icon--up-primary {
  background-image: url("../images/icon_arrow_up_primary_dark.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_up_primary_dark.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_up_primary_dark.svg");
  background-repeat: no-repeat; }

.table--ul > thead {
  display: table-row-group; }

.table--ul > tbody > tr > td,
.table--ul > thead > tr > th,
.table--ul > tbody > tr > th {
  border: 0; }

.table--ul > thead > tr > th {
  padding-top: 50px;
  padding-bottom: 0; }
  @media print {
    .table--ul > thead > tr > th {
      padding-top: 10px; } }
  .table--ul > thead > tr > th .h4, .table--ul > thead > tr > th h4, .table--ul > thead > tr > th .content-block-text h3, .content-block-text .table--ul > thead > tr > th h3 {
    font-size: 30px; }
    @media print {
      .table--ul > thead > tr > th .h4, .table--ul > thead > tr > th h4, .table--ul > thead > tr > th .content-block-text h3, .content-block-text .table--ul > thead > tr > th h3 {
        font-size: 20px; } }

.table--ul > tbody > tr > th {
  padding-top: 20px; }
  @media print {
    .table--ul > tbody > tr > th {
      padding-top: 10px; } }
  .table--ul > tbody > tr > th .h5, .table--ul > tbody > tr > th h5 {
    font-size: 18px; }
    @media print {
      .table--ul > tbody > tr > th .h5, .table--ul > tbody > tr > th h5 {
        font-size: 18px; } }

.table--ul > tbody > tr > td {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400; }
  @media print {
    .table--ul > tbody > tr > td {
      font-size: 16px; }
      .table--ul > tbody > tr > td:first-of-type {
        max-width: 40px; } }
  .table--ul > tbody > tr > td:first-of-type {
    color: #939598; }

.table--ul > tbody > tr > td:hover a {
  color: #00a04c;
  text-decoration: underline; }

.table--ul .icon--archive-pdf {
  width: 19px;
  height: 22px; }

.table--ul .subheading-row h3 {
  padding-left: 10px;
  text-decoration: underline;
  font-size: 17px; }

.logo-img-print {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 136px; }

.icon--print {
  width: 15px;
  height: 15px; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains styles that are specific to the ul static pages.*/
/* -----------------------------------------------------------------------------*/
/* Side info stream block*/
.block--info-stream-side {
  padding: 30px 18px 25px;
  text-align: center; }

.info-stream-header {
  color: #fff;
  font-size: 28px;
  letter-spacing: -0.56px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px; }

.info-stream-item--side {
  font-size: 13px;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .info-stream-item--side {
      font-size: 16px;
      font-weight: 600; } }

.icon--check-side {
  width: 20px;
  height: 20px;
  margin-bottom: 20px; }

.btn--info-side {
  white-space: normal;
  margin-top: 15px;
  font-weight: 700;
  padding: 12px 33px; }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .btn--info-side {
      font-size: 14px;
      padding-left: 10px;
      padding-right: 10px; } }

.icon--external-link {
  width: 14px;
  height: 14px;
  margin-left: 5px; }

.table--contacts tbody tr td {
  vertical-align: top; }

@media screen and (max-width: 520px) {
  .table--contacts tbody tr td {
    display: block; }
  .table--contacts thead {
    display: none; }
  .table--contacts tbody tr td.hidden-xxs {
    display: none; } }

.btn--courses {
  margin-top: 10px;
  width: 135px;
  padding-top: 17px;
  padding-bottom: 17px; }

.block--stats-inverted {
  background-image: url("../images/img_lecture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #80c342;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  color: #fff;
  padding-top: 75px; }
  .block--stats-inverted .block__header {
    color: #fff; }

.grid[data-columns]::before {
  content: '3 .column.size-1of3'; }
  @media screen and (max-width: 992px) {
    .grid[data-columns]::before {
      content: '2 .column.size-1of2'; } }
  @media screen and (max-width: 767px) {
    .grid[data-columns]::before {
      content: '1 .column.size-1of1'; } }

.column {
  float: left; }

.size-1of1 {
  width: 100%; }

.size-1of2 {
  width: 50%; }

.size-1of3 {
  width: 33.333%; }

.testimonial {
  background-color: #efeff0;
  padding: 25px;
  margin: 0 15px 30px; }

.testimonial__header {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #a7a9ac; }

.testimonial__content {
  font-style: italic;
  font-weight: bold;
  color: #231f20;
  letter-spacing: -0.16px;
  line-height: 1.43;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .testimonial__content li {
    margin-bottom: 16px; }
  .testimonial__content div {
    overflow: hidden; }

.icon--quote {
  background: url("../images/icon_quote.svg") no-repeat;
  width: 20px;
  height: 17px;
  float: left;
  margin-right: 12px; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains styles that are specific to the course page.*/
/* -----------------------------------------------------------------------------*/
/* Header block styles*/
.course-type {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 25px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .course-type {
      margin-top: 20px;
      padding-left: 15px;
      margin-bottom: 20px; } }

.course-overview {
  margin-bottom: 75px;
  padding: 38px; }
  @media screen and (max-width: 767px) {
    .course-overview {
      margin-bottom: 40px; } }

.course-overview__item {
  margin: 8px 0; }
  .course-overview__item:first-child {
    margin-top: 0; }
  .course-overview__item:last-child {
    margin-bottom: 0; }

/* Recomendation slider block styles*/
.recomendation-block {
  padding: 52px 120px 5px 100px;
  background-image: url("../images/img_recomendation.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 992px) {
    .recomendation-block {
      padding: 30px 15px 5px;
      margin-bottom: 40px; } }

.recomendation__header {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -0.64px;
  color: #231f20;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 992px) {
    .recomendation__header {
      font-size: 24px; } }

/* Slider nav styles*/
.slider-nav--recomendation__left {
  top: 45%;
  left: 35px; }
  @media screen and (max-width: 767px) {
    .slider-nav--recomendation__left {
      left: 15px; } }

.slider-nav--recomendation__right {
  top: 45%;
  right: 35px; }
  @media screen and (max-width: 767px) {
    .slider-nav--recomendation__right {
      right: 15px; } }

.recomendation-wrap {
  position: relative; }

.event-description table {
  width: auto !important; }
  .event-description table tr td {
    width: auto !important; }
    @media screen and (max-width: 500px) {
      .event-description table tr td:first-child {
        width: 40% !important; } }

.bookstore-nav-btn {
  padding: 20px 30px;
  display: inline-block;
  margin-bottom: 40px;
  transition: background 0.3s ease;
  background-color: #fff; }
  .bookstore-nav-btn.active, .bookstore-nav-btn:hover {
    background-color: #e4eae1;
    color: #0a8843; }
  @media screen and (max-width: 767px) {
    .bookstore-nav-btn {
      display: block;
      margin-bottom: 10px; } }

.sliders-block {
  padding-bottom: 110px; }
  .sliders-block .left,
  .sliders-block .right {
    flex: 1;
    margin-bottom: 15px;
    overflow: hidden; }
  .sliders-block .left {
    padding-left: 0;
    padding-right: 5px; }
    @media screen and (max-width: 767px) {
      .sliders-block .left {
        padding-right: 0; } }
  .sliders-block .right {
    padding-right: 0;
    padding-left: 5px; }
    @media screen and (max-width: 767px) {
      .sliders-block .right {
        padding-left: 0; } }

.bookstore-slider-block {
  position: relative; }

.slider-nav--bookstore__left {
  top: 25%;
  left: -45px;
  display: block; }
  @media screen and (max-width: 767px) {
    .slider-nav--bookstore__left {
      left: 15px; } }

.slider-nav--bookstore__right {
  top: 25%;
  right: -45px;
  display: block; }
  @media screen and (max-width: 767px) {
    .slider-nav--bookstore__right {
      right: 15px; } }

.icon--bookstore-right-thin {
  background: url("../images/icon_arrow_right_circle_gray.png");
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_right_circle_gray.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  top: 99px;
  right: -61px; }

.icon--bookstore-left-thin {
  background: url("../images/icon_arrow_left_circle_gray.png");
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_circle_gray.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  top: 99px;
  left: -61px; }

.icon--bookstore-left {
  background: url("../images/icon_arrow_left_circle.png");
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_circle.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  top: 99px;
  left: -61px; }

.icon--bookstore-right {
  background: url("../images/icon_arrow_right_circle.png");
  background: linear-gradient(transparent, transparent), url("../images/icon_arrow_right_circle.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  top: 99px;
  right: -61px; }

.btn--all-books {
  margin-bottom: 106px;
  font-weight: 600;
  width: 200px;
  margin-top: 30px; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains styles that are specific to the books list page.*/
/* -----------------------------------------------------------------------------*/
/* Bookstore search block*/
.form-control.sort-select {
  color: #0a8843;
  padding: 5px 30px 5px 5px;
  margin-left: 5px;
  width: auto;
  display: inline-block; }

select.form-control.sort-select {
  background-image: url("../images/icon_arrow_menu_color.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_menu_color.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_menu_color.svg"); }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains styles that are specific to the single book page.*/
/* -----------------------------------------------------------------------------*/
/* Book data block styles*/
.book-data-block {
  padding-bottom: 150px; }
  .book-data-block .left-wrap {
    padding-right: 7px; }
    @media screen and (max-width: 767px) {
      .book-data-block .left-wrap {
        padding-right: 15px; } }
  .book-data-block .right-wrap {
    padding-left: 87px;
    padding-right: 30px;
    text-align: center;
    color: #231f20; }
    @media screen and (max-width: 992px) {
      .book-data-block .right-wrap {
        padding-left: 15px; } }
    @media screen and (max-width: 767px) {
      .book-data-block .right-wrap {
        padding-left: 15px;
        padding-right: 15px; } }

.sub-title {
  margin-top: 40px; }

.specs {
  margin-top: 20px; }

.separator {
  border-bottom: 2px solid #d1d3d4; }

.book-preview,
.price-new,
.separator {
  margin-bottom: 33px; }

.price {
  margin-bottom: 33px; }
  .price.line-through {
    width: 65%;
    position: relative;
    margin: 0 auto 15px;
    color: gray;
    font-size: 18px;
    font-weight: 600; }

@media screen and (max-width: 767px) {
  .book-preview {
    margin-top: 20px; } }

.book-data-block .left-wrap .separator {
  margin-top: 57px; }

.book-preview {
  display: block;
  text-decoration: underline;
  font-size: 14px; }

.icon--pdf-brand {
  width: 19px;
  height: 22px;
  margin-right: 12px; }

.copies-number-wrap {
  display: block; }

.form-control.copies-number {
  width: 51px;
  display: inline;
  text-align: center;
  margin-left: 15px; }

.other-store-links {
  margin-top: 15px; }

.img-book {
  max-width: 160px;
  margin: 0 auto;
  vertical-align: bottom;
  margin-top: 35px;
  margin-bottom: 20px; }

/* Recomended books block*/
.block--book-recomended {
  padding-top: 70px; }

/* Recently viewed books block*/
.block--book-last-viewed {
  padding-top: 105px; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains styles that are specific to the e-bilten page.*/
/* -----------------------------------------------------------------------------*/
/* E-bilten block styles*/
.e-bilten-item {
  position: relative;
  margin-bottom: 66px; }
  .e-bilten-item:hover .e-bilten-item__header {
    background-color: #80c342;
    height: 174px;
    margin-top: -27px;
    position: relative; }
    .e-bilten-item:hover .e-bilten-item__header .e-bilten-item__title {
      color: #fff; }
  .e-bilten-item:hover .e-bilten-date {
    background-color: #80c342;
    color: #fff; }

.e-bilten-date {
  position: absolute;
  top: -20px;
  left: 15px;
  width: 63px;
  height: 63px;
  text-align: center;
  background-color: #efeff0;
  color: #231f20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  padding: 10px; }

.e-bilten-date--horizontal {
  top: 30%;
  left: -15px; }

.e-bilten-date__day {
  font-size: 23px;
  display: block;
  line-height: 1; }

.e-bilten-date__month {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  display: block; }

.e-bilten-item__img {
  width: 100%; }

.e-bilten-item__img-wrap {
  height: 205px;
  overflow: hidden; }
  @media screen and (min-width: 767px) and (max-width: 992px) {
    .e-bilten-item__img-wrap {
      height: 140px; } }
  @media screen and (max-width: 767px) {
    .e-bilten-item__img-wrap {
      height: 180px; } }

.e-bilten-item__header {
  height: 147px;
  padding: 20px;
  background-color: #efeff0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.e-bilten-item__title {
  font-size: 22px;
  letter-spacing: -0.22px; }

/* E-bilten side menu styles*/
.side-menu--ebilten {
  padding-top: 15px;
  padding-bottom: 20px; }

.ebilten-search {
  padding-left: 15px;
  padding-right: 15px; }

/* E-bilten articles/news*/
.news-img {
  max-width: 50%;
  height: 230px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px; }
  @media screen and (max-width: 992px) {
    .news-img {
      height: 140px; } }
  @media screen and (max-width: 767px) {
    .news-img {
      height: 300px; } }
  .news-img img {
    min-height: 205px;
    max-width: 100%; }
    @media screen and (max-width: 992px) {
      .news-img img {
        min-height: 140px; } }

.btn-register {
  padding-left: 27px;
  padding-right: 27px; }

/* main: ../main.scss*/
/* -----------------------------------------------------------------------------*/
/* This file contains styles that are specific to the cart subpages.*/
/* -----------------------------------------------------------------------------*/
/* Cart block styles*/
.cart-block {
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .cart-block {
      padding-bottom: 50px; } }

.container-xs {
  width: 740px; }
  @media screen and (max-width: 767px) {
    .container-xs {
      width: auto; } }

/* Cart navigation styles*/
.cart-navigation {
  margin-top: 92px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .cart-navigation {
      margin-top: 30px; } }

/* Cart table styles*/
table.table-cart tbody > tr:nth-of-type(2) > td {
  border-top: 0; }

table.table-cart tbody > tr > th {
  padding: 20px 5px;
  border: 0;
  font-size: 12px !important;
  font-weight: 400; }

table.table-cart tbody > tr > td {
  padding: 20px 5px;
  vertical-align: middle;
  color: #231f20;
  border-color: #babcbe; }
  @media screen and (max-width: 767px) {
    table.table-cart tbody > tr > td {
      font-size: 14px; } }

table.table-cart tbody > tr > th:last-child,
table.table-cart tbody > tr td:last-child {
  text-align: right;
  white-space: nowrap;
  width: 100px; }
  @media screen and (max-width: 767px) {
    table.table-cart tbody > tr > th:last-child,
    table.table-cart tbody > tr td:last-child {
      width: 55px; } }

table.table-cart tbody > tr > th:nth-child(2),
table.table-cart tbody > tr td:nth-child(2) {
  text-align: center; }

table.table-cart tbody > tr > th:nth-last-child(2),
table.table-cart tbody > tr td:nth-last-child(2) {
  font-size: 14px; }

table.table-cart tbody > tr.sum > td {
  padding: 2px;
  border: 0; }
  table.table-cart tbody > tr.sum > td:not(:last-child) {
    color: #636466;
    font-size: 14px;
    font-weight: 400; }
  table.table-cart tbody > tr.sum > td:nth-child(3) {
    vertical-align: top; }

table.table-cart tbody > tr.first > td {
  padding-top: 25px;
  border-top: 4px solid #babcbe; }

table.table-cart tbody > tr.last > td {
  padding-bottom: 25px;
  border-bottom: 1px solid #babcbe; }

table.table-cart tbody > tr.big-sum > td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #babcbe; }
  table.table-cart tbody > tr.big-sum > td:not(:last-child) {
    color: #231f20;
    font-size: 16px;
    font-weight: 700; }

.sum-price {
  font-size: 24px;
  font-weight: 700;
  text-align: right; }

@media screen and (max-width: 767px) {
  .form-coupon .form-control {
    width: 100px;
    display: inline; } }

.icon--remove {
  width: 11px;
  height: 11px; }

.img-book-xs {
  width: 40px; }

/* Cart accent buttons styles*/
.icon--left-accent {
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-right: 10px;
  background-image: url("../images/icon_arrow_left_accent.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_left_accent.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_accent.svg");
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media screen and (max-width: 767px) {
  .btn--cart {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .btn--forward {
    width: 100%; } }

.btn--cart:hover .icon--left-accent {
  background-image: url("../images/icon_arrow_left_brand_sec.png");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/icon_arrow_left_brand_sec.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/icon_arrow_left_brand_sec.svg"); }

.cart-forward {
  padding-top: 30px; }

/*Login address styles*/
.cart-block .left-wrap,
.cart-block .right-wrap {
  margin-top: 58px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .cart-block .left-wrap,
    .cart-block .right-wrap {
      margin-top: 0; } }
  .cart-block .left-wrap:before,
  .cart-block .right-wrap:before {
    position: absolute;
    top: -15px;
    right: 15px;
    left: 15px;
    height: 1px;
    content: "";
    background-color: #d1d3d4; }
    @media screen and (max-width: 767px) {
      .cart-block .left-wrap:before,
      .cart-block .right-wrap:before {
        right: 0;
        left: 0; } }
  .cart-block .left-wrap h3,
  .cart-block .right-wrap h3 {
    margin-bottom: 45px; }
  .cart-block .left-wrap .form-group,
  .cart-block .right-wrap .form-group {
    margin-bottom: 7px; }

.cart-block .left-wrap {
  padding: 15px 15px 15px 0; }
  @media screen and (max-width: 767px) {
    .cart-block .left-wrap {
      padding-right: 0; } }
  .cart-block .left-wrap:before {
    left: 0; }

.cart-block .right-wrap {
  padding: 15px 0 15px 15px; }
  @media screen and (max-width: 767px) {
    .cart-block .right-wrap {
      padding-left: 0; } }
  .cart-block .right-wrap:before {
    right: 0; }

.btn--cart-brand {
  float: left;
  margin-top: 15px;
  padding-right: 25px;
  padding-left: 25px; }
  .btn--cart-brand.second {
    margin-top: 8px; }

.new-pass-link {
  float: left;
  margin-top: 25px;
  margin-left: 22px;
  text-decoration: underline;
  color: #939598;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .new-pass-link:hover {
    text-decoration: underline;
    color: #0a8843; }

/* Address cart styles*/
.form-group--radio {
  padding: 12px; }

.cart-buttons,
.cart-notes {
  padding-top: 15px; }

.delivery-checkbox {
  margin-bottom: 52px; }
  @media screen and (max-width: 767px) {
    .delivery-checkbox {
      margin-bottom: 0; } }
  .delivery-checkbox label {
    position: relative; }
  .delivery-checkbox input[type=checkbox] + span {
    margin-left: 30px; }
    .delivery-checkbox input[type=checkbox] + span:before {
      top: 6px; }
  .delivery-checkbox h3 {
    display: inline-block; }

.disabled .form-group--background,
.disabled .input--inverted {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

/* Delivery cart styles*/
.payment-note {
  margin-top: 10px; }

.cart-buttons-delivery {
  margin-top: 40px; }
  .cart-buttons-delivery .left {
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .cart-buttons-delivery .left {
        padding-left: 15px; } }

/* Overview cart styles*/
.cart-change-link {
  color: #0a8843;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.cart-heading-spaced {
  margin-top: 55px; }
  @media screen and (max-width: 767px) {
    .cart-heading-spaced {
      margin-top: 25px; } }

.table-cart-overview > tbody > tr.last-cart-item > td {
  padding-bottom: 25px; }

.table-cart-overview > tbody > tr > td {
  border: 0;
  color: #231f20;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 700; }
  .table-cart-overview > tbody > tr > td:last-child {
    text-align: right;
    font-size: 14px;
    white-space: nowrap; }

.table-cart-overview > tbody > tr.sum > td {
  color: #babcbe;
  font-size: 14px;
  padding: 0 6px;
  font-weight: 600; }
  .table-cart-overview > tbody > tr.sum > td:last-child {
    color: #231f20;
    font-weight: 700; }

.table-cart-overview > tbody > tr.first > td {
  border-top: 1px solid #babcbe;
  padding-top: 20px; }

.table-cart-overview > tbody > tr.last > td {
  border-bottom: 1px solid #babcbe;
  padding-bottom: 20px; }

.table-cart-overview > tbody > tr.big-sum > td {
  padding-top: 10px;
  font-size: 20px; }
  .table-cart-overview > tbody > tr.big-sum > td:not(:last-child) {
    color: #231f20;
    font-size: 14px;
    font-weight: 700; }

.cart-item-num {
  width: 30px;
  padding: 6px;
  text-align: center; }

.col-sm-6.border:after {
  content: '';
  width: 1px;
  background-color: #babcbe;
  top: 45px;
  bottom: 0;
  position: absolute;
  right: 0; }
  @media screen and (max-width: 767px) {
    .col-sm-6.border:after {
      width: 0; } }

.right-wrap--overview {
  padding-left: 55px; }
  @media screen and (max-width: 767px) {
    .right-wrap--overview {
      padding-left: 15px; } }
  .right-wrap--overview:before {
    left: 55px; }
    @media screen and (max-width: 767px) {
      .right-wrap--overview:before {
        left: 0; } }

.left-wrap--overview {
  padding-right: 55px; }
  @media screen and (max-width: 767px) {
    .left-wrap--overview {
      padding-right: 15px; } }
  .left-wrap--overview:before {
    right: 55px; }
    @media screen and (max-width: 767px) {
      .left-wrap--overview:before {
        right: 0; } }

.img-loading {
  width: 25px;
  margin-left: 10px; }

.img-loading--prijava {
  float: left;
  margin-top: 18px; }

.img-loading--amount {
  margin-top: 7px; }

.loading-spinner-wrap {
  width: 200px; }
