/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}
/*!
 * bootstrap-select v1.5.2
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 220px\0; /*IE9 and below*/
}

.bootstrap-select.form-control:not([class*="span"]) {
    width: 100%;
}

.bootstrap-select > .btn {
    width: 100%;
    padding-right: 25px;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    float: left;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 2000;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    position: relative;
    padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
    color: #64b1d8;
    color: rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid #ccc;
    border-bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle{
    border-color: #b94a48;
}

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
    padding: 4px 8px;
}

.bootstrap-select .bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.bootstrap-select-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bootstrap-select-searchbox input {
    margin-bottom: 0;
}

.bootstrap-select .bs-actionsbox .btn-group button {
    width: 50%;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}

@font-face {
	font-family: 'mangione';
	src: url('ilmangione-font/fonts/mangione.eot');
}
@font-face {
	font-family: 'mangione';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/NgAAAC8AAAAYGNtYXAaVcx5AAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZlH1TkUAAAFwAACAKGhlYWQAJk9cAACBmAAAADZoaGVhA9wCCAAAgdAAAAAkaG10eEcABGQAAIH0AAAAnGxvY2FkpoRUAACCkAAAAFBtYXhwAGsGHwAAguAAAAAgbmFtZQFkKKMAAIMAAAACRnBvc3QAAwAAAACFSAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmIgHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYi//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABQARAB0B8QGjAEsAWwBmAHYAiwAAARwDFRwCBhUOAwciDgIjHAMVKgMjPAM1LgM3PgM3PgIWFz4DFzIeAhc+AhYXHgMXHgEUFhUFND4CNyYOAgcOAhYXJS4BDgEHPgMXFz4BHgEXLgMnJg4CBwcqAyMcAxU4AzE+AzcB8QECDRUaEAEEBAMCJUpKSiUXJRoKBQIICw4IDBcXGQ0IFBgdEBEcGBMICRAPDwcQGxUPBAEBAf40DRgkGA4ZFhMIBwYCAwMBDxQuKR8FCx4kKhgQFiomJBAFDREUDQwXFhMKsAQHBwcDBAcGBwQBCAEDAgMBAgICAwEQHBcRBAEBARAfHx8PDx8fIA8DFyMsGAoTEA4GBwkEAwQPFg8IAQgQFw4DBAEBAQQOExsQAgUFBQMnGCgfFgYBBAoQDAkUFRULow0FDyUdFR4QAgZDCwcIFxILEw8LAwMCBw0JqQ4cHBwODhwcHA4AAAAAQwA9AB0BwwGjABQAJAAoAC0AgwDUATkBSQFUAW0BggGJAY4BkgGXAZwBowISAmMCcAJ1AnwChQMwA24DdQPuA/wEAwQYBB8EJAQoBC0EMgQ9BEQESwRcBGEEaAS0BLkEwgTJBM4E0wTaBOEE+wUABQUFDAURBZkFoAWrBcAFxQXMBdUF3AXjBecF9wYHBhwAADc4AzE+AzcqAyMcAxU3LgMnJg4CBz4BHgEXBzMnBzcHIzcXFz4DNz4DMTAeAhceAxceAT4BNzwDNTgBNDAxMBwCMQ4CJicuAycuAzUUDgIHDgMHDgEuAScwFDgBFTgDMR4CNjc3MjY6ATM0MjYyNTI0PgExPAI2MTQmPAE1IjQmNCM0IiYiNSoDMSoDMQYiBiIVIhQGFCMcAgYVFBYcATEWFBYwFzAWMhYzMDIWMjEnMCY0MDUiPAIxPAEwNjUwNDY0MzA2MjYxMjY6ATMwOgEWMTIeAjEwLgEiMSYqAjEqAwcwIgYwBzAUIhQxBhwCMTAcATAVMhQwFjEUMhQyMRYwMhYxMCImIjEiNCImMSciDgIHDgIWFzQ+Ajc3LgEOAQc+Axc3ISIOAhURFB4CMyEyPgI1ETQuAiMHFTMVIzUzNSM1Mxc1IzUzFSMVIycXFSM1MzUzJxUjNRcnNRcjFxUnMxcnNTMVIzczFSM1MzUHFjAyFjE6AjAzFDoCMzoBNjIzNjI+ATUyPgI1MjQ2NDU8AiYxNDAmNDUwLgEwNSI0IiYxMBYyFjEwHgEUMTIUFhQVMBQWFBUUBhwBBzAOAgcGIg4BIwYqAQYjIiYqASciJiImNTAWMDIxJzAmPAE1PAI2NTA+AjUyPgIzMjY6ATM6AhYxMh4CMxQeAhUwFhwBFTAcAQYxFA4CFSIOAiMiBioBIyoCJiMiJiImIzQuATQnBzUjNTMVIxUzFSM1Myc1MxUjFTM1MxUjNTcVIzUzNTEVIwciMAYiMTAiBiIxKgMxKgImMSIuAiM0LgI1IjwCMTwDMTA0NjQzPAEyNjE0Mj4BMTI2OgEzNDoCMzoCFjEyFjIWFzUzFSM0IjQiMSYwJjAjMCYiMCMwKgIxKgMxBiIUIgcwBhQGMRwBBhQVMBQWFDEUMhQWMR4BMBYxOgIWMzoBNjIzMDY6ATUyNDI2MTwBMjQ1IzUzFSM1MAYwIhUdATAGIgYxKgIGIyImKgEjJiIuAScWMDIUMzAyFDIxOgEwMhU6AzEwOgIxMDYyMDMwMjA2MTIwMjQxNzUzFSM1MwcwFjAUMzAUFjIxFjAyFjMqASYiMTAmIjQjMCY0MDUiPAIxPAMzNDA2NDMwNjQyMzA2OgEzMDoBMDMwFjAyMTAyFDIxMBY4ARU0MCIwJzgBIjAjNDAiMCMwIjAiMSoDFTAiBjAjFCIcASMUMBwBFTAUMBQVFzUzOAEiMDE4AhQxIxczNTMVIzUnFTMVIzUzNSM1Mxc1IzUzFSMVIycXFSM1MzUzJxUjNRcnNRcjFxUnMxcnNTMVIxczNTM1MxUjFSM1JwcjNzMXIxcVIzUzNTM3MycjBzMVIzUzNzMXMxUjNTUzFyMnFzM1MxUjNTc+Azc+AhYXPgMzMh4CFz4BOgEzHgMXMhwCFTAcAjEwHAEwFQ4DByIGKgExHAMVKgMjPAM1LgM3BzMVIzUXFSMVIzUzNTMnMxUzFSM1IzMVIzUHFzEnMxUjNTM1MxU3NTM3FQcjNzM1ByMnFTMVIzUzNSM1Mxc3MxUjFTMVIzUnFSM1Fyc1MxUjFzM1MxUjNRczFSM1Fw4CJicuAycuAzEwDgIHDgMHDgEuAScwPAIxNDA8ATEmND4BFRQeAjE0NjQ2MTgBHAEVOAMxOAMxFB4CMzI+Ajc+AR4BFzAyFDAVNDA0MDE+AhYXHgMzMj4BNDEwHgEUFTA+AjU0FBYUFRQwHAExFhwCBzcjNTM1MxU3IxUjNTM1MzUxFRczNSM1MxUjNSMVMxUjFTM1MxUjNTc1MxUjMxUjNTMVIxcVIxUjNTM1MxcjNTM1MxU1IzUzNTMVBTcnBxc4AzE4AzE4AzEXMDwBMDUwFDgBFTgBFDAxBzgDMTAcATAVNDgBNDE4AjQx2wECAgIBAQICAgFhAQQEBgMEBgYFAwYMCgoEmwwGBgcEAQQBNQQICAgDAQEBAQEBAQEDCAgIBAUMCggBAQgKDAUECAkHAwEBAQEBAQIBAggICQQFCwoIAQEICgwFXwECAQEBAQEBAQEBAQEBAQEBAQEBAQECAQECAQEBAQEBAQEBAQEBAQEBAQEBAgEIAQEBAQEBAQEBAQEBAQIBAQEBAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQFVBAcGBQICAQEBAQMHCgYvBQ0LCAIDCQkMBpL+wAgMCgUFCgwIAUAIDAoFBQoMCEQGEAUGDRQGEQYFFgkSEQEGAQEMAwMeDwEOBAQEBgLm5EEBAQEBAQEBAQEBAQECAgEBAQIBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgEBAQICAgEBAgICAQEBAgEBAQYBAQEBAQEBAgEBAQICAgEBAgICAQIBAQEBAQEBAQEBAQEBAgEBAQIBAgEBAgIBAQECAQEBAgEBDwYRBgYSBwUEBBEBEgwBBwYZAQEBAQEBAQEBAQECAgIBAgEBAQEBAQEBAQEBAQEBAQEBAQECAQEBAQIBAgEBAQEBBQUBAQEBAQEBAQEBAQEBAQIBAQEBAQEBAQEBAQECAQEBAQEBAQEBAQEBAQEBAQEKDwUBAQEBAgEBAgEBAQICAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEIAQcGGwEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQENBwEGCQUBBkIGEAUGDRQGEQYFFgkSEQEGAQEMAwMeEAIOBAQEBgUGAQYGQgIBAg4BDgMSEQEIBgMQAwUQBQ8EDwYSAQ0BDQESARMSAQIDBAIDBgcGBAIFBwgEBQcHBQICBQQEAgQIBQQBAQEDBgcEAQEBAQoUFBQKBgoHAwE05OQEBgEGARcEBgoJBAQBBwgBERABBwIKCgIIBQwDDAUQBgYOCwkPBgYQFAEBDAQEIRABEQ3k5LwBCAoLBQQJCAgCAQIBAQEBAQEDBwkIBAUMCggBAQEBAQIBAQEBAgMBBAYEBQIEDAoIAQEBCAsLBAMEBQUEAwMBAQECAQIBAQEu5uQCCgYGBgYCBgYhBRELCxEFIQEEBAwBDw4MDAEMAQoiIQEGBQH/AAQBBB2HjvgEBwgIBAQIBwgERAMFBAMBAQECAwMDAgIGBXULCwcGBwFnAQMEBQIBAQICAgIBAQIFBAMBAgIDBwcBAQICAQECAQIHCAICAgEDBAUCAQECAQEBAQIBAQIFBAMBAgICBwcBAQcHAwICVgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBBQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBigEDBAMDBgUGAwcLCAYCCgQBBAoIBggEAQJNBQoNB/7ACAwKBQUKDAgBQAcNCgXSEwMDFQMUEQMDGBYUBQEEEA4PAQMBAQkCEA4JAQEYCQIHLQEBAQEBAQEBAQIBAQICAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgIBAgEBAQEB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BQQBAQEBAQECBAUFAgMHBQUBAQUGBgMCBQUEAgEBAQEBAQQFBQIDBwYEAU0QAgUFBAEBAQEBAQIEBQUCAwYGBQEBAQEBAQEBAgIDAwICAgcGBAEBBQYGAgICAwMCAQIBAQEBAQEBBAYHA8EcBBgYBBwFBRwfHhsFBRkBASAFBgEbAhASCxICFCQZAhgBAgUGASAGBxYXGSAgBQUICAUFBwUGAQ0CAgQFDw8MAggKCB0dJgUGAQccBBsXBAQhHxoFBRkBASAFBgEdARMUCRMCFQYBASAgBgcgARUCAQEBAQIBAQEBAQEBAQEBAQEBAQEDCgEBAQEBAQEBAQEBAQECAQECAQEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQIBBBMFAQEBAQEBAQEBAQEBAQECAQEBAgICAREBAQEBAQEBAQEBAQEBAQEBAQEBARECAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEGAQEMCw0CGxQVAQccBAQcBQUHBQYBIAEBBgcWFwwBAgICAQECAQIBAQEBAQEBAQECAQECAgECAgIBAQICAgEBAQIBAQEBAQEBAQEBAQEBAQECAQEBAgICARABAQEBAQEBAQEBAQEBAgIBAQICAwECAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEDAgIBAgECAgECAQEBAQEBAQECEAICAQECAQEBAQEBAQEBAQEBAQIBAQIBAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQIBAgECAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ0cBBsXBAQhHxoFBRkBASAFBgEdARMUCRMCFQYBASAgBgcgAQccBAsHDAQMBwwFGQEBIAwNASABBgcPBAUHCAkMDgIBEBAQDgIdBQUHBAUBOQUFBwQFAQcFBQcEBQFuAQEBAgUDAwECBQUFAgIFBQUCAQMFBwQCAgMCAQECAQIEAgEBAwMCAQECAwQDAQEBBgQGBQMBAgICAgMDAwIZAgECBgQDBAMBCgIBAgMDAgMCAgEBAQIBGgIFBAQCAgQEBQJqAQEBAQQFAQEBAQICAwEBAQEBAQEBAwICAQEBAQUEAQEEBAEBAQICAwEBAQEBAQEB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) format('truetype'),
		 url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAE+MAAoAAAAAT0QAAQACAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAASnkAAEp5JBUQFU9TLzIAAEtwAAAAYAAAAGAIIvzYY21hcAAAS9AAAABMAAAATBpVzHlnYXNwAABMHAAAAAgAAAAIAAAAEGhlYWQAAEwkAAAANgAAADYAJk9caGhlYQAATFwAAAAkAAAAJAPcAghobXR4AABMgAAAAJwAAACcRwAEZG1heHAAAE0cAAAABgAAAAYAJ1AAbmFtZQAATSQAAAJGAAACRgFkKKNwb3N0AABPbAAAACAAAAAgAAMAAAEABAQAAQEBCW1hbmdpb25lAAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAABRQ8dAAABShEdAAAACR0AAEpwEgAoAQEJERMVGB0iJywxNjtARUpPVFleY2htcnd8gYaLkJWan6SprrO4vcLHbWFuZ2lvbmVtYW5naW9uZXUwdTF1MjB1RTYwMHVFNjAxdUU2MDJ1RTYwM3VFNjA0dUU2MDV1RTYwNnVFNjA3dUU2MDh1RTYwOXVFNjBBdUU2MEJ1RTYwQ3VFNjBEdUU2MEV1RTYwRnVFNjEwdUU2MTF1RTYxMnVFNjEzdUU2MTR1RTYxNXVFNjE2dUU2MTd1RTYxOHVFNjE5dUU2MUF1RTYxQnVFNjFDdUU2MUR1RTYxRXVFNjFGdUU2MjB1RTYyMXVFNjIyAAACAYkAJQAnAgABAAQABwAKAA0AzAoxDOYPChAyEPARXBJhFCIWoR+KIWAiqyQfJd8oHSn7LFktzC/BMUAzQDThNm04ejolPE89kT9UQKRCdEPURSZHBEjU/JQO/JQO/JQO+5QO+IX3nBWLiIuHi4iLh4uIioiFYWxoYoCHioaKhoqLYYtii2IoiymLKIuLtIu1i7RPkl7FmcsIkaaaoaGbqZ+rj62AoLKroLeKt4urdJ9lopSfjJ6HtoGncJdgjYWLhIyECPxgZBWMzayzypxmjG2Admx6cotvk24I96P3NxVVrUF4fD2qxbufy3wIm0gVxqi+gLdafal2oWqSapJvf3J0CPtE+z0VgYuCi4KLi2WLZotmi4uLi4uLlLCUsJWxCA73b/eMFYuLi4uLi46VjZWOloiLiYuIi4uAi4GLgQjszxWHk4aRgo2CjYOHhIWbk5mIl34I+y/7CRWXi4WWhYAFkpIVh4WKi4+SjIoFwCQVlY6YkZORjY2MjYyNjImMiY2Jk4WYhZWImYaeio6ejI2LjoqNi4uLjIuLi4mLiYuKCIh4eIx9kIGOfZGEkYmNiY2LjYqJiomIiYSFfoWAiH6GeIqInYuKi4uLiouLi4uLiwiOeJ6MmZAI6uEVjYuNjI2LjIyMjIyMjIyMjIyMi42MjIuMi42KjYuMioyKjIqMioyKjIqMiYuJi4qLCImLiYuKi4mKioqKioqKioqKiouJioqLiYuJjIqLioyJjIqMioyKjIuNioyLjYqMiwiDkBWKjIuMi4yKjIuMi4yLjIuNjIyLjIyMjIyMjIyMjIuMjI2LjYuMi42LjIqNioyKjIoIioyJjIqLioyJi4qLiYuKi4mKiouKioqKi4uKiouKiomLiouKi4qLiouKjIqLioyLCIyKi4qMi4yKjIqMi4qLioyKi4qMiouKjAg29x4VgYuDiIWDhoSLg46Di52UlpyQCLqVFXyVd4WHdpSbmJCchwj3JtgV+9SLBXeLfHuLeAiL+9QFi3eafJ+LCPfUiwWfi5qai58Ii/fUBYuefJt3iwhH+2YVi3iRi4uIe4uLjpCLi6CFi4uOmIufd4uchYuLjpyLi4iFi4tzhot1oQWUdxWLhnmLi4yci4uPjIsFhZsVi32Ki4uajIoFf44Vi4yOioiLBamCFYuJfJuMi5l9BYeUFYuMj4uLioeLBZGjFY2Li4L7eouLjfd4i4uSBUpeFYyKjIuMio2LjIuMi4yKjIuNi42LjoyNi46MjYyMjY2MjI2MjYyNjI2LjYuNi4yKjAiLjIqMi42KjIqMi4yKjIqLioyMi4yKjIqMioyKi4qMioyKi4mLioyKi4mLiYqJiogIiomKiomJiYqJiYmLiIqJioiLiIuIjImMiYuJjIqNjIqLi4yLCIWSFYqNi42LjYuNi42MjYyNjIyMjY2MjYyNjI2MjouOi46LjYuNio6KjIqNioyKjImMiQiMiYuJi4mLiYuJioqKiYqJioqJiomKiYqJioiLiYuIi4mLiYyJi4mMiYyKjYmMio0IfIcVi6CFi4uOnIuLiIWLi3aRi4uIeYuLjpKLBYadFYuMj4uLioeLBYt0FZyLi4+Mi4uGeYuLjAWXohWLeoqLi52Si4uPi4uLhoWLBXJ3FYqLioqKi4qLioqKi4qLiYuKi4iLiYuJjIiMioyJjIqMiY2LjYqMi42LjYuNi4yLjAiLjIyMjIyLjYyMjIuMjIyMjIyNjIyLjYuMjI2LjYuNi42LjYqNio2LjIkIi46Qi4uDhosFioyLjIqLioyKjIqLioyKi4qLiouKi4qLiYuJi4qLioqJioqKioqLioqKi4mKiouJCIuKjImLioyKi4mMi4yKjYqMio2LjIqNi42LjIyNi4yLjIyMjIyLjIyMjIuMjI2LjAiBi4uOmouLfYaLi44FioqKi4uKCIuKFYuKBYqKiYqKi4mLiYqJi4iLiYyJi4mMiYyKjYyKjIuMioyLjIqLi4yLjIuMio2LjIuMiwiMi4yLjIuMjIyLjIuMi4uLjIyMi4yMi4sIk50Vi5OMi4uChIuLjJGLBXCDFYyLi4qMiouKjIqMi4yKjIuNiomLioyKi4qMiouKjIuMioyLjIqMi4yLjIuNi4yMjAiLjIyMjIyLjIyMjYuMjIyLjYuMi4yLjIuMi4uKjIuMi4uKjIuLioyLi4qLjIqLiowIi4uKi4qLi4yKi4qLi4uKi4qLiYuKi4qKiouKioqLioqLioqKi4qLiouJi4qLiouKCJiJFYuMkosFi4uKi4uLi4uLi4uKCIWLBZSBFZCLi5mMi4t8hYuLjAVJoxWLeJGLi4h7i4uOkIuLoIWLi46Yi593i5yFi4uOnIuLiIWLi3OGi3WhBZR3FYuGeYuLjJyLi4+MiwWFmxWLfYqLi5qMigV/jhWLjI6KiIsFqYIVi4l7m42LmX0Fh5QVi4yPi4uKh4sFkXQVkIuLo5GLi4+Mi4uGhYuLc4WLi4wFSZMViYmKi42OmYuMin2LBY6HFYuGeYuLjJyLi4+MiwWTjBWRi4iRe4uIhZCLi4h7i4uOkIuao4+LmnORi4uIeYuLjgWLohWMi5h1iot+oQWMbxWdi4uPjIuLhniLi4wFnfcVFY2Sj5GRj5ORlIyUiJGVk5GXi5eLlIWQgJGOkYuQipeIkoSOf4yKi4mLiYuKi4qLigiLiouKi4qJgIOCgIiKiomLiouLgIt/i4Bwi3GLcIuLlouXi5Z7jX+ajp0IVz4V93iLi4P7eIuLkwWPcxWLhoWLi3qKi4udkYuLj4yLBXSxFY+Li3KRi4uIgYuLpwWCixWPi4tvh4uLpwWKZRWSfYuLg5mMiwWLbhV6i4uMm4uLj4yLi4YFko0Vi4yNi5Wdi4mBeomLBZOPFZCLi6B/dIiLf6GLd5CLi4h7i4uOkYuLoIWLi46Zi5Z5lJ2ai4uIhYuLdpGLi4h7iwWLjgV3mBWLf4qLi5mMiQV/kBWLjI+Li4qHiwWsdBWbi4uPjIuLhnqLi4wFmIAV93iLi4P7eIuLkwX3UE4ViHh4jH6QgI5+kYSRiI2KjYqNi4mJiYmJhIV9hYGIfYZ4ioiei4yLjIuMi4yLjIuMCImTjpWLiIuJj4SLjIuNjY6Li4uLi4qLiYuLi4uLi4uLi4uLi4yJjIiQipWKj56SkwiWl6GBjXyMi4uKi4qLjIuMi4uOmqCVln+Sg494lYyTjIqTi4uLi42Ii4mMio+Si40Ii42MhouGi4qLiouKjIiLh4qICLm6Fft6i4uN93iLi5KNi4uCBZW7FYWLi3OFi4uMkYuLo5GLi4+Li4uGBY15FZGLi6CFi4uOrIuLg4aLi5B6i4uClouLiICLi4Kci4uQkIuLg2qLi44FjJ0Vi4yPi4uKh4sFl4sVi4aKi4uRmouLin2LBZeEFYuHf4uLhYqLi5KXi4uOjIsFlXoVaYuLjKyLi5SMi4uBBYueFYWLi4yQi4uUjIuLgQX7lIgVj5GKjIeEBahDFYuLi4uLi4uLi4uLi4uLi4uLiwj3G4YVi4yLjIuMi4qLi4uKi4uLiouLCPsihxWLi4uLi4uLiouKi4qLjIuLi4yLi4uLi4wIDvcn9+cVgn2LfY98i62doKuUeYt7hoB7CPcctRVvnGSBhGKbqqSVrIQI9xmxFfvUiwV3i3x7i3gIi/vUBYt3mnyfiwj31IsFn4uamoufCIv31AWLnnybd4sIY/vRFYZra410k3qRdJV/lYaOiY+Kj4uHiIeHiH+BdIF6hXSDa4mGq4qNi42LjYuNi4yLjQiJmI+bi4eLh5KAi42LjY6Ri4uLi4uJjIiLi4uLi4uLi4uLi4uMh42FlIubiZKrl5gInqCueZBzi4qLioyKi4yLjIuMkKOvnZ12l36Sa5uNmYyKmYuLi4uOhYuJi4mSlouPCIuOjYOMgouJi4qLiYyGi4WKhQh/4RX7couLlPdyi4uCBY+IFYuSjYuLgvtzi4uN93GLBZn3EhWKiYuJi4qIdXt5dYWJioiLiYqLdouGi3VXi1iLWIuLoYuQi6Bsj3SpkqyOmpKWl5MIm5abjJ2Glp+clqKLooqbgJV3l4+WjJWJoYaafZF1jIeLiIyHi4mLiYuKCF28FXqPfIR+gKqapoWhcoSagJZ6jwj7T/t8FYuLi4uLi4uLi4uLi4uLi4uLiwi6YBWdkaGVmJWPjo2PjI+Mh42Hj4iYgaGBnYWhg6uJkauLj4uPi4+LjYuMi42Lh4uHiocIhmtrjXSTepF0lX+Vh46Ij4uPioeJh4aIf4F0gXqFdINriYari4uLjIuLi4mLiouJCIuLi4qLi5Frq42hkwjG90sVjI18pYmLBW6DFZKLi4qEi4uMBeheFWyLi4mri4uUiosFi7EVf4uLao2Li6uWi4uUiosFRWIVi6KJjotxBZV/FWyLi4msi4uUiYsFxo0VgIuLspaLi5Jwi3hoeK5wi4uElouLZICLi4Wpi4uRgYuLsaNikIuhtotjgYuLhaqLBXSuFXlohouMiZCLnK0FDvg0+DcV+9SLBXeLfHuLeAiL+9QFi3eafJ+LCPfUiwWfi5qai58Ii/fUBYuefJt3iwhj+9EVhmtrjXSTepF0lX+Vho6Jj4qPi4eIh4eIf4F0gXqFdINriYario2LjYuNi42LjIuNCImYj5uLh4uHkoCLjYuNjpGLi4uLi4mMiIuLi4uLi4uLi4uLi4yHjYaUipuJkquXmAieoK55kHOLiouKjIqLjIuMi4yQo6+dnXaXfpJrm42ZjIqZi4uLi46Fi4mLiZKWi48Ii46Ng4yCi4mLiouJjIaLhYqFCH/hFftyi4uU93KLi4IFj4gVi5KNi4uC+3OLi433cYsFmfcSFYqJi4mLioh1e3l1hYmKiIuJiot2i4aLdVeLWItYi4uhi5CLoGyPdKmSrI6akpaXkwiblpuMnYaWn5yWoouiipuAlXeXj5aMlYmhhpp9kXWMh4uIjIeLiYuJi4oI+3+nFYJ9i32PfIutnaCrlHmLe4aAewjJkxWbqqSVrIRvnGSBhGII9xOYFXqPfIR+gKqapoWhcoSagJZ6jwj7T/t8FYuLi4uLi4uLi4uLi4uLi4uLiwi6YBWdkaGVmJWPjo2PjI+Mh42Hj4iYgaGBnYWhg6uJkauLj4uPi4+LjYuMi42Lh4uHiocIhmtrjXSTepF0lX+Vh46Ij4uPioeJh4aIf4F0gXqFdINriYari4uLjIuLi4mLiouJCIuLi4qLi5Frq42hkwgO+Hf3bRWLjouOi46LiouJi4qLiYuKi4kIi4sVjISLg4qDgE9Oj2GaapZgnXSeg5KHkomSiYSHhIOEdHhgeWqAYHxPh4DHi4yLi4uMCIuHjIiLh5ZPx4+2mqyWtp2inpORj5KNkoyEj4SUhaJ4tnmrgLZ8yIeVx42Vi5eJlQj76FQVq5e2naKdlJKPkoySjYSPhJOEonm2eax/tn3HhpbIjJCLkouRi4yLjYuMip2GmouFCIuDf3aKj4uQhZaLi4uLjnBxiGuJf8Z0pGiyR2qCXouJi4iKiYuNio6LjYK4SKxnZAh0cn9QbI17jYaViZSLi4uLi4uLi4uLi4uKkIuPi4uLi4aAioaLh36gi5OLk4NsjnMIi4eMiIuIi42LjYuMllLHj7aZCA73XPe2FYiVh5WKlYS3n7CvmaKUpYacf4iKiIuIinqHgXqOeI58k36Vf551nXaddJxzmHGRbgiYSGJGSHyemJqdkaKTpYSqfZKBdHSAd5SLjIyMjIucmZCeiaCJpnyfdpyLi4uMiosIi4uKi4uLjIaMhouGjnSCeX17goGBgoKBa2aZW6dyjYqNioyIhY2EjIWNZJtzqIK2CIamkaOaopGUkZORlJGWj5aHl4aYg5N+jYqLioyJi5+coYyihQgO+GX33xWDp3qhc5xYrk9/aleGg4aChYGLi4uLi4uLi4uLi4uFlYaUhpNqv0+XWGhzenp1g28If2KOY6NpoWr3GfsWp3aMioyLjIqNio6LjouOi46LjYyMjIyLjIynoPcZ9xahrKOtjrN/tAgOsve9FYyOi4+Mjo+nlKWfn52eoJikkKmQpoOieJeBlH+SfY6GjoaNhoyKi4uMiouMjIuLjAiRlZGWkZSTl5SUl5KLjIuLjIudcJ5wnXBjb2JwY2+eb55vnm9weG94b3iadJt0m3MIhYqGjIaPgJSAlYCVd553n3eecqNypHSlgZaCl4SYhJmHmoqbi4uKjIuLi5KLkYuSCPhGfRWKiIuIi4mIcIFzeXd+fH18fXx9fX19fX1xcXBxb3OKioqKiYl+nn6efp+nnqeep54IeKd4p3entKezprSndqp2qnWqko2RjZGMp5GkhKJ9qneebpFnjYOLg4yEi4qMi4uKCIuIi4iLiAgO95T4NxX7AIszNIv7AIv7AOM09wCL9wCL4uKL9wCL9wA04vsAiwj3DfsWFXNycnNycomIiYuIjoiOiY6IjoqKioqLi4aGhoaHh4+GkIaQh5x6nHuce46IjImHhwiHh4aGhoaJiYiLiY55nHqdep2Li4uLi4uHj4ePh490dHRzdHSHiImLiI6Hj4ePh48IiY2Ljo2No6Kjo6OihJKEkoSTioyKi4qKeYN6jHuXhJCGkoeThJiHmIuai5KMkY+SCJCSko6TjZWNlYmViJeIlYaUg519kHOAd4uKi4qMipKEk4OShJCQkJCQkIyLi4yMjAiKi4uMiouJjomNiI2KjYqMjI2kpaWlpaWMi4yLjIuMioyKjIqMiIqKiomAgYCAgIAIi4qKi4uKioqLiYyKjIqNi4yMjIyLi4yMlpWVlpaWjYyMjI2LjYmMioyJjImLiomJCICAgICAgYuKiouLioqKi4mMioyKjYuMjIyLjIyLi5aWlpaVlo2MjIyOioyKjIqNiQiLiYuKiYmAgICAgYCKi4qKi4qKioyKi4qMio2LjIuMjIyLi4yWlpaWlpaMjI2MjYoIjIqMioyKjImKiYmKCA73WOUVnJGilZeVkI6Nj4yPi4eOh4+Il4GigZyFooOriZCrjI+Lj4uPi4uLi4uLipSJk4uICIuHhICLjYuNiJGLi4uLjH19inuJhKt/mHmgZ3mGc4uKi4qLioqMi4yLjIajaJ14dgh/foRre42CjImQio+Li4uLi4uLi4uLi4sIi4sFi4uLi4uLio6LjYuLi4uIhYuJi4mElouPi4+He41+i4uLi4uLi4uLiouLkGurjaKTCPdO93YVio+LjoqPhaF8mXWQgY2Ain+HgZ97lnSMdIt6gIB3eZB7inuAf4OEgIh8hGqibaqHCIt2i4aLdb6Lvou/i4uhi5CLoI2MjouNjKGRm52OoYuMi42MjYuMi42LjQj7hHcVh5qLmZSZlpubkJ2La4J5dotpCPch4BVqknKBe2yStLKVp3oIcCIViol7po2LmnIFfm4VaouLjaqLi5KNi4uCBZeOFYqMkIudr4uHemqGiwWZkxWVi4uydWCGi3O1i2WVi4uEbYuLkpaLi7KAi4uRpoueaZ6tpouLhYCLi2SWi4uEbIsFi5IFZ6QVi3WJi4ukjYgFdJQVi42Si4uJhIsF6V4Va4uLjaqLi5KMi4uCBYu4FYCLi2yJi4usl4uLkoyLi4IFfsEVmJaakpyHnIeWgJJ8daRwkWx8COD7gxWFa2uNdZN5kXWVfpWHjomPio+Kh4mHh4h+gXWBeYV1g2uJhauLi4uMi4uLiYuJjIkIkGurjaKTnJGilZeVj46Oj4uPjIeNh5CIl4GigZyFooOriZCrjJGLkYqQi4eLh4uHCIXXFYuUiYuLhPtxi4uJBYaZFfdyi4uC+3KLi5QF5ssVi6GJjotyBQ6w91UVk4uLp4OLi4+ei5lzmKOei4uHhIuLb5KLi4Z2i4uQkouLp3tsh4t7qYtwkouLhnWLBYuQBY2kFZCLi4qGi4uMBaFrFYuQjIuLhXSLi4yhiwWEphWMiYt7iouLnQWRlhWMi5V5i4mAnwWYZxWYpIuJf3OIi4qMjosFq4kVi5CMi4uFdIuLjKGLBYOrFZOLi5GMi4uEg4uLdYqLi6IFlnIVkoueq5KLnmuSi4uGdYuLkJKLh5N2i4eDkYuLhnaLi5AFo4QVi5CMi4uFdIuLjKGLBYeYFZ6LjIl4i4mJiouNjwWckBWDmoN8m4sFhJcVi4mGg4qLkZUFkpMVnW6Ji3qojIsFpGUVi5CMi4uFcouLjKOLBY6SFZKLi6eDi4uPnYulcIuig4uLj6GLi4eDi4tqhYtuqotxk4uLhnWLi5AFjKQVkIqGi4uMBaJrFYuQjIuLhXSLi4yhiwWDqBWMiot4iouLnwWRlBWeeIuJd6CMiwWZhRWQi4uKhouLjAWaaxWLq5OLi5GNi4uEg4uLa4OLi4yRiwWVoBWLjIuNjI2LjIyNjIyMjYyMjIyMjI2NjYuMjI2MjYyNi46LjYuOi46LjoqNio2KjYoIi46Si4uBhIsFioyKjIqMiouKjIqMiYuKjIqLiYuKjImLiYuIioqKiYuJioqJiYqKiYuKiomLiYuJCIuJi4mMiYuJjIqNiYyKjYqNio2LjYqOi42LjYuNjI2MjIuNjIyMjIyMjYuMjI2LjAh/i4uPnouLeISLi5AFioqKioqLioqKioqLiYqKi4mLiouJiomLiIuHjIiMiYyIjImNiY2KjYqNio6KjYuOCJN6FYyKjIqMi4yKjIuNioyLjIuNi4yKjYuMi42LjIuMjI2LjIuMi4yLjIyMi4yMjIuMjAiLigWJiYmKiYuJioiLiIuIi4iMiIyIi4mNio0IjZwVi42LjIyNi4yMjYyMjYyMjI2MjIuNi42LjYuMi4yLjIuMi4yKjIuMioyLi4qMi4yKCIqLioyKi4qMiouKjIqLiouKi4qLiouKi4mLiouJioqLiYqKioqKioqLiYqKi4mLigiLiYuKjIqLioyKjImLio2KjIuMio2KjYqJjImLioyJjIqLioyKjYqMi4yKjYuMi40InYUVlIsFi4uLi4uLi4uLiouLCIKLi4wFl5cVkouLloyLi36Di4uNBZNwFYufjIuLdoOLi4ySiwWPkhWTi4ung4uLj6KLi4eDi4tvk4uLhnSLi5AFpIQVi5CMi4uFc4uLjKKLBXSrFZCLi4qGi4uMBZqLFZOLi5GNi4uEgouLdYqLi6IFlX8Vi46MjYyOjI2MjY2NjY2OjY6MjoyOi4+Lj4uOi46KjoqOiYyKjYmNiYyJjIiLiYuICIuIi4mKiIqJiYmJiYmJiYqIioiKiIqHi4iLiIyIjIiLiI2JjImNiY2KjYqNio6LjgiSexWMi4yKjIqMi42KjIuNioyLjYuMio2LjYuOi4+MjoyOjI6MjY2NjY2NjI6NjouOi44Ii4yLjYuNioyLjYqMio2KjIqMio2JjIqMjYqMioyKjYqMiYyKjImLioyJi4mLiouJCIuHi4iKiYmIioiIiYmJiIqIioiKh4qHi4eLiIyIjIiMiYyJjQiMmxWLiYuJjImMioyJjIqNioyKjYqNio2LjouNi42MjouNjIyMjY2MjIyMjI2LjYyNi40Ii42KjYuNio2KjImNioyJjImMiYuJjImLiIuJiomKiYuKiomJioqKiYqKiomLiYuICI2LFYuNi42MjIuNjIyMjY2MjIyNi42MjIuOi42LjYuNio2KjYqMiYmNiYyKi4mMiYuJiwiJi4mLiYqKi4mKioqKioqJi4qKiYuKi4mLiouKjIqLiYyKi4qMioyKjYqMi4yKjYoIiYyJi4qMioyJi4uNioyKjIqMi4yLjYuMCLV+FZOLi6eCi4uPnYulcIuig4uLj6KLi4eDi4tqhItuqotxk4uLhnWLi5AFjKQVkIqGi4uMBaJrFYuQjYuLhXOLi4yhiwWDqBWNiot4iYuLnwWSlBWeeIuJdqCNiwWZhRWQi4uKhouLjAWaaxWLq5OLi5GMi4uEg4uLa4OLi4ySiwWVkhWUi4ungouLj7iLi4CEi4uSdIuLf5qLi4d8i4t/oouLkpKLi39ei4uQBY2kFZCLi4qGi4uMBbhrFYuXjIuLfl2Li4y4iwVuqxWei4uKeYuLhYqLi5IFi3wVmouLj4yLi4Z8i4uEiouLkwWhlBWSi4uXjIuLfYOLi40F+/aMFYmLi5uNi4t7BZSLFYWLi5uNi4t9j4uLiQVvqBX31YuLhvvVi4uQBY6EFffUi4uPjIuLhvvVi4uMBYhSFfcWi4uG+xaLi5AFjoQV9xWLi4+Mi4uG+xaLi4wF91CSFfcWi4uG+xaLi5AFjYQV9xaLi4+Mi4uG+xeLi4wFkPcCFYuLi4qLi4uKi4uLioqFhoWFioqKiouKi4uFi4SLhXyLfIt8i4uRi5KLkYKMhJSNlQiMj42Pj42PjpCMkImPkY+OkouSi5CIjoWPjI6LjouRiZCHjISMiouKi4oIRIUVi5WQkpWNhYuHioeGiYeLh4yGCLWkFYKRgIiJf4+Uk46ViAiNgRWUj5OKkoOJkIiOhoyFjIeJh4gIcHEViouJi4qLi4WLhYuGi4uLi4uLjJCNkYyRCMYhFYuJi4qLiomAgIyDjYWNhI6Hj4mMioyLjIuKioqKioaHhIiFiYOJgIqJlouLi4uLiwiLioyLi4qMgJaMk46RjZKOkI6MjIyNi4yLioyJjYqPiJKIkYmTiJaKjZaLjYuNi40IPo4Vi4uLiwWbfhWRjZKOj46NjYyMi4yLioyKjImQiJKIkYmTiJaKjJaMjYuMi4yKjouOi4qLioiHi4wIi4uKjYuLi4uMh4aKhYuJlYeQhZJ/hYmDi4qLi4uLi4uLi4uMiZN/kYWEh4aIgYaLCIiLio2LjYuLi4uLi4qMjIuLi4uLiomKi4uKiY+LjIuNioWLh4uKi4uLi42AloyTjggO91jlFZyRopWXlZCOjY+Mj4uHjoePiJeBooGchaKDq4mQq4yPi4+Lj4uLi4uLi4qUiZOLiAiLh4SAi42LjYiRi4uLi4x9fYp7iYSrf5h5oGd5hnOLiouKi4qKjIuMi4yGo2ideHYIf36Ea3uNgoyJkIqPi4uLi4uLi4uLi4uLCIuLBYuLi4uLi4qOi42Li4uLiIWLiYuJhJaLj4uPh3uNfouLi4uLi4uLi4qLi5Brq42ikwj3Tvd2FYqPi46Kj4WhfJl1kIGNgIp/h4Gfe5Z0jHSLeoCAd3mQe4p7gH+DhICIfIRqom2qhwiLdouGi3W+i76Lv4uLoYuQi6CNjI6LjYyhkZudjqGLjIuNjI2L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CIickaKLhYuFlHyLjoyOj5OLi4uLioiMh4uLi4yLi4uLi4qLi4yGj4OWiqKJk7acnQikprt0kmqLiouJi4qMjIuNi4ySrLuipHCbeZRgoY2ejYmei4uLi4+DjIiLiJSai5EIi4+OgIx+i4uLi4uLi4mLiYuJjISMgomECA73lPhuFfsei/sE+wSL+x6L+x73BPsE9x6L9x6L9wT3BIv3Hov3HvsE9wT7HosIqvwxFYGCfoZ7i3yLf46BkAiLpwWQiJGIkImRipGKkIuUi5GNkI+Pj42Ri5SLm4GUd4sIgouLoZSLBZSLkY2QkJCPjZGLk4uSipCIjoiPhoyGi4KLg4iDgwh9oAWWlpmQnIuZi5aIk4SThI6Bi3+LgYmChoSGhISGgYgIi4oFloqTh5CEkYWOgouAi3yGf4KCCPcX93EVhGBgjmyWdJNsmHuYhY+IkIqRiYWJhoWHen5tfnODbYBfiIS2io6LjYuOi42LjYuOCIickaKLhYuFlHyLjoyOj5OLi4uLioiMh4uLi4yLi4uLi4qLi4yGj4OWiqKJk7acnQikprt0kmqLiouJi4qMjIuNi4ySrLuipHCbeZRgoY2ejYmei4uLi4+DjIiLiJSai5EIi4+OgIx+i4uLi4uLi4mLiYuJjISMgomECPuGdBWik6mYnJiRkI6QjJCMho6GkYacfql+ooOqgbaIk7aMkIuRipCLjIuMi4yLh4uGiocIhGBfjm2Wc5NtmHqYhZCJkImQioaIhoWGe35sfnSDbYBgiIO1i4mLiouKi4uLiouLCJNgto6qlQgO95T4bhX7Hov7BPsEi/sei/se9wT7BPcei/cei/cE9wSL9x6L9x77BPcE+x6LCHz8MBWCgn6Heot9i3+NgZEIi6YFkIiQiZGJkYmQipCLlIuSjY+PkI+NkouTi5yBk3eLCIGLi6KUiwWUi5KNkI+Pj46Si5OLkomPiI+IjoeNhYuDi4OHg4QIfZ8FlpaZkZyLmYuVh5OEk4SPgot/i4CIg4aEhoSEhoKICIuKBZWJk4eRhZCEjoOLgIt7hn+Cggic9ycVnJqWi4tRfouLqYuTjJEFiouLioqLi4qIiIaHCIWTBZk6FbzrmItaK36LBdyLFWaLi5WYmgWPj46PjI2MjYyNi42LjYqNioyKjIqLiYuIi4eJh4cIhZQFkJGSjpKLkIuPiY6IjoiN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dJNsmHuYhY+IkIqRiYWJhoWHen5tfnODbYBfiIS2io6LjYuOi42LjYuOCIickaKLhYuFlHyLjoyOj5OLi4uLioiMh4uLi4yLi4uLi4qLi4yGj4OWiqKJk7acnQikprt0kmqLiouJi4qMjIuNi4ySrLuipHCbeZRgoY2ejYmei4uLi4+DjIiLiJSai5EIi4+OgIx+i4uLi4uLi4mLiYuJjISMgomECPuGdBWik6mYnJiRkI6QjJCMho6GkYacfql+ooOqgbaIk7aMkIuRipCLjIuMi4yLh4uGiocIhGBfjm2Wc5NtmHqYhZCJkImQioaIhoWGe35sfnSDbYBgiIO1i4mLiouKi4uLiouLCJNgto6qlQgO95T4bhX7Hov7BPsEi/sei/se9wT7BPcei/cei/cE9wSL9x6L9x77BPcE+x6LCKn8LBWCgX6Ge4t8i4COgpAIi6gFj4iPiZGIkomQipCLm4uTlYudi52ElHuLhYuEiYSJCIGSkN7Si4tvX4uIaAWQjI+LkYuXi5WHkoKTg45/i3yLeYd9goEI9xj3bBWEYGCObJZ0k2yYe5iFj4iQipGJhYmGhYd6fm1+c4NtgF+IhLaKjouNi46Li4uKi4sIk2C2jqqVopOpmJyYkZCOkIyQjIaOhpGGnH6pfqKDqoG2iJO2jJCLkYqQi4yLjIuMCIuHi4aKh4RgX45tlnOTbZh6mIWQiZCJkIqGiIaFhnt+bH50g22AYIiDtYuJi4qLigiLjYuNi46InJGii4WLhZR8i46Mjo+Ti4uLi4qIjIeLi4uMi4uLi4uKi4uMho+DlooIoomTtpydpKa7dJJqi4qLiYuKjIyLjYuMkqy7oqRwm3mUYKGNno2JnouLi4uPg4yICIuIlJqLkYuPjoCMfouLi4uLi4uJi4mLiYyEjIKJhAgO+Hn31RWBTk2PYJpql2Cdc56DkYeSiZOJg4eEg4VzeGB5an9gfE2HgciLi4uMi4yLjYuMi40IllHIj7WarJa3naKek5KQkoySjYSPhJOEo3i2eayAtnzJh5XHjJGLkYuSi4mMiouJCIuOio6LjouLi4uLi4qdh5qLhYuDfnaKj4uQhZaLi4uLjnBxiGqIgMh0pGezRmmCXQiLiYuJiomLjYqNi42CuUetZ2N0cn9Oa457jYaViZSLi4uLi4uLi4uLi4uKkIuPi4sIi4uGgIqGiod/oIuTi5SCa49yi4iLiIyIi4eLh4yHlU/Jj7aarJa2nqOdk5KPko2SCIyEkISThKJ5tnitgLZ8yIeWx42WipeKlYuDi4OKhAj7hvvAFaOqm56QlJGUkJOPk4+TjpONk42TjJOLlIufhZqBloCWfJF5i3+LgYmChoGGgYOAfgijcgWSkpGRkI6PjpGMkIuSi5CJj4aPh42Ei4KLhIqDiYSJhIiDhoSHg4N/gHsIYlCLa/cQi4uxP4uLjQUO9+r3dRVH+xydi9D3HAX7T/thFaOqmp+RlJGTkJSPk46TjpONk42TjJOLlIufhpqAloGWfJF4i4CLgYiBh4KGgIKAfwijcQWSk5GQkI6QjpCNkYuRi5CIj4ePh42Ei4KLg4qEiYSJhIiDh4OHhIN/gHoIYVGLa/cRi4uxP4uLjAX3VusVk5OQkY2QjY+NkIuQi5KIkYePh4+FjYOLgYuCh4SECJR+BZGQkI6Pi46LjYqMio2Ji4mLiYuIioeKiYmIh4aFhAh5d4t8wIuLnG2LlJUFL+UVi4KKgItgnouL3XyLcXaUgAWSkY+OjIyMjIyMi4wI92X3BxWATk6PYJpqlmCec56DkYeSiZOJg4eEg4VzeGB4aoBgfE6HgMiLi4uMi4yLjIuNi40IllHIj7WarZa2naKek5KQkoySjYSPhJOEo3i2eayAtnzIh5bHjJGLkYuRi4qLiYyKCIqOi46LjouLi4uLi4qdh5qLhYuDfnaKj4uQhZaLi4uLjnBwiGuIf8h1pGayR2qCXQiLiYuJioiLjoqNi42CuUesZ2R0cn9Oa457jYaViZOLjIuLi4uLi4uLi4uKkIuPi4sIi4uGgIqGi4d+oIuTi5SDa45yi4iMiIuIi4eMh4uHlU/Jj7aarJa2nqOdk5KPko2SCIyEkISThKJ5tnisgLd8yIeVx42Wi5eKlYuDi4OKhAgO+Hn37BWLg4uDioSBTk6PX5pqlmGec52DkoeSiZKJhIeEg4RzeWF4aoBffE6HgciLi4uMi4wIi4yLjYuNllHHj7aarJa2naKek5GQk4ySjYSPg5OFo3i2eayAtnzIh5XHjJGMkYqRCIyKi4mLiouOi46KjouLi4uLi4qdh5qLhYuCfneLj4qPhpeLi4uLjW9xiWuIf8h0pAhnskdqgl2LiYuIiomLjYqOi42CuUesZ2R0cn9Oa458jYWVipOLi4uLi4uLi4uLi4sIiZGMj4uLi4uFf4uHiod+n4uUi5ODbI9yi4iLiIyIi4eLh4yHlU/Ij7aarJa2naOeCJOSj5KNkoyEj4SUhKJ4tnmsgLZ8yYeVx42WipeKlQj7aPuDFYuMBZiPlpKSlJKVjpiLmYuchpmAlYCVfJB3i3OLeIN7ewiebwWXlZaQl4uTi5GJkIaPho2Ei4KLf4iChIWEhoKIfosIfouLapmLBaeLmYCLdIt+iIKFhoWFgYh/i4SLg4yDjoKNhI+EjwiLZAWZhJyHoIuii52SmJeYmJKci6CLm4eXg5SDlYCQfI4IDvfw93kVRvscnYvQ9xwFkvsBFZOTkJGNkI2PjZCLkIuSiZGGj4ePhY2Di4GLgoeEhAiUfgWRkJCOj4uOi42KjIqNiYuJi4mLh4uIiYmJiIeGhoQIeHeLfMCLi5xti5SVBS/lFYuCioCLYJ6Li918i3F2lIAFkpGPj4yLjIyMjIuMCEMjFYuMBZiPlZKSlZOVjpeLmouchpmAlYCVe5B4i3OLd4N7ewifbgWWlpeQl4uTi5GIj4ePho2Ei4KLf4iChIWFhYGIfosIf4uLa5iLBaeLmn+LdIt+iIKEhoWFgoh+i4SLg4yDjoONg4+EjwiLZAWZhJyHoIuii52RmZiYmJKci6CLm4eYg5SDlH+RfY0I96j3axWBTk2PYJpql2Cdc56DkYeSiZOJg4eEg4VzeGB5an9gfE2HgciLjIuLi4yKjYuMi40Il1HHj7aarJa2naOek5KQkoySjYSPhJOEo3i2eayAt3zIh5XHjJGMkouRi4mLiouJCIuOi46KjouLi4uLi4qdh5uLhIuDfnaLj4qQhpaLi4uLjXBxiGuIf8h0pGezRmmCXQiLiYuJiomLjYqNi42CuUetZ2N0cn9Oa457jYWVipSLi4uLi4uLi4uLi4uJkIyPi4sIi4uFgIuGiod+oIuTi5SDa49yi4iLiIyIi4eLh4yHlU/Ij7earJa2nqOdk5KPko2SCIyEkISThKN5tnisgLZ8yYeVx42WipeKlYyDioOKhAgO+Hn31RWBTk2PYJpql2Cdc56DkYeSiZOJg4eEg4VzeGB5an9gfE2HgciLi4uMi4yLjYuMi40IllHIj7WarJa3naKek5KQkoySjYSPhJOEo3i2eayAtnzJh5XHjJGLkYuSi4mMiouJCIuOio6LjouLi4uLi4qdh5qLhYuDfnaKj4uQhZaLi4uLjnBxiGqIgMh0pGezRmmCXQiLiYuJiomLjYqNi42CuUetZ2N0cn9Oa457jYaViZSLi4uLi4uLi4uLi4uKkIuPi4sIi4uGgIqGiod/oIuTi5SCa49yi4iLiIyIi4eLh4yHlU/Jj7aarJa2nqOdk5KPko2SCIyEkISThKJ5tnitgLZ8yIeWx42WipeKlYuDi4OKhAj7wfs5FaNxBZmZlJWQkJCQjY+MjIp3inqLfAiL+xy2i4v3fWSLTVEFDvel92IVi4KLgItgnYuL3XyLcnaTgAWSkY+OjIyMjIyMi4wIzp4VRvscnovP9xwF+3xGFaNxBZmZlJSQkZCQjY6MjIp4inqLfAiL+xy2i4v3fGSLTVIF9/v3ORWATk6PYJpqlmCec56DkYeSiZOJg4eEg4VzeGB4aoBgfE6HgMiLi4uMi4yLjIuNi40IllHIj7WarZa2naKek5KQkoySjYSPhJOEo3i2eayAtnzIh5bHjJGLkYuRi4qLiYyKCIqOi46LjouLi4uLi4qdh5qLhYuDfnaKj4uQhZaLi4uLjnBwiGuIf8h1pGayR2qCXQiLiYuJioiLjoqNi42CuUesZ2R0cn9Oa457jYaViZOLjIuLi4uLi4uLi4uKkIuPi4sIi4uGgIqGi4d+oIuTi5SDa45yi4iMiIuIi4eMh4uHlU/Jj7aarJa2nqOdk5KPko2SCIyEkISThKJ5tnisgLd8yIeVx42Wi5eKlYuDi4OKhAj7DPthFZOTkJGNkI2PjZCLkIuSiJGHj4ePhY2Di4GLgoeEhAiUfgWRkJCOj4uOi42KjIqNiYuJi4mLiIqHiomJiIeGhYQIeXeLfMCLi5xti5SVBQ73w/drFVyLRfspi2fXi4tatIuLvKKLi690i4v3KQVjPRWKdotZY4unyAWQlI+WjpYIjYuKdgX3c/dMFYBOTo9fmmqXYJ1znoOSh5KJkomEh4SDhHN4YHlqf198ToeAyIuMi4uLjIuNi4yLjQiWUciPtpqslraeo52TkpCSjJKNhI+Ek4SjebZ4rIC3fMiGlsmMkIuSi5GLiYyKi4kIi46KjouOi4uLi4uLip6HmouFi4J+doqQi4+Fl4uLi4uNb3GJa4h/x3SlZ7JGaoJcCIuJi4mKiYuNio2LjYK6RqxnZHRxf09rjnuMhpaJk4uLi4uLi4uLi4uLi4qQi5CLiwiLi4Z/ioeLhn6gi5SLk4NrjnKLiIyIi4iLh4uHjIiVTsmPt5qslraeo52Tko+SjZMIjIOQhJOEo3m2eKyAtnzJh5bIjJWLl4qVi4SLgoqECA73qvdiFYuCioCLYJ6Li918i3F2lIAFkpGPjoyMjIyMjIuMCOcxFZOTj5GOkI2PjJCLkIuSiZGHj4ePhY2Di4GLgoeDhAiVfgWQkJGOj4uOi42KjIqMiYyJi4mLiIqHiomJiIeGhYQIeXeLfMCLi5xti5SVBXH3ARVH+xydi9D3HAX7EX8VXYtE+yiLZ9eLi1u0i4u7oouLr3SLi/coBWM+FYp1i1pki6fHBY+Vj5WPlwiMi4p2Bfez900VgE5Oj2CaapZgnnOeg5GHkomTiYOHhIOFc3hgeGqAYHxOh4DIi4uLjIuMi4yLjYuNCJZRyI+1mq2Wtp2inpOSkJKMko2Ej4SThKN4tnmsgLZ8yIeWx4yRi5GLkYuKi4mMigiKjouOi46Li4uLi4uKnYeai4WLg352io+LkIWWi4uLi45wcIhriH/IdaRmskdqgl0Ii4mLiYqIi46KjYuNgrlHrGdkdHJ/TmuOe42GlYmTi4yLi4uLi4uLi4uLipCLj4uLCIuLhoCKhouHfqCLk4uUg2uOcouIjIiLiIuHjIeLh5VPyY+2mqyWtp6jnZOSj5KNkgiMhJCEk4SiebZ4rIC3fMiHlceNlouXipWLg4uDioQIDvf3+DUVvIuLvbaLi1m9i4thWYuLWWCLi71ai4u1BfsjaxX7BYswMIv7Bov7BeYw9wWL9waL5uaL9wWL9wYw5vsGiwji+54VcpRqmXqZhJCIkIqRioWIhoSGen1qfXKCa4BciIS5io2LjouOio6LjYuNiZ6Ro4uFCIuElHyMjouOj5SLi4uLi4iMh4uLi4uLi4uLi4uLioyFj4OXiqOJlLmdnqaovnKSaAiLioyJi4qLjIuNjIySrr6kpm6ceJRdo42fjYmgi4uLi5CCi4iLiJWai5KLj46AjH0Ii4uLi4uLi4mMiYuIjISLgoqDg11cjmuWCOC5FYNdXY5rl3KTapl6mYSQiJCKkYqFiIaEhnl9a31yg2t/XYiDt4uKi4qLiYuLi4qLiwiTXbmOrJaklKuZnZmRkI6QjJGNhY6GkYadfat9pIKsgLmIk7mM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) format('woff');
	font-weight: normal;
	font-style: normal;
}

.mangione {
	font-family: 'mangione';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mangione-follow-user:before {
	content: "\e61f";
}
.mangione-unfollow-user:before {
	content: "\e620";
}
.mangione-follow-restaurant:before {
	content: "\e621";
}
.mangione-unfollow-restaurant:before {
	content: "\e622";
}
.mangione-baffo-alt:before {
	content: "\e60c";
}
.mangione-five-alt:before {
	content: "\e60d";
}
.mangione-two-alt:before {
	content: "\e617";
}
.mangione-two-half-alt:before {
	content: "\e618";
}
.mangione-three-alt:before {
	content: "\e619";
}
.mangione-three-half-alt:before {
	content: "\e61a";
}
.mangione-one-alt:before {
	content: "\e61b";
}
.mangione-one-half-alt:before {
	content: "\e61c";
}
.mangione-four-alt:before {
	content: "\e61d";
}
.mangione-four-half-alt:before {
	content: "\e61e";
}
.mangione-two:before {
	content: "\e60e";
}
.mangione-two-half:before {
	content: "\e60f";
}
.mangione-three:before {
	content: "\e610";
}
.mangione-three-half:before {
	content: "\e611";
}
.mangione-one:before {
	content: "\e612";
}
.mangione-one-half:before {
	content: "\e613";
}
.mangione-four:before {
	content: "\e614";
}
.mangione-four-half:before {
	content: "\e615";
}
.mangione-five:before {
	content: "\e616";
}
.mangione-menu2:before {
	content: "\e609";
}
.mangione-menu:before {
	content: "\e60b";
}
.mangione-logo2:before {
	content: "\e60a";
}
.mangione-icon3:before {
	content: "\e601";
}
.mangione-icon2:before {
	content: "\e602";
}
.mangione-icon:before {
	content: "\e603";
}
.mangione-baffo:before {
	content: "\e604";
}
.mangione-flame:before {
	content: "\e605";
}
.mangione-love:before {
	content: "\e606";
}
.mangione-unlove:before {
	content: "\e607";
}
.mangione-restaurant:before {
	content: "\e608";
}
.mangione-chef:before {
	content: "\e600";
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 23, 2014 */



@font-face {
    font-family: 'fairviewsmall_caps';
    src: url('fairview-font/fonts/fairview_smallcaps-webfont.eot');
    src: url('fairview-font/fonts/fairview_smallcaps-webfont.eot?#iefix') format('embedded-opentype'),
         url('fairview-font/fonts/fairview_smallcaps-webfont.woff') format('woff'),
         url('fairview-font/fonts/fairview_smallcaps-webfont.ttf') format('truetype'),
         url('fairview-font/fonts/fairview_smallcaps-webfont.svg#fairviewsmall_caps') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
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-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: rgba(0, 0, 0, 0);
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
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: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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.sr-only ~ .form-control-feedback {
  top: 0;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@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 .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"] {
    float: none;
    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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
}
.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: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.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 .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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-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"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .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: 8px;
  margin-bottom: 8px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.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: 8px;
  margin-bottom: 8px;
}
@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 .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"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: rgba(0, 0, 0, 0);
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: rgba(0, 0, 0, 0);
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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: 12px;
}
.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: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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 {
  padding-right: 35px;
}
.alert-dismissable .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;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -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[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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: #ffffff;
  border: 1px solid #dddddd;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
}
.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: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.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 {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.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 {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.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 {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.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 {
  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: 20px;
  background-color: #ffffff;
  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-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: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .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 {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: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 td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.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 td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.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 {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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-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-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-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-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: auto;
  overflow-y: scroll;
  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: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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: #323232;
  text-align: center;
  text-decoration: none;
  background-color: #f5f5f1;
  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: #f5f5f1;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #f5f5f1;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #f5f5f1;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #f5f5f1;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #f5f5f1;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f5f5f1;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f5f5f1;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #f5f5f1;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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: 14px;
  font-weight: normal;
  line-height: 18px;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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 {
  line-height: 1;
}
.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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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: #ffffff;
  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%;
  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;
  margin-top: -10px;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
/*Color*/

/*Color*/
/*Color*/
/*General*/
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  color: #000;
  margin: 0;
  padding: 0;
}
a {
  outline: none;
  cursor: pointer;
  color: #323232;
}
a:hover,
a:focus {
  color: #999999;
  text-decoration: none;
}
img {
  border: 0;
}
form {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
section,
nav,
header,
article {
  margin: 0;
  padding: 0;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
section {
  margin: 0;
  padding: 0;
  line-height: normal;
}
sup,
sub {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sx {
  float: left;
}
.dx {
  float: right;
}
.dividi {
  clear: both;
}
.hidden-element {
  display: none;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 5px;
}
h3.title {
  font-family: fairviewsmall_caps;
  font-size: 40px;
  line-height: 45px;
  text-transform: lowercase;
  padding: 10px 0px 0px 0px;
  color: #999999;
}
.img-thumbnail {
  border: 0.5px solid #d5d5d5;
}
.none {
  display: none;
}
.grey a {
  text-decoration: underline;
}
.grey a:hover {
  text-decoration: none;
}
a.grey {
  text-decoration: underline;
}
a:hover.grey {
  text-decoration: none;
}
.paddingText {
  padding: 0px 40px;
}
/* FORCE BORDER RADIUS */
/* {
  -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
}*/
.img-circle,
.img-type-article,
.top-user .img-pos-user .pos .number,
.top-user .img-pos-user .pos .action {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  border: 0.5px solid #d5d5d5;
}
.box-shad {
  border: 1px solid #e5e5e5;
}
/* BTN MANGIONE */
.btn-mangione {
  color: #999999;
  background-color: #323232;
  border-color: #323232;
}
.btn-mangione:hover,
.btn-mangione:focus,
.btn-mangione:active,
.btn-mangione.active,
.open .dropdown-toggle.btn-mangione {
  color: #f5f5f1;
  background-color: #999999;
  border-color: #777777;
}
.btn-mangione:active,
.btn-mangione.active,
.open .dropdown-toggle.btn-mangione {
  background-image: none;
}
.btn-mangione.disabled,
.btn-mangione[disabled],
fieldset[disabled] .btn-mangione,
.btn-mangione.disabled:hover,
.btn-mangione[disabled]:hover,
fieldset[disabled] .btn-mangione:hover,
.btn-mangione.disabled:focus,
.btn-mangione[disabled]:focus,
fieldset[disabled] .btn-mangione:focus,
.btn-mangione.disabled:active,
.btn-mangione[disabled]:active,
fieldset[disabled] .btn-mangione:active,
.btn-mangione.disabled.active,
.btn-mangione[disabled].active,
fieldset[disabled] .btn-mangione.active {
  background-color: #323232;
  border-color: #333333;
}
.btn-mangione .badge {
  color: #323232;
  background-color: #f5f5f1;
}
.locationButtons {
  height: 40px;
  margin-left: -4px;
  text-align: center;
}
.locationButtons > li {
  padding-right: 0px;
  cursor: pointer;
}
.locationButtons .label.active {
  background-color: #777777;
}
@media (min-width: 1200px) {
  .locationButtons {
    height: 29px;
  }
  .locationButtons .label-default {
    width: 108px;
    display: inline-block;
    height: 22px;
    line-height: 19px;
    margin: 1px;
  }
}
/* BOOTSTRAP OVVERIDES */
.navbar-toggle {
  border-color: #999999;
}
.navbar-toggle .icon-bar {
  background-color: #999999;
}
.img-responsive.center {
  margin: 0 auto;
}
.container {
  width: 100%;
}
.container.visual {
  position: relative;
}
.jumbotron {
  padding: 0;
}
.spacer5 {
  padding: 5px 0px;
}
.spacer10 {
  padding: 10px 0px;
}
.spacer15 {
  padding: 15px 0px;
}
.spacer20 {
  padding: 20px 0px;
}
.spacer30 {
  padding: 30px 0px;
}
body {
  background-color: #f5f5f1;
  font-size: 12px;
}
body > .viewport {
  background-color: #f5f5f1;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-color: #ccc;
}
.spacer {
  height: 1800px;
}
.absolute {
  position: absolute;
}
.margin1 {
  margin: 10px;
}
.block {
  display: block;
  text-decoration: none;
}
.adv {
  background-color: green;
  min-height: 40px;
}
.absolute {
  position: absolute;
  width: 100%;
}
.absolute.top {
  top: 0;
}
.absolute.bottom {
  bottom: 0;
}
.full-height {
  height: 100%;
}
.img-cover {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 320px;
}
.grey {
  color: #999999;
  border-color: #f5f5f1;
}
.grey * {
  color: #999999;
}
.fbPadding {
  padding-top: 7px;
}
.errMargin {
  margin-top: 5px;
}
label {
  color: #999999;
}
/* MANGIONE MENU */
hr.filter {
  margin: 0px 0px 20px 0px;
}
header .mangione-menu2 {
  font-size: 5em;
  background: #323232;
  color: #f5f5f1;
}
header hr {
  margin: 5px 0px;
  border-color: #f5f5f1;
}
header h3 {
  color: #f5f5f1;
  line-height: 22px;
}
header p {
  color: #f5f5f1;
}
header p a {
  text-decoration: underline;
}
header a {
  color: #f5f5f1;
  text-decoration: none;
}
header a:hover {
  color: #f5f5f1;
  text-decoration: none;
}
header .userAvatar img {
  height: 90px;
  width: 90px;
}
#label-location,
.input-transparent,
.input-transparent:focus {
  color: #f5f5f1;
  font-size: 20px !important;
  line-height: 30px !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
.input-transparent,
.input-transparent:focus {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  width: 100%;
}
.location-picker-cnt {
  position: relative;
  min-height: 30px;
}
.location-picker-cnt ul.typeahead.dropdown-menu {
  right: 0px;
  text-align: center;
  top: 30px;
  left: 0px;
  background: rgba(245, 245, 241, 0.98);
}
.location-picker-cnt ul.typeahead.dropdown-menu li > a {
  color: #999999;
}
.location-picker-cnt ul.typeahead.dropdown-menu li.active > a {
  background-color: #999999;
  color: #f5f5f1;
}
/*

.input-transparent::-webkit-input-placeholder { color: @lightGrey; }
.input-transparent::input-placeholder { color: @lightGrey; }
.input-transparent::-moz-input-placeholder { color: @lightGrey; }

*/
.form-control:focus.input-transparent {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* END MANGIONE MENU */
.featured {
  position: absolute;
  right: 25px;
  bottom: 0px;
}
@media (max-width: 991px) {
  .featured {
    right: 0px;
    text-align: center;
    width: 100%;
  }
}
.searchContainer {
  background: rgba(50, 50, 50, 0.6);
  padding: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 5px;
  width: 600px;
}
.searchContainer .searchBlock {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 68px;
}
.searchContainer i {
  font-size: 21px;
  padding: 0px 0px 0px 5px;
  vertical-align: middle;
}
.searchContainer .form-control {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.searchContainer .inputSearch {
  width: 220px;
}
.searchContainer .inputFind {
  width: 220px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .searchContainer .inputSearch {
    width: 168px;
  }
  .searchContainer .inputFind {
    width: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .searchContainer {
    width: 500px;
  }
}
/* RANKING & FILTERS TABLES*/
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f5f5f1;
}
.ranking .table {
  background: #323232;
  color: #f5f5f1;
  border: none;
  height: 60px;
  margin-bottom: 0px;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
}
.votes .table {
  background: #999999;
  color: #f5f5f1;
  border: none;
  height: 60px;
  margin-bottom: 0px;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
}
.filters .table {
  background: #999999;
  color: #777777;
  border: none;
  /*height:60px;*/
  margin-bottom: 0px;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
}
.filters .table table td {
  cursor: pointer;
}
.switch .table {
  background: #999999;
  color: #777777;
  border: none;
  height: 60px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
}
.switch table.active {
  color: #f5f5f1;
}
.ranking table,
.votes table,
.filters table,
.switch table {
  width: 100%;
}
.switch table.active i.fa {
  color: #f5f5f1;
}
.filters .table > thead > tr > th,
.filters .table > tbody > tr > th,
.filters .table > tfoot > tr > th,
.filters .table > thead > tr > td,
.filters .table > tbody > tr > td,
.filters .table > tfoot > tr > td {
  padding: 6px;
}
.filters table i.fa {
  color: #777777;
}
.filters table.order-desc i.fa-arrow-down {
  color: #f5f5f1;
}
.filters table.order-asc i.fa-arrow-up {
  color: #f5f5f1;
}
.filters .table > tbody > tr > td .title {
  color: #f5f5f1;
}
.filters td.value.active,
.filters td.distance.active {
  color: #f5f5f1;
  cursor: default;
}
.filters td.distance.active i.fa-location-arrow {
  color: #f5f5f1;
}
.table > tbody > tr > td .title {
  font-size: 12px;
  text-align: center;
  font-family: 'Open Sans Condensed';
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #f5f5f1;
}
.table > tbody > tr > td .value {
  font-size: 20px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 1px;
  color: #f5f5f1;
}
.table > tbody > tr > td .value .singleRate {
  font-size: 31px;
  line-height: 40px;
}
.table > tbody > tr > td .value a {
  color: #f5f5f1;
}
.table > tbody > tr > td .value a:hover {
  color: #f5f5f1;
}
.table > tbody > tr > td .distance {
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 1px;
  color: #777777;
}
.table > tbody > tr > td .distance a {
  color: #f5f5f1;
}
.table > tbody > tr > td .distance a:hover {
  color: #f5f5f1;
}
.table > tbody > tr > td .love {
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ranking .table,
  .votes .table,
  .switch .table {
    height: 50px;
  }
  .table > tbody > tr > td .value {
    font-size: 12px;
  }
  .table > tbody > tr > td .value .singleRate {
    font-size: 25px;
    line-height: 30px;
  }
  .table > tbody > tr > td .value a {
    color: #f5f5f1;
  }
  .table > tbody > tr > td .value a:hover {
    color: #f5f5f1;
  }
  .table > tbody > tr > td .love {
    font-size: 30px;
    line-height: 30px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.votes .table > tbody > tr > td.active {
  background-color: #323232;
}
.votes .table > tbody > tr > td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.votes .table > tbody > tr > td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table > tbody > tr > td.active-hover:HOVER {
  background-color: #323232;
  cursor: pointer;
}
/* END RANKING & FILTERS TABLES*/
/* REVIEW GALLERY */
li.gallery {
  position: relative;
}
li.gallery img {
  height: 120px;
  width: 120px;
  margin: 0px 10px 10px 0px;
}
li.gallery .erase {
  color: #999999;
  position: absolute;
}
/* END REVIEW GALLERY */
/*RESTAURANT DETAIL BLOCK*/
.chef {
  color: #999999;
  margin-top: 10px;
}
.chef strong {
  color: #323232;
}
.restaurantInfos {
  color: #777777;
  margin-top: 10px;
  line-height: 18px;
  font-size: 14px;
}
.restaurantInfos a {
  color: #999999;
  text-decoration: underline;
}
.restaurantInfos a:hover {
  color: #999999;
  text-decoration: none;
}
.restaurantInfos .table > thead > tr > th,
.restaurantInfos .table > tbody > tr > th,
.restaurantInfos .table > tfoot > tr > th,
.restaurantInfos .table > thead > tr > td,
.restaurantInfos .table > tbody > tr > td,
.restaurantInfos .table > tfoot > tr > td {
  padding: 8px 0px;
}
.restaurantInfos strong {
  color: #323232;
}
.restaurantInfos th {
  color: #323232;
}
.restaurantInfos i {
  font-size: 1.5em;
}
.restaurantInfos .list-inline > li {
  padding: 0px;
}
/*END RESTAURANT DETAIL BLOCK*/
.reviewDetail strong {
  color: #323232;
}
.reviewDetail a {
  text-decoration: underline;
}
.reviewDetail p {
  line-height: 18px;
}
.reviewVote {
  text-align: right;
  font-size: 80px;
  color: #323232;
}
/* ACTIONS */
.actions {
  color: #323232;
  font-size: 18px;
  font-family: 'Open Sans Condensed';
  text-transform: uppercase;
}
.actions li {
  border-bottom: 1px solid #CCC;
  padding: 8px 0px;
  text-align: right;
}
.actions li div {
  color: #999999;
}
.actions li .follow-user:hover,
.actions li .unfollow-user:hover,
.actions li .follow-restaurant:hover,
.actions li .unfollow-restaurant:hover,
.actions li .like-review:hover,
.actions li .to-try-restaurant:hover,
.actions li .not-to-try-restaurant:hover,
.actions li .unlike-review:hover {
  cursor: pointer;
  color: #323232;
}
.actions li .active {
  color: #323232;
  cursor: default;
}
.actions i {
  width: 30px;
  display: inline-block;
}
.actions a {
  color: #999999;
}
.actions a:hover {
  color: #323232;
}
/* END ACTIONS */
/*RESTAURANT BLOCK*/
.restaurant .img-restaurant {
  max-width: 100px;
}
.restaurant .details div {
  float: left;
}
/*END RESTAURANT*/
/* PAGINATION */
.pagination {
  margin: 0px;
}
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: none;
  color: #999999;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #999999;
  color: #f5f5f1;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #999999;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0px;
}
/* END PAGINATION */
/*ARTICLE BLOCK*/
.article {
  text-align: center;
}
.article .img-article {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
.article .img-article .img-type-article {
  position: absolute;
  top: 0px;
  right: 0;
  background: #323232;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.article .img-article .img-type-article span {
  font-family: 'fairviewsmall_caps', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #f5f5f1;
  line-height: 80px;
}
.article .img-article .img-type-article span a {
  color: #f5f5f1;
}
.article .img-article .img-type-article span a:hover {
  color: #999999;
}
/*END ARTICLE*/
/*TOP-USER BLOCK*/
.title-top-user {
  background: url(/_/img/titlebg.png) center center rgba(0, 0, 0, 0);
  background-size: 220px;
  background-repeat: no-repeat;
  height: 60px;
  font-family: 'fairviewsmall_caps', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #f5f5f1;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.title-top-user a {
  color: #f5f5f1;
}
.title-top-user a:hover {
  color: #999999;
}
.top-user {
  text-align: center;
}
.top-user .img-icon {
  position: absolute;
  right: 25px;
  font-size: 1.5em;
  font-family: 'fairviewsmall_caps', sans-serif;
  font-weight: 700;
}
.top-user .img-icon.up {
  color: #006600;
}
.top-user .img-icon.down {
  color: #cc3333;
}
.top-user .img-icon.calendar {
  color: #999999;
  margin-top: 5px;
  font-size: 1.2em;
}
.top-user .img-icon.clock {
  color: #999999;
  margin-top: 25px;
  font-size: 1.2em;
}
.top-user .img-pos-user .pos {
  position: relative;
  height: 50px;
}
.top-user .img-pos-user .pos .number {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5em;
  background: #323232;
  color: #f5f5f1;
  border-radius: 50%;
  height: 51px;
  width: 50px;
  display: block;
  line-height: 50px;
  position: absolute;
  top: 1px;
  right: 10px;
}
.top-user .img-pos-user .pos .action {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.2em;
  background: #323232;
  color: #f5f5f1;
  border-radius: 50%;
  height: 51px;
  width: 50px;
  display: block;
  line-height: 50px;
  position: absolute;
  right: 10px;
}
.top-user .img-pos-user .pos .action img {
  height: 51px;
  width: 51px;
  vertical-align: top;
}
.top-user .img-pos-user .pos .avatar {
  background: transparent;
  color: #f5f5f1;
  height: 40px;
  width: 50px;
  display: block;
  line-height: 50px;
  position: absolute;
  right: 50px;
}
.top-user .img-pos-user .pos .avatar img {
  height: 51px;
  width: 51px;
}
.top-user .img-pos-user .pos .avatarReview {
  background: transparent;
  color: #f5f5f1;
  height: 40px;
  width: 50px;
  display: block;
  line-height: 50px;
  position: absolute;
  right: 5px;
}
.top-user .img-pos-user .pos .avatarReview img {
  height: 50px;
  width: 50px;
}
/*END TOP-USER*/
/* REGISTRATION */
.title-last-register {
  background: url(/_/img/titlebg.png) center center rgba(0, 0, 0, 0);
  background-size: 220px;
  background-repeat: no-repeat;
  height: 75px;
  font-family: 'fairviewsmall_caps', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #f5f5f1;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
/* FACEBOOK BTN */
.btn-facebook {
  background-image: none;
  border-color: #586B93;
  background-color: #586B93;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
}
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  background-color: #586B93;
  border-color: #586B93;
  color: #FFF;
}
/* END REGISTRATION */
/* PARTIAL REVIEWS */
.title-last-reviews {
  background: url(/_/img/titlebg.png) center center rgba(0, 0, 0, 0);
  background-size: 220px;
  background-repeat: no-repeat;
  height: 60px;
  font-family: 'fairviewsmall_caps', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #f5f5f1;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
}
.last-reviews {
  text-align: center;
}
.last-reviews img {
  width: 90px;
  height: 90px;
}
.last-reviews .vote-icon {
  position: absolute;
  right: 25px;
  font-size: 3em;
  color: #999999;
}
.last-reviews.others {
  height: 220px;
  margin-bottom: 15px;
}
/* END PARTIAL REVIEWS */
/* REVIEWS */
.title-top-reviews {
  background: url(/_/img/titlebg.png) center center rgba(0, 0, 0, 0);
  background-size: 220px;
  background-repeat: no-repeat;
  height: 90px;
  font-family: 'fairviewsmall_caps', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #f5f5f1;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
}
.title-top-reviews a {
  color: #f5f5f1;
}
.title-top-reviews a:hover {
  color: #999999;
}
/* END REVIEWS */
.details {
  color: #999999;
  border-color: #f5f5f1;
}
.details * {
  color: #999999;
}
.details a {
  color: #999999;
  border-color: #f5f5f1;
}
.details a * {
  color: #999999;
}
.path {
  font-size: 12px;
  line-height: 18px;
}
.path a {
  text-decoration: underline;
}
.path i.fa-cutlery {
  padding-left: 5px;
}
.price-distance {
  line-height: 18px;
  margin-left: 5px;
}
.add-info {
  min-width: 40%;
}
.add-info span {
  font-size: 12px;
  line-height: 18px;
}
.add-info a {
  text-decoration: underline;
}
.chef-hat {
  position: relative;
  font-size: 3em;
  margin-right: 10px;
}
.chef-hat span {
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 0.5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 0.4em;
  line-height: 2.8em;
  font-weight: bold;
  color: #f5f5f1;
  text-align: center;
}
.single-vote {
  font-size: 3em;
  color: #999999;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hat {
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .hat {
    margin-right: -15px;
  }
}
/*FOOTER*/
footer {
  padding: 50px 10px;
}
footer hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer li > a {
  color: #999999;
  border-color: #f5f5f1;
}
footer li > a * {
  color: #999999;
}
/*END FOOTER*/
/* Secondo breakpoint: Schermi larghi da 768px in su */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .container.visual {
    width: 100%;
  }
}
/* Terzo breakpoint: Schermi larghi da 992px in su */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .container-fluid.content {
    max-width: 970px;
  }
}
/* Quarto brekpoint: Schermi larghi da 1200px in su */
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}
/* RETINA IMAGES */
img.headerLogo {
  width: 400px;
  padding: 40px 0px 10px 0px;
}
img.footerLogo {
  width: 180px;
}
/* FOCUS */
.form-control:focus {
  border-color: #999999;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  border-color: #999999;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* END FOCUS */

/*Color*/
body {
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  overflow: auto;
}
html.sandwiched body {
  margin-left: -284px;
  margin-right: 284px;
  overflow: hidden;
}
html.sandwiched {
  overflow: hidden;
}
div.sandwich-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 284px;
  background-color: #333332;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: -1;
}
div.sandwich-container hr {
  border-color: #444;
}
div.sandwich-container .btn-mangione {
  border-color: #444;
}
.sandwich-container > nav {
  display: inline-block;
  position: relative;
  width: 284px;
  padding: 15px 25px 5px 10px;
}
.sandwich-container > nav i.mangione {
  font-size: 46px;
  color: #999999;
}
.sandwich-container > nav ul li {
  margin-top: 10px;
  color: #ffffff;
}
.sandwich-container > nav ul li a {
  color: #999999;
}
.sandwich-container > nav ul li a:hover {
  color: #ffffff;
}
.sandwich-container > nav .sidebarLogo {
  text-align: center;
}
.sandwich-container > nav .sidebarLogo i {
  font-size: 120px;
  color: #999;
}
.sandwich-container > nav .bootstrap-select.btn-group:not(.input-group-btn),
.sandwich-container > nav .bootstrap-select.btn-group[class*="span"] {
  margin-bottom: 0px;
}
.sandwich-container > nav .btn-sm,
.sandwich-container > nav .btn-group-sm > .btn {
  border-radius: 2px;
}
div.sandwich-opener {
  position: fixed;
  font-size: 46px;
  color: #f5f5f1;
  top: 15px;
  right: 25px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background-color: #333332;
  z-index: 999;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  text-align: center;
  line-height: 46px;
}
html.sandwiched div.sandwich-opener {
  display: none;
}
html.sandwiched.touch {
  overflow: scroll;
}
html.sandwiched.touch body {
  overflow: visible;
  -webkit-transition: initial;
  transition: initial;
}
html.sandwiched.touch .sandwich-container {
  margin-right: -284px;
  position: absolute;
  z-index: 100;
}
@media (max-width: 767px) {
  div.sandwich-opener {
    right: 15px;
  }
  .sandwich-container > nav {
    padding: 15px;
  }
}



.overlay-000000-20 {
    position: relative;
}
.overlay-000000-20:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #323232;
    opacity: 0.6;
}